  .fh-home {
    --fh-blue: #075fbd;
    --fh-blue-dark: #06488e;
    --fh-navy: #10233f;
    --fh-red: #e42535;
    --fh-red-dark: #bd1827;
    --fh-gold: #f2b33d;
    --fh-green: #177a54;
    --fh-text: #263548;
    --fh-muted: #617086;
    --fh-line: #dce4ee;
    --fh-soft: #f4f7fb;
    --fh-white: #ffffff;
    --fh-shadow: 0 16px 45px rgba(16, 35, 63, 0.10);
    --fh-radius: 20px;
    --fh-radius-sm: 12px;
    --fh-container: 1200px;
    color: var(--fh-text);
    background: var(--fh-white);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
    overflow: hidden;
  }

  .fh-home,
  .fh-home *,
  .fh-home *::before,
  .fh-home *::after {
    box-sizing: border-box;
  }

  .fh-home img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .fh-home a {
    color: inherit;
  }

  .fh-home section[id] {
    scroll-margin-top: 110px;
  }

  .fh-container {
    width: min(100% - 32px, var(--fh-container));
    margin-inline: auto;
  }

  .fh-section {
    padding: clamp(64px, 8vw, 108px) 0;
  }

  .fh-section--soft {
    background: var(--fh-soft);
  }

  .fh-section--navy {
    color: var(--fh-white);
    background:
      radial-gradient(circle at 15% 10%, rgba(7, 95, 189, .34), transparent 35%),
      linear-gradient(135deg, #10233f 0%, #0b1a30 100%);
  }

  .fh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: var(--fh-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .fh-eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--fh-red);
    content: "";
  }

  .fh-section--navy .fh-eyebrow {
    color: #b9d9ff;
  }

  .fh-heading {
    max-width: 850px;
    margin: 0;
    color: var(--fh-navy);
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .fh-section--navy .fh-heading {
    color: var(--fh-white);
  }

  .fh-intro {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--fh-muted);
    font-size: clamp(17px, 1.8vw, 20px);
  }

  .fh-section--navy .fh-intro {
    color: #d9e5f5;
  }

  .fh-heading-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 38px;
  }

  .fh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fh-blue) !important;
    font-weight: 800;
    text-decoration: none;
  }

  .fh-text-link:hover,
  .fh-text-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .fh-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .fh-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .28s cubic-bezier(.22,1,.36,1), background-color .22s ease, border-color .22s ease, box-shadow .28s cubic-bezier(.22,1,.36,1);
  }

  .fh-btn:hover {
    transform: translateY(-2px);
  }

  .fh-btn:focus-visible,
  .fh-card-link:focus-visible,
  .fh-quick-link:focus-visible,
  .fh-home summary:focus-visible {
    outline: 3px solid rgba(7, 95, 189, .35);
    outline-offset: 4px;
  }

  .fh-btn--primary {
    color: var(--fh-white) !important;
    background: var(--fh-red);
    box-shadow: 0 10px 24px rgba(228, 37, 53, .24);
  }

  .fh-btn--primary:hover {
    background: var(--fh-red-dark);
    box-shadow: 0 14px 28px rgba(228, 37, 53, .29);
  }

  .fh-btn--secondary {
    color: var(--fh-blue-dark) !important;
    border-color: var(--fh-blue);
    background: var(--fh-white);
  }

  .fh-btn--secondary:hover {
    color: var(--fh-white) !important;
    background: var(--fh-blue);
  }

  .fh-btn--light {
    color: var(--fh-navy) !important;
    background: var(--fh-white);
  }

  .fh-btn--ghost-light {
    color: var(--fh-white) !important;
    border-color: rgba(255, 255, 255, .62);
    background: transparent;
  }

  .fh-btn--ghost-light:hover {
    color: var(--fh-navy) !important;
    background: var(--fh-white);
  }

  /* HERO */
  .fh-hero {
    position: relative;
    display: flex;
    min-height: min(92vh, 760px);
    align-items: center;
    overflow: hidden;
    color: var(--fh-white);
    background: var(--fh-navy);
  }

  .fh-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .fh-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    transform: scale(1.02);
  }

  .fh-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(100deg, rgba(8, 18, 34, .93) 0%, rgba(8, 18, 34, .82) 32%, rgba(8, 18, 34, .38) 62%, rgba(8, 18, 34, .22) 100%),
      linear-gradient(0deg, rgba(6, 14, 27, .55) 0%, transparent 34%);
  }

  .fh-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-block: clamp(72px, 10vw, 120px);
  }

  .fh-hero__copy {
    width: 100%;
    max-width: 660px;
  }

  .fh-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #dcecff;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(6px);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.25;
  }

  .fh-hero__label::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--fh-gold);
    content: "";
  }

  .fh-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--fh-white);
    font-size: clamp(40px, 5.6vw, 68px);
    line-height: 1.05;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .fh-hero__lead {
    max-width: 620px;
    margin: 24px 0 0;
    color: #e2ebf6;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.7;
  }

  .fh-hero__checks {
    display: grid;
    gap: 11px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }

  .fh-hero__checks li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #edf4fc;
  }

  .fh-check {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    margin-top: 3px;
    border-radius: 50%;
    color: #000000;
    background: #ffffff;
    font-size: 13px;
    font-weight: 900;
  }

  .fh-image-note {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    padding: 5px 9px;
    border-radius: 7px;
    color: #f5f7fa;
    background: rgba(7, 20, 38, .72);
    font-size: 11px;
    line-height: 1.2;
  }

  /* TRUST STRIP */
  .fh-trust {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--fh-line);
    background: var(--fh-white);
  }

  .fh-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fh-trust__item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 104px;
    padding: 22px 24px;
    border-right: 1px solid var(--fh-line);
    transition: background-color .22s ease;
  }

  .fh-trust__item:hover {
    background: var(--fh-soft);
  }

  .fh-trust__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    color: #000000;
    background: #f0f0f0;
    font-size: 20px;
    font-weight: 900;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }

  .fh-trust__item:hover .fh-trust__icon {
    transform: scale(1.08);
  }

  .fh-trust__item:last-child {
    border-right: 0;
  }

  .fh-trust__item strong {
    display: block;
    color: var(--fh-navy);
    line-height: 1.25;
  }

  .fh-trust__item span {
    display: block;
    margin-top: 3px;
    color: var(--fh-muted);
    font-size: 14px;
    line-height: 1.4;
  }

  /* CARDS */
  .fh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .fh-card-grid--spaced {
    margin-top: 36px;
  }

  .fh-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--fh-line);
    border-radius: var(--fh-radius);
    background: var(--fh-white);
    box-shadow: 0 7px 28px rgba(16, 35, 63, .06);
    transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s cubic-bezier(.22,1,.36,1), border-color .22s ease;
  }

  .fh-card:hover {
    transform: translateY(-4px);
    border-color: #bed5ef;
    box-shadow: var(--fh-shadow);
  }

  .fh-card__number,
  .fh-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 14px;
    color: #000000;
    background: #f0f0f0;
    font-weight: 900;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }

  .fh-card:hover .fh-card__number,
  .fh-card:hover .fh-card__icon {
    transform: scale(1.08);
  }

  .fh-card h3 {
    margin: 0;
    color: var(--fh-navy);
    font-size: 22px;
    line-height: 1.25;
  }

  .fh-card p {
    margin: 11px 0 21px;
    color: var(--fh-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .fh-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--fh-blue) !important;
    font-weight: 800;
    text-decoration: none;
  }

  .fh-card-link::after {
    content: "→";
    transition: transform .28s cubic-bezier(.22,1,.36,1);
  }

  .fh-card-link:hover::after {
    transform: translateX(4px);
  }

  /* CLASS TABS STYLE */
  .fh-class-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .fh-class {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--fh-line);
    border-radius: 18px;
    color: var(--fh-navy);
    background: var(--fh-white);
    text-decoration: none !important;
    transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .22s ease, box-shadow .32s cubic-bezier(.22,1,.36,1);
  }

  .fh-class:hover {
    transform: translateY(-4px);
    border-color: #a9cbed;
    box-shadow: var(--fh-shadow);
  }

  .fh-class__code {
    display: inline-flex;
    width: fit-content;
    min-width: 47px;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    padding: 8px 11px;
    border-radius: 13px;
    color: #000000;
    background: #f0f0f0;
    font-size: 17px;
    font-weight: 900;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }

  .fh-class:hover .fh-class__code {
    transform: scale(1.08);
  }

  .fh-class strong {
    font-size: 20px;
    line-height: 1.25;
  }

  .fh-class span:last-child {
    margin-top: 8px;
    color: var(--fh-muted);
    font-size: 14px;
    line-height: 1.5;
  }

  /* PROCESS */
  .fh-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
    counter-reset: fh-step;
  }

  .fh-process__item {
    position: relative;
    min-height: 238px;
    padding: 25px 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(2px);
    transition: transform .3s cubic-bezier(.22,1,.36,1), background-color .22s ease, border-color .22s ease;
  }

  .fh-process__item:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.11);
  }

  .fh-process__item::before {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 50%;
    color: #000000;
    background: #ffffff;
    font-weight: 900;
    counter-increment: fh-step;
    content: counter(fh-step);
  }

  .fh-process__item h3 {
    margin: 0;
    color: var(--fh-white);
    font-size: 19px;
    line-height: 1.3;
  }

  .fh-process__item p {
    margin: 10px 0 0;
    color: #cfdef0;
    font-size: 15px;
    line-height: 1.6;
  }

  .fh-process__item a {
    color: #ffffff;
    font-weight: 800;
    text-underline-offset: 3px;
  }

  /* MEDIA SPLIT */
  .fh-split {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: clamp(36px, 7vw, 86px);
  }

  .fh-split--reverse .fh-split__media {
    order: 2;
  }

  .fh-split__media {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--fh-shadow);
  }

  .fh-split__media img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.22,1,.36,1);
  }

  .fh-split__media:hover img {
    transform: scale(1.045);
  }

  .fh-list {
    display: grid;
    gap: 13px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }

  .fh-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
  }

  .fh-list li::before {
    display: grid;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    place-items: center;
    margin-top: 2px;
    border-radius: 50%;
    color: #000000;
    background: #f0f0f0;
    font-size: 12px;
    font-weight: 900;
    content: "✓";
  }

  /* QUICK LINKS */
  .fh-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .fh-quick-link {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 18px;
    border: 1px solid var(--fh-line);
    border-radius: 13px;
    color: var(--fh-navy) !important;
    background: var(--fh-white);
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .28s cubic-bezier(.22,1,.36,1), border-color .22s ease, box-shadow .28s cubic-bezier(.22,1,.36,1), background-color .22s ease;
  }

  .fh-quick-link::after {
    color: var(--fh-blue);
    transition: transform .24s cubic-bezier(.22,1,.36,1);
    content: "→";
  }

  .fh-quick-link:hover {
    transform: translateY(-3px);
    border-color: #abcbed;
    background: #f8fbff;
    box-shadow: 0 12px 28px rgba(16, 35, 63, .08);
  }

  .fh-quick-link:hover::after {
    transform: translateX(4px);
  }

  /* AUTHORITY */
  .fh-authority-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 30px;
    margin-top: 36px;
  }

  .fh-authority-box {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--fh-line);
    border-radius: var(--fh-radius);
    background: var(--fh-white);
    box-shadow: 0 8px 30px rgba(16,35,63,.06);
  }

  .fh-authority-box h3 {
    margin: 0 0 12px;
    color: var(--fh-navy);
    font-size: 25px;
  }

  .fh-authority-box p {
    margin: 0;
    color: var(--fh-muted);
  }

  .fh-source-list {
    display: grid;
    gap: 11px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .fh-source-list a {
    color: var(--fh-blue);
    font-weight: 800;
    text-underline-offset: 3px;
  }

  /* WHY US */
  .fh-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
  }

  .fh-why-item {
    padding: 24px;
    border: 1px solid var(--fh-line);
    border-radius: 16px;
    background: var(--fh-white);
    transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1), border-color .22s ease;
  }

  .fh-why-item:hover {
    transform: translateY(-3px);
    border-color: #bed5ef;
    box-shadow: 0 12px 30px rgba(16, 35, 63, .07);
  }

  .fh-why-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--fh-navy);
    font-size: 18px;
    line-height: 1.3;
  }

  .fh-why-item span {
    display: block;
    color: var(--fh-muted);
    font-size: 15px;
    line-height: 1.6;
  }

  /* REVIEWS */
  .fh-review-intro {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--fh-muted);
    font-size: clamp(16px, 1.6vw, 18px);
  }

  /* FAQ */
  .fh-faq {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin-top: 34px;
  }

  .fh-faq details {
    overflow: hidden;
    border: 1px solid var(--fh-line);
    border-radius: 14px;
    background: var(--fh-white);
    transition: border-color .22s ease, box-shadow .22s ease;
  }

  .fh-faq details[open] {
    border-color: #bed5ef;
    box-shadow: 0 10px 26px rgba(16, 35, 63, .06);
  }

  .fh-faq summary {
    position: relative;
    padding: 21px 58px 21px 22px;
    color: var(--fh-navy);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    transition: color .2s ease;
  }

  .fh-faq summary:hover {
    color: var(--fh-blue);
  }

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

  .fh-faq summary::after {
    position: absolute;
    top: 50%;
    right: 21px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #000000;
    background: #f0f0f0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    transform: translateY(-50%);
    transition: background-color .22s ease, color .22s ease;
    content: "+";
  }

  .fh-faq details[open] summary::after {
    color: #000000;
    background: #ffffff;
    content: "−";
  }

  .fh-faq__answer {
    padding: 0 22px 22px;
    color: var(--fh-muted);
  }

  .fh-faq__answer p {
    margin: 0;
  }

  .fh-faq__answer a {
    color: var(--fh-blue);
    font-weight: 800;
  }

  /* CTA */

  /* RESPONSIVE */
  @media (max-width: 1100px) {
    .fh-hero h1 {
      font-size: clamp(38px, 5.4vw, 58px);
    }

    .fh-trust__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fh-trust__item:nth-child(2) {
      border-right: 0;
    }

    .fh-trust__item:nth-child(-n+2) {
      border-bottom: 1px solid var(--fh-line);
    }

    .fh-class-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fh-process {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fh-why-grid,
  }

  @media (max-width: 860px) {
    .fh-hero {
      min-height: min(88vh, 620px);
    }

    .fh-hero__scrim {
      background:
        linear-gradient(180deg, rgba(8, 18, 34, .45) 0%, rgba(8, 18, 34, .78) 60%, rgba(8, 18, 34, .93) 100%);
    }

    .fh-heading-wrap {
      align-items: flex-start;
      flex-direction: column;
    }

    .fh-card-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .fh-split--reverse .fh-split__media {
      order: 0;
    }

  }

  @media (max-width: 640px) {
    .fh-container {
      width: min(100% - 22px, var(--fh-container));
    }

    .fh-section {
      padding: 58px 0;
    }

    .fh-hero {
      min-height: min(84vh, 560px);
    }

    .fh-hero__content {
      padding-block: 48px;
    }

    .fh-hero h1 {
      font-size: clamp(36px, 11vw, 48px);
    }

    .fh-hero__lead {
      font-size: 17px;
    }

    .fh-btn-row {
      display: grid;
      grid-template-columns: 1fr;
    }

    .fh-btn {
      width: 100%;
    }

    .fh-trust__grid,
    .fh-card-grid,
    .fh-class-grid,
    .fh-process,
    .fh-quick-grid,
    .fh-why-grid,

    .fh-trust__item,
    .fh-trust__item:nth-child(2) {
      border-right: 0;
      border-bottom: 1px solid var(--fh-line);
    }

    .fh-trust__item:last-child {
      border-bottom: 0;
    }

    .fh-process__item {
      min-height: auto;
    }

    .fh-split__media,
    .fh-split__media img {
      min-height: 330px;
    }

  }

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

  /* TRUE FULL-WIDTH BREAKOUT FOR ELEMENTOR HTML WIDGET */
  .fh-home.fh-fullwidth {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  /* BUSINESS / LOCATION */
  .fh-business-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .fh-business-fact {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
  }

  .fh-business-fact strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
  }

  .fh-business-fact span,
  .fh-business-fact address {
    display: block;
    margin: 0;
    color: #d9e5f5;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
  }

  .fh-business-card {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--fh-line);
    border-radius: var(--fh-radius);
    background: var(--fh-white);
    box-shadow: var(--fh-shadow);
  }

  .fh-business-card h3 {
    margin: 0 0 14px;
    color: var(--fh-navy);
    font-size: 26px;
    line-height: 1.25;
  }

  .fh-business-card p,
  .fh-business-card address {
    margin: 0;
    color: var(--fh-muted);
    font-style: normal;
  }

  /* GOOGLE REVIEWS */
  .fh-review-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid var(--fh-line);
    border-radius: var(--fh-radius);
    background: var(--fh-white);
    box-shadow: 0 12px 34px rgba(16, 35, 63, .07);
  }

  .fh-review-summary h3 {
    margin: 0;
    color: var(--fh-navy);
    font-size: 24px;
    line-height: 1.3;
  }

  .fh-review-summary p {
    max-width: 760px;
    margin: 9px 0 0;
    color: var(--fh-muted);
  }

  .fh-review-summary .fh-btn-row {
    margin: 0;
  }

  @media (max-width: 760px) {
    .fh-business-facts,
    .fh-review-summary {
      grid-template-columns: 1fr;
    }

    .fh-review-summary .fh-btn-row {
      width: 100%;
    }
  }

  /* LIVE GOOGLE REVIEWS WIDGET */
  .fh-google-reviews {
    margin-top: 34px;
  }

  .fh-google-reviews .grw-row,
  .fh-google-reviews .wp-google-list,
  .fh-google-reviews .wp-gr,
  .fh-google-reviews .rplg-grid,
  .fh-google-reviews .rplg-list {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fh-google-reviews .wp-google-review,
  .fh-google-reviews .rplg-review,
  .fh-google-reviews .grw-review {
    border: 1px solid var(--fh-line) !important;
    border-radius: 16px !important;
    background: var(--fh-white) !important;
    box-shadow: 0 10px 30px rgba(16, 35, 63, .07) !important;
  }

  .fh-google-reviews .wp-google-name,
  .fh-google-reviews .rplg-review-name,
  .fh-google-reviews .grw-review-name {
    color: var(--fh-navy) !important;
    font-weight: 800 !important;
  }

  .fh-google-reviews .wp-google-text,
  .fh-google-reviews .rplg-review-text,
  .fh-google-reviews .grw-review-text {
    color: var(--fh-text) !important;
    line-height: 1.7 !important;
  }

  /* V4 POSITIONING AND CLARITY */
  .fh-hero__copy {
    max-width: 760px;
  }

  .fh-hero__lead strong {
    color: var(--fh-white);
  }

  .fh-hero__english {
    max-width: 620px;
    margin: 14px 0 0;
    color: #c9dcf3;
    font-size: 14px;
    line-height: 1.55;
  }

  .fh-inline-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
  }

  .fh-inline-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #e8f2ff !important;
    background: rgba(255,255,255,.08);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .22s ease, background-color .22s ease, transform .28s cubic-bezier(.22,1,.36,1);
  }

  .fh-inline-badge:hover,
  .fh-inline-badge:focus-visible {
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.16);
    transform: translateY(-2px);
  }

  .fh-card--accent {
    border-top: 4px solid var(--fh-blue);
  }

  .fh-card--urgent {
    border-top: 4px solid var(--fh-red);
  }

  .fh-card--international {
    border-top: 4px solid var(--fh-gold);
  }

  .fh-section--navy
  .fh-section--navy
  .fh-section--navy
  .fh-section--navy
  .fh-process.fh-process--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fh-audience-band {
    padding: 30px 0;
    border-block: 1px solid var(--fh-line);
    background: #f8fbff;
  }

  .fh-audience-band__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 28px;
  }

  .fh-audience-band h2 {
    margin: 0;
    color: var(--fh-navy);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
  }

  .fh-audience-band p {
    margin: 9px 0 0;
    color: var(--fh-muted);
  }

  .fh-audience-band .fh-btn-row {
    justify-content: flex-end;
    margin-top: 0;
  }

  .fh-business-card
  .fh-mini-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--fh-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  @media (max-width: 980px) {
    .fh-process.fh-process--4,

    .fh-audience-band__grid {
      grid-template-columns: 1fr;
    }

    .fh-audience-band .fh-btn-row {
      justify-content: flex-start;
    }
  }

  @media (max-width: 620px) {
    .fh-process.fh-process--4,

    .fh-inline-badge {
      font-size: 12px;
    }
  }

