:root{--ikco:#006bb7;--ikco-deep:#034b82;--ink:#0b1d2c;--muted:#617181;--line:#dfe7ee;--bg:#f5f8fb;--white:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,Segoe UI,Arial,sans-serif;color:var(--ink);background:white;line-height:1.8}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(10,38,58,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{height:82px;justify-content:space-between;gap:24px}.brand,.nav{display:flex;align-items:center}.brand{gap:12px}.brandMark{display:grid;place-items:center;width:48px;height:48px;background:var(--ikco);color:#fff;border-radius:14px;font-weight:900;letter-spacing:-1px}.brand small,.brand strong{display:block}.brand small{color:var(--muted);font-size:11px}.nav nav{display:flex;gap:24px;align-items:center;font-size:14px}.navCta{background:var(--ikco);color:white!important;padding:10px 18px;border-radius:12px}.hero{background:linear-gradient(135deg,#eef6fb,#fff 55%,#e7f0f6);overflow:hidden}.heroGrid{min-height:690px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;grid-gap:60px;gap:60px}.eyebrow{font-size:13px;font-weight:700;color:var(--ikco);letter-spacing:.1px}.hero h1,.pageHero h1{font-size:clamp(38px,5vw,68px);line-height:1.25;margin:18px 0 20px;letter-spacing:-2px}.hero p,.pageHero p{font-size:18px;color:var(--muted);max-width:700px}.heroButtons{display:flex;gap:12px;margin:32px 0}.btn{display:inline-flex;padding:13px 20px;border-radius:14px;font-weight:700}.btn.primary{background:var(--ikco);color:white}.btn.ghost{border:1px solid var(--line);background:white}.btn.white{background:white;color:var(--ink)}.trustRow{display:flex;gap:24px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.trustRow span:before{content:"✓";color:var(--ikco);margin-left:7px}.heroVisual{min-height:450px;display:grid;place-items:center;position:relative}.heroVisual:after,.heroVisual:before{content:"";position:absolute;border-radius:50%}.heroVisual:before{width:410px;height:410px;background:var(--ikco);opacity:.08}.heroVisual:after{width:290px;height:290px;border:1px solid rgba(0,107,183,.22)}.carSilhouette{width:92%;height:210px;background:linear-gradient(160deg,#0d2739,#213f55);-webkit-clip-path:polygon(10% 65%,22% 40%,35% 25%,68% 24%,82% 43%,95% 54%,98% 77%,93% 86%,8% 86%,2% 78%);clip-path:polygon(10% 65%,22% 40%,35% 25%,68% 24%,82% 43%,95% 54%,98% 77%,93% 86%,8% 86%,2% 78%);display:grid;place-items:center;box-shadow:0 30px 50px rgba(0,0,0,.22);z-index:2}.carSilhouette span{font-size:64px;color:white;font-weight:900;opacity:.12}.section{padding:96px 0}.sectionHead{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}.darkSection h2,.sectionHead h2,.seoBlock h2{font-size:36px;line-height:1.4;margin:8px 0}.sectionHead p{color:var(--muted);max-width:420px}.actionGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.actionCard{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:.2s}.actionCard:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(18,57,82,.09);border-color:#b9d6e9}.cardNo{font-size:12px;color:#9aabba}.actionCard h3{font-size:20px;margin:38px 0 8px}.actionCard p{font-size:13px;color:var(--muted);min-height:50px}.actionCard b{font-size:12px;color:var(--ikco)}.darkSection{background:#081e2d;color:white;padding:100px 0}.split{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:90px;gap:90px;align-items:center}.darkSection p{color:#b8cad6;max-width:630px}.eyebrow.light{color:#72c7ff}.steps{display:grid;grid-gap:12px;gap:12px}.steps span{padding:18px 20px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.04)}.promoGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.promo{min-height:330px;padding:44px;border-radius:28px;display:flex;flex-direction:column;justify-content:flex-end}.promo h2{font-size:34px;margin:6px 0}.promo.blue{background:linear-gradient(135deg,#006bb7,#034b82);color:white}.promo.silver{background:linear-gradient(135deg,#edf1f3,#d7e0e6)}.promo span{margin-top:18px;font-weight:700}.seoBlock{padding:60px 0 110px;max-width:900px}.seoBlock p{font-size:18px;color:var(--muted)}.footer{background:#f1f5f8;border-top:1px solid var(--line);padding:48px 0}.footerGrid{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px}.footer p{color:var(--muted)}.footerGrid>div:last-child{display:flex;flex-direction:column;gap:8px}.pageHero{padding:100px 0 80px;background:var(--bg)}.pageHero.dark{background:#081e2d;color:#fff}.pageHero.dark p{color:#bed0dc}.searchBox{display:flex;max-width:720px;margin-top:32px}.searchBox input{flex:1 1;border:1px solid var(--line);padding:16px;border-radius:0 14px 14px 0;font:inherit}.bookingCard button,.productCard button,.searchBox button{border:0;background:var(--ikco);color:white;padding:14px 24px;border-radius:14px 0 0 14px;font:inherit;font-weight:700}.pillGrid{display:flex;flex-wrap:wrap;gap:10px}.pillGrid a{padding:12px 18px;background:var(--bg);border:1px solid var(--line);border-radius:999px}.mt{margin-top:60px}.productGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.productCard{border:1px solid var(--line);border-radius:24px;overflow:hidden}.productCard>div:last-child{padding:28px}.productVisual{height:230px;background:linear-gradient(135deg,#eaf1f6,#cbd9e3);display:grid;place-items:center;font-weight:900;color:#7c95a5;font-size:32px}.productCard button{border-radius:12px}.innerHero{min-height:760px;background:linear-gradient(135deg,#eef6fb,#fff);padding:90px 0}.narrow{max-width:800px}.bookingCard{margin-top:20px;background:white;border:1px solid var(--line);border-radius:28px;padding:42px;box-shadow:0 30px 80px rgba(7,44,67,.08)}.bookingCard h1{font-size:34px;margin:10px 0}.bookingCard p{color:var(--muted)}.bookingCard label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px;margin-top:16px}.bookingCard input,.bookingCard select{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;background:white;font:inherit}.bookingCard button{border-radius:12px;margin-top:22px;cursor:pointer}.bookingCard button:disabled{opacity:.45;cursor:not-allowed}.stepBadge{font-size:12px;color:var(--ikco);background:#eaf6fd;padding:7px 10px;border-radius:20px}.notice{margin-top:16px;padding:14px;border-radius:12px;background:#fff7df;color:#775400;font-size:13px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.muted{display:block;color:var(--muted);margin-top:12px}@media(max-width:900px){.nav nav a:not(.navCta){display:none}.footerGrid,.heroGrid,.promoGrid,.split{grid-template-columns:1fr}.heroGrid{min-height:auto;padding:80px 0}.heroVisual{min-height:320px}.actionGrid{grid-template-columns:1fr 1fr}.productGrid{grid-template-columns:1fr}.section{padding:70px 0}}@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.hero h1,.pageHero h1{font-size:38px;letter-spacing:-1px}.heroButtons{flex-direction:column}.actionGrid,.formGrid{grid-template-columns:1fr}.sectionHead{display:block}.bookingCard{padding:24px}.nav{height:72px}.brand small,.heroVisual{display:none}}