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