*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.6;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.3;color:#1a1a1a}h1{font-size:2.5rem}@media screen and (min-width: 768px){h1{font-size:3rem}}@media screen and (min-width: 992px){h1{font-size:3.5rem}}h2{font-size:2rem}@media screen and (min-width: 768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media screen and (min-width: 768px){h3{font-size:1.75rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 1rem}p:last-child{margin-bottom:0}a{color:#E53935;text-decoration:none;transition:color 0.15s ease}a:hover,a:focus{color:#C62828}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;display:block}::selection{background-color:#E53935;color:#fff}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.section{padding:3rem 0}@media screen and (min-width: 768px){.section{padding:4rem 0}}@media screen and (min-width: 992px){.section{padding:6rem 0}}.section--alt{background-color:#f5f5f5}.section--dark{background-color:#1a1a1a;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.text-center{text-align:center}.text-primary{color:#E53935}.text-light{color:#6b6b6b}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:background-color 0.3s ease,box-shadow 0.3s ease}.site-header--transparent{background-color:transparent;box-shadow:none}.site-header--transparent .nav-link{color:#fff}.site-header--transparent .nav-link:hover{color:#E53935}.site-header--transparent .site-logo-text{color:#fff}.header-wrapper{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;height:70px}@media screen and (min-width: 768px){.header-wrapper{height:80px}}.site-logo{display:flex;align-items:center;text-decoration:none}.site-logo-img{height:40px;width:auto}@media screen and (min-width: 768px){.site-logo-img{height:50px}}.site-logo-text{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-left:.5rem;transition:color 0.15s ease}.site-nav{display:none}@media screen and (min-width: 768px){.site-nav{display:flex;align-items:center;gap:2rem}}.nav-link{font-size:16px;font-weight:500;color:#1a1a1a;text-decoration:none;transition:color 0.15s ease;position:relative}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#E53935;transition:width 0.15s ease}.nav-link:hover,.nav-link.active{color:#E53935}.nav-link:hover::after,.nav-link.active::after{width:100%}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}@media screen and (min-width: 768px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle span{display:block;width:100%;height:3px;background-color:#1a1a1a;border-radius:2px;transition:all 0.15s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background-color:#fff;padding:2rem;z-index:999}.mobile-nav.active{display:block}@media screen and (min-width: 768px){.mobile-nav{display:none !important}}.mobile-nav-link{display:block;font-size:1.25rem;font-weight:500;color:#1a1a1a;padding:1rem 0;border-bottom:1px solid #e0e0e0;text-decoration:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:#E53935}.page-content{padding-top:70px}@media screen and (min-width: 768px){.page-content{padding-top:80px}}.page-header{background-color:#1a1a1a;color:#fff;padding:4rem 0;text-align:center}@media screen and (min-width: 768px){.page-header{padding:6rem 0}}.page-header__title{color:#fff;margin-bottom:.5rem}.page-header__subtitle{font-size:18px;color:#9e9e9e;max-width:600px;margin:0 auto}.site-footer{background-color:#1a1a1a;color:#9e9e9e;padding:4rem 0 2rem}.footer-wrapper{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.footer-grid{display:grid;gap:2rem}@media screen and (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand .site-logo{margin-bottom:1rem}.footer-brand .site-logo-text{color:#fff}.footer-tagline{color:#9e9e9e;font-size:14px;line-height:1.8}.footer-heading{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}.footer-links{list-style:none;padding:0;margin:0}.footer-link{display:block;color:#9e9e9e;padding:.5rem 0;font-size:14px;transition:color 0.15s ease}.footer-link:hover{color:#E53935}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:14px}.footer-contact-item svg{flex-shrink:0;margin-top:2px}.footer-contact-item a{color:#9e9e9e}.footer-contact-item a:hover{color:#E53935}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #2d2d2d;text-align:center;font-size:14px}.footer-copyright{color:#6b6b6b}.grid{display:grid;gap:2rem}@media screen and (min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.grid--3{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 576px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.grid--4{grid-template-columns:repeat(4, 1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0.75rem 1.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all 0.15s ease}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(229,57,53,0.3)}.btn--primary{background-color:#E53935;color:#fff;border-color:#E53935}.btn--primary:hover{background-color:#C62828;border-color:#C62828;color:#fff}.btn--secondary{background-color:transparent;color:#E53935;border-color:#E53935}.btn--secondary:hover{background-color:#E53935;color:#fff}.btn--white{background-color:#fff;color:#1a1a1a;border-color:#fff}.btn--white:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#1a1a1a}.btn--outline-white{background-color:transparent;color:#fff;border-color:#fff}.btn--outline-white:hover{background-color:#fff;color:#1a1a1a}.btn--lg{padding:1rem 2rem;font-size:18px}.btn--sm{padding:0.5rem 1rem;font-size:14px}.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:2rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.15)}.card--flat{box-shadow:none;border:1px solid #e0e0e0}.card--flat:hover{box-shadow:0 4px 6px rgba(0,0,0,0.1)}.card__icon{width:60px;height:60px;margin-bottom:1rem;color:#E53935}.card__icon svg{width:100%;height:100%}.card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card__text{color:#6b6b6b;line-height:1.8}.service-card{background-color:#fff;border-radius:12px;padding:2rem;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;border:1px solid #e0e0e0}.service-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,0.15);border-color:transparent}.service-card:hover .service-card__icon{background-color:#E53935;color:#fff}.service-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:rgba(229,57,53,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.service-card__icon svg{width:40px;height:40px}.service-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.service-card__text{color:#6b6b6b;font-size:14px;line-height:1.8}.feature-list{list-style:none;padding:0;margin:0}.feature-list__item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.feature-list__item svg{flex-shrink:0;color:#E53935;margin-top:4px}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#1a1a1a}.form-input,.form-textarea{width:100%;padding:0.75rem 1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;color:#1a1a1a;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 0.15s ease,box-shadow 0.15s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#E53935;box-shadow:0 0 0 3px rgba(229,57,53,0.1)}.form-input::placeholder,.form-textarea::placeholder{color:#9e9e9e}.form-textarea{min-height:150px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header__subtitle{color:#E53935;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;font-size:14px;margin-bottom:.5rem}.section-header__title{margin-bottom:1rem}.section-header__text{color:#6b6b6b;font-size:18px;line-height:1.8}.cta{text-align:center;padding:4rem;border-radius:12px}@media screen and (min-width: 768px){.cta{padding:6rem}}.cta--primary{background-color:#E53935;color:#fff}.cta--primary .cta__title{color:#fff}.cta--primary .cta__text{color:rgba(255,255,255,0.9)}.cta--dark{background-color:#1a1a1a;color:#fff}.cta--dark .cta__title{color:#fff}.cta--dark .cta__text{color:#9e9e9e}.cta__title{margin-bottom:1rem}.cta__text{font-size:18px;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.icon{display:inline-flex;align-items:center;justify-content:center}.icon svg{width:1em;height:1em}.icon--sm{font-size:1rem}.icon--md{font-size:1.5rem}.icon--lg{font-size:2rem}.value-card{text-align:center;padding:2rem}@media screen and (min-width: 768px){.value-card{padding:3rem}}.value-card__icon{width:64px;height:64px;margin:0 auto 1rem;color:#E53935}.value-card__icon svg{width:100%;height:100%}.value-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.value-card__text{color:#6b6b6b;font-size:14px}.contact-info{background-color:#1a1a1a;color:#fff;padding:2rem;border-radius:12px}@media screen and (min-width: 768px){.contact-info{padding:3rem}}.contact-info__title{color:#fff;margin-bottom:2rem}.contact-info__item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-info__item:last-child{margin-bottom:0}.contact-info__icon{flex-shrink:0;width:24px;height:24px;color:#E53935}.contact-info__label{font-size:14px;color:#9e9e9e;margin-bottom:2px}.contact-info__value{font-weight:500}.contact-info__value a{color:#fff}.contact-info__value a:hover{color:#E53935}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background-color:#1a1a1a;color:#fff;overflow:hidden}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero__background::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(26,26,26,0.95) 0%, rgba(26,26,26,0.8) 50%, rgba(198,40,40,0.6) 100%)}.hero__pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.1;background-image:radial-gradient(circle at 25% 25%, #E53935 2px, transparent 2px),radial-gradient(circle at 75% 75%, #E53935 1px, transparent 1px);background-size:60px 60px}.hero__content{position:relative;z-index:2;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-top:6rem;padding-bottom:6rem}@media screen and (min-width: 768px){.hero__content{max-width:800px}}@media screen and (min-width: 992px){.hero__content{max-width:900px}}.hero__tagline{display:inline-block;color:#E53935;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;margin-bottom:1.5rem;padding:.5rem 1rem;border:1px solid #E53935;border-radius:4px}.hero__title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media screen and (min-width: 768px){.hero__title{font-size:3.5rem}}@media screen and (min-width: 992px){.hero__title{font-size:4rem}}.hero__title-accent{color:#E53935}.hero__description{font-size:18px;line-height:1.8;color:#9e9e9e;margin-bottom:2rem;max-width:600px}@media screen and (min-width: 768px){.hero__description{font-size:20px}}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}@media screen and (min-width: 992px){.hero--split .hero__content{max-width:50%;margin-left:0}}.hero--small{min-height:auto;padding:6rem 0}@media screen and (min-width: 768px){.hero--small{padding:6rem 0 4rem}}.hero__stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,0.1)}@media screen and (min-width: 768px){.hero__stats{grid-template-columns:repeat(4, 1fr)}}.hero__stat{text-align:center}@media screen and (min-width: 768px){.hero__stat{text-align:left}}.hero__stat-value{font-size:2rem;font-weight:700;color:#E53935;line-height:1;margin-bottom:.5rem}@media screen and (min-width: 768px){.hero__stat-value{font-size:2.5rem}}.hero__stat-label{font-size:14px;color:#9e9e9e;text-transform:uppercase;letter-spacing:0.05em}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9e9e9e;font-size:14px;text-decoration:none;opacity:0.7;transition:opacity 0.15s ease}.hero__scroll:hover{opacity:1;color:#fff}.hero__scroll-icon{width:24px;height:40px;border:2px solid currentColor;border-radius:12px;position:relative}.hero__scroll-icon::after{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:4px;height:8px;background-color:currentColor;border-radius:2px;animation:scroll-indicator 2s infinite}@keyframes scroll-indicator{0%,100%{opacity:1;transform:translateX(-50%) translateY(0)}50%{opacity:0.5;transform:translateX(-50%) translateY(8px)}}

/*# sourceMappingURL=main.css.map */