:root{--brand-primary:#183a69;--brand-secondary:#234a82;--brand-accent:#e67e22;--brand-background:#fff;--brand-text:#1f2937;--color-primary:var(--brand-primary);--color-secondary:var(--brand-secondary);--color-accent:var(--brand-accent);--color-background:var(--brand-background);--color-surface:#f8f9fa;--color-text:var(--brand-text);--color-text-light:#6b7280;--color-border:#d1d5db;--color-success:#198754;--color-warning:#ffc107;--color-danger:#dc3545;--font-family:"Inter", "Segoe UI", Arial, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:3rem;--font-size-4xl:4rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-round:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 8px #0000001a;--shadow-lg:0 12px 24px #00000026;--hero-image:url(/assets/header-C2av1s3C.png)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{min-height:100vh;font-family:var(--font-family);font-size:var(--font-size-md);background:var(--color-white);color:var(--color-dark);line-height:1.6}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit}table{border-collapse:collapse}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#222;background:#fff;margin:0;padding:0;font-family:Segoe UI,Arial,sans-serif;line-height:1.6}.container{width:100%;max-width:1320px;margin:0 auto;padding-left:40px;padding-right:40px}section{padding:100px 0}img{max-width:100%;display:block}body{font-family:var(--font-family);color:var(--color-dark)}h1,h2,h3,h4,h5,h6{margin-bottom:var(--space-md);font-weight:700;line-height:1.2}h1{font-size:var(--font-size-xxl)}h2{font-size:var(--font-size-xl)}h3{font-size:1.6rem}p{margin-bottom:var(--space-md)}small{font-size:var(--font-size-sm)}.vds-header{z-index:1000;background:#fff;border-bottom:1px solid #e6e6e6;width:100%;position:sticky;top:0;box-shadow:0 2px 12px #0000000d}.vds-header__inner{justify-content:space-between;align-items:center;height:90px;display:flex}.vds-logo{align-items:center;text-decoration:none;display:flex}.vds-logo img{width:auto;height:52px;display:block}.vds-header__language{align-items:center;gap:12px;display:flex}.vds-header__language a{color:#17375e;font-size:13px;font-weight:600;text-decoration:none}.vds-header__language a:hover{color:#0d5cab}.vds-navigation{flex:1;justify-content:center;display:flex}.vds-navigation ul{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.vds-navigation li{position:relative}.vds-navigation a{color:#17375e;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.vds-navigation a:hover{color:#0d5cab}.vds-dropdown-menu{z-index:9999;background:#fff;border:1px solid #e5e5e5;border-radius:10px;min-width:240px;padding:10px 0;position:absolute;top:100%;left:0;box-shadow:0 15px 35px #00000026;display:none!important}.vds-dropdown-menu li{width:100%}.vds-dropdown-menu a{white-space:nowrap;padding:12px 20px}.vds-dropdown-menu a:hover{background:#f4f7fb}.vds-dropdown:hover>.vds-dropdown-menu{display:block!important}.vds-hero{color:#fff;background-image:linear-gradient(90deg, #0a1423e0 0%, #0a1423b8 35%, #0a142359 60%, #0a142326 100%), var(--hero-image);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:780px;display:flex;position:relative;overflow:hidden}.vds-hero__overlay{display:none}.vds-hero__inner{z-index:2;width:100%;position:relative}.vds-hero__content{max-width:640px}.vds-hero__title{color:#fff;margin:0 0 30px;font-size:72px;font-weight:700;line-height:1.05}.vds-hero__title span{display:block}.vds-hero__line{background:#d7b16d;width:90px;height:4px;margin-bottom:35px}.vds-hero__intro{color:#ffffffeb;margin:0 0 35px;font-size:24px;line-height:1.8}.vds-hero__statement{color:#fff;margin:0 0 45px;font-size:30px;font-weight:600}.vds-hero__actions{flex-wrap:wrap;gap:20px;display:flex}.vds-hero--subpage{min-height:460px}.vds-hero--subpage .vds-hero__content{max-width:820px}.vds-hero--subpage .vds-hero__title{font-size:58px}.vds-hero--subpage .vds-hero__intro{margin-bottom:0;font-size:22px}.vds-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-family);font-size:var(--font-size-md);border:none;font-weight:600;text-decoration:none;transition:background-color .25s,color .25s,border-color .25s,transform .15s,box-shadow .25s;display:inline-flex}.vds-btn-primary{background:var(--color-primary);color:#fff}.vds-btn-primary:hover{background:var(--color-secondary)}.vds-btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm)}.vds-btn-lg{padding:var(--space-4) var(--space-6);font-size:var(--font-size-lg)}.vds-btn:disabled{opacity:.6;cursor:not-allowed}.card-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;display:grid}.card-grid--stats{grid-template-columns:repeat(3,minmax(280px,1fr));gap:30px;width:100%;margin:50px auto 0;display:grid}.card-grid--stats .card{flex-direction:column;justify-content:center;min-height:150px;padding:24px;display:flex}.card-grid--stats .card h3{border-bottom:3px solid #0d5cab;margin:0 0 18px;padding-bottom:8px;font-size:46px;font-weight:700;line-height:1;display:inline-block}.card-grid--stats .card p{margin:0;font-size:16px;line-height:1.5}.card__title,.card h3{color:#17375e;border-bottom:3px solid #0d5cab;margin:0 0 24px;padding-bottom:8px;font-size:24px;font-weight:700;line-height:1.25;display:inline-block}.card p{color:#475569;margin:0 0 20px;font-size:17px;line-height:1.7}.card p:last-child{margin-bottom:0}.card strong{color:#17375e}.card a{color:#0d5cab;font-weight:600;text-decoration:none}.card a:hover{text-decoration:underline}.card__link{color:#0d5cab;margin-top:auto;font-size:16px;font-weight:700;text-decoration:none}.card__link:after{content:" →"}.card__link:hover{text-decoration:underline}@media (width<=1100px){.card-grid,.card-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.card-grid,.card-grid--stats{grid-template-columns:1fr}.card{padding:26px}}.vds-values{background:#fff;padding:80px 0 40px}.vds-values__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.vds-value{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:40px;transition:all .25s;box-shadow:0 10px 30px #0000000d}.vds-value:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.vds-value h3{color:#17375e;margin:0 0 20px;font-size:28px}.vds-value p{color:#555;margin:0;font-size:18px;line-height:1.7}.vds-mandates,.vds-solutions,.vds-competencies,.vds-about,.vds-contact{padding-top:100px;padding-bottom:100px}.vds-positioning{padding:40px 0 80px}.vds-positioning__header{margin-bottom:30px}.vds-positioning__content{max-width:820px}.vds-positioning__content p{margin-bottom:20px;line-height:1.8}.section{padding:60px 0}.section--muted{background:#f8fafc}.content-width{max-width:900px;margin:0 auto}.vds-list{margin-top:20px;padding-left:24px}.vds-list li{margin-bottom:12px;line-height:1.8}.vds-checklist{margin:30px 0 0;padding:0;list-style:none}.vds-checklist li{margin-bottom:18px;padding-left:34px;font-size:18px;line-height:1.7;position:relative}.vds-checklist li:before{content:"✓";color:#0d5cab;font-size:20px;font-weight:700;position:absolute;top:1px;left:0}.section-title{color:#17375e;margin:0 0 28px;font-size:42px;font-weight:700;line-height:1.15}.section-title:after{content:"";background:#0d5cab;border-radius:10px;width:80px;height:4px;margin-top:18px;display:block}.vds-cta-section{background:#fff;padding:80px 0}.vds-cta{text-align:center;background:linear-gradient(#fff 0%,#f7f9fc 100%);border:1px solid #dde5ef;border-radius:18px;max-width:900px;margin:0 auto;padding:70px 60px;box-shadow:0 20px 45px #00000014}.vds-cta__title{color:#17375e;margin:0 0 24px;font-size:46px;font-weight:700;line-height:1.2}.vds-cta__text{color:#4a5568;max-width:700px;margin:0 auto 40px;font-size:20px;line-height:1.8}.vds-cta .btn{justify-content:center;min-width:280px}.footer{color:#fff;background:#0b2b3a;margin-top:80px;padding:70px 0 25px}.footer-container{width:min(1200px,92%);margin:0 auto}.footer-top{grid-template-columns:320px 1fr 1fr 1fr;align-items:start;gap:60px;display:grid}.footer-logo img{width:170px;height:auto;margin-bottom:20px}.footer-logo h3{color:#fff;margin-bottom:10px}.footer-logo p{color:#ffffffbf;line-height:1.7}.footer-column h4{color:#fff;margin-bottom:20px;font-size:1rem}.footer-column p,.footer-column a,.footer-column li{color:#ffffffbf;line-height:1.9;text-decoration:none;transition:all .25s}.footer-column a:hover{color:#fff}.footer-column ul{margin:0;padding:0;list-style:none}.footer-social{flex-wrap:wrap;gap:18px;margin-top:20px;display:flex}.footer-social a{color:#fff;font-weight:600;text-decoration:none}.footer-divider{border-top:1px solid #ffffff1f;margin:50px 0 25px}.footer-bottom{color:#ffffffa6;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;font-size:.9rem;line-height:1.8;display:flex}.footer-bottom strong{color:#fff}.footer-bottom-left{max-width:750px}.footer-bottom-right{text-align:right}.footer-bottom-right a{color:#ffffffb3;text-decoration:none}.footer-bottom-right a:hover{color:#fff}@media (width<=980px){.footer-top{grid-template-columns:1fr;gap:45px}.footer-bottom{flex-direction:column}.footer-bottom-right{text-align:left}}
