:root{--primary:#5c45e2;--primary-dark:#4a35c8;--primary-light:#e7e3fc;--secondary:#00cfb8;--accent:#ff5e8a;--dark:#0f123f;--text-dark:#1a2258;--text-medium:#414776;--text-light:#6c7292;--bg-light:#f7f9fc;--white:#fff;--light-gray:#f1f3f9;--card-shadow:0 15px 35px #5c45e214;--button-shadow:0 8px 15px #5c45e226;--section-padding:7rem 0}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-medium);background-color:var(--white);font-family:DM Sans,sans-serif;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:Sora,sans-serif;font-weight:700;line-height:1.3}h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.25rem}h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.75rem}h3{letter-spacing:-.01em;margin-bottom:1rem;font-size:2rem}p{margin-bottom:1.5rem;font-size:1.125rem}a{color:var(--primary);text-decoration:none;transition:all .3s}a:hover{color:var(--accent)}.container{width:90%;max-width:1400px;margin:0 auto}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);color:var(--white);box-shadow:var(--button-shadow);transform:translateY(-3px)}.btn-secondary{background:var(--primary-light);color:var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--white);box-shadow:var(--button-shadow);transform:translateY(-3px)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{color:var(--white);background:#f04577;transform:translateY(-3px);box-shadow:0 8px 15px #ff5e8a40}header{background-color:var(--white);padding:1.25rem 0;box-shadow:0 2px 20px #0000000a}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-family:Sora,sans-serif;font-size:1.75rem;font-weight:800;display:flex}.logo-icon{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.nav-menu{align-items:center;gap:3rem;display:flex}.nav-link{color:var(--text-medium);padding:.5rem 0;font-size:1.05rem;font-weight:600;position:relative}.nav-link.active,.nav-link:hover{color:var(--primary)}.nav-link.active:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.nav-dropdown{position:relative}.dropdown-menu{background:var(--white);opacity:0;visibility:hidden;z-index:100;border-radius:16px;width:280px;padding:1rem 0;transition:all .3s;position:absolute;top:125%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 40px #0000001a}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-item{color:var(--text-medium);align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-weight:500;transition:all .3s;display:flex}.dropdown-item i{color:var(--primary);background:var(--primary-light);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.dropdown-item:hover{background:var(--light-gray);color:var(--primary)}.dropdown-item:hover i{background:var(--primary);color:var(--white)}.nav-buttons{align-items:center;gap:1rem;display:flex}.hero{background-color:var(--bg-light);padding:8rem 0 12rem;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.hero-content{z-index:2;position:relative}.hero-badge{background:var(--primary-light);color:var(--primary);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}.hero-badge i{font-size:.875rem}.hero-title{margin-bottom:1.75rem;font-size:4.25rem;line-height:1.1;position:relative}.hero-title mark{color:var(--primary);background:0 0;font-weight:700;position:relative}.hero-title mark:after{content:"";background-color:var(--primary-light);z-index:-1;border-radius:3px;width:100%;height:.3em;position:absolute;bottom:.1em;left:0}.hero-description{color:var(--text-medium);max-width:90%;margin-bottom:2.75rem;font-size:1.25rem}.hero-btns{gap:1.25rem;margin-bottom:3.5rem;display:flex}.testimonial-box{background:var(--white);box-shadow:var(--card-shadow);border-radius:16px;align-items:center;gap:1.5rem;max-width:90%;padding:1.5rem;display:flex}.testimonial-logos{flex-wrap:wrap;gap:1rem;display:flex}.testimonial-logo{background:var(--light-gray);width:40px;height:40px;color:var(--text-medium);border-radius:8px;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.testimonial-text{flex-grow:1}.testimonial-text p{margin-bottom:.5rem;font-size:1rem;line-height:1.5}.testimonial-companies{color:var(--text-light);font-size:.875rem}.hero-image{z-index:1;position:relative}.hero-image-wrapper{position:relative}.hero-image img{width:100%;height:auto;box-shadow:var(--card-shadow);border-radius:24px}.feature-card-floating{background:var(--white);box-shadow:var(--card-shadow);border-radius:16px;align-items:center;gap:1rem;max-width:250px;padding:1.25rem;display:flex;position:absolute}.feature-card-1{top:-5%;right:-10%}.feature-card-2{bottom:5%;left:-10%}.feature-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.feature-card-1 .feature-card-icon{color:var(--accent);background:#ff5e8a1a}.feature-card-2 .feature-card-icon{color:var(--secondary);background:#00cfb81a}.feature-card-text h4{margin-bottom:.25rem;font-size:1rem}.feature-card-text p{color:var(--text-light);margin-bottom:0;font-size:.875rem}.shape{z-index:0;position:absolute}.shape-1{background:radial-gradient(circle,#5c45e20d 0%,#5c45e200 70%);border-radius:50%;width:400px;height:400px;top:10%;right:5%}.shape-2{background:radial-gradient(circle,#ff5e8a0d 0%,#ff5e8a00 70%);border-radius:50%;width:300px;height:300px;bottom:15%;left:8%}.partners{background-color:var(--white);text-align:center;padding:4rem 0}.partners-title{color:var(--text-light);margin-bottom:2.5rem;font-size:1.125rem;font-weight:500}.partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;display:flex}.partner-logo{color:var(--text-light);opacity:.7;align-items:center;gap:.75rem;font-size:1.5rem;transition:all .3s;display:flex}.partner-logo:hover{opacity:1;color:var(--primary)}.features{padding:var(--section-padding);background-color:var(--bg-light);position:relative;overflow:hidden}.section-header{text-align:center;max-width:800px;margin:0 auto 5rem}.section-badge{background:var(--primary-light);color:var(--primary);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}.section-badge i{font-size:.875rem}.features-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.features-image{position:relative}.features-image img{width:100%;height:auto;box-shadow:var(--card-shadow);border-radius:24px}.features-content{flex-direction:column;gap:2.5rem;display:flex}.feature-item{align-items:flex-start;gap:1.5rem;display:flex}.feature-icon{background:var(--primary-light);width:56px;height:56px;color:var(--primary);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.feature-text h3{margin-bottom:.75rem;font-size:1.5rem}.feature-text p{color:var(--text-medium);margin-bottom:0}.products{padding:var(--section-padding);background-color:var(--white)}.products-container{z-index:2;position:relative}.product-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:5rem;display:flex}.product-tab{cursor:pointer;background:var(--light-gray);color:var(--text-medium);border-radius:50px;padding:.85rem 2rem;font-weight:600;transition:all .3s}.product-tab.active{background:var(--primary);color:var(--white);box-shadow:var(--button-shadow)}.product-tab:hover:not(.active){transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.product-content{position:relative}.product-badge{color:var(--secondary);background:#00cfb81a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.product-badge i{font-size:.75rem}.product-title{margin-bottom:1.5rem;font-size:2.75rem;position:relative}.product-title mark{color:var(--primary);background:0 0;font-weight:700;position:relative}.product-title mark:after{content:"";background-color:var(--primary-light);z-index:-1;border-radius:3px;width:100%;height:.3em;position:absolute;bottom:.1em;left:0}.product-description{color:var(--text-medium);margin-bottom:2.5rem;font-size:1.125rem}.product-features{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.product-feature{align-items:center;gap:.75rem;display:flex}.product-feature i{background:var(--primary-light);width:24px;height:24px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex}.product-image{position:relative}.product-image-wrapper{background:var(--light-gray);border-radius:24px;padding:3rem;position:relative;overflow:hidden}.product-image-wrapper:before{content:"";z-index:0;background:linear-gradient(135deg,#5c45e208 0%,#5c45e200 100%);width:100%;height:100%;position:absolute;top:0;left:0}.product-image img{z-index:1;width:100%;height:auto;box-shadow:var(--card-shadow);border-radius:16px;position:relative}.cta{background:linear-gradient(135deg, var(--primary) 0%, #7157f0 100%);color:var(--white);padding:7rem 0;position:relative;overflow:hidden}.cta-container{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.cta-title{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem}.cta-description{color:#ffffffe6;max-width:80%;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-btns{justify-content:center;gap:1.5rem;display:flex}.btn-light{background:var(--white);color:var(--primary)}.btn-light:hover{color:var(--primary);background:#ffffffe6;transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.btn-outline-light{color:var(--white);background:0 0;border:2px solid #ffffff4d}.btn-outline-light:hover{border-color:var(--white);color:var(--white);background:#ffffff1a;transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.cta-shape{background:#ffffff0d;border-radius:50%;position:absolute}.cta-shape-1{width:400px;height:400px;top:-200px;right:-100px}.cta-shape-2{width:300px;height:300px;bottom:-150px;left:-100px}footer{background:var(--dark);color:#ffffffb3;padding:6rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{color:var(--white);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Sora,sans-serif;font-size:1.75rem;font-weight:800;display:flex}.footer-logo-icon{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.footer-description{margin-bottom:2rem;line-height:1.8}.social-icons{gap:1rem;display:flex}.social-icon{width:42px;height:42px;color:var(--white);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s;display:inline-flex}.social-icon:hover{background:var(--primary);transform:translateY(-3px)}.footer-heading{color:var(--white);margin-bottom:1.75rem;font-size:1.25rem}.footer-links{list-style:none}.footer-link{margin-bottom:1rem}.footer-link a{color:#ffffffb3;align-items:center;gap:.5rem;transition:all .3s;display:inline-flex}.footer-link a i{opacity:0;font-size:.5rem;transition:all .3s}.footer-link a:hover{color:var(--white)}.footer-link a:hover i{opacity:1;color:var(--primary)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright{font-size:.875rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-link{color:#ffffffb3;font-size:.875rem;transition:all .3s}.footer-bottom-link:hover{color:var(--white)}@media (width<=1200px){.hero-title,h1{font-size:3.5rem}h2,.product-title{font-size:2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.features-wrapper,.product-grid{gap:3rem}}@media (width<=1024px){.hero-title,h1{font-size:3rem}h2,.product-title,.cta-title{font-size:2.25rem}.features-wrapper,.product-grid{grid-template-columns:1fr;gap:4rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:4rem}.hero-description{max-width:100%}.hero-btns{justify-content:center}.testimonial-box{margin:0 auto}.feature-card-floating{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.hero-title,h1{font-size:2.5rem}h2,.product-title,.cta-title{font-size:2rem}.product-features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-bottom-links{flex-direction:column;gap:1rem}.nav-menu{display:none}.hero-btns{flex-direction:column;align-items:center}.partners-grid{gap:2rem}.cta-btns{flex-direction:column;align-items:center;gap:1rem}}
