:root {
  --ink: #10345f;
  --ink-soft: #31527a;
  --paper: #f7f3eb;
  --white: #fff;
  --coral: #ed1c2b;
  --coral-dark: #c91421;
  --aqua: #5784bb;
  --gold: #ffd51a;
  --line: rgba(9, 39, 58, .14);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(5, 30, 46, .14);
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
:where(section, form, aside)[id] { scroll-margin-top: 90px; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.page-width { width: var(--page); margin-inline: auto; }
.section { padding-block: 112px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; padding: 12px 18px; background: var(--white); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; color: white; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(9, 39, 58, .96); box-shadow: 0 10px 30px rgba(0,0,0,.1); backdrop-filter: blur(14px); }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 90px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 19px; letter-spacing: -.04em; line-height: .85; }
.brand img { width: 170px; height: 60px; padding: 0; border-radius: 0; object-fit: contain; background: transparent; filter: drop-shadow(0 3px 8px rgba(0,0,0,.12)); }
.brand strong { color: var(--coral); font-weight: 800; }
.brand small { display: block; margin-top: 6px; font-size: 7px; letter-spacing: .42em; line-height: 1; opacity: .78; }
.brand-mark { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; display: grid; place-items: center; }
.brand-mark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.language-selector { position: relative; }
.language-selector summary { display: flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; }
.language-selector summary::-webkit-details-marker { display: none; }
.language-menu { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; min-width: 190px; padding: 8px; border-radius: 12px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.language-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: 13px; white-space: nowrap; }
.language-menu a:hover, .language-menu a.active { background: var(--paper); color: var(--coral); }
.language-button, .menu-button { border: 0; background: none; color: inherit; cursor: pointer; }
.language-button { padding: 10px 0; font-size: 12px; font-weight: 700; }
.language-button span { margin-left: 4px; opacity: .7; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.mobile-nav { display: none; }

.button { border: 0; border-radius: 999px; padding: 15px 24px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 20px; }
.button-coral { color: white; background: var(--coral); box-shadow: 0 10px 24px rgba(255, 107, 85, .24); }
.button-coral:hover { background: var(--coral-dark); }
.button-white { width: 100%; color: var(--ink); background: white; }
.button-outline { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.button-whatsapp { width: 100%; margin-top: 4px; color: white; background: #20b96b; }
.button-paypal { width: 100%; margin-top: 4px; color: #173b75; background: #ffc439; }
.button-stripe { width: 100%; margin-top: 4px; color: white; background: #635bff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.light-link { color: white; border-color: rgba(255,255,255,.35); }

.hero { min-height: 760px; height: 100svh; position: relative; color: white; overflow: hidden; background: #183c4a; }
.hero-backgrounds, .hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-backgrounds { overflow: hidden; }
.hero-media { background-position: center 54%; background-size: cover; background-repeat: no-repeat; opacity: 0; transform: scale(1.06); transition: opacity .9s ease, transform 7s ease; }
.hero-media.is-active { opacity: 1; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(3,28,43,.9) 0%, rgba(3,28,43,.57) 42%, rgba(3,28,43,.08) 76%), linear-gradient(0deg, rgba(3,25,38,.36), transparent 45%); }
.hero-content { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 80px; padding-top: 80px; }
.hero-copy-stack { position: relative; flex: 1; height: 540px; }
.hero-copy { position: absolute; inset: 0; width: min(680px, 100%); display: flex; flex-direction: column; justify-content: center; opacity: 0; pointer-events: none; transform: translateY(22px); transition: opacity .55s ease, transform .65s ease; }
.hero-copy.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: none; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--coral-dark); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.8); }
.hero h1, .intro h2, .section-heading h2, .story-copy h2, .booking-heading h2, .reviews-top h2, .faq-intro h2, .final-cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.065em; line-height: .95; }
.hero h1 { max-width: 760px; font-size: clamp(46px, 5.6vw, 84px); }
h1 em, h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 28px 0 34px; color: rgba(255,255,255,.83); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.play-icon { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: inline-grid; place-items: center; font-size: 8px; }
.hero-card { width: 315px; align-self: flex-end; margin-bottom: 90px; padding: 23px; border: 1px solid rgba(255,255,255,.23); border-radius: var(--radius); background: rgba(7, 40, 56, .72); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-card-top, .price-row, .card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pill { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pill-coral { position: static; color: white; background: var(--coral); }
.rating { color: #ffd15b; font-size: 12px; font-weight: 700; }
.card-kicker { margin: 22px 0 7px; color: var(--aqua); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card .card-kicker { color: rgba(255,255,255,.6); }
.hero-card h2 { margin: 0 0 16px; font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -.04em; }
.tour-meta { display: flex; gap: 18px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.tour-meta span { display: flex; align-items: center; gap: 6px; }
.icon-clock { width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 50%; }
.icon-group { width: 14px; height: 8px; border: 1px solid currentColor; border-radius: 8px 8px 3px 3px; }
.price-row { margin: 18px 0; }
.price-row > span { color: rgba(255,255,255,.58); font-size: 11px; }
.price-row strong { font-family: "Manrope", sans-serif; font-size: 23px; }
.price-row small { font-size: 9px; opacity: .6; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.scroll-cue span { width: 1px; height: 34px; background: rgba(255,255,255,.7); }
.hero-slider-controls { position: absolute; z-index: 5; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 30px; display: flex; align-items: center; gap: 12px; }
.hero-slider-arrow, .hero-slider-dot { border: 0; color: white; background: transparent; cursor: pointer; }
.hero-slider-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 16px; transition: background .2s, border-color .2s; }
.hero-slider-arrow:hover, .hero-slider-arrow:focus-visible { border-color: white; background: rgba(255,255,255,.14); }
.hero-slider-dots { display: flex; align-items: center; gap: 7px; }
.hero-slider-dot { width: 7px; height: 7px; padding: 0; border-radius: 999px; background: rgba(255,255,255,.5); transition: width .25s, background .25s; }
.hero-slider-dot.is-active { width: 25px; background: var(--coral); }

.trust-strip { color: white; background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 104px; padding: 25px 34px; border-right: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; gap: 15px; }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong, .trust-icon { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 31px; }
.trust-grid span:not(.trust-icon) { color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.intro h2, .section-heading h2 { font-size: clamp(48px, 6vw, 82px); }
.intro-copy { max-width: 480px; padding-bottom: 3px; }
.intro-copy > p:first-child { margin: 0; font-size: 21px; line-height: 1.55; }
.micro-copy { margin: 18px 0 0; color: #6e7c81; font-size: 13px; line-height: 1.7; }

.tours-section { padding-bottom: 125px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.filter { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: #687b84; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter.active { color: white; border-color: var(--ink); background: var(--ink); }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card { position: relative; overflow: hidden; border-radius: var(--radius); background: white; transition: transform .3s, box-shadow .3s, opacity .3s; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tour-card.is-hidden { display: none; }
.tour-card-link { position: absolute; z-index: 2; inset: 0; border-radius: inherit; }
.tour-card-link:focus-visible { outline: 3px solid var(--coral); outline-offset: -4px; }
.tour-image-wrap { position: relative; height: 268px; overflow: hidden; }
.tour-image-wrap img { height: 100%; object-fit: cover; transition: transform .55s; }
.tour-card:hover img { transform: scale(1.045); }
.round-button { position: absolute; z-index: 3; right: 16px; bottom: 16px; width: 43px; height: 43px; padding: 0; border: 0; border-radius: 50%; color: white; background: var(--coral); font-size: 20px; cursor: pointer; transition: transform .2s; }
.round-button:hover { transform: rotate(12deg); }
.tour-card-body { padding: 23px 24px 21px; }
.tour-card-body .card-kicker { margin-top: 0; }
.tour-card h3 { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.045em; }
.tour-card-body > p:not(.card-kicker) { min-height: 62px; margin: 0 0 20px; color: #6e7c81; font-size: 13px; line-height: 1.55; }
.card-bottom { padding-top: 17px; border-top: 1px solid var(--line); font-size: 11px; }
.card-bottom span { color: #7b898e; }
.card-bottom strong { color: var(--coral-dark); font-size: 13px; }
.show-more { margin: 38px auto 0; }

.routes-section { padding: 110px 0 120px; color: white; background: #0a2c3f; overflow: hidden; }
.routes-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 55px; }
.routes-heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(50px, 5.6vw, 76px); font-weight: 700; line-height: .96; letter-spacing: -.065em; }
.routes-heading h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.routes-heading > p { max-width: 410px; margin: 0 0 7px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; }
.route-explorer { display: grid; grid-template-columns: .72fr 1.25fr .93fr; min-height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; background: #0d3548; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.route-controls { border-right: 1px solid rgba(255,255,255,.11); }
.route-tab { width: 100%; min-height: 126px; padding: 24px 21px; border: 0; border-bottom: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 10px; color: rgba(255,255,255,.55); text-align: left; background: transparent; cursor: pointer; transition: color .2s, background .2s; }
.route-tab:hover, .route-tab.active { color: white; background: rgba(255,255,255,.055); }
.route-tab.active { box-shadow: inset 3px 0 var(--coral); }
.route-tab > span { color: var(--coral); font-size: 10px; }
.route-tab strong, .route-tab small { display: block; }
.route-tab strong { font-family: "Manrope", sans-serif; font-size: 14px; }
.route-tab small { margin-top: 6px; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.4; }
.route-tab i { font-style: normal; transition: transform .2s; }
.route-tab.active i { transform: translateX(3px); }
.route-map-panel { position: relative; min-height: 560px; padding: 22px; background: #e7dfd0; }
.route-map-top, .route-map-legend { display: flex; justify-content: space-between; color: #6f7d80; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.island-map { width: 100%; height: 455px; }
.island-shape { fill: #f8f4ec; stroke: #d2c9b9; stroke-width: 2; }
.route-line { fill: none; stroke: var(--coral); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 10 9; opacity: 0; transition: opacity .3s; }
.route-line.active { opacity: 1; }
.map-points { fill: var(--coral); stroke: white; stroke-width: 4; opacity: 0; transition: opacity .3s; }
.map-points.active { opacity: 1; }
.island-map text { fill: #748183; font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.route-map-legend { position: absolute; left: 22px; right: 22px; bottom: 18px; justify-content: flex-start; gap: 20px; }
.route-map-legend span { display: flex; align-items: center; gap: 6px; }
.route-map-legend i { width: 22px; height: 2px; background: var(--coral); }
.route-map-legend b { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.route-details { padding: 33px 30px; display: flex; flex-direction: column; }
.route-detail-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.route-detail-head .card-kicker { margin-top: 0; }
.route-detail-head h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.route-detail-head > strong { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 23px; }
.route-details > p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.65; }
.route-facts { margin: 18px 0; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.route-facts small, .route-facts strong { display: block; }
.route-facts small { margin-bottom: 5px; color: rgba(255,255,255,.38); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.route-facts strong { font-size: 10px; }
.route-stops { flex: 1; margin: 0 0 22px; padding: 0; list-style: none; }
.route-stops li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.77); font-size: 11px; }
.route-stops li span { margin-right: 12px; color: var(--coral); font-size: 8px; }
.route-book { width: 100%; }

.story-section { padding: 120px 0; overflow: hidden; color: white; background: var(--ink); }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 110px; }
.story-collage { position: relative; min-height: 595px; }
.story-main { position: absolute; left: 0; top: 0; width: 86%; height: 520px; object-fit: cover; border-radius: var(--radius); }
.story-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 230px; object-fit: cover; border: 8px solid var(--ink); border-radius: 14px; }
.hand-note { position: absolute; left: -24px; bottom: 18px; transform: rotate(-5deg); color: #ffd66b; font-family: Georgia, serif; font-size: 17px; font-style: italic; line-height: 1.35; }
.story-copy h2 { font-size: clamp(46px, 4.9vw, 72px); }
.story-lead { margin: 26px 0 16px; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.story-copy > p:not(.eyebrow):not(.story-lead) { max-width: 470px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.signature { margin: 23px 0; color: var(--coral); font-family: Georgia, serif; font-size: 24px; font-style: italic; transform: rotate(-4deg); }

.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin-top: 75px; }
.benefit { position: relative; padding: 35px 30px 10px; border-top: 1px solid var(--line); }
.benefit-number { position: absolute; right: 0; top: 13px; color: #aeb9bc; font-size: 10px; }
.benefit-icon { width: 54px; height: 54px; margin-bottom: 27px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--aqua); font-size: 24px; }
.benefit:nth-child(2) .benefit-icon { background: var(--coral); }
.benefit:nth-child(3) .benefit-icon { color: var(--ink); background: var(--gold); }
.benefit h3 { margin: 0 0 15px; font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.045em; line-height: 1.15; }
.benefit p { color: #6e7c81; font-size: 13px; line-height: 1.7; }

.booking-steps { padding: 100px 0; color: white; background: var(--aqua); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: start; }
.booking-heading h2 { font-size: clamp(46px, 5vw, 68px); }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 55px 1fr; gap: 20px; }
.steps-list li:first-child { padding-top: 0; }
.steps-list li > span { width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.steps-list h3 { margin: 0 0 6px; font-family: "Manrope", sans-serif; font-size: 18px; }
.steps-list p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }

.reviews-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.reviews-top h2 { font-size: clamp(43px, 5vw, 66px); }
.rating-block { display: flex; align-items: center; gap: 15px; }
.rating-block-link { color: inherit; text-decoration: none; }
.rating-block-link:hover { color: inherit; }
.rating-block > strong { font-family: "Manrope", sans-serif; font-size: 48px; letter-spacing: -.05em; }
.rating-block > span { color: var(--gold); letter-spacing: 2px; font-size: 13px; }
.rating-block small { display: block; color: #718087; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { min-height: 300px; margin: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.36); }
.review-featured { color: white; border-color: var(--ink); background: var(--ink); transform: translateY(-15px); }
.review-rating { color: var(--gold); font-size: 12px; letter-spacing: 2px; }
.quote-mark { color: var(--coral); font-family: Georgia, serif; font-size: 55px; line-height: .7; }
.review > p { flex: 1; margin: 17px 0 28px; font-family: Georgia, serif; font-size: 19px; font-style: italic; line-height: 1.55; }
.review footer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 12px; font-weight: 800; }
.review-author-photo { object-fit: cover; }
.avatar.coral { background: var(--coral); }.avatar.teal { background: var(--aqua); }.avatar.gold { color: var(--ink); background: var(--gold); }
.review footer strong, .review footer small { display: block; }
.review footer strong { font-size: 11px; }
.review footer small { margin-top: 3px; color: #859398; font-size: 9px; }
.review footer a { color: inherit; text-decoration: none; }
.review footer a:hover { text-decoration: underline; }

.gallery-strip { height: 280px; display: grid; grid-template-columns: 1fr 1fr 1.3fr 1fr 1fr; overflow: hidden; }
.gallery-strip > img { height: 100%; object-fit: cover; filter: saturate(.92); }
.gallery-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--coral); text-align: center; }
.gallery-cta span { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.gallery-cta strong { margin: 9px 0 18px; font-family: "Manrope", sans-serif; font-size: 17px; }
.gallery-cta a { width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro h2 { font-size: clamp(48px, 5vw, 68px); }
.faq-intro > p:not(.eyebrow) { margin-top: 25px; color: #738187; font-size: 13px; }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; padding: 22px 0; border: 0; display: flex; justify-content: space-between; text-align: left; background: transparent; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; }
.accordion-item button i { font-style: normal; font-size: 20px; font-weight: 400; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion-content p { margin: -5px 50px 24px 0; color: #718087; font-size: 13px; line-height: 1.7; }
.accordion-item.open .accordion-content { max-height: 160px; }

.final-cta { position: relative; min-height: 560px; display: flex; align-items: center; color: white; overflow: hidden; background: var(--ink); }
.final-cta-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,38,76,.94) 8%, rgba(8,38,76,.57) 62%, rgba(8,38,76,.12)), url("assets/cave-group.jpg") center 48% / cover; }
.final-cta-content { position: relative; }
.final-cta h2 { margin-bottom: 32px; font-size: clamp(58px, 6.5vw, 88px); }

.site-footer { color: rgba(255,255,255,.68); background: #061c2a; font-size: 12px; }
.footer-main { padding: 70px 0; display: grid; grid-template-columns: 1.6fr .7fr 1.2fr .7fr; gap: 60px; }
.brand-light { color: white; }
.footer-brand p { margin-top: 25px; line-height: 1.7; }
.footer-brand .footer-logo { width: 94px; height: 94px; padding: 5px; border-radius: 50%; }
.footer-column { display: flex; flex-direction: column; gap: 12px; line-height: 1.5; }
.footer-column strong { margin-bottom: 8px; color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a:hover { color: white; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 10px; }
.footer-bottom div { display: flex; gap: 25px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; padding: 10px 16px 10px 10px; border-radius: 999px; display: flex; align-items: center; gap: 9px; color: white; background: #20b96b; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.whatsapp-float.visible { opacity: 1; pointer-events: auto; transform: none; }
.whatsapp-float svg { width: 29px; height: 29px; fill: white; }

.modal { position: fixed; inset: 0; z-index: 80; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 20, 30, .72); backdrop-filter: blur(5px); }
.modal-panel { position: absolute; top: 50%; left: 50%; width: min(900px, calc(100% - 32px)); max-height: min(780px, calc(100vh - 32px)); border-radius: 20px; overflow: auto; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.3); transform: translate(-50%, -46%); transition: transform .25s; }
.modal.open .modal-panel { transform: translate(-50%, -50%); }
.tour-modal-panel { display: grid; grid-template-columns: .95fr 1.05fr; }
.tour-modal-panel > img { height: 100%; min-height: 650px; object-fit: cover; }
.modal-body { padding: 48px; }
.modal-body h2, .booking-panel h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 43px; letter-spacing: -.055em; line-height: 1; }
.modal-body > p:not(.eyebrow) { color: #63757d; font-size: 13px; line-height: 1.7; }
.modal-facts { margin: 27px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.modal-facts span, .modal-facts strong { display: block; }
.modal-facts span { margin-bottom: 5px; color: #829096; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.modal-facts strong { font-size: 12px; }
.modal-body h3 { font-size: 13px; }
.modal-body ul { margin: 14px 0 27px; padding: 0; list-style: none; }
.modal-body li { position: relative; margin: 9px 0; padding-left: 20px; color: #526871; font-size: 12px; }
.modal-body li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 700; }
.modal-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: white; box-shadow: 0 5px 18px rgba(0,0,0,.12); cursor: pointer; font-size: 24px; line-height: 1; }
.booking-panel { width: min(570px, calc(100% - 32px)); padding: 48px; }
.booking-panel > p:not(.eyebrow) { color: #65767d; font-size: 13px; line-height: 1.6; }
.booking-panel form { margin-top: 26px; }
.booking-panel label { display: block; margin-bottom: 15px; color: #51656d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-panel input, .booking-panel select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: white; outline: none; font-size: 13px; }
.booking-panel input:focus, .booking-panel select:focus { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(17,169,180,.12); }
.booking-panel .booking-field-help { display: block; margin: 7px 0 0; color: #7b898e; font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-align: left; text-transform: none; }
.tour-booking-card .booking-field-help { display: block; margin: -7px 0 15px; color: #6e7c81; font-size: 11px; font-weight: 500; line-height: 1.45; }
.booking-panel .booking-check { display: flex; align-items: center; gap: 10px; margin: 7px 0 16px; cursor: pointer; line-height: 1.4; }
.booking-panel .booking-check input { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; padding: 0; accent-color: var(--aqua); }
.booking-panel .booking-check span { display: block; }
.form-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 13px; }
.booking-panel form > small { display: block; margin-top: 10px; color: #879398; text-align: center; }
.payment-choice { margin: 3px 0 16px; padding: 0; border: 0; }
.payment-choice legend { margin-bottom: 8px; color: #51656d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.payment-choice > label { position: relative; margin: 7px 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: 27px 34px 1fr; align-items: center; gap: 9px; background: white; cursor: pointer; text-transform: none; letter-spacing: 0; transition: border-color .2s, background .2s; }
.payment-choice > label:has(input:checked) { border-color: var(--aqua); background: rgba(17,169,180,.045); }
.payment-choice input { width: 15px; height: 15px; margin: 0; accent-color: var(--aqua); }
.payment-choice-icon { width: 31px; height: 25px; border-radius: 6px; display: grid; place-items: center; color: white; font-size: 11px; font-weight: 800; }
.whatsapp-mini { background: #20b96b; }.paypal-mini { color: #143c78; background: #ffc439; }.stripe-mini { background: #635bff; }
.booking-date-display { padding-right: 42px !important; cursor: pointer; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2311a9b4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E"); background-position: right 14px center; background-repeat: no-repeat; }
.booking-date-display.booking-date-invalid { border-color: #c9343d !important; box-shadow: 0 0 0 3px rgba(201, 52, 61, .12) !important; }
.booking-date-error { display: block; margin: -7px 0 12px; color: #b4232c; font-size: 11px; font-weight: 700; letter-spacing: 0; line-height: 1.4; text-align: left; text-transform: none; }
.booking-date-error[hidden] { display: none; }
.flatpickr-calendar { border: 0; border-radius: 14px; font-family: "DM Sans", sans-serif; box-shadow: 0 18px 50px rgba(8, 37, 48, .2); overflow: hidden; }
.flatpickr-months { padding: 8px 3px 3px; background: var(--ink); }
.flatpickr-months .flatpickr-month, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { color: #fff; fill: #fff; }
.flatpickr-weekdays { background: #f2f7f6; }
span.flatpickr-weekday { color: #51656d; background: #f2f7f6; }
.flatpickr-day.today { border-color: var(--aqua); }
.flatpickr-day.selected, .flatpickr-day.selected:hover { border-color: var(--coral); background: var(--coral); }
.payment-choice label > span:last-child strong, .payment-choice label > span:last-child small { display: block; }
.payment-choice label > span:last-child strong { color: var(--ink); font-size: 11px; }
.payment-choice label > span:last-child small { margin-top: 2px; color: #879398; font-size: 8px; font-weight: 500; }
.booking-price-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 8px 0 16px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--line); }
.booking-price-summary[hidden] { display: none; }
.booking-price-summary > div { padding: 11px 13px; background: #fff; }
.booking-price-summary span, .booking-price-summary strong { display: block; }
.booking-price-summary span { margin-bottom: 3px; color: #7b898e; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.booking-price-summary strong { color: var(--ink); font-size: 14px; }
.booking-price-summary .booking-price-due { background: rgba(17,169,180,.08); }
.booking-price-summary .booking-price-due strong { color: #087d87; font-size: 18px; }
.booking-price-summary > small { grid-column: 1 / -1; padding: 7px 12px; color: #66777d; background: #f7faf9; font-size: 9px; text-align: center; }
.booking-price-summary > small:empty { display: none; }
.transfer-form .payment-choice { min-width: 0; margin: 3px 0 10px; padding: 0; border: 0; }
.transfer-form .payment-choice > legend { margin-bottom: 8px; color: #51656d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.transfer-form .payment-choice > label { display: grid; grid-template-columns: 27px 34px 1fr; align-items: center; gap: 9px; margin: 7px 0; padding: 10px 12px; }
.transfer-form .payment-choice > label input { width: 15px; height: 15px; margin: 0; padding: 0; }
.transfer-form .payment-choice > label span:last-child strong, .transfer-form .payment-choice > label span:last-child small { display: block; }
.transfer-form .payment-choice > label span:last-child small { margin-top: 2px; color: #879398; font-size: 9px; font-weight: 500; }
.transfer-form button[data-transfer-submit] { width: 100%; justify-content: center; }
.transfer-helper { display: block; margin-top: 9px; color: #7b898e; font-size: 10px; text-align: center; }
.checkout-panel { width: min(530px, calc(100% - 32px)); padding: 45px; }
.demo-badge { padding: 6px 9px; border-radius: 999px; display: inline-block; color: #6c63d7; background: #ebe9ff; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.checkout-brand { margin-top: 27px; }.checkout-brand img { width: 125px; height: 45px; padding: 3px 5px; border-radius: 6px; object-fit: contain; background: white; }.checkout-brand small { display: block; margin-top: 5px; color: #879398; font-size: 6px; letter-spacing: .24em; }
.checkout-panel h2 { margin: 12px 0 25px; font-family: "Manrope",sans-serif; font-size: 34px; letter-spacing: -.055em; }
.checkout-summary { padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 10px; }
.checkout-summary small, .checkout-summary strong { display: block; }.checkout-summary small { margin-bottom: 5px; color: #879398; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.checkout-summary strong { font-size: 11px; }
.checkout-provider { margin-top: 22px; }.checkout-provider > p { color: #6f7f85; font-size: 11px; line-height: 1.55; }
.paypal-demo-button,.stripe-demo-button { width: 100%; padding: 14px; border: 0; border-radius: 8px; cursor: pointer; font-size: 12px; font-weight: 700; }.paypal-demo-button { color: #163c72; background: #ffc439; }.stripe-demo-button { margin-top: 16px; color: white; background: #635bff; }
.stripe-view { display: none; }
.stripe-powered { display: flex; align-items: center; gap: 8px; }.stripe-powered b { width: 25px; height: 25px; border-radius: 6px; display: grid; place-items: center; color: white; background: #635bff; }.stripe-powered span { margin-left: auto; font-size: 8px; }
.stripe-view label { display: block; margin-top: 12px; color: #65757d; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.fake-input { margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; color: #77868c; background: white; font-size: 11px; font-weight: 500; letter-spacing: .05em; }.fake-input span { float: right; color: #143c78; font-size: 9px; font-weight: 800; }
.fake-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-disclaimer { margin: 16px 0 0; color: #8c989c; font-size: 8px; line-height: 1.5; text-align: center; }
.demo-toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; padding: 15px 19px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.demo-toast.show { opacity: 1; transform: none; }.demo-toast strong,.demo-toast span { display: block; }.demo-toast strong { font-size: 11px; }.demo-toast span { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; top: 82px; left: 24px; right: 24px; padding: 22px; border-radius: 16px; flex-direction: column; align-items: stretch; gap: 17px; color: var(--ink); background: white; box-shadow: var(--shadow); }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { font-weight: 700; }
  .hero-copy-stack { flex-basis: 65%; }
  .hero-card { width: 285px; }
  .story-grid { gap: 60px; }
  .route-explorer { grid-template-columns: .7fr 1.3fr; }
  .route-details { grid-column: 1 / -1; min-height: 420px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { display: none; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 34px, 620px); }
  .section { padding-block: 82px; }
  .nav-shell { width: calc(100% - 32px); height: 76px; }
  .nav-actions .button, .language-button { display: none; }
  :where(section, form, aside)[id] { scroll-margin-top: 76px; }
  .hero { min-height: 850px; height: 100svh; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,28,43,.78) 0%, rgba(3,28,43,.28) 50%, rgba(3,28,43,.92) 100%); }
  .hero-content { display: block; padding-top: 155px; }
  .hero-copy-stack { width: 100%; height: 430px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(40px, 10vw, 56px); }
  .hero-lead { max-width: 500px; font-size: 16px; }
  .hero-card { position: absolute; left: 0; right: 0; bottom: 55px; width: 100%; margin: 0; padding: 20px; }
  .scroll-cue { display: none; }
  .hero-slider-controls { top: 94px; right: auto; bottom: auto; left: 50%; transform: translateX(-50%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .intro, .story-grid, .booking-grid, .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .routes-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .route-explorer { grid-template-columns: 1fr; }
  .route-controls { display: grid; grid-template-columns: repeat(3,1fr); border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .route-tab { min-height: 120px; grid-template-columns: 1fr; align-content: center; }
  .route-tab i { display: none; }
  .route-tab.active { box-shadow: inset 0 3px var(--coral); }
  .route-map-panel { min-height: 500px; }
  .route-details { grid-column: auto; }
  .intro { align-items: start; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .story-collage { min-height: 510px; }
  .story-main { height: 445px; }
  .benefit-grid, .review-grid { grid-template-columns: 1fr; gap: 22px; }
  .benefit-grid { max-width: 570px; margin-inline: auto; }
  .review-featured { transform: none; }
  .booking-grid { gap: 55px; }
  .gallery-strip { height: 230px; grid-template-columns: 1fr 1.3fr 1fr; }
  .gallery-strip img:nth-of-type(1), .gallery-strip img:nth-of-type(4) { display: none; }
  .footer-main { grid-template-columns: 1.3fr 1fr; }
  .footer-column:nth-child(3) { display: none; }
  .tour-modal-panel { grid-template-columns: 1fr; }
  .tour-modal-panel > img { height: 260px; min-height: 0; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 32px); }
  .nav-shell { gap: 8px; }
  .nav-actions { gap: 6px; }
  .nav-actions > .text-link { display: none; }
  .language-selector summary { padding: 7px 8px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand img { width: 122px; height: 48px; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 126px; }
  .hero-copy-stack { height: 415px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { margin: 20px 0 24px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-card { bottom: 24px; }
  .hero-card .tour-meta, .hero-card .price-row { padding-block: 10px; margin-block: 10px; }
  .hero-card .card-kicker { margin-top: 13px; }
  .hero-card h2 { margin-bottom: 10px; font-size: 23px; }
  .trust-grid > div { padding: 20px 12px; }
  .trust-grid strong, .trust-icon { font-size: 25px; }
  .intro h2, .section-heading h2 { font-size: 47px; }
  .tour-grid { grid-template-columns: 1fr; }
  .routes-section { padding: 82px 0; }
  .routes-heading h2 { font-size: 47px; }
  .route-controls { grid-template-columns: 1fr; }
  .route-tab { min-height: 82px; grid-template-columns: 25px 1fr; }
  .route-tab i { display: none; }
  .route-map-panel { min-height: 380px; padding: 14px; }
  .island-map { height: 310px; }
  .route-details { min-height: 0; padding: 27px 20px; }
  .route-facts { grid-template-columns: 1fr 1fr; }
  .tour-card-body > p:not(.card-kicker) { min-height: 0; }
  .story-section { padding: 82px 0; }
  .story-collage { min-height: 390px; }
  .story-main { width: 92%; height: 350px; }
  .story-small { width: 45%; height: 160px; }
  .hand-note { left: 3px; bottom: -18px; font-size: 14px; }
  .story-copy h2 { font-size: 46px; }
  .story-lead { font-size: 19px; }
  .benefit-grid { margin-top: 50px; }
  .reviews-top { align-items: flex-start; flex-direction: column; }
  .gallery-strip { height: 180px; grid-template-columns: 1fr 1fr; }
  .gallery-cta { display: none; }
  .faq-section { gap: 40px; }
  .final-cta { min-height: 510px; }
  .final-cta h2 { font-size: 51px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-column:nth-child(2) { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 10px; }
  .modal-body, .booking-panel { padding: 38px 25px 28px; }
  .modal-body h2, .booking-panel h2 { font-size: 36px; }
  .modal-facts { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .checkout-panel { padding: 38px 23px 25px; }
  .checkout-panel h2 { font-size: 31px; }
  .checkout-summary { grid-template-columns: 1fr 1fr; }
  .checkout-summary > div:first-child { grid-column: 1 / -1; }
}

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