:root{
  --orange:#f58216;--orange2:#ff9c2b;--black:#090909;--ink:#171717;--muted:#6f6f6f;
  --line:#e9e9e9;--soft:#f8f8f8;--green:#18c862;--shadow:0 16px 36px rgba(0,0,0,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tajawal,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
img{max-width:100%;display:block;height:auto}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
a{color:inherit}.container{width:min(1220px,92%);margin-inline:auto}

/* Header */
.topbar{position:absolute;inset:0 0 auto;z-index:50;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.52),transparent)}
.nav{height:92px;display:flex;align-items:center;gap:28px;min-width:0}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:#fff;flex:0 0 auto;min-width:0}
.brand>img{width:72px;height:72px;object-fit:contain;object-position:center;background:transparent!important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.25));flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;line-height:1;white-space:nowrap}
.brand-copy strong{font-size:23px;font-weight:900;letter-spacing:0}.brand-copy small{font-size:9px;letter-spacing:1.8px;margin-top:7px;font-weight:700;direction:ltr}
.nav nav{display:flex;align-items:center;gap:23px;margin-inline:auto}.nav nav a{text-decoration:none;color:#eee;font-size:14px;font-weight:800;white-space:nowrap}.nav nav a:hover{color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 22px;text-decoration:none;font-weight:900;border:0;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}
.btn svg,.header-cta svg{width:20px;height:20px;fill:currentColor}.btn-orange{background:linear-gradient(135deg,var(--orange2),#eb7110);color:#fff;box-shadow:0 10px 24px rgba(245,130,22,.26)}.header-cta{font-size:13px;flex:0 0 auto}

/* Hero */
.hero{background:radial-gradient(circle at 20% 45%,#29221c 0,#171412 36%,#090909 76%);color:#fff;padding-top:92px;overflow:hidden}
.hero-grid{min-height:590px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:34px}
.hero-copy{padding:48px 0 38px;min-width:0}.kicker,.eyebrow{display:inline-block;color:var(--orange);font-size:14px;font-weight:900;margin-bottom:11px}
.hero h1{font-size:64px;line-height:.98;margin:0 0 20px;font-weight:900;letter-spacing:-1px}.hero h1 em{font-style:normal;color:var(--orange);display:block;margin-top:5px}
.hero h2{font-size:25px;line-height:1.5;margin:0 0 14px;max-width:590px}.hero p{font-size:16px;line-height:1.95;color:#d5d5d5;max-width:620px;margin:0}.hero p strong{color:#fff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn-outline{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.05);color:#fff}
.hero-features{border-top:1px solid rgba(255,255,255,.14);margin-top:25px;padding-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hero-features div{text-align:center;font-weight:800;font-size:12px;color:#f4f4f4}.hero-features svg{width:27px;height:27px;fill:var(--orange);display:block;margin:0 auto 8px}
.hero-visual{height:590px;position:relative;display:flex;align-items:flex-end;min-width:0}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,#0b0b0bce 100%);pointer-events:none}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:58% center;filter:brightness(.94) contrast(1.05)}

/* Shared sections */
.section{padding:66px 0}.section-title{text-align:center;max-width:780px;margin:0 auto 34px}.section-title>span{color:var(--orange);font-size:14px;font-weight:900}.section-title h2{font-size:34px;margin:6px 0 9px;font-weight:900}.section-title p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}

/* Services */
.services{background:#fff}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.cards article{min-width:0;background:#fafafa;border:1px solid #ededed;border-radius:14px;overflow:hidden;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.025);transition:.25s}.cards article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-media{position:relative;overflow:hidden;background:#f3f3f3}.cards img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;transition:.25s}.cards article:hover img{transform:scale(1.025)}
.service-icon{position:absolute;right:50%;bottom:12px;transform:translateX(50%);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8e8e8;box-shadow:0 6px 18px rgba(0,0,0,.12)}.service-icon svg{width:23px;height:23px;fill:var(--orange)}
.cards h3{font-size:16px;margin:16px 12px 6px;font-weight:900}.cards p{font-size:12.5px;color:#727272;line-height:1.65;margin:0 16px 18px;min-height:42px}
.design-note{max-width:820px;margin:28px auto 0;padding:17px 20px;border-radius:12px;background:#f7f7f7;border:1px solid #ececec;display:flex;gap:15px;align-items:center}.design-note>svg{width:36px;height:36px;fill:var(--orange);flex:0 0 auto}.design-note div{display:flex;flex-direction:column;gap:4px}.design-note b{color:var(--orange);font-size:17px}.design-note span{font-size:13px;color:#555}

/* Why */
.why{background:linear-gradient(120deg,#1b1b1b,#090909);color:#fff;padding:60px 0 42px}.section-title.light h2{color:#fff}.section-title.light p{color:#aaa}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.why-grid>div{min-height:145px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:15px}.why-grid svg{width:34px;height:34px;fill:var(--orange);margin-bottom:10px}.why-grid b{font-size:15px}.why-grid small{font-size:11.5px;color:#aaa;margin-top:5px;line-height:1.5}.business-strip{max-width:900px;margin:25px auto 0;border:1px solid rgba(245,130,22,.45);border-radius:10px;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:12px;background:#0e0e0e;font-size:18px}.business-strip svg{width:25px;height:25px;fill:var(--orange)}.business-strip strong{color:var(--orange)}

/* SEO content */
.seo-content{background:#fff}.content-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:50px;align-items:center}.content-grid h2{font-size:34px;margin:5px 0 15px}.content-grid p{font-size:16px;line-height:1.95;color:#555}.content-points{display:grid;gap:14px}.content-points>div{display:flex;gap:14px;align-items:flex-start;border:1px solid #eee;border-radius:12px;padding:16px;background:#fafafa}.content-points svg{width:30px;height:30px;fill:var(--orange);flex:0 0 auto}.content-points span{display:flex;flex-direction:column;color:#666;font-size:13px;line-height:1.6}.content-points b{color:#222;font-size:15px;margin-bottom:2px}

/* Quote */
.quote{padding:62px 0 18px;background:linear-gradient(180deg,#fff,#fafafa)}.quote-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:46px}.quote-copy h2{font-size:42px;margin:0 0 14px}.quote-copy p{font-size:16px;line-height:1.95;color:#4a4a4a;margin:0}.quote-actions{display:flex;flex-direction:column;gap:13px;margin-top:18px;align-items:flex-start}.btn-whatsapp{background:var(--green);color:#fff;width:min(100%,540px);font-size:16px}.btn-whatsapp svg{width:22px;height:22px}.phone-card{width:min(100%,540px);display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:#111;border:1px solid #e8e8e8;background:#fff;border-radius:999px;padding:14px 18px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.phone-card svg{width:23px;height:23px;fill:#111}.phone-card span{color:#777}.phone-card strong{font-size:20px}.quote-visual{min-height:360px;display:flex;align-items:center;justify-content:center}.quote-visual img{width:100%;height:auto;max-height:430px;object-fit:contain;border-radius:12px}.mini-benefits{border-top:1px solid #ececec;margin-top:24px;padding:18px 0 2px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;text-align:center}.mini-benefits span{font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px}.mini-benefits svg{width:20px;height:20px;fill:var(--orange)}

/* Process */
.process{padding-top:48px}.steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.steps>div{position:relative;text-align:center;border:1px solid #ececec;background:#fff;border-radius:14px;padding:25px 15px 20px;min-height:210px}.steps i{position:absolute;right:14px;top:14px;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;font-style:normal;font-weight:900}.steps>div>svg{width:44px;height:44px;fill:#555;margin:20px auto 13px;display:block}.steps b{display:block;font-size:17px}.steps span{display:block;color:#777;font-size:13px;line-height:1.65;margin-top:7px}

/* FAQ */
.faq{background:#fafafa}.faq-wrap{max-width:960px}.faq-list{display:grid;gap:10px}.faq details{background:#fff;border:1px solid #e9e9e9;border-radius:12px;padding:0 20px}.faq summary{cursor:pointer;font-weight:800;font-size:16px;padding:18px 0;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:left;color:var(--orange);font-size:22px}.faq details[open] summary:after{content:"−"}.faq details p{margin:-3px 0 18px;color:#666;line-height:1.9;font-size:14px}

/* Footer */
footer{background:#101010;color:#ddd;padding:44px 0 0}.foot{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.15fr;gap:42px;align-items:start}.footer-brand{margin:0 0 14px}.footer-brand>img{width:76px;height:76px}.footer-brand .brand-copy strong{font-size:22px}.foot-brand p{max-width:290px;line-height:1.8;font-size:13px}.foot h4{color:var(--orange);margin:0 0 15px}.foot a,.foot p{display:flex;align-items:center;gap:7px;color:#c6c6c6;text-decoration:none;margin:9px 0;font-size:13px}.foot a:hover{color:#fff}.foot a svg{width:18px;height:18px;fill:var(--orange)}
.footer-social{display:flex;gap:9px;margin-top:15px;flex-wrap:wrap}.footer-social .social-link{width:42px;height:42px;border-radius:50%;margin:0;display:flex;align-items:center;justify-content:center;background:#1b1b1b;border:1px solid #2d2d2d;transition:.2s}.footer-social .social-link:hover{transform:translateY(-2px);border-color:var(--orange)}.footer-social .social-link svg{width:21px;height:21px;fill:#fff}.footer-social .instagram:hover{background:#d62976}.footer-social .tiktok:hover{background:#000}.footer-social .whatsapp{background:#159f4f}.footer-social .phone{background:#242424}
.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.09);margin-top:30px;padding:16px;color:#888;font-size:12px}
.floating-contact{position:fixed;left:20px;bottom:20px;z-index:60;display:flex;flex-direction:column;gap:10px}.floating-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 24px rgba(0,0,0,.22)}.floating-btn svg{width:27px;height:27px;fill:#fff}.floating-wa{background:var(--green)}.floating-call{background:#171717}

@media(max-width:1100px){
  .nav nav{gap:16px}.nav nav a{font-size:13px}.hero h1{font-size:56px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{gap:34px}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.steps>div:nth-last-child(-n+2){grid-column:auto}.foot{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .container{width:92%}.nav{height:80px;gap:12px}.nav nav{display:none}.brand>img{width:58px;height:58px}.brand-copy strong{font-size:19px}.brand-copy small{font-size:7.5px;letter-spacing:1.2px;margin-top:5px}.header-cta{margin-right:auto;padding:10px 14px;font-size:11px}
  .hero{padding-top:80px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{text-align:center;padding:42px 0 22px}.hero-copy h2,.hero-copy p{margin-inline:auto}.hero-actions{justify-content:center}.hero-features{max-width:650px;margin-inline:auto}.hero-visual{height:auto;min-height:0;justify-content:center}.hero-visual:after{display:none}.hero-visual img{height:auto;max-height:470px;object-fit:contain;object-position:center}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.quote-grid{grid-template-columns:1fr}.content-grid>div:first-child,.quote-copy{text-align:center}.content-points{max-width:680px;margin-inline:auto}.quote-actions{align-items:center}.quote-visual{min-height:0}.quote-visual img{max-height:400px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.steps>div:last-child{grid-column:1/-1}.foot{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .container{width:92%}.nav{height:74px;gap:8px}.brand{gap:7px}.brand>img{width:50px;height:50px}.brand-copy strong{font-size:16px}.brand-copy small{display:none}.header-cta{padding:9px 11px;font-size:10px;gap:6px}.header-cta svg{width:16px;height:16px}
  .hero{padding-top:74px}.hero-copy{padding:34px 0 18px}.kicker{font-size:11px}.hero h1{font-size:41px}.hero h2{font-size:19px}.hero p{font-size:13.5px;line-height:1.85}.hero-actions{gap:8px}.hero-actions .btn{font-size:11px;padding:11px 13px}.hero-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-visual img{width:100%;max-height:none}
  .section{padding:48px 0}.section-title{margin-bottom:25px}.section-title h2{font-size:27px}.section-title p{font-size:13px}.cards{grid-template-columns:1fr;gap:14px}.cards article{max-width:430px;width:100%;margin-inline:auto}.cards img{aspect-ratio:4/3}.cards h3{font-size:16px}.cards p{font-size:12.5px;min-height:0}.service-icon{width:44px;height:44px}.why-grid{grid-template-columns:1fr 1fr;gap:10px}.why-grid>div{min-height:132px;padding:12px}.why-grid b{font-size:13px}.why-grid small{font-size:10.5px}.business-strip{font-size:14px;line-height:1.6}.content-grid h2{font-size:27px}.content-grid p{font-size:14px}.quote-copy h2{font-size:31px}.quote-copy p{font-size:14px}.quote-actions{width:100%}.btn-whatsapp,.phone-card{width:100%;max-width:100%}.btn-whatsapp{font-size:12.5px;padding:14px 10px}.phone-card{padding:12px 10px}.phone-card span{font-size:12px}.phone-card strong{font-size:17px}.mini-benefits{grid-template-columns:1fr 1fr;gap:8px}.mini-benefits span{font-size:11.5px}.steps{grid-template-columns:1fr}.steps>div:last-child{grid-column:auto}.steps>div{min-height:0;padding:24px 15px 20px}.foot{grid-template-columns:1fr;gap:24px}.footer-brand>img{width:66px;height:66px}.footer-brand .brand-copy strong{font-size:19px}.footer-social{margin-top:12px}.floating-contact{left:13px;bottom:13px}.floating-btn{width:50px;height:50px}.floating-btn svg{width:23px;height:23px}
}
@media(max-width:370px){
  .brand>img{width:44px;height:44px}.brand-copy strong{font-size:14px}.header-cta{padding:8px 9px;font-size:9px}.header-cta svg{display:none}.hero h1{font-size:36px}.why-grid{grid-template-columns:1fr}.mini-benefits{grid-template-columns:1fr}.btn-whatsapp{font-size:11.5px}.phone-card strong{font-size:15px}
}
