@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --bg:       #111009;
  --bg-1:     #19170e;
  --bg-2:     #201e12;
  --surface:  #1e1c11;
  --s2:       #252310;
  --text:     #ede8d6;
  --muted:    rgba(220,210,175,.58);
  --dim:      rgba(200,190,150,.38);
  --stroke:   rgba(200,185,110,.1);
  --accent:   #d4a836;
  --accent2:  #b8902a;
  --ar:       212,168,54;
  --green:    #4caf82;
  --link:     #74c2e0;
  --hdr-h:    62px;
  --r:        6px;
  --r2:       12px;
  --pad:      18px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'DM Sans',system-ui,sans-serif;
  font-size:15.5px;line-height:1.7;
  color:var(--text);background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}

/* ── BACKGROUND ── */
.bg{
  position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(212,168,54,.07) 0%,transparent 55%),
    radial-gradient(ellipse 40% 40% at 0% 80%,   rgba(180,140,40,.04) 0%,transparent 50%),
    var(--bg);
}
.bg::after{
  content:'';position:absolute;inset:0;opacity:.018;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23d4a836'/%3E%3C/svg%3E");
  background-size:60px 60px;
}

/* ── HEADER ── */
.hdr{
  position:sticky;top:0;z-index:100;height:var(--hdr-h);
  background:rgba(17,16,9,.92);
  backdrop-filter:blur(16px) saturate(1.4);
  border-bottom:1px solid var(--stroke);
}
.hdr__inner{
  max-width:1200px;margin:0 auto;height:100%;
  padding:0 var(--pad);display:flex;align-items:center;gap:14px;
}
.hdr__logo{flex-shrink:0}
.hdr__logo img{height:36px;width:auto}
.hdr__nav{display:none;list-style:none;flex:1;justify-content:center;gap:2px}
.hdr__nav a{
  display:inline-flex;align-items:center;
  padding:7px 14px;border-radius:var(--r);
  font-size:13px;font-weight:600;color:var(--muted);
  border:1px solid transparent;letter-spacing:.01em;
  transition:color .15s,background .15s,border-color .15s;
}
.hdr__nav a:hover,.hdr__nav a.active{
  color:var(--accent);background:rgba(var(--ar),.07);
  border-color:rgba(var(--ar),.2);
}
.hdr__cta{
  margin-left:auto;padding:9px 20px;border-radius:var(--r);
  border:1.5px solid var(--accent);color:var(--accent);
  font-weight:700;font-size:13px;white-space:nowrap;flex-shrink:0;
  letter-spacing:.03em;transition:background .15s,color .15s;
}
.hdr__cta:hover{background:var(--accent);color:var(--bg)}
.burger{
  width:38px;height:38px;flex-shrink:0;
  border:1px solid var(--stroke);border-radius:var(--r);
  background:transparent;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
  margin-left:auto;
}
.burger__line{width:18px;height:1.5px;background:var(--muted);border-radius:2px;display:block}

/* ── SIDE ── */
.side{
  position:fixed;inset:0 0 0 auto;width:270px;z-index:200;
  background:var(--bg-1);border-left:1px solid var(--stroke);
  display:flex;flex-direction:column;
  transform:translateX(100%);transition:transform .25s ease;padding:20px 0 40px;
}
.side.open{transform:translateX(0)}
.side__close{
  position:absolute;top:14px;right:14px;
  width:36px;height:36px;background:var(--bg-2);
  border:none;border-radius:var(--r);cursor:pointer;display:grid;place-content:center;
}
.side__close::before,.side__close::after{
  content:'';position:absolute;width:14px;height:1.5px;background:var(--muted);border-radius:2px;
}
.side__close::before{transform:rotate(45deg)}
.side__close::after{transform:rotate(-45deg)}
.side nav{margin-top:58px;padding:0 12px}
.side nav a{
  display:block;padding:12px 14px;border-radius:var(--r);
  font-weight:600;font-size:14px;color:var(--muted);
  transition:color .15s,background .15s;
}
.side nav a:hover,.side nav a.active{color:var(--accent);background:rgba(var(--ar),.07)}
.overlay{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.65);display:none}
.overlay.show{display:block}

/* ── PAGE ── */
.page{max-width:880px;margin:0 auto;padding:38px var(--pad) 80px}

/* ── HERO ── */
.hero{margin-bottom:34px}
.hero h1{
  font-family:'DM Serif Display',serif;
  font-size:clamp(24px,4.5vw,40px);font-weight:400;line-height:1.2;
  margin-bottom:14px;color:#fff;letter-spacing:-.01em;
}
.hero__lead{font-size:16.5px;color:var(--muted);max-width:680px}

/* ── STATS ── */
.stats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.stat{
  flex:1 1 130px;min-width:120px;
  background:var(--surface);border:1px solid var(--stroke);
  border-radius:var(--r2);padding:16px 18px;
  position:relative;
}
.stat__val{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:400;color:var(--accent);
  line-height:1;margin-bottom:5px;
}
.stat__lbl{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}

/* ── SECTION ── */
.section{margin-bottom:42px}
.section h2{
  font-family:'DM Serif Display',serif;
  font-size:clamp(19px,3vw,25px);font-weight:400;
  margin-bottom:16px;padding-bottom:12px;
  border-bottom:1px solid var(--stroke);color:#fff;
  position:relative;
}
.section h3{
  font-size:16px;font-weight:700;
  margin:22px 0 8px;color:var(--accent);
}
.section p{margin-bottom:13px;color:rgba(220,210,175,.8)}
.section p:last-child{margin-bottom:0}
.section strong{color:var(--text);font-weight:700}
.section ul,.section ol{padding-left:20px;margin-bottom:13px}
.section li{margin-bottom:6px;color:rgba(220,210,175,.8)}

/* ── INLINE LINK ── */
.ilink{color:var(--link);text-decoration:underline;text-decoration-color:rgba(116,194,224,.35);text-underline-offset:3px;font-weight:600}
.ilink:hover{color:var(--accent);text-decoration-color:var(--accent)}

/* ── TABLE ── */
.tbl-wrap{overflow-x:auto;margin:16px 0;border-radius:var(--r2);border:1px solid var(--stroke)}
table{width:100%;border-collapse:collapse;font-size:13.5px}
th{
  background:rgba(var(--ar),.08);color:var(--accent);
  font-weight:700;text-align:left;padding:10px 14px;
  border-bottom:1px solid rgba(var(--ar),.18);white-space:nowrap;
  font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;
}
td{padding:9px 14px;border-bottom:1px solid var(--stroke);color:rgba(220,210,175,.8)}
tr:last-child td{border-bottom:none}
tr:hover td{background:rgba(var(--ar),.025)}

/* ── FAQ ── */
.faq__item{border-bottom:1px solid var(--stroke)}
.faq__q{
  width:100%;background:none;border:none;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;
  padding:17px 0;gap:12px;text-align:left;
  font-family:'DM Sans',inherit;font-size:15px;font-weight:600;color:var(--text);
}
.faq__q:hover{color:var(--accent)}
.faq__icon{
  flex-shrink:0;width:22px;height:22px;
  border:1px solid var(--stroke);border-radius:50%;
  display:grid;place-content:center;
  transition:transform .2s,border-color .2s,color .2s;
  font-size:13px;color:var(--muted);font-style:normal;
}
.faq__item.open .faq__icon{transform:rotate(45deg);border-color:var(--accent);color:var(--accent)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq__item.open .faq__a{max-height:900px}
.faq__a-inner{padding:0 0 18px;font-size:14.5px;color:var(--muted);line-height:1.75}

/* ── CARDS ── */
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:16px 0}
.card{
  background:var(--surface);border:1px solid var(--stroke);
  border-radius:var(--r2);padding:18px;
  transition:border-color .2s,transform .2s;
}
.card:hover{border-color:rgba(var(--ar),.3);transform:translateY(-2px)}
.card__icon{font-size:24px;margin-bottom:10px}
.card__title{font-size:14px;font-weight:700;margin-bottom:5px;color:#fff}
.card__text{font-size:13px;color:var(--muted);line-height:1.55}

/* ── STEPS ── */
.steps{counter-reset:step;display:flex;flex-direction:column;gap:10px;margin:16px 0}
.step{
  display:flex;gap:14px;align-items:flex-start;
  background:var(--surface);border:1px solid var(--stroke);
  border-radius:var(--r2);padding:14px 16px;
}
.step__num{
  counter-increment:step;flex-shrink:0;
  width:30px;height:30px;border-radius:50%;
  border:1.5px solid var(--accent);
  display:grid;place-content:center;
  font-size:13px;font-weight:700;color:var(--accent);
  font-family:'DM Serif Display',serif;margin-top:2px;
}
.step__num::before{content:counter(step)}
.step__title{font-size:14.5px;font-weight:700;margin-bottom:3px;color:#fff}
.step__text{font-size:13.5px;color:var(--muted)}

/* ── NOTICE ── */
.notice{
  background:rgba(var(--ar),.06);
  border:1px solid rgba(var(--ar),.2);border-left:3px solid var(--accent);
  border-radius:var(--r);padding:14px 16px;
  font-size:14px;color:rgba(220,210,175,.75);margin:20px 0;
}
.notice strong{color:var(--accent)}

/* ── INTERNAL LINKS ── */
.internal-links{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}
.internal-links a{
  padding:7px 15px;border-radius:var(--r);
  border:1px solid var(--stroke);background:var(--surface);
  font-size:13px;font-weight:600;color:var(--muted);
  transition:color .15s,border-color .15s,background .15s;
}
.internal-links a:hover{color:var(--accent);border-color:rgba(var(--ar),.3);background:rgba(var(--ar),.05)}

/* ── BREADCRUMB ── */
.breadcrumb{
  display:flex;gap:6px;align-items:center;
  font-size:12px;color:var(--dim);margin-bottom:22px;flex-wrap:wrap;
}
.breadcrumb a{color:var(--accent);font-weight:600}
.breadcrumb span{color:var(--dim)}

/* ── FIGURE ── */
.article-figure{
  margin:22px 0 26px;border-radius:var(--r2);overflow:hidden;
  border:1px solid var(--stroke);line-height:0;
}
.article-figure img{width:100%;height:auto;display:block}

/* ── AUTHOR ── */
.author-section{margin:48px 0 28px;border-top:1px solid var(--stroke);padding-top:28px}
.author-section__title{
  font-size:11px;font-weight:700;text-transform:uppercase;
  letter-spacing:.12em;color:var(--dim);margin-bottom:14px;
}
.author-card{
  display:flex;gap:14px;align-items:center;
  background:var(--surface);border:1px solid var(--stroke);
  border-radius:var(--r2);padding:14px 16px;max-width:320px;
}
.author-card__avatar{
  width:44px;height:44px;border-radius:50%;flex-shrink:0;
  display:grid;place-content:center;
  font-family:'DM Serif Display',serif;font-size:16px;font-weight:400;color:var(--bg);
  background:linear-gradient(135deg,var(--accent),var(--accent2));
}
.author-card__name{font-size:14px;font-weight:700;color:#fff}
.author-card__role{font-size:12px;color:var(--muted);margin-top:2px}

/* ── FOOTER ── */
.ft{background:var(--bg-1);border-top:1px solid var(--stroke);padding:36px var(--pad) 22px}
.ft__inner{
  max-width:1200px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;
}
.ft__nav{display:flex;flex-wrap:wrap;gap:6px 18px}
.ft__nav a{font-size:13px;color:var(--muted);font-weight:600;transition:color .15s}
.ft__nav a:hover{color:var(--accent)}
.ft__bottom{
  max-width:1200px;margin:18px auto 0;
  display:flex;flex-wrap:wrap;gap:12px;align-items:center;
  border-top:1px solid var(--stroke);padding-top:18px;
}
.ft__logos{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.ft__logos img{height:22px;opacity:.45;transition:opacity .15s;filter:sepia(.5) brightness(1.4)}
.ft__logos img:hover{opacity:.8}
.ft__legal{flex:1;font-size:11.5px;color:var(--dim);line-height:1.6;max-width:580px}
.ft__copy{font-size:11.5px;color:var(--dim);width:100%;margin-top:4px}

/* ── DISCLAIMER ── */
p.disclaimer{font-size:12.5px;color:var(--dim);font-style:italic;margin-top:16px}

/* ── RESPONSIVE ── */
@media(min-width:768px){
  .hdr__nav{display:flex}
  .burger{display:none}
  :root{--hdr-h:66px}
  .hdr__logo img{height:40px}
}
@media(min-width:1024px){
  .page{padding:50px 24px 100px}
}
