.sar-new-hero {
      position: relative;
      min-height: 720px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #f8fbff;
      isolation: isolate;
    }
    .sar-new-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -6;
      background:
        radial-gradient(circle at 16% 20%, rgba(255,255,255,1) 0 20%, rgba(255,255,255,.97) 31%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.24) 64%, transparent 76%),
        linear-gradient(90deg, #ffffff 0%, #fbfdff 26%, #f1f7fc 45%, #e1edf8 63%, #cbdff1 82%, #bdd6ec 100%);
    }
    .sar-hero-photo {
      position: absolute;
      z-index: -5;
      inset: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity .35s ease;
    }
    .sar-hero-image-ready .sar-hero-photo { opacity: 1; }
    .sar-hero-photo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 64% center;
      transform: scale(1.01);
    }
    .sar-hero-wash {
      position: absolute;
      z-index: -3;
      inset: 0;
      background:
        linear-gradient(90deg,
          rgba(255,255,255,1) 0%,
          rgba(255,255,255,.995) 18%,
          rgba(255,255,255,.97) 29%,
          rgba(255,255,255,.90) 38%,
          rgba(248,252,255,.74) 46%,
          rgba(238,246,252,.50) 54%,
          rgba(225,239,250,.30) 63%,
          rgba(214,233,247,.17) 73%,
          rgba(202,225,244,.07) 86%,
          rgba(195,220,241,.025) 100%);
      pointer-events: none;
    }
    .sar-hero-container {
      position: relative;
      z-index: 3;
      width: 100%;
      padding-top: 76px;
      padding-bottom: 76px;
    }
    .sar-hero-content { max-width: 660px; position: relative; }
    .sar-hero-eyebrow {
      color: #275D90;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .26em;
      margin-bottom: 28px;
    }
    .sar-hero-content h1 {
      margin: 0;
      max-width: 650px;
      color: #0A1730 !important;
      font-size: clamp(58px, 6vw, 88px);
      line-height: .94;
      letter-spacing: -.055em;
      font-weight: 760;
    }
    .sar-hero-content h1 span { display: block; color: #275D90; }
    .sar-hero-content p {
      max-width: 540px;
      margin: 26px 0 32px;
      color: #536B88;
      font-size: clamp(18px, 1.45vw, 22px);
      line-height: 1.5;
    }
    .sar-hero-primary {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 34px;
      min-width: 205px;
      padding: 16px 24px;
      border-radius: 999px;
      background: #275D90;
      color: #fff !important;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 14px 30px rgba(39,93,144,.18);
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .sar-hero-primary:hover {
      transform: translateY(-2px);
      background: #21325B;
      box-shadow: 0 18px 36px rgba(33,50,91,.22);
    }
    .sar-hero-primary span { font-size: 22px; line-height: 1; }
    .sar-hero-signature {
      margin-top: 72px;
      color: #376792;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .23em;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .sar-hero-signature > span { width: 42px; height: 1px; background: #376792; display: inline-block; flex: 0 0 auto; }
    .sar-hero-arc {
      position: absolute;
      z-index: -2;
      border: 1px solid rgba(255,255,255,.66);
      border-radius: 48%;
      pointer-events: none;
      transform: rotate(-18deg);
    }
    .sar-hero-arc-a {
      width: 760px;
      height: 1020px;
      left: 29%;
      top: -270px;
      background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(127,180,225,.03));
      backdrop-filter: blur(1px);
    }
    .sar-hero-arc-b {
      width: 500px;
      height: 800px;
      left: 41%;
      top: -90px;
      border-color: rgba(255,255,255,.46);
    }
    .sar-hero-outline {
      position: absolute;
      z-index: 0;
      border: 1px solid rgba(255,255,255,.60);
      border-radius: 24px;
      pointer-events: none;
    }
    .sar-hero-outline-a { width: 260px; height: 500px; right: 24%; top: 170px; transform: rotate(14deg); }
    .sar-hero-outline-b { width: 470px; height: 250px; right: -2%; top: 255px; transform: rotate(-16deg); }

    @media (max-width: 1199.98px) {
      .sar-new-hero { min-height: 650px; }
      .sar-hero-photo img { object-position: 68% center; }
      .sar-hero-content { max-width: 560px; }
      .sar-hero-content h1 { font-size: clamp(52px, 7vw, 76px); }
      .sar-hero-arc-a { left: 26%; }
    }
    @media (max-width: 991.98px) {
      .sar-new-hero { min-height: 700px; align-items: center; }
      .sar-hero-photo { inset: 0; }
      .sar-hero-photo img { object-position: 68% center; }
      .sar-hero-wash {
        background: linear-gradient(90deg,
          rgba(255,255,255,.98) 0%,
          rgba(255,255,255,.95) 30%,
          rgba(249,252,255,.80) 48%,
          rgba(235,245,253,.56) 63%,
          rgba(220,237,249,.32) 78%,
          rgba(207,228,245,.14) 100%);
      }
      .sar-hero-container { padding-top: 64px; padding-bottom: 64px; }
      .sar-hero-content { max-width: 560px; }
      .sar-hero-signature { margin-top: 50px; }
      .sar-hero-outline-a { right: 9%; opacity: .55; }
      .sar-hero-outline-b { display: none; }
    }
    @media (max-width: 767.98px) {
      .sar-new-hero {
        min-height: calc(100svh - 68px);
        align-items: center;
      }
      .sar-hero-photo { inset: 0; }
      .sar-hero-photo img { object-position: 62% center; }
      .sar-hero-wash {
        background: linear-gradient(180deg,
          rgba(255,255,255,.94) 0%,
          rgba(255,255,255,.91) 40%,
          rgba(242,248,253,.80) 58%,
          rgba(229,241,250,.68) 76%,
          rgba(216,234,248,.55) 100%);
      }
      .sar-hero-container {
        min-height: calc(100svh - 68px);
        display: flex;
        align-items: center;
        padding: 44px 24px 52px;
      }
      .sar-hero-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
      }
      .sar-hero-content h1 {
        font-size: clamp(52px, 16vw, 66px);
        max-width: 100%;
        line-height: .92;
      }
      .sar-hero-content p {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.48;
        margin: 24px 0 28px;
      }
      .sar-hero-eyebrow {
        font-size: 11px;
        letter-spacing: .19em;
        margin-bottom: 24px;
      }
      .sar-hero-primary {
        min-width: 0;
        width: min(100%, 300px);
        padding: 17px 22px;
      }
      .sar-hero-signature {
        margin-top: 50px;
        font-size: 9px;
        letter-spacing: .16em;
        gap: 12px;
        white-space: nowrap;
      }
      .sar-hero-signature > span { width: 34px; }
      .sar-hero-arc-a { width: 500px; height: 700px; left: 10%; top: -120px; opacity: .50; }
      .sar-hero-arc-b { display: none; }
      .sar-hero-outline-a { width: 180px; height: 320px; right: -45px; top: 210px; opacity: .36; }
    }
    @media (max-width: 430px) {
      .sar-hero-container { padding-left: 24px; padding-right: 24px; }
      .sar-hero-content h1 { font-size: clamp(50px, 15.5vw, 62px); }
      .sar-hero-content p { font-size: 17px; }
      .sar-hero-signature { margin-top: 44px; font-size: 8.5px; letter-spacing: .14em; }
    }
