*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#000;background-color:#fff;margin:0;font-family:Roboto,-apple-system,Segoe UI,sans-serif}section{scroll-margin-top:50px}main{padding-top:50px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{z-index:100;background-color:#333;width:100%;height:50px;position:fixed;top:0;left:0}.header__inner{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.header__logo-text{color:#fff;font-size:18px;font-weight:700}.header__logo-text--muted{color:#ccc;font-weight:400}.header__nav{gap:32px;display:flex}@media (width<=600px){.header__nav{gap:16px}}.header__link{color:#fff;white-space:nowrap;padding-bottom:2px;font-size:14px;text-decoration:none;position:relative}@media (width<=600px){.header__link{font-size:12px}}.header__link:after{content:"";transform-origin:0;background-color:#fff;width:100%;height:1px;transition:transform .15s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.header__link:hover:after,.header__link--active:after{transform:scaleX(1)}.card{will-change:transform;background-color:#fff;border-radius:10px;padding:30px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 10px #00000026}.card:hover,.card:focus-within{transform:scale(1.06);box-shadow:0 10px 24px #0003}.card__icon{object-fit:contain;width:auto;max-width:100%;height:96px;margin-bottom:24px;display:block}.card__category{color:#666;margin:0 0 4px;font-size:12px;font-weight:700;line-height:16px}.card__title{letter-spacing:-.18px;color:#000;margin:0 0 16px;font-size:18px;font-weight:700;line-height:25px}.card__description{color:#000;margin:0;font-size:16px;line-height:22px}.card-section{padding:60px 0}.card-section--light{background-color:#fff}.card-section--alt{background-color:#f0f0f0}.card-section__intro{text-align:center;max-width:833px;margin:0 auto 60px}.card-section__heading{color:#000;margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.2}.card-section__subtitle{color:#000;margin:0;font-size:16px;line-height:22px}.card-section__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (width<=900px){.card-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.card-section__grid{grid-template-columns:1fr}}.contact-form-section{background-color:#f0f0f0;padding:60px 0}.contact-form-section__intro{text-align:center;max-width:833px;margin:0 auto 60px}.contact-form-section__heading{color:#000;margin:0 0 16px;font-size:24px;font-weight:700}.contact-form-section__subtitle{color:#000;margin:0;font-size:16px;line-height:22px}.contact-form__row{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px;display:grid}@media (width<=900px){.contact-form__row{grid-template-columns:1fr}}.contact-form__actions{justify-content:center;gap:20px;margin-top:40px;display:flex}@media (width<=600px){.contact-form__actions{flex-direction:column;align-items:stretch}}.form-field{margin-bottom:0;position:relative}.form-field--textarea{margin-top:0}.form-field__input{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:10px;width:100%;height:62px;padding:20px 20px 4px;font-family:inherit;font-size:16px;transition:border-color .15s,box-shadow .15s}.form-field__input:hover{border-color:#0f4ab2}.form-field__input:focus{border-color:#0f4ab2;outline:none;box-shadow:0 0 0 1px #0f4ab2}.form-field__textarea{resize:vertical;height:150px;padding-top:28px;line-height:22px}.form-field__label{color:#999;pointer-events:none;background-color:#0000;padding:0 4px;font-size:16px;font-style:italic;transition:transform .25s,font-size .25s,top .25s,color .25s;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.form-field--textarea .form-field__label{top:28px}.form-field__input:focus+.form-field__label,.form-field__input:not(:placeholder-shown)+.form-field__label{color:#666;background-color:#fff;border-radius:4px;font-size:12px;font-style:normal;top:0}.form-field__error{color:#c0392b;margin:6px 0 0;font-size:13px}.btn{cursor:pointer;border-radius:10px;min-width:190px;height:62px;padding:0 32px;font-size:18px;font-weight:700;transition:background-color .15s,opacity .15s,border-color .15s}.btn--primary{color:#fff;background-color:#0f4ab2;border:none}.btn--primary:disabled{cursor:not-allowed;background-color:#0f4ab280}.btn--secondary{color:#0f4ab2;background-color:#0000;border:2px solid #0f4ab2}.btn--secondary:hover{background-color:#0f4ab20f}.footer{background-color:#333;padding:14px 0}.footer__text{color:#fff;text-align:right;margin:0;font-size:14px;line-height:19px}@media (width<=600px){.footer__text{text-align:center}}
