:root {
  --stage-width: 375;
  --stage-height: 5747;
  --stage-scale: 1;
  --lime: #aeff63;
  --ink: #292929;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f4f4f4;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.desktop-page {
  display: none;
}

.figma-viewport {
  position: relative;
  width: calc(375px * var(--stage-scale));
  height: calc(5747px * var(--stage-scale));
  margin: 0 auto;
}

.figma-stage {
  position: relative;
  width: 375px;
  height: 5747px;
  overflow: hidden;
  background: #fff;
  transform: scale(var(--stage-scale));
  transform-origin: top left;
}

.reference-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 375px;
  height: 5747px;
  max-width: none;
  user-select: none;
  pointer-events: none;
  animation: page-settle 560ms ease both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.anchor {
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

#top {
  left: 0;
  top: 0;
}

#experience {
  left: 0;
  top: 1307px;
}

#advantages {
  left: 0;
  top: 2062px;
}

#vacation {
  left: 0;
  top: 3394px;
}

#newsletter {
  left: 0;
  top: 4635px;
}

#pricing {
  left: 0;
  top: 5101px;
}

.hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 0;
  color: transparent;
  text-decoration: none;
  outline: none;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 180ms ease;
}

.hotspot:hover,
.hotspot:focus-visible {
  box-shadow: 0 14px 34px rgba(41, 41, 41, 0.13), 0 0 0 2px rgba(174, 255, 99, 0.9);
  transform: translateY(-2px);
}

.hotspot:hover::after,
.hotspot:focus-visible::after {
  opacity: 1;
  background: rgba(174, 255, 99, 0.1);
}

.hotspot.is-clicked,
.desktop-hotspot.is-clicked {
  animation: hotspot-press 240ms ease;
}

@keyframes hotspot-press {
  0% {
    transform: translateY(-2px) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(0.97);
  }

  100% {
    transform: translateY(-2px) scale(1);
  }
}

.logo-link {
  left: 25px;
  top: 38px;
  width: 112px;
  height: 54px;
  border-radius: 999px;
}

.menu-hotspot {
  left: 327px;
  top: 58px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.menu-panel {
  position: absolute;
  z-index: 10;
  top: 92px;
  right: 18px;
  display: grid;
  gap: 10px;
  width: 170px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(41, 41, 41, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-panel a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  color: #73c930;
}

.hero-cta {
  left: 57px;
  top: 482px;
  width: 246px;
  height: 56px;
}

.icon-thumb {
  left: 14px;
  top: 549px;
  width: 49px;
  height: 49px;
}

.icon-fire-top {
  left: 317px;
  top: 978px;
  width: 49px;
  height: 49px;
}

.profile-cta-a {
  left: 52px;
  top: 768px;
  width: 98px;
  height: 39px;
  border-radius: 7px;
}

.profile-cta-b {
  left: 233px;
  top: 931px;
  width: 98px;
  height: 39px;
  border-radius: 7px;
}

.activity-camp {
  left: 58px;
  top: 1764px;
  width: 44px;
  height: 66px;
}

.activity-road {
  left: 115px;
  top: 1764px;
  width: 44px;
  height: 66px;
}

.activity-sky {
  left: 172px;
  top: 1764px;
  width: 44px;
  height: 66px;
}

.activity-food {
  left: 226px;
  top: 1764px;
  width: 44px;
  height: 66px;
}

.window-left {
  left: 19px;
  top: 1645px;
  width: 46px;
  height: 46px;
}

.window-right {
  left: 305px;
  top: 1960px;
  width: 46px;
  height: 46px;
}

.advantage-options {
  left: 19px;
  top: 2132px;
  width: 337px;
  height: 222px;
}

.advantage-trusted {
  left: 20px;
  top: 2384px;
  width: 336px;
  height: 222px;
}

.advantage-guide {
  left: 35px;
  top: 2636px;
  width: 306px;
  height: 222px;
}

.vacation-prev {
  left: 24px;
  top: 3665px;
  width: 48px;
  height: 48px;
}

.vacation-next {
  left: 303px;
  top: 3394px;
  width: 48px;
  height: 48px;
}

.vacation-cta {
  left: 24px;
  top: 3981px;
  width: 168px;
  height: 53px;
}

.testimonial-a {
  left: 24px;
  top: 4114px;
  width: 252px;
  height: 95px;
}

.testimonial-b {
  left: 99px;
  top: 4467px;
  width: 252px;
  height: 88px;
}

.subscribe-form {
  position: absolute;
  z-index: 5;
  left: 24px;
  top: 4911px;
  width: 327px;
  height: 60px;
  margin: 0;
  border-radius: 10px;
}

.subscribe-form input {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 180px;
  height: 40px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}

.subscribe-form button {
  position: absolute;
  left: 222px;
  top: 10px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.subscribe-form:focus-within,
.subscribe-form:hover {
  box-shadow: 0 0 0 2px rgba(174, 255, 99, 0.9), 0 14px 30px rgba(41, 41, 41, 0.12);
}

.subscribe-form button:hover,
.subscribe-form button:focus-visible {
  background: rgba(174, 255, 99, 0.22);
}

.form-message {
  position: absolute;
  z-index: 6;
  left: 44px;
  top: 4978px;
  width: 287px;
  margin: 0;
  color: var(--lime);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}

.footer-logo {
  left: 24px;
  top: 5101px;
  width: 126px;
  height: 61px;
  border-radius: 999px;
}

.footer-pricing {
  left: 24px;
  top: 5212px;
  width: 65px;
  height: 160px;
}

.footer-contact {
  left: 159px;
  top: 5212px;
  width: 93px;
  height: 120px;
}

.footer-about {
  left: 24px;
  top: 5422px;
  width: 83px;
  height: 120px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (min-width: 900px) {
  body {
    background: #ffffff;
  }

  .figma-viewport {
    display: none;
  }

  .desktop-page {
    display: block;
    overflow: hidden;
    background: #fff;
  }

  .desktop-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 120px, 1280px);
    height: 116px;
    margin: 0 auto;
    background: transparent;
  }

  .desktop-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 126px;
    height: 61px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease;
  }

  .desktop-brand::before {
    content: "";
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lime);
  }

  .desktop-brand span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 114px;
    height: 50px;
    place-items: center;
    border-radius: 999px;
    background: var(--ink);
  }

  .desktop-brand:hover,
  .desktop-brand:focus-visible {
    transform: translateY(-2px);
  }

  .desktop-nav {
    display: flex;
    gap: 52px;
    color: rgba(41, 41, 41, 0.62);
    font-size: 16px;
    font-weight: 600;
  }

  .desktop-nav a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 4px;
    border-radius: 999px;
    background: var(--lime);
    opacity: 0;
    transform: translateX(-50%) scaleX(0.4);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    color: var(--ink);
    transform: translateY(-2px);
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  .desktop-hero {
    position: relative;
    width: min(100%, 1440px);
    min-height: 1000px;
    margin: -116px auto 0;
    padding-top: 116px;
    background: linear-gradient(180deg, #f8fff3 0 527px, #ffffff 527px 100%);
  }

  .desktop-hero::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -70px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 250, 225, 0.85), rgba(237, 250, 225, 0));
    pointer-events: none;
  }

  .desktop-hero-panel {
    position: absolute;
    left: 80px;
    top: 151px;
    z-index: 1;
    width: 1280px;
    height: 742px;
    padding: 57px 70px;
    border-radius: 50px;
    background: var(--ink);
    color: #fff;
  }

  .desktop-hero-panel h1 {
    width: 520px;
    margin: 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.18;
  }

  .desktop-hero-panel h1 strong {
    font-weight: 700;
  }

  .desktop-hero-panel p,
  .desktop-copy p,
  .desktop-newsletter p {
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 2;
  }

  .desktop-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 246px;
    height: 56px;
    margin-top: 38px;
    padding: 0 15px 0 24px;
    border-radius: 10px;
    background: var(--lime);
    color: #101010;
    font-size: 16px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .desktop-cta span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #0d0d0d;
    color: var(--lime);
    font-size: 28px;
    line-height: 1;
  }

  .desktop-cta:hover,
  .desktop-cta:focus-visible {
    box-shadow: 0 18px 34px rgba(174, 255, 99, 0.32);
    transform: translateY(-4px);
  }

  .desktop-collage {
    position: absolute;
    top: 151px;
    right: 80px;
    z-index: 3;
    width: 760px;
    height: 742px;
  }

  .desktop-photo-card,
  .desktop-profile-card {
    position: absolute;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(41, 41, 41, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .desktop-photo-card:hover,
  .desktop-photo-card:focus-within,
  .desktop-profile-card:hover,
  .desktop-profile-card:focus-within {
    box-shadow: 0 28px 70px rgba(41, 41, 41, 0.15);
    transform: translateY(-8px);
  }

  .desktop-photo-card {
    width: 190px;
    height: 194px;
    padding: 15px 12px;
  }

  .desktop-photo-card img {
    width: 166px;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
  }

  .desktop-photo-card h3,
  .desktop-profile-card h3,
  .desktop-destination h3 {
    margin: 12px 0 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  .desktop-photo-card p,
  .desktop-destination p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    color: rgba(41, 41, 41, 0.55);
    font-size: 12px;
  }

  .desktop-profile-card {
    display: grid;
    justify-items: center;
    width: 190px;
    height: 286px;
    padding: 38px 18px 24px;
  }

  .desktop-profile-card img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
  }

  .desktop-profile-card p {
    margin: 0;
    color: rgba(41, 41, 41, 0.52);
    font-size: 12px;
  }

  .desktop-profile-card a {
    display: grid;
    width: 116px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease;
  }

  .desktop-profile-card a:hover,
  .desktop-profile-card a:focus-visible {
    background: #111;
    transform: translateY(-2px);
  }

  .desert-card {
    top: 64px;
    right: 0;
  }

  .lomb-card {
    top: 280px;
    left: 20px;
  }

  .pack-card {
    right: 86px;
    top: 410px;
  }

  .beach-card {
    left: 270px;
    top: 478px;
  }

  .desktop-icon {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(202, 227, 231, 0.55);
    font-size: 25px;
    transition: transform 180ms ease;
  }

  .desktop-icon:hover,
  .desktop-icon:focus-visible {
    transform: translateY(-5px) rotate(-4deg);
  }

  .desktop-icon-left {
    left: -48px;
    top: 398px;
  }

  .desktop-icon-right {
    right: -42px;
    bottom: 36px;
  }

  .desktop-partners {
    position: absolute;
    left: 80px;
    top: 943px;
    display: flex;
    gap: 54px;
    color: rgba(41, 41, 41, 0.22);
    font-size: 18px;
    font-weight: 700;
  }

  .desktop-experience,
  .desktop-vacation {
    position: relative;
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 110px;
    width: min(100% - 120px, 1280px);
    margin: 80px auto 0;
    padding: 90px 0;
  }

  .desktop-copy h2,
  .desktop-advantages h2,
  .desktop-newsletter h2 {
    margin: 0;
    color: #080808;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.18;
  }

  .desktop-copy p {
    color: rgba(41, 41, 41, 0.6);
  }

  .desktop-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  .desktop-stats div {
    display: grid;
    min-height: 104px;
    place-items: center;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(41, 41, 41, 0.06);
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .desktop-stats div:hover {
    box-shadow: 0 22px 50px rgba(41, 41, 41, 0.11);
    transform: translateY(-6px);
  }

  .desktop-stats strong {
    font-size: 22px;
  }

  .desktop-stats span {
    color: rgba(41, 41, 41, 0.55);
    font-size: 11px;
  }

  .desktop-window {
    position: relative;
    width: 420px;
    min-height: 430px;
    padding: 72px 34px 34px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(39, 37, 33, 0.12);
  }

  .desktop-window::before {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -45px;
    z-index: -1;
    width: 390px;
    height: 410px;
    border-radius: 18px;
    background: var(--ink);
  }

  .desktop-window::after {
    content: "";
    position: absolute;
    right: -115px;
    top: -55px;
    z-index: -2;
    width: 300px;
    height: 230px;
    background: radial-gradient(circle, var(--lime) 3px, transparent 3.5px) 0 0 / 18px 18px;
  }

  .desktop-window-dots {
    position: absolute;
    left: 28px;
    top: 28px;
    display: flex;
    gap: 8px;
  }

  .desktop-window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lime);
  }

  .desktop-window h3,
  .desktop-window h4 {
    margin: 0 0 24px;
    font-size: 18px;
  }

  .desktop-window h4 {
    margin-top: 38px;
  }

  .desktop-activities {
    display: flex;
    gap: 17px;
  }

  .desktop-activities button {
    display: grid;
    justify-items: center;
    width: 64px;
    height: 94px;
    padding: 12px 5px;
    border: 0;
    border-radius: 14px;
    background: #f5f5f5;
    font-size: 22px;
    transition: background 180ms ease, transform 180ms ease;
  }

  .desktop-activities button:hover,
  .desktop-activities button:focus-visible,
  .desktop-activities button.is-active {
    background: var(--lime);
    transform: translateY(-4px);
  }

  .desktop-activities img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
  }

  .desktop-activities span {
    margin-top: 8px;
    font-size: 9px;
    line-height: 1.2;
  }

  .desktop-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .desktop-mini-grid article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(41, 41, 41, 0.08);
  }

  .desktop-mini-grid img {
    width: 62px;
    height: 66px;
    border-radius: 8px;
    object-fit: cover;
  }

  .desktop-mini-grid strong,
  .desktop-mini-grid small {
    display: block;
    font-size: 10px;
  }

  .desktop-mini-grid small {
    margin-top: 8px;
    color: rgba(41, 41, 41, 0.5);
  }

  .desktop-advantages {
    position: relative;
    margin-top: 80px;
    padding: 100px 60px 115px;
    background:
      radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 55%),
      linear-gradient(180deg, rgba(237, 250, 225, 0.96), rgba(237, 250, 225, 0.72));
  }

  .desktop-advantages h2 {
    text-align: center;
  }

  .desktop-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    width: min(100%, 1110px);
    margin: 78px auto 0;
  }

  .desktop-advantage-grid article {
    display: grid;
    justify-items: center;
    text-align: center;
    transition: transform 180ms ease;
  }

  .desktop-advantage-grid article:hover {
    transform: translateY(-8px);
  }

  .desktop-advantage-grid div {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    border-radius: 20px;
    background: var(--lime);
    font-size: 48px;
  }

  .desktop-advantage-grid img {
    width: 44px;
  }

  .desktop-advantage-grid h3 {
    margin: 28px 0 12px;
    font-size: 20px;
  }

  .desktop-advantage-grid p {
    max-width: 330px;
    margin: 0;
    color: rgba(41, 41, 41, 0.58);
    font-size: 13px;
    line-height: 1.8;
  }

  .desktop-map {
    position: relative;
    height: 520px;
    background:
      radial-gradient(circle at 20% 48%, rgba(159, 220, 139, 0.7) 0 7%, transparent 7.5%),
      radial-gradient(circle at 42% 38%, rgba(159, 220, 139, 0.72) 0 10%, transparent 10.5%),
      radial-gradient(circle at 70% 50%, rgba(159, 220, 139, 0.7) 0 8%, transparent 8.5%),
      radial-gradient(circle, rgba(174, 255, 99, 0.52) 2px, transparent 2.8px) 0 0 / 18px 18px;
  }

  .pin {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    box-shadow: 0 15px 38px rgba(41, 41, 41, 0.12);
    transform: rotate(-45deg);
  }

  .pin::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: var(--lime);
  }

  .pin-a {
    left: 70px;
    top: 265px;
  }

  .pin-b {
    left: 340px;
    top: 185px;
  }

  .pin-c {
    right: 120px;
    top: 85px;
  }

  .desktop-destination {
    position: absolute;
    left: 170px;
    bottom: -35px;
    width: 250px;
    padding: 20px 16px 22px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(41, 41, 41, 0.12);
  }

  .desktop-destination::before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -22px;
    z-index: -1;
    width: 250px;
    height: 270px;
    border-radius: 18px;
    background: var(--ink);
  }

  .desktop-destination img {
    width: 216px;
    height: 135px;
    border-radius: 14px;
    object-fit: cover;
  }

  .desktop-testimonials {
    width: 1273px;
    max-width: calc(100% - 80px);
    margin: 100px auto 0;
  }

  .desktop-testimonials img {
    display: block;
    width: 100%;
    height: auto;
  }

  .desktop-newsletter {
    width: min(100% - 120px, 1160px);
    margin: 110px auto 0;
    padding: 78px 90px 86px;
    border-radius: 0;
    background: var(--ink);
    color: #fff;
    text-align: center;
  }

  .desktop-newsletter h2 {
    max-width: 660px;
    margin: 0 auto;
    color: #fff;
  }

  .desktop-newsletter p {
    max-width: 720px;
    margin: 24px auto 0;
  }

  .desktop-subscribe-form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 116px;
    width: min(100%, 540px);
    height: 60px;
    margin: 46px auto 0;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    text-align: left;
  }

  .desktop-subscribe-form label {
    position: absolute;
    left: 20px;
    top: 20px;
    color: rgba(41, 41, 41, 0.45);
    font-size: 16px;
    pointer-events: none;
  }

  .desktop-subscribe-form input {
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 10px;
    color: var(--ink);
    background: transparent;
  }

  .desktop-subscribe-form:focus-within label {
    opacity: 0;
  }

  .desktop-subscribe-form.has-value label {
    opacity: 0;
  }

  .desktop-subscribe-form button {
    border: 0;
    border-radius: 6px;
    background: var(--lime);
    color: #111;
    font-size: 14px;
  }

  .desktop-form-message {
    min-height: 18px;
    margin: 10px 0 0;
    color: var(--lime);
    font-size: 13px;
  }

  .desktop-footer {
    display: grid;
    grid-template-columns: 210px repeat(3, 1fr);
    gap: 70px;
    width: min(100% - 120px, 1180px);
    margin: 90px auto 0;
    padding: 0 0 54px;
  }

  .desktop-footer h3 {
    margin: 0 0 18px;
    font-size: 20px;
  }

  .desktop-footer a {
    display: block;
    margin-top: 10px;
    color: rgba(41, 41, 41, 0.55);
    font-size: 15px;
    text-decoration: none;
  }

  .desktop-footer > a {
    margin-top: 0;
  }

  .desktop-footer a:hover,
  .desktop-footer a:focus-visible {
    color: var(--ink);
  }

  .desktop-footer p {
    grid-column: 1 / -1;
    margin: 50px 0 0;
    color: rgba(41, 41, 41, 0.28);
    font-size: 13px;
    text-align: center;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  .desktop-header,
  .desktop-hero,
  .desktop-experience,
  .desktop-vacation,
  .desktop-newsletter,
  .desktop-footer {
    width: calc(100% - 64px);
  }

  .desktop-hero {
    min-height: 1220px;
  }

  .desktop-collage {
    top: 700px;
    left: 0;
    right: auto;
  }

  .desktop-partners {
    bottom: -420px;
  }

  .desktop-experience,
  .desktop-vacation {
    grid-template-columns: 1fr;
  }
}

/* Exact Figma desktop reconstruction: node 3196:9716, 1440 x 5361. */
:root {
  --desktop-stage-width: 1440;
  --desktop-stage-height: 5361;
  --desktop-stage-scale: 1;
}

.desktop-viewport {
  display: none;
}

.desktop-stage {
  position: relative;
  width: 1440px;
  height: 5361px;
  overflow: hidden;
  background: #fff;
  transform: scale(var(--desktop-stage-scale));
  transform-origin: top left;
}

.desktop-reference-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 1440px;
  height: 5361px;
  max-width: none;
  user-select: none;
  pointer-events: none;
  animation: page-settle 560ms ease both;
}

.desktop-anchor {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

#desktop-top {
  top: 0;
}

#desktop-experience {
  top: 1090px;
}

#desktop-advantages {
  top: 1853px;
}

#desktop-vacation {
  top: 2310px;
}

#desktop-testimonials {
  top: 3775px;
}

#desktop-newsletter {
  top: 4441px;
}

#desktop-pricing {
  top: 5078px;
}

.desktop-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 0;
  color: transparent;
  text-decoration: none;
  outline: none;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.desktop-hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 180ms ease;
}

.desktop-hotspot:hover,
.desktop-hotspot:focus-visible {
  box-shadow: 0 18px 40px rgba(41, 41, 41, 0.14), 0 0 0 2px rgba(174, 255, 99, 0.95);
  transform: translateY(-2px);
}

.desktop-hotspot:hover::after,
.desktop-hotspot:focus-visible::after {
  opacity: 1;
  background: rgba(174, 255, 99, 0.1);
}

.desktop-hotspot:active {
  transform: translateY(0) scale(0.99);
}

.desktop-logo {
  left: 121px;
  top: 51px;
  width: 126px;
  height: 61px;
  border-radius: 999px;
}

.desktop-nav-home {
  left: 821px;
  top: 62px;
  width: 48px;
  height: 50px;
}

.desktop-nav-pricing {
  left: 911px;
  top: 62px;
  width: 55px;
  height: 50px;
}

.desktop-nav-contact {
  left: 1008px;
  top: 62px;
  width: 66px;
  height: 50px;
}

.desktop-nav-about {
  left: 1116px;
  top: 62px;
  width: 72px;
  height: 50px;
}

.desktop-login {
  left: 1227px;
  top: 62px;
  width: 114px;
  height: 50px;
  border-radius: 999px;
}

.desktop-hero-cta {
  left: 149px;
  top: 619px;
  width: 246px;
  height: 56px;
}

.desktop-hero-thumb {
  left: 949px;
  top: 144px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.desktop-hero-fire {
  left: 1262px;
  top: 696px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.desktop-hero-desert-card {
  left: 1059px;
  top: 133px;
  width: 233px;
  height: 237px;
}

.desktop-hero-lombok-profile {
  left: 799px;
  top: 230px;
  width: 234px;
  height: 353px;
}

.desktop-hero-lombok-button {
  left: 846px;
  top: 496px;
  width: 141px;
  height: 56px;
}

.desktop-hero-packing-profile {
  left: 1058px;
  top: 399px;
  width: 234px;
  height: 353px;
}

.desktop-hero-packing-button {
  left: 1105px;
  top: 665px;
  width: 141px;
  height: 56px;
}

.desktop-hero-beach-card {
  left: 800px;
  top: 614px;
  width: 233px;
  height: 237px;
}

.desktop-partner-a {
  left: 144px;
  top: 971px;
  width: 196px;
  height: 86px;
}

.desktop-partner-b {
  left: 493px;
  top: 971px;
  width: 151px;
  height: 86px;
}

.desktop-partner-c {
  left: 798px;
  top: 971px;
  width: 184px;
  height: 86px;
}

.desktop-partner-d {
  left: 1136px;
  top: 971px;
  width: 161px;
  height: 86px;
}

.desktop-experience-window {
  left: 766px;
  top: 1160px;
  width: 430px;
  height: 520px;
  border-radius: 24px;
}

.desktop-advantage-options {
  left: 166px;
  top: 1961px;
  width: 347px;
  height: 258px;
}

.desktop-advantage-trusted {
  left: 592px;
  top: 1961px;
  width: 336px;
  height: 258px;
}

.desktop-advantage-guide {
  left: 1027px;
  top: 1961px;
  width: 306px;
  height: 258px;
}

.desktop-destination-main {
  left: 613px;
  top: 2431px;
  width: 233px;
  height: 237px;
}

.desktop-detail-left {
  left: 76px;
  top: 2708px;
  width: 344px;
  height: 330px;
}

.desktop-detail-right {
  left: 1027px;
  top: 2668px;
  width: 344px;
  height: 330px;
}

.desktop-vacation-cta {
  left: 825px;
  top: 3366px;
  width: 168px;
  height: 53px;
}

.desktop-testimonial-a {
  left: 206px;
  top: 3820px;
  width: 413px;
  height: 126px;
  border-radius: 20px;
}

.desktop-testimonial-b {
  left: 799px;
  top: 3860px;
  width: 451px;
  height: 126px;
  border-radius: 20px;
}

.desktop-testimonial-c {
  left: 114px;
  top: 4218px;
  width: 413px;
  height: 126px;
  border-radius: 20px;
}

.desktop-testimonial-d {
  left: 884px;
  top: 4225px;
  width: 413px;
  height: 126px;
  border-radius: 20px;
}

.desktop-exact-subscribe-form {
  position: absolute;
  z-index: 5;
  left: 405px;
  top: 4758px;
  width: 633px;
  height: 77px;
  margin: 0;
  border-radius: 10px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.desktop-exact-subscribe-form input {
  position: absolute;
  left: 30px;
  top: 9px;
  width: 390px;
  height: 59px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
}

.desktop-exact-subscribe-form button {
  position: absolute;
  left: 449px;
  top: 10px;
  width: 170px;
  height: 57px;
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.desktop-exact-subscribe-form:hover,
.desktop-exact-subscribe-form:focus-within {
  box-shadow: 0 18px 40px rgba(41, 41, 41, 0.14), 0 0 0 2px rgba(174, 255, 99, 0.95);
  transform: translateY(-2px);
}

.desktop-exact-subscribe-form button:hover,
.desktop-exact-subscribe-form button:focus-visible {
  background: rgba(174, 255, 99, 0.18);
}

.desktop-exact-form-message {
  position: absolute;
  z-index: 6;
  left: 405px;
  top: 4843px;
  width: 633px;
  margin: 0;
  color: var(--lime);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}

.desktop-footer-logo {
  left: 121px;
  top: 5078px;
  width: 126px;
  height: 61px;
  border-radius: 999px;
}

.desktop-footer-pricing {
  left: 581px;
  top: 5078px;
  width: 65px;
  height: 160px;
}

.desktop-footer-contact {
  left: 763px;
  top: 5078px;
  width: 93px;
  height: 120px;
}

.desktop-footer-about {
  left: 984px;
  top: 5078px;
  width: 83px;
  height: 120px;
}

.desktop-footer-social {
  left: 1167px;
  top: 5078px;
  width: 168px;
  height: 24px;
  border-radius: 999px;
}

@media (min-width: 768px) {
  body {
    background: #fff;
  }

  .desktop-page {
    display: none;
  }

  .figma-viewport {
    display: none;
  }

  .desktop-viewport {
    position: relative;
    display: block;
    width: calc(1440px * var(--desktop-stage-scale));
    height: calc(5361px * var(--desktop-stage-scale));
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
  }
}

.hotspot::before,
.desktop-hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}

.hero-cta::before,
.vacation-cta::before,
.desktop-hero-cta::before,
.desktop-vacation-cta::before {
  opacity: 1;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, transparent 62%);
  mix-blend-mode: screen;
  transform: translateX(-110%);
  animation: cta-shine 3.2s ease-in-out infinite;
}

.icon-thumb::before,
.icon-fire-top::before,
.desktop-hero-thumb::before,
.desktop-hero-fire::before {
  opacity: 1;
  box-shadow: 0 0 0 0 rgba(174, 255, 99, 0.38);
  animation: icon-breathe 2.4s ease-in-out infinite;
}

.profile-cta-a,
.profile-cta-b,
.desktop-hero-lombok-button,
.desktop-hero-packing-button {
  animation: button-breathe 3.8s ease-in-out infinite;
}

.desktop-hero-desert-card:hover::before,
.desktop-hero-lombok-profile:hover::before,
.desktop-hero-packing-profile:hover::before,
.desktop-hero-beach-card:hover::before,
.desktop-destination-main:hover::before,
.desktop-detail-left:hover::before,
.desktop-detail-right:hover::before,
.desktop-testimonial-a:hover::before,
.desktop-testimonial-b:hover::before,
.desktop-testimonial-c:hover::before,
.desktop-testimonial-d:hover::before,
.advantage-options:hover::before,
.advantage-trusted:hover::before,
.advantage-guide:hover::before {
  opacity: 1;
  background: radial-gradient(circle at var(--hover-x, 50%) var(--hover-y, 50%), rgba(174, 255, 99, 0.18), rgba(255, 255, 255, 0) 54%);
}

.desktop-hotspot:hover::after,
.desktop-hotspot:focus-visible::after,
.hotspot:hover::after,
.hotspot:focus-visible::after {
  background: radial-gradient(circle at var(--hover-x, 50%) var(--hover-y, 50%), rgba(174, 255, 99, 0.22), rgba(174, 255, 99, 0.08) 54%, rgba(174, 255, 99, 0.02));
}

.desktop-exact-subscribe-form::before,
.subscribe-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(174, 255, 99, 0.22) 46%, transparent 62%);
  transform: translateX(-110%);
}

.desktop-exact-subscribe-form:hover::before,
.desktop-exact-subscribe-form:focus-within::before,
.subscribe-form:hover::before,
.subscribe-form:focus-within::before {
  opacity: 1;
  animation: cta-shine 1.4s ease-in-out;
}

@keyframes page-settle {
  from {
    opacity: 0.88;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-shine {
  0%,
  45% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(110%);
  }
}

@keyframes icon-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(174, 255, 99, 0.32);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(174, 255, 99, 0);
  }
}

@keyframes button-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(174, 255, 99, 0);
  }

  50% {
    box-shadow: 0 14px 30px rgba(174, 255, 99, 0.18);
  }
}
