:root{--bg:#070b12;--panel:#0d131e;--text:#eef3f9;--muted:#9aa8ba;--blue:#1265ff;--line:#202c3b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;justify-content:space-between;padding:18px max(24px,6vw);background:rgba(7,11,18,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand img{width:210px}.topbar nav{display:flex;gap:28px;color:#c8d2df}.topbar nav a:hover{color:#fff}.call{font-weight:700}.hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:70px max(24px,6vw);gap:60px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;color:#6ea0ff;font-weight:800}.hero h1,.section h2,.cta h2{font-size:clamp(2.8rem,6vw,6rem);line-height:.96;letter-spacing:-.055em;margin:.28em 0}.hero h1 span{color:#7ea9ff}.hero-copy>p,.lead{font-size:1.12rem;color:var(--muted);max-width:760px}.hero-media img{height:610px;width:100%;object-fit:cover;border-radius:26px;filter:saturate(.85) contrast(1.02)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;padding:14px 20px;border-radius:999px;font-weight:750;border:1px solid var(--line)}.primary{background:var(--blue);border-color:var(--blue)}.ghost{background:#0c111a}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:45px}.stats div{padding:18px;border-top:1px solid var(--line)}.stats b,.stats span{display:block}.stats span{font-size:.84rem;color:var(--muted)}.ticker{display:flex;justify-content:space-around;gap:22px;padding:18px 6vw;border-block:1px solid var(--line);color:#94a1b2;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem}.section{padding:110px max(24px,6vw)}.section h2{font-size:clamp(2.4rem,5vw,4.8rem);max-width:930px}.dark{background:#0a0f17}.gallery-main{position:relative;overflow:hidden;border-radius:24px;min-height:570px;background:#101722}.gallery-main>img{width:100%;height:620px;object-fit:cover}.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:60px 40px 34px;background:linear-gradient(transparent,rgba(0,0,0,.88))}.gallery-caption span{color:#84adff;font-size:.8rem;text-transform:uppercase;letter-spacing:.13em}.gallery-caption h3{font-size:2rem;margin:8px 0}.gallery-caption p{color:#d6dce4;max-width:650px}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin:18px}.gallery-controls button{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#101722;color:white;font-size:1.2rem}.thumbs{display:flex;gap:8px;overflow:auto;padding-bottom:10px}.thumbs img{width:92px;height:64px;object-fit:cover;border-radius:9px;opacity:.5;cursor:pointer}.thumbs img.active{opacity:1;outline:2px solid var(--blue)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px}.cards article{padding:30px;border:1px solid var(--line);border-radius:20px;background:#0b1019}.cards em{font-style:normal;color:#6ea0ff}.cards h3{font-size:1.45rem}.cards p{color:var(--muted);min-height:120px}.cards a{font-weight:750}.split,.fleet{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.split img,.fleet img{border-radius:24px;max-height:620px;width:100%;object-fit:cover}.split ul{padding-left:20px;color:#c9d2df}.split li{margin:12px 0}.feature-row{display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:center;margin-top:35px}.feature-row img{border-radius:22px;max-height:620px;width:100%;object-fit:cover}.feature-row b{font-size:1.8rem}.feature-row p{color:var(--muted)}.rating{font-size:3rem;font-weight:850;margin:30px 0}.rating span{font-size:1.5rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-grid blockquote{margin:0;padding:28px;border:1px solid var(--line);border-radius:20px;background:#0b1019;color:#dfe6ee}.review-grid cite{display:block;margin-top:20px;color:#7ea9ff;font-style:normal;font-weight:700}.cta{margin:30px max(24px,6vw) 80px;padding:70px;border-radius:30px;background:linear-gradient(135deg,#0b1526,#111b2b);border:1px solid #203049}.cta h2{font-size:clamp(2.5rem,5vw,5rem)}.cta p{color:var(--muted);max-width:760px}footer{padding:50px max(24px,6vw);border-top:1px solid var(--line);display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:30px;align-items:center;color:var(--muted);font-size:.9rem}footer img{width:220px}footer a{color:#dce5ee}@media(max-width:900px){.topbar nav{display:none}.hero,.split,.fleet{grid-template-columns:1fr}.hero{padding-top:40px}.hero-media img{height:450px}.stats{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.feature-row{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr}.gallery-main>img{height:500px}}@media(max-width:580px){.topbar{padding:13px 18px}.brand img{width:150px}.call{font-size:.82rem}.hero,.section{padding-left:20px;padding-right:20px}.hero h1{font-size:3.25rem}.cards{grid-template-columns:1fr}.ticker{overflow:hidden;justify-content:flex-start}.gallery-main{min-height:400px}.gallery-main>img{height:460px}.gallery-caption{padding:50px 20px 20px}.cta{margin:20px;padding:34px 22px}.section{padding-top:76px;padding-bottom:76px}}
