:root{--navy:#07121d;--navy2:#0b1926;--panel:#0e1d2b;--line:#203445;--gold:#c9983f;--gold2:#e5bc6b;--text:#f5f7f9;--muted:#aab7c3;--green:#1fa463;--danger:#ff9c9c}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{margin:0;background:var(--navy);color:var(--text);font-family:Arial,"Tahoma",sans-serif;line-height:1.75;overflow-x:hidden;min-width:0}
body,html{width:100%;max-width:100%;overflow-x:clip}
a{color:inherit;text-decoration:none}
img,picture,video,canvas,svg{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{touch-action:manipulation}

/* Top-level viewport rails: prevents a constrained parent/browser mode from shrinking the whole site. */
.topbar,.header,main,footer{width:100%;max-width:100%;min-width:0;margin:0;padding-left:0;padding-right:0;position:relative;left:auto;right:auto}
main{display:block}

.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(16px,3vw,40px);min-width:0}
.topbar{background:#040a10;border-bottom:1px solid #152533;color:#92a1ad;font-size:12px}
.topin{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.toplinks{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.toplinks a:hover,.toplinks strong{color:var(--gold2)}.sep{opacity:.4}
.header{position:sticky;top:0;z-index:50;background:rgba(6,16,26,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{min-height:86px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:0;flex:0 1 auto}.brand img{width:78px;height:64px;object-fit:contain;flex:0 0 auto}.brand span{font-size:19px;font-weight:800;line-height:1.15}.brand small{display:block;font-size:10px;color:var(--gold2);font-weight:600;margin-top:5px}
nav{display:flex;justify-content:center;align-items:center;gap:clamp(14px,2vw,26px);flex:1;min-width:0}nav a{position:relative;padding:29px 0;color:#d7e0e7;font-size:14px;font-weight:700;white-space:nowrap}nav a.active,nav a:hover{color:var(--gold2)}nav a.active:after{content:"";position:absolute;bottom:17px;left:0;right:0;height:2px;background:var(--gold)}
.quote,.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#12100c;border:0;border-radius:8px;padding:11px 18px;font-weight:800;box-shadow:0 8px 24px rgba(201,152,63,.13);cursor:pointer;text-align:center}.btn.secondary{background:transparent;color:#fff;border:1px solid #657483}.btn.wa{background:var(--green);color:#fff}.menu{display:none;background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}

.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 15% 50%,rgba(201,152,63,.12),transparent 30%),linear-gradient(180deg,#050d15 0%,#07121d 100%)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(229,188,107,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(229,188,107,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to right,black,transparent 72%);pointer-events:none}.hero .container{padding-block:70px}.hero-inner{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:clamp(30px,6vw,90px);align-items:center;direction:ltr;position:relative;z-index:1}.hero-media{display:flex;align-items:center;justify-content:center;min-width:0;direction:ltr}.hero-media img{display:block;width:min(100%,430px);height:min(570px,62vh);min-height:360px;object-fit:contain;object-position:center;border-radius:22px;filter:drop-shadow(0 28px 45px rgba(0,0,0,.45));animation:heroLogoFloat 7s ease-in-out infinite;will-change:transform}.hero-content{min-width:0;direction:rtl;text-align:right}.eyebrow,.kicker{color:var(--gold2);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.08;max-width:760px;margin:10px 0 16px}.hero h2{font-size:23px;margin:0 0 12px}.hero p{max-width:690px;color:#c9d2d9;font-size:16px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}@keyframes heroLogoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.012)}}

.section{padding:88px 0}.section.alt{background:#091722;border-block:1px solid rgba(255,255,255,.045)}.head{max-width:760px;text-align:center;margin:0 auto 34px}.head h2,.section h2{font-size:40px;line-height:1.2;margin:8px 0}.head p,.muted{color:var(--muted)}
.trust{margin-top:-52px;position:relative;z-index:2}.trustbox{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(9,24,36,.96);border:1px solid rgba(229,188,107,.22);border-radius:14px;overflow:hidden;box-shadow:0 22px 50px #0005}.trustitem{padding:21px;border-inline-start:1px solid var(--line)}.trustitem:first-child{border:0}.trustitem b{display:block;font-size:14px}.trustitem small{display:block;color:#81909c;font-size:11px;margin-top:5px}
.filters{text-align:center;margin-bottom:26px}.filter{background:transparent;color:#c8d1d8;border:1px solid #314554;border-radius:7px;padding:8px 17px;margin:4px;cursor:pointer;font-weight:700}.filter.active{background:var(--gold);border-color:var(--gold);color:#111}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{background:linear-gradient(180deg,#10202d,#0a1621);border:1px solid var(--line);border-radius:13px;overflow:hidden;transition:.22s}.card:hover{transform:translateY(-5px);border-color:rgba(229,188,107,.7);box-shadow:0 20px 35px #0004}.card .imgwrap{position:relative;background:#0a141e}.card img{display:block;width:100%;height:210px;object-fit:cover}.badge{position:absolute;top:12px;inset-inline-start:12px;background:rgba(7,18,29,.9);border:1px solid rgba(229,188,107,.6);color:var(--gold2);border-radius:6px;padding:4px 9px;font-size:10px;font-weight:800}.cardbody{padding:17px}.cardbody h3{font-size:17px;margin:0 0 7px}.cardbody p{font-size:13px;color:var(--muted);min-height:44px;margin:0 0 10px}.more{color:var(--gold2);font-weight:800;font-size:13px}
.sectors{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.sector{border:1px solid var(--line);border-radius:10px;text-align:center;padding:18px 8px;color:#dbe2e7;background:#0a1722}.sector b{display:block;color:var(--gold2);margin-bottom:6px}
.split,.contact,.detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;align-items:start}.panel{background:linear-gradient(180deg,#0f1e2b,#0b1722);border:1px solid var(--line);border-radius:14px;padding:27px;min-width:0}.panel ul{margin:0;padding-inline-start:20px}.panel li{padding:10px 0;border-bottom:1px solid #1d2d3a}
.pagehero{padding:82px 0;text-align:center;background:radial-gradient(circle at 50% 0,rgba(201,152,63,.13),transparent 50%),#081622;border-bottom:1px solid #172837}.pagehero h1{font-size:clamp(38px,5vw,50px);line-height:1.15;margin:8px 0}.pagehero p{margin-inline:auto;max-width:800px;color:var(--muted)}
.detail img{display:block;width:100%;height:480px;object-fit:cover;border-radius:14px;border:1px solid var(--line);background:#0b1722}
.formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:13px}.field label span{color:#efb36a}.field input,.field select,.field textarea{width:100%;max-width:100%;min-width:0;background:#07121d;color:#fff;border:1px solid #2a3d4d;border-radius:10px;padding:12px 13px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold2);box-shadow:0 0 0 3px rgba(229,188,107,.10);background:#091724}.field select{min-height:48px}.field textarea{min-height:145px;resize:vertical}.field-meta{display:flex;justify-content:space-between;gap:10px;color:#748694;font-size:11px;margin-top:3px}.quote-submit{width:100%;min-height:52px;gap:9px}.quote-submit:disabled{opacity:.65;cursor:wait}.form-status{min-height:22px;margin-top:8px;font-size:12px;color:var(--muted)}.form-status.success{color:#62d49a}.form-status.error{color:var(--danger)}
.contact-section{width:100%}.contact-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(20px,4vw,48px);align-items:stretch}.contact-layout>.panel{width:100%;height:100%}.quote-panel{display:flex;flex-direction:column}.quote-panel form{width:100%}.professional-form{width:100%}.panel-kicker{color:var(--gold2);font-size:11px;font-weight:800;letter-spacing:1.7px;margin-bottom:4px}.form-intro{color:var(--muted);font-size:14px;margin-top:-2px}.contact-note{margin-top:20px;padding:14px 15px;border:1px solid rgba(229,188,107,.15);background:rgba(229,188,107,.045);border-radius:10px;display:grid;gap:3px;font-size:12px;color:var(--muted)}.contact-note strong{color:var(--gold2)}
.contact-link{display:flex;align-items:center;gap:6px;width:max-content;max-width:100%;margin:5px 0;color:#dbe4ea;font-weight:700;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.contact-link:hover{color:var(--gold2)}.whatsapp-link{color:#43d17e}.whatsapp-link:hover{color:#71e49b}.contact-symbol{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex:0 0 15px;font-family:Arial,sans-serif;font-size:11px;line-height:1;font-weight:700}.phone-symbol{color:var(--gold2)}.wa-symbol{width:15px;height:15px;border-radius:50%;background:var(--green);color:#fff;font-size:7px;letter-spacing:-.3px}.sales-panel .person{padding:8px 0}.sales-panel .person strong{display:block;margin-bottom:5px;font-size:15px}.sales-separator{color:#536474;font-size:11px;letter-spacing:.4px;white-space:nowrap;overflow:hidden;margin:7px 0 2px}.sales-panel{overflow:hidden}
.cta{padding:65px 0;background:#0b1824;border-top:1px solid rgba(229,188,107,.18)}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:0}
.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gallery img{display:block;width:100%;height:230px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#0b1722}.gallery img.logoGallery{object-fit:contain;padding:20px}
.footergrid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:45px;padding:58px 0}.footergrid h4{margin-top:0}.footergrid p,.footergrid a{font-size:13px;color:#96a5b0}.footergrid a{display:block;margin:6px 0}.footerlogo{width:100px;height:90px;object-fit:contain}.copyright{border-top:1px solid #162632;padding:15px;color:#71818d;font-size:11px}
.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
main,header,footer,section,.container,.nav,.topin{min-width:0}.split>*,.contact>*,.detail>*,.grid>*,.footergrid>*{min-width:0}

@media (max-width:1100px){.container{max-width:1100px}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sectors{grid-template-columns:repeat(4,minmax(0,1fr))}.nav{gap:16px}.brand span{font-size:17px}nav{gap:14px}nav a{font-size:13px}}
@media (max-width:900px){.nav{min-height:72px}.brand{max-width:calc(100% - 54px)}.brand img{width:68px;height:56px}.brand span{font-size:15px}.brand small{font-size:9px}.menu{display:block;margin-inline-start:auto;flex:0 0 auto}.nav>nav{display:none;position:absolute;inset-inline:0;top:72px;background:#07121d;flex-direction:column;align-items:stretch;padding:10px 5%;border-bottom:1px solid var(--line);gap:0;box-shadow:0 18px 30px #0005}.nav>nav.open{display:flex}.nav>nav a{padding:10px 0}.nav>nav a.active:after{bottom:4px}.quote{display:none}.contact-layout,.split,.detail{grid-template-columns:1fr}.contact-layout{gap:18px}.contact-layout>.panel{height:auto}.formgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:620px}.hero .container{padding-block:80px}.hero h1{max-width:100%;font-size:clamp(34px,8vw,52px)}.trust{margin-top:-35px}.trustbox{grid-template-columns:1fr 1fr}.trustitem{border-top:1px solid var(--line)}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta .container{flex-direction:column;align-items:flex-start}.footergrid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.container{padding-inline:14px}.topin{align-items:flex-start;gap:4px;padding-block:7px}.toplinks{gap:8px;font-size:11px}.brand{gap:8px;max-width:80%}.brand img{width:62px;height:52px}.brand span{font-size:13px;line-height:1.2}.hero{min-height:670px;background-position:center}.hero .container{padding-block:70px}.hero h1{font-size:clamp(32px,10vw,44px);line-height:1.14}.hero h2{font-size:18px}.hero p{font-size:14px;line-height:1.8}.actions{flex-direction:column;align-items:stretch}.actions .btn{width:100%;min-height:46px}.trust{margin-top:-25px}.trustbox,.grid,.sectors,.formgrid,.gallery,.footergrid{grid-template-columns:1fr}.trustitem{border-inline-start:0!important}.section{padding:58px 0}.head h2,.section h2{font-size:30px}.card img{height:230px}.pagehero{padding:52px 0}.pagehero h1{font-size:36px}.detail img{height:320px}.panel{padding:20px}.contact-layout{gap:14px}.quote-panel,.sales-panel{padding:18px}.professional-form{grid-template-columns:1fr;gap:12px}.professional-form .field.full{grid-column:auto}.sales-panel .contact-link{width:100%;font-size:14px;white-space:normal}.sales-panel .person strong{font-size:14px}.sales-separator{font-size:9px;letter-spacing:0}.field input,.field select,.field textarea{font-size:16px}.field-meta{font-size:10px}}
@media (orientation:landscape) and (max-height:600px) and (max-width:900px){.header{position:relative}.pagehero{padding:34px 0}.section{padding:40px 0}.contact-layout{grid-template-columns:1fr 1fr}.contact-layout>.panel{padding:18px}.sales-panel .person{padding:5px 0}.sales-panel .contact-link{font-size:12px}}
@media (min-width:1600px){.container{max-width:1440px}.contact-layout{gap:56px}.panel{padding:34px}}
@media (min-width:2200px){body{font-size:18px}.container{max-width:1600px}.nav{min-height:100px}.brand img{width:90px;height:74px}.contact-layout{gap:70px}.pagehero{padding:110px 0}.pagehero h1{font-size:64px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* V15 viewport hardening: no RTL page drift / no horizontal pan */
html{overflow-x:hidden!important}body{overflow-x:hidden!important;direction:rtl} .topbar,.header,main,footer,.container,.nav,.topin,.contact-section,.contact-layout{max-width:100%;min-width:0} .container{width:100%;margin-inline:auto} .contact-layout{width:100%;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)} .contact-layout>*{min-width:0;max-width:100%} .contact-link{overflow-wrap:anywhere;word-break:break-word} @media(max-width:900px){.contact-layout{grid-template-columns:1fr!important}.nav{width:100%}.nav>nav{inset-inline:0!important;width:100%!important;max-width:100%!important}.container{padding-inline:16px}} @media(max-width:600px){.contact-layout{grid-template-columns:1fr!important}.contact-layout .panel{width:100%;max-width:100%}.sales-panel,.quote-panel{overflow:hidden}.formgrid{min-width:0}}


/* V17 final responsive layer: logical sizing, no viewport drift, safe RTL */
html,body{width:100%;max-width:100%;min-width:0;overflow-x:hidden!important}
body{overflow-wrap:anywhere}
*,*::before,*::after{max-width:100%}
.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(14px,3vw,40px)}
.nav{width:100%;max-width:100%;min-width:0;display:flex;align-items:center}
.brand{min-width:0;max-width:42%}.brand span{min-width:0;overflow-wrap:anywhere}
.nav>nav{min-width:0;max-width:100%}
.contact-section,.contact-section>.container,.contact-layout{width:100%;max-width:100%;min-width:0}
.contact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(16px,3vw,40px)}
.contact-layout>.panel{min-width:0;width:100%;max-width:100%;overflow:hidden}
.formgrid,.professional-form,.field{min-width:0;max-width:100%}
.field input,.field select,.field textarea{display:block;min-width:0;width:100%;max-width:100%;box-sizing:border-box}
.contact-link{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}
.sales-separator{max-width:100%;overflow:hidden}
@media(max-width:1100px){.nav{gap:14px}.brand{max-width:38%}.contact-layout{gap:20px}}
@media(max-width:900px){
  .container{padding-inline:16px}
  .nav{position:relative;gap:10px}
  .brand{max-width:calc(100% - 52px);flex:1 1 auto}
  .brand span{font-size:clamp(12px,3.5vw,16px)}
  .nav>nav{width:100%;max-width:100%;inset-inline:0!important;overflow:hidden}
  .contact-layout{grid-template-columns:minmax(0,1fr)!important}
  .contact-layout>.panel{width:100%;max-width:100%}
  .formgrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:600px){
  .container{padding-inline:14px}
  .topin{width:100%;min-width:0}
  .toplinks{min-width:0;max-width:100%}
  .contact-layout{grid-template-columns:minmax(0,1fr)!important}
  .formgrid,.professional-form{grid-template-columns:minmax(0,1fr)!important}
  .field.full{grid-column:auto}
  .panel{padding:18px}
  .sales-panel,.quote-panel{overflow:hidden}
  .contact-link{width:100%;font-size:14px}
}
@media(min-width:1800px){.container{max-width:1440px}}
@media(min-width:2400px){.container{max-width:1680px}}


/* V18 hero layout: complete logo on the left, never cropped, responsive on every screen. */
@media(max-width:900px){.hero{min-height:auto}.hero .container{padding-block:56px}.hero-inner{grid-template-columns:1fr;gap:28px}.hero-media{order:1}.hero-content{order:2;text-align:right}.hero-media img{width:min(72vw,390px);height:auto;min-height:0;max-height:430px}.hero h1{max-width:100%}}
@media(max-width:600px){.hero .container{padding-block:38px}.hero-inner{gap:22px}.hero-media img{width:min(78vw,330px);max-height:360px;border-radius:16px}.hero h1{font-size:clamp(31px,9.5vw,44px)}.hero h2{font-size:18px}.hero p{font-size:14px}.hero .actions{margin-top:20px}}
@media(prefers-reduced-motion:reduce){.hero-media img{animation:none}}


/* V20 hero visual: large, complete, premium, responsive */
.hero-media{align-self:stretch;min-height:560px;display:flex;align-items:center;justify-content:center;padding:12px 0}
.hero-media-frame{width:min(100%,560px);height:min(620px,72vh);min-height:440px;display:grid;place-items:center;position:relative;border-radius:30px;background:radial-gradient(circle at 50% 45%,rgba(201,152,63,.10),transparent 58%);}
.hero-media-frame::before{content:"";position:absolute;inset:8%;border:1px solid rgba(229,188,107,.12);border-radius:28px;box-shadow:inset 0 0 80px rgba(201,152,63,.04),0 30px 80px rgba(0,0,0,.22);pointer-events:none}
.hero-media-frame::after{content:"";position:absolute;width:62%;height:62%;border-radius:50%;background:rgba(58,167,216,.06);filter:blur(45px);animation:heroGlow 8s ease-in-out infinite alternate;pointer-events:none}
.hero-media-frame img{position:relative;z-index:1;width:min(100%,540px);height:min(620px,72vh);min-height:420px;object-fit:contain;object-position:center;filter:drop-shadow(0 32px 55px rgba(0,0,0,.58));animation:heroLogoFloat 6s ease-in-out infinite;will-change:transform}
@keyframes heroGlow{from{transform:scale(.86);opacity:.45}to{transform:scale(1.08);opacity:.9}}
@media(max-width:1100px){.hero-media-frame{width:min(100%,500px);height:560px}.hero-media-frame img{height:560px}}
@media(max-width:900px){.hero-media{min-height:0;padding:0}.hero-media-frame{width:min(88vw,440px);height:auto;min-height:0;aspect-ratio:1/1.08}.hero-media-frame img{width:min(88vw,430px);height:auto;min-height:0;max-height:500px}.hero-media-frame::before{inset:4%}}
@media(max-width:600px){.hero-media-frame{width:min(92vw,360px);aspect-ratio:1/1}.hero-media-frame img{width:min(92vw,350px);max-height:410px}.hero-media-frame::after{filter:blur(30px)}}
@media(prefers-reduced-motion:reduce){.hero-media-frame::after,.hero-media-frame img{animation:none!important}}
/* V21 hero presentation: larger, wider and fully visible without cropping. */
.hero{min-height:760px}.hero-inner{grid-template-columns:minmax(480px,.98fr) minmax(0,1.02fr);gap:clamp(30px,4vw,70px);max-width:1500px}.hero-media{min-height:680px}.hero-media-frame{width:min(100%,680px);height:min(700px,78vh);min-height:540px}.hero-media-frame img{width:min(100%,650px);height:min(700px,78vh);min-height:500px}.hero-content{padding-inline-end:10px}.hero h1{font-size:clamp(46px,5.2vw,82px);max-width:820px}.hero h2{font-size:26px}.hero p{font-size:18px;line-height:1.9}
@media(max-width:1100px){.hero{min-height:700px}.hero-inner{grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr)}.hero-media{min-height:610px}.hero-media-frame{height:640px;min-height:500px}.hero-media-frame img{height:640px;min-height:480px}.hero h1{font-size:clamp(42px,6vw,66px)}}
@media(max-width:900px){.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;gap:28px}.hero-media{min-height:0}.hero-media-frame{width:min(94vw,520px);height:auto;min-height:0;aspect-ratio:1/1.02}.hero-media-frame img{width:min(92vw,500px);height:auto;min-height:0;max-height:560px}.hero-content{padding:0}.hero h1{font-size:clamp(38px,9vw,58px)}}
@media(max-width:600px){.hero .container{padding-block:32px}.hero-media-frame{width:min(94vw,390px);aspect-ratio:1/1}.hero-media-frame img{width:min(92vw,380px);max-height:440px}.hero h1{font-size:clamp(32px,10vw,46px)}.hero p{font-size:15px}}

/* V22 HERO FINAL VISUAL TUNING: larger artwork, sharper presence, readable copy */
.hero{min-height:820px}
.hero-inner{grid-template-columns:minmax(560px,1.12fr) minmax(0,.88fr);gap:clamp(24px,3.2vw,56px);max-width:1540px}
.hero-media{min-height:750px;align-items:center}
.hero-media-frame{width:min(100%,760px);height:min(760px,82vh);min-height:620px}
.hero-media-frame img{width:min(100%,735px);height:min(760px,82vh);min-height:580px}
.hero-content{padding-inline-end:0}
.hero h1{font-size:clamp(44px,5vw,78px);max-width:760px;line-height:1.08}
.hero h2{font-size:25px}
.hero p{max-width:720px;font-size:17px;line-height:1.9}
@media(max-width:1200px){.hero{min-height:760px}.hero-inner{grid-template-columns:minmax(500px,1.05fr) minmax(0,.95fr);gap:28px}.hero-media{min-height:680px}.hero-media-frame{height:690px;min-height:560px}.hero-media-frame img{height:690px;min-height:520px}.hero h1{font-size:clamp(42px,5.4vw,68px)}}
@media(max-width:900px){.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;gap:24px}.hero-media{min-height:0}.hero-media-frame{width:min(96vw,560px);height:auto;min-height:0;aspect-ratio:1/1.03}.hero-media-frame img{width:min(94vw,540px);height:auto;min-height:0;max-height:590px}.hero-content{padding-inline:0}.hero h1{font-size:clamp(38px,9vw,58px)}.hero p{font-size:16px}}
@media(max-width:600px){.hero .container{padding-block:28px}.hero-media-frame{width:min(96vw,410px);aspect-ratio:1/1}.hero-media-frame img{width:min(94vw,400px);max-height:455px}.hero h1{font-size:clamp(32px,10vw,46px)}.hero h2{font-size:19px}.hero p{font-size:14px;line-height:1.85}}

/* HERO FULL-BACKGROUND IMAGE */
.hero-full{position:relative;min-height:720px;overflow:hidden;background-color:#030b12;background-image:linear-gradient(90deg,rgba(2,9,14,.12) 0%,rgba(2,9,14,.28) 38%,rgba(2,9,14,.90) 76%,rgba(2,9,14,.97) 100%),var(--hero-image);background-size:cover;background-position:left center;background-repeat:no-repeat;}
.hero-full::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(2,9,14,.08),rgba(2,9,14,.18));}
.hero-full .hero-inner{position:relative;z-index:1;display:flex;justify-content:flex-end;align-items:center;direction:rtl;min-height:720px;}
.hero-full .hero-content{width:min(720px,54%);min-width:0;direction:rtl;text-align:right;padding-block:70px;}
.hero-full .hero-media{display:none;}
.hero-full h1{font-size:clamp(40px,5.4vw,76px);line-height:1.1;text-shadow:0 5px 25px rgba(0,0,0,.65);}
.hero-full p{color:#e0e6ea;text-shadow:0 2px 12px rgba(0,0,0,.55);}
@media(max-width:900px){.hero-full{min-height:720px;background-position:center top;background-size:auto 100%;background-color:#030b12;background-image:linear-gradient(180deg,rgba(2,9,14,.12) 0%,rgba(2,9,14,.35) 42%,rgba(2,9,14,.94) 78%,#030b12 100%),var(--hero-image);}
.hero-full .hero-inner{min-height:720px;align-items:flex-end;justify-content:center;}
.hero-full .hero-content{width:100%;max-width:760px;text-align:center;padding:70px 0 42px;}
.hero-full h1{font-size:clamp(34px,8vw,52px);}
.hero-full p{margin-inline:auto;}
.hero-full .actions{justify-content:center;}
}
@media(max-width:600px){.hero-full{min-height:760px;background-size:auto 58%;background-position:center top;background-image:linear-gradient(180deg,rgba(2,9,14,.05) 0%,rgba(2,9,14,.12) 25%,rgba(2,9,14,.82) 55%,#030b12 74%),var(--hero-image);}
.hero-full .hero-inner{min-height:760px;}
.hero-full .hero-content{padding:24px 0 34px;}
.hero-full h1{font-size:clamp(31px,9.5vw,44px);}
.hero-full h2{font-size:18px;}
.hero-full p{font-size:14px;line-height:1.8;}
}
@media(prefers-reduced-motion:reduce){.hero-full{animation:none;}}

/* FINAL HERO FIX — v23
   Arabic: complete artwork on the left + content on the right.
   English: complete artwork on the right + content on the left.
   The source artwork is portrait, so `contain`-style sizing is used instead of cover
   to prevent the built-in logo/text/details from being cropped.
*/
.hero-full{
  min-height:820px;
  background-color:#030b12;
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:left center;
  background-image:linear-gradient(90deg,rgba(2,9,14,.02) 0%,rgba(2,9,14,.03) 42%,rgba(2,9,14,.34) 58%,rgba(2,9,14,.90) 82%,rgba(2,9,14,.98) 100%),var(--hero-image);
}
html[dir="rtl"] .hero-full .hero-inner{
  direction:rtl;
  justify-content:flex-end;
}
html[dir="rtl"] .hero-full .hero-content{
  direction:rtl;
  text-align:right;
  width:min(47%,620px);
  padding-block:70px;
}
html[dir="ltr"] body{direction:ltr}
html[dir="ltr"] .hero-full{
  background-position:right center;
  background-image:linear-gradient(270deg,rgba(2,9,14,.02) 0%,rgba(2,9,14,.03) 42%,rgba(2,9,14,.34) 58%,rgba(2,9,14,.90) 82%,rgba(2,9,14,.98) 100%),var(--hero-image);
}
html[dir="ltr"] .hero-full .hero-inner{direction:ltr;justify-content:flex-start}
html[dir="ltr"] .hero-full .hero-content{direction:ltr;text-align:left;width:min(47%,620px);padding-block:70px}
.hero-full h1{max-width:100%;text-wrap:balance}
.hero-full p{max-width:100%}

@media (max-width:1200px) and (min-width:901px){
  .hero-full{min-height:760px;background-size:auto 100%}
  html[dir="rtl"] .hero-full .hero-content,
  html[dir="ltr"] .hero-full .hero-content{width:48%;padding-block:56px}
  .hero-full h1{font-size:clamp(38px,5vw,62px)}
  .hero-full h2{font-size:22px}
  .hero-full p{font-size:15px;line-height:1.8}
}

@media (max-width:900px){
  .hero-full{
    min-height:0;
    background-size:100% auto;
    background-position:center top;
    background-image:linear-gradient(180deg,rgba(2,9,14,0) 0%,rgba(2,9,14,.02) 52%,rgba(2,9,14,.76) 72%,#030b12 100%),var(--hero-image);
  }
  .hero-full .hero-inner,
  html[dir="rtl"] .hero-full .hero-inner,
  html[dir="ltr"] .hero-full .hero-inner{
    min-height:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-end;
    padding-top:126.75vw;
    gap:0;
  }
  .hero-full .hero-content,
  html[dir="rtl"] .hero-full .hero-content,
  html[dir="ltr"] .hero-full .hero-content{
    width:100%;
    max-width:760px;
    padding:38px 0 48px;
    margin-inline:auto;
    text-align:center;
  }
  .hero-full h1{font-size:clamp(34px,8vw,56px);line-height:1.12}
  .hero-full h2{font-size:21px}
  .hero-full p{font-size:15px;line-height:1.85;margin-inline:auto}
  .hero-full .actions{justify-content:center}
}

@media (max-width:600px){
  .hero-full .hero-inner,
  html[dir="rtl"] .hero-full .hero-inner,
  html[dir="ltr"] .hero-full .hero-inner{padding-top:126.75vw}
  .hero-full .hero-content,
  html[dir="rtl"] .hero-full .hero-content,
  html[dir="ltr"] .hero-full .hero-content{padding:28px 0 34px}
  .hero-full h1{font-size:clamp(30px,9.5vw,44px)}
  .hero-full h2{font-size:18px}
  .hero-full p{font-size:14px;line-height:1.85}
}

/* V24 HERO ROOT FIX: full-bleed artwork + stable RTL/LTR content */
.hero-full{position:relative!important;isolation:isolate;width:100%!important;max-width:none!important;min-height:clamp(620px,78vh,900px)!important;overflow:hidden!important;background-color:#030b12!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;background-attachment:scroll!important}
.hero-full::before{content:"";position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(2,9,14,.08) 0%,rgba(2,9,14,.12) 42%,rgba(2,9,14,.38) 58%,rgba(2,9,14,.76) 76%,rgba(2,9,14,.90) 100%)}
.hero-full .hero-inner{position:relative!important;z-index:2!important;width:min(1540px,100%)!important;min-height:inherit!important;margin-inline:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;direction:rtl!important;box-sizing:border-box!important}
.hero-full .hero-content{width:min(620px,48%)!important;max-width:620px!important;min-width:0!important;margin-inline:0!important;padding:60px 0!important;direction:rtl!important;text-align:right!important;box-sizing:border-box!important}
html[dir="ltr"] .hero-full::before{background:linear-gradient(270deg,rgba(2,9,14,.08) 0%,rgba(2,9,14,.12) 42%,rgba(2,9,14,.38) 58%,rgba(2,9,14,.76) 76%,rgba(2,9,14,.90) 100%)}
html[dir="ltr"] .hero-full .hero-inner{direction:ltr!important;justify-content:flex-start!important}
html[dir="ltr"] .hero-full .hero-content{direction:ltr!important;text-align:left!important}
.hero-full h1,.hero-full h2,.hero-full p,.hero-full .kicker{position:relative;z-index:1}.hero-full h1{max-width:100%!important;text-align:inherit!important;text-wrap:balance}.hero-full p{max-width:100%!important;text-align:inherit!important}
@media(max-width:1200px) and (min-width:901px){.hero-full .hero-content{width:min(560px,48%)!important;padding-block:48px!important}.hero-full h1{font-size:clamp(38px,5vw,62px)!important}}
@media(max-width:900px){.hero-full{min-height:clamp(650px,100svh,900px)!important;background-size:cover!important;background-position:center center!important}.hero-full::before{background:linear-gradient(180deg,rgba(2,9,14,.10) 0%,rgba(2,9,14,.18) 42%,rgba(2,9,14,.72) 70%,rgba(2,9,14,.94) 100%)!important}.hero-full .hero-inner,html[dir="rtl"] .hero-full .hero-inner,html[dir="ltr"] .hero-full .hero-inner{min-height:inherit!important;width:100%!important;padding:0 16px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:stretch!important;box-sizing:border-box!important}.hero-full .hero-content,html[dir="rtl"] .hero-full .hero-content,html[dir="ltr"] .hero-full .hero-content{width:100%!important;max-width:760px!important;margin-inline:auto!important;padding:34px 0 34px!important;text-align:center!important}.hero-full h1{font-size:clamp(34px,8vw,56px)!important;line-height:1.12!important}.hero-full p{font-size:15px!important;line-height:1.85!important;margin-inline:auto!important}.hero-full .actions{justify-content:center!important}}
@media(max-width:600px){.hero-full{min-height:clamp(680px,100svh,820px)!important;background-position:center center!important}.hero-full .hero-inner,html[dir="rtl"] .hero-full .hero-inner,html[dir="ltr"] .hero-full .hero-inner{padding-inline:14px!important}.hero-full .hero-content,html[dir="rtl"] .hero-full .hero-content,html[dir="ltr"] .hero-full .hero-content{padding:24px 0 28px!important}.hero-full h1{font-size:clamp(30px,9.5vw,44px)!important}.hero-full h2{font-size:18px!important}.hero-full p{font-size:14px!important;line-height:1.8!important}}

/* V25 FINAL HERO POSITION FIX — Arabic content stays on the right */
.hero-full .hero-inner{
  direction:ltr !important;
  justify-content:flex-end !important;
  align-items:center !important;
  width:100% !important;
  max-width:1540px !important;
  margin-inline:auto !important;
}
.hero-full .hero-content{
  direction:rtl !important;
  text-align:right !important;
  margin-left:auto !important;
  margin-right:0 !important;
  width:min(620px,48%) !important;
  max-width:620px !important;
}
html[dir="ltr"] .hero-full .hero-inner{
  direction:ltr !important;
  justify-content:flex-end !important;
}
html[dir="ltr"] .hero-full .hero-content{
  direction:ltr !important;
  text-align:left !important;
  margin-left:auto !important;
  margin-right:0 !important;
}
@media(max-width:900px){
  .hero-full .hero-inner{
    direction:ltr !important;
    justify-content:flex-end !important;
    align-items:stretch !important;
  }
  .hero-full .hero-content,
  html[dir="ltr"] .hero-full .hero-content{
    width:100% !important;
    max-width:760px !important;
    margin-inline:auto !important;
    text-align:center !important;
    padding:34px 0 34px !important;
  }
}

/* V26 — HERO TYPOGRAPHY SCALE
   Keep the existing layout/positioning; only increase readability of the hero copy.
*/
.hero-full .hero-content .kicker{font-size:14px;line-height:1.5}
.hero-full h1{font-size:clamp(48px,6vw,88px);line-height:1.08}
.hero-full h2{font-size:29px;line-height:1.45}
.hero-full p{font-size:19px;line-height:1.95}
.hero-full .actions .btn{font-size:16px;padding:13px 21px}

@media (max-width:1200px) and (min-width:901px){
  .hero-full h1{font-size:clamp(44px,5.5vw,72px)}
  .hero-full h2{font-size:25px}
  .hero-full p{font-size:17px}
}

@media (max-width:900px){
  .hero-full h1{font-size:clamp(40px,9vw,62px)}
  .hero-full h2{font-size:23px}
  .hero-full p{font-size:17px;line-height:1.9}
  .hero-full .actions .btn{font-size:15px}
}

@media (max-width:600px){
  .hero-full h1{font-size:clamp(35px,10.5vw,50px)}
  .hero-full h2{font-size:20px}
  .hero-full p{font-size:15px;line-height:1.85}
  .hero-full .actions .btn{font-size:14px;padding:12px 17px}
}

/* v28 — content management and lead details */
.leadership-panel{height:100%}.leader-card{padding:16px 0;border-bottom:1px solid var(--line);display:grid;gap:5px}.leader-card:last-child{border-bottom:0}.leader-card span{color:var(--gold2);font-size:12px;font-weight:800}.leader-card strong{font-size:17px}.content-management-block{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.contacts-admin-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lead-details{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted)}.lead-details small{line-height:1.8}.lead-details .table-action{white-space:nowrap}@media(max-width:900px){.contacts-admin-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.contacts-admin-grid{grid-template-columns:1fr}.lead-details{display:grid}.lead-details .table-action{white-space:normal}}
