:root{--bg: #f3f6fa;--surface: #ffffff;--surface-muted: #eaf0f6;--surface-dark: #0d2238;--primary: #12385f;--primary-strong: #0d2b48;--accent: #2d79b8;--accent-soft: rgba(45, 121, 184, .12);--text: #16283b;--text-soft: #56677a;--line: rgba(22, 40, 59, .12);--shadow: 0 20px 50px rgba(12, 31, 52, .1);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:linear-gradient(180deg,#f8fafc 0%,var(--bg) 100%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;background:#f8fafcf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(22,40,59,.08)}.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:2.5rem;padding:.9rem 0}.brand-link{display:inline-flex;align-items:center;flex:0 0 auto}.brand-logo{width:200px;object-fit:contain}.main-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.language-switcher{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem}.lang-button{border:1px solid rgba(18,56,95,.18);background:#fffc;color:var(--primary);border-radius:999px;padding:.45rem .7rem;font-weight:700;cursor:pointer}.lang-button.active{background:linear-gradient(135deg,var(--primary),#1c5a90);color:#fff}.nav-link{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;border-radius:999px;font-size:.95rem;font-weight:600;color:var(--text-soft);transition:background .2s ease,color .2s ease}.nav-link:hover,.nav-link.active{background:var(--accent-soft);color:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.95rem 1.35rem;border:1px solid transparent;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,var(--primary),#1c5a90);color:#fff;box-shadow:0 14px 30px #12385f38}.button-secondary{background:#fffc;border-color:#12385f2e;color:var(--primary)}.page-hero{position:relative;overflow:hidden;padding:5.5rem 0 4.5rem;color:#fff;background:linear-gradient(120deg,#0b1f33f0,#13385be0),url(/assets/hero-background.jpg) center/cover no-repeat}.page-hero:after{content:"";position:absolute;right:-6rem;bottom:-10rem;width:28rem;height:28rem;border-radius:50%;background:radial-gradient(circle,#2d79b84d,#2d79b800)}.page-hero-compact{padding:4.25rem 0 3rem}.hero-grid,.page-hero-inner{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:stretch}.hero-copy-strong{padding-right:1rem}.page-hero-copy h1{margin:0 0 1.25rem;max-width:12ch;font-size:clamp(2.5rem,4.2vw,4.4rem);line-height:1.04;letter-spacing:-.03em}.page-hero-copy p{margin:0;max-width:64ch;color:#ffffffd6;font-size:1.08rem;line-height:1.8}.company-tagline-line{margin-bottom:1.1rem!important;font-size:1.2rem!important;font-weight:600;letter-spacing:.01em}.hero-tagline-line{margin-top:.1rem!important;margin-bottom:1rem!important;color:#ffffffeb!important}.company-tagline-strong{color:#fff;font-weight:800;text-shadow:0 0 18px rgba(255,255,255,.18)}.single-column-hero{display:block}.narrow-copy h1{max-width:15ch}.eyebrow{display:inline-block;margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:#ffffffb8}.section .eyebrow,.section-muted .eyebrow,.card .eyebrow,.visual-card .eyebrow,.cta-banner .eyebrow,.site-footer .eyebrow{color:var(--accent)}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.cta-actions-end{justify-content:flex-end}.hero-panel-card{padding:1.8rem;border-radius:var(--radius-lg);background:#ffffff1a;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px #04101e3d}.hero-panel-card-strong{display:flex;flex-direction:column;justify-content:center}.panel-label{margin:0 0 1rem;color:#ffffffb8;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.stats-grid{display:grid;gap:.9rem}.stats-grid-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{min-height:120px;padding:1rem;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.stat-card strong{display:block;margin-bottom:.45rem;font-size:1rem}.stat-card span{display:block;color:#ffffffd1;line-height:1.5;font-size:.92rem}.stat-link-highlight{display:inline-flex;margin-top:.85rem;padding:.45rem .75rem;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:700;letter-spacing:.01em}.stat-link-highlight:hover{background:#ffffff3d}.inline-highlight-link{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;background:#2d79b81f;border:1px solid rgba(45,121,184,.22);color:var(--primary);font-weight:700}.inline-highlight-link:hover{background:#2d79b833}.section{padding:5rem 0}.section-muted{background:linear-gradient(180deg,#2d79b80d,#2d79b800)}.section-dark{background:linear-gradient(180deg,#0c243c,#12385f);color:#fff}.section-dark h2,.section-dark h3,.section-dark p{color:inherit}.section-intro{max-width:780px;margin-bottom:2rem}.section-intro h2{margin:0 0 1rem;font-size:clamp(1.95rem,2.7vw,3rem);line-height:1.12;letter-spacing:-.03em}.section-intro p{margin:0;color:var(--text-soft);line-height:1.75}.section-dark .section-intro p{color:#ffffffc2}.grid{display:grid;gap:1.35rem}.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tight-grid{gap:1rem}.project-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}.split-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:2rem;align-items:start}.card,.project-card,.visual-card,.cta-banner,.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card{padding:1.6rem}.card h3,.project-card h3,.faq-item h3,.legal-card h2{margin:0 0 .75rem;font-size:1.22rem}.card p,.project-card p,.faq-item p,.legal-card p{margin:0;color:var(--text-soft);line-height:1.75}.compact-card{padding:1.3rem}.emphasis-card{background:linear-gradient(180deg,#fff,#f7fbff)}.service-card{display:flex;flex-direction:column;gap:1rem}.check-list{margin:0;padding-left:1.1rem;color:var(--text-soft)}.check-list li{margin-bottom:.55rem;line-height:1.6}.project-card{overflow:hidden}.project-image-wrap{aspect-ratio:16 / 10;background:linear-gradient(135deg,#12385f14,#2d79b824)}.project-image{width:100%;height:100%;object-fit:cover}.project-body{padding:1.35rem}.badge{display:inline-flex;margin-bottom:.8rem;padding:.45rem .8rem;border-radius:999px;background:#12385f14;color:var(--primary);font-size:.84rem;font-weight:700}.card-dark{background:#ffffff14;border-color:#ffffff1f;box-shadow:none}.card-dark p{color:#ffffffc7}.visual-card{overflow:hidden}.visual-card-dark{background:linear-gradient(180deg,#102b47,#163d62);border-color:#ffffff14;color:#fff}.visual-card-caption{padding:1.6rem}.visual-card-caption p{color:inherit;line-height:1.75}.info-card,.consultation-card,.company-card{height:100%}.industry-list{display:grid;gap:1rem;margin-top:1.5rem}.industry-item{padding-top:1rem;border-top:1px solid rgba(255,255,255,.14)}.industry-item:first-child{padding-top:0;border-top:0}.industry-item h4{margin:0 0 .45rem;font-size:1rem}.industry-item p{margin:0;color:#ffffffc7}.cta-banner{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.2rem}.cta-banner h2{margin:0 0 .75rem;font-size:clamp(1.8rem,2.6vw,2.5rem);line-height:1.15}.cta-banner p{margin:0;max-width:66ch;color:var(--text-soft);line-height:1.75}.company-facts{display:grid;gap:.65rem;margin-top:1.2rem}.company-facts p{margin:0}.faq-list{display:grid;gap:1rem}.faq-item{padding:1.45rem 1.6rem}.contact-layout{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);gap:2rem;align-items:start}.contact-panel-stack{display:grid;gap:1rem}.contact-card{display:grid;gap:.65rem}.contact-form{padding:1.7rem}.contact-form-strong{background:linear-gradient(180deg,#fffffffa,#eaf0f6f2)}.form-heading{margin-bottom:1.2rem}.form-heading h2{margin:0 0 .75rem}.form-heading p{margin:0;color:var(--text-soft);line-height:1.7}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}label{display:grid;gap:.45rem;color:var(--text);font-weight:600}.full-span{grid-column:1 / -1}input,textarea{width:100%;border:1px solid rgba(22,40,59,.14);border-radius:14px;padding:.9rem 1rem;background:#fbfdff;color:var(--text)}input:focus,textarea:focus{outline:2px solid rgba(45,121,184,.2);border-color:#2d79b880}textarea{resize:vertical;min-height:160px}input::placeholder,textarea::placeholder{color:#7d8da0}.checkbox-row{grid-template-columns:auto 1fr;align-items:start;gap:.75rem;font-weight:500;color:var(--text-soft)}.checkbox-row input{width:18px;height:18px;margin-top:.2rem}.form-feedback{margin:1rem 0 0;color:var(--primary);font-weight:600}.legal-section{padding-top:3.25rem}.legal-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.legal-card{padding:1.5rem}.site-footer{padding:2.75rem 0;border-top:1px solid rgba(22,40,59,.08);background:#f8fafc}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr .9fr;gap:1.6rem}.site-footer h3{margin:0 0 .8rem;font-size:1rem}.site-footer p,.site-footer span,.site-footer a{color:var(--text-soft);line-height:1.8}.footer-links{display:grid}.footer-contact span{display:block}@media(max-width:1100px){.hero-grid,.split-layout,.contact-layout,.footer-grid,.cta-banner,.overview-grid,.project-grid-home{grid-template-columns:1fr}.header-inner{flex-direction:column;align-items:flex-start;gap:.8rem}.main-nav{width:100%}.cta-actions-end{justify-content:flex-start}}@media(max-width:860px){.three-grid,.two-grid,.form-grid,.legal-layout,.stats-grid-hero{grid-template-columns:1fr}.page-hero{padding-top:4.6rem}.button{width:100%}.hero-actions,.cta-actions{flex-direction:column}}@media(max-width:640px){.section{padding:4rem 0}.brand-logo{width:min(190px,100%)}.hero-panel-card,.card,.project-body,.contact-form,.legal-card,.faq-item,.cta-banner{padding:1.3rem}}
