:root {
  --forest: #17372d;
  --forest-deep: #0f2a22;
  --mint: #c8f05a;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --ink: #17211d;
  --muted: #64716b;
  --line: rgba(23, 55, 45, 0.14);
  --orange: #ef6a3b;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(20, 44, 35, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 76px; padding: 0 clamp(20px, 5vw, 76px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); font-family: "Manrope", sans-serif; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; position: relative; border: 2px solid var(--forest); border-right-color: var(--mint); border-radius: 50%; background: var(--forest); color: var(--mint); transform: rotate(-18deg); }
.brand-mark::after { content: ""; position: absolute; right: -3px; bottom: 4px; width: 7px; height: 7px; border: 2px solid var(--paper); border-radius: 50%; background: var(--orange); }
.brand-mark span { font-size: 13px; font-weight: 800; letter-spacing: -.06em; transform: rotate(18deg); }
.brand-name { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.brand-name b { font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.brand-name small { font-size: 13px; font-weight: 600; }
nav { display: flex; gap: 30px; }
nav a { color: #31423b; font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--orange); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; background: var(--forest); color: white; font-size: 14px; }
.button-primary { background: var(--mint); color: var(--forest-deep); box-shadow: 0 12px 30px rgba(200, 240, 90, .18); }
.button-primary:hover { background: #d7fa72; }
.button-light { background: white; color: var(--forest); }

.hero { position: relative; min-height: calc(100vh - 76px); display: flex; align-items: center; overflow: hidden; background: var(--forest); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 31, 24, .94) 0%, rgba(9, 31, 24, .76) 42%, rgba(9, 31, 24, .1) 78%), linear-gradient(0deg, rgba(9,31,24,.48), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(750px, 90%); margin-left: clamp(24px, 8vw, 130px); padding: 80px 0 120px; color: white; }
.eyebrow { margin: 0 0 18px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #527064; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 6.5vw, 88px); line-height: .98; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.text-link { color: white; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.price-card { position: absolute; z-index: 3; right: clamp(20px, 6vw, 90px); bottom: 44px; min-width: 220px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(255,255,255,.92); color: var(--forest); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.price-card span, .price-card small { display: block; color: #5e6c66; }
.price-card strong { display: block; margin: 3px 0; font: 800 40px/1.1 "Manrope", sans-serif; letter-spacing: -.06em; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1120px; margin: -22px auto 0; position: relative; z-index: 4; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.trust-strip div { padding: 25px 28px; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { color: var(--forest); font: 800 28px/1 "Manrope", sans-serif; }
.trust-strip span { color: var(--muted); font-size: 13px; }

.section { max-width: 1180px; margin: 0 auto; padding: 120px 28px; }
.intro { padding-top: 130px; }
.section-heading { max-width: 720px; }
h2 { margin-bottom: 24px; color: var(--forest-deep); font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
.lead { max-width: 770px; color: var(--muted); font-size: 20px; line-height: 1.65; }

.route { margin-top: 60px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; }
.mall-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); overflow: hidden; }
.easton { background: var(--forest); color: white; }
.buenaventura { background: var(--cream); color: var(--ink); }
.mall-number { align-self: flex-end; font: 800 70px/1 "Manrope", sans-serif; opacity: .12; }
.time-pill { display: inline-block; margin-bottom: 16px; padding: 8px 12px; border-radius: 999px; background: var(--mint); color: var(--forest-deep); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mall-card h3 { margin-bottom: 16px; font-size: 32px; line-height: 1.1; }
.mall-card p { max-width: 440px; line-height: 1.65; opacity: .78; }
.mall-card a { display: inline-block; margin-top: 12px; font-weight: 700; text-decoration: none; }
.route-connector { display: grid; place-items: center; }
.route-connector span { width: 70px; height: 2px; background: var(--orange); position: relative; }
.route-connector span::after { content: ""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); transform: rotate(45deg); }
.schedule-note { margin-top: 28px; padding: 24px 30px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; }
.schedule-icon { color: var(--orange); font-size: 28px; }
.schedule-note strong { font-size: 17px; }
.schedule-note p { margin: 5px 0 0; color: var(--muted); }

.bus-section { padding: 120px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; background: var(--forest-deep); color: white; }
.bus-copy h2 { color: white; }
.bus-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.check-list { margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 16px 0; padding-left: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
.bus-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; min-height: 480px; }
.bus-gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 20px; }
.bus-gallery img { height: 100%; object-fit: cover; }
.gallery-small { display: grid; grid-template-rows: 1fr auto; }
.gallery-small img { min-height: 0; }
.gallery-small figcaption { padding: 22px; background: var(--mint); color: var(--forest); }
.gallery-small strong, .gallery-small span { display: block; }
.gallery-small strong { font: 800 28px/1 "Manrope", sans-serif; }
.gallery-small span { margin-top: 5px; font-size: 12px; }

.booking-section { max-width: 1180px; margin: 0 auto; padding: 120px 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.booking-intro { position: sticky; top: 110px; }
.booking-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.booking-price { margin-top: 40px; display: flex; align-items: baseline; gap: 12px; }
.booking-price strong { color: var(--forest); font: 800 42px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.booking-price span { color: var(--muted); }
.booking-form { padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-radius: var(--radius); background: var(--cream); }
.field { min-width: 0; }
.full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 8px; color: #3e4c46; font-size: 13px; font-weight: 700; }
.field input, .field select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(23,55,45,.18); border-radius: 12px; outline: none; background: white; color: var(--ink); }
.field input:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,55,45,.08); }
.field-label { display: block; margin-bottom: 5px; color: #3e4c46; font-size: 13px; font-weight: 700; }
fieldset.field { margin: 0; padding: 0; border: 0; }
.shift-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shift-options label { margin: 0; cursor: pointer; }
.shift-options input { position: absolute; opacity: 0; pointer-events: none; }
.shift-options span { min-height: 72px; padding: 14px 16px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(23,55,45,.18); border-radius: 13px; background: white; }
.shift-options input:checked + span { border-color: var(--forest); box-shadow: inset 0 0 0 1px var(--forest); }
.shift-options b { color: var(--forest); }
.shift-options small { margin-top: 4px; color: var(--muted); }
.seat-selector { padding-top: 4px; }
.seat-selector-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.seat-selector-heading small { color: var(--muted); }
.seat-selector-heading strong { color: var(--forest); font-size: 13px; white-space: nowrap; }
.availability-status { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.availability-status.error { color: #a53220; }
.seat-legend { margin: 18px 0 12px; display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 11px; }
.seat-legend span { display: inline-flex; align-items: center; gap: 6px; }
.seat-sample { width: 18px; height: 18px; display: inline-block; border: 1px solid rgba(23,55,45,.28); border-radius: 5px 5px 7px 7px; background: white; }
.seat-sample.selected { border-color: var(--forest); background: var(--mint); }
.seat-sample.occupied { border-color: #c8cbc9; background: #dfe2e0; }
.bus-plan { max-width: 440px; margin: 0 auto; padding: 18px; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 10px; border: 2px solid rgba(23,55,45,.22); border-radius: 36px 36px 18px 18px; background: white; }
.bus-direction { grid-column: 1 / -1; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.bus-direction.rear { padding: 8px 0 0; border-top: 1px solid var(--line); border-bottom: 0; }
.driver, .entrance { min-height: 46px; display: grid; place-items: center; border: 1px dashed rgba(23,55,45,.22); border-radius: 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
.seat { min-width: 0; min-height: 46px; border: 1px solid rgba(23,55,45,.3); border-radius: 10px 10px 13px 13px; background: white; color: var(--forest); font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 3px 0 rgba(23,55,45,.08); transition: transform .15s, background .15s, border-color .15s; }
.seat:hover { transform: translateY(-2px); border-color: var(--forest); }
.seat:focus-visible { outline: 3px solid rgba(239,106,59,.32); outline-offset: 2px; }
.seat.selected { border-color: var(--forest); background: var(--mint); box-shadow: 0 3px 0 var(--forest); }
.seat:disabled, .seat.occupied { border-color: #c8cbc9; background: #dfe2e0; color: #89918d; box-shadow: none; cursor: not-allowed; }
.cabin-seats { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr .55fr 1fr; gap: 10px; padding-top: 8px; border-top: 1px solid var(--line); }
.aisle { display: grid; place-items: center; color: #a0a8a4; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; writing-mode: vertical-rl; }
.rear-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 2px; }
.seat-note, .seat-error { margin: 12px 0 0; font-size: 11px; line-height: 1.45; }
.seat-note { color: var(--muted); }
.seat-error { color: #a53220; font-weight: 700; }

.payment-options { display:grid; gap:12px; }
.payment-options > label { display:flex; align-items:flex-start; gap:10px; padding:14px; border:1px solid var(--line); border-radius:13px; background:#fffdf8; cursor:pointer; }
.payment-options > label[hidden], .booking-total[hidden] { display:none !important; }
.payment-options > label:has(input:checked) { border-color:var(--forest); box-shadow:0 0 0 2px rgba(23,55,45,.1); }
.payment-options input { margin-top:3px; }
.payment-options span { display:grid; gap:3px; }
.payment-options small { color:var(--muted); line-height:1.4; }
.payment-unavailable { margin:0; color:var(--muted); font-size:11px; }
.payment-result-page { min-height:100vh; display:grid; place-items:center; padding:24px; background:var(--cream); }
.payment-result { width:min(620px,100%); padding:clamp(28px,7vw,64px); border-radius:24px; background:white; box-shadow:0 20px 70px rgba(23,55,45,.14); text-align:center; }
.payment-result h1 { color:var(--forest); font-size:clamp(30px,7vw,52px); margin:12px 0; }
.payment-result p:not(.eyebrow) { color:var(--muted); line-height:1.7; margin:0 auto 26px; }
.booking-total { padding-top: 20px; display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); }
.booking-total span { color: var(--muted); }
.booking-total strong { color: var(--forest); font: 800 32px/1 "Manrope", sans-serif; }
.consent { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 2px; }
.form-note { margin: -10px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-success { padding: 16px; border-radius: 12px; background: #dff3d1; color: var(--forest-deep); line-height: 1.5; }

.group-section { max-width: 1180px; margin: 0 auto 40px; padding: 58px 60px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; border-radius: var(--radius); background: var(--orange); color: white; }
.group-copy { position: sticky; top: 110px; }
.group-section h2 { margin-bottom: 22px; color: white; font-size: clamp(34px, 4vw, 52px); }
.group-section .eyebrow { color: white; opacity: .7; }
.group-copy > p:last-child { margin: 0; color: rgba(255,255,255,.82); line-height: 1.65; }
.group-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.group-form .field label { color: white; }
.group-form .field input, .group-form .field select, .group-form .field textarea { width: 100%; padding: 0 15px; border: 1px solid rgba(255,255,255,.46); border-radius: 12px; outline: none; background: rgba(255,255,255,.96); color: var(--ink); }
.group-form .field input, .group-form .field select { height: 50px; }
.group-form .field textarea { padding-top: 13px; resize: vertical; }
.field-help { display: block; margin-top: 6px; color: inherit; font-size: 11px; opacity: .78; }
.date-picker { position: relative; }
.date-picker > input { padding-right: 50px !important; }
.calendar-trigger { position: absolute; top: 5px; right: 5px; width: 40px; height: 40px; border: 0; border-radius: 9px; background: var(--forest); color: white; font-size: 22px; line-height: 1; cursor: pointer; }
.calendar-trigger:hover { background: #245243; }
.calendar-popover { position: absolute; z-index: 15; right: 0; top: calc(100% + 8px); width: min(320px, calc(100vw - 70px)); padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--ink); box-shadow: 0 20px 50px rgba(15,42,34,.22); }
.calendar-header { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; gap: 8px; }
.calendar-header strong { color: var(--forest); text-align: center; text-transform: capitalize; }
.calendar-header button { width: 36px; height: 36px; border: 0; border-radius: 9px; background: var(--cream); color: var(--forest); font-size: 24px; cursor: pointer; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar-weekdays { margin: 14px 0 6px; color: var(--muted); font-size: 10px; font-weight: 800; text-align: center; }
.calendar-day { aspect-ratio: 1; border: 0; border-radius: 9px; background: transparent; color: var(--ink); font-size: 12px; cursor: pointer; }
.calendar-day:hover { background: var(--cream); }
.calendar-day.today { box-shadow: inset 0 0 0 1px var(--orange); }
.calendar-day.selected { background: var(--forest); color: white; }
.calendar-day:disabled { color: #bec4c1; cursor: not-allowed; }
.calendar-day.blank { visibility: hidden; }
.group-form-note { margin: -8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; text-align: center; }
.group-success { padding: 15px; border-radius: 12px; background: var(--forest-deep); color: white; line-height: 1.5; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 34px 24px 0; position: relative; list-style: none; cursor: pointer; color: var(--forest); font: 700 18px/1.4 "Manrope", sans-serif; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; font-size: 26px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 40px 25px 0; color: var(--muted); line-height: 1.65; }

footer { padding: 42px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.5fr .7fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-company p { margin: 0; text-align: center; }
.footer-company p strong { color: var(--forest); }
.footer-company address { margin-top: 8px; color: #52615b; font-style: normal; text-align: center; }
.footer-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.footer-actions > a:not(.whatsapp-button) { color: var(--forest); font-weight: 700; }
.whatsapp-button { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: #25d366; color: #0b2b1d; font-weight: 800; text-decoration: none; }
.whatsapp-button:hover { background: #2be06d; }
.whatsapp-button svg { width: 19px; height: 19px; fill: currentColor; }
footer a { text-decoration: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,31,24,.93), rgba(9,31,24,.55)), linear-gradient(0deg, rgba(9,31,24,.8), transparent 60%); }
  .hero-content { margin-left: 24px; padding-top: 110px; }
  .price-card { left: 24px; right: auto; bottom: 34px; }
  .trust-strip { margin: 0; grid-template-columns: 1fr 1fr; border-radius: 0; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .route { grid-template-columns: 1fr; gap: 18px; }
  .route-connector { height: 36px; }
  .route-connector span { width: 2px; height: 36px; }
  .route-connector span::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }
  .bus-section, .booking-section, .faq { grid-template-columns: 1fr; gap: 55px; }
  .booking-intro { position: static; }
  .group-section { margin: 0 28px 40px; padding: 42px; grid-template-columns: 1fr; gap: 40px; }
  .group-copy { position: static; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-company p, .footer-company address { text-align: center; }
  .footer-actions { align-items: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header { height: 68px; }
  .site-header .button-small { display: none; }
  .hero { min-height: 740px; }
  .hero-content { margin: 0; width: 100%; padding: 88px 22px 220px; }
  h1 { font-size: 45px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .price-card { left: 22px; bottom: 28px; }
  .trust-strip div { padding: 20px 16px; display: block; }
  .trust-strip span { display: block; margin-top: 5px; }
  .section, .booking-section { padding: 85px 20px; }
  .bus-section { padding: 85px 20px; }
  .bus-gallery { grid-template-columns: 1fr; min-height: auto; }
  .gallery-large { height: 340px; }
  .gallery-small { height: 330px; }
  .booking-form { padding: 24px 18px; grid-template-columns: 1fr; }
  .field, .full { grid-column: 1; }
  .shift-options { grid-template-columns: 1fr; }
  .bus-plan { padding: 14px; gap: 8px; }
  .cabin-seats { gap: 8px; }
  .seat-selector-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .group-section { margin: 0 20px 20px; padding: 34px 22px; }
  .group-form { grid-template-columns: 1fr; }
  .group-form .field, .group-form .full { grid-column: 1; }
  .mall-card { min-height: 360px; padding: 26px; }
}

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