* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ft-grad-page);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(246, 221, 150, 0.04) 0 1px, transparent 1.5px),
    repeating-linear-gradient(0deg, rgba(244, 247, 251, 0.025) 0 1px, transparent 1px 11px),
    repeating-linear-gradient(32deg, rgba(212, 175, 55, 0.026) 0 1px, transparent 1px 38px),
    linear-gradient(120deg, rgba(10, 15, 29, 0.74), rgba(2, 4, 9, 0.92));
  background-size: auto, auto, auto, 100% 100%;
  opacity: 0.82;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.ft-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ft-gold);
  vertical-align: middle;
}

:focus-visible {
  outline: 2px solid var(--ft-gold-light);
  outline-offset: 3px;
  box-shadow: var(--ft-focus);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--ft-black);
  background: var(--ft-text);
}

.skip-link:focus {
  left: 10px;
}

.ft-section {
  position: relative;
  width: 100%;
  scroll-margin-top: var(--ft-header-height);
}

.ft-container {
  width: min(calc(100% - var(--ft-page-gutter)), var(--ft-container));
  margin-inline: auto;
}

.ft-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--ft-header-height);
  border-bottom: 1px solid var(--ft-border-gold-strong);
  background:
    linear-gradient(180deg, rgba(4, 8, 14, 0.98), rgba(8, 16, 27, 0.95)),
    radial-gradient(circle at 18% 50%, rgba(212, 175, 55, 0.08), transparent 25%),
    repeating-linear-gradient(0deg, rgba(244, 247, 251, 0.018) 0 1px, transparent 1px 5px);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
  transform: translateY(0);
  transition: min-height var(--ft-motion-med) var(--ft-ease-out), background var(--ft-motion-med) var(--ft-ease-out), transform var(--ft-motion-med) var(--ft-ease-out);
  will-change: transform;
}

.ft-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 50%, rgba(212, 175, 55, 0.12), transparent 18%),
    radial-gradient(circle at 96% 30%, rgba(212, 175, 55, 0.10), transparent 20%),
    repeating-linear-gradient(150deg, transparent 0 18px, rgba(212, 175, 55, 0.026) 19px 20px, transparent 21px 42px);
  opacity: 0.72;
}

.ft-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ft-gold-light), transparent);
  opacity: 0.72;
}

.ft-header-inner {
  min-height: var(--ft-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ft-grid-gap);
  transition: min-height var(--ft-motion-med) var(--ft-ease-out);
  position: relative;
  z-index: 1;
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
  min-width: 0;
}

.ft-logo-mark {
  display: block;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  background-image: url("assets/brand/fla5h-hero-emblem-2048.png?v=20260715-mobile-theme-qa2");
  background-image: image-set(url("assets/brand/fla5h-hero-emblem-256.webp?v=20260730-performance-qa2") type("image/webp"), url("assets/brand/fla5h-hero-emblem-1024.png?v=20260730-performance-qa2") type("image/png"));
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.22), 0 6px 16px rgba(0, 0, 0, 0.42);
  transition: width var(--ft-motion-med) var(--ft-ease-out), height var(--ft-motion-med) var(--ft-ease-out);
}

.ft-logo-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ft-logo-name {
  color: var(--ft-text);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  transition: font-size var(--ft-motion-med) var(--ft-ease-out);
}

.ft-logo-name span {
  color: var(--ft-gold-light);
}

.ft-logo-tagline {
  color: var(--ft-gold-light);
  font-size: 0.60rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ft-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ft-nav-gap);
  color: var(--ft-text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ft-nav a:not(.ft-header-cta) {
  position: relative;
  min-height: var(--ft-cta-height);
  display: inline-flex;
  align-items: center;
}

.ft-nav a:not(.ft-header-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ft-grad-gold);
  transition: transform var(--ft-motion-fast) var(--ft-ease-out);
}

.ft-nav a:hover,
.ft-nav a:focus-visible,
.ft-nav a.active {
  color: var(--ft-gold-light);
}

.ft-nav a:hover::after,
.ft-nav a:focus-visible::after,
.ft-nav a.active::after {
  transform: scaleX(1);
}

.ft-header-cta {
  width: var(--ft-cta-width);
  height: var(--ft-cta-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: 8px;
  color: var(--ft-gold-light);
  background: rgba(5, 7, 12, 0.64);
  letter-spacing: 0.10em;
  box-shadow: inset 0 0 0 1px rgba(244, 247, 251, 0.04);
}

.ft-header.is-condensed,
.ft-header.is-condensed .ft-header-inner {
  min-height: var(--ft-header-condensed-height);
}

.ft-header.is-condensed .ft-logo-mark {
  width: 52px;
  height: 52px;
}

.ft-header.is-condensed .ft-logo-name {
  font-size: 1.62rem;
}

.ft-menu-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: 8px;
  background: rgba(5, 7, 12, 0.62);
}

.ft-menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--ft-gold-light);
}

.ft-hero {
  min-height: clamp(650px, 76vh, 780px);
  overflow: hidden;
  border-bottom: 1px solid var(--ft-border-gold);
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.99) 0%, rgba(8, 15, 26, 0.84) 45%, rgba(5, 7, 12, 0.96) 100%),
    radial-gradient(circle at 72% 45%, rgba(212, 175, 55, 0.11), transparent 34%),
    linear-gradient(135deg, var(--ft-navy-800), var(--ft-black));
}

.ft-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 232, 163, 0.18), transparent 1px);
  opacity: 0.82;
}

.ft-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 58% 62%, rgba(33, 92, 126, 0.28), transparent 32%),
    radial-gradient(ellipse at 74% 72%, rgba(17, 48, 70, 0.44), transparent 38%),
    repeating-linear-gradient(32deg, rgba(212, 175, 55, 0.030) 0 1px, transparent 1px 46px);
  opacity: 0.86;
  pointer-events: none;
}

.ft-hero-bg::before {
  content: "";
  position: absolute;
  inset: 40% -7% 0 34%;
  opacity: 0.8;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(42, 122, 164, 0.30), transparent 58%),
    linear-gradient(180deg, transparent, rgba(3, 7, 13, 0.82) 72%);
}

.ft-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 11, 0.94) 0%, rgba(4, 6, 11, 0.58) 45%, rgba(4, 6, 11, 0.16) 65%, rgba(4, 6, 11, 0.78) 100%),
    radial-gradient(ellipse at 69% 62%, transparent 0 30%, rgba(4, 6, 11, 0.62) 61%, rgba(4, 6, 11, 0.92) 100%);
}

.ft-hero-scene {
  position: absolute;
  left: 35%;
  top: 2%;
  width: clamp(300px, 31vw, 500px);
  height: 96%;
  pointer-events: none;
  background-image: url("assets/estate-atmo.jpg");
  background-image: image-set(url("assets/estate-atmo.webp") type("image/webp"), url("assets/estate-atmo.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.62;
  filter: saturate(0.96) brightness(0.98);
  -webkit-mask-image: radial-gradient(ellipse 52% 48% at 50% 52%, #000 34%, transparent 80%);
  mask-image: radial-gradient(ellipse 52% 48% at 50% 52%, #000 34%, transparent 80%);
}

.ft-hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - var(--ft-page-gutter)), var(--ft-container));
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: clamp(34px, 4.2vw, 76px);
  align-items: center;
}

.ft-mobile-break {
  display: none;
}

.ft-hero-copy {
  max-width: 690px;
  padding-top: 18px;
  position: relative;
}

.ft-hero-copy::before {
  content: "";
  position: absolute;
  inset: -34px -28px -40px -42px;
  z-index: -1;
  background: radial-gradient(ellipse at 30% 42%, rgba(3, 7, 13, 0.68), transparent 70%);
  pointer-events: none;
}

.ft-hero-copy .ft-eyebrow {
  margin-bottom: 24px;
}

.ft-lede {
  max-width: 620px;
  margin: 22px 0 0;
}

.ft-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ft-button {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: 6px;
  font-family: var(--ft-font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--ft-motion-fast) var(--ft-ease-out), box-shadow var(--ft-motion-fast) var(--ft-ease-out), border-color var(--ft-motion-fast) var(--ft-ease-out);
}

.ft-button::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -45%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  opacity: 0;
  pointer-events: none;
}

.ft-button-primary {
  min-width: 300px;
  color: var(--ft-black);
  background: var(--ft-grad-gold);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 6px rgba(110, 84, 24, 0.5),
    0 14px 34px rgba(212, 175, 55, 0.24);
}

.ft-button-ghost {
  min-width: 240px;
  color: var(--ft-text);
  background: rgba(5, 7, 12, 0.48);
}

.ft-button:hover,
.ft-button:focus-visible {
  transform: translateY(-3px);
  border-color: var(--ft-gold-light);
  box-shadow: var(--ft-shadow-gold);
}

.ft-button:active {
  transform: translateY(0);
}

.ft-button:hover::before,
.ft-button:focus-visible::before {
  animation: ft-sheen 900ms var(--ft-ease-out);
}

.ft-button span[aria-hidden="true"],
.ft-service-card a span,
.ft-resource-grid a span {
  display: inline-block;
  transition: transform var(--ft-motion-fast) var(--ft-ease-out);
}

.ft-button:hover span[aria-hidden="true"],
.ft-button:focus-visible span[aria-hidden="true"],
.ft-service-card a:hover span,
.ft-service-card a:focus-visible span,
.ft-resource-grid a:hover span,
.ft-resource-grid a:focus-visible span {
  transform: translateX(4px);
}

.ft-trust-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: var(--ft-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ft-trust-row span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-right: 1px solid var(--ft-border-gold);
  white-space: nowrap;
}

.ft-trust-row span:first-child {
  padding-left: 0;
}

.ft-trust-row span:last-child {
  border-right: 0;
}

.ft-trust-row svg,
.ft-service-icon,
.ft-icon-chip svg,
.ft-trust-strip svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--ft-gold);
  overflow: visible;
}

.ft-trust-row use,
.ft-service-icon use,
.ft-icon-chip use,
.ft-trust-strip use {
  vector-effect: non-scaling-stroke;
}

.ft-trust-row svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.22));
}

.ft-hero-visual {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ft-emblem-field {
  position: relative;
  left: 0;
  width: clamp(560px, 44vw, 680px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  isolation: isolate;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.04), transparent 46%),
    linear-gradient(180deg, rgba(14, 37, 60, 0.16), transparent 74%);
  filter: none;
  will-change: transform;
}

.ft-emblem-field::before {
  content: none;
}

.ft-emblem-field::after {
  content: none;
}

.ft-hero-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  transform-origin: center;
  backface-visibility: hidden;
}

.ft-hero-emblem {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
  image-rendering: auto;
}

.ft-services,
.ft-proof,
.ft-feature,
.ft-service-area,
.ft-assessment,
.ft-resources,
.ft-page-hero,
.ft-service-detail,
.ft-contact,
.ft-cred-strip,
.ft-metrics,
.ft-cta-band {
  padding: clamp(70px, 8vw, 112px) 0;
}

.ft-services {
  padding-top: clamp(88px, 8vw, 120px);
  background:
    radial-gradient(circle at 50% -10%, rgba(212, 175, 55, 0.08), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(194, 31, 44, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(4, 6, 11, 0.78), rgba(8, 15, 28, 0.48));
}

.ft-services .ft-section-heading {
  max-width: 1180px;
}

.ft-services .ft-h2 {
  font-size: clamp(2rem, 2.35vw, 3rem);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ft-services .ft-h2 span {
  background: none;
  color: var(--ft-red);
  -webkit-text-fill-color: var(--ft-red);
  -webkit-background-clip: initial;
  background-clip: initial;
}

.ft-cred-strip {
  padding: 22px 0;
  border-top: 1px solid var(--ft-border-gold);
  border-bottom: 1px solid var(--ft-border-gold);
  background: rgba(4, 6, 11, 0.72);
}

.ft-cred-strip .ft-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  flex-wrap: wrap;
}

.ft-cred-strip span {
  color: var(--ft-gold-light);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ft-metrics {
  padding: clamp(42px, 5vw, 70px) 0;
}

.ft-metrics-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-panel);
  background: linear-gradient(180deg, rgba(8, 15, 28, 0.74), rgba(4, 6, 11, 0.62));
  box-shadow: var(--ft-shadow-card);
  overflow: hidden;
}

.ft-metrics-panel div {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid var(--ft-border-gold);
  text-align: center;
}

.ft-metrics-panel div:last-child {
  border-right: 0;
}

.ft-metrics-panel strong {
  font-family: var(--ft-font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
  background: var(--ft-grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ft-metrics-panel span:last-child {
  color: var(--ft-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ft-section-heading {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.ft-section-heading--editorial {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  text-align: left;
}

.ft-section-heading--editorial .ft-eyebrow,
.ft-section-heading--editorial .ft-h2,
.ft-section-heading--editorial .ft-section-copy {
  margin-inline: 0;
}

.ft-section-heading .ft-eyebrow {
  margin-bottom: 18px;
}

.ft-eyebrow-bolt {
  display: block;
  width: 11px;
  height: 18px;
  margin: -6px auto 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 40 558 886"><path d="M579,48 L587,48 L590,56 L536,149 L363,149 L277,302 L280,308 L574,308 L575,314 L559,327 L347,575 L219,714 L196,747 L99,857 L60,910 L48,918 L88,842 L111,809 L110,804 L119,793 L119,782 L138,759 L338,412 L336,408 L90,408 L88,404 L137,311 L143,307 L166,255 L216,171 L274,55 L280,49 Z" fill="%23D4AF37"/></svg>') center / contain no-repeat;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.5));
}

.ft-section-heading:not(.ft-section-heading--editorial) .ft-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.ft-section-heading:not(.ft-section-heading--editorial) .ft-eyebrow::before,
.ft-section-heading:not(.ft-section-heading--editorial) .ft-eyebrow::after {
  content: "";
  flex: 0 0 clamp(34px, 6vw, 72px);
  height: 1px;
}

.ft-section-heading:not(.ft-section-heading--editorial) .ft-eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55));
}

.ft-section-heading:not(.ft-section-heading--editorial) .ft-eyebrow::after {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.55), transparent);
}

.ft-section-copy {
  max-width: 720px;
  margin: 18px auto 0;
}

.ft-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(520px, 80%);
  margin: 28px auto 0;
}

.ft-title-divider span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--ft-gold), transparent);
}

.ft-title-divider svg {
  width: 16px;
  height: 25px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 7px rgba(212, 175, 55, 0.55));
}

.ft-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(var(--ft-card-width), 1fr));
  grid-auto-rows: 382px;
  gap: var(--ft-grid-gap);
  align-items: stretch;
  margin-top: 48px;
}

.ft-service-card {
  min-height: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 88px minmax(72px, auto) 1fr auto;
  align-items: start;
  padding: var(--ft-card-padding);
  border: 1px solid transparent;
  border-radius: var(--ft-radius-card);
  background:
    radial-gradient(circle at 50% -5%, rgba(246, 207, 120, 0.10), transparent 42%) padding-box,
    linear-gradient(150deg, rgba(18, 30, 45, 0.98), rgba(7, 13, 22, 0.985) 58%, rgba(3, 8, 14, 0.99)) padding-box,
    linear-gradient(145deg, rgba(255, 232, 165, 0.76), rgba(214, 151, 35, 0.52) 42%, rgba(100, 60, 10, 0.34) 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 237, 186, 0.10),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72),
    0 22px 52px rgba(0, 0, 0, 0.36);
  transition: transform var(--ft-motion-med) var(--ft-ease-out), box-shadow var(--ft-motion-med) var(--ft-ease-out), filter var(--ft-motion-med) var(--ft-ease-out);
}

.ft-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 198, 108, 0.09), transparent 42%),
    repeating-linear-gradient(0deg, rgba(244, 247, 251, 0.012) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(145deg, rgba(212, 175, 55, 0.022) 0 1px, transparent 1px 36px);
  opacity: 0.66;
  pointer-events: none;
}

.ft-service-card::after {
  content: none;
}

.ft-service-card > * {
  position: relative;
  z-index: 1;
}

.ft-service-card::before {
  transition: opacity var(--ft-motion-med) var(--ft-ease-out);
}

.ft-service-card:hover,
.ft-service-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(242, 198, 108, 0.72);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(255, 237, 186, 0.13);
  filter: saturate(1.08);
}

.ft-service-card:hover::before,
.ft-service-card:focus-within::before {
  opacity: 1;
}

.ft-service-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  stroke: url(#ft-icon-metal);
  stroke-width: 1.85;
  filter:
    drop-shadow(0 1px 0 rgba(255, 240, 190, 0.34))
    drop-shadow(0 4px 6px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 13px rgba(212, 175, 55, 0.20));
  transition: color var(--ft-motion-med) var(--ft-ease-out), filter var(--ft-motion-med) var(--ft-ease-out), transform var(--ft-motion-med) var(--ft-ease-out);
}

.ft-service-card:hover .ft-service-icon,
.ft-service-card:focus-within .ft-service-icon {
  transform: translateY(-3px) scale(1.04);
  filter:
    drop-shadow(0 1px 0 rgba(255, 240, 190, 0.40))
    drop-shadow(0 6px 8px rgba(0, 0, 0, 0.74))
    drop-shadow(0 0 20px rgba(242, 198, 108, 0.38));
}

.ft-service-card a:hover,
.ft-service-card a:focus-visible,
.ft-resource-grid a:hover,
.ft-resource-grid a:focus-visible {
  color: var(--ft-gold-pale);
}

.ft-service-card h3 {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 54px;
  margin: 16px 0 0;
  color: var(--ft-text);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
}

.ft-service-card h3::after {
  content: "";
  position: absolute;
  bottom: -29px;
  width: min(190px, 88%);
  height: 19px;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 40 558 886"><path d="M579,48 L587,48 L590,56 L536,149 L363,149 L277,302 L280,308 L574,308 L575,314 L559,327 L347,575 L219,714 L196,747 L99,857 L60,910 L48,918 L88,842 L111,809 L110,804 L119,793 L119,782 L138,759 L338,412 L336,408 L90,408 L88,404 L137,311 L143,307 L166,255 L216,171 L274,55 L280,49 Z" fill="%23D4AF37"/></svg>') center / 10px 16px no-repeat,
    linear-gradient(90deg, transparent 0 4%, rgba(212, 175, 55, 0.62) 18% 43%, transparent 43% 57%, rgba(212, 175, 55, 0.62) 57% 82%, transparent 96% 100%) center / 100% 1px no-repeat;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.55));
}

.ft-service-card p {
  margin: 36px 0 0;
  color: var(--ft-muted);
  font-size: 0.98rem;
  line-height: 1.60;
  text-align: center;
}

.ft-service-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  margin-top: 20px;
  color: var(--ft-gold-light);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ft-page-hero {
  padding-top: clamp(92px, 9vw, 132px);
  padding-bottom: clamp(52px, 6vw, 82px);
  overflow: hidden;
  border-bottom: 1px solid var(--ft-border-gold);
  background:
    radial-gradient(circle at 16% 12%, rgba(212, 175, 55, 0.10), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(194, 31, 44, 0.10), transparent 25%),
    repeating-linear-gradient(32deg, rgba(212, 175, 55, 0.026) 0 1px, transparent 1px 42px),
    linear-gradient(135deg, rgba(5, 7, 12, 0.96), rgba(10, 17, 32, 0.84));
}

.ft-page-hero-inner {
  display: grid;
  justify-items: center;
  gap: clamp(20px, 3vw, 28px);
  text-align: center;
}

.ft-page-hero-inner > div {
  width: min(100%, 1000px);
}

.ft-page-emblem {
  position: relative;
  isolation: isolate;
  justify-self: center;
  overflow: visible;
  width: clamp(104px, 8vw, 132px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("assets/brand/fla5h-hero-emblem-1024.png?v=20260715-mobile-theme-qa2");
  background-image: image-set(url("assets/brand/fla5h-hero-emblem-512.webp?v=20260730-performance-qa2") type("image/webp"), url("assets/brand/fla5h-hero-emblem-1024.png?v=20260730-performance-qa2") type("image/png"));
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow:
    0 0 38px rgba(212, 175, 55, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.40);
  filter: none;
}

.ft-page-emblem::before,
.ft-page-emblem::after {
  content: none;
}

.ft-page-title {
  max-width: 1000px;
  margin: 0;
  color: var(--ft-text);
  font-family: var(--ft-font-display);
  font-size: clamp(2.55rem, 4.8vw, 5.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

.ft-page-title span {
  background: var(--ft-grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ft-page-lede {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--ft-muted);
  font-size: clamp(1.02rem, 1.2vw, 1.24rem);
  line-height: 1.65;
}

.ft-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.ft-inner-page:not(.ft-error-body) .ft-page-hero {
  display: grid;
  min-height: clamp(560px, 68vh, 660px);
  align-items: center;
  padding-top: clamp(62px, 7vw, 96px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.ft-inner-page:not(.ft-error-body) .ft-page-hero-inner {
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  justify-items: stretch;
  text-align: left;
}

.ft-inner-page:not(.ft-error-body) .ft-page-hero-inner > div {
  grid-column: 1;
  grid-row: 1;
  width: min(100%, 760px);
}

.ft-inner-page:not(.ft-error-body) .ft-page-emblem {
  grid-column: 2;
  grid-row: 1;
  width: min(100%, 430px);
}

.ft-inner-page:not(.ft-error-body) .ft-page-title {
  max-width: 820px;
  font-size: clamp(3rem, 5vw, 5.7rem);
}

.ft-inner-page:not(.ft-error-body) .ft-page-lede {
  max-width: 680px;
  margin-right: 0;
  margin-left: 0;
}

.ft-inner-page:not(.ft-error-body) .ft-page-actions {
  justify-content: flex-start;
}

.ft-service-detail {
  background:
    radial-gradient(circle at 86% 12%, rgba(212, 175, 55, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.38), rgba(4, 6, 11, 0.55));
}

.ft-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(30px, 4vw, 46px);
  border-bottom: 1px solid var(--ft-border-gold-strong);
}

.ft-service-intro .ft-h2,
.ft-service-intro .ft-section-copy {
  margin-bottom: 0;
}

.ft-service-intro .ft-h2 {
  max-width: 690px;
}

.ft-service-intro .ft-h2 span {
  color: var(--ft-gold-light);
}

.ft-service-intro .ft-section-copy {
  max-width: 720px;
  margin-top: 0;
}

.ft-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ft-grid-gap);
  counter-reset: ft-benefit;
}

.ft-benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-card);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 198, 108, 0.08), transparent 42%),
    var(--ft-grad-panel);
  box-shadow: var(--ft-shadow-card);
  counter-increment: ft-benefit;
}

.ft-benefit-card::before {
  content: "0" counter(ft-benefit);
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(242, 198, 108, 0.58);
  font-family: var(--ft-font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ft-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 10%, rgba(212, 175, 55, 0.10), transparent 22%),
    repeating-linear-gradient(145deg, rgba(212, 175, 55, 0.020) 0 1px, transparent 1px 34px);
}

.ft-benefit-card > * {
  position: relative;
  z-index: 1;
}

.ft-benefit-card h2,
.ft-benefit-card h3 {
  margin: 0;
  color: var(--ft-gold-light);
  font-family: var(--ft-font-display);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ft-benefit-card h2::after,
.ft-benefit-card h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 16px 0 0;
  background: linear-gradient(90deg, rgba(230, 185, 119, 0.66), transparent);
}

.ft-benefit-card p {
  margin: 18px 0 0;
  color: var(--ft-muted);
  line-height: 1.62;
}

.ft-service-note {
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-card);
  color: var(--ft-muted);
  background: rgba(5, 7, 12, 0.44);
}

.ft-contact {
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 175, 55, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(4, 6, 11, 0.30), rgba(8, 15, 28, 0.56));
}

.ft-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.ft-contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ft-contact-list li {
  padding: 14px 16px;
  border: 1px solid var(--ft-border-gold);
  border-radius: 8px;
  color: var(--ft-muted);
  background: rgba(16, 27, 45, 0.46);
  font-weight: 700;
}

.ft-contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-card);
  background: var(--ft-grad-panel);
  box-shadow: var(--ft-shadow-card);
}

.ft-field {
  display: grid;
  gap: 8px;
}

.ft-field label {
  color: var(--ft-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ft-field input,
.ft-field select,
.ft-field textarea {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.30);
  border-radius: 8px;
  color: var(--ft-text);
  background: rgba(4, 7, 13, 0.78);
  font: inherit;
  padding: 13px 14px;
}

.ft-field textarea {
  min-height: 154px;
  resize: vertical;
}

.ft-contact-note {
  margin: 0;
  color: var(--ft-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.ft-button[aria-disabled="true"],
.ft-button:disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.ft-error-page {
  min-height: calc(100vh - var(--ft-header-height));
  display: grid;
  place-items: center;
  text-align: center;
}

.ft-error-page .ft-page-hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
}

.ft-error-page .ft-page-lede {
  margin-inline: auto;
}

.ft-resources {
  border-top: 1px solid var(--ft-border-gold);
  background:
    radial-gradient(circle at 16% 18%, rgba(212, 175, 55, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.36), rgba(4, 6, 11, 0.44));
}

.ft-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ft-grid-gap);
  margin-top: 48px;
}

.ft-resource-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-card);
  background: var(--ft-grad-panel);
  box-shadow: var(--ft-shadow-card);
}

.ft-resource-grid span:first-child {
  color: var(--ft-red-light);
  font-family: var(--ft-font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ft-resource-grid h3 {
  margin: 42px 0 0;
  font-family: var(--ft-font-display);
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  letter-spacing: 0;
}

.ft-resource-grid p {
  color: var(--ft-muted);
  line-height: 1.6;
}

.ft-resource-grid a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ft-gold-light);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ft-proof {
  padding-top: clamp(84px, 6vw, 104px);
  background:
    radial-gradient(circle at 50% -4%, rgba(212, 175, 55, 0.10), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(194, 31, 44, 0.08), transparent 24%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-opacity='.022'%3E%3Cpath d='M8 14 16 .15h16L40 14 32 27.85H16Z'/%3E%3Cpath d='M-16 0-8-13.85H8L16 0 8 13.85H-8Z'/%3E%3Cpath d='M32 0 40-13.85h16L64 0 56 13.85H40Z'/%3E%3Cpath d='M-16 28-8 14.15H8L16 28 8 41.85H-8Z'/%3E%3Cpath d='M32 28 40 14.15h16L64 28 56 41.85H40Z'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(5, 7, 12, 0.20), rgba(5, 7, 12, 0.60));
  background-size: auto, auto, 36px 21px, auto;
}

.ft-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--ft-grid-gap);
  row-gap: 94px;
  margin-top: 94px;
}

.ft-value-card {
  position: relative;
  min-width: 0;
  min-height: 326px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 34px 42px;
  border: 1px solid rgba(221, 155, 41, 0.66);
  border-radius: var(--ft-radius-card);
  background:
    radial-gradient(circle at 50% -4%, rgba(246, 207, 120, 0.10), transparent 43%),
    linear-gradient(150deg, rgba(18, 30, 45, 0.96), rgba(7, 13, 22, 0.985) 58%, rgba(3, 8, 14, 0.99));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 237, 186, 0.10),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72);
  text-align: center;
  transition: transform var(--ft-motion-med) var(--ft-ease-out), border-color var(--ft-motion-med) var(--ft-ease-out), box-shadow var(--ft-motion-med) var(--ft-ease-out);
}

.ft-value-card:hover,
.ft-value-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(242, 198, 108, 0.6);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.4), 0 0 36px rgba(212, 175, 55, 0.12), inset 0 1px 0 rgba(244, 247, 251, 0.09);
}

.ft-icon-chip {
  transition: transform var(--ft-motion-med) var(--ft-ease-out), box-shadow var(--ft-motion-med) var(--ft-ease-out);
}

.ft-value-card:hover .ft-icon-chip,
.ft-value-card:focus-within .ft-icon-chip {
  transform: translateY(-2px);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.60),
    0 0 38px rgba(242, 198, 108, 0.26),
    inset 0 1px 1px rgba(255, 246, 211, 0.78),
    inset 0 -2px 2px rgba(78, 40, 4, 0.72);
}

.ft-icon-chip {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin: -59px auto 54px;
  border: 0;
  border-radius: 50%;
  isolation: isolate;
  background: conic-gradient(
    from 215deg,
    #70400a 0deg,
    #d79a2b 48deg,
    #fff0a8 84deg,
    #9a5d0d 126deg,
    #f3c664 180deg,
    #754209 238deg,
    #d99c2e 304deg,
    #70400a 360deg
  );
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.56),
    0 0 30px rgba(212, 175, 55, 0.14),
    inset 0 1px 1px rgba(255, 246, 211, 0.72),
    inset 0 -2px 2px rgba(78, 40, 4, 0.72);
}

.ft-icon-chip::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 0;
  border: 1px solid rgba(246, 198, 92, 0.52);
  border-radius: inherit;
  background:
    radial-gradient(circle at 33% 22%, rgba(255, 255, 255, 0.14), transparent 22%),
    radial-gradient(circle at 50% 38%, #142536 0%, #091420 48%, #03080e 100%);
  box-shadow:
    inset 9px 10px 24px rgba(255, 255, 255, 0.025),
    inset -12px -14px 28px rgba(0, 0, 0, 0.76),
    inset 0 0 0 2px rgba(2, 7, 12, 0.84),
    0 0 0 1px rgba(255, 224, 146, 0.10);
}

.ft-icon-chip::after {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(132deg, rgba(255, 250, 225, 0.15), transparent 25%, transparent 72%, rgba(214, 148, 35, 0.05));
  pointer-events: none;
}

.ft-icon-chip svg {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  stroke: url(#ft-icon-metal);
  stroke-width: 1.85;
  filter:
    drop-shadow(0 1px 0 rgba(255, 240, 190, 0.38))
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 10px rgba(212, 175, 55, 0.20));
}

.ft-value-card h3 {
  width: 100%;
  margin: 0;
  color: var(--ft-gold-light);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  white-space: nowrap;
  text-transform: uppercase;
}

.ft-value-card h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 272px;
  height: 1px;
  margin: 18px auto 0;
  background:
    radial-gradient(circle at 50% 50%, #fff2b4 0 1px, rgba(244, 184, 67, 0.96) 2px, transparent 5px),
    linear-gradient(90deg, transparent, rgba(230, 185, 119, 0.68) 18%, rgba(230, 185, 119, 0.74) 82%, transparent);
  box-shadow: 0 0 12px rgba(230, 185, 119, 0.12);
}

.ft-value-card p {
  max-width: 270px;
  margin: 31px 0 0;
  color: var(--ft-muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.ft-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 42px;
  border: 1px solid rgba(221, 155, 41, 0.66);
  border-radius: var(--ft-radius-card);
  background:
    radial-gradient(circle at 22% 0%, rgba(242, 198, 108, 0.075), transparent 31%),
    linear-gradient(145deg, rgba(16, 28, 44, 0.94), rgba(6, 12, 20, 0.96));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 240, 194, 0.06);
  overflow: hidden;
}

.ft-trust-strip span {
  min-height: 174px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-content: center;
  gap: 10px 20px;
  padding: 30px 30px;
  color: var(--ft-gold-light);
  font-weight: 800;
  letter-spacing: 0.10em;
  text-align: left;
  text-transform: uppercase;
  border-right: 1px solid var(--ft-border-gold);
}

.ft-trust-strip svg {
  grid-row: span 2;
  width: 72px;
  height: 72px;
  color: var(--ft-gold);
  fill: none;
  stroke: url(#ft-icon-metal);
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 1px 0 rgba(255, 240, 190, 0.30))
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 12px rgba(212, 175, 55, 0.17));
}

.ft-trust-strip b,
.ft-trust-strip em {
  display: block;
}

.ft-trust-strip b {
  color: var(--ft-gold-light);
  font-size: 0.96rem;
  font-style: normal;
  line-height: 1.35;
}

.ft-trust-strip em {
  color: var(--ft-muted);
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.ft-trust-strip span:last-child {
  border-right: 0;
}

.ft-feature,
.ft-assessment {
  border-top: 1px solid var(--ft-border-gold);
}

.ft-feature-inner,
.ft-assessment-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.ft-feature-flat {
  background: rgba(5, 7, 12, 0.16);
}

.ft-audit-list {
  display: grid;
  gap: 12px;
}

.ft-audit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ft-audit-list span {
  padding: 13px 15px;
  border: 1px solid var(--ft-border-gold);
  border-radius: 8px;
  color: var(--ft-text);
  background: rgba(16, 27, 45, 0.52);
  font-weight: 800;
}

.ft-service-area {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--ft-border-gold);
  border-bottom: 1px solid var(--ft-border-gold);
  background:
    linear-gradient(90deg, rgba(4, 6, 11, 0.92), rgba(9, 18, 32, 0.7)),
    repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.025) 0 1px, transparent 1px 38px);
}

.ft-service-area-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: 88px;
  align-items: center;
}

.ft-service-area-copy {
  max-width: 620px;
}

.ft-service-area-copy .ft-eyebrow {
  margin-bottom: 18px;
}

.ft-service-area-copy .ft-h2 {
  max-width: 580px;
  font-size: 3.25rem;
  letter-spacing: 0;
  line-height: 1.06;
}

.ft-service-area-copy .ft-section-copy {
  max-width: 590px;
  margin: 22px 0 0;
}

.ft-coverage-panel {
  border-top: 1px solid var(--ft-border-gold-strong);
  border-bottom: 1px solid var(--ft-border-gold-strong);
}

.ft-coverage-region {
  display: grid;
  grid-template-columns: 48px minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--ft-border-gold);
}

.ft-coverage-index {
  color: var(--ft-red-bright);
  font-family: var(--ft-font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.ft-coverage-region h3 {
  margin: 0;
  color: var(--ft-text);
  font-family: var(--ft-font-display);
  font-size: 1.08rem;
  line-height: 1.35;
}

.ft-coverage-region h3 a {
  color: inherit;
  text-decoration-color: rgba(212, 175, 55, 0.46);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.ft-coverage-region h3 a:hover,
.ft-coverage-region h3 a:focus-visible {
  color: var(--ft-gold-light);
}

.ft-coverage-region p {
  margin: 0;
  color: var(--ft-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.ft-coverage-reach {
  margin: 22px 0;
  padding-left: 16px;
  border-left: 3px solid var(--ft-gold);
  color: var(--ft-gold-light);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.ft-coverage-reach a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.5);
  text-underline-offset: 4px;
}

.ft-location-intro,
.ft-location-proof,
.ft-location-faq,
.ft-location-nearby {
  background:
    radial-gradient(circle at 88% 14%, rgba(212, 175, 55, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(4, 6, 11, 0.34), rgba(8, 15, 28, 0.44));
}

.ft-location-intro-grid,
.ft-location-market-grid,
.ft-location-proof-grid,
.ft-location-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}

.ft-location-intro-grid .ft-h2,
.ft-location-market-grid .ft-h2,
.ft-location-proof-grid .ft-h2,
.ft-location-faq-grid .ft-h2 {
  max-width: 670px;
}

.ft-location-prose {
  max-width: 790px;
  padding-top: 2px;
}

.ft-location-prose p {
  margin: 0;
  color: var(--ft-muted);
  font-size: clamp(1rem, 1.08vw, 1.15rem);
  line-height: 1.76;
}

.ft-location-prose p + p {
  margin-top: 22px;
}

.ft-location-heading {
  max-width: 900px;
  margin: 0 0 clamp(38px, 5vw, 64px);
}

.ft-location-heading .ft-h2 {
  max-width: 850px;
}

.ft-location-market {
  border-top: 1px solid var(--ft-border-gold);
  border-bottom: 1px solid var(--ft-border-gold);
  background:
    linear-gradient(90deg, rgba(4, 6, 11, 0.94), rgba(9, 18, 32, 0.74)),
    repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.025) 0 1px, transparent 1px 38px);
}

.ft-location-proof-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ft-border-gold-strong);
  list-style: none;
}

.ft-location-proof-list li {
  position: relative;
  padding: 22px 0 22px 34px;
  border-bottom: 1px solid var(--ft-border-gold);
  color: var(--ft-muted);
  font-size: 1.03rem;
  line-height: 1.58;
}

.ft-location-proof-list li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 2px;
  width: 11px;
  height: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 40 558 886"><path d="M579,48 L587,48 L590,56 L536,149 L363,149 L277,302 L280,308 L574,308 L575,314 L559,327 L347,575 L219,714 L196,747 L99,857 L60,910 L48,918 L88,842 L111,809 L110,804 L119,793 L119,782 L138,759 L338,412 L336,408 L90,408 L88,404 L137,311 L143,307 L166,255 L216,171 L274,55 L280,49 Z" fill="%23D4AF37"/></svg>') center / contain no-repeat;
  filter: drop-shadow(0 0 7px rgba(212, 175, 55, 0.48));
}

.ft-location-faq {
  border-top: 1px solid var(--ft-border-gold);
}

.ft-location-faq-list {
  border-top: 1px solid var(--ft-border-gold-strong);
}

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

.ft-location-faq-list summary {
  position: relative;
  padding: 24px 42px 24px 0;
  color: var(--ft-text);
  font-family: var(--ft-font-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.ft-location-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 2px;
  color: var(--ft-gold-light);
  font-size: 1.4rem;
  font-weight: 500;
}

.ft-location-faq-list details[open] summary::after {
  content: "-";
}

.ft-location-faq-list details p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: var(--ft-muted);
  line-height: 1.68;
}

.ft-location-nearby {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid var(--ft-border-gold);
  border-bottom: 1px solid var(--ft-border-gold);
}

.ft-location-nearby-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.ft-location-nearby-inner .ft-eyebrow {
  margin: 0;
  white-space: nowrap;
}

.ft-location-nearby nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
}

.ft-location-nearby a {
  color: var(--ft-gold-light);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.4);
  text-underline-offset: 4px;
}

.ft-callout,
.ft-intake-card {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--ft-border-gold);
  border-radius: var(--ft-radius-card);
  background: var(--ft-grad-panel);
  box-shadow: var(--ft-shadow-card);
}

.ft-cta-band {
  padding: clamp(72px, 8vw, 120px) 0;
}

.ft-cta-panel {
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: var(--ft-radius-cta);
  background:
    radial-gradient(circle at 50% 0%, rgba(246, 221, 150, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(4, 6, 11, 0.92));
  box-shadow: var(--ft-shadow-lift), inset 0 1px 0 rgba(251, 239, 199, 0.14);
  text-align: center;
}

.ft-cta-panel .ft-section-copy {
  margin-inline: auto;
}

.ft-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.ft-callout h3,
.ft-intake-card h3 {
  margin: 0;
  color: var(--ft-text);
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.ft-callout p,
.ft-intake-card p {
  color: var(--ft-muted);
}

.ft-intake-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: 999px;
  color: var(--ft-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ft-intake-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.ft-intake-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ft-intake-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ft-muted);
  font-size: 0.94rem;
}

.ft-intake-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ft-gold);
}

.ft-footer {
  padding: 34px 0 56px;
  color: var(--ft-muted);
  border-top: 1px solid var(--ft-border-gold);
}

.ft-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(160px, 0.7fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.ft-footer .ft-logo-mark {
  width: 42px;
  height: 42px;
}

.ft-footer .ft-logo-name {
  font-size: 1.1rem;
}

.ft-footer p {
  margin: 0;
  font-size: 0.88rem;
}

.ft-footer-logo {
  margin-bottom: 18px;
}

.ft-footer nav {
  display: grid;
  gap: 10px;
}

.ft-footer h2 {
  margin: 0 0 8px;
  color: var(--ft-gold-light);
  font-family: var(--ft-font-body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ft-footer a:not(.ft-logo) {
  color: var(--ft-muted);
  font-size: 0.9rem;
}

.ft-footer a:not(.ft-logo):hover,
.ft-footer a:not(.ft-logo):focus-visible {
  color: var(--ft-gold-light);
}

.ft-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--ft-border-gold);
}

.ft-mini-bolt {
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-right: 9px;
  vertical-align: -2px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 40 558 886"><path d="M579,48 L587,48 L590,56 L536,149 L363,149 L277,302 L280,308 L574,308 L575,314 L559,327 L347,575 L219,714 L196,747 L99,857 L60,910 L48,918 L88,842 L111,809 L110,804 L119,793 L119,782 L138,759 L338,412 L336,408 L90,408 L88,404 L137,311 L143,307 L166,255 L216,171 L274,55 L280,49 Z" fill="%23D4AF37"/></svg>') center / contain no-repeat;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--ft-motion-slow) var(--ft-ease-smooth), transform var(--ft-motion-slow) var(--ft-ease-smooth);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js [data-reveal][data-reveal-eager] {
  opacity: 1;
  transform: none;
}

.ft-page-hero[data-reveal],
.ft-contact[data-reveal] {
  opacity: 1;
  transform: none;
}

.ft-services.is-visible .ft-service-card,
.ft-proof.is-visible .ft-value-card {
  animation: ft-card-in 620ms var(--ft-ease-smooth) backwards;
  animation-delay: calc(var(--ci, 0) * 70ms);
}

.ft-service-card:nth-child(1), .ft-value-card:nth-child(1) { --ci: 0; }
.ft-service-card:nth-child(2), .ft-value-card:nth-child(2) { --ci: 1; }
.ft-service-card:nth-child(3), .ft-value-card:nth-child(3) { --ci: 2; }
.ft-service-card:nth-child(4), .ft-value-card:nth-child(4) { --ci: 3; }
.ft-service-card:nth-child(5) { --ci: 4; }
.ft-service-card:nth-child(6) { --ci: 5; }
.ft-service-card:nth-child(7) { --ci: 6; }
.ft-service-card:nth-child(8) { --ci: 7; }

@keyframes ft-card-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}

.ft-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: start center;
  transform: translateX(-50%);
  border: 1px solid var(--ft-border-gold-strong);
  border-radius: 999px;
}

.ft-scroll-cue span {
  width: 4px;
  height: 9px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--ft-gold-light);
  animation: ft-scroll-dot 1.6s ease-in-out infinite;
}

@keyframes ft-sheen {
  0% {
    left: -45%;
    opacity: 0;
  }
  22% {
    opacity: 0.68;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes ft-scroll-dot {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  50% {
    transform: translateY(13px);
    opacity: 1;
  }
}

@media (min-width: 1161px) {
  .ft-hero-copy,
  .ft-hero-visual {
    transform: none;
  }

  .ft-trust-row {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .ft-trust-row span {
    gap: 8px;
    padding-inline: 12px;
  }

  .ft-trust-row span:first-child {
    padding-left: 0;
  }

  .ft-trust-row svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .ft-emblem-field {
    left: clamp(-62px, -3.85vw, -46px);
  }
}

@media (min-width: 1161px) and (max-width: 1300px) {
  .ft-trust-row {
    font-size: 0.62rem;
    letter-spacing: 0.045em;
  }

  .ft-trust-row span {
    gap: 6px;
    padding-inline: 7px;
  }

  .ft-trust-row span:first-child {
    padding-left: 0;
  }

  .ft-trust-row svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .ft-value-card {
    padding-inline: 32px;
  }

  .ft-value-card h3 {
    font-size: 0.98rem;
    letter-spacing: 0.13em;
  }
}

@media (min-width: 1161px) and (max-height: 760px) {
  .ft-hero {
    min-height: max(570px, calc(100svh - var(--ft-header-height) - 48px));
  }

  .ft-proof {
    padding-top: 10px;
  }
}

@media (max-width: 1439px) {
  .ft-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ft-hero-copy,
  .ft-hero-visual {
    transform: translateY(-42px);
  }

  .ft-proof .ft-h2 span {
    white-space: nowrap;
  }

  .ft-proof .ft-h2 {
    font-size: clamp(2rem, 2.75vw, 2.75rem);
  }

  .ft-proof .ft-section-heading {
    max-width: 1180px;
  }
}

@media (max-width: 1160px) {
  .ft-menu-button {
    display: block;
  }

  .ft-nav {
    position: absolute;
    top: var(--ft-header-height);
    left: calc(var(--ft-page-gutter-mobile) / 2);
    right: calc(var(--ft-page-gutter-mobile) / 2);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--ft-border-gold-strong);
    border-radius: 12px;
    background: var(--ft-navy-900);
    box-shadow: var(--ft-shadow-card);
  }

  .ft-nav.open {
    display: flex;
  }

  .no-js .ft-header {
    position: relative;
  }

  .no-js .ft-header-inner {
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .no-js .ft-menu-button {
    display: none;
  }

  .no-js .ft-nav {
    position: static;
    width: 100%;
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px 0 0;
    border: 0;
    border-top: 1px solid var(--ft-border-gold);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .no-js .ft-nav a {
    min-height: 44px;
    justify-content: center;
    padding: 8px 10px;
    text-align: center;
  }

  .no-js .ft-header-cta {
    width: 100%;
    margin-top: 0;
  }

  .ft-nav a {
    width: 100%;
    justify-content: flex-start;
    padding: 14px;
    border-bottom: 1px solid rgba(244, 247, 251, 0.10);
  }

  .ft-header-cta {
    justify-content: center;
    margin-top: 8px;
  }

  .ft-hero-scene {
    display: none;
  }

  .ft-hero-inner {
    grid-template-columns: 1fr;
    width: min(calc(100% - var(--ft-page-gutter)), 820px);
    padding: 54px 0 0;
  }

  .ft-hero-copy {
    max-width: 760px;
  }

  .ft-hero-visual {
    min-height: 430px;
    align-items: end;
  }

  .ft-emblem-field {
    width: min(560px, 88vw);
  }

  .ft-hero-picture {
    width: 100%;
  }

  .ft-value-grid,
  .ft-trust-strip,
  .ft-benefit-grid,
  .ft-metrics-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-metrics-panel div:nth-child(2) {
    border-right: 0;
  }

  .ft-metrics-panel div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ft-border-gold);
  }

  .ft-trust-strip span:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 1023px) {
  .ft-service-grid {
    grid-template-columns: repeat(2, minmax(var(--ft-card-width), 1fr));
  }

  .ft-resource-grid,
  .ft-footer-inner,
  .ft-section-heading--editorial {
    grid-template-columns: 1fr;
  }

  .ft-feature-inner,
  .ft-assessment-inner,
  .ft-contact-shell,
  .ft-service-intro {
    grid-template-columns: 1fr;
  }

  .ft-service-area-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ft-location-intro-grid,
  .ft-location-market-grid,
  .ft-location-proof-grid,
  .ft-location-faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ft-service-area-copy {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .ft-container,
  .ft-hero-inner {
    width: min(calc(100% - var(--ft-page-gutter-mobile)), var(--ft-container));
  }

  .ft-header,
  .ft-header-inner {
    min-height: var(--ft-header-height-mobile);
  }

  .ft-header.is-mobile-hidden {
    transform: translateY(calc(-100% - 2px));
  }

  .ft-header:focus-within {
    transform: translateY(0);
  }

  .ft-logo-mark {
    width: 36px;
    height: 36px;
  }

  .ft-logo {
    max-width: calc(100% - 60px);
    gap: 12px;
    min-height: 44px;
  }

  .ft-logo-name {
    font-size: 1.12rem;
  }

  .ft-logo-tagline {
    max-width: 160px;
    overflow: hidden;
    font-size: 0.46rem;
    letter-spacing: 0.16em;
    text-overflow: ellipsis;
  }

  .ft-menu-button {
    width: 48px;
    height: 48px;
  }

  .ft-nav {
    top: var(--ft-header-height-mobile);
  }

  .no-js .ft-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .no-js .ft-header-cta {
    grid-column: 1 / -1;
  }

  .ft-header-cta {
    gap: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .ft-hero {
    min-height: 1010px;
    padding-bottom: 0;
  }

  .ft-hero-inner {
    display: block;
    position: static;
    padding: 34px 0 0;
  }

  .ft-hero-copy {
    position: relative;
    z-index: 3;
  }

  .ft-h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .ft-break-desktop {
    display: none;
  }

  .ft-break-mobile {
    display: block;
  }

  .ft-lede {
    margin-top: 22px;
  }

  .ft-hero-actions {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }

  .ft-button,
  .ft-button-primary,
  .ft-button-ghost {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .ft-page-hero-inner {
    grid-template-columns: 1fr;
  }

  .ft-page-hero {
    padding-top: 76px;
    padding-bottom: 46px;
  }

  .ft-page-emblem {
    width: 96px;
    margin-inline: auto;
  }

  .ft-page-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .ft-page-actions {
    display: grid;
  }

  .ft-inner-page:not(.ft-error-body) .ft-page-hero {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .ft-inner-page:not(.ft-error-body) .ft-page-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .ft-inner-page:not(.ft-error-body) .ft-page-emblem {
    grid-column: 1;
    grid-row: 1;
    width: 128px;
    margin-inline: 0;
  }

  .ft-inner-page:not(.ft-error-body) .ft-page-hero-inner > div {
    grid-column: 1;
    grid-row: 2;
  }

  .ft-inner-page:not(.ft-error-body) .ft-page-title {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }

  .ft-service-detail {
    padding-top: 54px;
  }

  .ft-service-intro {
    gap: 22px;
    margin-bottom: 34px;
    padding-bottom: 30px;
  }

  .ft-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
  }

  .ft-trust-row span {
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 6px;
    padding: 0 8px;
    border-right: 1px solid var(--ft-border-gold);
    white-space: normal;
    font-size: 0.59rem;
    line-height: 1.22;
    text-align: center;
  }

  .ft-trust-row span:nth-child(3) {
    border-right: 0;
  }

  .ft-trust-row span:nth-child(4) {
    display: none;
  }

  .ft-trust-row svg {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .ft-hero-visual {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: min(96vw, 460px);
    min-height: 300px;
    margin: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .ft-emblem-field {
    width: 100%;
  }

  .ft-hero-picture {
    width: 100%;
  }

  .ft-services,
  .ft-proof,
  .ft-feature,
  .ft-service-area,
  .ft-assessment,
  .ft-resources,
  .ft-location-intro,
  .ft-location-services,
  .ft-location-market,
  .ft-location-proof,
  .ft-location-faq,
  .ft-cta-band {
    padding: 58px 0;
  }

  .ft-location-nearby-inner {
    display: block;
  }

  .ft-location-nearby-inner .ft-eyebrow {
    margin-bottom: 18px;
  }

  .ft-location-nearby nav {
    display: grid;
    justify-content: stretch;
    gap: 14px;
  }

  .ft-location-nearby a {
    display: flex;
    justify-content: space-between;
    gap: 18px;
  }

  .ft-service-area-inner {
    gap: 36px;
  }

  .ft-service-area-copy .ft-h2 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .ft-coverage-region {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 22px 0;
  }

  .ft-coverage-region p {
    grid-column: 2;
  }

  .ft-coverage-reach {
    margin: 20px 0;
  }

  .ft-proof {
    padding-top: 92px;
  }

  .ft-cred-strip {
    padding: 18px 0;
  }

  .ft-cred-strip .ft-container {
    justify-content: flex-start;
    gap: 12px 22px;
  }

  .ft-metrics-panel {
    grid-template-columns: 1fr;
  }

  .ft-metrics-panel div,
  .ft-metrics-panel div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--ft-border-gold);
  }

  .ft-metrics-panel div:last-child {
    border-bottom: 0;
  }

  .ft-service-grid {
    grid-template-columns: 1fr;
  }

  .ft-service-card {
    min-height: var(--ft-card-height);
    padding: 30px 28px;
  }

  .ft-value-grid,
  .ft-trust-strip,
  .ft-audit-list,
  .ft-footer-inner,
  .ft-resource-grid,
  .ft-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ft-trust-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--ft-border-gold);
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 142px;
    padding: 26px 24px;
  }

  .ft-value-grid {
    row-gap: 88px;
    margin-top: 86px;
  }

  .ft-value-card {
    min-height: 316px;
  }

  .ft-trust-strip svg {
    width: 64px;
    height: 64px;
  }

  .ft-trust-strip span:last-child {
    border-bottom: 0;
  }

  .ft-footer-inner {
    justify-items: start;
  }

  .ft-coverage-region h3 a,
  .ft-coverage-reach a,
  .ft-location-nearby a,
  .ft-footer nav a,
  .ft-footer-logo {
    min-height: 44px;
  }

  .ft-coverage-region h3 a,
  .ft-coverage-reach a,
  .ft-contact-fallback a,
  .ft-start-card > a,
  .ft-footer nav a,
  .ft-footer-logo {
    display: inline-flex;
    align-items: center;
  }

  .ft-contact-fallback a,
  .ft-start-card > a {
    min-height: 44px;
  }

  .ft-location-faq-list summary {
    min-height: 44px;
  }

  .ft-footer-legal {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
