@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--black:#09090c;--paper:#f6f1e7;--gold:#e3a80e;--gold-deep:#a9700b;--line:rgba(227,168,14,.3);--sans:Montserrat,Cairo,Arial,sans-serif;--arabic:Cairo,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:#211d18;font-family:var(--arabic)}a{color:inherit;text-decoration:none}.mha-page{overflow-x:hidden;background:var(--black)}.mha-shell{width:min(1180px,calc(100% - 48px));margin:auto}.mha-hero{position:relative;min-height:100vh;overflow:hidden;background:#09090c url('assets/images/hero-network.png') center bottom/cover no-repeat;color:#fff}.mha-header{display:flex;min-height:76px;align-items:center;justify-content:space-between}.mha-hero .mha-header{position:fixed;top:0;right:0;left:0;z-index:999;width:100%;margin:0;padding-inline:max(28px,calc((100vw - 1180px)/2));background:rgba(8,8,10,.88);box-shadow:0 3px 18px #0004;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);isolation:isolate}.mha-brand{display:flex;align-items:center;gap:9px;font:800 18px var(--sans);letter-spacing:.12em}.mha-brand-mark{display:grid;width:39px;height:39px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ffde67,#bd8408);color:#111;font-size:16px}.mha-brand-text{display:grid;color:var(--gold)}.mha-brand-text small{color:inherit;font-size:7px;letter-spacing:.28em}.mha-nav{position:absolute;top:50%;left:50%;display:flex;gap:28px;transform:translate(-50%,-50%);white-space:nowrap;font:700 12px var(--sans)}.mha-nav a{color:#eee9df}.mha-nav a:hover{color:var(--gold)}.page-scrolled .mha-header{background:rgba(249,246,239,.96);box-shadow:0 4px 20px #211d1816}.page-scrolled .mha-brand-text{color:#bd810c}.page-scrolled .mha-nav a{color:#24211c}.hero-corner{position:absolute;z-index:1;top:0;width:35vw;height:31vh;background:linear-gradient(135deg,#0d0d11 65%,rgba(239,188,45,.5));clip-path:polygon(0 0,100% 0,0 100%)}.hero-corner-left{left:0}.hero-corner-right{right:0;transform:scaleX(-1)}.hero-chevron{position:absolute;z-index:2;top:31%;width:100px;height:46vh;min-height:320px;border:20px solid rgba(239,188,45,.84);border-top:0;border-bottom:0;clip-path:polygon(0 0,100% 50%,0 100%,24% 100%,100% 50%,24% 0)}.hero-chevron-left{left:-45px}.hero-chevron-right{right:-45px;transform:scaleX(-1)}.hero-reference-content{position:relative;z-index:3;display:flex;min-height:calc(100vh - 76px);flex-direction:column;align-items:center;justify-content:center;padding:90px 20px 105px;text-align:center}.mha-emblem{display:grid;place-items:center}.hero-emblem{width:156px;height:156px;background:linear-gradient(135deg,#ffdc62,#c18408);box-shadow:0 6px 30px rgba(212,160,23,.48);clip-path:polygon(50% 0,94% 25%,86% 82%,50% 100%,14% 82%,6% 25%);color:#12110c;font:800 37px var(--sans)}.mha-title{margin:16px 0 4px;background:linear-gradient(110deg,#ffe476,#c98908);background-clip:text;color:transparent;font:800 clamp(3.4rem,8vw,6rem)/1 var(--sans);letter-spacing:.17em}.mha-subtitle{margin:0;color:#fff;font:600 clamp(.8rem,1.7vw,1.15rem) var(--sans);letter-spacing:.46em}.mha-divider{display:flex;align-items:center;gap:11px;margin:22px auto 17px;color:var(--gold)}.mha-divider:before,.mha-divider:after{width:155px;height:1px;background:linear-gradient(90deg,transparent,var(--gold));content:""}.mha-divider:after{background:linear-gradient(90deg,var(--gold),transparent)}.mha-tagline{margin:0;color:#fff;font:700 clamp(1rem,2vw,1.35rem) var(--sans);letter-spacing:.17em}.mha-description{max-width:680px;margin:13px auto 0;color:#b9b5ad;font-size:15px;line-height:1.9}.mha-ctas{display:flex;gap:15px;margin-top:29px}.mha-button{display:inline-flex;justify-content:center;border:1px solid var(--gold);border-radius:999px;padding:13px 30px;color:var(--gold);font:700 13px var(--sans)}.mha-button.primary{border:0;background:linear-gradient(110deg,#ffd766,#d99806);color:#1d1608}.mha-contact-strip{position:absolute;z-index:4;right:0;bottom:0;left:0;display:flex;justify-content:center;gap:45px;border-top:1px solid var(--line);padding:16px;color:#d6cfc4;background:rgba(9,9,12,.78);font:500 12px var(--sans);backdrop-filter:blur(8px)}.mha-contact-strip b{margin-inline-end:8px;color:var(--gold)}
.mha-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#eee6d5;border-bottom:1px solid #e0d1ac}.mha-stat{padding:37px 20px;text-align:center;border-inline-start:1px solid #decda3}.mha-stat strong{display:block;color:var(--gold);font:800 48px var(--sans)}.mha-stat span{color:#29251f;font-size:14px;font-weight:600}.mha-section{padding:105px 0;background:var(--paper);scroll-margin-top:76px}.mha-section.dark{background:#101014;color:#fff}.mha-kicker{margin:0 0 9px;color:var(--gold-deep);font:700 12px var(--sans);letter-spacing:.15em}.dark .mha-kicker{color:var(--gold)}.mha-heading{margin:0;font:800 clamp(32px,4vw,52px) var(--sans)}.mha-heading em{color:var(--gold);font-style:normal}.mha-lead{max-width:670px;line-height:2;color:#6b6257}.dark .mha-lead{color:#bbb4a9}.reference-about{background:#f6f1e7}.reference-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.reference-about-copy{text-align:right}.reference-kicker{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--gold-deep);font-size:12px;font-weight:700}.reference-kicker span{width:34px;height:1px;background:#b78320}.reference-about-title{margin:18px 0 54px;text-align:center;font:800 52px var(--arabic)}.reference-about-title em{color:var(--gold);font-style:normal}.reference-about-copy>p{color:#2f2a24;font-size:16px;line-height:2.1}.reference-about-copy>p b{color:var(--gold-deep)}.reference-pillars{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}.reference-pillars article{min-height:133px;padding:20px;border-radius:13px;background:#fff;box-shadow:0 7px 22px #513d180f}.reference-pillars i{display:block;margin-bottom:12px;color:var(--gold-deep);font-size:25px;font-style:normal}.reference-pillars b{display:block;color:#9d6a0a;font-size:15px}.reference-pillars span{display:block;margin-top:6px;color:#6f6559;font-size:12px;line-height:1.7}.reference-about-media{position:relative;min-height:455px;border-top:3px solid #b4780b;border-right:3px solid #b4780b;border-radius:15px}.reference-about-media img{position:absolute;inset:10px 10px auto auto;width:100%;height:100%;border-radius:12px;object-fit:cover;filter:brightness(.72) saturate(.84)}.reference-about-media:after{position:absolute;inset:10px 10px 0 0;border-radius:12px;background:linear-gradient(0deg,#0006,transparent 60%);content:""}.reference-media-mark{position:absolute;z-index:2;top:50%;right:50%;transform:translate(50%,-50%);color:#fff;text-align:center;font:800 44px var(--sans);letter-spacing:.1em}.reference-media-mark small{font-size:10px;letter-spacing:.35em}.reference-media-badge{position:absolute;z-index:3;right:22px;bottom:-11px;border-radius:14px;background:#fff9eb;padding:11px 20px;color:#9d6a0a;text-align:center;font:700 12px/1.6 var(--arabic)}
.reference-products{background:#f0ebdf;text-align:center}.reference-section-title span{display:inline-flex;align-items:center;gap:10px;color:var(--gold-deep);font-size:12px;font-weight:700}.reference-section-title span:before,.reference-section-title span:after{width:34px;height:1px;background:#be8c2a;content:""}.reference-section-title h2{margin:12px 0;color:var(--gold);font:800 44px var(--arabic)}.reference-section-title p{color:#655d52;font-size:14px}.reference-product-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px;margin:54px auto 0;max-width:1100px}.reference-product-grid article{position:relative;border-radius:13px;background:#fff;padding:11px 10px 16px;box-shadow:0 3px 12px #4632130f}.reference-product-grid b{position:absolute;z-index:2;top:10px;right:10px;display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:var(--gold);color:#15130f;font:800 10px var(--sans)}.reference-product-grid img{width:100%;aspect-ratio:1/1.05;border-radius:8px;object-fit:cover}.reference-product-grid h3{min-height:34px;margin:10px 0 0;color:#27221c;font-size:12px;line-height:1.5}.mha-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.mha-card{position:relative;min-height:280px;overflow:hidden;background:#111116}.mha-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}.mha-card:after{position:absolute;inset:0;background:linear-gradient(0deg,#000e,transparent 70%);content:""}.mha-card-content{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:24px;color:#fff}.mha-card-number{color:var(--gold);font-size:12px;font-weight:700}.mha-card h3{margin:7px 0 0;font:700 18px var(--arabic)}.mha-activities{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:42px;background:var(--line)}.mha-activity{position:relative;min-height:230px;overflow:hidden;background:#111116;padding:24px;color:#fff}.mha-activity img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}.mha-activity:after{position:absolute;inset:0;background:linear-gradient(0deg,#0a0a0df0,transparent);content:""}.mha-activity>*:not(img){position:relative;z-index:1}.mha-activity strong{color:var(--gold);font:700 13px var(--sans)}.mha-activity h3{margin:10px 0;font:700 18px var(--arabic)}.mha-activity p{margin:0;color:#ded8cf;font-size:12px;line-height:1.7}.mha-market{padding:75px 0;background:radial-gradient(circle,rgba(239,188,45,.16),transparent 42%),#101014;color:#fff;text-align:center;scroll-margin-top:76px}.mha-market-map{display:flex;align-items:center;justify-content:center;gap:20px;min-height:300px;margin-top:35px;border:1px solid var(--line);background:radial-gradient(rgba(239,188,45,.28) 1px,transparent 1px);background-size:12px 12px;clip-path:polygon(8% 0,92% 0,100% 20%,92% 100%,8% 100%,0 80%,0 20%)}.mha-market-map span{border:1px solid var(--gold);border-radius:999px;background:#0b0b0e;padding:10px 16px;color:var(--gold);font-size:12px;font-weight:700}.mha-process{display:grid;grid-template-columns:repeat(6,1fr);margin-top:42px;counter-reset:step}.mha-step{position:relative;border-top:1px solid var(--line);padding:40px 15px 20px}.mha-step:before{position:absolute;top:-13px;right:0;display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--gold);border-radius:50%;background:#101014;color:var(--gold);content:counter(step);counter-increment:step;font-size:11px;font-weight:700}.mha-step h3{color:var(--gold);font-size:14px}.mha-step p{color:#b8b1a7;font-size:12px;line-height:1.7}.mha-why{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;background:#d9a51c}.mha-why article{background:#f8f4ea;padding:30px}.mha-why b{color:var(--gold-deep);font:800 30px var(--sans)}.mha-why h3{font-size:18px}.mha-why p{color:#685f53;font-size:13px;line-height:1.8}.mha-quality,.mha-contact{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.mha-quality-orbit{display:grid;aspect-ratio:1;place-items:center;border:1px solid var(--gold);border-radius:50%;background:radial-gradient(circle,rgba(239,188,45,.32),transparent 60%);color:var(--gold);font:800 26px var(--sans);letter-spacing:.12em;text-align:center}.mha-checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mha-checklist span{border-right:2px solid var(--gold);padding:11px 15px;color:#d2cbc0;font-size:13px}.mha-packaging{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.mha-pack{position:relative;min-height:250px;overflow:hidden;background:#111116}.mha-pack img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.6}.mha-pack span{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:18px;background:linear-gradient(transparent,#000);color:#fff;font-weight:700}.mha-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.mha-value{border:1px solid var(--line);padding:30px}.mha-value h3{color:var(--gold)}.mha-value p{color:#c9c2b6;line-height:1.9;font-size:13px}.mha-core{display:grid;grid-template-columns:repeat(5,1fr);margin-top:42px;border:1px solid var(--line)}.mha-core article{padding:26px 18px;border-inline-start:1px solid var(--line)}.mha-core b{color:var(--gold)}.mha-core p{color:#bbb4a9;font-size:12px;line-height:1.7}.mha-contact-card{border:1px solid var(--line);background:#111116;padding:26px}.mha-contact-card h3{color:var(--gold)}.mha-contact-card p,.mha-contact-card a{display:block;color:#d8d1c6}.reference-footer{border-top:1px solid var(--line);background:#0a0a0d;color:#c8c0b3;padding:52px 0 20px}.reference-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}.reference-footer p,.reference-footer a{display:block;margin:8px 0;color:#c8c0b3;font-size:13px}.reference-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.reference-copyright{margin-top:35px;border-top:1px solid var(--line);padding-top:18px;color:#90887c;font-size:11px}
@media(max-width:1050px){.reference-product-grid{grid-template-columns:repeat(4,1fr)}.mha-activities{grid-template-columns:repeat(2,1fr)}.mha-grid{grid-template-columns:repeat(2,1fr)}.mha-process{grid-template-columns:repeat(3,1fr)}.mha-packaging{grid-template-columns:repeat(2,1fr)}}

/* Fluid sizing: each section adapts to the available viewport without a separate mobile layout. */
html,body{width:100%;min-width:320px}.mha-shell{width:min(1440px,calc(100% - clamp(32px,6vw,128px)))}.mha-section{padding-block:clamp(72px,8vw,130px)}.reference-products{padding-block:clamp(84px,9vw,145px)}.mha-heading{font-size:clamp(32px,4vw,60px)}.mha-lead{font-size:clamp(14px,1.1vw,17px)}.mha-hero,.hero-reference{min-height:100svh}.hero-reference-content{min-height:calc(100svh - 76px)}.mha-market{padding-block:clamp(65px,8vw,120px)}
@media(max-width:760px){.mha-shell{width:calc(100% - 32px)}.mha-hero .mha-header{min-height:84px;padding-inline:16px}.mha-brand{font-size:14px}.mha-brand-mark{width:34px;height:34px}.mha-brand-text small{font-size:6px}.mha-nav{position:static;transform:none;flex:1;justify-content:center;flex-wrap:wrap;gap:7px 14px;padding:12px 10px;font-size:10px}.mha-hero .mha-header{align-items:center}.hero-corner{width:56vw;height:23vh}.hero-chevron{top:36%;width:60px;height:35vh;border-width:12px}.hero-chevron-left{left:-31px}.hero-chevron-right{right:-31px}.hero-reference-content{padding:130px 28px 100px}.hero-emblem{width:112px;height:112px;font-size:26px}.mha-title{font-size:clamp(48px,15vw,75px)}.mha-subtitle{max-width:300px;font-size:9px;line-height:1.8;letter-spacing:.28em}.mha-divider:before,.mha-divider:after{width:70px}.mha-tagline{font-size:16px;line-height:1.8}.mha-description{font-size:13px}.mha-ctas{flex-direction:column}.mha-button{min-width:220px}.mha-contact-strip{gap:9px;flex-wrap:wrap;padding:13px;font-size:10px}.mha-stats{grid-template-columns:repeat(2,1fr)}.mha-stat{padding:25px 10px}.mha-stat strong{font-size:36px}.reference-about-grid,.mha-quality,.mha-contact{grid-template-columns:1fr;gap:34px}.reference-about-media{min-height:330px;order:-1}.reference-about-title{margin:16px 0 28px;font-size:40px}.reference-about-copy>p{font-size:14px}.reference-pillars{gap:10px}.reference-pillars article{min-height:125px;padding:15px}.reference-product-grid{grid-template-columns:repeat(2,1fr);gap:11px;margin-top:34px}.mha-grid{grid-template-columns:1fr;gap:12px}.mha-card{min-height:240px}.mha-activities{grid-template-columns:1fr}.mha-market-map{min-height:260px;flex-wrap:wrap;padding:35px 18px}.mha-process{grid-template-columns:1fr 1fr;gap:24px}.mha-why,.mha-values{grid-template-columns:1fr}.mha-checklist{grid-template-columns:1fr}.mha-packaging{grid-template-columns:1fr 1fr;gap:10px}.mha-pack{min-height:180px}.mha-core{grid-template-columns:1fr 1fr}.mha-core article{border:1px solid var(--line)}.reference-footer-grid{grid-template-columns:1fr;gap:24px}.reference-footer nav{grid-template-columns:1fr 1fr}}

/* Theme control and header contrast based on the section behind it. */
.theme-toggle{position:absolute;left:max(28px,calc((100vw - 1180px)/2));top:50%;display:grid;width:38px;height:38px;place-items:center;transform:translateY(-50%);border:1px solid var(--line);border-radius:50%;background:rgba(239,188,45,.08);color:var(--gold);font-size:20px;cursor:pointer;transition:.25s}.theme-toggle:hover{background:var(--gold);color:#17130b}.page-scrolled:not(.header-dark) .mha-header{background:rgba(249,246,239,.96)}.page-scrolled:not(.header-dark) .mha-header .mha-brand-text{color:#bd810c}.page-scrolled:not(.header-dark) .mha-header .mha-nav a{color:#24211c}.header-dark .mha-header{background:rgba(8,8,10,.9)}.header-dark .mha-header .mha-nav a{color:#eee9df}.header-dark .mha-header .mha-brand-text{color:var(--gold)}.header-dark .theme-toggle{color:var(--gold)}
body[data-theme="dark"]{--paper:#111116;--gold-deep:#efbc2d;background:#111116;color:#eee9df}body[data-theme="dark"] .mha-section:not(.dark),body[data-theme="dark"] .reference-products{background:#111116;color:#eee9df}body[data-theme="dark"] .mha-lead,body[data-theme="dark"] .reference-about-copy>p,body[data-theme="dark"] .reference-section-title p{color:#c5bfb5}body[data-theme="dark"] .reference-about-title{color:#fff}body[data-theme="dark"] .mha-stats{background:#151519;border-color:var(--line)}body[data-theme="dark"] .mha-stat{border-color:var(--line)}body[data-theme="dark"] .mha-stat span{color:#ddd6ca}body[data-theme="dark"] .reference-pillars article,body[data-theme="dark"] .reference-product-grid article,body[data-theme="dark"] .mha-why article{background:#1b1b20;box-shadow:none}body[data-theme="dark"] .reference-pillars span,body[data-theme="dark"] .reference-product-grid h3,body[data-theme="dark"] .mha-why p{color:#c4bdb1}body[data-theme="dark"] .reference-pillars b,body[data-theme="dark"] .mha-why h3{color:#f0b721}body[data-theme="dark"] .mha-why{background:var(--line)}body[data-theme="dark"] .mha-market{background:radial-gradient(circle,rgba(239,188,45,.16),transparent 42%),#09090c}
@media(max-width:760px){.theme-toggle{left:14px;width:33px;height:33px;font-size:17px}}
