:root {
  --ink: #123344;
  --ink-deep: #092532;
  --muted: #607783;
  --paper: #f7fbfc;
  --white: #ffffff;
  --line: rgba(18, 51, 68, 0.12);
  --aqua: #29b8b1;
  --aqua-deep: #0f8f8a;
  --sky: #86d7eb;
  --coral: #ff7a67;
  --sand: #ffdf9f;
  --shadow: 0 24px 70px rgba(24, 73, 91, 0.14);
  --shadow-soft: 0 14px 40px rgba(24, 73, 91, 0.09);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink-deep);
  border-radius: 10px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(15, 56, 70, .08);
}
.header-inner { display: flex; align-items: center; gap: 34px; min-height: var(--header-height); }
.site-branding { margin-right: auto; min-width: 190px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--sky));
  box-shadow: 0 10px 24px rgba(41, 184, 177, .25);
}
.brand-mark svg { width: 30px; height: 30px; fill: currentColor; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 18px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.custom-logo { max-height: 58px; width: auto; }
.site-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; font-size: 14px; font-weight: 700; color: #31515f; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--aqua); transition: right .2s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--white); box-shadow: var(--shadow-soft); }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 10px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--coral), #ff9d6a); box-shadow: 0 14px 30px rgba(255, 122, 103, .28); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 18px 38px rgba(255, 122, 103, .34); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.7); border-color: rgba(18,51,68,.14); }
.button-dark { color: var(--white); background: var(--ink-deep); box-shadow: 0 14px 32px rgba(9,37,50,.2); }
.button-light { color: var(--ink-deep); background: var(--white); box-shadow: 0 14px 32px rgba(9,37,50,.16); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 13px; }
.button-lg { min-height: 56px; padding-inline: 28px; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 223, 159, .5), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(134, 215, 235, .55), transparent 30%),
    linear-gradient(180deg, #f3fbfd 0%, #ffffff 95%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(180deg, transparent, #fff); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy { max-width: 640px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--aqua-deep); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--aqua); }
.hero h1 { max-width: 700px; margin: 20px 0 22px; color: var(--ink-deep); font-size: clamp(46px, 5.3vw, 76px); line-height: .98; letter-spacing: -.058em; }
.hero-lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 32px; color: #45616e; font-size: 13px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; font-style: normal; color: var(--aqua-deep); background: rgba(41,184,177,.12); }

.hero-visual { position: relative; min-height: 540px; border-radius: 50px 50px 110px 50px; background: linear-gradient(180deg, #b7e9f3 0%, #ddf6f5 55%, #f7e4bd 55%, #f6cc7c 100%); box-shadow: var(--shadow); overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; }
.sun { position: absolute; top: 55px; right: 68px; width: 110px; height: 110px; border-radius: 50%; background: #ffd67b; box-shadow: 0 0 0 22px rgba(255,214,123,.22); }
.cloud { position: absolute; width: 120px; height: 34px; border-radius: 999px; background: rgba(255,255,255,.82); }
.cloud::before, .cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.cloud::before { left: 17px; width: 50px; height: 50px; }
.cloud::after { right: 18px; width: 65px; height: 65px; }
.cloud-one { top: 145px; left: 56px; transform: scale(.7); }
.cloud-two { top: 205px; right: 20px; transform: scale(.45); opacity: .65; }
.mountain { position: absolute; left: 0; right: 0; bottom: 172px; height: 220px; clip-path: polygon(0 100%, 17% 54%, 28% 70%, 47% 23%, 63% 64%, 78% 37%, 100% 100%); }
.mountain-back { bottom: 165px; background: #75b7b2; opacity: .7; transform: scale(1.2); }
.mountain-front { background: #3a8e8a; }
.mountain-front::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.38); clip-path: polygon(39% 37%,47% 23%,56% 49%,47% 42%); }
.sea { position: absolute; inset: auto 0 0; height: 185px; background: linear-gradient(180deg, #39b8bd, #0e848e); overflow: hidden; }
.sea span { position: absolute; left: -10%; width: 120%; height: 26px; border-radius: 50%; border-top: 3px solid rgba(255,255,255,.35); }
.sea span:nth-child(1) { top: 24px; }
.sea span:nth-child(2) { top: 78px; transform: translateX(35px); }
.sea span:nth-child(3) { top: 128px; transform: translateX(-22px); }
.plane { position: absolute; top: 92px; left: 126px; width: 128px; transform: rotate(-8deg); filter: drop-shadow(0 16px 15px rgba(14,78,86,.18)); animation: float-plane 4.8s ease-in-out infinite; }
.plane svg { width: 100%; fill: var(--white); }
@keyframes float-plane { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-10px) rotate(-5deg); } }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: 0 16px 35px rgba(15,78,89,.16); }
.floating-card strong, .floating-card small { display: block; line-height: 1.2; }
.floating-card strong { font-size: 14px; }
.floating-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.floating-card-top { top: 245px; right: 22px; }
.floating-card-bottom { left: 22px; bottom: 28px; }
.float-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--white); background: linear-gradient(135deg, var(--coral), #ffae73); }
.avatars { display: flex; }
.avatars span { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -7px; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: var(--aqua-deep); font-size: 9px; font-weight: 900; }
.avatars span:first-child { margin-left: 0; background: #5f8ab5; }
.avatars span:nth-child(2) { background: #d76f78; }
.avatars span:nth-child(3) { background: #b98f4a; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { top: 130px; left: -90px; width: 180px; height: 180px; background: rgba(255,122,103,.11); }
.hero-orb-two { right: -120px; bottom: 80px; width: 280px; height: 280px; background: rgba(41,184,177,.09); }

.quick-panel-wrap { position: relative; z-index: 8; margin-top: -54px; }
.quick-panel { display: grid; grid-template-columns: 1fr 1fr 1.25fr auto; gap: 0; align-items: center; padding: 20px; border: 1px solid rgba(18,51,68,.08); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.quick-item { display: flex; align-items: center; gap: 13px; min-height: 62px; padding: 0 22px; border-right: 1px solid var(--line); }
.quick-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; color: var(--aqua-deep); background: rgba(41,184,177,.1); font-size: 22px; }
.quick-item small, .quick-item strong { display: block; line-height: 1.25; }
.quick-item small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.quick-item strong { margin-top: 5px; font-size: 14px; }
.quick-button { margin-left: 20px; white-space: nowrap; }

.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 45px; }
.section-heading h2, .advantages-copy h2, .faq-intro h2, .contact-card h2 { margin: 12px 0 0; color: var(--ink-deep); font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.centered { display: block; max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered p { margin: 18px auto 0; }

.destinations-section { background: var(--paper); }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.destination-card { position: relative; min-height: 360px; padding: 24px; border-radius: var(--radius-md); background-image: var(--card-image); background-size: cover; background-position: center; overflow: hidden; box-shadow: var(--shadow-soft); isolation: isolate; transition: transform .3s ease, box-shadow .3s ease; }
.destination-card:nth-child(1), .destination-card:nth-child(6) { grid-column: span 2; }
.destination-card:hover, .destination-card:focus-visible { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(20,65,81,.18); }
.destination-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; z-index: 3; pointer-events: none; }
.destination-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,32,43,.04) 15%, rgba(7,32,43,.84) 100%); }
.destination-badge { position: relative; z-index: 2; display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--ink-deep); background: rgba(255,255,255,.86); backdrop-filter: blur(10px); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.destination-content { position: absolute; z-index: 2; inset: auto 24px 24px; color: var(--white); }
.destination-content strong { display: block; padding-right: 42px; font-size: 29px; line-height: 1.05; letter-spacing: -.03em; }
.destination-content small { display: block; max-width: 290px; margin-top: 10px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.45; }
.destination-content i { position: absolute; right: 0; bottom: 4px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.17); backdrop-filter: blur(10px); font-style: normal; font-size: 22px; transition: transform .25s ease, background .25s ease; }
.destination-card:hover i { transform: translateX(4px); background: var(--coral); }
.centered-action { margin-top: 42px; text-align: center; }

.advantages-section { position: relative; overflow: hidden; color: rgba(255,255,255,.8); background: var(--ink-deep); }
.advantages-section::before { content: ""; position: absolute; width: 500px; height: 500px; left: -180px; bottom: -260px; border-radius: 50%; background: rgba(41,184,177,.12); }
.advantages-section::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -180px; border-radius: 50%; background: rgba(134,215,235,.09); }
.advantages-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.section-kicker.light { color: #8ee7df; }
.advantages-copy h2, .contact-card h2 { color: var(--white); }
.advantages-copy p { margin: 24px 0 26px; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; }
.text-link span { color: #8ee7df; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.advantages-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); transition: transform .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.feature-card > span { position: absolute; top: 22px; right: 22px; color: rgba(255,255,255,.23); font-size: 12px; font-weight: 900; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--ink-deep); background: linear-gradient(135deg, #b6f1ed, #7bdcd3); font-size: 24px; font-weight: 900; }
.feature-card h3 { margin: 22px 0 9px; color: var(--white); font-size: 20px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.steps-section { background: #fff; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps-grid::before { content: ""; position: absolute; z-index: 0; top: 72px; left: 16.5%; right: 16.5%; border-top: 2px dashed rgba(41,184,177,.24); }
.step-card { position: relative; z-index: 1; padding: 30px; text-align: center; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-soft); }
.step-number { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--coral); font-weight: 900; }
.step-illustration { display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto 24px; border-radius: 28px; color: var(--aqua-deep); background: linear-gradient(135deg, rgba(41,184,177,.15), rgba(134,215,235,.22)); font-size: 38px; }
.step-card h3 { margin: 0 0 10px; color: var(--ink-deep); font-size: 21px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }

.offer-section { padding: 0 0 112px; }
.offer-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 430px; padding: 60px 70px; border-radius: 34px; color: var(--white); background: linear-gradient(125deg, #ff7a67 0%, #ff9b65 58%, #ffc378 100%); box-shadow: 0 28px 70px rgba(255,122,103,.26); overflow: hidden; }
.offer-card::before { content: ""; position: absolute; inset: -50% auto auto 40%; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.offer-copy { position: relative; z-index: 2; max-width: 650px; }
.offer-copy > span { font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.offer-copy h2 { margin: 12px 0 18px; font-size: clamp(37px, 4.5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.offer-copy p { max-width: 570px; margin: 0 0 30px; color: rgba(255,255,255,.8); font-size: 17px; }
.offer-visual { position: relative; z-index: 1; min-height: 300px; }
.offer-circle { position: absolute; right: 5px; top: 20px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.17); box-shadow: 0 0 0 32px rgba(255,255,255,.07); }
.suitcase { position: absolute; right: 65px; bottom: 5px; width: 175px; height: 215px; border: 8px solid #714d42; border-radius: 28px; background: #ffe0a8; transform: rotate(5deg); box-shadow: 0 26px 34px rgba(99,55,43,.2); }
.suitcase::before { content: ""; position: absolute; left: 43px; right: 43px; top: -37px; height: 38px; border: 8px solid #714d42; border-bottom: 0; border-radius: 16px 16px 0 0; }
.suitcase::after { content: "✈"; position: absolute; inset: 56px 36px auto; display: grid; place-items: center; height: 72px; border-radius: 50%; color: #ff7a67; background: var(--white); font-size: 37px; }
.suitcase span::before, .suitcase span::after { content: ""; position: absolute; bottom: -16px; width: 22px; height: 22px; border-radius: 50%; background: #714d42; }
.suitcase span::before { left: 22px; }
.suitcase span::after { right: 22px; }
.offer-ticket { position: absolute; right: 155px; top: 20px; z-index: 2; width: 155px; padding: 18px; border-radius: 14px; color: #516874; background: var(--white); font-size: 9px; letter-spacing: .12em; box-shadow: 0 16px 30px rgba(99,55,43,.18); transform: rotate(-9deg); }
.offer-ticket strong { display: block; margin-top: 5px; color: var(--ink-deep); font-size: 15px; letter-spacing: .05em; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { color: var(--muted); font-size: 17px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 25px 46px 25px 0; color: var(--ink-deep); cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 3px; top: 22px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--aqua-deep); background: rgba(41,184,177,.1); font-size: 20px; transition: transform .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 48px 26px 0; color: var(--muted); font-size: 15px; }

.contact-section { padding: 90px 0; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; padding: 65px 70px; border-radius: 34px; color: rgba(255,255,255,.72); background: linear-gradient(130deg, #0b3543, #0d6670); box-shadow: var(--shadow); }
.contact-card p { max-width: 650px; margin: 20px 0 0; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; align-items: center; }
.contact-phone { flex-basis: 100%; margin-top: 8px; text-align: right; }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { color: rgba(255,255,255,.56); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-phone strong { color: var(--white); font-size: 22px; }

.site-footer { padding: 70px 0 28px; color: #607783; background: #f4f9fa; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr; gap: 70px; padding-bottom: 50px; }
.brand-footer { color: var(--ink); }
.footer-note { max-width: 580px; margin: 20px 0 0; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-links strong { margin-bottom: 7px; color: var(--ink-deep); font-size: 14px; }
.footer-links a:hover { color: var(--aqua-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 12px; }

.content-main { min-height: 70vh; padding: 140px 0 90px; background: var(--paper); }
.content-container { max-width: 880px; }
.content-article { padding: 40px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.content-article + .content-article { margin-top: 24px; }
.content-article h1 { color: var(--ink-deep); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.content-article a { color: var(--aqua-deep); }
.entry-image { margin: 24px 0; overflow: hidden; border-radius: 18px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.destination-card:nth-child(2), .feature-card:nth-child(2), .step-card:nth-child(2) { transition-delay: .06s; }
.destination-card:nth-child(3), .feature-card:nth-child(3), .step-card:nth-child(3) { transition-delay: .12s; }
.destination-card:nth-child(4), .feature-card:nth-child(4) { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .nav-list { gap: 18px; }
  .nav-list a { font-size: 13px; }
  .hero-grid { gap: 40px; }
  .hero-visual { min-height: 500px; }
  .quick-panel { grid-template-columns: 1fr 1fr auto; }
  .quick-item:nth-child(3) { display: none; }
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
  .destination-card:nth-child(1), .destination-card:nth-child(6) { grid-column: span 1; }
  .advantages-grid { gap: 45px; }
  .offer-card { padding: 55px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-cta { display: none; }
  .menu-toggle { display: block; order: 3; }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 15px auto;
    display: block;
    padding: 18px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .22s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-list { display: block; }
  .nav-list li + li { border-top: 1px solid var(--line); }
  .nav-list a { display: block; padding: 14px 6px; font-size: 15px; }
  .nav-list a::after { display: none; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; max-width: 700px; width: 100%; margin: 0 auto; }
  .quick-panel-wrap { margin-top: -25px; }
  .quick-panel { grid-template-columns: 1fr 1fr; gap: 10px; }
  .quick-item { border: 0; padding: 0 10px; }
  .quick-button { grid-column: 1 / -1; width: 100%; margin: 0; }
  .section { padding: 90px 0; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .advantages-copy { max-width: 700px; }
  .faq-grid { gap: 45px; }
  .faq-intro { position: static; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-visual { display: none; }
  .contact-actions { justify-content: flex-start; }
  .contact-phone { text-align: left; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-branding { min-width: 0; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .hero { min-height: auto; padding: 108px 0 75px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { min-height: 430px; border-radius: 34px 34px 80px 34px; }
  .sun { right: 38px; width: 82px; height: 82px; }
  .plane { left: 65px; width: 108px; }
  .floating-card { min-width: 164px; padding: 12px; }
  .floating-card-top { top: 225px; right: 10px; }
  .floating-card-bottom { left: 10px; bottom: 18px; }
  .quick-panel { grid-template-columns: 1fr; }
  .quick-item { min-height: 56px; }
  .quick-item:nth-child(2) { border-top: 1px solid var(--line); padding-top: 10px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .destination-grid, .advantages-cards, .steps-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 330px; }
  .steps-grid::before { display: none; }
  .offer-section { padding-bottom: 80px; }
  .offer-card { min-height: 0; padding: 38px 25px; border-radius: 26px; }
  .offer-copy h2 { font-size: 38px; }
  .faq-section { padding-top: 78px; }
  .accordion summary { font-size: 16px; }
  .contact-section { padding: 70px 0; }
  .contact-card { gap: 30px; padding: 38px 25px; border-radius: 26px; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 10px; }
  .content-article { padding: 26px 20px; }
}
