*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --accent: #e8530a;
  --accent-dark: #c44208;
  --off-black: #1c1c1c;
  --surface: #f7f6f4;
  --white: #ffffff;
  --mid-grey: #6b6b6b;
  --border: #e2e0dc;
  --max-width: 1140px;
}

html {
  scroll-padding-top: 80px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--off-black);
  background: var(--white);
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: var(--accent);
  color: var(--white);
  padding: 10px 18px;
  border-radius: 0 0 6px 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

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

/* Focus */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* Typography */
h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  max-width: 680px;
}

strong {
  font-weight: 700;
}

/* Buttons and links */
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
  min-height: 44px;
  min-width: 44px;
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--off-black);
  font-size: 1rem;
  font-weight: 600;
  padding: 13px 27px;
  border-radius: 4px;
  border: 2px solid var(--off-black);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
  min-height: 44px;
}

.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Site header — component-header (see components/header.html) */
.cms2026-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  min-height: 50px;
  border: 1.5px solid var(--border);
  color: var(--off-black);
  background: var(--white);
  transition: background 0.18s ease;
}

.cms2026-btn-secondary:hover {
  background: var(--surface);
  text-decoration: none;
}

.cms2026-hero-trust {
  font-size: 0.8125rem;
  color: var(--off-black);
  margin: 0;
  max-width: none;
}

.cms2026-hero-trust a {
  color: var(--accent);
  text-decoration: none;
}

.cms2026-hero-trust a:hover {
  text-decoration: underline;
}

.cms2026-hero-trust .stars {
  color: #00b67a;
  letter-spacing: 1px;
}

.sfc-hero.cms2026-hero {
  background: #fff;
  padding: calc(70px + 6px) 16px 48px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sfc-hero.cms2026-hero {
    padding: calc(70px + 6px) 20px 56px;
  }
}

@media (min-width: 1200px) {
  .sfc-hero.cms2026-hero {
    padding: 10px 24px 56px;
  }
}

.sfc-hero .cms2026-hero-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
  grid-template-columns: unset;
  max-width: var(--max-width);
}

.sfc-hero .wd-hero-badge {
  width: 100%;
}

.sfc-hero .wd-hero-badge .cms2026-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.sfc-hero .wd-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(32px, 5vw, 56px);
  row-gap: clamp(16px, 2.5vw, 24px);
  align-items: stretch;
}

.sfc-hero .wd-hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
  min-height: 100%;
}

.sfc-hero .wd-hero-copy h1,
.sfc-hero .wd-hero-copy .cms2026-hero-lead,
.sfc-hero .wd-hero-copy .cms2026-hero-quote {
  margin-bottom: 0;
  max-width: none;
}

.sfc-hero .wd-hero-cta {
  padding-top: 4px;
}

.sfc-hero .wd-hero-cta .cms2026-cta-row {
  margin-bottom: 0;
}

.sfc-hero .wd-hero-split .cms2026-hero-figure {
  height: 100%;
  min-height: 100%;
  aspect-ratio: unset;
  align-self: stretch;
  margin: 0;
}

.sfc-hero .wd-hero-split .cms2026-hero-figure img {
  height: 100%;
  object-fit: cover;
}

.sfc-hero .wd-hero-meta {
  width: 100%;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.sfc-hero .wd-hero-meta .cms2026-author {
  max-width: none;
  border-top: none;
  margin-bottom: 0;
  padding: 0;
  gap: 10px;
  flex: 1 1 220px;
}

.sfc-hero .wd-hero-meta .cms2026-avatar {
  width: 36px;
  height: 36px;
  font-size: 0.75rem;
}

.sfc-hero .wd-hero-meta .cms2026-author-meta {
  font-size: 0.75rem;
  line-height: 1.45;
}

.sfc-hero .wd-hero-meta .cms2026-author-meta strong {
  font-size: 0.8125rem;
  margin-bottom: 1px;
}

.sfc-hero .wd-hero-meta .cms2026-author-meta span {
  color: var(--mid-grey);
}

.sfc-hero .wd-hero-meta .cms2026-hero-trust {
  padding-left: 20px;
  border-left: 1px solid var(--border);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--mid-grey);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  flex: 0 1 auto;
}

.sfc-hero .wd-hero-meta .cms2026-hero-trust strong {
  color: var(--off-black);
}

/* Split content bands */
.split-band {
  padding: clamp(48px, 6vw, 72px) 0;
}

.split-band--surface {
  background: var(--surface);
  border-block: 1px solid var(--border);
}

.split-band--white {
  background: var(--white);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.split-grid--media-left .split-media {
  order: -1;
}

.split-content {
  min-width: 0;
}

.split-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.split-content h2 {
  margin-bottom: 16px;
}

.split-content p {
  font-size: 0.9875rem;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 100%;
  margin-bottom: 14px;
}

.split-content p:last-of-type {
  margin-bottom: 0;
}

.split-cta {
  margin-top: 22px;
}

.split-media {
  min-width: 0;
}

.split-figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4 / 3;
}

.split-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-caption {
  margin-top: 10px;
  font-size: 0.75rem;
  color: var(--mid-grey);
  line-height: 1.4;
}

/* Partner section — SaaS-style letterform grid */
.partner-section {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding-block: 52px;
}

.partner-section__label {
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin: 0 auto 32px;
}

.partner-section .partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-grid__item {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 14px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.partner-grid__item:hover {
  border-color: rgba(232, 83, 10, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.partner-grid__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.partner-grid__brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  white-space: nowrap;
}

.partner-grid__suffix {
  white-space: nowrap;
}

.lf-blue {
  color: #1a73e8;
}
.lf-red {
  color: #ea4335;
}
.lf-yellow {
  color: #fbbc05;
}
.lf-green {
  color: #34a853;
}
.lf-orange {
  color: var(--accent);
}
.lf-navy {
  color: #003087;
}
.lf-teal {
  color: #00b5ad;
}
.lf-dark {
  color: var(--off-black);
}
.lf-black {
  color: #000000;
}
.lf-pink {
  color: #e1306c;
}

/* Problem section */
.problem-section {
  padding: clamp(48px, 6vw, 72px) 0;
}

.problem-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

.problem-split__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.problem-split__figure {
  flex: 1 1 auto;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  min-height: 0;
}

.problem-split__figure img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .problem-split__media {
    min-height: 100%;
  }

  .problem-split__figure {
    min-height: 320px;
  }
}

@media (max-width: 991px) {
  .problem-split__figure img {
    aspect-ratio: 16 / 10;
    min-height: 260px;
  }
}

.problem-split__caption {
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--mid-grey);
  line-height: 1.45;
  max-width: 100%;
}

.problem-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.problem-split__copy .problem-intro,
.problem-split__copy .problem-body {
  max-width: 100%;
}

.problem-split__copy .split-cta {
  margin-top: 8px;
}

.problem-section .section-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.problem-section h2 {
  margin-bottom: 24px;
}

.problem-intro {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: var(--off-black);
}

.problem-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 16px;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.problem-card {
  background: var(--surface);
  border-radius: 8px;
  padding: 28px;
  border-left: 3px solid var(--border);
}

.problem-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--off-black);
}

.problem-card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 100%;
}

/* Education module */
.edu-module {
  background: var(--surface);
  border-block: 1px solid var(--border);
  padding: clamp(40px, 5vw, 64px) 0;
}

.edu-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

.edu-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.edu-split__copy .split-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.edu-split__copy h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  line-height: 1.22;
  margin-bottom: 16px;
}

.edu-split__copy p {
  font-size: 0.9375rem;
  line-height: 1.62;
  color: #3a3a3a;
  margin-bottom: 12px;
  max-width: 100%;
}

.edu-split__copy p:last-of-type {
  margin-bottom: 0;
}

.edu-split__copy .split-cta {
  margin-top: 18px;
}

.edu-split__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.edu-split__figure {
  flex: 1 1 auto;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  min-height: 0;
}

.edu-split__figure img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.edu-split__caption {
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--mid-grey);
  line-height: 1.45;
  max-width: 100%;
}

@media (min-width: 992px) {
  .edu-split__media {
    min-height: 100%;
  }

  .edu-split__figure {
    min-height: 320px;
  }
}

@media (max-width: 991px) {
  .edu-split {
    grid-template-columns: 1fr;
  }

  .edu-split__media {
    order: -1;
  }

  .edu-split__figure img {
    aspect-ratio: 16 / 10;
    min-height: 240px;
  }

  .edu-split__copy {
    justify-content: flex-start;
  }
}

/* Process section */
.process-section {
  padding: 80px 0;
  background: var(--off-black);
}

.process-section h2 {
  color: var(--white);
  margin-bottom: 12px;
}

.process-intro {
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 48px;
  max-width: 560px;
}

.process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.process-step {
  display: flex;
  gap: 20px;
}

.step-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
}

.step-content h3 {
  color: var(--white);
  margin-bottom: 10px;
}

.step-content p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--white);
  max-width: 100%;
}

/* Services grid — scoped to override global style.css .service-card grid */
.services-section {
  padding: clamp(48px, 6vw, 72px) 0;
}

.services-section .section-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.services-section h2 {
  margin-bottom: 32px;
}

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

.services-section .service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-template-columns: unset;
  grid-gap: unset;
  background: var(--surface);
  border-radius: 12px;
  padding: 28px;
  border: 1px solid var(--border);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: visible;
  min-width: 0;
}

.services-section .service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  border-color: rgba(232, 83, 10, 0.22);
}

.services-section .service-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(232, 83, 10, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.services-section .service-card-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--accent);
}

.services-section .service-card h3 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.3;
}

.services-section .service-card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: none;
  width: 100%;
  margin: 0;
}

/* Comparison table */
.comparison-section {
  padding: 80px 0;
  background: var(--surface);
}

.comparison-section h2 {
  margin-bottom: 12px;
}

.comparison-intro {
  font-size: 1rem;
  color: var(--mid-grey);
  margin-bottom: 40px;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table caption {
  font-size: 0.875rem;
  color: var(--mid-grey);
  text-align: left;
  margin-bottom: 12px;
  caption-side: top;
}

.comparison-table thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  background: var(--off-black);
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table thead th:first-child {
  background: var(--off-black);
}

.comparison-table thead .col-leadgulls {
  background: var(--accent);
}

.comparison-table tbody tr {
  border-bottom: 1px solid var(--border);
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table tbody th {
  padding: 16px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
  background: var(--surface);
  border-right: 1px solid var(--border);
  color: var(--off-black);
}

.comparison-table tbody td {
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #3a3a3a;
  border-right: 1px solid var(--border);
  vertical-align: top;
}

.comparison-table tbody td:last-child,
.comparison-table tbody th:last-child {
  border-right: none;
}

.comparison-table .col-leadgulls-data {
  background: rgba(232, 83, 10, 0.04);
}

/* Photo banner */
.photo-banner {
  height: 300px;
  background: linear-gradient(
    135deg,
    #1c1c1c 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  display: flex;
  align-items: center;
}

.photo-banner-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.photo-banner-text {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--white);
  max-width: 600px;
  line-height: 1.3;
}

.photo-banner-text em {
  color: var(--accent);
  font-style: normal;
}

/* Why section */
.why-section {
  padding: clamp(48px, 6vw, 72px) 0;
}

.why-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
  margin-bottom: 36px;
}

.why-split__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.why-split__figure {
  flex: 1 1 auto;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  min-height: 0;
}

.why-split__figure img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.why-split__caption {
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--mid-grey);
  line-height: 1.45;
  max-width: 100%;
}

.why-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.why-split__copy .section-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.why-split__copy h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  line-height: 1.22;
  margin-bottom: 16px;
}

.why-split__copy p {
  font-size: 0.9375rem;
  line-height: 1.62;
  color: #3a3a3a;
  margin-bottom: 12px;
  max-width: 100%;
}

.why-split__copy p:last-of-type {
  margin-bottom: 0;
}

.why-split__copy .split-cta {
  margin-top: 18px;
}

.why-section .inline-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}

.why-section .inline-link:hover {
  border-color: var(--accent);
}

.why-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.why-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 18px;
}

.why-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-check svg {
  width: 20px;
  height: 20px;
}

.why-point p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0;
  color: var(--off-black);
  max-width: 100%;
}

@media (min-width: 992px) {
  .why-split__media {
    min-height: 100%;
  }

  .why-split__figure {
    min-height: 320px;
  }
}

@media (max-width: 991px) {
  .why-split {
    grid-template-columns: 1fr;
  }

  .why-split__figure img {
    aspect-ratio: 16 / 10;
    min-height: 240px;
  }

  .why-split__copy {
    justify-content: flex-start;
  }
}

/* FAQ */
.faq-section {
  padding: 80px 0;
  background: var(--surface);
}

.faq-section h2 {
  margin-bottom: 36px;
}

.faq-list {
  max-width: 720px;
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list details:first-of-type {
  border-top: 1px solid var(--border);
}

.faq-list summary {
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--off-black);
}

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

.faq-list summary .faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 20px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 640px;
}

/* Photo banner 2 */
.photo-banner-2 {
  height: 260px;
  background: linear-gradient(135deg, #2d1810 0%, #1c1c1c 100%);
  display: flex;
  align-items: center;
}

/* Closing CTA */
.closing-cta {
  padding: 96px 0;
  background: var(--accent);
}

.closing-cta h2 {
  color: var(--white);
  margin-bottom: 16px;
}

.closing-cta p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  max-width: 520px;
}

.closing-cta .btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  min-height: 44px;
}

.closing-cta .btn-white:hover {
  background: rgba(255, 255, 255, 0.92);
}

.closing-cta-meta {
  margin-top: 20px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Related pages */
.related-pages {
  padding: 56px 0;
}

.related-pages h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--mid-grey);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.related-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.related-pills a {
  display: inline-block;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--off-black);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition:
    border-color 0.15s ease,
    color 0.15s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.related-pills a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Footer */
.site-footer {
  background: var(--off-black);
  padding: 64px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  color: var(--white);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer-logo span {
  color: var(--accent);
}

.footer-tagline {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  max-width: 240px;
}

.footer-nav-col h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
}

.footer-nav-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.footer-nav-col a:hover {
  color: var(--white);
}

.footer-contact address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-contact p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
  max-width: 100%;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer-legal {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-legal a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* Sticky mobile CTA */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--off-black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 20px;
  z-index: 200;
}

.sticky-mobile-cta a {
  display: block;
  background: var(--accent);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .sfc-hero .wd-hero-split {
    grid-template-columns: 1fr;
  }

  .sfc-hero .wd-hero-split .cms2026-hero-figure {
    min-height: clamp(260px, 52vw, 380px);
  }

  .sfc-hero .wd-hero-meta {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(20, 18, 14, 0.07);
  }

  .sfc-hero .wd-hero-meta .cms2026-author {
    width: 100%;
    flex: 0 0 auto;
    gap: 8px;
  }

  .sfc-hero .wd-hero-meta .cms2026-hero-trust {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 0;
    padding-top: 10px;
    border-left: none;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 767px) {
  .sfc-hero .wd-hero-meta {
    padding: 10px 12px;
    gap: 0;
    background: #fff;
    box-shadow:
      0 1px 2px rgba(20, 18, 14, 0.04),
      0 6px 20px rgba(20, 18, 14, 0.06);
  }

  .sfc-hero .wd-hero-meta .cms2026-author {
    align-items: center;
    gap: 10px;
  }

  .sfc-hero .wd-hero-meta .cms2026-avatar {
    width: 34px;
    height: 34px;
    font-size: 0.6875rem;
  }

  .sfc-hero .wd-hero-meta .cms2026-author-meta {
    font-size: 0.6875rem;
    line-height: 1.35;
  }

  .sfc-hero .wd-hero-meta .cms2026-author-meta strong {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }

  .sfc-hero .wd-hero-meta .cms2026-hero-trust {
    margin-top: 8px;
    padding: 8px 0 0 44px;
    border-top: none;
    font-size: 0.6875rem;
    line-height: 1.4;
    gap: 3px 5px;
  }

  .sfc-hero .wd-hero-meta .cms2026-hero-trust .stars {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .sticky-mobile-cta {
    display: block;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

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

  .services-section .services-grid {
    grid-template-columns: 1fr;
  }

  .why-points {
    grid-template-columns: 1fr;
  }

  .partner-section .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .definition-block {
    padding: 20px 24px;
  }

  .edu-module {
    padding: 24px;
  }

  .problem-split {
    grid-template-columns: 1fr;
  }

  .problem-split__copy {
    justify-content: flex-start;
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .split-grid--media-left .split-media {
    order: 0;
  }
}

@media (max-width: 480px) {
  .partner-section .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .partner-grid__item {
    padding: 14px 10px;
    min-height: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
