:root{
  --bg:#07111f;
  --bg-2:#0c1c31;
  --panel:#0f2138;
  --panel-2:#132946;
  --text:#eef3fb;
  --muted:#b6c3d7;
  --gold:#d7a11e;
  --gold-soft:#f0d676;
  --line:rgba(240,214,118,.18);
  --accent:#16375f;
  --success:#cde8b0;
  --max:1180px;
  --radius:22px;
  --shadow:0 14px 42px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#040b15 0%,#07111f 35%,#091729 100%);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 2rem));margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(4,11,21,.78);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.9rem;font-weight:700;letter-spacing:.03em}
.brand img{width:56px;height:56px;object-fit:contain}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text small{font-size:.75rem;color:var(--gold-soft);font-weight:500}
.nav-links{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}
.nav-links a{color:var(--muted);font-size:.95rem}
.nav-links a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.2rem;border-radius:999px;font-weight:700;transition:.2s ease;border:1px solid transparent}
.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,#f5d96a 100%);color:#091019;box-shadow:0 10px 24px rgba(215,161,30,.28)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:#fff}
.hero{padding:4.5rem 0 3rem;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:auto -12% -10% auto;width:38rem;height:38rem;background:radial-gradient(circle,rgba(215,161,30,.15),transparent 62%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}
.kicker{display:inline-flex;gap:.55rem;align-items:center;padding:.45rem .8rem;border-radius:999px;background:rgba(240,214,118,.08);border:1px solid rgba(240,214,118,.18);color:var(--gold-soft);font-size:.88rem;margin-bottom:1rem}
.hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.04;margin:.2rem 0 1rem;letter-spacing:-.04em}
.hero p{font-size:1.08rem;color:var(--muted);max-width:52rem}
.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;margin:1.5rem 0 1rem}
.hero-notes,.mini-proof{display:flex;gap:.85rem;flex-wrap:wrap;color:#d6e0ef;font-size:.92rem}
.hero-notes span,.mini-proof span{padding:.4rem .75rem;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.hero-card{background:linear-gradient(180deg,rgba(18,39,66,.9),rgba(10,20,35,.95));border:1px solid var(--line);border-radius:28px;padding:1.2rem;box-shadow:var(--shadow)}
.hero-card .logo-lockup{padding:.8rem;border-radius:20px;background:linear-gradient(180deg,#02060e,#060d17);border:1px solid rgba(255,255,255,.04);margin-bottom:1rem}
.hero-card h3{margin:.25rem 0 .6rem;font-size:1.1rem}
.hero-card ul{margin:0;padding-left:1.15rem;color:var(--muted)}
.section{padding:4.5rem 0}
.section-tight{padding:3rem 0}
.section h2{font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:1.1;margin:0 0 .75rem;letter-spacing:-.03em}
.lead{color:var(--muted);max-width:50rem;margin:0 0 1.5rem}
.grid-2,.grid-3,.grid-4{display:grid;gap:1.2rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:linear-gradient(180deg,rgba(14,29,49,.92),rgba(8,17,30,.95));border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow)}
.card h3,.card h4{margin:.1rem 0 .45rem}
.card p{margin:.35rem 0;color:var(--muted)}
.eyebrow{font-size:.8rem;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.11em}
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:1.4rem;align-items:start}
.checklist{display:grid;gap:.7rem;margin-top:.8rem}
.checklist div{display:flex;gap:.7rem;align-items:flex-start;color:#dbe5f5}
.checklist strong{color:#fff}
.price-table{width:100%;border-collapse:collapse;margin-top:1rem;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.price-table th,.price-table td{padding:1rem;border-bottom:1px solid var(--line);text-align:left}
.price-table th{background:rgba(240,214,118,.06);color:#fff}
.price-table td{color:var(--muted)}
.highlight{background:linear-gradient(180deg,rgba(215,161,30,.13),rgba(215,161,30,.05));border:1px solid rgba(240,214,118,.24)}
.process{counter-reset:step}
.process .card{position:relative;padding-top:3.2rem}
.process .card:before{counter-increment:step;content:counter(step);position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#f4dc84);color:#091019;font-weight:800}
.form{display:grid;gap:.9rem}
.form label{font-size:.92rem;color:#d9e2f0}
.form input,.form select,.form textarea{width:100%;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff;font:inherit}
.form textarea{min-height:140px;resize:vertical}
.form small{color:var(--muted)}
.cta-band{padding:2rem;border-radius:28px;background:linear-gradient(135deg,rgba(215,161,30,.14),rgba(9,23,41,.85));border:1px solid rgba(240,214,118,.24);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer{padding:2rem 0 3rem;border-top:1px solid var(--line);background:#040b15}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:1.4rem;align-items:start}
.footer p,.footer li,.footer a{color:var(--muted)}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.badge{display:inline-flex;padding:.4rem .75rem;border-radius:999px;background:rgba(240,214,118,.08);border:1px solid rgba(240,214,118,.18);color:var(--gold-soft);font-size:.9rem}
.notice{font-size:.92rem;color:#dbe5f5}
hr.sep{border:none;border-top:1px solid var(--line);margin:1.4rem 0}

.image-grid{display:grid;gap:1.2rem}
.image-grid.three-up{grid-template-columns:repeat(3,1fr)}
.image-grid.two-up{grid-template-columns:repeat(2,1fr)}
.image-frame{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(14,29,49,.92),rgba(8,17,30,.95));box-shadow:var(--shadow);min-height:220px}
.image-frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}
.hero-photo{margin-bottom:1rem;min-height:260px}
.section-photo{margin-bottom:1rem;min-height:240px}
.wide-photo img{aspect-ratio:16/9}

@media (max-width: 960px){
  .hero-grid,.split,.grid-4,.grid-3,.grid-2,.footer-grid,.image-grid.three-up,.image-grid.two-up{grid-template-columns:1fr}
  .nav{align-items:flex-start}
  .nav-links{justify-content:flex-start}
}
@media (max-width: 620px){
  .hero{padding-top:3.2rem}
  .nav-links{display:none}
  .brand img{width:48px;height:48px}
  .btn{width:100%}
  .hero-ctas{display:grid;grid-template-columns:1fr}
}

.hero-grid > .hero-visual{grid-column:2;grid-row:1 / span 2;align-self:stretch;min-height:100%;}
.hero-visual img{height:100%;object-fit:cover;}
.mobile-only-off{display:block;}
@media (max-width: 960px){.hero-grid > .hero-visual{grid-column:auto;grid-row:auto;order:2}.mobile-only-off{display:block;}}


/* image sizing cleanup */
.hero-photo{min-height:0;max-height:420px;}
.section-photo{min-height:0;max-height:340px;}
.image-frame{min-height:0;}
.image-frame img{width:100%;height:auto;max-height:420px;object-fit:cover;}
.hero-visual img{height:auto;max-height:420px;object-fit:cover;}
.wide-photo img{max-height:340px;object-fit:cover;}
.image-grid .image-frame img{max-height:250px;object-fit:cover;}
@media (max-width: 960px){.hero-photo,.section-photo,.image-frame img,.hero-visual img{max-height:none;}}


/* images removed for cleaner layout */
.hero-visual,.image-grid,.section-photo,.wide-photo{display:none !important;}
