:root {
  --ink: #0c0d0e;
  --ink-soft: #121517;
  --panel: #171a1b;
  --panel-2: #1d2020;
  --line: rgba(214, 162, 75, .18);
  --line-strong: rgba(214, 162, 75, .38);
  --cream: #f2ead8;
  --muted: #a59c89;
  --gold: #d6a34b;
  --gold-bright: #f2c56c;
  --green: #8bc78b;
  --red: #d07f6e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    radial-gradient(circle at 78% 4%, rgba(140, 87, 28, .22), transparent 28rem),
    radial-gradient(circle at 12% 36%, rgba(43, 61, 48, .14), transparent 25rem),
    linear-gradient(180deg, #0d0f10 0%, #101314 42%, #0a0b0c 100%);
}
.site-noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-block { padding-block: 118px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 74px;
  border-bottom: 1px solid transparent;
  background: rgba(12, 13, 14, .76);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 48px)); min-height: 74px; margin-inline: auto; gap: 20px; }
.site-header.scrolled { border-color: var(--line); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand { font-size: 20px; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 24px; height: 23px; }
.brand-mark span { display: block; width: 6px; border-radius: 2px 2px 1px 1px; background: linear-gradient(180deg, var(--gold-bright), #7d511f); box-shadow: 0 0 11px rgba(231, 172, 70, .24); }
.brand-mark span:nth-child(1) { height: 13px; }
.brand-mark span:nth-child(2) { height: 21px; }
.brand-mark span:nth-child(3) { height: 17px; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 2.1vw, 29px); min-width: 0; font-size: 13px; color: var(--muted); }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--cream); }
.nav-cta { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 5px; color: var(--gold-bright) !important; background: rgba(214, 163, 75, .06); white-space: nowrap; }
.nav-cta span { margin-left: 7px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 5px; padding: 8px 11px; color: var(--cream); background: transparent; }

.hero { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 55px; min-height: 700px; padding-top: 72px; padding-bottom: 80px; }
.eyebrow { margin: 0 0 19px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(139, 199, 139, .6); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; }
h1 { max-width: 590px; margin-bottom: 25px; font-family: var(--serif); font-size: clamp(46px, 5.7vw, 81px); font-weight: 500; }
h1 em { color: var(--gold-bright); font-style: normal; }
.hero-lede { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 5px; border: 1px solid transparent; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17120b; background: linear-gradient(135deg, var(--gold-bright), #bd8231); box-shadow: 0 8px 24px rgba(197, 135, 49, .15); }
.button-primary span { margin-left: 13px; font-size: 18px; }
.button-secondary { color: var(--cream); border-color: var(--line-strong); background: rgba(255, 255, 255, .025); }
.button-secondary:hover { border-color: var(--gold); background: rgba(214, 163, 75, .08); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: #817968; font-size: 11px; }
.hero-notes i { margin-right: 4px; color: var(--green); font-style: normal; }
.hero-art { position: relative; min-height: 510px; }
.image-frame { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 11px; background: #0d0e0f; box-shadow: 0 28px 80px rgba(0, 0, 0, .48); }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-art img { position: absolute; inset: 0; object-position: center; }
.art-glow { position: absolute; top: 11%; right: 14%; z-index: 1; width: 160px; height: 160px; border-radius: 50%; background: rgba(231, 172, 70, .17); filter: blur(60px); }
.floating-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(236, 188, 97, .35); border-radius: 5px; color: var(--cream); background: rgba(23, 23, 20, .78); box-shadow: 0 9px 27px rgba(0, 0, 0, .3); backdrop-filter: blur(10px); font-size: 11px; }
.chip-top { top: 22px; left: 22px; }
.chip-bottom { right: 22px; bottom: 21px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.chip-icon { color: var(--gold-bright); }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip > div { display: grid; grid-template-columns: 42px 1fr; padding: 23px 26px; border-right: 1px solid var(--line); }
.signal-strip > div:last-child { border-right: 0; }
.signal-strip strong { grid-row: span 2; color: var(--gold); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.signal-strip span { font-size: 13px; font-weight: 750; }
.signal-strip small { color: var(--muted); font-size: 11px; }

.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 17px; font-family: var(--serif); font-size: clamp(36px, 4vw, 57px); font-weight: 500; }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 15px; }
.centered > p:last-child { margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
.feature-card { position: relative; min-height: 265px; padding: 25px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(145deg, rgba(29, 32, 32, .83), rgba(15, 17, 18, .83)); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.feature-card:hover { border-color: var(--line-strong); transform: translateY(-4px); background: linear-gradient(145deg, rgba(39, 36, 29, .88), rgba(15, 17, 18, .9)); }
.feature-card-large { display: grid; grid-template-columns: 48px 1fr; grid-column: span 2; gap: 17px; }
.feature-card-wide { display: grid; grid-template-columns: 48px 1fr auto; grid-column: span 2; align-items: start; gap: 17px; min-height: 210px; }
.card-icon { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--gold-bright); background: rgba(214, 163, 75, .07); font-size: 20px; }
.card-kicker { margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-card h3 { max-width: 410px; margin-bottom: 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.feature-card > h3 { max-width: 240px; }
.feature-card p:not(.card-kicker) { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.tag-row span { padding: 4px 7px; border: 1px solid rgba(214, 163, 75, .2); border-radius: 3px; color: #c1b08d; background: rgba(214, 163, 75, .045); font-size: 10px; }
.card-link { align-self: end; color: var(--gold-bright); font-size: 12px; white-space: nowrap; }
.card-link span { margin-left: 7px; }

.feature-spotlight { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-block: 55px 125px; }
.spotlight-art { position: relative; aspect-ratio: 1.15; }
.spotlight-art img { object-position: center; }
.image-caption { position: absolute; right: 13px; bottom: 11px; padding: 5px 8px; border: 1px solid rgba(242, 197, 108, .3); border-radius: 3px; color: #bea775; background: rgba(12, 13, 14, .78); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.spotlight-copy h2 { max-width: 540px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(37px, 4vw, 56px); font-weight: 500; }
.spotlight-copy > p { max-width: 510px; color: var(--muted); font-size: 15px; }
.check-list { display: grid; gap: 18px; margin: 31px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 37px 1fr; gap: 11px; }
.check-list li > span { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 13px; }
.check-list small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.workflow { border-top: 1px solid var(--line); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; background: var(--line); }
.workflow-step { min-height: 240px; padding: 28px; background: var(--ink-soft); }
.workflow-step > span { color: var(--gold); font-family: var(--serif); font-size: 31px; }
.workflow-step h3 { margin: 30px 0 9px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.workflow-step p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.pricing { border-top: 1px solid var(--line); }
.pricing-emblem { display: block; width: 112px; height: 112px; object-fit: contain; margin: 0 auto 16px; filter: drop-shadow(0 10px 18px rgba(193, 139, 45, .2)); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); justify-content: center; gap: 13px; margin-top: 47px; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); }
.price-card-featured { border-color: rgba(214, 163, 75, .62); box-shadow: 0 20px 60px rgba(174, 113, 33, .1); }
.popular-badge { position: absolute; top: 0; right: 21px; padding: 5px 9px; border-radius: 0 0 4px 4px; color: #17120b; background: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 19px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.price { display: flex; align-items: baseline; gap: 7px; }
.price strong { color: var(--gold-bright); font-family: var(--serif); font-size: 46px; font-weight: 500; }
.price span { color: var(--muted); font-size: 12px; }
.price-note { min-height: 39px; margin: 9px 0 23px; color: var(--muted); font-size: 12px; }
.price-card ul { display: grid; gap: 10px; min-height: 105px; margin: 0 0 26px; padding: 0; list-style: none; color: #ccc1ab; font-size: 12px; }
.price-card li::before { margin-right: 8px; color: var(--green); content: "✓"; }
.price-card .button { width: 100%; }
.pricing-footnote { margin-top: 21px; color: #766f62; text-align: center; font-size: 11px; }

.faq { border-top: 1px solid var(--line); }
.faq-list { max-width: 790px; margin-top: 42px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 20px 44px 20px 0; color: var(--cream); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 18px; right: 4px; color: var(--gold); content: "+"; font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 650px; margin: -5px 0 21px; color: var(--muted); font-size: 13px; }

.legal { border-top: 1px solid var(--line); padding-bottom: 140px; }
.legal-card { padding: 52px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(29, 32, 32, .85), rgba(17, 19, 20, .85)); }
.legal-lede { max-width: 700px; color: #c0b297 !important; }
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: var(--line); }
.terms-grid article { min-height: 205px; padding: 23px; background: rgba(14, 16, 17, .8); }
.terms-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.terms-grid h3 { margin: 17px 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.terms-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.terms-last-updated { margin: 27px 0 0; color: #777062; font-size: 11px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding-top: 24px; padding-bottom: 35px; border-top: 1px solid var(--line); }
.footer-brand { display: grid; grid-template-columns: 25px auto; gap: 4px 9px; font-size: 17px; }
.footer-brand .brand-mark { grid-row: span 2; }
.footer-brand small { grid-column: 2; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: 0; }
.footer-links { display: flex; gap: 22px; color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--cream); }
.site-footer > p { margin: 0; color: #6d675d; font-size: 10px; text-align: right; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 40; max-width: 330px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 5px; color: var(--cream); background: #252117; box-shadow: 0 10px 30px rgba(0,0,0,.35); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .main-nav { gap: 12px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 700px; }
  .hero-art { min-height: 420px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-large, .feature-card-wide { grid-column: span 2; }
  .feature-spotlight { gap: 42px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .terms-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 15px 15px; border-bottom: 1px solid var(--line); background: rgba(12,13,14,.97); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .nav-cta { justify-content: center; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .header-inner { width: min(100% - 30px, 1180px); min-height: 65px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 55px; }
  h1 { font-size: clamp(43px, 13vw, 67px); }
  .hero-lede { font-size: 15px; }
  .hero-art { min-height: 280px; }
  .floating-chip { padding: 7px 8px; font-size: 9px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-strip > div:last-child { border-bottom: 0; }
  .section-block { padding-block: 80px; }
  .feature-grid, .workflow-grid, .terms-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .feature-card-large, .feature-card-wide { grid-column: span 1; }
  .feature-card-wide { display: block; }
  .feature-card-wide .card-icon { margin-bottom: 17px; }
  .feature-card-wide .card-link { display: inline-block; margin-top: 22px; }
  .feature-spotlight { grid-template-columns: 1fr; gap: 35px; padding-top: 5px; padding-bottom: 85px; }
  .spotlight-art { aspect-ratio: 1 / .92; }
  .pricing-grid { justify-content: stretch; }
  .legal-card { padding: 27px 19px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .site-footer > p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.language-menu { position: relative; z-index: 2; color: var(--muted); font-size: 12px; }
.language-menu summary { padding: 9px 0; cursor: pointer; list-style: none; white-space: nowrap; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { margin-left: 5px; color: var(--gold); content: '⌄'; }
.language-options { position: absolute; top: 38px; right: 0; display: grid; min-width: 170px; max-height: 320px; overflow: auto; padding: 6px; border: 1px solid var(--line-strong); border-radius: 5px; background: #171a1b; box-shadow: 0 15px 40px rgba(0,0,0,.4); }
.language-options a { padding: 8px 9px; border-radius: 3px; }
.language-options a:hover, .language-options a[aria-current="true"] { color: var(--cream); background: rgba(214,163,75,.1); }
@media (max-width: 760px) { .main-nav .language-menu { padding: 12px 4px; } .language-options { position: static; margin-top: 5px; box-shadow: none; } }
