:root {
  --ink: #10251f;
  --ink-2: #173a31;
  --forest: #244a3d;
  --lime: #c9f346;
  --lime-dark: #789318;
  --sand: #f5f0e5;
  --sand-2: #e9e0cf;
  --white: #fff;
  --muted: #68766f;
  --line: rgba(16, 37, 31, .14);
  --shadow: 0 22px 70px rgba(13, 34, 28, .16);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #75a900; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; background: white; color: var(--ink); z-index: 100; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 76px; padding: 0 clamp(18px, 5vw, 72px); background: rgba(16, 37, 31, .96); color: white; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(16px); }
.brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--lime); color: var(--ink); font-weight: 950; letter-spacing: -.08em; font-size: 1.06rem; transform: rotate(-4deg); }
.brand-mark span { color: var(--lime-dark); font-size: .8em; margin: 0 1px; }
.brand-text { font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; line-height: .95; }
.brand-text small { display: block; color: var(--lime); letter-spacing: .22em; font-size: .55rem; margin-top: 5px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .16); }
.lang-button { border: 0; border-radius: 999px; padding: 7px 10px; background: transparent; color: #d9e3df; font-weight: 800; font-size: .78rem; cursor: pointer; text-decoration: none; }
.lang-button.active { background: white; color: var(--ink); }
.header-cta { color: var(--ink); background: var(--lime); padding: 10px 16px; text-decoration: none; border-radius: 999px; font-weight: 850; }

.hero { min-height: calc(100svh - 76px); position: relative; overflow: hidden; display: flex; align-items: center; isolation: isolate; background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; z-index: -3; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(8, 27, 22, .97) 0%, rgba(8, 27, 22, .77) 43%, rgba(8, 27, 22, .08) 78%), linear-gradient(0deg, rgba(8, 27, 22, .62), transparent 50%); }
.hero::after { content: ""; position: absolute; inset: auto -8% -24% auto; width: 42vw; aspect-ratio: 1; border: 1px solid rgba(201, 243, 70, .26); border-radius: 50%; box-shadow: 0 0 0 54px rgba(201, 243, 70, .06), 0 0 0 108px rgba(201, 243, 70, .03); z-index: -1; }
.hero-content { width: min(760px, 100%); padding: 86px clamp(20px, 7vw, 104px) 110px; color: white; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: .76rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #66830a; }
.hero h1, .section-heading h2, .booking-copy h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .91; }
.hero h1 { font-size: clamp(4rem, 8vw, 7.8rem); }
.hero h1 span, .section-heading h2 span, .booking-copy h2 span { color: var(--lime); }
.hero-intro { max-width: 560px; margin: 27px 0 32px; font-size: clamp(1.04rem, 2vw, 1.25rem); color: #e7efeb; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { border: 0; border-radius: 10px; min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 28px rgba(201, 243, 70, .15); }
.text-link { color: white; font-weight: 800; text-underline-offset: 4px; }
.trust-list { list-style: none; padding: 0; margin: 38px 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list li { display: flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 750; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; backdrop-filter: blur(8px); }
.trust-list li::before { content: "✓"; color: var(--lime); font-weight: 1000; }
.hero-price { position: absolute; right: clamp(24px, 6vw, 86px); bottom: 42px; width: 220px; aspect-ratio: 1; border-radius: 50%; padding: 35px; display: flex; flex-direction: column; justify-content: center; background: var(--lime); color: var(--ink); transform: rotate(4deg); box-shadow: var(--shadow); }
.hero-price span, .hero-price small { font-weight: 800; line-height: 1.2; }
.hero-price strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.5rem; line-height: 1.15; margin: 7px 0 3px; }

.section { max-width: 1240px; margin: auto; padding: 112px 24px; }
.section-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .booking-copy h2 { font-size: clamp(3.2rem, 6.4vw, 6.7rem); }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; margin: 0 0 8px; max-width: 540px; }
.quad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quad-card { min-height: 320px; border-radius: var(--radius); padding: 34px; overflow: hidden; display: grid; grid-template-columns: auto 1fr; gap: 22px; color: white; position: relative; box-shadow: var(--shadow); }
.quad-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -90px; bottom: -120px; border: 46px solid rgba(255,255,255,.07); }
.quad-card.army { background: linear-gradient(90deg, rgba(15,35,26,.96) 0%, rgba(20,48,34,.83) 58%, rgba(12,28,21,.48) 100%), url("actual-quads.jpg") 70% 50% / cover no-repeat; }
.quad-card.neon { background: linear-gradient(90deg, rgba(32,64,13,.95) 0%, rgba(51,91,10,.78) 58%, rgba(17,42,20,.45) 100%), url("actual-quads.jpg") 10% 50% / cover no-repeat; }
.quad-number { width: 55px; height: 55px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; color: var(--lime); font-weight: 950; }
.card-kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 900; margin: 5px 0 8px; }
.quad-card h3 { font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1; margin: 0 0 15px; letter-spacing: -.045em; }
.quad-card p:not(.card-kicker) { color: rgba(255,255,255,.72); max-width: 390px; }
.card-select { position: relative; z-index: 1; margin-top: 18px; border: 0; border-bottom: 2px solid var(--lime); padding: 8px 0; color: white; background: transparent; font-weight: 900; cursor: pointer; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.pricing-panel, .safety-panel { border-radius: var(--radius); padding: clamp(26px, 4vw, 46px); }
.pricing-panel { background: white; box-shadow: var(--shadow); }
.price-group + .price-group { margin-top: 24px; }
.price-group h3 { margin: 0 0 7px; color: var(--forest); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.price-line { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.price-group .price-line:first-of-type { border-top: 1px solid var(--line); }
.price-line strong, .price-line small { display: block; }
.price-line small { color: var(--muted); margin-top: 3px; }
.price-line b { font-size: 1.5rem; }
.dual-price { display: inline-grid; gap: 1px; text-align: right; line-height: 1.08; }
.dual-price > span { white-space: nowrap; }
.dual-price .converted-price { color: currentColor; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .58em; font-weight: 850; line-height: 1.25; margin: 2px 0 0; opacity: .68; white-space: nowrap; }
.deposit-line { margin-top: 20px; background: #f1f5e4; padding: 16px 18px; border-radius: 10px; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 16px; }
.deposit-line small { grid-column: 2; color: var(--muted); }
.deposit-line .converted-price { grid-column: auto; }
.fine-print { color: var(--muted); font-size: .83rem; margin: 18px 0 0; }
.safety-panel { background: var(--ink); color: white; }
.safety-panel h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 20px; }
.safety-panel ul { list-style: none; padding: 0; margin: 0; }
.safety-panel li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.safety-panel li > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 1000; }
.safety-panel li strong, .safety-panel li small { display: block; }
.safety-panel li small { color: #aebeb8; margin-top: 2px; }
.story-strip { background: #19453b; color: white; border-radius: var(--radius); padding: 30px 38px; margin-top: 18px; display: grid; grid-template-columns: auto .9fr 1.1fr; gap: 28px; align-items: center; }
.story-badge { width: 84px; height: 84px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.1rem; transform: rotate(-6deg); }
.story-strip .eyebrow { margin-bottom: 7px; }
.story-strip h3 { margin: 0; font-size: 1.5rem; letter-spacing: -.035em; }
.story-strip > p { color: #c6d6d0; margin: 0; }

.booking-section { background: var(--ink); color: white; padding: 112px max(24px, calc((100vw - 1192px) / 2)); }
.booking-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 7vw, 92px); align-items: start; }
.booking-copy { position: sticky; top: 110px; }
.booking-copy p:not(.eyebrow) { color: #b7c6c0; max-width: 450px; font-size: 1.05rem; }
.mini-steps { list-style: none; padding: 24px 0 0; margin: 30px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.mini-steps li { display: flex; gap: 14px; align-items: center; margin: 15px 0; color: #dce6e2; }
.mini-steps b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(201,243,70,.5); color: var(--lime); border-radius: 50%; }
.booking-form { background: white; color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.form-heading { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading small { color: var(--muted); }
.live-dot { width: 10px; height: 10px; background: #5fac28; border-radius: 50%; box-shadow: 0 0 0 6px rgba(95,172,40,.13); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.full-field { grid-column: 1 / -1; }
label span, legend, .riders-field > span { display: block; font-size: .84rem; font-weight: 850; margin-bottom: 7px; }
input, select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #c8d2ce; border-radius: 9px; background: white; color: var(--ink); }
input:focus, select:focus { border-color: #6a8b0c; box-shadow: 0 0 0 3px rgba(130,166,24,.13); outline: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #b42318; }
fieldset { border: 0; margin: 24px 0; padding: 0; }
.quad-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quad-option { cursor: pointer; }
.quad-option input { position: absolute; opacity: 0; pointer-events: none; }
.quad-option > span { min-height: 112px; padding: 14px; border: 1px solid #d4ddd9; border-radius: 10px; display: flex; flex-direction: column; align-items: flex-start; margin: 0; transition: border .18s, background .18s, box-shadow .18s; }
.quad-option input:checked + span { border-color: #729512; background: #f1f7df; box-shadow: 0 0 0 2px rgba(114,149,18,.13); }
.quad-option input:focus-visible + span { outline: 3px solid #75a900; outline-offset: 2px; }
.quad-option b { margin-top: 12px; }
.quad-option small { color: var(--muted); line-height: 1.3; margin-top: 3px; }
.color-dot { display: inline-block; width: 24px; height: 13px; border-radius: 999px; border: 1px solid rgba(16,37,31,.25); }
.army-dot { background: #65724b; }
.neon-dot { background: #a8dd16; }
.double-dot { display: flex; gap: 3px; height: 13px; }
.riders-field { display: block; max-width: 220px; }
.summary { margin: 24px 0 18px; padding: 20px; border: 1px solid var(--line); background: #f7f6f1; border-radius: 12px; }
.summary > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 5px 0; }
.summary-total { margin-top: 10px; padding-top: 13px !important; border-top: 1px solid var(--line); }
.summary-total strong { font-size: 1.28rem; }
.summary > small { display: block; text-align: right; color: var(--muted); margin-top: 4px; }
.summary > .currency-disclaimer { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line); text-align: left; font-size: .75rem; line-height: 1.45; }
.form-error { color: #8e1f17; background: #fff0ed; border: 1px solid #f0b9b2; padding: 10px 12px; border-radius: 8px; }
.whatsapp-button { width: 100%; background: #22c966; color: #072a16; box-shadow: 0 13px 28px rgba(34,201,102,.2); justify-content: space-between; }
.wa-icon { font-size: .72rem; border: 2px solid currentColor; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; }
.form-note { font-size: .78rem; text-align: center; color: var(--muted); margin: 12px auto 0; max-width: 540px; }
.message-fallback { margin-top: 18px; background: #eaf8ec; border-radius: 10px; padding: 18px; border: 1px solid #b8dfbf; }
.message-fallback p { white-space: pre-line; max-height: 210px; overflow: auto; font-size: .82rem; color: #34463f; }
.message-fallback button { background: transparent; border: 0; color: #176232; text-decoration: underline; font-weight: 800; cursor: pointer; padding: 4px 0; }
.faq { margin-top: 100px; padding-top: 68px; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.faq h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3.5rem, 7vw, 7rem); line-height: 1; margin: 0; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
details { border-bottom: 1px solid rgba(255,255,255,.18); padding: 21px 0; }
summary { cursor: pointer; list-style: none; font-size: 1.03rem; font-weight: 850; padding-right: 38px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: -4px; color: var(--lime); font-size: 1.7rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: #b8c8c2; margin: 12px 45px 0 0; }

footer { padding: 48px max(24px, calc((100vw - 1192px) / 2)); background: #071711; color: white; display: grid; grid-template-columns: 1fr auto; gap: 12px 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }
footer p { grid-column: 1; margin: 0; color: #93a69f; }
footer > a:last-child { grid-row: 1 / span 2; grid-column: 2; color: var(--lime); font-weight: 800; text-underline-offset: 4px; }
.mobile-book { display: none; }

@media (max-width: 900px) {
  .hero-price { width: 180px; right: 24px; bottom: 28px; padding: 28px; }
  .hero-price strong { font-size: 2rem; }
  .section-heading, .booking-wrap, .faq { grid-template-columns: 1fr; gap: 34px; }
  .booking-copy { position: static; }
  .faq { gap: 28px; }
  .story-strip { grid-template-columns: auto 1fr; }
  .story-strip > p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 66px; }
  body { padding-bottom: 72px; }
  .site-header { height: 66px; padding: 0 16px; }
  .brand-mark { width: 37px; height: 37px; font-size: .95rem; }
  .header-actions { gap: 10px; }
  .header-cta { display: none; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-image { height: 300px; bottom: auto; object-position: center 48%; }
  .hero-overlay { background: linear-gradient(0deg, rgba(8,27,22,1) 0%, rgba(8,27,22,.97) 58%, rgba(8,27,22,.06) 100%); }
  .hero-content { padding: 335px 18px 176px; }
  .hero h1 { font-size: clamp(3.65rem, 17vw, 5.8rem); }
  .hero-intro { margin: 22px 0 25px; }
  .trust-list { gap: 7px; margin-top: 27px; }
  .trust-list li { font-size: .76rem; padding: 6px 9px; }
  .hero-price { left: 18px; right: auto; bottom: 22px; width: auto; height: 93px; aspect-ratio: auto; border-radius: 14px; padding: 15px 19px; transform: none; }
  .hero-price strong { font-size: 1.85rem; margin: 1px 0; }
  .section { padding: 78px 18px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .booking-copy h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .quad-grid, .details-grid { grid-template-columns: 1fr; }
  .quad-card { min-height: 280px; padding: 25px; grid-template-columns: auto 1fr; gap: 15px; }
  .quad-number { width: 45px; height: 45px; }
  .pricing-panel, .safety-panel { padding: 26px 22px; }
  .story-strip { padding: 25px 22px; }
  .story-badge { width: 67px; height: 67px; font-size: 1.7rem; }
  .booking-section { padding: 78px 18px; }
  .booking-form { padding: 24px 18px; border-radius: 14px; }
  .form-heading { grid-template-columns: auto 1fr; }
  .form-heading small { grid-column: 2; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .quad-options { grid-template-columns: 1fr; }
  .quad-option > span { min-height: 0; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; }
  .quad-option b { margin-top: 0; }
  .quad-option small { grid-column: 2; }
  .riders-field { max-width: none; }
  .faq { margin-top: 74px; padding-top: 52px; }
  footer { grid-template-columns: 1fr; padding: 42px 20px; }
  footer p, footer > a:last-child { grid-column: 1; grid-row: auto; }
  .mobile-book { display: block; position: fixed; z-index: 30; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); background: var(--lime); color: var(--ink); text-align: center; text-decoration: none; font-weight: 950; padding: 14px; border-radius: 12px; box-shadow: 0 12px 36px rgba(0,0,0,.32); }
}

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