@font-face{font-family:Tajawal;src:url(/fonts/Tajawal-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Tajawal;src:url(/fonts/Tajawal-Medium.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Tajawal;src:url(/fonts/Tajawal-Bold.ttf)format("truetype");font-weight:700 900;font-display:swap}:root{--navy:#082b5c;--blue:#0b63ce;--blue2:#207ceb;--cyan:#1ac6d4;--ink:#0b1f3a;--muted:#61738c;--line:#dce8f5;--soft:#f3f8fe;--sky:#e9f5ff;--white:#fff;--danger:#d6363f;--success:#138a5b;--shadow:0 16px 45px #082b5c1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Tajawal,Arial,sans-serif;line-height:1.7}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{min-height:60vh}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #dce8f5cc;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:24px;height:78px;display:flex}.brand{color:var(--navy);align-items:center;gap:10px;font-size:26px;font-weight:900;display:flex}.brand img{object-fit:cover;border-radius:13px;width:48px;height:48px}.nav-links{color:#314968;align-items:center;gap:27px;font-weight:700;display:flex}.nav-links>a{transition:color .2s}.nav-links>a:hover{color:var(--blue)}.cart-link{background:var(--navy);border-radius:14px;align-items:center;gap:8px;padding:10px 17px;display:flex;color:#fff!important}.cart-link b,.mobile-cart b{color:#fff;background:#ff4d57;border-radius:99px;place-items:center;min-width:20px;height:20px;font-size:12px;display:grid}.menu-button{color:var(--navy);background:0 0;border:0;padding:8px;display:none}.hero{background:radial-gradient(circle at 20% 20%,#1ac6d42e,#0000 30%),linear-gradient(135deg,#f4faff 0%,#e8f4ff 55%,#f7fbff 100%);padding:74px 0 84px;position:relative;overflow:hidden}.hero:after{content:"";border:90px solid #0b63ce0d;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-250px;left:-190px}.hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;display:grid}.eyebrow{color:var(--blue);background:#dceeff;border-radius:99px;align-items:center;gap:8px;padding:7px 13px;font-size:14px;font-weight:700;display:inline-flex}.hero h1{color:var(--navy);letter-spacing:-1.5px;margin:18px 0;font-size:clamp(42px,5vw,72px);line-height:1.15}.hero h1 span{color:var(--blue)}.hero-copy>p{color:var(--muted);max-width:590px;margin:0 0 30px;font-size:20px}.hero-actions{flex-wrap:wrap;gap:13px;display:flex}.primary-button,.secondary-button,.outline-button{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:14px 23px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg,var(--blue2),var(--blue));box-shadow:0 12px 28px #0b63ce3d}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0b63ce47}.secondary-button{color:var(--navy);border:1px solid var(--line);background:#fff}.outline-button{color:var(--blue);border:1.5px solid var(--blue);background:0 0}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.hero-visual{place-items:center;min-height:470px;display:grid;position:relative}.hero-visual:before{content:"";background:linear-gradient(145deg,#cce8ff,#eff9ff);border-radius:48% 52% 54% 46%;position:absolute;inset:38px;box-shadow:inset 0 0 0 1px #d5e9fb}.hero-visual img{filter:drop-shadow(0 28px 25px #082b5c21);width:min(530px,100%);position:relative}.trust-row{color:#45617f;flex-wrap:wrap;gap:22px;margin-top:29px;font-size:14px;font-weight:700;display:flex}.trust-row span{align-items:center;gap:7px;display:flex}.section{padding:82px 0}.section.soft{background:var(--soft)}.section-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.section-head h2,.page-title h1{color:var(--navy);margin:0;font-size:clamp(30px,4vw,46px);line-height:1.25}.section-head p,.page-title p{color:var(--muted);margin:8px 0 0;font-size:17px}.text-link{color:var(--blue);white-space:nowrap;font-weight:800}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px 20px;transition:all .2s;box-shadow:0 8px 28px #082b5c0d}.category-card:hover{box-shadow:var(--shadow);border-color:#bcd9f6;transform:translateY(-4px)}.category-icon{background:var(--sky);width:48px;height:48px;color:var(--blue);border-radius:15px;place-items:center;margin-bottom:14px;display:grid}.category-card h3{margin:0 0 5px;font-size:19px}.category-card p{color:var(--muted);margin:0;font-size:14px}.product-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:22px;transition:all .2s;overflow:hidden;box-shadow:0 8px 30px #082b5c0f}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image{background:linear-gradient(145deg,#edf7ff,#f8fbff);place-items:center;height:245px;display:grid;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.03)}.product-image span{color:var(--blue);opacity:.4;font-size:34px;font-weight:900}.product-card-body{padding:20px}.product-card h3{color:var(--navy);margin:0;font-size:21px}.product-card-body>p{color:var(--muted);height:48px;margin:7px 0 18px;font-size:14px;overflow:hidden}.product-card-foot{border-top:1px solid #edf2f7;justify-content:space-between;align-items:end;padding-top:15px;display:flex}.product-card-foot small{color:var(--muted);display:block}.product-card-foot strong{color:var(--blue);font-size:18px;display:block}.round-link{background:var(--sky);width:40px;height:40px;color:var(--blue);border-radius:13px;place-items:center;display:grid}.split-feature{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.feature-image{border:1px solid var(--line);background:linear-gradient(145deg,#e7f4ff,#f5fbff);border-radius:32px;place-items:center;min-height:430px;padding:38px;display:grid}.feature-image img{object-fit:contain;max-height:360px}.feature-copy h2{color:var(--navy);margin:0 0 15px;font-size:42px;line-height:1.25}.feature-copy>p{color:var(--muted);font-size:18px}.feature-list{gap:15px;margin:25px 0;padding:0;list-style:none;display:grid}.feature-list li{align-items:center;gap:11px;font-weight:700;display:flex}.feature-list i{width:28px;height:28px;color:var(--success);background:#dff7ef;border-radius:50%;place-items:center;font-style:normal;display:grid}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.step{counter-increment:step;border:1px solid var(--line);background:#fff;border-radius:22px;padding:26px;position:relative}.step:before{content:counter(step);background:var(--blue);color:#fff;border-radius:12px;place-items:center;width:36px;height:36px;font-weight:900;display:grid;position:absolute;top:18px;left:20px}.step h3{color:var(--navy);margin:50px 0 7px;font-size:20px}.step p{color:var(--muted);margin:0}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#eef8ff,#f7fbff);padding:56px 0}.page-title{text-align:center;max-width:720px;margin:auto}.filter-row{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.filter-chip{border:1px solid var(--line);color:#46607c;cursor:pointer;background:#fff;border-radius:99px;padding:9px 16px;font-weight:700}.filter-chip.active,.filter-chip:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.empty-state{text-align:center;background:var(--soft);color:var(--muted);border-radius:24px;padding:65px 20px}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:55px;display:grid}.gallery-main{position:sticky;top:105px}.gallery-frame{background:var(--soft);aspect-ratio:1.15;border:1px solid var(--line);border-radius:28px;overflow:hidden}.gallery-frame img{object-fit:cover;width:100%;height:100%}.gallery-placeholder{height:100%;color:var(--blue);place-items:center;font-size:40px;font-weight:900;display:grid}.thumbs{gap:10px;margin-top:12px;display:flex}.thumbs button{background:0 0;border:2px solid #0000;border-radius:13px;width:72px;height:72px;padding:0;overflow:hidden}.thumbs button.active{border-color:var(--blue)}.thumbs img{object-fit:cover;width:100%;height:100%}.product-info .eyebrow{margin-bottom:12px}.product-info h1{color:var(--navy);margin:0 0 12px;font-size:42px;line-height:1.25}.product-description{color:var(--muted);white-space:pre-line;font-size:17px}.live-note{color:var(--success);background:#eaf9f3;border-radius:10px;margin-top:8px;padding:7px 12px;font-size:13px;display:inline-block}.option-block{margin-top:25px}.option-block label,.field label{color:#243f60;margin-bottom:8px;font-weight:800;display:block}.option-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.choice{border:1.5px solid var(--line);text-align:right;cursor:pointer;background:#fff;border-radius:14px;padding:13px;transition:all .2s}.choice.active{border-color:var(--blue);background:var(--sky);color:var(--blue)}.choice strong,.choice small{display:block}.choice small{color:var(--muted)}.spec-box{background:var(--soft);border-radius:16px;gap:8px;margin-top:14px;padding:15px;display:grid}.spec-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding-bottom:7px;display:flex}.spec-row:last-child{border:0;padding:0}.upload-box{text-align:center;cursor:pointer;color:var(--blue);background:#f8fbff;border:1.5px dashed #9ec6ef;border-radius:17px;padding:22px;display:block}.upload-box input{display:none}.upload-box strong,.upload-box small{display:block}.upload-box small{color:var(--muted);margin-top:3px}.price-panel{background:linear-gradient(135deg,#e9f5ff,#f2f8ff);border:1px solid #cee5fb;border-radius:19px;justify-content:space-between;align-items:center;margin:22px 0;padding:18px;display:flex}.price-panel span{color:var(--muted);font-weight:700}.price-panel strong{color:var(--blue);font-size:25px}.wide{width:100%}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{margin-bottom:14px}.field input,.field textarea,.field select{border:1.5px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:13px;outline:none;padding:12px 14px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b63ce17}.field textarea{resize:vertical;min-height:100px}.cart-layout{grid-template-columns:1fr 370px;align-items:start;gap:28px;display:grid}.cart-list{gap:14px;display:grid}.cart-item{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:88px 1fr auto;align-items:center;gap:15px;padding:15px;display:grid}.cart-item-image{background:var(--soft);object-fit:cover;width:88px;height:88px;color:var(--blue);border-radius:13px;place-items:center;font-weight:800;display:grid}.cart-item h3{color:var(--navy);margin:0}.cart-item p{color:var(--muted);margin:3px 0;font-size:14px}.cart-item-price{text-align:left}.cart-item-price strong{color:var(--blue);font-size:18px;display:block}.delete-button{color:var(--danger);cursor:pointer;background:#fff0f1;border:0;border-radius:10px;margin-top:7px;padding:7px}.summary-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:21px;position:sticky;top:105px}.summary-card h2{color:var(--navy);margin:0 0 17px}.summary-row{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:20px;padding:10px 0;display:flex}.summary-total{color:var(--blue);border:0;font-size:21px;font-weight:900}.notice,.error,.success{border-radius:13px;margin:12px 0;padding:13px 15px;font-weight:700}.notice{color:#245b91;background:#eef7ff}.error{color:#aa2731;background:#fff0f1}.success{color:#116b49;background:#eaf9f3}.track-card{border:1px solid var(--line);max-width:680px;box-shadow:var(--shadow);background:#fff;border-radius:25px;margin:auto;padding:28px}.track-image{width:240px;margin:0 auto 18px}.status-timeline{grid-template-columns:repeat(5,1fr);gap:4px;margin-top:24px;display:grid;position:relative}.status-timeline:before{content:"";background:var(--line);height:3px;position:absolute;top:17px;left:8%;right:8%}.status-node{text-align:center;color:var(--muted);font-size:12px;position:relative}.status-node i{z-index:1;background:#e7eef6;border-radius:50%;place-items:center;width:36px;height:36px;margin:0 auto 7px;font-style:normal;font-weight:800;display:grid;position:relative}.status-node.done i{background:var(--blue);color:#fff}.legal{max-width:820px;margin:auto}.legal h2{color:var(--navy);margin-top:30px}.legal p,.legal li{color:#526a84}.cta-band{background:linear-gradient(135deg,var(--navy),#0e4b91);color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:25px;padding:42px;display:flex}.cta-band h2{margin:0;font-size:34px}.cta-band p{color:#cfe3fb;margin:7px 0 0}.site-footer{color:#d8e7f8;background:#071e3d;padding:58px 0 0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:38px;display:grid}.footer-brand{color:#fff;font-size:31px;font-weight:900}.footer-grid h3{color:#fff;margin:0 0 14px}.footer-grid a,.footer-grid p{color:#adc4df;margin:0 0 8px;display:block}.footer-grid a:hover{color:#fff}.footer-bottom{text-align:center;color:#91adcb;border-top:1px solid #ffffff1a;margin-top:36px;padding:19px}.mobile-nav{display:none}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@media (max-width:900px){.nav-links{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;gap:13px;padding:18px;display:none;position:absolute;top:77px;left:20px;right:20px}.nav-links.open{display:flex}.menu-button{display:block}.hero-grid,.split-feature,.product-detail,.cart-layout{grid-template-columns:1fr}.hero{padding:46px 0}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{grid-row:1;min-height:360px}.hero-visual img{object-fit:contain;max-height:350px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.gallery-main,.summary-card{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){body{padding-bottom:72px}.container{width:min(100% - 28px,1180px)}.site-header .nav-wrap{height:66px}.brand{font-size:23px}.brand img{width:42px;height:42px}.hero{padding:28px 0 44px}.hero-grid{gap:16px}.hero-visual{min-height:260px}.hero-visual:before{inset:20px}.hero h1{margin:12px 0;font-size:37px}.hero-copy>p{font-size:16px}.primary-button,.secondary-button{width:100%}.trust-row{gap:10px;font-size:12px}.section{padding:55px 0}.section-head{align-items:start}.section-head h2{font-size:29px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:18px 13px}.category-card h3{font-size:16px}.product-grid{grid-template-columns:1fr}.product-image{height:230px}.split-feature{gap:26px}.feature-image{min-height:280px;padding:22px}.feature-copy h2{font-size:30px}.steps{grid-template-columns:1fr}.page-hero{padding:40px 0}.product-info h1{font-size:31px}.option-grid,.form-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:68px 1fr auto}.cart-item-image{width:68px;height:68px}.cart-item-price{font-size:13px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}.site-footer{padding-top:42px}.cta-band{text-align:center;padding:27px;display:block}.cta-band h2{font-size:27px}.cta-band .secondary-button{margin-top:20px}.mobile-nav{z-index:60;border-top:1px solid var(--line);background:#fffffff7;grid-template-columns:repeat(5,1fr);height:70px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -7px 25px #082b5c14}.mobile-nav a{color:#40546c;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;display:flex;position:relative}.mobile-nav svg{width:21px}.mobile-nav b{margin-right:8px;position:absolute;top:5px;right:50%}.status-timeline{grid-template-columns:repeat(5,90px);overflow-x:auto}}.print-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px;display:grid}.print-main{gap:22px;display:grid}.print-panel{border:1px solid var(--line);background:#fff;border-radius:24px;padding:25px;box-shadow:0 8px 30px #082b5c0d}.print-panel-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.print-panel-head>div{min-width:0}.print-panel-head h2{color:var(--navy);margin:0 10px;font-size:25px;display:inline}.print-panel-head p{color:var(--muted);margin:6px 0 0}.print-empty-upload{width:100%;min-height:190px;color:var(--blue);cursor:pointer;background:#f8fbff;border:2px dashed #9ec6ef;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.print-empty-upload b{font-size:19px}.print-empty-upload span{color:var(--muted)}.print-files{gap:17px;display:grid}.print-file-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:18px}.print-file-title{border-bottom:1px solid var(--line);grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;padding-bottom:15px;display:grid}.pdf-badge{color:#fff;background:linear-gradient(145deg,#ff5a64,#e72f3c);border-radius:12px;place-items:center;width:54px;height:62px;font-weight:900;display:grid;box-shadow:0 9px 18px #e72f3c2e}.print-file-title h3{white-space:nowrap;text-overflow:ellipsis;margin:1px 0;font-size:17px;overflow:hidden}.print-file-title p,.print-file-title small{color:var(--muted);margin:0}.file-actions{gap:7px;display:flex}.file-actions button{border:1px solid var(--line);width:39px;height:39px;color:var(--blue);cursor:pointer;background:#fff;border-radius:11px;place-items:center;display:grid}.file-actions button:last-child{color:var(--danger)}.print-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:17px;display:grid}.wide-field{grid-column:1/-1}.counter{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;height:48px;display:flex;overflow:hidden}.counter button{background:var(--sky);width:48px;height:100%;color:var(--blue);cursor:pointer;border:0;place-items:center;display:grid}.counter svg{width:18px}.counter b{font-size:18px}.file-total{background:var(--sky);color:var(--navy);border-radius:13px;justify-content:space-between;align-items:center;margin-top:16px;padding:12px 14px;display:flex}.file-total strong{color:var(--blue);font-size:19px}.print-summary{position:sticky;top:100px}.estimate-note{color:var(--muted);text-align:center;font-size:12px}.print-success{text-align:center}.print-success>svg{color:var(--success);margin:0 auto 12px}.fulfillment-choices{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.fulfillment-choices button{border:1.5px solid var(--line);text-align:right;cursor:pointer;background:#fff;border-radius:15px;padding:14px}.fulfillment-choices button.active{border-color:var(--blue);background:var(--sky);color:var(--blue)}.fulfillment-choices b,.fulfillment-choices span{display:block}.fulfillment-choices span{color:var(--muted);font-size:13px}.branch-box{background:#eef8ff;border:1px solid #cce4fb;border-radius:16px;margin:16px 0;padding:17px}.branch-box p{color:var(--muted);margin:4px 0}.branch-box a,.terms-check a{color:var(--blue);font-weight:800}.subheading{color:var(--navy);margin:21px 0 8px}.terms-check{cursor:pointer;align-items:flex-start;gap:9px;margin-top:17px;display:flex}.terms-check input{width:18px;height:18px;margin-top:4px}.print-summary .notice{align-items:center;gap:7px;display:flex}@media (max-width:960px){.print-layout{grid-template-columns:1fr}.print-summary{order:2;position:static}}@media (max-width:620px){.print-panel{border-radius:19px;padding:17px}.print-panel-head{flex-direction:column;align-items:flex-start}.print-panel-head .primary-button{width:100%}.print-options,.fulfillment-choices,.national-grid{grid-template-columns:1fr}.wide-field{grid-column:auto}.print-file-title{grid-template-columns:46px minmax(0,1fr)}.pdf-badge{width:46px;height:54px;font-size:13px}.file-actions{grid-column:1/-1;justify-content:flex-end}}
