.products-section{padding:6rem 0;background:var(--background-secondary)}.products-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:0 2rem}.products-header{text-align:center;margin-bottom:4rem}.products-badge{display:inline-block;background:rgba(59,130,246,.1);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}[data-theme=dark] .products-badge{background:rgba(59,130,246,.2)}.products-title{font-size:3.5rem;font-weight:600;color:var(--foreground);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.dynamic-text{color:var(--primary);transition:all .3s ease}.dynamic-text.fade-out{opacity:.7}.dynamic-text.fade-in{opacity:1}.products-description{font-size:1.2rem;color:var(--foreground-secondary);max-width:600px;margin:0 auto;line-height:1.6}.products-slideshow{position:relative}.products-slides-container{position:relative;overflow:hidden;border-radius:20px;height:300px}.products-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(100%);transition:all .5s ease-in-out}.products-slide.active{opacity:1;transform:translateX(0)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;padding:2rem 0}.product-card{background:var(--background-tertiary);border:none;border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-2px)}.product-icon-circle{width:56px;height:56px;border-radius:50%;background:rgba(59,130,246,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}[data-theme=dark] .product-icon-circle{background:rgba(59,130,246,.2)}.product-icon-circle svg{width:24px;height:24px}.product-title{font-size:1.4rem;font-weight:600;color:var(--foreground);margin:0 0 .75rem;line-height:1.3}.product-description{font-size:1.05rem;color:var(--foreground-secondary);line-height:1.6;margin:0}.products-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.products-dots{display:flex;gap:.75rem}.products-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--background-tertiary);cursor:pointer;transition:all .3s ease}.products-dot.active{background:var(--primary);transform:scale(1.2)}.products-dot:hover{background:var(--primary);opacity:.7}.products-arrows{display:flex;gap:.5rem}.products-arrow{width:40px;height:40px;border-radius:50%;border:none;background:var(--background-tertiary);color:var(--foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.products-arrow:hover{background:var(--primary);color:white;transform:scale(1.1)}@media (max-width:1600px){.products-title{font-size:2.5rem}.products-description{font-size:1.1rem}.product-icon-circle{width:50px;height:50px;margin-bottom:1.25rem}.product-icon-circle svg{width:22px;height:22px}.product-title{font-size:1.25rem}.product-description{font-size:.95rem;line-height:1.5}}@media (max-width:1200px){.products-section{padding:4rem 0}.products-container{padding:0 1.5rem}.products-header{margin-bottom:3rem}.products-title{font-size:2.2rem}.products-description{font-size:1rem}.products-grid{gap:1.25rem;padding:1.5rem 0}.product-icon-circle{width:45px;height:45px;margin-bottom:1.25rem}.product-icon-circle svg{width:20px;height:20px}.product-title{font-size:1.15rem}.product-description{font-size:.9rem;line-height:1.4}}@media (max-width:1000px){.products-slides-container{height:480px}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.products-section{padding:3rem 0}.products-container{padding:0 1rem}.products-header{margin-bottom:2.5rem}.products-title{font-size:1.8rem}.products-description{font-size:.95rem}.products-slides-container{height:500px}.products-navigation{flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:500px){.products-slides-container{height:auto;min-height:800px}.products-grid{grid-template-columns:1fr;gap:1.25rem;padding:1rem 0}.product-card{padding:1.5rem}.product-icon-circle{width:40px;height:40px;margin-bottom:1rem}.product-icon-circle svg{width:18px;height:18px}}.features-section{padding:6rem 0;background:var(--background);font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.features-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:4rem}.features-badge{display:inline-block;background:rgba(59,130,246,.1);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}[data-theme=dark] .features-badge{background:rgba(59,130,246,.2)}.features-title{font-size:3.5rem;font-weight:600;color:var(--foreground);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.features-description{font-size:1.2rem;color:var(--foreground-secondary);max-width:600px;margin:0 auto;line-height:1.6}.feature-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:6rem}.feature-item:last-child{margin-bottom:0}.feature-item.reverse{direction:rtl}.feature-item.reverse>*{direction:ltr}.feature-image-container{position:relative;height:400px;border-radius:16px;overflow:hidden}.feature-image{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px}.feature-content{display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem}.feature-badge{display:inline-block;background:rgba(59,130,246,.1);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}[data-theme=dark] .feature-badge{background:rgba(59,130,246,.2)}.feature-title{font-size:2.5rem;font-weight:600;color:var(--foreground);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.feature-description{font-size:1.1rem;color:var(--foreground-secondary);line-height:1.6;margin:0 0 2rem}.feature-content .btn{width:auto!important;display:inline-flex!important;max-width:-moz-fit-content;max-width:fit-content;font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}@media (max-width:1200px){.features-title{font-size:3rem}.features-description{font-size:1.1rem}.feature-title{font-size:2rem}.feature-description{font-size:1rem}.feature-image-container{height:350px}}@media (max-width:1000px){.features-section{padding:4rem 0}.features-container{padding:0 1.5rem}.features-header{margin-bottom:3rem}.features-title{font-size:2.2rem}.features-description{font-size:1rem}.feature-item{gap:3rem;margin-bottom:4rem}.feature-title{font-size:1.8rem}.feature-description{font-size:.95rem}.feature-image-container{height:300px}}@media (max-width:768px){.features-section{padding:3rem 0}.features-container{padding:0 1rem}.features-header{margin-bottom:2.5rem}.features-title{font-size:1.8rem}.features-description{font-size:.95rem}.feature-item{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.feature-item.reverse{direction:ltr}.feature-title{font-size:1.6rem}.feature-description{font-size:.9rem}.feature-image-container{height:250px}.feature-content{padding:1rem}}