:root{--primary: #006fff;--navy: #082770;--navy-dark: #050f2e;--bg: #ffffff;--bg2: #f9fafb;--bg3: #f3f4f6;--text: #111827;--text2: #6b7280;--text3: #9ca3af;--border: #e5e7eb;--border2: #d1d5db;--radius: 12px;--radius-lg: 24px;--ease: cubic-bezier(.22, 1, .36, 1);--font-ar: "Noto Kufi Arabic", sans-serif;--font-en: "Open Sans", sans-serif}html.dark{--bg: #030712;--bg2: #111827;--bg3: #1f2937;--text: #f9fafb;--text2: #9ca3af;--text3: #6b7280;--border: #1f2937;--border2: #374151}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-ar);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background .3s ease,color .3s ease}html[lang=en] body{font-family:var(--font-en)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}#navbar{position:fixed;top:0;inset-inline-start:0;inset-inline-end:0;z-index:100;transition:background .3s ease,backdrop-filter .3s ease}#navbar.scrolled{background:#082770f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:8px}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:40px;width:auto;object-fit:contain;mix-blend-mode:lighten}.navbar-links{display:none;align-items:center;gap:20px}@media(min-width:1024px){.navbar-links{display:flex}}.navbar-links a{font-size:.875rem;font-weight:500;color:#fffc;transition:color .2s ease}.navbar-links a:hover{color:#fff}.nav-right{display:flex;align-items:center;gap:8px}.btn-nav-ghost{display:none;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-nav-ghost:hover{background:#fff3}@media(min-width:768px){.btn-nav-ghost{display:flex}}.btn-nav-primary{display:none;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;background:var(--primary);border:none;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease;box-shadow:0 4px 14px #006fff59}.btn-nav-primary:hover{background:#3b88ff}@media(min-width:768px){.btn-nav-primary{display:flex}}.btn-icon{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:background .2s ease}.btn-icon:hover{background:#fff3}.btn-hamburger{display:flex}@media(min-width:1024px){.btn-hamburger{display:none!important}}#mobile-menu{display:none;position:fixed;top:64px;inset-inline-start:0;inset-inline-end:0;z-index:99;background:#082770fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:1rem}#mobile-menu a{display:block;padding:12px 0;color:#fffc;font-size:.9375rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s ease}#mobile-menu a:hover{color:#fff}.mobile-actions{display:flex;gap:12px;margin-top:16px;padding-top:12px}.mobile-actions a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:12px;font-size:.875rem;font-weight:600;border:none}.mobile-actions .m-login{background:#ffffff1a;color:#fff;text-align:center}.mobile-actions .m-signup{background:var(--primary);color:#fff;text-align:center}#hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(160deg,#082770,#0d3190 35%,#1246b8 65%,#006fff)}.hero-dots{position:absolute;inset:0;opacity:.07;background-image:radial-gradient(circle at 1px 1px,white 1.5px,transparent 0);background-size:40px 40px}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse-orb 7s ease-in-out infinite}.hero-orb-1{top:25%;inset-inline-start:33%;width:500px;height:500px;background:#60a5fa33}.hero-orb-2{bottom:25%;inset-inline-end:25%;width:320px;height:320px;background:#a5b4fc33;animation-duration:9s;animation-delay:2s}@keyframes pulse-orb{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes float-phone{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes bounce-down{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero-grid{position:relative;padding:6rem 0 4rem;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text{text-align:center}@media(min-width:1024px){html[dir=rtl] .hero-text{text-align:right}html[dir=ltr] .hero-text{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#bfdbfe;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.25rem,6vw,4.5rem);font-weight:900;color:#fff;line-height:1.05;margin-bottom:1.25rem}.hero-title .accent{color:#60a5fa}.hero-sub{font-size:1.0625rem;color:#bfdbfebf;line-height:1.7;margin-bottom:2.5rem}@media(min-width:1024px){.hero-sub{max-width:36rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:480px){.hero-buttons{flex-direction:row;justify-content:center}}@media(min-width:1024px){.hero-buttons{justify-content:flex-start}}html[dir=ltr] .hero-buttons{justify-content:flex-start}.btn-store{display:inline-flex;align-items:center;gap:14px;padding:14px 26px;border-radius:16px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none;flex:1;justify-content:center}.btn-store:hover{transform:translateY(-2px)}.btn-store-white{background:#fff;color:#111;box-shadow:0 8px 30px #00000040}.btn-store-ghost{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.3);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-icon{font-size:2rem;flex-shrink:0;line-height:1;display:flex;align-items:center}.btn-store-white .store-icon{color:#111}.btn-store-ghost .store-icon{color:#fff}.store-label-small{font-size:.65rem;opacity:.55;line-height:1;margin-bottom:3px;letter-spacing:.02em}.store-name{font-size:1rem;font-weight:900;line-height:1}.hero-rating{display:flex;align-items:center;gap:12px;justify-content:center}@media(min-width:1024px){.hero-rating{justify-content:flex-start}}.rating-avatars{display:flex}.rating-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #082770;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.rating-avatar+.rating-avatar{margin-inline-start:-8px}.rating-avatar.blue{background:#2563eb}.rating-avatar.purple{background:#7c3aed}.rating-avatar.amber{background:#d97706}.rating-avatar.green{background:#059669}.rating-stars{color:#fbbf24;font-size:14px}.rating-score{color:#fff;font-weight:700;font-size:.875rem}.rating-count{color:#93c5fd99;font-size:.75rem}.hero-phone{display:flex;justify-content:center;align-items:center;padding-inline-end:clamp(20px,4vw,50px)}.phone-stack-wrapper{position:relative;width:clamp(230px,36vw,310px);overflow:visible}.phone-glow{position:absolute;inset:10% -30% -5% 10%;border-radius:60px;background:#006fff73;filter:blur(56px);z-index:0;pointer-events:none}.phone-card{width:100%}.phone-card--front{position:relative;z-index:3;animation:float-phone 4s ease-in-out infinite}.phone-card--mid{position:absolute;top:0;left:0;z-index:2;transform-origin:top left;transform:rotate(9deg) translate(28%);opacity:.82;filter:brightness(.88)}.phone-card--back{position:absolute;top:0;left:0;z-index:1;transform-origin:top left;transform:rotate(18deg) translate(52%);opacity:.65;filter:brightness(.75)}html[dir=rtl] .phone-card--mid{left:auto;right:0;transform-origin:top right;transform:rotate(-9deg) translate(-28%)}html[dir=rtl] .phone-card--back{left:auto;right:0;transform-origin:top right;transform:rotate(-18deg) translate(-52%)}html[dir=rtl] .hero-phone{padding-inline-end:clamp(20px,4vw,50px);padding-inline-start:0}.phone-frame{position:relative;z-index:1;background:#082770;border-radius:44px;padding:9px;box-shadow:0 20px 48px #0000008c;border:1.5px solid rgba(255,255,255,.22)}.phone-screen{position:relative;border-radius:35px;overflow:hidden;aspect-ratio:9/19.5}.phone-screen img{width:100%;height:100%;object-fit:cover;display:block}.phone-island{position:absolute;top:10px;left:50%;transform:translate(-50%);width:88px;height:26px;background:#000;border-radius:999px;z-index:3;pointer-events:none;box-shadow:0 2px 8px #00000080}.float-badge{display:none;position:absolute;background:#fff;border-radius:16px;padding:8px 12px;align-items:center;gap:8px;box-shadow:0 8px 30px #00000026;min-width:max-content}@media(min-width:1024px){.float-badge{display:flex}}html.dark .float-badge{background:#1f2937}.float-badge.badge-top{top:40px;inset-inline-end:0;transform:translate(100%);margin-inline-end:-12px;animation:float-phone 3s ease-in-out infinite}.float-badge.badge-bottom{bottom:64px;inset-inline-start:0;transform:translate(-100%);margin-inline-start:-12px;animation:float-phone 3.5s ease-in-out infinite .5s}html[dir=rtl] .float-badge.badge-top{transform:translate(-100%)}html[dir=rtl] .float-badge.badge-bottom{transform:translate(100%)}.badge-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.badge-icon.amber{background:linear-gradient(135deg,#fbbf24,#f97316)}.badge-icon.green{background:linear-gradient(135deg,#4ade80,#059669)}.badge-label{font-size:.75rem;font-weight:700;color:#111;line-height:1}html.dark .badge-label{color:#fff}.badge-sub{font-size:.625rem;color:#6b7280;line-height:1;margin-top:2px}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#93c5fd80;animation:bounce-down 2s ease-in-out infinite;cursor:pointer;-webkit-user-select:none;user-select:none}.scroll-hint span{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}#stats{padding:3.5rem 0;position:relative;overflow:hidden;background:linear-gradient(90deg,#082770,#006fff,#082770)}#stats .dot-bg{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle at 1px 1px,white 1px,transparent 0);background-size:28px 28px}.stats-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-value{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#fff;margin-bottom:6px;letter-spacing:-.02em}.stat-label{color:#bfdbfecc;font-weight:500;font-size:.875rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.badge-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.badge-pill.blue{background:#dbeafe;color:#1d4ed8}.badge-pill.indigo{background:#e0e7ff;color:#4338ca}.badge-pill.teal{background:#d1fae5;color:#065f46}.badge-pill.amber{background:#fef3c7;color:#92400e}html.dark .badge-pill.blue{background:#1d4ed833;color:#93c5fd}html.dark .badge-pill.indigo{background:#4338ca33;color:#a5b4fc}html.dark .badge-pill.teal{background:#065f4633;color:#6ee7b7}html.dark .badge-pill.amber{background:#92400e33;color:#fde68a}.section-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:900;color:var(--text);margin-bottom:1rem;line-height:1.15}.section-sub{font-size:1.0625rem;color:var(--text2);max-width:40rem;margin:0 auto}#features{background:var(--bg)}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{position:relative;padding:1.5rem;background:var(--bg2);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #006fff1a;border-color:#006fff4d}.feature-bar{position:absolute;bottom:0;inset-inline-start:0;height:3px;width:0;transition:width .5s ease}.feature-card:hover .feature-bar{width:100%}.feature-icon{width:48px;height:48px;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;font-size:1.375rem;flex-shrink:0}.fi-blue{background:#3b82f61f;color:#3b82f6}.fi-purple{background:#8b5cf61f;color:#8b5cf6}.fi-amber{background:#f59e0b1f;color:#f59e0b}.fi-red{background:#ef44441f;color:#ef4444}.fi-green{background:#10b9811f;color:#10b981}.fi-orange{background:#f973161f;color:#f97316}.fb-blue{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.fb-purple{background:linear-gradient(90deg,#8b5cf6,#6d28d9)}.fb-amber{background:linear-gradient(90deg,#f59e0b,#d97706)}.fb-red{background:linear-gradient(90deg,#ef4444,#b91c1c)}.fb-green{background:linear-gradient(90deg,#10b981,#065f46)}.fb-orange{background:linear-gradient(90deg,#f97316,#c2410c)}.feature-card h3{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--text2);line-height:1.65}#screenshots{background:var(--bg2);overflow:hidden}.carousel-track{display:flex;align-items:center;justify-content:center;gap:10px;min-height:clamp(340px,56vw,560px);padding:1.5rem 0}.ss-slot{flex-shrink:0;cursor:pointer;transition:transform .5s var(--ease),opacity .5s ease}.ss-slot.center{transform:scale(1);opacity:1;z-index:10;width:clamp(160px,30vw,220px)}.ss-slot.near{transform:scale(.84);opacity:.75;z-index:5;width:clamp(120px,22vw,175px);display:none}.ss-slot.far{transform:scale(.68);opacity:.4;z-index:1;width:clamp(100px,18vw,140px);display:none}@media(min-width:640px){.ss-slot.near{display:flex;flex-direction:column}}@media(min-width:1024px){.ss-slot.far{display:flex;flex-direction:column}}.ss-phone{position:relative;background:#082770;border-radius:40px;padding:8px;box-shadow:0 25px 50px #0000004d;border:1px solid rgba(255,255,255,.1);width:100%}.ss-slot.center .ss-phone{border-color:#006fff99;box-shadow:0 25px 50px #006fff4d}.ss-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:16px;background:#082770;border-radius:0 0 12px 12px;z-index:2}.ss-screen{border-radius:32px;overflow:hidden;aspect-ratio:9/19.5}.ss-screen img{width:100%;height:100%;object-fit:cover;display:block}.ss-caption{text-align:center;margin-top:12px;font-size:.875rem;font-weight:600;color:var(--text2)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.carousel-btn{width:44px;height:44px;border-radius:50%;background:var(--primary);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:18px;transition:transform .2s ease,background .2s ease;box-shadow:0 4px 14px #006fff4d}.carousel-btn:hover{background:#3b88ff;transform:scale(1.1)}.carousel-dots{display:flex;gap:8px}.dot{height:8px;border-radius:100px;border:none;cursor:pointer;background:var(--border2);transition:all .3s ease;width:8px}.dot.active{background:var(--primary);width:24px}#how-it-works{background:var(--bg)}.steps-grid{display:grid;gap:2.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{text-align:center}.step-num{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#082770,#006fff);color:#fff;font-size:1.375rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step-title{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.step-desc{font-size:.9375rem;color:var(--text2);line-height:1.65}#testimonials{background:var(--bg2)}.testimonials-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr)}}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.5rem}.t-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.t-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0}.t-avatar.blue{background:#2563eb}.t-avatar.purple{background:#7c3aed}.t-avatar.amber{background:#d97706}.t-avatar.green{background:#059669}.t-name{font-size:.9375rem;font-weight:700;color:var(--text)}.t-role{font-size:.8125rem;color:var(--text2)}.t-stars{color:#fbbf24;font-size:13px;margin-bottom:.75rem}.t-text{font-size:.875rem;color:var(--text2);line-height:1.7}#faq{background:var(--bg)}.faq-list{max-width:48rem;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);overflow:hidden}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text);text-align:start;gap:1rem;transition:color .2s ease}.faq-q:hover{color:var(--primary)}.faq-arrow{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text2);transition:transform .3s ease,background .3s ease}.faq-item.open .faq-arrow{transform:rotate(180deg);background:var(--primary);color:#fff}.faq-a{display:none;padding:0 0 1.25rem;font-size:.9375rem;color:var(--text2);line-height:1.7}#download{padding:5rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#082770,#006fff)}#download .dot-bg{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle at 1px 1px,white 1px,transparent 0);background-size:28px 28px}.download-inner{position:relative;text-align:center}.dl-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#bfdbfe;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.dl-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem}.dl-sub{font-size:1.0625rem;color:#bfdbfecc;max-width:36rem;margin:0 auto 2.5rem}.dl-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.dl-buttons{flex-direction:row;justify-content:center}}.dl-rating{display:flex;align-items:center;justify-content:center;gap:8px;color:#93c5fd99;font-size:.875rem}footer{background:#050f2e;color:#6b7280;padding:3.5rem 0;border-top:1px solid rgba(255,255,255,.05)}.footer-grid{display:grid;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-brand-logo img.nav-logo{height:32px;width:auto;object-fit:contain;mix-blend-mode:lighten}.footer-brand-logo img.icon-logo{width:40px;height:40px;object-fit:contain;border-radius:10px;flex-shrink:0}.footer-desc{font-size:.875rem;color:#4b5563;line-height:1.65;max-width:280px}.footer-col-title{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:.875rem;color:#4b5563;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:12px;margin-bottom:1.5rem}.social-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.0625rem;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}.si-instagram{background:linear-gradient(135deg,#e1306c,#f77737)}.si-tiktok{background:#000;border:1px solid rgba(255,255,255,.2)}.si-appstore,.si-playstore{background:#1c1c1e}.footer-contact a{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#4b5563;transition:color .2s ease;margin-bottom:8px}.footer-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem}@media(min-width:640px){.footer-bottom{flex-direction:row}}.footer-bottom-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-bottom-links a{font-size:.75rem;color:#4b5563;transition:color .2s ease}.footer-bottom-links a:hover{color:#fff}.contact-hero{padding:7rem 0 4rem;background:linear-gradient(160deg,#082770,#0d3190 40%,#006fff);position:relative;overflow:hidden}.contact-hero .dot-bg{position:absolute;inset:0;opacity:.07;background-image:radial-gradient(circle at 1px 1px,white 1.5px,transparent 0);background-size:40px 40px}.contact-hero-inner{position:relative}.contact-back{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:.875rem;font-weight:500;margin-bottom:2rem;transition:color .2s ease}.contact-back:hover{color:#fff}.contact-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#bfdbfe;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.contact-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;margin-bottom:1rem}.contact-hero-sub{font-size:1.0625rem;color:#bfdbfecc;max-width:36rem}.contact-body{padding:4rem 0;background:var(--bg2)}.contact-grid{display:grid;gap:2rem}@media(min-width:1024px){.contact-grid{grid-template-columns:2fr 1fr}}.contact-form-card{background:var(--bg);border-radius:24px;box-shadow:0 10px 40px #006fff14;border:1px solid var(--border);padding:2rem}.contact-success{display:none;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;background:#10b9811a;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;color:#10b981}.success-title{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.75rem}.success-sub{color:var(--text2);font-size:.9375rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.form-optional{font-size:.78rem;font-weight:400;opacity:.55;margin-inline-start:4px}.form-input,.form-textarea{width:100%;padding:12px 16px;border-radius:12px;border:1px solid var(--border);background:var(--bg2);color:var(--text);font-size:.9375rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.form-input:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #006fff1a}.form-textarea{resize:vertical;min-height:140px}.form-error{padding:12px 16px;border-radius:12px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;font-size:.875rem;text-align:center;margin-bottom:1rem;display:none}html.dark .form-error{color:#f87171}.btn-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;border-radius:16px;background:var(--primary);border:none;color:#fff;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 4px 14px #006fff4d}.btn-submit:hover{background:#3b88ff;transform:scale(1.01)}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:var(--bg);border-radius:20px;padding:1.5rem;border:1px solid var(--border)}.sidebar-card-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem}.info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:1rem}.info-icon{width:36px;height:36px;border-radius:10px;background:#006fff1a;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0;font-size:.875rem}.info-label{font-size:.75rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.9375rem;color:var(--text);font-weight:500}.social-cards{display:flex;flex-direction:column;gap:10px}.social-card{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:1px solid var(--border);font-size:.875rem;font-weight:600;color:var(--text);transition:transform .2s ease,border-color .2s ease}.social-card:hover{transform:translate(4px);border-color:var(--primary)}html[dir=rtl] .social-card:hover{transform:translate(-4px)}.social-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.faq-mini .faq-item{border-bottom:1px solid var(--border)}.faq-mini .faq-q{font-size:.875rem;padding:.875rem 0}.faq-mini .faq-a{font-size:.8125rem}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:12px;background:var(--primary);color:#fff;font-size:.9375rem;font-weight:600;transition:background .2s ease}.btn-back:hover{background:#3b88ff}
