    :root {
      /* Clean Light Theme for Trust and Professionalism */
      --bg: #ffffff;
      --panel: #f8fafc;
      --gold: #d4af37;
      --gold-2: #aa8623;
      --gold-soft: rgba(212, 175, 55, 0.08);
      --text: #0f172a;
      --muted: #475569;
      --line: rgba(0, 0, 0, 0.1);
      --success: #10b981;
      --radius: 8px;
      --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
      letter-spacing: 0;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background:
        radial-gradient(circle at 75% 10%, rgba(212, 175, 55, 0.05), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.03), transparent 30%),
        linear-gradient(215deg, #ffffff 0%, #f1f5f9 46%, #ffffff 100%);
    }

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

    button {
      font: inherit;
    }

    .urgency-bar {
      position: sticky;
      top: 0;
      z-index: 50;
      overflow: visible;
      background: linear-gradient(90deg, #0e3a34, #09252f 42%, #0e3a34);
      border-bottom: 1px solid rgba(212, 175, 55, 0.42);
      color: #fff7ed;
    }

    .urgency-inner {
      width: min(1180px, calc(100% - 32px));
      min-height: 48px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      text-align: center;
      font-weight: 900;
      font-size: 0.92rem;
    }

    .timer {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--gold);
      direction: ltr;
      white-space: nowrap;
    }

    .timer span {
      min-width: 2ch;
      font-variant-numeric: tabular-nums;
    }

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

    .hero {
      min-height: calc(100vh - 48px);
      display: grid;
      align-items: center;
      padding: 58px 0 36px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.06fr);
      gap: 34px;
      align-items: center;
    }

    .landing-hero-grid {
      grid-template-columns: 1fr;
    }

    .landing-hero-grid .copy {
      max-width: 980px;
      margin: 0 auto;
      text-align: center;
    }

    .landing-hero-grid .subhead,
    .landing-hero-grid .access-summary,
    .landing-hero-grid .hero-proof-row,
    .landing-hero-grid .trust-row {
      margin-right: auto;
      margin-left: auto;
    }

    .landing-hero-grid .audience-chips,
    .landing-hero-grid .hero-actions,
    .landing-hero-grid .price-row {
      justify-content: center;
    }

    .landing-optional {
      display: none;
    }

    .copy {
      order: 2;
    }

    .checkout-card {
      order: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border: 1px solid rgba(212, 175, 55, 0.42);
      border-radius: 999px;
      color: #f6e7b0;
      background: rgba(212, 175, 55, 0.08);
      font-size: 0.82rem;
      font-weight: 900;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin: 20px 0 18px;
      max-width: 760px;
      font-size: 4.35rem;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: 0;
    }

    .gold {
      color: var(--gold);
    }

    .title-line {
      display: block;
      text-wrap: balance;
    }

    .title-line+.title-line {
      margin-top: 0.18em;
    }

    .title-line.result {
      color: #f6e7b0;
    }

    .title-line.emphasis {
      color: #93c5fd;
    }

    .subhead {
      max-width: 700px;
      margin-bottom: 18px;
      color: #dbeafe;
      font-size: clamp(1.02rem, 1.75vw, 1.2rem);
      line-height: 1.85;
    }

    .hero-showcase {
      max-width: 720px;
      margin: 0 0 22px;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(212, 175, 55, 0.10), rgba(96, 165, 250, 0.07)), rgba(255, 255, 255, 0.035);
      padding: 14px;
      box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
    }

    .showcase-grid {
      display: grid;
      grid-template-columns: 1fr;
      align-items: stretch;
    }

    .showcase-main {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 8px;
      background: var(--panel);
    }

    .showcase-main {
      min-height: 250px;
    }

    .showcase-main img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: saturate(1.08) contrast(1.04);
    }

    .audience-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0 0 22px;
      padding: 0;
      list-style: none;
    }

    .audience-chips li {
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 999px;
      padding: 7px 11px;
      background: rgba(255, 255, 255, 0.055);
      color: #e4e4e7;
      font-size: 0.82rem;
      font-weight: 900;
    }

    .access-summary {
      display: grid;
      gap: 8px;
      margin: 14px 0 18px;
      max-width: 700px;
    }

    .access-summary div {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      border: 1px solid rgba(96, 165, 250, 0.18);
      border-radius: 8px;
      padding: 10px 12px;
      background: rgba(96, 165, 250, 0.07);
      color: #dbeafe;
      font-size: 0.92rem;
      font-weight: 800;
    }

    .access-summary strong {
      color: #f6e7b0;
      font-weight: 900;
    }

    .hero-proof-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      max-width: 700px;
      margin: 0 0 20px;
    }

    .hero-proof {
      border: 1px solid rgba(212, 175, 55, 0.2);
      border-radius: 8px;
      padding: 12px;
      background: rgba(255, 255, 255, 0.045);
    }

    .hero-proof strong {
      display: block;
      color: var(--gold);
      font-size: 1.18rem;
      line-height: 1;
      direction: ltr;
    }

    .hero-proof span {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 800;
    }

    .price-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
    }

    .price {
      display: inline-flex;
      align-items: baseline;
      gap: 8px;
      font-weight: 900;
    }

    .price strong {
      color: var(--gold);
      font-size: clamp(2.8rem, 5vw, 4.4rem);
      line-height: 1;
      direction: ltr;
    }

    .compare {
      color: var(--muted);
      font-weight: 800;
    }

    .strike {
      color: #71717a;
      text-decoration: line-through;
      direction: ltr;
      display: inline-block;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 22px 0 20px;
    }

    .btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: var(--radius);
      padding: 15px 20px;
      cursor: pointer;
      font-weight: 900;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: #111111;
      background: linear-gradient(180deg, #f6e7b0, var(--gold) 54%, var(--gold-2));
      box-shadow: 0 16px 32px rgba(212, 175, 55, 0.23);
    }

    .btn-secondary {
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: var(--text);
      background: rgba(255, 255, 255, 0.06);
    }

    .microcopy {
      color: var(--muted);
      font-size: 0.92rem;
      font-weight: 700;
    }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      max-width: 690px;
      margin-top: 24px;
    }

    .seal {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 66px;
      padding: 13px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      color: #e4e4e7;
      background: rgba(255, 255, 255, 0.045);
      font-weight: 900;
      font-size: 0.9rem;
    }

    .seal-icon {
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--gold);
      background: var(--gold-soft);
    }

    .arab-market-note {
      max-width: 700px;
      margin: 0 0 20px;
      border-right: 3px solid var(--gold);
      padding: 12px 14px;
      border-radius: 8px;
      background: rgba(212, 175, 55, 0.075);
      color: #f8fafc;
      font-weight: 800;
    }

    .checkout-card {
      position: relative;
      border: 1px solid rgba(212, 175, 55, 0.32);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .checkout-card::before {
      content: "";
      display: block;
      height: 5px;
      background: linear-gradient(90deg, var(--gold), #1565c0, var(--gold));
    }

    .checkout-body {
      padding: 26px;
    }

    /* ── Checkout redesign (systeme.io style) ── */
    .co-header {
      padding: 22px 26px 18px;
      background: linear-gradient(180deg, rgba(251, 191, 36, .07) 0%, transparent 100%);
      border-bottom: 1px solid rgba(251, 191, 36, .14);
    }

    .co-badge-pill {
      display: inline-block;
      background: rgba(251, 191, 36, .13);
      border: 1px solid rgba(251, 191, 36, .32);
      border-radius: 999px;
      padding: 4px 13px;
      color: #fbbf24;
      font-size: .74rem;
      font-weight: 900;
      margin-bottom: 11px;
    }

    .co-product-title {
      font-size: 1.08rem;
      font-weight: 900;
      color: #f8fafc;
      margin-bottom: 10px;
    }

    .co-price-wrap {
      display: flex;
      align-items: baseline;
      gap: 9px;
      margin-bottom: 12px;
      flex-wrap: wrap;
    }

    .co-old-price {
      color: #71717a;
      text-decoration: line-through;
      font-size: .9rem;
      direction: ltr;
    }

    .co-new-price {
      color: #fbbf24;
      font-size: 2rem;
      font-weight: 900;
      line-height: 1;
      direction: ltr;
    }

    .co-save-tag {
      background: rgba(34, 197, 94, .14);
      color: #86efac;
      border-radius: 5px;
      padding: 2px 8px;
      font-size: .72rem;
      font-weight: 900;
    }

    .co-includes {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .co-includes li {
      color: #d4d4d8;
      font-size: .84rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .co-includes li::before {
      content: "✓";
      color: #4ade80;
      font-weight: 900;
      flex-shrink: 0;
    }

    .co-body {
      padding: 20px 26px 22px;
    }

    .co-step-label {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: .75rem;
      font-weight: 900;
      color: #a1a1aa;
      text-transform: uppercase;
      letter-spacing: .07em;
      margin-bottom: 12px;
    }

    .co-step-num {
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background: rgba(251, 191, 36, .18);
      border: 1px solid rgba(251, 191, 36, .38);
      color: #fbbf24;
      font-size: .72rem;
      font-weight: 900;
      display: grid;
      place-items: center;
      flex-shrink: 0;
    }

    .co-fields {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .co-field label {
      display: block;
      font-size: .77rem;
      font-weight: 700;
      color: #a1a1aa;
      margin-bottom: 5px;
    }

    .co-req {
      color: #f87171;
    }

    .co-field input {
      width: 100%;
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .11);
      border-radius: 8px;
      padding: 11px 14px;
      color: #f8fafc;
      font-size: .95rem;
      font-family: inherit;
      transition: border-color .15s ease, box-shadow .15s ease;
      box-sizing: border-box;
      direction: ltr;
      text-align: right;
    }

    .co-field input:focus {
      outline: none;
      border-color: rgba(251, 191, 36, .55);
      box-shadow: 0 0 0 3px rgba(251, 191, 36, .09);
    }

    .co-field input.co-invalid {
      border-color: #f87171;
      box-shadow: 0 0 0 3px rgba(248, 113, 113, .1);
    }

    .co-field input::placeholder {
      color: #52525b;
    }

    .co-pay-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      background: rgba(0, 0, 0, .28);
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 10px;
      padding: 5px;
      margin-bottom: 13px;
    }

    .co-pay-tab {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 10px;
      border: 1px solid transparent;
      border-radius: 7px;
      background: transparent;
      color: #a1a1aa;
      font-size: .87rem;
      font-weight: 700;
      cursor: pointer;
      transition: all .15s ease;
      font-family: inherit;
    }

    .co-pay-tab.active {
      background: rgba(251, 191, 36, .11);
      border-color: rgba(251, 191, 36, .34);
      color: #fbbf24;
    }

    .co-pay-tab:hover:not(.active) {
      color: #d4d4d8;
      background: rgba(255, 255, 255, .04);
    }

    .co-tab-pane {
      margin-bottom: 2px;
    }

    .co-total-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, .07);
      border-bottom: 1px solid rgba(255, 255, 255, .07);
      padding: 11px 0;
      margin: 14px 0;
      color: #d4d4d8;
      font-size: .9rem;
      font-weight: 700;
    }

    .co-total-amount {
      color: #fbbf24;
      font-size: 1.25rem;
      font-weight: 900;
      direction: ltr;
    }

    .co-trust-strip {
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 8px;
    }

    .co-trust-item {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #71717a;
      font-size: .74rem;
      font-weight: 700;
    }

    /* ── end checkout redesign ── */

    .deal-label {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-bottom: 18px;
      margin-bottom: 18px;
      border-bottom: 1px solid var(--line);
    }

    .deal-label h2 {
      margin: 0;
      font-size: 1.35rem;
      line-height: 1.2;
    }

    .deal-label strong {
      color: var(--gold);
      font-size: 1.45rem;
      direction: ltr;
    }

    .bundle-list {
      display: grid;
      gap: 12px;
      margin: 0 0 22px;
      padding: 0;
      list-style: none;
    }

    .bundle-list li {
      display: flex;
      gap: 10px;
      color: #e4e4e7;
      font-weight: 800;
    }

    .check {
      color: var(--success);
      flex: 0 0 auto;
      font-weight: 900;
    }

    .payment-box {
      display: grid;
      gap: 12px;
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(0, 0, 0, 0.25);
      direction: ltr;
    }

    #paypal-button-container {
      min-height: 44px;
    }

    .stripe-button {
      width: 100%;
      color: #111111;
      background: #ffffff;
    }

    .stripe-close {
      width: 40px;
      height: 40px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      color: var(--text);
      background: rgba(255, 255, 255, 0.06);
      cursor: pointer;
      font-size: 1.3rem;
    }

    #embedded-checkout {
      min-height: 560px;
      padding: 18px;
      background: #ffffff;
      direction: ltr;
    }

    .stripe-inline-panel {
      display: none;
      overflow: hidden;
      margin-top: 14px;
      border: 1px solid rgba(212, 175, 55, 0.28);
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
    }

    .stripe-inline-panel.active {
      display: block;
    }

    .stripe-inline-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 16px;
      background: var(--panel);
      border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    }

    .stripe-inline-head h2 {
      margin: 0;
      color: #f8fafc;
      font-size: 1rem;
      line-height: 1.25;
    }

    .stripe-inline-head p {
      margin: 3px 0 0;
      color: #a1a1aa;
      font-size: 0.78rem;
    }

    .gateway-note {
      margin: 0;
      color: var(--muted);
      text-align: center;
      font-size: 0.82rem;
      direction: rtl;
    }

    .section {
      padding: 76px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .section-heading {
      max-width: 760px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .section-heading h2 {
      margin-bottom: 12px;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.08;
      font-weight: 900;
    }

    .section-heading p {
      color: var(--muted);
      font-size: 1.05rem;
    }

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

    .feature {
      overflow: hidden;
      min-height: 188px;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
    }

    .feature img {
      width: 100%;
      aspect-ratio: 16 / 9;
      display: block;
      object-fit: cover;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .feature-body {
      padding: 18px;
    }

    .feature h3 {
      margin-bottom: 8px;
      font-size: 1.1rem;
    }

    .feature p {
      margin: 0;
      color: var(--muted);
    }

    .bundle-overview {
      max-width: 980px;
      margin: 0 auto;
    }

    .standalone-product-visual {
      padding: 38px 0 12px;
    }

    .standalone-product-frame {
      display: block;
      max-width: 980px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.035);
      box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
    }

    .standalone-product-frame img {
      width: 100%;
      height: auto;
      aspect-ratio: 2 / 1; /* Crops empty transparent space at bottom */
      object-fit: cover;
      object-position: top;
      display: block;
    }

    .course-showcase {
      border: 1px solid rgba(212, 175, 55, 0.18);
      border-radius: 12px;
      background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(96, 165, 250, 0.06)),
        rgba(255, 255, 255, 0.035);
      padding: 16px;
      box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
    }

    .course-showcase-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
      padding: 2px 2px 0;
    }

    .course-showcase-head h3 {
      margin: 0;
      font-size: clamp(1.15rem, 2vw, 1.55rem);
      line-height: 1.35;
      font-weight: 900;
    }

    .course-count {
      flex: 0 0 auto;
      border: 1px solid rgba(212, 175, 55, 0.34);
      border-radius: 999px;
      padding: 7px 11px;
      color: #f6e7b0;
      background: rgba(212, 175, 55, 0.09);
      font-size: 0.82rem;
      font-weight: 900;
      white-space: nowrap;
    }

    .course-showcase-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 12px;
    }

    .course-shot {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      background: var(--panel);
      aspect-ratio: 16 / 10;
    }

    .course-shot img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: saturate(1.06) contrast(1.03);
      transform: scale(1.01);
    }

    .bundle-cta-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .bundle-note {
      color: var(--muted);
      font-size: 0.94rem;
      font-weight: 700;
    }

    .bonus-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    .final-offer-card {
      border: 1px solid rgba(212, 175, 55, 0.28);
      border-radius: 14px;
      background:
        linear-gradient(180deg, rgba(212, 175, 55, 0.09), rgba(255, 255, 255, 0.03)),
        var(--panel);
      padding: clamp(24px, 5vw, 42px);
      text-align: center;
      box-shadow: var(--shadow);
    }

    .final-offer-card .old-price {
      color: var(--muted);
      text-decoration: line-through;
      font-size: 1.25rem;
      direction: ltr;
    }

    .final-offer-card .new-price {
      display: block;
      margin: 4px 0 12px;
      color: var(--text);
      font-size: clamp(3rem, 8vw, 5.3rem);
      line-height: 1;
      font-weight: 900;
      direction: ltr;
    }

    .final-offer-card .new-price span {
      font-size: 1.05rem;
      color: var(--gold);
    }

    .bonus {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 16px;
      border: 1px solid rgba(212, 175, 55, 0.18);
      border-radius: var(--radius);
      background: rgba(212, 175, 55, 0.07);
      font-weight: 900;
    }

    .bonus-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(212, 175, 55, 0.14);
      border: 1px solid rgba(212, 175, 55, 0.22);
      color: var(--gold);
      font-size: 1.25rem;
      line-height: 1;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .bonus-label {
      display: block;
      margin-bottom: 5px;
      color: var(--gold);
      font-size: 0.82rem;
      font-weight: 900;
    }

    .bonus-title {
      display: block;
      min-width: 0;
      line-height: 1.7;
    }

    .guarantee {
      display: grid;
      grid-template-columns: 120px minmax(0, 1fr);
      gap: 24px;
      align-items: center;
      padding: 28px;
      border: 1px solid rgba(34, 197, 94, 0.28);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(255, 255, 255, 0.035));
    }

    .badge {
      width: 120px;
      height: 120px;
      display: grid;
      place-items: center;
      border: 2px solid var(--success);
      border-radius: 50%;
      color: #bbf7d0;
      text-align: center;
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.2;
    }

    .guarantee h2 {
      margin-bottom: 8px;
      font-size: clamp(1.7rem, 3vw, 2.6rem);
      line-height: 1.05;
    }

    .guarantee p {
      margin: 0;
      color: #d4d4d8;
    }

    .faq {
      max-width: 860px;
      margin: 0 auto;
      display: grid;
      gap: 10px;
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 18px;
      border: 0;
      color: var(--text);
      background: transparent;
      cursor: pointer;
      text-align: right;
      font-weight: 900;
    }

    .faq-icon {
      color: var(--gold);
      font-size: 1.4rem;
      transition: transform 0.18s ease;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.22s ease;
    }

    .faq-answer p {
      margin: 0;
      padding: 0 18px 18px;
      color: var(--muted);
    }

    .faq-item.active .faq-icon {
      transform: rotate(45deg);
    }

    footer {
      padding: 24px 0 34px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      color: #71717a;
      font-size: 0.82rem;
      text-align: center;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-bottom: 12px;
    }

    .footer-links a {
      color: #d4d4d8;
      font-weight: 700;
    }

    @media (max-width: 920px) {

      .hero-grid,
      .guarantee {
        grid-template-columns: 1fr;
      }

      .copy {
        order: 1;
      }

      .checkout-card {
        order: 2;
      }

      h1 {
        max-width: 720px;
        font-size: 3.55rem;
      }

      .features {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      }

      .course-showcase-grid {
        grid-template-columns: repeat( 1 , minmax(0, 1fr));
      }

      .bonus-grid,
      .course-grid,
      .ebook-grid,
      .profit-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      }

      .badge {
        margin: 0 auto;
      }
    }

    @media (max-width: 640px) {
      body {
        font-size: 16px;
      }

      .container {
        width: min(100% - 24px, 1180px);
      }

      .urgency-inner {
        flex-direction: column;
        gap: 2px;
        padding: 8px 0;
        font-size: 0.78rem;
      }

      .hero {
        min-height: auto;
        padding: 30px 0 26px;
      }

      .hero-grid {
        gap: 22px;
      }

      .eyebrow {
        align-items: flex-start;
        border-radius: 8px;
        font-size: 0.92rem;
      }

      h1 {
        margin: 16px 0 14px;
        max-width: 100%;
        font-size: clamp(2.45rem, 11vw, 3.05rem);
        line-height: 1.2;
      }

      .subhead {
        font-size: 1.08rem;
        line-height: 1.8;
        color: #eef6ff;
      }

      .showcase-main {
        min-height: 220px;
      }

      .title-line+.title-line {
        margin-top: 0.26em;
      }

      .audience-chips li {
        flex: 1 1 auto;
        text-align: center;
        font-size: 0.94rem;
        padding: 9px 11px;
      }

      .access-summary div {
        font-size: 1rem;
        line-height: 1.65;
      }

      .hero-proof-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .hero-proof span {
        font-size: 0.92rem;
      }

      .trust-row,
      .features,
      .bonus-grid,
      .course-grid,
      .ebook-grid,
      .profit-grid {
        grid-template-columns: 1fr;
      }

      .standalone-product-visual {
        padding: 26px 0 4px;
      }

      .standalone-product-frame {
        border-radius: 10px;
      }

      .course-showcase {
        padding: 10px;
        border-radius: 10px;
      }

      .course-showcase-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }

      .course-count {
        font-size: 0.78rem;
      }

      .course-showcase-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 8px;
      }

      .course-shot {
        aspect-ratio: 16 / 10.5;
      }

      .bundle-cta-row {
        align-items: stretch;
        flex-direction: column;
      }

      .bundle-cta-row .btn {
        width: 100%;
      }

      .bundle-note {
        text-align: center;
        font-size: 0.9rem;
      }

      .marquee-viewport::before,
      .marquee-viewport::after {
        width: 58px;
      }

      .product-card {
        flex-basis: 76vw;
        width: 76vw;
      }

      .checkout-body,
      .guarantee {
        padding: 20px;
      }

      .co-header {
        padding: 20px 18px 16px;
      }

      .co-body {
        padding: 18px;
      }

      .co-product-title {
        font-size: 1.2rem;
      }

      .co-includes li,
      .co-field label,
      .gateway-note {
        font-size: 0.92rem;
      }

      .co-field input {
        min-height: 52px;
        font-size: 1rem;
      }

      .co-pay-tab {
        min-height: 48px;
        font-size: 0.95rem;
      }

      #embedded-checkout {
        min-height: 620px;
        padding: 8px;
      }

      .deal-label {
        flex-direction: column;
        gap: 8px;
      }

      .btn {
        width: 100%;
        min-height: 58px;
        font-size: 1rem;
      }

      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 16px;
        gap: 10px;
      }

      .section-heading h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
      }

      .section-heading p {
        font-size: 1rem;
        line-height: 1.75;
        color: #d4d4d8;
      }

      .section {
        padding: 40px 0;
      }

      .step-desc,
      .for-desc,
      .assurance-card p,
      .feature p {
        font-size: 1rem;
        line-height: 1.75;
      }

      .feature h3 {
        font-size: 1.18rem;
      }

      .cookie-panel {
        grid-template-columns: 1fr;
      }

      .cookie-actions {
        justify-content: stretch;
      }

      .cookie-reject,
      .cookie-accept {
        flex: 1;
      }
    }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 24px;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      border: 1px solid rgba(212, 175, 55, 0.22);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.03);
      padding: 28px;
      text-align: center;
    }

    .cookie-banner {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 120;
      display: none;
      justify-content: center;
      align-items: center;
      padding: 14px;
      background: linear-gradient(180deg, rgba(4, 12, 24, 0), rgba(4, 12, 24, 0.96) 22%);
      color: var(--muted);
    }

    .cookie-banner.visible {
      display: flex;
    }

    .cookie-panel {
      width: min(980px, 100%);
      border: 1px solid rgba(212, 175, 55, .34);
      border-radius: 12px;
      background: linear-gradient(180deg, #0b1f3d, #061226);
      box-shadow: 0 -12px 50px rgba(0, 0, 0, .52);
      padding: 16px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      text-align: right;
    }

    .cookie-panel h2 {
      margin: 0 0 4px;
      color: var(--text);
      font-size: 1rem;
      line-height: 1.35;
    }

    .cookie-panel p {
      margin: 0;
      font-size: 0.92rem;
      line-height: 1.8;
    }

    .cookie-panel a {
      color: var(--gold);
      font-weight: 800;
    }

    .cookie-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 0;
      min-width: 260px;
    }

    .cookie-accept,
    .cookie-reject {
      min-height: 48px;
      border-radius: var(--radius);
      font-weight: 900;
      cursor: pointer;
      font: inherit;
    }

    .cookie-accept {
      border: 0;
      background: linear-gradient(180deg, #f6e7b0, var(--gold) 54%, var(--gold-2));
      color: #111;
      box-shadow: 0 14px 28px rgba(212, 175, 55, .2);
    }

    .cookie-reject {
      border: 1px solid rgba(255, 255, 255, .18);
      background: rgba(255, 255, 255, .06);
      color: #d4d4d8;
    }

    @media (max-width: 640px) {
      .reviews-grid {
        grid-template-columns: 1fr;
      }

      .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 10px;
        padding: 18px 14px;
      }

      .section {
        padding: 48px 0;
      }

      .section-heading {
        margin-bottom: 22px;
      }

      .cookie-panel {
        grid-template-columns: 1fr;
        padding: 16px;
        text-align: center;
      }

      .cookie-actions {
        grid-template-columns: 1fr;
      }
    }


    .value-stack {
      border: 1px solid rgba(212, 175, 55, .3);
      border-radius: 12px;
      overflow: hidden;
      background: rgba(255, 255, 255, .03)
    }

    .value-stack-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 13px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, .05);
      gap: 12px
    }

    .value-stack-row:last-child {
      border-bottom: 0
    }

    .value-stack-row.total {
      background: rgba(212, 175, 55, .06);
      border-top: 1px solid rgba(212, 175, 55, .25)
    }

    .value-stack-row.price-row-final {
      background: rgba(34, 197, 94, .06);
      border-top: 1px solid rgba(34, 197, 94, .2)
    }

    .value-stack-name {
      font-size: .9rem;
      color: #d4d4d8;
      font-weight: 600
    }

    .value-stack-val {
      font-size: .88rem;
      font-weight: 900;
      color: var(--muted);
      text-decoration: line-through;
      white-space: nowrap;
      direction: ltr
    }

    .value-stack-row.total .value-stack-name,
    .value-stack-row.total .value-stack-val {
      text-decoration: none;
      color: var(--gold)
    }

    .value-stack-row.price-row-final .value-stack-name,
    .value-stack-row.price-row-final .value-stack-val {
      text-decoration: none;
      color: #86efac
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 10px
    }

    .step {
      text-align: center;
      padding: 28px 20px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: rgba(255, 255, 255, .03)
    }

    .step-num {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f6e7b0, var(--gold) 54%, var(--gold-2));
      color: #111;
      font-weight: 900;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px
    }

    .step-title {
      font-weight: 900;
      font-size: 1rem;
      margin-bottom: 8px
    }

    .step-desc {
      font-size: .88rem;
      color: var(--muted);
      line-height: 1.6
    }

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

    .market-card {
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: rgba(255, 255, 255, .035);
      transition: transform .18s, border-color .18s, background .18s
    }

    .market-card:hover {
      transform: translateY(-3px);
      border-color: rgba(212, 175, 55, .34);
      background: rgba(212, 175, 55, .055)
    }

    .market-icon {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      background: rgba(212, 175, 55, .12);
      color: var(--gold);
      font-weight: 900
    }

    .market-card h3 {
      font-size: 1rem;
      margin-bottom: 8px
    }

    .market-card p {
      font-size: .86rem;
      color: var(--muted);
      line-height: 1.65;
      margin: 0
    }

    .for-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px
    }

    .for-card {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: rgba(255, 255, 255, .03)
    }

    .for-icon {
      font-size: 1.6rem;
      flex-shrink: 0;
      margin-top: 2px
    }

    .for-title {
      font-weight: 900;
      font-size: .92rem;
      margin-bottom: 4px
    }

    .for-desc {
      font-size: .82rem;
      color: var(--muted);
      line-height: 1.5
    }

    .trust-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: stretch
    }

    .trust-panel {
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 22px;
      background: rgba(255, 255, 255, .03)
    }

    .trust-panel.bad {
      border-color: rgba(239, 68, 68, .22);
      background: rgba(239, 68, 68, .035)
    }

    .trust-panel.good {
      border-color: rgba(34, 197, 94, .24);
      background: rgba(34, 197, 94, .045)
    }

    .trust-panel h3 {
      font-size: 1.05rem;
      margin-bottom: 16px
    }

    .trust-list {
      display: grid;
      gap: 18px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #d4d4d8;
      font-size: .93rem
    }

    .trust-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      line-height: 1.65
    }

    .trust-list span {
      flex-shrink: 0;
      font-weight: 900
    }

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

    .assurance-card {
      padding: 22px;
      border: 1px solid rgba(212, 175, 55, .2);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02))
    }

    .assurance-card h3 {
      font-size: 1rem;
      margin-bottom: 8px;
      color: var(--gold)
    }

    .assurance-card p {
      font-size: .88rem;
      color: var(--muted);
      line-height: 1.65;
      margin: 0
    }

    .sales-proof-card {
      max-width: 980px;
      margin: 0 auto;
      border: 1px solid rgba(212, 175, 55, .28);
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(212, 175, 55, .08), rgba(255, 255, 255, .025));
      box-shadow: var(--shadow);
      overflow: hidden
    }

    .sales-proof-copy {
      padding: 28px 28px 18px;
      text-align: center
    }

    .sales-proof-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 6px 12px;
      border: 1px solid rgba(34, 197, 94, .32);
      border-radius: 999px;
      background: rgba(34, 197, 94, .09);
      color: #86efac;
      font-size: .78rem;
      font-weight: 900
    }

    .sales-proof-badge::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 5px rgba(34, 197, 94, .12)
    }

    .sales-proof-copy h2 {
      max-width: 760px;
      margin: 0 auto 12px;
      font-size: clamp(1.8rem, 4vw, 3rem);
      line-height: 1.16;
      font-weight: 900
    }

    .sales-proof-copy p {
      max-width: 700px;
      margin: 0 auto;
      color: #d4d4d8;
      font-size: 1rem;
      line-height: 1.8
    }

    .sales-proof-media {
      padding: 0 clamp(14px, 3vw, 28px) 24px
    }

    .sales-proof-frame {
      position: relative;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 12px;
      background: #030810;
      padding: 8px;
      overflow: hidden
    }

    .sales-proof-frame img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 8px;
      background: var(--panel)
    }

    .sales-proof-watermark {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      transform: translate(-50%, -50%) rotate(-18deg);
      pointer-events: none;
      color: rgba(255, 255, 255, .18);
      font-size: clamp(2.2rem, 7vw, 5.8rem);
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
      text-shadow: 0 2px 20px rgba(0, 0, 0, .42);
      mix-blend-mode: screen
    }

    .sales-proof-note {
      margin: 12px 4px 0;
      color: var(--muted);
      font-size: .82rem;
      text-align: center
    }

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

    .testimonial-card {
      padding: 20px;
      border: 1px solid rgba(212, 175, 55, .18);
      border-radius: 10px;
      background: rgba(255, 255, 255, .035)
    }

    .testimonial-stars {
      color: var(--gold);
      font-size: .95rem;
      margin-bottom: 10px;
      direction: ltr;
      text-align: right
    }

    .testimonial-card blockquote {
      margin: 0 0 14px;
      color: #d4d4d8;
      font-size: .9rem;
      line-height: 1.7
    }

    .testimonial-person {
      font-weight: 900;
      font-size: .88rem
    }

    .testimonial-role {
      color: var(--muted);
      font-size: .78rem;
      margin-top: 2px
    }

    #testimonials-move {
      padding: 56px 16px
    }

    #testimonials-move h2 {
      max-width: 820px;
      margin-inline: auto
    }

    .tm-static-grid {
      max-width: 920px;
      margin: 28px auto 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px
    }

    .tm-static-grid .tm-card {
      width: auto;
      min-width: 0
    }

    .tm-static-grid .tm-card:hover {
      transform: none
    }

    .tm-static-grid .tm-card img {
      aspect-ratio: auto !important;
      height: auto !important; object-fit: contain !important; max-height: 100%; width: 100%;
      min-height: 0 !important;
    }

    .tm-static-cta {
      display: flex;
      justify-content: center;
      margin-top: 26px
    }

    @media(max-width:900px) {

      .market-grid,
      .assurance-grid,
      .testimonial-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .trust-split {
        grid-template-columns: 1fr
      }
    }

    @media(max-width:640px) {

      .steps,
      .market-grid,
      .for-grid,
      .assurance-grid,
      .testimonial-grid,
      .tm-static-grid {
        grid-template-columns: 1fr
      }

      .sales-proof-copy {
        padding: 22px 16px 14px
      }

      .sales-proof-media {
        padding: 0 10px 18px
      }

      .sales-proof-note {
        font-size: .76rem
      }

      #testimonials-move {
        padding: 42px 14px
      }

      #testimonials-move h2 {
        font-size: clamp(1.45rem, 7vw, 2rem)
      }

      .tm-sub {
        margin-bottom: 18px !important
      }

      .tm-static-grid {
        gap: 12px;
        margin-top: 20px
      }

      .tm-static-grid .tm-card {
        max-width: 320px;
        margin: 0 auto
      }

      .tm-static-grid .tm-card img {
        min-height: 0
      }
    }
  
    
    .course-showcase-grid {
      grid-template-columns: 1fr !important;
      gap: 20px !important;
    }
    .course-card {
      background: var(--panel);
      border: 1px solid rgba(212, 175, 55, 0.2);
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .course-card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 175, 55, 0.5);
      box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
    }
    .course-card .course-shot {
      border: none;
      border-radius: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      flex: 0 0 40%;
      aspect-ratio: 16 / 10;
    }
    .course-info {
      padding: 24px;
      flex: 1;
      display: flex;
      flex-direction: column;
      text-align: right;
      justify-content: center;
    }
    .course-info h4 {
      color: var(--gold);
      font-size: 1.3rem;
      margin: 0 0 12px 0;
      font-weight: 800;
      line-height: 1.4;
    }
    .course-info p {
      font-size: 1.05rem;
      color: #cbd5e1;
      margin: 0 0 20px 0;
      line-height: 1.6;
    }
    .course-value {
      background: rgba(16, 185, 129, 0.15);
      border: 1px solid rgba(16, 185, 129, 0.3);
      border-radius: 8px;
      padding: 10px 16px;
      font-size: 0.95rem;
      color: #fff;
      text-align: center;
      font-weight: 700;
      align-self: flex-start;
      box-shadow: 0 0 10px rgba(16, 185, 129, 0.1);
    }
    .course-value span {
      color: #34d399;
      font-weight: 800;
    }
    @media (max-width: 768px) {
      .course-card {
        flex-direction: column;
      }
      .course-card .course-shot {
        flex: 1 1 auto;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }
      .course-info {
        padding: 20px;
      }
      .course-info h4 {
        font-size: 1.2rem;
      }
      .course-info p {
        font-size: 0.95rem;
      }
      .course-value {
        align-self: stretch;
      }
    }


