@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sen:wght@400;600;700;800&display=swap";:root{--evo-blue: #282a64;--evo-blue-80: #282a64cc;--evo-blue-50: #282a6480;--text-primary: #535353;--accent: #0091ff;--highlight: #3291ff;--orange: #f57526;--white: #ffffff;--light-gray: #f8f8f8;--border-gray: #dddddd;--black-60: #00000099;--font-body: "Inter", sans-serif;--font-heading: "Sen", sans-serif;--text-base: 16px;--text-sm: 14px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 34px;--text-3xl: 50px;--line-height: 1.7;--line-height-tight: 1.3;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 40px;--space-xl: 64px;--space-2xl: 80px;--max-width: 1280px;--max-width-narrow: 800px;--border-radius: 6px;--border-radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh}img,picture,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:400;line-height:var(--line-height);color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--evo-blue);line-height:var(--line-height-tight)}h1{font-size:var(--text-3xl);font-weight:700}h2{font-size:var(--text-2xl);font-weight:600}h3{font-size:var(--text-xl);font-weight:600}p{margin-bottom:1em}p:last-child{margin-bottom:0}a:hover{opacity:.8}@media(max-width:752px){h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-sm)}.container--narrow{max-width:var(--max-width-narrow)}.section{padding:var(--space-xl) 0}.section--gray{background:var(--light-gray)}.section--blue{background:var(--evo-blue);color:var(--white)}.section--blue h2,.section--blue h3{color:var(--white)}.grid{display:grid;gap:var(--space-md)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.flex{display:flex;gap:var(--space-md)}.flex--center{align-items:center;justify-content:center}.flex--between{justify-content:space-between;align-items:center}.text-center{text-align:center}@media(max-width:850px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:752px){.section{padding:var(--space-lg) 0}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 1px 3px #00000014}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:var(--space-xs) var(--space-sm)}.header__logo{width:150px;height:auto;flex-shrink:0}.header__logo img{width:100%;height:auto}.header__nav{display:flex;align-items:center;gap:var(--space-xs)}.header__link{display:flex;align-items:center;padding:var(--space-xs);font-size:var(--text-sm);color:#000;transition:opacity .3s;white-space:nowrap}.header__link:hover{opacity:.7}.header__dropdown{position:relative}.header__dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);box-shadow:0 4px 12px #0000001a;border-radius:var(--border-radius);min-width:280px;padding:var(--space-xs) 0;z-index:101}.header__dropdown:hover .header__dropdown-menu,.header__dropdown:focus-within .header__dropdown-menu{display:block}.header__dropdown-item{display:block;padding:var(--space-xs) var(--space-sm);font-size:var(--text-sm);color:var(--text-primary);transition:background .2s}.header__dropdown-item:hover{background:var(--light-gray)}.header__dropdown-item small{display:block;font-size:12px;color:var(--black-60);margin-top:2px}.header__stories{display:inline-flex;align-items:center;padding:var(--space-xs) 28px;background:var(--orange);color:var(--white);font-size:var(--text-sm);border-radius:var(--border-radius-lg);transition:opacity .3s}.header__stories:hover{opacity:.85}.header__hamburger{display:none;background:none;border:none;cursor:pointer;width:28px;height:28px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.header__hamburger span{display:block;width:22px;height:2px;background:#000;transition:transform .3s,opacity .3s}.header__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__mobile-menu{display:none;flex-direction:column;background:var(--white);padding:var(--space-sm);border-top:1px solid var(--border-gray)}.header__mobile-menu.active{display:flex}.header__mobile-menu a{padding:12px var(--space-sm);font-size:var(--text-base);color:#000;border-bottom:1px solid var(--light-gray)}@media(max-width:850px){.header__nav{display:none}.header__hamburger{display:flex}}.footer{background:var(--white);padding:var(--space-xl)}.footer__inner{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:4fr 2fr 2fr 4fr;gap:20px}.footer__col h3{font-size:var(--text-base);font-weight:600;margin-bottom:12px;color:var(--evo-blue)}.footer__col p,.footer__col a{font-family:var(--font-body);font-size:var(--text-base);font-weight:300;color:var(--text-primary);line-height:1.6;display:block;margin-bottom:7px}.footer__col a:hover{color:var(--evo-blue)}@media(max-width:752px){.footer{padding:var(--space-lg)}.footer__inner{grid-template-columns:1fr;gap:var(--space-lg)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:12px 28px;font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;border:none;border-radius:var(--border-radius);cursor:pointer;transition:opacity .3s,transform .2s;text-decoration:none;white-space:nowrap}.btn:hover{opacity:.85;transform:translateY(-1px)}.btn--primary{background:var(--evo-blue);color:var(--white)}.btn--accent{background:var(--accent);color:var(--white)}.btn--orange{background:var(--orange);color:var(--white);border-radius:var(--border-radius-lg)}.btn--outline{background:transparent;color:var(--evo-blue);border:1px solid var(--evo-blue)}.btn--white{background:var(--white);color:var(--evo-blue)}.card{background:var(--white);border-radius:var(--border-radius);padding:var(--space-md);box-shadow:0 2px 8px #0000000f;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.card h3{font-size:var(--text-lg);margin-bottom:var(--space-xs)}.card p{font-size:var(--text-sm);color:var(--text-primary)}.banner{background:var(--evo-blue);background-size:cover;background-position:center;color:var(--white);overflow:hidden;min-height:340px;display:flex;align-items:stretch}.banner__overlay{width:100%;display:flex;align-items:center;justify-content:center;background:#282a6499;padding:var(--space-2xl) var(--space-sm)}.banner h1{color:var(--white);margin-bottom:var(--space-md)}.banner p{max-width:800px;margin:0 auto var(--space-md);font-size:var(--text-lg);opacity:.9}.banner .container{text-align:center}.section-with-image{display:flex;gap:var(--space-xl);align-items:center}.section-with-image__content{flex:1}.section-with-image__img{flex:0 0 340px;border-radius:var(--border-radius);overflow:hidden}.section-with-image__img img{width:100%;height:auto;display:block;border-radius:var(--border-radius)}.section-with-image--reverse{flex-direction:row-reverse}.showcase{width:100%;overflow:hidden;max-height:400px}.showcase img{width:100%;height:100%;object-fit:cover}@media(max-width:752px){.banner{min-height:260px}.section-with-image,.section-with-image--reverse{flex-direction:column}.section-with-image__img{flex:auto;width:100%}}.cta-section{background:var(--evo-blue);color:var(--white);padding:var(--space-xl) 0;text-align:center}.cta-section h2{color:var(--white);margin-bottom:var(--space-sm)}.cta-section p{max-width:700px;margin:0 auto var(--space-md);opacity:.9}.logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-lg) 0}.logos img,.logos svg{height:32px;width:auto;opacity:.7;transition:opacity .3s}.logos img:hover,.logos svg:hover{opacity:1}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.values-grid .card{text-align:center}@media(max-width:850px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:752px){.values-grid{grid-template-columns:1fr}.logos{gap:var(--space-md)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.form-group{margin-bottom:var(--space-sm)}.form-group label{display:block;margin-bottom:4px;font-weight:500;font-size:var(--text-sm)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid var(--border-gray);border-radius:var(--border-radius);font-size:var(--text-base);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:120px}
