:root{--ink:#10203d;--muted:#647089;--blue:#1d4f9f;--blue2:#376dc4;--gold:#eba74a;--paper:#f5f7fb;--line:#dce3ee;--white:#fff;--dark:#0a1730;--radius:26px;--shadow:0 18px 50px rgba(15,34,69,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,"Noto Sans",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:28px;min-height:92px;padding:14px max(3vw,28px);background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand img{width:230px;height:auto}.nav{display:flex;justify-content:center;gap:23px;align-items:center}.nav a{font-size:14px;font-weight:760;color:#42516a;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--blue)}.languages{display:flex;gap:7px}.languages a{padding:7px 10px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:700}.languages a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.menu-button{display:none;border:0;background:var(--ink);color:#fff;border-radius:10px;padding:10px 12px}main{overflow:hidden}.hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:stretch;background:var(--dark);color:#fff}.hero-copy{padding:90px max(4vw,48px);align-self:center}.eyebrow{margin:0 0 16px;color:var(--gold);font-size:13px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.hero h1,.page-hero h1{font-size:clamp(44px,5.4vw,78px);line-height:1.03;letter-spacing:-.045em;margin:0 0 24px}.hero p{max-width:720px;color:#cbd5e7;font-size:18px}.hero-media{position:relative;min-height:520px}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--dark),transparent 35%)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--gold);color:#17233b;font-weight:850}.button.secondary{background:transparent;color:#fff;border:1px solid #6f7e99}.section{padding:84px max(4vw,48px)}.section.white{background:#fff}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-head h2,.contact-panel h2{font-size:clamp(30px,3.5vw,50px);line-height:1.12;letter-spacing:-.035em;margin:0}.section-head p{max-width:670px;margin:8px 0 0;color:var(--muted)}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.scene-card{position:relative;min-height:420px;border-radius:var(--radius);overflow:hidden;background:var(--dark);box-shadow:var(--shadow)}.scene-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.scene-card:hover img{transform:scale(1.035)}.scene-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(4,12,27,.95))}.scene-card-content{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;color:#fff}.scene-card h3{font-size:26px;line-height:1.13;margin:5px 0 8px}.scene-card p{margin:0;color:#ccd6e6;font-size:14px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.stats article{padding:34px;background:#fff;text-align:center}.stats strong{display:block;font-size:40px;color:var(--blue)}.stats span{color:var(--muted)}.page-hero{padding:90px max(4vw,48px);background:linear-gradient(135deg,#eaf0fa,#fff);border-bottom:1px solid var(--line)}.page-hero h1{max-width:950px;font-size:clamp(40px,5vw,68px)}.page-hero>p:last-child{max-width:820px;color:var(--muted);font-size:18px}.project-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:570px}.project-feature.reverse{grid-template-columns:.95fr 1.05fr}.project-feature.reverse .project-photo{order:2}.project-photo img{width:100%;height:100%;object-fit:cover}.project-copy{display:flex;flex-direction:column;justify-content:center;padding:64px max(4vw,58px);background:#fff}.project-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:0 0 20px}.project-copy p{color:var(--muted)}.project-points{display:grid;gap:10px;margin-top:22px}.project-points span{padding:12px 15px;background:#edf2fa;border-left:3px solid var(--gold);border-radius:0 12px 12px 0;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery figcaption{padding:17px 19px;font-weight:800}.project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-list article{padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px}.project-list h3{margin:0 0 9px}.project-list p{margin:0;color:var(--muted)}.contact-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;padding:72px max(4vw,48px);background:#153f8d;color:#fff}.contact-panel p{color:#d7e1f2}.contact-panel form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact-panel input,.contact-panel select,.contact-panel textarea{width:100%;padding:14px 15px;border:1px solid rgba(255,255,255,.26);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;outline:none}.contact-panel input::placeholder,.contact-panel textarea::placeholder{color:#d9e0ec}.contact-panel select option{color:#111}.contact-panel textarea,.contact-panel button,.form-status{grid-column:1/-1}.contact-panel button{border:0;border-radius:999px;padding:14px;background:var(--gold);font-weight:850;color:#15203a;cursor:pointer}.hp-field{position:absolute!important;left:-9999px!important}.form-status{min-height:25px;margin:0!important}.footer{display:grid;grid-template-columns:1fr auto;gap:54px;padding:58px max(4vw,48px);background:#07152b;color:#fff}.footer-brand img{width:210px;filter:brightness(0) invert(1)}.footer-brand>p{max-width:630px;color:#aebbd1}.company{font-weight:800!important;color:#fff!important}.contact-lines{margin-top:24px}.contact-lines p{margin:5px 0;color:#d8e0ed;white-space:nowrap}.qr-row{display:flex;gap:18px;align-items:center;align-self:center}.qr-row figure{margin:0;width:190px;height:190px;padding:9px;background:#fff;border-radius:18px;overflow:hidden}.qr-row img{width:100%;height:100%;object-fit:contain}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid #243550;color:#8090aa;font-size:13px}.footer-links{display:flex;gap:18px}.rtl{direction:rtl}.rtl .project-points span{border-left:0;border-right:3px solid var(--gold);border-radius:12px 0 0 12px}.rtl .hero-media:after{background:linear-gradient(270deg,var(--dark),transparent 35%)}
@media(max-width:1100px){.site-header{grid-template-columns:220px auto auto}.brand img{width:190px}.nav{position:absolute;top:100%;left:0;right:0;display:none;flex-wrap:wrap;justify-content:flex-start;padding:20px 4vw;background:#fff;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-button{display:block;justify-self:end}.languages{justify-self:end}.scene-grid,.project-list{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-media{min-height:420px}.hero-media:after{background:linear-gradient(180deg,var(--dark),transparent 30%)}.contact-panel{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.qr-row{justify-content:flex-start}.project-feature,.project-feature.reverse{grid-template-columns:1fr}.project-feature.reverse .project-photo{order:0}.project-photo{min-height:430px}}
@media(max-width:700px){.site-header{grid-template-columns:1fr auto}.languages{grid-column:1/-1;overflow:auto;justify-self:stretch}.site-header{gap:10px;min-height:auto}.brand img{width:160px}.hero-copy,.section,.page-hero,.contact-panel,.footer{padding-left:22px;padding-right:22px}.hero h1,.page-hero h1{font-size:42px}.scene-grid,.project-list,.gallery{grid-template-columns:1fr}.scene-card{min-height:360px}.stats{grid-template-columns:1fr 1fr}.project-copy{padding:42px 22px}.contact-panel form{grid-template-columns:1fr}.contact-panel form>*{grid-column:1}.qr-row{gap:10px}.qr-row figure{width:min(42vw,180px);height:min(42vw,180px)}.footer-bottom{flex-direction:column}.footer-links{flex-wrap:wrap}.contact-lines p{white-space:normal}.section-head{display:block}}
.languages{display:grid;grid-template-columns:repeat(3,max-content);gap:7px;justify-content:end}.languages a{text-align:center}
@media(max-width:700px){.languages{grid-template-columns:repeat(3,1fr);overflow:visible}}
@media(min-width:1101px){.site-header{grid-template-columns:210px minmax(350px,1fr) 180px;gap:12px;padding-left:20px;padding-right:20px}.brand img{width:180px}.nav{gap:16px}.languages{grid-template-columns:repeat(3,56px);gap:6px}.languages a{padding:6px 2px;font-size:9.5px}}
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:132px;height:auto;flex:none}.brand span,.footer-logo span{display:flex;flex-direction:column;line-height:1.15}.brand strong,.footer-logo strong{font-size:19px;letter-spacing:.08em;white-space:nowrap}.brand em,.footer-logo em{margin-top:7px;font-size:13px;font-style:normal;font-weight:700;color:#5c6a81;white-space:nowrap}.scene-nav{display:grid;grid-template-columns:repeat(3,max-content);justify-content:center;gap:8px 20px}.scene-nav a{font-size:12px}.header-tools{display:flex;align-items:center;gap:10px;justify-content:flex-end}.contact-shortcut{padding:9px 12px;border-radius:999px;background:var(--gold);font-size:11px;font-weight:850;white-space:nowrap}.footer-logo{display:flex;align-items:center;gap:14px;width:max-content;padding:11px 14px;background:#fff;border-radius:14px;color:var(--ink)}.footer-logo img{width:140px;height:auto}.footer-logo em{font-size:14px}.footer-brand>img{filter:none}
@media(min-width:1101px){.site-header{grid-template-columns:292px minmax(430px,1fr) auto;min-height:104px}.brand img{width:132px}.nav{gap:8px 20px}.languages{grid-template-columns:repeat(3,56px)}}
@media(min-width:1101px){.brand em{font-size:14px}}
@media(min-width:1101px) and (max-width:1300px){.header-tools{transform:translateX(-44px)}}
@media(max-width:1100px){.site-header{grid-template-columns:270px auto 1fr}.brand img{width:120px}.brand strong{font-size:17px}.brand em{font-size:11px}.header-tools{justify-self:end}.scene-nav{display:none;grid-template-columns:repeat(2,1fr);gap:10px}.scene-nav.open{display:grid}}
@media(max-width:700px){.site-header{grid-template-columns:1fr auto}.brand img{width:105px}.brand strong{font-size:16px}.brand em{max-width:170px;font-size:10px;white-space:normal}.header-tools{grid-column:1/-1;width:100%;justify-content:space-between}.contact-shortcut{font-size:10px}.footer-logo{max-width:100%}.footer-logo img{width:110px}.footer-logo strong{font-size:17px}.footer-logo em{white-space:normal}}
body{font-size:16.5px}.section{padding-top:64px;padding-bottom:64px}.hero{min-height:630px}.hero-copy{padding-top:68px;padding-bottom:68px}.scene-grid{gap:14px}.scene-card{min-height:370px}.scene-card-content{left:22px;right:22px;bottom:20px}.scene-card h3{font-size:25px}.scene-card p{font-size:15px}.section-head{margin-bottom:26px}.section-head p,.page-hero>p:last-child,.project-copy p{font-size:17px}.page-hero{padding-top:70px;padding-bottom:70px}.project-feature{min-height:510px}.project-copy{padding-top:48px;padding-bottom:48px}.gallery{gap:14px}.gallery figure{border-radius:16px;box-shadow:0 12px 34px rgba(15,34,69,.1)}.gallery img{aspect-ratio:16/10}.gallery figcaption{padding:14px 16px;font-size:16px}.project-list{gap:14px}.project-list article{padding:24px}.contact-panel{padding-top:58px;padding-bottom:58px}.footer{padding-top:48px;padding-bottom:40px}.brand strong{font-size:21px}.brand em{font-size:15px}.scene-nav a{font-size:13px}.languages a{font-size:11px}.scene-gallery{padding-top:58px}
@media(min-width:1101px){.languages a{font-size:10.5px}.brand em{font-size:15px}}
@media(max-width:700px){body{font-size:16px}.section{padding-top:48px;padding-bottom:48px}.hero{min-height:auto}.hero-copy{padding-top:54px;padding-bottom:54px}.scene-card{min-height:340px}.brand em{font-size:11px}.gallery{gap:12px}}

.footer-logo img{filter:none}
.qr-row figure{width:190px;height:190px;padding:0;background:transparent;border-radius:0;overflow:visible}
.qr-row img{border-radius:0}
@media(max-width:700px){.qr-row figure{width:min(42vw,180px);height:min(42vw,180px)}}
