
  :root {
    --bg: #000000;
    --panel: #111111;
    --deep: #ffffff;
    --main: #c4f542;
    --light: #c4f542;
    --xlight: #1a2408;
    --ink: #ffffff;
    --gray: #cccccc;
    --muted: #9a9a9a;
    --lgray: #333333;
    --red: #ef6b6b;
    --border: #262626;
  }
  .hl {
    background: var(--main);
    color: #131a06;
    padding: 0 12px;
    border-radius: 6px;
    box-shadow: 0 0 44px rgba(196,245,66,0.45);
    unicode-bidi: embed;
  }
  .hero-video {
    position: relative;
    max-width: 760px;
    margin: 34px auto 8px;
    aspect-ratio: 16 / 9;
    background: #000000;
    border: 1px solid #1c1c1c;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-video button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(20,20,20,0.9);
    border: 1px solid #3a3a3a;
    border-radius: 999px;
    padding: 13px 26px;
    color: #ffffff;
    font-family: "Heebo";
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    direction: rtl;
    unicode-bidi: embed;
  }

  .yt { position: relative; overflow: hidden; background: #000000; }
  .yt .yt-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
  }
  .yt .yt-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.12));
  }
  .yt .yt-trigger {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
  }
  .yt .yt-disc {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--main);
    color: #131a06;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    padding-right: 5px;
    box-shadow: 0 0 46px rgba(196,245,66,0.5);
  }
  .yt .yt-label {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(20,20,20,0.9);
    border: 1px solid #3a3a3a;
    border-radius: 999px;
    padding: 13px 26px;
    color: #ffffff;
    font-family: "Heebo";
    font-weight: 700;
    font-size: 16px;
    direction: rtl;
    unicode-bidi: embed;
  }
  .yt .yt-frame {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
  }
  .yt .yt-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  .yt .yt-shield {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .yt.playing .yt-thumb,
  .yt.playing .yt-veil,
  .yt.playing .yt-trigger { display: none; }
  .yt.playing .yt-frame,
  .yt.playing .yt-shield { display: flex; }
  .yt .yt-resume {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--main);
    color: #131a06;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    padding-right: 5px;
    box-shadow: 0 0 46px rgba(196,245,66,0.5);
  }
  .yt.paused .yt-shield { background: rgba(0,0,0,0.5); }
  .yt.paused .yt-resume { display: flex; }

  .plan-tabs {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 16px;
    margin: 0 0 30px;
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
  }
  .pt-label {
    display: block;
    font-family: "Heebo";
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--muted);
    margin-bottom: 10px;
  }
  .pt-row { display: flex; flex-wrap: wrap; gap: 8px; direction: rtl; }
  .pt-row button {
    background: transparent;
    border: 1px solid #4a6b12;
    color: var(--gray);
    padding: 8px 14px;
    border-radius: 999px;
    font-family: "Heebo";
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    direction: rtl;
    unicode-bidi: embed;
  }
  .pt-row button.on { background: var(--main); color: #131a06; border-color: var(--main); }
  .pv { display: none; }
  .pv.on { display: block; }

  .eyebrow {
    text-align: center;
    color: var(--main);
    font-family: "Heebo";
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 18px;
    direction: rtl;
    unicode-bidi: embed;
  }
  .ty-sub {
    max-width: 640px;
    margin: 26px auto 0;
    text-align: center;
    color: var(--gray);
    font-size: 18px;
    line-height: 1.7;
    direction: rtl;
    unicode-bidi: embed;
  }

  .magnet-shot {
    position: relative;
    max-width: 720px;
    margin: 26px auto 30px;
    height: 330px;
    direction: rtl;
  }
  .magnet-shot::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(196,245,66,0.10), transparent 62%);
    pointer-events: none;
  }
  .ms-card {
    position: absolute;
    top: 26px;
    width: 246px;
    height: 268px;
    background: #0d0d0d;
    border: 1px solid #262626;
    border-radius: 12px;
    padding: 14px;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
  }
  .ms-card.side { filter: blur(2.6px); opacity: 0.45; transform: scale(0.9); }
  .ms-card.right { right: 0; }
  .ms-card.left { left: 0; }
  .ms-card.mid {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 292px;
    height: 320px;
    border-color: #3a3a3a;
    box-shadow: 0 26px 60px rgba(0,0,0,0.75);
    z-index: 2;
  }
  .ms-h {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 10px;
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
  }
  .ms-card.mid .ms-h { text-align: center; font-size: 17px; }
  .ms-card.mid .ms-h span { color: var(--main); }
  .ms-thumb {
    position: relative;
    height: 165px;
    border-radius: 7px;
    background: #1a2408 url("/assets/img/p01-8ae6518fe91d.jpg") center center / cover no-repeat;
    border: 1px solid #4a6b12;
    margin-bottom: 10px;
  }
  .ms-thumb i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main);
    font-style: normal;
    font-size: 42px;
    line-height: 1;
    direction: ltr;
    text-shadow: 0 2px 16px rgba(0,0,0,0.7);
  }
  .ms-stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; direction: rtl; }
  .ms-stages b {
    background: #141414;
    border-radius: 4px;
    padding: 5px 4px;
    font-family: "Heebo";
    font-weight: 400;
    font-size: 9px;
    color: #8a8a8a;
    text-align: center;
    direction: rtl;
    unicode-bidi: embed;
  }
  .ms-stages b.on { background: var(--main); color: #131a06; font-weight: 900; }
  .ms-lines { margin-top: 11px; display: flex; flex-direction: column; gap: 6px; }
  .ms-lines em { display: block; height: 6px; border-radius: 3px; background: #232323; }
  .ms-lines em.s { width: 62%; }
  .ms-lines em.m { width: 84%; }
  .ms-bars { display: flex; align-items: flex-end; gap: 6px; height: 74px; margin-top: 10px; }
  .ms-bars u { flex: 1; background: #232323; border-radius: 3px 3px 0 0; }
  .ms-pill { height: 20px; border-radius: 10px; background: #3a1f1a; margin-bottom: 8px; width: 70%; }

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; background: var(--bg); }
  body {
    color: var(--ink);
    font-family: "Assistant", "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.6;
  }

  .nav {
    position: sticky;
    top: 0;
    background: #0a0a0a;
    padding: 12px 20px;
    z-index: 100;
    direction: rtl;
    text-align: right;
  }
  .nav .brand {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    margin-left: 16px;
  }
  .nav .sub { color: #a5d334; font-size: 12px; }
  .nav-btns { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; direction: rtl; }
  .nav-btns button {
    background: transparent;
    color: #e8e8e8;
    border: 1px solid #4a6b12;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    direction: rtl;
  }
  .nav-btns button.active {
    background: #ffffff;
    color: var(--deep);
    border-color: #ffffff;
    font-weight: 700;
  }
  .nav-btns button:hover:not(.active) { color: #ffffff; border-color: #ffffff; }

  .screen { display: none; }
  .screen.active { display: block; }

  .page {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 40px 90px;
    direction: rtl;
    text-align: right;
    min-height: 850px;
  }
  .page-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 70px;
    direction: rtl;
  }
  .brand-mark {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 16px;
    color: var(--deep);
  }
  .brand-mark .g { color: var(--main); }
  .brand-mark .sub {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
  }
  .doc-mark { font-family: "Heebo"; font-size: 12px; color: var(--muted); }

  h1.title, h2.title {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 46px;
    line-height: 1.15;
    margin: 0 0 26px;
    color: var(--deep);
    direction: rtl;
    text-align: right;
    text-wrap: balance;
  }
  h1.title.center, h2.title.center { text-align: center; }
  h1.title .g, h2.title .g { color: var(--main); }
  .lede {
    font-size: 17px;
    line-height: 1.65;
    color: var(--gray);
    margin-bottom: 20px;
    text-wrap: pretty;
  }

  .card {
    background: var(--panel);
    border: 1px solid var(--border);
    border-right: 4px solid var(--main);
    border-radius: 10px;
    padding: 22px 26px;
    margin: 16px 0;
    direction: rtl;
    text-align: right;
  }
  .card .cap {
    font-family: "Heebo";
    font-size: 12px;
    color: var(--main);
    font-weight: 700;
    margin-bottom: 8px;
  }
  .card h3 {
    font-family: "Heebo";
    font-weight: 700;
    font-size: 21px;
    margin: 4px 0 10px;
    color: var(--deep);
    line-height: 1.3;
    text-wrap: balance;
  }
  .card p { color: var(--gray); margin: 6px 0; font-size: 15px; text-wrap: pretty; }

  .cta-btn {
    display: block;
    width: 100%;
    background: var(--main);
    color: #131a06;
    border: none;
    padding: 18px;
    font-family: "Heebo";
    font-weight: 900;
    font-size: 17px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 24px;
    direction: rtl;
    text-align: center;
  }
  .cta-btn:hover { background: #d5ff58; }
  .ghost-btn {
    display: block;
    width: 100%;
    background: transparent;
    border: 2px solid var(--main);
    color: var(--main);
    padding: 14px;
    font-family: "Heebo";
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
    direction: rtl;
  }
  .form-note { color: var(--muted); font-size: 13px; text-align: center; margin-top: 12px; }

  .form-row label {
    display: block;
    font-family: "Heebo";
    font-weight: 700;
    font-size: 15px;
    color: var(--deep);
    margin-bottom: 8px;
    direction: rtl;
    text-align: right;
  }
  .form-row input, .form-row select {
    width: 100%;
    background: var(--panel);
    border: 1px solid var(--border);
    color: var(--ink);
    padding: 14px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    direction: rtl;
    text-align: right;
  }
  .form-row input:focus, .form-row select:focus { outline: none; border-color: var(--main); }
  .err {
    display: none;
    color: var(--red);
    font-family: "Heebo";
    font-weight: 700;
    font-size: 13px;
    margin: 10px 0 0;
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
  }
  .err.on { display: block; }
  .form-row.bad input, .form-row.bad select { border-color: var(--red); }
  .form-row.bad .radio-group label { border-color: rgba(239,107,107,0.45); }
  .radio-group { display: flex; flex-direction: column; gap: 8px; }
  .radio-group label {
    display: flex;
    align-items: center;
    background: var(--panel);
    border: 1px solid var(--border);
    padding: 12px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--ink);
    font-weight: 400;
    font-family: inherit;
    font-size: 15px;
    direction: rtl;
    text-align: right;
  }
  .radio-group label:hover { border-color: var(--main); }
  .radio-group input { width: auto; margin-left: 10px; accent-color: var(--main); }
  .sub-q { background: var(--xlight); border-right: 4px solid var(--light); padding: 14px; margin-top: 8px; border-radius: 8px; }
  .step-progress { display: flex; gap: 6px; margin-bottom: 30px; direction: rtl; }
  .step-progress .p { flex: 1; height: 6px; border-radius: 3px; background: var(--border); }
  .step-progress .p.on { background: var(--main); }
  .fstep { display: none; }
  .fstep.on { display: block; }
  .single-q { max-width: 480px; margin: 60px auto 0; }
  .single-q .form-row label { font-size: 24px; font-family: "Heebo"; font-weight: 900; margin-bottom: 18px; }

  .video-holder {
    background: #111111;
    aspect-ratio: 16/9;
    border-radius: 12px;
    margin: 20px 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8e8e8;
    font-family: "Heebo";
    font-size: 13px;
    gap: 12px;
  }
  .video-holder:not(.yt)::before { content: "▶"; color: #ffffff; font-size: 54px; }

  .ticker-wrap {
    overflow: hidden;
    margin: 26px 0;
    -webkit-mask-image: linear-gradient(to left, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(to left, transparent, black 8%, black 92%, transparent);
  }
  .ticker {
    display: flex;
    width: max-content;
    animation: tick 78s linear infinite;
    direction: rtl;
  }
  @keyframes tick { from { transform: translateX(0); } to { transform: translateX(50%); } }
  .tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-right: 12px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 9px 9px 12px;
    direction: rtl;
    white-space: nowrap;
  }
  .tk .shot {
    width: 140px;
    height: auto;
    display: block;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
  }
  .tk .cap { text-align: center; font-family: "Heebo"; font-size: 11px; color: var(--deep); line-height: 1.5; }
  .tk .cap .hd { direction: ltr; unicode-bidi: embed; display: inline-block; font-weight: 900; }
  .tk .cap .v { color: #1d9bf0; font-size: 10px; }
  .tk .cap .role { display: block; color: var(--muted); font-size: 10px; font-weight: 400; }
  .tk .cap .role b { color: var(--deep); font-weight: 700; }

  .stages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 30px 0 20px;
    direction: rtl;
  }
  .stg {
    background: var(--panel);
    border: 1px solid var(--border);
    padding: 14px 16px;
    border-radius: 8px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    direction: rtl;
  }
  .stg.here { background: var(--xlight); border-color: var(--main); }
  .stg .n { color: var(--muted); font-family: "Heebo"; font-size: 12px; font-weight: 700; white-space: nowrap; }
  .stg .nm { color: var(--deep); font-family: "Heebo"; font-weight: 900; font-size: 17px; }
  .stg.here .n, .stg.here .nm { color: var(--main); }

  .illu-wrap {
    background: var(--panel);
    border: 1px solid var(--border);
    padding: 24px 14px;
    margin: 22px 0;
    border-radius: 12px;
    text-align: center;
  }
  .illu-wrap svg { max-width: 100%; height: auto; display: block; margin: 0 auto; }
  .illu-cap { font-family: "Heebo"; font-size: 13px; color: var(--muted); margin-top: 12px; text-align: center; text-wrap: pretty; }

  .opp-card {
    background: var(--xlight);
    border: 1px solid #4a6b12;
    border-radius: 14px;
    padding: 30px 32px;
    margin: 30px 0;
    direction: rtl;
    text-align: right;
  }
  .opp-card h3 { font-family: "Heebo"; font-weight: 900; font-size: 32px; margin: 0 0 8px; color: var(--deep); }
  .opp-card .sub { color: var(--gray); font-size: 15px; margin-bottom: 20px; text-wrap: pretty; }
  .opp-card .asterisk { color: var(--muted); font-size: 11px; margin-top: 12px; text-wrap: pretty; }

  .prob {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 30px 32px;
    margin: 24px 0;
    direction: rtl;
    text-align: right;
  }
  .prob-tag {
    color: var(--red);
    font-family: "Heebo";
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .prob-tag .dark { color: var(--deep); }
  .prob p { color: var(--gray); font-size: 16px; margin: 10px 0; line-height: 1.65; text-wrap: pretty; }
  .prob .why { font-family: "Heebo"; font-weight: 900; font-size: 21px; color: var(--deep); margin: 24px 0 8px; }
  .sol-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--xlight);
    border: 1px solid var(--light);
    color: var(--main);
    font-family: "Heebo";
    font-weight: 900;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 999px;
    margin: 22px 0 10px;
    direction: rtl;
  }
  .sol-badge .dots { display: inline-flex; gap: 5px; }
  .sol-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4a6b12; }
  .sol-badge .dot.on { background: var(--main); }

  .green-block {
    background: #4a6b12;
    color: #ffffff;
    padding: 32px;
    border-radius: 14px;
    margin: 28px 0;
    text-align: center;
    direction: rtl;
  }
  .green-block .big { font-family: "Heebo"; font-weight: 900; font-size: 28px; line-height: 1.25; margin: 0 0 8px; }
  .green-block .small { font-size: 15px; margin: 0; color: #e8e8e8; }

  .ba-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch; margin: 30px 0; direction: rtl; }
  .ba-col { background: var(--panel); border: 1px solid var(--border); border-radius: 10px; padding: 20px 22px; direction: rtl; text-align: right; }
  .ba-col.before { border-color: #4a2a24; background: #1a0f0d; }
  .ba-col.after { border-color: var(--light); background: var(--xlight); }
  .ba-col .tag { font-family: "Heebo"; font-weight: 900; font-size: 13px; margin-bottom: 8px; }
  .ba-col.before .tag { color: var(--red); }
  .ba-col.after .tag { color: var(--main); }
  .ba-col ul { list-style: none; padding: 0; margin: 8px 0 0; }
  .ba-col ul li { color: var(--gray); font-size: 14px; padding: 6px 0 6px 0; padding-right: 22px; position: relative; text-wrap: pretty; }
  .ba-col.before ul li::before { content: "✕"; position: absolute; right: 0; color: var(--red); }
  .ba-col.after ul li::before { content: "✓"; position: absolute; right: 0; color: var(--main); font-weight: 900; }
  .ba-arrow { display: flex; align-items: center; color: var(--main); font-family: "Heebo"; font-weight: 900; font-size: 30px; }

  .outcome-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 26px 0 10px;
    direction: rtl;
  }
  .outcome-card {
    position: relative;
    overflow: hidden;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px 22px 24px;
    margin: 0;
    display: block;
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
  }
  .outcome-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to left, var(--main), rgba(196,245,66,0));
  }
  .oc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    direction: rtl;
  }
  .oc-ico {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: var(--xlight);
    border: 1px solid #4a6b12;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .oc-ico svg { width: 28px; height: 28px; display: block; }
  .oc-num {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 34px;
    line-height: 1;
    color: #3f5320;
    direction: ltr;
  }
  .outcome-card h3 {
    font-family: "Heebo";
    font-weight: 900;
    font-size: 19px;
    line-height: 1.32;
    margin: 0 0 8px;
    color: var(--deep);
    text-wrap: balance;
  }
  .outcome-card p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.62;
    margin: 0;
    text-wrap: pretty;
  }

  .chatbox {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px 20px;
    max-width: 420px;
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 30px;
  }
  .chatbox .av { width: 44px; height: 44px; border-radius: 50%; background: var(--lgray); flex-shrink: 0; object-fit: cover; display: block; }
  .chatbox .meta { color: var(--muted); font-size: 11px; font-family: "Heebo"; }
  .chatbox .txt { color: var(--ink); font-family: "Heebo"; font-weight: 700; font-size: 15px; }

  .pill-label {
    display: inline-block;
    background: var(--panel);
    border: 1px solid var(--border);
    color: var(--deep);
    font-family: "Heebo";
    font-weight: 700;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 999px;
    direction: rtl;
  }
  .opt-red {
    background: rgba(180,50,50,0.10);
    border-right: 4px solid var(--red);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 14px 0;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    color: var(--gray);
    text-wrap: pretty;
  }
  .opt-red b { color: var(--red); font-family: "Heebo"; }
  .opt-green {
    background: var(--xlight);
    border-right: 4px solid var(--main);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 14px 0;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    color: var(--gray);
    text-wrap: pretty;
  }
  .opt-green b { color: var(--main); font-family: "Heebo"; }
  .white-cta {
    display: block;
    background: #ffffff;
    color: #000000;
    font-family: "Heebo";
    font-weight: 900;
    font-size: 21px;
    text-align: center;
    padding: 24px;
    border-radius: 14px;
    text-decoration: none;
    margin: 26px 0 14px;
    box-shadow: 0 0 50px rgba(255,255,255,0.15);
    direction: rtl;
  }
  .white-cta:hover { background: #e8e8e8; }
  .disclaimer { color: var(--muted); font-size: 12px; font-style: normal; text-wrap: pretty; }

  .cal-holder {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    margin: 20px 0 40px;
    overflow: hidden;
  }

  .footer-page {
    margin-top: 90px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    font-family: "Heebo";
    font-size: 12px;
    color: var(--muted);
    direction: rtl;
  }


  @media (max-width: 680px) {
    h1.title, h2.title { font-size: 34px; }
    .page { padding: 36px 20px 60px; }
    .ba-grid { grid-template-columns: 1fr; }
    .ba-arrow { justify-content: center; transform: rotate(90deg); }
    .stages-grid { grid-template-columns: 1fr; }
    .outcome-grid { grid-template-columns: 1fr; }
  }
