:root {
  --shade-primary: #e87c9d;
  --shade-primary-deep: #c65a7b;
  --shade-surface: #fdf8f5;
  --shade-surface-alt: #f5ebe3;
  --shade-line: #e8d9cb;
  --shade-fg: #2a1a1a;
  --shade-fg-soft: rgba(0,0,0,.55);
  --gap: 88px;
  --round: 18px;
  --lift: 0 6px 28px rgba(0,0,0,.05);
  --face-head: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --face-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--face-body); background: var(--shade-surface); color: var(--shade-fg); line-height: 1.65; font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--shade-primary-deep); }
h1,h2,h3,h4 { font-family: var(--face-head); line-height: 1.18; color: var(--shade-fg); font-weight: 700; letter-spacing: -.005em; }
h1 { font-size: clamp(2.1rem,4.4vw,3.1rem); margin: 0 0 .5em; }
h2 { font-size: clamp(1.55rem,2.7vw,2.2rem); margin: 0 0 .55em; }
h3 { font-size: 1.25rem; margin: 0 0 .4em; }
p { margin: 0 0 1em; }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:.4em; padding:.72em 1.5em; border-radius:var(--round); border:1px solid transparent; font:inherit; font-weight:600; cursor:pointer; text-decoration:none; line-height:1.1; transition:transform .12s ease, background .15s ease, color .15s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-acc { background:var(--shade-primary); color:#2a1a1a; }
.btn-acc:hover { background:var(--shade-primary-deep); color:#2a1a1a; }
.btn-out { border-color:var(--shade-primary); color:var(--shade-primary-deep); background:transparent; }
.btn-out:hover { background:var(--shade-primary); color:#2a1a1a; }
.btn-ghost { background:transparent; color:var(--shade-fg); border-color:var(--shade-line); }
.icon { display:inline-flex; vertical-align:middle; }
.icon svg { display:block; }
.container { max-width:1360px; margin:0 auto; padding:0 24px; }
.container-narrow { max-width:760px; }
.panel { padding:var(--gap) 0; background:var(--shade-surface); }
.panel-bare { background:var(--shade-surface); }
.panel-alt { background:var(--shade-surface-alt); }
.panel-dark { background:#2a1a1a; color:#fff; }
.panel-intro { color:var(--shade-fg-soft); max-width:660px; margin-bottom:2em; }

.nav { background:var(--shade-surface); border-bottom:1px solid var(--shade-line); padding:18px 0; }
.nav-top { display:flex; align-items:center; justify-content:center; position:relative; }
.nav-logo { font-family:var(--face-head); font-size:1.5rem; font-weight:800; color:var(--shade-fg); text-decoration:none; letter-spacing:-.01em; }
.nav-logo span { color:var(--shade-primary-deep); }
.nav-nav { display:flex; justify-content:center; gap:30px; margin-top:14px; }
.nav-link { color:var(--shade-fg); text-decoration:none; font-weight:500; font-size:.96rem; }
.nav-link:hover { color:var(--shade-primary-deep); }
.nav-toggle { display:none; position:absolute; right:0; top:50%; transform:translateY(-50%); background:none; border:0; width:40px; height:40px; cursor:pointer; flex-direction:column; gap:5px; align-items:center; justify-content:center; }
.nav-toggle span { display:block; width:22px; height:2px; background:var(--shade-fg); }
.nav-standard .nav-top { justify-content:space-between; }
.nav-standard .nav-nav { justify-content:flex-start; margin-top:10px; }

.hero { background:var(--shade-surface-alt); border-bottom:1px solid var(--shade-line); }
.hero-narrow { max-width:820px; }
.hero h1 { margin-bottom:.35em; }
.hero-quote { font-family:var(--face-head); font-style:italic; font-size:clamp(1.2rem,2.2vw,1.6rem); line-height:1.4; color:var(--shade-fg); border-left:3px solid var(--shade-primary); padding-left:22px; margin:1.2em 0 1.6em; }
.hero-quote cite { display:block; font-style:normal; font-size:.92rem; font-family:var(--face-body); color:var(--shade-fg-soft); margin-top:12px; }
.hero-sub { font-size:1.12rem; color:var(--shade-fg-soft); margin:0 0 1.6em; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.hero-embed .hero-narrow { background:var(--shade-surface); border:1px solid var(--shade-line); border-radius:var(--round); padding:36px 32px; }

.facts { display:flex; flex-wrap:wrap; gap:18px; justify-content:center; text-align:center; }
.fact { flex:1; min-width:150px; background:var(--shade-surface); border:1px solid var(--shade-line); border-radius:var(--round); box-shadow:var(--lift); padding:26px 16px; }
.fact-num { display:block; font-family:var(--face-head); font-size:2.2rem; font-weight:800; color:var(--shade-primary-deep); }
.fact-lbl { display:block; color:var(--shade-fg-soft); font-size:.9rem; margin-top:4px; }
.fact-lbl-solo { display:block; font-family:var(--face-head); font-weight:700; color:var(--shade-primary-deep); font-size:1.1rem; }

.tbl-feature { background:var(--shade-surface); border:2px solid var(--shade-primary); border-radius:var(--round); padding:28px 28px 24px; box-shadow:var(--lift); margin-bottom:18px; }
.tbl-feature-top { display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-bottom:12px; }
.tbl-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; counter-reset:rank; }
.tbl-row { display:grid; grid-template-columns:auto 1fr auto; gap:18px; align-items:center; background:var(--shade-surface); border:1px solid var(--shade-line); border-radius:var(--round); box-shadow:var(--lift); padding:20px 22px; }
.tbl-num { font-family:var(--face-head); font-weight:800; font-size:1.8rem; color:var(--shade-primary); width:42px; text-align:center; }
.tbl-main { min-width:0; }
.tbl-name-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-bottom:4px; }
.tbl-name { font-family:var(--face-head); font-weight:700; font-size:1.15rem; color:var(--shade-fg); text-decoration:none; }
.tbl-name:hover { color:var(--shade-primary-deep); }
.tbl-focus { color:var(--shade-fg-soft); font-size:.94rem; margin:0; }
.tbl-meta { color:var(--shade-fg-soft); font-size:.86rem; margin:4px 0 0; }
.tbl-side { display:flex; flex-direction:column; align-items:flex-end; gap:8px; white-space:nowrap; }
.tbl-badge { display:inline-block; background:var(--shade-primary); color:#2a1a1a; font-size:.68rem; font-weight:700; padding:.25em .7em; border-radius:var(--round); text-transform:uppercase; letter-spacing:.03em; }
.tbl-rate { display:inline-flex; align-items:center; gap:6px; font-family:var(--face-head); font-weight:700; font-size:.95rem; color:var(--shade-primary-deep); white-space:nowrap; }
.tbl-rate-glyph { color:var(--shade-primary); letter-spacing:.05em; }
.tbl-rate-bar { display:inline-block; width:34px; height:7px; border-radius:4px; background:var(--shade-primary); }
.tbl-rate-pill { background:var(--shade-surface-alt); border:1px solid var(--shade-line); border-radius:999px; padding:.12em .7em; }
.tbl-hybrid .tbl-row { border-left:3px solid var(--shade-primary); }

.spotlight-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:0; border-bottom:1px solid var(--shade-line); }
.spotlight-tab { background:none; border:0; border-bottom:2px solid transparent; font:inherit; font-family:var(--face-head); font-weight:700; font-size:1rem; color:var(--shade-fg-soft); padding:10px 16px; cursor:pointer; margin-bottom:-1px; }
.spotlight-tab.is-active { color:var(--shade-fg); border-bottom-color:var(--shade-primary); }
.spotlight-panel { display:none; padding-top:26px; }
.spotlight-panel.is-active { display:block; }
.spotlight-card { display:flex; gap:22px; align-items:flex-start; flex-wrap:wrap; background:var(--shade-surface-alt); border:1px solid var(--shade-line); border-radius:var(--round); padding:26px; }
.spotlight-logo { width:72px; height:72px; border-radius:18px; background:var(--shade-primary); padding:12px; flex-shrink:0; }
.spotlight-body { flex:1; min-width:240px; }
.spotlight-body h3 { margin:0 0 .3em; }
.spotlight-bullets { margin:1em 0 1.2em; padding-left:1.1em; color:var(--shade-fg-soft); }
.spotlight-bullets li { margin-bottom:.35em; }

.method-split-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.method-split-card { background:var(--shade-surface-alt); border:1px solid var(--shade-line); border-radius:var(--round); padding:26px 28px; }
.method-split-card h3 { margin-bottom:.8em; }
.method-split-card ul { margin:0; padding-left:0; list-style:none; }
.method-split-card li { margin-bottom:.6em; display:flex; gap:10px; align-items:flex-start; }
.method-split-yes .icon { color:var(--shade-primary-deep); flex-shrink:0; margin-top:3px; }
.method-split-no .icon { color:var(--shade-fg-soft); flex-shrink:0; margin-top:3px; }
.method-split-card p { color:var(--shade-fg-soft); margin:0 0 1em; }
.method-split-timeline { grid-template-columns:1fr; gap:14px; }
.method-split-timeline .method-split-card { border-left:2px solid var(--shade-line); }

.qna { display:flex; flex-direction:column; gap:12px; max-width:820px; }
.qna-item { background:var(--shade-surface); border:1px solid var(--shade-line); border-radius:var(--round); box-shadow:var(--lift); overflow:hidden; }
.qna-q { width:100%; text-align:left; background:none; border:0; font:inherit; font-family:var(--face-head); font-weight:700; font-size:1.05rem; color:var(--shade-fg); padding:20px 22px; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.qna-q .icon { flex-shrink:0; transition:transform .25s ease; color:var(--shade-primary-deep); }
.qna-a p { margin:0; padding:0 22px 20px; color:var(--shade-fg-soft); }
.qna-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
.qna-a > p { overflow:hidden; }
.qna-item.is-open .qna-a { grid-template-rows:1fr; }
.qna-item.is-open .qna-q .icon { transform:rotate(180deg); }

.guide-card-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:18px; }
.guide-card-card { background:var(--shade-surface); border:1px solid var(--shade-line); border-radius:var(--round); box-shadow:var(--lift); padding:26px; text-decoration:none; color:var(--shade-fg); display:block; transition:transform .12s ease, border-color .15s ease; }
.guide-card-card:hover { transform:translateY(-2px); border-color:var(--shade-primary); }
.guide-card-card p { color:var(--shade-fg-soft); }
.guide-card-more { color:var(--shade-primary-deep); font-weight:600; font-size:.9rem; }

.closer { text-align:center; background:var(--shade-surface-alt); }
.closer .panel-intro { margin-left:auto; margin-right:auto; }

.risk-bar { background:var(--shade-surface-alt); border-top:1px solid var(--shade-line); padding:20px 0; }
.risk-bar p { margin:0; font-size:.88rem; color:var(--shade-fg-soft); text-align:center; display:flex; align-items:center; justify-content:center; gap:8px; }
.risk-bar .icon { color:var(--shade-primary-deep); flex-shrink:0; }

.footer { background:var(--shade-surface-alt); border-top:1px solid var(--shade-line); padding:40px 0 28px; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap; padding-bottom:20px; border-bottom:1px solid var(--shade-line); }
.footer-logo { font-family:var(--face-head); font-size:1.3rem; font-weight:800; color:var(--shade-fg); text-decoration:none; }
.footer-logo span { color:var(--shade-primary-deep); }
.footer-nav { display:flex; gap:20px; flex-wrap:wrap; }
.footer-nav a { color:var(--shade-fg); text-decoration:none; font-size:.92rem; }
.footer-nav a:hover { color:var(--shade-primary-deep); }
.footer-copy { margin:0; color:var(--shade-fg-soft); font-size:.88rem; }
.footer-bottom { padding-top:18px; }
.footer-disclosure { font-size:.82rem; color:var(--shade-fg-soft); margin:0 0 10px; }
.footer-legal { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:10px; }
.footer-legal a { font-size:.82rem; color:var(--shade-fg-soft); text-decoration:none; }
.footer-legal a:hover { color:var(--shade-primary-deep); }
.footer-entity { font-size:.8rem; color:var(--shade-fg-soft); margin:0; }
.footer-entity a { color:var(--shade-primary-deep); }
.footer-four-col .footer-grid { display:grid; grid-template-columns:2fr 1fr; align-items:start; }
.footer-four-col .footer-nav { display:grid; grid-template-columns:repeat(2,auto); gap:8px 24px; }

.ck { position:fixed; left:0; right:0; bottom:0; background:var(--shade-surface); border-top:1px solid var(--shade-line); box-shadow:0 -6px 28px rgba(0,0,0,.08); padding:18px 0; z-index:50; }
.ck-text { margin:0 0 12px; font-size:.9rem; color:var(--shade-fg-soft); }
.ck-prefs { display:flex; flex-direction:column; gap:6px; margin-bottom:12px; }
.ck-row { font-size:.9rem; display:flex; gap:8px; align-items:center; }
.ck-btns { display:flex; gap:10px; flex-wrap:wrap; }
.ck-reopen { position:fixed; left:16px; bottom:16px; width:42px; height:42px; border-radius:50%; border:1px solid var(--shade-line); background:var(--shade-surface); color:var(--shade-fg); cursor:pointer; display:flex; align-items:center; justify-content:center; z-index:40; box-shadow:var(--lift); }

.signup { background:var(--shade-surface-alt); border:1px solid var(--shade-line); border-radius:var(--round); padding:30px 32px; max-width:720px; }
.signup h3 { margin-bottom:.4em; }
.signup p { color:var(--shade-fg-soft); margin-bottom:1.2em; }
.signup-form { display:flex; gap:12px; flex-wrap:wrap; }
.signup-form input { flex:1; min-width:220px; padding:.7em 1em; border:1px solid var(--shade-line); border-radius:var(--round); font:inherit; background:var(--shade-surface); color:var(--shade-fg); }

.crest { text-align:center; margin:1.6em 0; }
.crest-logo { margin:0 auto 10px; border-radius:50%; }
.crest-cap { font-size:.9rem; color:var(--shade-fg-soft); }

body { background:var(--shade-surface-alt); }
.panel { background:transparent; }
.panel-alt { background:var(--shade-surface); }

@media (max-width:768px){
 .footer-grid { flex-direction:column; align-items:flex-start; }
 .tbl-row { grid-template-columns:auto 1fr; }
}
@media (max-width:480px){
 body { font-size:16px; }
 .container { padding:0 18px; }
}
