:root {
  --navy: #103b45;
  --ocean: #087d8c;
  --ocean-dark: #075b68;
  --turquoise: #22b8b5;
  --sky: #dff7f5;
  --sand: #f7f0e2;
  --sun: #f5bd36;
  --olive: #617755;
  --ink: #17363d;
  --muted: #60767b;
  --white: #fff;
  --soft: #f5faf9;
  --border: rgba(16, 59, 69, .13);
  --whatsapp: #20b95a;
  --phone: #1476e8;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow-card: 0 18px 50px rgba(24, 76, 84, .10);
  --shadow-hover: 0 26px 62px rgba(24, 76, 84, .17);
  --container: 1180px;
  --header-height: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); overflow-x: clip; }
body { margin: 0; min-width: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img, svg { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--soft); }
.section--sand { background: linear-gradient(180deg, #fbf7ef, var(--sand)); }
.section--ocean { color: var(--white); background: var(--navy); }
.section-kicker { margin: 0 0 12px; color: var(--ocean); font: 800 .76rem/1.3 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 740px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .transport h2, .planner h2, .contact-copy h2 { margin: 0; font: 800 clamp(2rem, 4vw, 3.25rem)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p:last-child { margin: 16px auto 0; max-width: 650px; color: var(--muted); font-size: 1.04rem; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255,255,255,.93); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(15,64,73,.09); }
.navbar { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { position: relative; flex: 0 0 auto; width: 226px; height: 60px; display: block; border: 0; border-radius: 0; background: transparent; overflow: hidden; }
.logo img { position: absolute; left: 50%; top: 50%; width: 138%; max-width: none; height: auto; transform: translate(-50%, -50%); }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-link { position: relative; display: inline-flex; padding: 10px 9px; color: #38545a; font-size: .84rem; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.nav-link::after { content: ""; position: absolute; right: 9px; bottom: 5px; left: 9px; height: 2px; background: var(--turquoise); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ocean-dark); }
.nav-link.active::after { transform: scaleX(1); }
.header-cta { flex: 0 0 auto; padding: 11px 15px; color: var(--white); background: var(--ocean); border-radius: 999px; font-size: .8rem; font-weight: 800; box-shadow: 0 10px 25px rgba(8,125,140,.18); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--ocean-dark); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: var(--white); cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 5px auto; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100svh - var(--header-height)); padding: 82px 0 0; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); overflow: hidden; isolation: isolate; }
.hero__backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,42,49,.94) 0%, rgba(8,42,49,.79) 49%, rgba(8,42,49,.30) 100%), url("assets/images/hero.webp") center 48% / cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 560px; height: 560px; right: -160px; top: -220px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 64px; align-items: center; }
.hero__content { max-width: 760px; }
.hero .section-kicker { color: var(--sun); }
.hero h1 { margin: 0; font: 800 clamp(2.65rem, 6vw, 5.25rem)/.99 "Manrope", sans-serif; letter-spacing: -.06em; text-wrap: balance; }
.hero__text { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__motto { margin: 22px 0 0; color: #d4eeea; font-size: .9rem; font-weight: 700; letter-spacing: .05em; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-align: center; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.03); }
.btn--primary { color: var(--navy); background: var(--sun); box-shadow: 0 14px 30px rgba(245,189,54,.25); }
.btn--glass { color: var(--white); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.32); backdrop-filter: blur(9px); }
.btn--text { color: var(--white); padding-inline: 12px; text-decoration: underline; text-underline-offset: 5px; }
.hero__panel { min-height: 405px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(4,35,40,.02), rgba(4,35,40,.88)), url("assets/images/gocek-bay.webp") center / cover no-repeat; box-shadow: 0 30px 70px rgba(0,0,0,.25); overflow: hidden; }
.hero__panel-label { align-self: flex-start; padding: 8px 12px; color: var(--navy); background: rgba(255,255,255,.91); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.hero__panel strong { display: block; font: 800 1.55rem/1.2 "Manrope", sans-serif; }
.hero__panel p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: .94rem; line-height: 1.5; }
.trust-bar { margin-top: 58px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.trust-bar span { position: relative; padding: 20px 14px 23px 25px; color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 700; text-align: center; }
.trust-bar span::before { content: ""; position: absolute; left: calc(50% - 55px); top: 26px; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(245,189,54,.12); }
.hero-animate { opacity: 0; transform: translateY(22px); animation: heroIn .75s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-animate:nth-child(2) { animation-delay: .12s; }
.hero-animate:nth-child(3) { animation-delay: .23s; }
.hero-animate:nth-child(4) { animation-delay: .34s; }
.hero-animate:nth-child(5) { animation-delay: .43s; }
.hero__panel.hero-animate { animation-delay: .25s; }
.trust-bar.hero-animate { animation-delay: .5s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.image-card { min-width: 0; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-card); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.image-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-hover); }
.image-card__media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--soft); }
.image-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.image-card__media--history img { object-position: center 38%; }
.image-card:hover img { transform: scale(1.045); }
.image-card__body { padding: 24px; }
.eyebrow { color: var(--ocean); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.image-card h3, .tour-card h3, .flavor-card h3 { margin: 7px 0 8px; font: 800 1.28rem/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.image-card p, .tour-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 17px; color: var(--ocean-dark); font-size: .9rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.tour-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.tour-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(16,59,69,.1); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 38px rgba(56,83,68,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.tour-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; transition: transform .4s ease; }
.tour-card:hover > img { transform: scale(1.04); }
.tour-card > div { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; }
.pill { padding: 6px 10px; color: var(--ocean-dark); background: var(--sky); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.tour-card small { display: block; margin: 14px 0 18px; color: #75878a; line-height: 1.45; }
.btn--card { min-height: 42px; margin-top: auto; padding: 9px 17px; color: var(--white); background: var(--ocean); font-size: .83rem; }

.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.service-card { min-width: 0; min-height: 210px; padding: 24px 20px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, var(--white), #f9fcfb); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.service-card:hover { border-color: rgba(8,125,140,.35); box-shadow: var(--shadow-card); transform: translateY(-6px); }
.service-card__number { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--ocean); border-radius: 13px; font: 800 .75rem/1 "Manrope", sans-serif; }
.service-card h3 { margin: 18px 0 8px; font: 800 1rem/1.3 "Manrope", sans-serif; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }

.transport { position: relative; overflow: hidden; }
.transport::after { content: ""; position: absolute; width: 480px; height: 480px; right: -200px; top: -230px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.02); }
.transport__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; align-items: center; }
.transport__image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.transport__image img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.transport__image span { position: absolute; left: 22px; bottom: 22px; padding: 8px 13px; color: var(--navy); background: rgba(255,255,255,.9); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.transport .section-kicker { color: var(--sun); }
.transport__content > p:not(.section-kicker) { max-width: 600px; margin: 18px 0 0; color: rgba(255,255,255,.76); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: .92rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); font-weight: 900; }
.btn--sun { color: var(--navy); background: var(--sun); }

.flavor-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.flavor-card { position: relative; min-width: 0; aspect-ratio: 5 / 4; border-radius: var(--radius); overflow: hidden; background: var(--navy); box-shadow: var(--shadow-card); }
.flavor-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.flavor-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(4,31,37,.90)); }
.flavor-card div { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: var(--white); }
.flavor-card h3 { margin: 0; }
.flavor-card p { margin: 4px 0 0; color: rgba(255,255,255,.76); font-size: .85rem; }
.flavor-card:hover img { transform: scale(1.05); }

.reason-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.reason-card { min-height: 155px; padding: 22px; border: 1px solid rgba(16,59,69,.11); border-radius: var(--radius); background: rgba(255,255,255,.84); transition: transform .22s ease, background .22s ease; }
.reason-card:hover { background: var(--white); transform: translateY(-5px); }
.reason-card span { color: var(--ocean); font: 800 .75rem/1 "Manrope", sans-serif; }
.reason-card h3 { margin: 28px 0 0; font: 800 1rem/1.4 "Manrope", sans-serif; }

.planner { background: linear-gradient(130deg, #effaf8 0%, #fff 53%, #fff8e9 100%); }
.planner__grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 60px; align-items: start; }
.planner__intro { position: sticky; top: calc(var(--header-height) + 28px); }
.planner__intro > p:not(.section-kicker) { margin: 20px 0 0; color: var(--muted); }
.planner__note { margin-top: 28px; padding: 22px; border-left: 4px solid var(--sun); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--white); box-shadow: var(--shadow-card); }
.planner__note strong, .planner__note span { display: block; }
.planner__note span { margin-top: 7px; color: var(--muted); font-size: .86rem; }
.travel-form { padding: 34px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(255,255,255,.93); box-shadow: var(--shadow-card); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .84rem; font-weight: 800; }
.form-field label span { color: #c13f38; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid #cbdad8; border-radius: 11px; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(8,125,140,.12); }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: #c94e46; }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: #a8342e; font-size: .73rem; }
.form-status { min-height: 20px; margin: 14px 0 0; color: #a8342e; font-size: .84rem; font-weight: 700; }
.form-submit { width: 100%; margin-top: 12px; border: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows: 255px; gap: 18px; }
.gallery-item { position: relative; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: var(--radius); background: var(--navy); overflow: hidden; cursor: zoom-in; box-shadow: var(--shadow-card); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,28,33,.84)); }
.gallery-item span { position: absolute; z-index: 1; left: 18px; bottom: 15px; color: var(--white); font-weight: 800; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 28px; background: rgba(4,25,30,.93); backdrop-filter: blur(10px); }
.lightbox img { max-width: min(1100px, 92vw); max-height: 78vh; object-fit: contain; border-radius: var(--radius-sm); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lightbox p { margin: 14px 0 0; color: var(--white); font-weight: 700; text-align: center; }
.lightbox__close { position: fixed; right: 24px; top: 20px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 2rem; line-height: 1; cursor: pointer; }

.faq-list { max-width: 900px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 22px; color: var(--ink); border: 0; background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--ocean); border-radius: 50%; font-size: 1.15rem; transition: transform .25s ease, background .25s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > p { min-height: 0; margin: 0; padding: 0 22px; color: var(--muted); overflow: hidden; transition: padding .28s ease; }
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer > p { padding-bottom: 20px; }
.faq-item.active .faq-question span { background: var(--navy); transform: rotate(45deg); }

.cta-strip { padding: 72px 0; color: var(--white); background: linear-gradient(120deg, var(--ocean-dark), var(--ocean) 60%, #0c999d); }
.cta-strip__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 36px; }
.cta-strip .section-kicker { color: var(--sun); }
.cta-strip h2 { margin: 0; font: 800 clamp(2rem, 4vw, 3.15rem)/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.cta-strip p:last-child { margin: 11px 0 0; color: rgba(255,255,255,.8); }
.cta-strip__actions { display: flex; gap: 10px; }
.btn--whatsapp { color: var(--white); background: var(--whatsapp); }
.btn--call { color: var(--white); background: var(--phone); }
.btn--outline { color: var(--ocean-dark); background: transparent; border-color: var(--ocean); }

.contact-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 50px; align-items: center; }
.contact-copy > p:not(.section-kicker) { margin: 16px 0 0; color: var(--muted); }
.service-area { display: inline-block; margin-top: 22px; padding: 9px 13px; background: var(--sand); border-radius: 999px; font-size: .85rem; }
.contact-card { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--soft); box-shadow: var(--shadow-card); }
.contact-card > div:not(.contact-actions) { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.contact-card span { color: var(--muted); font-size: .84rem; }
.contact-card > div > a { color: var(--ocean-dark); font: 800 1.25rem/1.3 "Manrope", sans-serif; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.contact-actions .btn { min-height: 44px; padding: 10px 15px; font-size: .8rem; }

.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 120; display: flex; flex-direction: column; gap: 10px; }
.floating-btn { width: 54px; height: 54px; display: grid; place-items: center; padding: 0; color: var(--white); border: 0; border-radius: 50%; box-shadow: 0 13px 30px rgba(3,34,40,.25); cursor: pointer; transition: transform .2s ease, filter .2s ease, opacity .25s ease, visibility .25s ease; }
.floating-btn:hover { transform: translateY(-3px); filter: brightness(1.05); }
.floating-btn svg { width: 26px; height: 26px; fill: currentColor; }
.floating-btn--phone { background: var(--phone); }
.floating-btn--whatsapp { background: var(--whatsapp); }
.floating-btn--top { margin-bottom: 8px; color: var(--navy); background: var(--white); border: 1px solid var(--border); opacity: 0; visibility: hidden; transform: translateY(8px); }
.floating-btn--top svg { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.floating-btn--top.visible { opacity: 1; visibility: visible; transform: none; }

.site-footer { padding: 62px 0 26px; color: var(--white); background: #0b3038; }
.footer__grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(160px,.65fr) minmax(190px,.65fr); gap: 50px; }
.logo--footer { width: 250px; height: 68px; background: transparent; border-radius: 0; }
.footer-brand p { max-width: 480px; margin: 20px 0 0; color: rgba(255,255,255,.66); }
.footer-column h3 { margin: 0 0 15px; font: 800 .95rem/1.3 "Manrope", sans-serif; }
.footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; color: rgba(255,255,255,.68); list-style: none; }
.footer-column a { transition: color .2s ease; }
.footer-column a:hover { color: var(--sun); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.64); font-size: .84rem; }
.footer-bottom p { margin: 0; }
.digital-signature { text-align: center; white-space: nowrap; }
.digital-signature a { color: var(--sun); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.stagger-grid > .reveal:nth-child(2) { transition-delay: .07s; }
.stagger-grid > .reveal:nth-child(3) { transition-delay: .14s; }
.stagger-grid > .reveal:nth-child(4) { transition-delay: .21s; }
.stagger-grid > .reveal:nth-child(5) { transition-delay: .28s; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .nav-link { padding-inline: 8px; }
  .tour-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-menu { position: fixed; top: var(--header-height); right: 0; left: 0; max-height: calc(100svh - var(--header-height)); display: grid; align-content: start; gap: 2px; padding: 16px 20px 24px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.98); box-shadow: 0 20px 45px rgba(10,49,57,.16); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
  .nav-menu.open { opacity: 1; visibility: visible; transform: none; }
  .nav-link { width: 100%; padding: 12px 10px; font-size: .95rem; }
  .nav-link::after { right: auto; width: 34px; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero__grid { grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: 30px; }
  .hero h1 { font-size: clamp(2.45rem, 7vw, 4rem); }
  .hero__panel { min-height: 350px; }
  .trust-bar { grid-template-columns: repeat(3,1fr); }
  .trust-bar span:nth-child(4), .trust-bar span:nth-child(5) { border-top: 1px solid rgba(255,255,255,.14); }
  .destination-grid, .flavor-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tour-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .transport__grid, .planner__grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .transport__image { max-width: 680px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reason-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .planner__intro { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 240px; }
  .gallery-item--wide { grid-column: span 1; }
  .cta-strip__inner { grid-template-columns: 1fr; }
  .cta-strip__actions { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  :root { --header-height: 66px; --radius: 17px; --radius-lg: 24px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .transport h2, .planner h2, .contact-copy h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .logo { width: 190px; height: 54px; }
  .logo--footer { width: 220px; height: 64px; }
  .hero { padding-top: 56px; }
  .hero__backdrop { background: linear-gradient(180deg, rgba(7,41,48,.78) 0%, rgba(7,41,48,.88) 52%, rgba(7,41,48,.98) 100%), url("assets/images/hero.webp") 44% center / cover no-repeat; }
  .hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .hero__text { margin-top: 19px; }
  .hero__actions { display: grid; }
  .hero__actions .btn { width: 100%; }
  .btn--text { min-height: 38px; }
  .hero__panel { min-height: 285px; padding: 20px; background-position: center; }
  .trust-bar { grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .trust-bar span { padding: 16px 6px 16px 18px; font-size: .68rem; }
  .trust-bar span::before { left: 6px; top: 22px; width: 6px; height: 6px; }
  .trust-bar span:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .trust-bar span:last-child { grid-column: 1 / -1; }
  .destination-grid, .tour-grid, .service-grid, .flavor-grid, .reason-grid { grid-template-columns: 1fr; }
  .image-card__media { aspect-ratio: 16 / 10; }
  .tour-card > img { aspect-ratio: 16 / 10; }
  .service-card { min-height: auto; }
  .transport__grid { gap: 32px; }
  .transport__image img { aspect-ratio: 4 / 3; }
  .check-list { grid-template-columns: 1fr; }
  .flavor-card { aspect-ratio: 4 / 3; }
  .reason-card { min-height: 130px; }
  .travel-form { padding: 22px 17px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-field--full { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .faq-question { padding: 17px; font-size: .9rem; }
  .faq-answer > p { padding-inline: 17px; font-size: .88rem; }
  .cta-strip { padding: 58px 0; }
  .cta-strip__actions { display: grid; width: 100%; }
  .cta-strip__actions .btn { width: 100%; }
  .contact-card { padding: 22px 17px; }
  .contact-card > div:not(.contact-actions) { grid-template-columns: 1fr; gap: 3px; }
  .contact-card > div > a { font-size: 1.05rem; overflow-wrap: anywhere; }
  .contact-actions { display: grid; }
  .contact-actions .btn { width: 100%; }
  .floating-actions { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 8px; }
  .floating-btn { width: 48px; height: 48px; }
  .floating-btn svg { width: 23px; height: 23px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; }
  .digital-signature { white-space: normal; }
  .lightbox { padding: 16px; }
  .lightbox__close { top: 14px; right: 14px; }
}

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