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

  html,
  body {
    margin: 0;
    padding: 0;
  }

  body {
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #0e1014;
    color: #e5e7eb;
    -webkit-font-smoothing: antialiased;
  }

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

  button {
    font: inherit;
    border: none;
    background: none;
    cursor: pointer;
  }

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

  .page-root {
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #0e1014;
    color: #e5e7eb;
  }

  .header-shell {
    border-bottom: 1px solid rgba(15, 23, 42, 0.7);
    background-color: #1f2125;
  }

  .top-contact-bar {
  }

  .top-contact-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.5rem 1rem;
  }

  @media (min-width: 640px) {
    .top-contact-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  @media (min-width: 1024px) {
    .top-contact-inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .logo-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    padding: 0.25rem 0.625rem;
  }

  .logo-image {
    height: 2.75rem;
    width: auto;
    opacity: 0.95;
  }

  .top-contact-meta {
    position: relative;
    display: none;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(226, 232, 240, 0.8);
  }

  @media (min-width: 768px) {
    .top-contact-meta {
      display: flex;
      margin-left: auto;
      margin-right: 8.5rem;
      text-align: right;
    }
  }

  .top-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
  }

  .top-contact-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.7);
    background-color: rgba(226, 232, 240, 0.05);
  }

  .top-contact-phone-icon {
    height: 0.75rem;
    width: 0.75rem;
    color: rgba(226, 232, 240, 0.8);
  }

  .top-contact-divider {
    height: 1rem;
    width: 1px;
    background-color: rgba(71, 85, 105, 0.4);
  }

  .header-divider-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 76rem;
    padding: 0 1rem;
  }

  @media (min-width: 640px) {
    .header-divider-shell {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  @media (min-width: 1024px) {
    .header-divider-shell {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .header-divider-row {
    display: flex;
    justify-content: flex-start;
  }

  .header-divider-line {
    margin-left: -1.75rem;
    margin-right: -0.25rem;
    height: 2px;
    width: calc(100% + 1.75rem + 0.25rem);
    background-color: rgba(100, 116, 139, 0.25);
  }

  @media (min-width: 640px) {
    .header-divider-line {
      margin-left: -2.25rem;
      margin-right: -0.25rem;
      width: calc(100% + 2.25rem + 0.25rem);
    }
  }

  @media (min-width: 1024px) {
    .header-divider-line {
      margin-left: -3.5rem;
      margin-right: -0.25rem;
      width: calc(100% + 3.5rem + 0.25rem);
    }
  }

  .main-navbar-shell {
    background-color: #1f2125;
  }

  .main-navbar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
  }

  @media (min-width: 640px) {
    .main-navbar {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  @media (min-width: 1024px) {
    .main-navbar {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .main-navbar-links {
    display: none;
    align-items: center;
    gap: 2.5rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(226, 232, 240, 0.7);
    margin: 0 auto;
  }

  @media (max-width: 767px) {
    .main-navbar-links {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 85vw;
      max-width: 350px;
      z-index: 999;
      background-color: rgba(15, 23, 42, 0.98);
      box-shadow: -8px 0 32px rgba(15, 23, 42, 0.8);
      border-radius: 0 0 0 1.5rem;
      padding: 2rem 1.5rem;
      transform: translateX(100%);
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
      font-size: 0.625rem;
      color: rgba(226, 232, 240, 0.7);
    }
    .main-navbar-links.is-open {
      transform: translateX(0);
      display: flex;
    }
  }

  .main-navbar-links.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset-inline: 1rem;
    top: 100%;
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background-color: rgba(15, 23, 42, 0.98);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.8);
  }

  @media (min-width: 768px) {
    .main-navbar-links {
      display: flex;
      position: static;
      flex-direction: row;
      background: none;
      box-shadow: none;
      padding: 0;
    }
  }

  .nav-link {
    position: relative;
    padding: 0.5rem 0.25rem;
    transition: color 150ms ease;
  }

  .nav-link span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }

  .nav-link-active {
    color: #f9fafb;
  }

  .nav-link:not(.nav-link-active) {
    color: rgba(226, 232, 240, 0.6);
  }

  .nav-link:not(.nav-link-active):hover {
    color: rgba(248, 250, 252, 0.9);
  }

  .nav-link-with-separator::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    height: 1rem;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(100, 116, 139, 0.25);
  }

  .nav-link-active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: rgba(226, 232, 240, 0.6);
  }

  .nav-dropdown .nav-link-active::before {
    display: none;
  }

  .nav-link-dropdown-indicator {
    font-size: 0.5625rem;
    line-height: 1;
  }

  .nav-lock-icon {
    display: inline-block;
    font-size: 0.65em;
    margin-right: 0.3em;
    opacity: 0.8;
    vertical-align: middle;
  }

  /* Nav dropdown (Academy, About Us, Community) */
  .nav-dropdown {
    position: relative;
    display: inline-flex;
  }

  .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    margin-top: 0;
    padding: 6px;
    min-width: 12rem;
    white-space: nowrap;
    background-color: #1f2125;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    box-shadow:
      0 12px 40px rgba(0, 0, 0, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 200ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 200ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
  }

  .nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .nav-dropdown-item {
    display: block;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(226, 232, 240, 0.8);
    transition: color 150ms ease, background-color 150ms ease;
  }

  .nav-dropdown-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
  }

  @media (max-width: 767px) {
    .nav-dropdown-menu {
      position: static;
      top: auto;
      transform: none;
      margin-top: 0.5rem;
      margin-left: 1rem;
      display: none;
    }
    .main-navbar-links.is-open .nav-dropdown:hover .nav-dropdown-menu,
    .main-navbar-links.is-open .nav-dropdown .nav-dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: none;
      box-shadow: none;
      background: transparent;
      border: none;
    }
  }

  .nav-toggle-button {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.25rem;
    margin-left: auto;
  }

  .nav-toggle-bar {
    width: 1.25rem;
    height: 2px;
    background-color: rgba(226, 232, 240, 0.9);
  }

  @media (min-width: 768px) {
    .nav-toggle-button {
      display: none;
    }
  }

  .hero-section {
    position: relative;
    border-bottom: 1px solid rgba(15, 23, 42, 0.8);
    background-color: #0a0b0d;
    min-height: calc(100vh - 112px);
  }

  .hero-shell {
    position: relative;
    min-height: calc(100vh - 112px);
    width: 100%;
  }

  .hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 75%;
    filter: brightness(1) saturate(1) contrast(1);
  }

  .hero-overlay-gradient {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(48, 55, 62, 0.02) 0%,
      rgba(55, 60, 95, 0.22) 35%,
      rgba(65, 70, 108, 0.6) 60%,
      rgba(72, 76, 113, 1) 100%
    );
  }

  .hero-bottom-band {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(81, 84, 115, 0.85) 35%,
      rgba(72, 76, 113, 0.98) 55%,
      rgba(72, 76, 113, 1) 100%
    );
  }

  .hero-watermark {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    border: 0;
    outline: none;
    height: 420px;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.14;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 15%, black 100%);
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 15%, black 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .hero-content-shell {
    position: absolute;
    bottom: 40px;
    left: 2.5rem;
    z-index: 10;
    max-width: 1400px;
    padding-right: 2.5rem;
  }

  @media (min-width: 640px) {
    .hero-content-shell {
      left: 3rem;
    }
  }

  @media (min-width: 768px) {
    .hero-content-shell {
      left: 5rem;
    }
  }

  @media (min-width: 1024px) {
    .hero-content-shell {
      left: 7rem;
    }
  }

  .hero-content {
    width: 100%;
    padding-bottom: 4rem;
  }

  .hero-heading {
    max-width: 1400px;
    font-weight: 400;
    line-height: 1.12;
    color: #f9fafb;
    font-size: 32px;
  }

  @media (min-width: 640px) {
    .hero-heading {
      font-size: 44px;
    }
  }

  @media (min-width: 768px) {
    .hero-heading {
      font-size: 58px;
    }
  }

  @media (min-width: 1024px) {
    .hero-heading {
      font-size: 66px;
    }
  }

  @media (min-width: 1280px) {
    .hero-heading {
      font-size: 72px;
    }
  }

  .hero-heading-highlight {
    font-weight: 600;
  }

  .hero-heading-dash {
    white-space: nowrap;
  }

  .hero-subtitle {
    margin-top: 1rem;
    max-width: 860px;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.75);
  }

  @media (min-width: 640px) {
    .hero-subtitle {
      font-size: 1.0625rem;
    }
  }

  .hero-cta-button {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #f9fafb;
    transition: background-color 150ms ease;
  }

  @media (min-width: 640px) {
    .hero-cta-button {
      font-size: 0.875rem;
    }
  }

  .hero-cta-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .section-what-we-do {
    position: relative;
    background:
      radial-gradient(circle at 12% 10%, rgba(119, 125, 205, 0.32) 0%, transparent 40%),
      radial-gradient(circle at 85% 90%, rgba(88, 99, 190, 0.32) 0%, transparent 45%),
      linear-gradient(180deg, #0e1014 0%, #121623 45%, #0b0f18 100%);
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  @media (min-width: 640px) {
    .section-what-we-do {
      padding-top: 4rem;
      padding-bottom: 6rem;
    }
  }

  .what-we-do-glow {
    pointer-events: none;
    position: absolute;
    inset-inline: 0;
    top: 2.5rem;
    display: flex;
    justify-content: center;
  }

  .what-we-do-glow::before {
    content: "";
    height: 20rem;
    width: min(1100px, 100%);
    border-radius: 999px;
    opacity: 0.6;
    filter: blur(48px);
    background: radial-gradient(
      circle at center,
      rgba(81, 84, 115, 0.8) 0%,
      rgba(15, 23, 42, 0.1) 55%,
      rgba(15, 23, 42, 0) 75%
    );
  }

  .section-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
  }

  .section-inner-narrow {
    max-width: 72rem;
  }

  .section-inner-medium {
    max-width: 56rem;
  }

  .section-inner-wide {
    max-width: 76rem;
  }

  .section-eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(203, 213, 225, 0.7);
  }

  .section-heading {
    margin-top: 0.5rem;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    color: #f9fafb;
  }

  @media (min-width: 640px) {
    .section-heading {
      font-size: 1.875rem;
    }
  }

  @media (min-width: 768px) {
    .section-heading {
      font-size: 2.125rem;
    }
  }

  .what-we-do-card-frame {
    margin-top: 2rem;
    margin-left: -0.99rem;
    margin-right: -0.99rem;
    border-radius: 34px;
    padding: 1.5px;
    background-image: linear-gradient(
      to right,
      #515473,
      #5b5e7c,
      #484c71
    );
    box-shadow: 0 40px 140px rgba(0, 0, 0, 0.9);
  }

  .what-we-do-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    border-radius: 32px;
    background-color: #4f5377;
    padding: 0.75rem 1.5rem 2.5rem 0.75rem;
  }

  @media (min-width: 640px) {
    .what-we-do-card {
      padding: 1.1rem 2.25rem 3rem 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .what-we-do-card {
      flex-direction: row;
      align-items: center;
    }
  }

  @media (min-width: 1024px) {
    .what-we-do-card {
      padding: 1.5rem 3rem 3.25rem 1.75rem;
    }
  }

  .what-we-do-left {
    position: relative;
    z-index: 10;
    max-width: 40rem;
  }

  .what-we-do-intro {
    font-size: 0.9rem;
    line-height: 1.9;
    color: rgba(241, 245, 249, 0.85);
  }

  @media (min-width: 640px) {
    .what-we-do-intro {
      font-size: 1rem;
    }
  }

  .what-we-do-highlight {
    font-weight: 600;
    color: #f9fafb;
  }

  .what-we-do-checklist {
    margin-top: 1.6rem;
    display: grid;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: rgba(248, 250, 252, 0.95);
    position: relative;
    top: 1.2rem;
  }

  @media (min-width: 640px) {
    .what-we-do-checklist {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      font-size: 0.875rem;
    }
  }

  .what-we-do-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: rgba(15, 23, 42, 0.22);
    padding: 0.625rem 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(22px);
  }

  .what-we-do-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    width: 2.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    border-radius: 999px;
    background-color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    color: #020617;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.7);
  }

  .what-we-do-right {
    position: relative;
    flex: 1;
  }

  .what-we-do-right-glow {
    pointer-events: none;
    position: absolute;
    inset-inline: -40px;
    top: 1.5rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(
      circle at center,
      rgba(164, 178, 255, 0.38) 0%,
      rgba(79, 83, 119, 0) 70%
    );
    filter: blur(40px);
  }

  @media (min-width: 640px) {
    .what-we-do-right-glow {
      height: 16rem;
    }
  }

  .what-we-do-images-shell {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 17rem;
    max-width: 25rem;
  }

  .what-we-do-images-shell::before {
    content: "";
    position: absolute;
    left: 62%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 115%;
    border-radius: 999px;
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.65) 30%,
      rgba(255, 255, 255, 0.35) 50%,
      rgba(255, 255, 255, 0.08) 70%,
      transparent 85%
    );
    filter: blur(32px);
    z-index: 0;
    pointer-events: none;
  }

  @media (min-width: 640px) {
    .what-we-do-images-shell {
      height: 22rem;
      max-width: 26rem;
    }
  }

  @media (min-width: 768px) {
    .what-we-do-images-shell {
      height: 24rem;
      max-width: 30rem;
    }
  }

  .what-we-do-image-left {
    position: absolute;
    bottom: -53px;
    left: 25%;
    height: 100%;
    width: auto;
    object-fit: contain;
    transform: translateX(-50%) scale(1.5);
    transform-origin: bottom;
    z-index: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.7))
            drop-shadow(0 0 35px rgba(255, 255, 255, 0.45))
            drop-shadow(0 0 55px rgba(255, 255, 255, 0.25));
  }

  .what-we-do-image-left-flipped {
    transform: translateX(-50%) scale(-1.5, 1.5);
  }

  .what-we-do-image-right {
    position: absolute;
    bottom: -53px;
    right: -250px;
    width: auto;
    height: 100%;
    object-fit: contain;
    transform-origin: bottom;
    transform: translateX(-50%) scale(1.1);
    z-index: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.7))
            drop-shadow(0 0 35px rgba(255, 255, 255, 0.45))
            drop-shadow(0 0 55px rgba(255, 255, 255, 0.25));
  }

  .what-we-do-pill-experience {
    position: absolute;
    left: 56%;
    top: 92%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background-color: rgba(15, 23, 42, 0.26);
    padding: 0.75rem 2.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #e5e7eb;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(20px);
    white-space: nowrap;
    min-width: 11rem;
  }

  .what-we-do-pill-learning {
    position: absolute;
    bottom: -47px;
    left: -10%;
    transform: translate(-50%, 50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(15, 23, 42, 0.32);
    padding: 0.75rem 2.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #e5e7eb;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(22px);
    white-space: nowrap;
    min-width: 14rem;
  }

  .what-we-do-pill-large {
    margin-right: 0.25rem;
    font-weight: 700;
  }

  .what-we-do-pill-text {
    font-size: 0.8rem;
  }

  .what-we-do-base-glow {
    pointer-events: none;
    position: absolute;
    inset-inline: 4rem;
    bottom: -2rem;
    display: none;
    height: 3rem;
    border-radius: 999px;
    background-image: linear-gradient(
      to right,
      rgba(226, 232, 240, 0.18),
      rgba(249, 250, 251, 0.24),
      rgba(226, 232, 240, 0.18)
    );
    filter: blur(32px);
  }

  @media (min-width: 640px) {
    .what-we-do-base-glow {
      display: block;
    }
  }

  .section-success-story {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-image: url("../assets/successstorybg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .success-story-overlay {
    display: none;
  }

  .success-story-content {
    position: relative;
    text-align: center;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    color: #f9fafb;
    z-index: 1;
  }

  .success-story-content::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 75%;
    max-width: 46rem;
    height: 60%;
    border-radius: 999px;
    background-color: #494b78;
    opacity: 0.9;
    filter: blur(60px);
    z-index: -1;
  }

  .section-success-story .section-heading {
    font-size: 2.4rem;
  }

  @media (min-width: 640px) {
    .section-success-story .section-heading {
      font-size: 2.9rem;
    }
  }

  @media (min-width: 1024px) {
    .section-success-story .section-heading {
      font-size: 3.4rem;
    }
  }

  .section-eyebrow-emerald {
    color: #ffffff;
    letter-spacing: 0.25em;
  }

  .section-success-story .section-eyebrow-emerald {
    font-size: 0.875rem;
  }

  .section-subtitle {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: rgba(226, 232, 240, 0.85);
  }

  @media (min-width: 640px) {
    .section-subtitle {
      font-size: 1rem;
    }
  }

  .text-strong {
    font-weight: 600;
  }

  .success-story-grid {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }

  .success-story-video-thumb {
    margin: 2.25rem auto 0;
    max-width: 22rem;
    position: relative;
    border-radius: 1.1rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.35);
  }

  .success-story-video-thumb-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .success-story-video-thumb-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.85));
  }

  .success-story-video-thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #e5e7eb;
    text-align: center;
  }

  .success-story-video-thumb-label {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
  }

  .success-story-card {
    min-width: 9.5rem;
    max-width: 11rem;
    border-radius: 0.85rem;
    background-color: rgba(248, 250, 252, 0.98);
    padding: 0.8rem 1.4rem 0.85rem;
    text-align: center;
    color: #020617;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .success-story-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.4rem;
    width: 2.4rem;
    color: #2f365f;
    margin-bottom: 0rem;
  }

  .success-story-card-icon svg {
    width: 100%;
    height: 100%;
  }

  .success-story-card-icon img {
    width: 100%;
    height: 100%;
  }

  .success-story-card-icon--jury {
  }

  .success-story-card-icon--trial {
  }

  .success-story-card-icon--tools {
  }

  .success-story-card-title {
    font-size: 0.9375rem;
    font-weight: 600;
  }

  .success-story-card-body {
    display: none;
  }

  .section-events {
    position: relative;
    overflow: hidden;
    background-color: #3a3e60;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  @media (min-width: 640px) {
    .section-events {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

  .events-backdrop-rect {
    position: absolute;
    inset-inline: 0;
    top: 2.5rem;
    display: flex;
    justify-content: center;
    pointer-events: none;
  }

  .events-backdrop-rect::before {
    content: "";
    height: 21.25rem;
    width: min(72.5rem, calc(100% - 2rem));
    border-radius: 2.5rem;
    background-color: #565677;
  }

  .events-header {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #e5e7eb;
  }

  .events-grid {
    display: grid;
    gap: 1.75rem;
  }

  @media (min-width: 768px) {
    .events-grid {
      grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
      align-items: start;
    }
  }

  .events-header-eyebrow {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(226, 232, 240, 0.7);
  }

  .events-header-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f9fafb;
  }

  @media (min-width: 640px) {
    .events-header-title {
      font-size: 1.9rem;
    }
  }

  .events-right {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .events-right-cards {
    display: grid;
    gap: 1.25rem;
  }

  @media (min-width: 768px) {
    .events-right-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .events-main-card-frame {
    border-radius: 2rem;
    padding: 0;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  }

  .events-main-card {
    overflow: hidden;
    border-radius: 2rem;
    background-color: rgba(248, 250, 252, 0.98);
    color: #020617;
  }

  .events-main-card-hero {
    position: relative;
    height: 13rem;
    width: 100%;
    overflow: hidden;
    background-color: #030712;
  }

  @media (min-width: 640px) {
    .events-main-card-hero {
      height: 16rem;
    }
  }

  .events-main-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform 300ms ease;
  }

  .events-main-card-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.0) 0%,
      rgba(15, 23, 42, 0.0) 100%
    );
  }

  .events-main-card:hover .events-main-card-image {
    transform: scale(1.04);
  }

  .events-main-card-body {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .events-main-card-title {
    font-size: 1.125rem;
    font-weight: 600;
  }
.events-ribbon {
  position: absolute;
  top: 2.4rem;
  right: -4rem;
  z-index: 10;
  background: #ffffff;
  color: #3a3e60;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 1rem 5.5rem;
  transform: rotate(35deg);
  box-shadow: 
    0 6px 20px rgba(255, 255, 255, 0.5),
    0 2px 8px rgba(255, 255, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  pointer-events: none;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8),
               0 0 24px rgba(255, 255, 255, 0.5);
}

  .events-main-card-text {
    font-size: 0.875rem;
    color: #4b5563;
  }

  .events-main-card-button {
    margin-top: 0.75rem;
    align-self: flex-start;
    border-radius: 999px;
    background-color: #3a3e60;
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #f9fafb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
    transition: background-color 150ms ease;
  }

  .events-main-card-button:hover {
    background-color: #323754;
  }

  .events-side-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .events-side-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.75rem;
    background-color: rgba(248, 250, 252, 0.98);
    color: #020617;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.65);
  }

  .events-side-card-hero {
    position: relative;
    height: 8rem;
    width: 100%;
    overflow: hidden;
    background-color: #030712;
  }

  @media (min-width: 640px) {
    .events-side-card-hero {
      height: 8rem;
    }
  }

  .events-side-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform 300ms ease;
  }

  .events-side-card-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.0);
  }

  .events-side-card:hover .events-side-card-image {
    transform: scale(1.04);
  }

  .events-side-card-body {
    padding: 0.75rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .events-side-card-title {
    font-size: 0.875rem;
    font-weight: 600;
  }

  @media (min-width: 640px) {
    .events-side-card-title {
      font-size: 1rem;
    }
  }

  .events-side-card-text {
    font-size: 0.75rem;
    color: #4b5563;
  }

  @media (min-width: 640px) {
    .events-side-card-text {
      font-size: 0.875rem;
    }
  }

  .events-side-card-button {
    margin-top: 0.25rem;
    align-self: flex-start;
    border-radius: 999px;
    background-color: #3a3e60;
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f9fafb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
    transition: background-color 150ms ease;
  }

  .events-side-card-button:hover {
    background-color: #323754;
  }

  /* HOW IT WORKS - REDESIGNED */
  .section-how-it-works {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0;
    background:
      radial-gradient(circle at 0% 100%, rgba(90, 95, 150, 0.45) 0%, rgba(90, 95, 150, 0.12) 28%, transparent 52%),
      radial-gradient(circle at 100% 0%, rgba(95, 105, 180, 0.38) 0%, rgba(95, 105, 180, 0.12) 25%, transparent 48%),
      linear-gradient(90deg, #1b2030 0%, #0f131c 45%, #0b0f17 100%);
  }

  .how-works-background-glow {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 22% 78%, rgba(146, 155, 255, 0.12), transparent 28%),
      radial-gradient(circle at 78% 18%, rgba(146, 155, 255, 0.1), transparent 24%);
    opacity: 0.9;
  }

  .how-works-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
  }

  @media (min-width: 992px) {
    .how-works-shell {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 4.5rem;
    }
  }

  .how-works-copy {
    max-width: 29rem;
  }

  .how-works-eyebrow {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.78);
  }

  .how-works-title {
    margin: 1rem 0 0;
    font-size: 2.15rem;
    line-height: 1.18;
    font-weight: 600;
    color: #f8fafc;
    letter-spacing: -0.03em;
  }

  @media (min-width: 768px) {
    .how-works-title {
      font-size: 2.75rem;
    }
  }

  .how-works-title-accent {
    display: inline;
  }

  .how-works-media {
    margin-top: 2.2rem;
    max-width: 20rem;
  }

  @media (min-width: 768px) {
    .how-works-media {
      max-width: 22rem;
    }
  }

  @media (min-width: 992px) {
    .how-works-media {
      max-width: 20rem;
    }
  }

  .how-works-media-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
    border-radius: 1.35rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  }

  .how-works-steps-column {
    display: flex;
    justify-content: flex-start;
  }

  .how-works-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
  }

  .how-works-step {
    display: grid;
    grid-template-columns: 3.75rem minmax(0, 1fr);
    column-gap: 1.15rem;
    align-items: flex-start;
  }

  .how-works-step-marker-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
  }

  .how-works-step-marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.55rem;
    height: 3.55rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 1.6rem;
    font-weight: 600;
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 22px rgba(255, 255, 255, 0.28);
  }

  .how-works-step-marker::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 999px;
    border: 3px solid rgba(76, 85, 145, 0.95);
  }

  .how-works-step-line {
    width: 2px;
    flex: 1;
    min-height: 2.8rem;
    margin-top: 0.25rem;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.22) 100%
    );
  }

  .how-works-step-body {
    padding-top: 0.45rem;
  }

  .how-works-step-title {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 500;
    color: #f3f4f6;
  }

  .how-works-step-text {
    margin: 0.4rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.82);
    max-width: 25rem;
  }

  @media (max-width: 767px) {
    .section-how-it-works {
      padding: 4.5rem 0;
    }

    .how-works-shell {
      gap: 2.5rem;
    }

    .how-works-copy {
      max-width: 100%;
    }

    .how-works-title {
      font-size: 1.95rem;
    }

    .how-works-media {
      max-width: 100%;
    }

    .how-works-steps {
      gap: 1.5rem;
    }

    .how-works-step {
      grid-template-columns: 3.35rem minmax(0, 1fr);
      column-gap: 0.95rem;
    }

    .how-works-step-marker {
      width: 3.1rem;
      height: 3.1rem;
      font-size: 1.35rem;
    }

    .how-works-step-marker::before {
      inset: 7px;
    }

    .how-works-step-title {
      font-size: 1rem;
    }

    .how-works-step-text {
      font-size: 0.875rem;
    }
  }

  .section-testimonials {
    position: relative;
    overflow: hidden;
    padding-top: 5.5rem;
    padding-bottom: 7rem;
    background:
      radial-gradient(circle at 14% 10%, rgba(105, 110, 180, 0.42) 0%, rgba(105, 110, 180, 0.14) 22%, transparent 48%),
      radial-gradient(circle at 50% 62%, rgba(115, 120, 205, 0.34) 0%, rgba(115, 120, 205, 0.14) 20%, transparent 42%),
      linear-gradient(90deg, #141924 0%, #3f436c 48%, #0c1119 100%);
  }

  .testimonials-background-glow {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(210, 216, 255, 0.08), transparent 34%);
  }

  .testimonials-header {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 70rem;
    margin: 0 auto;
  }

  .testimonials-eyebrow {
    color: rgba(255, 255, 255, 0.88);
  }

  .testimonials-title {
    margin: 0.8rem 0 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    color: #f8fafc;
  }

  @media (min-width: 640px) {
    .testimonials-title {
      font-size: 2.5rem;
    }
  }

  .testimonials-cta {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.7rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background-color: #3a3e60;
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
    transition: background-color 150ms ease;
  }

  .testimonials-cta:hover {
    background-color: #323754;
  }

  .testimonials-cta-arrow {
    font-size: 0.78rem;
    line-height: 1;
  }

  .testimonials-grid-fancy {
    position: relative;
    z-index: 1;
    margin-top: 4.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.5rem 1.2rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 768px) {
    .testimonials-grid-fancy {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .testimonial-card-fancy {
    position: relative;
    text-align: center;
    padding-bottom: 7.0rem;
  }

  .testimonial-card-surface {
    position: relative;
    min-height: 9.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 2.6rem 1.7rem 2.6rem;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.18);
    text-align: left;
  }

  .testimonial-card-number {
    position: absolute;
    top: -0.95rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #7077ae 0%, #50567f 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow:
      0 8px 18px rgba(15, 23, 42, 0.22),
      0 0 20px rgba(173, 183, 255, 0.35);
  }

  .testimonial-card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    font-style: italic;
    color: #4b4f5c;
  }

  .testimonial-card-avatar-wrap {
    position: absolute;
    left: 50%;
    bottom: 7.5rem;
    z-index: 2;
    transform: translateX(-50%);
    width: 5.35rem;
    height: 5.35rem;
    border-radius: 999px;
    padding: 0.2rem;
    background: linear-gradient(
      180deg,
      rgba(119, 125, 190, 0.95) 0%,
      rgba(208, 214, 255, 0.85) 100%
    );
    box-shadow:
      0 8px 20px rgba(15, 23, 42, 0.22),
      0 0 20px rgba(175, 184, 255, 0.2);
  }

  .testimonial-card-avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
    background-color: #d1d5db;
  }

  .testimonial-card-name {
    margin: 2.1rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    color: #f3f4f6;
    transform: translateY(1.5rem);
  }

  @media (max-width: 767px) {
    .section-testimonials {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
    }

  .testimonials-header {
      text-align: center;
    }

  .testimonials-title {
      font-size: 1.8rem;
    }

  .testimonials-cta {
      margin-left: auto;
      margin-right: auto;
  }

  .testimonials-grid-fancy {
      margin-top: 3.5rem;
      gap: 4rem;
  }

  .testimonial-card-fancy{
      padding-bottom: 3.4rem;
  }

  .testimonial-card-surface {
      min-height: auto;
      padding: 2.25rem 1.35rem 2.3rem;
  }

  .testimonial-card-text {
      font-size: 0.92rem;
  }

  .testimonial-card-avatar-wrap {
      width: 5rem;
      height: 5rem;
      bottom: 2rem;
  }

  .testimonial-card-name {
    margin-top: 0;
    transform: translateY(5rem);
    }
  }

  /* SUCCESS STORIES GRID */
  .success-video-grid,
  .learning-video-grid {
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem 5.5rem;
    background:
      radial-gradient(circle at 14% 10%, rgba(105, 110, 180, 0.42) 0%, rgba(105, 110, 180, 0.14) 22%, transparent 48%),
      radial-gradient(circle at 50% 62%, rgba(115, 120, 205, 0.34) 0%, rgba(115, 120, 205, 0.14) 20%, transparent 42%),
      linear-gradient(90deg, #141924 0%, #3f436c 48%, #0c1119 100%);
  }

  .success-video-grid-inner {
    max-width: 64rem;
    margin: 0 auto;
  }

  .success-video-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .success-video-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    background: transparent;
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .success-video-card-media {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }

  .success-video-card-image {
    display: block;
    width: 100%;
    height: 100%;        /* change from 220px to 100% */
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
  }

  .success-video-card-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35), transparent 55%);
  }

  .success-video-card-label {
    position: static;        /* move out of absolute */
    display: block;
    padding: 0.6rem 0.5rem 0;
    color: rgba(226, 232, 240, 0.85);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    background: none;
    border-radius: 0;
    transform: none;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .success-video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6);
  }
  .success-video-grid-layout > article:last-child:nth-child(odd) {
    grid-column: 1 / 2;
}

  .success-video-card-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 767px) {
    .success-video-grid,
    .learning-video-grid {
      padding-top: 4.25rem;
      padding-bottom: 4.75rem;
    }

    .success-video-grid-layout {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .section-insights {
    position: relative;
    overflow: hidden;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
    background:
      radial-gradient(circle at 50% 75%, rgba(116, 121, 198, 0.34) 0%, rgba(116, 121, 198, 0.12) 18%, transparent 42%),
      linear-gradient(90deg, #181d27 0%, #10151d 48%, #0c1118 100%);
  }

  .insights-background-script {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background-image: url("../assets/insightsbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.16;
  }

  .section-insights-inner {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .insights-eyebrow {
    color: rgba(255, 255, 255, 0.84);
  }

  .insights-title {
    margin: 0.85rem 0 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    color: #f8fafc;
  }

  @media (min-width: 640px) {
    .insights-title {
      font-size: 2.45rem;
    }
  }

  .insights-top-button {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.8rem 1.45rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(
      180deg,
      rgba(98, 103, 160, 0.96) 0%,
      rgba(72, 77, 126, 0.96) 100%
    );
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow:
      0 10px 24px rgba(31, 41, 55, 0.4),
      0 0 28px rgba(186, 194, 255, 0.22);
    cursor: pointer;
    transition: all 200ms ease;
    font-family: inherit;
  }

  .insights-top-button:hover {
    transform: translateY(-2px);
    box-shadow:
      0 12px 28px rgba(31, 41, 55, 0.5),
      0 0 32px rgba(186, 194, 255, 0.28);
  }

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

  .insights-video-card {
    position: relative;
    margin: 2.2rem auto 0;
    width: 100%;
    max-width: 45.5rem;
    border-radius: 1.85rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow:
      0 0 42px rgba(189, 198, 255, 0.24),
      0 24px 60px rgba(0, 0, 0, 0.38);
    transform: translateY(0) scale(1);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease;
  }

  .insights-video-card:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
      0 0 48px rgba(189, 198, 255, 0.3),
      0 28px 66px rgba(0, 0, 0, 0.42);
  }

  .insights-video-thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .insights-video-overlay {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.06) 0%,
      rgba(15, 23, 42, 0.08) 45%,
      rgba(15, 23, 42, 0.18) 100%
    );
  }

  .insights-video-center-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .insights-video-play-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.15rem;
    height: 2.65rem;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      rgba(90, 97, 157, 0.98) 0%,
      rgba(70, 76, 126, 0.98) 100%
    );
    box-shadow:
      0 12px 25px rgba(31, 41, 55, 0.26),
      0 0 25px rgba(186, 194, 255, 0.15);
  }

  .insights-video-play-icon {
    width: 0;
    height: 0;
    margin-left: 0.18rem;
    border-left: 0.7rem solid #ffffff;
    border-top: 0.45rem solid transparent;
    border-bottom: 0.45rem solid transparent;
  }

  .insights-video-caption {
    position: absolute;
    left: 1.9rem;
    bottom: 1.6rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #ffffff;
  }

  /* MODAL */
  .video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 240ms ease,
      visibility 240ms ease;
  }

  .video-modal.is-open {
    opacity: 1;
    visibility: visible;
  }

  .video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(8px);
  }

  .video-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    transform: scale(0.88) translateY(18px);
    opacity: 0;
    transition:
      transform 260ms ease,
      opacity 260ms ease;
  }

  .video-modal.is-open .video-modal-dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
  }

  .video-modal-close {
    position: absolute;
    top: -2.6rem;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    backdrop-filter: blur(10px);
  }

  .video-modal-frame-shell {
    overflow: hidden;
    border-radius: 1.25rem;
    background: #000000;
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.55),
      0 0 40px rgba(186, 194, 255, 0.12);
  }

  .video-modal-frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  @media (max-width: 767px) {
    .section-insights {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
    }

    .insights-title {
      font-size: 1.8rem;
    }

    .insights-video-card {
      margin-top: 2rem;
      border-radius: 1.4rem;
    }

    .insights-video-caption {
      left: 1.2rem;
      bottom: 1.1rem;
      font-size: 0.9rem;
    }

    .video-modal-close {
      top: -2.3rem;
    }
  }

  .section-founder {
    position: relative;
    overflow: hidden;
    padding-top: 13rem;
    padding-bottom: 7rem;
    min-height: 42rem;
    display: flex;
    align-items: center;
    background:
      radial-gradient(circle at 50% 50%, rgba(130, 138, 220, 0.22) 0%, rgba(130, 138, 220, 0.1) 18%, transparent 42%),
      linear-gradient(90deg, #1a1f2b 0%, #111723 48%, #0a1018 100%);
  }

  .founder-background-glow {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at center, rgba(219, 225, 255, 0.14) 0%, rgba(219, 225, 255, 0.06) 18%, transparent 42%),
      radial-gradient(circle at 50% 78%, rgba(120, 126, 210, 0.18) 0%, transparent 28%);
    filter: blur(8px);
  }

  .founder-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
  }

  @media (min-width: 992px) {
    .founder-layout {
      grid-template-columns: minmax(0, 0.74fr) minmax(0, 0.95fr) minmax(0, 0.9fr);
      gap: 2.8rem;
    }
  }

  .founder-copy-left {
    align-self: center;
    transform: translateY(-2.6rem);
  }

  .founder-eyebrow {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.84);
  }

  .founder-title {
    margin: 1.15rem 0 0;
    font-size: 2.4rem;
    line-height: 1.04;
    font-weight: 600;
    color: #f8fafc;
    letter-spacing: -0.04em;
  }

  @media (min-width: 768px) {
    .founder-title {
      font-size: 4rem;
    }
  }

  .founder-visual-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .founder-visual-column::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    width: 140%;
    height: 140%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
      circle,
      rgba(193, 200, 255, 0.16) 0%,
      rgba(132, 140, 220, 0.14) 24%,
      rgba(132, 140, 220, 0.05) 42%,
      transparent 68%
    );
    filter: blur(22px);
    pointer-events: none;
  }

  .founder-image-panel {
    position: relative;
    width: min(100%, 24rem);
    border-radius: 1.15rem;
    background: linear-gradient(
      180deg,
      rgba(191, 196, 234, 0.92) 0%,
      rgba(111, 118, 180, 0.9) 100%
    );
    box-shadow:
      0 0 34px rgba(200, 208, 255, 0.24),
      0 0 90px rgba(151, 160, 255, 0.16),
      0 24px 65px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }

  .founder-image-panel::before {
    content: "";
    position: absolute;
    inset: 8% 18% 22%;
    border-radius: 999px;
    background: radial-gradient(
      circle at 50% 35%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.45) 30%,
      rgba(255, 255, 255, 0.0) 70%
    );
    filter: blur(14px);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
  }

  .founder-image-panel::after {
    content: "";
    position: absolute;
    inset: auto 8% -10% 8%;
    height: 26%;
    border-radius: 999px;
    background: radial-gradient(
      circle,
      rgba(183, 192, 255, 0.28) 0%,
      rgba(183, 192, 255, 0.1) 45%,
      transparent 72%
    );
    filter: blur(24px);
    pointer-events: none;
  }

  .founder-main-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  @media (min-width: 992px) {
    .founder-image-panel {
      transform: scale(1.3);
      transform-origin: center bottom;
    }

    .founder-main-image {
      transform: translateX(0.60rem);
    }
  }

  @media (min-width: 992px) {
    .page-instructor .founder-main-image {
      transform: translateX(0.18rem);
    }
  }

  .founder-copy-right {
    position: relative;
    padding-top: 0.5rem;
  }

  .founder-description {
    margin: 2rem 0 0;
    margin-left: 3rem;
    transform: translateY(-5rem);
    max-width: 24rem;
    font-size: 1rem;
    line-height: 2.05;
    color: rgba(226, 232, 240, 0.8);
  }

  .founder-description strong {
    color: #d7dbe3;
    font-weight: 700;
  }

  .founder-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 999px;
    padding: 0.88rem 1.4rem;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0.08) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(18px);
    box-shadow:
      0 12px 30px rgba(15, 23, 42, 0.24),
      0 0 24px rgba(182, 191, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    white-space: nowrap;
  }

  .founder-pill-strong {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
  }

  .founder-pill-text {
    font-size: 0.85rem;
    color: rgba(248, 250, 252, 0.92);
  }

  .founder-pill-top-right {
    position: relative;
    margin-bottom: 1.8rem;
    transform: translate(-4.5rem, -3.5rem);
    box-shadow:
      0 14px 32px rgba(15, 23, 42, 0.26),
      0 0 38px rgba(196, 205, 255, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .founder-pill-bottom-left {
    position: absolute;
    left: -8.8rem;
    bottom: 2.4rem;
    z-index: 3;
    box-shadow:
      0 14px 32px rgba(15, 23, 42, 0.26),
      0 0 38px rgba(196, 205, 255, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  @media (max-width: 1199px) {
    .founder-pill-bottom-left {
      left: -3rem;
    }
  }

  @media (max-width: 991px) {
    .section-founder {
      min-height: auto;
      padding-top: 7rem;
      padding-bottom: 5.5rem;
    }

    .founder-copy-left,
    .founder-copy-right {
      text-align: center;
    }

    .founder-copy-right {
      padding-top: 0;
    }

    .founder-description {
      margin: 2rem auto 0;
    }

    .founder-pill-top-right {
      margin: -2rem auto 4.0rem;
      transform: none;
    }

    .founder-pill-bottom-left {
      position: relative;
      left: auto;
      bottom: auto;
      margin-top: -1.2rem;
    }

    .founder-visual-column {
      flex-direction: column;
    }
  }

  @media (max-width: 767px) {
    .section-founder {
      padding-top: 4.8rem;
      padding-bottom: 5rem;
    }

    .founder-title {
      font-size: 2.8rem;
    }

    .founder-image-panel {
      width: min(100%, 18.5rem);
    }

    .founder-pill {
      padding: 0.8rem 1.05rem;
      gap: 0.55rem;
      white-space: normal;
      text-align: center;
      justify-content: center;
    }

    .founder-pill-strong {
      font-size: 1rem;
    }

    .founder-pill-text {
      font-size: 0.8rem;
    }

    .founder-description {
      font-size: 0.93rem;
      line-height: 1.95;
    }
  }

  .section-cta {
    background-color: #0e1014;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .section-cta {
    background-color: #0e1014;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Make CTA section full-bleed edge to edge */
  .section-cta .section-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 2.9rem 3rem;
    min-height: 9.75rem;
    background:
      linear-gradient(90deg, #171c24 0%, #11161d 32%, #767ab0 100%);
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .cta-banner {
      flex-direction: row;
      align-items: center;
      gap: 2.5rem;
    }
  }

  .cta-banner-left {
    max-width: 34rem;
    padding-left: 0;
    text-align: center;
  }

  .cta-banner-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: rgba(248, 250, 252, 0.78);
  }

  @media (min-width: 768px) {
    .cta-banner-title {
      font-size: 2.25rem;
    }
  }

  .cta-banner-title-accent {
    color: #f8fafc;
  }

  .cta-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
  }

  .cta-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3rem;
    padding: 0.82rem 1.35rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    white-space: nowrap;
    transition:
      transform 180ms ease,
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease;
  }

  .cta-banner-button:hover {
    transform: translateY(-1px);
  }

  .cta-banner-button-solid {
    background-color: #ffffff;
    color: #394066;
    border: 1px solid #ffffff;
  }

  .cta-banner-button-solid:hover {
    background-color: #f3f4f6;
  }

  .cta-banner-button-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.78);
  }

  .cta-banner-button-outline:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .cta-banner-button-arrow {
    font-size: 0.8rem;
    line-height: 1;
  }

  @media (max-width: 767px) {
    .cta-banner {
      padding: 2.2rem 1.4rem;
      min-height: auto;
    }

    .cta-banner-title {
      font-size: 1.8rem;
    }

    .cta-banner-actions {
      width: 100%;
    }

    .cta-banner-button {
      width: 100%;
    }
  }

  .site-footer {
    background: linear-gradient(90deg, #1a1d24 0%, #1c2028 50%, #191c23 100%);
    color: #f8fafc;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .site-footer-shell {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-footer-top-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3.3rem;
    padding-bottom: 2.5rem;
  }

  @media (min-width: 900px) {
    .site-footer-top-grid {
      grid-template-columns: 1.25fr 0.7fr 1fr;
      align-items: start;
    }

  .site-footer-top-left {
      grid-column: 1 / 3;
  }
  }

  .site-footer-top-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
    color: #f8fafc;
    letter-spacing: -0.03em;
  }

  .site-footer-top-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  @media (min-width: 700px) {
    .site-footer-top-right {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }

  .site-footer-contact-block {
    position: relative;
    padding-top: 0.1rem;
  }

  .site-footer-contact-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 0.85rem;
    background: rgba(255, 255, 255, 0.12);
  }

  .site-footer-contact-label {
    margin: 0 0 0.45rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.4);
  }

  .site-footer-contact-value {
    font-size: 1rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
  }

  .site-footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-footer-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  @media (min-width: 900px) {
    .site-footer-main-grid {
      grid-template-columns: 1.25fr 0.7fr 1fr;
      gap: 3rem;
      align-items: start;
    }
  }

  .site-footer-brand-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .site-footer-logo {
    width: 11.5rem;
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.98;
  }

  .site-footer-office-title {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
  }

  .site-footer-office-text {
    margin: 0;
    max-width: 18rem;
    font-size: 0.73rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.46);
  }

  .site-footer-social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }

  .site-footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .site-footer-social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.95);
  }

  .site-footer-social-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .site-footer-column-title {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
  }

  .site-footer-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.95rem;
  }

  .site-footer-link {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.58);
    transition: color 160ms ease;
  }

  .site-footer-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .site-footer-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .site-footer-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  @media (min-width: 560px) {
    .site-footer-form-row {
      grid-template-columns: 1fr 1fr;
    }
  }

  .site-footer-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .site-footer-label {
    font-size: 0.68rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
  }

  .site-footer-input,
  .site-footer-textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #ffffff;
    padding: 0.8rem 0.85rem;
    font: inherit;
    font-size: 0.75rem;
    outline: none;
  }

  .site-footer-input::placeholder,
  .site-footer-textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }

  .site-footer-input:focus,
  .site-footer-textarea:focus {
    border-color: rgba(255, 255, 255, 0.18);
  }

  .site-footer-textarea {
    min-height: 5.2rem;
    resize: none;
  }

  .site-footer-submit {
    margin-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    align-self: flex-start;
    min-height: 2.55rem;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    background: #ffffff;
    color: #1f2430;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .site-footer-submit-arrow {
    font-size: 0.78rem;
    line-height: 1;
  }

  .site-footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .site-footer-bottom-text {
    margin: 0;
    text-align: center;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.42);
  }

  @media (max-width: 767px) {
    .site-footer-shell {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .site-footer-top-title {
      font-size: 1.65rem;
    }

    .site-footer-logo {
      width: 10rem;
    }
  }

  /* ===== INSTRUCTOR PAGE ===== */
  .page-instructor .section-founder {
    padding-top: 8rem;
  }

  @media (max-width: 991px) {
    .page-instructor .section-founder {
      padding-top: 6rem;
    }
  }

  @media (max-width: 767px) {
    .page-instructor .section-founder {
      padding-top: 5rem;
    }
  }

  /* ===== ABOUT US PAGE ===== */
  .page-about .header-shell {
    border-bottom-color: rgba(15, 23, 42, 0.7);
  }

  .about-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }

  .about-hero-background {
    position: absolute;
    inset: 0;
  }

  .about-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.75) saturate(0.5) contrast(1.05);
  }

  .page-testimonials .about-hero-image {
    object-position: center 20%;
  }

  .page-gallery .about-hero-image {
    object-position: center 35%;
  }

  .about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(20, 25, 40, 0.3) 0%,
      rgba(45, 55, 95, 0.5) 40%,
      rgba(55, 65, 115, 0.85) 70%,
      rgba(72, 76, 113, 0.98) 100%
    );
  }

  .gallery-events {
    position: relative;
    overflow: hidden;
    padding: 5.2rem 1rem 5.8rem;
    background:
      radial-gradient(circle at 0% 100%, rgba(90, 95, 150, 0.45) 0%, rgba(90, 95, 150, 0.12) 28%, transparent 52%),
      radial-gradient(circle at 50% 62%, rgba(115, 120, 205, 0.34) 0%, rgba(115, 120, 205, 0.14) 20%, transparent 42%),
      linear-gradient(90deg, #181d27 0%, #10151d 48%, #0c1118 100%);
  }

  .gallery-events-inner {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
  }

  .gallery-events-header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
  }

  .gallery-events-eyebrow {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.78);
  }

  .gallery-events-title {
    margin: 1.1rem 0 0.75rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f9fafb;
  }

  .gallery-events-subtitle {
    margin: 0.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: rgba(226, 232, 240, 0.9);
  }

  .gallery-events-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.9rem 1.7rem;
  }

  .gallery-card {
    border-radius: 1.25rem;
    background-color: #f9fafb;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.75);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .gallery-card-image-wrap {
    position: relative;
    overflow: hidden;
  }

  .gallery-card-image {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .gallery-card-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(15, 23, 42, 0.7) 0%,
      rgba(15, 23, 42, 0.0) 60%
    );
    opacity: 0.55;
  }

  .gallery-card-body {
    padding: 1.4rem 1.35rem 1.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gallery-card-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #020617;
  }

  .gallery-card-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #4b5563;
  }

  .gallery-card-button {
    margin-top: 0.4rem;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    border: 1px solid #111827;
    background-color: #111827;
    color: #e5e7eb;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
  }

  .gallery-card-button:hover {
    transform: translateY(-1px);
    background-color: #020617;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.6);
  }

  .gallery-card-button-arrow {
    font-size: 0.95rem;
  }

  @media (max-width: 991px) {
    .gallery-events-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .gallery-events {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
    }

    .gallery-events-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  /* ===== CONTACT PAGE ===== */
  .page-contact {
    background-color: #0e1014;
  }

  .contact-main {
    position: relative;
    padding: 5.5rem 1rem 5.5rem;
    background:
      radial-gradient(circle at 12% 10%, rgba(119, 125, 205, 0.32) 0%, transparent 40%),
      radial-gradient(circle at 85% 90%, rgba(88, 99, 190, 0.32) 0%, transparent 45%),
      linear-gradient(180deg, #0e1014 0%, #121623 45%, #0b0f18 100%);
  }

  .contact-main-inner {
    max-width: 72rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 3.25rem;
    align-items: flex-start;
  }

  .contact-main-copy {
    color: #e5e7eb;
  }

  .contact-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(203, 213, 225, 0.75);
  }

  .contact-title {
    margin: 1.1rem 0 0.6rem;
    font-size: 2.45rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f9fafb;
  }

  .contact-subtitle {
    margin: 0.75rem 0 0;
    max-width: 28rem;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.8);
  }

  .contact-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.25rem;
  }

  .contact-meta-card {
    padding: 0.9rem 1.1rem;
    border-radius: 1rem;
    background: linear-gradient(
        135deg,
        rgba(31, 41, 55, 0.95),
        rgba(17, 24, 39, 0.98)
      );
    box-shadow:
      0 18px 40px rgba(15, 23, 42, 0.7),
      inset 0 0 0 1px rgba(148, 163, 184, 0.18);
  }

  .contact-meta-label {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(148, 163, 184, 0.9);
  }

  .contact-meta-value {
    display: inline-block;
    font-size: 0.98rem;
    font-weight: 500;
    color: #e5e7eb;
    text-decoration: none;
  }

  .contact-meta-card:first-child .contact-meta-value {
    margin-top: 12px;
  }

  .contact-meta-card:last-child .contact-meta-value {
    margin-top: 12px;
  }

  .contact-meta-value--muted {
    color: rgba(209, 213, 219, 0.9);
  }

  .contact-meta-value:hover {
    color: #ffffff;
  }

  .contact-main-form-shell {
    position: relative;
  }

  .contact-main-form {
    position: relative;
    border-radius: 1.6rem;
    padding: 2.1rem 2.1rem 2.3rem;
    background: radial-gradient(circle at 0% 0%, rgba(148, 163, 255, 0.18), transparent 55%),
      radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.16), transparent 55%),
      linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.98));
    box-shadow:
      0 26px 65px rgba(15, 23, 42, 0.9),
      0 0 0 1px rgba(148, 163, 184, 0.3);
  }

  .contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .contact-label {
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(209, 213, 219, 0.9);
  }

  .contact-input,
  .contact-textarea,
  .contact-select {
    width: 100%;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 0.7rem 0.9rem;
    font-size: 0.92rem;
    color: #e5e7eb;
    background: rgba(15, 23, 42, 0.85);
    outline: none;
    transition:
      border-color 160ms ease,
      box-shadow 160ms ease,
      background-color 160ms ease;
  }

  .contact-input::placeholder,
  .contact-textarea::placeholder {
    color: rgba(148, 163, 184, 0.7);
  }

  .contact-input:focus,
  .contact-textarea:focus,
  .contact-select:focus {
    border-color: rgba(191, 219, 254, 0.9);
    background-color: rgba(15, 23, 42, 0.98);
    box-shadow: 0 0 0 1px rgba(191, 219, 254, 0.8);
  }

  .contact-textarea {
    min-height: 7rem;
    resize: vertical;
  }

  .contact-submit {
    margin-top: 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.7rem;
    border-radius: 999px;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
    background: #ffffff;
    box-shadow:
      0 18px 40px rgba(30, 64, 175, 0.65),
      0 0 0 1px rgba(191, 219, 254, 0.45);
    cursor: pointer;
    transition:
      transform 140ms ease,
      box-shadow 140ms ease,
      background 140ms ease;
  }

  .contact-submit:hover {
    transform: translateY(-1px);
    box-shadow:
      0 22px 55px rgba(30, 64, 175, 0.9),
      0 0 0 1px rgba(219, 234, 254, 0.8);
  }

  .contact-submit-arrow {
    font-size: 1rem;
  }

  .contact-disclaimer {
    margin: 0.9rem 0 0;
    font-size: 0.75rem;
    line-height: 1.6;
    color: rgba(156, 163, 175, 0.9);
  }

  @media (max-width: 991px) {
    .contact-main-inner {
      grid-template-columns: minmax(0, 1fr);
      gap: 3rem;
    }

    .contact-main-copy {
      max-width: 34rem;
    }
  }

  @media (max-width: 767px) {
    .contact-main {
      padding-top: 4.5rem;
      padding-bottom: 4.75rem;
    }

    .contact-title {
      font-size: 2rem;
    }

    .contact-meta-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .contact-main-form {
      padding: 1.7rem 1.35rem 2rem;
    }

    .contact-form-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  /* ===== FAQS PAGE ===== */
  .page-faqs {
    background-color: #0e1014;
  }

  .faqs-main {
    position: relative;
    padding: 5.5rem 1rem 5.5rem;
    overflow: hidden;
    background:
      radial-gradient(circle at 5% 0%, rgba(129, 140, 248, 0.26) 0%, transparent 42%),
      radial-gradient(circle at 95% 100%, rgba(244, 114, 182, 0.22) 0%, transparent 45%),
      linear-gradient(180deg, #0d1016 0%, #131827 40%, #0b0f18 100%);
  }

  .faqs-main::before {
    content: "";
    position: absolute;
    inset: -20% -10% -20%;
    background:
      radial-gradient(circle at 30% 20%, rgba(120, 135, 255, 0.18), transparent 45%),
      radial-gradient(circle at 70% 70%, rgba(195, 120, 215, 0.14), transparent 50%);
    filter: blur(10px);
    pointer-events: none;
  }

  .faqs-main-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
  }

  .faqs-header {
    max-width: 40rem;
  }

  .faqs-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(203, 213, 225, 0.8);
  }

  .faqs-title {
    margin: 1.1rem 0 0.75rem;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f9fafb;
  }

  .faqs-subtitle {
    margin: 0.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: rgba(226, 232, 240, 0.9);
  }

  .faqs-controls {
    margin-top: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }

  .faqs-search-shell {
    width: min(34rem, 100%);
  }

  .faqs-search-label {
    display: block;
    margin: 0 0 0.45rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(203, 213, 225, 0.78);
  }

  .faqs-search-input {
    width: 100%;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    color: #e5e7eb;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }

  .faqs-search-input::placeholder {
    color: rgba(148, 163, 184, 0.8);
  }

  .faqs-search-input:focus {
    border-color: rgba(191, 219, 254, 0.75);
    box-shadow: 0 0 0 1px rgba(191, 219, 254, 0.6);
  }

  .faqs-results {
    margin: 0 0 0.2rem;
    font-size: 0.8rem;
    color: rgba(226, 232, 240, 0.7);
    white-space: nowrap;
  }

  .faq-accordion {
    margin-top: 2.25rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    max-width: 56rem;
  }

  .faq-item {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #f9fafb;
  }

  .faq-trigger-text {
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
  }

  .faq-icon {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.05rem;
    height: 2px;
    background: rgba(226, 232, 240, 0.92);
    transform: translate(-50%, -50%);
    border-radius: 2px;
    transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 1;
  }

  .faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }

  .faq-panel {
    max-height: 0px;
    opacity: 0;
    transition: max-height 280ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms ease;
  }

  .faq-panel-inner {
    padding: 0 1.25rem 1.2rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(226, 232, 240, 0.85);
  }

  @media (max-width: 767px) {
    .faqs-main {
      padding-top: 4.5rem;
      padding-bottom: 4.75rem;
    }

    .faqs-title {
      font-size: 2rem;
    }

    .faqs-controls {
      flex-direction: column;
      align-items: stretch;
    }

    .faqs-results {
      margin-top: 0.5rem;
    }

    .faq-trigger {
      padding: 1.05rem 1.1rem;
    }

    .faq-panel-inner {
      padding-left: 1.1rem;
      padding-right: 1.1rem;
    }
  }

  .about-hero-watermark {
    position: absolute;
    bottom: 0.5rem;
    right: 1.5rem;
    width: 520px;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: bottom right;
    opacity: 0.32;
    mix-blend-mode: multiply;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  @media (min-width: 768px) {
    .about-hero-watermark {
      width: 640px;
      max-height: 420px;
      bottom: 0.30rem;
      right: 2rem;
    }
  }

  .about-hero-content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 1.5rem 3rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  @media (min-width: 640px) {
    .about-hero-content {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .about-hero-content {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

  .about-hero-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  @media (min-width: 640px) {
    .about-hero-title {
      font-size: 3rem;
    }
  }

  .about-hero-description {
    margin: 1rem 0 0;
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
  }

  @media (min-width: 640px) {
    .about-hero-description {
      font-size: 1.0625rem;
    }
  }

  .about-learn-more {
    padding: 4rem 1rem 5rem;
    background:
      radial-gradient(circle at 20% 30%, rgba(80, 90, 150, 0.15) 0%, transparent 45%),
      radial-gradient(circle at 80% 70%, rgba(70, 78, 130, 0.12) 0%, transparent 40%),
      linear-gradient(180deg, #0e1014 0%, #141924 35%, #0f1319 100%);
  }

  .about-learn-inner {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
  }

  .about-learn-eyebrow {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(203, 213, 225, 0.7);
  }

  .about-learn-title {
    margin: 1rem 0 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: #f9fafb;
    letter-spacing: -0.02em;
  }

  @media (min-width: 640px) {
    .about-learn-title {
      font-size: 3rem;
    }
  }

  .about-learn-body {
    margin-top: 2rem;
  }

  .about-learn-body p {
    margin: 0 0 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: rgba(226, 232, 240, 0.82);
  }

  @media (min-width: 640px) {
    .about-learn-body p {
      font-size: 1.1875rem;
    }
  }

  .about-learn-body p:last-child {
    margin-bottom: 0;
  }

  .about-featured-video {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 1rem 6rem;
    background:
      radial-gradient(circle at 50% 75%, rgba(116, 121, 198, 0.34) 0%, rgba(116, 121, 198, 0.12) 18%, transparent 42%),
      linear-gradient(90deg, #181d27 0%, #10151d 48%, #0c1118 100%);
  }

  .about-video-inner {
    position: relative;
    z-index: 1;
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
  }

  .about-video-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(203, 213, 225, 0.7);
  }

  .about-video-title {
    margin: 1rem 0 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f9fafb;
  }

  @media (min-width: 640px) {
    .about-video-title {
      font-size: 2.25rem;
    }
  }

  .about-video-card {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* MISSION & VISION */
  .about-mission-vision {
    position: relative;
    padding: 5rem 1rem 6rem;
    overflow: hidden;
    background: #0a0b0f;
  }

  .about-mv-watermark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    object-position: bottom left;
    opacity: 0.15;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
        to right,
        black 0%,
        black 60%,
        transparent 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
    mask-image: linear-gradient(
        to right,
        black 0%,
        black 60%,
        transparent 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  @media (min-width: 768px) {
    .about-mv-watermark {
      width: 520px;
      max-height: 400px;
    }
  }

  .about-mv-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
  }

  @media (min-width: 1024px) {
    .about-mv-inner {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  .about-mv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  @media (min-width: 992px) {
    .about-mv-grid {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: start;
    }
    .about-mv-vision {
      margin-top: 7.0rem;
    }
  }

  .about-mv-block-title {
    margin: 0 0 1.25rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
  }

  @media (min-width: 640px) {
    .about-mv-block-title {
      font-size: 2rem;
    }
  }

  .about-mv-box {
    border-radius: 1rem;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(
      180deg,
      rgba(55, 62, 95, 0.85) 0%,
      rgba(70, 78, 125, 0.9) 40%,
      rgba(85, 92, 145, 0.95) 100%
    );
    box-shadow:
      0 0 25px rgba(140, 150, 220, 0.4),
      0 0 50px rgba(120, 135, 210, 0.28),
      0 0 90px rgba(100, 115, 195, 0.18),
      0 0 0 1px rgba(180, 190, 255, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(180, 190, 255, 0.12);
  }

  @media (min-width: 640px) {
    .about-mv-box {
      padding: 2rem 1.75rem;
    }
  }

  .about-mv-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
  }

  @media (min-width: 640px) {
    .about-mv-box p {
      font-size: 1.0625rem;
    }
  }

  /* OUR COMMITMENT */
  .about-commitment {
    padding: 5rem 1rem 6rem;
    background:
      radial-gradient(
        ellipse 80% 70% at 30% 40%,
        rgba(48, 48, 74, 0.95) 0%,
        rgba(34, 34, 58, 0.9) 50%,
        transparent 75%
      ),
      linear-gradient(
        135deg,
        #30304a 0%,
        #252538 25%,
        #1e1e2d 55%,
        #1a1a2e 100%
      );
  }

  .about-commitment-inner {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
  }

  .about-commitment-inner .about-commitment-text {
    text-align: left;
  }

  .about-commitment-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(180, 188, 200, 0.8);
  }

  .about-commitment-title {
    margin: 1.25rem 0 0;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
  }

  @media (min-width: 640px) {
    .about-commitment-title {
      font-size: 2.75rem;
    }
  }

  .about-commitment-text {
    margin: 2rem 0 0;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(180, 188, 200, 0.9);
  }

  @media (min-width: 640px) {
    .about-commitment-text {
      font-size: 1.0625rem;
    }
  }

  /* ===== PROGRAM PAGE ===== */
  .program-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }

  .program-hero-background {
    position: absolute;
    inset: 0;
  }

  .program-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    filter: brightness(0.8) saturate(0.55) contrast(1.05);
  }

  .program-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(25, 30, 50, 0.4) 0%,
      rgba(45, 50, 85, 0.5) 35%,
      rgba(55, 60, 100, 0.75) 65%,
      rgba(65, 70, 115, 0.95) 100%
    );
  }

  .program-hero-watermark {
    position: absolute;
    bottom: 0.5rem;
    right: 1.5rem;
    width: 420px;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: bottom right;
    opacity: 0.32;
    mix-blend-mode: multiply;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 100%
      ),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  @media (min-width: 768px) {
    .program-hero-watermark {
      width: 520px;
      max-height: 360px;
      bottom: 0.5rem;
      right: 2rem;
    }
  }

  .program-hero-content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 1.5rem 3rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  @media (min-width: 640px) {
    .program-hero-content {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .program-hero-content {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

  .program-hero-title {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  @media (min-width: 640px) {
    .program-hero-title {
      font-size: 2.75rem;
    }
  }

  .program-hero-description {
    margin: 1rem 0 0;
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
  }

  @media (min-width: 640px) {
    .program-hero-description {
      font-size: 1.0625rem;
    }
  }

  /* Program Overview */
  .program-overview {
    padding: 5rem 1rem 6rem;
    background:
      radial-gradient(
        ellipse 90% 80% at 65% 50%,
        rgba(90, 95, 150, 0.25) 0%,
        rgba(50, 55, 95, 0.12) 45%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 60% 100% at 85% 50%,
        rgba(100, 108, 170, 0.2) 0%,
        rgba(70, 75, 130, 0.08) 50%,
        transparent 75%
      ),
      linear-gradient(
        180deg,
        #14161c 0%,
        #1a1a25 25%,
        #1c1c2a 50%,
        #181824 75%,
        #14161c 100%
      );
  }

  .program-overview-inner {
    max-width: 72rem;
    margin: 0 auto;
  }

  .program-overview-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(180, 188, 200, 0.8);
    text-align: center;
  }

  .program-overview-title {
    margin: 1rem 0 0;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-align: center;
  }

  @media (min-width: 640px) {
    .program-overview-title {
      font-size: 2.5rem;
    }
  }

  .program-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 3rem;
    align-items: center;
  }

  @media (min-width: 992px) {
    .program-overview-grid {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 3.5rem;
    }
  }

  .program-overview-image-wrap {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow:
      0 4px 20px rgba(100, 110, 180, 0.15),
      0 12px 40px rgba(90, 100, 170, 0.12),
      0 0 0 1px rgba(140, 150, 220, 0.08);
  }

  .program-overview-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .program-overview-content p {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
  }

  .program-overview-content p:last-of-type {
    margin-bottom: 2rem;
  }

  .program-overview-cta-container {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(
      135deg,
      rgba(70, 78, 130, 0.5) 0%,
      rgba(55, 62, 110, 0.45) 50%,
      rgba(75, 82, 140, 0.5) 100%
    );
    box-shadow:
      0 0 20px rgba(130, 140, 220, 0.4),
      0 0 45px rgba(100, 115, 200, 0.3),
      0 0 70px rgba(80, 90, 170, 0.2),
      -4px -4px 25px rgba(140, 155, 230, 0.25),
      4px 4px 25px rgba(70, 80, 150, 0.3);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .program-overview-cta-container:hover {
    background: linear-gradient(
      135deg,
      rgba(80, 88, 145, 0.55) 0%,
      rgba(65, 72, 125, 0.5) 50%,
      rgba(85, 92, 155, 0.55) 100%
    );
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow:
      0 0 25px rgba(140, 150, 230, 0.45),
      0 0 55px rgba(110, 125, 210, 0.35),
      0 0 85px rgba(90, 100, 180, 0.25),
      -4px -4px 30px rgba(150, 165, 240, 0.3),
      4px 4px 30px rgba(80, 90, 160, 0.35);
  }

  .program-overview-cta {
    display: inline;
    padding: 0;
    gap: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-decoration: none;
    transition: none;
    cursor: pointer;
    font-family: inherit;
  }

  .program-overview-cta:hover {
    background: none;
    border-color: transparent;
    box-shadow: none;
    color: #ffffff;
  }

  .program-overview-cta-join {
    margin-right: 0.5rem;
  }

  .program-overview-cta-videos {
    margin-left: 0.5rem;
  }

  .program-cta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(
      135deg,
      rgba(70, 78, 130, 0.5) 0%,
      rgba(55, 62, 110, 0.45) 50%,
      rgba(75, 82, 140, 0.5) 100%
    );
    box-shadow:
      0 0 20px rgba(130, 140, 220, 0.4),
      0 0 45px rgba(100, 115, 200, 0.3),
      0 0 70px rgba(80, 90, 170, 0.2),
      -4px -4px 25px rgba(140, 155, 230, 0.25),
      4px 4px 25px rgba(70, 80, 150, 0.3);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .program-cta:hover {
    background: linear-gradient(
      135deg,
      rgba(80, 88, 145, 0.55) 0%,
      rgba(65, 72, 125, 0.5) 50%,
      rgba(85, 92, 155, 0.55) 100%
    );
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow:
      0 0 25px rgba(140, 150, 230, 0.45),
      0 0 55px rgba(110, 125, 210, 0.35),
      0 0 85px rgba(90, 100, 180, 0.25),
      -4px -4px 30px rgba(150, 165, 240, 0.3),
      4px 4px 30px rgba(80, 90, 160, 0.35);
  }
      0 0 85px rgba(90, 100, 180, 0.25),
      -4px -4px 30px rgba(150, 165, 240, 0.3),
      4px 4px 30px rgba(80, 90, 160, 0.35);
  }

  .program-cta-pipe {
    opacity: 0.7;
    font-weight: 400;
  }

  .program-cta-arrow {
    margin-left: 0.15rem;
    font-size: 0.8rem;
  }

  /* WHAT THE PROGRAM COVERS */
  .program-covers {
    position: relative;
    padding: 5rem 1rem 6rem;
    overflow: hidden;
  }

  .program-covers-background {
    position: absolute;
    inset: 0;
  }

  .program-covers-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.65) saturate(0.6);
  }

  .program-covers-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(15, 18, 30, 0.75) 0%,
      rgba(25, 30, 50, 0.8) 50%,
      rgba(20, 25, 45, 0.85) 100%
    );
  }

  .program-covers-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
  }

  .program-covers-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.9);
  }

  .program-covers-title {
    margin: 1.25rem 0 0;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
  }

  @media (min-width: 640px) {
    .program-covers-title {
      font-size: 2.75rem;
    }
  }

  .program-covers-subtitle {
    margin: 1rem auto 0;
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
  }

  .program-covers-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }

  @media (min-width: 768px) {
    .program-covers-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1100px) {
    .program-covers-cards {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .program-covers-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  }

  .program-covers-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(
      circle at 30% 30%,
      rgba(100, 110, 180, 0.95) 0%,
      rgba(70, 78, 130, 0.95) 50%,
      rgba(55, 62, 110, 0.95) 100%
    );
    margin: 0 auto 1.25rem;
  }

  .program-covers-icon svg {
    display: block;
  }

  .program-covers-card-title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #374151;
  }

  .program-covers-card-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6b7280;
  }

  /* PROGRAM LEARNING EXPERIENCE */
  .program-learning {
    padding: 5rem 1rem 6rem;
    background:
      radial-gradient(
        ellipse 80% 60% at 20% 30%,
        rgba(50, 55, 95, 0.35) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse 70% 50% at 80% 75%,
        rgba(45, 50, 90, 0.3) 0%,
        transparent 55%
      ),
      linear-gradient(
        180deg,
        #0a0b10 0%,
        #0c0d14 25%,
        #0e1018 50%,
        #0c0d14 75%,
        #0a0b10 100%
      );
  }

  .program-learning-inner {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
  }

  .program-learning-title {
    margin: 2rem 0 -3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
  }

  @media (min-width: 640px) {
    .program-learning-title {
      font-size: 2.5rem;
    }
  }

  .program-learning-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: end;
  }

  @media (min-width: 992px) {
    .program-learning-layout {
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 0;
      align-items: end;
    }
  }

  .program-learning-card-content {
    max-width: 40rem;
  }

  .program-learning-card {
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    background: linear-gradient(
      90deg,
      rgba(55, 58, 100, 0.95) 0%,
      rgba(65, 70, 120, 0.95) 40%,
      rgba(80, 85, 140, 0.95) 100%
    );
    box-shadow:
      0 0 30px rgba(90, 100, 180, 0.18),
      0 0 60px rgba(80, 90, 160, 0.1),
      0 0 0 1px rgba(140, 150, 220, 0.06);
  }

  @media (min-width: 992px) {
    .program-learning-card {
      padding: 2.5rem 3rem 4rem;
      margin-right: -20rem;
      z-index: 1;
    }
  }

  .program-learning-intro {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
  }

  .program-learning-heading {
    margin: 0 0 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
  }

  .program-learning-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  @media (min-width: 560px) {
    .program-learning-list {
      grid-template-columns: 1fr 1fr;
    }
  }

  .program-learning-list li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .program-learning-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #ffffff;
  }

  .program-learning-laptop-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  @media (min-width: 992px) {
    .program-learning-laptop-wrap {
      justify-content: flex-end;
      align-self: end;
      margin-left: -18rem;
      margin-bottom: -1.5rem;
    }
  }

  .program-learning-laptop {
    display: block;
    width: 100%;
    max-width: 22rem;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(80, 90, 180, 0.25));
  }

  @media (min-width: 992px) {
    .program-learning-laptop {
      max-width: 28rem;
    }
  }

  /* WHO THIS PROGRAM IS FOR */
  .program-who-this {
    position: relative;
    padding: 5rem 1rem 6rem;
    overflow: hidden;
    background:
      radial-gradient(
        ellipse 55% 55% at 85% 40%,
        rgba(160, 100, 180, 0.2) 0%,
        rgba(130, 80, 150, 0.1) 40%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 45% 60% at 25% 35%,
        rgba(100, 90, 160, 0.15) 0%,
        rgba(80, 70, 140, 0.06) 50%,
        transparent 70%
      ),
      linear-gradient(
        180deg,
        #1B1C28 0%,
        #1D1E2C 35%,
        #1B1C28 70%,
        #181A26 100%
      );
  }

  .program-who-watermark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: bottom left;
    opacity: 0.14;
    pointer-events: none;
  }

  @media (min-width: 768px) {
    .program-who-watermark {
      width: 460px;
      max-height: 340px;
    }
  }

  .program-who-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
  }

  .program-who-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(180, 188, 200, 0.8);
  }

  .program-who-title {
    margin: 1rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
  }

  @media (min-width: 640px) {
    .program-who-title {
      font-size: 2.5rem;
    }
  }

  .program-who-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }

  @media (min-width: 992px) {
    .program-who-grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
      gap: 3rem;
    }
  }

  .program-who-image-wrap {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  }

  .program-who-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .program-who-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
  }

  .program-who-item {
    display: grid;
    grid-template-columns: 3.75rem minmax(0, 1fr);
    column-gap: 1.15rem;
    align-items: flex-start;
  }


  .program-who-marker-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
  }

  .program-who-marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.55rem;
    height: 3.55rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 1.6rem;
    font-weight: 600;
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 22px rgba(255, 255, 255, 0.28);
  }

  .program-who-marker::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 999px;
    border: 3px solid rgba(76, 85, 145, 0.95);
  }

  .program-who-line {
    width: 2px;
    flex: 1;
    min-height: 2.8rem;
    margin-top: 0.25rem;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.22) 100%
    );
  }

  .program-who-item-body {
    padding-top: 0.45rem;
  }

  .program-who-item-title {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #f3f4f6;
  }

  .program-who-item-body p {
    margin: 0.4rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.82);
  }

  /* EDUCATIONAL PURPOSE */
  .program-educational {
    padding: 5rem 1rem 6rem;
    background:
      radial-gradient(
        ellipse 65% 55% at 50% 45%,
        rgba(140, 90, 170, 0.14) 0%,
        rgba(100, 80, 140, 0.06) 50%,
        transparent 75%
      ),
      radial-gradient(
        ellipse 50% 45% at 50% 75%,
        rgba(120, 85, 155, 0.1) 0%,
        transparent 60%
      ),
      linear-gradient(
        180deg,
        #1B1C28 0%,
        #1D1E2C 40%,
        #1B1C28 65%,
        #181A26 100%
      );
  }

  .program-educational-inner {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
  }

  .program-educational-eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(180, 188, 200, 0.8);
  }

  .program-educational-title {
    margin: 1rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
  }

  @media (min-width: 640px) {
    .program-educational-title {
      font-size: 2.5rem;
    }
  }

  .program-educational-text {
    margin: 1.5rem 0 0;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(200, 205, 220, 0.85);
  }

  .program-educational-text--small {
    margin-top: 1rem;
    font-size: 0.9375rem;
    color: rgba(200, 205, 220, 0.75);
  }

  /* ===== SUBSCRIPTION MODAL ===== */
  .subscription-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }

  .subscription-modal.show {
    opacity: 1;
    visibility: visible;
  }

  .modal-content {
    background: #1f2430;
    padding: 2.75rem 2.25rem;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    transform: scale(0.96);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .subscription-modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
  }

  .modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  }

  .modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    transform: scale(1.05);
  }

  .modal-title {
    margin: 0 0 0.875rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .modal-subtitle {
    margin: 0 0 1.75rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.75);
  }

  .modal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .modal-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .modal-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(226, 232, 240, 0.9);
  }

  .modal-input {
    width: 100%;
    padding: 0.75rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 0.95rem;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
    outline: none;
  }

  .modal-input::placeholder {
    color: rgba(226, 232, 240, 0.5);
  }

  .modal-input:focus {
    border-color: rgba(191, 219, 254, 0.7);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 2px rgba(191, 219, 254, 0.15), inset 0 1px 2px rgba(191, 219, 254, 0.08);
  }

  .modal-input.error {
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.12);
  }

  .modal-error-message {
    display: none;
    font-size: 0.8rem;
    color: rgba(239, 68, 68, 0.9);
    margin-top: 0.35rem;
  }

  .modal-input.error ~ .modal-error-message {
    display: block;
  }

  .modal-cta {
    margin-top: 1.5rem;
    padding: 0.95rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
    color: #1f2430;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative;
  }

  .modal-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  }

  .modal-cta:active {
    transform: translateY(-2px) scale(0.98);
  }

  .modal-cta:disabled {
    opacity: 0.8;
    cursor: not-allowed;
    transform: none;
  }

  .modal-cta.loading::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    border: 2px solid rgba(31, 36, 48, 0.3);
    border-top-color: rgba(31, 36, 48, 0.8);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .modal-success {
    text-align: center;
    animation: fadeInUp 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .modal-success p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
  }

  .modal-redirect {
    margin-top: 2rem;
    padding: 0.95rem 1.5rem;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: block;
    width: 100%;
  }

  .modal-redirect:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
  }

  .modal-redirect:active {
    transform: translateY(-2px) scale(0.98);
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== CTA BUTTON ANIMATIONS ===== */
  .cta-banner-button {
    transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), 
                background-color 0.18s ease, 
                border-color 0.18s ease, 
                color 0.18s ease,
                box-shadow 0.18s ease;
  }

  .cta-banner-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }

  .cta-banner-button:active {
    transform: scale(0.98) translateY(-1px);
  }

  @media (max-width: 767px) {

    /* Hide empty navbar row on mobile */
    .main-navbar-shell {
      height: 0;
      overflow: hidden;
    }

    /* Show hamburger inside top bar, pushed to right */
    .top-contact-inner .nav-toggle-button {
      display: inline-flex;
      margin-left: auto;
    }

    /* Bigger 3-bar hamburger */
    .nav-toggle-button {
      gap: 0.38rem;
      padding: 0.5rem;
    }

    .nav-toggle-bar {
      width: 1.75rem;
      height: 2.5px;
      border-radius: 2px;
      background-color: rgba(226, 232, 240, 0.95);
    }

    /* Dropdown anchors below top bar */
    .main-navbar-links.is-open {
      position: fixed;
      top: 3.6rem;
      left: 1rem;
      right: 1rem;
      z-index: 9999;
      margin-top: 0;
    }

    /* Testimonial card: more room for avatar + name */
    .testimonial-card-fancy {
      padding-bottom: 6rem;
    }

    /* Avatar repositioned safely */
    .testimonial-card-avatar-wrap {
      width: 4.75rem;
      height: 4.75rem;
      bottom: 3.2rem;
    }

    /* Name moved down using transform only — 
      NEVER use margin-top here as it will push 
      the absolutely positioned avatar down too */
    .testimonial-card-name {
      margin-top: 0;
      transform: translateY(5rem);
    }

  }
  @media (max-width: 639px) {
    .what-we-do-right {
      width: 100%;
      display: flex;
      justify-content: center;
      overflow: visible;
    }

    .what-we-do-images-shell {
      width: 100%;
      max-width: 100%;
      height: 22rem;
      margin-bottom: 10rem;
      overflow: visible;
    }

    .what-we-do-image-left {
      left: 35%;
      transform: translateX(-50%) scale(-1.2, 1.2);
    }

    .what-we-do-image-right {
      right: -20%;
      left: auto;
      transform: translateX(0) scale(1);
    }

    .what-we-do-pill-experience {
      left: 50%;
      top: auto;
      bottom: -3.5rem;
      transform: translateX(-50%);
    }

    .what-we-do-pill-learning {
      left: 50%;
      bottom: -8rem;
      transform: translateX(-50%);
    }
  }