:root {
  --ink: #071512;
  --ink-soft: #10241f;
  --paper: #f2f1e9;
  --paper-2: #e7e8df;
  --white: #fffef8;
  --mint: #9fffc9;
  --mint-strong: #66f5a6;
  --cyan: #77e8de;
  --lime: #d8ff77;
  --muted: #91a19c;
  --line: rgba(242, 241, 233, 0.14);
  --line-dark: rgba(7, 21, 18, 0.14);
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 80px rgba(1, 19, 14, 0.17);
  --shell: min(1180px, calc(100% - 48px));
  --font-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: Arial, "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 132px 0; }
.screen-reader-text { 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; top: 12px; left: 12px; z-index: 9999; transform: translateY(-150%); background: var(--mint); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--paper); transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgba(7, 21, 18, .86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.comp-mode .site-header { position: absolute; }
.comp-mode .reveal { opacity: 1; transform: none; }
.comp-mode .orbit, .comp-mode .hero__ticker div { animation: none; }
.site-header__inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skew(-9deg); }
.brand__mark span { display: block; background: var(--mint); border-radius: 2px; }
.brand__mark span:nth-child(1) { height: 54%; align-self: end; }
.brand__mark span:nth-child(2) { height: 78%; align-self: end; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type strong { font-family: var(--font-display); font-size: 23px; letter-spacing: .16em; }
.brand__type small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.custom-logo { max-height: 52px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav__list { display: flex; list-style: none; gap: 28px; padding: 0; margin: 0; }
.primary-nav__list a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600; transition: color .2s; }
.primary-nav__list a:hover, .primary-nav__list a:focus-visible { color: var(--mint); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 1px; background: var(--paper); margin: 6px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 28px; border: 1px solid var(--mint); background: var(--mint); color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .04em; border-radius: 999px; box-shadow: 0 12px 30px rgba(102,245,166,.13); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--lime); box-shadow: 0 18px 36px rgba(102,245,166,.2); }
.button--small { min-height: 46px; padding: 0 22px; font-size: 12px; }
.button--large { min-height: 66px; padding: 0 32px 0 36px; font-size: 15px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: rgba(255,255,255,.76); border-bottom: 1px solid rgba(255,255,255,.32); font-size: 13px; font-weight: 700; }

.hero { position: relative; min-height: 820px; overflow: hidden; background: var(--ink); color: var(--paper); padding: 160px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__glow--one { width: 560px; height: 560px; right: 4%; top: 9%; background: radial-gradient(circle, rgba(70,255,160,.2), transparent 70%); }
.hero__glow--two { width: 360px; height: 360px; left: 20%; bottom: 0; background: radial-gradient(circle, rgba(79,225,212,.1), transparent 70%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; min-height: 580px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #a5b5af; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.eyebrow span { display: inline-block; padding: 6px 10px; border: 1px solid rgba(159,255,201,.35); color: var(--mint); border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.hero h1 { margin: 24px 0 24px; font-size: clamp(48px, 5vw, 76px); line-height: 1.14; letter-spacing: -.045em; font-weight: 800; }
.hero h1 em { position: relative; color: var(--mint); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.03em; height: 5px; background: linear-gradient(90deg, var(--mint), transparent); transform: skew(-18deg); }
.hero__lead { margin: 0; color: #bdc9c5; font-size: 19px; line-height: 1.85; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin: 36px 0 38px; }
.hero__facts { display: flex; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); width: fit-content; }
.hero__facts li { min-width: 132px; padding: 18px 24px 0 0; margin-right: 24px; border-right: 1px solid var(--line); }
.hero__facts li:last-child { border-right: 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-family: var(--font-display); font-size: 15px; color: var(--white); }
.hero__facts span { color: #7e918a; font-size: 10px; letter-spacing: .08em; }
.hero__visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.orbit { position: absolute; inset: 8% 0; margin: auto; border: 1px solid rgba(159,255,201,.15); border-radius: 50%; }
.orbit--one { width: 470px; height: 470px; animation: spin 32s linear infinite; }
.orbit--one::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--mint); border-radius: 50%; top: 16%; left: 10%; box-shadow: 0 0 20px var(--mint); }
.orbit--two { width: 350px; height: 350px; border-style: dashed; animation: spin 24s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.dashboard-card { position: relative; z-index: 2; width: min(470px, 92%); padding: 0 22px 22px; background: rgba(15,38,31,.86); border: 1px solid rgba(159,255,201,.26); border-radius: 18px; box-shadow: 0 36px 100px rgba(0,0,0,.45); backdrop-filter: blur(14px); transform: perspective(900px) rotateY(-5deg) rotateX(3deg); }
.dashboard-card__bar { height: 48px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line); }
.dashboard-card__bar span { width: 6px; height: 6px; border-radius: 50%; background: #43544f; }
.dashboard-card__bar span:first-child { background: var(--mint); }
.dashboard-card__bar small { margin-left: auto; color: #72837d; font-size: 8px; letter-spacing: .18em; }
.dashboard-card__body { display: flex; align-items: center; gap: 28px; padding: 28px 0 24px; }
.score-ring { width: 112px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: conic-gradient(var(--mint) 0 72%, #263d35 72%); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 7px; background: #10251f; border-radius: 50%; }
.score-ring strong, .score-ring small { position: relative; }
.score-ring strong { font-family: var(--font-display); font-size: 34px; line-height: 1; }
.score-ring small { color: #739087; font-size: 7px; letter-spacing: .2em; }
.dashboard-card__summary { flex: 1; }
.dashboard-card__summary > span { color: #82958e; font-size: 10px; }
.dashboard-card__summary > strong { display: block; margin: 2px 0 15px; font-size: 20px; }
.mini-bars { display: grid; gap: 6px; }
.mini-bars i { display: block; width: var(--bar); height: 4px; background: linear-gradient(90deg, var(--mint), var(--cyan)); border-radius: 4px; opacity: .65; }
.issue-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.issue-list li { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 13px 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.issue-list__number { color: var(--mint); font-family: var(--font-display); font-size: 11px; }
.issue-list strong, .issue-list small { display: block; }
.issue-list strong { font-size: 12px; }
.issue-list small { color: #70837c; font-size: 9px; }
.issue-list b { color: var(--lime); font-size: 7px; letter-spacing: .12em; }
.floating-tag { position: absolute; z-index: 4; padding: 10px 14px; background: rgba(7,21,18,.92); border: 1px solid rgba(159,255,201,.28); border-radius: 9px; box-shadow: 0 16px 40px rgba(0,0,0,.25); color: #91a59d; font-size: 9px; letter-spacing: .1em; }
.floating-tag span { color: var(--mint); font-weight: 800; }
.floating-tag i { display: inline-block; width: 6px; height: 6px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 12px var(--mint); }
.floating-tag--top { top: 12%; right: 1%; }
.floating-tag--bottom { bottom: 12%; left: 2%; }
.hero__ticker { position: relative; z-index: 2; overflow: hidden; padding: 18px 0; border-top: 1px solid var(--line); color: #5b7068; font-family: var(--font-display); font-size: 12px; letter-spacing: .22em; white-space: nowrap; }
.hero__ticker div { width: max-content; animation: ticker 28s linear infinite; }
.hero__ticker span { color: var(--mint); margin: 0 26px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-number { margin: 0 0 22px; color: #557067; font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading h2, .about h2, .report h2, .form-section h2, .closing-cta h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.25; letter-spacing: -.04em; }
.section-heading h2 em, .about h2 em, .report h2 em, .form-section h2 em { color: #23895c; font-style: normal; }
.section-heading > p:last-child { max-width: 600px; margin-top: 24px; color: #53625e; }
.section-heading--split { display: grid; grid-template-columns: 1fr .65fr; max-width: none; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0 0 10px; color: #53625e; }

.problem { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.problem-card { position: relative; min-height: 310px; padding: 30px 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .25s, color .25s, transform .25s; }
.problem-card:hover { z-index: 1; transform: translateY(-5px); background: var(--ink-soft); color: var(--paper); }
.problem-card--accent { background: #dcefd9; }
.problem-card > span { color: #567369; font-family: var(--font-display); font-size: 11px; }
.problem-card h3 { margin: 54px 0 18px; font-size: 25px; line-height: 1.35; letter-spacing: -.03em; }
.problem-card p { margin: 0; color: #60706a; font-size: 13px; }
.problem-card:hover p { color: #a8b6b1; }
.problem-card i { position: absolute; right: 24px; bottom: 22px; font-style: normal; font-size: 20px; }

.about { background: var(--ink); color: var(--paper); overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.about__visual::before, .about__visual::after { content: ""; position: absolute; border: 1px solid rgba(159,255,201,.14); border-radius: 50%; }
.about__visual::before { width: 460px; height: 460px; }
.about__visual::after { width: 330px; height: 330px; border-style: dashed; }
.atlas-core { position: relative; z-index: 2; width: 238px; height: 238px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #214f3e, #0c211b 62%); border: 1px solid rgba(159,255,201,.46); box-shadow: inset 0 0 50px rgba(159,255,201,.08), 0 0 80px rgba(102,245,166,.08); }
.atlas-core span { color: #608679; font-size: 8px; letter-spacing: .28em; }
.atlas-core strong { display: block; margin: 8px 0; font-family: var(--font-display); font-size: 36px; letter-spacing: .14em; }
.atlas-core small { color: var(--mint); font-size: 8px; letter-spacing: .12em; }
.core-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; color: #80968e; font-family: var(--font-display); font-size: 9px; letter-spacing: .16em; }
.core-label b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(159,255,201,.28); border-radius: 50%; color: var(--mint); font-size: 8px; }
.core-label--one { top: 9%; left: 8%; }.core-label--two { right: 2%; top: 44%; }.core-label--three { bottom: 7%; left: 17%; }
.about__content > p:not(.section-number) { color: #a8b7b2; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 14px 15px 14px 40px; position: relative; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 10px; color: #d7e0dd; font-size: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--mint); font-weight: 900; }

.diagnosis { background: var(--paper-2); }
.diagnosis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.diagnosis-card { min-height: 420px; padding: 32px; background: var(--white); border: 1px solid rgba(7,21,18,.07); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(7,21,18,.05); }
.diagnosis-card__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: var(--mint); font-family: var(--font-display); font-size: 13px; }
.diagnosis-card h3 { margin: 60px 0 14px; font-size: 25px; }
.diagnosis-card p { color: #60706a; font-size: 14px; }
.diagnosis-card ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-dark); list-style: none; }
.diagnosis-card li { position: relative; padding: 5px 0 5px 18px; font-size: 12px; font-weight: 700; }
.diagnosis-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; background: #27865d; border-radius: 50%; }
.disclaimer { margin-top: 22px; color: #74817d; font-size: 11px; }

.report { background: #dce4d9; }
.report__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.report__content > p:not(.section-number) { color: #586961; }
.report__points { display: grid; gap: 8px; margin-top: 30px; }
.report__points span { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.report__points b { width: 48px; padding: 4px 0; text-align: center; background: var(--ink); color: var(--mint); border-radius: 4px; font-family: var(--font-display); font-size: 8px; letter-spacing: .1em; }
.report-sheet { position: relative; padding: 32px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.8deg); }
.report-sheet::before { content: ""; position: absolute; left: -16px; top: 18px; width: 32px; height: 6px; background: var(--mint); }
.report-sheet__head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.report-sheet__head span { font-family: var(--font-display); font-size: 18px; font-weight: 900; letter-spacing: .14em; }
.report-sheet__head small, .report-sheet__head b { font-size: 7px; letter-spacing: .12em; }
.report-sheet__head b { padding: 4px 8px; background: #e7efe9; color: #426758; }
.report-sheet__score { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 18px; }
.report-sheet__score small, .report-sheet__score strong { display: block; }
.report-sheet__score small { color: #68766f; font-size: 8px; letter-spacing: .15em; }
.report-sheet__score strong { font-family: var(--font-display); font-size: 42px; line-height: 1; }
.report-sheet__score strong em { font-size: 12px; font-style: normal; color: #6f7c77; }
.report-sheet__score > span { padding: 7px 12px; background: var(--mint); border-radius: 999px; font-size: 10px; font-weight: 800; }
.report-sheet__row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line-dark); }
.report-sheet__row > b { font-family: var(--font-display); font-size: 11px; color: #4f665d; }
.report-sheet__row strong, .report-sheet__row small { display: block; }
.report-sheet__row strong { font-size: 12px; }.report-sheet__row small { color: #718078; font-size: 9px; }
.report-sheet__row em { font-style: normal; font-family: var(--font-display); font-size: 8px; font-weight: 800; }

.flow { background: var(--paper); }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.flow-list li { position: relative; min-height: 260px; padding: 28px 28px 0 0; border-right: 1px solid var(--line-dark); }
.flow-list li:last-child { border-right: 0; padding-left: 28px; }
.flow-list li:not(:first-child) { padding-left: 28px; }
.flow-list li > span { display: grid; place-items: center; width: 46px; height: 46px; background: var(--ink); color: var(--mint); border-radius: 50%; font-family: var(--font-display); font-size: 11px; }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 40px; z-index: 2; color: #72847d; background: var(--paper); padding: 0 4px; }
.flow-list h3 { margin: 48px 0 12px; font-size: 21px; }.flow-list p { color: #60706a; font-size: 13px; }

.form-section { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.form-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(159,255,201,.11) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, #000, transparent); }
.form-section__glow { position: absolute; width: 600px; height: 600px; left: -200px; top: -100px; background: radial-gradient(circle, rgba(102,245,166,.15), transparent 68%); }
.form-section__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.form-section__content { position: sticky; top: 132px; }
.form-section__content > p:not(.section-number) { color: #a8b7b2; }
.form-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 36px 0 0; padding: 0; list-style: none; }
.form-benefits li { padding: 18px 12px; border: 1px solid var(--line); border-radius: 10px; }
.form-benefits strong, .form-benefits span { display: block; }.form-benefits strong { color: var(--mint); font-family: var(--font-display); font-size: 15px; }.form-benefits span { color: #788b84; font-size: 9px; }
.form-card { padding: 38px; background: var(--white); color: var(--ink); border-radius: var(--radius); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.form-card__head { display: grid; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line-dark); }
.form-card__head span { color: #21865a; font-family: var(--font-display); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.form-card__head strong { margin: 5px 0; font-size: 24px; }.form-card__head small { color: #708078; font-size: 10px; }
.form-placeholder { padding: 60px 22px; text-align: center; background: #eef1eb; border: 1px dashed #9ba9a1; border-radius: 12px; }
.form-placeholder p { color: #55655d; font-size: 13px; }.form-placeholder a { color: #176c48; font-weight: 800; text-decoration: underline; }
.wpcf7-form { display: grid; gap: 18px; }
.wpcf7-form p { margin: 0; }
.wpcf7-form label { display: block; color: #2c3c35; font-size: 12px; font-weight: 800; }
.wpcf7-form .required { margin-left: 6px; color: #d05151; font-size: 9px; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form select, .wpcf7-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #ced5cf; background: #f8f8f4; border-radius: 8px; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.wpcf7-form textarea { min-height: 110px; resize: vertical; }
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus { border-color: #299866; box-shadow: 0 0 0 3px rgba(41,152,102,.11); }
.wpcf7-form .wpcf7-list-item { margin: 0; }
.wpcf7-form input[type="submit"] { width: 100%; min-height: 60px; border: 0; background: var(--ink); color: var(--mint); border-radius: 999px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.wpcf7-form input[type="submit"]:hover { background: #153c2f; transform: translateY(-2px); }
.wpcf7-not-valid-tip { font-size: 10px; }.wpcf7 form .wpcf7-response-output { margin: 0; padding: 12px; border-radius: 8px; font-size: 12px; }

.faq { background: var(--paper-2); }
.faq__grid { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line-dark); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; gap: 18px; align-items: center; position: relative; padding: 25px 44px 25px 0; list-style: none; cursor: pointer; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #208358; font-family: var(--font-display); }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; font-size: 22px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 44px 24px 35px; color: #5e6f67; font-size: 13px; }

.closing-cta { padding: 120px 0; background: var(--mint); color: var(--ink); text-align: center; }
.closing-cta__inner > span { font-family: var(--font-display); font-size: 10px; font-weight: 900; letter-spacing: .24em; }
.closing-cta h2 { margin: 20px 0 34px; font-size: clamp(44px, 5.4vw, 76px); }
.closing-cta .button { background: var(--ink); color: var(--mint); border-color: var(--ink); }

.site-footer { padding: 72px 0 24px; background: #04100d; color: var(--paper); }
.site-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.brand--footer { margin-bottom: 18px; }.site-footer__grid p { color: #7e918a; font-size: 12px; line-height: 1.7; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(140px, 1fr)); gap: 12px 28px; margin: 0; padding: 0; list-style: none; }
.footer-nav a { color: #99aaa4; font-size: 12px; }.footer-nav a:hover { color: var(--mint); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #52645e; font-size: 9px; letter-spacing: .08em; }
.site-footer__bottom p { margin: 0; }
.mobile-cta { display: none; }

.content-area { min-height: 70vh; padding: 160px 0 100px; background: var(--paper); }
.content-shell--narrow { max-width: 860px; }
.content-header { margin-bottom: 52px; padding-bottom: 24px; border-bottom: 1px solid var(--line-dark); }
.content-header h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.2; letter-spacing: -.04em; }
.entry-content h2 { margin-top: 2.2em; font-size: 30px; }.entry-content h3 { margin-top: 1.8em; font-size: 22px; }.entry-content p, .entry-content li { color: #43534c; }.entry-content a { color: #13714a; text-decoration: underline; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.post-card { background: var(--white); border-radius: 16px; overflow: hidden; }.post-card a { display: block; padding: 24px; }.post-card img { margin: -24px -24px 20px; width: calc(100% + 48px); }.post-card time { color: #687970; font-size: 10px; }.post-card h2 { font-size: 21px; line-height: 1.45; }.post-card p { color: #5b6c64; font-size: 12px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .primary-nav__list { display: none; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero__content { max-width: 720px; }
  .hero__visual { min-height: 510px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .report__grid, .form-section__grid { grid-template-columns: 1fr; }
  .about__visual { order: 2; }.about__content { order: 1; }.form-section__content { position: static; }
  .flow-list { grid-template-columns: repeat(2, 1fr); }.flow-list li:nth-child(2) { border-right: 0; }.flow-list li:nth-child(2)::after { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); --radius: 17px; }
  body { font-size: 15px; padding-bottom: 58px; }
  .section { padding: 86px 0; }
  .site-header__inner { height: 70px; }
  .brand__mark { width: 28px; height: 28px; }.brand__type strong { font-size: 19px; }.brand__type small { font-size: 7px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 70px 0 0; display: none; padding: 30px 20px; background: rgba(7,21,18,.98); }
  .primary-nav.is-open { display: block; }
  .primary-nav__list { display: grid; gap: 0; }
  .primary-nav__list li { border-bottom: 1px solid var(--line); }.primary-nav__list a { display: block; padding: 18px 4px; font-size: 15px; }
  .primary-nav .button { width: 100%; margin-top: 28px; }
  .hero { padding-top: 118px; }
  .hero__grid { gap: 20px; }
  .eyebrow { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 10px; }
  .hero h1 { margin-top: 18px; font-size: clamp(39px, 12vw, 55px); line-height: 1.16; }
  .hero__lead { font-size: 16px; }.desktop-only { display: none; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 16px; margin: 28px 0; }.hero__actions .button { width: 100%; }.hero__actions .text-link { align-self: center; }
  .hero__facts { width: 100%; justify-content: space-between; }.hero__facts li { min-width: 0; padding-right: 10px; margin-right: 10px; }.hero__facts strong { font-size: 12px; }.hero__facts span { font-size: 8px; }
  .hero__visual { min-height: 420px; margin-inline: -8px; }.orbit--one { width: 390px; height: 390px; }.orbit--two { width: 290px; height: 290px; }
  .dashboard-card { width: 96%; padding: 0 14px 14px; transform: perspective(900px) rotateY(-3deg) rotateX(2deg); }.dashboard-card__body { gap: 18px; padding: 22px 0 18px; }.score-ring { width: 88px; }.score-ring strong { font-size: 27px; }.issue-list li { grid-template-columns: 28px 1fr auto; padding: 10px; }.floating-tag--top { right: 0; top: 7%; }.floating-tag--bottom { left: 0; bottom: 6%; }
  .hero__ticker { font-size: 9px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .about h2, .report h2, .form-section h2, .closing-cta h2 { font-size: 38px; }
  .problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: 245px; }.problem-card h3 { margin-top: 38px; }
  .about__grid { gap: 50px; }.about__visual { min-height: 400px; }.about__visual::before { width: 350px; height: 350px; }.about__visual::after { width: 260px; height: 260px; }.atlas-core { width: 190px; height: 190px; }.atlas-core strong { font-size: 28px; }
  .check-list { grid-template-columns: 1fr; }
  .diagnosis-grid { grid-template-columns: 1fr; }.diagnosis-card { min-height: auto; }.diagnosis-card h3 { margin-top: 34px; }
  .report__grid { gap: 50px; }.report-sheet { padding: 22px 18px; transform: rotate(.8deg); }.report-sheet__head { grid-template-columns: auto 1fr; }.report-sheet__head b { display: none; }
  .flow-list { grid-template-columns: 1fr; }.flow-list li, .flow-list li:not(:first-child), .flow-list li:last-child { min-height: auto; padding: 24px 0 34px 70px; border-right: 0; border-bottom: 1px solid var(--line-dark); }.flow-list li > span { position: absolute; left: 0; top: 23px; }.flow-list li::after { display: none; }.flow-list h3 { margin: 0 0 6px; }
  .form-section__grid { gap: 44px; }.form-benefits strong { font-size: 12px; }.form-card { padding: 26px 18px; }
  .faq__grid { grid-template-columns: 1fr; gap: 24px; }.faq-list summary { padding-right: 34px; }
  .closing-cta { padding: 84px 0; }.closing-cta h2 { font-size: 44px; }
  .site-footer__grid { grid-template-columns: 1fr; }.site-footer__bottom { flex-direction: column; }.footer-nav { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; z-index: 120; inset: auto 0 0; display: grid; place-items: center; height: 58px; background: var(--mint); color: var(--ink); font-size: 13px; font-weight: 900; box-shadow: 0 -10px 28px rgba(0,0,0,.15); }
  .post-grid { grid-template-columns: 1fr; }
}
