.logo-svg .logo-text{fill:var(--color-text);transition:fill .3s}
.footer{background-color:var(--color-footer-bg);color:var(--color-text);margin-top:6.4rem}.footer-content{max-width:1200px;margin:0 auto;padding:3.2rem 1.6rem}@media screen and (min-width:960px){.footer-content{padding:6.4rem 2.4rem}}.footer-top{grid-template-columns:1fr;gap:3.2rem;margin-bottom:3.2rem;display:grid}@media screen and (min-width:960px){.footer-top{grid-template-columns:2fr 1fr 1fr;gap:4.8rem}}.footer-section{flex-direction:column;gap:1.2rem;display:flex}.footer-brand .footer-logo{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.footer-brand .footer-logo span{color:var(--color-text);font-size:2rem;font-weight:700;font-family:var(--font-poppins)}@media screen and (min-width:960px){.footer-brand .footer-logo span{font-size:2.4rem}}.footer-brand .footer-description{color:var(--color-text);opacity:.8;max-width:400px;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.footer-brand .footer-description{font-size:1.8rem}}.footer-title{color:var(--color-text);font-size:1.8rem;font-weight:600;font-family:var(--font-poppins);margin-bottom:.4rem}@media screen and (min-width:960px){.footer-title{font-size:2rem}}.footer-links{flex-direction:column;gap:.8rem;display:flex}.footer-link{color:var(--color-text);opacity:.8;align-items:center;gap:.8rem;font-size:1.6rem;text-decoration:none;transition:all .3s;display:flex}@media screen and (min-width:960px){.footer-link{font-size:1.8rem}}.footer-link svg{opacity:.7;flex-shrink:0}.footer-link:hover{color:var(--color-link);opacity:1;transform:translate(5px)}.footer-link:hover svg{opacity:1}.footer-text{color:var(--color-text);opacity:.8;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.footer-text{font-size:1.8rem}}.footer-bottom{border-top:1px solid var(--color-card-border);padding-top:2.4rem}.footer-copyright{text-align:center;color:var(--color-text);opacity:.6;font-size:1.4rem}@media screen and (min-width:960px){.footer-copyright{font-size:1.6rem}}
.header__nav{max-width:128rem;margin:0 auto}.mt-6{margin-top:2.4rem}.mt-7{margin-top:3.2rem}.mb-6{margin-bottom:2.4rem}.mb-13{margin-bottom:24rem}.header{width:100%;height:var(--header-height);z-index:100;box-shadow:0 0 10px 0 var(--color-header-shadow);background-color:var(--color-header-bg);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0}.header__nav{background-color:var(--color-header-bg);justify-content:space-between;align-items:center;gap:1.2rem;height:100%;padding:1.2rem 2.4rem;display:flex}@media screen and (min-width:960px){.header__nav{gap:2.4rem;padding:2.4rem 4.8rem}}.header__nav-logo{flex-direction:column;flex-shrink:0;align-items:center;gap:.2rem;margin-right:1.2rem;display:flex}@media screen and (min-width:960px){.header__nav-logo{margin-right:2.4rem}}.header__nav-logo span{color:var(--color-text);font-size:1.8rem;font-weight:600;font-family:var(--font-poppins)}@media screen and (min-width:960px){.header__nav-logo span{font-size:2rem}}.header__nav-container{flex:1;align-items:center;padding:0 1.5rem;display:flex;position:relative;overflow:hidden}@media screen and (min-width:960px){.header__nav-container{padding:0;overflow:visible}}.header__nav-list{align-items:center;gap:1.6rem;width:100%;list-style:none;display:flex}.header__nav-list::-webkit-scrollbar{display:none}@media (max-width:767px){.header__nav-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:auto}}@media screen and (min-width:600px){.header__nav-list{justify-content:flex-end}}@media screen and (min-width:960px){.header__nav-list{flex-wrap:wrap;justify-content:flex-end;gap:2.4rem;overflow:visible}}.header__nav-list a{color:var(--color-nav-text);white-space:nowrap;flex-shrink:0;padding-bottom:.4rem;font-family:inherit;font-size:1.4rem;text-decoration:none;transition:all .3s;position:relative}@media screen and (min-width:960px){.header__nav-list a{font-size:1.6rem}}.header__nav-list a:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.header__nav-list a:hover{color:var(--color-nav-text-hover)}.header__nav-list a:hover:after{width:100%}.header__nav-list a.active{color:var(--color-nav-active);font-weight:600}.header__nav-list a.active:after{width:100%}.header__nav-arrow{cursor:pointer;z-index:10;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.header__nav-arrow svg{color:rgba(255,255,255,.9);width:20px;height:20px;transition:all .3s}.header__nav-arrow:hover{opacity:1;transform:translateY(-50%)scale(1.2)}.header__nav-arrow:hover svg{color:#fff}.header__nav-arrow--left{left:-8px}.header__nav-arrow--right{right:-8px}@media screen and (min-width:960px){.header__nav-arrow{display:none}}
.heading-primary{font-size:3.6rem}@media screen and (min-width:960px){.heading-primary{font-size:4.4rem}}.heading-secondary{font-size:3rem}@media screen and (min-width:960px){.heading-secondary{font-size:3.6rem}}.heading-tertiary{font-size:2rem}@media screen and (min-width:960px){.heading-tertiary{font-size:2.4rem}}
.hero{max-width:128rem;margin:0 auto}.mt-6{margin-top:2.4rem}.mt-7{margin-top:3.2rem}.mb-6{margin-bottom:2.4rem}.mb-13{margin-bottom:24rem}.hero-content{padding:2.4rem}@media screen and (min-width:960px){.hero-content{grid-template-columns:2fr 1.5fr;align-items:center;gap:4.8rem;padding:3.2rem;display:grid}}.hero-content__text{flex-direction:column;gap:1.6rem;display:flex}@media screen and (min-width:960px){.hero-content__text{gap:2.4rem}}.hero-content__text h1{margin-bottom:0}.hero-content__image{width:100%;height:25rem;margin-top:4.8rem;position:relative}@media screen and (min-width:960px){.hero-content__image{width:100%;height:50rem;margin-top:0}}.hero-badge{background:var(--gradient-bg);border:1px solid var(--color-card-border);border-radius:2rem;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content;padding:.4rem 1.2rem;display:inline-flex}.hero-badge svg{color:var(--color-link)}.hero-badge span{color:var(--color-text);font-size:1.4rem;font-weight:500}@media screen and (min-width:960px){.hero-badge span{font-size:1.6rem}}.hero-description{color:var(--color-text);opacity:.9;max-width:600px;font-size:1.6rem;line-height:1.7}@media screen and (min-width:960px){.hero-description{font-size:1.8rem}}.hero-features{flex-direction:column;gap:.8rem;display:flex}@media screen and (min-width:960px){.hero-features{gap:1.2rem}}.hero-feature{align-items:center;gap:.8rem;display:flex}.hero-feature svg{color:#22c55e;flex-shrink:0}.hero-feature span{color:var(--color-text);font-size:1.6rem;font-weight:500}@media screen and (min-width:960px){.hero-feature span{font-size:1.8rem}}.hero-cta{flex-direction:column;gap:.8rem;margin-top:.4rem;display:flex}@media screen and (min-width:960px){.hero-cta{flex-direction:row;gap:1.2rem}}.hero-cta a,.hero-cta button{width:100%}@media screen and (min-width:960px){.hero-cta a,.hero-cta button{width:auto}}
.btn-primary{background-color:var(--color-btn-primary-bg);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:2rem;padding:.8rem 1.2rem;font-family:inherit;font-size:1.6rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background-color:var(--color-btn-primary-hover);color:#fff}@media screen and (min-width:960px){.btn-primary{padding:1.2rem 1.6rem;font-size:1.8rem}}.btn-secondary{background-color:var(--color-background);color:var(--color-link);border:1px solid var(--color-btn-primary-bg);cursor:pointer;text-align:center;border-radius:2rem;padding:.8rem 1.2rem;font-family:inherit;font-size:1.6rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background-color:var(--color-btn-secondary-hover);color:var(--color-btn-secondary-hover-text)}@media screen and (min-width:960px){.btn-secondary{padding:1.2rem 1.6rem;font-size:1.8rem}}
.services{background:var(--gradient-bg);width:100%;padding:12.8rem 0;position:relative}.services:before{content:"";background:var(--gradient-border);height:1px;position:absolute;top:0;left:0;right:0}.services-content{max-width:1200px;margin:0 auto;padding:0 1.6rem}@media screen and (min-width:960px){.services-content{padding:0 2.4rem}}.services-header{text-align:center;margin-bottom:4.8rem}.services-header h2{margin-bottom:1.2rem}.services-subtitle{color:var(--color-text);opacity:.8;max-width:600px;margin:0 auto;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.services-subtitle{font-size:1.8rem}}.services-grid{grid-template-columns:1fr;gap:2.4rem;display:grid}@media screen and (min-width:960px){.services-grid{grid-template-columns:repeat(2,1fr);gap:3.2rem}}@media screen and (min-width:1280px){.services-grid{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.service-card{background:var(--color-card-bg);border:2px solid var(--color-card-border);text-align:center;opacity:0;box-shadow:0 4px 6px var(--color-card-shadow);border-radius:1.2rem;flex-direction:column;align-items:center;padding:3.2rem;transition:all .3s;display:flex;transform:translateY(30px)}.service-card.animate{animation:.6s forwards fadeInUp}.service-card:hover{border-color:rgba(99,102,241,.3);transform:translateY(-8px);box-shadow:0 12px 24px rgba(99,102,241,.15)}.service-card:hover .service-icon{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);transform:scale(1.1)}.service-card:hover .service-icon svg{stroke:#fff}.service-card .service-icon{background:var(--gradient-bg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.6rem;transition:all .3s;display:flex}.service-card .service-icon svg{color:var(--color-link);transition:all .3s}.service-card .service-title{color:var(--color-text);font-size:2rem;font-weight:600;font-family:var(--font-poppins);margin-bottom:.8rem}@media screen and (min-width:960px){.service-card .service-title{font-size:2.4rem}}.service-card .service-description{color:var(--color-text);opacity:.8;flex-grow:1;margin-bottom:1.6rem;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.service-card .service-description{font-size:1.8rem}}.service-card .btn-secondary{margin-top:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.about-us{background:var(--color-background);width:100%;padding:12.8rem 0;position:relative}.about-us:before{content:"";background:var(--gradient-border);height:1px;position:absolute;top:0;left:0;right:0}.about-us-content{max-width:1200px;margin:0 auto;padding:0 1.6rem}@media screen and (min-width:960px){.about-us-content{padding:0 2.4rem}}.about-us-header{text-align:center;margin-bottom:4.8rem}.about-us-header h2{margin-bottom:1.2rem}.about-us-subtitle{color:var(--color-text);opacity:.8;max-width:600px;margin:0 auto;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.about-us-subtitle{font-size:1.8rem}}.about-us-features{grid-template-columns:1fr;gap:2.4rem;display:grid}@media screen and (min-width:960px){.about-us-features{grid-template-columns:repeat(2,1fr);gap:3.2rem}}@media screen and (min-width:1280px){.about-us-features{grid-template-columns:repeat(4,1fr);gap:2.4rem}}.feature-card{background:var(--color-card-bg);border:2px solid var(--color-card-border);text-align:center;opacity:0;box-shadow:0 4px 6px var(--color-card-shadow);border-radius:1.2rem;flex-direction:column;align-items:center;padding:2.4rem;transition:all .3s;display:flex;transform:translateY(30px)}.feature-card.animate{animation:.6s forwards fadeInUp}.feature-card:hover{border-color:rgba(99,102,241,.3);transform:translateY(-8px);box-shadow:0 12px 24px rgba(99,102,241,.15)}.feature-card:hover .feature-icon{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);transform:scale(1.1)}.feature-card:hover .feature-icon svg{stroke:#fff}.feature-card .feature-icon{background:var(--gradient-bg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.6rem;transition:all .3s;display:flex}.feature-card .feature-icon svg{color:var(--color-link);transition:all .3s}.feature-card .feature-title{color:var(--color-text);font-size:1.8rem;font-weight:600;font-family:var(--font-poppins);margin-bottom:.8rem}@media screen and (min-width:960px){.feature-card .feature-title{font-size:2rem}}.feature-card .feature-description{color:var(--color-text);opacity:.8;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.feature-card .feature-description{font-size:1.6rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.stats{background:linear-gradient(135deg,rgba(99,102,241,.03) 0%,rgba(168,85,247,.03) 100%);width:100%;padding:12.8rem 0;position:relative;overflow:hidden}.stats:before{content:"";background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent);height:1px;position:absolute;top:0;left:0;right:0}.stats-content{max-width:1200px;margin:0 auto;padding:0 1.6rem}@media screen and (min-width:960px){.stats-content{padding:0 2.4rem}}.stats-header{text-align:center;margin-bottom:4.8rem}.stats-title{color:var(--color-text);font-size:3rem;font-weight:700;font-family:var(--font-poppins);margin-bottom:.8rem}@media screen and (min-width:960px){.stats-title{font-size:3.6rem}}.stats-subtitle{color:var(--color-text);opacity:.8;font-size:1.6rem}@media screen and (min-width:960px){.stats-subtitle{font-size:1.8rem}}.stats-grid{grid-template-columns:1fr;gap:4.8rem;display:grid}@media screen and (min-width:960px){.stats-grid{grid-template-columns:repeat(3,1fr);gap:6.4rem}}.stat-card{text-align:center;opacity:0;padding:2.4rem 1.2rem;transition:all .4s;position:relative;transform:translateY(30px)}.stat-card:before{content:"";background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;width:60px;height:3px;transition:width .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.stat-card.animate{animation:.6s forwards fadeInUp}.stat-card:hover{transform:translateY(-12px)scale(1.05)}.stat-card:hover:before{width:80%}.stat-card:hover .stat-value{transform:scale(1.1)}.stat-card .stat-value{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);-webkit-text-fill-color:transparent;font-size:5.2rem;font-weight:800;font-family:var(--font-poppins);-webkit-background-clip:text;background-clip:text;margin-bottom:1.2rem;line-height:1;transition:transform .4s}@media screen and (min-width:960px){.stat-card .stat-value{font-size:6.2rem}}.stat-card .stat-label{color:var(--color-text);font-size:1.8rem;font-weight:600;font-family:var(--font-poppins);margin-bottom:.8rem}@media screen and (min-width:960px){.stat-card .stat-label{font-size:2rem}}.stat-card .stat-description{color:var(--color-text);opacity:.7;margin-bottom:1.6rem;font-size:1.6rem;line-height:1.6}@media screen and (min-width:960px){.stat-card .stat-description{font-size:1.6rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.text{font-size:1.4rem}@media screen and (min-width:960px){.text{font-size:1.6rem}}
.contact-form{background:var(--color-background);width:100%;padding:12.8rem 0;position:relative}.contact-form:before{content:"";background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent);height:1px;position:absolute;top:0;left:0;right:0}.contact-form-content{max-width:800px;margin:0 auto;padding:0 1.6rem}@media screen and (min-width:960px){.contact-form-content{padding:0 3.2rem}}.contact-form-content__header{text-align:center;margin-bottom:3.2rem}.contact-form-content__header h2{margin-bottom:1.2rem}.contact-form-content__header p{color:var(--color-text);opacity:.8}.contact-form-content__form{background:var(--color-background);border-radius:1.2rem;padding:1.6rem}@media screen and (min-width:960px){.contact-form-content__form{padding:4.8rem}}.contact-form-content__form .form-group{margin-bottom:2.4rem}.contact-form-content__form .form-group label{color:var(--color-text);margin-bottom:.4rem;font-size:1.6rem;font-weight:600;display:block}.contact-form-content__form .form-group input,.contact-form-content__form .form-group textarea{background:var(--color-background);width:100%;color:var(--color-text);border:2px solid rgba(99,102,241,.2);border-radius:.5rem;padding:1.2rem;font-family:inherit;font-size:1.4rem;transition:all .3s}.contact-form-content__form .form-group input:focus,.contact-form-content__form .form-group textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.contact-form-content__form .form-group input:disabled,.contact-form-content__form .form-group textarea:disabled{opacity:.6;cursor:not-allowed}.contact-form-content__form .form-group textarea{resize:vertical;min-height:120px}.contact-form-content__form .form-message{border-radius:.5rem;margin-bottom:1.6rem;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:500}.contact-form-content__form .form-message--success{color:#22c55e;background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3)}.contact-form-content__form .form-message--error{color:#ef4444;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3)}.contact-form-content__form button[type=submit]{justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:1.2rem;display:flex;position:relative}@media screen and (min-width:960px){.contact-form-content__form button[type=submit]{width:auto;min-width:200px}}.contact-form-content__form button[type=submit].loading{pointer-events:none;opacity:.8}.contact-form-content__form button[type=submit] .spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
.main{margin-top:calc(var(--header-height) + 2rem)}@media screen and (min-width:960px){.main{margin-top:calc(var(--header-height) + 11rem)}}.hero{margin-bottom:3.2rem}@media screen and (min-width:960px){.hero{margin-bottom:6.4rem}}
