:root{--strix-green: #1DB768;--strix-green-dark: #0d8a49;--strix-green-glow: rgba(29, 183, 104, .15);--strix-green-glow-strong: rgba(29, 183, 104, .25);--background: #FFFFFF;--surface: #F9FAFB;--surface-2: #F3F4F6;--border: #E5E7EB;--border-subtle: #F3F4F6;--foreground: #111827;--foreground-muted: #6B7280;--destructive: #EF4444;--warning: #F59E0B;--font-ar: "IBM Plex Sans Arabic", sans-serif;--font-en: "Inter", sans-serif;--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-2xl: 32px}@media(prefers-color-scheme:dark){:root{--background: #0A0D0A;--surface: #111411;--surface-2: #1A1F1A;--border: #2A2E2A;--border-subtle: #1F231F;--foreground: #FFFFFF;--foreground-muted: #8A9A8A;--destructive: #FF3B30;--warning: #FF9500}}html[data-theme=dark]{--background: #0A0D0A;--surface: #111411;--surface-2: #1A1F1A;--border: #2A2E2A;--border-subtle: #1F231F;--foreground: #FFFFFF;--foreground-muted: #8A9A8A;--destructive: #FF3B30;--warning: #FF9500}html[data-theme=light]{--background: #FFFFFF;--surface: #F9FAFB;--surface-2: #F3F4F6;--border: #E5E7EB;--border-subtle: #F3F4F6;--foreground: #111827;--foreground-muted: #6B7280;--destructive: #EF4444;--warning: #F59E0B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-ar);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;direction:rtl;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}.bg-mesh{background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(29,183,104,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 80% 60%,rgba(29,183,104,.05) 0%,transparent 50%),var(--background)}.navbar{position:sticky;top:0;z-index:100;background:#0a0d0acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);padding:0 1.5rem}.navbar-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.navbar-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar-logo{width:38px;height:38px;border-radius:var(--radius-sm);overflow:hidden}.navbar-logo img{width:100%;height:100%;object-fit:cover}.navbar-name{font-size:1.25rem;font-weight:800;color:var(--strix-green);letter-spacing:1px}.navbar-nav{display:flex;align-items:center;gap:2rem}.navbar-nav a{font-size:.9rem;font-weight:500;color:var(--foreground-muted);transition:color .2s}.navbar-nav a:hover{color:var(--foreground)}.btn-cta-sm{background:var(--strix-green);color:#fff;font-weight:700;font-size:.875rem;padding:.5rem 1.25rem;border-radius:var(--radius);border:none;transition:all .2s ease;white-space:nowrap}.btn-cta-sm:hover{background:var(--strix-green-dark);transform:translateY(-1px)}.hero{padding:7rem 1.5rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(29,183,104,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--strix-green-glow);border:1px solid rgba(29,183,104,.3);color:var(--strix-green);font-size:.8rem;font-weight:600;padding:.35rem .9rem;border-radius:100px;margin-bottom:1.5rem}.hero-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--strix-green);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-size:clamp(2.6rem,5vw,4rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--foreground)}.hero-title .accent{color:var(--strix-green);position:relative;display:inline-block}.hero-subtitle{font-size:1.1rem;color:var(--foreground-muted);line-height:1.8;margin-bottom:2.5rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--strix-green);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 1.75rem;border-radius:var(--radius-lg);border:none;transition:all .25s ease;box-shadow:0 8px 24px #1db7684d}.btn-primary:hover{background:var(--strix-green-dark);transform:translateY(-2px);box-shadow:0 12px 32px #1db76866}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:var(--surface);color:var(--foreground);font-weight:600;font-size:1rem;padding:.875rem 1.75rem;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .25s ease}.btn-ghost:hover{border-color:var(--strix-green);color:var(--strix-green)}.hero-stats{display:flex;gap:2.5rem;padding-top:2rem;margin-top:2rem;border-top:1px solid var(--border-subtle)}.hero-stat-value{font-size:1.75rem;font-weight:800;color:var(--strix-green);font-family:var(--font-en)}.hero-stat-label{font-size:.8rem;color:var(--foreground-muted);margin-top:2px}.phone-wrap{display:flex;justify-content:center;align-items:center;position:relative}.phone-glow{position:absolute;width:280px;height:280px;background:radial-gradient(circle,rgba(29,183,104,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.phone{width:260px;background:var(--surface);border-radius:36px;border:1px solid var(--border);overflow:hidden;box-shadow:0 0 0 1px #ffffff0a,0 40px 80px #0009,0 0 40px #1db76814;position:relative;z-index:1}.phone-notch{background:#0a0d0a;height:28px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid var(--border-subtle)}.phone-notch-pill{width:60px;height:5px;background:var(--border);border-radius:100px}.phone-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.phone-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem}.phone-card-alert{display:flex;align-items:center;gap:.75rem;background:#ff3b3014;border-color:#ff3b3033;animation:card-pulse 3s ease-in-out infinite}@keyframes card-pulse{0%,to{box-shadow:0 0 #ff3b3000}50%{box-shadow:0 0 0 4px #ff3b3014}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delay{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 var(--strix-green-glow-strong)}70%{box-shadow:0 0 0 10px #1db76800}to{box-shadow:0 0 #1db76800}}@keyframes pulse-ring-red{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.floating-card{position:absolute;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:.75rem;z-index:10;animation:float 4s ease-in-out infinite;white-space:nowrap}.floating-card.right{top:15%;right:-25%;animation:float-delay 5s ease-in-out infinite}.floating-card.left{bottom:25%;left:-25%;animation:float 4.5s ease-in-out infinite}@media(max-width:768px){.floating-card{display:none!important}}.floating-card-icon{width:36px;height:36px;border-radius:8px;background:var(--strix-green-glow);color:var(--strix-green);display:flex;align-items:center;justify-content:center;animation:pulse-ring 2s infinite}.floating-card-icon.red{background:#ef44441a;color:var(--destructive);animation:pulse-ring-red 2s infinite}.floating-card-text{display:flex;flex-direction:column;gap:.2rem;text-align:right}.floating-card-title{font-size:.8rem;font-weight:700;color:var(--foreground)}.floating-card-subtitle{font-size:.7rem;color:var(--foreground-muted)}.phone-alert-icon{width:36px;height:36px;border-radius:10px;background:#ff3b3026;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.phone-alert-title{font-size:.75rem;font-weight:700;color:var(--foreground)}.phone-alert-sub{font-size:.65rem;color:var(--foreground-muted);margin-top:1px}.phone-car-diagram{height:90px;background:var(--background);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-top:.5rem}.car-icon{font-size:2.5rem;filter:drop-shadow(0 0 12px rgba(29,183,104,.4))}.impact-dot{position:absolute;top:10px;right:10px;width:10px;height:10px;background:var(--destructive);border-radius:50%;box-shadow:0 0 8px #ff3b3099;animation:pulse-dot 1.5s infinite}.phone-zone-label{font-size:.65rem;font-weight:700;color:var(--foreground-muted);margin-bottom:.3rem;text-align:center}.phone-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.phone-stat-key{font-size:.7rem;color:var(--foreground-muted)}.phone-stat-val{font-size:.7rem;font-weight:700;color:var(--destructive);font-family:var(--font-en);direction:ltr}.phone-stat-val.ok{color:var(--strix-green)}.phone-btn{background:var(--strix-green);color:#fff;font-size:.75rem;font-weight:700;border:none;border-radius:var(--radius-sm);padding:.6rem;width:100%;text-align:center;cursor:pointer}.stats-bar{padding:1.5rem;background:var(--surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.stats-bar-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:1rem;flex-wrap:wrap}.stat-pill{display:flex;align-items:center;gap:.75rem}.stat-pill-icon{width:40px;height:40px;background:var(--strix-green-glow);border:1px solid rgba(29,183,104,.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.stat-pill-value{font-size:1.3rem;font-weight:800;color:var(--strix-green);font-family:var(--font-en)}.stat-pill-label{font-size:.78rem;color:var(--foreground-muted)}section{padding:5rem 1.5rem}.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.section-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--strix-green);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:var(--foreground);line-height:1.2;margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--foreground-muted);line-height:1.7}.features-section{background:var(--background)}.features-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:1.75rem;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(29,183,104,.3),transparent);opacity:0;transition:opacity .3s}.feature-card:hover{border-color:#1db76833;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d,0 0 0 1px #1db76814}.feature-card:hover:before{opacity:1}.feature-icon{width:52px;height:52px;background:var(--strix-green-glow);border:1px solid rgba(29,183,104,.2);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.25rem}.feature-title{font-size:1.05rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.feature-desc{font-size:.875rem;color:var(--foreground-muted);line-height:1.7}.how-section{background:var(--surface)}.how-steps{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.how-steps:before{content:"";position:absolute;top:28px;right:16.6%;left:16.6%;height:1px;background:linear-gradient(90deg,var(--strix-green),var(--border),var(--strix-green))}.how-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.how-step-number{width:56px;height:56px;background:var(--background);border:2px solid var(--strix-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;color:var(--strix-green);font-family:var(--font-en);position:relative;z-index:1;box-shadow:0 0 0 4px var(--background),0 0 20px #1db76833}.how-step-title{font-size:1rem;font-weight:700;color:var(--foreground)}.how-step-desc{font-size:.875rem;color:var(--foreground-muted);line-height:1.7}.form-section{background:var(--background)}.form-card{max-width:900px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-2xl);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 40px 80px #0006,0 0 0 1px #1db7680d}.form-info{padding:3rem;background:linear-gradient(160deg,rgba(29,183,104,.07) 0%,transparent 60%);border-left:1px solid var(--border-subtle);display:flex;flex-direction:column;justify-content:center}.form-info-logo{display:flex;align-items:center;gap:10px;margin-bottom:2rem}.form-info-logo img{width:44px;height:44px;border-radius:var(--radius)}.form-info-logo span{font-size:1.3rem;font-weight:800;color:var(--strix-green);letter-spacing:1px}.form-info-title{font-size:1.6rem;font-weight:800;color:var(--foreground);line-height:1.3;margin-bottom:.75rem}.form-info-sub{font-size:.9rem;color:var(--foreground-muted);line-height:1.7;margin-bottom:2rem}.form-perks{display:flex;flex-direction:column;gap:.75rem}.form-perk{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--foreground-muted)}.perk-check{width:22px;height:22px;background:var(--strix-green-glow);border:1px solid rgba(29,183,104,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--strix-green);font-size:.7rem;flex-shrink:0}.form-body{padding:3rem}.form-body h3{font-size:1.2rem;font-weight:700;color:var(--foreground);margin-bottom:1.75rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.85rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s;outline:none}.form-input:focus,.form-select:focus{border-color:var(--strix-green);box-shadow:0 0 0 3px #1db7681f}.form-input::placeholder{color:var(--foreground-muted)}.form-select option{background:var(--surface-2);color:var(--foreground)}.form-submit{width:100%;background:var(--strix-green);color:#fff;font-weight:700;font-size:1rem;padding:.9rem;border-radius:var(--radius);border:none;transition:all .25s;margin-top:.5rem;cursor:pointer;box-shadow:0 8px 24px #1db76840}.form-submit:hover{background:var(--strix-green-dark);transform:translateY(-1px);box-shadow:0 12px 32px #1db76859}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-privacy{font-size:.75rem;color:var(--foreground-muted);text-align:center;margin-top:.75rem}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:300px;gap:1rem;padding:2rem}.success-icon{width:72px;height:72px;background:var(--strix-green-glow);border:2px solid rgba(29,183,104,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.success-title{font-size:1.3rem;font-weight:800;color:var(--foreground)}.success-sub{font-size:.9rem;color:var(--foreground-muted)}footer{background:var(--surface);border-top:1px solid var(--border-subtle);padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1180px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:36px;height:36px;border-radius:var(--radius-sm)}.footer-brand-name{font-size:1.1rem;font-weight:800;color:var(--strix-green);letter-spacing:1px}.footer-tagline{font-size:.8rem;color:var(--foreground-muted);margin-top:.5rem}.footer-links{display:flex;gap:2.5rem}.footer-link-group h4{font-size:.85rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.footer-link-group ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link-group ul li a{font-size:.82rem;color:var(--foreground-muted);transition:color .2s}.footer-link-group ul li a:hover{color:var(--foreground)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--foreground-muted);flex-wrap:wrap;gap:.5rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-subtitle{max-width:100%}.hero-actions,.hero-stats{justify-content:center}.phone-wrap{margin-top:2rem}.features-grid{grid-template-columns:1fr 1fr}.how-steps{grid-template-columns:1fr}.how-steps:before{display:none}.form-card{grid-template-columns:1fr}.form-info{border-left:none;border-bottom:1px solid var(--border-subtle)}.navbar-nav{display:none}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}.stats-bar-inner{gap:1.5rem}.footer-links{flex-direction:column;gap:1.5rem}.footer-top{flex-direction:column}}.hero-lead-counter{margin-top:1.25rem;display:inline-flex;align-items:baseline;gap:.4rem;padding:.5rem 1rem;border-radius:999px;background:color-mix(in srgb,var(--strix-green) 12%,transparent);border:1px solid color-mix(in srgb,var(--strix-green) 30%,transparent)}.lead-counter-value{font-size:1.35rem;font-weight:800;color:var(--strix-green);letter-spacing:.5px}.lead-counter-label{font-size:.9rem;color:var(--foreground);opacity:.85}
