:root{--primary:#2563eb;--primary-glow:#2563eb66;--secondary:#1e40af;--bg-color:#f8fafc;--text-dark:#0f172a;--text-gray:#64748b;--white:#fff;--surface:#fffffff2;--success:#10b981;--accent-orange:#f97316;--accent-orange-dark:#ea580c;--border-radius:20px;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 25px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-lg:0 20px 40px -5px #0000001a, 0 10px 15px -5px #0000000d}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:Cairo,sans-serif}body{color:var(--text-dark);background-color:#e2e8f0;justify-content:center;min-height:100vh;display:flex}#root{width:100%;max-width:480px;min-height:100vh;box-shadow:var(--shadow-lg);background-color:#fff;position:relative;overflow-x:hidden}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-primary{color:var(--primary)}.text-gray{color:var(--text-gray)}.section{padding:2rem 1.5rem}.section-bg{background:linear-gradient(145deg,#f8fafc,#f1f5f9)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;box-shadow:var(--shadow-sm);background:#ffffffe6;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;padding:.8rem 1.5rem;display:flex;position:sticky;top:0}.logo-container{justify-content:center;align-items:center;display:flex}.logo-picker-nav{background:var(--surface);cursor:pointer;border:1.5px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:120px;height:45px;transition:all .3s;display:flex;position:relative;overflow:hidden}.logo-picker-nav:active{transform:scale(.98)}.logo-picker-nav img{object-fit:contain;background-color:#0000;width:100%;height:100%}.logo-picker-text-nav{color:var(--text-gray);font-size:.9rem;font-weight:600}.logo-input{display:none}.hero{text-align:center;background:linear-gradient(135deg,#4f46e50d 0%,#ec48990d 100%);border-bottom-right-radius:30px;border-bottom-left-radius:30px;padding:2.5rem 1.5rem 1.5rem}.hero h1{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.2rem;line-height:1.2}.hero p{color:var(--text-gray);margin-bottom:1rem;font-size:1.1rem}.gallery{flex-direction:column;gap:1.2rem;display:flex}.gallery-item{border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.gallery-item img{width:100%;height:auto;transition:transform .5s;display:block}.gallery-item:active img{transform:scale(1.03)}.form-container{background:var(--white);border-radius:var(--border-radius);z-index:10;border:3px solid #111;margin-top:-1rem;padding:2rem 1.5rem;position:relative;box-shadow:0 10px 25px #0000001a}.form-header{text-align:center;margin-bottom:1.5rem}.form-header h2{color:var(--text-dark);font-size:1.5rem}.input-group{margin-bottom:1.2rem}.input-label{color:var(--text-dark);margin-bottom:.4rem;font-size:.95rem;font-weight:600;display:block}.input-field{width:100%;color:var(--text-dark);background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:14px;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.input-field:focus{border-color:var(--primary);background-color:var(--white);box-shadow:0 0 0 4px var(--primary-glow);outline:none}.input-field::placeholder{color:#94a3b8}.price-display{background:linear-gradient(135deg,#10b9811a 0%,#10b9810d 100%);border:1.5px solid #10b9814d;border-radius:14px;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.2rem;display:flex}.price-label{color:var(--text-dark);font-size:1.1rem;font-weight:700}.price-value{color:var(--success);font-size:1.6rem;font-weight:800}.btn-submit{background:linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.2rem;font-size:1.2rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2s infinite btn-pulse;display:flex;box-shadow:0 10px 20px -5px #f9731666}@keyframes btn-pulse{0%{transform:scale(1);box-shadow:0 0 #f9731699}50%{transform:scale(1.02);box-shadow:0 0 0 12px #f9731600}to{transform:scale(1);box-shadow:0 0 #f9731600}}.btn-submit:active{box-shadow:0 5px 10px -5px var(--primary-glow);transform:translateY(2px)scale(.98)}.footer{text-align:center;color:var(--text-gray);background-color:#f8fafc;border-top:1px solid #0000000d;padding:2rem;font-size:.9rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp}.fixed-bottom-cta{z-index:50;justify-content:center;width:90%;max-width:400px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.cta-animated-btn{background:linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.25rem;font-weight:800;transition:all .3s;animation:2s infinite pulse-bounce;display:flex;box-shadow:0 10px 20px #f9731666}@keyframes pulse-bounce{0%{transform:scale(1);box-shadow:0 0 #f97316b3}50%{transform:scale(1.05);box-shadow:0 0 0 15px #f9731600}to{transform:scale(1);box-shadow:0 0 #f9731600}}.announcement-bar{color:#fff;text-align:center;text-shadow:1px 1px 2px #0000004d;background:linear-gradient(#1e3a8a,#172554);border:1px solid #172554;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;margin:1.2rem 1.5rem .5rem;padding:.7rem 1rem;font-size:1.05rem;font-weight:800;animation:3s ease-in-out infinite float-3d;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 12px #17255466,0 4px #0f172a,inset 0 1px #fff3}.announcement-subtext{color:#bfdbfe;text-shadow:none;letter-spacing:.2px;font-size:.85rem;font-weight:600}@keyframes float-3d{0%,to{transform:translateY(0);box-shadow:0 6px 12px #17255466,0 4px #0f172a,inset 0 1px #fff3}50%{transform:translateY(-3px);box-shadow:0 12px 18px #1725544d,0 7px #0f172a,inset 0 1px #fff3}}.announcement-bar:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;animation:3s infinite shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.announcement-icon{font-size:1.4rem;animation:3s infinite drive}@keyframes drive{0%{transform:translate(0)translateY(0)}10%{transform:translate(-5px)translateY(-2px)}20%{transform:translate(-5px)translateY(0)}30%{transform:translate(0)translateY(0)}to{transform:translate(0)translateY(0)}}.trust-banner{direction:rtl;background-color:#fbd614;justify-content:space-between;align-items:center;width:100%;height:70px;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000d}.tb-right{align-items:center;gap:5px;padding-right:15px;font-size:2.2rem;display:flex}.tb-center{align-items:center;gap:12px;display:flex}.tb-user-icon{justify-content:center;align-items:center;display:flex}.tb-text{color:#111;text-align:right;flex-direction:column;font-size:1.15rem;font-weight:900;line-height:1.1;display:flex}.tb-left{background-color:#ff5e91;border-top-right-radius:40px;border-bottom-right-radius:40px;justify-content:center;align-items:center;height:100%;padding:0 20px;display:flex;position:relative}.tb-bag-icon{justify-content:center;align-items:center;display:flex;position:relative}
