:root {
      --brand-navy: #071b2b;
      --brand-blue: #053850;
      --brand-teal: #0d6674;
      --brand-gold: #c99222;
      --brand-gold-light: #f1c65b;
      --ink: #081927;
      --muted: #5d6b77;
      --panel: #0a2232;
      --surface: #f7fafb;
    }

    body {
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--surface);
    }

    html {
      scroll-behavior: smooth;
    }

    .navbar {
      box-shadow: 0 10px 30px rgba(7, 27, 43, .08);
      min-height: 86px;
      border-bottom: 1px solid rgba(7, 27, 43, .08);
    }

    .navbar-brand {
      width: 172px;
      height: 64px;
      display: inline-flex;
      align-items: center;
      overflow: hidden;
      padding: 0;
    }

    .navbar-brand img {
      width: 172px;
      height: 172px;
      display: block;
      object-fit: contain;
      object-position: center 39%;
    }

    .nav-link {
      font-weight: 600;
      color: var(--brand-navy);
      font-size: 1.05rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .nav-link:hover,
    .dropdown-item:hover {
      color: var(--brand-gold);
    }

    .nav-pill-tab {
      border-radius: 8px;
      padding: .82rem 1.05rem;
    }

    .navbar .nav-item.dropdown {
      position: relative;
    }

    .navbar .nav-item.dropdown::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 8px;
    }

    .nav-pill-tab.show,
    .nav-pill-tab:focus,
    .nav-pill-tab:hover,
    .navbar .nav-item.dropdown:hover > .nav-pill-tab,
    .navbar .nav-item.dropdown:focus-within > .nav-pill-tab {
      color: #0d5cff;
      background: #edf4ff;
    }

    .nav-disclaimer-menu {
      width: min(310px, calc(100vw - 28px));
      padding: 10px 0;
      border: 1px solid rgba(7, 27, 43, .09);
      border-radius: 8px;
      box-shadow: 0 22px 46px rgba(7, 27, 43, .16);
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      margin-top: 4px;
    }

    @media (min-width: 992px) {
      .navbar .nav-item.dropdown:hover > .dropdown-menu,
      .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
      }
    }

    .nav-disclaimer-menu .dropdown-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 12px 18px;
      color: #27364a;
      font-size: .98rem;
      font-weight: 500;
      line-height: 1.35;
      white-space: normal;
    }

    .nav-disclaimer-menu .dropdown-item:hover,
    .nav-disclaimer-menu .dropdown-item:focus {
      color: #0d5cff;
      background: #f5f8ff;
    }

    .nav-disclaimer-menu .bi-box-arrow-up-right {
      flex: 0 0 auto;
      font-size: .82rem;
    }

    .contact-menu {
      width: min(280px, calc(100vw - 28px));
    }

    .contact-menu .dropdown-item {
      align-items: flex-start;
      justify-content: flex-start;
      font-size: .95rem;
    }

    .login-btn {
      background: var(--brand-gold);
      border: 0;
      color: var(--brand-navy);
      font-weight: 700;
      min-width: 112px;
      text-align: center;
      padding-top: .8rem;
      padding-bottom: .8rem;
    }

    .hero {
      margin-top: 79px;
      color: #fff;
      background: var(--brand-navy);
      overflow: hidden;
    }

    .hero .carousel-item {
      min-height: 730px;
      background:
        radial-gradient(ellipse at 42% 52%, rgba(13, 102, 116, .42) 0, rgba(13, 102, 116, .16) 34%, transparent 35%),
        linear-gradient(145deg, #071b2b 0%, #053850 46%, #0d6674 100%);
      position: relative;
    }

    .hero .carousel-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(45deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 100%),
        linear-gradient(130deg, rgba(0, 0, 0, .16), transparent 38%);
      background-size: 190px 190px, auto;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      opacity: .8;
    }

    .hero .carousel-item::after {
      content: "";
      position: absolute;
      left: 7%;
      right: 36%;
      bottom: 95px;
      height: 390px;
      opacity: .17;
      background:
        linear-gradient(90deg, transparent 0 5%, #f1c65b 5% 7%, transparent 7% 10%, #0d6674 10% 13%, transparent 13% 19%, #f1c65b 19% 22%, transparent 22% 27%, #0d6674 27% 31%, transparent 31% 38%, #f1c65b 38% 40%, transparent 40% 46%, #0d6674 46% 50%, transparent 50% 56%, #f1c65b 56% 59%, transparent 59% 65%, #0d6674 65% 69%, transparent 69% 74%, #f1c65b 74% 78%, transparent 78% 84%, #0d6674 84% 89%, transparent 89%),
        radial-gradient(ellipse at 60% 56%, transparent 46%, rgba(255, 255, 255, .8) 47%, transparent 49%);
      border-radius: 8px;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0px;
    }

    .hero h1 {
      font-size: 40px;
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: 0;
    }

    .hero .dream {
      display: block;
      color: #fff;
    }

    .hero .with {
      display: block;
      background: linear-gradient(90deg, var(--brand-gold-light), #ffffff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-copy {
      color: rgba(255, 255, 255, .78);
      max-width: 850px;
      font-size: 1.15rem;
      line-height: 1.55;
    }

    .hero-cta {
      min-width: 230px;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(90deg, var(--brand-gold), var(--brand-gold-light));
      box-shadow: 0 16px 35px rgba(201, 146, 34, .28);
      padding: 1rem 1.35rem;
    }

    .hero-feature {
      color: rgba(255, 255, 255, .86);
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      font-size: .98rem;
      white-space: nowrap;
    }

    .hero-feature i {
      color: var(--brand-gold-light);
      font-size: 1.35rem;
    }

    .hero-feature .green {
      color: #52c3b8;
    }

    .hero-feature .blue {
      color: #86d8df;
    }

    .hero-visual {
      position: relative;
      z-index: 2;
      min-height: 730px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    .hero-visual img {
      width: min(620px, 100%);
      max-height: 705px;
      object-fit: cover;
      object-position: right center;
      filter: drop-shadow(0 28px 38px rgba(0, 0, 0, .28));
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 70px;
      opacity: 1;
    }

    .hero .carousel-control-prev-icon,
    .hero .carousel-control-next-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, .16);
      background-size: 44%;
    }

    .hero .carousel-indicators {
      bottom: 18px;
      gap: 7px;
    }

    .hero .carousel-indicators [data-bs-target] {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 0;
      opacity: .45;
    }

    .hero .carousel-indicators .active {
      opacity: 1;
    }

    .section-pad {
      padding: 86px 0;
    }

    .registration-marquee {
      background: #fff;
      color: var(--brand-navy);
      overflow: hidden;
      border-top: 1px solid #edf0f5;
      border-bottom: 1px solid #edf0f5;
      white-space: nowrap;
    }

    .marquee-track {
      display: inline-flex;
      align-items: center;
      min-width: max-content;
      animation: marquee 34s linear infinite;
    }

    .marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 18px;
      padding: 20px 42px;
      font-size: clamp(.98rem, 1.18vw, 1.28rem);
      font-weight: 650;
    }

    .marquee-arrow {
      width: 34px;
      height: 28px;
      background: var(--brand-gold);
      clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%, 28% 50%);
      display: inline-block;
    }

    .marquee-item:nth-child(2n) .marquee-arrow {
      background: var(--brand-blue);
    }

    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .why-section {
      background:
        linear-gradient(28deg, rgba(13, 102, 116, .1) 0 38%, transparent 38% 100%),
        linear-gradient(150deg, transparent 0 76%, rgba(201, 146, 34, .12) 76% 100%),
        #f4f8f9;
      color: var(--brand-navy);
      position: relative;
      overflow: hidden;
      min-height: 565px;
    }

    .why-section::before,
    .why-section::after {
      content: "";
      position: absolute;
      width: 46px;
      height: 46px;
      border: 2px solid rgba(201, 146, 34, .16);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .why-section::before {
      left: 10px;
      top: 118px;
    }

    .why-section::after {
      left: 26%;
      top: 118px;
    }

    .why-title {
      font-size: clamp(2.7rem, 4vw, 4rem);
      font-weight: 900;
      background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .why-copy {
      font-size: 1.38rem;
      line-height: 1.55;
      max-width: 620px;
    }

    .why-card {
      min-height: 400px;
      height: 100%;
      border-radius: 8px 18px 18px 18px;
      padding: 30px 26px;
      text-align: center;
      color: var(--brand-navy);
      box-shadow: none;
      border: 0;
      position: relative;
    }

    .why-card::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 88px;
      height: 38px;
      border-radius: 0 18px 0 18px;
      background: inherit;
      transform: translateY(-16px);
    }

    .why-card.teal {
      background: #9bc9cf;
    }

    .why-card.purple {
      background: var(--brand-blue);
      color: #fff;
    }

    .why-card-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 24px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 2rem;
      background: linear-gradient(145deg, var(--brand-gold), var(--brand-teal));
    }

    .why-card h5 {
      color: #fff;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .why-card p {
      line-height: 1.55;
      margin: 0;
    }

    .why-slider .carousel-indicators {
      position: static;
      margin: 38px 0 0;
      gap: 12px;
    }

    .why-slider .carousel-indicators [data-bs-target] {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 0;
      background: #9aa4b2;
      opacity: 1;
    }

    .why-slider .carousel-indicators .active {
      background: var(--brand-gold);
    }

    .why-slider-controls {
      display: flex;
      justify-content: flex-end;
      gap: 4px;
      margin-top: -48px;
    }

    .why-slider-controls button {
      width: 48px;
      height: 48px;
      border: 0;
      color: #fff;
      background: var(--brand-blue);
      font-size: 1.75rem;
      line-height: 1;
    }

    .dark-section {
      background: var(--brand-navy);
      color: #fff;
    }

    .light-section {
      background: #fff;
    }

    .eyebrow {
      color: var(--brand-gold);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0;
      font-size: .85rem;
    }

    .stat-card,
    .value-card,
    .plan-card,
    .book-card,
    .testimonial-card {
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(10px);
    }

    .stat-card {
      padding: 24px;
    }

    .value-card {
      height: 100%;
      padding: 28px;
      transition: transform .2s ease, border-color .2s ease;
    }

    .value-card:hover {
      transform: translateY(-4px);
      border-color: rgba(201, 146, 34, .55);
    }

    .icon-box {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: rgba(201, 146, 34, .14);
      color: var(--brand-gold);
      font-size: 1.4rem;
    }

    .about-img {
      width: 100%;
      min-height: 430px;
      object-fit: cover;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .about-profile-section {
      position: relative;
      overflow: hidden;
      padding: 104px 0 90px;
      color: #fff;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 24px 24px,
        linear-gradient(125deg, #071b2b 0%, #053850 52%, #0d6674 100%);
    }

    .about-profile-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 27, 43, .72), transparent 34%);
      pointer-events: none;
    }

    .about-giant-title {
      position: absolute;
      z-index: 1;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      font-size: 60px;
      line-height: 1;
      font-weight: 900;
      color: rgba(255, 255, 255, .96);
      letter-spacing: 0;
      pointer-events: none;
    }

    .about-giant-title span {
      background: linear-gradient(90deg, var(--brand-gold-light), #ffffff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .about-profile-card {
      position: relative;
      z-index: 2;
      min-height: 615px;
      border-radius: 8px;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 22px 22px,
        linear-gradient(135deg, rgba(5, 56, 80, .82), rgba(13, 102, 116, .72));
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden;
      padding: 30px 20px 0;
    }

    .about-profile-card img {
      width: min(560px, 100%);
      max-height: 585px;
      object-fit: contain;
      object-position: bottom center;
      filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .34));
    }

    .about-profile-content {
      position: relative;
      z-index: 2;
      padding-top: 110px;
    }

    .about-profile-content p {
      color: rgba(255, 255, 255, .82);
      font-size: clamp(1.1rem, 1.35vw, 1.5rem);
      line-height: 1.45;
      margin-bottom: 28px;
    }

    .about-profile-content strong {
      color: #fff;
      font-weight: 900;
    }

    .gradient-btn {
      min-width: 160px;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
      padding: .9rem 1.3rem;
      box-shadow: 0 15px 32px rgba(7, 27, 43, .18);
    }

    .plan-card {
      height: 100%;
      padding: 26px;
      background: #fff;
      color: var(--ink);
      border-color: rgba(7, 27, 43, .08);
      box-shadow: 0 16px 40px rgba(7, 27, 43, .08);
    }

    .plan-card .tag {
      background: rgba(201, 146, 34, .12);
      color: var(--brand-blue);
      font-weight: 800;
      border-radius: 999px;
      padding: 6px 12px;
      font-size: .78rem;
    }

    .plans-section {
      background: #f7fafb;
      color: var(--brand-navy);
      padding: 34px 0 72px;
    }

    .plans-section h2 {
      font-size: clamp(1.8rem, 2.1vw, 2.35rem);
      font-weight: 900;
      margin-bottom: 22px;
    }

    .pricing-card {
      position: relative;
      border-radius: 22px;
      overflow: visible;
      background: #fff;
      box-shadow: 0 22px 38px rgba(7, 27, 43, .12);
      min-height: 285px;
    }

    .pricing-ribbon {
      position: absolute;
      top: -13px;
      right: 16px;
      z-index: 4;
      color: #fff;
      font-weight: 800;
      font-size: .84rem;
      padding: 8px 18px;
      border-radius: 10px;
      box-shadow: 0 10px 18px rgba(7, 27, 43, .18);
    }

    .pricing-head {
      position: relative;
      min-height: 128px;
      padding: 16px 24px 20px;
      color: #fff;
      border-radius: 22px 22px 0 0;
      overflow: hidden;
    }

    .pricing-head::before {
      content: "";
      position: absolute;
      top: 0;
      left: 60px;
      width: 42px;
      height: 60px;
      background: rgba(255, 255, 255, .12);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
    }

    .pricing-head::after {
      content: "";
      position: absolute;
      right: -38px;
      bottom: -74px;
      width: 166px;
      height: 166px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, .34) 0 48%, rgba(255, 255, 255, .16) 49% 72%, transparent 73%);
    }

    .pricing-name {
      position: relative;
      z-index: 2;
      display: inline-block;
      background: #fff;
      color: var(--brand-navy);
      border-radius: 7px;
      padding: 9px 16px;
      font-size: .86rem;
      font-weight: 500;
      margin-bottom: 14px;
    }

    .pricing-price {
      position: relative;
      z-index: 2;
      font-size: clamp(2.05rem, 2.9vw, 3rem);
      line-height: 1;
      font-weight: 900;
    }

    .pricing-cycle {
      font-size: 1rem;
      font-weight: 500;
    }

    .pricing-body {
      padding: 28px 24px 24px;
    }

    .pricing-body p {
      min-height: 58px;
      line-height: 1.55;
      margin-bottom: 18px;
    }

    .pricing-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      flex-wrap: wrap;
    }

    .pricing-actions .btn {
      border: 0;
      color: #fff;
      font-weight: 800;
      border-radius: 10px;
      padding: .5rem .9rem;
      box-shadow: 0 9px 16px rgba(7, 27, 43, .16);
    }

    .pricing-actions .btn-sm-text {
      font-size: .76rem;
      line-height: 1.15;
      padding: .52rem 1.05rem;
    }

    .tone-green .pricing-head,
    .tone-green .buy-btn {
      background: linear-gradient(135deg, #0f8f5f 0%, #086143 54%, #053850 100%);
    }

    .tone-green .pricing-ribbon {
      background: linear-gradient(135deg, #14a46d, #07543b);
    }

    .tone-red .pricing-head,
    .tone-red .buy-btn,
    .tone-pink .pricing-head,
    .tone-pink .buy-btn {
      background: linear-gradient(135deg, #cf2f2f 0%, #8d191f 52%, #4b1018 100%);
    }

    .tone-red .pricing-ribbon,
    .tone-pink .pricing-ribbon {
      background: linear-gradient(135deg, #e04848, #8a171d);
    }

    .tone-green-alt .pricing-head,
    .tone-green-alt .buy-btn,
    .tone-orange .pricing-head,
    .tone-orange .buy-btn {
background: linear-gradient(135deg, #3778f4 0%, #0031f0 50%, #0a382b 100%);    }

    .tone-green-alt .pricing-ribbon,
    .tone-orange .pricing-ribbon {
      background: linear-gradient(135deg, #42bd62, #126b3e);
    }

    .tone-blue .pricing-head,
    .tone-blue .buy-btn {
      background: linear-gradient(135deg, #12865b 0%, #0d6674 48%, #b52a31 100%);
    }

    .tone-blue .pricing-ribbon {
      background: linear-gradient(135deg, #159462, #a9242c);
    }

    .see-btn {
      background: linear-gradient(135deg, #071b2b, #053850);
    }

    .member-btn {
      background: linear-gradient(135deg, #0a2232, #071b2b);
    }

    .trial-btn {
      background: linear-gradient(135deg, #c99222, #f1c65b);
    }

    .book-card,
    .testimonial-card {
      background: var(--brand-navy);
      overflow: hidden;
    }

    .book-card img {
      height: 270px;
      object-fit: cover;
      width: 100%;
    }

    .books-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      padding: 58px 0 74px;
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 24px 24px,
        linear-gradient(105deg, #071b2b 0%, #053850 50%, #0d6674 100%);
    }

    .books-title {
      font-size: clamp(2.35rem, 3.35vw, 4.3rem);
      font-weight: 900;
      line-height: 1;
      margin-bottom: 14px;
      background: linear-gradient(90deg, var(--brand-gold-light), #ffffff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .books-subtitle {
      max-width: 700px;
      margin: 0 auto;
      color: rgba(255, 255, 255, .92);
      font-size: 1rem;
      line-height: 1.35;
    }

    .books-showcase {
      position: relative;
      max-width: 1100px;
      margin: 48px auto 0;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .book-cover {
      position: absolute;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 24px 42px rgba(0, 0, 0, .28);
      background: var(--brand-navy);
      transition: transform .55s ease, left .55s ease, right .55s ease, top .55s ease, width .55s ease, height .55s ease, opacity .55s ease;
    }

    .book-cover img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .book-cover.is-left {
      width: 330px;
      height: 460px;
      left: 105px;
      right: auto;
      top: 54px;
      transform: perspective(900px) rotateY(13deg) rotateZ(0deg);
      z-index: 1;
    }

    .book-cover.is-center {
      width: 410px;
      height: 500px;
      left: 50%;
      right: auto;
      top: 0;
      transform: translateX(-50%);
      z-index: 3;
    }

    .book-cover.is-right {
      width: 330px;
      height: 460px;
      left: auto;
      right: 105px;
      top: 54px;
      transform: perspective(900px) rotateY(-13deg) rotateZ(0deg);
      z-index: 2;
    }

    .book-cover.is-hidden {
      width: 300px;
      height: 430px;
      left: 50%;
      right: auto;
      top: 66px;
      transform: translateX(-50%) scale(.86);
      opacity: 0;
      pointer-events: none;
      z-index: 0;
    }

    .book-buy {
      position: absolute;
      left: 50%;
      bottom: 22px;
      transform: translate(-50%, 14px);
      opacity: 0;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
      padding: .78rem 1.45rem;
      font-weight: 900;
      text-decoration: none;
      box-shadow: 0 14px 26px rgba(0, 0, 0, .28);
      transition: opacity .2s ease, transform .2s ease;
      z-index: 6;
      white-space: nowrap;
    }

    .book-cover::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .52));
      opacity: 0;
      transition: opacity .2s ease;
    }

    .book-cover:hover::after,
    .book-cover:hover .book-buy {
      opacity: 1;
    }

    .book-cover:hover .book-buy {
      transform: translate(-50%, 0);
    }

    .books-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 50%;
      background: #fff;
      color: var(--brand-blue);
      display: grid;
      place-items: center;
      font-size: 2rem;
      line-height: 1;
      box-shadow: 0 14px 24px rgba(0, 0, 0, .15);
    }

    .books-arrow.prev {
      left: 22px;
    }

    .books-arrow.next {
      right: 22px;
    }

    .social-preview {
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .social-preview img {
      width: 100%;
      display: block;
    }

    .clients-section {
      position: relative;
      overflow: hidden;
      padding: 72px 0 82px;
      color: var(--brand-navy);
      background:
        linear-gradient(28deg, rgba(13, 102, 116, .1) 0 39%, transparent 39% 100%),
        linear-gradient(150deg, transparent 0 78%, rgba(201, 146, 34, .13) 78% 100%),
        #f4f8f9;
    }

    .clients-section::before,
    .clients-section::after {
      content: "";
      position: absolute;
      width: 46px;
      height: 46px;
      border: 2px solid rgba(201, 146, 34, .16);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .clients-section::before {
      left: -4px;
      top: 164px;
    }

    .clients-section::after {
      right: 62px;
      bottom: 84px;
      opacity: .28;
    }

    .clients-title {
      font-size: clamp(2.35rem, 3.2vw, 4rem);
      font-weight: 900;
      text-align: center;
      margin-bottom: 44px;
      background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .client-media-stage {
      position: relative;
      max-width: 1260px;
      height: 285px;
      margin: 0 auto 40px;
    }

    .client-video {
      position: absolute;
      top: 18px;
      width: 490px;
      height: 278px;
      border-radius: 8px;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      background: #d9e7ea;
      box-shadow: 0 22px 34px rgba(7, 27, 43, .12);
      transition: transform .7s cubic-bezier(.2, .8, .2, 1), left .7s cubic-bezier(.2, .8, .2, 1), opacity .45s ease, filter .45s ease;
    }

    .client-video::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, transparent 0 45%, #f7fafb 45% 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .1), transparent);
      z-index: 1;
    }

    .client-video::after {
      content: "PRECISE TALKS & EXTRAORDINARY RESULTS";
      position: absolute;
      z-index: 3;
      right: 22px;
      bottom: 42px;
      width: 170px;
      color: var(--brand-navy);
      font-size: 1.12rem;
      font-weight: 900;
      line-height: 1.02;
      text-align: left;
    }

    .client-video img {
      position: absolute;
      inset: 0 auto 0 0;
      width: 56%;
      height: 100%;
      object-fit: cover;
      filter: saturate(.95);
    }

    .client-video .client-brand {
      position: absolute;
      right: 22px;
      top: 20px;
      z-index: 3;
      font-size: .85rem;
      font-weight: 900;
      color: var(--brand-navy);
    }

    .play-dot {
      position: absolute;
      z-index: 4;
      right: 118px;
      top: 96px;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      border: 0;
      display: grid;
      place-items: center;
      color: #fff;
      background: rgba(0, 0, 0, .78);
      font-size: 1.6rem;
    }

    .client-video.is-left {
      left: 6%;
      transform: perspective(1000px) rotateY(8deg) scale(.86);
      opacity: .92;
      z-index: 1;
      filter: saturate(.9);
      pointer-events: auto;
    }

    .client-video.is-center {
      left: 50%;
      transform: translateX(-50%) scale(1);
      opacity: 1;
      z-index: 3;
      pointer-events: auto;
    }

    .client-video.is-right {
      left: 66%;
      transform: perspective(1000px) rotateY(-8deg) scale(.86);
      opacity: .92;
      z-index: 2;
      filter: saturate(.9);
      pointer-events: auto;
    }

    .client-video.is-hidden {
      left: 50%;
      transform: translateX(-50%) scale(.72);
      opacity: 0;
      z-index: 0;
    }

    .clients-arrow {
      position: absolute;
      top: 132px;
      z-index: 8;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
      background: var(--brand-blue);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 2rem;
      box-shadow: 0 16px 28px rgba(7, 27, 43, .22);
    }

    .clients-arrow.prev {
      left: 0;
    }

    .clients-arrow.next {
      right: 0;
    }

    .testimonial-shell {
      position: relative;
      max-width: 1120px;
      min-height: 360px;
      margin: 0 auto;
      border: 1px solid rgba(13, 102, 116, .16);
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 250, 251, .92)),
        #fff;
      box-shadow: 0 26px 58px rgba(7, 27, 43, .12);
      overflow: hidden;
    }

    .testimonial-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 14% 16%, rgba(201, 146, 34, .14), transparent 24%),
        radial-gradient(circle at 86% 82%, rgba(13, 102, 116, .13), transparent 26%);
      pointer-events: none;
    }

    .testimonial-slide {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: 320px 1fr;
      align-items: center;
      gap: 56px;
      padding: 34px 58px;
      opacity: 0;
      transform: translateX(40px);
      transition: opacity .55s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
      pointer-events: none;
      z-index: 1;
    }

    .testimonial-slide.is-active {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto;
    }

    .testimonial-avatar {
      height: 292px;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(7, 27, 43, .08);
      box-shadow: 0 18px 34px rgba(7, 27, 43, .16);
      background: #e8f0f2;
    }

    .testimonial-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .testimonial-text {
      position: relative;
      z-index: 1;
      padding-right: 12px;
      text-align: left;
    }

    .quote-mark {
      display: block;
      color: var(--brand-gold);
      font-size: 4rem;
      line-height: .55;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .testimonial-text p {
      font-size: 1.12rem;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .stars {
      color: var(--brand-gold);
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .client-name {
      font-weight: 900;
      margin-bottom: 4px;
      font-size: 1.08rem;
    }

    .client-role {
      margin: 0;
      color: var(--brand-navy);
    }

    .client-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 28px;
    }

    .client-dot {
      width: 10px;
      height: 10px;
      border: 0;
      border-radius: 50%;
      background: #d2dee2;
      transition: width .2s ease, background .2s ease;
    }

    .client-dot.is-active {
      width: 30px;
      border-radius: 999px;
      background: var(--brand-gold);
    }

    .client-bottom-controls {
      display: flex;
      justify-content: center;
      gap: 10px;
      max-width: 1120px;
      margin: 22px auto 0;
    }

    .client-bottom-controls button {
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      background: var(--brand-blue);
      color: #fff;
      font-size: 1.55rem;
      display: inline-grid;
      place-items: center;
      box-shadow: 0 12px 24px rgba(7, 27, 43, .16);
    }

    .connect-section {
      position: relative;
      overflow: hidden;
      padding: 34px 0 54px;
      color: #fff;
      background:
        radial-gradient(circle at 34% 46%, rgba(201, 146, 34, .2), transparent 16%),
        linear-gradient(100deg, #071b2b 0%, #053850 42%, #0d6674 100%);
    }

    .connect-title {
      font-size: clamp(1.55rem, 2vw, 2.45rem);
      font-weight: 900;
      text-align: center;
      margin-bottom: 30px;
    }

    .social-stat-row {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 18px;
      max-width: 1180px;
      margin: 0 auto;
    }

    .social-stat-card {
      width: 100%;
      min-width: 0;
      min-height: 172px;
      padding: 22px 12px 18px;
      border-radius: 7px;
      background: rgba(255, 255, 255, .1);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #fff;
      box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
      transition: transform .25s ease, background .25s ease;
      text-align: center;
      overflow: hidden;
    }

    .social-stat-card:hover {
      transform: translateY(-6px);
      background: rgba(255, 255, 255, .17);
      color: #fff;
    }

    .social-stat-icon {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 1.95rem;
      margin-bottom: 16px;
      border: 1px solid rgba(255, 255, 255, .22);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .22),
        0 14px 28px rgba(0, 0, 0, .24);
    }

    .social-stat-icon i {
      line-height: 1;
    }

    .social-stat-icon.youtube {
      background: linear-gradient(145deg, #ff3333, #d90000);
      font-size: 1.8rem;
    }

    .social-stat-icon.instagram {
      background: radial-gradient(circle at 30% 100%, #fed373 0 22%, #f15245 35%, #d92e7f 58%, #515ecf 100%);
      font-size: 1.95rem;
    }

    .social-stat-icon.facebook {
      background: linear-gradient(145deg, #2f8cff, #0c5fd8);
      font-size: 2rem;
    }

    .social-stat-icon.whatsapp {
      background: linear-gradient(145deg, #31dc67, #12a63f);
      font-size: 1.95rem;
    }

    .social-stat-icon.x {
      background: linear-gradient(145deg, #071b2b, #020910);
      font-size: 1.85rem;
    }

    .social-stat-icon.telegram {
      background: linear-gradient(145deg, #2bb7ed, #0a84c6);
      font-size: 1.9rem;
    }

    .social-stat-number {
      font-weight: 900;
      font-size: clamp(1.05rem, 1.15vw, 1.32rem);
      line-height: 1.15;
      margin-bottom: 7px;
      max-width: 100%;
      overflow-wrap: anywhere;
    }

    .social-stat-label {
      color: rgba(255, 255, 255, .78);
      font-size: .78rem;
      line-height: 1.35;
      font-weight: 500;
      text-transform: uppercase;
      max-width: 100%;
      overflow-wrap: anywhere;
    }

    .social-strip {
      position: fixed;
      right: 6px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
      padding: 6px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 999px;
      background: rgba(7, 27, 43, .68);
      box-shadow: 0 18px 42px rgba(5, 10, 20, .24);
      backdrop-filter: blur(14px);
    }

    .social-strip a {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      color: #fff;
      text-decoration: none;
      border-radius: 999px;
      box-shadow: 0 10px 22px rgba(5, 10, 20, .18);
      overflow: hidden;
    }

    .social-strip a:focus-visible {
      box-shadow: 0 14px 28px rgba(5, 10, 20, .28);
      outline: 0;
    }

    .social-strip i {
      width: 44px;
      flex: 0 0 44px;
      text-align: center;
      font-size: 1.2rem;
      line-height: 44px;
    }

    .social-strip span {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      border: 0;
      clip: rect(0, 0, 0, 0);
      overflow: hidden;
      white-space: nowrap;
    }

    .social-strip .facebook {
      background: #1877f2;
    }

    .social-strip .x-twitter {
      background: linear-gradient(145deg, #071b2b, #020910);
    }

    .social-strip .instagram {
      background: linear-gradient(135deg, #833ab4, #e1306c 52%, #f77737);
    }

    .social-strip .linkedin {
      background: #0a66c2;
    }

    .social-strip .youtube {
      background: #ff0000;
    }

    .social-strip .whatsapp {
      background: #25d366;
    }

    .accordion-button {
      font-weight: 700;
    }

    .footer {
      background:
        linear-gradient(115deg, rgba(7, 27, 43, .98) 0%, rgba(5, 56, 80, .95) 45%, rgba(13, 102, 116, .92) 100%);
      color: #d7e1e5;
      padding: 86px 0 28px;
      position: unset;
      overflow: hidden;
    }

    .footer::before {
      content: "";
      position: absolute;
      top: -78px;
      left: -3%;
      width: 106%;
      height: 130px;
      background: #fff;
      border-radius: 0 0 50% 50%;
      transform: rotate(1.6deg);
      transform-origin: center;
    }

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

    .footer a {
      color: #d7e1e5;
      text-decoration: none;
    }

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

    .faq-section {
      background:
        linear-gradient(120deg, rgba(13, 102, 116, .08), rgba(201, 146, 34, .1)),
        #f7fafb;
      padding: 34px 0 104px;
      color: var(--brand-navy);
    }

    .faq-title {
      text-align: center;
      font-size: clamp(1.1rem, 1.5vw, 1.55rem);
      font-weight: 900;
      margin-bottom: 28px;
      background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .faq-grid {
      max-width: 960px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 24px;
    }

    .faq-tile {
      background: rgba(255, 255, 255, .92);
      border-radius: 5px;
      box-shadow: 0 8px 16px rgba(7, 27, 43, .035);
      overflow: hidden;
    }

    .faq-tile .accordion-button {
      min-height: 42px;
      padding: .7rem .9rem;
      font-size: 1rem;
      font-weight: 700;
      color: var(--brand-navy);
      background: transparent;
      box-shadow: none;
      gap: 9px;
    }

    .faq-tile .accordion-button::after {
      width: .72rem;
      height: .72rem;
      background-size: .72rem;
      filter: hue-rotate(230deg) saturate(1.8);
    }

    .faq-icon {
      flex: 0 0 auto;
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--brand-gold);
      font-size: .75rem;
    }

    .faq-tile:nth-child(2n) .faq-icon,
    .faq-tile:nth-child(4n) .faq-icon {
      color: var(--brand-teal);
    }

    .faq-tile .accordion-body {
      padding: 0 .95rem .85rem 2.2rem;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.5;
    }

    .footer-logo {
      width: 210px;
      max-width: 100%;
      padding: 10px 12px;
      border-radius: 8px;
      background: #fff;
      object-fit: contain;
      box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
    }

    .footer-copy {
      max-width: 230px;
      font-size: .78rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, .82);
    }

    .footer-socials {
      display: flex;
      gap: 9px;
      flex-wrap: wrap;
      margin-top: 12px;
    }

    .footer-socials a {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #fff;
      color: var(--brand-blue);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: .82rem;
    }

    .footer h6 {
      color: #fff;
      font-size: .86rem;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .footer ul {
      margin-bottom: 0;
    }

    .footer li,
    .footer p,
    .footer a {
      font-size: 15px;
    }

    .store-btn {
      display: block;
      width: 112px;
      margin-bottom: 9px;
      border-radius: 4px;
      overflow: hidden;
    }

    .footer-rule {
      border-color: rgba(255, 255, 255, .25);
      margin: 44px 0 20px;
    }

    .accessibility-toolbar {
      position: relative;
      z-index: 1040;
      font-size: 16px;
      margin-left: 1.5rem;
    }

    .accessibility-toggle {
      min-width: 230px;
      border: 1px solid rgba(7, 27, 43, .42);
      border-radius: 999px;
      background: #fff;
      color: var(--ink);
      box-shadow: 0 12px 28px rgba(7, 27, 43, .12);
      padding: .72rem 1rem;
      text-align: left;
    }

    .accessibility-toggle::after {
      float: right;
      margin-top: .55rem;
    }

    .accessibility-menu {
      width: 222px;
      margin-top: .25rem;
      border: 1px solid rgba(7, 27, 43, .1);
      border-radius: 4px;
      box-shadow: 0 18px 45px rgba(7, 27, 43, .16);
      padding: .75rem 0;
    }

    .accessibility-menu .dropdown-item {
      display: flex;
      align-items: center;
      gap: .85rem;
      min-height: 52px;
      color: #050f19;
      white-space: normal;
    }

    .accessibility-menu .dropdown-item:focus,
    .accessibility-menu .dropdown-item:hover {
      background: #f4f7fa;
      color: #050f19;
    }

    .accessibility-icon {
      width: 26px;
      flex: 0 0 26px;
      font-weight: 800;
      text-align: center;
    }

    .accessibility-swatch {
      width: 18px;
      height: 18px;
      border: 1px solid rgba(7, 27, 43, .18);
      display: inline-block;
    }

    .accessibility-swatch.yellow {
      background: #FFF9C4;
    }

    .accessibility-swatch.blue {
      background: #E3F2FD;
    }

    .accessibility-swatch.orange {
      background: #FFF3E0;
    }

    .accessibility-menu .dropdown-divider {
      margin: .5rem 0;
    }

    main.accessibility-yellow,
    .main-content.accessibility-yellow,
    .content-wrapper.accessibility-yellow,
    .page-content.accessibility-yellow {
      background: #FFF9C4 !important;
      color: #222 !important;
    }

    main.accessibility-blue,
    .main-content.accessibility-blue,
    .content-wrapper.accessibility-blue,
    .page-content.accessibility-blue {
      background: #E3F2FD !important;
      color: #222 !important;
    }

    main.accessibility-orange,
    .main-content.accessibility-orange,
    .content-wrapper.accessibility-orange,
    .page-content.accessibility-orange {
      background: #FFF3E0 !important;
      color: #222 !important;
    }

    main.accessibility-yellow > section,
    .main-content.accessibility-yellow > section,
    .content-wrapper.accessibility-yellow > section,
    .page-content.accessibility-yellow > section {
      background: #FFF9C4 !important;
    }

    main.accessibility-blue > section,
    .main-content.accessibility-blue > section,
    .content-wrapper.accessibility-blue > section,
    .page-content.accessibility-blue > section {
      background: #E3F2FD !important;
    }

    main.accessibility-orange > section,
    .main-content.accessibility-orange > section,
    .content-wrapper.accessibility-orange > section,
    .page-content.accessibility-orange > section {
      background: #FFF3E0 !important;
    }

    main.accessibility-yellow > section::before,
    main.accessibility-yellow > section::after,
    main.accessibility-blue > section::before,
    main.accessibility-blue > section::after,
    main.accessibility-orange > section::before,
    main.accessibility-orange > section::after,
    .main-content.accessibility-yellow > section::before,
    .main-content.accessibility-yellow > section::after,
    .main-content.accessibility-blue > section::before,
    .main-content.accessibility-blue > section::after,
    .main-content.accessibility-orange > section::before,
    .main-content.accessibility-orange > section::after,
    .content-wrapper.accessibility-yellow > section::before,
    .content-wrapper.accessibility-yellow > section::after,
    .content-wrapper.accessibility-blue > section::before,
    .content-wrapper.accessibility-blue > section::after,
    .content-wrapper.accessibility-orange > section::before,
    .content-wrapper.accessibility-orange > section::after,
    .page-content.accessibility-yellow > section::before,
    .page-content.accessibility-yellow > section::after,
    .page-content.accessibility-blue > section::before,
    .page-content.accessibility-blue > section::after,
    .page-content.accessibility-orange > section::before,
    .page-content.accessibility-orange > section::after {
      background: transparent !important;
    }

    main.accessibility-yellow :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    main.accessibility-blue :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    main.accessibility-orange :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .main-content.accessibility-yellow :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .main-content.accessibility-blue :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .main-content.accessibility-orange :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .content-wrapper.accessibility-yellow :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .content-wrapper.accessibility-blue :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .content-wrapper.accessibility-orange :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .page-content.accessibility-yellow :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .page-content.accessibility-blue :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em),
    .page-content.accessibility-orange :where(p, h1, h2, h3, h4, h5, h6, li, table, th, td, button, a, span, small, label, strong, em) {
      color: #222 !important;
    }

    @media (max-width: 991.98px) {
      .navbar-brand img {
        width: 142px;
        height: 142px;
      }

      .navbar-brand {
        width: 142px;
        height: 54px;
      }

      .hero .carousel-item,
      .hero-visual {
        min-height: auto;
      }

      .hero-content {
        padding: 72px 0 32px;
      }

      .hero {
        margin-top: 150px;
      }

      .hero-visual img {
        max-height: 430px;
        width: min(440px, 100%);
      }

      .marquee-item {
        padding: 18px 28px;
      }

      .why-section {
        min-height: auto;
      }

      .why-copy {
        font-size: 1.1rem;
      }

      .why-card {
        min-height: 320px;
      }

      .why-slider-controls {
        margin-top: 20px;
        justify-content: center;
      }

      .books-showcase {
        min-height: auto;
        margin-top: 34px;
        gap: 16px;
        flex-direction: column;
      }

      .book-cover,
      .book-cover.is-left,
      .book-cover.is-center,
      .book-cover.is-right,
      .book-cover.is-hidden {
        position: static;
        width: min(360px, 86vw);
        height: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
      }

      .book-cover img {
        height: auto;
      }

      .books-arrow {
        display: none;
      }

      .clients-section {
        padding: 48px 0;
      }

      .client-media-stage {
        height: auto;
        display: grid;
        gap: 16px;
      }

      .client-video,
      .client-video.is-left,
      .client-video.is-center,
      .client-video.is-right,
      .client-video.is-hidden {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 220px;
        opacity: 1;
        transform: none;
        pointer-events: auto;
      }

      .client-video.is-hidden {
        display: none;
      }

      .clients-arrow {
        display: none;
      }

      .testimonial-shell {
        min-height: 500px;
      }

      .testimonial-slide {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 0 24px;
      }

      .testimonial-avatar {
        height: 240px;
      }

      .testimonial-text {
        padding: 0 24px;
      }

    .client-bottom-controls {
      margin: 22px auto 0;
      justify-content: center;
    }

      .social-stat-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .faq-grid {
        grid-template-columns: 1fr;
      }

      .footer::before {
        top: -52px;
        height: 94px;
      }

      .social-strip {
        display: none;
      }

      .accessibility-toolbar {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        margin: 12px 0 0;
      }

      .accessibility-toggle {
        width: 100%;
        min-width: 0;
      }

      .accessibility-menu {
        width: 100%;
      }

      .navbar .nav-item.dropdown::after {
        display: none;
      }

      .nav-disclaimer-menu {
        width: 100%;
        transform: none;
        left: 0;
        margin-top: 4px;
        box-shadow: none;
      }

      .navbar-brand {
        order: 1;
      }

      .navbar-toggler {
        order: 2;
      }

      #mainNav {
        order: 4;
        width: 100%;
      }
    }


/* Inner pages shared styles */
:root {
  --brand-navy: #071b2b;
  --brand-blue: #053850;
  --brand-teal: #0d6674;
  --brand-gold: #c99222;
  --brand-gold-light: #f1c65b;
  --ink: #081927;
  --muted: #5d6b77;
  --surface: #f7fafb;
  --line: rgba(7, 27, 43, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
}

.navbar {
  box-shadow: 0 10px 30px rgba(7, 27, 43, .08);
  min-height: 86px;
  border-bottom: 1px solid rgba(7, 27, 43, .08);
}

.navbar-brand {
  width: 172px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.navbar-brand img {
  width: 172px;
  height: 172px;
  display: block;
  object-fit: contain;
  object-position: center 39%;
}

.nav-link {
  font-weight: 550;
  color: var(--brand-navy);
  font-size: 1.01rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-link:hover,
.nav-link.active,
.dropdown-item:hover {
  color: var(--brand-gold);
}

.nav-pill-tab {
  border-radius: 8px;
  padding: .82rem 1.05rem;
}

.navbar .nav-item.dropdown {
  position: relative;
}

.navbar .nav-item.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
}

.nav-pill-tab.show,
.nav-pill-tab:focus,
.nav-pill-tab:hover,
.navbar .nav-item.dropdown:hover > .nav-pill-tab,
.navbar .nav-item.dropdown:focus-within > .nav-pill-tab {
  color: #0d5cff;
  background: #edf4ff;
}

.nav-disclaimer-menu {
  width: min(310px, calc(100vw - 28px));
  padding: 10px 0;
  border: 1px solid rgba(7, 27, 43, .09);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(7, 27, 43, .16);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.nav-disclaimer-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  color: #27364a;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

.nav-disclaimer-menu .dropdown-item:hover,
.nav-disclaimer-menu .dropdown-item:focus {
  color: #0d5cff;
  background: #f5f8ff;
}

.nav-disclaimer-menu .bi-box-arrow-up-right {
  flex: 0 0 auto;
  font-size: .82rem;
}

.contact-menu {
  width: min(280px, calc(100vw - 28px));
}

.contact-menu .dropdown-item {
  align-items: flex-start;
  justify-content: flex-start;
  font-size: .95rem;
}

.accessibility-toolbar {
  position: relative;
  z-index: 1040;
  font-size: 16px;
  margin-left: 1.5rem;
}

.accessibility-toggle {
  min-width: 230px;
  border: 1px solid rgba(7, 27, 43, .42);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(7, 27, 43, .12);
  padding: .72rem 1rem;
  text-align: left;
}

.accessibility-toggle::after {
  float: right;
  margin-top: .55rem;
}

.accessibility-menu {
  width: 222px;
  margin-top: .25rem;
  border: 1px solid rgba(7, 27, 43, .1);
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(7, 27, 43, .16);
}

.accessibility-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 600;
  color: var(--brand-navy);
  padding: .7rem .9rem;
}

.accessibility-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 146, 34, .14);
  color: var(--brand-gold);
  font-size: .78rem;
  font-weight: 900;
}

.accessibility-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(7, 27, 43, .16);
}

.accessibility-swatch.yellow { background: #fff3a6; }
.accessibility-swatch.blue { background: #dff5ff; }
.accessibility-swatch.orange { background: #ffe0b8; }

.page-hero {
  margin-top: 86px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(7, 27, 43, .96), rgba(5, 56, 80, .94) 48%, rgba(13, 102, 116, .9)),
    url("bg1.png") center right / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 82% 22%, rgba(241, 198, 91, .22), transparent 28%);
  background-size: 165px 165px, auto;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 88px;
  padding-bottom: 74px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(241, 198, 91, .42);
  color: var(--brand-gold-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.page-hero h1 {
  max-width: 850px;
  margin-top: 1.15rem;
  font-size: 30px;
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 780px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.12rem;
  line-height: 1.65;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 920px;
}

.hero-fact {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.hero-fact strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
}

.hero-fact span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  margin-top: 4px;
}

.page-shell {
  padding: 76px 0 92px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.side-panel {
  position: sticky;
  top: 110px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 27, 43, .06);
}

.side-panel h2 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.side-panel a {
  display: flex;
  gap: .65rem;
  color: var(--brand-navy);
  text-decoration: none;
  padding: .65rem 0;
  border-top: 1px solid rgba(7, 27, 43, .08);
  font-weight: 700;
  font-size: .92rem;
}

.side-panel a:hover {
  color: var(--brand-gold);
}

.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(7, 27, 43, .07);
  overflow: hidden;
}

.content-section {
  padding: clamp(24px, 4vw, 44px);
  border-top: 1px solid rgba(7, 27, 43, .1);
}

.content-section:first-child {
  border-top: 0;
}

.content-section h2 {
  color: var(--brand-navy);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 18px;
}

.content-section h3 {
  color: var(--brand-blue);
  font-size: 1.08rem;
  font-weight: 900;
  margin: 24px 0 10px;
}

.content-section p,
.content-section li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.content-section p:last-child,
.content-section ul:last-child,
.content-section ol:last-child {
  margin-bottom: 0;
}

.premium-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.premium-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: linear-gradient(180deg, rgba(13, 102, 116, .06), rgba(201, 146, 34, .06));
  border: 1px solid rgba(7, 27, 43, .09);
  border-radius: 8px;
}

.premium-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--brand-gold);
}

.stat-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stat-card,
.plan-card {
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, #f9fbfc);
  border: 1px solid rgba(7, 27, 43, .1);
  border-radius: 8px;
}

.stat-card strong,
.plan-card strong {
  display: block;
  color: var(--brand-navy);
  font-size: 1.18rem;
  font-weight: 900;
}

.stat-card span,
.plan-card span {
  color: var(--muted);
  font-size: .92rem;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-strip a,
.contact-strip div {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 18px;
  color: var(--brand-navy);
  text-decoration: none;
  background: rgba(13, 102, 116, .06);
  border: 1px solid rgba(7, 27, 43, .09);
  border-radius: 8px;
  font-weight: 800;
}

.contact-strip i {
  color: var(--brand-gold);
}

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

.content-card .plan-card {
  height: 100%;
}

.content-card .plan-card p,
.content-card .plan-card li {
  font-size: .94rem;
  line-height: 1.58;
}

.content-card .plan-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.subscription-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.subscription-plan-card {
  min-height: 100%;
}

.subscription-plan-card .pricing-head {
  min-height: 150px;
}

.subscription-plan-card .pricing-name {
  max-width: 100%;
  line-height: 1.25;
}

.subscription-plan-card .pricing-price {
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
}

.subscription-plan-card .pricing-body {
  padding-top: 24px;
}

.subscription-plan-card .pricing-body p {
  min-height: auto;
}

.subscription-plan-card ul {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--muted);
}

.subscription-plan-card li {
  margin-bottom: 7px;
  line-height: 1.55;
}

.footer {
  background: linear-gradient(115deg, rgba(7, 27, 43, .98) 0%, rgba(5, 56, 80, .95) 45%, rgba(13, 102, 116, .92) 100%);
  color: #d7e1e5;
  padding: 86px 0 28px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: -78px;
  left: -3%;
  width: 106%;
  height: 130px;
  background: #fff;
  border-radius: 0 0 50% 50%;
  transform: rotate(1.6deg);
  transform-origin: center;
}

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

.footer a {
  color: #d7e1e5;
  text-decoration: none;
}

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

.footer-logo {
  width: 210px;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
}

.footer-copy {
  max-width: 270px;
  font-size: .84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
}

.footer-socials {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.footer-socials a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
}

.footer h6 {
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer li,
.footer p,
.footer a {
  font-size: 15px;
}

.footer-rule {
  border-color: rgba(255, 255, 255, .25);
  margin: 44px 0 20px;
}

.accessibility-font-large main,
.accessibility-font-large .page-content { font-size: 1.1em; }
.accessibility-font-small main,
.accessibility-font-small .page-content { font-size: .92em; }
.accessibility-yellow main { background: #fff8bd; }
.accessibility-blue main { background: #e8f7ff; }
.accessibility-orange main { background: #ffe6c6; }

@media (max-width: 991px) {
  .navbar .nav-item.dropdown::after {
    display: none;
  }

  .nav-disclaimer-menu {
    width: 100%;
    transform: none;
    left: 0;
    margin-top: 4px;
    box-shadow: none;
  }

  .content-layout,
  .hero-facts,
  .contact-strip,
  .stat-grid,
  .plan-grid,
  .subscription-card-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .accessibility-toolbar {
    order: 3;
    width: 100%;
    margin: .75rem 0 0;
  }

  .accessibility-toggle {
    width: 100%;
    min-width: 0;
  }

  .navbar-toggler {
    order: 2;
  }

  #mainNav {
    order: 4;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .social-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .social-stat-card {
    min-height: 154px;
  }

  .page-hero .container {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .premium-list {
    grid-template-columns: 1fr;
  }
}
