:root {
  --ink: #111820;
  --ink-soft: #1f2a37;
  --muted: #5f6875;
  --warm: #f7f4ee;
  --paper: #ffffff;
  --surface: #fdfbf7;
  --line: #e4ddd1;
  --teal: #12b8a6;
  --teal-dark: #0f766e;
  --teal-deep: #0b5f5a;
  --amber: #f2b84b;
  --shadow: 0 22px 70px rgba(17, 24, 32, .12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.top-strip {
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  color: #fff;
  background: var(--ink);
  font-size: 15px;
}

.top-strip a {
  color: #77e4dc;
  font-weight: 760;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 40;
  max-width: 1150px;
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 14px auto 0;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(228, 221, 209, .96);
  border-radius: 999px;
  box-shadow: 0 15px 45px rgba(17, 24, 32, .10);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 39px;
  height: 39px;
  display: block;
}

.brand span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.brand strong {
  font-size: 18px;
  line-height: 1;
}

.brand em {
  color: var(--teal-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  border-bottom: 2px solid var(--teal);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
  font-size: 15px;
}

.nav a,
.button,
.ghost-link,
.text-link {
  text-decoration: none;
}

.nav a:hover,
.ghost-link:hover,
.text-link:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghost-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.button.small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.button.primary {
  color: #fff;
  background: var(--ink);
}

.button.primary:hover {
  background: #243143;
}

.button:disabled {
  cursor: wait;
  opacity: .72;
}

.button.secondary {
  color: var(--ink);
  background: #fff;
}

.hero {
  max-width: 1308px;
  margin: 0 auto;
  padding: 24px clamp(18px, 4vw, 44px) 42px;
}

.persona-prompt {
  margin: 0 0 22px;
  color: var(--teal-dark);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 560;
}

.persona-tabs {
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  border: 1px solid var(--ink);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 34px;
  background: #fff;
}

.persona-tab {
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-right: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 650;
}

.persona-tab:last-child {
  border-right: 0;
}

.persona-tab.active {
  color: #fff;
  background: var(--ink);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .74fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: .96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 800px;
  margin-bottom: 18px;
  color: #2d3745;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.45;
}

.rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.rating-line strong {
  color: var(--ink);
  font-size: 16px;
}

.signal-dot {
  width: 14px;
  height: 14px;
  background: var(--teal);
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .8), 0 0 0 1px rgba(15, 118, 110, .18);
}

.hero-email {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(17, 24, 32, .08);
}

input,
select,
textarea {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
}

.hero-email input {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  font-size: 18px;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.trust-points span {
  position: relative;
  padding-left: 22px;
  color: #26313f;
  font-size: 14px;
  font-weight: 700;
}

.trust-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 13px;
  height: 13px;
  background: var(--teal);
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.8);
}

.hero-product {
  display: grid;
  gap: 56px;
  padding-top: 36px;
}

.automation-card,
.quote-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.automation-card {
  padding: 26px;
}

.card-title-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.card-title-row h2 {
  margin: 0;
  font-size: 22px;
}

.card-title-row span {
  color: var(--teal-deep);
  background: rgba(18, 184, 166, .12);
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.mini-stat-grid div {
  padding: 18px;
  background: #f4f7f3;
  border-radius: var(--radius);
}

.mini-stat-grid small {
  display: block;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
}

.mini-stat-grid strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.mini-stat-grid em {
  color: var(--teal-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.market-table {
  margin-top: 12px;
  padding: 18px;
  background: #f7f7f2;
  border-radius: var(--radius);
}

.table-head,
.market-table div:not(.table-head) {
  display: grid;
  grid-template-columns: 78px 1fr 96px;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #e3ddd2;
}

.market-table div:last-child {
  border-bottom: 0;
}

.table-head {
  min-height: 28px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.green { background: #21a67a; }
.teal { background: var(--teal); }
.amber { background: var(--amber); }

.market-table b {
  font-size: 13px;
}

.quote-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  transform: translateX(-14px);
}

.quote-card img {
  width: 78px;
  height: 78px;
}

.quote-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.28;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1308px;
  margin: 0 auto 30px;
  padding: 0 clamp(18px, 4vw, 44px);
}

.proof-band div {
  min-height: 136px;
  display: grid;
  align-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.proof-band strong {
  display: block;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.proof-band span {
  color: var(--muted);
  font-weight: 720;
}

.section,
.feature-showcase,
.comparison-section,
.brief-section,
.assurance-section,
.faq-section,
.final-cta {
  scroll-margin-top: 110px;
}

.section,
.comparison-section,
.faq-section {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 78px);
}

.section-copy {
  max-width: 900px;
}

.section-copy.centered {
  margin: 0 auto clamp(40px, 6vw, 72px);
  text-align: center;
}

.section-copy h2,
.showcase-copy h2,
.brief-copy h2,
.final-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: .98;
}

.section-copy p,
.showcase-copy p,
.brief-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 19px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.how-grid article,
.model-grid article,
.assurance-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
}

.how-grid span,
.model-tag,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  margin-bottom: 36px;
  color: var(--teal-deep);
  background: rgba(18, 184, 166, .12);
  border: 1px solid rgba(15, 118, 110, .2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.how-grid h3,
.feature-cards h3,
.model-grid h3,
.assurance-grid h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.1;
}

.how-grid p,
.feature-cards p,
.model-grid p,
.assurance-grid p,
.comparison-grid li,
.faq-list p {
  color: var(--muted);
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 78px);
  color: #fff;
  background: var(--ink);
}

.feature-showcase .eyebrow,
.final-cta .eyebrow {
  color: #6ee2d8;
}

.showcase-copy p {
  color: #c7d1dd;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: #6ee2d8;
  font-weight: 850;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-cards article {
  min-height: 240px;
  padding: 28px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
}

.feature-cards p {
  color: #c7d1dd;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.comparison-grid article {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.comparison-grid .without {
  background: #fff;
}

.comparison-grid .with {
  background: #111820;
  color: #fff;
  border-color: #111820;
}

.comparison-grid .with li {
  color: #d6dde6;
}

.comparison-grid h3 {
  margin-bottom: 22px;
  font-size: 30px;
}

.comparison-grid ul,
.model-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-grid li,
.model-grid li {
  position: relative;
  padding-left: 24px;
  font-weight: 650;
}

.comparison-grid li::before,
.model-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

.brief-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(380px, .86fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 78px);
  background: #fff;
}

.brief-copy {
  max-width: 660px;
}

.planner {
  padding: 28px;
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.planner-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.planner h3 {
  margin: 0;
  font-size: 34px;
}

#briefScore {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--teal-deep);
  background: rgba(18, 184, 166, .14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.planner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

select,
input {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, .14);
}

.planner-output {
  margin-top: 18px;
  padding: 20px;
  color: #fff;
  background: var(--ink);
  border-radius: 14px;
}

.planner-output h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.planner-output p {
  color: #cbd5e1;
}

.brief-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
}

.brief-list div {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.brief-list dt {
  color: #91a0b2;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brief-list dd {
  margin: 4px 0 0;
  color: #fff;
  font-weight: 760;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.model-grid article {
  min-height: 430px;
}

.model-grid .featured-model {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: var(--shadow);
}

.featured-model p,
.featured-model li {
  color: #cbd5e1;
}

.featured-model .model-tag {
  color: #6ee2d8;
  background: rgba(110,226,216,.14);
}

.model-grid strong {
  display: block;
  margin: 18px 0 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
}

.assurance-section {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 78px);
  background: #fff;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.faq-section {
  background: var(--warm);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 22px;
}

summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 780;
}

summary::after {
  content: "+";
  color: var(--teal-dark);
  font-size: 25px;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 820px;
  margin-bottom: 22px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 78px);
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(18, 184, 166, .18), transparent 32%),
    var(--ink);
}

.final-cta p {
  color: #cbd5e1;
}

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: #cbd5e1;
  font-size: 16px;
}

.contact-direct a {
  color: #8ff4eb;
  font-weight: 800;
  text-decoration: none;
}

.contact-direct a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
}

.contact-form label {
  color: #cbd5e1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.8) 50%),
    linear-gradient(135deg, rgba(255,255,255,.8) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-form option {
  color: var(--ink);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #96a3b4;
}

.light-button {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.form-note {
  margin: 0;
  color: #98a6b8;
  font-size: 13px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: #8ff4eb;
  font-size: 13px;
  font-weight: 760;
}

.hidden-field {
  display: none;
}

.inverse-link {
  color: #8ff4eb;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 32px clamp(18px, 5vw, 78px);
  background: #fff;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer a:not(.brand) {
  color: var(--teal-dark);
  font-weight: 760;
  text-decoration: none;
}

.footer-links {
  display: flex;
  justify-content: end;
  gap: 18px;
  flex-wrap: wrap;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 86px clamp(18px, 5vw, 78px) 110px;
}

.legal-page h1 {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 76px);
}

.legal-page h2 {
  margin-top: 36px;
  font-size: 28px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 18px;
}

.legal-page ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.thanks-body {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(18, 184, 166, .16), transparent 38%),
    linear-gradient(315deg, rgba(242, 184, 75, .18), transparent 34%),
    var(--warm);
}

.thanks-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 78px);
}

.thanks-panel {
  position: relative;
  width: min(100%, 880px);
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(228, 221, 209, .95);
  border-radius: 18px;
  box-shadow: 0 34px 100px rgba(17, 24, 32, .14);
}

.thanks-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

.thanks-brand {
  margin-bottom: clamp(34px, 5vw, 56px);
}

.confirmation-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: #10252c;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(15, 118, 110, .22);
}

.confirmation-mark span {
  width: 24px;
  height: 13px;
  display: block;
  transform: rotate(-45deg);
  border-left: 3px solid #8ff4eb;
  border-bottom: 3px solid #8ff4eb;
}

.thanks-page h1 {
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(44px, 7vw, 86px);
  line-height: .95;
}

.thanks-page p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

@media (max-width: 1120px) {
  .site-header {
    margin-left: 18px;
    margin-right: 18px;
  }

  .hero-layout,
  .feature-showcase,
  .brief-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-product {
    max-width: 680px;
    padding-top: 0;
  }

  .how-grid,
  .model-grid,
  .assurance-grid,
  .proof-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-cards {
    max-width: 820px;
  }
}

@media (max-width: 820px) {
  .top-strip {
    display: grid;
    text-align: center;
  }

  .site-header {
    top: 8px;
    grid-template-columns: 1fr auto;
    border-radius: 22px;
  }

  .nav,
  .ghost-link {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .hero {
    padding-top: 26px;
  }

  .persona-tabs {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .persona-tab {
    min-height: 40px;
    padding: 0 8px;
    border-right: 1px solid var(--ink);
    border-bottom: 0;
    font-size: 13px;
  }

  .persona-tab:last-child {
    border-right: 0;
  }

  h1 {
    font-size: clamp(42px, 11vw, 58px);
    line-height: 1;
  }

  .persona-prompt {
    margin-bottom: 16px;
    font-size: 21px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-email {
    grid-template-columns: 1fr;
  }

  .hero-email .button {
    width: 100%;
  }

  .hero-product {
    gap: 22px;
  }

  .quote-card {
    transform: none;
  }

  .proof-band,
  .how-grid,
  .feature-cards,
  .comparison-grid,
  .planner-grid,
  .brief-list,
  .model-grid,
  .assurance-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .mini-stat-grid {
    grid-template-columns: 1fr;
  }

  .table-head,
  .market-table div:not(.table-head) {
    grid-template-columns: 64px 1fr;
  }

  .table-head span:nth-child(3),
  .market-table b {
    display: none;
  }

  .section,
  .feature-showcase,
  .comparison-section,
  .brief-section,
  .assurance-section,
  .faq-section,
  .final-cta {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .site-footer {
    justify-items: start;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 460px) {
  .site-header {
    min-height: 58px;
    padding: 8px 10px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand em {
    font-size: 12px;
  }

  .button.small {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rating-line strong {
    flex: 1;
    width: auto;
    margin: 0;
  }
}
