:root {
  color-scheme: light;
  --ink: #1f2c31;
  --muted: #627075;
  --soft-ink: #435257;
  --paper: #f5f4ef;
  --surface: #fffefa;
  --line: #dcded8;
  --line-dark: #c8cfcb;
  --forest: #153f3b;
  --forest-soft: #e8f0eb;
  --coral: #d8674f;
  --coral-dark: #9d402f;
  --gold: #bd8730;
  --gold-pale: #f8f1e3;
  --blue: #315f87;
  --blue-pale: #edf3f7;
  --red-pale: #faeeea;
  --shadow: 0 20px 50px rgba(33, 49, 47, 0.07);
  font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; }
button, select, input { font: inherit; }
a { color: var(--forest); text-underline-offset: 0.2em; }
a:hover { color: var(--coral-dark); }
:focus-visible { outline: 3px solid #d98259; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  color: white;
  background: var(--forest);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-shell { max-width: 1680px; margin: 0 auto; padding: 0 38px; }
.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; min-width: 265px; }
.wordmark-mark {
  width: 37px; height: 37px; display: grid; place-items: center;
  background: var(--forest); color: #f6f3e7; border-radius: 10px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.02em;
}
.wordmark strong { display: block; font-size: 14px; letter-spacing: 0.02em; }
.wordmark small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.wordmark .provisional-label { display: inline; margin-left: 4px; color: var(--coral-dark); font-size: 8px; letter-spacing: 0; vertical-align: 2px; }
.top-nav { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 38px); }
.top-nav a { color: var(--soft-ink); text-decoration: none; font-size: 12px; font-weight: 650; }
.top-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.local-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px;
  border: 1px solid var(--line); border-radius: 999px; white-space: nowrap;
  color: var(--muted); font-size: 10px; letter-spacing: 0.02em;
}
.local-badge span { width: 7px; height: 7px; border-radius: 50%; background: #598577; }

.tool-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.73fr) minmax(460px, 1.72fr) minmax(310px, 1fr);
  align-items: start;
  gap: clamp(24px, 3.2vw, 52px);
  padding: 54px 0 72px;
}
.tool-rail { position: sticky; top: 28px; padding-top: 10px; }
.eyebrow { margin: 0; color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.rail-steps { list-style: none; padding: 0; margin: 22px 0 0; }
.rail-steps li { position: relative; display: flex; align-items: flex-start; gap: 13px; padding: 0 0 25px; }
.rail-steps li:not(:last-child)::after { position: absolute; content: ""; width: 1px; top: 27px; bottom: 0; left: 12px; background: var(--line-dark); }
.rail-steps li > span {
  width: 25px; height: 25px; flex: none; display: grid; place-items: center; border: 1px solid #9bb4aa;
  border-radius: 50%; color: var(--forest); background: var(--paper); font-size: 9px; font-weight: 800;
}
.rail-steps strong { display: block; padding-top: 2px; font-size: 12px; }
.rail-steps small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.rail-note {
  display: flex; align-items: flex-start; gap: 10px; margin-top: 10px; padding: 13px 12px;
  border: 1px solid #d4dfd8; border-radius: 10px; background: var(--forest-soft);
}
.note-mark { width: 16px; height: 16px; flex: none; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-size: 10px; font-weight: 800; }
.rail-note p { margin: 0; color: #37544d; font-size: 10px; line-height: 1.65; }
.rail-link { display: inline-block; margin-top: 23px; color: var(--muted); font-size: 10px; text-decoration: none; }
.rail-link span { color: var(--coral); margin-left: 6px; }

.page-intro { margin: 0 0 27px; }
.intro-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: var(--muted); font-size: 10px; }
.issue-label { padding: 5px 9px; border-radius: 4px; color: #87412f; background: #f2e0d9; font-weight: 750; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.27; letter-spacing: -0.055em; font-weight: 760; }
h1 em { color: var(--coral-dark); font-style: normal; }
.page-intro > p { max-width: 610px; margin: 13px 0 0; color: var(--soft-ink); font-size: 13px; line-height: 1.85; }

.question-card {
  min-width: 0; margin: 0 0 13px; padding: 19px 20px 20px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--surface);
}
.question-card legend { display: table; max-width: 100%; padding: 0; font-size: 14px; font-weight: 760; letter-spacing: -0.02em; }
.question-number { display: inline-grid; width: 25px; height: 25px; place-items: center; margin-right: 9px; border-radius: 50%; color: var(--forest); background: var(--forest-soft); font-size: 9px; letter-spacing: 0; }
.field-hint { margin: 9px 0 13px 34px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-tile {
  display: flex; position: relative; align-items: center; gap: 10px; min-height: 66px; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: 9px; cursor: pointer; transition: border-color 120ms ease, background 120ms ease;
}
.choice-tile:hover, .radio-stack label:hover { border-color: #8aa59b; background: #fbfcf8; }
.choice-tile:has(input:checked) { border-color: #457268; background: #edf4ef; box-shadow: inset 0 0 0 1px #457268; }
.choice-tile input, .radio-stack input { accent-color: var(--forest); width: 16px; height: 16px; flex: none; }
.choice-index { display: grid; width: 35px; height: 35px; flex: none; place-items: center; border-radius: 9px; color: var(--forest); background: #e7efeb; font-size: 9px; font-weight: 800; letter-spacing: 0.02em; }
.choice-tile strong, .radio-stack strong { display: block; font-size: 11px; }
.choice-tile small, .radio-stack small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.radio-stack { display: grid; gap: 7px; margin-top: 12px; }
.radio-stack label {
  display: flex; align-items: flex-start; gap: 11px; min-height: 48px; padding: 10px 11px;
  border: 1px solid var(--line); border-radius: 8px; cursor: pointer;
}
.radio-stack label:has(input:checked) { border-color: #5d8276; background: #f0f5f1; }
.radio-stack input { margin-top: 1px; }
.task-group[hidden], .form-field[hidden] { display: none !important; }
.sub-question { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.85fr); align-items: center; column-gap: 15px; row-gap: 5px; margin-top: 13px; padding-top: 13px; border-top: 1px solid #e7e8e3; }
.sub-question .select-label { grid-column: 1; }
.sub-question select { grid-column: 2; grid-row: 1; }
.sub-question small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; margin-top: 14px; }
.form-field { display: grid; align-content: start; gap: 7px; min-width: 0; }
.select-label { display: block; color: var(--soft-ink); font-size: 10px; font-weight: 700; line-height: 1.5; }
select, input[type="number"] {
  width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid var(--line-dark); border-radius: 7px;
  color: var(--ink); background: #fff; font-size: 11px;
}
.form-field small { color: var(--muted); font-size: 9px; line-height: 1.55; }
.inline-error { margin: 10px 0 0; color: #903c30; font-size: 11px; font-weight: 700; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 5px 0 0; }
.form-footer p { max-width: 285px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.primary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 47px; padding: 0 19px;
  border: 0; border-radius: 8px; color: #fffefa; background: var(--forest); cursor: pointer; font-size: 12px; font-weight: 750;
  box-shadow: 0 7px 16px rgba(21, 63, 59, 0.15);
}
.primary-button:hover { background: #20534d; }
.primary-button span { color: #e7ae8a; font-size: 18px; line-height: 1; }

.result-column { position: sticky; top: 18px; }
.result-panel { min-height: 390px; padding: 22px; border-radius: 13px; color: #f2f4eb; background: var(--forest); box-shadow: var(--shadow); }
.result-empty { padding: 5px 2px; }
.result-kicker { color: #aec4b8; font-size: 9px; font-weight: 800; letter-spacing: 0.16em; }
.result-icon { display: grid; width: 39px; height: 39px; place-items: center; margin: 31px 0 15px; border: 1px solid #64857a; border-radius: 50%; color: #d2ae82; font-family: Georgia, serif; font-size: 19px; }
.result-empty h2 { margin: 0; font-size: 21px; line-height: 1.5; letter-spacing: -0.04em; }
.result-empty p { color: #c3d2ca; font-size: 11px; line-height: 1.75; }
.empty-rule { height: 1px; margin: 25px 0 16px; background: #46665e; }
.result-empty .small-note { margin: 0; color: #a5b9af; font-size: 9px; }

.result-content { display: grid; gap: 15px; }
.result-head { padding-bottom: 14px; border-bottom: 1px solid #45685d; }
.result-head .result-kicker { display: block; margin-bottom: 8px; }
.result-head h2 { margin: 0; font-size: 18px; line-height: 1.5; letter-spacing: -0.025em; }
.result-lede { margin: 8px 0 0; color: #c1d1c8; font-size: 10px; line-height: 1.7; }
.need-chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; margin-bottom: 9px; border: 1px solid #739488; border-radius: 99px; color: #f4eee0; font-size: 9px; font-weight: 750; }
.need-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #e6b27e; }
.result-block h3 { margin: 0 0 8px; color: #e2ece5; font-size: 10px; letter-spacing: 0.02em; }
.result-block > p { margin: 0; color: #c4d4cb; font-size: 10px; line-height: 1.75; }
.method-card { margin-top: 7px; padding: 11px 11px 10px; border: 1px solid #4f7267; border-radius: 8px; background: #1c4944; }
.method-card h4 { margin: 0; color: #fffef7; font-size: 11px; }
.method-card p { margin: 6px 0 0; color: #c4d4cb; font-size: 9px; line-height: 1.65; }
.method-card .method-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.price-reference { min-width: 0; margin-top: 10px; padding: 11px; border: 1px solid #82998c; border-radius: 8px; background: #f1f2e9; color: #293f37; overflow-wrap: anywhere; }
.price-reference h4 { margin: 8px 0 0; color: #183d35; font-size: 12px; line-height: 1.5; }
.price-reference p { margin: 6px 0 0; color: #435d52; font-size: 9px; line-height: 1.65; }
.price-reference-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.price-status { padding: 4px 6px; border: 1px solid #869c90; border-radius: 4px; color: #294a3e; font-size: 8px; font-weight: 750; line-height: 1.4; }
.price-total { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 9px !important; padding: 9px; border: 1px solid #c1cbbb; border-radius: 6px; background: #fffefa; }
.price-total span { color: #4f685a; font-size: 9px; }
.price-total strong { color: #183d35; font-size: 16px; white-space: nowrap; }
.price-cost-status { font-weight: 700; }
.price-reference-summary { overflow-wrap: anywhere; }
.price-condition-note { color: #344d41 !important; }
.price-condition-note strong { color: #263f34; }
.price-specs { display: grid; gap: 5px; margin: 9px 0; }
.price-specs > div { display: grid; grid-template-columns: minmax(78px, 0.35fr) minmax(0, 1fr); gap: 6px; padding-bottom: 4px; border-bottom: 1px solid #d5dbd0; }
.price-specs dt { color: #536a5d; font-size: 8px; font-weight: 700; }
.price-specs dd { min-width: 0; margin: 0; color: #344d41; font-size: 8px; line-height: 1.5; overflow-wrap: anywhere; }
.price-missing { margin-top: 8px; padding: 8px; border-left: 2px solid #c08052; background: #f4e9db; color: #533d2b; font-size: 9px; line-height: 1.6; }
.price-missing ul { margin: 4px 0 0; padding-left: 17px; }
.price-expiry-note { margin-top: 9px !important; padding: 8px; border-left: 2px solid #b56b47; background: #f7e8dc; color: #613c2e !important; }
.price-reference details { margin-top: 9px; border-color: #bbc8bd; }
.price-reference details summary { color: #344f43; }
.price-reference details ul { color: #455b50; }
.price-reference details a { display: inline-block; margin: 0 10px 10px; color: #244e43; font-size: 9px; line-height: 1.5; overflow-wrap: anywhere; }
.status-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 6px; border: 1px solid #668479; border-radius: 5px; color: #ecf2ea; font-size: 8px; line-height: 1.4; }
.status-tag::before { content: "•"; color: #e1b27c; font-size: 12px; line-height: 0.7; }
.result-accordion { border: 1px solid #4b6c62; border-radius: 8px; }
.result-accordion summary { padding: 10px 11px; color: #e1ebe4; cursor: pointer; font-size: 9px; font-weight: 700; }
.result-accordion ul { margin: 0; padding: 0 22px 12px 30px; color: #c2d2c8; font-size: 9px; line-height: 1.8; }
.result-accordion a { color: #f4c59f; }
.result-caution { padding: 10px; border-left: 2px solid #dfaa74; background: #254f49; color: #f2e6ce; font-size: 9px; line-height: 1.7; }
.result-empty-error { padding: 18px; border: 1px solid #855b4c; border-radius: 8px; background: #294d47; color: #ffe9dd; font-size: 10px; line-height: 1.7; }
.result-state-line { color: #c6d5cc; font-size: 9px; }
.result-link { display: inline-block; margin-top: 6px; color: #f4c59f; font-size: 9px; }

.editorial-section { padding: 66px 0 72px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-index { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: 0.12em; }
.editorial-section > h2 { margin: 0; font-size: clamp(25px, 3vw, 36px); letter-spacing: -0.045em; line-height: 1.3; }
.section-lede { max-width: 720px; margin: 12px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.guide-card { min-height: 224px; padding: 20px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.guide-card-highlight { background: #eaf1ec; border-color: #c6d6cd; }
.guide-tag { display: inline-block; padding: 5px 7px; border-radius: 4px; background: #edf0e9; color: #456159; font-size: 9px; font-weight: 800; }
.guide-card h3, .cost-checklist h3, .cost-snapshot h3 { margin: 15px 0 8px; font-size: 15px; line-height: 1.5; letter-spacing: -0.025em; }
.guide-card p, .cost-snapshot p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.guide-card-highlight > p { color: #59686c; }
.guide-card a, .cost-snapshot a { display: inline-block; margin-top: 16px; font-size: 10px; font-weight: 700; }
.guide-card a span, .cost-snapshot a span { margin-left: 5px; color: var(--coral); }
.guide-callout { margin: 14px 0 0; padding: 15px 18px; border-left: 3px solid var(--gold); background: var(--gold-pale); color: #625335; font-size: 10px; line-height: 1.75; }
.guide-callout strong { color: #493d27; }
.cost-explainer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 15px; }
.cost-checklist, .cost-snapshot { padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.cost-checklist h3, .cost-snapshot h3 { margin-top: 0; }
.cost-checklist ul { margin: 13px 0 18px; padding-left: 18px; color: var(--soft-ink); font-size: 11px; line-height: 1.95; }
.muted-note { color: var(--muted); font-size: 9px; line-height: 1.75; }
.snapshot-warning { margin-top: 12px !important; padding: 9px 11px; border-left: 2px solid var(--coral); background: var(--red-pale); color: #714137 !important; }
.cost-calculator { margin-top: 15px; border: 1px solid var(--line-dark); border-radius: 11px; background: #fffefa; }
.cost-calculator > summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; color: var(--forest); cursor: pointer; font-size: 12px; font-weight: 800; }
.cost-calculator > summary small { color: var(--muted); font-size: 9px; font-weight: 500; }
.calculator-body { padding: 0 20px 21px; }
.calculator-body > p { color: var(--muted); font-size: 10px; line-height: 1.75; }
.calculator-top { display: grid; grid-template-columns: repeat(2, minmax(0, 240px)); gap: 14px; margin: 14px 0; }
.table-wrap { width: 100%; overflow-x: auto; }
.cost-table { width: 100%; border-collapse: collapse; font-size: 9px; }
.cost-table caption { padding: 9px 0; color: var(--muted); text-align: left; line-height: 1.6; }
.cost-table th, .cost-table td { min-width: 100px; padding: 8px 7px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.cost-table th { color: var(--soft-ink); background: #f2f3ee; font-size: 9px; }
.cost-table th:first-child { min-width: 160px; }
.cost-table td:first-child { color: var(--ink); font-weight: 700; line-height: 1.6; }
.cost-table select, .cost-table input { min-width: 85px; min-height: 32px; font-size: 9px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.next-checks { margin: 0; padding-left: 16px; color: #c4d4cb; font-size: 9px; line-height: 1.75; }
.excluded-reason { border-left: 2px solid #da9d74; padding-left: 8px; }
.result-cost-note { padding: 0 12px; color: #c4d4cb; font-size: 9px; line-height: 1.6; }
.cost-entry-fields { display: grid; gap: 6px; min-width: 210px; }
.cost-entry-line { display: grid; grid-template-columns: 1fr 85px; align-items: center; gap: 5px; color: var(--muted); font-size: 8px; }
.cost-result-good, .cost-result-wait { margin-top: 14px; padding: 13px; border-radius: 8px; font-size: 10px; line-height: 1.7; }
.cost-result-good { border: 1px solid #b3ccbb; background: var(--forest-soft); color: #28483d; }
.cost-result-good, .cost-result-wait { margin-top: 14px; padding: 13px; border-radius: 8px; font-size: 10px; line-height: 1.7; }
.cost-result-good { border: 1px solid #b3ccbb; background: var(--forest-soft); color: #28483d; }
.cost-result-wait { border: 1px solid #e5d1a9; background: var(--gold-pale); color: #5d4a26; }
.cost-result-good strong, .cost-result-wait strong { display: block; font-size: 14px; }
.small-note { color: var(--muted); font-size: 9px; line-height: 1.65; }

.evidence-list { display: grid; gap: 8px; }
.evidence-item { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.evidence-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 15px; color: var(--soft-ink); cursor: pointer; font-size: 10px; font-weight: 700; }
.evidence-item summary small { color: var(--muted); font-size: 8px; font-weight: 500; white-space: nowrap; }
.evidence-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 22px; padding: 4px 15px 15px; color: var(--muted); font-size: 9px; line-height: 1.75; }
.evidence-detail h4 { margin: 8px 0 4px; color: var(--ink); font-size: 9px; }
.evidence-detail ul { margin: 0; padding-left: 17px; }
.evidence-detail a { display: inline-block; margin-top: 9px; font-weight: 700; }

.policy-section { display: grid; grid-template-columns: minmax(220px, 0.7fr) 1.6fr; gap: 36px; padding: 45px 0 38px; border-top: 1px solid var(--line); }
.policy-section > div:first-child h2 { margin: 10px 0 9px; font-size: 20px; line-height: 1.45; }
.policy-section > div:first-child > p:last-child { max-width: 300px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.policy-grid article { padding-top: 9px; border-top: 1px solid var(--line-dark); }
.policy-grid h3 { margin: 0 0 5px; font-size: 10px; }
.policy-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.75; }
.local-disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 15px; border-top: 1px solid var(--line); color: #80563c; font-size: 9px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 0 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.site-footer a { color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-button { border: 0; padding: 0; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 0.2em; cursor: pointer; font-size: inherit; }
.pr-notice { max-width: 1680px; margin: 0 auto; padding: 9px 38px; color: #4a3822; background: var(--gold-pale); border-bottom: 1px solid #ead9bb; font-size: 12px; font-weight: 700; }
.affiliate-link { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.affiliate-link img { flex: 0 0 1px; }
.ad-label { display: inline-block; padding: 1px 5px; border: 1px solid currentColor; border-radius: 3px; font-size: 11px; font-weight: 700; line-height: 1.4; }
.consent-banner { position: fixed; z-index: 50; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 1020px; margin: auto; padding: 16px 18px; border: 1px solid var(--line-dark); border-radius: 14px; background: var(--surface); box-shadow: 0 12px 44px rgba(31, 44, 49, 0.18); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: 13px; }
.consent-banner p { max-width: 650px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.consent-actions { display: flex; flex: none; gap: 8px; }
.consent-actions button { min-height: 40px; padding: 8px 12px; border-radius: 7px; cursor: pointer; font-size: 11px; font-weight: 700; }
.button-secondary { border: 1px solid var(--line-dark); background: var(--surface); color: var(--ink); }
.button-primary { border: 1px solid var(--forest); background: var(--forest); color: white; }
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-main { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 46px; }
.legal-wordmark { min-width: 0; margin: 4px 0 24px; font-weight: 750; }
.legal-card { padding: clamp(22px, 5vw, 44px); border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
.legal-card h1 { margin: 12px 0 22px; font-size: clamp(28px, 6vw, 40px); line-height: 1.2; }
.legal-card h2 { margin: 28px 0 8px; font-size: 18px; }
.legal-card p, .legal-card dd { color: var(--soft-ink); font-size: 14px; line-height: 1.9; }
.legal-details { margin: 0; }
.legal-details > div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.legal-details dt { font-weight: 700; }
.legal-details dd { margin: 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 22px 0 0; font-size: 12px; }
.contact-address { padding: 14px; border-radius: 8px; background: var(--forest-soft); font-weight: 700; }

@media (max-width: 1240px) {
  .site-shell { padding: 0 26px; }
  .tool-layout { grid-template-columns: minmax(150px, 0.65fr) minmax(420px, 1.6fr) minmax(270px, 0.95fr); gap: 23px; }
  .result-panel { padding: 18px; }
  .question-card { padding: 17px; }
  .top-nav { gap: 17px; }
}
@media (max-width: 1020px) {
  .tool-layout { grid-template-columns: 160px minmax(0, 1fr); }
  .result-column { grid-column: 2; position: static; }
  .result-panel { min-height: unset; }
  .result-empty { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; }
  .result-empty .result-kicker { grid-column: 1 / -1; }
  .result-icon { margin: 15px 0 5px; }
  .result-empty h2 { font-size: 17px; }
  .result-empty p { grid-column: 1 / -1; }
  .empty-rule { grid-column: 1 / -1; width: 100%; margin: 10px 0; }
  .result-empty .small-note { grid-column: 1 / -1; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-card:last-child { grid-column: 1 / -1; min-height: 180px; }
  .wordmark { min-width: auto; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  .site-shell { padding: 0 17px; }
  .pr-notice { padding: 8px 17px; font-size: 10px; }
  .consent-banner { right: 8px; bottom: 8px; left: 8px; align-items: stretch; flex-direction: column; gap: 10px; padding: 13px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions button { min-height: 44px; }
  .legal-main { width: min(100% - 24px, 820px); padding-top: 16px; }
  .legal-details > div { grid-template-columns: 1fr; gap: 3px; }
  .site-header { min-height: 64px; gap: 12px; flex-wrap: wrap; padding: 10px 0; }
  .wordmark-mark { width: 33px; height: 33px; border-radius: 8px; }
  .wordmark strong { font-size: 12px; }
  .wordmark small { font-size: 8px; }
  .local-badge { margin-left: auto; padding: 6px 8px; font-size: 8px; }
  .top-nav { order: 3; width: 100%; gap: 0; justify-content: space-between; overflow-x: auto; padding: 2px 0 1px; }
  .top-nav a { padding: 5px 8px 5px 0; white-space: nowrap; font-size: 9px; }
  .tool-layout { display: flex; flex-direction: column; gap: 17px; padding: 30px 0 48px; }
  .tool-rail { position: static; order: 0; width: 100%; padding: 0; }
  .tool-rail > .eyebrow, .rail-note, .rail-link { display: none; }
  .rail-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 0; }
  .rail-steps li { gap: 6px; padding: 0; align-items: center; }
  .rail-steps li:not(:last-child)::after { display: none; }
  .rail-steps li > span { width: 21px; height: 21px; font-size: 8px; }
  .rail-steps strong { font-size: 8px; line-height: 1.4; }
  .rail-steps small { display: none; }
  .question-area { order: 1; width: 100%; }
  .page-intro { margin-bottom: 18px; }
  .intro-meta { margin-bottom: 10px; font-size: 8px; }
  h1 { font-size: clamp(29px, 8vw, 36px); }
  .page-intro > p { font-size: 11px; }
  .question-card { padding: 15px 13px; margin-bottom: 10px; }
  .question-card legend { font-size: 12px; }
  .field-hint { margin-left: 0; }
  .choice-grid-two, .form-grid { grid-template-columns: 1fr; gap: 10px; }
  .choice-tile { min-height: 57px; }
  .form-grid { margin-top: 11px; }
  .form-field { gap: 5px; }
  .form-field small { margin-top: -1px; }
  .sub-question { grid-template-columns: 1fr; gap: 7px; }
  .sub-question .select-label, .sub-question select, .sub-question small { grid-column: 1; grid-row: auto; }
  .form-footer { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
  .form-footer p { max-width: unset; }
  .primary-button { width: 100%; min-height: 48px; }
  .result-column { order: 2; width: 100%; min-width: 0; }
  .result-panel, .result-content, .result-head, .result-block, .method-card { min-width: 0; }
  .result-panel { min-height: unset; padding: 16px; }
  .result-empty { display: block; }
  .result-empty .result-kicker { display: block; }
  .result-icon { margin: 13px 0 9px; }
  .result-empty h2 { font-size: 18px; }
  .result-empty p { font-size: 10px; }
  .editorial-section { padding: 43px 0 48px; }
  .editorial-section > h2 { font-size: 26px; }
  .section-lede { font-size: 10px; }
  .guide-grid, .cost-explainer-grid, .evidence-detail, .policy-section, .policy-grid { grid-template-columns: 1fr; }
  .guide-card, .guide-card:last-child { grid-column: auto; min-height: 0; padding: 17px; }
  .cost-checklist, .cost-snapshot { padding: 17px; }
  .cost-calculator > summary { align-items: flex-start; flex-direction: column; gap: 6px; padding: 15px; }
  .calculator-body { padding: 0 12px 15px; }
  .calculator-top { grid-template-columns: 1fr; }
  .cost-table { min-width: 610px; }
  .evidence-item summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .policy-section { gap: 20px; padding: 35px 0; }
  .policy-grid { gap: 11px; }
  .local-disclaimer { grid-column: 1; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-bottom: 25px; }
  .site-footer nav { gap: 10px 15px; }
}
@media (max-width: 360px) {
  .price-total { align-items: flex-start; flex-direction: column; }
  .price-total strong { white-space: normal; overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Macで使える？: a calm, consumer-first presentation */
:root {
  --paper: #f7f8f6;
  --surface: #ffffff;
  --ink: #173432;
  --soft-ink: #3b5552;
  --muted: #566b66;
  --line: #dce5e1;
  --line-dark: #b7c8c1;
  --forest: #194743;
  --forest-soft: #e7f0eb;
  --coral: #c86648;
  --coral-dark: #a94d35;
  --gold: #d7a96f;
  --gold-pale: #fbf4e8;
  --red-pale: #fbefeb;
  --shadow: 0 10px 34px rgba(22, 57, 51, 0.08);
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.7; }
button, input, select { font: inherit; }
a { color: #155c58; text-underline-offset: 0.18em; }
a:hover { color: var(--coral-dark); }
:focus-visible { outline: 3px solid #d17d56; outline-offset: 3px; }
.site-shell { width: min(100% - 48px, 1180px); margin: 0 auto; }
.skip-link { z-index: 100; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; padding: 12px 0; border-bottom: 1px solid rgba(183, 200, 193, 0.65); background: rgba(247, 248, 246, 0.96); backdrop-filter: blur(12px); }
.wordmark { gap: 12px; color: var(--ink); text-decoration: none; }
.wordmark-mark { width: 42px; height: 42px; border: 0; border-radius: 15px; color: #fff; background: var(--forest); font-family: inherit; font-size: 26px; font-weight: 700; }
.wordmark strong { font-size: 17px; letter-spacing: -0.04em; }
.wordmark small { margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: 0; }
.top-nav { gap: 22px; }
.top-nav a { color: var(--soft-ink); font-size: 13px; font-weight: 650; }
.header-cta, .hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 46px; padding: 0 20px; border: 1px solid var(--forest); border-radius: 999px; color: #fff; background: var(--forest); text-decoration: none; font-size: 14px; font-weight: 750; }
.header-cta:hover, .hero-cta:hover { color: #fff; background: #245a54; }
.header-cta span, .hero-cta span { color: #f2c297; font-size: 18px; }
main { display: block; }
.pr-notice { max-width: 760px; margin: 20px auto 0; padding: 10px 15px; border: 1px solid #ead4bd; border-radius: 9px; color: #62452d; background: #fff8ee; font-size: 12px; line-height: 1.6; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 50px 0 68px; }
.tool-rail { display: none; }
.question-area, .result-column { width: min(100%, 760px); min-width: 0; margin: 0 auto; }
.question-area { grid-column: 1; }
.page-intro { position: relative; isolation: isolate; max-width: 760px; margin: 0 auto 31px; padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.page-intro::after { position: absolute; z-index: -1; top: 10px; right: 25px; display: grid; width: 122px; height: 122px; place-items: center; border: 1px solid #d8e6df; border-radius: 38% 62% 58% 42% / 43% 42% 58% 57%; color: #b6d0c3; background: #edf4ef; content: "?"; font-family: Georgia, serif; font-size: 76px; font-weight: 600; transform: rotate(-8deg); }
.intro-meta { margin-bottom: 15px; font-size: 12px; }
.issue-label { padding: 6px 11px; border-radius: 999px; color: #32584f; background: #e4efea; font-size: 11px; }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1 { max-width: 620px; font-size: clamp(42px, 6vw, 65px); line-height: 1.15; letter-spacing: -0.065em; font-weight: 780; }
h1 em { color: var(--coral-dark); }
.page-intro > p:not(.supported-label):not(.privacy-promise) { max-width: 620px; margin: 16px 0 0; color: var(--soft-ink); font-size: 17px; line-height: 1.9; }
.supported-label { margin: 22px 0 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.supported-apps { display: flex; gap: 8px; margin: 0 0 19px; padding: 0; list-style: none; }
.supported-apps li { padding: 7px 13px; border: 1px solid #cbdad3; border-radius: 999px; color: #244f47; background: #fff; font-size: 13px; font-weight: 700; }
.hero-cta { min-height: 52px; padding: 0 23px; border-radius: 12px; font-size: 15px; box-shadow: 0 6px 15px rgba(25, 71, 67, 0.12); }
.privacy-promise { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
#diagnosis-form { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.diagnosis-progress { display: flex; align-items: center; gap: 9px; margin: 0 0 25px; padding: 0; list-style: none; }
.diagnosis-progress li { display: flex; align-items: center; gap: 8px; min-width: 0; color: #596c66; font-size: 12px; font-weight: 650; }
.diagnosis-progress li + li::before { width: 30px; height: 1px; margin-right: 2px; background: #d5dfda; content: ""; }
.diagnosis-progress li > span:first-child { display: grid; width: 27px; height: 27px; flex: none; place-items: center; border: 1px solid #cfdbd5; border-radius: 50%; color: #73837c; background: #fff; font-size: 11px; }
.diagnosis-progress li[aria-current="step"] { color: var(--forest); }
.diagnosis-progress li[aria-current="step"] > span:first-child { border-color: var(--forest); color: #fff; background: var(--forest); }
.diagnosis-progress li.is-complete > span:first-child { border-color: #9bbcae; color: #28584e; background: #e7f1ec; }
.flow-step[hidden], .task-group[hidden], .form-field[hidden], .access-advanced[hidden], [hidden] { display: none !important; }
.question-card { margin: 0; padding: 0; border: 0; background: transparent; }
.question-card legend { margin-bottom: 10px; font-size: 21px; font-weight: 750; letter-spacing: -0.04em; }
.question-number { width: 32px; height: 32px; margin-right: 10px; color: #fff; background: var(--coral-dark); font-size: 13px; }
.field-hint { margin: 0 0 17px 43px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.choice-grid { gap: 12px; }
.choice-tile { min-height: 82px; padding: 15px; border: 1px solid var(--line-dark); border-radius: 13px; background: #fff; transition: border-color 140ms ease, background 140ms ease, transform 140ms ease; }
.choice-tile:hover, .radio-stack label:hover { border-color: #77988a; background: #f8fbf9; transform: translateY(-1px); }
.choice-tile:has(input:checked) { border: 2px solid var(--forest); padding: 14px; background: #eff6f1; box-shadow: none; }
.choice-tile input, .radio-stack input { width: 19px; height: 19px; accent-color: var(--forest); }
.choice-index { width: 42px; height: 42px; border-radius: 12px; color: var(--forest); background: #e8f1ec; font-family: Georgia, serif; font-size: 17px; }
.choice-tile strong, .radio-stack strong { color: var(--ink); font-size: 15px; }
.choice-tile small, .radio-stack small { color: var(--muted); font-size: 12px; }
.radio-stack { gap: 9px; margin-top: 14px; }
.radio-stack label { min-height: 58px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; }
.radio-stack label:has(input:checked) { border-color: var(--forest); background: #eff6f1; }
.radio-stack small { font-size: 12px; }
.form-grid { gap: 16px; margin-top: 17px; }
.form-field { gap: 8px; }
.select-label { color: var(--soft-ink); font-size: 14px; line-height: 1.55; }
select, input[type="number"] { min-height: 46px; padding: 9px 12px; border-color: #adbfba; border-radius: 9px; color: var(--ink); background: #fff; font-size: 15px; }
.form-field small { color: var(--muted); font-size: 12px; line-height: 1.6; }
.sub-question { margin-top: 16px; padding-top: 15px; border-color: var(--line); }
.optional-questions { margin-top: 18px; border-top: 1px solid var(--line); }
.optional-questions > summary { padding: 15px 0 3px; color: #245a53; font-size: 14px; font-weight: 700; }
.optional-questions .field-hint { margin: 7px 0 13px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 23px; padding-top: 17px; border-top: 1px solid var(--line); }
.form-footer p { max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.primary-button { min-height: 50px; padding: 0 23px; border-radius: 11px; background: var(--forest); font-size: 15px; }
.primary-button span { color: #f2c297; }
.button-secondary { min-height: 44px; padding: 0 17px; border: 1px solid var(--line-dark); border-radius: 10px; color: var(--forest); background: #fff; cursor: pointer; font-weight: 700; }
.button-secondary:hover { border-color: var(--forest); background: #f1f6f3; }
.inline-error { margin: 13px 0 0; padding: 9px 11px; border-radius: 8px; color: #8d3c2d; background: var(--red-pale); font-size: 13px; }
.result-column { grid-column: 1; position: static; margin-top: 20px; }
.result-panel { min-height: 0; padding: 27px; border: 1px solid #d6e4dc; border-radius: 18px; color: var(--ink); background: #f0f6f2; box-shadow: none; }
.result-empty { padding: 0; }
.result-kicker { color: #506b60; font-size: 12px; letter-spacing: 0.08em; }
.result-icon { width: 40px; height: 40px; margin: 18px 0 10px; border-color: #c8d9cf; color: var(--forest); background: #fff; font-family: inherit; font-size: 23px; }
.result-empty h2 { max-width: 650px; font-size: 21px; line-height: 1.55; }
.result-empty p, .result-empty .small-note { color: var(--soft-ink); font-size: 13px; line-height: 1.7; }
.empty-rule { margin: 17px 0 11px; background: #d2e0d8; }
.result-content { gap: 18px; }
.result-head { padding-bottom: 18px; border-color: #d4e2d9; }
.result-head .result-kicker { display: block; margin-bottom: 8px; }
.result-head h2 { margin: 7px 0 0; color: var(--ink); font-size: clamp(24px, 3vw, 33px); line-height: 1.4; letter-spacing: -0.045em; }
.result-lede { margin: 10px 0 0; color: var(--soft-ink); font-size: 14px; line-height: 1.75; }
.need-chip { padding: 6px 10px; border-color: #a8c3b5; color: #31594d; background: #fff; font-size: 12px; }
.need-chip::before { background: #7ca18e; }
.result-block h3 { margin: 0 0 12px; color: var(--ink); font-size: 18px; letter-spacing: -0.035em; }
.next-action { padding: 17px 19px; border: 1px solid #d4e1d9; border-radius: 12px; background: #fff; }
.next-action .eyebrow { font-size: 11px; letter-spacing: 0.04em; text-transform: none; }
.next-checks { margin-top: 10px; padding-left: 21px; color: var(--ink); font-size: 14px; line-height: 1.75; }
.next-checks li + li { margin-top: 6px; }
.result-caution { border: 1px solid #eadcc4; border-radius: 11px; color: #665137; background: #fff9ee; }
.result-caution > summary { color: #654d2f; font-size: 13px; }
.result-caution ul { margin: 0; padding: 0 20px 15px 34px; color: #624f38; font-size: 13px; line-height: 1.7; }
.result-empty-error { padding: 13px; border-color: #e5c6bd; border-radius: 9px; color: #683a31; background: #fff5f2; font-size: 13px; }
.method-card { padding: 17px; border: 1px solid #d8e4dd; border-radius: 12px; color: var(--ink); background: #fff; }
.method-card h4 { color: var(--ink); font-size: 16px; line-height: 1.5; }
.method-summary, .method-card > p { color: var(--soft-ink); font-size: 13px; line-height: 1.7; }
.method-card > details { border-color: #e1e8e3; border-radius: 8px; }
.method-card > details > summary { color: #315e53; font-size: 13px; }
.method-tags { gap: 6px; margin: 6px 11px 11px; }
.status-tag { border-color: #c9d7ce; border-radius: 999px; color: #395b4f; background: #f4f8f5; font-size: 11px; }
.status-tag::before { color: #9a6d3f; }
.method-detail-block { margin: 10px 11px 13px; color: var(--soft-ink); font-size: 13px; line-height: 1.75; }
.method-detail-block h5, .product-spec-details h5 { margin: 13px 0 5px; color: #2c4f46; font-size: 13px; }
.method-detail-block ul { margin: 6px 0 0; padding-left: 19px; }
.method-detail-block a { display: inline-block; margin-top: 8px; font-weight: 700; }
.excluded-list { border-color: #dfe6e1; border-radius: 10px; background: #f8faf8; }
.excluded-list > summary { color: #50645e; font-size: 13px; }
.method-card-excluded { margin: 10px; }
.price-reference { margin-top: 13px; padding: 17px; border-color: #d5e0d8; border-radius: 13px; color: var(--ink); background: #fff; overflow-wrap: anywhere; }
.price-reference-heading { gap: 8px; }
.price-reference .guide-tag { border-radius: 999px; color: #31594d; background: #e9f2ec; font-size: 11px; }
.price-reference h4 { margin-top: 10px; color: var(--ink); font-size: 18px; }
.price-reference-summary, .price-cost-status, .price-reference p { color: var(--soft-ink); font-size: 13px; line-height: 1.7; }
.price-total { align-items: flex-start; margin-top: 12px !important; padding: 13px; border-color: #c8d9ce; border-radius: 10px; background: #f5faf6; }
.price-total span { color: #4e6a5e; font-size: 12px; }
.price-total strong { color: #17483c; font-size: 22px; }
.price-quick-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; padding: 0; list-style: none; }
.price-quick-facts li { padding: 5px 9px; border-radius: 999px; color: #3f5c50; background: #edf4ef; font-size: 12px; }
.price-missing { margin-top: 12px; padding: 11px; border-left-width: 3px; font-size: 12px; }
.price-expiry-note { margin-top: 11px !important; font-size: 12px !important; }
.affiliate-link { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 14px 0 6px !important; }
.affiliate-link a { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 16px; border-radius: 9px; color: #fff; background: var(--coral-dark); font-weight: 750; text-decoration: none; }
.affiliate-link a:hover { color: #fff; background: #893e2d; }
.ad-label { display: inline-block; padding: 3px 7px; border: 1px solid #c6a98b; border-radius: 4px; color: #6a4d31; background: #fffaf4; font-size: 11px; font-weight: 700; }
.product-spec-details { margin-top: 12px !important; border-color: #e1e8e3 !important; border-radius: 9px; }
.product-spec-details > summary { color: #31594d !important; font-size: 13px !important; }
.product-spec-details .price-specs { margin: 0 12px; }
.product-spec-details .price-condition-note, .product-spec-details .price-reference-summary, .product-spec-details h5, .product-spec-details ul, .product-spec-details > a { margin-right: 12px; margin-left: 12px; }
.product-spec-details > ul { padding-left: 31px; color: var(--soft-ink); font-size: 12px; line-height: 1.7; }
.price-specs > div { padding: 8px 0; }
.price-specs dt, .price-specs dd { font-size: 12px; }
.result-link { margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.editorial-section { padding: 68px 0; border-top-color: var(--line); }
.editorial-section > h2 { color: var(--ink); font-size: clamp(26px, 3.5vw, 38px); }
.section-heading { margin-bottom: 11px; }
.section-index, .eyebrow { color: #55776b; }
.section-lede { color: var(--muted); font-size: 15px; line-height: 1.8; }
.guide-grid { gap: 14px; }
.guide-card, .cost-checklist, .cost-snapshot { border-color: var(--line); border-radius: 14px; background: #fff; }
.guide-card { min-height: 0; padding: 22px; }
.guide-card-highlight { border-color: #c9dcd0; background: #f0f6f2; }
.guide-card h3, .cost-checklist h3, .cost-snapshot h3 { color: var(--ink); font-size: 17px; }
.guide-card p, .cost-snapshot p, .cost-checklist li { color: var(--soft-ink); font-size: 13px; line-height: 1.8; }
.guide-more { margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line); }
.guide-more > summary, .evidence-archive > summary { color: #315e53; font-size: 13px; font-weight: 700; cursor: pointer; }
.guide-more[open] > summary, .evidence-archive[open] > summary { margin-bottom: 12px; }
.guide-more > a { display: inline-block; margin: 4px 14px 4px 0; font-size: 12px; font-weight: 700; }
.guide-more > p { margin: 10px 0; }
.guide-tag { border-radius: 999px; color: #31594d; background: #e9f2ec; font-size: 11px; }
.guide-callout { border-radius: 0 9px 9px 0; font-size: 13px; }
.evidence-archive { margin-top: 18px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.evidence-archive > summary { font-size: 14px; }
.evidence-archive .evidence-list { margin-top: 15px; }
.cost-calculator { border-color: var(--line-dark); border-radius: 13px; }
.cost-calculator > summary { color: var(--forest); font-size: 15px; }
.cost-calculator > summary small { color: var(--muted); font-size: 12px; }
.cost-table { font-size: 12px; }
.cost-table th, .cost-table td { font-size: 12px; }
.evidence-item { border-color: var(--line); border-radius: 10px; background: #fff; }
.evidence-item > summary { font-size: 13px; }
.evidence-detail { font-size: 13px; }
.policy-section { margin-top: 32px; padding: 30px; border: 1px solid #d9e5dc; border-radius: 16px; background: #edf4ef; }
.policy-section h2 { color: var(--ink); font-size: 25px; }
.policy-section p, .policy-grid p { color: var(--soft-ink); font-size: 13px; }
.policy-grid article { border-color: #d3e0d7; border-radius: 11px; background: #fff; }
.site-footer { padding: 27px 0 34px; border-top-color: var(--line); color: var(--muted); font-size: 12px; }
.site-footer nav { gap: 12px 20px; }
.site-footer nav a { color: var(--soft-ink); }
.consent-banner { z-index: 50; gap: 20px; border-color: #b9cbc1; border-radius: 14px; background: #fff; box-shadow: 0 16px 50px rgba(16, 46, 40, 0.18); }
.consent-banner p { color: var(--soft-ink); font-size: 13px; }
.consent-actions button { min-height: 43px; border-radius: 9px; font-size: 13px; }
.legal-content { padding-top: 50px; padding-bottom: 65px; }
.legal-content h1 { font-size: clamp(32px, 5vw, 46px); }
.legal-content h2 { margin-top: 32px; color: var(--ink); font-size: 22px; }
.legal-content p, .legal-content li { color: var(--soft-ink); font-size: 15px; line-height: 1.9; }
.legal-nav a { font-size: 13px; }
.result-block > p, .result-cost-note, .method-detail-block p { color: var(--soft-ink); }
.result-block > .section-lede { color: var(--muted); }
@media (max-width: 760px) {
  .site-shell { width: min(100% - 32px, 620px); }
  .site-header { position: relative; flex-wrap: wrap; gap: 10px 15px; min-height: 68px; padding: 10px 0; }
  .wordmark-mark { width: 37px; height: 37px; border-radius: 13px; font-size: 23px; }
  .wordmark strong { font-size: 15px; }
  .wordmark small { font-size: 10px; }
  .top-nav { order: 3; width: 100%; justify-content: flex-start; gap: 18px; overflow-x: auto; padding: 8px 0 3px; }
  .top-nav a { flex: none; font-size: 12px; }
  .header-cta { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .pr-notice { margin-top: 14px; font-size: 11px; }
  .tool-layout { padding: 34px 0 48px; }
  .page-intro { margin-bottom: 22px; padding-bottom: 20px; }
  .page-intro::after { top: 8px; right: 0; width: 76px; height: 76px; border-radius: 28px; font-size: 48px; }
  h1 { max-width: calc(100% - 44px); font-size: clamp(38px, 10vw, 51px); }
  .page-intro > p:not(.supported-label):not(.privacy-promise) { max-width: none; font-size: 15px; }
  .supported-label { margin-top: 17px; }
  #diagnosis-form { padding: 18px 15px; border-radius: 15px; }
  .diagnosis-progress { gap: 5px; margin-bottom: 20px; }
  .diagnosis-progress li { gap: 5px; font-size: 10px; }
  .diagnosis-progress li + li::before { width: 12px; margin-right: 0; }
  .diagnosis-progress li > span:first-child { width: 24px; height: 24px; font-size: 10px; }
  .question-card legend { font-size: 18px; }
  .field-hint { margin-left: 0; font-size: 12px; }
  .choice-grid-two, .form-grid { grid-template-columns: 1fr; }
  .choice-tile { min-height: 73px; }
  .radio-stack label { min-height: 58px; }
  .form-footer { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
  .form-footer p { max-width: none; }
  .form-footer .primary-button, .form-footer .button-secondary { width: 100%; }
  .result-column { margin-top: 14px; }
  .result-panel { padding: 20px 16px; border-radius: 14px; }
  .result-head h2 { font-size: 24px; }
  .price-total { align-items: flex-start; flex-direction: column; }
  .price-total strong { min-width: 0; font-size: 20px; white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
  .next-action { padding: 14px; }
  .price-reference { padding: 14px; }
  .price-total { flex-direction: row; align-items: center; }
  .price-total strong { font-size: 21px; }
  .price-quick-facts { gap: 6px; }
  .price-quick-facts li { font-size: 11px; }
  .affiliate-link a { width: 100%; justify-content: center; }
  .editorial-section { padding: 47px 0; }
  .editorial-section > h2 { font-size: 27px; }
  .section-lede { font-size: 14px; }
  .guide-grid, .cost-explainer-grid, .evidence-detail, .policy-section, .policy-grid { grid-template-columns: 1fr; }
  .guide-card, .cost-checklist, .cost-snapshot { padding: 18px; }
  .policy-section { gap: 20px; padding: 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 15px; padding-bottom: 25px; }
}
@media (max-width: 360px) {
  .site-shell { width: calc(100% - 24px); }
  .top-nav { gap: 14px; }
  .diagnosis-progress li { gap: 3px; font-size: 9px; }
  .diagnosis-progress li + li::before { width: 6px; }
  .diagnosis-progress li > span:first-child { width: 22px; height: 22px; }
  .page-intro::after { opacity: 0.55; }
  .price-total { align-items: flex-start; flex-direction: column; }
  .price-total strong { white-space: normal; overflow-wrap: anywhere; }
}
