/* Saint Financial Consultancy — Flinder-inspired conversion page */

.fc-page img {
  margin-top: 0;
}

.fc-page {
  --sfc-ink: var(--saint-blue, #151623);
  --sfc-accent: var(--saintblue, #1abaef);
  --sfc-accent-dark: #12a8d8;
  --sfc-muted: #52586b;
  --sfc-soft: #f4f6fa;
  --sfc-line: rgba(21, 22, 35, 0.1);
  --sfc-shadow: 0 24px 64px rgba(21, 22, 35, 0.08);
  --sfc-max: 1180px;
  --sfc-pad: clamp(1.25rem, 4vw, 2.5rem);
  --sfc-section: clamp(5rem, 10vw, 7rem);
  font-family: Muli, sans-serif;
  color: var(--sfc-ink);
  background: #fff;
}

.fc-page h1,
.fc-page h2,
.fc-page h3,
.fc-page h4 {
  text-align: inherit;
  text-transform: none;
  letter-spacing: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  text-decoration: none;
}

.sfc {
  overflow-x: clip;
}

.sfc-wrap {
  max-width: var(--sfc-max);
  margin-inline: auto;
  padding-inline: var(--sfc-pad);
}

.sfc-kicker {
  color: var(--sfc-accent);
  font-family: corporate-a, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.sfc-title-xl {
  font-size: clamp(2.375rem, 5.5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.sfc-title-lg {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.sfc-title-md {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.sfc-lead {
  color: var(--sfc-muted);
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  line-height: 1.65;
  margin: 0;
}

.sfc-lead strong {
  color: var(--sfc-ink);
  font-weight: 700;
}

.sfc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.85rem 1.65rem;
  border-radius: 999px;
  font-family: Muli, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sfc-btn:hover {
  transform: translateY(-1px);
}

.sfc-btn--primary {
  background: var(--sfc-accent);
  color: #fff;
  border-color: var(--sfc-accent);
}

.sfc-btn--primary:hover {
  color: #fff;
  background: var(--sfc-accent-dark);
  border-color: var(--sfc-accent-dark);
}

.sfc-btn--secondary {
  background: var(--sfc-ink);
  color: #fff;
  border-color: var(--sfc-ink);
}

.sfc-btn--secondary:hover {
  color: #fff;
  background: #222436;
  border-color: #222436;
}

.sfc-btn--ghost {
  background: #fff;
  color: var(--sfc-ink);
  border-color: var(--sfc-line);
}

.sfc-btn--ghost:hover {
  border-color: rgba(21, 22, 35, 0.25);
}

.sfc-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.sfc-btn--ghost-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}

/* Hero */
.sfc-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(clamp(3rem, 6vw, 5rem) + 9rem);
  padding-bottom: clamp(4.5rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse 55% 45% at 78% 18%, rgba(26, 186, 239, 0.11), transparent 62%),
    radial-gradient(ellipse 40% 35% at 12% 85%, rgba(26, 186, 239, 0.05), transparent 55%),
    #fff;
}

.sfc-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(26, 186, 239, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 186, 239, 0.06) 1px, transparent 1px),
    radial-gradient(ellipse 60% 55% at 0% 0%, rgba(26, 186, 239, 0.12), transparent 62%);
  background-size: 44px 44px, 44px 44px, auto;
  mask-image: radial-gradient(ellipse 90% 80% at 0% 0%, #000 0%, transparent 72%);
}

.sfc-hero__graphic {
  position: absolute;
  top: clamp(4.5rem, 10vw, 7rem);
  left: max(-2rem, -4vw);
  width: min(26rem, 52vw);
  height: auto;
  opacity: 0.95;
}

.sfc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
}

.sfc-hero__copy {
  max-width: 36rem;
}

.sfc-hero__title {
  margin: 0 0 1.5rem;
}

.sfc-hero__title-main {
  display: block;
  font-size: clamp(2.125rem, 4.8vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--sfc-ink);
  text-wrap: balance;
}

.sfc-hero__title-main .sfc-hero__title-accent {
  display: inline;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: inherit;
  line-height: inherit;
  color: var(--sfc-accent);
}

.sfc-hero__title-accent {
  font-size: clamp(2.125rem, 4.8vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--sfc-accent);
  text-wrap: balance;
}

.sfc-hero__lead {
  margin: 0 0 2.25rem;
  max-width: 34rem;
  color: var(--sfc-muted);
  font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
  line-height: 1.75;
}

.sfc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.75rem;
}

.sfc-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--sfc-line);
}

.sfc-hero__stats div {
  min-width: 0;
}

.sfc-hero__stats dt {
  color: var(--sfc-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.sfc-hero__stats dd {
  margin: 0;
  color: var(--sfc-ink);
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.sfc-hero__visual {
  position: relative;
  padding: 0 0 1.5rem 1.5rem;
}

.sfc-hero__glow {
  position: absolute;
  inset: 8% 4% 12% 8%;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 50%, rgba(26, 186, 239, 0.22), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
}

.sfc-hero__frame {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  background: var(--sfc-ink);
  box-shadow:
    0 32px 80px rgba(21, 22, 35, 0.18),
    0 0 0 1px rgba(21, 22, 35, 0.06);
}

.sfc-hero__float {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 14rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--sfc-line);
  box-shadow: 0 16px 40px rgba(21, 22, 35, 0.12);
}

.sfc-hero__float strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sfc-ink);
  margin-bottom: 0.2rem;
}

.sfc-hero__float span {
  color: var(--sfc-muted);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.sfc-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dashboard preview */
.sfc-dashboard {
  background: linear-gradient(165deg, #1e2034 0%, #151623 100%);
}

.sfc-dashboard__chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.18);
}

.sfc-dashboard__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.sfc-dashboard__chrome span:first-child {
  background: rgba(255, 107, 107, 0.75);
}

.sfc-dashboard__chrome span:nth-child(2) {
  background: rgba(255, 193, 77, 0.75);
}

.sfc-dashboard__chrome span:nth-child(3) {
  background: rgba(88, 214, 141, 0.75);
}

.sfc-dashboard__chrome p {
  margin: 0 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sfc-dashboard__body {
  padding: 1.35rem;
}

.sfc-dashboard--dark {
  padding: 1.25rem;
}

.sfc-showcase__visual.sfc-dashboard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
}

.sfc-dashboard__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.sfc-dashboard--dark .sfc-dashboard__top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfc-dashboard__label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}

.sfc-dashboard__value {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
}

.sfc-dashboard__value--up {
  color: var(--sfc-accent);
}

.sfc-dashboard__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  height: 132px;
  margin-bottom: 1.15rem;
  padding: 0.85rem 0.75rem 0.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.sfc-dashboard__chart span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--sfc-accent) 0%, rgba(26, 186, 239, 0.35) 100%);
  min-height: 12px;
}

.sfc-dashboard__rows {
  display: grid;
  gap: 0.5rem;
}

.sfc-dashboard__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  font-weight: 600;
}

.sfc-dashboard__row strong {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.sfc-dashboard__row--warn strong {
  color: #ffb347;
}

/* removed legacy hero badge — use .sfc-hero__float */

/* Trust */
.sfc-trust {
  padding: 2rem 0;
  border-block: 1px solid var(--sfc-line);
  background: var(--sfc-soft);
}

.sfc-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.sfc-trust__label {
  color: var(--sfc-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.sfc-trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
}

.sfc-trust__logos img {
  height: 40px;
  width: auto;
  opacity: 0.85;
}

.sfc-trust__stat {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
}

.sfc-trust__stat span {
  color: var(--sfc-accent);
}

/* Outcomes */
.sfc-outcomes {
  padding: var(--sfc-section) 0;
}

.sfc-outcomes__head {
  max-width: 42rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.sfc-outcomes__head .sfc-lead {
  margin-top: 1rem;
}

.sfc-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.sfc-outcome {
  padding: 2rem 1.75rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--sfc-line);
  box-shadow: 0 4px 20px rgba(21, 22, 35, 0.04);
}

.sfc-outcome__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  background: rgba(26, 186, 239, 0.12);
  border: 1px solid rgba(26, 186, 239, 0.18);
  color: var(--sfc-ink);
}

.sfc-outcome__icon svg {
  width: 22px;
  height: 22px;
}

.sfc-outcome h3 {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
}

.sfc-outcome p {
  color: var(--sfc-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* Showcase */
.sfc-showcase {
  padding: var(--sfc-section) 0;
  background: var(--sfc-ink);
  color: #fff;
}

.sfc-showcase__head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.sfc-showcase__head .sfc-kicker {
  color: rgba(26, 186, 239, 0.95);
}

.sfc-showcase__head .sfc-title-lg {
  color: #fff;
  margin-bottom: 1rem;
}

.sfc-showcase__head .sfc-lead {
  color: rgba(255, 255, 255, 0.68);
}

.sfc-showcase__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.sfc-showcase__tab {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: corporate-a, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sfc-showcase__tab.is-active,
.sfc-showcase__tab:hover {
  color: #fff;
  border-color: var(--sfc-accent);
  background: rgba(26, 186, 239, 0.15);
}

.sfc-showcase__panel {
  display: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.sfc-showcase__panel.is-active {
  display: grid;
}

.sfc-showcase__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.sfc-showcase__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sfc-showcase__list strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.sfc-showcase__list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.55;
}

.sfc-showcase__dot {
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--sfc-accent);
  box-shadow: 0 0 0 4px rgba(26, 186, 239, 0.22);
}

.sfc-showcase__visual {
  height: clamp(320px, 40vw, 440px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--sfc-shadow);
}

.sfc-showcase__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sfc-showcase__compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.sfc-showcase__compare figcaption {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

/* Method */
.sfc-method {
  padding: var(--sfc-section) 0;
}

.sfc-method__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.sfc-method__intro {
  position: sticky;
  top: 2rem;
}

.sfc-method__intro .sfc-lead {
  margin: 1rem 0 2rem;
}

.sfc-method__steps {
  display: grid;
  gap: 0;
}

.sfc-method__step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--sfc-line);
}

.sfc-method__step:last-child {
  border-bottom: 1px solid var(--sfc-line);
}

.sfc-method__num {
  color: var(--sfc-accent);
  font-family: corporate-a, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 0.15rem;
}

.sfc-method__step h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
}

.sfc-method__step p {
  color: var(--sfc-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.sfc-method__step a {
  color: var(--sfc-accent);
  text-decoration: none;
}

.sfc-method__step a:hover {
  text-decoration: underline;
}

/* Why */
.sfc-why {
  padding: var(--sfc-section) 0;
  background: var(--sfc-soft);
  border-block: 1px solid var(--sfc-line);
}

.sfc-why__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.sfc-why__head .sfc-lead {
  margin-top: 1rem;
}

.sfc-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sfc-why-card {
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--sfc-line);
}

.sfc-why-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.sfc-why-card p {
  color: var(--sfc-muted);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.sfc-why-card a {
  color: var(--sfc-accent);
  text-decoration: none;
}

.sfc-why-card a:hover {
  text-decoration: underline;
}

/* Proof */
.sfc-proof {
  padding: var(--sfc-section) 0;
}

.sfc-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.sfc-proof-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem 1.75rem;
  border-radius: 16px;
  background: var(--sfc-soft);
  border: 1px solid var(--sfc-line);
}

.sfc-proof-card blockquote {
  margin: 0 0 1.5rem;
  flex: 1;
  padding: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

.sfc-proof-card cite {
  color: var(--sfc-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: normal;
}

/* Advisory partner section */
.sfc-advisory {
  padding: var(--sfc-section) 0;
  background: var(--sfc-soft);
  border-top: 1px solid var(--sfc-line);
}

.sfc-advisory__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.sfc-advisory__content .sfc-lead {
  margin: 1rem 0 2rem;
  max-width: 38rem;
}

.sfc-advisory__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--sfc-line);
}

.sfc-advisory__metric {
  padding: 1rem 0;
}

.sfc-advisory__metric strong {
  display: block;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sfc-ink);
  margin-bottom: 0.25rem;
}

.sfc-advisory__metric span {
  color: var(--sfc-muted);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}

.sfc-advisory__deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.sfc-advisory__deliverables article {
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--sfc-line);
}

.sfc-advisory__deliverables h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}

.sfc-advisory__deliverables p {
  margin: 0;
  color: var(--sfc-muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.sfc-advisory__aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 2rem;
}

.sfc-advisory__session {
  padding: 1.35rem;
  border-radius: 14px;
  background: var(--sfc-ink);
  border: 1px solid rgba(21, 22, 35, 0.08);
  box-shadow: var(--sfc-shadow);
}

.sfc-advisory__session-label {
  color: rgba(255, 255, 255, 0.55);
  font-family: corporate-a, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.sfc-advisory__agenda {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.sfc-advisory__agenda li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.sfc-advisory__agenda span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
  font-weight: 600;
}

.sfc-advisory__agenda strong {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.sfc-advisory__quote {
  margin: 0;
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--sfc-line);
  box-shadow: 0 4px 20px rgba(21, 22, 35, 0.04);
}

.sfc-advisory__quote p {
  margin: 0 0 1rem;
  color: var(--sfc-ink);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

.sfc-advisory__quote footer {
  color: var(--sfc-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: normal;
}

/* Final CTA */
.sfc-close {
  padding: clamp(4.5rem, 9vw, 6.5rem) var(--sfc-pad);
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 120%, rgba(26, 186, 239, 0.18), transparent 55%),
    var(--sfc-ink);
}

.sfc-close__inner {
  max-width: 40rem;
  margin-inline: auto;
}

.sfc-close__title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 1rem;
  text-wrap: balance;
}

.sfc-close__lead {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 2rem;
}

.sfc-close__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media screen and (max-width: 991px) {
  .sfc-hero__grid,
  .sfc-showcase__panel,
  .sfc-method__layout,
  .sfc-advisory__grid {
    grid-template-columns: 1fr;
  }

  .sfc-advisory__aside {
    position: static;
  }

  .sfc-advisory__metrics {
    grid-template-columns: 1fr;
  }

  .sfc-advisory__deliverables {
    grid-template-columns: 1fr;
  }

  .sfc-outcomes__grid,
  .sfc-why__grid,
  .sfc-proof__grid {
    grid-template-columns: 1fr;
  }

  .sfc-method__intro {
    position: static;
  }

  .sfc-showcase__compare {
    grid-template-columns: 1fr;
  }

  .sfc-hero__visual {
    order: -1;
    padding: 0 0 1rem;
  }

  .sfc-hero {
    padding-top: calc(clamp(2.5rem, 5vw, 3.5rem) + 8.5rem);
  }

  .sfc-hero__graphic {
    width: min(18rem, 70vw);
    top: clamp(5rem, 12vw, 8rem);
    left: -1.5rem;
    opacity: 0.7;
  }

  .sfc-hero__float {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .sfc-hero__stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sfc-hero__actions,
  .sfc-close__actions {
    flex-direction: column;
  }

  .sfc-hero__stats {
    grid-template-columns: 1fr;
  }

  .sfc-btn {
    width: 100%;
  }

  .sfc-trust__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sfc-btn,
  .sfc-showcase__tab {
    transition: none;
  }

  .sfc-btn:hover {
    transform: none;
  }
}
