:root {
  --ink: #0a1620;
  --ink-2: #122532;
  --paper: #f3f2ed;
  --white: #fbfcf8;
  --lime: #d8ff4f;
  --teal: #4de0c3;
  --muted: #647079;
  --line: rgba(10, 22, 32, .14);
  --radius: 26px;
  --shadow: 0 24px 80px rgba(2, 14, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .03; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1000; padding: .8rem 1rem; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 40; min-height: 78px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(10, 22, 32, .94); color: var(--white); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.04em; font-size: 1.18rem; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; border: 2px solid var(--lime); border-radius: 50%; }
.brand-mark > span:first-child { position: absolute; width: 11px; height: 11px; border: 2px solid var(--lime); border-radius: 50%; left: 5px; top: 4px; }
.brand-mark > span:last-child { position: absolute; width: 16px; height: 8px; border-left: 2px solid var(--lime); border-bottom: 2px solid var(--lime); transform: rotate(-16deg); left: 12px; top: 18px; }
.desktop-nav { display: flex; gap: clamp(18px, 3vw, 40px); }
.desktop-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.15); border-radius: 100px; }
.language-switch button { border: 0; background: transparent; color: rgba(255,255,255,.6); width: 34px; height: 29px; border-radius: 100px; cursor: pointer; font-size: .69rem; font-weight: 800; }
.language-switch button[aria-pressed="true"] { background: var(--lime); color: var(--ink); }
.button { display: inline-flex; min-height: 52px; padding: 0 23px; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 100px; text-decoration: none; font-weight: 780; font-size: .86rem; cursor: pointer; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(216, 255, 79, .16); }
.button-primary:hover { background: #e4ff80; }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.26); color: var(--white); background: transparent; }
.button-ghost:hover { border-color: var(--lime); color: var(--lime); }
.button-small { min-height: 40px; padding: 0 17px; gap: 9px; font-size: .76rem; }
.phone-dot { width: 8px; height: 8px; background: #38d996; border-radius: 50%; box-shadow: 0 0 0 5px rgba(56,217,150,.13); }
.hero { min-height: min(790px, calc(100vh - 78px)); padding: clamp(70px, 10vh, 110px) clamp(24px, 6vw, 96px) 76px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); align-items: center; gap: 5vw; overflow: hidden; position: relative; color: var(--white); background: radial-gradient(circle at 88% 13%, rgba(77,224,195,.17), transparent 30%), radial-gradient(circle at 60% 80%, rgba(216,255,79,.09), transparent 22%), var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.05) 50%, transparent 50.1%); opacity: .5; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 850; color: var(--teal); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 10px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(77,224,195,.1); }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 750px; font-size: clamp(3.4rem, 6.3vw, 7.2rem); line-height: .91; letter-spacing: -.073em; font-weight: 780; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 32px 0; color: rgba(255,255,255,.66); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { margin-top: 60px; display: flex; gap: 34px; flex-wrap: wrap; }
.hero-trust > span { display: grid; grid-template-columns: auto auto; gap: 9px; align-items: center; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 700; }
.hero-trust b { color: var(--lime); font-size: .63rem; letter-spacing: .1em; }
.hero-visual { min-height: 560px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--teal); filter: blur(120px); opacity: .12; }
.route-orbit { position: absolute; border: 1px solid rgba(216,255,79,.18); border-radius: 50%; }
.route-orbit-one { width: 700px; height: 440px; transform: rotate(-12deg); }
.route-orbit-two { width: 560px; height: 700px; transform: rotate(48deg); border-color: rgba(77,224,195,.16); }
.vehicle-card { position: relative; width: min(96%, 680px); padding: 22px 26px 14px; border-radius: 31px; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform: rotate(-2deg); }
.vehicle-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); letter-spacing: .15em; font-size: .58rem; font-weight: 800; }
.status-pill { color: var(--lime); }
.van { display: block; width: 100%; filter: drop-shadow(0 24px 18px rgba(0,0,0,.2)); }
.route-strip { display: grid; grid-template-columns: 1fr 90px 1fr; gap: 12px; align-items: center; margin-top: -18px; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: .75rem; }
.route-strip span { display: grid; gap: 3px; }
.route-strip span:last-child { text-align: right; }
.route-strip small { color: rgba(255,255,255,.34); font-size: .52rem; letter-spacing: .14em; }
.route-strip i { height: 1px; position: relative; background: var(--lime); }
.route-strip i::before, .route-strip i::after { content: ""; position: absolute; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.route-strip i::after { right: 0; }
.floating-card { position: absolute; z-index: 3; padding: 16px 19px; border-radius: 15px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.floating-card small { display: block; color: var(--muted); font-size: .64rem; }
.floating-card strong { font-size: .88rem; }
.floating-time { left: -1%; top: 13%; transform: rotate(4deg); }
.floating-care { right: -1%; bottom: 14%; display: flex; align-items: center; gap: 11px; transform: rotate(2deg); }
.floating-care > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-weight: 900; }
.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 27px clamp(24px, 6vw, 96px); background: var(--lime); border-bottom: 1px solid var(--ink); }
.proof-bar > div { min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(10,22,32,.24); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar > div:last-child { border-right: 0; }
.proof-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 50%; font-weight: 850; }
.proof-bar p { display: grid; margin: 0; }
.proof-bar strong { font-size: .76rem; }
.proof-bar p span { font-size: .66rem; opacity: .64; }
.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; margin-bottom: 68px; }
.section-heading h2, .process h2, .safety h2, .booking-intro h2, .track h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
.section-heading h2 em, .process h2 em, .booking-intro h2 em, .track h2 em { color: #3f7e71; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 410px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: background .25s, transform .25s; }
.service-card:hover { background: var(--white); transform: translateY(-7px); }
.service-featured { background: var(--ink); color: var(--white); }
.service-featured:hover { background: var(--ink-2); }
.service-number { font-size: .62rem; letter-spacing: .14em; opacity: .55; }
.service-icon { width: 58px; height: 58px; margin: 55px 0 45px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.3rem; }
.service-card h3 { margin: auto 0 13px; font-size: 1.38rem; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.7; }
.service-featured p { color: rgba(255,255,255,.58); }
.service-tag { margin-top: 22px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); color: var(--lime); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #dce7e3; }
.process-copy { position: sticky; top: 120px; align-self: start; }
.process-copy > p:not(.eyebrow) { max-width: 480px; margin: 30px 0; color: var(--muted); line-height: 1.7; }
.text-link { display: inline-flex; padding-bottom: 7px; text-decoration: none; border-bottom: 1px solid currentColor; font-weight: 800; font-size: .8rem; }
.process-steps { list-style: none; padding: 0; margin: 0; }
.process-steps li { min-height: 180px; padding: 36px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid rgba(10,22,32,.18); }
.process-steps li > span { width: 55px; height: 55px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: .68rem; font-weight: 850; }
.process-steps h3 { margin: 0 0 12px; font-size: clamp(1.4rem, 2.4vw, 2.3rem); letter-spacing: -.04em; }
.process-steps p { margin: 0; max-width: 540px; color: var(--muted); }
.safety { background: var(--ink); color: var(--white); }
.safety-panel { min-height: 560px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: radial-gradient(circle at 10% 70%, rgba(77,224,195,.18), transparent 36%), var(--ink-2); }
.safety-visual { display: grid; place-items: center; min-height: 500px; border-right: 1px solid rgba(255,255,255,.1); }
.safety-ring { width: min(65vw, 350px); aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 1px solid var(--teal); border-radius: 50%; box-shadow: 0 0 0 48px rgba(77,224,195,.035), 0 0 0 96px rgba(77,224,195,.025); }
.safety-ring span { color: var(--lime); font-family: Georgia, serif; font-size: 5rem; }
.safety-ring small { text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.5); }
.safety-copy { padding: clamp(45px, 7vw, 100px); align-self: center; }
.safety-copy ul { list-style: none; padding: 0; margin: 40px 0 0; }
.safety-copy li { padding: 17px 0 17px 34px; border-top: 1px solid rgba(255,255,255,.12); position: relative; color: rgba(255,255,255,.68); font-size: .85rem; }
.safety-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.booking-section { padding: clamp(80px, 10vw, 150px) clamp(18px, 4vw, 64px); background: #cad7d3; }
.booking-shell { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.booking-intro { padding: clamp(45px, 6vw, 90px); color: var(--white); background: radial-gradient(circle at 20% 90%, rgba(77,224,195,.2), transparent 35%), var(--ink); }
.booking-intro h2 { font-size: clamp(2.6rem, 4.6vw, 5.1rem); }
.booking-intro > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.contact-card { margin-top: 70px; padding: 22px 0; display: grid; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-card small, .contact-card span { color: rgba(255,255,255,.44); font-size: .66rem; }
.contact-card a { margin: 5px 0; color: var(--lime); text-decoration: none; font-size: 1.35rem; font-weight: 800; }
.booking-form { padding: clamp(35px, 5vw, 72px); background: var(--white); }
.form-step-label { display: flex; gap: 13px; align-items: center; margin: 8px 0 24px; }
.form-step-label:not(:first-of-type) { margin-top: 44px; }
.form-step-label span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: .58rem; font-weight: 850; }
.form-step-label b { font-size: .75rem; text-transform: uppercase; letter-spacing: .11em; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field-wide { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; }
.field > span, .track-form label > span { color: #42515a; font-size: .69rem; font-weight: 760; }
.field input, .field select, .field textarea, .track-form input { width: 100%; min-height: 53px; padding: 13px 14px; border: 1px solid #d6dcd8; border-radius: 11px; outline: 0; color: var(--ink); background: #f8f9f6; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .track-form input:focus { border-color: #3f7e71; box-shadow: 0 0 0 4px rgba(63,126,113,.12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #c34848; }
.check-line { display: flex; align-items: flex-start; gap: 10px; margin: 17px 0; color: #52606a; font-size: .72rem; cursor: pointer; }
.check-line input { position: absolute; opacity: 0; }
.fake-check { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #aeb8b3; border-radius: 5px; color: transparent; }
.check-line input:checked + .fake-check { color: var(--ink); background: var(--lime); border-color: var(--ink); }
.consent { margin-top: 27px; line-height: 1.5; }
.submit-button { width: 100%; margin-top: 16px; }
.form-status { min-height: 20px; color: #a63535; font-size: .72rem; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; }
.track { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: end; background: var(--lime); }
.track h2 em { color: #36665d; }
.track-form { padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: var(--ink); border-radius: 20px; color: var(--white); }
.track-form label { display: grid; gap: 7px; }
.track-form label > span { color: rgba(255,255,255,.55); }
.track-form .button { grid-column: 1 / -1; }
.track-result { grid-column: 1 / -1; min-height: 0; }
.track-result.result-card { padding: 18px; border-radius: 12px; background: rgba(255,255,255,.08); }
.track-result strong { color: var(--lime); }
footer { padding: 70px clamp(24px, 6vw, 96px) 28px; color: var(--white); background: #050d13; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 60px; }
.footer-top p { max-width: 360px; color: rgba(255,255,255,.45); font-size: .82rem; }
.footer-phone { color: var(--lime); text-decoration: none; font-size: clamp(1.25rem, 2.4vw, 2.3rem); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .68rem; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a { text-decoration: none; }
.messenger-dock { position: fixed; z-index: 35; right: 18px; bottom: 18px; display: grid; gap: 9px; }
.messenger { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; color: white; text-decoration: none; box-shadow: 0 14px 35px rgba(0,0,0,.23); font-size: .75rem; font-weight: 900; }
.whatsapp { background: #1fbf70; }
.telegram { background: #229ed9; }
.success-dialog { width: min(92vw, 560px); padding: 50px; border: 0; border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.4); text-align: center; }
.success-dialog::backdrop { background: rgba(4,13,19,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; right: 18px; top: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef0ec; cursor: pointer; font-size: 1.5rem; }
.success-icon { width: 66px; height: 66px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 1.7rem; font-weight: 900; }
.success-dialog h2 { margin: 0; font-size: 2.8rem; letter-spacing: -.05em; }
.success-dialog p:not(.eyebrow) { color: var(--muted); }
.reference-code { display: block; margin: 25px 0; padding: 16px; border: 1px dashed #78847e; border-radius: 12px; letter-spacing: .12em; font-size: 1.15rem; }
.dialog-actions { display: flex; justify-content: center; gap: 8px; }
.success-dialog .button-ghost { color: var(--ink); border-color: var(--line); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .proof-bar { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .proof-bar > div:nth-child(2) { border-right: 0; }
  .booking-shell { grid-template-columns: 1fr; }
  .contact-card { margin-top: 35px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 67px; padding: 0 16px; }
  .site-header .button { display: none; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 31px; height: 31px; }
  .header-actions { gap: 8px; }
  .language-switch button { width: 26px; }
  .hero { min-height: auto; padding: 64px 20px 45px; gap: 30px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-lead { font-size: .96rem; }
  .hero-trust { margin-top: 40px; gap: 14px; }
  .hero-trust > span { width: calc(50% - 8px); }
  .hero-visual { min-height: 360px; margin: 0 -30px; }
  .vehicle-card { width: 96%; padding: 15px; border-radius: 21px; }
  .route-orbit-one { width: 450px; height: 300px; }
  .route-orbit-two { width: 360px; height: 450px; }
  .floating-time { left: 5%; top: 5%; }
  .floating-care { right: 3%; bottom: 5%; }
  .floating-card { padding: 11px 13px; }
  .proof-bar { padding: 24px 20px; grid-template-columns: 1fr; }
  .proof-bar > div { padding: 0 0 17px; border-right: 0; border-bottom: 1px solid rgba(10,22,32,.2); }
  .proof-bar > div:last-child { border-bottom: 0; }
  .section { padding: 85px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .section-heading h2, .process h2, .safety h2, .booking-intro h2, .track h2 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; }
  .service-icon { margin: 36px 0 30px; }
  .process { grid-template-columns: 1fr; gap: 45px; }
  .process-copy { position: static; }
  .process-steps li { grid-template-columns: 75px 1fr; min-height: 155px; }
  .safety-panel { grid-template-columns: 1fr; }
  .safety-visual { min-height: 380px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .safety-ring { width: 230px; }
  .safety-ring span { font-size: 3.8rem; }
  .safety-copy { padding: 40px 25px; }
  .booking-section { padding: 55px 12px; }
  .booking-shell { border-radius: 22px; }
  .booking-intro, .booking-form { padding: 38px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .track { grid-template-columns: 1fr; align-items: start; }
  .track-form { grid-template-columns: 1fr; }
  .track-form .button, .track-result { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .dialog-actions { flex-direction: column; }
  .success-dialog { padding: 42px 22px; }
}

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