:root{--bg:#050708;--bg2:#0b1114;--card:rgba(255,255,255,.055);--card2:rgba(255,255,255,.085);--text:#fff;--muted:#AAB3C0;--gold:#C9A85B;--gold2:#F0D27B;--cyan:#43E6DF;--green:#1FAF62;--blue:#1887FF;--line:rgba(255,255,255,.105);--gold-line:rgba(201,168,91,.36);--shadow:0 35px 120px rgba(0,0,0,.42);--radius:30px;--trans:all .35s cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Cairo',sans-serif;background:var(--bg);color:var(--text);line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.page-bg{position:fixed;inset:0;z-index:-20;background:radial-gradient(circle at 15% 15%,rgba(67,230,223,.10),transparent 32%),radial-gradient(circle at 85% 20%,rgba(201,168,91,.15),transparent 28%),linear-gradient(135deg,#050708 0%,#071012 45%,#050708 100%)}.page-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);background-size:84px 84px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 92%)}
.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:99999;border-radius:50%;transform:translate(-50%,-50%);display:none}.cursor-dot{width:8px;height:8px;background:var(--gold2);box-shadow:0 0 18px rgba(240,210,123,.9)}.cursor-ring{width:34px;height:34px;border:1px solid rgba(240,210,123,.55);transition:width .2s,height .2s,background .2s,border .2s}@media(pointer:fine){.cursor-dot,.cursor-ring{display:block}body{cursor:none}a,button,.magnetic-link,.card,.gallery-item{cursor:none}.cursor-ring.is-hover{width:58px;height:58px;background:rgba(201,168,91,.08);border-color:rgba(67,230,223,.75)}}
.site-header{position:fixed;top:0;left:0;right:0;z-index:3000;padding:16px 0;background:rgba(3,6,8,.58);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.075);transition:var(--trans)}.site-header.scrolled{padding:9px 0;background:rgba(3,6,8,.88)}.header-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{width:90px;border-radius:4px}.desktop-nav{display:flex;align-items:center;gap:22px}.desktop-nav a{font-size:14px;font-weight:900;color:#DCE3EA;opacity:.86;position:relative;padding:8px 0}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--cyan));transition:var(--trans)}.desktop-nav a:hover{opacity:1;color:#fff}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:10px}.language-link,.header-cta{border-radius:999px;padding:10px 16px;font-size:13px;font-weight:900;border:1px solid var(--line)}.language-link{color:#DCE3EA;background:rgba(255,255,255,.04)}.header-cta{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#121212;border-color:transparent}.menu-toggle{display:none;width:46px;height:46px;border-radius:50%;border:1px solid var(--gold-line);background:rgba(255,255,255,.04);flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:19px;height:2px;background:#fff;border-radius:99px}.mobile-menu{position:fixed;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(18px);z-index:4000;opacity:0;visibility:hidden;transition:var(--trans)}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-inner{position:absolute;inset-block:18px;right:18px;width:min(390px,calc(100% - 36px));display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid var(--gold-line);border-radius:28px;background:#080d10;box-shadow:var(--shadow);transform:translateX(35px);transition:var(--trans)}.mobile-menu.active .mobile-menu-inner{transform:none}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mobile-menu-head img{width:104px}.menu-close{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--gold2);font-size:28px}.mobile-menu a{padding:13px 16px;border-radius:17px;background:rgba(255,255,255,.045);border:1px solid var(--line);font-weight:900}.mobile-menu-contact{margin-top:auto;padding:20px;border-radius:20px;border:1px solid var(--gold-line);background:rgba(255,255,255,.04)}.mobile-menu-contact span{display:block;color:var(--muted);margin-bottom:8px}.mobile-menu-contact strong{color:var(--gold2)}
.section{padding:105px 0;position:relative}.section-label{display:inline-flex;align-items:center;gap:10px;font-family:'Inter',sans-serif;color:var(--cyan);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.section-label:before{content:"";width:32px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--gold))}.section-head{text-align:center;max-width:830px;margin:0 auto 48px}.section-head h2,.section-copy h2,.quote-copy h2,.contact-card h2{font-size:clamp(30px,3.7vw,50px);line-height:1.22;font-weight:900;margin-bottom:16px}.section-head p,.section-copy p,.quote-copy p,.contact-card p{color:var(--muted);font-size:17px}.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 25px;border-radius:999px;font-weight:900;transition:var(--trans);border:1px solid transparent;isolation:isolate}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.36),transparent);transform:translateX(110%);transition:.65s ease;z-index:-1}.btn:hover:before{transform:translateX(-110%)}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111;box-shadow:0 20px 60px rgba(201,168,91,.25)}.btn-outline{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.055);color:#fff}.btn:hover{transform:translateY(-5px)}
.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;padding-top:110px}.hero-bg{position:absolute;inset:-10%;background:radial-gradient(circle at 70% 28%,rgba(201,168,91,.20),transparent 26%),radial-gradient(circle at 18% 70%,rgba(67,230,223,.12),transparent 28%);transform:scale(1.1);z-index:-5}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,5,6,.16),rgba(3,5,6,.86));z-index:-4}.hero-gridlines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:84px 84px;opacity:.28;z-index:-6}.gold-orb,.blue-orb{position:absolute;border-radius:50%;filter:blur(14px);opacity:.7;z-index:-3;animation:orbMove 10s ease-in-out infinite}.orb-1{width:160px;height:160px;background:rgba(201,168,91,.18);top:20%;left:8%}.orb-2{width:120px;height:120px;background:rgba(201,168,91,.22);bottom:16%;right:10%;animation-delay:2s}.blue-orb{width:150px;height:150px;background:rgba(67,230,223,.14);bottom:26%;left:28%;animation-delay:1s}@keyframes orbMove{50%{transform:translate3d(18px,-20px,0) scale(1.08)}}.hero-shell{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:58px}.hero-content{text-align:right}.hero-badge{display:inline-flex;border:1px solid var(--gold-line);background:rgba(255,255,255,.055);padding:9px 16px;border-radius:999px;color:var(--gold2);font-family:'Inter',sans-serif;font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:22px}.hero h1{font-size:clamp(34px,3.6vw,56px);line-height:1.16;font-weight:900;letter-spacing:-.01em;margin-bottom:22px;max-width:680px;background:linear-gradient(180deg,#fff,#DDE5EF 64%,#AEB8C6);-webkit-background-clip:text;color:transparent}.hero p{color:var(--muted);font-size:18px;max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.hero-stats div{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:22px;padding:17px}.hero-stats strong{display:block;font-family:'Inter',sans-serif;font-size:28px;color:var(--gold2)}.hero-stats span{color:var(--muted);font-size:13px;font-weight:800}.hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.hero-photo-mosaic{position:relative;width:min(100%,560px);height:560px}.photo-tile{position:absolute;border-radius:34px;background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);overflow:hidden;transition:var(--trans)}.photo-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72))}.photo-tile span{position:absolute;right:22px;bottom:18px;z-index:2;font-family:'Inter';font-weight:900;color:#fff}.photo-main{width:390px;height:440px;right:70px;top:52px}.photo-small{width:240px;height:220px}.photo-small.one{right:0;top:0}.photo-small.two{left:0;bottom:20px}.visual-chip{position:absolute;z-index:5;padding:12px 17px;border-radius:999px;border:1px solid var(--gold-line);background:rgba(6,9,12,.74);backdrop-filter:blur(14px);font-weight:900;box-shadow:0 20px 70px rgba(0,0,0,.28);animation:floaty 4s ease-in-out infinite}.chip-a{right:20px;bottom:96px}.chip-b{left:70px;top:68px;animation-delay:1s}.chip-c{left:20px;bottom:245px;animation-delay:1.8s}@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.brand-strip{padding:18px 0;border-block:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);overflow:hidden}.strip-marquee{display:flex;gap:34px;width:max-content;animation:marquee 28s linear infinite}.strip-track{display:flex;align-items:center;gap:34px;color:var(--muted);font-family:'Inter';font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.strip-track span{opacity:.86}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.section-copy{text-align:right}.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.mini-metrics div{padding:16px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid var(--line)}.mini-metrics strong{display:block;color:var(--gold2);font-family:'Inter';font-size:14px}.mini-metrics span{color:var(--muted);font-size:13px}.image-stack{position:relative;transform-style:preserve-3d}.section-image{min-height:430px;border-radius:34px;background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.13);box-shadow:var(--shadow);overflow:hidden;position:relative}.section-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))}.stack-note{position:absolute;right:24px;bottom:24px;left:24px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.52);backdrop-filter:blur(12px)}.stack-note b{display:block;color:#fff}.stack-note span{color:var(--muted)}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.article-card,.process-step{position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border-radius:var(--radius);padding:28px;overflow:hidden;transition:var(--trans)}.card:before,.article-card:before,.process-step:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(67,230,223,.17),transparent 34%);opacity:0;transition:var(--trans)}.card:hover:before,.article-card:hover:before,.process-step:hover:before{opacity:1}.card:hover,.article-card:hover,.process-step:hover{transform:translateY(-9px) rotateX(1deg);border-color:var(--gold-line);box-shadow:0 35px 100px rgba(0,0,0,.33)}.card span,.process-step span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;background:rgba(201,168,91,.12);color:var(--gold2);font-family:'Inter';font-weight:900;margin-bottom:18px}.card h3,.process-step h3,.article-card h3{font-size:22px;line-height:1.35;margin-bottom:12px;position:relative}.card p,.process-step p,.article-card p{color:var(--muted);font-size:15px;position:relative}.strength-panel{display:grid;grid-template-columns:.88fr 1.12fr;gap:40px;padding:42px;border-radius:38px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(67,230,223,.08),rgba(201,168,91,.08));box-shadow:var(--shadow)}.strength-copy{text-align:right}.strength-copy h2{font-size:clamp(30px,3.8vw,50px);line-height:1.22}.strength-copy p{color:var(--muted);margin-top:12px}.value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.value-cards div{padding:22px;border-radius:24px;background:rgba(0,0,0,.24);border:1px solid var(--line);transition:var(--trans)}.value-cards div:hover{transform:translateY(-6px);border-color:var(--gold-line)}.value-cards b{display:block;color:var(--gold2);margin-bottom:6px}.value-cards span{color:var(--muted);font-size:13px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-item{min-height:300px;border-radius:30px;background-size:cover;background-position:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);transition:var(--trans);box-shadow:0 25px 90px rgba(0,0,0,.26)}.gallery-item:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(240,210,123,.18),transparent 33%);z-index:1;opacity:0;transition:var(--trans)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.76))}.gallery-item:hover{transform:translateY(-10px) scale(1.015);border-color:var(--gold-line)}.gallery-item:hover:before{opacity:1}.gallery-item span{position:absolute;right:20px;bottom:20px;left:20px;z-index:2;font-weight:900;color:#fff}.featured-gallery .tall{grid-row:span 2;min-height:618px}.featured-gallery .wide{grid-column:span 2}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card span{display:inline-block;color:var(--cyan);font-family:'Inter';font-size:12px;font-weight:900;margin-bottom:12px}.quote-section{background:linear-gradient(180deg,transparent,rgba(201,168,91,.04))}.quote-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;align-items:center}.quote-copy{text-align:right}.quote-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.quote-points span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--gold2);font-weight:800;font-size:13px}.quote-card{border-radius:34px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.lead-form{display:grid;gap:12px}.lead-form label{font-weight:900;color:#fff}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:15px 16px;border-radius:17px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.26);color:#fff;font-size:15px;outline:none;transition:var(--trans)}.lead-form select option{color:#111}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:rgba(67,230,223,.60);box-shadow:0 0 0 4px rgba(67,230,223,.08)}.form-submit{width:100%;margin-top:8px;border:0}.m2a-form-status{display:none;min-height:22px;text-align:center;color:var(--cyan);font-size:14px;font-weight:800;margin-top:6px}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.contact-card{padding:34px;border-radius:34px;background:rgba(255,255,255,.055);border:1px solid var(--line)}.contact-card ul{list-style:none;margin:24px 0;display:grid;gap:12px;color:var(--muted)}.contact-card li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-links a{padding:10px 14px;border-radius:999px;background:rgba(201,168,91,.10);border:1px solid var(--gold-line);color:var(--gold2);font-weight:900;transition:var(--trans)}.social-links a:hover{transform:translateY(-4px);border-color:var(--cyan);color:#fff}.map-box{min-height:430px;border-radius:34px;overflow:hidden;border:1px solid var(--line)}.map-box iframe{width:100%;height:100%;border:0;filter:grayscale(1) invert(.88) contrast(.9)}.footer{padding:30px 0;border-top:1px solid rgba(255,255,255,.09);background:rgba(0,0,0,.25);color:var(--muted);text-align:center}.footer-container{display:grid;gap:8px}.developer-credit{color:var(--gold2);font-weight:800}.floating-actions{position:fixed;right:22px;bottom:24px;z-index:2200;display:flex;flex-direction:column;gap:10px}.float-btn{min-width:92px;text-align:center;padding:11px 14px;border-radius:999px;color:#fff;font-weight:900;font-size:13px;box-shadow:0 15px 45px rgba(0,0,0,.30);transition:var(--trans)}.float-btn.whatsapp{background:#1FAF62}.float-btn.messenger{background:#1887FF}.float-btn.call{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111}.float-btn:hover{transform:translateY(-6px) scale(1.04)}.back-to-top{position:fixed;left:22px;bottom:24px;width:48px;height:48px;border-radius:50%;border:1px solid var(--gold-line);background:rgba(0,0,0,.45);color:var(--gold2);font-size:22px;opacity:0;visibility:hidden;z-index:2200;transition:var(--trans)}.back-to-top.show{opacity:1;visibility:visible}.reveal{opacity:0;transform:translateY(38px);transition:opacity .8s ease,transform .8s ease}.reveal.show{opacity:1;transform:none}.loaded .hero .reveal{transition-delay:.05s}
@media(max-width:1100px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.hero-shell,.split-layout,.strength-panel,.quote-layout,.contact-layout{grid-template-columns:1fr}.hero-content{text-align:center}.hero h1,.hero p{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:460px}.cards-grid,.articles-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.value-cards{grid-template-columns:repeat(2,1fr)}.featured-gallery .tall,.featured-gallery .wide{grid-row:auto;grid-column:auto;min-height:300px}}
@media(max-width:720px){.section{padding:78px 0}.brand img{width:78px}.hero{padding-top:96px}.hero h1{font-size:33px}.hero p{font-size:16px}.hero-stats,.mini-metrics,.cards-grid,.articles-grid,.process-grid,.gallery-grid,.value-cards{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{width:100%}.hero-photo-mosaic{height:420px}.photo-main{width:82%;height:320px;right:8%;top:48px}.photo-small{width:48%;height:155px}.photo-small.one{right:0;top:0}.photo-small.two{left:0;bottom:0}.visual-chip{display:none}.quote-card{padding:18px}.floating-actions{right:12px;bottom:12px}.float-btn{min-width:80px;padding:9px 12px;font-size:12px}.back-to-top{left:12px;bottom:12px}.section-head h2,.section-copy h2,.quote-copy h2,.contact-card h2,.strength-copy h2{font-size:31px}.map-box{min-height:320px}.strip-marquee{animation-duration:18s}}


/* ==========================
   V3 POLISH: NAV PAGES, HAMBURGER, HERO TAGS
========================== */
.menu-toggle{display:flex !important;position:relative;transition:var(--trans)}
.menu-toggle:hover{transform:translateY(-3px);border-color:var(--gold2);box-shadow:0 14px 34px rgba(201,168,91,.18)}
.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu-toggle span{transition:var(--trans)}
.header-actions{gap:12px}
.hero h1{font-size: clamp(28px, 2.6vw, 40px);
line-height: 1.16;max-width:620px}
.hero p{max-width:620px}
.hero-photo-mosaic{width:min(100%,590px);height:570px}
.photo-main{width:385px;height:430px;right:88px;top:78px}
.photo-small{width:220px;height:200px}
.photo-small.one{right:34px;top:8px}
.photo-small.two{left:18px;bottom:16px}
.visual-chip{font-size:13px;padding:10px 14px;min-width:132px;text-align:center;white-space:nowrap;line-height:1.2;z-index:8;pointer-events:none}
.chip-a{right:108px;bottom:76px}
.chip-b{left:64px;top:92px}
.chip-c{left:28px;bottom:232px}
.page-hero{min-height:55vh;display:flex;align-items:center;overflow:hidden;padding-top:130px;padding-bottom:80px;background:linear-gradient(180deg,rgba(4,8,10,.50),rgba(4,8,10,.92))}
.page-hero-inner{text-align:center;max-width:880px}
.page-hero h1{font-size:clamp(28px,2.6vw,40px);line-height:1.16;font-weight:900;margin:16px auto;background:linear-gradient(180deg,#fff,#DDE5EF 70%,#AEB8C6);-webkit-background-clip:text;color:transparent}
.page-hero p{color:var(--muted);font-size:19px;max-width:760px;margin:auto}
.desktop-nav a[href$='.html']{padding-inline:2px}
.float-btn{position:relative;overflow:hidden}.float-btn:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.28);right:-10px;top:50%;transform:translateY(-50%);transition:.35s ease}.float-btn:hover:after{right:calc(100% + 10px)}
.contact-card li span[dir='ltr']{display:inline-block;margin-inline-start:8px;color:#fff;font-weight:900}
@media(max-width:1260px){.desktop-nav{gap:15px}.desktop-nav a{font-size:13px}.hero-shell{gap:35px}.hero h1{font-size:clamp(31px,3.1vw,46px)}}
@media(max-width:1100px){.desktop-nav{display:none}.hero-shell{grid-template-columns:1fr}.hero-content{text-align:center}.hero h1,.hero p{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:500px}.photo-main{right:50%;transform:translateX(50%)}.photo-small.one{right:12%}.photo-small.two{left:12%}.chip-a{right:50%;bottom:64px;transform:translateX(50%)}.chip-b{left:18%;top:76px}.chip-c{left:13%;bottom:210px}}
@media(max-width:720px){.hero h1{font-size:30px}.hero-photo-mosaic{height:430px}.photo-main{width:78%;height:310px;top:62px}.photo-small{width:46%;height:145px}.photo-small.one{right:4%;top:0}.photo-small.two{left:4%;bottom:0}.visual-chip{display:none}.page-hero{min-height:42vh;padding-top:110px}.page-hero h1{font-size:30px}.page-hero p{font-size:16px}.language-link{display:none}}

/* ==========================
   V4 FINAL POLISH - MULTI PAGE + RESPONSIVE
   - Arabic/English layouts
   - safer hero labels
   - mobile/tablet refinements
========================== */
html{scroll-behavior:smooth;overflow-x:hidden}
body{overflow-x:hidden}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.hero-photo-mosaic{isolation:isolate}
.visual-chip{font-size:12.5px;padding:9px 14px;min-width:auto;max-width:190px;border-radius:999px;background:rgba(8,10,12,.88);border:1px solid rgba(218,183,93,.55);box-shadow:0 14px 34px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(14px);white-space:nowrap}
.chip-b{left:20px;top:115px}
.chip-c{left:4px;bottom:220px}
.chip-a{right:105px;bottom:64px}
.photo-tile span{font-size:14px;line-height:1.2;text-align:center;padding:8px 10px;border-radius:999px;background:rgba(0,0,0,.38);backdrop-filter:blur(8px)}
.photo-main span{font-size:15px}
.brand-strip{direction:ltr}.brand-strip .strip-track{gap:42px}.brand-strip .strip-track span{white-space:nowrap;letter-spacing:.6px}
[dir="rtl"] .brand-strip .strip-track span{letter-spacing:0;font-weight:800}
.contact-card li strong,.contact-card li span{vertical-align:middle}.developer-credit{line-height:1.9;text-align:center}.developer-credit span{display:inline-block}
.mobile-menu-contact span{display:inline-block;margin-top:8px;color:var(--gold2);font-weight:800}

@media(max-width:1280px){
  .container{width:min(1120px,calc(100% - 34px))}
  .hero-shell{grid-template-columns:minmax(0,1fr) minmax(440px,520px);gap:34px}
  .hero-photo-mosaic{height:535px}
  .photo-main{width:350px;height:395px;right:82px;top:82px}
  .photo-small{width:200px;height:178px}
  .photo-small.one{right:18px;top:22px}.photo-small.two{left:12px;bottom:26px}
  .chip-b{left:12px;top:112px}.chip-c{left:0;bottom:214px}.chip-a{right:96px;bottom:65px}
}
@media(max-width:1100px){
  .container{width:min(900px,calc(100% - 30px))}
  .desktop-nav{display:none!important}
  .menu-toggle{display:flex!important}
  .site-header{padding-block:12px}.header-container{gap:12px}.brand img{max-height:54px}
  .hero{padding-top:112px}.hero-shell{display:flex;flex-direction:column-reverse;gap:34px;min-height:auto}
  .hero-content{text-align:center}.hero h1,.hero p{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}
  .hero-photo-mosaic{margin-inline:auto;height:480px;width:min(100%,620px)}
  .photo-main{width:360px;height:360px;right:50%;top:70px;transform:translateX(50%)}
  .photo-small.one{right:calc(50% - 260px);top:16px}.photo-small.two{left:calc(50% - 260px);bottom:10px}
  .chip-b{left:calc(50% - 300px);top:124px}.chip-c{left:calc(50% - 300px);bottom:170px}.chip-a{right:50%;bottom:54px;transform:translateX(50%)}
  .split-layout,.quote-layout,.contact-layout{grid-template-columns:1fr!important;gap:28px}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero{padding-top:110px}
}
@media(max-width:820px){
  .container{width:min(680px,calc(100% - 24px))}
  .header-actions{gap:8px}.header-cta{padding:11px 16px;font-size:13px}.language-link{padding:10px 14px;font-size:12px}.brand img{max-height:48px}
  .hero{padding-top:106px}.hero h1{font-size:30px;line-height:1.16}.hero p{font-size:16px;line-height:1.9}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hero-stats>div{min-width:0;width:auto}
  .hero-photo-mosaic{height:420px}.photo-main{width:78%;height:300px;top:65px}.photo-small{width:45%;height:145px}.photo-small.one{right:3%;top:2px}.photo-small.two{left:3%;bottom:5px}.visual-chip{display:none!important}
  .cards-grid,.gallery-grid,.premium-cards,.features-grid,.process-grid,.articles-grid{grid-template-columns:1fr!important}.featured-gallery .wide,.featured-gallery .tall{grid-column:auto!important;grid-row:auto!important}.gallery-item{min-height:240px}.page-hero h1{font-size:30px;line-height:1.16}.page-hero p{font-size:16px}.quote-card{padding:22px}.floating-actions{right:12px;gap:8px}.float-btn{min-width:88px;padding:11px 12px;font-size:13px}.brand-strip .strip-track{gap:28px}.strip-track span{font-size:12px}
}
@media(max-width:480px){
  .container{width:calc(100% - 20px)}.brand img{max-height:42px}.header-actions{gap:6px}.header-cta{display:none}.language-link{display:none}.menu-toggle{width:46px;height:46px}
  .hero{padding-top:92px}.hero-badge{font-size:11px;padding:9px 12px}.hero h1{font-size:29px}.hero-photo-mosaic{height:360px}.photo-main{width:82%;height:260px;top:58px}.photo-small{width:45%;height:118px}.photo-small.one{top:0;right:0}.photo-small.two{bottom:8px;left:0}.photo-tile span{font-size:12px}.hero-stats strong{font-size:30px}.section{padding:64px 0}.section-head h2,.section-copy h2,.quote-copy h2{font-size:30px}.contact-card,.map-box{border-radius:24px}.map-box{min-height:360px}.mobile-menu-inner{width:min(92vw,360px)}.floating-actions{right:10px;bottom:18px}.float-btn{min-width:78px;font-size:12px;padding:10px 10px}
}
@media(max-width:380px){.hero h1{font-size:26px}.photo-main{height:235px}.hero-photo-mosaic{height:335px}.float-btn{min-width:72px;font-size:11px}.footer{font-size:12px}}


/* ===== V5 final polish: performance, SEO layout and stable hero mosaic ===== */
.section, .page-hero, .quote-section, .premium-gallery { content-visibility: auto; contain-intrinsic-size: 1px 860px; }
.hero-photo-mosaic .visual-chip, .hero-photo-mosaic .photo-tile > span { display: none !important; }
.hero-photo-mosaic { pointer-events: none; }
.hero-photo-mosaic .photo-tile { will-change: transform; }
.hero-photo-mosaic .photo-main { animation: heroFloatSlow 7s ease-in-out infinite; }
.hero-photo-mosaic .photo-small.one { animation: heroFloatSlow 8s ease-in-out infinite reverse; }
.hero-photo-mosaic .photo-small.two { animation: heroFloatSlow 9s ease-in-out infinite; }
@keyframes heroFloatSlow { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }
.gallery-item { background-color: #11181c; }
.gallery-item span { background: linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.18)); border-radius: 18px; padding: 8px 12px; width: fit-content; max-width: calc(100% - 40px); }
.seo-card .read-more, .read-more { display:inline-flex; margin-top:18px; padding:10px 15px; border-radius:999px; border:1px solid var(--gold-line); color:var(--gold2); font-weight:900; transition:var(--trans); position:relative; z-index:2; }
.seo-card .read-more:hover, .read-more:hover { transform: translateY(-4px); border-color: var(--cyan); color:#fff; }
.article-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:28px; align-items:start; }
.seo-article, .article-sidebar { border:1px solid var(--line); background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035)); border-radius:34px; padding:34px; box-shadow:0 25px 90px rgba(0,0,0,.25); }
.seo-article p { color:var(--muted); font-size:18px; line-height:2.05; margin-bottom:18px; }
.article-cta { margin-top:34px; padding:26px; border-radius:26px; border:1px solid var(--gold-line); background:rgba(201,168,91,.08); }
.article-cta h2 { font-size:28px; margin-bottom:10px; }
.article-sidebar { position:sticky; top:110px; }
.article-sidebar h3 { margin-bottom:16px; }
.article-sidebar ul { display:grid; gap:12px; list-style:none; margin-bottom:20px; }
.article-sidebar a { color:var(--muted); font-weight:800; }
.article-sidebar li a:hover { color:var(--gold2); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration:.01ms !important; } }
@media(max-width:1100px){ .article-layout{grid-template-columns:1fr}.article-sidebar{position:relative;top:auto} }
@media(max-width:720px){
  .hero-photo-mosaic .photo-tile > span { display:none!important; }
  .gallery-item span{font-size:14px;max-width:calc(100% - 28px);right:14px;bottom:14px;left:auto}
  .seo-article,.article-sidebar{padding:22px;border-radius:24px}.seo-article p{font-size:16px;line-height:1.95}.article-cta h2{font-size:23px}
}


/* ===== V6 home navigation polish ===== */
.desktop-nav .home-nav-link{
  color:var(--gold2);
  border:1px solid var(--gold-line);
  border-radius:999px;
  padding:7px 14px;
  background:rgba(201,168,91,.09);
  box-shadow:0 12px 34px rgba(201,168,91,.07);
}
.desktop-nav .home-nav-link:after{display:none}
.desktop-nav .home-nav-link:hover{
  color:#111;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  border-color:transparent;
  transform:translateY(-2px);
}
.page-home-toolbar{
  padding-top:106px;
  margin-bottom:-82px;
  position:relative;
  z-index:6;
  text-align:start;
}
.page-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  border:1px solid var(--gold-line);
  background:rgba(201,168,91,.10);
  color:var(--gold2);
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(14px);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:var(--trans);
}
.page-home-btn::before{content:"⌂";font-size:16px;line-height:1}
html[dir="ltr"] .page-home-btn::before{content:"⌂"}
.page-home-btn:hover{
  transform:translateY(-4px);
  color:#111;
  border-color:transparent;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
}
@media(max-width:1260px){.desktop-nav .home-nav-link{padding-inline:11px}.desktop-nav{gap:12px}}
@media(max-width:1100px){.page-home-toolbar{padding-top:98px;margin-bottom:-66px}}
@media(max-width:720px){.page-home-toolbar{padding-top:92px;margin-bottom:-50px}.page-home-btn{font-size:12px;min-height:38px;padding:8px 13px}}

/* V7 language-specific navigation refinements */
.page-home-toolbar{display:none!important}
.desktop-nav a.active{color:#fff}

/* ===== V8 MOBILE/TABLET FINAL POLISH =====
   Fixes verified from 400px preview:
   - Hero text appears before image mosaic on phones
   - Image mosaic no longer dominates the first screen
   - Floating contact buttons no longer cover content on mobile
   - Mobile/tablet spacing and touch targets refined
========================================== */
@media (pointer: coarse){
  .cursor-dot,.cursor-ring{display:none!important;}
  body{cursor:auto!important;}
}

@media(max-width:1100px){
  .site-header{padding:10px 0!important;}
  .header-container{min-height:58px;}
  .hero-shell{display:flex!important;flex-direction:column!important;align-items:center!important;gap:24px!important;}
  .hero-content{order:1!important;text-align:center!important;width:100%;}
  .hero-visual{order:2!important;width:100%;min-height:auto!important;}
}

@media(max-width:720px){
  body{padding-bottom:92px;}
  .container{width:calc(100% - 24px)!important;}
  .site-header{padding:8px 0!important;}
  .header-container{min-height:56px;}
  .brand img{max-height:42px!important;width:auto!important;}
  .menu-toggle{width:48px!important;height:48px!important;flex-shrink:0;}
  .header-cta,.language-link{display:none!important;}

  .hero{min-height:auto!important;padding:96px 0 58px!important;align-items:flex-start!important;}
  .hero-shell{gap:22px!important;}
  .hero-badge{font-size:10px!important;line-height:1.5!important;padding:8px 12px!important;margin-bottom:14px!important;max-width:100%;justify-content:center;}
  .hero h1{font-size:clamp(28px,8.7vw,38px)!important;line-height:1.18!important;margin-bottom:14px!important;letter-spacing:-.01em;}
  .hero p{font-size:15px!important;line-height:1.9!important;max-width:95%;margin-inline:auto;}
  .hero-actions{margin-top:22px!important;gap:10px!important;}
  .hero-actions .btn{min-height:52px!important;font-size:14px!important;}
  .hero-stats{margin-top:22px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .hero-stats div{padding:12px 7px!important;border-radius:16px!important;}
  .hero-stats strong{font-size:22px!important;line-height:1.15!important;}
  .hero-stats span{font-size:10.5px!important;line-height:1.5!important;}

  .hero-photo-mosaic{width:100%!important;height:286px!important;margin:4px auto 0!important;}
  .photo-main{width:74%!important;height:224px!important;right:50%!important;top:36px!important;transform:translateX(50%)!important;border-radius:26px!important;}
  .photo-small{border-radius:22px!important;}
  .photo-small.one{width:44%!important;height:126px!important;right:0!important;top:0!important;}
  .photo-small.two{width:44%!important;height:126px!important;left:0!important;bottom:0!important;}
  .hero-photo-mosaic .photo-tile{animation:none!important;}

  .brand-strip{padding:12px 0!important;}
  .strip-track span{font-size:11px!important;}
  .section{padding:62px 0!important;}
  .section-head{margin-bottom:28px!important;}
  .section-head h2,.section-copy h2,.quote-copy h2,.contact-card h2{font-size:28px!important;line-height:1.25!important;}
  .section-head p,.section-copy p,.quote-copy p,.contact-card p{font-size:15px!important;line-height:1.85!important;}
  .gallery-item{min-height:230px!important;border-radius:24px!important;}

  .floating-actions{position:fixed!important;right:auto!important;left:50%!important;bottom:12px!important;transform:translateX(-50%)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:calc(100% - 24px)!important;z-index:3500!important;padding:7px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(5,7,8,.72)!important;backdrop-filter:blur(18px)!important;border-radius:999px!important;box-shadow:0 18px 60px rgba(0,0,0,.35)!important;}
  .float-btn{min-width:0!important;flex:1 1 0!important;max-width:120px!important;padding:11px 8px!important;font-size:12px!important;line-height:1!important;border-radius:999px!important;text-align:center!important;white-space:nowrap!important;}
  .back-to-top{bottom:88px!important;left:14px!important;width:44px!important;height:44px!important;}
}

@media(max-width:430px){
  .hero{padding-top:88px!important;}
  .hero-photo-mosaic{height:254px!important;}
  .photo-main{height:198px!important;top:32px!important;width:78%!important;}
  .photo-small.one,.photo-small.two{height:108px!important;width:44%!important;}
  .hero h1{font-size:28px!important;}
  .hero p{font-size:14.5px!important;}
  .hero-stats{grid-template-columns:1fr 1fr 1fr!important;}
  .float-btn{font-size:11.5px!important;padding:10px 7px!important;}
}

@media(max-width:380px){
  .container{width:calc(100% - 18px)!important;}
  .hero h1{font-size:25px!important;}
  .hero-photo-mosaic{height:232px!important;}
  .photo-main{height:182px!important;}
  .photo-small.one,.photo-small.two{height:96px!important;}
  .hero-stats strong{font-size:19px!important;}
  .hero-stats span{font-size:9.5px!important;}
}
/* Mobile performance: stop decorative hero animations */
/* Mobile performance optimization - Hero decorations */
@media (max-width:720px){

  /* Disable expensive animations */
  .gold-orb,
  .blue-orb{
    animation:none !important;
  }

  /* Remove decorative layers on mobile only */
  .hero-gridlines,
  .gold-orb,
  .blue-orb{
    display:none !important;
  }

  /* Keep the background but simplify rendering */
  .hero-overlay{
    opacity:.92 !important;
  }

}
/* English home hero: immediate LCP rendering */
html[lang="en"] .hero .hero-content{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}
/* Accessibility: improve floating buttons contrast */
.float-btn.whatsapp{
  background:#0B7A3B !important;
  color:#fff !important;
}

.float-btn.messenger{
  background:#075DBA !important;
  color:#fff !important;
}

/* ===== V9 SCALABLE HERO SHOWCASE ===== */
.hero .hero-badge,
.hero .hero-stats strong,
.hero-card-copy,
.hero-sector-card{
  font-family:'Cairo',sans-serif;
}

.hero-showcase{
  position:relative;
  isolation:isolate;
  width:min(100%,600px);
  margin-inline:auto;
}

.hero-main-card{
  position:relative;
  margin:0;
  aspect-ratio:4/3;
  overflow:hidden;
  border:1px solid rgba(217,185,95,.34);
  border-radius:34px;
  background:#11181c;
  box-shadow:0 34px 100px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.04) inset;
}

.hero-main-card::after,
.hero-sector-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

.hero-main-card::after{
  background:linear-gradient(180deg,rgba(3,5,6,.02) 34%,rgba(3,5,6,.88) 100%);
}

.hero-main-card img,
.hero-sector-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-main-card img{
  transform:scale(1.025);
  animation:heroImageDrift 12s ease-in-out infinite;
}

.hero-card-copy{
  position:absolute;
  inset-inline:28px;
  bottom:82px;
  z-index:2;
  display:grid;
  gap:5px;
  color:#fff;
  text-align:start;
}

.hero-card-copy small{
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}

.hero-card-copy strong{
  max-width:420px;
  font-size:clamp(20px,2vw,27px);
  line-height:1.35;
  font-weight:900;
  text-shadow:0 6px 24px rgba(0,0,0,.55);
}

.hero-sector-grid{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:-58px 22px 0;
}

.hero-sector-card{
  position:relative;
  min-width:0;
  height:150px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  background:#101416;
  color:#fff;
  box-shadow:0 20px 54px rgba(0,0,0,.42);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}

.hero-sector-card::after{
  background:linear-gradient(180deg,rgba(3,5,6,.05) 28%,rgba(3,5,6,.9) 100%);
}

.hero-sector-card span{
  position:absolute;
  inset-inline:12px;
  bottom:12px;
  z-index:2;
  font-size:13px;
  line-height:1.45;
  font-weight:900;
  text-align:center;
  text-shadow:0 4px 16px rgba(0,0,0,.7);
}

.hero-sector-card:hover{
  transform:translateY(-7px);
  border-color:rgba(217,185,95,.72);
  box-shadow:0 26px 68px rgba(0,0,0,.5);
}

.hero-sector-card:focus-visible{
  outline:3px solid var(--gold2);
  outline-offset:3px;
}

@keyframes heroImageDrift{
  0%,100%{transform:scale(1.025) translate3d(0,0,0)}
  50%{transform:scale(1.065) translate3d(0,-4px,0)}
}

@media(max-width:1100px){
  .hero-showcase{width:min(100%,680px)}
  .hero-main-card{aspect-ratio:16/10}
  .hero-card-copy{bottom:84px}
  .hero-sector-grid{margin-top:-58px}
}

@media(max-width:720px){
  .hero-visual{overflow:hidden}
  .hero-showcase{width:100%}
  .hero-main-card{
    height:260px;
    aspect-ratio:auto;
    border-radius:26px;
  }
  .hero-card-copy{
    inset-inline:18px;
    bottom:54px;
  }
  .hero-card-copy small{font-size:10px}
  .hero-card-copy strong{font-size:19px}
  .hero-sector-grid{
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:minmax(190px,72%);
    gap:10px;
    margin:-34px 0 0;
    padding:0 12px 12px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory;
    scrollbar-width:thin;
    scrollbar-color:rgba(217,185,95,.55) transparent;
  }
  .hero-sector-card{
    height:124px;
    border-radius:19px;
    scroll-snap-align:center;
  }
  .hero-sector-card:hover{transform:none}
  .hero-main-card img{animation:none;transform:scale(1.02)}
}

@media(max-width:430px){
  .hero-main-card{height:230px;border-radius:23px}
  .hero-card-copy{bottom:48px}
  .hero-card-copy strong{font-size:17px}
  .hero-sector-grid{grid-auto-columns:minmax(180px,78%)}
  .hero-sector-card{height:114px}
  .hero-sector-card span{font-size:12px}
}

@media(prefers-reduced-motion:reduce){
  .hero-main-card img{animation:none!important;transform:none!important}
  .hero-sector-card{transition:none!important}
}


/* ===== V9.1 HOME MOTION AND TYPE SCALE ===== */
.home-page .hero h1{
  max-width:650px;
  font-size:clamp(34px,2.5vw,44px);
  line-height:1.28;
  text-wrap:balance;
}

.home-page .hero p{
  font-size:17px;
  line-height:1.95;
}

.home-page .section-head h2,
.home-page .section-copy h2,
.home-page .quote-copy h2,
.home-page .contact-card h2,
.home-page .strength-copy h2{
  font-size:clamp(28px,2.6vw,40px);
  line-height:1.32;
  text-wrap:balance;
}

.home-page .hero-content > *{
  opacity:0;
  animation:heroCopyIn .72s cubic-bezier(.22,.8,.25,1) forwards;
}

.home-page .hero-content > .hero-badge{animation-delay:.08s}
.home-page .hero-content > h1{animation-delay:.17s}
.home-page .hero-content > p{animation-delay:.27s}
.home-page .hero-content > .hero-actions{animation-delay:.37s}
.home-page .hero-content > .hero-stats{animation-delay:.47s}

.home-page .hero-actions .btn{
  min-width:190px;
  min-height:56px;
  padding-inline:27px;
  border-color:rgba(217,185,95,.32);
  box-shadow:0 16px 45px rgba(0,0,0,.24);
}

.home-page .hero-actions .btn-primary{
  background:linear-gradient(110deg,#b98e36,#f2d474,#c9a85b,#f2d474);
  background-size:220% 100%;
  animation:goldButtonFlow 4.8s ease-in-out infinite;
  box-shadow:0 18px 58px rgba(201,168,91,.32);
}

html[dir="rtl"] .home-page .hero-actions .btn::after{
  content:"←";
  font-size:18px;
  transition:transform .3s ease;
}

html[dir="ltr"] .home-page .hero-actions .btn::after{
  content:"→";
  font-size:18px;
  transition:transform .3s ease;
}

html[dir="rtl"] .home-page .hero-actions .btn:hover::after{
  transform:translateX(-4px);
}

html[dir="ltr"] .home-page .hero-actions .btn:hover::after{
  transform:translateX(4px);
}

.home-page .hero-actions .btn-outline:hover{
  border-color:rgba(217,185,95,.78);
  background:rgba(217,185,95,.1);
  box-shadow:0 18px 54px rgba(201,168,91,.16);
}

.home-page .hero-stats > div{
  transition:transform .35s ease,border-color .35s ease,background-color .35s ease;
}

.home-page .hero-stats > div:hover{
  transform:translateY(-5px);
  border-color:rgba(217,185,95,.48);
  background:rgba(217,185,95,.075);
}

.home-page .hero-showcase::before{
  content:"";
  position:absolute;
  inset:10% 8% 3%;
  z-index:-1;
  border-radius:38%;
  background:radial-gradient(circle,rgba(217,185,95,.2),transparent 68%);
  filter:blur(24px);
  animation:showcaseGlow 7s ease-in-out infinite;
}

@keyframes heroCopyIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:none}
}

@keyframes goldButtonFlow{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}

@keyframes showcaseGlow{
  0%,100%{opacity:.5;transform:scale(.96)}
  50%{opacity:.9;transform:scale(1.04)}
}

@media(max-width:1100px){
  .home-page .hero h1{
    max-width:720px;
    font-size:clamp(32px,4.2vw,42px);
  }
}

@media(max-width:720px){
  .home-page .hero h1{
    font-size:clamp(27px,7.4vw,32px)!important;
    line-height:1.3!important;
  }
  .home-page .hero p{
    font-size:15px!important;
  }
  .home-page .section-head h2,
  .home-page .section-copy h2,
  .home-page .quote-copy h2,
  .home-page .contact-card h2,
  .home-page .strength-copy h2{
    font-size:27px!important;
    line-height:1.35!important;
  }
  .home-page .hero-actions .btn{
    min-width:0;
    min-height:52px!important;
  }
  .home-page .hero-stats > div:hover{
    transform:none;
  }
  .home-page .hero-showcase::before{
    animation:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .home-page .hero-content > *,
  .home-page .hero-actions .btn-primary,
  .home-page .hero-showcase::before{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
}

/* V9.2 HOMEPAGE CONTACT FORM */
:is(.home-page,.sectors-page) .quote-layout{
  align-items:start;
}
:is(.home-page,.sectors-page) .quote-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(240,210,123,.22);
  background:
    radial-gradient(circle at 100% 0,rgba(201,168,91,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
}
:is(.home-page,.sectors-page) .quote-card::before{
  content:"";
  position:absolute;
  top:0;
  right:28px;
  left:28px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold2),transparent);
  opacity:.72;
}
:is(.home-page,.sectors-page) .lead-form{
  position:relative;
  z-index:1;
  gap:18px;
}
:is(.home-page,.sectors-page) .form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
:is(.home-page,.sectors-page) .form-field{
  display:grid;
  align-content:start;
  gap:8px;
  min-width:0;
}
:is(.home-page,.sectors-page) .form-field-full{
  grid-column:1/-1;
}
:is(.home-page,.sectors-page) .form-field label{
  margin:0;
  font-size:14px;
  line-height:1.5;
}
:is(.home-page,.sectors-page) .form-field label small{
  color:var(--muted);
  font-size:11px;
  font-weight:700;
}
:is(.home-page,.sectors-page) .form-field input,
:is(.home-page,.sectors-page) .form-field select,
:is(.home-page,.sectors-page) .form-field textarea{
  min-width:0;
  border-color:rgba(255,255,255,.14);
  background:rgba(2,5,7,.52);
}
:is(.home-page,.sectors-page) .form-field input:hover,
:is(.home-page,.sectors-page) .form-field select:hover,
:is(.home-page,.sectors-page) .form-field textarea:hover{
  border-color:rgba(240,210,123,.32);
}
:is(.home-page,.sectors-page) .form-field textarea{
  min-height:142px;
  resize:vertical;
}
:is(.home-page,.sectors-page) .form-consent{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(0,0,0,.18);
  color:var(--muted);
  font-size:12.5px;
  font-weight:700;
  line-height:1.75;
}
:is(.home-page,.sectors-page) .form-consent input{
  flex:0 0 20px;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:2px 0 0!important;
  padding:0!important;
  border-radius:5px!important;
  box-shadow:none!important;
  accent-color:var(--gold2);
}
:is(.home-page,.sectors-page) .form-consent span{
  flex:1;
}
:is(.home-page,.sectors-page) .form-consent a{
  color:var(--gold2);
  text-decoration:underline;
  text-underline-offset:3px;
}
:is(.home-page,.sectors-page) .form-consent a:hover{
  color:#fff;
}
:is(.home-page,.sectors-page) .form-submit{
  min-height:56px;
  font-size:15px;
  box-shadow:0 14px 38px rgba(201,168,91,.16);
}
:is(.home-page,.sectors-page) .m2a-form-status{
  margin:0;
  padding:0 8px;
  line-height:1.7;
}

@media(max-width:720px){
  :is(.home-page,.sectors-page) .form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  :is(.home-page,.sectors-page) .form-field-full{
    grid-column:auto;
  }
  :is(.home-page,.sectors-page) .quote-card{
    padding:20px!important;
  }
  :is(.home-page,.sectors-page) .form-submit{
    width:100%;
  }
}

@media(max-width:430px){
  :is(.home-page,.sectors-page) .quote-card{
    padding:17px!important;
    border-radius:25px!important;
  }
  :is(.home-page,.sectors-page) .form-field input,
  :is(.home-page,.sectors-page) .form-field select,
  :is(.home-page,.sectors-page) .form-field textarea{
    padding:14px 13px;
    font-size:14px;
  }
  :is(.home-page,.sectors-page) .form-consent{
    padding:12px;
    font-size:12px;
  }
}

/* V9.3 PREMIUM CONTACT LAUNCHER */
.contact-launcher{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:3600;
  width:max-content;
  max-width:calc(100vw - 24px);
  font-family:'Cairo',sans-serif;
}
.contact-launcher summary{
  list-style:none;
}
.contact-launcher summary::-webkit-details-marker{
  display:none;
}
.contact-launcher-toggle{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  width:60px;
  min-height:60px;
  padding:9px;
  border:1px solid rgba(240,210,123,.52);
  border-radius:999px;
  background:
    radial-gradient(circle at 20% 20%,rgba(240,210,123,.14),transparent 38%),
    linear-gradient(135deg,rgba(19,23,24,.97),rgba(4,7,8,.98));
  color:#fff;
  box-shadow:
    0 20px 65px rgba(0,0,0,.48),
    0 0 0 1px rgba(255,255,255,.045) inset,
    0 0 28px rgba(201,168,91,.13);
  user-select:none;
  outline:none;
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}
html[dir="ltr"] .contact-launcher-toggle{
  padding:9px;
}
.contact-launcher-toggle:hover{
  transform:translateY(-4px);
  border-color:var(--gold2);
  box-shadow:
    0 24px 75px rgba(0,0,0,.54),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 36px rgba(201,168,91,.24);
}
.contact-launcher-toggle:focus-visible{
  box-shadow:
    0 0 0 4px rgba(67,230,223,.18),
    0 22px 65px rgba(0,0,0,.5);
}
.contact-launcher-pulse{
  position:absolute;
  inset:-6px;
  border:1px solid rgba(240,210,123,.44);
  border-radius:999px;
  pointer-events:none;
  animation:m2a-contact-pulse 2.8s ease-out infinite;
}
.contact-launcher-main-icon{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--gold2),var(--gold));
  color:#080b0d;
  box-shadow:
    0 10px 25px rgba(201,168,91,.28),
    0 0 0 1px rgba(255,255,255,.3) inset;
}
.contact-launcher-main-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-launcher-label{
  position:absolute;
  top:50%;
  right:calc(100% + 11px);
  padding:8px 12px;
  border:1px solid rgba(240,210,123,.28);
  border-radius:999px;
  background:rgba(7,10,11,.94);
  color:#fff;
  box-shadow:0 12px 36px rgba(0,0,0,.38);
  font-size:12px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(8px,-50%);
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
}
.contact-launcher-toggle:hover .contact-launcher-label,
.contact-launcher-toggle:focus-visible .contact-launcher-label{
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
.contact-launcher-chevron{
  display:none;
}
.contact-launcher[open] .contact-launcher-chevron{
  transform:rotate(180deg) translateY(-1px);
}
.contact-launcher[open] .contact-launcher-toggle{
  border-color:var(--gold2);
  box-shadow:
    0 24px 75px rgba(0,0,0,.56),
    0 0 34px rgba(201,168,91,.22);
}
.contact-launcher-menu{
  position:absolute;
  right:0;
  bottom:calc(100% + 16px);
  display:grid;
  gap:9px;
  width:292px;
  max-width:calc(100vw - 24px);
  padding:10px;
  border:1px solid rgba(240,210,123,.24);
  border-radius:25px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,168,91,.11),transparent 38%),
    rgba(7,10,11,.94);
  box-shadow:
    0 28px 80px rgba(0,0,0,.6),
    0 0 0 1px rgba(255,255,255,.035) inset;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(14px) scale(.96);
  transform-origin:bottom right;
  transition:
    opacity .28s ease,
    visibility .28s ease,
    transform .34s cubic-bezier(.2,.8,.2,1);
}
html[dir="ltr"] .contact-launcher-menu{
  transform-origin:bottom right;
}
.contact-launcher[open] .contact-launcher-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.contact-launcher-action{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  gap:11px;
  min-height:64px;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#fff;
  text-align:start;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}
.contact-launcher-action:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.075);
  box-shadow:0 15px 34px rgba(0,0,0,.25);
}
.contact-launcher-action:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:2px;
}
.contact-action-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:rgba(255,255,255,.07);
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;
}
.contact-action-icon svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-action-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.contact-action-copy strong{
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.contact-action-copy small{
  overflow:hidden;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  line-height:1.45;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.contact-launcher-action.is-whatsapp{
  color:#55e996;
}
.contact-launcher-action.is-whatsapp:hover{
  border-color:rgba(37,211,102,.45);
  background:rgba(37,211,102,.09);
}
.contact-launcher-action.is-messenger{
  color:#5aabff;
}
.contact-launcher-action.is-messenger:hover{
  border-color:rgba(24,135,255,.5);
  background:rgba(24,135,255,.1);
}
.contact-launcher-action.is-call{
  color:var(--gold2);
}
.contact-launcher-action.is-call:hover{
  border-color:rgba(240,210,123,.48);
  background:rgba(201,168,91,.1);
}
@keyframes m2a-contact-pulse{
  0%{
    opacity:.7;
    transform:scale(.96);
  }
  70%,100%{
    opacity:0;
    transform:scale(1.14);
  }
}

@media(max-width:720px){
  .contact-launcher{
    right:12px;
    bottom:calc(14px + env(safe-area-inset-bottom));
  }
  .contact-launcher-toggle{
    width:56px;
    min-height:56px;
    padding:8px;
  }
  html[dir="ltr"] .contact-launcher-toggle{
    padding:8px;
  }
  .contact-launcher-label{
    display:none;
  }
  .contact-launcher-main-icon{
    flex-basis:38px;
    width:38px;
    height:38px;
  }
  .contact-launcher-menu{
    width:min(288px,calc(100vw - 24px));
    bottom:calc(100% + 13px);
    border-radius:22px;
  }
  .contact-launcher-action{
    min-height:60px;
  }
  .back-to-top{
    bottom:calc(18px + env(safe-area-inset-bottom))!important;
  }
}

@media(max-width:380px){
  .contact-launcher-label{
    font-size:13px;
  }
  .contact-launcher-chevron{
    display:none;
  }
  .contact-launcher-menu{
    width:calc(100vw - 24px);
  }
}

@media(prefers-reduced-motion:reduce){
  .contact-launcher-pulse{
    animation:none;
  }
  .contact-launcher-toggle,
  .contact-launcher-chevron,
  .contact-launcher-menu,
  .contact-launcher-action{
    transition:none;
  }
}

/* V9.4 CONTACT ANCHOR OFFSET */
.home-page #contact-form-section{
  scroll-margin-top:0;
}
@media(max-width:720px){
  .home-page #contact-form-section{
    scroll-margin-top:0;
  }
}

/* V9.5 HIDE FLOATING UI OVER CONTACT FORM */
@media(max-width:1100px){
  .contact-launcher{
    transition:
      opacity .28s ease,
      visibility .28s ease,
      transform .28s ease;
  }
  body.contact-form-is-visible .contact-launcher,
  body.contact-form-is-visible .back-to-top{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(18px)!important;
  }
}
@media(max-width:1100px) and (prefers-reduced-motion:reduce){
  .contact-launcher{
    transition:none;
  }
}

/* V9.6 STABLE HOMEPAGE ANCHOR LAYOUT */
.home-page .section,
.home-page .quote-section{
  content-visibility:visible;
  contain-intrinsic-size:none;
}


/* V9.7 PROJECT PAGE SPACING */
.page-hero.project-page-hero{
  min-height:400px;
  padding-top:118px;
  padding-bottom:50px;
}
.project-readiness{
  padding-top:42px;
  padding-bottom:82px;
}
.project-readiness .strength-panel{
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:32px;
  padding:36px;
}
.project-readiness .strength-copy{
  text-align:start;
}
.project-readiness .strength-copy h2{
  font-size:clamp(30px,3vw,44px);
}
.project-readiness .value-cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.project-readiness .value-cards div{
  display:flex;
  min-height:124px;
  flex-direction:column;
  justify-content:center;
}

/* V9.8 PROJECT PAGE MOBILE */
@media(max-width:720px){
  .project-readiness{
    padding-top:28px;
    padding-bottom:76px;
  }

  .project-readiness .strength-panel{
    grid-template-columns:1fr;
    align-items:stretch;
    gap:24px;
    padding:20px;
    border-radius:26px;
  }

  .project-readiness .strength-copy{
    text-align:right;
  }

  html[dir="ltr"] .project-readiness .strength-copy{
    text-align:left;
  }

  .project-readiness .strength-copy h2{
    font-size:28px;
    line-height:1.28;
  }

  .project-readiness .strength-copy p{
    font-size:14px;
    line-height:1.85;
  }

  .project-readiness .value-cards{
    grid-template-columns:1fr;
    gap:10px;
  }

  .project-readiness .value-cards div{
    min-height:96px;
    padding:18px;
  }
}

/* V9.9 PROJECT MOBILE SPACING FIX */
@media(max-width:720px){
  .page-hero.project-page-hero{
    min-height:auto!important;
    padding-top:92px!important;
    padding-bottom:26px!important;
  }

  .project-readiness{
    padding-top:16px!important;
  }
}

@media(min-width:1101px){
  .page-hero.project-page-hero{
    min-height:330px;
    padding-top:88px;
    padding-bottom:34px;
  }
}

/* V9.10 SECTOR INQUIRY FLOW */
.sectors-page .page-hero{
  min-height:330px;
  padding-top:88px;
  padding-bottom:34px;
}
.sectors-page .sectors{
  padding-top:48px;
  padding-bottom:76px;
}
.sectors-page #sector-inquiry-form-section{
  scroll-margin-top:84px;
  content-visibility:visible;
  contain-intrinsic-size:none;
}
.sectors-page .sector-card{
  display:flex;
  min-height:280px;
  flex-direction:column;
  align-items:stretch;
}
.sectors-page .sector-card p{
  flex:1;
}
.sectors-page .sector-card::before{
  pointer-events:none;
}
.sectors-page .sector-card-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:11px 16px;
  border:1px solid rgba(240,210,123,.28);
  border-radius:999px;
  background:rgba(201,168,91,.07);
  color:var(--gold2);
  font-size:13px;
  font-weight:900;
  line-height:1.5;
  text-align:center;
  transition:
    border-color .25s ease,
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}
.sectors-page .sector-card-link:hover,
.sectors-page .sector-card-link:focus-visible{
  border-color:rgba(240,210,123,.58);
  background:rgba(201,168,91,.14);
  color:#fff;
  transform:translateY(-2px);
}
.sectors-page .sector-card:target{
  border-color:rgba(240,210,123,.58);
  box-shadow:0 20px 54px rgba(201,168,91,.12);
}
.sectors-page .sector-content-readiness{
  display:grid;
  gap:12px;
  margin-top:30px;
  padding:28px;
  border:1px solid rgba(240,210,123,.22);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,168,91,.1),transparent 36%),
    rgba(255,255,255,.035);
}
.sectors-page .sector-content-readiness h3{
  margin:0;
  color:#fff;
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.35;
}
.sectors-page .sector-content-readiness p{
  max-width:900px;
  margin:0;
  color:var(--muted);
  line-height:1.9;
}
.sectors-page .sector-readiness-link{
  width:max-content;
  max-width:100%;
  margin-top:4px;
  color:var(--gold2);
  font-size:13px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}
.sectors-page .sector-readiness-link:hover,
.sectors-page .sector-readiness-link:focus-visible{
  color:#fff;
}
.sectors-page .sector-inquiry-section{
  padding-top:72px;
}

@media(max-width:720px){
  .sectors-page .page-hero{
    min-height:auto;
    padding-top:92px;
    padding-bottom:10px;
  }
  .sectors-page .sectors{
    padding-top:12px;
    padding-bottom:36px;
  }
  .sectors-page .section-head{
    margin-bottom:20px;
  }
  .sectors-page .section-head h2{
    font-size:27px!important;
    line-height:1.3!important;
  }
  .sectors-page .cards-grid{
    gap:10px;
  }
  .sectors-page #sector-inquiry-form-section{
    scroll-margin-top:72px;
  }
  .sectors-page .sector-card{
    min-height:auto;
    padding:20px;
    border-radius:22px;
  }
  .sectors-page .sector-card span{
    width:42px;
    height:42px;
    margin-bottom:14px;
  }
  .sectors-page .sector-card h3{
    margin-bottom:9px;
    font-size:20px;
  }
  .sectors-page .sector-card p{
    font-size:14px;
    line-height:1.75;
  }
  .sectors-page .sector-card-link{
    width:100%;
    min-height:42px;
    margin-top:8px;
    padding:9px 14px;
  }
  .sectors-page .sector-content-readiness{
    margin-top:14px;
    padding:18px;
    border-radius:20px;
  }
  .sectors-page .sector-content-readiness h3{
    font-size:21px;
  }
  .sectors-page .sector-content-readiness p{
    font-size:14px;
  }
  .sectors-page .sector-inquiry-section{
    padding-top:34px;
  }
}

@media(prefers-reduced-motion:reduce){
  .sectors-page .sector-card-link{
    transition:none;
  }
  .sectors-page .sector-card-link:hover,
  .sectors-page .sector-card-link:focus-visible{
    transform:none;
  }
}

/* V9.11 SECTOR SMALL-MOBILE SPACING OVERRIDE */
@media(max-width:430px){
  .sectors-page .page-hero.section{
    padding-top:104px!important;
    padding-bottom:18px!important;
  }
  .sectors-page .sectors.section{
    padding-top:12px!important;
    padding-bottom:36px!important;
  }
  .sectors-page .section-head{
    margin-bottom:20px!important;
  }
  .sectors-page .sector-inquiry-section.section{
    padding-top:34px!important;
    padding-bottom:44px!important;
  }
}


/* V9.12 QUOTE PATH SPACING OVERRIDE */
.page-hero + .quote-section{
  padding-top:56px;
  padding-bottom:72px;
}
.page-hero + .quote-section .quote-layout{
  align-items:start;
}
@media(max-width:768px){
  .page-hero + .quote-section{
    padding-top:40px!important;
    padding-bottom:52px!important;
  }
}
@media(max-width:430px){
  .page-hero + .quote-section{
    padding-top:30px!important;
    padding-bottom:44px!important;
  }
}

/* V9.13 LTR QUOTE ALIGNMENT */
html[dir="ltr"] .quote-copy{
  text-align:left;
}

/* V9.14 BLOG PAGE SPACING */
.blog-page .page-hero + .section{
  padding-top:64px;
  padding-bottom:72px;
}
.blog-page .quote-section{
  padding-top:64px;
  padding-bottom:72px;
}
@media(max-width:768px){
  .blog-page .page-hero{
    min-height:auto;
    padding-top:90px!important;
    padding-bottom:44px!important;
  }
  .blog-page .page-hero + .section{
    padding-top:36px!important;
    padding-bottom:48px!important;
  }
  .blog-page .quote-section{
    padding-top:40px!important;
    padding-bottom:48px!important;
  }
}
@media(max-width:430px){
  .blog-page .page-hero{
    padding-top:72px!important;
    padding-bottom:30px!important;
  }
  .blog-page .page-hero + .section{
    padding-top:26px!important;
    padding-bottom:20px!important;
  }
  .blog-page .quote-section{
    padding-top:22px!important;
    padding-bottom:40px!important;
  }
}

/* V9.15 QUOTE PAGE RESPONSIVE SPACING */
@media(max-width:768px){
  .quote-page .page-hero{
    min-height:auto;
    padding-top:90px!important;
    padding-bottom:38px!important;
  }
  .quote-page .page-hero + .quote-section{
    padding-top:30px!important;
  }
}
@media(max-width:430px){
  .quote-page .page-hero{
    padding-top:72px!important;
    padding-bottom:26px!important;
  }
  .quote-page .page-hero + .quote-section{
    padding-top:24px!important;
  }
}

/* ===== LEGACY INTERNAL HEADER FINAL POLISH ===== */
.legacy-page-shell .desktop-nav a,
.legacy-page-shell .language-link,
.legacy-page-shell .header-cta{
  white-space:nowrap;
}

.legacy-page-shell .site-header{
  overflow:hidden;
  animation:legacyHeaderEntrance .9s cubic-bezier(.16,1,.3,1) both;
}

.legacy-page-shell .site-header::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 20%,rgba(240,210,123,.05) 38%,rgba(240,210,123,.28) 50%,rgba(240,210,123,.05) 62%,transparent 80%);
  transform:translateX(-130%);
  animation:legacyHeaderSweep 1.35s .28s cubic-bezier(.2,.8,.2,1) both;
}

.legacy-page-shell .site-header .brand,
.legacy-page-shell .site-header .desktop-nav > a,
.legacy-page-shell .site-header .header-actions > *{
  animation:legacyHeaderItemEntrance .68s cubic-bezier(.16,1,.3,1) both;
}

.legacy-page-shell .site-header .brand{animation-delay:.32s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(1){animation-delay:.38s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(2){animation-delay:.43s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(3){animation-delay:.48s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(4){animation-delay:.53s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(5){animation-delay:.58s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(6){animation-delay:.63s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(7){animation-delay:.68s}
.legacy-page-shell .site-header .desktop-nav > a:nth-child(8){animation-delay:.73s}
.legacy-page-shell .site-header .header-actions > *:nth-child(1){animation-delay:.78s}
.legacy-page-shell .site-header .header-actions > *:nth-child(2){animation-delay:.84s}
.legacy-page-shell .site-header .header-actions > *:nth-child(3){animation-delay:.90s}

@keyframes legacyHeaderEntrance{
  0%{opacity:0;transform:translateY(-115%) scale(.985);filter:blur(8px)}
  72%{opacity:1;transform:translateY(4px) scale(1);filter:blur(0)}
  100%{opacity:1;transform:none;filter:none}
}

@keyframes legacyHeaderItemEntrance{
  from{opacity:0;transform:translateY(-14px) scale(.94);filter:blur(5px)}
  to{opacity:1;transform:none;filter:none}
}

@keyframes legacyHeaderSweep{
  0%{opacity:0;transform:translateX(-130%)}
  18%{opacity:1}
  100%{opacity:0;transform:translateX(130%)}
}

@media(prefers-reduced-motion:reduce){
  .legacy-page-shell .site-header,
  .legacy-page-shell .site-header::before,
  .legacy-page-shell .site-header .brand,
  .legacy-page-shell .site-header .desktop-nav > a,
  .legacy-page-shell .site-header .header-actions > *{
    animation:none!important;
  }
}

/* ===== LEGACY INTERNAL HEADER BALANCED LAYOUT ===== */
@media(min-width:1101px){
  .legacy-page-shell .header-container{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    column-gap:22px;
  }

  .legacy-page-shell .header-container > .brand{
    justify-self:start;
  }

  .legacy-page-shell .desktop-nav{
    width:100%;
    justify-self:stretch;
    justify-content:space-evenly;
    gap:clamp(10px,1vw,18px);
  }

  .legacy-page-shell .header-actions{
    justify-self:end;
  }
}


/* === LEGACY INTERNAL HEADER TRUE CENTER V2 === */
@media (min-width:1400px){
  .legacy-page-shell .header-container{
    display:grid !important;
    grid-template-columns:280px minmax(0,1fr) 280px !important;
    grid-template-areas:"actions nav brand" !important;
    align-items:center !important;
    column-gap:18px !important;
    direction:ltr !important;
  }

  .legacy-page-shell .header-container > .brand{
    grid-area:brand !important;
    justify-self:end !important;
  }

  .legacy-page-shell .desktop-nav{
    grid-area:nav !important;
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    justify-content:center !important;
    gap:clamp(8px,.85vw,16px) !important;
    direction:rtl !important;
  }

  .legacy-page-shell .desktop-nav a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
    font-size:clamp(12px,.82vw,14px) !important;
  }

  .legacy-page-shell .header-actions{
    grid-area:actions !important;
    justify-self:start !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    direction:rtl !important;
  }
}

@media (min-width:1101px) and (max-width:1399px){
  .legacy-page-shell .header-container{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    direction:rtl !important;
  }

  .legacy-page-shell .desktop-nav,
  .legacy-page-shell .header-cta{
    display:none !important;
  }

  .legacy-page-shell .menu-toggle{
    display:flex !important;
  }
}


/* === LEGACY INTERNAL HEADER WIDTH FIX V3 === */
@media (min-width:1400px){
  .legacy-page-shell .site-header .header-container{
    width:min(1480px,calc(100% - 32px)) !important;
    max-width:none !important;
    grid-template-columns:220px minmax(0,1fr) 220px !important;
    column-gap:16px !important;
  }

  .legacy-page-shell .desktop-nav{
    justify-content:center !important;
    gap:clamp(10px,1vw,18px) !important;
  }

  .legacy-page-shell .desktop-nav a{
    font-size:13px !important;
    flex-shrink:0 !important;
  }

  .legacy-page-shell .header-actions{
    width:220px !important;
    justify-content:flex-start !important;
    gap:12px !important;
  }

  .legacy-page-shell .menu-toggle{
    display:none !important;
  }
}

/* V9.29A QUOTE TRUST FILL */
.quote-assurance-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:28px;
}

.quote-assurance-item{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:13px;
  padding:17px 15px;
  overflow:hidden;
  border:1px solid rgba(240,210,123,.14);
  border-radius:21px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(201,168,91,.10),
      transparent 48%
    ),
    rgba(255,255,255,.035);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 14px 34px rgba(0,0,0,.10);
  transition:
    transform .34s cubic-bezier(.2,.8,.2,1),
    border-color .34s ease,
    background .34s ease;
}

.quote-assurance-item::after{
  content:"";
  position:absolute;
  top:15px;
  inset-inline-end:15px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#65CB78;
  box-shadow:
    0 0 0 5px rgba(101,203,120,.09),
    0 0 15px rgba(101,203,120,.50);
}

.quote-assurance-item:hover{
  transform:translateY(-5px);
  border-color:rgba(240,210,123,.32);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(201,168,91,.17),
      transparent 52%
    ),
    rgba(255,255,255,.05);
}

.quote-assurance-icon{
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border:1px solid rgba(240,210,123,.25);
  border-radius:15px;
  background:
    linear-gradient(
      145deg,
      rgba(240,210,123,.13),
      rgba(255,255,255,.025)
    );
  color:var(--gold2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.quote-assurance-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.quote-assurance-item strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:12px;
  line-height:1.45;
}

.quote-assurance-item small{
  display:block;
  color:#9FAAB4;
  font-size:10px;
  line-height:1.65;
}

@media(max-width:1100px){
  .quote-assurance-grid{
    grid-template-columns:1fr;
  }

  .quote-assurance-item{
    flex-direction:row;
    align-items:center;
  }
}

@media(max-width:720px){
  .quote-assurance-grid{
    margin-top:22px;
  }

  .quote-assurance-item{
    padding:15px;
    border-radius:18px;
  }
}

@media(prefers-reduced-motion:reduce){
  .quote-assurance-item{
    transition:none;
  }

  .quote-assurance-item:hover{
    transform:none;
  }
}

/* LEGACY PREMIUM CONTACT CENTER */
.legacy-page-shell .contact-premium-section .contact-layout{
  grid-template-columns:minmax(0,.96fr) minmax(0,1.14fr);
  align-items:stretch;
  gap:28px;
}

.legacy-page-shell .contact-premium-section .contact-command-center{
  position:relative;
  isolation:isolate;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(240,210,123,.17);
  border-radius:34px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,168,91,.15),transparent 34%),
    radial-gradient(circle at 0 100%,rgba(67,230,223,.08),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.028));
  box-shadow:
    0 30px 85px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter:blur(16px);
}

.legacy-page-shell .contact-premium-section .contact-command-center::before{
  content:"";
  position:absolute;
  top:0;
  right:42px;
  left:42px;
  height:2px;
  border-radius:0 0 99px 99px;
  background:linear-gradient(90deg,transparent,var(--gold2),var(--cyan),transparent);
  opacity:.82;
}

.legacy-page-shell .contact-premium-section .contact-command-center::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:250px;
  height:250px;
  right:-130px;
  bottom:-145px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(67,230,223,.10),transparent 68%);
  pointer-events:none;
}

.legacy-page-shell .contact-premium-section .contact-command-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  margin-bottom:26px;
}

.legacy-page-shell .contact-premium-section .contact-command-head > div{
  max-width:560px;
}

.legacy-page-shell .contact-premium-section .contact-command-head h2{
  margin-bottom:12px;
}

.legacy-page-shell .contact-premium-section .contact-command-head p{
  margin:0;
  max-width:540px;
  font-size:15px;
  line-height:1.9;
}

.legacy-page-shell .contact-premium-section .contact-availability{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:10px 13px;
  border:1px solid rgba(101,203,120,.24);
  border-radius:999px;
  background:rgba(101,203,120,.075);
  color:#BCEFC7;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.legacy-page-shell .contact-premium-section .contact-availability i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#65CB78;
  box-shadow:0 0 0 5px rgba(101,203,120,.11),0 0 18px rgba(101,203,120,.75);
}

.legacy-page-shell .contact-premium-section .contact-channel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.legacy-page-shell .contact-premium-section .contact-channel{
  --contact-accent:var(--gold2);
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 24px;
  align-items:center;
  gap:13px;
  min-height:112px;
  padding:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--contact-accent) 11%,transparent),transparent 48%),
    rgba(255,255,255,.035);
  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}

.legacy-page-shell .contact-premium-section .contact-channel:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--contact-accent) 42%,transparent);
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--contact-accent) 18%,transparent),transparent 54%),
    rgba(255,255,255,.055);
  box-shadow:0 20px 45px rgba(0,0,0,.20);
}

.legacy-page-shell .contact-premium-section .contact-channel.is-whatsapp{
  --contact-accent:#54D887;
}

.legacy-page-shell .contact-premium-section .contact-channel.is-executive{
  --contact-accent:#F0D27B;
}

.legacy-page-shell .contact-premium-section .contact-channel.is-email{
  --contact-accent:#43E6DF;
}

.legacy-page-shell .contact-premium-section .contact-channel.is-website{
  --contact-accent:#8FB8FF;
}

.legacy-page-shell .contact-premium-section .contact-channel-icon{
  display:grid;
  width:52px;
  height:52px;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--contact-accent) 32%,transparent);
  border-radius:17px;
  background:color-mix(in srgb,var(--contact-accent) 11%,rgba(255,255,255,.035));
  color:var(--contact-accent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 12px 28px rgba(0,0,0,.16);
  transition:transform .3s ease,background .3s ease,color .3s ease;
}

.legacy-page-shell .contact-premium-section .contact-channel:hover .contact-channel-icon{
  transform:scale(1.045) rotate(-3deg);
  background:var(--contact-accent);
  color:#081012;
}

.legacy-page-shell .contact-premium-section .contact-channel-icon svg{
  width:25px;
  height:25px;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.legacy-page-shell .contact-premium-section .contact-channel-copy{
  min-width:0;
}

.legacy-page-shell .contact-premium-section .contact-channel-copy small,
.legacy-page-shell .contact-premium-section .contact-address-card small,
.legacy-page-shell .contact-premium-section .contact-social-bar small{
  display:block;
  margin-bottom:4px;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}

.legacy-page-shell .contact-premium-section .contact-channel-copy strong{
  display:block;
  overflow-wrap:anywhere;
  color:#fff;
  font-size:15px;
  font-weight:900;
  line-height:1.5;
}

.legacy-page-shell .contact-premium-section .contact-channel-copy em{
  display:block;
  margin-top:4px;
  color:rgba(220,227,234,.56);
  font-size:10px;
  font-style:normal;
  line-height:1.5;
}

.legacy-page-shell .contact-premium-section .contact-channel-arrow{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border-radius:50%;
  color:var(--contact-accent);
  font-family:Arial,sans-serif;
  font-size:15px;
  transition:transform .3s ease,background .3s ease;
}

.legacy-page-shell .contact-premium-section .contact-channel:hover .contact-channel-arrow{
  transform:translate(-2px,-2px);
  background:color-mix(in srgb,var(--contact-accent) 12%,transparent);
}

.legacy-page-shell .contact-premium-section .contact-address-card{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  margin-top:14px;
  padding:17px;
  border:1px solid rgba(240,210,123,.14);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,168,91,.10),transparent 45%),
    rgba(255,255,255,.03);
}

.legacy-page-shell .contact-premium-section .contact-address-icon{
  display:grid;
  width:54px;
  height:54px;
  place-items:center;
  border:1px solid rgba(240,210,123,.26);
  border-radius:18px;
  background:rgba(201,168,91,.10);
  color:var(--gold2);
}

.legacy-page-shell .contact-premium-section .contact-address-icon svg{
  width:27px;
  height:27px;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.legacy-page-shell .contact-premium-section .contact-address-card strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.7;
}

.legacy-page-shell .contact-premium-section .contact-address-card > div > span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:11px;
}

.legacy-page-shell .contact-premium-section .contact-address-card > a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 13px;
  border:1px solid rgba(240,210,123,.25);
  border-radius:999px;
  background:rgba(201,168,91,.085);
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  transition:transform .3s ease,border-color .3s ease,background .3s ease;
}

.legacy-page-shell .contact-premium-section .contact-address-card > a:hover{
  transform:translateY(-3px);
  border-color:var(--cyan);
  background:rgba(67,230,223,.08);
  color:#fff;
}

.legacy-page-shell .contact-premium-section .contact-social-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:14px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.075);
}

.legacy-page-shell .contact-premium-section .contact-social-bar > div strong{
  display:block;
  color:#fff;
  font-size:14px;
}

.legacy-page-shell .contact-premium-section .contact-social-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.legacy-page-shell .contact-premium-section .contact-social-links a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#DCE3EA;
  font-size:11px;
  font-weight:900;
  transition:transform .3s ease,border-color .3s ease,background .3s ease,color .3s ease;
}

.legacy-page-shell .contact-premium-section .contact-social-links a:hover{
  transform:translateY(-3px);
  border-color:rgba(240,210,123,.35);
  background:rgba(201,168,91,.10);
  color:var(--gold2);
}

.legacy-page-shell .contact-premium-section .contact-social-links svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
  stroke:currentColor;
  stroke-width:1.7;
}

.legacy-page-shell .contact-premium-section .map-box{
  position:relative;
  min-height:100%;
  border-color:rgba(240,210,123,.16);
  box-shadow:0 30px 85px rgba(0,0,0,.25);
}

.legacy-page-shell .contact-premium-section .map-box::after{
  content:"مقر M2A الرئيسي • أسيوط";
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  padding:9px 13px;
  border:1px solid rgba(240,210,123,.24);
  border-radius:999px;
  background:rgba(5,9,11,.82);
  backdrop-filter:blur(12px);
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
  pointer-events:none;
}

@media(max-width:1100px){
  .legacy-page-shell .contact-premium-section .contact-layout{
    grid-template-columns:1fr;
  }

  .legacy-page-shell .contact-premium-section .map-box{
    min-height:430px;
  }
}

@media(max-width:720px){
  .legacy-page-shell .contact-premium-section .contact-command-center{
    padding:24px;
    border-radius:26px;
  }

  .legacy-page-shell .contact-premium-section .contact-command-head{
    display:block;
  }

  .legacy-page-shell .contact-premium-section .contact-availability{
    margin-top:16px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-grid{
    grid-template-columns:1fr;
  }

  .legacy-page-shell .contact-premium-section .contact-channel{
    min-height:102px;
  }

  .legacy-page-shell .contact-premium-section .contact-address-card{
    grid-template-columns:48px minmax(0,1fr);
  }

  .legacy-page-shell .contact-premium-section .contact-address-icon{
    width:48px;
    height:48px;
  }

  .legacy-page-shell .contact-premium-section .contact-address-card > a{
    grid-column:1/-1;
    justify-content:center;
    width:100%;
  }

  .legacy-page-shell .contact-premium-section .contact-social-bar{
    align-items:flex-start;
    flex-direction:column;
  }

  .legacy-page-shell .contact-premium-section .contact-social-links{
    width:100%;
  }

  .legacy-page-shell .contact-premium-section .contact-social-links a{
    flex:1;
    justify-content:center;
  }
}

@media(max-width:430px){
  .legacy-page-shell .contact-premium-section .contact-command-center{
    padding:20px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel{
    grid-template-columns:48px minmax(0,1fr);
    padding:14px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-icon{
    width:48px;
    height:48px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-arrow{
    display:none;
  }

  .legacy-page-shell .contact-premium-section .contact-social-links a span{
    display:none;
  }

  .legacy-page-shell .contact-premium-section .contact-social-links a{
    min-height:42px;
  }
}

@media(prefers-reduced-motion:reduce){
  .legacy-page-shell .contact-premium-section .contact-channel:hover,
  .legacy-page-shell .contact-premium-section .contact-channel:hover .contact-channel-icon,
  .legacy-page-shell .contact-premium-section .contact-address-card > a:hover,
  .legacy-page-shell .contact-premium-section .contact-social-links a:hover{
    transform:none;
  }
}


/* V9.25 CONTACT TEXT COMPACT FIX */
@media(min-width:721px){
  .legacy-page-shell .contact-premium-section .contact-channel{
    grid-template-columns:44px minmax(0,1fr);
    gap:9px;
    padding:13px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-icon{
    width:44px;
    height:44px;
    border-radius:14px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-icon svg{
    width:22px;
    height:22px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-arrow{
    display:none;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-copy strong{
    display:block;
    width:max-content;
    max-width:100%;
    overflow-wrap:normal;
    white-space:nowrap;
    font-family:"Inter",Arial,sans-serif;
    font-size:10.5px;
    line-height:1.35;
    letter-spacing:-.35px;
  }

  .legacy-page-shell .contact-premium-section .contact-channel-copy em{
    font-size:9px;
  }
}

@media(max-width:720px){
  .legacy-page-shell .contact-premium-section .contact-channel-copy strong{
    font-size:12px;
    line-height:1.45;
    overflow-wrap:anywhere;
    white-space:normal;
  }
}



html[dir="ltr"] .legacy-page-shell .contact-premium-section .map-box::after{
  content:"M2A Headquarters • Asyut";
  right:auto;
  left:16px;
}

/* === LEGACY ENGLISH HEADER CENTER FIX V4 === */
@media (min-width:1400px){
  html[dir="ltr"] .legacy-page-shell .site-header .header-container{
    grid-template-columns:220px minmax(0,1fr) 220px !important;
    grid-template-areas:"brand nav actions" !important;
    direction:ltr !important;
  }

  html[dir="ltr"] .legacy-page-shell .site-header .header-container > .brand{
    grid-area:brand !important;
    justify-self:start !important;
  }

  html[dir="ltr"] .legacy-page-shell .site-header .desktop-nav{
    grid-area:nav !important;
    width:100% !important;
    justify-self:stretch !important;
    justify-content:center !important;
    direction:ltr !important;
  }

  html[dir="ltr"] .legacy-page-shell .site-header .header-actions{
    grid-area:actions !important;
    width:220px !important;
    justify-self:end !important;
    justify-content:flex-end !important;
    direction:ltr !important;
  }
}

/* === CONTACT PAGE MOBILE GAP FIX === */
@media(max-width:720px){
  .contact-page .page-hero{
    min-height:auto !important;
    padding-top:104px !important;
    padding-bottom:22px !important;
  }

  .contact-page .contact-premium-section.section{
    padding-top:18px !important;
  }
}

@media(max-width:430px){
  .contact-page .page-hero{
    padding-top:96px !important;
    padding-bottom:18px !important;
  }

  .contact-page .contact-premium-section.section{
    padding-top:12px !important;
  }
}

/* === LEGACY INTERNAL MOBILE HERO SAFE AREA === */
@media(max-width:720px){
  .legacy-page-shell:not(.sectors-page):not(.contact-page) .page-hero{
    min-height:auto !important;
    align-items:flex-start !important;
    padding-top:112px !important;
    padding-bottom:24px !important;
  }

  .legacy-page-shell:not(.sectors-page):not(.contact-page) .page-hero-inner{
    width:100% !important;
  }

  .legacy-page-shell:not(.sectors-page):not(.contact-page) .page-hero + .section{
    padding-top:34px !important;
  }
}

@media(max-width:430px){
  .legacy-page-shell:not(.sectors-page):not(.contact-page) .page-hero{
    padding-top:108px !important;
    padding-bottom:20px !important;
  }

  .legacy-page-shell:not(.sectors-page):not(.contact-page) .page-hero + .section{
    padding-top:28px !important;
  }
}

/* === LEGACY MOBILE LANGUAGE BUTTON === */
@media(max-width:720px){
  .legacy-page-shell .site-header .header-actions{
    display:flex !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    gap:6px !important;
  }

  .legacy-page-shell .site-header .header-cta{
    display:none !important;
  }

  .legacy-page-shell .site-header .language-link{
    display:inline-flex !important;
    min-width:52px !important;
    min-height:38px !important;
    align-items:center !important;
    justify-content:center !important;
    padding:7px 10px !important;
    font-size:10px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
}

@media(max-width:380px){
  .legacy-page-shell .site-header .language-link{
    min-width:48px !important;
    min-height:36px !important;
    padding:6px 8px !important;
    font-size:9px !important;
  }

  .legacy-page-shell .site-header .menu-toggle{
    width:42px !important;
    height:42px !important;
  }
}

/* === LEGACY MOBILE MENU INTERNAL SCROLL === */
@media(max-width:720px){
  .legacy-page-shell .mobile-menu{
    overflow:hidden !important;
  }

  .legacy-page-shell .mobile-menu-inner{
    inset-block:12px !important;
    max-height:calc(100dvh - 24px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:rgba(240,210,123,.55) transparent;
    padding:16px !important;
    gap:7px !important;
  }

  .legacy-page-shell .mobile-menu-inner::-webkit-scrollbar{
    width:5px;
  }

  .legacy-page-shell .mobile-menu-inner::-webkit-scrollbar-thumb{
    background:rgba(240,210,123,.55);
    border-radius:999px;
  }

  .legacy-page-shell .mobile-menu-head{
    margin-bottom:5px !important;
    flex-shrink:0;
  }

  .legacy-page-shell .mobile-menu a{
    padding:10px 13px !important;
    flex-shrink:0;
  }

  .legacy-page-shell .mobile-menu-contact{
    margin-top:4px !important;
    padding:14px !important;
    flex-shrink:0;
  }
}

/* === LEGACY ENGLISH CONTENT ALIGNMENT === */
html[dir="ltr"] .legacy-page-shell .section-copy,
html[dir="ltr"] .legacy-page-shell .strength-copy,
html[dir="ltr"] .legacy-page-shell .quote-copy{
  direction:ltr !important;
  text-align:left !important;
}

html[dir="ltr"] .legacy-page-shell .section-copy .section-label,
html[dir="ltr"] .legacy-page-shell .strength-copy .section-label,
html[dir="ltr"] .legacy-page-shell .quote-copy .section-label{
  direction:ltr !important;
  justify-content:flex-start !important;
}

html[dir="ltr"] .legacy-page-shell .mini-metrics > div,
html[dir="ltr"] .legacy-page-shell .value-cards > div{
  direction:ltr !important;
  text-align:left !important;
}
