:root {
  --black: #070807;
  --black-2: #0d0f0e;
  --panel: #121412;
  --panel-2: #171916;
  --gold: #ddb942;
  --gold-2: #f2d36f;
  --gold-dim: #8b742d;
  --cream: #f6f0df;
  --text: #f1eee4;
  --muted: #aaa99f;
  --line: rgba(221,185,66,.24);
  --soft-line: rgba(255,255,255,.1);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: #111; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.promo { background: var(--gold); color: #17130a; text-align: center; padding: 9px 18px; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.topline { min-height: 32px; display: flex; align-items: center; background: #080908; color: #9e9573; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.topline .container { display: flex; justify-content: center; gap: 30px; }
.topline span + span::before { content: "•"; margin-right: 30px; color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(7,8,7,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; line-height: 1; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); font-family: Georgia, serif; font-size: 27px; }
.brand-text strong { display: block; color: var(--gold-2); font-family: Georgia, serif; font-size: 17px; font-weight: 400; letter-spacing: .09em; }
.brand-text small { display: block; margin-top: 7px; color: #8f8e86; font-size: 9px; letter-spacing: .3em; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: #d2d0c7; text-decoration: none; font-family: Georgia, serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-2); }
.nav-links a[aria-current="page"] { border-bottom: 1px solid var(--gold); padding-bottom: 7px; }
.menu-toggle { display: none; border: 1px solid var(--gold-dim); background: transparent; color: var(--gold-2); padding: 9px 13px; font: inherit; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--gold); border-radius: 99px; color: var(--cream); background: transparent; text-decoration: none; font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: var(--gold); color: #17130a; box-shadow: 0 0 26px rgba(221,185,66,.22); }
.button-primary { background: linear-gradient(90deg,#b99227,var(--gold-2)); color: #17130a; border-color: var(--gold-2); }
.button-primary:hover { background: var(--cream); border-color: var(--cream); }
.button-secondary { border-color: var(--gold); color: var(--gold-2); }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 10px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 15%,rgba(221,185,66,.085),transparent 38%),linear-gradient(180deg,#080908,#050605); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(circle,rgba(221,185,66,.7) 0 1px,transparent 1.5px); background-size: 125px 115px; background-position: 20px 35px; pointer-events: none; }
.hero-grid { position: relative; min-height: 660px; display: block; padding: 88px 0 76px; text-align: center; }
.hero-grid > div:first-child { max-width: 1020px; margin: auto; }
.hero-panel { margin: 52px auto 0; max-width: 960px; }
.eyebrow { display: inline-block; padding: 8px 19px; color: var(--gold-2); border: 1px solid var(--line); border-radius: 99px; background: rgba(221,185,66,.05); font-family: Georgia, serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; text-transform: uppercase; font-weight: 400; letter-spacing: .045em; }
h1 { max-width: 1000px; margin: 25px auto 25px; color: var(--cream); font-size: clamp(43px,6.2vw,78px); line-height: 1.08; }
h2 { color: var(--gold-2); font-size: clamp(31px,4.2vw,49px); line-height: 1.15; }
h3 { color: var(--cream); font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.lead { max-width: 760px; margin-inline: auto; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 29px; margin-top: 34px; color: #c1bcaa; font-size: 12px; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.service-board { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.service-board > .eyebrow, .service-board > h2, .service-board > p, .service-board > .notice { display: none; }
.mini-card { display: grid; grid-template-columns: 30px 1fr; gap: 15px; padding: 24px 25px; border-right: 1px solid var(--line); }
.mini-card:last-of-type { border-right: 0; }
.mini-number { color: var(--gold); font-family: Georgia, serif; }
.mini-card strong { display: block; color: var(--cream); font-family: Georgia, serif; font-weight: 400; }
.mini-card small { display: block; margin-top: 5px; color: #8f918d; font-size: 11px; }

.trust-strip { border-bottom: 1px solid var(--line); background: #0c0e0c; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-stat { padding: 28px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-stat:last-child { border-right: 0; }
.trust-stat strong { display: block; color: var(--gold-2); font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.trust-stat span { color: #86877f; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.section { padding: 90px 0; background: var(--black); }
.section:nth-of-type(even) { background: var(--black-2); }
.section-soft { background: var(--black-2); }
.section-dark { background: #050605; }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 18px 0 15px; }
.section-heading h2::after { content: ""; display: block; width: 58px; height: 2px; margin: 24px auto 0; background: var(--gold); }
.section-heading .lead { color: #91928c; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { min-height: 300px; padding: 30px; background: linear-gradient(145deg,#151715,#0d0f0e); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(0,0,0,.25); }
.card-icon { color: var(--gold); font-family: Georgia,serif; font-size: 10px; letter-spacing: .17em; }
.card h3 { margin-top: 21px; color: var(--cream); font-size: 25px; }
.card p { color: #979994; font-size: 14px; }
.card a { display: inline-block; margin-top: 12px; color: var(--gold-2); text-decoration: none; font-size: 12px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: steps; border-top: 1px solid var(--line); }
.step { counter-increment: steps; padding: 34px 29px 10px 0; }
.step + .step { padding-left: 29px; border-left: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 22px; color: var(--gold); font-family: Georgia,serif; font-size: 19px; }
.step p { color: #8e908b; font-size: 13px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.split .eyebrow { margin-bottom: 18px; }
.split .lead { margin-left: 0; }
.check-list { list-style: none; margin: 24px 0; padding: 0; }
.check-list li { position: relative; padding: 8px 0 8px 24px; color: #b1b1aa; }
.check-list li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.policy-box { padding: 32px; background: linear-gradient(145deg,#171916,#0f110f); border: 1px solid var(--line); }
.policy-box p { color: #a5a69f; }
.policy-box a { color: var(--gold-2); }

.page-hero { position: relative; padding: 78px 0 65px; text-align: center; background: radial-gradient(circle at 50% 0,rgba(221,185,66,.09),transparent 42%),#090a09; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(40px,5vw,62px); }
.breadcrumbs { margin-bottom: 19px; color: #7f817c; font-size: 11px; }
.breadcrumbs a { color: var(--gold); }
.service-list { display: grid; gap: 20px; }
.service-row { display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: center; gap: 38px; padding: 34px; background: var(--panel); border: 1px solid var(--line); }
.service-row h2 { margin-bottom: 10px; color: var(--cream); font-size: 31px; text-transform: none; }
.service-row p { color: #969892; }
.tag { color: var(--gold); font-family: Georgia,serif; font-size: 10px; letter-spacing: .15em; }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 48px; background: linear-gradient(100deg,#151612,#0b0c0a); border: 1px solid var(--line); }
.cta-band h2 { margin: 0; color: var(--cream); font-size: 34px; text-transform: none; }
.cta-band p { margin: 8px 0 0; color: #92938d; }

.plans-intro { max-width: 860px; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.plan { min-height: 500px; display: flex; flex-direction: column; padding: 34px; background: linear-gradient(145deg,#151715,#0d0f0e); border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.plan.featured { border-color: var(--gold); box-shadow: 0 0 32px rgba(221,185,66,.11); }
.plan-kicker { color: var(--gold); font-family: Georgia,serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.plan h2 { margin: 20px 0 8px; color: var(--cream); font-size: 30px; text-transform: none; }
.plan-price { margin: 0 0 20px; color: var(--gold-2); font-family: Georgia,serif; font-size: 17px; }
.plan .check-list { flex: 1; font-size: 14px; }
.plan-note { margin-top: 28px; padding: 23px 26px; background: #11130f; border: 1px solid var(--line); color: #9b9c96; font-size: 13px; }

.legal { max-width: 860px; }
.legal h2 { margin-top: 43px; color: var(--gold-2); font-size: 27px; text-transform: none; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: #aaaba5; }
.legal a { color: var(--gold-2); }
.legal-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 40px; }
.legal-nav a { padding: 7px 11px; border: 1px solid var(--line); text-decoration: none; font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { color: #d8d6cc; font-size: 12px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px; border: 1px solid #4e4c3f; border-radius: 0; background: #0b0c0b; color: #fff; font: inherit; }
.field textarea { min-height: 150px; resize: vertical; }
.fine-print { color: #81827d; font-size: 11px; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 22px; background: var(--panel); border: 1px solid var(--line); }
.contact-card small { display: block; color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.site-footer { padding: 64px 0 26px; background: #050605; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.2fr; gap: 42px; }
.site-footer h3 { color: var(--gold-2); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { color: #858680; font-size: 13px; }
.site-footer a { display: block; margin: 8px 0; color: #aaa9a1; text-decoration: none; font-size: 13px; }
.site-footer a:hover { color: var(--gold-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 21px; border-top: 1px solid var(--soft-line); color: #6f716d; font-size: 11px; }

@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 22px 24px; background: #080908; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .grid-3, .plans-grid { grid-template-columns: 1fr; }
  .card, .plan { min-height: auto; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step + .step { padding-left: 0; border-left: 0; }
  .split { grid-template-columns: 1fr; gap: 42px; }
  .service-row { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(var(--max),calc(100% - 30px)); }
  .promo { font-size: 10px; }
  .topline span:nth-child(n+2) { display: none; }
  .brand-text small { display: none; }
  .brand-mark { width: 40px; height: 40px; font-size: 22px; }
  .nav-wrap { min-height: 70px; }
  .nav-links { top: 70px; }
  .hero-grid { min-height: auto; padding: 65px 0 58px; }
  h1 { font-size: 42px; }
  .lead { font-size: 15px; }
  .service-board { grid-template-columns: 1fr; }
  .mini-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip-grid, .steps, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .trust-stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .field.full { grid-column: auto; }
  .section { padding: 68px 0; }
  .cta-band { grid-template-columns: 1fr; padding: 32px 26px; }
  .footer-bottom { flex-direction: column; }
}
