.v2-root{--cream:#f8f4ec;--cream-deep:#f1eadd;--surface:#fff;--olive:#728259;--olive-deep:#5c6b45;--olive-soft:#e9ede1;--gold:#c8a25a;--gold-soft:#f3e9d4;--gold-deep:#a8843f;--ink:#1e1e1e;--ink-2:#666;--divider:#eaeaea;--success:#4caf50;--success-soft:#e7f3e8;--warning:#e0913a;--warning-soft:#fbeedd;--danger:#d9534f;--danger-soft:#f8e6e5;--r-card:20px;--r-btn:16px;--r-input:14px;--r-pill:999px;--r-sm:12px;--shadow:0 10px 30px #0000000f;--shadow-sm:0 4px 14px #0000000d;--shadow-lift:0 18px 44px #0000001a;--shadow-gold:0 12px 28px #c8a25a47;--font-ar:var(--font-arabic), "IBM Plex Sans Arabic", system-ui, sans-serif;--font-en:var(--font-inter), "Inter", system-ui, sans-serif;color:var(--ink);background:var(--cream);font-family:var(--font-ar);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh;line-height:1.5;overflow-x:clip}.v2-root *,.v2-root :before,.v2-root :after{box-sizing:border-box}.v2-root :is(h1,h2,h3,h4,p,ul,ol,figure){margin:0}.v2-root ul{padding:0;list-style:none}.v2-root a{color:inherit;text-decoration:none}.v2-root button{font-family:inherit}.v2-root img{max-width:100%;display:block}.v2-root .en{font-family:var(--font-en)}.v2-display{letter-spacing:-.01em;font-size:clamp(34px,5.2vw,46px);font-weight:700;line-height:1.18}.v2-h1{font-size:clamp(28px,3.6vw,36px);font-weight:700;line-height:1.25}.v2-h2{font-size:clamp(24px,2.6vw,30px);font-weight:600;line-height:1.3}.v2-h3{font-size:24px;font-weight:600;line-height:1.35}.v2-title{font-size:20px;font-weight:600}.v2-body{font-size:16px;font-weight:400}.v2-caption{color:var(--ink-2);font-size:14px}.v2-small{color:var(--ink-2);font-size:12px}.v2-muted{color:var(--ink-2)}.v2-gold-text{color:var(--gold-deep)}.v2-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}.v2-section{padding-block:clamp(56px,8vw,96px)}.v2-shell{background:var(--cream);min-height:100dvh;display:flex}@media (max-width:900px){.v2-shell{display:block}}.v2-btn{border-radius:var(--r-btn);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;height:52px;padding-inline:26px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex}.v2-btn:active{transform:scale(.985)}.v2-btn-primary{background:var(--gold);color:#fff;box-shadow:var(--shadow-gold)}.v2-btn-primary:hover{background:var(--gold-deep);transform:translateY(-1px)}.v2-btn-secondary{color:var(--olive-deep);border-color:var(--olive);background:0 0}.v2-btn-secondary:hover{background:var(--olive-soft)}.v2-btn-ghost{color:var(--ink-2);background:0 0}.v2-btn-ghost:hover{color:var(--ink);background:#0000000a}.v2-btn-sm{border-radius:12px;height:42px;padding-inline:18px;font-size:14px}.v2-btn-block{width:100%}.v2-card{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--shadow);border:1px solid #00000008;padding:24px;transition:transform .2s,box-shadow .2s}.v2-card-lift:hover{box-shadow:var(--shadow-lift);transform:translateY(-4px)}.v2-pill{border-radius:var(--r-pill);align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.v2-pill-olive{background:var(--olive-soft);color:var(--olive-deep)}.v2-pill-gold{background:var(--gold-soft);color:var(--gold-deep)}.v2-pill-green{background:var(--success-soft);color:#2f7d33}.v2-pill-amber{background:var(--warning-soft);color:#9a6414}.v2-pill-red{background:var(--danger-soft);color:#a23b38}.v2-pill-gray{color:var(--ink-2);background:#f0f0ee}.v2-input,.v2-textarea{border-radius:var(--r-input);border:1.5px solid var(--divider);background:var(--surface);width:100%;height:52px;color:var(--ink);padding-inline:16px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.v2-textarea{resize:vertical;height:auto;min-height:96px;padding:14px 16px}.v2-input:focus,.v2-textarea:focus{border-color:var(--olive);outline:none;box-shadow:0 0 0 4px #7282591f}.v2-label{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.v2-progress{background:var(--cream-deep);border-radius:999px;height:10px;overflow:hidden}.v2-progress>span{background:linear-gradient(90deg, var(--olive), var(--gold));border-radius:999px;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);display:block}@keyframes v2FadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes v2Fade{0%{opacity:0}to{opacity:1}}@keyframes v2Pop{0%{opacity:0;transform:scale(.9)}60%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.v2-fade-up{animation:.6s cubic-bezier(.22,1,.36,1) both v2FadeUp}.v2-fade{animation:.5s both v2Fade}.v2-d1{animation-delay:80ms}.v2-d2{animation-delay:.16s}.v2-d3{animation-delay:.24s}.v2-d4{animation-delay:.32s}.v2-d5{animation-delay:.4s}@media (prefers-reduced-motion:reduce){.v2-root *{transition-duration:.01ms!important;animation:none!important}}.v2-eyebrow{letter-spacing:.04em;color:var(--gold-deep);background:var(--gold-soft);border-radius:var(--r-pill);align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.v2-hr{background:var(--divider);border:0;height:1px}.v2-warm-bg{background:radial-gradient(1100px 520px at 80% -10%, #c8a25a24, transparent 60%), radial-gradient(900px 480px at 0% 10%, #7282591f, transparent 55%), var(--cream)}
