@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&family=Plus+Jakarta+Sans:wght@500;700;800&display=swap";:root{--font-primary: "Cairo", system-ui, -apple-system, sans-serif;--font-heading: "Tajawal", var(--font-primary);--font-en: "Plus Jakarta Sans", sans-serif;--bg-deep: #f8fafc;--bg-dark: #ffffff;--bg-surface: #f1f5f9;--bg-card: #ffffff;--bg-card-hover: #ffffff;--bg-card-light: #ffffff;--bg-contrast: #0b1328;--brand-red: #e11d48;--brand-red-hover: #be123c;--brand-red-glow: rgba(225, 29, 72, .2);--brand-red-light: #fff1f2;--primary: #2563eb;--primary-light: #3b82f6;--primary-glow: rgba(37, 99, 235, .2);--primary-subtle: #eff6ff;--accent-gold: #d97706;--accent-gold-glow: rgba(217, 119, 6, .2);--accent-emerald: #059669;--accent-cyan: #0891b2;--accent-whatsapp: #25d366;--text-main: #0f172a;--text-heading: #020617;--text-light-dark: #0f172a;--text-muted: #475569;--text-dim: #64748b;--border-color: #e2e8f0;--border-light: #f1f5f9;--border-highlight: #bfdbfe;--border-red: rgba(225, 29, 72, .3);--border-gold: rgba(217, 119, 6, .3);--radius-xs: 6px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-card: 0 4px 20px -2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .04);--shadow-hover: 0 20px 30px -10px rgba(15, 23, 42, .12);--shadow-glow: 0 10px 30px -5px rgba(37, 99, 235, .18);--shadow-red: 0 8px 22px rgba(225, 29, 72, .28);--shadow-gold: 0 8px 22px rgba(217, 119, 6, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{direction:rtl;lang:ar;scroll-behavior:smooth;font-family:var(--font-primary);background-color:var(--bg-deep);color:var(--text-main);background-image:radial-gradient(circle at 50% 0%,rgba(37,99,235,.05) 0%,transparent 45%),radial-gradient(circle at 10% 30%,rgba(225,29,72,.03) 0%,transparent 40%),radial-gradient(circle at 90% 60%,rgba(245,158,11,.03) 0%,transparent 40%);background-attachment:fixed;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}body{line-height:1.65;width:100%;max-width:100%;overflow-x:hidden;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.3;color:var(--text-heading);overflow-wrap:break-word;word-break:break-word}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);touch-action:manipulation}button{touch-action:manipulation}img,svg,video{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,3.5vw,1.75rem);padding-right:clamp(1rem,3.5vw,1.75rem)}.gradient-text{background:linear-gradient(135deg,#0f172a,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.red-gradient-text{background:linear-gradient(135deg,#be123c,#e11d48,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gold-gradient-text{background:linear-gradient(135deg,#d97706,#f59e0b,#b45309);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gold-text{color:#d97706;font-weight:800}.cyan-text{color:#0284c7;font-weight:800}.emerald-text{color:#059669;font-weight:800}.red-text{color:#e11d48}.glass-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:var(--shadow-hover)}.light-product-card{background:#fff;color:#0f172a;border-radius:var(--radius-md);border:1px solid #e2e8f0;box-shadow:var(--shadow-card);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.light-product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover),0 0 0 2px var(--brand-red)}.btn-red{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.85rem 1.75rem;background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;font-weight:800;font-size:1rem;border-radius:var(--radius-sm);border:none;cursor:pointer;box-shadow:var(--shadow-red);transition:all .25s ease;font-family:inherit;text-align:center;line-height:1.3}.btn-red:hover{background:linear-gradient(135deg,#f43f5e,#e11d48);transform:translateY(-2px);box-shadow:0 10px 30px #e11d4880}.btn-red:active{transform:translateY(0)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.85rem 1.75rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:800;font-size:1rem;border-radius:var(--radius-sm);border:none;cursor:pointer;box-shadow:0 4px 18px #2563eb66;transition:all .25s ease;font-family:inherit;text-align:center;line-height:1.3}.btn-primary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f68c}.btn-primary:active{transform:translateY(0)}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.85rem 1.75rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:800;font-size:1rem;border-radius:var(--radius-sm);border:none;cursor:pointer;box-shadow:0 4px 18px #25d36659;transition:all .25s ease;font-family:inherit;text-align:center;line-height:1.3}.btn-whatsapp:hover{background:linear-gradient(135deg,#34d399,#25d366);transform:translateY(-2px);box-shadow:0 8px 25px #25d3668c}.btn-whatsapp:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.85rem 1.65rem;background:#fff;color:#0f172a;font-weight:700;font-size:.95rem;border-radius:var(--radius-sm);border:1px solid #cbd5e1;box-shadow:0 1px 3px #0000000d;cursor:pointer;transition:all .25s ease;font-family:inherit;text-align:center;line-height:1.3}.btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-secondary:active{transform:translateY(0)}.badge-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#fff1f2;border:1px solid #fecdd3;border-radius:var(--radius-full);color:#e11d48;font-size:.825rem;font-weight:800;max-width:100%}.badge-pill-blue{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-full);color:#2563eb;font-size:.825rem;font-weight:800;max-width:100%}.section-header{text-align:center;max-width:820px;margin:0 auto 3rem;display:flex;flex-direction:column;align-items:center;gap:.85rem}.section-title{font-size:clamp(1.6rem,3.5vw,2.5rem);letter-spacing:-.5px;color:#0f172a}.section-subtitle{color:var(--text-muted);font-size:clamp(.925rem,1.8vw,1.05rem);line-height:1.7}.whatsapp-float-widget{position:fixed;bottom:calc(1.75rem + env(safe-area-inset-bottom,0px));right:calc(1.75rem + env(safe-area-inset-right,0px));z-index:9990;width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border-radius:50%;box-shadow:0 10px 25px #25d36673;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:2px solid rgba(255,255,255,.5);text-decoration:none}.whatsapp-float-widget:hover{transform:scale(1.08) translateY(-3px);box-shadow:0 16px 35px #25d366a6;color:#fff}.wa-fab-icon{width:30px;height:30px;display:block;flex-shrink:0;transition:transform .2s ease}.whatsapp-float-widget:hover .wa-fab-icon{transform:rotate(5deg) scale(1.05)}.wa-pulse-ring{position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.6);animation:waPulse 2.4s cubic-bezier(.25,1,.5,1) infinite;pointer-events:none}@keyframes waPulse{0%{transform:scale(.95);opacity:.9}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}@media(max-width:768px){input,select,textarea{font-size:16px!important}.section-header{margin-bottom:2rem;gap:.65rem}}@media(max-width:650px){.whatsapp-float-widget{bottom:calc(1rem + env(safe-area-inset-bottom,0px));right:calc(1rem + env(safe-area-inset-right,0px));width:50px;height:50px}.wa-fab-icon{width:26px;height:26px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.top-utility-bar[data-astro-cid-lq7i5isa]{background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.775rem;color:#475569;padding:.35rem 0;position:relative;z-index:1001}.top-bar-container[data-astro-cid-lq7i5isa]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.top-bar-socials[data-astro-cid-lq7i5isa]{display:flex;align-items:center;gap:.65rem}.social-icon-link[data-astro-cid-lq7i5isa]{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;transition:all .2s ease}.social-icon-link[data-astro-cid-lq7i5isa]:hover{background:#fff1f2;color:var(--brand-red);border-color:#fecdd3;transform:translateY(-1px)}.top-divider[data-astro-cid-lq7i5isa]{width:1px;height:14px;background:#cbd5e1;margin:0 .35rem}.top-support-hotline[data-astro-cid-lq7i5isa]{display:flex;align-items:center;gap:.5rem}.hotline-badge[data-astro-cid-lq7i5isa]{color:#2563eb;font-weight:800}.hotline-hours[data-astro-cid-lq7i5isa]{color:#64748b;font-size:.725rem}.top-bar-links[data-astro-cid-lq7i5isa]{display:flex;align-items:center;gap:1.15rem}.top-link[data-astro-cid-lq7i5isa]{display:inline-flex;align-items:center;gap:.35rem;color:#475569;font-weight:700;transition:color .2s ease}.top-link[data-astro-cid-lq7i5isa]:hover{color:#0f172a}.top-auth-link[data-astro-cid-lq7i5isa]{display:inline-flex;align-items:center;gap:.4rem;color:#e11d48;font-weight:800;background:#fff1f2;padding:.2rem .65rem;border-radius:4px;border:1px solid #fecdd3;transition:all .2s ease}.top-auth-link[data-astro-cid-lq7i5isa]:hover{background:#ffe4e6;color:#be123c}@media(max-width:900px){.top-utility-bar[data-astro-cid-lq7i5isa]{display:none}}.site-navbar[data-astro-cid-5blmo7yk]{position:sticky;top:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #e2e8f0;padding:.65rem 2rem;box-shadow:0 1px 3px #00000008}.navbar-container[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;max-width:1400px;margin:0 auto}.brand-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem;white-space:nowrap;text-decoration:none;transition:transform .2s ease}.brand-link[data-astro-cid-5blmo7yk]:hover{transform:translateY(-1px)}.brand-logo-emblem[data-astro-cid-5blmo7yk]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:var(--radius-sm);border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000f;padding:3px;flex-shrink:0}.brand-emblem-svg[data-astro-cid-5blmo7yk]{width:100%;height:100%}.brand-text-block[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:.15rem}.brand-name-ar[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.45rem}.brand-ar-main[data-astro-cid-5blmo7yk]{font-family:var(--font-heading);font-size:1.35rem;font-weight:900;color:#0f172a;letter-spacing:-.5px;line-height:1}.brand-badge-desktop[data-astro-cid-5blmo7yk]{background:#fff1f2;color:var(--brand-red);border:1px solid #fecdd3;font-family:var(--font-en);font-size:.6rem;font-weight:800;padding:1px 6px;border-radius:3px;letter-spacing:.5px}.brand-tagline[data-astro-cid-5blmo7yk]{font-size:.7rem;color:#64748b;font-weight:600;line-height:1}.nav-links[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1.25rem;white-space:nowrap}.nav-item[data-astro-cid-5blmo7yk]{font-size:.875rem;font-weight:700;color:#475569;position:relative;padding:.35rem 0;display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease;text-decoration:none}.nav-item[data-astro-cid-5blmo7yk]:hover,.nav-item[data-astro-cid-5blmo7yk].active{color:#0f172a}.nav-dropdown-wrapper[data-astro-cid-5blmo7yk]{position:relative}.nav-dropdown-menu[data-astro-cid-5blmo7yk]{display:none;position:absolute;top:calc(100% + 12px);right:0;width:320px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);box-shadow:0 15px 35px -5px #0000001f;padding:.6rem;z-index:500;flex-direction:column;gap:.35rem}.nav-dropdown-wrapper[data-astro-cid-5blmo7yk]:hover .nav-dropdown-menu[data-astro-cid-5blmo7yk],.nav-dropdown-wrapper[data-astro-cid-5blmo7yk]:focus-within .nav-dropdown-menu[data-astro-cid-5blmo7yk]{display:flex}.dropdown-link-item[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:var(--radius-sm);color:#0f172a;transition:all .2s ease;text-decoration:none}.dropdown-link-item[data-astro-cid-5blmo7yk]:hover{background:#f8fafc;color:var(--brand-red);transform:translate(-3px)}.item-icon[data-astro-cid-5blmo7yk]{font-size:1.25rem;flex-shrink:0}.dropdown-link-item[data-astro-cid-5blmo7yk] strong[data-astro-cid-5blmo7yk]{font-size:.825rem;display:block;color:#0f172a}.dropdown-link-item[data-astro-cid-5blmo7yk] small[data-astro-cid-5blmo7yk]{font-size:.7rem;color:var(--text-muted);display:block}.navbar-actions[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.65rem;white-space:nowrap}.btn-header-dl[data-astro-cid-5blmo7yk]{padding:.5rem .95rem;font-size:.825rem;background:#f1f5f9;border:1px solid #cbd5e1;color:#0f172a;border-radius:var(--radius-sm);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;font-weight:700;transition:all .2s ease}.btn-header-dl[data-astro-cid-5blmo7yk]:hover{background:#e2e8f0}.btn-header-cta[data-astro-cid-5blmo7yk]{padding:.55rem 1.15rem;font-size:.85rem;cursor:pointer;border:none}.mobile-menu-toggle[data-astro-cid-5blmo7yk]{display:none;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:var(--radius-sm);width:44px;height:44px;min-width:44px;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;transition:all .2s ease;padding:0}.mobile-menu-toggle[data-astro-cid-5blmo7yk]:hover{background:#e2e8f0;color:var(--brand-red)}.mobile-nav-overlay[data-astro-cid-5blmo7yk]{position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:none;opacity:0;transition:opacity .3s ease}.mobile-nav-overlay[data-astro-cid-5blmo7yk].active{display:block;opacity:1}.mobile-nav-drawer[data-astro-cid-5blmo7yk]{position:fixed;top:0;right:-360px;width:min(340px,86vw);height:100vh;height:100dvh;background:#fff;box-shadow:-5px 0 25px #00000026;z-index:10001;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.16,1,.3,1);visibility:hidden}.mobile-nav-drawer[data-astro-cid-5blmo7yk].active{right:0;visibility:visible}.mobile-drawer-header[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e2e8f0}.mobile-drawer-close[data-astro-cid-5blmo7yk]{width:40px;height:40px;min-width:40px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#64748b;cursor:pointer;transition:all .2s ease}.mobile-drawer-close[data-astro-cid-5blmo7yk]:hover{background:#fee2e2;color:#b91c1c}.mobile-drawer-scroll[data-astro-cid-5blmo7yk]{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-nav-links[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:.35rem}.mobile-nav-item[data-astro-cid-5blmo7yk]{display:flex;align-items:center;min-height:44px;padding:.75rem .85rem;font-size:.95rem;font-weight:700;color:#1e293b;border-radius:var(--radius-sm);text-decoration:none;transition:background .2s ease}.mobile-nav-item[data-astro-cid-5blmo7yk]:hover{background:#f8fafc;color:var(--brand-red)}.mobile-accordion-item[data-astro-cid-5blmo7yk]{border-radius:var(--radius-sm);overflow:hidden}.mobile-acc-btn[data-astro-cid-5blmo7yk]{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:.75rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;font-weight:800;color:#0f172a;cursor:pointer;text-align:right}.acc-arrow[data-astro-cid-5blmo7yk]{transition:transform .2s ease;color:#64748b}.mobile-accordion-item[data-astro-cid-5blmo7yk].open .acc-arrow[data-astro-cid-5blmo7yk]{transform:rotate(180deg);color:var(--brand-red)}.mobile-acc-content[data-astro-cid-5blmo7yk]{display:none;padding:.4rem .5rem .5rem;background:#fff;border-left:2px solid #e2e8f0;margin-right:.5rem;flex-direction:column;gap:.35rem}.mobile-accordion-item[data-astro-cid-5blmo7yk].open .mobile-acc-content[data-astro-cid-5blmo7yk]{display:flex}.mob-sub-link[data-astro-cid-5blmo7yk]{padding:.65rem .75rem;min-height:44px;border-radius:4px;text-decoration:none;display:flex;flex-direction:column;justify-content:center;gap:.15rem;transition:background .2s ease}.mob-sub-link[data-astro-cid-5blmo7yk]:hover{background:#fff1f2}.mob-sub-link[data-astro-cid-5blmo7yk] strong[data-astro-cid-5blmo7yk]{font-size:.825rem;color:#0f172a}.mob-sub-link[data-astro-cid-5blmo7yk] small[data-astro-cid-5blmo7yk]{font-size:.7rem;color:#64748b}.mobile-drawer-footer[data-astro-cid-5blmo7yk]{margin-top:auto;padding-top:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.65rem}.btn-mob-full[data-astro-cid-5blmo7yk]{width:100%;min-height:46px;text-align:center;padding:.85rem;font-size:.875rem;justify-content:center;text-decoration:none}@media(max-width:1024px){.nav-links[data-astro-cid-5blmo7yk],.btn-header-cta[data-astro-cid-5blmo7yk]{display:none}.mobile-menu-toggle[data-astro-cid-5blmo7yk]{display:inline-flex}.site-navbar[data-astro-cid-5blmo7yk]{padding:.65rem 1.25rem}}@media(max-width:480px){.site-navbar[data-astro-cid-5blmo7yk]{padding:.5rem .75rem}.brand-logo-emblem[data-astro-cid-5blmo7yk]{width:38px;height:38px}.brand-ar-main[data-astro-cid-5blmo7yk]{font-size:1.2rem}.btn-header-dl[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:none}.btn-header-dl[data-astro-cid-5blmo7yk]{padding:.55rem;min-height:44px;min-width:44px;justify-content:center}}@media(max-width:360px){.brand-tagline[data-astro-cid-5blmo7yk],.brand-badge-desktop[data-astro-cid-5blmo7yk]{display:none}}.site-footer[data-astro-cid-sz7xmlte]{background:#fff;border-top:1px solid #e2e8f0;padding-top:4rem}.footer-top-columns-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.2fr 1.1fr 1.1fr 1.1fr 1.3fr;gap:1.75rem;padding-bottom:3rem}@media(max-width:1200px){.footer-top-columns-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}.newsletter-col[data-astro-cid-sz7xmlte]{grid-column:span 2}}@media(max-width:650px){.footer-top-columns-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.newsletter-col[data-astro-cid-sz7xmlte]{grid-column:span 1}}.col-title[data-astro-cid-sz7xmlte]{font-size:.95rem;color:#0f172a;margin-bottom:1.15rem;position:relative;padding-bottom:.5rem}.col-title[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:0;right:0;width:35px;height:2px;background:var(--brand-red);border-radius:2px}.contact-details-list[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.85rem}.contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:.65rem;font-size:.825rem}.c-icon[data-astro-cid-sz7xmlte]{font-size:1.1rem;color:#2563eb}.c-text[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.c-text[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte]{color:#64748b;font-size:.725rem}.c-text[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:#0f172a;font-size:.875rem}.c-text[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#475569;line-height:1.5}.footer-links-list[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.6rem;font-size:.825rem}.footer-links-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#475569;transition:all .2s ease;text-decoration:none}.footer-links-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--brand-red);transform:translate(-3px)}.news-desc[data-astro-cid-sz7xmlte]{font-size:.825rem;color:#475569;line-height:1.7;margin-bottom:.85rem}.btn-footer-dl[data-astro-cid-sz7xmlte]{display:inline-block;padding:.65rem 1rem;font-size:.8rem;text-decoration:none}.footer-social-icons[data-astro-cid-sz7xmlte]{display:flex;gap:.65rem;margin-top:1rem}.foot-soc-link[data-astro-cid-sz7xmlte]{width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;text-decoration:none;transition:all .2s ease}.foot-soc-link[data-astro-cid-sz7xmlte]:hover{transform:translateY(-2px);color:#fff}.foot-soc-wa[data-astro-cid-sz7xmlte]:hover{background:#25d366;border-color:#25d366}.foot-soc-tg[data-astro-cid-sz7xmlte]:hover{background:#229ed9;border-color:#229ed9}.footer-countries-strip[data-astro-cid-sz7xmlte]{padding:2rem 0;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.85rem}.strip-title[data-astro-cid-sz7xmlte]{font-size:.825rem;color:#0f172a;font-weight:800}.countries-badge-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.45rem}@media(max-width:480px){.countries-badge-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr);gap:.35rem}}.country-pill-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.35rem;font-size:.775rem;color:#475569;background:#f8fafc;padding:.4rem .6rem;border-radius:4px;border:1px solid #e2e8f0;text-decoration:none;min-height:38px}.country-pill-link[data-astro-cid-sz7xmlte]:hover,.country-pill-link[data-astro-cid-sz7xmlte].active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.footer-bottom-copyright[data-astro-cid-sz7xmlte]{background:#f8fafc;padding:1.25rem 0;border-top:1px solid #e2e8f0;font-size:.8rem;color:#64748b}.foot-bottom-flex[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}@media(max-width:650px){.foot-bottom-flex[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:.65rem}}.legal-mini-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;font-size:.775rem;flex-wrap:wrap;justify-content:center}.legal-mini-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#64748b;text-decoration:none;transition:color .2s ease}.legal-mini-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--brand-red)}.legal-mini-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#cbd5e1}.design-credit[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#64748b}.download-modal-overlay[data-astro-cid-ibwqmfum]{position:fixed;inset:0;background:#0f172abf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .25s ease}.download-modal-overlay[data-astro-cid-ibwqmfum].active{display:flex;opacity:1}.download-modal-card[data-astro-cid-ibwqmfum]{background:#fff;border-radius:var(--radius-lg);border:1px solid #cbd5e1;box-shadow:0 25px 50px -12px #00000059;max-width:580px;width:100%;max-height:90vh;max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:2.25rem 2rem 2rem;position:relative;transform:translateY(20px);transition:transform .25s ease;animation:modalPop .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes modalPop{to{transform:translateY(0)}}.modal-close-btn[data-astro-cid-ibwqmfum]{position:absolute;top:.85rem;left:.85rem;background:#f1f5f9;border:1px solid #e2e8f0;width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#64748b;cursor:pointer;transition:all .2s ease;z-index:10}.modal-close-btn[data-astro-cid-ibwqmfum]:hover{background:#fee2e2;color:#b91c1c}.modal-header-block[data-astro-cid-ibwqmfum]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.65rem;padding-top:.5rem}.modal-app-badge[data-astro-cid-ibwqmfum]{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.775rem;font-weight:800;padding:.25rem .85rem;border-radius:var(--radius-full);max-width:100%;line-height:1.4;text-align:center}.pulse-dot[data-astro-cid-ibwqmfum]{width:8px;height:8px;border-radius:50%;background:#2563eb;box-shadow:0 0 8px #2563eb;animation:pulse 1.8s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.modal-title[data-astro-cid-ibwqmfum]{font-size:clamp(1.2rem,3vw,1.45rem);color:#0f172a;font-weight:900;line-height:1.3}.modal-subtitle[data-astro-cid-ibwqmfum]{font-size:.875rem;color:#475569;line-height:1.6;max-width:460px}.modal-specs-strip[data-astro-cid-ibwqmfum]{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:1.25rem 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-sm);padding:.75rem}.m-spec[data-astro-cid-ibwqmfum]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.15rem}.spec-lbl[data-astro-cid-ibwqmfum]{font-size:.7rem;color:#64748b}.spec-val[data-astro-cid-ibwqmfum]{font-size:.825rem;color:#0f172a;font-weight:800}.download-status-box[data-astro-cid-ibwqmfum]{background:#f0fdf4;border:1px solid #86efac;padding:.85rem 1rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.status-icon[data-astro-cid-ibwqmfum]{font-size:1.5rem;flex-shrink:0}.status-text[data-astro-cid-ibwqmfum]{display:flex;flex-direction:column;font-size:.8rem;color:#166534;line-height:1.4}.status-text[data-astro-cid-ibwqmfum] strong[data-astro-cid-ibwqmfum]{font-size:.85rem;color:#14532d}.modal-buttons-group[data-astro-cid-ibwqmfum]{display:flex;flex-direction:column;gap:.75rem}.btn-modal-primary[data-astro-cid-ibwqmfum]{width:100%;min-height:48px;padding:.85rem 1.25rem;font-size:.95rem;justify-content:center;border-radius:var(--radius-sm);white-space:normal;text-align:center;line-height:1.35}.btn-modal-wa[data-astro-cid-ibwqmfum]{width:100%;min-height:48px;padding:.85rem 1.25rem;font-size:.875rem;justify-content:center;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;white-space:normal;text-align:center;line-height:1.35}.btn-modal-wa[data-astro-cid-ibwqmfum]:hover{background:#dcfce7;border-color:#86efac;color:#14532d}.modal-trust-footer[data-astro-cid-ibwqmfum]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}.trust-pill[data-astro-cid-ibwqmfum]{display:flex;align-items:center;gap:.35rem;font-size:.725rem;color:#475569;font-weight:600}@media(max-width:500px){.download-modal-overlay[data-astro-cid-ibwqmfum]{padding:.75rem}.download-modal-card[data-astro-cid-ibwqmfum]{padding:1.5rem 1rem 1.25rem;border-radius:var(--radius-md)}.modal-specs-strip[data-astro-cid-ibwqmfum]{grid-template-columns:1fr;gap:.4rem}.m-spec[data-astro-cid-ibwqmfum]{flex-direction:row;justify-content:space-between;width:100%;padding:.2rem .5rem}.modal-trust-footer[data-astro-cid-ibwqmfum]{flex-direction:column;align-items:flex-start;gap:.4rem}}.cookie-consent-bar[data-astro-cid-garwan2p]{position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));right:1.25rem;left:1.25rem;max-width:820px;margin:0 auto;background:#0f172af5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);box-shadow:0 20px 40px -10px #0006;padding:1.15rem 1.5rem;z-index:99999;animation:slideUpCookie .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpCookie{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cookie-content-container[data-astro-cid-garwan2p]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width:768px){.cookie-consent-bar[data-astro-cid-garwan2p]{bottom:calc(.75rem + env(safe-area-inset-bottom,0px));right:.75rem;left:.75rem;padding:1rem}.cookie-content-container[data-astro-cid-garwan2p]{flex-direction:column;align-items:flex-start;gap:.85rem}}.cookie-text-block[data-astro-cid-garwan2p]{display:flex;align-items:center;gap:.85rem}.cookie-icon[data-astro-cid-garwan2p]{font-size:1.75rem;flex-shrink:0}.cookie-text-block[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{font-size:.825rem;color:#e2e8f0;line-height:1.6;margin:0}.cookie-actions-block[data-astro-cid-garwan2p]{display:flex;align-items:center;gap:.65rem;flex-shrink:0;width:auto}@media(max-width:768px){.cookie-actions-block[data-astro-cid-garwan2p]{width:100%;justify-content:stretch;gap:.5rem}}.btn-cookie[data-astro-cid-garwan2p]{padding:.6rem 1.15rem;min-height:44px;border-radius:var(--radius-sm);font-size:.825rem;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;text-align:center}@media(max-width:768px){.btn-cookie[data-astro-cid-garwan2p]{flex:1}}.btn-cookie-accept[data-astro-cid-garwan2p]{background:var(--brand-red);color:#fff}.btn-cookie-accept[data-astro-cid-garwan2p]:hover{background:#be123c;transform:translateY(-1px)}.btn-cookie-decline[data-astro-cid-garwan2p]{background:#ffffff1a;color:#cbd5e1;border:1px solid rgba(255,255,255,.15)}.btn-cookie-decline[data-astro-cid-garwan2p]:hover{background:#fff3;color:#fff}.global-scroll-progress[data-astro-cid-ovr6esid]{position:fixed;top:0;left:0;right:0;height:3.5px;width:0%;background:linear-gradient(90deg,#e11d48,#fb7185,#2563eb);z-index:999999;pointer-events:none;transition:width .1s ease-out}
