
    :root {
      --navy: #0B2149;
      --navy-2: #122E63;
      --navy-3: #081833;
      --gold: #F5B400;
      --gold-light: #FFD966;
      --gold-dark: #C8930A;
      --blue: #2E9BD6;
      --ice: #EAF2FB;
      --white: #FFFFFF;
      --ink: #1A2437;
      --muted: #5A6B85;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'Be Vietnam Pro', sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.65;
      font-size: 16.5px
    }

    h1,
    h2,
    h3,
    .display {
      font-family: 'Montserrat', sans-serif;
      line-height: 1.2
    }

    img {
      max-width: 100%
    }

    .container {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 24px
    }

    .eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 14px
    }

    .section {
      padding: 88px 0
    }

    .section-title {
      font-size: clamp(26px, 3.6vw, 38px);
      font-weight: 800;
      margin-bottom: 16px
    }

    .lead {
      font-size: 18px;
      max-width: 760px
    }

    .btn {
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 16px;
      letter-spacing: .02em;
      text-decoration: none;
      padding: 17px 36px;
      border-radius: 10px;
      transition: transform .15s ease, box-shadow .15s ease;
      cursor: pointer;
      border: none
    }

    .btn-gold {
      background: linear-gradient(180deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
      color: var(--navy-3);
      box-shadow: 0 8px 24px rgba(245, 180, 0, .35)
    }

    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(245, 180, 0, .45)
    }

    .btn-ghost {
      background: transparent;
      color: var(--white);
      border: 2px solid rgba(255, 255, 255, .45);
      margin-left: 14px
    }

    .btn-ghost:hover {
      border-color: var(--gold);
      color: var(--gold)
    }

    .btn:focus-visible {
      outline: 3px solid var(--blue);
      outline-offset: 3px
    }

    a:focus-visible,
    input:focus-visible {
      outline: 3px solid var(--blue);
      outline-offset: 2px
    }


    /* ===== LOGOS ===== */
    .hero-topbar {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 38px
    }

    .hero-topbar img {
      height: 56px;
      width: auto;
      display: block;
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .3))
    }

    .community-head {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 34px;
      align-items: center;
      margin-bottom: 8px
    }

    .community-logo {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(245, 180, 0, .55), 0 18px 44px rgba(0, 0, 0, .45);
      transition: transform .25s ease
    }

    .community-logo:hover {
      transform: scale(1.03)
    }

    .footer-logo {
      display: inline-block;
      margin-bottom: 12px
    }

    .footer-logo img {
      height: 42px;
      width: auto;
      display: block
    }

    @media (max-width:900px) {
      .community-head {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 20px
      }

      .community-logo {
        width: 150px;
        height: 150px
      }

      .hero-topbar img {
        height: 44px
      }
    }

    /* ===== HERO ===== */
    .hero {
      background:
        radial-gradient(1100px 600px at 78% -10%, rgba(46, 155, 214, .28), transparent 60%),
        radial-gradient(800px 500px at -10% 110%, rgba(245, 180, 0, .12), transparent 55%),
        linear-gradient(160deg, var(--navy-3) 0%, var(--navy) 55%, var(--navy-2) 100%);
      color: var(--white);
      padding: 110px 0 96px;
      position: relative;
      overflow: hidden
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 120px;
      background: linear-gradient(to top, rgba(8, 24, 51, .55), transparent);
      pointer-events: none
    }

    .skyline {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 150px;
      opacity: .16;
      pointer-events: none
    }

    .hero .container {
      position: relative;
      z-index: 2
    }

    .hero h1 {
      font-size: clamp(42px, 7vw, 76px);
      font-weight: 900;
      letter-spacing: .01em
    }

    .hero h1 .hub {
      color: var(--gold)
    }

    .hero .tagline {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-style: italic;
      color: var(--gold-light);
      font-size: clamp(18px, 2.4vw, 24px);
      margin: 10px 0 22px
    }

    .hero .sub {
      font-size: 18px;
      max-width: 640px;
      color: #D7E3F5;
      margin-bottom: 34px
    }

    .trust {
      margin-top: 22px;
      font-size: 14.5px;
      color: #AFC3E0
    }

    .trust strong {
      color: var(--white)
    }

    /* ===== PILLARS ===== */
    .pillars {
      background: var(--white);
      margin-top: -46px;
      position: relative;
      z-index: 5
    }

    .pillar-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .pillar {
      background: var(--white);
      border-radius: 16px;
      padding: 30px 26px;
      border: 1px solid #DCE6F4;
      border-top: 5px solid var(--gold);
      box-shadow: 0 14px 34px rgba(11, 33, 73, .10)
    }

    .pillar .icon {
      font-size: 30px;
      margin-bottom: 12px
    }

    .pillar h3 {
      font-size: 19px;
      color: var(--navy);
      margin-bottom: 8px
    }

    .pillar p {
      font-size: 15px;
      color: var(--muted)
    }

    /* ===== PAIN ===== */
    .pain {
      background: var(--ice)
    }

    .pain-list {
      list-style: none;
      margin: 28px 0;
      max-width: 820px
    }

    .pain-list li {
      position: relative;
      padding: 14px 18px 14px 52px;
      background: var(--white);
      border-radius: 12px;
      margin-bottom: 12px;
      border: 1px solid #DCE6F4;
      font-size: 16.5px
    }

    .pain-list li::before {
      content: "✕";
      position: absolute;
      left: 18px;
      top: 13px;
      font-weight: 800;
      color: #C0392B;
      background: #FBEAE8;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px
    }

    .quote-box {
      border-left: 5px solid var(--gold);
      background: var(--white);
      padding: 22px 26px;
      border-radius: 0 14px 14px 0;
      max-width: 820px;
      font-size: 18px;
      box-shadow: 0 8px 24px rgba(11, 33, 73, .06)
    }

    .quote-box strong {
      color: var(--navy)
    }

    /* ===== ROADMAP ===== */
    .roadmap {
      background: var(--white)
    }

    .stage {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 26px;
      margin-top: 46px
    }

    .stage-marker {
      display: flex;
      flex-direction: column;
      align-items: center
    }

    .stage-num {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: var(--navy);
      color: var(--gold);
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 16px rgba(11, 33, 73, .25);
      flex-shrink: 0
    }

    .stage-line {
      width: 3px;
      flex: 1;
      background: linear-gradient(var(--gold), rgba(245, 180, 0, .15));
      margin-top: 10px;
      border-radius: 2px
    }

    .stage:last-of-type .stage-line {
      display: none
    }

    .stage-body {
      padding-bottom: 44px
    }

    .stage-body h3 {
      font-size: 23px;
      color: var(--navy);
      margin-bottom: 4px
    }

    .stage-body .form-note {
      font-size: 14px;
      color: var(--muted);
      font-style: italic;
      margin-bottom: 14px
    }

    .stage-body p {
      margin-bottom: 14px;
      max-width: 760px
    }

    .check-list {
      list-style: none;
      margin: 6px 0 16px
    }

    .check-list li {
      padding: 5px 0 5px 30px;
      position: relative
    }

    .check-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--gold-dark);
      font-weight: 800
    }

    .sos-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
      margin: 18px 0
    }

    .sos-item {
      background: var(--ice);
      border-radius: 12px;
      padding: 16px 12px;
      text-align: center;
      border: 1px solid #D5E2F3
    }

    .sos-item .n {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      color: var(--gold-dark);
      font-size: 13px;
      letter-spacing: .08em
    }

    .sos-item h4 {
      font-size: 14.5px;
      color: var(--navy);
      margin: 6px 0 4px
    }

    .sos-item p {
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.45
    }

    .result-strip {
      display: inline-block;
      background: linear-gradient(90deg, var(--navy), var(--navy-2));
      color: var(--white);
      border-radius: 10px;
      padding: 12px 20px;
      font-size: 15px;
      margin-top: 4px
    }

    .result-strip b {
      color: var(--gold)
    }

    .week-table {
      width: 100%;
      border-collapse: collapse;
      margin: 18px 0 16px;
      font-size: 15.5px;
      box-shadow: 0 8px 24px rgba(11, 33, 73, .08);
      border-radius: 14px;
      overflow: hidden
    }

    .week-table th {
      background: var(--navy);
      color: var(--white);
      text-align: left;
      padding: 13px 18px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      letter-spacing: .05em
    }

    .week-table td {
      padding: 12px 18px;
      border-bottom: 1px solid #E4ECF7;
      background: var(--white)
    }

    .week-table tr:nth-child(even) td {
      background: #F6FAFF
    }

    .week-table td:first-child {
      font-weight: 700;
      color: var(--navy);
      white-space: nowrap;
      width: 120px
    }

    .week-table tr:last-child td {
      background: #FFF7E0;
      font-weight: 600
    }

    /* ===== RESULTS ===== */
    .results {
      background: linear-gradient(160deg, var(--navy-3), var(--navy) 70%);
      color: var(--white)
    }

    .results .section-title {
      color: var(--white)
    }

    .result-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 18px;
      margin-top: 36px
    }

    .result-card {
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 14px;
      padding: 22px 24px;
      backdrop-filter: blur(2px)
    }

    .result-card .tick {
      color: var(--gold);
      font-size: 20px;
      font-weight: 800
    }

    .result-card h3 {
      font-size: 17px;
      margin: 8px 0 6px;
      color: var(--gold-light)
    }

    .result-card p {
      font-size: 14.5px;
      color: #C9D8EE
    }

    /* ===== COMMUNITY ===== */
    .community {
      background:
        radial-gradient(900px 500px at 85% 15%, rgba(46, 155, 214, .22), transparent 60%),
        linear-gradient(150deg, var(--navy) 0%, var(--navy-3) 100%);
      color: var(--white);
      position: relative;
      overflow: hidden
    }

    .community .eyebrow {
      color: var(--gold-light)
    }

    .community .section-title {
      color: var(--white)
    }

    .community .section-title .gold {
      color: var(--gold)
    }

    .community .lead {
      color: #D7E3F5
    }

    .monthly-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: rgba(245, 180, 0, .12);
      border: 2px solid var(--gold);
      border-radius: 14px;
      padding: 16px 24px;
      margin: 26px 0;
      font-size: 17px
    }

    .monthly-badge .cal {
      font-size: 26px
    }

    .monthly-badge b {
      color: var(--gold-light)
    }

    .values-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      margin: 30px 0 8px
    }

    .value-card {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .15);
      border-top: 4px solid var(--gold);
      border-radius: 14px;
      padding: 22px 14px;
      text-align: center;
      transition: transform .18s ease, background .18s ease
    }

    .value-card:hover {
      transform: translateY(-4px);
      background: rgba(255, 255, 255, .09)
    }

    .value-card .icon {
      font-size: 28px
    }

    .value-card h4 {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      letter-spacing: .08em;
      color: var(--gold);
      margin: 10px 0 6px
    }

    .value-card p {
      font-size: 12.5px;
      color: #C9D8EE;
      line-height: 1.5
    }

    .community .quote-box {
      background: rgba(255, 255, 255, .06);
      border-left-color: var(--gold);
      color: #E4EDF9;
      margin-top: 26px
    }

    .community .quote-box strong {
      color: var(--gold-light)
    }

    /* ===== WHY ===== */
    .why {
      background: var(--white)
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 34px
    }

    .why-card {
      border: 1px solid #DCE6F4;
      border-radius: 16px;
      padding: 26px;
      background: linear-gradient(180deg, #FFFFFF, #F8FBFF)
    }

    .why-card .icon {
      font-size: 26px
    }

    .why-card h3 {
      font-size: 18px;
      color: var(--navy);
      margin: 10px 0 8px
    }

    .why-card p {
      font-size: 15px;
      color: var(--muted)
    }

    /* ===== MENTOR ===== */
    .mentor {
      background: var(--ice)
    }

    .mentor-card {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 38px;
      align-items: center;
      background: var(--white);
      border-radius: 20px;
      padding: 38px;
      box-shadow: 0 16px 40px rgba(11, 33, 73, .10)
    }

    .mentor-photo {
      aspect-ratio: 1/1;
      border-radius: 14px;
      background: linear-gradient(160deg, var(--navy), var(--navy-2));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8FA6CC;
      font-size: 14px;
      text-align: center;
      padding: 0;
      overflow: hidden;
      border: 3px solid var(--gold)
    }

    .mentor-info .eyebrow {
      color: var(--gold-dark)
    }

    .mentor-info h3 {
      font-size: 28px;
      color: var(--navy)
    }

    .mentor-info .role {
      font-weight: 600;
      color: var(--blue);
      margin: 4px 0 14px
    }

    .mentor-info p {
      margin-bottom: 12px
    }

    .mentor-belief {
      border-left: 4px solid var(--gold);
      padding: 10px 18px;
      background: #FFF9E8;
      border-radius: 0 10px 10px 0;
      font-style: italic;
      color: var(--navy)
    }

    /* ===== PRICING ===== */
    .pricing {
      background: linear-gradient(160deg, var(--navy-3) 0%, var(--navy) 60%, var(--navy-2) 100%);
      color: var(--white)
    }

    .price-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 44px;
      align-items: stretch;
    }

    .price-box {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 22px;
      padding: 40px;
      text-align: center
    }

    .price-box .label {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      letter-spacing: .14em;
      font-size: 13px;
      color: #AFC3E0;
      text-transform: uppercase
    }

    .price-box .price {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: clamp(32px, 4vw, 48px);
      white-space: nowrap;
      color: var(--gold);
      margin: 10px 0 4px;
      text-shadow: 0 4px 20px rgba(245, 180, 0, .35)
    }

    .price-box .motto {
      font-weight: 700;
      letter-spacing: .1em;
      color: var(--gold-light);
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 22px
    }

    .price-box ul {
      list-style: none;
      text-align: left;
      margin: 0 auto 26px;
      max-width: 360px
    }

    .price-box li {
      padding: 7px 0 7px 30px;
      position: relative;
      font-size: 15px;
      color: #DCE7F7
    }

    .price-box li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--gold);
      font-weight: 800
    }

    .price-note {
      font-size: 13.5px;
      color: #9FB4D6;
      margin-top: 16px;
      font-style: italic
    }

    .reframe {
      border-left: 5px solid var(--gold);
      padding: 20px 24px;
      background: rgba(245, 180, 0, .08);
      border-radius: 0 14px 14px 0;
      font-size: 17px;
      color: #EAF1FB;
      margin-top: 24px
    }

    .reframe b {
      color: var(--gold-light)
    }

    /* ===== FORM ===== */
    .form-card {
      background: var(--white);
      border-radius: 20px;
      padding: 36px;
      color: var(--ink);
      box-shadow: 0 20px 50px rgba(0, 0, 0, .35)
    }

    .form-card h3 {
      color: var(--navy);
      font-size: 22px;
      margin-bottom: 6px
    }

    .form-card .hint {
      font-size: 14px;
      color: var(--muted);
      margin-bottom: 22px
    }

    .field {
      margin-bottom: 16px
    }

    .field label {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 6px;
      color: var(--navy)
    }

    .field input {
      width: 100%;
      padding: 13px 16px;
      border: 1.5px solid #C9D6E8;
      border-radius: 10px;
      font-size: 15.5px;
      font-family: inherit;
      background: #FBFDFF
    }

    .field input:focus {
      border-color: var(--gold);
      outline: none;
      box-shadow: 0 0 0 3px rgba(245, 180, 0, .2)
    }

    .field input[type=file] {
      padding: 10px 12px;
      font-size: 14px;
      cursor: pointer
    }

    .field input[type=file]::file-selector-button {
      font-family: 'Be Vietnam Pro', sans-serif;
      font-weight: 600;
      background: var(--navy);
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 8px 14px;
      margin-right: 12px;
      cursor: pointer
    }

    .field input[type=file]::file-selector-button:hover {
      background: var(--navy-2)
    }

    .form-card .btn {
      width: 100%;
      text-align: center;
      margin-top: 6px
    }

    .form-alt {
      text-align: center;
      font-size: 14px;
      color: var(--muted);
      margin-top: 14px
    }

    .form-alt a {
      color: var(--navy);
      font-weight: 700;
      text-decoration: none
    }

    .form-alt a:hover {
      color: var(--gold-dark)
    }

    .form-success {
      display: none;
      text-align: center;
      padding: 30px 10px
    }

    .form-success .big {
      font-size: 44px
    }

    .form-success h3 {
      margin: 10px 0 8px
    }

    /* ===== FOOTER ===== */
    footer {
      background: var(--navy-3);
      color: #AFC3E0;
      padding: 44px 0 34px;
      font-size: 14.5px
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px
    }

    .footer-brand {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      color: var(--white);
      font-size: 18px
    }

    .footer-brand span {
      color: var(--gold)
    }

    .footer-values {
      color: var(--gold-light);
      letter-spacing: .04em
    }

    footer a {
      color: var(--white);
      text-decoration: none;
      font-weight: 600
    }

    footer a:hover {
      color: var(--gold)
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, .12);
      margin-top: 26px;
      padding-top: 20px;
      text-align: center;
      font-size: 13px;
      color: #7E93B8
    }

    /* ===== STICKY CTA (mobile) ===== */
    .sticky-cta {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 50;
      padding: 12px 16px;
      background: rgba(8, 24, 51, .92);
      backdrop-filter: blur(6px);
      border-top: 1px solid rgba(245, 180, 0, .4)
    }

    .sticky-cta .btn {
      width: 100%;
      text-align: center;
      padding: 14px
    }

    /* ===== REVEAL ===== */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .6s ease, transform .6s ease
    }

    .reveal.visible {
      opacity: 1;
      transform: none
    }

    @media (prefers-reduced-motion: reduce) {
      .reveal {
        opacity: 1;
        transform: none;
        transition: none
      }

      html {
        scroll-behavior: auto
      }
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width:900px) {
      .pillar-grid {
        grid-template-columns: 1fr
      }

      .sos-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .values-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .why-grid {
        grid-template-columns: 1fr
      }

      .mentor-card {
        grid-template-columns: 1fr;
        text-align: left
      }

      .mentor-photo {
        max-width: 260px
      }

      .price-wrap {
        grid-template-columns: 1fr
      }

      .btn-ghost {
        margin-left: 0;
        margin-top: 12px
      }

      .section {
        padding: 64px 0
      }

      .stage {
        grid-template-columns: 48px 1fr;
        gap: 16px
      }

      .stage-num {
        width: 48px;
        height: 48px;
        font-size: 20px
      }

      .sticky-cta {
        display: block
      }

      body {
        padding-bottom: 70px
      }
    }

    @media (max-width:520px) {
      .sos-grid {
        grid-template-columns: 1fr
      }

      .values-grid {
        grid-template-columns: 1fr
      }

      .week-table {
        font-size: 14px
      }

      .week-table th,
      .week-table td {
        padding: 10px 12px
      }
    }
    /* ===== TESTIMONIALS & GALLERY ===== */
    .testimonials {
      background: var(--white);
    }
    
    .testimonial-swiper {
      padding-bottom: 50px !important;
      margin-top: 48px;
    }
    
    .testimonial-swiper .swiper-slide {
      height: auto;
    }
    
    .testi-card {
      background: var(--white);
      border: 1px solid #DCE6F4;
      border-radius: 20px;
      padding: 40px 32px;
      box-shadow: 0 10px 40px rgba(11, 33, 73, .05);
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    
    .swiper-pagination-bullet {
      background: var(--navy);
      opacity: 0.2;
    }
    
    .swiper-pagination-bullet-active {
      background: var(--gold);
      opacity: 1;
    }
    
    .testi-stars {
      color: var(--gold);
      font-size: 20px;
      margin-bottom: 12px;
      letter-spacing: 2px;
    }
    
    .testi-quote-icon {
      font-size: 56px;
      font-family: serif;
      color: var(--gold-light);
      line-height: 1;
      margin-bottom: -15px;
      font-weight: bold;
    }
    
    .testi-card p {
      font-size: 16px;
      color: var(--ink);
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 32px;
      flex-grow: 1;
    }
    
    .testi-author {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 12px;
      border-top: 1px solid #E4ECF7;
      padding-top: 24px;
      margin-top: auto;
    }
    
    .testi-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: var(--navy);
      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      text-align: center;
      flex-shrink: 0;
      line-height: 1.2;
    }
    
    .testi-info h4 {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color: var(--navy);
      margin-bottom: 4px;
      font-weight: 700;
    }
    
    .testi-info span {
      font-size: 14px;
      color: var(--muted);
      display: block;
      line-height: 1.4;
    }

    .gallery-section {
      margin-top: 76px;
      text-align: center;
    }
    
    .gallery-section h3 {
      font-size: 22px;
      color: var(--navy);
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: .02em;
    }
    
    .gallery-section .desc {
      color: var(--muted);
      font-size: 15px;
      margin-bottom: 28px;
    }
    
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 240px;
      gap: 16px;
    }
    
    .gallery-item {
      background: var(--ice);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8FA6CC;
      font-size: 14px;
      overflow: hidden;
      border: 1px solid #DCE6F4;
    }
    
    .gallery-item.large {
      grid-column: span 2;
      grid-row: span 2;
    }

    .gallery-item.wide {
      grid-column: span 2;
    }

    /* Hover animations */
    .gallery-item, .to-roi img {
      transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    
    .gallery-item:hover, .to-roi img:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0,19,65,0.15) !important;
    }

    .gallery-item img, .mentor-photo img {
      transition: transform 0.5s ease;
    }

    .gallery-item:hover img, .mentor-photo:hover img {
      transform: scale(1.06);
    }

    @media (max-width:900px) {
      .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 16px;
      }
      .gallery-item {
        aspect-ratio: 16/9;
      }
      .gallery-item.large,
      .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
      }
    }
  