
:root{
  --bg:#05070d;
  --bg2:#09111f;
  --panel:#101a2d;
  --panel2:#151f35;
  --text:#f7f4ec;
  --muted:#aeb8c9;
  --gold:#d7b56d;
  --gold2:#ffe7a8;
  --blue:#6badff;
  --green:#6df2b7;
  --border:rgba(255,255,255,.11);
  --goldBorder:rgba(215,181,109,.34);
  --shadow:0 28px 90px rgba(0,0,0,.48);
  --radius:28px;
  --max:1180px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left,rgba(215,181,109,.18),transparent 30%),
    radial-gradient(circle at top right,rgba(107,173,255,.13),transparent 32%),
    linear-gradient(180deg,var(--bg),#03050a 78%);
  line-height:1.6;
}

a{
  color:inherit;
  text-decoration:none;
}

.wrap{
  width:min(var(--max),92%);
  margin:auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(5,7,13,.78);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(18px);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  letter-spacing:.2px;
}

.brand span span{
  color:var(--gold2);
}

.brand-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;
  font-weight:950;
  box-shadow:0 12px 34px rgba(215,181,109,.28);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--muted);
  font-size:14px;
}

.nav-links a:hover{
  color:var(--gold2);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 20px;
  border-radius:999px;
  border:1px solid var(--goldBorder);
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#101010;
  font-weight:900;
  box-shadow:0 18px 42px rgba(215,181,109,.20);
  transition:.22s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(215,181,109,.32);
}

.btn.secondary{
  background:rgba(255,255,255,.06);
  color:var(--text);
  border-color:var(--border);
  box-shadow:none;
}

.btn.secondary:hover{
  border-color:var(--goldBorder);
  color:var(--gold2);
}

.btn-small{
  padding:11px 16px;
  font-size:14px;
}

.full{
  width:100%;
}

.hero{
  padding:90px 0 56px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:42px;
  align-items:center;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border:1px solid var(--goldBorder);
  border-radius:999px;
  background:rgba(215,181,109,.09);
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:12px;
  font-weight:950;
}

h1{
  font-size:clamp(44px,6vw,76px);
  line-height:1.02;
  letter-spacing:-.06em;
  margin:22px 0 18px;
}

h1 span,
h2 span{
  color:var(--gold2);
}

h2{
  font-size:clamp(30px,4vw,50px);
  line-height:1.1;
  letter-spacing:-.04em;
  margin:0 0 12px;
}

h3{
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.02em;
  margin:0 0 8px;
}

.lead{
  font-size:clamp(18px,2vw,22px);
  color:var(--muted);
  max-width:780px;
  margin:0 0 28px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.centered{
  justify-content:center;
}

.micro{
  margin-top:12px;
  font-size:13px;
  color:var(--muted);
}

.hero-panel{
  padding:28px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at top right,rgba(215,181,109,.20),transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
}

.panel-label{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(109,242,183,.10);
  color:var(--green);
  border:1px solid rgba(109,242,183,.25);
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}

.path-stat{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  padding:15px 0;
  border-bottom:1px solid var(--border);
}

.path-stat:last-child{
  border-bottom:0;
}

.path-stat span{
  color:var(--muted);
}

.path-stat strong{
  text-align:right;
}

.section{
  padding:58px 0;
}

.section-head{
  max-width:820px;
  margin-bottom:28px;
}

.section-head p{
  color:var(--muted);
  font-size:18px;
  margin:0;
}

.framework-list{
  display:grid;
  gap:15px;
}

.framework-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  padding:20px;
  border:1px solid var(--border);
  border-radius:24px;
  background:rgba(255,255,255,.045);
}

.framework-item.featured,
.framework-item.authority{
  border-color:var(--goldBorder);
  background:
    radial-gradient(circle at top right,rgba(215,181,109,.13),transparent 34%),
    rgba(255,255,255,.058);
}

.step{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;
  font-weight:950;
}

.framework-item p{
  margin:0 0 6px;
  color:var(--muted);
}

.highlight{
  color:var(--gold2)!important;
  font-weight:750;
}

.quote{
  margin-top:26px;
  padding:24px;
  border-left:4px solid var(--gold);
  border-radius:20px;
  background:linear-gradient(90deg,rgba(215,181,109,.12),rgba(255,255,255,.035));
  color:#fff2c2;
  font-size:20px;
  font-weight:850;
}

.soft-section{
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.card{
  padding:24px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:rgba(255,255,255,.052);
  transition:.22s ease;
}

.card:hover{
  transform:translateY(-4px);
  border-color:var(--goldBorder);
  background:rgba(255,255,255,.075);
}

.card p{
  color:var(--muted);
  margin:0 0 18px;
}

.card.premium,
.authority-card{
  border-color:var(--goldBorder);
  background:
    radial-gradient(circle at top right,rgba(215,181,109,.14),transparent 35%),
    rgba(255,255,255,.06);
}

.tag{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(107,173,255,.10);
  border:1px solid rgba(107,173,255,.24);
  color:#d1e6ff;
  font-size:12px;
  font-weight:900;
}

.icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  margin-bottom:14px;
  background:rgba(215,181,109,.12);
  border:1px solid var(--goldBorder);
  color:var(--gold2);
  font-size:22px;
}

.principles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.principle{
  padding:22px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:rgba(255,255,255,.05);
}

.principle p{
  color:var(--muted);
  margin:0;
}

.final-box{
  text-align:center;
  padding:42px;
  border:1px solid var(--goldBorder);
  border-radius:34px;
  background:
    radial-gradient(circle at top left,rgba(215,181,109,.20),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
}

.final-box p{
  color:var(--muted);
  max-width:760px;
  margin:0 auto 24px;
  font-size:18px;
}

.site-footer{
  border-top:1px solid var(--border);
  padding:34px 0;
  color:var(--muted);
  font-size:14px;
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

@media(max-width:920px){
  .hero-grid,
  .cards,
  .principles{
    grid-template-columns:1fr;
  }

  .nav-links{
    display:none;
  }

  .framework-item{
    grid-template-columns:1fr;
  }

  .path-stat{
    grid-template-columns:1fr;
  }

  .path-stat strong{
    text-align:left;
  }

  .hero{
    padding-top:58px;
  }
}
