:root{--ink:#1A1A1B;--muted:#5D5D5D;--orange:#E67E22;--bg:#F7F7F7;--border:rgba(26,26,27,.1)}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans',system-ui,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
h1,h2,h3{font-family:'Inter',system-ui,sans-serif}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
address{font-style:normal}
section[id],footer{scroll-margin-top:90px}
.container{max-width:1400px;margin:0 auto;padding:0 24px}
.container.narrow{max-width:1000px}
@media(min-width:768px){.container{padding:0 40px}}
.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--orange);color:var(--ink);font-family:'Inter',sans-serif;font-weight:700;font-size:16px;letter-spacing:.02em;border:none;cursor:pointer;transition:background .2s,color .2s}
.btn:hover{background:#fff;color:var(--ink)}
.eyebrow{font-family:'Inter',sans-serif;font-weight:700;font-size:12px;letter-spacing:.3em;color:var(--orange);text-transform:uppercase;margin-bottom:24px}
@media(min-width:768px){.eyebrow{font-size:13px}}
.h2{font-weight:900;font-size:32px;line-height:1.1;margin-bottom:48px;max-width:820px}
@media(min-width:768px){.h2{font-size:48px;margin-bottom:56px}}
@media(min-width:1200px){.h2{font-size:56px}}
#site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:80px;display:flex;align-items:center;transition:background .3s,box-shadow .3s;color:#fff;background:transparent}
#site-header.scrolled,#site-header.solid{background:var(--ink);box-shadow:0 4px 24px rgba(0,0,0,.3)}
.header-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}
@media(min-width:768px){.header-inner{padding:0 40px}}
.logo{display:flex;align-items:center;gap:10px;font-family:'Inter',sans-serif;font-weight:800;font-size:14px}
.logo-full{display:none}
.logo-short{display:inline}
@media(min-width:640px){.logo-full{display:inline}.logo-short{display:none}}
.logo-mark{width:36px;height:36px;border:2px solid var(--orange);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;flex-shrink:0}
.main-nav{display:none;gap:28px}
.main-nav a{color:rgba(255,255,255,.8);font-size:14px;font-weight:500;transition:color .2s}
.main-nav a:hover{color:var(--orange)}
.header-right{display:flex;align-items:center;gap:12px}
.header-cta{display:none;padding:10px 20px;font-size:14px}
.menu-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex}
@media(min-width:1024px){.main-nav{display:flex}.menu-btn{display:none}.header-cta{display:inline-flex}}
#mobile-menu{display:none;background:var(--ink);border-top:1px solid rgba(255,255,255,.1)}
#mobile-menu.open{display:block}
#mobile-menu a{display:block;padding:14px 20px;color:rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.05);font-size:16px}
#mobile-menu .menu-cta{display:block;text-align:center;margin:16px 20px;border-bottom:none}
.hero{position:relative;min-height:600px;height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,26,27,.92),rgba(26,26,27,.65) 55%,rgba(26,26,27,.2))}
.hero-content{position:relative;z-index:10;padding:0 24px;max-width:1400px;margin:0 auto;width:100%}
@media(min-width:768px){.hero-content{padding:0 40px}}
.hero-label{font-family:'Inter',sans-serif;font-weight:700;font-size:12px;letter-spacing:.3em;color:var(--orange);text-transform:uppercase;margin-bottom:24px}
@media(min-width:768px){.hero-label{font-size:14px}}
.hero-h1{font-weight:900;color:#fff;font-size:38px;line-height:1.05;margin-bottom:24px;max-width:640px}
@media(min-width:640px){.hero-h1{font-size:48px}}
@media(min-width:1024px){.hero-h1{font-size:72px}}
.hero-sub{color:rgba(255,255,255,.8);font-size:18px;line-height:1.6;margin-bottom:40px;max-width:560px}
@media(min-width:768px){.hero-sub{font-size:20px}}
.marquee{background:var(--ink);color:#fff;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite;padding:20px 0}
.marquee-item{display:flex;align-items:center;gap:32px;padding:0 32px;font-family:'Inter',sans-serif;font-weight:700;font-size:14px;letter-spacing:.2em;white-space:nowrap}
.marquee-item .dot{color:var(--orange);font-size:18px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.steps{background:var(--bg);padding:80px 0}
@media(min-width:768px){.steps{padding:128px 0}}
.steps-grid{display:grid;grid-template-columns:1fr;gap:1px;background:rgba(26,26,27,.15)}
@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}
.step{background:var(--bg);padding:32px}
@media(min-width:768px){.step{padding:40px}}
.step-num{font-weight:900;font-size:48px;display:block;margin-bottom:24px;line-height:1}
.step-title{font-size:22px;font-weight:700;margin-bottom:16px}
.step-desc{color:var(--muted);line-height:1.65}
.band{position:relative;height:45vh;min-height:350px;overflow:hidden}
.band img{width:100%;height:100%;object-fit:cover}
.band-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,27,.4),transparent)}
.services-head{padding-top:80px;padding-bottom:40px}
@media(min-width:768px){.services-head{padding-top:112px}}
.service-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border)}
.svc-img img{width:100%;height:100%;object-fit:cover;min-height:300px}
.svc-text{display:flex;align-items:center;padding:64px 24px}
.svc-inner{max-width:500px}
.svc-num{font-weight:900;font-size:56px;color:rgba(230,126,34,.25);display:block;margin-bottom:16px;line-height:1}
.svc-title{font-size:24px;font-weight:700;margin-bottom:20px;line-height:1.2}
.svc-desc{color:var(--muted);font-size:17px;line-height:1.65}
.service-row.reverse .svc-img{order:2}
@media(max-width:1023px){.service-row{grid-template-columns:1fr}.service-row.reverse .svc-img{order:0}}
@media(min-width:1024px){.service-row{min-height:60vh}.svc-img img{min-height:60vh}.svc-text{padding:64px 80px}}
.cairo{position:relative;background:var(--ink);color:#fff;overflow:hidden;padding:80px 0}
@media(min-width:768px){.cairo{padding:128px 0}}
.cairo .bg{position:absolute;inset:0}
.cairo .bg img{width:100%;height:100%;object-fit:cover}
.cairo .bg::after{content:'';position:absolute;inset:0;background:rgba(26,26,27,.8)}
.cairo .inner{position:relative;z-index:10}
.cairo .h2{color:#fff}
.cairo .lead{color:rgba(255,255,255,.75);font-size:18px;line-height:1.7;margin-bottom:32px;max-width:560px}
.cairo .pin{display:flex;align-items:center;gap:12px;color:var(--orange);font-family:'Inter',sans-serif;font-weight:600;font-size:18px}
.faq{padding:80px 0}
@media(min-width:768px){.faq{padding:128px 0}}
.faq-list{max-width:900px}
.faq-item{border-bottom:1px solid rgba(26,26,27,.15)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left}
.faq-q .q{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;color:var(--ink)}
@media(min-width:768px){.faq-q .q{font-size:20px}}
.faq-icon{color:var(--orange);flex-shrink:0;display:flex}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a.open{max-height:420px}
.faq-a p{color:var(--muted);line-height:1.65;padding-right:48px;padding-bottom:24px;font-size:16px}
@media(min-width:768px){.faq-a p{font-size:17px}}
.contact{background:var(--bg);padding:80px 0}
@media(min-width:768px){.contact{padding:128px 0}}
.contact-lead{color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:32px;max-width:560px}
.contact-card{display:flex;flex-wrap:wrap;gap:40px;padding-bottom:32px;margin-bottom:48px;border-bottom:1px solid rgba(26,26,27,.1)}
.contact-item{display:flex;gap:12px;align-items:flex-start}
.contact-item svg{color:var(--orange);flex-shrink:0;margin-top:2px}
.contact-item .label{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;margin-bottom:4px}
.contact-item .value{color:var(--muted);font-size:14px;line-height:1.6}
.contact-item a.value:hover{color:var(--orange)}
.call-panel{background:#fff;border:1px solid var(--border);padding:48px;text-align:center}
.call-panel h3{font-size:24px;font-weight:700;margin-bottom:20px}
.phone-link{display:block;font-family:'Inter',sans-serif;font-weight:900;font-size:34px;color:var(--ink);transition:color .2s}
@media(min-width:768px){.phone-link{font-size:40px}}
.phone-link:hover{color:var(--orange)}
.call-panel .note{color:var(--muted);margin-top:12px;line-height:1.6}
footer{background:var(--ink);color:#fff;padding:64px 0}
.f-grid{display:grid;grid-template-columns:1fr;gap:48px}
@media(min-width:768px){.f-grid{grid-template-columns:repeat(4,1fr)}}
.f-logo{margin-bottom:20px}
.f-brand{font-size:15px;line-height:1.3}
.f-title{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--orange);font-weight:700;margin-bottom:20px}
.f-desc{color:rgba(255,255,255,.6);font-size:14px;line-height:1.7;max-width:280px}
.f-links a,.f-grid nav a{display:block;color:rgba(255,255,255,.7);font-size:14px;margin-bottom:12px;transition:color .2s}
.f-links a:hover,.f-grid nav a:hover{color:#fff}
.f-phone{display:block;margin-top:12px;font-size:14px;font-weight:600;color:#fff;transition:color .2s}
.f-phone:hover{color:var(--orange)}
.f-bottom{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.4);font-size:12px}
.legal{padding-top:80px}
.legal-h1{font-weight:900;font-size:32px;line-height:1.1;margin-bottom:48px}
@media(min-width:768px){.legal-h1{font-size:48px}}
.legal-intro{color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:48px}
.legal-sections{display:flex;flex-direction:column;gap:48px}
.legal-section h2{font-size:20px;font-weight:700;margin-bottom:16px}
@media(min-width:768px){.legal-section h2{font-size:24px}}
.legal-section p{color:var(--muted);line-height:1.7;font-size:16px}
@media(min-width:768px){.legal-section p{font-size:17px}}
.legal-back{margin-top:64px;padding-top:32px;border-top:1px solid var(--border)}
.legal-back a{color:var(--orange);font-family:'Inter',sans-serif;font-weight:700;font-size:14px}
.legal-back a:hover{text-decoration:underline}
#cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;padding:12px 16px}
.cb-box{max-width:1200px;margin:0 auto;background:var(--ink);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.4)}
.cb-main-inner{padding:20px;display:flex;flex-direction:column;gap:20px}
@media(min-width:768px){.cb-main-inner{flex-direction:row;align-items:center;justify-content:space-between;padding:28px}}
.cb-title{font-weight:700;font-size:16px;margin-bottom:8px}
@media(min-width:768px){.cb-title{font-size:18px}}
.cb-text p{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6;max-width:640px}
.cb-text a{color:var(--orange);text-decoration:underline}
.cb-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}
@media(min-width:640px){.cb-actions{flex-direction:row}}
.btn.cb-accept,.btn.cb-save{padding:12px 24px;font-size:14px}
.cb-plain{padding:12px 24px;background:none;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:14px;cursor:pointer;font-family:'IBM Plex Sans',sans-serif;transition:background .2s;display:inline-flex;align-items:center;justify-content:center}
.cb-plain:hover{background:rgba(255,255,255,.1)}
.cb-plain:disabled{opacity:.6;cursor:not-allowed}
#cb-settings-panel{padding:20px}
@media(min-width:768px){#cb-settings-panel{padding:28px}}
.cb-hidden{display:none}
.cb-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.cb-rows{display:flex;flex-direction:column}
.cb-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.cb-row:last-child{border-bottom:none}
.cb-row-title{font-size:14px;font-weight:500}
.cb-row-desc{font-size:12px;color:rgba(255,255,255,.5);margin-top:4px;line-height:1.5}
.cb-toggle{width:48px;height:24px;border-radius:12px;background:rgba(255,255,255,.2);border:none;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}
.cb-toggle.on{background:var(--orange)}
.cb-toggle::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s}
.cb-toggle.on::after{transform:translateX(24px)}
.cb-toggle:disabled{opacity:.6;cursor:not-allowed}
#cb-save{margin-top:20px}
@media(min-width:640px){#cb-save{width:auto}}
