*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Arial,sans-serif;background:#f7f9fc;color:#101828;line-height:1.7}a{text-decoration:none;color:inherit}.container{width:min(1180px,90%);margin:auto}.header{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 36px));z-index:99;background:rgba(7,21,34,.88);backdrop-filter:blur(16px);border-radius:30px;padding:14px 22px;display:flex;justify-content:space-between;align-items:center;color:white;box-shadow:0 18px 50px rgba(0,0,0,.22)}.brand{font-weight:900;color:#fff}.nav{display:flex;gap:22px;font-weight:800}.nav a:hover{color:#f28c08}.btn{display:inline-block;background:linear-gradient(135deg,#f28c08,#ffb347);color:#111;padding:13px 24px;border-radius:999px;font-weight:900;border:0;cursor:pointer}.btn.blue{background:linear-gradient(135deg,#566fe8,#3045b8);color:white}.hero{min-height:100vh;padding:150px 0 90px;color:white;position:relative;overflow:hidden;background:#071522}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:1s}.slide.active{opacity:1}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,34,.92),rgba(7,21,34,.55),rgba(7,21,34,.82))}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.eyebrow{color:#ffb347;font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;margin-bottom:14px}h1{font-family:Georgia,serif;font-size:clamp(3.2rem,7vw,6.5rem);line-height:.95;margin-bottom:22px}h1 span,.orange{color:#f28c08}.lead{font-size:1.14rem;color:rgba(255,255,255,.82);margin-bottom:28px;max-width:680px}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:34px;padding:18px;backdrop-filter:blur(12px)}.hero-card img{width:100%;height:420px;object-fit:cover;border-radius:24px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.stat{background:rgba(255,255,255,.12);border-radius:18px;text-align:center;padding:14px}.stat strong{color:#ffb347;font-size:1.5rem}.section{padding:90px 0}.head{text-align:center;max-width:760px;margin:0 auto 48px}.head h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;margin-bottom:14px}.head p{color:#667085}.grid{display:grid;gap:26px}.grid3{grid-template-columns:repeat(3,1fr)}.card{background:white;border-radius:28px;overflow:hidden;box-shadow:0 14px 40px rgba(16,24,40,.08);border:1px solid rgba(16,24,40,.06)}.card img{width:100%;height:250px;object-fit:cover}.body{padding:25px}.pill{display:inline-block;background:#eef2ff;color:#3045b8;padding:7px 12px;border-radius:999px;font-size:.78rem;font-weight:900;margin-bottom:12px}.card h3{color:#566fe8;margin-bottom:8px}.why{padding:30px}.why .icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,rgba(242,140,8,.18),rgba(86,111,232,.18));display:grid;place-items:center;font-size:1.6rem;margin-bottom:18px}.car{background:linear-gradient(135deg,rgba(7,21,34,.95),rgba(7,21,34,.82)),url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?q=80&w=1800') center/cover;color:white}.car .head p{color:rgba(255,255,255,.75)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:230px;object-fit:cover;border-radius:20px}.cta{background:linear-gradient(135deg,#566fe8,#f28c08);color:white;border-radius:36px;padding:70px;text-align:center}.footer{background:#071522;color:white;padding:65px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}.footer a,.footer p{color:rgba(255,255,255,.7);display:block;margin:7px 0}.mobile{display:none}@media(max-width:900px){.nav{display:none}.mobile{display:block}.hero-content,.grid3,.footer-grid{grid-template-columns:1fr}.hero-card img{height:310px}.stats{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.cta{padding:42px 24px}.header{border-radius:22px}.section{padding:65px 0}}@media(max-width:520px){.gallery{grid-template-columns:1fr}h1{font-size:3.2rem}.hero{padding-top:120px}}