:root{--bg-top:#10375c;--bg-mid:#0d2944;--bg-bot:#081c2d;--text:#fff;--accent:#eb8416;--container:1280px;--border:hsla(0,0%,100%,.06)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}.section{position:relative!important;z-index:10!important;max-width:var(--container)!important;margin:0 auto!important;padding:26px 24px 0!important}.bg{position:absolute;inset:0}.super-hero{position:relative;z-index:10;display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;align-items:center;margin-top:80px}@media(min-width:992px){.super-hero{grid-template-columns:1.1fr 1fr}}.hero-copy{padding:12px}.hero-headline{font-size:40px;line-height:1.1;font-weight:900;letter-spacing:.01em;color:var(--text)}@media(min-width:992px){.hero-headline{font-size:45px}}.shine{display:block;background:linear-gradient(90deg,var(--accent),#fff);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 8px 24px rgba(235,132,22,.25))}.hero-subtitle{margin-top:12px;color:#cbd5e1;max-width:640px;line-height:1.6}.hero-cta-row{display:flex;gap:14px;margin-top:18px}.btn{padding:12px 16px;border-radius:12px;font-weight:600;border:1px solid transparent;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.25)}.btn-primary{background:var(--accent);color:var(--white)}.btn-ghost{background:transparent;color:#e2e8f0;border:1px solid #4b5563}.hero-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.pill{padding:4px 8px;border:1px solid var(--border);border-radius:8px;background:#ffffff0d;font-size:12px;color:#cbd5e1;min-width:100px;text-align:center}.hero-gallery{position:relative;height:460px}@media(min-width:768px){.hero-gallery{height:450px}}.hero-img-card{position:absolute;overflow:hidden;border-radius:20px;border:1px solid hsla(0,0%,100%,.06);box-shadow:0 30px 80px rgba(0,0,0,.45);background:#0a1622}.hero-img-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}.hero-badge{position:absolute;bottom:-16px;left:-16px;background:linear-gradient(135deg,#001419,#06212a);border:1px solid var(--border);border-radius:16px;padding:10px 12px;color:#cbd5e1;font-size:12px;box-shadow:0 20px 50px rgba(0,0,0,.45)}.glow-ring{position:absolute;inset:-2px;border-radius:24px;background:radial-gradient(80% 80% at 50% 50%,rgba(235,132,22,.16),transparent);pointer-events:none}