
:root{
 --green:#addb2f;--green-dark:#6f9810;--blue:#35b8e5;--blue-dark:#087ea8;
 --navy:#0b2b3a;--ink:#17313e;--muted:#647882;--line:#dbe8ed;
 --soft-blue:#f5fbfd;--soft-green:#f8fce9;--white:#fff;--container:1180px;
 --shadow:0 22px 60px rgba(11,43,58,.11)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"IBM Plex Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;line-height:1.8}
a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}
.container{width:min(calc(100% - 34px),var(--container));margin-inline:auto}
.skip{position:absolute;inset-inline-start:-9999px;top:8px;background:#000;color:#fff;padding:8px 12px;z-index:100}
.skip:focus{inset-inline-start:8px}
.topbar{background:var(--navy);color:#d9e9ee;font-size:.82rem}
.topbar-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar a{font-weight:600}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-row{min-height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px;object-fit:contain}
.brand-copy{line-height:1.25}.brand-copy strong{display:block;font-size:1.02rem}.brand-copy span{display:block;font-size:.67rem;color:var(--muted);letter-spacing:.06em}
.menu{display:flex;align-items:center;justify-content:center;gap:20px}.menu a{font-weight:700;font-size:.92rem;padding:30px 0 25px;border-bottom:3px solid transparent}
.menu a:hover,.menu a[aria-current=page]{color:var(--blue-dark);border-color:var(--green)}
.header-actions{display:flex;gap:10px;align-items:center}.phone{font-weight:800;white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:9px 18px;border-radius:12px;border:1px solid transparent;font-family:"Readex Pro","IBM Plex Sans Arabic",sans-serif;font-weight:700;cursor:pointer}
.btn-primary{background:var(--green);color:#1e2b07}.btn-primary:hover{background:#9ecb22}
.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:#124154}
.btn-outline{background:#fff;border-color:#bfd1d8;color:var(--navy)}
.menu-toggle{display:none;width:44px;height:44px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:1.15rem}
.hero{background:#fff;padding:58px 0 70px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,#ecf9fd 0,#fff 70%);inset-inline-end:-160px;top:-220px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--blue-dark);font-weight:700;font-size:.85rem;background:var(--soft-blue);border:1px solid #cfeaf3;padding:7px 12px;border-radius:999px}
.eyebrow:before{content:"";width:9px;height:9px;background:var(--green);border-radius:50%}
h1,h2,h3,.menu a,.btn,.brand-copy strong,.category-card h3,.page-no,.stat strong{font-family:"Readex Pro","IBM Plex Sans Arabic",sans-serif}
h1{font-size:clamp(2.8rem,5.3vw,5.3rem);line-height:1.1;letter-spacing:-.04em;margin:24px 0 20px}
h1 span{color:var(--blue-dark)}.lead{font-size:1.1rem;color:var(--muted);max-width:680px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;padding-top:20px;border-top:1px solid var(--line)}
.hero-points span{display:flex;align-items:center;gap:8px;color:#516872;font-size:.87rem}.hero-points span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--soft-green);color:var(--green-dark);font-weight:900}
.hero-visual{position:relative}.hero-visual img{display:block;width:100%;filter:drop-shadow(0 25px 35px rgba(11,43,58,.08))}
.hero-badge{position:absolute;inset-inline-start:18px;bottom:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 16px}
.hero-badge strong{display:block;color:var(--navy)}.hero-badge span{font-size:.77rem;color:var(--muted)}
.categories{padding:72px 0;background:var(--soft-blue);border-top:1px solid #e3f0f4;border-bottom:1px solid #e3f0f4}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px}
.kicker{display:block;color:var(--green-dark);font-weight:700;font-size:.82rem;margin-bottom:7px}
.section-head h2{font-size:clamp(2rem,3.8vw,3.4rem);line-height:1.22;margin:0}.section-head p{max-width:580px;color:var(--muted);margin:0}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;transition:.2s;min-height:230px;display:flex;flex-direction:column}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b8dce8}
.category-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--soft-blue),var(--soft-green));color:var(--blue-dark);border:1px solid #d7ebf1}
.category-icon svg{width:34px;height:34px}
.category-card h3{font-size:1.25rem;margin:22px 0 6px}.category-card p{color:var(--muted);font-size:.89rem;margin-bottom:16px}
.category-link{margin-top:auto;color:var(--blue-dark);font-weight:700;font-size:.88rem}.category-link:after{content:" ←";color:var(--green-dark)}
.trust{padding:74px 0;background:#fff}.trust-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:55px;align-items:center}
.trust-panel{background:var(--navy);color:#fff;border-radius:26px;padding:38px;position:relative;overflow:hidden}
.trust-panel:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(53,184,229,.13);inset-inline-end:-55px;bottom:-70px}
.trust-panel h2{font-size:clamp(2rem,3.7vw,3.5rem);line-height:1.2;position:relative}.trust-panel p{color:#bed0d7;position:relative}
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px;position:relative}
.stat{padding:17px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px}.stat strong{display:block;color:var(--green);font-size:1.35rem}.stat span{font-size:.8rem;color:#c5d5da}
.steps{display:grid;gap:14px}.step{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}
.step-no{width:54px;height:54px;border-radius:15px;background:var(--soft-green);display:grid;place-items:center;color:var(--green-dark);font-weight:800}.step h3{margin:1px 0 4px;font-size:1.08rem}.step p{color:var(--muted);margin:0;font-size:.9rem}
.cta{padding:34px 0;background:linear-gradient(90deg,var(--blue),#55c5e9)}
.cta-row{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:0;color:#073244;font-size:clamp(1.7rem,3vw,2.7rem)}.cta p{margin:3px 0 0;color:#164f62}.cta .btn{background:#fff;color:var(--navy)}
.page-hero{padding:62px 0;background:linear-gradient(135deg,#fff 0,#f2fbfe 100%);border-bottom:1px solid var(--line)}
.page-hero-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.breadcrumbs{font-size:.84rem;color:var(--muted);margin-bottom:14px}.breadcrumbs a{color:var(--blue-dark)}
.page-hero h1{font-size:clamp(2.5rem,4.7vw,4.8rem);margin:0 0 14px}.page-no{font-size:clamp(5rem,10vw,8rem);line-height:.82;color:#d7edf4}
.section{padding:70px 0}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}
.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:29px}.content-card h2{font-size:1.55rem}.plain-list{list-style:none;padding:0;margin:14px 0}.plain-list li{padding:10px 0;border-bottom:1px solid var(--line);position:relative;padding-inline-start:24px}.plain-list li:before{content:"•";position:absolute;inset-inline-start:0;color:var(--green-dark)}
.quote-card{position:sticky;top:110px;background:var(--navy);color:#fff;border-radius:22px;padding:27px}.quote-card h2{font-size:1.55rem}.quote-card p{color:#bed0d7}.quote-card .btn{width:100%;background:var(--green);color:#1f2b08}
.faq{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;padding:17px 0;font-weight:700;list-style:none}.faq summary:after{content:"+";float:left;color:var(--blue-dark)}html[dir=ltr] .faq summary:after{float:right}.faq[open] summary:after{content:"−"}.faq p{color:var(--muted);margin:0 0 18px}
.product-index{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-row{display:grid;grid-template-columns:58px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:19px;background:#fff}.product-row .num{font-size:1.65rem;font-weight:800;color:#c4d9e1}.product-row h2{font-size:1.1rem;margin:0}.product-row p{margin:3px 0 0;color:var(--muted);font-size:.85rem}
.footer{background:#081f2a;color:#d9e5e9;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.8fr);gap:28px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:54px}.footer h3{color:#fff}.footer p,.footer li{color:#a9bec6}.footer ul{list-style:none;padding:0}.footer li{margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:27px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;font-size:.81rem;color:#91a8b1}
.floating{position:fixed;inset-inline-start:14px;bottom:14px;display:flex;flex-direction:column;gap:8px;z-index:60}.float-btn{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 9px 22px rgba(0,0,0,.22)}.float-wa{background:#18a65c}.float-call{background:var(--blue-dark)}
@media(max-width:980px){
 .menu-toggle{display:block}.menu{display:none;position:absolute;top:85px;left:17px;right:17px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}.menu a{padding:10px;border-bottom:0}.header-actions .phone{display:none}
 .hero-grid,.trust-grid,.product-layout{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.quote-card{position:static}
 .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:650px){
 .topbar-row{justify-content:center}.topbar-row span:first-child{display:none}.header-row{min-height:74px;grid-template-columns:auto auto 1fr;gap:12px}.brand img{width:46px;height:46px}.brand-copy span{display:none}.brand-copy strong{font-size:.86rem}.header-actions .btn{display:none}
 .hero{padding:38px 0 52px}.hero-grid{gap:28px}h1{font-size:2.45rem}.lead{font-size:1rem}.hero-badge{position:static;margin-top:10px}
 .category-grid,.stats,.product-index,.footer-grid{grid-template-columns:1fr}.categories,.trust,.section{padding:54px 0}.section-head{flex-direction:column;align-items:start}
 .trust-panel{padding:28px}.cta-row{flex-direction:column;align-items:flex-start}.page-hero-grid{grid-template-columns:1fr}.page-no{font-size:5rem}
 .product-row{grid-template-columns:48px 1fr}.product-row span:last-child{display:none}.copyright{flex-direction:column}
}
