@font-face{font-family:InterLocal;font-style:normal;font-weight:400;src:url("../assets/fonts/inter-latin-400.woff2") format("woff2");font-display:swap}
@font-face{font-family:InterLocal;font-style:normal;font-weight:600;src:url("../assets/fonts/inter-latin-600.woff2") format("woff2");font-display:swap}
@font-face{font-family:InterLocal;font-style:normal;font-weight:700;src:url("../assets/fonts/inter-latin-700.woff2") format("woff2");font-display:swap}

:root{
  --bg:#0b0b0c;
  --surface:#0f0f11;
  --surface-2:#121214;
  --text:#f5f3ef;
  --muted:rgba(245,243,239,.76);
  --faint:rgba(245,243,239,.12);
  --line:rgba(245,243,239,.14);
  --beige:#e7ddcf;
  --gold:#c9a96a;
  --gold-2:rgba(201,169,106,.22);
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:18px;
  --radius-sm:14px;
  --container:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:InterLocal,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:
    radial-gradient(900px 420px at 20% -10%, rgba(201,169,106,.12), transparent 60%),
    radial-gradient(700px 420px at 85% 0%, rgba(231,221,207,.10), transparent 55%),
    radial-gradient(900px 600px at 40% 120%, rgba(201,169,106,.08), transparent 60%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
  letter-spacing:-.01em;
}

a{color:inherit}

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:18px;
  top:14px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
  border-radius:12px;
  backdrop-filter:blur(10px);
}

.container{max-width:var(--container);margin:0 auto;padding:0 20px}

.site-header{
  position:sticky;
  top:0;
  z-index:10;
  background:linear-gradient(to bottom, rgba(11,11,12,.88), rgba(11,11,12,.55));
  border-bottom:1px solid rgba(245,243,239,.08);
  backdrop-filter:blur(12px);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:14px}

.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg, rgba(201,169,106,.22), rgba(231,221,207,.08));border:1px solid rgba(201,169,106,.25);box-shadow:0 10px 24px rgba(0,0,0,.28);display:grid;place-items:center;position:relative;overflow:hidden}
.brand-dot{width:8px;height:8px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 6px rgba(201,169,106,.12)}
.brand-line{position:absolute;inset:auto -10px 8px auto;width:54px;height:1px;background:linear-gradient(90deg, transparent, rgba(201,169,106,.65), transparent);transform:rotate(-18deg)}
.brand-name{font-weight:700;letter-spacing:-.02em}
.brand-tag{color:var(--muted);font-size:12px;margin-top:2px}

.header-meta{display:flex;align-items:center;gap:10px}
.meta-pill{font-size:12px;color:var(--muted);border:1px solid rgba(245,243,239,.12);background:rgba(255,255,255,.04);padding:8px 10px;border-radius:999px}

.hero{padding:68px 0 30px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch}

.eyebrow{margin:0 0 12px;color:rgba(231,221,207,.9);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase}

h1{
  margin:0;
  font-size:clamp(34px, 4.2vw, 54px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.subtext{margin:16px 0 0;max-width:60ch;color:var(--muted);font-size:16px}

.hero-highlights{margin-top:26px;display:grid;gap:12px;max-width:560px}
.highlight{display:flex;gap:12px;align-items:baseline;border:1px solid rgba(245,243,239,.10);background:rgba(255,255,255,.03);border-radius:var(--radius-sm);padding:12px 14px}
.highlight-kicker{color:rgba(201,169,106,.95);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;min-width:96px}
.highlight-text{color:var(--text);font-weight:600}

.hero-frame{position:relative;min-height:320px}
.frame-card{
  height:100%;
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(245,243,239,.12);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.frame-header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid rgba(245,243,239,.10)}
.frame-title{font-weight:700;letter-spacing:-.02em}
.frame-badge{font-size:12px;color:rgba(231,221,207,.9);border:1px solid rgba(201,169,106,.26);background:rgba(201,169,106,.12);padding:7px 10px;border-radius:999px}
.frame-body{padding:18px}
.frame-row{display:flex;justify-content:space-between;gap:14px;padding:10px 0}
.frame-label{color:var(--muted)}
.frame-value{font-weight:600}
.frame-divider{height:1px;background:rgba(245,243,239,.10);margin:12px 0}
.frame-note{color:var(--muted);max-width:40ch}

.hero-ornament{position:absolute;inset:-10px -18px auto auto;width:180px;height:180px;pointer-events:none;opacity:.85}
.ornament-ring{position:absolute;inset:0;border-radius:999px;border:1px solid rgba(201,169,106,.22);background:radial-gradient(circle at 30% 30%, rgba(201,169,106,.14), transparent 55%)}
.ornament-line{position:absolute;left:-18px;top:58%;width:220px;height:1px;background:linear-gradient(90deg, transparent, rgba(231,221,207,.18), transparent);transform:rotate(-20deg)}

.section{padding:56px 0}
.section-muted{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));border-top:1px solid rgba(245,243,239,.08);border-bottom:1px solid rgba(245,243,239,.08)}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.section-head h2{margin:0;font-size:26px;letter-spacing:-.02em}
.section-sub{margin:0;color:var(--muted);max-width:58ch}

.cards{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:14px}
.card{
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(245,243,239,.10);
  padding:18px;
  box-shadow:0 14px 40px rgba(0,0,0,.22);
}
.card-icon{
  width:46px;height:46px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(145deg, rgba(201,169,106,.20), rgba(231,221,207,.06));
  border:1px solid rgba(201,169,106,.22);
}
.icon{width:22px;height:22px;stroke:rgba(245,243,239,.92);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.card-title{margin:14px 0 6px;font-size:16px;letter-spacing:-.015em}
.card-text{margin:0;color:var(--muted)}

.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:14px}
.step{border-radius:var(--radius);border:1px solid rgba(245,243,239,.10);background:rgba(255,255,255,.03);padding:18px}
.step-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.step-number{font-weight:800;letter-spacing:.08em;color:rgba(201,169,106,.92)}
.step-title{font-weight:700;letter-spacing:-.02em}
.step-text{margin:10px 0 0;color:var(--muted)}

.cta{padding:46px 0}
.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-radius:calc(var(--radius) + 8px);
  padding:26px;
  background:
    radial-gradient(600px 220px at 15% 15%, rgba(201,169,106,.16), transparent 62%),
    radial-gradient(700px 260px at 85% 30%, rgba(231,221,207,.10), transparent 58%),
    rgba(255,255,255,.03);
  border:1px solid rgba(201,169,106,.18);
  box-shadow:var(--shadow);
}
.cta-copy h2{margin:0;font-size:24px;letter-spacing:-.02em}
.cta-sub{margin:6px 0 0;color:var(--muted)}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(201,169,106,.35);
  background:linear-gradient(180deg, rgba(201,169,106,.22), rgba(201,169,106,.10));
  color:var(--text);
  text-decoration:none;
  font-weight:700;
  letter-spacing:-.01em;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover{transform:translateY(-1px);border-color:rgba(201,169,106,.55);background:linear-gradient(180deg, rgba(201,169,106,.28), rgba(201,169,106,.12))}
.button:focus-visible{outline:3px solid rgba(201,169,106,.35);outline-offset:3px}

.site-footer{padding:22px 0 34px;border-top:1px solid rgba(245,243,239,.08)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}
.footer-brand{font-weight:700;letter-spacing:-.02em}
.footer-line{color:var(--muted)}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;gap:18px}
  .hero-frame{min-height:260px}
  .section-head{flex-direction:column;align-items:flex-start}
  .cards{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .steps{grid-template-columns:1fr}
}

@media (max-width: 620px){
  .header-inner{padding:14px 0}
  .meta-pill{display:none}
  .hero{padding:52px 0 22px}
  .cards{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion: reduce){
  .button{transition:none}
  .button:hover{transform:none}
}
