:root {
  --red: #b42318;
  --red-dark: #781b14;
  --forest: #143d2b;
  --forest-deep: #0b241a;
  --sand: #f1e5d0;
  --cream: #fffaf1;
  --ink: #17201b;
  --muted: #5e685f;
  --white: #fff;
  --line: rgba(20, 61, 43, .16);
  --shadow: 0 20px 50px rgba(11, 36, 26, .13);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; padding: 10px 14px; background: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 241, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; line-height: 1; }
.brand-mark { width: 54px; height: 34px; display: block; flex: 0 0 auto; object-fit: contain; }
.brand-text span { display: block; font-size: 1.02rem; letter-spacing: .025em; }
.brand-text small { display: block; margin-top: 5px; color: var(--red); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links a:hover { color: var(--red); }
.lang-link { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(180, 35, 24, .25); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
.btn-light { color: var(--forest); background: #fff; }
.btn-small { min-height: 42px; padding: 9px 16px; }

.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 27, 19, .9) 0%, rgba(7, 27, 19, .62) 48%, rgba(7, 27, 19, .15) 100%),
    url("../images/hero-atv-jungle.jpg") center 42% / cover no-repeat;
}
.hero-content { max-width: 710px; padding: 95px 0 110px; }
.eyebrow { margin: 0 0 14px; color: #efb5ae; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 7vw, 5.6rem); letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin: 0 0 28px; font-size: clamp(1.08rem, 2.4vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 20px 0 0; font-size: .9rem; color: rgba(255,255,255,.82); }

.quick-facts { position: relative; z-index: 3; margin-top: -42px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.fact { padding: 26px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--forest); font-size: 1.02rem; }
.fact span { color: var(--muted); font-size: .88rem; }

.section { padding: 92px 0; }
.section-alt { background: #f4ead9; }
.section-dark { color: #fff; background: var(--forest-deep); }
.section-head { max-width: 730px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section h2 { margin-bottom: 17px; font-size: clamp(2.1rem, 5vw, 3.8rem); letter-spacing: -.035em; }
.section-lead { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-lead { color: rgba(255,255,255,.72); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-tag { position: absolute; right: 20px; bottom: 20px; max-width: 250px; padding: 13px 16px; color: #fff; background: rgba(11,36,26,.9); border-radius: 14px; font-size: .85rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 870px; margin: 0 auto; }
.price-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card.featured { border: 2px solid var(--red); }
.price-kicker { color: var(--red); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.price { margin: 10px 0; font-size: 3.2rem; font-weight: 900; line-height: 1; }
.price small { color: var(--muted); font-size: .85rem; font-weight: 600; }
.deposit { margin: 18px 0 24px; padding: 13px; color: var(--forest); background: #eef4ee; border-radius: 12px; font-size: .9rem; font-weight: 700; }
.price-card ul { padding-left: 20px; color: var(--muted); }
.price-note { max-width: 850px; margin: 25px auto 0; color: var(--muted); text-align: center; font-size: .9rem; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; padding: 28px 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 28px; color: #efb5ae; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { margin-bottom: 10px; font-size: 1.25rem; }
.step p { margin: 0; color: rgba(255,255,255,.7); font-size: .92rem; }

.viewpoint {
  min-height: 430px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(0deg, rgba(7,24,17,.9) 0%, rgba(7,24,17,.15) 70%),
    url("../images/atv-sunset-viewpoint.jpg") center / cover no-repeat;
}
.viewpoint-copy { max-width: 720px; padding: 150px 0 46px; }
.viewpoint-copy h2 { margin-bottom: 10px; font-size: clamp(2rem, 5vw, 3.6rem); }
.viewpoint-copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }

.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.practical-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.practical-card strong { display: block; margin-bottom: 7px; color: var(--red); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.practical-card h3 { margin-bottom: 8px; font-size: 1.18rem; }
.practical-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.ranch-heading { margin-top: 55px; }
.ranch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ranch-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.ranch-card img { width: 100%; height: 330px; object-fit: cover; }
.ranch-card div { padding: 27px; }
.ranch-card h3 { margin-bottom: 10px; font-size: 1.45rem; }
.ranch-card p:last-child { margin: 0; color: var(--muted); }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 16px; background: #ddd; }
.gallery figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery figure:nth-child(2) { grid-column: span 5; }
.gallery figure:nth-child(3) { grid-column: span 5; }
.gallery figure:nth-child(n+4) { grid-column: span 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery-caption { margin-top: 16px; color: var(--muted); font-size: .82rem; }

.review-proof { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin: 0 0 24px; padding: 20px 24px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 32px rgba(11, 45, 31, .08); text-decoration: none; }
.review-score { color: var(--forest); font-size: 1.65rem; font-weight: 900; }
.review-proof strong, .review-proof small { display: block; }
.review-proof small { margin-top: 4px; color: var(--muted); }
.review-link { color: var(--red); font-weight: 900; white-space: nowrap; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.trust-card h3 { margin-bottom: 9px; }
.trust-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.faq { max-width: 870px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--red); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin-top: 0; padding: 0 40px 20px 0; color: var(--muted); }

.booking-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: start; }
.booking-info { position: sticky; top: 100px; }
.booking-callout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 42px; align-items: center; }
.booking-callout h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
.booking-callout-actions { display: grid; gap: 16px; justify-items: start; }
.text-link { color: var(--forest); font-weight: 800; }
.booking-page-hero {
  padding: 105px 0 60px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,24,17,.95), rgba(7,24,17,.45)),
    url("../images/atv-group.jpg") center 48% / cover no-repeat;
}
.booking-page-hero-copy { max-width: 820px; }
.booking-page-hero h1 { margin-bottom: 14px; font-size: clamp(2.7rem, 7vw, 5.2rem); }
.booking-page-hero p { max-width: 700px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.booking-price-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.booking-price-strip span { padding: 11px 15px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.booking-price-strip strong { color: #fff; }
.booking-help { display: grid; gap: 4px; margin-top: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.booking-help a { color: var(--red); font-weight: 800; }
.second-tour-offer { margin-top: 18px; padding: 21px; background: #f8f0e4; border-left: 4px solid var(--red); border-radius: 4px 14px 14px 4px; }
.second-tour-offer span { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.second-tour-offer h3 { margin: 7px 0 8px; color: var(--forest); font-size: 1.1rem; line-height: 1.3; }
.second-tour-offer p { margin: 0; color: var(--muted); font-size: .88rem; }
.compact-footer { padding-top: 44px; }
.payment-language { display: flex; gap: 8px; }
.lang-button { padding: 8px 12px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 800; }
.lang-button.active { color: #fff; background: var(--forest); border-color: var(--forest); }
.payment-page { min-height: calc(100vh - 160px); padding: 80px 20px; background: linear-gradient(145deg, #eef3ed, #f8f0e4); }
.payment-shell { width: min(100%, 1040px); display: grid; grid-template-columns: 1fr .82fr; gap: 34px; align-items: start; margin: 0 auto; }
.payment-copy h1 { margin-bottom: 16px; color: var(--forest); font-size: clamp(2.5rem, 6vw, 4.5rem); }
.payment-lead { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.payment-notice { margin-top: 28px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.payment-notice h2 { font-size: 1.25rem; }
.payment-notice ul { margin-bottom: 0; padding-left: 20px; color: var(--muted); }
.payment-notice li { margin: 10px 0; }
.paypal-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.secure-label { display: flex; gap: 9px; align-items: center; margin-bottom: 25px; color: var(--forest); }
.secure-label span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #1f8f55; border-radius: 50%; }
#paypal-container-CB5GKNPE6PY6Y { min-height: 150px; }
.payment-support { margin: 22px 0 0; color: var(--muted); text-align: center; font-size: .88rem; }
.payment-support a { color: var(--red); font-weight: 800; }
.payment-footer { padding: 25px 0; text-align: center; }
.payment-footer p { margin: 0; }
.booking-info-card { padding: 27px; color: #fff; background: var(--forest); border-radius: 18px; }
.booking-info-card ul { padding-left: 20px; }
.policy-note { font-size: .9rem; color: rgba(255,255,255,.75); }
.booking-form { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.field-full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 800; }
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #cfd6cf;
  border-radius: 10px;
}
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(180,35,24,.14); border-color: var(--red); }
textarea { min-height: 110px; resize: vertical; }
.choice-note { margin-top: 7px; color: var(--muted); font-size: .78rem; }
.additional-tour-field { padding: 18px; background: #eef4ee; border: 1px solid rgba(20,61,43,.14); border-radius: 14px; }
.additional-tour-check { margin-top: 0; }
.additional-tour-check label { color: var(--forest); font-size: .94rem; font-weight: 700; }
.additional-tour-details { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(20,61,43,.14); }
.additional-tour-details[hidden] { display: none; }
.policy-box { margin: 24px 0; padding: 20px; background: #f8f0e4; border-radius: 14px; }
.policy-box h3 { margin-bottom: 8px; font-size: 1.05rem; }
.policy-box p { margin: 7px 0; color: var(--muted); font-size: .88rem; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 16px; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; }
.checkbox label { margin: 0; font-weight: 600; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; }
.form-disclaimer { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }

.cta-band { padding: 44px 0; color: #fff; background: var(--red); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner h2 { margin: 0 0 6px; font-size: clamp(1.7rem, 4vw, 2.7rem); }
.cta-inner p { margin: 0; color: rgba(255,255,255,.82); }

.site-footer { padding: 52px 0 25px; color: rgba(255,255,255,.78); background: #071811; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin: 8px 0; }
.legal { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1fa855;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  text-decoration: none;
  font-weight: 900;
}

.confirmation { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: #eef2ec; }
.confirmation-card { width: min(100%, 760px); padding: 42px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.confirmation-card h1 { color: var(--forest); font-size: clamp(2rem, 5vw, 3.4rem); }
.summary { margin: 25px 0; padding: 20px; background: #f7f2e9; border-radius: 14px; }
.summary-row { display: grid; grid-template-columns: 160px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.summary-row:last-child { border-bottom: 0; }
.summary-row strong { color: var(--forest); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 24px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .nav-cta { display: none; }
  .hero { min-height: 640px; background-position: 62% center; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .booking-wrap, .booking-callout, .payment-shell { grid-template-columns: 1fr; }
  .booking-info { position: static; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .practical-grid { grid-template-columns: repeat(2, 1fr); }
  .ranch-card img { height: 280px; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .brand-text small { display: none; }
  .payment-header .brand-text { display: none; }
  .payment-header .nav { gap: 12px; }
  .hero { min-height: 620px; background-position: 67% center; }
  .hero-content { padding: 80px 0 100px; }
  h1 { font-size: 2.75rem; }
  .quick-facts { margin-top: -28px; }
  .facts-grid, .pricing-grid, .timeline, .form-grid { grid-template-columns: 1fr; }
  .practical-grid { grid-template-columns: 1fr; }
  .ranch-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .split-media img { min-height: 380px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery figure, .gallery figure:nth-child(1), .gallery figure:nth-child(2), .gallery figure:nth-child(3), .gallery figure:nth-child(n+4) { grid-column: auto; grid-row: auto; }
  .review-proof { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .booking-form { padding: 23px 17px; }
  .payment-page { padding: 55px 12px; }
  .paypal-card { padding: 24px 16px; }
  .cta-inner { display: block; }
  .cta-inner .btn { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .summary-row { grid-template-columns: 1fr; gap: 2px; }
  .whatsapp-float { width: 52px; height: 52px; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .site-header { position: static; }
  .hero { min-height: 520px; }
}

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