    :root {
      --ml-blue: #0f5cf6;
      --ml-blue-dark: #0844c7;
      --ml-navy: #0b1237;
      --ml-purple: #5a13ca;
      --ml-green: #15963b;
      --ml-green-bright: #28a745;
      --ml-red: #e72d37;
      --ml-yellow: #fff0b7;
      --ml-page: #f8faff;
      --ml-white: #ffffff;
      --ml-text: #151a36;
      --ml-muted: #626b86;
      --ml-line: #dfe5f1;
      --ml-shadow: 0 16px 36px rgba(18, 38, 91, 0.10);
      --ml-radius: 15px;
    }

    body.pricing-page {
      margin: 0;
      background: var(--ml-page);
      color: var(--ml-text);
      font-family: "Inter", Arial, sans-serif !important;
      font-size: 16px;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }

    body.pricing-page a {
      color: inherit;
      text-decoration: none;
    }

    body.pricing-page button,
    body.pricing-page a {
      -webkit-tap-highlight-color: transparent;
    }

    .ml-container {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }

    /* Header */


    /* Top pricing introduction */
    .pricing-intro {
      padding: 58px 0 42px;
    }

    .pricing-intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
      align-items: center;
      gap: 64px;
    }

    .pricing-intro h1 {
      margin: 0 0 18px;
      color: var(--ml-navy);
      font-size: clamp(43px, 5vw, 65px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: -2.1px;
    }

    .pricing-intro h1 span {
      display: block;
      color: var(--ml-blue);
    }

    .pricing-intro-copy {
      margin: 0;
      max-width: 540px;
      color: var(--ml-muted);
      font-size: 20px;
      line-height: 1.6;
    }

    .founding-offer {
      padding: 20px 24px 22px;
      border: 1px solid #b9caef;
      border-radius: 14px;
      background: #fff;
      box-shadow: 0 8px 22px rgba(16, 48, 111, 0.05);
      text-align: center;
    }

    .founding-offer-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      margin-bottom: 8px;
      color: #164fcb;
      font-size: 19px;
      font-weight: 800;
      letter-spacing: 0.2px;
      text-transform: uppercase;
    }

    .founding-offer-title .medal {
      font-size: 26px;
      line-height: 1;
    }

    .limited-offer {
      display: inline-block;
      margin: 2px 0 12px;
      padding: 6px 16px;
      border-radius: 6px;
      background: #fff0f0;
      color: #e12631;
      font-size: 20px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .founding-offer p {
      margin: 0 0 13px;
      color: #2b3151;
      font-size: 17px;
    }

    .future-price {
      padding: 9px 12px;
      border-radius: 7px;
      background: var(--ml-yellow);
      color: #242a42;
      font-size: 15px;
      font-weight: 700;
    }

    /* Main price card */
    .pricing-card-section {
      padding: 0 0 30px;
    }

    .pricing-card {
      position: relative;
      width: min(900px, 100%);
      margin: 0 auto;
      padding: 48px 50px 36px;
      border: 1px solid #b8c8eb;
      border-radius: 14px;
      background: #fff;
      box-shadow: var(--ml-shadow);
    }

    .popular-ribbon {
      position: absolute;
      top: -17px;
      left: 50%;
      transform: translateX(-50%);
      min-width: 220px;
      padding: 7px 24px;
      border-radius: 7px 7px 3px 3px;
      background: var(--ml-blue);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.3px;
      text-align: center;
      text-transform: uppercase;
      box-shadow: 0 8px 18px rgba(15, 92, 246, 0.22);
    }

    .pricing-card-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 58px;
    }

    .plan-name {
      margin: 0 0 4px;
      font-size: 28px;
      line-height: 1.2;
      font-weight: 800;
    }

    .plan-name span {
      color: var(--ml-blue);
    }

    .plan-summary {
      margin: 0 0 18px;
      color: #343b5a;
      font-size: 16px;
      line-height: 1.55;
    }

    .price-line {
      display: flex;
      align-items: flex-end;
      margin: 6px 0 4px;
    }

    .price-currency {
      margin-right: 2px;
      color: var(--ml-blue);
      font-size: 46px;
      line-height: 1;
      font-weight: 800;
    }

    .price-amount {
      color: var(--ml-blue);
      font-size: 81px;
      line-height: 0.88;
      font-weight: 800;
      letter-spacing: -4px;
    }

    .price-period {
      margin: 0 0 7px 6px;
      color: #1f2542;
      font-size: 15px;
      font-weight: 700;
    }

    .lifetime-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 14px 0 13px 48px;
    }

    .lifetime-badge {
      display: inline-block;
      padding: 6px 17px;
      border-radius: 999px;
      background: #ffe798;
      color: #202638;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .lifetime-arrow {
      color: var(--ml-blue);
      font-size: 29px;
      line-height: 1;
      transform: rotate(16deg);
    }

    .founding-price-label {
      margin: 0 0 8px;
      color: var(--ml-green);
      font-size: 15px;
      font-weight: 800;
      text-align: center;
    }

    .price-increase-note {
      margin: 0 0 18px;
      color: #333a58;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
    }

    .primary-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 100%;
      min-height: 55px;
      padding: 12px 22px;
      border-radius: 8px;
      background: linear-gradient(135deg, #0f5cf6, #074de1);
      color: #fff !important;
      font-size: 17px;
      font-weight: 700;
      box-shadow: 0 9px 20px rgba(15, 92, 246, 0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .primary-cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 25px rgba(15, 92, 246, 0.30);
    }

    .cancel-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 13px;
      color: #6d758c;
      font-size: 13px;
      text-align: center;
    }

    .cancel-note i {
      color: #6d758c;
    }

    .features-column h2 {
      margin: 2px 0 17px;
      color: #1a2141;
      font-size: 20px;
      line-height: 1.35;
      font-weight: 800;
    }

    .feature-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin: 0 0 12px;
      color: #28304f;
      font-size: 15px;
      line-height: 1.35;
    }

    .feature-list .check {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 17px;
      height: 17px;
      margin-top: 1px;
      border-radius: 50%;
      background: var(--ml-green);
      color: #fff;
      font-size: 10px;
      flex: 0 0 17px;
    }

    /* Testimonials */
    .social-proof-section {
      padding: 12px 0 34px;
    }

    .section-title {
      margin: 0 0 18px;
      color: var(--ml-navy);
      font-size: 23px;
      line-height: 1.3;
      font-weight: 800;
      text-align: center;
    }

    .section-title span {
      color: var(--ml-blue);
    }

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

    .testimonial-card {
      display: grid;
      grid-template-columns: 78px 1fr;
      align-items: start;
      gap: 14px;
      min-height: 190px;
      padding: 23px 19px;
      border: 1px solid var(--ml-line);
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 7px 19px rgba(18, 38, 91, 0.035);
    }

    .testimonial-avatar {
      position: relative;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      background: linear-gradient(135deg, #dce7ff, #f2f5fb);
      border: 1px solid #e0e6f1;
    }

    .testimonial-avatar span {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      color: var(--ml-blue-dark);
      font-size: 18px;
      font-weight: 800;
    }

    .testimonial-avatar img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-quote {
      margin: 0 0 16px;
      color: #343c58;
      font-size: 13px;
      line-height: 1.55;
    }

    .testimonial-name,
    .testimonial-company {
      display: block;
      color: #1d2442;
      font-size: 13px;
      line-height: 1.45;
    }

    .testimonial-name {
      font-weight: 800;
    }

    .testimonial-company {
      font-weight: 600;
    }

    /* Comparison */
    .comparison-section {
      padding: 0 0 32px;
    }

    .comparison-wrap {
      width: min(850px, 100%);
      margin: 0 auto;
      overflow-x: auto;
      padding: 3px 0 8px;
    }

    .comparison-grid {
      display: grid;
      grid-template-columns: minmax(260px, 1fr) 280px 280px;
      min-width: 820px;
      align-items: stretch;
    }

    .comparison-labels,
    .comparison-column {
      display: grid;
      grid-template-rows: 64px repeat(6, 46px);
    }

    .comparison-labels {
      border: 1px solid var(--ml-line);
      border-right: 0;
      border-radius: 12px 0 0 12px;
      background: #fff;
      overflow: hidden;
    }

    .comparison-labels .comparison-head {
      background: #fff;
    }

    .comparison-labels .comparison-cell {
      justify-content: flex-start;
      padding-left: 22px;
      font-size: 13px;
      font-weight: 700;
    }

    .comparison-column {
      background: #fff;
      border: 1px solid var(--ml-line);
      overflow: hidden;
    }

    .comparison-column.ai {
      position: relative;
      z-index: 2;
      margin: -3px 0;
      border: 2px solid #6d95f8;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(15, 92, 246, 0.09);
    }

    .comparison-column.human {
      border-left: 0;
      border-radius: 0 12px 12px 0;
    }

    .comparison-head,
    .comparison-cell {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      border-bottom: 1px solid #e7eaf1;
    }

    .comparison-column > :last-child,
    .comparison-labels > :last-child {
      border-bottom: 0;
    }

    .comparison-head {
      gap: 10px;
      color: #1c2443;
      font-size: 18px;
      font-weight: 800;
    }

    .comparison-head i {
      font-size: 25px;
    }

    .comparison-column.ai .comparison-head {
      color: var(--ml-blue);
    }

    .comparison-cell {
      gap: 10px;
      color: #343c58;
      font-size: 13px;
      font-weight: 600;
    }

    .comparison-cell .yes,
    .comparison-cell .no {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      color: #fff;
      font-size: 9px;
      flex: 0 0 16px;
    }

    .comparison-cell .yes {
      background: var(--ml-green);
    }

    .comparison-cell .no {
      background: var(--ml-red);
    }

    /* FAQ */
    .faq-section {
      padding: 0 0 30px;
    }

    .faq-grid {
      width: min(1000px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 24px;
    }

    .faq-item {
      border: 1px solid var(--ml-line);
      border-radius: 9px;
      background: #fff;
      overflow: hidden;
    }

    .faq-item summary {
      position: relative;
      min-height: 54px;
      display: flex;
      align-items: center;
      padding: 13px 48px 13px 18px;
      color: #2a3150;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      list-style: none;
      user-select: none;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "\f078";
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: #2f3b64;
      font-family: "Font Awesome 5 Free";
      font-size: 11px;
      font-weight: 900;
      transition: transform 0.2s ease;
    }

    .faq-item[open] summary::after {
      transform: translateY(-50%) rotate(180deg);
    }

    .faq-answer {
      padding: 0 18px 17px;
      color: var(--ml-muted);
      font-size: 14px;
      line-height: 1.55;
    }

    /* Bottom call to action */
    .final-cta-section {
      padding: 0 0 45px;
    }

    .final-cta {
      position: relative;
      min-height: 205px;
      display: grid;
      grid-template-columns: 230px 1fr auto;
      align-items: center;
      gap: 30px;
      padding: 28px 44px 28px 32px;
      border-radius: 14px;
      background: linear-gradient(110deg, #03266f 0%, #06156c 46%, #5b0bb7 100%);
      color: #fff;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(30, 18, 94, 0.18);
    }

    .final-cta::after {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      right: -190px;
      top: -250px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
    }

    .robot-art {
      position: relative;
      z-index: 2;
      align-self: end;
      height: 190px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }

    .robot-art img {
      display: block;
      max-width: 100%;
      max-height: 215px;
      object-fit: contain;
      object-position: center bottom;
    }

    .robot-fallback {
      display: none;
      width: 150px;
      height: 150px;
      place-items: center;
      border: 8px solid rgba(255, 255, 255, 0.34);
      border-radius: 50%;
      background: #f6f7fb;
      color: #0751d6;
      font-size: 84px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }

    .final-cta-copy {
      position: relative;
      z-index: 2;
    }

    .final-cta-copy h2 {
      margin: 0 0 8px;
      color: #fff;
      font-size: clamp(26px, 3vw, 34px);
      line-height: 1.2;
      font-weight: 800;
    }

    .final-cta-copy p {
      margin: 0;
      max-width: 520px;
      color: rgba(255, 255, 255, 0.88);
      font-size: 15px;
      line-height: 1.55;
    }

    .final-cta-actions {
      position: relative;
      z-index: 2;
      min-width: 265px;
      text-align: center;
    }

    .green-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 58px;
      padding: 12px 25px;
      border-radius: 8px;
      background: linear-gradient(135deg, #2dbd39, #19952a);
      color: #fff !important;
      font-size: 17px;
      font-weight: 800;
      box-shadow: 0 10px 24px rgba(20, 130, 40, 0.30);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .green-cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 13px 28px rgba(20, 130, 40, 0.36);
    }

    .lock-note {
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.94);
      font-size: 13px;
      font-weight: 600;
    }

    .lock-note i {
      margin-right: 6px;
    }

    /* Footer */
    

    /* Tablet */
    @media (max-width: 980px) {
      .pricing-page .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .pricing-page .nav-wrap {
        position: relative;
      }

      .pricing-page .nav-links {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 24px 20px;
        border-bottom: 1px solid var(--ml-line);
        background: #fff;
        box-shadow: 0 15px 28px rgba(18, 38, 91, 0.10);
      }

      .pricing-page .nav-links.open {
        display: flex;
      }

      .pricing-page .nav-links > a:not(.header-cta) {
        padding: 12px 4px;
      }

      .pricing-page .nav-links > a:not(.header-cta)::after {
        display: none;
      }

      .pricing-page .header-cta {
        margin-top: 10px;
      }

      .pricing-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .pricing-intro-copy {
        max-width: none;
      }

      .pricing-card {
        padding-left: 34px;
        padding-right: 34px;
      }

      .pricing-card-grid {
        gap: 38px;
      }

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

      .testimonial-card {
        min-height: auto;
      }

      .final-cta {
        grid-template-columns: 170px 1fr;
      }

      .final-cta-actions {
        grid-column: 2;
        min-width: 0;
        width: min(300px, 100%);
      }

      .pricing-page .footer-wrap {
        grid-template-columns: 1fr auto;
      }

      .footer-links {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-bottom: 20px;
      }
    }

    /* Mobile */
    @media (max-width: 720px) {
      .ml-container {
        width: min(100% - 28px, 1180px);
      }

      .pricing-page .logo-link img {
        width: 177px;
      }

      .pricing-intro {
        padding: 38px 0 35px;
      }

      .pricing-intro h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
      }

      .pricing-intro-copy {
        font-size: 17px;
      }

      .founding-offer {
        padding: 18px 16px 20px;
      }

      .founding-offer-title {
        font-size: 16px;
      }

      .limited-offer {
        font-size: 17px;
      }

      .pricing-card {
        padding: 47px 22px 28px;
      }

      .popular-ribbon {
        min-width: 190px;
      }

      .pricing-card-grid {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .plan-column {
        max-width: 390px;
        margin: 0 auto;
      }

      .price-amount {
        font-size: 74px;
      }

      .price-currency {
        font-size: 42px;
      }

      .features-column h2 {
        font-size: 19px;
      }

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

      .final-cta {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 24px 30px;
        text-align: center;
      }

      .robot-art {
        height: 145px;
      }

      .robot-art img {
        max-height: 170px;
      }

      .final-cta-copy p {
        margin-left: auto;
        margin-right: auto;
      }

      .final-cta-actions {
        grid-column: 1;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
      }

      .pricing-page .footer-wrap {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 25px 0;
        text-align: center;
      }

      .footer-links {
        grid-column: 1;
        grid-row: auto;
        flex-wrap: wrap;
        gap: 14px 22px;
        padding: 0;
      }

      .copyright {
        justify-self: center;
        white-space: normal;
      }
    }

    @media (max-width: 420px) {
      .pricing-intro h1 {
        font-size: 36px;
      }

      .price-amount {
        font-size: 66px;
      }

      .price-period {
        font-size: 13px;
      }

      .lifetime-row {
        margin-left: 25px;
      }
    }