:root{
  --lgh-bg:#10182a;
  --lgh-bg2:#16203a;
  --lgh-bg3:#1c2846;
  --lgh-amber:#e0a13c;
  --lgh-amber-d:#b87e26;
  --lgh-mist:#dfe6f0;
  --lgh-dim:#9aa8c0;
  --lgh-line:#2a3856;
  --lgh-r:14px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--lgh-bg);color:var(--lgh-mist);
  font-family:"Karla",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:17px;line-height:1.68;
  background-image:radial-gradient(1100px 420px at 78% -8%,rgba(224,161,60,.14),transparent 62%),radial-gradient(760px 320px at 4% 6%,rgba(224,161,60,.07),transparent 60%);
  background-attachment:fixed;
}
h1,h2,h3,.lgh-kpi-n,.lgh-step-n{font-family:"Bitter",Georgia,"Times New Roman",serif;font-weight:700;line-height:1.22;color:#fff}
h1{font-size:clamp(28px,4.4vw,46px);margin:.2em 0 .5em}
h2{font-size:clamp(22px,3vw,32px);margin:0 0 .7em}
h3{font-size:clamp(17px,2vw,21px);margin:0 0 .4em}
p{margin:0 0 1.05em}
a{color:var(--lgh-amber)}

.lgh-top{
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  padding:16px clamp(16px,4vw,52px);border-bottom:1px solid var(--lgh-line);
  background:rgba(16,24,42,.9);position:sticky;top:0;z-index:9;backdrop-filter:blur(7px);
}
.lgh-mark{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;min-height:44px}
.lgh-mark-svg{width:42px;height:31px;flex:none}
.lgh-mark-txt{font-family:"Bitter",Georgia,serif;font-weight:700;font-size:20px;letter-spacing:.02em}
.lgh-nav{display:flex;gap:6px;flex-wrap:wrap;margin-left:auto}
.lgh-nav a{
  display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:10px;
  color:var(--lgh-mist);text-decoration:none;font-weight:600;font-size:15px;
}
.lgh-nav a:hover{background:var(--lgh-bg3);color:#fff}

.lgh-cta{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;
  border-radius:12px;background:linear-gradient(180deg,var(--lgh-amber),var(--lgh-amber-d));
  color:#171106;font-weight:600;text-decoration:none;font-size:17px;border:1px solid #f0bd68;
  box-shadow:0 8px 22px rgba(224,161,60,.22);
}
.lgh-cta:hover{filter:brightness(1.07)}
.lgh-cta-sm{min-height:44px;padding:0 18px;font-size:15px;box-shadow:none}
.lgh-cta-ghost{background:none;color:var(--lgh-mist);border:1px solid var(--lgh-line);box-shadow:none}
.lgh-cta-ghost:hover{border-color:var(--lgh-amber);color:#fff}

main{max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}
section{padding:52px 0;border-bottom:1px solid var(--lgh-line)}
section:last-of-type{border-bottom:0}

.lgh-eyebrow{
  display:inline-block;margin:0 0 10px;padding:6px 13px;border-radius:999px;
  border:1px solid var(--lgh-line);background:var(--lgh-bg2);
  color:var(--lgh-amber);font-size:13px;letter-spacing:.13em;text-transform:uppercase;
}
.lgh-lead{font-size:clamp(17px,2vw,20px);color:#eef2f8;max-width:74ch}

.lgh-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}
.lgh-kpi-c{
  background:var(--lgh-bg2);border:1px solid var(--lgh-line);border-radius:var(--lgh-r);
  padding:16px 15px;border-top:2px solid var(--lgh-amber);
}
.lgh-kpi-n{display:block;font-size:clamp(19px,2.4vw,25px);color:#fff}
.lgh-kpi-l{display:block;font-size:14px;color:var(--lgh-dim);margin-top:3px}

.lgh-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}
.lgh-q{background:var(--lgh-bg3);border:1px solid var(--lgh-line);border-radius:var(--lgh-r);padding:18px}
.lgh-q p{margin:0;font-size:15px;color:var(--lgh-dim)}
.lgh-q-t{color:var(--lgh-amber);font-size:16px}

.lgh-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}

.lgh-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.lgh-step{background:var(--lgh-bg2);border:1px solid var(--lgh-line);border-radius:var(--lgh-r);padding:22px}
.lgh-step-n{display:block;font-size:30px;color:var(--lgh-amber);opacity:.55;margin-bottom:6px}
.lgh-step p{margin:0;font-size:15.5px;color:var(--lgh-dim)}

.lgh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}
.lgh-cards-3{grid-template-columns:repeat(3,1fr)}
.lgh-card{
  background:var(--lgh-bg2);border:1px solid var(--lgh-line);border-radius:var(--lgh-r);padding:20px;
  border-left:3px solid var(--lgh-amber);
}
.lgh-card p{margin:0 0 .6em;font-size:15.5px;color:var(--lgh-dim)}
.lgh-card p:last-child{margin:0}
.lgh-meta{color:var(--lgh-amber)!important;font-size:14px!important;letter-spacing:.01em}
.lgh-rev h3{font-size:17px;color:var(--lgh-mist)}

.lgh-tblwrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 20px;border-radius:var(--lgh-r);border:1px solid var(--lgh-line)}
.lgh-tbl{border-collapse:collapse;width:100%;min-width:560px;font-size:15.5px}
.lgh-tbl th,.lgh-tbl td{padding:13px 15px;text-align:left;border-bottom:1px solid var(--lgh-line)}
.lgh-tbl th{background:var(--lgh-bg3);color:#fff;font-family:"Bitter",Georgia,serif;font-size:14.5px}
.lgh-tbl tr:last-child td{border-bottom:0}
.lgh-tbl td{color:var(--lgh-dim)}
.lgh-tbl td:first-child{color:var(--lgh-mist)}

.lgh-brand h3{margin-top:26px;color:var(--lgh-amber)}

.lgh-faq-list{display:grid;gap:10px}
.lgh-faq-list details{
  background:var(--lgh-bg2);border:1px solid var(--lgh-line);border-radius:var(--lgh-r);padding:0 18px;
}
.lgh-faq-list summary{
  cursor:pointer;list-style:none;padding:15px 0;min-height:44px;display:flex;align-items:center;
  font-family:"Bitter",Georgia,serif;font-weight:500;color:#fff;font-size:16.5px;
}
.lgh-faq-list summary::-webkit-details-marker{display:none}
.lgh-faq-list summary::after{content:"+";margin-left:auto;color:var(--lgh-amber);font-size:22px;line-height:1}
.lgh-faq-list details[open] summary::after{content:"–"}
.lgh-faq-list details p{margin:0 0 15px;font-size:15.5px;color:var(--lgh-dim)}

.lgh-age{background:var(--lgh-bg3);border:1px solid var(--lgh-line);border-left:3px solid var(--lgh-amber);border-radius:var(--lgh-r);padding:18px 20px;margin-top:22px}
.lgh-age p{margin:0;font-size:15px;color:var(--lgh-dim)}
.lgh-age-t{font-family:"Bitter",Georgia,serif;font-weight:700;color:var(--lgh-amber);font-size:19px;margin-bottom:6px!important}

.lgh-foot{
  border-top:1px solid var(--lgh-line);background:#0c1322;
  padding:34px clamp(16px,4vw,52px);margin-top:20px;
}
.lgh-foot p{margin:0 0 .55em;font-size:14.5px;color:var(--lgh-dim);max-width:88ch}
.lgh-foot-b{font-family:"Bitter",Georgia,serif;font-weight:700;font-size:19px;color:#fff!important}
.lgh-foot-cta{
  display:inline-flex;align-items:center;min-height:44px;padding:0 20px;margin-top:10px;
  border-radius:10px;border:1px solid var(--lgh-amber);color:var(--lgh-amber);text-decoration:none;font-weight:600;
}
.lgh-foot-cta:hover{background:var(--lgh-amber);color:#171106}

@media(max-width:980px){
  .lgh-kpi,.lgh-quick{grid-template-columns:repeat(2,1fr)}
  .lgh-grid3,.lgh-cards,.lgh-cards-3{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  body{font-size:16.5px}
  .lgh-top{padding:12px 16px;gap:10px}
  .lgh-nav{width:100%;margin-left:0;order:3;overflow-x:auto}
  .lgh-cta-sm{margin-left:auto}
  section{padding:38px 0}
  .lgh-kpi,.lgh-quick,.lgh-grid3,.lgh-cards,.lgh-cards-3{grid-template-columns:1fr}
  .lgh-actions .lgh-cta{width:100%}
}
