:root {
  --navy: #062f48;
  --navy-deep: #032234;
  --teal: #0dba9b;
  --teal-soft: #dff8f1;
  --yellow: #ffc927;
  --sky: #e9f7ff;
  --ink: #102b3a;
  --muted: #607683;
  --line: #dce7eb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 47, 72, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f6fafb; font: 16px/1.5 "DM Sans", sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-header { height: 84px; padding: 0 clamp(20px,5vw,76px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,47,72,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font: 800 17px/1.1 "Manrope",sans-serif; }
.brand small { color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; gap: 30px; font-weight: 700; color: #36515f; }
nav a:hover { color: var(--teal); }
.header-cta { padding: 12px 19px; border-radius: 999px; background: var(--navy); color: white; font-weight: 800; }
.hero { min-height: 520px; padding: 62px clamp(22px,7vw,110px) 118px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; overflow: hidden; background: radial-gradient(circle at 78% 32%, #c7f6ed 0 10%, transparent 36%), linear-gradient(135deg,#f8feff 0%,#e9f7ff 58%,#ddf8f1 100%); }
.eyebrow,.step-label,.summary-kicker { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 16px 0 20px; font: 800 clamp(42px,5.2vw,72px)/1.02 "Manrope",sans-serif; letter-spacing: -.045em; color: var(--navy-deep); }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy>p { max-width: 650px; margin: 0; color: #496472; font-size: 19px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-size: 14px; font-weight: 700; color: var(--navy); }
.trust-row b { color: var(--teal); }
.hero-visual { min-height: 370px; position: relative; display: grid; place-items: center; }
.sun { width: 360px; height: 360px; border-radius: 50%; background: linear-gradient(150deg,rgba(255,201,39,.9),rgba(255,201,39,.2)); position: absolute; filter: blur(.2px); }
.logo-orbit { width: min(360px,75vw); height: min(360px,75vw); border-radius: 50%; padding: 14px; background: white; box-shadow: var(--shadow); position: relative; z-index: 2; transform: rotate(2deg); }
.logo-orbit img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.route-line { position: absolute; border: 2px dashed rgba(13,186,155,.45); border-radius: 50%; }
.route-one { inset: 12px 5px 26px 34px; transform: rotate(16deg); }
.route-two { inset: 45px 30px 0 3px; transform: rotate(-20deg); }
.arrival-card { z-index: 3; position: absolute; bottom: 18px; left: 0; padding: 14px 18px; border-radius: 16px; background: var(--navy); color: white; display: flex; gap: 12px; align-items: center; box-shadow: 0 15px 35px rgba(3,34,52,.22); }
.plane-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); }
.arrival-card div { display: grid; }.arrival-card small { color: #b8d4df; }.arrival-card strong { font-size: 15px; }
.booking-shell { width: min(1180px,calc(100% - 34px)); margin: -62px auto 0; position: relative; z-index: 4; padding: clamp(24px,4vw,48px); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.booking-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 25px; }
.booking-heading h2 { margin: 5px 0 0; font: 800 clamp(28px,4vw,42px)/1.1 "Manrope",sans-serif; color: var(--navy); }
.provisional-note { color: #795f00; background: #fff5c8; border: 1px solid #f3d96d; padding: 7px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.trip-types { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 34px; }
.trip-type { position: relative; min-height: 92px; padding: 16px; display: grid; text-align: left; background: #f7fafb; color: #47606c; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; }
.trip-type span { position: absolute; top: 10px; right: 12px; color: #a8bbc3; font-weight: 800; font-size: 12px; }
.trip-type b { color: var(--navy); align-self: end; }.trip-type small { font-size: 13px; }
.trip-type.active { background: var(--navy); border-color: var(--navy); color: #c5dae3; box-shadow: 0 10px 24px rgba(6,47,72,.18); }
.trip-type.active b { color: white; }.trip-type.active span { color: var(--yellow); }
.booking-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 34px; align-items: start; }
.quote-form { display: grid; gap: 28px; }
.form-section { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-section:last-child { border: 0; padding-bottom: 0; }
.section-number { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--yellow); font-weight: 800; }
.section-content h3 { margin: 3px 0 18px; font: 800 18px/1.25 "Manrope",sans-serif; color: var(--navy); }
.field-grid,.return-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.return-fields { margin-top: 15px; padding-top: 15px; border-top: 1px dashed var(--line); }
label { display: grid; gap: 7px; color: #35525f; font-size: 14px; font-weight: 700; }
input,select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cddce2; border-radius: 11px; color: var(--ink); background: white; outline: none; }
input:focus,select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,186,155,.12); }
.passenger-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }.passenger-row h3 { margin: 0; }
.counter { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.counter button { width: 40px; height: 38px; border: 0; background: #f3f8f9; color: var(--navy); font-size: 22px; cursor: pointer; }.counter output { width: 42px; text-align: center; font-weight: 800; }
.vehicle-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.vehicle-option { position: relative; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
.vehicle-option:hover { border-color: #9ecfc5; }.vehicle-option.selected { border: 2px solid var(--teal); padding: 15px; background: #f3fffb; }
.vehicle-option b { color: var(--navy); }.vehicle-option small { color: var(--muted); }.vehicle-option strong { grid-row: span 2; align-self: center; color: var(--teal); }
.vehicle-option.unavailable { opacity: .42; pointer-events: none; }
.summary-card { position: sticky; top: 106px; padding: 25px; border-radius: 20px; background: var(--navy-deep); color: white; box-shadow: 0 18px 50px rgba(3,34,52,.24); }
.summary-card .summary-kicker { color: var(--yellow); }
.summary-route { display: grid; grid-template-columns: 18px 1fr; gap: 12px; margin-top: 21px; }.summary-route div:last-child { display: grid; }
.summary-route small { color: #99b7c4; font-size: 12px; }.summary-route strong { font-size: 15px; }
.route-dot { width: 12px; height: 12px; border-radius: 50%; margin-top: 5px; }.route-dot.start { background: var(--yellow); }.route-dot.end { background: var(--teal); box-shadow: 0 0 0 4px rgba(13,186,155,.15); }
.route-stem { height: 26px; margin: 2px 0 -16px 5px; border-left: 2px dashed #496b7b; }
.summary-card dl { margin: 25px 0 0; border-top: 1px solid #254b60; border-bottom: 1px solid #254b60; padding: 16px 0; display: grid; gap: 9px; }
.summary-card dl div { display: flex; justify-content: space-between; gap: 12px; }.summary-card dt { color: #9eb9c5; }.summary-card dd { margin: 0; text-align: right; font-weight: 700; }
.total-box { padding: 19px 0 17px; }.total-box>span { color: #a5c0cc; font-size: 13px; }.total-box strong { display: block; color: var(--yellow); font: 800 33px/1.1 "Manrope",sans-serif; }.total-box strong small { font-size: 13px; }.total-box p { margin: 4px 0 0; color: #9eb9c5; font-size: 12px; }
.primary-button,.whatsapp-button,.payment-button { width: 100%; min-height: 51px; border: 0; border-radius: 12px; cursor: pointer; font-weight: 800; }
.primary-button { background: var(--yellow); color: var(--navy-deep); display: flex; justify-content: space-between; align-items: center; padding: 0 18px; }.primary-button:hover { background: #ffd757; }
.secure-note { margin: 11px 0 0; color: #91adba; text-align: center; font-size: 11px; }
.service-strip { width: min(1050px,calc(100% - 34px)); margin: 48px auto 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-strip article { position: relative; min-height: 190px; padding: 28px; border-radius: 20px; background: white; border: 1px solid var(--line); }.service-strip article>span { position: absolute; top: 18px; right: 20px; font: 800 38px/1 "Manrope",sans-serif; color: #e8f0f2; }.icon-box { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--teal-soft); color: var(--teal); font-size: 22px; }.service-strip h3 { margin: 14px 0 5px; color: var(--navy); }.service-strip p { margin: 0; color: var(--muted); font-size: 14px; }
footer { padding: 48px clamp(22px,7vw,100px) 25px; background: var(--navy-deep); color: white; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 35px; }
.footer-brand img { width: 86px; height: 86px; border-radius: 50%; }.footer-brand p,footer p { max-width: 350px; color: #a7c0cb; }.footer-brand p { margin-top: 12px; }
footer h3 { color: var(--yellow); margin: 4px 0 13px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; } footer a { display: block; color: #d9e8ed; margin: 7px 0; }.copyright { grid-column: 1/-1; border-top: 1px solid #23495c; padding-top: 19px; margin: 0; font-size: 13px; }
.hidden { display: none !important; }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; padding: 18px; display: grid; place-items: center; background: rgba(2,24,37,.78); backdrop-filter: blur(8px); }
.modal { width: min(520px,100%); max-height: 92vh; overflow: auto; position: relative; padding: clamp(25px,5vw,38px); border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.modal h2 { margin: 8px 0 7px; font: 800 28px/1.15 "Manrope",sans-serif; color: var(--navy); }.modal>p { color: var(--muted); }
.modal-close { position: absolute; top: 13px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eff5f6; color: var(--navy); font-size: 23px; cursor: pointer; }
.payment-options { display: grid; gap: 10px; margin: 22px 0; }.payment-options label { grid-template-columns: 19px 1fr; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.payment-options input { width: 18px; min-height: 18px; accent-color: var(--teal); }.payment-options span { display: grid; }.payment-options small { color: var(--muted); font-weight: 500; }
.modal-summary { padding: 14px; border-radius: 12px; background: #f2f8f9; color: var(--navy); font-size: 14px; margin-bottom: 14px; }.modal-summary strong { display: block; font-size: 19px; }
.whatsapp-button { background: #19b968; color: white; margin-bottom: 9px; }.payment-button { background: var(--navy); color: white; }.setup-message { padding: 12px; border-radius: 10px; background: #fff5c8; color: #715900 !important; font-size: 13px; }
@media (max-width: 900px) { nav { display:none; }.hero { grid-template-columns: 1fr; padding-bottom: 110px; }.hero-copy { text-align:center; }.hero-copy>p { margin:auto; }.trust-row { justify-content:center; }.hero-visual { min-height:330px; }.booking-grid { grid-template-columns:1fr; }.summary-card { position:relative; top:auto; }.trip-types { grid-template-columns:1fr 1fr; } }
@media (max-width: 620px) { .site-header { height:72px; padding:0 15px; }.brand img { width:46px;height:46px; }.brand strong { font-size:14px; }.brand small { font-size:10px; }.header-cta { font-size:13px;padding:10px 13px; }.hero { padding:45px 20px 105px;gap:28px; }.hero h1 { font-size:41px; }.hero-copy>p { font-size:17px; }.hero-visual { min-height:295px; }.sun,.logo-orbit { width:270px;height:270px; }.arrival-card { left:3px;bottom:0; }.booking-shell { width:calc(100% - 20px);padding:23px 16px;border-radius:21px; }.booking-heading { align-items:flex-start;flex-direction:column; }.trip-types { grid-template-columns:1fr 1fr; }.trip-type { min-height:86px;padding:13px; }.booking-grid { gap:22px; }.form-section { grid-template-columns:1fr; }.field-grid,.return-fields { grid-template-columns:1fr; }.vehicle-list { grid-template-columns:1fr; }.service-strip { grid-template-columns:1fr; }.service-strip article { min-height:160px; } footer { grid-template-columns:1fr; }.copyright { grid-column:auto; } }
@media (prefers-reduced-motion: no-preference) { .logo-orbit { animation:float 5s ease-in-out infinite; } @keyframes float { 50% { transform:translateY(-9px) rotate(-1deg); } } }
