:root {
  --bg: #0a0b0d;
  --bg-deep: #060708;
  --bg-alt: #101216;
  --surface: #15181c;
  --surface-raised: #1a1d22;
  --ivory: #f4f0e7;
  --text: #f4f0e7;
  --text-soft: #c8c1b6;
  --muted: #9c958a;
  --dark-text: #111317;
  --dark-muted: #5f615f;
  --gold: #c8a45e;
  --gold-bright: #e2c782;
  --gold-deep: #9d7738;
  --line: rgba(244, 240, 231, 0.11);
  --line-gold: rgba(200, 164, 94, 0.34);
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 16px; transform: translateY(-150%);
  background: var(--gold-bright); color: var(--dark-text); padding: 10px 16px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(8, 9, 11, .9); border-color: var(--line-gold); box-shadow: 0 12px 38px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; }
.brand-mark {
  width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px;
  border: 1px solid var(--gold); color: var(--gold-bright); background: rgba(200,164,94,.06);
  font-size: 14px; font-weight: 900; letter-spacing: -.06em;
}
.brand-copy { display: grid; gap: 1px; line-height: 1; }
.brand-copy strong { color: var(--gold-bright); font-size: 19px; letter-spacing: .16em; }
.brand-copy small { color: var(--text); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.button) { color: var(--text-soft); text-decoration: none; font-size: 13px; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--gold-bright); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--text); }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s ease; }

.button {
  min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 14px;
  cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 19px; background: var(--gold); color: var(--dark-text); }
.button-small:hover, .button-primary:hover { background: var(--gold-bright); box-shadow: 0 10px 34px rgba(200,164,94,.18); }
.button-primary { background: var(--gold); color: var(--dark-text); }
.button-outline { border-color: var(--line-gold); color: var(--text); background: transparent; }
.button-outline:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.button-outline-light { border-color: var(--line-gold); color: var(--text); }
.text-link {
  display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none;
  font-weight: 750; border-bottom: 1px solid var(--gold); padding-bottom: 2px;
}
.text-link:hover { color: var(--gold-bright); }

.hero {
  position: relative; min-height: 860px; overflow: hidden; padding: 170px 0 104px;
  background: radial-gradient(circle at 78% 18%, rgba(200,164,94,.18), transparent 36%),
              linear-gradient(135deg, #07080a 0%, #111318 58%, #0a0b0d 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 170px;
  background: linear-gradient(to bottom, transparent, var(--bg)); pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .33;
  background-image: linear-gradient(rgba(200,164,94,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(200,164,94,.08) 1px, transparent 1px);
  background-size: 76px 76px; mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-orb-one { width: 600px; height: 600px; right: -220px; top: 24px; background: radial-gradient(circle at 40% 40%, rgba(200,164,94,.18), rgba(200,164,94,0) 70%); }
.hero-orb-two { width: 360px; height: 360px; left: 28%; bottom: -220px; background: radial-gradient(circle, rgba(226,199,130,.08), transparent 70%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 116px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 850; }
.eyebrow > span { width: 31px; height: 1px; background: var(--gold); }
.eyebrow-light { color: var(--text-soft); }
h1, h2, h3, blockquote { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
h1 { margin: 0; max-width: 720px; font-size: clamp(58px, 6.7vw, 92px); line-height: .95; letter-spacing: -.066em; font-weight: 810; }
h1 em, h2 em { color: var(--gold-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-style: italic; letter-spacing: -.04em; }
.hero-lead { max-width: 650px; margin: 31px 0 0; color: var(--text-soft); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.7; }
.hero-tagline { margin: 22px 0 0; color: var(--text); font-size: clamp(20px, 2.3vw, 28px); font-weight: 750; letter-spacing: -.025em; }
.hero-tagline span { color: var(--gold-bright); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 33px; color: var(--muted); font-size: 13px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust i { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-bright); font-style: normal; font-size: 10px; }
.hero-visual { position: relative; min-height: 545px; display: grid; place-items: center; }
.time-card {
  position: relative; width: min(100%, 470px); padding: 26px; border: 1px solid var(--line-gold); border-radius: var(--radius-lg);
  background: rgba(20,22,26,.82); box-shadow: var(--shadow); backdrop-filter: blur(22px); transform: rotate(1deg);
}
.time-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; margin-block: 24px; background: linear-gradient(transparent, var(--gold), transparent); }
.time-card-top { display: flex; align-items: center; gap: 9px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--text-soft); font-size: 12px; font-weight: 750; }
.time-card-top .muted { margin-left: auto; color: var(--muted); font-weight: 500; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 5px rgba(200,164,94,.12); }
.time-stack { display: grid; gap: 10px; padding: 22px 0; }
.time-row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.05); border-radius: 13px; background: rgba(255,255,255,.035); }
.time-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line-gold); border-radius: 10px; color: var(--gold-bright); font-weight: 850; }
.time-row strong, .time-row small { display: block; }
.time-row strong { color: var(--text); font-size: 14px; }
.time-row small { color: var(--muted); }
.row-check { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-bright); font-size: 11px; font-weight: 850; }
.time-returned { display: grid; justify-items: center; padding: 29px 20px; border-radius: 16px; background: linear-gradient(135deg, var(--gold-deep), var(--gold-bright)); color: var(--dark-text); text-align: center; }
.return-label { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 900; opacity: .72; }
.time-returned strong { font-size: 48px; line-height: 1.08; letter-spacing: -.05em; font-weight: 850; }
.return-note { font-size: 12px; opacity: .76; }
.floating-note { position: absolute; padding: 11px 14px; border: 1px solid var(--line-gold); border-radius: 11px; background: var(--surface-raised); box-shadow: 0 14px 42px rgba(0,0,0,.28); color: var(--text-soft); font-size: 12px; font-weight: 650; }
.floating-note span { margin-right: 8px; color: var(--gold-bright); font-weight: 850; }
.note-one { top: 91px; right: -34px; transform: rotate(3deg); }
.note-two { bottom: 83px; left: -28px; transform: rotate(-3deg); }

.section { padding: clamp(90px, 10vw, 148px) 0; }
.section-dark { background: var(--bg-deep); color: var(--text); }
.section-tint { background: var(--bg-alt); color: var(--text); }
.section-heading { max-width: 760px; margin-bottom: 62px; }
.section-heading h2, .process-intro h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.06; letter-spacing: -.058em; }
.section-heading > p:last-child, .split-heading > p, .process-intro > p, .about-copy > p, .faq-intro > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; max-width: none; }
.split-heading > p { margin: 0; }
.problem { background: var(--bg); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.problem-card { min-height: 320px; padding: 34px 34px 20px 0; border-right: 1px solid var(--line); }
.problem-card + .problem-card { padding-left: 34px; }
.problem-card:last-child { border-right: 0; }
.problem-number, .benefit > span { color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.problem-card h3 { margin: 112px 0 14px; font-size: 25px; line-height: 1.25; letter-spacing: -.03em; }
.problem-card p { margin: 0; color: var(--muted); }

.section-tint .eyebrow > span { background: var(--gold); }
.section-tint .section-heading > p:last-child { color: var(--muted); }
.core-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; align-items: stretch; }
.core-service-card { min-height: 520px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.core-service-card-featured { border-color: var(--gold); background: linear-gradient(145deg, rgba(200,164,94,.12), var(--surface) 44%); }
.core-service-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.core-service-number { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line-gold); border-radius: 11px; background: #0d0f12; color: var(--gold-bright); font-size: 15px; font-weight: 850; }
.core-service-card h3 { margin: 40px 0 13px; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.core-service-card > p { margin: 0 0 18px; color: var(--text-soft); font-size: 14px; line-height: 1.65; }
.core-service-card ul { margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 14px; }
.core-service-card li { position: relative; margin: 8px 0; padding-left: 17px; }
.core-service-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-deep); }
.core-service-card .core-service-note { margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.55; }
.services-boundary { max-width: 930px; margin: 28px auto 0; padding: 17px 20px; border-left: 3px solid var(--gold); background: rgba(200,164,94,.08); color: var(--text-soft); font-size: 13px; line-height: 1.65; }
.services-boundary strong { color: var(--gold-bright); }

.process { background: var(--bg-alt); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 140px); }
.process-intro { position: sticky; top: 124px; align-self: start; }
.process-intro > p { max-width: 520px; margin: 24px 0 26px; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-steps li > span { color: var(--gold); font-weight: 850; }
.process-steps h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.025em; }
.process-steps p { margin: 0; color: var(--muted); }

.pricing { position: relative; border-top: 1px solid var(--line-gold); }
.section-heading-light > p:last-child { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 470px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-card-featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(200,164,94,.12), var(--surface) 42%); box-shadow: inset 0 3px 0 var(--gold); }
.popular { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; background: var(--gold); color: var(--dark-text); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 900; }
.plan-name { margin: 0; color: var(--text-soft); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; }
.plan-price { display: flex; align-items: end; gap: 8px; margin: 24px 0 16px; }
.plan-price strong { color: var(--gold-bright); font-size: 46px; line-height: 1; letter-spacing: -.055em; font-weight: 850; }
.plan-price span { color: var(--muted); font-size: 13px; }
.plan-for { min-height: 52px; margin: 0; color: var(--muted); font-size: 14px; }
.price-card ul { margin: 30px 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--text-soft); font-size: 14px; }
.price-card li { margin: 9px 0; padding-left: 20px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-bright); font-weight: 850; }
.price-card .button { margin-top: auto; width: 100%; }
.fixed-price-wrap { margin-top: 28px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.fixed-price-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.fixed-price-heading h3 { margin: 0; font-size: 24px; }
.fixed-price-heading p { margin: 0; color: var(--muted); }
.fixed-price-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.fixed-price-list div { padding: 22px 20px 4px 0; border-right: 1px solid var(--line); }
.fixed-price-list div + div { padding-left: 20px; }
.fixed-price-list div:last-child { border-right: 0; }
.fixed-price-list span, .fixed-price-list strong, .fixed-price-list small { display: block; }
.fixed-price-list span { color: var(--text-soft); font-size: 13px; }
.fixed-price-list strong { margin: 4px 0; color: var(--gold-bright); font-size: 19px; }
.fixed-price-list small { color: var(--muted); line-height: 1.4; }
.pricing-note { max-width: 920px; margin: 22px 0 0; color: var(--muted); font-size: 12px; }

.about.section-tint { background: var(--bg-alt); color: var(--text); }
.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 120px); align-items: center; }
.about-copy > p { margin: 24px 0 0; }
.vgn-card { padding: clamp(34px, 5vw, 56px); border: 1px solid var(--line-gold); border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--surface-raised), var(--surface)); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.vgn-label { display: inline-block; padding: 7px 10px; border: 1px solid var(--line-gold); border-radius: 5px; color: var(--gold-bright); letter-spacing: .17em; font-size: 9px; font-weight: 900; }
.vgn-card h3 { margin: 27px 0 16px; font-size: 31px; line-height: 1.2; letter-spacing: -.038em; }
.vgn-card p { color: var(--muted); }
.vgn-note { padding-left: 16px; border-left: 2px solid var(--gold); }
.ecosystem { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 31px; }
.ecosystem span { min-height: 93px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--text-soft); font-size: 11px; font-weight: 850; text-align: left; }
.ecosystem span.active { border-color: var(--gold); background: var(--gold); color: var(--dark-text); }
.ecosystem small { display: block; margin-top: 5px; color: var(--muted); font-weight: 500; line-height: 1.35; }
.ecosystem span.active small { color: rgba(17,19,23,.7); }

.faq { background: var(--bg); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 140px); }
.faq-intro > p { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; color: var(--text); font-size: 18px; line-height: 1.35; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 10px; left: 2px; width: 18px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: -4px 40px 25px 0; color: var(--muted); }

.get-started { background: var(--bg-deep); color: var(--text); border-top: 1px solid var(--line-gold); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 9vw, 120px); align-items: start; }
.contact-copy > p { color: var(--muted); font-size: 18px; }
.contact-promise { display: grid; grid-template-columns: 32px 1fr; gap: 8px 10px; margin: 34px 0; }
.contact-promise span { color: var(--gold); font-size: 11px; font-weight: 850; }
.contact-promise p { margin: 0; color: var(--text-soft); font-size: 14px; }
.contact-email-placeholder { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid var(--line-gold); color: var(--gold-bright) !important; font-size: 13px !important; font-weight: 750; }
.contact-email-placeholder { align-items: baseline; flex-wrap: wrap; gap: 7px; }
.contact-email-placeholder a { color: inherit; text-decoration: none; }
.contact-email-placeholder small { color: var(--muted); font-size: 10px; font-weight: 600; }
.contact-form { display: grid; gap: 17px; padding: clamp(26px, 4vw, 45px); border: 1px solid var(--line-gold); border-radius: var(--radius-lg); background: var(--surface); color: var(--text); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--text-soft); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: #0d0f12; color: var(--text); padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,164,94,.12); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.check-label { grid-template-columns: 20px 1fr !important; align-items: start; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.4; }
.check-label input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.check-label a { color: var(--gold-bright); }
.form-warning { padding: 14px 16px; border-left: 3px solid var(--gold); background: rgba(200,164,94,.08); color: var(--text-soft); font-size: 12px; line-height: 1.55; }
.form-warning strong { color: var(--gold-bright); }
.form-privacy-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.form-submit { width: 100%; border: 0; }
.form-submit[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-note, .form-status { margin: -3px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status:not(:empty) { padding: 10px; border: 1px solid var(--line-gold); border-radius: 8px; background: rgba(200,164,94,.08); color: var(--text-soft); }
.form-status[data-state="success"] { border-color: rgba(111, 191, 139, .58); background: rgba(111, 191, 139, .1); color: #d7f2df; }
.form-status[data-state="error"] { border-color: rgba(225, 134, 120, .62); background: rgba(225, 134, 120, .09); color: #f4d4cf; }
.form-status a { color: var(--gold-bright); }

.site-footer { background: #050607; color: var(--text); border-top: 1px solid var(--line); }
.footer-top { min-height: 165px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand-footer .brand-mark { background: transparent; }
.footer-top > p { color: var(--text-soft); }
.footer-legal { padding: 28px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-legal p { max-width: 1020px; margin: 0; }
.footer-legal p + p { margin-top: 8px; }
.footer-legal strong, .footer-legal a { color: var(--text-soft); }
.legal-placeholder { color: var(--gold-bright); }
.footer-bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-bright); }

.legal-page { min-height: 100vh; background: var(--bg); }
.legal-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line-gold); background: rgba(8,9,11,.96); backdrop-filter: blur(18px); }
.legal-header .header-inner { height: 74px; }
.legal-header-nav { display: flex; align-items: center; gap: 22px; color: var(--text-soft); font-size: 13px; }
.legal-header-nav a { text-decoration: none; }
.legal-header-nav a:hover { color: var(--gold-bright); }
.legal-main { padding: 72px 0 100px; }
.legal-hero { max-width: 860px; margin-bottom: 42px; }
.legal-hero h1 { font-size: clamp(44px, 7vw, 74px); line-height: 1; }
.legal-hero > p:last-child { max-width: 760px; margin-top: 24px; color: var(--text-soft); font-size: 18px; }
.draft-banner { margin: 28px 0 0; padding: 16px 18px; border: 1px solid var(--line-gold); border-radius: 12px; background: rgba(200,164,94,.08); color: var(--text-soft); font-size: 13px; }
.draft-banner strong { color: var(--gold-bright); }
.legal-version { margin: 22px 0 0; color: var(--text-soft); font-size: 14px; }
.legal-content { max-width: 880px; }
.legal-content section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 16px; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 19px; }
.legal-content p, .legal-content li { color: var(--text-soft); }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: var(--gold-bright); }
.legal-content table { width: 100%; border-collapse: collapse; margin-top: 18px; color: var(--text-soft); font-size: 13px; }
.legal-content th, .legal-content td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { color: var(--gold-bright); background: rgba(200,164,94,.06); }
.legal-content code { color: var(--gold-bright); }
.legal-back { margin-top: 42px; }

.admin-shell { max-width: 1180px; margin: 0 auto; padding: 48px 20px 90px; }
.admin-eyebrow { margin-top: 52px; }
.admin-shell h1 { font-size: clamp(40px, 6vw, 70px); }
.admin-note { max-width: 760px; color: var(--text-soft); }
.admin-table-wrap { overflow-x: auto; margin-top: 32px; border: 1px solid var(--line); border-radius: 14px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 900px; font-size: 13px; }
.admin-table th, .admin-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--gold-bright); background: var(--surface); }
.admin-table td { color: var(--text-soft); }
.admin-table tr:last-child td { border-bottom: 0; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 505px; }
  .time-card { width: min(88%, 520px); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .fixed-price-list { grid-template-columns: repeat(2, 1fr); }
  .fixed-price-list div:nth-child(2) { border-right: 0; }
  .fixed-price-list div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ecosystem { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .core-service-grid { grid-template-columns: 1fr; }
  .core-service-card { min-height: 0; }
}

@media (max-width: 850px) {
  :root { --wrap: min(100% - 32px, 700px); }
  .menu-toggle { position: relative; z-index: 120; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px;
    background: rgba(7,8,10,.98); transform: translateY(-105%); visibility: hidden; pointer-events: none;
    transition: transform .3s ease, visibility .3s ease;
  }
  .site-nav.open { transform: translateY(0); visibility: visible; pointer-events: auto; }
  .site-nav > a:not(.button) { color: var(--text); font-size: 28px; line-height: 1.2; font-weight: 750; }
  .hero { padding-top: 138px; }
  .split-heading, .process-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 54px; }
  .process-intro { position: static; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card + .problem-card { min-height: auto; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card h3 { margin-top: 54px; }
  .about-copy { max-width: 650px; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 24px); --radius: 15px; --radius-lg: 20px; }
  .header-inner { height: 70px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 9px; }
  .hero { min-height: auto; padding: 120px 0 76px; }
  h1 { font-size: clamp(49px, 14.5vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-tagline { font-size: 21px; line-height: 1.35; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-visual { min-height: 420px; }
  .time-card { width: 100%; padding: 18px; transform: none; }
  .time-row { grid-template-columns: 35px 1fr auto; padding: 10px; }
  .time-icon { width: 34px; height: 34px; }
  .time-returned strong { font-size: 40px; }
  .floating-note { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .process-intro h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 40px; }
  .split-heading { gap: 24px; }
  .pricing-grid, .fixed-price-list { grid-template-columns: 1fr; }
  .core-service-card { padding: 24px 20px; }
  .price-card { min-height: 430px; }
  .fixed-price-heading { display: block; }
  .fixed-price-heading p { margin-top: 8px; }
  .fixed-price-list div, .fixed-price-list div + div { padding: 18px 0; border-right: 0; border-top: 1px solid var(--line); }
  .fixed-price-list div:first-child { border-top: 0; }
  .about .wrap { width: 100%; }
  .about-copy { padding-inline: 20px; }
  .vgn-card { border-inline: 0; border-radius: 0; box-shadow: none; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 34px; }
  .footer-bottom nav { flex-wrap: wrap; }
  .legal-header .brand-copy small { display: none; }
  .legal-header-nav { gap: 14px; font-size: 11px; }
  .legal-main { padding-top: 52px; }
  .legal-content table, .legal-content tbody, .legal-content tr, .legal-content th, .legal-content td { display: block; }
  .legal-content tr + tr { margin-top: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
