:root {
  --ink: #16211d;
  --muted: #52605a;
  --soft: #f4f7f3;
  --paper: #ffffff;
  --line: #d8e0da;
  --forest: #1f6f52;
  --forest-dark: #164a38;
  --clay: #b85f3d;
  --sky: #dbeaf0;
  --gold: #c99a2e;
  --shadow: 0 18px 45px rgba(18, 33, 29, 0.15);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 20;
  padding: 8px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(216, 224, 218, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.header-inner,
.footer-inner,
.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: var(--paper);
  background: var(--forest-dark);
  font-size: 0.82rem;
}

.site-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  font-size: 0.94rem;
}

.site-nav a,
.footer-nav a {
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
  color: var(--muted);
}

.site-nav a:hover,
.footer-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--paper) !important;
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: min(780px, 88svh);
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-position: center right;
  background-size: cover;
  transform: scale(1.01);
  z-index: -2;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.16) 78%),
    linear-gradient(0deg, rgba(22, 33, 29, 0.16), rgba(22, 33, 29, 0.02));
  z-index: -1;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 52px;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow,
.section-kicker,
.article-category,
.result-label {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.45;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.lead {
  color: #26342f;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.lead.narrow {
  max-width: 760px;
}

.hero-actions,
.callout-actions,
.center-action,
.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--paper);
  background: var(--forest);
}

.button.primary:hover {
  background: var(--forest-dark);
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(22, 33, 29, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.diagnosis-shell {
  padding: 24px;
  border: 1px solid rgba(216, 224, 218, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.diagnosis-shell h2 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 3vw, 2.15rem);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.diagnosis-option {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 12px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fbfcfb;
  cursor: pointer;
  text-align: center;
}

.diagnosis-option:hover,
.diagnosis-option:focus-visible,
.diagnosis-option.is-active {
  border-color: var(--forest);
  outline: 0;
  box-shadow: inset 0 0 0 1px var(--forest);
}

.diagnosis-option.is-active {
  background: #eff8f3;
}

.option-main {
  font-size: 1rem;
  font-weight: 800;
}

.option-sub {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.diagnosis-result {
  padding: 18px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: #fffaf0;
}

.diagnosis-result h3 {
  font-size: 1.28rem;
}

.result-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 18px;
}

.result-list div {
  padding-top: 12px;
  border-top: 1px solid rgba(201, 154, 46, 0.35);
}

.result-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.result-list dd {
  margin: 4px 0 0;
}

.trust-band {
  background: var(--forest-dark);
  color: var(--paper);
}

.trust-inner {
  width: min(1120px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.trust-inner p {
  margin: 0;
}

.trust-inner a {
  white-space: nowrap;
  color: #d6eadf;
  font-weight: 700;
}

.section,
.page-hero {
  padding: 78px 0;
}

.page-hero {
  background: linear-gradient(180deg, var(--soft), var(--paper));
}

.section.muted {
  background: var(--soft);
}

.section.compact {
  padding: 54px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 54px;
  align-items: start;
}

.process-list,
.partner-types {
  display: grid;
  gap: 14px;
}

.process-item,
.partner-types > div,
.notice-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--clay);
  font-weight: 780;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.topic-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-decoration: none;
}

.topic-card:hover {
  border-color: var(--forest);
}

.topic-card span {
  width: max-content;
  margin-bottom: 16px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--forest-dark);
  background: #e3f1ea;
  font-size: 0.78rem;
  font-weight: 760;
}

.topic-card p,
.process-item p,
.partner-types p,
.notice-panel p {
  color: var(--muted);
}

.split-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-top: 4px solid var(--forest);
  border-bottom: 1px solid var(--line);
  background: #f8fbf9;
}

.source-list {
  padding-left: 20px;
}

.source-list li + li {
  margin-top: 8px;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #121a17;
  color: #edf4ef;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.footer-inner p {
  margin: 12px 0 0;
  color: #b9c8c0;
}

.footer-nav a {
  color: #d9e5df;
}

.article-main {
  padding: 58px 0 86px;
}

.article-content {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto;
}

.article-content h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.5;
}

.article-content h2 {
  margin-top: 38px;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.article-lead {
  color: #2b3a34;
  font-size: 1.16rem;
}

.article-content li + li {
  margin-top: 8px;
}

.article-cta {
  margin-top: 44px;
  padding: 24px;
  border-radius: 8px;
  background: var(--soft);
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-row {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-row h2,
.article-row h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
}

.article-group {
  margin-bottom: 40px;
}

.article-group > h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #234238;
  font-size: 1.3rem;
}

.article-row h2 a,
.article-row h3 a {
  text-decoration: none;
}

.legal {
  color: #23312c;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 720;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #bfcbc3;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--forest);
  outline: 2px solid rgba(31, 111, 82, 0.16);
}

textarea {
  resize: vertical;
}

.checkbox-row {
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 500;
}

.checkbox-row input {
  width: 18px;
  margin-top: 4px;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--forest-dark);
  font-weight: 700;
}

.notice-panel ul {
  margin-bottom: 0;
  padding-left: 20px;
}

@media (max-width: 920px) {
  .header-inner {
    min-height: auto;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav,
  .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner,
  .two-column,
  .split-callout,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 48px 0 38px;
  }

  .option-grid,
  .topic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 58%, rgba(255, 255, 255, 0.48) 100%),
      linear-gradient(0deg, rgba(22, 33, 29, 0.1), rgba(22, 33, 29, 0.02));
  }

  .option-grid,
  .result-list,
  .topic-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .diagnosis-shell {
    padding: 18px;
  }

  .section,
  .page-hero {
    padding: 54px 0;
  }

  .article-row,
  .article-cta,
  .split-callout {
    padding: 20px;
  }
}

/* Practical service-site revision */
.site-header {
  background: #fffefb;
  backdrop-filter: none;
}

.brand-mark {
  background: #234238;
}

.home-hero {
  padding: 58px 0 46px;
  border-bottom: 1px solid #d9ded8;
  background:
    linear-gradient(90deg, rgba(241, 246, 242, 0.88), rgba(255, 255, 255, 0.94)),
    repeating-linear-gradient(0deg, rgba(35, 66, 56, 0.05) 0, rgba(35, 66, 56, 0.05) 1px, transparent 1px, transparent 28px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: center;
}

.local-note {
  width: fit-content;
  margin: 0 0 16px;
  padding: 4px 10px;
  border: 1px solid #c7d5cd;
  border-radius: 4px;
  color: #234238;
  background: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
}

.home-hero h1 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.55;
  font-weight: 800;
}

.hero-summary {
  max-width: 760px;
  color: #36443e;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 740px;
  margin: 28px 0 0;
  border: 1px solid #d7ded8;
  background: #fffefb;
}

.quick-facts div {
  padding: 13px 14px;
}

.quick-facts div + div {
  border-left: 1px solid #d7ded8;
}

.quick-facts dt {
  color: #647068;
  font-size: 0.78rem;
}

.quick-facts dd {
  margin: 4px 0 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.owner-record {
  border: 1px solid #bfc9c1;
  border-radius: 4px;
  background: #fffefb;
  box-shadow: 0 8px 24px rgba(24, 33, 29, 0.08);
}

.record-head {
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  border-bottom: 2px solid #234238;
  background: #f7f5ed;
}

.record-head span {
  color: #69746d;
  font-size: 0.78rem;
  font-weight: 700;
}

.record-head strong {
  font-size: 1.24rem;
}

.record-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 54px;
  border-bottom: 1px solid #d7ded8;
}

.record-row span,
.record-row b {
  display: flex;
  align-items: center;
  padding: 10px 14px;
}

.record-row span {
  color: #52605a;
  background: #f5f8f5;
  font-size: 0.86rem;
}

.record-row b {
  font-size: 0.96rem;
  font-weight: 650;
}

.record-foot {
  margin: 0;
  padding: 14px 18px 18px;
  color: #52605a;
  font-size: 0.92rem;
}

.section-kicker,
.article-category,
.result-label,
.eyebrow {
  color: #7c4f2d;
  text-transform: none;
}

.diagnosis-section {
  padding-top: 64px;
}

.diagnosis-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.diagnosis-panel {
  padding: 18px;
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: #fffefb;
}

.diagnosis-option {
  border-radius: 4px;
}

.diagnosis-option.is-active {
  background: #edf5ef;
}

.diagnosis-result {
  border-left-color: #234238;
  border-radius: 4px;
  background: #f7f5ed;
}

.example-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d7ded8;
  border-left: 1px solid #d7ded8;
  background: #fffefb;
}

.example-list article {
  min-height: 150px;
  padding: 20px;
  border-right: 1px solid #d7ded8;
  border-bottom: 1px solid #d7ded8;
}

.example-list p {
  color: #52605a;
}

.scope-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffefb;
}

.scope-table th,
.scope-table td {
  padding: 16px;
  border: 1px solid #d7ded8;
  text-align: left;
  vertical-align: top;
}

.scope-table th {
  width: 140px;
  color: #234238;
  background: #f3f7f4;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d7ded8;
  border-left: 1px solid #d7ded8;
  background: #fffefb;
}

.flow-steps li {
  min-height: 190px;
  padding: 20px;
  border-right: 1px solid #d7ded8;
  border-bottom: 1px solid #d7ded8;
}

.flow-steps span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fffefb;
  background: #234238;
  font-weight: 800;
}

.source-box {
  padding-top: 24px;
  border-top: 2px solid #234238;
}

.source-box h2 {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.topic-card,
.article-row,
.process-item,
.partner-types > div,
.notice-panel,
.article-cta {
  border-radius: 4px;
}

@media (max-width: 920px) {
  .hero-layout,
  .diagnosis-layout {
    grid-template-columns: 1fr;
  }

  .owner-record {
    max-width: 620px;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-hero {
    padding: 38px 0 34px;
  }

  .quick-facts,
  .example-list {
    grid-template-columns: 1fr;
  }

  .quick-facts div + div {
    border-left: 0;
    border-top: 1px solid #d7ded8;
  }

  .record-row {
    grid-template-columns: 1fr;
  }

  .record-row span {
    padding-bottom: 0;
    background: #fffefb;
  }

  .record-row b {
    padding-top: 4px;
  }
}

.breadcrumb {
  margin-bottom: 18px;
  color: #647068;
  font-size: 0.88rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: -6px 0 24px;
  color: #647068;
  font-size: 0.88rem;
}

.answer-box {
  margin: 28px 0 34px;
  padding: 22px;
  border: 1px solid #cbd7ce;
  border-left: 5px solid #234238;
  border-radius: 4px;
  background: #f7f5ed;
}

.answer-box h2 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.answer-box ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.decision-table {
  width: 100%;
  margin: 18px 0 28px;
  border-collapse: collapse;
  background: #fffefb;
}

.decision-table th,
.decision-table td {
  padding: 13px 14px;
  border: 1px solid #d7ded8;
  text-align: left;
  vertical-align: top;
}

.decision-table thead th,
.decision-table tbody th {
  color: #234238;
  background: #f3f7f4;
}

.check-list {
  padding-left: 20px;
}

.check-list li {
  padding-left: 2px;
}

.references {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid #d7ded8;
  color: #52605a;
}

.references h2 {
  font-size: 1.32rem;
}

/* ---------------------------------------------------------
   Warmth pass: icons, hero texture, diagnosis steps, facts, FAQ
--------------------------------------------------------- */

.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: currentColor;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

.icon-lg {
  width: 30px;
  height: 30px;
}

.badge-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 10px;
  color: var(--forest-dark);
  background: #e7f2ec;
}

.badge-icon.clay {
  color: #8a4425;
  background: #f6e6dc;
}

.badge-icon.gold {
  color: #7a5c19;
  background: #f7ecd2;
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.header-tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.header-tel .icon {
  color: var(--forest-dark);
}

.reason-section {
  padding: 54px 0;
  background: #fffefb;
  border-bottom: 1px solid #d9ded8;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.reason-item {
  display: grid;
  gap: 4px;
}

.reason-number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #234238;
  color: #fffefb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.reason-item h3 {
  font-size: 1.02rem;
}

.reason-item p {
  color: #52605a;
  font-size: 0.92rem;
}

@media (max-width: 920px) {
  .reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .reason-grid {
    grid-template-columns: 1fr;
  }
}

/* Diagnosis: step flow */
.diagnosis-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.diagnosis-steps .step-dot {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid #c7d5cd;
  color: #7c8981;
  background: #fffefb;
  font-size: 0.78rem;
}

.diagnosis-steps .step-dot.is-current {
  border-color: #234238;
  color: #fffefb;
  background: #234238;
}

.diagnosis-steps .step-dot.is-done {
  border-color: #234238;
  color: #234238;
  background: #eaf3ee;
}

.diagnosis-steps .step-track {
  width: 26px;
  height: 1.5px;
  background: #c7d5cd;
}

.diagnosis-option .option-icon {
  margin: 0 auto 4px;
  color: #234238;
}

.diagnosis-panel[data-step="2"] .diagnosis-step-1,
.diagnosis-panel:not([data-step="2"]) .diagnosis-step-2 {
  display: none;
}

.followup-question {
  margin: 0 0 14px;
  font-weight: 750;
}

.followup-options {
  display: grid;
  gap: 8px;
  margin-bottom: 6px;
}

.followup-option {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: #fbfcfb;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.followup-option:hover,
.followup-option:focus-visible,
.followup-option.is-active {
  border-color: #234238;
  outline: 0;
  background: #edf5ef;
}

.step-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.step-back:hover {
  color: var(--ink);
}

.diagnosis-result.is-hint {
  opacity: 0.72;
}

.result-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

/* Cards get a little lift on hover for playfulness */
.topic-card,
.example-list article,
.fact-card,
.partner-types > div,
.process-item {
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.topic-card:hover,
.example-list article:hover,
.fact-card:hover,
.partner-types > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(18, 33, 29, 0.08);
}

.example-list article {
  display: grid;
  gap: 4px;
}

.example-list .badge-icon {
  margin-bottom: 10px;
}

/* Facts grid */
.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.fact-card {
  padding: 22px;
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: #fffefb;
}

.fact-card h3 {
  font-size: 1.32rem;
}

.fact-card p {
  color: #3d4a44;
}

.fact-card .fact-figure {
  margin: 0 0 8px;
  color: #234238;
  font-size: 2.1rem;
  font-weight: 850;
  line-height: 1;
}

.fact-card .fact-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  color: #7c4f2d;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.fact-card.is-warning {
  border-color: #dcbfa8;
  background: #fdf6ee;
}

.fact-card.is-warning .fact-figure {
  color: #8a4425;
}

/* Scope: icon cards replacing plain table */
.scope-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.scope-cards > div {
  padding: 20px;
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: #fffefb;
}

.scope-cards p {
  color: #52605a;
  font-size: 0.94rem;
}

/* FAQ accordion */
.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: #fffefb;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: none;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.faq-question .icon {
  flex-shrink: 0;
  color: #7c4f2d;
  transition: transform 0.18s ease;
}

.faq-item[data-open="true"] .faq-question .icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 18px;
  color: #52605a;
  transition: grid-template-rows 0.2s ease, padding 0.2s ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-item[data-open="true"] .faq-answer {
  grid-template-rows: 1fr;
  padding: 0 18px 18px;
}

/* Phone CTA */
.tel-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #c7d5cd;
  border-radius: 6px;
  color: var(--ink);
  background: #fffefb;
  text-decoration: none;
}

.tel-cta .icon {
  color: #234238;
}

.tel-cta-text {
  display: block;
}

.tel-cta-text strong {
  display: block;
  font-size: 1.06rem;
}

.tel-cta-text span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.contact-channels {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

@media (max-width: 920px) {
  .scope-cards,
  .fact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-hero::before,
  .home-hero::after {
    display: none;
  }
}

.topic-card span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.article-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-operator {
  margin-top: 8px;
  color: #8fa199;
  font-size: 0.8rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 0.98rem;
  font-weight: 800;
}

.brand-text em {
  color: var(--muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.footer-brand .brand-text em {
  color: #9db0a7;
}

.glossary-list {
  display: grid;
  gap: 16px;
  margin: 0 0 8px;
}

.glossary-list > div {
  padding-bottom: 16px;
  border-bottom: 1px solid #d7ded8;
}

.glossary-list dt {
  margin-bottom: 4px;
  font-weight: 780;
}

.glossary-list dd {
  margin: 0;
  color: #3d4a44;
}

.path-list {
  display: grid;
  gap: 16px;
}

.path-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 26px;
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: #fffefb;
}

.path-item .badge-icon {
  margin-bottom: 0;
}

.path-item h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.path-item p {
  margin-bottom: 12px;
  color: #3d4a44;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--forest-dark);
  font-weight: 720;
  text-decoration: none;
}

.read-more .icon {
  transform: scaleX(-1);
}

.read-more:hover {
  text-decoration: underline;
}

@media (max-width: 620px) {
  .path-item {
    grid-template-columns: 1fr;
  }
}
