:root {
  --ink: #111111;
  --muted: #626262;
  --line: #d7d7d7;
  --soft: #f2f2f0;
  --soft-2: #e8e8e6;
  --paper: #ffffff;
  --dark: #111111;
  --container: 1120px;
  --sans: "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
*[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; letter-spacing: .015em; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 112px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--dark); color: #fff; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; border: 2px solid var(--ink); border-radius: 50%; font-size: 10px; letter-spacing: -.06em; }
.header-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; margin-right: 28px; }
.header-nav a { color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.header-nav a:hover { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: rgba(17,17,17,.55); color: #fff; }
.section { padding: 128px 0; }
.section[id] { scroll-margin-top: 88px; }
.section-gray { background: var(--soft); }
.section-dark { background: var(--dark); color: #fff; }
.section-kicker { margin: 0 0 20px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.section-dark .section-kicker, .light-heading .section-kicker { color: #aaaaaa; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 30px; font-size: clamp(48px, 5.2vw, 72px); font-weight: 800; }
h1 em { font-family: var(--sans); color: #777; font-weight: 800; font-style: normal; letter-spacing: -.045em; white-space: nowrap; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 68px); font-weight: 800; }
h2 span { font-family: var(--sans); color: #777; font-weight: 800; font-style: normal; letter-spacing: -.045em; white-space: nowrap; }
.section-dark h2 span { color: #aaa; }
.quoted-copy { font-weight: 800; }.quoted-copy .quote-mark { font-weight: 400; }
h3 { margin-bottom: 8px; font-size: 19px; }
p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 20px; border: 1px solid var(--ink); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--dark); color: #fff; }
.button-dark:hover { background: #333; }
.button-light { background: #fff; color: var(--ink); border-color: #fff; }
.button-light:hover { background: #e6e6e6; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link:hover { opacity: .6; }

/* Hero */
.hero { display: grid; align-items: center; min-height: 680px; padding: 98px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 56px; align-items: center; }
.eyebrow { margin-bottom: 22px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.hero-lead { max-width: 430px; margin-bottom: 34px; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-placeholder { min-height: 500px; display: grid; place-items: center; border: 1px dashed #9a9a96; background: #f5f5f3; color: #777; font-size: 14px; letter-spacing: .08em; }
.person-outline, .guide-person { position: relative; width: 108px; height: 142px; border: 1px solid #999; border-radius: 52px 52px 24px 24px; background: #fafafa; }
.person-head { position: absolute; top: 20px; left: 50%; width: 34px; height: 34px; border: 1px solid #777; border-radius: 50%; transform: translateX(-50%); }
.person-body { position: absolute; bottom: 18px; left: 50%; width: 66px; height: 62px; border: 1px solid #777; border-radius: 40px 40px 10px 10px; transform: translateX(-50%); }
.conversation-lines { flex: 1; }
.line { height: 8px; margin: 0 0 12px; background: #b5b5b3; border-radius: 8px; }
.line-long { width: 94%; }.line-medium { width: 70%; }.line-short { width: 44%; }
.conversation-tag { display: table; margin-top: 22px; padding: 7px 11px; border: 1px solid #999; font-size: 11px; }
.dark-tag { margin-top: 9px; background: var(--dark); color: #fff; border-color: var(--dark); }
.trust-strip { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
.trust-items span { display: flex; gap: 14px; align-items: center; justify-content: center; color: var(--muted); font-size: 12px; }
.trust-items span + span { border-left: 1px solid var(--line); }.trust-items b { color: var(--ink); }
.trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 30px 0 26px; }
.trust-stats div { display: flex; flex-direction: column; gap: 2px; padding: 0 24px; }
.trust-stats div:first-child { padding-left: 0; }
.trust-stats div + div { border-left: 1px solid var(--line); }
.trust-stats strong { font-family: var(--sans); font-size: clamp(24px, 2.5vw, 32px); font-weight: 700; font-style: normal; line-height: 1.15; letter-spacing: -.06em; white-space: nowrap; }
.trust-stats span { color: var(--muted); font-size: 11px; }
.trust-stats strong { order: 2; }
.trust-stats small { order: 3; color: #888; font-size: 10px; line-height: 1.4; }

/* Problem */
.problem-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 120px; align-items: start; }
.section-intro p:not(.section-kicker) { max-width: 390px; font-size: 15px; line-height: 1.9; }
.symptom-list { border-top: 1px solid var(--line); }
.symptom-row { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.symptom-number { font-size: 13px; font-weight: 800; }.symptom-row p { margin-bottom: 0; font-size: 13px; }
.root-problem { display: flex; align-items: baseline; gap: 12px; margin-top: 66px; padding: 28px 30px; background: var(--soft-2); flex-wrap: wrap; }.root-problem p { margin: 0; font-size: 14px; }.root-problem strong { font-size: clamp(20px, 2.4vw, 32px); line-height: 1.25; letter-spacing: -.04em; }
.problem-title { white-space: normal; }

/* Guide */
.guide-grid { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: 110px; align-items: center; }
.guide-image { position: relative; min-height: 0; aspect-ratio: 1304 / 1400; background: #dededb; border-radius: 38px; overflow: hidden; }
.image-placeholder { display: grid; place-items: center; border: 1px dashed #9a9a96; border-radius: 0; background: #f5f5f3; color: #777; font-size: 14px; letter-spacing: .08em; }
.image-placeholder::before { display: none; }
.guide-image::before { content: ''; position: absolute; inset: 40px; border: 1px solid #b0b0ad; border-radius: 24px; }
.guide-image-label { position: absolute; top: 28px; left: 30px; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.guide-paper { position: absolute; width: 190px; padding: 16px; background: #fff; border: 0; transform: rotate(-8deg); }.guide-paper span { display: block; margin-bottom: 14px; font-size: 11px; font-weight: 800; }.guide-paper i { display: block; width: 100%; height: 5px; margin: 7px 0; background: #b4b4b1; }.paper-one { top: 105px; left: 45px; }.paper-two { top: 190px; right: 36px; transform: rotate(8deg); }.guide-person { position: absolute; bottom: -4px; left: 50%; width: 150px; height: 210px; background: #f8f8f7; transform: translateX(-50%); }.guide-person .person-head { width: 45px; height: 45px; }.guide-person .person-body { width: 100px; height: 105px; }
.large-copy { max-width: 620px; font-size: 18px; line-height: 1.9; }
.role-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }.role-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }.role-list li > span { font-size: 12px; font-weight: 800; }.role-list b { display: block; font-size: 15px; }.role-list small { color: var(--muted); font-size: 12px; }

/* What we do */
.support { padding-top: 0; }.support-groups { display: block; }.support-group { padding: 32px 34px 34px; border: 1px solid var(--line); background: #fff; }.support-basic { border-color: var(--ink); }.support-option { margin-top: 18px; background: var(--soft); }.support-group-head { display: flex; align-items: flex-start; gap: 18px; min-height: 82px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.support-badge { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 23px; padding: 0 9px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.support-badge-option { border-color: #8c8c88; color: var(--muted); }.support-group h3 { margin: 0 0 7px; font-size: 23px; }.support-group-head p { margin: 0; font-size: 12px; line-height: 1.7; }.support-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }.support-option .support-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }.support-list li { min-height: 145px; padding: 22px 18px; border: 1px solid var(--line); background: var(--paper); }.support-list strong, .support-list span { display: block; }.support-list strong { margin-bottom: 10px; font-size: 13px; line-height: 1.35; }.support-list span { color: var(--muted); font-size: 11px; line-height: 1.65; }

/* Cases */
.section-heading-row { display: block; margin-bottom: 48px; }.section-heading-row > * { min-width: 0; }.section-heading-row > p { max-width: 720px; margin: 18px 0 0; font-size: 14px; line-height: 1.9; }.light-heading > p { color: #bbb; }.section-heading-row h2 { margin-bottom: 0; text-wrap: balance; }
.case-filters { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; }.filter-button { padding: 9px 13px; border: 1px solid #aaa; border-radius: 999px; color: var(--muted); background: transparent; font-size: 11px; cursor: pointer; }.filter-button.is-active, .filter-button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }.filter-caption { margin-left: auto; color: var(--muted); font-size: 10px; }
.filter-button-muted { background: #fff; }
.case-result-bar { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 0 0 22px; color: var(--muted); font-size: 11px; }.case-result-bar span:first-child { color: var(--ink); font-weight: 700; }.case-result-bar b { color: var(--ink); }
.case-summary { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }.case-summary strong { font-size: 16px; }.case-summary span { color: var(--muted); font-size: 12px; }
.featured-case { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 430px; background: #fff; }.case-visual { position: relative; display: grid; place-items: center; padding: 44px; background: #ddd; }.case-label { position: absolute; top: 23px; left: 25px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.case-dashboard { width: min(100%, 370px); padding: 18px; background: #f6f6f5; border: 1px solid #999; }.dashboard-head { display: flex; gap: 5px; padding-bottom: 17px; border-bottom: 1px solid #bbb; }.dashboard-head span { width: 7px; height: 7px; border: 1px solid #777; border-radius: 50%; }.dashboard-row { display: grid; grid-template-columns: 18px 1fr 44px; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid #c9c9c7; }.dashboard-row i { width: 18px; height: 18px; border: 1px solid #888; border-radius: 50%; }.dashboard-row b { height: 7px; background: #a4a4a1; }.dashboard-row em { height: 15px; background: #ccc; }.active-row { background: #d5d5d2; }.dashboard-chart { display: flex; align-items: end; gap: 12px; height: 80px; padding-top: 18px; }.dashboard-chart span { flex: 1; background: #777; }.dashboard-chart span:nth-child(1) { height: 30%; }.dashboard-chart span:nth-child(2) { height: 60%; }.dashboard-chart span:nth-child(3) { height: 43%; }.dashboard-chart span:nth-child(4) { height: 78%; }.dashboard-chart span:nth-child(5) { height: 92%; }
.case-detail { padding: 50px 55px; }.case-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }.case-meta span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }.case-detail h3 { max-width: 520px; margin-bottom: 30px; font-size: clamp(25px, 3vw, 40px); }.case-flow { margin: 0 0 32px; }.case-flow div { display: grid; grid-template-columns: 86px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }.case-flow dt { font-size: 11px; font-weight: 800; }.case-flow dd { margin: 0; color: var(--muted); font-size: 12px; }.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 0; }.case-item { position: relative; display: block; min-height: 178px; padding: 30px 24px 24px; overflow: hidden; background: #fff; border: 1px solid var(--line); }.case-index { position: absolute; top: 8px; right: 16px; z-index: 0; color: rgba(54, 14, 150, .06); font-family: var(--sans); font-size: 76px; font-weight: 800; font-style: normal; line-height: 1; letter-spacing: -.08em; }.case-item-visual { display: grid; place-items: center; min-height: 68px; margin-bottom: 14px; background: #d5d5d2; }.case-item-visual span { font-family: var(--sans); font-size: 28px; font-weight: 800; font-style: normal; }.case-item-meta { position: relative; z-index: 1; }.case-item-meta b, .case-item-meta span, .case-item-meta small { display: block; }.case-item-meta b { margin-bottom: 5px; font-size: 13px; }.case-item-meta span, .case-item-meta small { color: var(--muted); font-size: 10px; }.case-item-meta p { max-width: 310px; margin: 0; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.65; }.case-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 46px; padding-top: 27px; border-top: 1px solid var(--ink); }.case-cta p { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.case-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; }.case-tags span { display: inline; padding: 0; border: 0; border-radius: 0; color: var(--muted); font-size: 11px; }
.case-more { margin-top: 18px; }.case-more summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; }.case-more summary::-webkit-details-marker { display: none; }.case-more-icon { font-size: 18px; font-weight: 400; line-height: 1; }.case-more[open] .case-more-icon { transform: rotate(45deg); }.case-grid-more { margin-top: 16px; }

/* Discover */
.discover-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 120px; align-items: start; }.discover-grid > * { min-width: 0; }.discover-copy h2 .quoted-copy { white-space: normal; }.discover-copy p:not(.section-kicker) { max-width: 390px; font-size: 15px; line-height: 1.9; }.question-flow { padding-top: 8px; }.question-step { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; padding: 25px 0; }.question-step > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; }.question-step b { display: block; margin-bottom: 5px; font-size: 19px; letter-spacing: -.03em; }.question-step small { color: var(--muted); font-size: 12px; }.question-connector { width: 1px; height: 25px; margin-left: 20px; background: var(--ink); }.discover-result { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 20px; background: var(--soft); }.discover-result span { color: var(--muted); font-size: 11px; }.discover-result strong { font-size: 12px; }

/* Outcomes */
.before-after { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 26px; align-items: center; }.state-block { min-height: 230px; padding: 30px; border-radius: 18px; }.state-before { background: #3a3a3a; }.state-after { background: #fff; color: var(--ink); }.state-label { display: block; margin-bottom: 30px; color: #aaa; font-size: 11px; font-weight: 800; letter-spacing: .14em; }.state-after .state-label { color: var(--muted); }.state-block h3 { font-size: 25px; }.state-block ul { margin: 25px 0 0; padding-left: 19px; color: #bdbdbd; font-size: 13px; }.state-after ul { color: var(--muted); }.state-block li + li { margin-top: 8px; }.state-arrow { display: grid; place-items: center; font-size: 38px; color: #888; }

/* Process */
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.process-step { position: relative; min-height: 320px; padding: 32px 26px; background: var(--soft); }.process-step + .process-step { padding-left: 26px; border-left: 0; }.process-number { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 30px; border: 0; border-radius: 50%; font-size: 11px; font-weight: 800; background: var(--ink); color: #fff; }.process-step h3 { font-size: 18px; }.process-step p { min-height: 64px; margin-bottom: 22px; font-size: 12px; }.process-step > span { display: block; padding-top: 13px; border-top: 0; color: var(--muted); font-size: 10px; }.process-footnote { margin-top: 45px; padding: 16px 18px; background: var(--soft); font-size: 12px; }

/* Scope */
.scope-map { display: grid; grid-template-columns: 1.35fr 45px 1fr; gap: 14px; align-items: stretch; }.scope-block { display: flex; flex-direction: column; min-height: 300px; padding: 27px; border: 1px solid #aaa; background: #fff; }.scope-core { border: 2px solid var(--ink); }.scope-index { margin-bottom: 42px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.scope-block h3 { margin-bottom: 14px; font-size: 24px; }.scope-block strong { margin-bottom: 20px; font-size: 16px; }.scope-block p { font-size: 12px; }.scope-block ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; }.scope-status { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }.scope-arrow { display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 10px; writing-mode: vertical-rl; }.scope-note { margin: 26px 0 0; color: var(--muted); font-size: 10px; }

/* Assurance */
.comparison-grid { display: grid; grid-template-columns: .8fr 1.2fr 1.2fr; border-top: 1px solid var(--ink); }.comparison-grid > div { min-height: 62px; padding: 17px 18px; border-bottom: 1px solid var(--line); font-size: 12px; }.comparison-label { color: var(--muted); font-size: 10px !important; font-weight: 800; letter-spacing: .08em; }.comparison-highlight { background: var(--soft); font-weight: 700; }.authority-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 86px; align-items: start; }.authority-stats { display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--ink); }.authority-stats div { display: flex; flex-direction: column; gap: 8px; padding: 22px 0; border-bottom: 1px solid var(--line); }.authority-stats div:first-child { padding-left: 0; }.authority-stats div + div { border-left: 0; }.authority-stats span { color: var(--muted); font-size: 11px; }.authority-stats strong { font-family: var(--sans); font-size: clamp(28px, 3vw, 42px); font-weight: 700; font-style: normal; line-height: 1.1; letter-spacing: -.06em; white-space: nowrap; }.authority-stats small { color: var(--muted); font-size: 10px; line-height: 1.5; }.faq { margin-top: 18px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.faq summary { display: flex; justify-content: space-between; padding: 20px 0; cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 0 0 25px; }.faq-content p { margin: 0; font-size: 12px; }.faq-content b { color: var(--ink); }.consult .faq { border-color: #555; text-align: left; }.consult .faq summary { color: #fff; }.consult .faq-content p { color: #aaa; }.consult .faq-content b { color: #fff; }
.pricing-heading { max-width: 980px; margin-bottom: 48px; }.pricing-heading h2 { margin-bottom: 14px; }.pricing-subtitle { margin-bottom: 20px; font-size: clamp(24px, 3.2vw, 40px); font-weight: 800; }.pricing-subtitle span { color: #777; font-weight: 800; }.pricing-heading > p:not(.section-kicker) { max-width: 780px; margin-bottom: 0; font-size: 16px; line-height: 1.9; }.pricing-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 1fr); border: 1px solid var(--ink); }.pricing-main { display: flex; flex-direction: column; justify-content: center; min-height: 360px; padding: 46px 54px; border-right: 1px solid var(--ink); }.pricing-main span, .pricing-details span { color: var(--muted); font-size: 13px; }.pricing-main strong { margin: 14px 0 4px; font-size: clamp(54px, 7vw, 96px); line-height: 1; letter-spacing: -.07em; }.pricing-main small { color: var(--muted); font-size: 13px; }.pricing-details { display: grid; grid-template-rows: repeat(3, 1fr); }.pricing-details div { display: flex; flex-direction: column; justify-content: center; gap: 8px; min-height: 120px; padding: 24px 42px; }.pricing-details div + div { border-top: 1px solid var(--ink); }.pricing-details strong { font-size: clamp(24px, 3vw, 34px); line-height: 1.1; letter-spacing: -.04em; }.pricing-note { grid-column: 1 / -1; margin: 0; padding: 22px 42px; background: var(--soft); color: var(--ink); font-size: 12px; line-height: 1.8; }.pricing-contrast { display: grid; grid-template-columns: 190px 1fr; gap: 7px 24px; margin-top: 18px; padding: 24px 28px; background: var(--soft-2); }.pricing-contrast span { color: var(--muted); font-size: 12px; }.pricing-contrast strong { font-size: 16px; line-height: 1.5; }.pricing-contrast p { grid-column: 2; margin: 0; font-size: 12px; line-height: 1.7; }.pricing-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; }.pricing-cta p { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.authority-heading { max-width: 820px; margin: 0; }.authority-heading h2 { margin-bottom: 22px; }.authority-heading > p:not(.section-kicker) { max-width: 620px; font-size: 14px; line-height: 1.9; }

/* Consult */
.consult-inner { max-width: 850px; text-align: center; }.consult-inner h2 { font-size: clamp(44px, 6vw, 78px); }.consult-lead { max-width: 650px; margin: 0 auto 46px; color: #c3c3c3; font-size: 16px; line-height: 1.9; }.consult-form { padding: 30px; background: #1a1a1a; text-align: left; }.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.consult-form label { display: flex; flex-direction: column; gap: 7px; color: #c7c7c7; font-size: 11px; font-weight: 700; }.consult-form input, .consult-form textarea { width: 100%; border: 1px solid #666; border-radius: 0; background: #fff; color: var(--ink); font: inherit; padding: 11px 12px; }.consult-form textarea { resize: vertical; min-height: 120px; }.form-full { grid-column: 1 / -1; }.consult-form .button { margin-top: 22px; cursor: pointer; }.form-status { margin: 14px 0 0; color: #cfcfcf; font-size: 11px; }.consult-note { max-width: 560px; margin: 20px auto 0; color: #888; font-size: 10px; }.site-footer { padding: 34px 0 80px; background: #0b0b0b; color: #fff; border-top: 1px solid #444; }.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }.footer-inner p { margin: 13px 0 0; color: #888; font-size: 11px; }.footer-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; }.footer-nav a { color: #aaa; font-size: 11px; border-bottom: 1px solid transparent; }.footer-nav a:hover { color: #fff; border-color: #fff; }.footer-inner > span { color: #777; font-size: 10px; white-space: nowrap; }.mobile-cta { display: none; }

/* Keep the form fields comfortable to tap and make the examples readable. */
.consult-form input, .consult-form textarea { min-height: 56px; padding: 14px 15px; font-size: 14px; line-height: 1.5; }
.consult-form textarea { min-height: 168px; }
.consult-form input::placeholder, .consult-form textarea::placeholder { color: #9a9a9a; opacity: 1; font-weight: 400; }

@media (max-width: 1000px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .hero-grid, .guide-grid, .problem-grid, .discover-grid { gap: 60px; }
  .header-nav { gap: 16px; margin-right: 18px; }
  .support-groups { grid-template-columns: 1fr; }
  .scope-map { grid-template-columns: 1fr; gap: 0; }.scope-arrow { min-height: 42px; writing-mode: initial; }.scope-block { min-height: auto; }
  .scope-status { margin-top: 28px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 36px, var(--container)); }
  .section { padding: 82px 0; }
  .site-header { position: relative; }.section[id] { scroll-margin-top: 76px; }.header-inner { min-height: 64px; flex-wrap: wrap; }.header-nav { order: 3; flex: 1 0 100%; gap: 20px; margin: 0; padding: 0 0 12px; overflow-x: auto; scrollbar-width: none; }.header-nav::-webkit-scrollbar { display: none; }.header-cta { padding: 8px 10px; font-size: 10px; }.brand { font-size: 13px; }.brand-mark { width: 28px; height: 28px; font-size: 9px; }
  h1 { font-size: clamp(42px, 11vw, 60px); }.hero { padding: 70px 0 62px; }.hero-grid, .guide-grid, .problem-grid, .discover-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }.hero-lead { font-size: 15px; }.hero-placeholder { min-height: 260px; }.trust-items { grid-template-columns: 1fr; gap: 11px; padding: 16px 0; }.trust-items span { justify-content: flex-start; }.trust-items span + span { padding-top: 11px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.trust-stats { grid-template-columns: 1fr; gap: 16px; padding: 22px 0 20px; }.trust-stats div, .trust-stats div:first-child { padding: 0; }.trust-stats div + div { padding-top: 16px; border-top: 1px solid var(--line); border-left: 0; }.quoted-copy, h2 span { white-space: normal; }
  .section-heading-row { display: block; margin-bottom: 34px; }.section-heading-row > p { margin-top: 20px; }.symptom-row { grid-template-columns: 42px 1fr; }.root-problem { display: block; }.root-problem strong { display: block; margin-top: 8px; }.guide-image { min-height: 0; }.guide-image::before { inset: 24px; }.guide-paper { width: 145px; padding: 12px; }.paper-one { left: 25px; }.paper-two { right: 18px; }.guide-person { transform: translateX(-50%) scale(.8); transform-origin: bottom center; }.large-copy { font-size: 16px; }.role-list li { grid-template-columns: 36px 1fr; }.role-list small { display: block; line-height: 1.5; }.support-group { padding: 22px 20px 6px; }.support-group-head { gap: 12px; }.support-group h3 { font-size: 20px; }.support-list { grid-template-columns: 1fr; }.case-filters { gap: 6px; }.filter-caption { width: 100%; margin: 3px 0 0; }.case-result-bar { margin-bottom: 18px; }.case-summary { display: block; }.case-summary span { display: block; margin-top: 8px; }.featured-case { grid-template-columns: 1fr; }.case-visual { min-height: 280px; padding: 32px; }.case-detail { padding: 34px 24px; }.case-detail h3 { font-size: 28px; }.case-flow div { grid-template-columns: 68px 1fr; gap: 12px; }.case-grid { grid-template-columns: 1fr; gap: 12px; }.case-item { min-height: 160px; }.case-item-visual { min-height: 80px; }.case-cta { display: block; }.case-cta p { margin-bottom: 18px; }.discover-result { display: block; }.discover-result strong { display: block; margin-top: 7px; }.before-after { grid-template-columns: 1fr; gap: 10px; }.state-arrow { transform: rotate(90deg); height: 32px; }.state-block { min-height: auto; }.process-line { grid-template-columns: 1fr; border-top: 1px solid var(--ink); }.process-step, .process-step + .process-step { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }.process-step p { min-height: 0; }.process-number { margin-bottom: 16px; }.comparison-grid { display: block; border-top: 0; }.comparison-grid > div { min-height: 0; padding: 12px 14px; }.comparison-label { display: none; }.comparison-grid > div:nth-child(3n + 1) { padding-top: 24px; border-top: 1px solid var(--ink); font-weight: 800; }.comparison-grid > div:nth-child(3n + 2) { padding-bottom: 4px; border-bottom: 0; color: var(--muted); }.comparison-grid > div:nth-child(3n) { padding-top: 4px; }.authority-stats { grid-template-columns: 1fr; gap: 16px; margin-top: 42px; padding-top: 22px; }.authority-stats div, .authority-stats div:first-child { padding: 0; }.authority-stats div + div { padding-top: 16px; border-top: 1px solid var(--line); border-left: 0; }.faq-content { grid-template-columns: 1fr; gap: 18px; }.consult-form { padding: 20px; }.form-fields { grid-template-columns: 1fr; }.form-full { grid-column: auto; }.footer-inner { display: block; }.footer-inner > span { display: block; margin-top: 25px; }.mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 30; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; }
}

/* Local surface design trial: Apple-inspired palette and typography from DESIGN.md. */
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --soft: #f5f5f6;
  --soft-2: #f5f5f6;
  --paper: #fff;
  --surface: #fff;
  --dark: #1d1d1f;
  --accent: #360e96;
  --accent-focus: #360e96;
  --accent-on-dark: #9b82e0;
  --sans: "Noto Sans JP", sans-serif;
}
body { background: var(--paper); color: var(--ink); font-family: var(--sans); letter-spacing: -.01em; }
.container { width: min(var(--container), calc(100% - 112px)); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(210,210,215,.72); backdrop-filter: blur(20px); }
.header-inner { min-height: 64px; }
.brand { color: var(--ink) !important; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { width: 28px; height: 28px; border: 0 !important; background: var(--ink); color: #fff; font-weight: 600; }
.header-nav { gap: 24px; }
.header-nav a { color: var(--muted) !important; font-weight: 400; }
.header-nav a:hover { color: var(--accent) !important; }
.header-cta { border: 0; background: var(--accent) !important; color: #fff; font-weight: 400; }
.header-cta:hover { background: var(--accent-focus) !important; }
.menu-toggle { border-color: var(--ink) !important; color: var(--ink) !important; }
.section { padding: 144px 0; }
.section-gray { background: var(--soft); }
.section-dark { background: var(--dark); }
.section-kicker { margin-bottom: 22px; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
h1, h2, h3 { color: var(--ink); font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(52px, 6vw, 76px); }
h1 em { color: var(--accent); font-weight: inherit; }
h2 { font-size: clamp(40px, 4.8vw, 64px); }
h2 span { color: var(--accent); font-weight: 600; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark h2 span, .section-dark .section-kicker, .light-heading .section-kicker { color: var(--accent-on-dark); }
.section-dark .state-after h3 { color: var(--ink); }
p { color: var(--muted); }
.button { min-height: 44px; padding: 0 22px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 400; }
.button-dark { background: var(--accent) !important; color: #fff; }
.button-dark:hover { background: var(--accent-focus) !important; }
.button-light { background: #fff; color: var(--accent); }
.text-link { color: var(--accent); border-bottom: 0; font-weight: 400; }
.text-link:hover { color: var(--accent-focus); opacity: 1; }

.hero { min-height: 760px; padding: 132px 0 120px; overflow: visible; background: var(--paper) !important; color: var(--ink); }
.hero::before { display: none; }
.hero-grid { gap: 80px; }
.hero .eyebrow { color: var(--accent); }
.hero .eyebrow::before { display: none; }
.hero h1 { color: var(--ink); font-size: clamp(52px, 6vw, 76px); }
.hero h1 em { color: var(--accent); }
.hero-lead { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-placeholder { min-height: 520px; border: 0; background: transparent; overflow: visible; }
.hero-placeholder img, .guide-image img { filter: drop-shadow(0 18px 32px rgba(0,0,0,.12)); }
.trust-strip { border: 0; background: var(--soft); }
.trust-stats { padding: 40px 0 36px; }
.trust-stats div + div { border-left-color: var(--line); }
.trust-stats strong { color: var(--ink); font-size: clamp(28px, 3vw, 38px); font-weight: 600; }

.problem-grid .symptom-list { gap: 16px; }
.problem-grid .symptom-row { padding: 26px 28px; border: 0; border-radius: 20px; background: var(--surface); }
.root-problem { border-radius: 20px; background: var(--soft-2); }
.guide-image.image-placeholder { border-radius: 24px; }
.role-list { border-top: 0; }
.role-list li { padding: 20px 0; border-bottom-color: var(--line); }
.support-group { border: 0; border-radius: 24px; }
.support-basic { background: var(--soft); }
.support-option { background: var(--soft-2); }
.support-badge { background: var(--accent); color: #fff; }
.support-badge-option { background: rgba(255,255,255,.72); color: var(--ink); }
.support-list { gap: 16px; }
.support-list li { min-height: 150px; border: 0; border-radius: 18px; background: var(--surface); }
.cases .section-heading-row { margin-bottom: 56px; }
.filter-button { border: 0; border-radius: 999px; background: var(--surface); color: var(--muted); }
.filter-button.is-active, .filter-button:hover { background: var(--accent); color: #fff; }
.case-item { border: 0; border-radius: 20px; background: var(--surface); }
.case-item-visual { border-radius: 14px; background: var(--soft-2); }
.case-more summary { border: 0; border-radius: 999px; background: var(--surface); color: var(--accent); }
.outcomes { background: var(--dark); }
.state-block { border-radius: 24px; }
.state-before { background: #2a2a2c; }
.state-after { background: var(--surface); }
.state-arrow { color: var(--accent); }
.process-step { border-radius: 20px; background: var(--soft); }
.process-number { background: var(--accent); }
.process-footnote { border-radius: 16px; background: var(--soft); }
.pricing-panel { border-radius: 24px; background: var(--soft); }
.pricing-main, .pricing-included { background: transparent; }
.pricing-main strong { font-size: clamp(44px, 5vw, 68px); font-weight: 600; }
.check { background: var(--surface); color: var(--accent); }
.pricing-cta .button { background: var(--accent); }
.comparison-grid { border-top-color: var(--line); }
.comparison-grid > div { border-bottom-color: var(--line); }
.comparison-highlight { background: var(--soft-2); }
.authority-stats { border-top-color: var(--line); }
.authority-stats div { border-bottom-color: var(--line); }
.consult { background: #000; }
.consult-form { border-radius: 24px; background: #1d1d1f; }
.consult-form input, .consult-form textarea { border: 0; border-radius: 12px; }
.consult-form .button-light { background: var(--accent); color: #fff; }
.site-footer { background: #000; border-top: 0; }

@media (max-width: 1000px) { .container { width: min(var(--container), calc(100% - 48px)); } }
@media (max-width: 760px) {
  .container { width: min(100% - 36px, var(--container)); }
  .section { padding: 92px 0; }
  .hero { min-height: auto; padding: 82px 0 76px; }
  .hero-grid, .guide-grid, .problem-grid, .discover-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero-lead { font-size: 15px; }
  .hero-placeholder { min-height: 280px; }
  h1 { font-size: clamp(44px, 12vw, 62px); }
  h2 { font-size: clamp(36px, 10vw, 54px); }
  .trust-stats { padding: 28px 0; }
  .problem-grid .symptom-row { padding: 22px; }
  .support-group, .state-block { border-radius: 20px; }
}

@media (max-width: 760px) {
  .support { padding-top: 0; }
  .support-option .support-list { grid-template-columns: 1fr; }
  .process-line { gap: 12px; border-top: 0; }
  .process-step, .process-step + .process-step { min-height: 0; padding: 24px; border: 0; }
  .authority-layout { grid-template-columns: 1fr; gap: 48px; }
  .authority-stats { margin-top: 0; padding-top: 0; }
  /* Keep the authority stats separators consistent with the KV trust strip. */
  .authority-stats div { border-bottom: 0; }
  .authority-stats div + div { border-top: 1px solid var(--line); }
  .footer-nav { justify-content: flex-start; margin-top: 26px; }
  .pricing-panel { grid-template-columns: 1fr; }
  .pricing-main { min-height: 240px; padding: 34px 28px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .pricing-main strong { font-size: clamp(52px, 16vw, 78px); }
  .pricing-details div { min-height: 100px; padding: 22px 28px; }
  .pricing-note { padding: 18px 20px; }
  .pricing-contrast { display: block; padding: 20px; }
  .pricing-contrast strong { display: block; margin: 8px 0; }
  .pricing-cta { display: block; }
  .pricing-cta p { margin-bottom: 18px; }
}

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

/* Reference-driven wireframe refinements: solid surfaces, calm rhythm, no decorative framing. */
.site-header { border-bottom: 0; }
.header-cta, .button { border: 0; border-radius: 999px; }
.hero-placeholder { border: 0; border-radius: 24px; background: transparent; }
.guide-image.image-placeholder { border: 0; border-radius: 32px; background: transparent; }
.guide-image::before { display: none; }
.hero-placeholder img, .guide-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.guide-paper { border: 0; border-radius: 14px; }
.problem-grid .symptom-list { display: grid; gap: 12px; border-top: 0; }
.problem-grid .symptom-row { padding: 22px 24px; border: 0; border-radius: 16px; background: var(--paper); }
.root-problem { border-radius: 16px; }
.support-group { border: 0; border-radius: 18px; }
.support-basic { background: var(--soft); }
.support-option { background: var(--soft-2); }
.support-group-head { border-bottom: 0; }
.support-list li { border: 0; border-radius: 14px; }
.case-item { border: 0; border-radius: 16px; }
.case-item-visual { border-radius: 10px; }
.case-more summary { border: 0; border-radius: 12px; background: var(--soft); }
.process-line { gap: 16px; }
.process-step { border-radius: 16px; }
.process-footnote { border-radius: 12px; }
.scope-block { border: 0; border-radius: 16px; }
.scope-core { border: 0; background: var(--soft); }
.pricing-panel { border: 0; border-radius: 18px; overflow: hidden; background: var(--paper); }
.pricing-main { border-right: 0; background: var(--soft); }
.pricing-contrast { border-radius: 14px; }
.consult-form { border-radius: 18px; }
.consult-form input, .consult-form textarea { border: 0; border-radius: 10px; }
.mobile-cta { border-radius: 999px; }

@media (max-width: 760px) {
  .problem-grid .symptom-row { padding: 20px; }
  .support-group { border-radius: 16px; }
  .process-step, .process-step + .process-step { border: 0; border-radius: 16px; }
  .pricing-main { border-bottom: 0; }
}

/* Pricing and comparison are one decision sequence. */
.pricing { padding-bottom: 64px; }
.assurance { padding-top: 0; }
.assurance-heading { margin-bottom: 32px; }
.assurance-title, .assurance-heading h2 { margin: 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.2; }
.hero-lead strong { color: var(--ink); font-weight: 800; }
.large-copy strong { font-weight: 800; }
.consult-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 760px; margin: 0 auto 28px; text-align: left; }
.consult-points > div { display: flex; flex-direction: column; gap: 8px; padding: 18px; border-radius: 14px; background: #242424; }
.consult-points strong { color: #fff; font-size: 13px; }
.consult-points span { color: #aaa; font-size: 11px; line-height: 1.6; }

@media (max-width: 760px) {
  .pricing { padding-bottom: 48px; }
  .assurance-heading { margin-bottom: 24px; }
  .assurance-title, .assurance-heading h2 { font-size: 30px; }
  .consult-points { grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; }
  .consult-points > div { padding: 14px 16px; }
}

/* Pricing: make the included support visible at a glance. */
.pricing-panel { grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); border: 0; border-radius: 20px; overflow: hidden; background: var(--soft); }
.pricing-main { min-height: 360px; padding: 48px 52px; border: 0; background: transparent; }
.pricing-main strong { margin: 14px 0 4px; font-size: clamp(46px, 5.8vw, 72px); line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
.pricing-term { margin: 28px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.8; }
.pricing-included { padding: 48px 52px; background: transparent; }
.pricing-heading h2 { font-size: clamp(38px, 4.6vw, 64px); }
.pricing-included h3 { margin: 0 0 30px; font-size: 22px; }
.pricing-terms { display: flex; flex-wrap: wrap; gap: 8px 28px; margin: -8px 0 28px; }
.pricing-terms strong { font-size: 13px; line-height: 1.5; }
.included-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 30px; margin: 0; padding: 0; list-style: none; }
.included-list li { display: flex; align-items: center; gap: 12px; min-width: 0; }
.included-list strong { font-size: 14px; line-height: 1.4; }
.check { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: var(--soft-2); color: var(--ink); font-size: 15px; font-weight: 900; line-height: 1; }
.pricing-included-note { margin: 32px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.pricing-note { grid-column: 1 / -1; padding: 20px 52px; background: var(--soft-2); color: var(--ink); font-size: 11px; line-height: 1.8; }

@media (max-width: 760px) {
  .pricing-panel { grid-template-columns: 1fr; }
  .pricing-main { min-height: auto; padding: 34px 28px; }
  .pricing-main strong { font-size: clamp(40px, 10vw, 56px); }
  .pricing-included { padding: 32px 28px; }
  .pricing-heading h2 { font-size: 36px; }
  .pricing-included h3 { margin-bottom: 24px; font-size: 20px; }
  .pricing-terms { display: grid; gap: 8px; margin: -4px 0 24px; }
  .included-list { grid-template-columns: 1fr; gap: 15px; }
  .pricing-included-note { margin-top: 26px; }
  .pricing-note { padding: 18px 20px; }
}

/* Keep the problem conclusion centered and subordinate to the section heading. */
.root-problem { align-items: center; justify-content: center; gap: 8px; text-align: center; }
.root-problem strong { font-size: clamp(18px, 2vw, 24px); }

/* Make BASIC / OPTION labels solid pills rather than outlined tags. */
.support-badge { border: 0; border-radius: 999px; background: var(--ink); color: #fff; }
.support-badge-option { border: 0; background: var(--paper); color: var(--ink); }

/* Mobile header: keep the page navigation compact behind a hamburger. */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 2px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle:focus { outline: 0; }
.menu-toggle:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }

@media (max-width: 760px) {
  .root-problem { gap: 4px; padding: 24px 20px; }
  .header-inner { position: relative; flex-wrap: nowrap; }
  .menu-toggle { display: inline-flex; order: 2; margin-left: auto; }
  .header-cta { order: 3; margin-left: 10px; }
  .header-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 25;
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex: none;
    gap: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
  }
  .header-nav.is-open { display: flex; }
  .header-nav a { display: block; padding: 12px 14px; color: var(--ink); font-size: 13px; }
  .header-nav a + a { border-top: 1px solid var(--line); }
}

/* Mobile support list: two readable columns instead of a long single stack. */
@media (max-width: 760px) {
  .support-group h3 { font-size: 24px; }
  .support-group-head p { font-size: 14px; line-height: 1.75; }
  .support-list,
  .support-option .support-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .support-list li { min-height: 190px; padding: 22px 16px; }
  .support-list strong { margin-bottom: 12px; font-size: 15px; line-height: 1.45; }
  .support-list span { font-size: 13px; line-height: 1.7; }
}

/* Mobile comparison: preserve the desktop table and let the user swipe horizontally. */
@media (max-width: 760px) {
  .assurance .container { overflow-x: auto; padding-bottom: 12px; }
  .comparison-grid {
    display: grid;
    grid-template-columns: 190px 360px 360px;
    min-width: 910px;
    border-top: 1px solid var(--ink);
  }
  .comparison-grid > div {
    min-height: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    line-height: 1.75;
  }
  .comparison-label {
    display: block;
    color: var(--ink);
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.4 !important;
  }
  .comparison-grid > div:nth-child(3n + 1),
  .comparison-grid > div:nth-child(3n + 2),
  .comparison-grid > div:nth-child(3n) {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
  }
  .comparison-grid > div:nth-child(3n + 1) { color: var(--ink); font-weight: 800; }
  .comparison-grid .comparison-highlight { color: var(--ink); }
}

@media (max-width: 760px) {
  .consult-form input, .consult-form textarea { min-height: 64px; font-size: 16px; }
  .consult-form textarea { min-height: 200px; }
}

/* Keep the FAQ heading visible and make each answer independently expandable. */
.consult .faq { margin-top: 28px; border: 0; text-align: left; }
.faq-heading { margin: 0; padding: 20px 0; border-top: 1px solid #555; border-bottom: 1px solid #555; color: #fff; font-size: 18px; line-height: 1.4; }
.faq-list { border-bottom: 1px solid #555; }
.faq-item { border: 0; }
.faq-item + .faq-item { border-top: 1px solid #555; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 18px 0; color: #fff; cursor: pointer; font-size: 15px; font-weight: 800; line-height: 1.5; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { flex: 0 0 auto; color: #fff; font-size: 24px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 44px 24px 0; }
.faq-answer p { margin: 0; color: #aaa; font-size: 14px; line-height: 1.8; }

@media (max-width: 760px) {
  .faq-heading { font-size: 18px; }
  .faq-item summary { min-height: 68px; padding: 20px 0; font-size: 15px; }
  .faq-answer { padding-right: 0; padding-bottom: 24px; }
  .faq-answer p { font-size: 14px; }
}

/* Visual design: Figma KV direction (red field, purple CTA, color key visual). */
:root {
  --design-red: #f3322a;
  --design-purple: #3516c7;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}
.site-header .brand,
.site-header .header-nav a { color: #fff; }
.site-header .brand-mark { border-color: #fff; }
.site-header .header-nav a:hover { color: rgba(255,255,255,.72); }
.site-header .header-cta { border-color: var(--design-purple); background: var(--design-purple); }
.site-header .header-cta:hover { border-color: #24108d; background: #24108d; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding: 126px 0 92px;
  overflow: hidden;
  background: var(--design-red);
  color: #fff;
}
.hero::before {
  position: absolute;
  inset: -22% -10%;
  z-index: -1;
  content: '';
  opacity: .22;
  background:
    radial-gradient(circle at 64% 8%, #ff8171 0 9%, transparent 10%),
    radial-gradient(circle at 76% 22%, #ff8171 0 8%, transparent 9%),
    radial-gradient(circle at 44% 70%, #c72122 0 12%, transparent 13%),
    radial-gradient(circle at 92% 76%, #c72122 0 13%, transparent 14%);
}
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
.hero-copy { position: relative; z-index: 1; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; color: #fff; }
.hero .eyebrow::before { width: 9px; height: 9px; content: ''; border-radius: 50%; background: #20e87c; box-shadow: 0 0 0 4px rgba(53,22,199,.7); }
.hero h1 { max-width: 570px; margin-bottom: 28px; color: #fff; font-size: clamp(44px, 4.6vw, 62px); line-height: 1.12; letter-spacing: -.06em; }
.hero h1 em { color: #fff; }
.hero-lead { max-width: 440px; margin-bottom: 32px; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.9; }
.hero .button-dark { border-color: var(--design-purple); background: var(--design-purple); }
.hero .button-dark:hover { background: #24108d; }
.hero .text-link { color: #fff; border-color: #fff; }
.hero-placeholder { min-height: 0; display: flex; align-items: center; justify-content: flex-end; border: 0; background: transparent; overflow: visible; }
.hero-placeholder img { display: block; width: min(100%, 720px); height: auto; }

@media (max-width: 760px) {
  .site-header { position: absolute; }
  .site-header .menu-toggle { border-color: rgba(255,255,255,.9); color: #fff; }
  .site-header .header-nav { border: 0; background: #fff; box-shadow: 0 12px 28px rgba(41,14,96,.18); }
  .site-header .header-nav a { color: var(--ink); }
  .site-header .header-nav a + a { border-color: var(--line); }
  .site-header .header-cta { background: var(--design-purple); }
  .hero { min-height: auto; padding: 126px 0 44px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero h1 { max-width: 100%; font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { max-width: 34rem; font-size: 14px; }
  .hero-placeholder { min-height: 250px; margin: 0 -18px; justify-content: center; }
  .hero-placeholder img { width: 100%; max-width: none; }
}

/* Apple surface takes precedence over the earlier local KV experiment. */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(210,210,215,.72); backdrop-filter: blur(20px); }
.site-header .brand, .site-header .header-nav a { color: var(--ink) !important; }
.site-header .brand-mark { border: 0 !important; background: var(--ink); color: #fff; }
.site-header .header-nav a:hover { color: var(--accent) !important; }
.site-header .header-cta { border: 0; background: var(--accent) !important; color: #fff; }
.site-header .header-cta:hover { background: var(--accent-focus) !important; }
.site-header .menu-toggle { border-color: var(--ink) !important; color: var(--ink) !important; }
.hero { min-height: 760px; padding: 132px 0 120px; overflow: visible; background: var(--paper) !important; color: var(--ink); }
.hero::before { display: none; }
.hero .eyebrow { color: var(--accent); }
.hero .eyebrow::before { display: none; }
.hero h1 { color: var(--ink); font-size: clamp(52px, 6vw, 76px); }
.hero h1 em { color: var(--accent); }
.hero-lead { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero .button-dark { border: 0; background: var(--accent) !important; }
.hero .button-dark:hover { background: var(--accent-focus) !important; }
.hero .text-link { color: var(--accent); border-bottom: 0; }
.hero-placeholder { min-height: 520px; border: 0; background: transparent; overflow: visible; }
.hero-placeholder img, .guide-image img { filter: drop-shadow(0 18px 32px rgba(0,0,0,.12)); }
.trust-strip { border: 0; background: var(--soft); }
.section-gray { background: var(--soft); }
.problem-grid .symptom-row { border: 0; border-radius: 20px; background: var(--surface); }
.root-problem { border-radius: 20px; background: var(--soft-2); }
.support-group { border: 0; border-radius: 24px; }
.support-basic { background: var(--soft); }
.support-option { background: var(--soft-2); }
.support-badge { background: var(--accent); color: #fff; }
.support-list li { border: 0; border-radius: 18px; background: var(--surface); }
.filter-button { border: 0; border-radius: 999px; background: var(--surface); color: var(--muted); }
.filter-button.is-active, .filter-button:hover { background: var(--accent); color: #fff; }
.case-item { border: 0; border-radius: 20px; background: var(--surface); }
.case-item-visual { border-radius: 14px; background: var(--soft-2); }
.case-more summary { border: 0; border-radius: 999px; background: var(--surface); color: var(--accent); }
.outcomes { background: var(--dark); }
.state-block { border-radius: 24px; }
.state-before { background: #2a2a2c; }
.state-arrow { color: var(--accent); }
.process-step { border-radius: 20px; background: var(--soft); }
.process-number { background: var(--accent); }
.process-footnote { border-radius: 16px; background: var(--soft); }
.pricing-panel { border-radius: 24px; background: var(--soft); }
.pricing-main, .pricing-included { background: transparent; }
.pricing-main strong { font-size: clamp(44px, 5vw, 68px); font-weight: 600; }
.check { background: var(--surface); color: var(--accent); }
.comparison-highlight { background: var(--soft-2); }
.consult-form { border-radius: 24px; background: #1d1d1f; }
.consult-form input, .consult-form textarea { border: 0; border-radius: 12px; }
.consult-form .button-light { background: var(--accent); color: #fff; }
.site-footer { background: #000; border-top: 0; }

@media (max-width: 760px) {
  .site-header { position: sticky; }
  .site-header .menu-toggle { border-color: var(--ink) !important; color: var(--ink) !important; }
  .site-header .header-nav { border: 0; background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
  .site-header .header-nav a { color: var(--ink) !important; }
  .site-header .header-cta { background: var(--accent) !important; }
  .hero { min-height: auto; padding: 82px 0 76px; }
  .hero-placeholder { min-height: 280px; margin: 0 -18px; }
  .hero-placeholder img { width: 100%; max-width: none; }
}

/* Reference hero palette: purple field, green primary action, deep-purple secondary action. */
:root {
  --action-green: #00c92f;
  --action-green-hover: #00ad28;
  --action-deep: #2d1682;
  --dark: #2d1682;
  --dark-raised: #3f259d;
  --dark-deep: #24106d;
  --button-radius: 18px;
}

.site-header {
  border-bottom-color: transparent;
  background: var(--accent);
  backdrop-filter: none;
}
.site-header .brand,
.site-header .header-nav a { color: #fff !important; }
.site-header .brand-mark { background: #fff; color: var(--accent); }
.site-header .header-nav a:hover { color: #fff !important; opacity: .72; }
.site-header .header-cta {
  border-radius: var(--button-radius);
  background: var(--action-deep) !important;
}
.site-header .header-cta:hover { background: #24106d !important; }
.site-header .menu-toggle { border-color: #fff !important; color: #fff !important; }

.hero {
  background: var(--accent) !important;
  color: #fff;
}
.hero h1,
.hero h1 em,
.hero .eyebrow,
.hero-lead { color: #fff; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow::before {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--action-green);
  box-shadow: 0 0 0 4px rgba(255,255,255,.12);
  content: "";
}

.button,
.header-cta,
.mobile-cta { border-radius: var(--button-radius); }
.button.button-dark,
.case-cta .button,
.pricing-cta .button,
.consult-form .button-light,
.mobile-cta {
  background: var(--action-green) !important;
  color: #fff;
}
.button.button-dark:hover,
.case-cta .button:hover,
.pricing-cta .button:hover,
.consult-form .button-light:hover,
.mobile-cta:hover { background: var(--action-green-hover) !important; }
.hero .text-link {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--button-radius);
  background: var(--action-deep);
  color: #fff;
  text-decoration: none;
}
.hero .text-link:hover {
  background: #24106d;
  color: #fff;
}
.section-dark,
.outcomes { background: var(--dark); }
.state-before { background: var(--dark-raised); }
.consult-form,
.site-footer { background: var(--dark-deep); }

@media (max-width: 760px) {
  .site-header .header-nav { background: var(--surface); }
  .site-header .header-nav.is-open a { color: var(--ink) !important; opacity: 1; }
  .site-header .header-cta { background: var(--action-deep) !important; }
}

/* Key visual: red field with brand-purple actions and the supplied white logo. */
:root {
  --kv-background: #ff1a26;
  --kv-secondary: #cb0300;
  --kv-button-radius: 20px;
}

.site-header,
.hero {
  background: var(--kv-background) !important;
}
.header-brand {
  display: inline-flex;
  align-items: center;
}
.header-brand-logo {
  display: block;
  width: 104px;
  height: auto;
}
.site-header .header-cta,
.hero .button.button-dark {
  border-radius: var(--kv-button-radius);
  background: var(--accent) !important;
}
.header-cta-icon {
  display: block;
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}
.site-header .header-cta:hover,
.hero .button.button-dark:hover {
  background: var(--accent-focus) !important;
}
.hero .text-link {
  border-radius: var(--kv-button-radius);
  background: var(--kv-secondary);
}
.hero .text-link:hover {
  background: #ac0300;
}
.hero .eyebrow::before {
  box-shadow: 0 0 0 4px var(--accent);
}

@media (max-width: 760px) {
  .header-brand-logo { width: 104px; }
  .header-cta-icon { width: 16px; }
  .site-header .header-cta { background: var(--accent) !important; }
}

/* Consolidated type scale: fewer sizes, with the role-list copy as the body baseline. */
:root {
  --type-display: clamp(48px, 4.4vw, 56px);
  --type-section: clamp(38px, 3.8vw, 48px);
  --type-subheading: 20px;
  --type-title: 16px;
  --type-body: 13px;
  --type-meta: 12px;
  --type-micro: 11px;
}

body { font-size: var(--type-body); }

.hero h1,
h1,
h2,
.pricing-heading h2,
.consult-inner h2,
.assurance-title,
.assurance-heading h2,
.contact-card h1 {
  font-weight: 800;
}

.hero h1 em,
h2 span {
  font-weight: 800;
}

.hero h1 {
  max-width: 600px;
  font-size: var(--type-display);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.hero-title-line { white-space: nowrap; }

h2,
.pricing-heading h2,
.consult-inner h2,
.assurance-title,
.assurance-heading h2 {
  font-size: var(--type-section);
  line-height: 1.2;
}

h3,
.support-group h3,
.state-block h3,
.scope-block h3,
.pricing-included h3,
.faq-heading {
  font-size: var(--type-subheading);
  line-height: 1.4;
}

.symptom-row h3,
.role-list b,
.support-list strong,
.question-step b,
.process-step h3,
.case-summary strong,
.case-item-meta b,
.case-item-meta p,
.scope-block strong,
.pricing-contrast strong,
.included-list strong,
.faq-item summary {
  font-size: var(--type-title);
  line-height: 1.5;
}

.hero-lead,
.section-intro p:not(.section-kicker),
.large-copy,
.section-heading-row > p,
.discover-copy p:not(.section-kicker),
.role-list small,
.support-group-head p,
.support-list span,
.symptom-row p,
.root-problem p,
.case-flow dd,
.case-cta p,
.question-step small,
.state-block ul,
.process-step p,
.process-footnote,
.scope-block p,
.scope-block ul,
.pricing-heading > p:not(.section-kicker),
.pricing-included-note,
.pricing-note,
.pricing-cta p,
.comparison-grid > div,
.authority-heading > p:not(.section-kicker),
.faq-answer p,
.consult-lead {
  font-size: var(--type-body);
  line-height: 1.75;
}

.section-kicker,
.eyebrow,
.trust-stats span,
.trust-stats small,
.role-list li > span,
.case-meta span,
.case-flow dt,
.case-item-meta span,
.case-item-meta small,
.case-tags span,
.case-result-bar,
.state-label,
.process-step > span,
.scope-index,
.scope-status,
.scope-note,
.pricing-main span,
.pricing-main small,
.authority-stats span,
.authority-stats small,
.form-status,
.footer-inner p,
.footer-nav a {
  font-size: var(--type-meta);
}

.support-badge,
.filter-button,
.filter-caption,
.consult-note,
.footer-inner > span {
  font-size: var(--type-micro);
}

.text-link { font-size: var(--type-body); }
.symptom-number { font-size: var(--type-meta); }
.comparison-label { font-size: var(--type-micro) !important; }

.root-problem strong { font-size: var(--type-subheading); }

@media (max-width: 760px) {
  .hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.18;
  }
  h2,
  .pricing-heading h2,
  .consult-inner h2,
  .assurance-title,
  .assurance-heading h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

/* Service comparison matrix. */
.assurance-heading { margin-bottom: 18px; }
.assurance-heading h2 {
  font-size: 20px;
  line-height: 1.4;
}
.comparison-scroll-hint {
  display: none;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: var(--type-meta);
}
.comparison-table-wrap {
  overflow-x: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}
.comparison-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 10px;
  table-layout: fixed;
}
.comparison-table th,
.comparison-table td {
  padding: 20px 18px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  font-size: var(--type-meta);
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}
.comparison-table thead th {
  background: #eeeaf7;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
.comparison-table thead th:first-child,
.comparison-table tbody th {
  width: 120px;
}
.comparison-table thead th:first-child {
  color: var(--accent);
  font-size: var(--type-meta);
}
.comparison-table tbody th {
  background: #f5f3fa;
  color: var(--accent);
  font-weight: 700;
}
.comparison-table .comparison-featured {
  background: #e8e0f7;
  font-weight: 700;
}
.comparison-table thead .comparison-featured {
  background: var(--accent);
  color: #fff;
}
.comparison-note {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: var(--type-meta);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .assurance-heading { margin-bottom: 16px; }
  .comparison-scroll-hint { display: block; }
  .comparison-table-wrap { padding: 0; border-radius: 0; }
  .comparison-table { min-width: 720px; }
  .comparison-table th,
  .comparison-table td { padding: 14px 10px; }
  .comparison-table thead th:first-child,
  .comparison-table tbody th { width: 108px; }
}

/* Contact form flow: input, confirmation, and completion. */
.contact-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.contact-progress li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 12px;
  border-bottom: 2px solid rgba(255,255,255,.18);
  color: #aaa;
  font-size: var(--type-meta);
  font-weight: 700;
}
.contact-progress li span {
  font-size: var(--type-micro);
  letter-spacing: .08em;
}
.contact-progress li.is-current {
  border-bottom-color: var(--accent-on-dark);
  color: #fff;
}
.form-consent {
  flex-direction: row !important;
  align-items: center;
  gap: 12px !important;
}
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.form-consent input {
  width: 20px;
  min-height: 20px;
  margin: 0;
  flex: 0 0 20px;
  accent-color: var(--accent);
}
.form-consent span {
  color: #c7c7c7;
  font-size: var(--type-body);
  line-height: 1.6;
}
.form-consent a,
.form-recipient a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-recipient {
  margin: 22px 0 0;
  color: #aaa;
  font-size: var(--type-meta);
}

.contact-page {
  min-height: 100vh;
  background: var(--soft);
}
.contact-page .site-header { position: sticky; }
.contact-page-main { padding: 76px 0 110px; }
.contact-card {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 48px;
  border-radius: 24px;
  background: var(--surface);
}
.contact-card .section-kicker { margin-bottom: 16px; }
.contact-card h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: var(--type-section);
  line-height: 1.2;
}
.contact-card-lead {
  max-width: 620px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.75;
}
.contact-card .contact-progress li {
  border-bottom-color: var(--line);
  color: var(--muted);
}
.contact-card .contact-progress li.is-current {
  border-bottom-color: var(--accent);
  color: var(--accent);
}
.contact-confirm-list {
  margin: 0;
  border-top: 1px solid var(--line);
}
.contact-confirm-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-confirm-row dt {
  color: var(--muted);
  font-size: var(--type-meta);
  font-weight: 700;
}
.contact-confirm-row dd {
  margin: 0;
  color: var(--ink);
  font-size: var(--type-body);
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.contact-confirm-row dd[data-contact-value="message"] { white-space: pre-wrap; }
.contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.contact-actions .button { cursor: pointer; text-decoration: none; }
.contact-back {
  color: var(--accent);
  font-size: var(--type-body);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-send-note,
.contact-after-mail,
.contact-destination {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: var(--type-meta);
  line-height: 1.7;
}
.contact-submit-status {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.contact-submit-status.is-error { color: #b42318; }
.contact-actions .button:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}
.contact-page .contact-actions .button.button-dark {
  background: var(--accent) !important;
}
.contact-page .contact-actions .button.button-dark:hover {
  background: var(--accent-focus) !important;
}

.home-page .cases .cases-scope {
  color: var(--accent);
  font-weight: 800;
}

.home-page .cases .case-tags-placeholder {
  min-height: 19px;
}
.contact-after-mail {
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--soft);
}
.contact-error {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff0f0;
  color: #9b111e;
  font-size: var(--type-body);
}
.contact-complete-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .contact-progress { gap: 6px; margin-bottom: 28px; }
  .contact-progress li {
    display: block;
    padding-bottom: 10px;
    font-size: var(--type-micro);
  }
  .contact-progress li span { display: block; margin-bottom: 3px; }
  .contact-page-main { padding: 44px 0 80px; }
  .contact-card { padding: 28px 22px; border-radius: 20px; }
  .contact-card h1 { font-size: 32px; }
  .contact-confirm-row { grid-template-columns: 1fr; gap: 7px; padding: 18px 0; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .contact-actions .button { width: 100%; }
  .contact-back { text-align: center; }
}

/* Figma node 112:257 — key visual only. */
:root {
  --figma-kv-background: #360e96;
  --figma-kv-action: #00c92f;
  --figma-kv-action-hover: #00ad28;
  --figma-kv-signal: #21f93f;
  --figma-kv-secondary: #2d1682;
  --figma-kv-pattern: rgba(155, 130, 224, .24);
}

.home-page {
  --kv-height: clamp(700px, 50vw, 960px);
  position: relative;
  isolation: isolate;
  background-color: var(--figma-kv-background);
}

.home-page::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 62.5%;
  height: var(--kv-height);
  background: url("assets/hero-pattern-mask.png") left top / auto 100% no-repeat;
  content: "";
  pointer-events: none;
}

.home-page > main,
.home-page > .site-footer {
  position: relative;
  z-index: 1;
}

.home-page .site-header {
  position: sticky;
  top: 0;
  border-bottom: 0;
  background: transparent !important;
  backdrop-filter: none;
  transition: background-color .2s ease;
}
.home-page .site-header.is-past-hero {
  background: var(--figma-kv-background) !important;
}
.home-page .header-inner {
  width: min(1714px, calc(100% - 138px));
  min-height: clamp(80px, 7.45vw, 143px);
}
.home-page .header-brand-logo {
  width: clamp(96px, 7.08vw, 136px);
}
.home-page .site-header .header-nav {
  gap: clamp(24px, 2.5vw, 48px);
  margin-right: 34px;
}
.home-page .site-header .header-nav a {
  color: #fff !important;
  font-size: clamp(12px, .84vw, 16px);
  font-weight: 700;
}
.home-page .site-header .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(132px, 11.62vw, 223px);
  min-height: clamp(52px, 4.17vw, 80px);
  padding: 0 22px;
  border-radius: 14px;
  background: var(--figma-kv-secondary) !important;
  color: #fff;
  font-size: clamp(12px, .84vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.home-page .header-cta-icon {
  width: clamp(18px, 1.36vw, 26px);
}
.home-page .site-header .header-cta:hover {
  background: #24106d !important;
}

.home-page .hero {
  position: relative;
  min-height: calc(var(--kv-height) - clamp(80px, 7.45vw, 143px));
  padding: 48px 0 44px;
  overflow: hidden;
  background: transparent !important;
  color: #fff;
}
.home-page .hero::before {
  display: none;
}
.home-page .hero .container {
  position: relative;
  z-index: 1;
  width: min(1620px, calc(100% - 200px));
}
.home-page .hero-grid {
  grid-template-columns: minmax(0, clamp(413px, 33.86vw, 650px)) minmax(0, 1fr);
  gap: clamp(73px, 5.73vw, 110px);
  transform: translateY(calc(clamp(26px, 2.08vw, 40px) * -1));
}
.home-page .hero-copy {
  max-width: 650px;
  transform: translateY(calc(clamp(14px, .94vw, 18px) * -1));
}
.home-page .hero .eyebrow {
  gap: clamp(14px, 1.1vw, 21px);
  margin-bottom: clamp(28px, 1.83vw, 35px);
  color: #fff;
  font-size: clamp(12px, .94vw, 18px);
  font-weight: 700;
}
.home-page .hero .eyebrow::before {
  width: clamp(18px, 1.46vw, 28px);
  height: clamp(18px, 1.46vw, 28px);
  flex-basis: clamp(18px, 1.46vw, 28px);
  background: radial-gradient(circle, var(--figma-kv-signal) 0 34%, #5b37b0 36% 100%);
  box-shadow: none;
}
.home-page .hero h1 {
  max-width: 649px;
  margin-bottom: clamp(28px, 2.08vw, 40px);
  color: #fff;
  font-size: clamp(56px, 4.17vw, 80px);
  line-height: 1.42;
}
.home-page .hero h1 em {
  color: #fff;
}
.home-page .hero-lead {
  max-width: 604px;
  margin-bottom: clamp(30px, 2.08vw, 40px);
  color: rgba(255, 255, 255, .9);
  font-size: clamp(13px, 1.04vw, 20px);
  line-height: 2;
}
.home-page .hero-actions {
  gap: 14px;
}
.home-page .hero-actions .button,
.home-page .hero-actions .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(124px, 9.69vw, 186px);
  min-height: clamp(52px, 4.17vw, 80px);
  padding: 0 22px;
  border-radius: 14px;
  font-size: clamp(12px, .84vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.home-page .hero .button.button-dark {
  background: var(--figma-kv-action) !important;
  color: #fff;
}
.home-page .hero .button.button-dark:hover {
  background: var(--figma-kv-action-hover) !important;
}
.home-page .hero .text-link {
  background: var(--figma-kv-secondary);
  color: #fff;
}
.home-page .hero .text-link:hover {
  background: #24106d;
}
.home-page .hero-placeholder {
  position: relative;
  display: block;
  min-height: 0;
  overflow: visible;
}
.home-page .hero-placeholder img {
  display: block;
  width: calc(100% + clamp(30px, 2.34vw, 45px));
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: none;
  transform: translateX(clamp(15px, 1.17vw, 22px));
}
.hero-image-note {
  position: absolute;
  bottom: 7%;
  left: 12%;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(10px, .63vw, 12px);
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .home-page .header-inner {
    width: min(100% - 36px, var(--container));
    min-height: 64px;
  }
  .home-page .header-brand-logo { width: 96px; }
  .home-page .site-header .header-cta {
    min-width: 0;
    min-height: 40px;
    padding: 0 13px;
    font-size: 11px;
  }
  .home-page .site-header .header-nav {
    gap: 0;
    margin-right: 0;
  }
  .home-page .hero {
    min-height: auto;
    padding: 56px 0 44px;
  }
  .home-page .hero .container {
    width: min(100% - 36px, var(--container));
  }
  .home-page .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    transform: none;
  }
  .home-page .hero-copy { transform: none; }
  .home-page .hero .eyebrow {
    gap: 10px;
    margin-bottom: 24px;
    font-size: 12px;
  }
  .home-page .hero .eyebrow::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .home-page .hero h1 {
    font-size: 34px;
    line-height: 1.18;
  }
  .home-page .hero-lead {
    max-width: 34rem;
    font-size: 13px;
    line-height: 1.75;
  }
  .home-page .hero-actions .button,
  .home-page .hero-actions .text-link {
    min-width: 124px;
    min-height: 52px;
    font-size: 12px;
  }
  .home-page .mobile-cta {
    border-radius: 14px;
    font-size: 11px;
    text-align: center;
  }
  .home-page .hero-placeholder {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
  }
  .home-page .hero-image-note {
    bottom: 2%;
    left: 18%;
    font-size: 9px;
  }
  .home-page .hero-placeholder img {
    width: 100%;
    transform: none;
  }
}

/* Outcomes: keep every label and sentence crisp against the purple field. */
.home-page .outcomes .section-heading-row h2,
.home-page .outcomes .section-heading-row h2 span,
.home-page .outcomes .section-heading-row > p,
.home-page .outcomes .state-before .state-label,
.home-page .outcomes .state-before h3,
.home-page .outcomes .state-before ul,
.home-page .outcomes .state-arrow {
  color: #fff !important;
}
.home-page .outcomes .state-after .state-label,
.home-page .outcomes .state-after h3,
.home-page .outcomes .state-after ul {
  color: var(--ink) !important;
}

/* Pricing checkmark: preserve the original wireframe treatment. */
.home-page .pricing .check {
  background: var(--accent);
  color: #fff;
}

.home-page .assurance {
  background: var(--surface);
}

/* Contact: white copy on purple with a lighter white form surface. */
.home-page .consult .section-kicker,
.home-page .consult .consult-lead,
.home-page .consult .faq-answer p {
  color: #fff;
}

.home-page .consult .faq-heading,
.home-page .consult .faq-list,
.home-page .consult .faq-item + .faq-item {
  border-color: rgba(255, 255, 255, .24);
}

.home-page .consult h2 {
  font-size: clamp(56px, 4.17vw, 80px);
  font-weight: 800;
  line-height: 1.2;
}

.home-page .consult-form {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 24px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
}

.home-page .consult-form .contact-progress li {
  border-bottom-color: var(--line);
  color: var(--ink);
}

.home-page .consult-form .contact-progress li.is-current {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.home-page .consult-form label,
.home-page .consult-form .form-consent span,
.home-page .consult-form .form-recipient {
  color: var(--ink);
}

.home-page .consult-form .form-consent a,
.home-page .consult-form .form-recipient a {
  color: var(--accent);
}

.home-page .consult-form input,
.home-page .consult-form textarea {
  background: var(--soft);
  color: var(--ink);
}

.home-page .consult-form input::placeholder,
.home-page .consult-form textarea::placeholder {
  color: rgba(29, 29, 31, .55);
}

.home-page .trust-stats span {
  color: var(--accent);
  font-weight: 800;
}

/* Below the key visual, let content grow with the browser width. */
.home-page main > section:not(.hero) .container,
.home-page .site-footer .container {
  width: min(1620px, calc(100% - clamp(48px, 8vw, 160px)));
}

.home-page .trust-strip,
.home-page .guide,
.home-page .cases,
.home-page .process {
  background: var(--surface);
}

.home-page .problem,
.home-page .support,
.home-page .discover,
.home-page .pricing,
.home-page .assurance,
.home-page .authority {
  background: var(--soft);
}

.home-page .assurance {
  padding-top: 0;
}

.home-page .pricing-heading {
  max-width: 920px;
}

.home-page .pricing-heading > p:not(.section-kicker) {
  max-width: 760px;
}

.home-page .pricing-panel {
  gap: 0;
  overflow: hidden;
  background: var(--surface);
}

.home-page .pricing-main,
.home-page .pricing-included {
  border-radius: 0;
  background: transparent;
}

.home-page .pricing-included {
  padding: 42px 46px;
}

.home-page .pricing-included h3 {
  margin-bottom: 24px;
  font-size: 18px;
}

.home-page .pricing .included-list {
  gap: 17px 24px;
}

.home-page .pricing .included-list strong {
  font-size: 13px;
  line-height: 1.5;
}

.home-page .pricing .check {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  font-size: 0;
}

.home-page .pricing .check::before {
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: translateY(-1px) rotate(45deg);
}

.home-page .cases .case-item {
  background: var(--surface);
}

.home-page .cases .case-item-visual {
  background: var(--soft);
}

.home-page .cases {
  background: var(--soft-2);
}

.home-page .discover .container {
  max-width: 1460px;
}

.home-page .discover-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(72px, 7vw, 120px);
}

.home-page .question-flow {
  padding-top: 0;
  border-top: 1px solid var(--line);
}

.home-page .question-step {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.home-page .question-step > span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.home-page .question-step b {
  margin-bottom: 4px;
  font-size: 16px;
}

.home-page .question-step small {
  font-size: 13px;
  line-height: 1.6;
}

.home-page .question-connector {
  display: none;
}

.home-page .footer-brand-logo {
  display: block;
  width: clamp(96px, 7.08vw, 136px);
  height: auto;
}

.home-page .site-footer,
.home-page .site-footer p,
.home-page .site-footer a,
.home-page .site-footer span {
  color: #fff;
}

.home-page main > section:not(.hero) .button,
.home-page .consult-form .button-light,
.home-page .mobile-cta {
  border-radius: 14px;
  background: var(--accent) !important;
  color: #fff;
}

.home-page main > section:not(.hero) .button:hover,
.home-page .consult-form .button-light:hover,
.home-page .mobile-cta:hover {
  background: var(--figma-kv-secondary) !important;
}

@media (max-width: 760px) {
  .home-page main > section:not(.hero) .container,
  .home-page .site-footer .container {
    width: calc(100% - 36px);
  }

}

/* Surface rule: one neutral section field and white content surfaces. */
.home-page main > section:not(.hero):not(.outcomes):not(.consult) {
  background: #f5f5f6;
}

.home-page .problem .symptom-row,
.home-page .root-problem,
.home-page .support-group,
.home-page .support-list li,
.home-page .filter-button,
.home-page .cases .case-item,
.home-page .cases .case-item-visual,
.home-page .case-more summary,
.home-page .pricing-panel {
  background: #fff;
}

.home-page .comparison-table thead .comparison-featured {
  background: var(--accent);
}

.home-page .support-basic {
  background: #f1eef8;
}

.home-page .support-option {
  background: #eeeaf7;
}

.home-page .support-basic .support-list li,
.home-page .support-option .support-list li {
  background: #fff;
}

.home-page .cases .filter-button {
  border: 0;
  background: #eeeaf7;
  color: #7563a3;
}

.home-page .cases .filter-button:hover {
  background: #e4dcf5;
  color: var(--accent);
}

.home-page .cases .filter-button.is-active,
.home-page .cases .filter-button.is-active:hover {
  background: var(--accent);
  color: #fff;
}

.home-page .guide {
  padding-bottom: clamp(48px, 4vw, 72px);
}

.home-page .guide-grid {
  align-items: start;
}

.home-page .guide-image {
  aspect-ratio: 6 / 7;
}

.home-page .guide-image img {
  object-fit: cover;
}

.home-page .discover-copy .quoted-copy > .quote-mark:first-child {
  display: inline-block;
  margin-left: -.55em;
}

.home-page .consult-lead strong {
  color: #fff;
  font-weight: 800;
}

.home-page .cases .case-item {
  min-height: 168px;
  padding: 26px 24px 22px;
}

.home-page .cases .case-item-meta {
  display: flex;
  min-height: 120px;
  flex-direction: column;
}

.home-page .cases .case-item-meta p {
  max-width: calc(100% - 42px);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.home-page .cases .case-index {
  top: 8px;
  right: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(54, 14, 150, .06);
  font-size: 76px;
  letter-spacing: -.08em;
}

.home-page .cases .case-tags {
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}

.home-page .cases .case-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7563a3;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.home-page .process-line {
  gap: 16px;
  border-top: 0;
}

.home-page .process-step,
.home-page .process-step + .process-step {
  padding: 32px 28px;
  border: 0;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 760px) {
  .home-page .process-step,
  .home-page .process-step + .process-step {
    padding: 26px 22px;
  }
}

/* Compact contact stepper. */
.contact-progress {
  position: relative;
  display: flex;
  width: min(620px, 100%);
  margin: 0 auto 38px;
  gap: 0;
}

.contact-progress::before {
  position: absolute;
  top: 16px;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: #ddd6ef;
  content: "";
}

.contact-progress li,
.contact-card .contact-progress li,
.home-page .consult-form .contact-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  justify-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.contact-progress li span,
.contact-progress li.is-current span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
  background: #eeeaf7;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.contact-progress li.is-complete,
.contact-card .contact-progress li.is-complete,
.home-page .consult-form .contact-progress li.is-complete {
  color: var(--accent);
}

.contact-progress li.is-current,
.contact-card .contact-progress li.is-current,
.home-page .consult-form .contact-progress li.is-current {
  border: 0;
  color: var(--accent);
}

.contact-progress li.is-current span {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 760px) {
  .contact-progress {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-progress li,
  .contact-card .contact-progress li,
  .home-page .consult-form .contact-progress li {
    display: grid;
    padding: 0;
    font-size: 10px;
  }
}

.home-page .case-more {
  margin-top: 32px;
}

.home-page .case-more summary {
  width: fit-content;
  margin: 0 auto;
  padding: 13px 22px;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}

.home-page .case-more-icon {
  font-size: 16px;
}

.home-page .consult-form .contact-form-submit {
  display: flex;
  width: fit-content;
  min-width: 220px;
  min-height: clamp(52px, 4.17vw, 80px);
  margin: 28px auto 0;
  padding: 0 24px;
  border-radius: 14px;
  font-size: clamp(12px, .84vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.home-page .consult-form .contact-form-submit:disabled,
.home-page .consult-form .contact-form-submit:disabled:hover {
  background: #eeeaf7 !important;
  color: #8a78b5;
  cursor: not-allowed;
  transform: none;
}

.home-page .consult .faq {
  margin-top: clamp(72px, 6vw, 112px);
  border-top: 0;
}

.home-page .consult .faq-heading {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 760px) {
  .home-page .consult .faq {
    margin-top: 64px;
  }
}

.home-page .pricing .check {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  background: #eeeaf7;
}

.home-page .pricing .check::before {
  width: 5px;
  height: 9px;
  border-color: var(--accent);
  border-width: 0 3px 3px 0;
  transform: translateY(0) rotate(45deg);
}

.home-page .root-problem p,
.home-page .root-problem strong {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0;
}

.home-page .outcomes .state-block {
  display: flex;
  flex-direction: column;
}

.home-page .outcomes .state-label {
  margin-bottom: 0;
}

.home-page .outcomes .state-block h3 {
  margin: auto 0 0;
  padding-top: 32px;
}

.home-page .outcomes .state-block ul {
  margin-top: 14px;
}

.home-page .site-footer .footer-inner > div p {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  opacity: 1;
}

.home-page .site-footer .footer-nav a,
.home-page .site-footer .footer-inner > span {
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 400;
}

.home-page .consult {
  background: var(--figma-kv-background);
}

.home-page .support-tier-marker {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin: 2px 2px 0;
  border-radius: 50%;
  background: var(--figma-kv-background);
}

.home-page .support-tier-marker::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--figma-kv-signal);
  content: "";
  transform: translate(-50%, -50%);
}

.home-page .cases .section-heading-row {
  position: relative;
  min-height: clamp(120px, 10vw, 168px);
  padding-right: clamp(104px, 10vw, 168px);
}

.home-page .cases-heading-character {
  position: absolute;
  right: clamp(8px, 2vw, 32px);
  bottom: 0;
  width: clamp(72px, 6vw, 104px);
  height: auto;
}

@media (max-width: 760px) {
  .home-page .cases .section-heading-row {
    min-height: 0;
    padding-right: 78px;
  }

  .home-page .cases-heading-character {
    right: 0;
    width: 62px;
  }
}
