@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #14251f;
  --ink-soft: #52635d;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #dce1dc;
  --green: #146a50;
  --green-dark: #0d4838;
  --mint: #cdeedc;
  --orange: #ed743c;
  --shadow: 0 24px 70px rgba(25, 52, 43, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}

a { color: inherit; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(20, 37, 31, 0.08);
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.65rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--green);
  font-size: 0.95rem;
}

nav { display: flex; gap: 2rem; }
nav a { color: var(--ink-soft); font-size: 0.9rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--green); }
.site-header > .button { justify-self: end; }

.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.compact-shell { width: min(860px, calc(100% - 2.5rem)); }

.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  min-height: 680px;
  padding-block: 4.5rem;
}

.overline {
  margin: 0 0 1rem;
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, h4 { font-family: "Manrope", sans-serif; line-height: 1.1; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.3rem, 6.6vw, 6.7rem); letter-spacing: -0.07em; }
.hero h1 { font-size: clamp(3rem, 5.3vw, 5.4rem); }
h1 em { color: var(--green); font-style: normal; }
h2 { margin: 0 0 1.25rem; font-size: clamp(2.25rem, 4vw, 4.2rem); letter-spacing: -0.055em; }

.hero-intro { max-width: 640px; margin: 2rem 0; color: var(--ink-soft); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 1.3rem; }
.listing-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.65rem; margin-top: 2rem; }
.listing-entry input { min-width: 0; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 8px 24px rgba(20, 37, 31, 0.06); }
.listing-entry input:focus { border-color: var(--green); outline: 3px solid rgba(20, 106, 80, 0.12); }
.hero-secondary { display: inline-block; margin-top: 0.9rem; color: var(--green); font-size: 0.85rem; font-weight: 800; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid var(--green);
  border-radius: 13px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 28px rgba(20, 106, 80, 0.18);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { min-height: 2.8rem; padding: 0.6rem 1rem; font-size: 0.87rem; }
.button-ghost { color: var(--green); background: transparent; box-shadow: none; }
.button-ghost:hover { color: var(--white); }
.microcopy { max-width: 155px; color: var(--ink-soft); font-size: 0.78rem; line-height: 1.35; }

.trust-list { display: flex; flex-wrap: wrap; gap: 0.85rem 1.2rem; margin: 2.5rem 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 0.82rem; }
.trust-list span { color: var(--green); font-weight: 800; }

.hero-card {
  padding: 1.35rem;
  border: 1px solid rgba(20, 37, 31, 0.09);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.hero-card-head { display: flex; justify-content: space-between; padding: 0.2rem 0.25rem 1rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.77rem; font-weight: 700; }
.live-dot { display: flex; align-items: center; gap: 0.4rem; color: var(--green); }
.live-dot i { width: 7px; height: 7px; border-radius: 50%; background: #32b67a; box-shadow: 0 0 0 5px rgba(50, 182, 122, 0.12); }
.search-profile { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 0.25rem; }
.search-profile p { margin: 0.2rem 0 0; color: var(--ink-soft); font-size: 0.85rem; }
.search-icon { display: grid; flex: 0 0 3.2rem; height: 3.2rem; place-items: center; border-radius: 15px; color: var(--green); background: var(--mint); font-size: 1.5rem; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin: 0; }
.profile-grid div { padding: 1rem; border-radius: 14px; background: #f3f5f1; }
.profile-grid dt { color: var(--ink-soft); font-size: 0.7rem; text-transform: uppercase; }
.profile-grid dd { margin: 0.25rem 0 0; font-weight: 700; }
.match-row { display: flex; align-items: center; gap: 1rem; margin-top: 0.7rem; padding: 1rem; border-radius: 14px; color: var(--white); background: var(--green-dark); }
.match-row p { margin: 0; font-size: 0.82rem; line-height: 1.4; }
.mini-cars { display: flex; }
.mini-cars span { display: grid; width: 2.1rem; height: 2.1rem; place-items: center; margin-left: -0.35rem; border: 2px solid var(--green-dark); border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 0.7rem; font-weight: 800; }

.quiz-section { padding: 7rem 0; background: #e7eee8; }
.section-heading { margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 650px; color: var(--ink-soft); }
.quiz-card { width: min(930px, calc(100% - 2.5rem)); min-height: 500px; margin: auto; padding: clamp(1.5rem, 5vw, 3.5rem); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 55px rgba(37, 67, 56, 0.08); }
.quiz-progress { margin-bottom: 2.5rem; color: var(--ink-soft); font-size: 0.77rem; font-weight: 700; }
.progress-track { height: 5px; margin-top: 0.65rem; overflow: hidden; border-radius: 5px; background: #edf0ed; }
.progress-track i { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--orange); transition: width 220ms ease; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { max-width: 720px; font-family: "Manrope", sans-serif; font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.18; }
.question-help { margin: 0.8rem 0 1.6rem; color: var(--ink-soft); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.option-grid-three { grid-template-columns: repeat(3, 1fr); }
.option-grid label { cursor: pointer; }
.option-grid input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid span { display: flex; flex-direction: column; min-height: 100%; padding: 1.15rem; border: 1px solid var(--line); border-radius: 14px; transition: border 140ms ease, background 140ms ease, transform 140ms ease; }
.option-grid label:hover span { border-color: #9dbbad; transform: translateY(-2px); }
.option-grid input:focus-visible + span { outline: 3px solid rgba(237, 116, 60, 0.3); outline-offset: 2px; }
.option-grid input:checked + span { border-color: var(--green); background: #eef8f2; box-shadow: inset 0 0 0 1px var(--green); }
.option-grid small { margin-top: 0.25rem; color: var(--ink-soft); }
.quiz-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1rem; margin-top: 2.2rem; }
.quiz-actions .text-button { margin-right: auto; }
.text-button { padding: 0.5rem; border: 0; color: var(--green); background: none; cursor: pointer; font-weight: 700; }
.form-error { min-height: 1.5rem; margin: 0.75rem 0 0; color: #a23824; font-size: 0.85rem; text-align: right; }
.result-panel h3 { max-width: 750px; margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.055em; }
.result-panel > div > p:not(.overline) { max-width: 760px; color: var(--ink-soft); }
.result-budget { margin-top: 1.25rem; }
.result-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.result-columns > div { padding: 1.4rem; border-radius: 15px; background: #f2f5f1; }
.result-columns h4 { margin: 0 0 0.7rem; }
.result-columns ul { margin: 0; padding-left: 1.25rem; }
.notice-box { margin: 1rem 0; padding: 1.2rem; border-left: 4px solid var(--orange); border-radius: 4px 12px 12px 4px; background: #fff7f1; }
.notice-box p { margin: 0.25rem 0 0; color: var(--ink-soft); }

.steps-section { padding-block: 8rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; list-style: none; }
.steps-grid li { padding: 2rem; border-top: 1px solid var(--line); }
.steps-grid li > span { color: var(--orange); font-family: "Manrope", sans-serif; font-size: 0.75rem; font-weight: 800; }
.steps-grid h3 { margin: 3rem 0 0.8rem; font-size: 1.25rem; }
.steps-grid p { color: var(--ink-soft); }

.pro-section { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: end; gap: 3rem; margin-bottom: 8rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 30px; color: var(--white); background: var(--green-dark); }
.pro-section h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
.pro-section > div > p:last-child { max-width: 600px; color: #c7d7d1; }
.overline-light { color: #8dd5b7; }
.pro-points { display: grid; gap: 0.75rem; }
.pro-points div { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 0.65rem; }
.pro-points strong { color: var(--mint); }
.pro-points span { color: #c7d7d1; font-size: 0.82rem; }
.button-light { border-color: var(--mint); color: var(--green-dark); background: var(--mint); box-shadow: none; white-space: nowrap; }

.faq-section { padding-bottom: 8rem; }
details { padding: 1.2rem 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 700; }
details p { max-width: 700px; color: var(--ink-soft); }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); color: #c5d5cf; background: #0b342a; font-size: 0.8rem; }
.brand-footer { color: var(--white); }

[hidden] { display: none !important; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 5rem; }
  .hero-card { width: min(520px, 100%); margin: auto; transform: none; }
  .option-grid-three, .steps-grid { grid-template-columns: 1fr; }
  .pro-section { grid-template-columns: 1fr; align-items: start; }
  .pro-hero, .partner-layout, .pro-cta { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .offer-preview { position: static; }
  .pro-section .button { width: fit-content; }
  footer { grid-template-columns: 1fr; gap: 0.5rem; }
footer p { margin: 0; }
}

.legal-page { background: #f4f5f1; }
.legal-shell { width: min(820px, calc(100% - 2.5rem)); margin: 0 auto; padding: 6rem 0 8rem; }
.legal-shell > h1 { max-width: none; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-lead { margin-bottom: 4rem; color: var(--ink-soft); font-size: 1.2rem; }
.legal-shell section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin-bottom: 1rem; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.legal-shell section p { color: var(--ink-soft); }
.draft-banner { margin-bottom: 3rem; padding: 1rem 1.2rem; border-left: 4px solid var(--orange); border-radius: 5px 14px 14px 5px; background: #fff2e9; }

.pro-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding-block: 7rem; }
.pro-hero h1 { font-size: clamp(3.2rem, 6vw, 6.3rem); }
.brief-card { padding: 1.6rem; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: var(--shadow); }
.brief-top { display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 0.8rem; font-weight: 700; }
.status-pill { display: inline-flex; width: fit-content; padding: 0.32rem 0.65rem; border-radius: 999px; color: var(--green); background: var(--mint); font-size: 0.72rem; font-weight: 800; }
.brief-card h2 { margin: 2rem 0 1.3rem; font-size: 2rem; }
.brief-card dl, .offer-preview dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin: 0; }
.brief-card dl div, .offer-preview dl div { padding: 1rem; border-radius: 13px; background: #f2f5f1; }
.brief-card dt, .offer-preview dt { color: var(--ink-soft); font-size: 0.7rem; text-transform: uppercase; }
.brief-card dd, .offer-preview dd { margin: 0.2rem 0 0; font-weight: 700; }
.brief-card > p { margin: 1rem 0 0; color: var(--ink-soft); font-size: 0.82rem; }
.value-strip { padding: 4rem 0; color: var(--white); background: var(--green-dark); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.value-grid strong { color: var(--mint); font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.value-grid p { margin-bottom: 0; color: #c7d7d1; }
.partner-form-section { padding-block: 8rem; }
.partner-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: start; gap: 2rem; }
.partner-form, .offer-preview { padding: clamp(1.3rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.partner-form label { display: grid; gap: 0.45rem; margin-bottom: 1rem; color: var(--ink-soft); font-size: 0.78rem; font-weight: 700; }
.partner-form input, .partner-form textarea { width: 100%; padding: 0.85rem 0.95rem; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fafbf9; outline: none; }
.partner-form input:focus, .partner-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(20, 106, 80, 0.1); }
.partner-form input[readonly] { color: var(--ink-soft); background: #eef1ed; }
.partner-form .check-field { display: flex; grid-template-columns: auto 1fr; align-items: start; gap: 0.7rem; font-weight: 500; }
.partner-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.check-field input { width: 1.1rem; margin-top: 0.2rem; }
.privacy-note { margin: 0 0 1rem; color: var(--ink-soft); font-size: 0.78rem; }
.form-submit { display: flex; align-items: center; gap: 1rem; }
.form-submit .form-error { text-align: left; }
.offer-preview { position: sticky; top: 6.5rem; min-height: 350px; }
.offer-preview h3 { margin: 1rem 0 0.25rem; font-size: 2rem; }
.offer-company { color: var(--ink-soft); }
.offer-reason { margin-top: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.offer-reason p { margin-bottom: 0; color: var(--ink-soft); }
.offer-link { margin-top: 0.5rem; font-weight: 700; }
.pro-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4rem; margin-bottom: 8rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 28px; color: var(--white); background: var(--green-dark); }
.pro-cta h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.pro-cta p:last-child { max-width: 700px; color: #c7d7d1; }
.dashboard-shell { width: min(980px, calc(100% - 2.5rem)); margin: 0 auto; padding: 6rem 0 8rem; }
.dashboard-shell > h1 { max-width: none; font-size: clamp(3rem, 7vw, 5.5rem); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3rem 0; }
.metrics-grid article { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.metrics-grid span { color: var(--ink-soft); }
.metrics-grid strong { color: var(--green); font-family: "Manrope", sans-serif; font-size: 3rem; line-height: 1; }
.metrics-auth { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: end; gap: 1rem; max-width: 720px; margin: 3rem 0; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.metrics-auth label { display: grid; gap: 0.5rem; color: var(--ink-soft); font-size: 0.8rem; font-weight: 700; }
.metrics-auth input { width: 100%; padding: 0.9rem; border: 1px solid var(--line); border-radius: 10px; }
.metrics-auth .form-error { grid-column: 1 / -1; margin: 0; text-align: left; }
.dashboard-columns { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 1rem; margin-bottom: 2rem; }
.dashboard-panel { padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.dashboard-panel h2 { font-size: 1.4rem; }
.page-metrics div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-bottom: 1px solid var(--line); }
.page-metrics span { color: var(--ink-soft); }
.metrics-table-wrap { overflow-x: auto; }
.metrics-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.metrics-table th, .metrics-table td { padding: 0.65rem; border-bottom: 1px solid var(--line); text-align: right; }
.metrics-table th:first-child, .metrics-table td:first-child { text-align: left; }
.dashboard-error { text-align: left; }
.leads-panel { margin-bottom: 2rem; }
.leads-heading, .lead-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.leads-heading h2, .lead-card h3 { margin: 0; }
.leads-heading > span, .lead-card-heading p { color: var(--ink-soft); font-size: 0.78rem; }
.lead-list { display: grid; gap: 0.8rem; margin-top: 1rem; }
.lead-card { padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fafbf9; }
.lead-card p { margin: 0.55rem 0; }
.lead-card > a { color: var(--green); font-weight: 800; overflow-wrap: anywhere; }
.lead-details { padding-top: 0.65rem; border-top: 1px solid var(--line); color: var(--ink-soft); }
.lead-funnel { display: grid; gap: 0.7rem; }
.lead-funnel > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.lead-funnel > div:last-child { border-bottom: 0; }
.lead-funnel span { display: grid; gap: 0.2rem; }
.lead-funnel small { color: var(--ink-soft); }
.lead-funnel strong { font-size: 1.6rem; }
.dashboard-panel > h3 { margin: 1.8rem 0 0.7rem; font-size: 1rem; }
.source-funnel { display: grid; gap: 0.5rem; }
.source-funnel > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-bottom: 1px solid var(--line); }
.source-funnel > div:last-child { border-bottom: 0; }
.lead-status { display: flex; align-items: center; gap: 0.65rem; color: var(--ink-soft); font-size: 0.78rem; font-weight: 800; }
.lead-status select { width: auto; min-width: 160px; padding: 0.55rem 0.7rem; border-color: var(--line); background: var(--white); }
.danger-button { color: #a23824; }
.empty-state { color: var(--ink-soft); }
.resource-section { padding-bottom: 8rem; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.resource-grid > a { display: block; padding: 1.6rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.resource-grid > a:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(20, 37, 31, 0.08); }
.resource-grid span { color: var(--orange); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.resource-grid h3 { margin: 2.5rem 0 0.8rem; font-size: 1.3rem; }
.resource-grid p { color: var(--ink-soft); }
.resource-more { margin-top: 1.5rem; text-align: right; }
.resource-more a { color: var(--green); font-weight: 800; }

.guide-shell { width: min(820px, calc(100% - 2.5rem)); margin: 0 auto; padding: 5rem 0 8rem; }
.wide-guide { width: min(1120px, calc(100% - 2.5rem)); }
.breadcrumb { display: flex; gap: 0.55rem; margin-bottom: 4rem; color: var(--ink-soft); font-size: 0.82rem; }
.guide-shell > h1 { max-width: none; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 5.5rem); }
.guide-lead { margin-bottom: 4rem; color: var(--ink-soft); font-size: 1.22rem; }
.guide-shell > section { padding: 2.5rem 0; border-top: 1px solid var(--line); }
.guide-shell > section h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.guide-shell > section p, .guide-shell > section li { color: var(--ink-soft); }
.guide-summary { margin-bottom: 3rem; padding: 1.5rem; border-radius: 16px; background: var(--green-dark); color: var(--white); }
.guide-summary ul { margin-bottom: 0; padding-left: 1.2rem; color: #d7e4df; }
.checklist { display: grid; gap: 0.65rem; margin: 1.5rem 0; padding: 1.25rem; border-radius: 14px; background: #eef3ee; }
.checklist label { display: flex; align-items: start; gap: 0.7rem; color: var(--ink); }
.checklist input { margin-top: 0.35rem; accent-color: var(--green); }
.callout { margin: 1.5rem 0; padding: 1.3rem; border-left: 4px solid var(--orange); border-radius: 5px 14px 14px 5px; background: #fff2e9; }
.callout p { margin-bottom: 0; }
.sources { font-size: 0.9rem; }
.sources li { margin-bottom: 0.6rem; }
.guide-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; margin-top: 4rem; padding: 2rem; border-radius: 22px; color: var(--white); background: var(--green-dark); }
.guide-cta h2 { margin-bottom: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.cost-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: 2rem; margin-bottom: 5rem; }
.cost-form, .cost-output { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.cost-form label { display: grid; gap: 0.4rem; margin-bottom: 1rem; color: var(--ink-soft); font-size: 0.78rem; font-weight: 700; }
.cost-form input { width: 100%; padding: 0.85rem; border: 1px solid var(--line); border-radius: 10px; background: #fafbf9; }
.cost-form small { font-weight: 400; }
.cost-output { position: sticky; top: 6.5rem; min-height: 430px; }
.cost-headline { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.cost-headline > div { padding: 1rem; border-radius: 14px; background: var(--mint); }
.cost-headline span { display: block; color: var(--green-dark); font-size: 0.75rem; }
.cost-headline strong { display: block; margin-top: 0.4rem; color: var(--green-dark); font-family: "Manrope", sans-serif; font-size: 2rem; }
.cost-breakdown { margin: 1.5rem 0 0; }
.cost-breakdown div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-bottom: 1px solid var(--line); }
.cost-breakdown dd { margin: 0; font-weight: 700; }
.cost-total { color: var(--green); font-size: 1.05rem; }
.compare-form { margin-bottom: 3rem; }
.compare-shared { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; padding: 1.2rem; border-radius: 16px; background: var(--green-dark); }
.compare-shared label { color: var(--white); }
.compare-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.compare-columns fieldset { padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.compare-columns legend { padding: 0 0.5rem; font-size: 1.3rem; }
.compare-form label { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(120px, 0.9fr); align-items: center; gap: 0.8rem; margin-bottom: 0.7rem; color: var(--ink-soft); font-size: 0.8rem; font-weight: 700; }
.compare-form input { width: 100%; padding: 0.7rem; border: 1px solid var(--line); border-radius: 9px; }
.compare-form small { color: #d6e3de; }
.compare-output { border-top: 0 !important; padding-top: 0 !important; }
.compare-output > h2 { margin-bottom: 0.5rem; }
.compare-results { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.compare-results article { padding: 1.4rem; border-radius: 17px; background: var(--white); }
.compare-results article > strong { display: block; margin: 1rem 0; color: var(--green); font-family: "Manrope", sans-serif; font-size: 2.3rem; }
.compare-results small { font-size: 0.8rem; }
.compare-results dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
.compare-results dd { margin: 0; font-weight: 700; }
.guide-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.guide-index-grid a { display: block; padding: 1.5rem; border: 1px solid var(--line); border-radius: 17px; background: var(--white); text-decoration: none; }
.guide-index-grid a:hover { border-color: var(--green); }
.guide-index-grid span { color: var(--orange); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.guide-index-grid h2 { margin: 2rem 0 0.5rem; font-size: 1.3rem; }
.guide-index-grid p { margin-bottom: 0; color: var(--ink-soft); }
.brief-shell { width: min(1080px, calc(100% - 2.5rem)); margin: 0 auto; padding: 6rem 0 8rem; }
.brief-shell > h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 5.5rem); }
.brief-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: start; gap: 2rem; }
.partner-form select { width: 100%; padding: 0.85rem 0.95rem; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fafbf9; }
.brief-explainer ul { padding-left: 1.2rem; color: var(--ink-soft); }
.analysis-hero { display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); min-height: 680px; padding-block: 5rem; }
.analysis-hero h1 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
.analysis-microcopy { color: var(--ink-soft); font-size: 0.78rem; }
.analysis-card { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.analysis-card ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.analysis-card li { display: grid; grid-template-columns: 2.4rem 1fr; align-items: start; gap: 0.75rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.analysis-card li:last-child { border-bottom: 0; }
.analysis-card li > span { color: var(--orange); font-size: 0.75rem; font-weight: 800; }
.analysis-card li div { display: grid; }
.analysis-card small { color: var(--ink-soft); }
.analysis-content { padding-top: 2rem; }
.analysis-content > h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.analysis-example { padding-block: clamp(4rem, 8vw, 7rem); }
.analysis-example > .section-heading { max-width: 850px; }
.analysis-example-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.analysis-example-card > header, .analysis-example-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.4rem clamp(1.4rem, 4vw, 2.5rem); }
.analysis-example-card > header { color: var(--white); background: var(--green-dark); }
.analysis-example-card > header div { display: grid; gap: 0.25rem; }
.analysis-example-card > header span, .analysis-example-card > header small { color: #d6e3de; font-size: 0.75rem; }
.analysis-example-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; }
.analysis-example-grid section { padding: clamp(1.4rem, 4vw, 2.5rem); border-right: 1px solid var(--line); }
.analysis-example-grid section:last-child { border-right: 0; background: #f2f5f1; }
.analysis-example-grid ul, .analysis-example-grid ol { margin: 0; padding-left: 1.15rem; color: var(--ink-soft); }
.analysis-example-grid li + li { margin-top: 0.7rem; }
.analysis-example-card > footer { border-top: 1px solid var(--line); }
.analysis-example-card > footer p { margin: 0; color: var(--ink-soft); }
.analysis-example-card > footer .button { flex: 0 0 auto; }

@media (max-width: 900px) {
  .pro-hero, .partner-layout, .pro-cta { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .offer-preview { position: static; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-columns { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .cost-layout, .guide-cta { grid-template-columns: 1fr; }
  .compare-columns { grid-template-columns: 1fr; }
  .guide-index-grid { grid-template-columns: 1fr; }
  .brief-layout { grid-template-columns: 1fr; }
  .analysis-hero { grid-template-columns: 1fr; min-height: auto; }
  .analysis-example-grid { grid-template-columns: 1fr; }
  .analysis-example-grid section { border-right: 0; border-bottom: 1px solid var(--line); }
  .analysis-example-grid section:last-child { border-bottom: 0; }
  .cost-output { position: static; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 1rem; }
  .site-header > .button { display: none; }
  .hero { padding-block: 3.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .listing-entry { grid-template-columns: 1fr; }
  .microcopy { max-width: none; }
  .trust-list { flex-direction: column; }
  .option-grid, .result-columns { grid-template-columns: 1fr; }
  .quiz-card { padding: 1.25rem; }
  .profile-grid { grid-template-columns: 1fr 1fr; }
  .field-row, .brief-card dl, .offer-preview dl { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics-auth { grid-template-columns: 1fr; }
  .cost-headline { grid-template-columns: 1fr; }
  .compare-shared, .compare-results { grid-template-columns: 1fr; }
  .compare-form label { grid-template-columns: 1fr; }
  .analysis-example-card > header, .analysis-example-card > footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
