:root {
  --ink: #241c15;
  --muted: #5c5148;
  --yellow: #0052FF;
  --yellow-dark: #0042CC;
  --cream: #f6f1e7;
  --beige: #f8f4ea;
  --paper: #fff;
  --soft-gray: #f8f4ea;
  --footer-gold: #f6f1e7;
  --pink: #0052FF;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.settl-home {
  --ink: var(--mc-ink);
  --muted: var(--mc-muted);
  --yellow: var(--mc-yellow);
  --yellow-dark: var(--mc-yellow-dark);
  --cream: var(--mc-cream);
  --beige: var(--mc-soft);
  --paper: var(--mc-paper);
  --soft-gray: var(--mc-soft);
  --footer-gold: var(--mc-cream);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body.settl-inner {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font-family: inherit;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 200;
  padding: 10px 14px;
  background: var(--yellow);
  color: #fff;
  font-weight: 700;
}

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

.hero {
  background: var(--soft-gray);
}

.settl-support .hero {
  background: var(--beige);
}

.settl-content .hero {
  background: #fff;
}

.settl-solution .hero {
  background: var(--beige);
}

.settl-content .hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 620px;
  text-align: center;
}

.settl-content .hero-copy {
  max-width: 850px;
}

.settl-content .hero h1,
.settl-content .hero-copy > p:not(.eyebrow),
.settl-content .email-signup {
  margin-left: auto;
  margin-right: auto;
}

.settl-content .hero h1 {
  max-width: 820px;
}

.hero-inner,
.preview-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
}

.hero-inner {
  min-height: 660px;
}

.hero-copy {
  max-width: 550px;
  padding: 70px 0 80px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1,
.preview h2,
.feature-copy h2,
.stat-band h2,
.video-copy h2,
.data-head h2,
.quote-band h2,
.faq h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
}

.hero h1 {
  max-width: 490px;
  font-size: 46px;
  line-height: 1;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 22px 0 28px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.hero-media {
  align-self: end;
}

.hero-media img {
  width: 720px;
  margin-left: auto;
}

/* Framed browser-window shots: transparent margin + shadow are baked into the
   asset, so show the whole window instead of anchoring it to the section edge. */
.hero-media-framed {
  align-self: center;
}

.hero-media-framed img {
  width: 790px;
  margin-left: auto;
  display: block;
}

.feature-media img.framed-shot {
  width: 700px;
}

.preview {
  background: var(--beige);
}

.preview-inner {
  min-height: 792px;
  gap: 60px;
}

.preview-copy {
  max-width: 430px;
}

.preview h2,
.feature-copy h2,
.data-head h2,
.faq h2 {
  font-size: 36px;
  line-height: 1.08;
}

.preview-copy p:not(.eyebrow),
.feature-copy p,
.video-copy p,
.data-head p,
.data-card p {
  margin: 18px 0 26px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.builder-preview {
  position: relative;
  width: min(760px, 100%);
  min-height: 610px;
  align-self: stretch;
  display: grid;
  align-content: end;
}

.builder-toolbar {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 1px solid #cfd9d0;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.toolbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14946c;
}

.builder-body {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 545px;
  background: #fff;
  border: 1px solid #cfd9d0;
}

.builder-sidebar {
  padding: 30px 24px;
  background: #fff;
  border-right: 1px solid #d5d5d5;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 700;
}

.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 46px);
  gap: 18px;
  margin: 20px 0 34px;
}

.layout-grid.small {
  grid-template-columns: repeat(2, 52px);
}

.layout-grid i {
  height: 38px;
  border: 1px solid #adb8b0;
  border-radius: 4px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    repeating-linear-gradient(90deg, #9ca79f 0 10px, transparent 10px 14px);
}

.email-canvas {
  width: 290px;
  min-height: 545px;
  justify-self: center;
  padding: 44px 28px;
  background: #19402d;
  color: #ecdca7;
  text-align: center;
}

.email-brand {
  margin: 0 0 40px;
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 0.08em;
}

.portrait {
  width: 150px;
  height: 150px;
  margin: 0 auto 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 35%, #f7e0c9 0 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, #9e6d54 0 42%, transparent 43%),
    linear-gradient(135deg, #b77853, #efd8bd);
}

.email-title {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: 22px;
}

.email-line {
  width: 82%;
  height: 8px;
  margin: 12px auto;
  background: rgba(236, 220, 167, 0.55);
}

.email-line.short {
  width: 58%;
}

.pause-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  color: transparent;
}

.pause-button::before,
.pause-button::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 5px;
  height: 16px;
  background: var(--ink);
}

.pause-button::before {
  left: 13px;
}

.pause-button::after {
  right: 13px;
}

.feature-row {
  width: min(1100px, calc(100% - 48px));
  min-height: 523px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 0 0 80px;
}

.feature-row:first-of-type {
  padding-top: 80px;
}

.feature-row-right .feature-copy {
  grid-column: 2;
}

.feature-row-right .feature-media {
  grid-column: 1;
  grid-row: 1;
}

.feature-row-left .feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.feature-row-left .feature-media {
  grid-column: 2;
  grid-row: 1;
}

.feature-media img {
  width: 640px;
  margin: 0 auto;
}

.feature-copy {
  max-width: 500px;
}

/* Text-only feature row: no media column, single centered column */
.feature-row.text-only {
  grid-template-columns: 1fr;
  min-height: 0;
  max-width: min(760px, calc(100% - 48px));
  padding-bottom: 64px;
  text-align: center;
}

.feature-row.text-only .feature-copy {
  grid-column: 1 !important;
  max-width: 660px;
  margin: 0 auto;
}

/* Text-only hero: no media column, single centered column */
.hero.text-only .hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  min-height: 0;
  padding: 76px 0 84px;
}

.hero.text-only .hero-copy {
  max-width: 660px;
}

.hero.text-only .email-signup {
  justify-content: center;
  margin-inline: auto;
}

.label-pill {
  display: inline-flex;
  align-items: center;
  min-height: 14px;
  margin-bottom: 14px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.mc-card-link svg,
.video-links a svg {
  width: 14px;
  height: 13px;
  display: block;
}

.stat-band {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.stat-band h2 {
  font-size: 40px;
  line-height: 1;
}

.video-feature {
  width: min(1100px, calc(100% - 48px));
  min-height: 440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 0 0 80px;
}

.video-card {
  width: 640px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  background: #111;
}

.video-card-left {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  background: #15120f;
  color: #fff;
}

.video-card-left strong {
  max-width: 230px;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 0.95;
}

.mini-logo {
  font-size: 12px;
  font-weight: 800;
}

.yellow-chip {
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.video-card-right {
  position: relative;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 62, 181, 0.92), rgba(67, 211, 112, 0.88)),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, 0.25) 28px 30px);
}

.video-card-right button {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 22px;
}

.video-copy h2 {
  font-size: 40px;
  line-height: 1.2;
}

.data-science {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 80px;
}

.data-head {
  max-width: 890px;
  margin: 0 auto 80px;
  padding-top: 80px;
  text-align: center;
}

.data-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}

.data-card img {
  width: 613px;
  margin-bottom: 36px;
}

.data-card h2 {
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.quote-band {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
}

.quote-band h2 {
  max-width: 900px;
  font-size: 40px;
  line-height: 1;
}

.quote-band p {
  margin: 22px 0 0;
  font-size: 14px;
}

.quote-band .mc-card-link {
  margin-top: 20px;
}

.faq {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 90px;
  padding: 80px 0;
}

.faq-list {
  border-top: 1.5px solid #d4d0c8;
}

.faq details {
  border-bottom: 1.5px solid #d4d0c8;
}

.faq summary {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 20px 54px 20px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  content: "+";
  transform: rotate(45deg);
}

.faq details p {
  max-width: 760px;
  margin: -4px 0 20px;
  color: var(--muted);
  font-size: 15px;
}

.disclaimers {
  padding: 48px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--footer-gold);
  border-top: 1.5px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  line-height: 1.55;
}

.disclaimers h2 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 12px;
}

.disclaimers p {
  margin: 8px 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .email-signup + .hero-note now live in home/01-shared.css (shared by all pages). */
.directory-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(36, 28, 21, 0.35);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.settl-support .hero .email-signup {
  gap: 16px;
}

.proof-band,
.section-head,
.pricing-lite,
.resource-section,
.final-cta,
.directory-layout,
.support-stats,
.support-quote,
.support-table-section,
.article-section {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.proof-band {
  padding: 74px 0;
  text-align: center;
}

.settl-content .proof-band {
  width: 100%;
  max-width: none;
  padding: 64px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--cream);
}

.proof-band h2,
.section-head h2,
.pricing-lite h2,
.resource-section h2,
.final-cta h2,
.support-quote h2,
.support-table-section h2,
.article-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.proof-band > p,
.section-head > p,
.pricing-lite > p,
.resource-section > p,
.final-cta > p,
.support-table-section > p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 54px;
}

.proof-metric {
  padding: 0 18px;
}

.proof-metric strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.proof-metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section-head {
  padding: 82px 0 40px;
  text-align: center;
}

.feature-row.compact {
  min-height: 430px;
}

/* text-only must win over .compact min-height (defined later in source) */
.feature-row.text-only {
  min-height: 0;
  padding: 4px 0 48px;
}

/* ---------------------------------------------------------------------------
   Framework page pattern: left-justified rows, proof-point chips, outcome band.
   Used by the feature subpages (/sms, /nurture, /quotes, /customer-trust,
   /more-reviews, /repeat-bookings). Retires the centered .text-only variant.
--------------------------------------------------------------------------- */

/* Left-justified section intro (overrides the default centered .section-head). */
.section-head.align-left {
  text-align: left;
}

.section-head.align-left > p {
  margin-left: 0;
  margin-right: 0;
}

/* Proof-point chips: the signals Settl surfaces, shown as a labeled band. */
.proof-chips {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 8px 0 92px;
}

.proof-chips-head {
  max-width: 640px;
  margin: 0 0 30px;
}

.proof-chips-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.08;
  color: var(--ink);
}

.proof-chips-head p {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.proof-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(36, 28, 21, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.proof-chip .dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--yellow);
}

.proof-chip .dot.hot {
  background: #e5484d;
}

.proof-chip .dot.warm {
  background: #f2a922;
}

.proof-chip .dot.done {
  background: #2fa84f;
}

/* Outcome band: left-justified closing statement in a cream band. */
.outcome-band {
  width: 100%;
  padding: 76px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--cream);
}

.outcome-band .outcome-inner {
  max-width: 740px;
}

.outcome-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.08;
  color: var(--ink);
}

.outcome-band p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.feature-row.gray-band {
  width: 100%;
  max-width: none;
  padding: 64px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--soft-gray);
}

.feature-row.cream-band {
  width: 100%;
  max-width: none;
  padding: 64px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--cream);
}

.support-budget-band {
  width: 100%;
  max-width: none;
  min-height: 575px;
  padding: 64px calc((100% - min(1100px, calc(100% - 48px))) / 2);
  background: var(--soft-gray);
}

.support-budget-band .feature-media img {
  width: 620px;
}

.support-budget-band .feature-copy {
  max-width: 540px;
}

.support-budget-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.support-budget-actions .mc-pill {
  min-width: 0;
  background: #fff;
}

.plain-underlink {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: underline;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.feature-list li::before {
  content: "✓";
  margin-right: 8px;
}

.pricing-lite {
  padding: 82px 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.plan-card,
.resource-card,
.integration-card,
.support-card {
  border: 1px solid rgba(36, 28, 21, 0.18);
  border-radius: 8px;
  background: #fff;
}

.plan-card {
  min-height: 305px;
  padding: 24px;
}

.plan-card h3,
.resource-card h3,
.integration-card h3,
.support-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.plan-card p,
.resource-card p,
.support-card p,
.integration-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.plan-price {
  display: block;
  margin: 18px 0;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.resource-section {
  padding: 82px 0;
}

.resource-grid,
.article-grid,
.support-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.settl-solution .resource-grid {
  grid-template-columns: repeat(4, 1fr);
}

.resource-card,
.support-card {
  min-height: 220px;
  padding: 26px;
}

.resource-card .eyebrow,
.support-card .eyebrow {
  margin-bottom: 16px;
}

.final-cta {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 74px 0;
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
}

.directory-visual {
  position: relative;
  width: min(520px, 100%);
  min-height: 360px;
  margin-left: auto;
}

.directory-email {
  width: 270px;
  min-height: 330px;
  padding: 18px;
  background: #52755f;
  color: #fff;
  box-shadow: 0 20px 44px rgba(36, 28, 21, 0.14);
}

.directory-email small {
  color: #fff;
  font-size: 12px;
}

.directory-email strong {
  display: block;
  margin: 22px 0;
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
}

.directory-person {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 47% 34%, #f6d8c3 0 17%, transparent 18%),
    radial-gradient(circle at 45% 50%, #8a5f4d 0 43%, transparent 44%),
    linear-gradient(135deg, #f1c0a3, #181818);
}

.directory-apps {
  position: absolute;
  right: 0;
  top: 82px;
  width: 250px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(36, 28, 21, 0.14);
}

.directory-apps span {
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 28, 21, 0.12);
  border-radius: 4px;
  color: #35a852;
  font-size: 24px;
  font-weight: 900;
}

.directory-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 46px;
  padding: 38px 0 96px;
}

.filter-panel {
  color: var(--ink);
  font-size: 13px;
}

.filter-panel h2 {
  margin: 0 0 18px;
  font-size: 15px;
}

.filter-panel fieldset {
  margin: 0 0 24px;
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(36, 28, 21, 0.16);
}

.filter-panel legend {
  margin-bottom: 10px;
  font-weight: 800;
}

.filter-panel label {
  display: block;
  margin: 10px 0;
}

.directory-search {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.directory-search button {
  width: 54px;
  border: 1px solid rgba(36, 28, 21, 0.35);
  border-radius: 4px;
  background: #fff;
  font-size: 22px;
}

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

.integration-card {
  overflow: hidden;
  text-decoration: none;
}

.integration-logo {
  min-height: 178px;
  display: grid;
  place-items: center;
  background: #f4f4f4;
  color: var(--ink);
  font-size: 44px;
  font-weight: 900;
}

.integration-logo img {
  max-width: 170px;
  max-height: 90px;
}

.integration-card-text {
  min-height: 125px;
  padding: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 54px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.support-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  padding: 96px 0 72px;
  text-align: center;
}

.support-stats strong {
  display: block;
  margin: 20px 0 12px;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.support-icon {
  height: 128px;
  display: grid;
  place-items: center;
}

.support-icon img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  margin: 0 auto;
}

.support-icon svg {
  width: 150px;
  height: 120px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.support-icon svg .filled {
  fill: #f7f7f7;
}

.support-icon svg .filled.dark {
  fill: var(--ink);
}

.support-icon-faces svg .filled.dark + circle,
.support-icon-faces svg circle:not(.filled) {
  fill: #f7f7f7;
}

.support-icon-faces svg .filled.dark ~ path,
.support-icon-faces svg path {
  stroke: var(--ink);
}

.support-stats h2 {
  max-width: 275px;
  margin: 0 auto 12px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.support-stats p {
  max-width: 350px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
}

.support-quote {
  max-width: none;
  width: 100%;
  padding: 48px 24px;
  background: var(--cream);
  text-align: center;
}

.support-quote h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.2;
}

.video-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.video-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(36, 28, 21, 0.18);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.video-links a span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.video-links a:hover span {
  background: #fff;
  color: var(--yellow);
  transform: translateX(3px);
}

.support-accordion {
  margin-top: 24px;
  border-top: 1.5px solid #d4d0c8;
}

.support-accordion details {
  border-bottom: 1.5px solid #d4d0c8;
}

.support-accordion summary {
  padding: 20px 0;
  font-weight: 800;
  list-style: none;
}

.support-accordion summary::-webkit-details-marker {
  display: none;
}

.support-accordion p {
  margin: 0 0 18px;
  color: var(--muted);
}

.award-image {
  width: 220px;
  margin: 0 auto 28px;
}

.support-table-section {
  padding: 82px 0;
  text-align: center;
}

.support-table-wrap {
  overflow-x: auto;
  margin-top: 36px;
}

.support-table {
  width: min(820px, 100%);
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
}

.support-table th,
.support-table td {
  min-width: 120px;
  padding: 18px 14px;
  border: 1px solid rgba(36, 28, 21, 0.16);
}

.support-table th {
  font-weight: 800;
}

.support-table td:first-child {
  color: var(--yellow);
  font-weight: 800;
  text-align: left;
}

.article-section {
  padding: 82px 0;
}

.article-grid article {
  min-height: 190px;
}

.article-grid a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.article-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  .hero-inner,
  .preview-inner,
  .feature-row,
  .video-feature,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero-inner,
  .preview-inner {
    gap: 20px;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .feature-row-right .feature-copy,
  .feature-row-right .feature-media,
  .feature-row-left .feature-copy,
  .feature-row-left .feature-media {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-row {
    gap: 28px;
  }

  .feature-media {
    order: -1;
  }

  .faq {
    gap: 32px;
  }

  .proof-metrics,
  .plan-grid,
  .support-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .settl-solution .resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .directory-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .preview-inner,
  .feature-row,
  .video-feature,
    .data-science,
    .faq,
    .proof-band,
    .section-head,
    .pricing-lite,
    .resource-section,
    .final-cta,
    .directory-layout,
    .support-stats,
    .support-table-section,
    .article-section {
    width: calc(100% - 36px);
  }

  .hero-inner,
  .preview-inner {
    min-height: auto;
    padding: 54px 0 0;
  }

  .hero-copy,
  .hero-media,
  .preview-copy,
  .feature-copy,
  .feature-media,
  .video-copy,
  .data-card,
  .email-signup,
  .hero-copy > p:not(.eyebrow),
  .hero-note {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero h1,
  .hero-media img,
  .feature-media img,
  .data-card img,
  .video-card {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    font-size: 42px;
  }

  .preview h2,
  .feature-copy h2,
  .stat-band h2,
  .video-copy h2,
    .data-head h2,
    .quote-band h2,
    .proof-band h2,
    .section-head h2,
    .pricing-lite h2,
    .resource-section h2,
    .final-cta h2,
    .support-table-section h2,
    .article-section h2,
    .faq h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .feature-row.gray-band,
  .feature-row.cream-band,
  .support-budget-band {
    width: 100%;
    padding: 56px 18px;
  }

  .support-budget-band {
    min-height: auto;
  }

  .support-budget-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .proof-metrics,
  .plan-grid,
  .resource-grid,
  .article-grid,
  .support-card-grid,
  .support-stats,
  .integration-grid {
    grid-template-columns: 1fr;
  }

  .settl-solution .resource-grid {
    grid-template-columns: 1fr;
  }

  .directory-visual {
    min-height: 330px;
  }

  .directory-apps {
    position: relative;
    top: -70px;
    width: 230px;
    margin-left: auto;
  }

  .directory-email {
    width: 240px;
  }

  .builder-preview {
    min-height: 480px;
  }

  .builder-body {
    grid-template-columns: 138px 1fr;
    min-height: 430px;
  }

  .builder-sidebar {
    padding: 20px 14px;
  }

  .layout-grid {
    grid-template-columns: repeat(2, 36px);
    gap: 12px;
  }

  .email-canvas {
    width: 210px;
    min-height: 430px;
    padding: 30px 20px;
  }

  .email-brand {
    font-size: 24px;
  }

  .portrait {
    width: 112px;
    height: 112px;
  }

  .feature-row,
  .video-feature,
  .data-science {
    padding-bottom: 56px;
  }

  .data-card-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .quote-band {
    min-height: 380px;
  }

  .proof-chips {
    width: calc(100% - 36px);
    padding-bottom: 64px;
  }

  .proof-chips-head h2,
  .outcome-band h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .outcome-band {
    padding: 56px 18px;
  }

  .outcome-band .outcome-inner {
    width: calc(100% - 0px);
  }
}
