:root {
  color-scheme: light;
  --ink: #17201a;
  --muted: #66736a;
  --line: #dfe8df;
  --paper: #ffffff;
  --canvas: #f4f7f2;
  --accent: #1d6d46;
  --lime: #d8fb68;
  --deep: #071b1b;
  --deep-soft: #103a35;
  --coral: #ff9a73;
  --notice-bg: #fff6dc;
  --notice-line: #e4c76d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
}

a { color: var(--accent); }

/* Marketing homepage */
.marketing-page { background: var(--deep); color: #f1f6ed; overflow-x: hidden; }
.marketing-page a { color: inherit; text-decoration: none; }
.marketing-grid { position: fixed; inset: 0; pointer-events: none; opacity: .23; background-image: linear-gradient(rgba(216,251,104,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(216,251,104,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.marketing-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; position: relative; }
.marketing-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(220,245,210,.14); }
.marketing-brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; }
.marketing-brand strong { display: block; font-size: 18px; letter-spacing: .08em; }
.marketing-brand small { display: block; color: rgba(241,246,237,.48); font-size: 8px; letter-spacing: .17em; line-height: 1.2; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px 10px 10px 3px; background: var(--lime); color: var(--deep); font: 800 18px/1 Georgia, serif; transform: rotate(-7deg); }
.marketing-nav { display: flex; gap: clamp(18px, 4vw, 48px); color: rgba(241,246,237,.62); font-size: 13px; }
.marketing-nav a:hover, .footer-links a:hover { color: var(--lime); }
.eyebrow { margin: 0 0 19px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; }
.eyebrow span { display: inline-block; width: 22px; height: 1px; margin-right: 8px; vertical-align: middle; background: var(--lime); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 8%; padding: 82px 0 94px; }
.hero h1 { max-width: 660px; margin: 0; color: #f5f8f0; font-size: clamp(44px, 6.3vw, 82px); letter-spacing: -.07em; line-height: 1.06; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 510px; margin: 31px 0 0; color: rgba(241,246,237,.67); font-size: 17px; line-height: 1.95; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 22px; border: 1px solid rgba(216,251,104,.35); border-radius: 4px; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--lime); background: var(--lime); color: var(--deep) !important; font-weight: 700; }
.button-primary span { font-size: 18px; }
.button-quiet { color: rgba(241,246,237,.72) !important; }
.button-quiet:hover { background: rgba(255,255,255,.06); }
.hero-note { margin: 20px 0 0; color: rgba(241,246,237,.36); font-size: 11px; }
.hero-visual { min-height: 470px; position: relative; display: grid; place-items: center; overflow: hidden; }
.visual-orbit { position: absolute; border: 1px solid rgba(216,251,104,.23); border-radius: 50%; transform: rotate(-17deg); }
.orbit-one { width: 430px; height: 260px; }
.orbit-two { width: 320px; height: 520px; transform: rotate(38deg); border-color: rgba(255,154,115,.18); }
.insight-card { position: relative; width: min(100%, 390px); padding: 27px 27px 21px; border: 1px solid rgba(216,251,104,.38); border-radius: 5px; background: linear-gradient(145deg, rgba(33,83,64,.92), rgba(8,29,28,.96)); box-shadow: 24px 28px 80px rgba(0,0,0,.3), inset 0 0 60px rgba(216,251,104,.05); transform: rotate(-4deg); z-index: 2; }
.insight-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.insight-topline, .insight-meta, .insight-footer { display: flex; justify-content: space-between; align-items: center; }
.insight-topline { color: var(--lime); font-size: 9px; letter-spacing: .14em; }
.insight-topline b { color: rgba(241,246,237,.44); font-weight: 500; letter-spacing: 0; }
.insight-distance { margin-top: 22px; font-size: 62px; font-weight: 300; letter-spacing: -.06em; line-height: 1; }
.insight-distance small { color: var(--lime); font-size: 12px; letter-spacing: .12em; }
.insight-meta { margin-top: 10px; color: rgba(241,246,237,.5); font-size: 11px; }
.insight-divider { height: 1px; margin: 23px 0 18px; background: rgba(241,246,237,.15); }
.insight-judgment { display: flex; gap: 9px; align-items: flex-start; color: #f3f7df; font-size: 13px; line-height: 1.6; }
.status-dot { width: 7px; height: 7px; margin-top: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.insight-bars { display: flex; align-items: end; gap: 4px; height: 73px; margin: 17px 0 15px; }
.insight-bars i { display: block; width: 100%; background: linear-gradient(to top, rgba(216,251,104,.75), rgba(216,251,104,.06)); border-radius: 2px 2px 0 0; }
.insight-bars i:nth-child(1) { height: 27%; }.insight-bars i:nth-child(2) { height: 42%; }.insight-bars i:nth-child(3) { height: 38%; }.insight-bars i:nth-child(4) { height: 50%; }.insight-bars i:nth-child(5) { height: 59%; }.insight-bars i:nth-child(6) { height: 53%; }.insight-bars i:nth-child(7) { height: 66%; }.insight-bars i:nth-child(8) { height: 61%; }.insight-bars i:nth-child(9) { height: 76%; }.insight-bars i:nth-child(10) { height: 68%; }.insight-bars i:nth-child(11) { height: 83%; }.insight-bars i:nth-child(12) { height: 73%; }
.insight-footer { color: rgba(241,246,237,.43); font-size: 9px; letter-spacing: .04em; }
.insight-footer strong { color: var(--lime); font-size: 18px; font-weight: 400; }
.floating-tag { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(241,246,237,.2); border-radius: 3px; background: rgba(8,29,28,.84); color: rgba(241,246,237,.8); font-size: 11px; box-shadow: 10px 12px 28px rgba(0,0,0,.2); }
.floating-tag span { margin-right: 6px; color: var(--lime); font-size: 9px; }
.tag-reason { top: 21%; right: 3%; transform: rotate(7deg); }.tag-action { right: 1%; bottom: 19%; transform: rotate(-5deg); }
.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 24px 0 28px; border-top: 1px solid rgba(220,245,210,.14); border-bottom: 1px solid rgba(220,245,210,.14); }
.signal-row div { padding-right: 22px; border-right: 1px solid rgba(220,245,210,.14); }.signal-row div:last-child { border-right: 0; }.signal-row strong, .signal-row span { display: block; }.signal-row strong { color: var(--lime); font-size: 13px; }.signal-row span { margin-top: 4px; color: rgba(241,246,237,.47); font-size: 12px; }
.section { padding: 128px 0; }
.split-section { display: grid; grid-template-columns: .9fr 1fr; gap: 15%; align-items: start; }
.section h2, .focus-section h2, .company-card h2 { margin: 0; font-size: clamp(34px, 4.8vw, 58px); letter-spacing: -.06em; line-height: 1.15; }
.section-body { padding-top: 9px; color: rgba(241,246,237,.65); font-size: 16px; }.section-body p { margin: 0 0 23px; }.section-body p:last-child { margin-bottom: 0; }
.section-heading { max-width: 670px; }.section-heading > p:last-child { margin: 20px 0 0; color: rgba(241,246,237,.5); font-size: 15px; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; }.method-card { min-height: 230px; padding: 21px 20px; border: 1px solid rgba(220,245,210,.14); background: rgba(255,255,255,.03); }.method-card-highlight { border-color: rgba(216,251,104,.48); background: rgba(216,251,104,.08); }.method-card span { color: var(--lime); font-size: 10px; letter-spacing: .12em; }.method-card h3 { margin: 41px 0 10px; font-size: 21px; letter-spacing: -.04em; }.method-card p { margin: 0; color: rgba(241,246,237,.48); font-size: 12px; line-height: 1.75; }
.focus-section { display: grid; grid-template-columns: 70px 1fr 290px; gap: 43px; align-items: start; padding: 74px 7%; border: 1px solid rgba(216,251,104,.34); background: linear-gradient(110deg, rgba(35,87,64,.76), rgba(10,35,31,.84)); }.focus-mark { color: var(--lime); font: 32px/1 Georgia, serif; }.focus-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 0; color: rgba(241,246,237,.68); font-size: 15px; }.focus-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; margin: 35px 0 0; list-style: none; }.focus-list li { padding-top: 13px; border-top: 1px solid rgba(216,251,104,.35); }.focus-list b, .focus-list span { display: block; }.focus-list b { color: var(--lime); font-size: 12px; }.focus-list span { margin-top: 5px; color: rgba(241,246,237,.52); font-size: 11px; }.focus-aside { align-self: stretch; padding-left: 27px; border-left: 1px solid rgba(216,251,104,.25); }.aside-label { color: rgba(241,246,237,.44); font-size: 9px; letter-spacing: .16em; }.focus-aside p { margin: 22px 0; color: #f2f6df; font-size: 19px; line-height: 1.55; }.aside-line { display: block; width: 43px; height: 2px; background: var(--coral); }
.company-section { padding-bottom: 100px; }.company-card { display: grid; grid-template-columns: 1fr .9fr; gap: 12%; padding-top: 40px; border-top: 1px solid rgba(220,245,210,.14); }.company-copy { color: rgba(241,246,237,.61); font-size: 15px; }.legal-name { margin-top: 31px; padding: 17px 0; border-top: 1px solid rgba(220,245,210,.15); border-bottom: 1px solid rgba(220,245,210,.15); }.legal-name small, .legal-name strong, .legal-name span { display: block; }.legal-name small { color: var(--lime); font-size: 9px; letter-spacing: .13em; }.legal-name strong { margin-top: 8px; color: #f1f6ed; font-size: 13px; font-weight: 500; }.legal-name span { margin-top: 3px; color: rgba(241,246,237,.4); font-size: 10px; }
.contact-line { display: flex; align-items: baseline; gap: 16px; padding-top: 16px; }.contact-line small { color: rgba(241,246,237,.44); font-size: 9px; letter-spacing: .13em; }.contact-line a { color: var(--lime); font-size: 13px; }
.marketing-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; min-height: 88px; border-top: 1px solid rgba(220,245,210,.14); color: rgba(241,246,237,.45); font-size: 11px; }.footer-brand { color: #f1f6ed; }.footer-brand .brand-mark { width: 25px; height: 25px; border-radius: 7px 7px 7px 2px; font-size: 14px; }.footer-links { display: flex; gap: 18px; }.marketing-footer > p { margin: 0; text-align: right; }

/* Existing legal document pages */
.shell { width: min(880px, calc(100% - 32px)); margin: 28px auto 64px; }.topbar { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; margin-bottom: 16px; }.brand { font-weight: 700; }.nav { display: flex; flex-wrap: wrap; gap: 12px; }.document { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: clamp(24px, 5vw, 56px); box-shadow: 0 8px 30px rgba(20, 45, 30, 0.06); }.document h1, .document h2, .document h3 { color: var(--ink); line-height: 1.35; scroll-margin-top: 20px; }.document h1 { margin-top: 0; font-size: clamp(1.75rem, 5vw, 2.45rem); }.document h2 { margin-top: 2.1em; border-top: 1px solid var(--line); padding-top: 1.2em; }.document h3 { margin-top: 1.6em; }.document p, .document ul, .document ol, .document blockquote { margin: .9em 0; }.document li + li { margin-top: .35em; }.document blockquote { margin-left: 0; padding: 12px 16px; border-left: 4px solid var(--notice-line); background: var(--notice-bg); color: #5a4818; }.document code { padding: .12em .35em; border-radius: 5px; background: #eef2ee; font-family: Consolas, "SFMono-Regular", monospace; }.loading, .error { color: var(--muted); }.error { color: #a52727; }

@media (max-width: 800px) {
  .marketing-shell { width: min(100% - 38px, 680px); }.marketing-nav { gap: 17px; font-size: 11px; }.hero { grid-template-columns: 1fr; gap: 40px; padding: 72px 0 75px; }.hero-visual { min-height: 400px; }.signal-row { gap: 14px; }.signal-row div { padding-right: 12px; }.split-section, .company-card { grid-template-columns: 1fr; gap: 36px; }.method-grid { grid-template-columns: repeat(2, 1fr); }.focus-section { grid-template-columns: 45px 1fr; gap: 24px; padding: 48px 35px; }.focus-aside { grid-column: 2; padding: 24px 0 0; border-top: 1px solid rgba(216,251,104,.25); border-left: 0; }.marketing-footer { grid-template-columns: 1fr 1fr; padding: 25px 0; }.footer-links { justify-content: flex-end; flex-wrap: wrap; gap: 8px 14px; }.marketing-footer > p { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .marketing-shell { width: min(100% - 24px, 880px); }.marketing-header { min-height: 78px; }.marketing-nav { display: none; }.hero { padding-top: 55px; }.hero h1 { font-size: 47px; }.hero-lede { font-size: 15px; }.hero-actions { flex-wrap: wrap; }.hero-visual { min-height: 340px; transform: scale(.92); margin: -8px -8px; }.orbit-one { width: 330px; }.orbit-two { height: 390px; }.tag-reason { right: -1%; }.tag-action { right: -2%; bottom: 12%; }.signal-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }.signal-row div { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid rgba(220,245,210,.14); }.signal-row div:last-child { padding-bottom: 0; border-bottom: 0; }.section { padding: 85px 0; }.section h2, .focus-section h2, .company-card h2 { font-size: 39px; }.method-grid, .focus-list { grid-template-columns: 1fr; }.method-card { min-height: auto; }.focus-section { grid-template-columns: 1fr; gap: 25px; padding: 34px 24px; }.focus-mark { font-size: 27px; }.focus-aside { grid-column: auto; }.marketing-footer { grid-template-columns: 1fr; gap: 17px; }.footer-links { justify-content: flex-start; }.marketing-footer > p { grid-column: auto; }.shell { width: min(100% - 20px, 880px); margin-top: 14px; }.document { border-radius: 12px; padding: 22px 18px 34px; }.topbar { align-items: flex-start; }
}
