﻿:root{--bg:#0b0f14;--fg:#e5e7eb;--muted:#a1a1aa;--gold:#d4af37;--card:#111827;--border:#2a2f3a}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:linear-gradient(180deg,#0b0f14 0%,#0b0f14 60%,#0f1320 100%);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.hero{padding:280px 0;min-height:1120px;background-image:linear-gradient(180deg,rgba(11,15,20,.55),rgba(11,15,20,.85)),url('./assets/hero-bg.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid var(--border)}
.hero-title{font-size:40px;line-height:1.2;margin:0 0 16px;color:#f8fafc;text-transform:uppercase}
.hero-sub{font-size:18px;color:var(--muted);margin:6px 0}
.hero-cta{margin-top:48px;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}
.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:12px 22px;border-radius:8px;text-decoration:none;font-weight:600;letter-spacing:.3px;transition:.2s ease;border:1px solid transparent}
.btn-primary{background:var(--gold);color:#1a1a1a;border-color:var(--gold)}
.btn-primary:hover{filter:brightness(1.1)}
.btn-ghost{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn-ghost:hover{background:rgba(212,175,55,.12)}
.hero-cta .btn{text-transform:uppercase;padding:12px 33px;min-width:200px}
.section{padding:64px 0}
.section.alt{background:linear-gradient(180deg,#0f1320 0%,#0b0f14 100%)}
/* remove visible seam above module3 */
#module3{background:var(--bg)}
#module3 .container{display:block}
#module3 .benefits-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:stretch}
#module3 .benefits-media{border:0;border-radius:14px;overflow:hidden;width:80%;height:100%;margin-right:auto}
#module3 .benefits-media img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:920px){#module3 .benefits-wrap{grid-template-columns:1fr}}
#module3 .benefits-text .section-title{margin:0 0 20px;text-transform:uppercase}
#module3 .section-title{width:100%;text-align:left}
#module3 .cta{width:100%;text-align:left}
.section-title{font-size:28px;margin:0 0 20px;color:#f3f4f6}
.section-sub{font-size:18px;color:var(--muted);margin:0 0 24px}
.grid{display:grid;gap:20px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:920px){.cards-3{grid-template-columns:1fr}.cards-2{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.card.card-with-media{display:grid;grid-template-columns:1.2fr 1.8fr;gap:16px;align-items:center}
.card.card-with-media .card-side-media{border-radius:10px;overflow:hidden;height:160px}
.card.card-with-media .card-side-media img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:920px){.card.card-with-media{grid-template-columns:1fr}}
.icon-wrap{width:44px;height:44px;border:1px solid var(--gold);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:14px}
.icon{width:24px;height:24px}
.card-media{height:160px;border-radius:12px;overflow:hidden;margin-bottom:12px}
.card-media img{width:100%;height:100%;object-fit:cover;display:block}
.card-body h4{margin:0 0 8px;color:#f3f4f6}
.card-body p{margin:0;color:#d1d5db}
.features{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}
@media(max-width:920px){.features{grid-template-columns:1fr}}
.list{margin:8px 0 0 18px;color:var(--muted)}
.list-check{list-style:none;padding:0;margin:0 0 20px 0}
.list-check li{position:relative;padding-left:28px;margin:10px 0;color:#d1d5db}
#module3 .list-check li{margin:20px 0}
.list-check li.nowrap{white-space:nowrap}
.list-check li:before{content:"";position:absolute;left:6px;top:8px;width:12px;height:12px;border:2px solid var(--gold);border-radius:50%;background:rgba(212,175,55,.15)}
.cta{margin-top:18px}
#module3 .benefits-text .cta{margin-top:36px}
.cta-final{padding:56px 0;border-top:1px solid var(--border)}
.cta-title{font-size:24px;margin:0 0 18px}
.cta-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-wrap{display:flex;gap:28px;align-items:center}
.hero-media{display:none}
.hero-content{flex:unset;max-width:720px;position:relative;z-index:1;margin-top:40px}
.site-header{position:sticky;top:0;background:rgba(11,15,20,.8);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:50}
.nav-inner{display:flex;align-items:center;justify-content:flex-start;padding:12px 0}
.brand{font-weight:700;color:#f3f4f6;letter-spacing:.3px;text-transform:uppercase}
.nav-links{display:flex;gap:18px;align-items:center;margin-left:auto;margin-right:40px}
.nav-links a{color:var(--muted);text-decoration:none;padding:8px 4px;border-radius:6px;text-transform:uppercase}
.nav-links a:hover{color:var(--fg);background:rgba(255,255,255,.04)}
.nav-cta{display:flex;align-items:center;gap:12px}
.site-header .nav-cta .btn{background:transparent;color:#fff;border-color:#fff}
.site-header .nav-cta .btn:hover{background:rgba(255,255,255,.08)}
.logo{width:32px;height:32px;border:1px solid var(--gold);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--gold);margin-right:40px}
.logo svg{width:22px;height:22px}

/* hero media removed, keep text width */
.hero-media{display:none}
.hero-content{flex:unset;max-width:720px;position:relative;z-index:1}
.system-wrap{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;align-items:stretch}
.system-text .sys-block{margin-bottom:36px}
.system-text .sys-block:last-of-type{margin-bottom:36px}
.system-text .cta{margin-top:36px}
.system-text .sys-block h4{margin:0 0 12px;color:#f3f4f6}
.system-text .sys-block p{margin:0;color:#d1d5db}
.system-media{border:1px solid var(--border);border-radius:14px;overflow:hidden;width:80%;height:100%;margin-top:0;margin-left:auto}
.system-media img{width:100%;height:100%;object-fit:cover;display:block}
#module2 .system-media img{object-fit:contain}
@media(max-width:920px){.system-wrap{grid-template-columns:1fr}}
.section#module2 .section-title{margin-top:0}
#module2 .system-text{margin-top:0}
#module2 .system-text .section-title{margin:0 0 20px;white-space:nowrap}
#module1 .card{padding:40px 20px}
#module1 .card-media{margin-bottom:24px}
#module1 .card-body h4{margin:0 0 16px}
#module4 .section-title{text-transform:uppercase}
#module4 .card h4{text-transform:uppercase}

