@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0}body{color:#333;line-height:1.5}::-webkit-scrollbar{background:#0000;width:0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}h1{font-size:3rem}h3{font-size:2rem}p{margin-bottom:1rem}.bg-orange{background-color:var(--assco-orange)}.bg-yellow{background-color:var(--assco-yellow)}.bg-black{background-color:var(--assco-black)}.bg-white{background-color:#fff}.text-white{color:#fff}.text-black{color:var(--assco-black)}.text-orange{color:var(--assco-orange)}.btn{border-radius:.375rem;display:inline-block;font-weight:500;transition:background-color .3s,color .3s}.btn-primary:hover{background-color:#e56e00}.btn-outline:hover{background-color:#fff;color:var(--assco-black)}.nav{left:0;position:fixed;right:0;top:0;transition:all .3s;z-index:50}.nav-scrolled{background-color:#fff;box-shadow:0 2px 4px #0000001a}.nav-container{height:5rem}.nav-link{color:#fff;font-size:.875rem;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--assco-orange)}.nav-scrolled .nav-link{color:#333}.nav-scrolled .nav-link:hover{color:var(--assco-orange)}.hero{align-items:center;background-color:#111827;color:#fff;display:flex;height:100vh;position:relative}.hero-overlay{background-color:#0009;bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{position:relative;text-align:center;z-index:10}.section{padding:4rem 0}.section-title{font-size:2rem;margin-bottom:3rem;text-align:center}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#f9fafb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.feature-icon{border-radius:9999px;height:3rem;margin-bottom:1rem;width:3rem}[dir=rtl] .nav-link{margin-left:0;margin-right:1rem}.footer{background-color:var(--assco-black);color:#fff;padding:3rem 0}.footer-grid{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-title{margin-bottom:1rem}.footer-link{color:#9ca3af;margin-bottom:.5rem}.footer-link:hover{color:var(--assco-orange)}.footer-bottom{border-top:1px solid #374151;flex-direction:column;margin-top:3rem}@media (min-width:768px){.footer-bottom{flex-direction:row}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--assco-orange:#ff7a00;--assco-orange-light:#ff9a40;--assco-orange-dark:#e56e00;--assco-yellow:#fc0;--assco-yellow-light:#ffd633;--assco-black:#222;--assco-gray-900:#1f2937;--assco-gray-800:#374151;--assco-gray-700:#4b5563;--assco-gray-100:#f3f4f6;--assco-gray-50:#f9fafb;--transition-fast:0.2s;--transition-normal:0.3s;--transition-slow:0.5s;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:1rem;--radius-full:9999px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--assco-gray-900);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 1rem}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;position:relative}h2:after{background:var(--assco-orange);border-radius:var(--radius-full);content:"";display:block;height:4px;margin-top:.75rem;width:60px}.text-center h2:after{margin-left:auto;margin-right:auto}h3{font-size:1.875rem}p{margin-bottom:1.5rem}.subtitle{color:var(--assco-gray-700);font-size:1.25rem;margin-bottom:2rem;max-width:700px}.text-center .subtitle{margin-left:auto;margin-right:auto}.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1.5;min-width:10rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all var(--transition-normal)}.btn-primary{background-color:var(--assco-orange);box-shadow:var(--shadow-md);color:#fff}.btn-primary:hover{background-color:var(--assco-orange-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{background-color:initial;border:2px solid #fff;color:#fff}.btn-outline:hover{background-color:#ffffff1a;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:#fff;box-shadow:var(--shadow-md);color:var(--assco-gray-900)}.btn-secondary:hover{background-color:var(--assco-gray-100);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-icon{align-items:center;display:inline-flex}.btn-icon svg{margin-left:.5rem}.container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:8rem 0}.grid{display:grid;gap:2rem;grid-template-columns:repeat(12,1fr)}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}@media (max-width:1024px){.lg-col-span-6{grid-column:span 6}.lg-col-span-12{grid-column:span 12}}@media (max-width:768px){.md-col-span-12{grid-column:span 12}.grid{gap:1.5rem}.section{padding:4rem 0}h1{font-size:2.5rem}h2{font-size:2rem}}.card{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.card-hover:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.card-body{padding:2rem}.feature-card{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:2rem;position:relative;transition:all var(--transition-normal);z-index:1}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.feature-card:before{background:var(--assco-orange);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:2}.feature-icon{align-items:center;background-color:#ff7a001a;border-radius:var(--radius-full);color:var(--assco-orange);display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;transition:all var(--transition-normal);width:4rem}.feature-card:hover .feature-icon{background-color:var(--assco-orange);color:#fff;transform:scale(1.1)}.modern-nav{left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all var(--transition-normal);z-index:50}.modern-nav.scrolled{backdrop-filter:blur(8px);background-color:#fffffff2;box-shadow:var(--shadow-md);padding:.75rem 0}.modern-nav-container{align-items:center;display:flex;justify-content:space-between}.modern-nav-logo{align-items:center;color:#fff;display:flex;font-size:1.75rem;font-weight:800;text-decoration:none;transition:color var(--transition-normal)}.modern-nav.scrolled .modern-nav-logo{color:var(--assco-black)}.modern-nav-logo-icon{align-items:center;background-color:var(--assco-orange);border-radius:var(--radius-md);color:#fff;display:flex;height:2.5rem;justify-content:center;margin-right:.5rem;width:2.5rem}.modern-nav-menu{align-items:center;display:flex;gap:1.5rem}.modern-nav-link{color:#fffc;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all var(--transition-normal)}.modern-nav-link:hover{color:#fff}.modern-nav.scrolled .modern-nav-link{color:var(--assco-gray-700)}.modern-nav.scrolled .modern-nav-link:hover{color:var(--assco-orange)}.modern-nav-link:after{background-color:var(--assco-orange);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width var(--transition-normal);width:0}.modern-nav-link:hover:after{width:100%}.modern-nav-cta{background-color:var(--assco-orange);border-radius:var(--radius-md);color:#fff;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all var(--transition-normal)}.modern-nav-cta:hover{background-color:var(--assco-orange-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.modern-nav-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}.modern-nav.scrolled .modern-nav-toggle{color:var(--assco-black)}.modern-footer{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:5rem 0 2rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-title:after{background-color:var(--assco-orange);border-radius:var(--radius-full);bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.footer-link{color:#ffffffb3;display:block;margin-bottom:.75rem;text-decoration:none;transition:color var(--transition-normal)}.footer-link:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-top:4rem;padding-top:2rem}.footer-social{display:flex;gap:1rem}.footer-social-link{align-items:center;background-color:#ffffff1a;border-radius:var(--radius-full);color:#fff;display:flex;height:2.5rem;justify-content:center;transition:all var(--transition-normal);width:2.5rem}.footer-social-link:hover{background-color:var(--assco-orange);transform:translateY(-3px)}.hero-modern{align-items:center;background-color:var(--assco-black);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-bg{bottom:0;left:0;opacity:.4;position:absolute;right:0;top:0;z-index:1}.hero-content-modern{position:relative;width:100%;z-index:2}.hero-title{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#fff,#ff9a40);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;margin-bottom:3rem;max-width:800px}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem}.shape-divider{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%;z-index:1}.shape-divider svg{display:block;height:80px;position:relative;width:calc(100% + 1.3px)}.shape-divider .shape-fill{fill:#fff}.bg-pattern{background-image:radial-gradient(#ffffff1a 1px,#0000 0);background-size:20px 20px;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.blob{animation:blob-animation 25s linear infinite;background:linear-gradient(45deg,var(--assco-orange-light) 0,var(--assco-orange) 100%);border-radius:43% 57% 70% 30%/30% 36% 64% 70%;filter:blur(40px);height:600px;opacity:.15;position:absolute;width:600px;z-index:0}@keyframes blob-animation{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(5%,5%) rotate(90deg)}50%{transform:translateY(10%) rotate(180deg)}75%{transform:translate(-5%,5%) rotate(270deg)}to{transform:translate(0) rotate(1turn)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes float3d{0%{transform:translateY(0) rotate3d(1,1,0,30deg)}50%{transform:translateY(-10px) rotate3d(1,1,0,30deg)}to{transform:translateY(0) rotate3d(1,1,0,30deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(3)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stats-section{background-color:#fff;padding:4rem 0}.stat-card{padding:2rem;text-align:center}.stat-value{align-items:center;color:var(--assco-orange);display:flex;font-size:3rem;font-weight:800;justify-content:center;line-height:1;margin-bottom:.75rem}.stat-label{color:var(--assco-gray-700);font-size:1.25rem}.services-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.service-card{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal)}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.service-image{background-color:var(--assco-gray-100);height:200px;overflow:hidden}.service-image img{height:100%;object-fit:cover;transition:transform var(--transition-normal);width:100%}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:2rem}.service-title{font-size:1.5rem;margin-bottom:1rem}.service-description{color:var(--assco-gray-700);margin-bottom:1.5rem}.service-link{align-items:center;color:var(--assco-orange);display:inline-flex;font-weight:600;text-decoration:none;transition:color var(--transition-normal)}.service-link:hover{color:var(--assco-orange-dark)}.service-link svg{margin-left:.25rem;transition:transform var(--transition-fast)}.service-link:hover svg{transform:translateX(3px)}.testimonials-section{background-color:var(--assco-gray-50);padding:5rem 0}.testimonial-card{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;position:relative}.testimonial-content{color:var(--assco-gray-700);font-style:italic;margin-bottom:1.5rem;position:relative}.testimonial-content:before{color:var(--assco-orange);content:'"';font-family:Georgia,serif;font-size:5rem;left:-.5rem;opacity:.15;position:absolute;top:-1.5rem}.testimonial-author{align-items:center;display:flex}.testimonial-avatar{background-color:var(--assco-gray-100);border-radius:var(--radius-full);height:3rem;margin-right:1rem;overflow:hidden;width:3rem}.testimonial-avatar img{height:100%;object-fit:cover;width:100%}.testimonial-info h4{font-size:1.125rem;margin:0}.testimonial-info p{color:var(--assco-gray-700);font-size:.875rem;margin:0}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.fade-in.active{opacity:1;transform:translateY(0)}@media (max-width:768px){.modern-nav-menu{align-items:flex-start;background-color:#fff;box-shadow:var(--shadow-lg);display:none;flex-direction:column;gap:1rem;left:0;padding:1.5rem;position:absolute;right:0;top:100%}.modern-nav-menu.open{display:flex}.modern-nav-toggle{display:block}.modern-nav-link{color:var(--assco-gray-800)}.hero-title{font-size:2.5rem}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.feature-card{padding:1.5rem}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.btn{width:100%}.hero-cta-group{flex-direction:column}}[dir=rtl]{text-align:right}[dir=rtl] .modern-nav-logo-icon{margin-left:.5rem;margin-right:0}[dir=rtl] h2:after{margin-left:auto;margin-right:0}[dir=rtl] .footer-title:after{left:auto;right:0}[dir=rtl] .service-link svg{margin-left:0;margin-right:.25rem;transform:rotate(180deg)}[dir=rtl] .service-link:hover svg{transform:translateX(-3px) rotate(180deg)}html{font-size:100%}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}html{font-size:95%}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.section{padding:4rem 0}}@media (max-width:768px){.container{max-width:540px}html{font-size:90%}.grid{gap:1.5rem;grid-template-columns:repeat(1,1fr)!important}[class*=col-span-]{grid-column:span 1!important}.hero-enhanced{padding:6rem 0 3rem;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem}.hero-cta-group,.trust-indicators{justify-content:center}.hero-visual{margin-top:3rem;min-height:300px!important}.modern-nav-menu{align-items:flex-start;background-color:#fff;bottom:0;box-shadow:-5px 0 15px #0000001a;flex-direction:column;overflow-y:auto;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:100}.modern-nav-menu.open{right:0}.modern-nav-toggle{display:block;z-index:101}.modern-nav-link{border-bottom:1px solid var(--assco-gray-100);color:var(--assco-gray-800);padding:.75rem 0;width:100%}.modern-nav-cta{margin-top:1rem;text-align:center;width:100%}.features-grid{grid-template-columns:1fr!important}.feature-card{padding:1.5rem}.services-grid{grid-template-columns:1fr!important}.partners-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.partner-logo{height:100px!important;width:45%!important}.cta-card{padding:2rem!important;text-align:center}.cta-card h2{font-size:2rem!important}.cta-card .btn{justify-content:center;width:100%}.md-hidden{display:none!important}.footer-grid{gap:2rem;grid-template-columns:repeat(1,1fr)!important}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-social{justify-content:center}}@media (max-width:576px){.container{padding:0 1.25rem}html{font-size:85%}.hero-title{font-size:2rem}.section-title,h2{font-size:1.75rem!important}.btn{font-size:.9rem;padding:.75rem 1rem;width:100%}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{margin-bottom:.75rem}.trust-indicators{align-items:center;flex-direction:column;gap:.75rem}.partner-logo{width:100%!important}.stat-card{padding:1rem}.stat-value{font-size:2.5rem}.stat-label{font-size:1rem}.enhanced-header{padding:3rem 0 2rem!important}.enhanced-header-title{font-size:2rem!important}.enhanced-header-subtitle{font-size:1rem!important}.timeline-container{padding-left:1.5rem!important}.timeline-item{padding-bottom:2rem!important}.timeline-content{padding:1rem!important}.card-grid{grid-template-columns:1fr!important}.process-step{flex-direction:column!important;text-align:center}.process-step-number{margin-bottom:1rem!important;margin-right:0!important}.case-study-card{flex-direction:column!important}.case-study-image{height:200px!important;width:100%!important}.case-study-content{padding:1.5rem!important}}@media (max-width:768px){[dir=rtl] .modern-nav-menu{left:-100%;right:auto}[dir=rtl] .modern-nav-menu.open{left:0;right:auto}[dir=rtl] .timeline-container{padding-left:0!important;padding-right:1.5rem!important}}@media (max-width:360px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-enhanced{padding:5rem 0 2rem}}@media (prefers-reduced-motion){.fade-in{transition:none}.blob{animation:none}@keyframes pulse{0%,50%,to{transform:none}}}@media (max-width:768px){.mobile-close-btn,.mobile-logo,.mobile-menu-overlay{display:block!important}.language-switcher{border-left:none!important;border-top:1px solid var(--assco-gray-100);justify-content:center;margin-left:0!important;margin-top:1rem;padding-left:0!important;padding-top:1rem;width:100%}.hero-enhanced{min-height:auto!important;padding-top:100px!important}.partner-logo{padding:1rem!important}.feature-card{margin-bottom:1rem}.testimonial-card{margin-bottom:2rem}.cta-card{margin:0 .5rem}.footer-column{margin-bottom:2rem}.footer-contact-item svg{min-width:20px}}@media (max-width:360px){.container{padding:0 1rem}.section{padding:3rem 0}.btn{font-size:.875rem;padding:.5rem 1rem}.modern-nav-logo img{height:30px!important}}@media (max-width:768px){[dir=rtl] .footer-contact-item svg{margin-left:10px;margin-right:0}[dir=rtl] .language-switcher{border-right:none!important;margin-right:0!important;padding-right:0!important}img{height:auto;max-width:100%}.service-image{height:150px!important}.hero-visual{transform:scale(1)}.btn,.footer-link,.footer-social-link,.modern-nav-cta,.modern-nav-link{align-items:center;display:flex;min-height:44px}.modern-nav-toggle{align-items:center;display:flex;height:44px;justify-content:center;width:44px}}@media (prefers-reduced-motion){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width:768px){.grid{row-gap:2rem}h1,h2,h3{word-break:break-word}.section+.section{margin-top:-1rem}.modern-nav,.modern-nav.scrolled{padding:.5rem 0}input,select,textarea{font-size:16px!important}.partners-grid{flex-wrap:wrap;justify-content:center}}@media (max-width:992px){.section{padding:4rem 1.5rem!important}.container{padding-left:1rem!important;padding-right:1rem!important}.hero-title,h1{font-size:2.75rem!important}.section-title,h2{font-size:2.25rem!important}}@media (max-width:768px){.grid{gap:2rem!important;grid-template-columns:repeat(1,1fr)!important}[class*=col-span-]{grid-column:span 12!important}.hero-title,h1{font-size:2.25rem!important;line-height:1.2!important}.section-title,h2{font-size:1.85rem!important;line-height:1.3!important}h3{font-size:1.5rem!important}.subtitle,p.subtitle{font-size:1.1rem!important}p{font-size:1rem!important}.section{padding:3rem 1rem!important}.card,.partner-card,.product-card,.project-card,.service-card,.testimonial-card{height:auto!important;margin-bottom:1.5rem!important}.footer-link,.nav-link,a.btn,button{min-height:44px!important;padding:.75rem 1rem!important}.btn-group,.hero-cta-group{flex-direction:column!important;width:100%!important}.btn-group .btn,.hero-cta-group .btn{margin-bottom:1rem!important;margin-right:0!important;width:100%!important}}@media (max-width:576px){.hero-title,h1{font-size:1.85rem!important}.section-title,h2{font-size:1.5rem!important}.section{padding:2.5rem .75rem!important}}@media (max-width:768px){.enhanced-page-header,.hero-enhanced,.hero-modern{min-height:auto!important;padding:7rem 1rem 3rem!important;text-align:center!important}.hero-content-enhanced,.hero-content-modern{padding-bottom:2rem!important;padding-top:2rem!important}.hero-visual{margin-top:2rem!important;min-height:300px!important;transform:scale(.85)!important}.trust-indicators{gap:.75rem!important}.hero-cta-group,.trust-indicators{justify-content:center!important}.partners-grid{gap:1.5rem!important;grid-template-columns:repeat(1,1fr)!important}.partner-card{height:auto!important}.features-grid,.industries-grid,.product-showcase-grid{grid-template-columns:repeat(1,1fr)!important}.col-span-5.md-col-span-12.md-hidden{display:block!important}.leadership-card{margin:0 auto!important;max-width:100%!important}.partner-logo{height:80px!important;margin:.5rem!important;width:200px!important}.flex.items-center{align-items:flex-start!important}.flex.items-center>div:first-child{margin-top:.25rem!important}.service-card{margin-bottom:2.5rem!important}.service-image{height:200px!important;margin-bottom:1.5rem!important}.process-step{flex-direction:column!important;text-align:center!important}.process-number{margin:0 auto 1rem!important}.solutions-grid,.technical-services-grid{grid-template-columns:repeat(1,1fr)!important}.service-tabs{justify-content:flex-start!important;margin-bottom:2rem!important;overflow-x:auto!important;padding-bottom:1rem!important}.category-grid,.product-gallery-grid{grid-template-columns:repeat(1,1fr)!important}.category-card{margin-bottom:1.5rem!important}.specs-grid{grid-template-columns:repeat(1,1fr)!important}.features-list li{margin-bottom:1rem!important}.projects-grid{grid-template-columns:repeat(1,1fr)!important}.project-card{margin-bottom:2rem!important}.case-study-card{flex-direction:column!important}.case-study-image{height:200px!important;width:100%!important}.case-study-content{padding:1.5rem!important}.process-steps{padding-left:1rem!important}.contact-form-container{padding:1.5rem!important}.form-grid{grid-template-columns:repeat(1,1fr)!important}.contact-info{margin-top:2rem!important;padding:1.5rem!important}.contact-info-item{margin-bottom:1.5rem!important}.contact-map{height:250px!important}.enhanced-header-title{font-size:1.75rem!important;margin-bottom:1rem!important}.enhanced-header-subtitle{font-size:1.1rem!important;margin-bottom:1.5rem!important}.header-cta{display:block!important;width:100%!important}.footer-grid{gap:2rem!important;grid-template-columns:repeat(1,1fr)!important;text-align:center!important}.footer-links,.footer-social{justify-content:center!important}.footer-social{margin-top:1rem!important}.footer-bottom{flex-direction:column!important;text-align:center!important}.footer-contact-item{justify-content:center!important;text-align:center!important}img{height:auto!important;max-width:100%!important}.responsive-image{height:200px!important;object-fit:cover!important}.image-container{height:auto!important}.grid{display:flex!important;flex-direction:column!important}[style*="display: flex"]{flex-wrap:wrap!important}.text-center-mobile{text-align:center!important}.flex-center-mobile{align-items:center!important;justify-content:center!important}.stack-vertical-mobile{flex-direction:column!important}[dir=rtl] .padding-right{padding-left:1.5rem!important;padding-right:0!important}[dir=rtl] .margin-right{margin-left:1rem!important;margin-right:0!important}[dir=rtl] .service-card{text-align:right!important}input,select,textarea{font-size:16px!important;margin-bottom:1rem!important;padding:.75rem!important}form{margin-bottom:2rem!important}.contact-card-container{display:block!important;margin-top:3rem!important}.contact-card-container>div{height:400px!important}.contact-card-container .hero-visual,.contact-card-container [style*=perspective]{margin:0 auto!important;min-height:auto!important;transform:scale(.9)!important}}@media (prefers-reduced-motion){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.fade-in{opacity:1!important;transform:translateY(0)!important}}*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}body,html{overflow-x:hidden;width:100%}@media (max-width:768px){.modern-nav{box-shadow:0 2px 10px #0000001a!important;height:auto!important;min-height:60px!important;padding:.5rem 0!important}.modern-nav.scrolled{box-shadow:0 2px 15px #00000026!important;padding:.4rem 0!important}.modern-nav .container{padding:0 1rem!important}.modern-nav-logo img{height:30px!important}.modern-nav-toggle{align-items:center;display:flex!important;font-size:1.25rem!important;height:40px;justify-content:center;margin-left:auto;width:40px}.modern-nav-menu{background-color:#fff!important;border-left:1px solid #0000001a!important;bottom:0!important;box-shadow:-5px 0 15px #0000001a!important;display:none!important;left:auto!important;max-width:300px!important;overflow-y:auto!important;padding:4rem 1.5rem 1.5rem!important;position:fixed!important;right:-100%!important;top:0!important;transition:right .3s ease-in-out!important;width:75%!important;z-index:1000!important}.modern-nav-menu.open{display:flex!important;right:0!important}.modern-nav-cta,.modern-nav-link{align-items:center!important;border-bottom:1px solid #0000000d!important;color:var(--assco-gray-900)!important;display:flex!important;font-size:16px!important;font-weight:500!important;margin:0!important;padding:15px 10px!important;text-align:left!important;width:100%!important}.modern-nav-cta:hover,.modern-nav-link:hover{background-color:#ff6b000d!important;color:var(--assco-orange)!important}.modern-nav-cta{background-color:var(--assco-orange)!important;border-radius:6px!important;color:#fff!important;justify-content:center!important;margin-top:10px!important;text-align:center!important}.modern-nav-cta:hover{background-color:#e86000!important;color:#fff!important}.mobile-logo{display:block!important;margin-bottom:1.5rem!important}.mobile-close-btn{display:block!important;font-size:18px!important;height:40px!important;width:40px!important;z-index:1001!important}.language-switcher{background-color:#00000005!important;border-left:none!important;border-radius:8px!important;justify-content:center!important;margin:1.5rem 0!important;padding:10px 10px 10px 0!important;width:100%!important}.language-switcher button{border-radius:4px!important;font-weight:600!important;margin:0 5px!important;min-width:45px!important;padding:8px 16px!important}.language-switcher button[style*="var(--assco-orange)"]{box-shadow:0 2px 6px #ff6b004d!important}.mobile-menu-overlay{display:block!important}.enhanced-page-header,.hero-enhanced,.hero-modern{padding-top:80px!important}.mobile-friendly-hero .hero-content-enhanced{padding-top:30px!important}.hero-cta-group,.hero-subtitle,.hero-title,.trust-indicators{margin-top:10px!important}.section{padding-top:80px!important}.container{padding-top:.5rem!important}[dir=rtl] .modern-nav-menu{left:-100%!important;right:auto!important}[dir=rtl] .modern-nav-menu.open{left:0!important;right:auto!important}}@media (max-width:576px){.modern-nav-logo img{height:24px!important}.enhanced-page-header,.hero-enhanced,.hero-modern{padding-top:70px!important}}@media (max-width:360px){.modern-nav{padding:.35rem 0!important}.modern-nav-logo img{height:20px!important}.modern-nav-toggle{font-size:1.1rem!important;height:36px;width:36px}.enhanced-page-header,.hero-enhanced,.hero-modern{padding-top:60px!important}}@media (max-width:768px){.modern-footer{padding:3rem 1rem 2rem!important;text-align:center!important}.footer-grid{gap:3rem!important;grid-template-columns:1fr!important;text-align:center!important}.footer-column{align-items:center!important;display:flex!important;flex-direction:column!important;width:100%!important}.footer-logo-container{display:flex!important;justify-content:center!important;margin-bottom:1rem!important}.footer-title{font-size:1.2rem!important;margin-bottom:1.25rem!important;padding-bottom:.75rem!important;position:relative!important}.footer-title:after{background-color:var(--assco-orange)!important;bottom:0!important;content:""!important;height:2px!important;left:50%!important;position:absolute!important;transform:translateX(-50%)!important;width:40px!important}.footer-link{display:block!important;font-size:1rem!important;margin:0 auto!important;padding:.75rem 0!important}.footer-contact-item{align-items:center!important;display:flex!important;justify-content:center!important;margin-bottom:1.25rem!important}.footer-contact-item svg{flex-shrink:0!important;margin-right:8px!important}.footer-bottom{border-top:1px solid #ffffff1a!important;flex-direction:column!important;gap:1.5rem!important;margin-top:2rem!important;padding-top:2rem!important;text-align:center!important}.footer-social{gap:1rem!important;justify-content:center!important}.footer-social-link{align-items:center!important;background-color:#ffffff0d!important;border-radius:50%!important;display:flex!important;height:42px!important;justify-content:center!important;width:42px!important}.footer-social-link:hover{background-color:var(--assco-orange)!important}}@media (max-width:576px){.modern-footer{padding:2.5rem 1rem 1.5rem!important}.footer-column p{font-size:.9rem!important;margin-left:auto!important;margin-right:auto!important;max-width:280px!important}.footer-grid{gap:2.5rem!important}.footer-link{padding:.6rem 0!important}.footer-social-link{height:38px!important;width:38px!important}.footer-contact-item{margin-bottom:1rem!important}}@media (max-width:360px){.modern-footer{padding:2rem .75rem 1.25rem!important}.footer-title{font-size:1.1rem!important}.footer-column p,.footer-link{font-size:.9rem!important}.footer-grid{gap:2rem!important}.footer-bottom{gap:1rem!important;margin-top:1.5rem!important;padding-top:1.5rem!important}.footer-logo-container img{height:35px!important}}.section{overflow:hidden;position:relative}.section-light{background-color:#fff;color:var(--assco-gray-900);position:relative}.section-light:before{background-image:radial-gradient(#0000000d 1px,#0000 0);background-size:20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.section-light>.container{position:relative;z-index:2}.section-dark{background-color:#1a1a1a;color:#fff;position:relative}.section-dark:before{background-image:radial-gradient(#ffffff0d 1px,#0000 0);background-size:20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.section-dark>.container{position:relative;z-index:2}.section-dark .reason-card h3,.section-dark .subtitle,.section-dark .text-center,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6,.section-dark li,.section-dark p,.section-dark span:not(.badge){color:#fff!important}.section-dark .subtitle,.section-dark li:not(.highlight),.section-dark p:not(.highlight){color:#ffffffd9!important}.section-dark h2:after{background-color:var(--assco-orange)}.section-dark .text-gray-500,.section-dark .text-gray-600,.section-dark .text-gray-700,.section-dark .text-muted,.section-dark .text-secondary{color:#ffffffb3!important}.section-dark .card,.section-dark .feature-card,.section-dark .feature-card-enhanced{background-color:#ffffff14;border:1px solid #ffffff26;box-shadow:0 10px 30px #0003!important}.section-dark .card h3,.section-dark .feature-card h3,.section-dark .feature-card-enhanced h3{color:#fff!important}.section-dark .card p,.section-dark .feature-card p,.section-dark .feature-card-enhanced p{color:#fffc!important}.section-dark .btn-outline,.section-dark button.outline{border-color:#ffffff4d;color:#fff}.section-dark .btn-outline:hover,.section-dark button.outline:hover{background-color:#ffffff1a;border-color:#fff}.section-accent{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;position:relative}.section-accent:before{background-image:radial-gradient(#ff6b000d 1px,#0000 0);background-size:20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.border-top-accent{border-top:4px solid var(--assco-orange)}.border-bottom-accent{border-bottom:4px solid var(--assco-orange)}.wave-transition{margin-top:-1px;position:relative}.wave-transition svg{display:block;width:calc(100% + 1.3px)}.section-dark .value-card{background-color:#fff}.section-dark .value-card h3{color:#1a202c!important}.section-dark .value-card p{color:#000000b3!important}.section-dark .leadership-card .timeline-item div{color:#fff!important}.section-dark .leadership-card .timeline-item div div{color:#ffffffb3!important}.section-dark .leadership-card .certifications h4,.section-dark .leadership-card h4{color:#fff!important}[dir=rtl] .section-accent,[dir=rtl] .section-dark,[dir=rtl] .section-light{text-align:right}@media (max-width:768px){.hero-enhanced{min-height:auto!important;padding-bottom:40px!important;padding-top:80px!important}.hero-content-enhanced{padding-bottom:3rem!important;padding-top:2rem!important}.hero-title{font-size:2.2rem!important;line-height:1.2!important;margin-bottom:1rem!important}.hero-subtitle{font-size:1.1rem!important;margin-bottom:1.5rem!important}.trust-indicators{gap:.75rem!important;justify-content:center!important;margin-bottom:1.5rem!important}.hero-cta-group{display:flex!important;flex-direction:column!important;gap:1rem!important;margin:0 auto!important;max-width:300px!important;width:100%!important}.hero-cta-group .btn{justify-content:center!important;padding:.85rem 1rem!important;text-align:center!important;width:100%!important}.hero-visual{margin-top:2rem!important;min-height:350px!important;transform:translateY(-20px)!important}.hero-visual>div{transform:translateY(-30px)!important}.hero-visual>div>div{background-color:#ff6b0026!important;border:2px solid #ff6b004d!important;box-shadow:0 20px 40px -10px #0006!important;height:280px!important;transform:translate(-50%,-50%) rotateY(10deg) rotateX(5deg)!important;width:280px!important}}@media (max-width:768px){@keyframes float-mobile{0%{transform:translate(-50%,-50%) rotateY(10deg) rotateX(5deg) translateY(0)}50%{transform:translate(-50%,-50%) rotateY(10deg) rotateX(5deg) translateY(-15px)}to{transform:translate(-50%,-50%) rotateY(10deg) rotateX(5deg) translateY(0)}}.hero-visual>div>div{animation:float-mobile 5s ease-in-out infinite!important}}@media (max-width:480px){.hero-title{font-size:1.9rem!important}.hero-visual>div>div{height:260px!important;transform:translate(-50%,-50%) rotateY(5deg) rotateX(5deg)!important;width:260px!important}@keyframes float-small{0%{transform:translate(-50%,-50%) rotateY(5deg) rotateX(5deg) translateY(0)}50%{transform:translate(-50%,-50%) rotateY(5deg) rotateX(5deg) translateY(-10px)}to{transform:translate(-50%,-50%) rotateY(5deg) rotateX(5deg) translateY(0)}}.hero-visual>div>div{animation:float-small 5s ease-in-out infinite!important}.hero-visual img{width:40px!important}.hero-visual div[style*="color: white"]{font-size:1.1rem!important}}section .container div[style*="text-align: center"]{align-items:center!important;display:flex!important;flex-direction:column!important}section .container span[style*="background-color: rgba(255, 107, 0, 0.1)"], section .container span[style*="backgroundColor: 'rgba(255, 107, 0, 0.1)'"]{display:block!important;margin-bottom:1rem!important;order:-1!important}section .container h2{order:0!important}section .container p[style*="margin: '0 auto'"]{order:1!important}section .container h2{margin-top:0!important}[dir=rtl] section .container div[style*="text-align: center"]{flex-direction:column!important}@media (max-width:768px){section .container span[style*="background-color: rgba(255, 107, 0, 0.1)"], section .container span[style*="backgroundColor: 'rgba(255, 107, 0, 0.1)'"]{margin-bottom:.75rem!important}}@media (max-width:576px){.hero-title,h1{font-size:1.75rem!important;line-height:1.2!important;word-break:break-word}.section-title,h2{font-size:1.4rem!important;line-height:1.3!important}h3{font-size:1.2rem!important;line-height:1.4!important}h4{font-size:1rem!important}.text-base,p{font-size:.95rem!important;line-height:1.6!important}.text-sm,small{font-size:.85rem!important}.btn,[role=button],button{font-size:1rem!important;min-height:48px!important;padding:.75rem 1.5rem!important}input,select,textarea{font-size:16px!important;min-height:48px!important;padding:.75rem 1rem!important}}@media (max-width:768px){.footer-link,.nav-link,[role=button],a,button{align-items:center!important;display:inline-flex!important;justify-content:center!important;min-height:44px!important;min-width:44px!important}.footer-link,.modern-nav-link{justify-content:flex-start!important;padding:1rem!important;text-align:left!important;width:100%!important}.product-card,.project-card,.service-card{margin-bottom:2rem!important;padding:1.5rem!important}.grid,[class*=grid]{display:flex!important;flex-direction:column!important;gap:1.5rem!important}[class*=col-span-]{grid-column:span 12!important;width:100%!important}.btn-group,.hero-cta-group,.trust-indicators{align-items:center!important;flex-direction:column!important;gap:1rem!important;width:100%!important}.btn-group .btn,.hero-cta-group .btn{margin-bottom:0!important;max-width:280px!important;width:100%!important}img{height:auto!important;max-width:100%!important}.hero-visual,.product-image,.service-image{max-height:300px!important;object-fit:cover!important;width:100%!important}.hero-enhanced,.hero-modern{padding:6rem 1rem 4rem!important;text-align:center!important}.hero-content-enhanced{padding:0!important}.product-showcase-section .grid{grid-template-columns:1fr!important}.product-showcase-section .col-span-5,.product-showcase-section .col-span-7{grid-column:span 12!important}.footer-grid{display:flex!important;flex-direction:column!important;gap:2rem!important}.footer-column{text-align:center!important;width:100%!important}.footer-bottom{flex-direction:column!important;gap:1rem!important;text-align:center!important}.footer-contact-item,.footer-social{justify-content:center!important}.case-study-nav-card,.footer-contact-item{text-align:center!important}.case-study-nav-card{min-height:auto!important}.case-studies-nav{display:flex!important;flex-direction:column!important;gap:1rem!important}}*{box-sizing:border-box;max-width:100vw}body,html{overflow-x:hidden!important;width:100%!important}@media (max-width:768px){.fade-in,.slide-in,[class*=animate-]{animation-duration:.3s!important}.hero-visual,.product-image{transform:none!important}.section{padding:3rem 1rem!important}.container{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:768px) and (prefers-color-scheme:dark){.product-card,.project-card,.service-card{background-color:#1a202c!important;color:#fff!important}}@media (max-width:768px){a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:3px solid var(--assco-orange)!important;outline-offset:2px!important}.skip-link{background:var(--assco-orange)!important;color:#fff!important;left:6px!important;padding:8px!important;position:absolute!important;text-decoration:none!important;top:-40px!important;z-index:1000!important}.skip-link:focus{top:6px!important}.case-study-content,.hero-visual,.product-showcase .grid{box-shadow:0 2px 10px #0000001a!important}.hero-enhanced:before{background:linear-gradient(135deg,var(--assco-blue) 0,var(--assco-blue-dark) 100%)!important}.hero-enhanced{min-height:auto!important;padding:5rem 1rem 3rem!important;text-align:center!important}.hero-content-enhanced{max-width:100%!important;padding:0!important}.hero-content-enhanced .grid{align-items:center!important;display:flex!important;flex-direction:column!important;gap:2rem!important;min-height:auto!important}.hero-content-enhanced .col-span-5,.hero-content-enhanced .col-span-7,.hero-content-enhanced [class*=col-span-]{grid-column:unset!important;max-width:100%!important;order:1!important;width:100%!important}.hero-content-enhanced .col-span-5{margin-top:1rem!important;order:2!important}.hero-title{font-size:1.75rem!important;line-height:1.2!important;margin-bottom:1rem!important;word-break:break-word!important}.hero-subtitle,.hero-title{max-width:100%!important;text-align:center!important}.hero-subtitle{font-size:1rem!important;line-height:1.5!important;margin-bottom:1.5rem!important}.trust-indicators{align-items:center!important;flex-direction:column!important;gap:.75rem!important;margin-bottom:2rem!important;width:100%!important}.trust-indicators>div{justify-content:center!important;max-width:280px!important;width:auto!important}.hero-cta-group{flex-direction:column!important;gap:1rem!important}.hero-cta-group,.hero-cta-group .btn{align-items:center!important;display:flex!important;justify-content:center!important;width:100%!important}.hero-cta-group .btn{font-size:1rem!important;margin-bottom:0!important;margin-right:0!important;max-width:280px!important;min-height:48px!important;padding:.875rem 1.5rem!important}.hero-visual{align-items:center!important;display:flex!important;height:300px!important;justify-content:center!important;margin-top:2rem!important;max-height:300px!important;min-height:300px!important;padding:1rem!important;transform:none!important;width:100%!important}.hero-visual>div{height:250px!important;max-width:250px!important;transform:none!important}.product-showcase-section{padding:3rem 1rem!important}.product-showcase-section .grid{display:flex!important;flex-direction:column!important;gap:2rem!important;min-height:auto!important}.product-showcase-section .col-span-5,.product-showcase-section .col-span-7,.product-showcase-section [class*=col-span-]{grid-column:unset!important;max-width:100%!important;width:100%!important}.product-showcase-section .col-span-5{height:300px!important;min-height:300px!important;order:1!important}.product-showcase-section .col-span-7{order:2!important;padding:2rem 1rem!important}}@media (max-width:576px){.hero-enhanced{padding:4rem .75rem 2rem!important}.hero-title{font-size:1.5rem!important;line-height:1.1!important}.hero-subtitle{font-size:.95rem!important}.hero-visual{height:250px!important;min-height:250px!important;padding:.5rem!important}.hero-visual>div{height:200px!important;max-width:200px!important}.trust-indicators>div{max-width:240px!important;padding:.5rem .75rem!important}.hero-cta-group .btn{font-size:.95rem!important;max-width:240px!important;padding:.75rem 1rem!important}}@media (max-width:768px){.container{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}.section{padding:3rem 1rem!important}.grid{display:flex!important;flex-direction:column!important;gap:2rem!important}[class*=col-span-]{flex:1!important;grid-column:unset!important;width:100%!important}.hero-enhanced:before{background-position:50%!important;background-size:cover!important}.hero-enhanced>div:first-child{background-position:bottom!important;background-size:cover!important;height:40%!important}.hero-enhanced h1,.hero-enhanced h2,.hero-enhanced p{text-align:center!important}.hero-enhanced .fade-in{animation-duration:.4s!important}.hero-content-enhanced,.hero-enhanced,.hero-visual{max-width:100vw!important;overflow-x:hidden!important}.hero-enhanced{min-height:85vh!important;padding:4rem 1rem 2rem!important}.hero-content-enhanced,.hero-enhanced{align-items:center!important;display:flex!important;justify-content:center!important}.hero-content-enhanced{max-width:100%!important;padding:0!important;width:100%!important}.hero-content-enhanced .grid{align-items:center!important;display:flex!important;flex-direction:column!important;gap:3rem!important;justify-content:center!important;max-width:100%!important;min-height:auto!important;width:100%!important}.hero-content-enhanced .col-span-7{grid-column:unset!important;order:1!important;padding:0!important;text-align:center!important}.hero-content-enhanced .col-span-5,.hero-content-enhanced .col-span-7,.hero-content-enhanced .col-span-7>div{max-width:100%!important;width:100%!important}.hero-content-enhanced .col-span-5{align-items:center!important;display:flex!important;grid-column:unset!important;justify-content:center!important;order:2!important}.hero-title{font-size:1.8rem!important;font-weight:700!important;hyphens:auto!important;letter-spacing:-.02em!important;line-height:1.15!important;margin-bottom:1.5rem!important;word-break:break-word!important}.hero-subtitle,.hero-title{max-width:100%!important;text-align:center!important}.hero-subtitle{font-size:1.1rem!important;line-height:1.4!important;margin-bottom:2rem!important;opacity:.9!important}.trust-indicators{align-items:center!important;display:flex!important;flex-direction:column!important;gap:1rem!important;margin-bottom:2.5rem!important;width:100%!important}.trust-indicators>div{border-radius:25px!important;font-size:.95rem!important;max-width:300px!important;padding:.75rem 1.25rem!important;width:auto!important}.hero-cta-group{flex-direction:column!important;gap:1.25rem!important;margin-top:1rem!important}.hero-cta-group,.hero-cta-group .btn{align-items:center!important;display:flex!important;width:100%!important}.hero-cta-group .btn{border-radius:26px!important;box-shadow:0 4px 15px #0000001a!important;font-size:1.05rem!important;font-weight:600!important;justify-content:center!important;margin:0!important;max-width:300px!important;min-height:52px!important;padding:1rem 2rem!important}.hero-cta-group .btn-primary{background:linear-gradient(135deg,var(--assco-orange) 0,#ff8c00 100%)!important;border:none!important}.hero-cta-group .btn-outline{backdrop-filter:blur(10px)!important;background:#ffffff26!important;border:2px solid #ffffff4d!important}.hero-visual{align-items:center!important;display:flex!important;height:200px!important;justify-content:center!important;margin:0!important;max-height:200px!important;min-height:200px!important;padding:1rem!important;transform:none!important;width:100%!important}.hero-visual>div{height:180px!important;max-width:180px!important;transform:none!important}.hero-visual img{height:auto!important;max-width:60px!important}}@media (max-width:576px){.hero-enhanced{min-height:80vh!important;padding:3rem .75rem 1.5rem!important}.hero-content-enhanced .grid{gap:2rem!important}.hero-title{font-size:1.6rem!important;line-height:1.1!important;margin-bottom:1.25rem!important}.hero-subtitle{font-size:1rem!important;margin-bottom:1.75rem!important}.trust-indicators{gap:.75rem!important;margin-bottom:2rem!important}.trust-indicators>div{font-size:.9rem!important;max-width:280px!important;padding:.65rem 1rem!important}.hero-cta-group{gap:1rem!important}.hero-cta-group .btn{font-size:1rem!important;max-width:280px!important;min-height:48px!important;padding:.9rem 1.75rem!important}.hero-visual{height:160px!important;max-height:160px!important;min-height:160px!important}.hero-visual>div{height:140px!important;max-width:140px!important}}@media (max-width:768px){.product-showcase-section{padding:3rem 1rem!important}.product-showcase-section .grid{border-radius:16px!important;display:flex!important;flex-direction:column!important;gap:0!important;min-height:auto!important;overflow:hidden!important}.product-showcase-section .col-span-5{grid-column:unset!important;height:250px!important;max-height:250px!important;min-height:250px!important;order:1!important;width:100%!important}.product-showcase-section .col-span-7{grid-column:unset!important;order:2!important;padding:2rem 1.5rem!important;width:100%!important}.product-showcase-section h3{font-size:1.5rem!important;margin-bottom:1rem!important}.product-showcase-section p{font-size:1rem!important;line-height:1.6!important;margin-bottom:1.5rem!important}.product-showcase-section .hero-cta-group{flex-direction:column!important;gap:1rem!important}.product-showcase-section .hero-cta-group .btn{max-width:250px!important;width:100%!important}.container{margin:0 auto!important;max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}.section{padding:3rem 1rem!important}*{box-sizing:border-box!important;max-width:100vw!important}body,html{overflow-x:hidden!important;width:100%!important}.modern-nav{backdrop-filter:blur(10px)!important;background:#1a202cf2!important;padding:1rem 0!important}.modern-nav-container{padding:0 1rem!important}.modern-nav-toggle{background:none!important;border:none!important;color:#fff!important;cursor:pointer!important;font-size:1.5rem!important;height:48px!important;width:48px!important}.modern-nav-menu{backdrop-filter:blur(20px)!important;background:#1a202cfa!important;padding:3rem 2rem 2rem!important}.modern-nav-link{border-bottom:1px solid #ffffff1a!important;color:#fff!important;font-size:1.1rem!important;padding:1rem 0!important;text-decoration:none!important}.language-switcher{border-left:none!important;border-top:1px solid #ffffff1a!important;justify-content:center!important;margin-left:0!important;padding-left:0!important;padding-top:1rem!important}.modern-nav-cta{background:var(--assco-orange)!important;border-radius:25px!important;color:#fff!important;font-weight:600!important;margin-top:1.5rem!important;padding:.875rem 2rem!important;text-align:center!important}.fade-in{animation-duration:.3s!important}.hero-visual,.hero-visual *,.product-showcase-section *{animation:none!important;transform:none!important;transition:none!important}h1,h2,h3,h4,h5,h6{hyphens:auto!important;line-height:1.3!important}h1,h2,h3,h4,h5,h6,p{word-break:break-word!important}p{line-height:1.5!important}.hero-title{font-weight:700!important}.hero-subtitle{font-weight:400!important}.hero-enhanced{margin-top:0!important;min-height:100vh!important;padding:6rem 2rem 3rem!important;text-align:center!important}.hero-content-enhanced,.hero-enhanced{align-items:center!important;display:flex!important;justify-content:center!important}.hero-content-enhanced{max-width:100%!important;padding:0!important;width:100%!important}.hero-content-enhanced .grid{align-items:center!important;display:flex!important;flex-direction:column!important;gap:0!important;justify-content:center!important;max-width:100%!important;min-height:auto!important;width:100%!important}.hero-content-enhanced .col-span-7{grid-column:unset!important;order:1!important;padding:0!important;text-align:center!important}.hero-content-enhanced .col-span-7,.hero-content-enhanced .col-span-7>div{max-width:100%!important;width:100%!important}.hero-title{color:#fff!important;font-size:2.75rem!important;font-weight:800!important;letter-spacing:-.025em!important;line-height:1.1!important;margin-bottom:2rem!important;word-break:break-word!important}.hero-subtitle,.hero-title{max-width:100%!important;text-align:center!important}.hero-subtitle{color:#fffffff2!important;font-size:1.35rem!important;font-weight:400!important;line-height:1.4!important;margin-bottom:3rem!important;opacity:.95!important}.trust-indicators{align-items:center!important;display:flex!important;flex-direction:column!important;gap:1.5rem!important;margin-bottom:3rem!important;width:100%!important}.trust-indicators>div{backdrop-filter:blur(10px)!important;background:#ffffff26!important;border:1px solid #fff3!important;border-radius:30px!important;font-size:1.1rem!important;font-weight:500!important;max-width:320px!important;padding:1rem 1.5rem!important;width:auto!important}.trust-indicators svg{height:24px!important;margin-right:.75rem!important;width:24px!important}.hero-cta-group{flex-direction:column!important;gap:1.25rem!important;margin-top:1.5rem!important}.hero-cta-group,.hero-cta-group .btn{align-items:center!important;display:flex!important;width:100%!important}.hero-cta-group .btn{border-radius:25px!important;box-shadow:0 6px 20px #0000001f!important;font-size:1.05rem!important;font-weight:600!important;justify-content:center!important;letter-spacing:.01em!important;margin:0!important;max-width:280px!important;min-height:50px!important;padding:1rem 2rem!important;text-transform:none!important;transition:all .3s ease!important}.hero-cta-group .btn:hover{box-shadow:0 12px 35px #0003!important;transform:translateY(-2px)!important}.hero-cta-group .btn-primary{background:linear-gradient(135deg,#ff6b00,#ff8c00)!important;border:none!important;color:#fff!important}.hero-cta-group .btn-outline{backdrop-filter:blur(15px)!important;background:#ffffff1a!important;border:2px solid #ffffff4d!important;color:#fff!important}.hero-cta-group .btn svg{height:20px!important;margin-left:.75rem!important;width:20px!important}.hero-content-enhanced .col-span-5{display:none!important}}@media (max-width:576px){.hero-enhanced{min-height:100vh!important;padding:5rem 1.5rem 2rem!important}.hero-content-enhanced .grid{gap:0!important}.hero-title{font-size:2.4rem!important;line-height:1.05!important;margin-bottom:1.75rem!important}.hero-subtitle{font-size:1.2rem!important;margin-bottom:2.5rem!important}.trust-indicators{gap:1.25rem!important;margin-bottom:2.5rem!important}.trust-indicators>div{font-size:1rem!important;max-width:300px!important;padding:.875rem 1.25rem!important}.hero-cta-group{gap:1rem!important}.hero-cta-group .btn{border-radius:24px!important;font-size:1rem!important;max-width:260px!important;min-height:48px!important;padding:.875rem 1.75rem!important}}@media (max-width:768px){.product-showcase-section{padding:4rem 2rem!important}.product-showcase-section .grid{border-radius:20px!important;box-shadow:0 15px 40px #0000001a!important;display:flex!important;flex-direction:column!important;gap:0!important;min-height:auto!important;overflow:hidden!important}.product-showcase-section .col-span-5{grid-column:unset!important;height:280px!important;max-height:280px!important;min-height:280px!important;order:1!important;width:100%!important}.product-showcase-section .col-span-7{grid-column:unset!important;order:2!important;padding:3rem 2rem!important;width:100%!important}.product-showcase-section h3{font-size:1.75rem!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1.5rem!important}.product-showcase-section p{color:#4a5568!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:2rem!important}.product-showcase-section .hero-cta-group{align-items:center!important;flex-direction:column!important;gap:1.25rem!important}.product-showcase-section .hero-cta-group .btn{font-size:1.05rem!important;max-width:280px!important;min-height:52px!important;padding:1rem 2rem!important;width:100%!important}.modern-nav{backdrop-filter:blur(15px)!important;background:#1a202cf7!important;border-bottom:1px solid #ffffff1a!important;padding:1.25rem 0!important}.modern-nav-container{padding:0 2rem!important}.modern-nav-toggle{background:none!important;border:none!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;font-size:1.5rem!important;height:50px!important;transition:background .3s ease!important;width:50px!important}.modern-nav-toggle:hover{background:#ffffff1a!important}.modern-nav-menu{backdrop-filter:blur(25px)!important;background:#1a202cfa!important;padding:4rem 2rem 3rem!important}.modern-nav-link{border-bottom:1px solid #ffffff1a!important;color:#fff!important;font-size:1.2rem!important;font-weight:500!important;padding:1.25rem 0!important;text-decoration:none!important;transition:color .3s ease!important}.modern-nav-link:hover{color:var(--assco-orange)!important}.language-switcher{border-left:none!important;border-top:1px solid #ffffff1a!important;gap:.75rem!important;justify-content:center!important;margin-left:0!important;padding-left:0!important;padding-top:1.5rem!important}.language-switcher button{border-radius:20px!important;font-size:1rem!important;font-weight:600!important;padding:.75rem 1.25rem!important}.modern-nav-cta{background:linear-gradient(135deg,var(--assco-orange) 0,#ff8c00 100%)!important;border:none!important;border-radius:30px!important;box-shadow:0 6px 20px #ff6b004d!important;color:#fff!important;font-size:1.1rem!important;font-weight:700!important;margin-top:2rem!important;padding:1rem 2.5rem!important;text-align:center!important}.container{margin:0 auto!important;max-width:100%!important;padding-left:2rem!important;padding-right:2rem!important}.section{padding:4rem 2rem!important}*{box-sizing:border-box!important}body,html{overflow-x:hidden!important;width:100%!important}body{padding-top:0!important}h1{font-size:2.75rem!important;font-weight:800!important;line-height:1.1!important}h2{font-size:2.25rem!important;line-height:1.2!important}h2,h3{font-weight:700!important}h3{font-size:1.75rem!important;line-height:1.3!important}p{font-size:1.1rem!important;font-weight:400!important;line-height:1.6!important}.modern-nav{background:#0000!important;left:0!important;padding:1rem 0!important;position:fixed!important;right:0!important;top:0!important;transition:all .3s ease!important;z-index:1000!important}.modern-nav.scrolled{backdrop-filter:blur(20px)!important;background:#fffffffa!important;border-bottom:1px solid #0000001a!important;box-shadow:0 2px 20px #0000001a!important}.modern-nav-container{padding:0 2rem!important}.modern-nav-toggle{background:none!important;border:none!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;font-size:1.5rem!important;height:50px!important;transition:all .3s ease!important;width:50px!important}.modern-nav.scrolled .modern-nav-toggle{color:var(--assco-gray-800)!important}.modern-nav-toggle:hover{background:#fff3!important}.modern-nav.scrolled .modern-nav-toggle:hover{background:#0000001a!important}.modern-nav-menu{backdrop-filter:blur(25px)!important;background:#1a1a1afa!important;background:#1a1a1a!important;border:none!important;padding:4rem 2rem 3rem!important}.mobile-close-btn{color:#fff!important}.mobile-logo{filter:brightness(1.2)!important}.enhanced-header,.projects-header{min-height:auto!important;padding-bottom:6rem!important;padding-top:8rem!important}.enhanced-header .container,.projects-header .container{padding-left:1.5rem!important;padding-right:1.5rem!important}.enhanced-header .grid,.projects-header .grid{display:block!important;gap:0!important}.enhanced-header .col-span-8,.projects-header .col-span-8{grid-column:span 12!important;margin-bottom:3rem!important;text-align:center!important}.enhanced-header .col-span-4,.projects-header .col-span-4{display:none!important}.enhanced-header-title{font-size:2.75rem!important;font-weight:800!important;letter-spacing:-.025em!important;line-height:1.1!important;margin-bottom:2rem!important;word-break:break-word!important}.enhanced-header-subtitle,.enhanced-header-title{max-width:100%!important;text-align:center!important}.enhanced-header-subtitle{color:#fffffff2!important;font-size:1.35rem!important;font-weight:400!important;line-height:1.4!important;margin-bottom:2.5rem!important;opacity:.95!important}.about-tags,.products-tags,.project-tags,.services-tags{gap:1rem!important;justify-content:center!important;margin-bottom:0!important;margin-top:1.5rem!important}.about-tags>div,.products-tags>div,.project-tags>div,.services-tags>div{backdrop-filter:blur(10px)!important;background:#ff6b0026!important;border:1px solid #ff6b004d!important;border-radius:25px!important;flex-shrink:0!important;font-size:.9rem!important;padding:.75rem 1.25rem!important}.about-tags svg,.products-tags svg,.project-tags svg,.services-tags svg{height:16px!important;width:16px!important}.enhanced-header .shape-divider,.projects-header .shape-divider{height:80px!important;line-height:0!important;overflow:hidden!important}.enhanced-header .shape-divider svg,.projects-header .shape-divider svg{display:block!important;height:80px!important;position:relative!important;width:calc(100% + 1.3px)!important}.enhanced-header .shape-divider .shape-fill,.projects-header .shape-divider .shape-fill{fill:#fff!important;shape-rendering:geometricPrecision!important;vector-effect:non-scaling-stroke!important}.enhanced-header .shape-divider svg,.projects-header .shape-divider svg{filter:url(#smooth-pages)!important}.enhanced-header .shape-divider svg,.hero-enhanced .shape-divider svg,.projects-header .shape-divider svg{backface-visibility:hidden!important;perspective:1000px!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.hero-enhanced .shape-divider svg{filter:url(#smooth-home)!important}.projects-header .shape-divider svg{backface-visibility:hidden!important;filter:url(#smooth-projects)!important;perspective:1000px!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}}@media (max-width:768px){@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.enhanced-header .shape-divider svg,.projects-header .shape-divider svg{shape-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.enhanced-header .shape-divider .shape-fill,.projects-header .shape-divider .shape-fill{shape-rendering:crispEdges!important}}.enhanced-header .shape-divider,.projects-header .shape-divider{contain:layout!important;will-change:transform!important}.enhanced-header .blob,.projects-header .blob{opacity:.1!important;transform:scale(.7)!important}.enhanced-header .bg-pattern,.projects-header .bg-pattern{opacity:.3!important}.enhanced-header .fade-in,.projects-header .fade-in{animation-duration:.6s!important}.enhanced-header .grid>div:nth-child(2),.projects-header .grid>div:nth-child(2){display:none!important}.enhanced-header .container,.projects-header .container{margin:0 auto!important;max-width:100%!important}.modern-nav-link{border-bottom:1px solid #ffffff1a!important;color:#fff!important;font-size:1.2rem!important;font-weight:500!important;padding:1.25rem 0!important;text-decoration:none!important;transition:color .3s ease!important}.modern-nav-link:hover{color:var(--assco-orange)!important}.language-switcher{border-left:none!important;border-top:1px solid #ffffff1a!important;gap:.75rem!important;justify-content:center!important;margin-left:0!important;padding-left:0!important;padding-top:1.5rem!important}.language-switcher button{border-radius:20px!important;font-size:1rem!important;font-weight:600!important;padding:.75rem 1.25rem!important}.modern-nav-cta{background:linear-gradient(135deg,var(--assco-orange) 0,#ff8c00 100%)!important;border:none!important;border-radius:30px!important;box-shadow:0 6px 20px #ff6b004d!important;color:#fff!important;font-size:1.1rem!important;font-weight:700!important;margin-top:2rem!important;padding:1rem 2.5rem!important;text-align:center!important}.modern-nav .header-logo{height:80px!important;width:auto!important}.modern-nav-toggle{pointer-events:auto!important;touch-action:manipulation!important;z-index:9999!important}.modern-nav:not(.scrolled){backdrop-filter:none!important;background:#0000!important}@media (max-width:768px){.modern-nav-toggle{pointer-events:auto!important;touch-action:manipulation!important;z-index:9999!important}}.hero-enhanced div[style*="background: rgba(255, 255, 255, 0.1)"], .hero-enhanced div[style*="backgroundColor: 'rgba(255, 255, 255, 0.1)"]{display:inline-flex!important;flex-direction:row!important;font-size:1rem!important;margin:.75rem!important;max-width:none!important;padding:1rem 2rem!important;width:auto!important}.hero-enhanced div[style*="background: rgba(255, 255, 255, 0.1)"] span, .hero-enhanced div[style*="backgroundColor: 'rgba(255, 255, 255, 0.1)"] span{font-size:1rem!important;line-height:1.4!important;padding:0!important;text-align:left!important}h2[style*="font-size: 2.75rem"],h2[style*="font-size: 3rem"],h2[style*="fontSize: '2.75rem'"],h2[style*="fontSize: '3rem'"]{font-size:1.75rem!important;line-height:1.3!important;margin-bottom:1rem!important;max-width:100%!important;padding:0 1rem!important;text-align:center!important}p[style*="font-size: 1.25rem"],p[style*="fontSize: '1.25rem'"]{font-size:1rem!important;line-height:1.5!important;margin-bottom:1.5rem!important;max-width:100%!important;padding:0 1rem!important;text-align:center!important}div[style*="display: flex"][style*="gap: '1.25rem'"]{align-items:flex-start!important;background:#ff6b000d!important;border-left:4px solid var(--assco-orange)!important;border-radius:12px!important;flex-direction:column!important;gap:1.5rem!important;margin-bottom:2rem!important;padding:1.5rem!important}p[style*="white-space: nowrap"],p[style*="whiteSpace: 'nowrap'"]{font-size:.95rem!important;line-height:1.4!important;overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}div[style*="display: 'flex'"][style*="gap: '1.5rem'"],div[style*="display: flex"][style*="gap: 1.5rem"]{align-items:center!important;flex-direction:column!important;gap:1rem!important;padding:0 1rem!important;width:100%!important}.btn,[style*="backgroundColor: 'var(--assco-orange')"],[style*="padding: '1rem 2.5rem'"],a[class*=btn]{align-items:center!important;border-radius:25px!important;display:flex!important;font-size:1rem!important;justify-content:center!important;margin:.5rem 0!important;max-width:280px!important;padding:1rem 2rem!important;text-align:center!important;width:100%!important}div[style*="marginTop: '3rem'"][style*="display: 'flex'"]{flex-direction:column!important;gap:1.5rem!important;margin-top:2rem!important}.grid[style*="gridTemplateColumns: 'repeat(12, 1fr)"]{display:block!important;gap:0!important}.col-span-12,.col-span-7,.col-span-8{margin-bottom:2rem!important;width:100%!important}.col-span-4,.col-span-5{display:none!important}section{padding-bottom:4rem!important;padding-top:4rem!important}.container{padding-left:1.5rem!important;padding-right:1.5rem!important}*{box-sizing:border-box!important}h1,h2,h3{font-size:1.75rem!important;line-height:1.3!important;margin-bottom:1rem!important}h1,h2,h3,p{padding:0 1rem!important;text-align:center!important}p{font-size:1rem!important;line-height:1.5!important;margin-bottom:1.5rem!important;max-width:100%!important;white-space:normal!important;word-break:break-word!important}div[style*="display: 'flex'"]:not([style*="backgroundColor: 'rgba(255, 255, 255, 0.1)"]), div[style*="display: flex"]:not([style*="backgroundColor: 'rgba(255, 255, 255, 0.1)"]){align-items:center!important;flex-direction:column!important;gap:1rem!important;width:100%!important}.hero-enhanced div[style*="display: 'flex'"][style*="gap: '2rem'"]{flex-direction:row!important;flex-wrap:wrap!important;gap:1rem!important;justify-content:center!important;width:100%!important}.btn:not(.hero-feature),a.btn:not(.hero-feature),button.btn:not(.hero-feature){display:block!important;font-size:1rem!important;margin:.5rem auto!important;max-width:280px!important;padding:1rem 2rem!important;text-align:center!important;width:100%!important}.hero-feature,div[style*="backgroundColor: 'rgba(255, 255, 255, 0.1)"]{display:inline-flex!important;font-size:1rem!important;margin:.5rem!important;max-width:none!important;padding:1rem 2rem!important;width:auto!important}section{padding:3rem 1rem!important}.grid,div[style*=gridTemplateColumns],div[style*=grid]{display:block!important;grid-template-columns:1fr!important}.col-span-4,.col-span-5,div[class*=col-span-4],div[class*=col-span-5]{display:none!important}div[style*="gridTemplateColumns: 'repeat(auto-fill, minmax(350px, 1fr)'"]{display:flex!important;flex-direction:column!important;gap:2.5rem!important;grid-template-columns:none!important;padding:1rem 0!important}.reason-card{display:block!important;flex-shrink:0!important;height:auto!important;margin:0 0 2rem!important;max-width:100%!important;min-width:auto!important;padding:0!important;width:100%!important}.reason-card+.reason-card{margin-top:2rem!important}.reason-card div[style*="backgroundColor: 'rgba(255, 255, 255, 0.1)'"]{align-items:center!important;flex-direction:column!important;gap:1rem!important;padding:1.5rem!important;text-align:center!important}.reason-card h3{font-size:1.25rem!important;line-height:1.3!important;margin-bottom:.5rem!important;text-align:center!important}.reason-card p{font-size:.95rem!important;line-height:1.5!important;margin:0!important;padding:0!important;text-align:center!important}section[style*="backgroundColor: '#1a1a1a'"] .container{max-width:100%!important;padding:1.5rem!important}section[style*="backgroundColor: '#1a1a1a'"]{overflow-x:hidden!important;padding:4rem 0!important}div[style*="display: 'flex'"][style*="justifyContent: 'space-around'"]{align-items:center!important;flex-direction:column!important;gap:2rem!important}div[style*="backgroundColor: 'rgba(255, 255, 255, 0.1)'"][style*="minWidth: '180px'"]{margin:0 auto!important;max-width:250px!important;min-width:auto!important;padding:1.5rem!important;text-align:center!important;width:100%!important}div[style*="fontSize: '2.5rem'"]{font-size:2rem!important;line-height:1.2!important}.reason-card:not(:last-child){border-bottom:1px solid #ffffff0d!important;margin-bottom:3rem!important;padding-bottom:1rem!important}div[class*=reason-card],div[className*=reason-card]{margin:0 0 2.5rem!important;padding:0 0 1rem!important}section[style*="backgroundColor: '#1a1a1a'"] .reason-card{border:1px solid #ffffff1a!important;box-shadow:0 4px 12px #0000004d!important;margin-bottom:3rem!important}div[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(320px, 1fr)'"]{display:flex!important;flex-direction:column!important;gap:2.5rem!important;grid-template-columns:none!important;padding:1rem 0!important}.feature-card-enhanced{display:block!important;flex-shrink:0!important;height:auto!important;margin:0 0 2.5rem!important;max-width:100%!important;min-width:auto!important;padding:2rem!important;width:100%!important}.feature-card-enhanced+.feature-card-enhanced{margin-top:2rem!important}.feature-card-enhanced:not(:last-child){border-bottom:1px solid #ffffff0d!important;margin-bottom:3rem!important;padding-bottom:1rem!important}.feature-card-enhanced .feature-icon-bg{height:70px!important;margin:0 auto 1.5rem!important;width:70px!important}.feature-card-enhanced h3{font-size:1.25rem!important;line-height:1.3!important;margin-bottom:1rem!important;text-align:center!important}.feature-card-enhanced p{font-size:.95rem!important;line-height:1.5!important;margin:0!important;padding:0!important;text-align:center!important}.hero-cta-group .btn{transition:all .3s ease!important}.fade-in{animation-duration:.4s!important}.hero-visual,.hero-visual *{animation:none!important;transform:none!important}}
/*# sourceMappingURL=main.f9af54db.css.map*/