.hero-section{background:var(--color-background);min-height:auto;color:var(--color-text);align-items:center;padding-top:160px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.blur-circle{filter:blur(120px);opacity:.15;border-radius:50%;position:absolute}.circle-1{background:var(--color-primary);width:600px;height:600px;top:-10%;right:-5%}.circle-2{background:var(--color-secondary);width:500px;height:500px;bottom:0%;left:-10%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1300px;margin:0 auto;padding:0 5%;display:grid;position:relative}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.badge{color:var(--color-primary);background:#0f4c8114;border:1px solid #0f4c8126;border-radius:2rem;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.text-accent{color:var(--color-accent)}.fill-secondary{fill:var(--color-secondary)}.text-secondary{color:var(--color-secondary)}.hero-content h1{color:var(--color-primary);font-size:3.5rem;font-weight:800;line-height:1.2}.hero-content p{color:var(--color-muted);max-width:90%;font-size:1.15rem;line-height:1.6}.hero-actions{gap:1rem;margin-top:1rem;display:flex}.primary-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0f4c814d}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0f4c8166}.secondary-btn{color:var(--color-primary);border:2px solid var(--color-primary);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.secondary-btn:hover{background:#0f4c810d;transform:translateY(-3px)}.hero-trust{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.trust-pill{color:var(--color-primary);background:#fff;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 10px #0000000d}.trust-pill svg{color:var(--color-accent)}.hero-visuals{justify-content:center;align-items:center;display:flex;position:relative}.hero-image-mock{background:linear-gradient(135deg,#0f4c810d,#00b4d80d);border:1px solid #0f4c811a;border-radius:30px;justify-content:center;align-items:center;width:100%;max-width:500px;height:500px;display:flex;position:relative;box-shadow:0 20px 50px #0f4c811a}.mock-device{background:#fff;border-radius:20px;width:300px;height:250px;box-shadow:0 10px 40px #0000001a}.floating-badge{z-index:2;background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.stat-badge{bottom:10%;left:-10%}.stat-text{flex-direction:column;display:flex}.stat-text .numbers{color:var(--color-primary);font-size:1.5rem;line-height:1}.stat-text span{color:var(--color-muted);font-size:.85rem;font-weight:500}.top-badge{color:var(--color-primary);border-radius:30px;padding:.6rem 1.2rem;font-weight:700;top:15%;right:-5%}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;padding-top:120px}.hero-content h1{font-size:3rem}.hero-content p{max-width:100%;margin:0 auto}.hero-actions{justify-content:center}.badge{margin:0 auto}.hero-trust{justify-content:center}.stat-badge{bottom:5%;left:5%}.top-badge{right:5%}}
.why-choose-us{background:var(--background);padding:6rem 5%}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--foreground);opacity:.8;font-size:1.125rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 2rem;display:flex}.icon-circle{background:linear-gradient(135deg,#00b4d81a,#4ade801a);border:2px solid #00b4d833;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s;display:flex}.feature-card:hover .icon-circle{background:linear-gradient(135deg,#00b4d833,#4ade8033);transform:scale(1.1)rotate(5deg)}.feature-card h3{color:var(--color-primary);font-size:1.25rem;font-weight:700}.feature-card p{color:var(--foreground);opacity:.7;font-size:.95rem}
.product-showcase{background:var(--background);padding:6rem 5%}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:4rem;display:grid}.product-card{background:#fff;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:0 10px 40px #0f4c8114}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0f4c8126}.product-image-container{background:linear-gradient(135deg,#0f4c810d,#00b4d80d);border-bottom:1px solid #0000000d;justify-content:center;align-items:center;height:280px;padding:2rem;display:flex;position:relative}.product-mock{background:#fff;border-radius:12px;width:100%;height:100%;max-height:200px;transition:transform .4s;box-shadow:0 10px 30px #0000001a}.product-card:hover .product-mock{transform:scale(1.05)}.product-rating{color:#f59e0b;background:#fff;border-radius:30px;align-items:center;gap:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 15px #00000014}.product-info{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem 2rem;display:flex}.product-info h3{color:var(--color-primary);margin:0;font-size:1.5rem;font-weight:800}.specs{flex-wrap:wrap;gap:.5rem;display:flex}.spec-badge{color:var(--color-primary);background:#0f4c810f;border:1px solid #0f4c811a;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.product-footer{border-top:1px solid #0000000d;justify-content:center;margin-top:auto;padding-top:2rem;display:flex}.view-btn{text-align:center;width:100%;padding:1rem 2rem;font-size:1rem}
.statistics-section{background:var(--color-dark);color:#fff;padding:5rem 5%;position:relative;overflow:hidden}.statistics-section:before{content:"";z-index:0;background:radial-gradient(circle,#00b4d81a 0%,#0000 70%);width:100%;height:200%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.stats-grid{z-index:1;text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid;position:relative}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:2rem}.stat-value{margin-bottom:.5rem;font-size:3.5rem;font-weight:700}.stat-label{color:#fffc;font-size:1.1rem;font-weight:500}
.timeline-section{background:var(--background);padding:6rem 5%}.timeline-container{max-width:800px;margin:4rem auto 0;position:relative}.vertical-line{background:linear-gradient(to bottom, var(--color-secondary), var(--color-accent));border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-step{align-items:center;width:100%;margin-bottom:3rem;display:flex}.timeline-step:nth-child(2n){flex-direction:row-reverse}.timeline-marker{z-index:2;background:var(--background);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto;font-weight:700;display:flex;position:absolute;left:50%;transform:translate(-50%)}.timeline-content{width:calc(50% - 40px);padding:1.5rem}.timeline-step:nth-child(2n) .timeline-content{text-align:right}.timeline-content h3{color:var(--color-primary);margin-bottom:.5rem}@media (max-width:768px){.vertical-line,.timeline-marker{left:20px}.timeline-step,.timeline-step:nth-child(2n){flex-direction:row}.timeline-content{width:calc(100% - 60px);margin-left:60px;text-align:left!important}}
.testimonials-section{background:var(--background);padding:6rem 5%}.testimonials-carousel-wrapper{width:100%;padding:20px 0;position:relative;overflow:hidden}.testimonials-carousel-wrapper:before,.testimonials-carousel-wrapper:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.testimonials-carousel-wrapper:before{background:linear-gradient(to right, var(--color-background), transparent);left:0}.testimonials-carousel-wrapper:after{background:linear-gradient(to left, var(--color-background), transparent);right:0}.testimonials-carousel-track{gap:30px;width:max-content;animation:40s linear infinite scrollCarousel;display:flex}.testimonials-carousel-track:hover{animation-play-state:paused}@keyframes scrollCarousel{0%{transform:translate(0)}to{transform:translate(calc(-50% - 15px))}}.testimonial-card{flex-direction:column;flex-shrink:0;gap:1.5rem;width:400px;padding:2.5rem;display:flex}.stars{letter-spacing:2px;font-size:1.5rem}.testimonial-text{opacity:.8;flex:1;font-size:1.1rem;font-style:italic}.testimonial-author{align-items:center;gap:1rem;margin-top:auto;display:flex}.author-avatar{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));border-radius:50%;width:50px;height:50px}.testimonial-author h4{margin:0;font-size:1rem}.testimonial-author span{opacity:.6;font-size:.8rem}
.footer-section{background:var(--color-dark);color:#fff;padding:4rem 5% 2rem}.footer-container{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1400px;margin:0 auto;padding-bottom:3rem;display:grid}.footer-brand h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.footer-brand p{opacity:.7;max-width:300px}.footer-links h4,.footer-contact h4{color:#fff;margin-bottom:1.5rem}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-secondary)}.footer-contact p{opacity:.7;margin-bottom:.5rem}.footer-bottom{text-align:center;opacity:.5;padding-top:2rem;font-size:.875rem}
