:root{
  --bg:#071220;--bg-2:#0b1c32;--panel:#0d2039;--panel-soft:rgba(14,31,54,.76);
  --line:rgba(255,255,255,.10);--white:#ffffff;--muted:#a5b8d0;--muted-2:#d9e8ff;
  --yellow:#ffcb18;--yellow-2:#ffd84f;--blue:#66b6ff;--blue-2:#e8f3ff;--ink:#0d1a2c;
  --ink-soft:#5e748d;--paper:#f6faff;--card:#ffffff;
  --shadow:0 24px 60px rgba(2,12,27,.16);--shadow-dark:0 30px 70px rgba(0,0,0,.34);
  --radius-xl:32px;--radius-lg:24px;--radius-md:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{font:inherit}
.container{width:min(1200px,calc(100% - 40px));margin:0 auto}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow)}
.eyebrow::before{content:"";width:22px;height:2px;background:currentColor}
.section-title{font-family:Manrope,Inter,sans-serif;font-size:clamp(34px,4vw,56px);letter-spacing:-.05em;line-height:1.02;margin:12px 0 16px}
.section-copy{font-size:16px;line-height:1.7;color:var(--ink-soft);max-width:720px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:14px;font-size:15px;font-weight:800;transition:.25s ease;cursor:pointer;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--yellow);color:#101720;box-shadow:0 16px 30px rgba(255,203,24,.22)}
.btn-primary:hover{background:var(--yellow-2)}
.btn-secondary{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.14)}
.btn-secondary:hover{background:rgba(255,255,255,.12)}
.btn-light{background:#fff;color:#0d1a2c;box-shadow:var(--shadow)}
.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.tag{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#e6f1ff;font-size:12px;font-weight:700}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 12%, rgba(72,132,255,.40), transparent 30%),linear-gradient(140deg,#030a13 0%,#081526 46%,#0e2645 100%);color:#fff}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(108,170,255,.07) 1px, transparent 1px),linear-gradient(90deg, rgba(108,170,255,.07) 1px, transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom, black, rgba(0,0,0,.1));opacity:.55}
.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(3,11,21,.65);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:26px;font-weight:900;letter-spacing:-.05em}
.logo-mark{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 12px 26px rgba(255,203,24,.24)}
.brand b{color:var(--yellow)}
.nav-links{display:flex;align-items:center;gap:28px;color:#d5e6f9;font-size:14px;font-weight:700}
.nav-links a:hover{color:#fff}
.menu-btn{display:none;background:transparent;border:0;color:#fff;font-size:28px}
.mobile-nav{display:none}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center;padding:64px 0 86px;min-height:calc(100vh - 84px)}
.hero-copy h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(48px,6vw,84px);line-height:.95;letter-spacing:-.07em;margin:16px 0 20px;max-width:760px}
.hero-copy h1 .accent{color:var(--yellow)}
.hero-copy p{font-size:18px;line-height:1.75;color:#c0d3e8;max-width:650px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0}
.hero-proof{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:14px;max-width:660px}
.proof-card{padding:18px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-dark)}
.proof-card strong{display:block;font-size:28px;letter-spacing:-.05em;margin-bottom:5px}
.proof-card span{font-size:12px;color:#c6d8ed;line-height:1.5}
.hero-visual{position:relative;min-height:700px}
.mosaic{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;height:100%}
.mosaic-left,.mosaic-right{display:grid;gap:18px}
.mosaic-left{grid-template-rows:1.3fr .7fr}
.mosaic-right{grid-template-rows:.9fr 1.1fr}
.photo-card{position:relative;border-radius:28px;overflow:hidden;min-height:220px;box-shadow:var(--shadow-dark);border:1px solid rgba(255,255,255,.08);background:#0e2037}
.photo-card img{width:100%;height:100%;object-fit:cover}
.photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(4,11,20,.70), rgba(4,11,20,.14) 45%, transparent 74%)}
.photo-caption{position:absolute;left:20px;right:20px;bottom:18px;z-index:2}
.photo-caption strong{display:block;font-size:20px;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}
.photo-caption span{font-size:13px;color:#d3e7ff;line-height:1.5}
.micro-card{position:absolute;padding:16px 18px;border-radius:18px;background:rgba(8,20,38,.84);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-dark);color:#fff}
.micro-card strong{display:block;font-size:23px;letter-spacing:-.04em;margin-top:6px}
.micro-card span{font-size:12px;color:#c5d8ee}
.micro-card-1{left:-18px;top:58px}.micro-card-2{right:0;top:66px}.micro-card-3{left:48px;bottom:60px}
.event-strip{background:#081729;padding:22px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.strip-row{display:flex;flex-wrap:wrap;gap:18px 26px;align-items:center;justify-content:center;color:#b9cde4;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.strip-row span{display:inline-flex;align-items:center;gap:10px}.strip-row span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--yellow)}
section{padding:110px 0}
.section-top{margin-bottom:46px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.feature-card{display:flex;flex-direction:column;height:100%;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid #e2eef9}
.feature-photo{flex-shrink:0;aspect-ratio:6/5;overflow:hidden;background:#eef3f8}
.feature-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.feature-photo--whatsapp img{object-position:center 44%}
.feature-body{flex:1;display:flex;flex-direction:column;padding:24px 26px 26px}
.feature-body .icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#edf6ff;color:#0b67be;font-size:21px;margin-bottom:16px}
.feature-body h3{font-family:Manrope,Inter,sans-serif;font-size:24px;letter-spacing:-.04em;line-height:1.08;margin:0 0 10px}
.feature-body p{margin:0;color:var(--ink-soft);line-height:1.7;font-size:14px}
.journey{background:#091729;color:#fff;position:relative;overflow:hidden}
.journey .section-copy{color:#bdd0e5}
.journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.journey-card{padding:28px;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.journey-no{width:54px;height:54px;border-radius:16px;background:rgba(255,203,24,.14);display:grid;place-items:center;color:var(--yellow);font-weight:900;font-size:20px;margin-bottom:18px}
.journey-card h3{font-family:Manrope,Inter,sans-serif;font-size:24px;letter-spacing:-.04em;margin:0 0 8px}
.journey-card p{margin:0;color:#d6e8fb;line-height:1.7;font-size:14px}
.showcase{background:linear-gradient(180deg,#03080f 0%,#071220 42%,#0a1628 100%);color:#fff;padding:110px 0 130px;position:relative;overflow:hidden}
.showcase::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(255,203,24,.08),transparent 42%),linear-gradient(rgba(108,170,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(108,170,255,.04) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px;opacity:.55;pointer-events:none}
.showcase-deco{position:absolute;bottom:0;width:min(280px,34vw);opacity:.55;pointer-events:none;z-index:0;mask-image:linear-gradient(to top,#000 35%,transparent 100%)}
.showcase-deco img{width:100%;height:180px;object-fit:cover;object-position:center}
.showcase-deco--car{left:0;transform:translateX(-8%)}
.showcase-deco--event{right:0;transform:translateX(8%)}
.showcase .container{position:relative;z-index:1}
.showcase-header{max-width:920px;margin-bottom:44px;position:relative}
.showcase-title{font-family:"Playfair Display",Manrope,serif;font-size:clamp(34px,4.2vw,56px);line-height:1.12;letter-spacing:-.02em;margin:14px 0 18px;font-weight:600}
.showcase-title em{font-style:italic;color:var(--yellow)}
.showcase-lead{margin:0;max-width:820px;font-size:16px;line-height:1.75;color:#b9cde4}
.showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;margin-bottom:12px;align-items:stretch}
.showcase-card{padding:14px;border-radius:14px;background:rgba(8,13,22,.94);border:1px solid rgba(255,255,255,.09);box-shadow:0 16px 44px rgba(0,0,0,.32);display:flex;flex-direction:column;gap:8px;height:100%;min-height:0}
.showcase-card--dash .showcase-mock{display:flex;flex-direction:column}
.showcase-card--dash .dash-tagline{margin-top:auto}
.sc-head{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;flex-shrink:0}
.sc-badges{display:flex;flex-direction:column;align-items:center;gap:7px}
.sc-head-text h3{font-family:Manrope,Inter,sans-serif;font-size:13px;font-weight:700;margin:0 0 4px;line-height:1.25;color:#fff}
.sc-head-text p{margin:0;font-size:10px;line-height:1.45;color:#8fa8c4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.showcase-no{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:800;color:#101720;background:var(--yellow);box-shadow:0 0 12px rgba(255,203,24,.35)}
.showcase-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:rgba(255,203,24,.08);color:var(--yellow);font-size:13px;border:1px solid rgba(255,203,24,.15)}
.showcase-mock{border-radius:10px;background:rgba(4,8,16,.95);border:1px solid rgba(255,255,255,.07);padding:10px;flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}
.showcase-mock--wa-photo{padding:0;border:0;background:transparent;flex:1 1 auto;min-height:140px}
.showcase-mock--wa-photo img{width:100%;height:100%;min-height:140px;object-fit:cover;object-position:center 38%;border-radius:10px;border:1px solid rgba(255,255,255,.08)}
.mock-dash{font-size:10px;color:#b9cde4;display:flex;flex-direction:column;gap:5px;height:100%;flex:1}
.dash-hero{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08)}
.dash-hero strong{display:block;font-size:20px;color:#fff;line-height:1;margin-top:2px}
.dash-hero span{font-size:9px;color:#9cb4cf}
.dash-hero em{font-style:normal;font-size:8px;color:#7ee0a8;display:block;margin-top:2px}
.dash-live{color:#7ee0a8;font-weight:700;font-size:9px}
.dash-rings{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
.dash-ring{display:grid;justify-items:center;gap:3px;text-align:center}
.dash-ring-chart{--pct:50;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#0a1424 58%,transparent 59%),conic-gradient(#5ecf8a calc(var(--pct) * 1%),rgba(255,255,255,.08) 0);border:1px solid rgba(94,207,138,.28)}
.dash-ring-chart--no{background:radial-gradient(circle,#0a1424 58%,transparent 59%),conic-gradient(#e87878 calc(var(--pct) * 1%),rgba(255,255,255,.08) 0);border-color:rgba(232,120,120,.28)}
.dash-ring-chart--pend{background:radial-gradient(circle,#0a1424 58%,transparent 59%),conic-gradient(var(--yellow) calc(var(--pct) * 1%),rgba(255,255,255,.08) 0);border-color:rgba(255,203,24,.28)}
.dash-ring-val{font-size:12px;font-weight:800;color:#fff}
.dash-ring>span{font-size:8px;color:#9cb4cf}
.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
.dash-metrics div{padding:6px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07)}
.dash-metrics span{font-size:8px;color:#9cb4cf}
.dash-metrics strong{display:block;font-size:12px;color:#fff;margin-top:2px}
.dash-metrics small{font-size:8px;color:#7ee0a8}
.dash-status{padding:6px 7px;border-radius:8px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07)}
.dash-status-title{display:block;font-size:8px;font-weight:700;color:#dcecff;margin-bottom:5px}
.dash-status ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}
.dash-status li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;font-size:9px;color:#c6d8ed}
.dash-status b{color:#fff;font-weight:700}
.dot{width:7px;height:7px;border-radius:50%;display:block}
.dot-green{background:#5ecf8a;box-shadow:0 0 6px rgba(94,207,138,.5)}
.dot-yellow{background:var(--yellow);box-shadow:0 0 6px rgba(255,203,24,.4)}
.dot-red{background:#e87878;box-shadow:0 0 6px rgba(232,120,120,.45)}
.dash-logistics{padding:6px 7px;border-radius:8px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07)}
.dash-logistics-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;font-size:9px;font-weight:700;color:#dcecff}
.dash-logistics-head em{font-style:normal;color:#7ee0a8;font-size:8px}
.dash-logistics-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}
.dash-logistics-bar div{display:grid;justify-items:center;gap:2px;padding:4px 2px;border-radius:7px;background:rgba(255,255,255,.04);text-align:center}
.dash-logistics-bar i{font-style:normal;font-size:10px}
.dash-logistics-bar strong{font-size:10px;color:#fff}
.dash-logistics-bar small{font-size:7px;color:#9cb4cf}
.dash-tagline{margin:0;padding:8px 10px;border-radius:8px;background:var(--yellow);color:#101720;font-size:9px;font-weight:800;text-align:center}
.showcase-card--live .showcase-mock{background-image:linear-gradient(rgba(4,10,18,.88),rgba(4,10,18,.92)),url("https://images.unsplash.com/photo-1519167758481-83f550bb49b8?auto=format&fit=crop&w=800&q=80");background-size:cover;background-position:center}
.mock-chat{display:grid;gap:6px;align-content:center;height:100%;flex:1}
.mock-bubble{padding:8px 10px;font-size:10px;line-height:1.4;border-radius:10px}
.mock-travel,.mock-pickup,.mock-live{display:grid;gap:6px;height:100%;align-content:start}
.mock-live{align-content:center}
.travel-block,.pickup-block{display:grid;gap:4px}
.travel-card,.pickup-split-card,.pickup-vehicle-card,.pickup-guest-card{padding:7px 9px;border-radius:9px}
.travel-ico-wrap{width:26px;height:26px;font-size:12px}
.hotel-thumb{width:50px;height:34px}
.pickup-guest-card{gap:8px}
.guest-photo{width:30px;height:30px;font-size:9px}
.pickup-vehicle-card img{width:52px;height:34px}
.live-map-v2{height:58px;flex-shrink:0}
.live-list-v2{gap:5px}
.live-list-v2 li{padding:5px 7px;gap:5px;font-size:9px}
.mock-bubble.guest{background:rgba(255,255,255,.08);color:#dcecff;justify-self:end;max-width:92%}
.mock-bubble.bot{background:rgba(255,255,255,.05);color:#c6d8ed;max-width:95%}
.mock-bubble.bot.accent{background:rgba(255,203,24,.12);border:1px solid rgba(255,203,24,.22);color:#fff}
.mock-chat-head{font-size:10px;font-weight:700;color:var(--yellow);margin-bottom:2px}
.showcase-icon--suitcase{font-size:16px}
.travel-label{font-size:8px;font-weight:600;color:#8fa8c4;letter-spacing:.03em;text-transform:uppercase}
.travel-card{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.travel-ico-wrap{border-radius:7px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;flex-shrink:0;color:#dcecff}
.travel-card-body{display:grid;gap:0;min-width:0}
.travel-card-body strong{font-size:11px;color:#fff}
.travel-card-body span{font-size:9px;color:#9cb4cf}
.travel-card-body em{font-style:normal;font-size:9px;color:#c6d8ed}
.hotel-thumb{object-fit:cover;border-radius:7px;border:1px solid rgba(255,255,255,.12);flex-shrink:0}
.travel-card--hotel{justify-content:space-between}
.travel-card--room{justify-content:space-between;align-items:center}
.travel-card--room strong{font-size:11px;color:#fff}
.travel-guests{font-size:9px;font-weight:700;color:#9cb4cf}
.pickup-heading{font-size:9px;font-weight:700;color:var(--yellow);letter-spacing:.05em;text-transform:uppercase}
.pickup-guest-card{display:flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.guest-photo{border-radius:50%;background:linear-gradient(135deg,#2a3f5f,#1a2840);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;font-weight:800;color:#dcecff;flex-shrink:0}
.pickup-guest-card strong{font-size:11px;color:#fff}
.pickup-guest-card span{font-size:9px;color:#9cb4cf}
.pickup-split-card,.pickup-vehicle-card{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.pickup-split-card strong{font-size:11px;color:#fff}
.pickup-rating{font-style:normal;font-size:10px;font-weight:700;color:var(--yellow)}
.pickup-vehicle-card img{object-fit:cover;object-position:center;border-radius:7px;border:1px solid rgba(255,255,255,.12);flex-shrink:0}
.pickup-vehicle-card strong{font-size:10px;color:#fff}
.pickup-vehicle-card span{font-size:8px;color:#9cb4cf}
.live-map-v2{position:relative;border-radius:10px;background:linear-gradient(160deg,rgba(10,22,40,.9),rgba(19,42,74,.85));border:1px solid rgba(255,255,255,.12);overflow:hidden}
.live-pin{position:absolute;left:14%;top:58%;width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(255,203,24,.2)}
.live-path-line{position:absolute;left:16%;top:32%;width:62%;height:42%;border:2px solid rgba(255,203,24,.55);border-radius:40% 60% 45% 55%;border-bottom:none;border-left:none;transform:rotate(-12deg)}
.live-car-pin{position:absolute;right:16%;top:22%;font-size:13px}
.live-list-v2{list-style:none;margin:0;padding:0;display:grid}
.live-list-v2 li{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(6px)}
.live-ico{font-size:10px}
.live-plate{color:#dcecff;font-weight:600;font-size:9px}
.live-status{color:#9cb4cf;white-space:nowrap;font-size:8px}
.live-status.ok{color:#7ee0a8}
.live-list-v2 b{color:var(--yellow);font-weight:700;white-space:nowrap;text-align:right;font-size:9px}
.showcase-bottom{position:relative;margin-top:40px}
.showcase-banner{position:relative;max-width:100%;margin:0 auto;padding:20px 22px 22px;border-radius:16px;background:linear-gradient(145deg,rgba(14,22,36,.92),rgba(6,10,18,.96));border:1px solid rgba(255,203,24,.14);box-shadow:0 20px 50px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05)}
.showcase-banner-row{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-bottom:18px}
.showcase-star--inline{width:40px;height:40px;margin:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),#ffd84f);color:#101720;font-size:18px;font-weight:900;box-shadow:0 8px 22px rgba(255,203,24,.3);flex-shrink:0}
.showcase-foot{max-width:none;margin:0;font-size:clamp(14px,1.6vw,17px);line-height:1.5;color:#dcecff;text-align:left}
.showcase-foot strong{color:var(--yellow);font-weight:700}
.showcase-pillars{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px}
.showcase-pillars--inline{flex-direction:column;align-items:flex-start;justify-content:center;margin:0;gap:8px}
.showcase-pillars span{display:inline-flex;align-items:center;gap:7px;padding:0;font-size:11px;font-weight:600;color:#c6d8ed;background:none;border:0;white-space:nowrap}
.showcase-pillars span i{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;font-style:normal;font-size:11px;background:rgba(255,203,24,.1);color:var(--yellow);border:1px solid rgba(255,203,24,.18)}
.showcase-cta{display:block;width:fit-content;margin:0 auto;padding:14px 28px;font-size:14px;border-radius:999px}
.domains-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.domain-card{padding:28px;border-radius:28px;background:#fff;box-shadow:var(--shadow);border:1px solid #e3edf9}
.domain-card h3{font-family:Manrope,Inter,sans-serif;font-size:22px;letter-spacing:-.04em;margin:0 0 10px}
.domain-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.7}
.cta{padding-top:30px;padding-bottom:100px}
.cta-card{position:relative;overflow:hidden;border-radius:36px;padding:58px;background:linear-gradient(135deg,#071627 0,#0c2441 50%,#10457d 100%);box-shadow:var(--shadow-dark);color:#fff}
.cta-card-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.cta-card-inner--single{grid-template-columns:1fr;max-width:760px}
.cta-copy{max-width:560px}
.lead-panel{padding:20px 22px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);max-width:420px}
.lead-panel h3{font-family:Manrope,Inter,sans-serif;font-size:18px;letter-spacing:-.03em;margin:0 0 14px}
.lead-form{display:grid;gap:10px}
.lead-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lead-field label{display:block;font-size:11px;font-weight:700;margin-bottom:5px;color:#e6f1ff}
.lead-field .optional{font-weight:500;color:#9cb4cf}
.lead-field input,.lead-field textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;font-size:13px;font-family:inherit;outline:none;resize:vertical}
.lead-field input::placeholder,.lead-field textarea::placeholder{color:#8fa8c4}
.lead-field input:focus,.lead-field textarea:focus{border-color:rgba(255,203,24,.5)}
.lead-submit{width:100%;margin-top:2px;padding:12px 18px;font-size:14px}
.lead-alert{padding:9px 11px;border-radius:10px;font-size:12px;line-height:1.45}
.lead-alert--error{background:rgba(255,80,80,.12);border:1px solid rgba(255,120,120,.25);color:#ffb4b4}
.lead-alert--success{background:rgba(72,200,120,.12);border:1px solid rgba(120,220,160,.25);color:#b8f0cf}
.cta-card h2{font-family:Manrope,Inter,sans-serif;font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.05em;margin:14px 0}
.cta-card p{margin:0;color:#c7ddf2;line-height:1.75;font-size:15px;max-width:620px}
.contact-panel{padding:26px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.contact-grid{display:grid;gap:14px;margin-top:20px}
.contact-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:18px;background:rgba(255,255,255,.06)}
.contact-item i{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,203,24,.14);color:var(--yellow);font-style:normal;font-size:18px}
.contact-item strong{display:block;font-size:16px;margin-bottom:3px}
.contact-item span{display:block;color:#d1e4f8;font-size:13px;line-height:1.6}
.contact-item span a{color:#d1e4f8}
.contact-item span a:hover{color:#fff}
.contact-us{padding:78px 0;background:#fff;color:var(--ink)}
.contact-us-title{font-family:Manrope,Inter,sans-serif;font-size:clamp(34px,4vw,48px);letter-spacing:-.04em;margin:0 0 36px}
.contact-us-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.contact-us-card{padding:28px 24px;border-radius:20px;background:var(--paper);border:1px solid rgba(13,26,44,.08);text-align:center}
.contact-us-card i{display:block;width:48px;height:48px;margin:0 auto 16px;border-radius:14px;background:rgba(13,26,44,.06);line-height:48px;font-style:normal;font-size:22px;color:var(--ink)}
.contact-us-card strong{display:block;font-size:15px;margin-bottom:10px}
.contact-us-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.75}
.contact-us-card a{color:#0b67be;font-weight:600}
.contact-us-card a:hover{color:#084f92}
.phone-pill{display:inline-block;padding:8px 16px;border-radius:999px;background:#d4f5ef;color:#0d5c52;font-weight:700}
footer{background:#06111f;color:#fff;padding:50px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-copy{color:#9cb4cf;font-size:13px;line-height:1.75;max-width:360px;margin-top:16px}
.footer-col h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:2px 0 14px;color:#fff}
.footer-col a,.footer-col span{display:block;color:#9cb4cf;font-size:13px;line-height:1.8;margin:8px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;color:#7e98b7;font-size:12px}
.wa-float{position:fixed;z-index:15;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:28px;border:3px solid #fff;box-shadow:0 18px 36px rgba(26,139,72,.35)}
@media (max-width:1080px){.hero-grid,.cta-card-inner{grid-template-columns:1fr}.hero-visual{min-height:640px}.feature-grid,.domains-grid,.journey-grid,.showcase-grid,.contact-us-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:860px){.nav-links{display:none}.menu-btn{display:block}.mobile-nav{display:none;position:absolute;left:20px;right:20px;top:82px;padding:14px;border-radius:22px;background:rgba(8,18,32,.96);border:1px solid rgba(255,255,255,.08)}.mobile-nav.open{display:flex;flex-direction:column;gap:10px}.mobile-nav a{padding:12px 10px;color:#dcecff;font-weight:700}.hero-grid{padding:44px 0 76px;min-height:auto}.hero-proof{grid-template-columns:1fr 1fr 1fr}.mosaic{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(100% - 28px,1200px)}.hero-copy h1{font-size:50px}section{padding:78px 0}.showcase{padding:78px 0 100px}.showcase-deco{display:none}.showcase-mock--wa-photo img{min-height:130px}.showcase-banner{padding:18px 16px 20px}.showcase-banner-row{grid-template-columns:1fr;gap:12px;text-align:center}.showcase-foot{text-align:center}.showcase-pillars--inline{flex-direction:row;flex-wrap:wrap;justify-content:center}.showcase-star--inline{margin:0 auto}.feature-grid,.domains-grid,.journey-grid,.showcase-grid,.contact-us-grid{grid-template-columns:1fr}.showcase-pillars{flex-direction:column;align-items:center}.lead-row{grid-template-columns:1fr}.lead-panel{max-width:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block;line-height:1.8}}
