* {
      box-sizing: border-box;
      margin: 0;
    }

    body {
      font-family: 'Inter', system-ui, sans-serif;
      margin: 0;
      padding: 0;
      background: #e8edf1;
      color: #1a2d38;
    }

    /* PAGE WRAPPER */
    .page-wrapper {
      max-width: 780px;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 8px 40px rgba(20, 40, 60, 0.08);
    }

    /* TOP ACCENT BAR */
    .top-accent {
      height: 3px;
      background: linear-gradient(90deg, #0a7c8c, #3fb8c8, #0a7c8c);
    }

    /* BANNER */
    .page-header {
      padding: 10px 32px;
      background: #0e0e0e;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .banner-left {
      font-size: 11px;
      color: #5a7a88;
      font-style: italic;
    }

    .banner-right {
      font-size: 12px;
      color: #8a9eaa;
    }

    .banner-right strong {
      color: #fff;
    }

    .status-dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #3db882;
      border-radius: 50%;
      margin-right: 5px;
      vertical-align: middle;
      box-shadow: 0 0 6px rgba(61, 184, 130, 0.4);
    }

    /* HERO */
    .hero {
      padding: 36px 44px 24px;
      background: #0f5b6f;
      color: #fff;
      position: relative;
      overflow: hidden;
      text-align: left;
    }

    .hero::after {
      content: '';
      position: absolute;
      top: -40%;
      right: -20%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(14, 124, 140, 0.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero h1 {
      font-size: 46px;
      font-weight: 700;
      margin: 0 0 8px;
      letter-spacing: -0.5px;
      line-height: 1.1;
      position: relative;
    }

    .hero-sub {
      font-size: 14.5px;
      color: #cceaf0;
      margin: 12px 0 10px;
      letter-spacing: 0.5px;
      line-height: 1.4;
      position: relative;
    }

    .hero .tagline {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.65);
      line-height: 1.5;
      position: relative;
    }

    /* QUOTE STRIP — image right, text left */
    .quote-strip {
      background: #0f5b6f;
      padding: 0;
      display: flex;
      align-items: stretch;
      gap: 0;
      overflow: hidden;
    }

    .quote-strip-text {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 32px 36px;
    }

    .quote-subtext {
      margin: 0 0 14px;
      font-size: 18px;
      color: #e4f2f5;
      line-height: 1.4;
    }

    .quote-subtext strong {
      color: #ffffff;
    }

    .quote-supporting {
      font-size: 14.5px;
      color: #cceaf0;
      line-height: 1.6;
      margin: 0 0 14px;
    }

    .quote-tag {
      font-size: 13px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-style: italic;
      color: #a0dce6;
      font-weight: 300;
      margin: 0;
    }

    .quote-strip-image {
      flex-shrink: 0;
      width: 200px;
      overflow: hidden;
      border: none;
      border-radius: 0;
      margin: 0;
    }

    .quote-strip-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    @media (max-width: 540px) {
      .quote-strip {
        flex-direction: column-reverse;
      }

      .quote-strip-text {
        padding: 28px 24px;
        text-align: center;
      }

      .quote-strip-image {
        width: 100%;
        height: 220px;
      }

      .quote-tag {
        margin-top: 4px;
      }
    }

    /* INTRO */
    .intro {
      padding: 36px 44px;
      border-bottom: 1px solid #dae3e8;
      font-size: 15.5px;
      line-height: 1.85;
      color: #3a5060;
      background: #fff;
    }

    .intro p {
      margin: 0 0 16px;
    }

    .intro p:last-child {
      margin-bottom: 0;
    }

    .intro strong {
      color: #152a35;
    }

    /* SECTIONS */
    .section {
      padding: 30px 44px;
      background: #fff;
    }

    .section:last-of-type {
      border-bottom: none;
    }

    .section-alt {
      background: #f4f8fa;
    }

    .section-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: #7a909a;
      margin: 0 0 24px;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #dae3e8;
    }

    /* BUTTONS */
    .app-btn {
      display: block;
      width: 100%;
      padding: 20px 24px;
      margin-bottom: 12px;
      text-decoration: none;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .btn-small-label {
      font-size: 12px;
      display: block;
      margin-bottom: 4px;
      margin-top: 4px;
      letter-spacing: 0.3px;
    }

    .btn-main-label {
      font-size: 18px;
      font-weight: 700;
      display: block;
    }

    .btn-fjp {
      background: linear-gradient(135deg, #0e7c8c, #0a6a78);
      color: #fff;
      border: none;
      box-shadow: 0 4px 14px rgba(14, 124, 140, 0.25);
    }

    .btn-fjp:hover {
      background: linear-gradient(135deg, #2c909f, #207987);
      box-shadow: 0 6px 20px rgba(14, 124, 140, 0.35);
      transform: translateY(-1px);
    }

    .btn-fjp .btn-small-label {
      color: #a0dce6;
    }

    .btn-pt {
      background: linear-gradient(135deg, #f0f0f0, #f5f5f5);
      color: rgb(60, 60, 60);
      border: 1px solid rgb(219, 219, 219);
      box-shadow: 0 4px 14px rgba(131, 131, 131, 0.1);
      padding: 10px 10px 10px 20px
    }

    .btn-pt:hover {
      box-shadow: 0 6px 20px rgba(145, 145, 145, 0.35);
      transform: translateY(-1px);
      background: linear-gradient(135deg, #f7f7f7, #f4f9f9);
    }

    .btn-pt .btn-small-label {
      color: rgb(127, 127, 127);
    }

    .btn-fin-aid {
      display: inline-block;
      margin: 0px 0 15px 25px;
      padding: 5px 0;
      text-decoration: none;
      cursor: pointer;
      background: transparent;
      color: #4a6a78;
      font-size: 145x;
      border-bottom: 1px dashed #9ab0b8;
      transition: all 0.2s ease;
    }

    .btn-fin-aid:hover {
      color: #0a6a78;
      border-bottom-color: #0a6a78;
    }

    .btn-clinic {
      background: #f6f9fb;
      border: 1.5px solid #c4d8e0;
      color: #1a2d38;
      padding: 22px 24px;
      border-radius: 10px;
    }

    .btn-clinic:hover {
      background: #edf4f7;
      border-color: #a0c4d0;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(20, 60, 80, 0.06);
    }

    .clinic-top {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 12px;
    }

    .clinic-icon {
      width: 44px;
      height: 44px;
      background: linear-gradient(135deg, #dceef4, #c8e0ea);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 18px;
    }

    .clinic-top .btn-small-label {
      color: #3a8098;
    }

    .clinic-top .btn-main-label {
      font-size: 17px;
      color: #1a4860;
    }

    .clinic-desc {
      font-size: 18px;
      color: #356e81;
      line-height: 1.65;
      border-top: 1px solid #d0e2ea;
      padding-top: 12px;
      font-style: italic;
    }

    /* Pricing Badge styles */
    .price-container {
      font-weight: 500;
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .btn-initial-call .price-container {
      color: #1b75bb;
    }

    .btn-clinic .price-container {
      color: #356e81;
    }

    .price-old {
      text-decoration: line-through;
      color: #7ca8cc;
      font-size: 1.05rem;
      font-weight: 400;
    }

    .price-new {
      font-weight: 600;
    }

    .btn-initial-call .price-new {
      color: #1b75bb;
    }

    .btn-clinic .price-new {
      color: #356e81;
    }

    /* ABOUT */
    .about-heading {
      font-size: 32px;
      font-weight: 700;
      margin: 0 0 22px;
      color: #152a35;
    }

    .about-float-wrap::after {
      content: '';
      display: table;
      clear: both;
    }

    .about-image-col {
      float: left;
      width: 220px;
      margin: 0 28px 16px 0;
    }

    .about-image-col img {
      width: 100%;
      aspect-ratio: 9/14;
      display: block;
      border-radius: 8px;
      object-fit: cover;
      object-position: center;
      box-shadow: 0 4px 16px rgba(20, 40, 60, 0.08);
    }

    .about-social-links {
      display: flex;
      gap: 10px;
      margin-top: 14px;
      justify-content: left;
    }

    .about-social-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #f0f5f7;
      border: 1.5px solid #d0dce2;
      color: #4a7888;
      text-decoration: none;
      font-size: 20px;
      transition: all 0.2s ease;
    }

    .about-social-links a:hover {
      background: #0e7c8c;
      border-color: #0e7c8c;
      color: #fff;
    }

    .about-bio p {
      font-size: 15px;
      color: #3a5060;
      line-height: 1.85;
      margin: 0;
    }

    @media (max-width: 540px) {
      .about-image-col {
        width: 140px;
        margin: 0 16px 12px 0;
      }

      .about-social-links a {
        width: 36px;
        height: 36px;
      }

      .about-social-links {
        gap: 6px;
      }
    }

    /* CONDITIONS */
    .conditions-link {
      display: inline-block;
      font-size: 16px;
      color: #0e7c8c;
      text-decoration: underline;
      text-decoration-color: #a0d4de;
      text-underline-offset: 4px;
      padding: 4px 0;
      transition: all 0.2s ease;
    }

    .conditions-link:hover {
      color: #085a66;
      text-decoration-color: #085a66;
    }

    .tip-box {
      background: #f0f7f9;
      border-left: 4px solid #0e7c8c;
      padding: 18px 22px;
      margin: 22px 0 0;
      font-size: 14px;
      color: #3a5060;
      line-height: 1.75;
      border-radius: 0 8px 8px 0;
      text-align: left;
    }

    .tip-box strong {
      color: #152a35;
    }

    /* FJP SECTION */
    .fjp-section {
      background: #f4f8fa;
    }

    .program-eyebrow {
      font-size: 11px;
      color: #7a909a;
      text-align: center;
      margin: 0 0 4px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    h2.program-title {
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      line-height: 1.15;
      margin: 0;
      color: #152a35;
      letter-spacing: -0.5px;
    }

    .program-headline-spacer {
      padding: 48px 0 40px;
    }

    .program-byline {
      font-size: 15.5px;
      color: #4a6070;
      line-height: 1.8;
      margin: 20px auto 28px;
      text-align: center;
      font-style: italic;
      max-width: 520px;
    }

    .program-benefits {
      font-size: 16px;
      color: #4a6070;
      line-height: 1.8;
      margin: 20px auto 28px;
      text-align: left;
      font-weight: 600;
      max-width: 500px;
    }

    .checks {
      margin: 0 auto 28px;
      padding: 0;
      list-style: none;
      max-width: 480px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #dae3e8;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(20, 40, 60, 0.04);
    }

    .checks li {
      padding: 14px 20px;
      font-size: 15px;
      border-bottom: 1px solid #e8eff2;
      color: #3a5060;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .checks li strong {
      color: #152a35;
    }

    .checks li:last-child {
      border-bottom: none;
    }

    .program-subheading {
      font-weight: 600;
      font-size: 15px;
      max-width: 480px;
      margin: 0 auto 8px;
      color: #152a35;
    }

    .program-list {
      padding-left: 30px;
      margin: 0 auto 24px;
      color: #3a5060;
      font-size: 15px;
      line-height: 1.5;
      max-width: 480px;
    }

    .program-list li {
      margin-bottom: 8px;
    }

    .hybrid-note {
      font-size: 15px;
      color: #4a6070;
      line-height: 1.8;
      margin: 0;
      text-align: center;
      padding: 0 12px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
    }

    /* DECORATIVE DIVIDER */
    .ornament-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 36px auto;
      max-width: 300px;
    }

    .ornament-divider .line {
      flex: 1;
      height: 1px;
      background: #152a35;
      opacity: 0.15;
    }

    .ornament-divider .icon {
      display: block;
      max-width: 50px;
      margin: 0 18px;
      opacity: 0.5;
      flex-shrink: 0;
    }

    .ornament-divider .icon img {
      display: block;
      width: 100%;
      filter: grayscale(1) contrast(1.2);
      mix-blend-mode: multiply;
    }

    /* INNER DESCRIPTION BLOCK */
    .fjp-description {
      padding: 36px 44px;
      font-size: 15.5px;
      line-height: 1.7;
      color: #3a5060;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #dae3e8;
      max-width: 600px;
      margin: 0 auto;
      box-shadow: 0 2px 8px rgba(20, 40, 60, 0.04);
    }

    .fjp-description p {
      margin-bottom: 10px;
    }

    /* PROCESS */
    .get-started-label {
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      color: #152a35;
      margin: 48px 0 28px;
    }

    .process-wrap {
      display: flex;
      align-items: stretch;
      gap: 0;
      margin-bottom: 36px;
      margin-top: 32px;
    }

    .process-card {
      flex: 1;
      background: #fff;
      border: 1px solid #dae3e8;
      border-top: 3px solid #0e7c8c;
      border-radius: 10px;
      padding: 24px 16px 20px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(20, 40, 60, 0.04);
      transition: all 0.2s ease;
    }

    .process-card-link {
      text-decoration: none;
      color: inherit;
      flex: 1;
      display: flex;
    }

    .process-card-link .process-card {
      width: 100%;
      cursor: pointer;
    }

    .process-card-link:hover .process-card {
      background: #0e7c8c;
      border-color: #0a6a78;
      border-top-color: #3fb8c8;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(14, 124, 140, 0.2);
    }

    .process-card-link:hover .process-num {
      color: #a0dce6;
    }

    .process-card-link:hover .process-card strong {
      color: #fff;
    }

    .process-card-link:hover .process-card span {
      color: #b8e4ee;
    }

    .process-card-link:hover .card-icon svg {
      fill: #b8e4ee;
    }

    .process-arrow {
      display: flex;
      align-items: center;
      padding: 0 8px;
      color: #b8c8d0;
      font-size: 16px;
      flex-shrink: 0;
    }

    .process-num {
      font-size: 10px;
      font-weight: 700;
      color: #7a909a;
      margin-bottom: 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .process-card strong {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #152a35;
    }

    .process-card span:not(.process-num) {
      font-size: 12px;
      color: #6a8090;
      line-height: 1.55;
      display: block;
    }

    .card-icon {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
      height: 22px;
    }

    .card-icon svg {
      height: 100%;
      fill: #9ab8c4;
    }

    @media (max-width: 540px) {
      .process-wrap {
        flex-direction: column;
        gap: 0;
      }

      .process-arrow {
        transform: rotate(90deg);
        justify-content: center;
        padding: 6px 0;
      }
    }

    .urgency {
      text-align: center;
      font-size: 14px;
      color: #6a8090;
      font-style: italic;
      margin-bottom: 30px;
    }

    .apply-bottom {
      display: block;
      width: 100%;
      padding: 18px;
      background: linear-gradient(135deg, #0e7c8c, #0a6a78);
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      border-radius: 10px;
      border: none;
      transition: all 0.2s ease;
      box-shadow: 0 4px 14px rgba(14, 124, 140, 0.25);
    }

    .apply-bottom:hover {
      background: linear-gradient(135deg, #0a6a78, #085a66);
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(14, 124, 140, 0.35);
    }

    /* EMAIL FORM */
    #subscribeForm input,
    #subscribeForm textarea {
      display: block;
      width: 100%;
      padding: 14px 16px;
      margin-bottom: 12px;
      font-size: 15px;
      border: 1.5px solid #d0dce2;
      border-radius: 8px;
      font-family: 'Inter', system-ui, sans-serif;
      background: #f8fafb;
      outline: none;
      color: #1a2d38;
      transition: all 0.2s ease;
    }

    #subscribeForm input:focus,
    #subscribeForm textarea:focus {
      border-color: #0e7c8c;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(14, 124, 140, 0.1);
    }

    #subscribeForm textarea {
      height: 90px;
      resize: none;
    }

    #subscribeForm button {
      display: block;
      width: 100%;
      padding: 15px;
      background: #152a35;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-family: 'Inter', system-ui, sans-serif;
      transition: all 0.2s ease;
    }

    #subscribeForm button:hover {
      background: #0e1e28;
    }

    .message {
      margin-top: 12px;
      padding: 12px 16px;
      border-radius: 8px;
      font-size: 14px;
    }

    .success {
      background: #e8f4ec;
      color: #2a6a3a;
      border: 1px solid #b8d8c4;
    }

    .error {
      background: #fdecea;
      color: #a33;
      border: 1px solid #f0c4c0;
    }

    .hidden {
      display: none;
    }

    /* SECTION DIVIDER */
    .section-divider {
      height: 2px;
      background: linear-gradient(90deg, transparent, #0e7c8c, transparent);
      opacity: 0.15;
    }

    /* FOOTER */
    footer {
      padding: 32px 44px;
      text-align: center;
      font-size: 12px;
      color: #8a9eaa;
      background: #152a35;
    }

    /* FLUSH IMAGE BREAKS */
    .flush-image-break {
      margin-left: -44px;
      margin-right: -44px;
      padding: 0;
      line-height: 0;
    }

    .flush-image-break img {
      width: 100%;
      display: block;
    }

    .flush-image-break-root {
      padding: 0;
      line-height: 0;
    }

    .flush-image-break-root img {
      width: 100%;
      display: block;
    }

    /* MOBILE */
    @media (max-width: 540px) {

      .hero,
      .intro,
      .section,
      .fjp-description {
        padding-left: 24px;
        padding-right: 24px;
      }

      .hero {
        padding-top: 24px;
        padding-bottom: 16px;
      }

      .hero h1 {
        font-size: 32px;
      }

      .page-header {
        padding: 8px 16px;
      }

      h2.program-title {
        font-size: 28px;
      }

      footer {
        padding: 28px 24px;
      }

      .flush-image-break {
        margin-left: -24px;
        margin-right: -24px;
      }
    }

    /* STRUCTURE HEADING */
    .structure-heading {
      text-align: center;
      font-size: 38px;
      font-weight: 600;
      margin: 0 0 28px;
      color: #152a35;
    }

    /* FREE RESOURCES */
    .free-resources {
      background: #f4f8fa;
    }

    .free-resources-heading {
      font-size: 32px;
      font-weight: 700;
      color: #152a35;
      text-align: center;
      margin: 0 0 12px;
      letter-spacing: -0.5px;
    }

    .free-resources-sub {
      font-size: 15px;
      color: #4a6070;
      margin: 0 auto 28px;
      text-align: center;
      max-width: 520px;
    }

    .resource-checks {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 24px;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    .resource-check {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      cursor: pointer;
      padding: 14px 18px;
      border-radius: 8px;
      border: 1px solid #ffffff;
      transition: all 0.2s ease;
    }

    .resource-check:hover {
      background: rgba(255, 255, 255, 0.08);
    }

    .resource-check input[type="checkbox"] {
      width: 20px;
      height: 20px;
      accent-color: #ff7f50;
      cursor: pointer;
      flex-shrink: 0;
    }

    .resource-check-text {
      flex: 1;
      min-width: 0;
    }

    .resource-check-title {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 3px;
    }

    .resource-check-desc {
      display: block;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.5;
    }

    .resource-form-row {
      display: flex;
      gap: 10px;
      align-items: stretch;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    .resource-form-row input[type="email"] {
      flex: 1;
      padding: 14px 16px;
      font-size: 15px;
      border: 1.5px solid #d0dce2;
      border-radius: 8px;
      font-family: 'Inter', system-ui, sans-serif;
      background: #fff;
      outline: none;
      color: #1a2d38;
      transition: all 0.2s ease;
    }

    .resource-form-row input[type="email"]:focus {
      border-color: #0e7c8c;
      box-shadow: 0 0 0 3px rgba(14, 124, 140, 0.1);
    }

    .resource-send-btn {
      padding: 14px 28px;
      background: linear-gradient(135deg, #0e7c8c, #0a6a78);
      color: #fff;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-family: 'Inter', system-ui, sans-serif;
      font-size: 15px;
      font-weight: 600;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
    }

    .resource-send-btn:hover {
      background: linear-gradient(135deg, #0a6a78, #085a66);
      transform: translateY(-1px);
      box-shadow: 0 4px 14px rgba(14, 124, 140, 0.25);
    }

    .resource-send-btn:disabled {
      opacity: 0.7;
      cursor: not-allowed;
      transform: none;
      box-shadow: none;
    }

    .resource-send-btn svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .resource-messages {
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 540px) {
      .resource-form-row {
        flex-direction: column;
      }
    }

    /* NEW HERO & BRANDING */
    .hero-container {
      position: relative;
      background: #fff;
      overflow: hidden;
      padding-bottom: 30px;
    }

    .hero-container-bg {
      position: absolute;
      top: 95px;
      right: 0;
      bottom: 0;
      width: 65%;
      z-index: 0;
      pointer-events: none;
    }

    .hero-container-bg img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: right center;
      opacity: 0.33;
      mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
    }

    .new-branding {
      padding: 30px 40px 10px;
      background: transparent;
      position: relative;
      z-index: 2;
    }

    .new-branding-flex {
      display: flex;
      align-items: flex-end;
      gap: 16px;
    }

    .new-branding-h1 {
      font-size: 60px;
      font-weight: 700;
      color: #102a43;
      line-height: 0.9;
      letter-spacing: -1.5px;
      margin: 0;
      text-transform: uppercase;
      transform: scaleY(0.97);
      transform-origin: left center;
    }

    .new-branding-byline {
      font-size: 16px;
      font-weight: 600;
      color: #102a43;
      line-height: 1.15;
      text-transform: uppercase;
      padding-bottom: 4px;
    }

    .new-branding-sub {
      font-size: 17px;
      color: #102a43;
      margin: 12px 0 0;
      font-weight: 400;
      letter-spacing: -0.2px;
    }

    .new-hero {
      position: relative;
      padding: 10px 40px 0px;
      background: transparent;
    }

    .new-hero-content {
      position: relative;
      z-index: 1;
    }

    .new-hero h2 {
      font-size: clamp(32px, 10vw, 80px);
      font-weight: 700;
      color: #102a43;
      line-height: 1.05;
      margin: 30px 0 34px;
      letter-spacing: -2px;
      text-transform: uppercase;
      max-width: 760px;
      transform: scaleY(0.97);
      transform-origin: left center;
    }

    .new-hero-desc {
      font-size: 26px;
      color: #102a43;
      line-height: 1.35;
      margin: 0 0 24px;
      max-width: 660px;
      font-weight: 400;
      letter-spacing: -0.4px;
    }

    .new-hero-tag {
      font-size: 15px;
      font-weight: 500;
      color: #102a43;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0;
    }

    @media (max-width: 800px) {
      .hero-container-bg {
        opacity: 1;
      }

      .hero-container-bg img {
        opacity: 0.33;
      }
    }

    @media (max-width: 540px) {
      .new-branding {
        padding: 28px 24px 16px;
      }

      .new-branding-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .new-branding-h1 {
        font-size: 52px;
      }

      .new-branding-byline {
        font-size: 14px;
      }

      .new-branding-sub {
        font-size: 16px;
      }

      .new-hero {
        padding: 16px 24px 0px;
      }

      .hero-container-bg {
        width: 100%;
        right: 0;
        opacity: 1;
      }

      .hero-container-bg img {
        mask-image: none;
        -webkit-mask-image: none;
        opacity: 0.35;
      }

      .new-hero h2 {
        margin-bottom: 24px;
        letter-spacing: -1.5px;
      }

      .new-hero-desc {
        font-size: 22px;
        margin-bottom: 24px;
      }
    }
