.showcase-clean{background:var(--bg-white,#ffffff);position:relative;padding:5rem 0 6rem}.showcase-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:3.5rem}.ecommerce-card{background:white;border-radius:16px;overflow:hidden;border:1px solid var(--border,rgba(0,0,0,.08));transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px rgba(0,0,0,.03);will-change:transform,opacity;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:paint layout}.ecommerce-card:hover{transform:translateY(-8px);box-shadow:0 16px 35px rgba(0,0,0,.08);border-color:rgba(167,182,74,.4)}.ec-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.ec-img-wrap{position:relative;width:100%;padding-top:100%;background:var(--bg-extra-light,#f8f9fa);overflow:hidden}.ec-img-scaler{overflow:hidden}.ec-img,.ec-img-scaler{position:absolute;top:0;left:0;width:100%;height:100%}.ec-img{object-fit:cover;padding:0;display:block}.ec-badges{position:absolute;top:1rem;left:1rem;z-index:10;display:flex;flex-direction:column;gap:.5rem}.ec-badge-best{background:var(--highlight,#A7B64A);color:black;font-size:.65rem;font-weight:800;padding:.4rem .8rem;border-radius:4px;display:flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.5px}.ec-quick-view{position:absolute;bottom:0;left:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;text-align:center;transform:translateY(100%);transition:transform .3s ease;z-index:10;border-top:1px solid var(--border,rgba(0,0,0,.08))}.ecommerce-card:hover .ec-quick-view{transform:translateY(0)}.ec-quick-view span{font-size:.8rem;font-weight:700;color:black;text-transform:uppercase;letter-spacing:1px}.ec-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.ec-cat{font-size:.7rem;font-weight:800;color:var(--highlight,#A7B64A);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.ec-title{font-size:1.25rem;font-weight:700;color:var(--text-main,#1a1a1a);margin-bottom:1rem;line-height:1.3}.ec-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border,rgba(0,0,0,.08));padding-top:1rem}.ec-price{font-size:.92rem;font-weight:700;color:var(--text-muted,#666666)}.ec-action-btn{width:36px;height:36px;border-radius:50%;background:var(--bg-light,#f0f0f0);display:flex;align-items:center;justify-content:center;color:var(--text-main,#1a1a1a);transition:all .3s ease}.ecommerce-card:hover .ec-action-btn{background:var(--highlight,#A7B64A);color:black;transform:rotate(-45deg)}@media (max-width:1200px){.showcase-clean-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1000px){.showcase-clean .container{padding:0 1.3rem!important;max-width:100%!important;width:100%!important}.mobile-product-list{display:flex;flex-direction:column;gap:2.5rem;margin-top:1rem;padding:0 1.3rem}.mobile-product-card-v2{width:100%;margin:0;display:flex;flex-direction:column;background:white;border-radius:24px;overflow:hidden;border:1px solid var(--border,rgba(0,0,0,.08));box-shadow:0 10px 30px rgba(0,0,0,.05);text-decoration:none;transition:var(--transition,all .3s ease)}.mobile-card-img-wrap{width:100%;height:350px;background:var(--bg-light,#f8f9fa);position:relative;overflow:hidden}.mobile-parallax-img{width:100%;height:130%;object-fit:cover;padding:0;position:absolute;top:-15%;left:0;will-change:transform;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile-product-card-v2:active .mobile-parallax-img{transform:scale(1.05)}.mobile-badge-v2{position:absolute;top:20px;left:20px;background:var(--highlight,#A7B64A);color:black;font-size:.65rem;font-weight:900;padding:.4rem .9rem;border-radius:6px;z-index:5;box-shadow:0 4px 10px rgba(0,0,0,.15)}.mobile-card-info-v2{padding:2rem 1.8rem;display:flex;justify-content:space-between;align-items:center;background:white}.mobile-card-text{flex-grow:1;text-align:left}.mobile-cat-v2{font-size:.65rem;font-weight:900;color:var(--highlight,#A7B64A);text-transform:uppercase;letter-spacing:1.5px;display:block;margin-bottom:.4rem}.mobile-card-text h3{font-size:1.5rem;color:var(--text-main,#111827);margin-bottom:.3rem;font-weight:800;letter-spacing:-.5px}.mobile-card-text p{font-size:.9rem;color:var(--text-muted,#6b7280);font-weight:600}.mobile-card-arrow{width:48px;height:48px;background:var(--highlight,#A7B64A);color:black;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(167,182,74,.3)}}@media (max-width:480px){.mobile-product-list{gap:2rem}.mobile-card-img-wrap{height:280px}.mobile-card-info-v2{padding:1.5rem 1.3rem}.mobile-card-text h3{font-size:1.3rem}}.categories-section{background:#ffffff;overflow:hidden}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:4rem}.expertise-card{background:var(--bg-light);border-radius:32px;overflow:hidden;border:1px solid var(--border);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s ease;will-change:transform,opacity;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:paint layout}.expertise-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:rgba(167,182,74,.3)}.expertise-visual{position:relative;height:240px;width:100%;overflow:hidden}.expertise-visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.expertise-card:hover .expertise-visual img{transform:scale(1.08)}.expertise-icon{position:absolute;bottom:1.5rem;right:1.5rem;width:60px;height:60px;background:var(--highlight);color:black;display:flex;align-items:center;justify-content:center;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.expertise-info{padding:2.5rem;display:flex;flex-direction:column;flex-grow:1;background:white}.expertise-info h3{font-size:2rem;font-weight:800;color:var(--text-main);margin-bottom:1rem}.expertise-info p{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.expertise-cta{margin-top:auto;display:flex;align-items:center;gap:1rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-main);transition:all .3s ease}.expertise-card:hover .expertise-cta{color:var(--highlight);gap:1.5rem}@media (max-width:1024px){.expertise-grid{gap:1.5rem}.expertise-visual{height:200px}.expertise-info{padding:1.8rem}.expertise-info h3{font-size:1.5rem}.expertise-info p{font-size:.95rem;margin-bottom:1.5rem}}@media (max-width:768px){.expertise-grid{grid-template-columns:1fr;gap:2.5rem}.expertise-visual{height:250px}.expertise-info{padding:2rem 1.5rem}.expertise-info h3{font-size:1.6rem}.expertise-info p{font-size:1.1rem;margin-bottom:2rem}}.about-section-v3{background:var(--bg-white);padding:5rem 0}.about-v3-wrapper{display:flex;align-items:center;position:relative;min-height:600px}.about-v3-visual{width:65%;height:600px;border-radius:40px;overflow:hidden;position:absolute;right:0;top:0;box-shadow:0 40px 100px rgba(0,0,0,.15)}.v3-img{width:100%;height:100%;object-fit:cover;object-position:85% 25%}.v3-img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,rgba(0,0,0,.4),transparent)}.about-v3-content-card{width:50%;position:absolute;left:0;right:auto;background:white;padding:4rem;border-radius:32px;box-shadow:0 50px 120px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1.5rem;z-index:10}.v3-desc{font-size:1.1rem;line-height:1.8;color:var(--text-muted);margin-bottom:1rem}.v3-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.v3-stat-item{gap:1.2rem}.v3-stat-icon,.v3-stat-item{display:flex;align-items:center}.v3-stat-icon{width:45px;height:45px;background:var(--highlight-light);color:var(--highlight);justify-content:center;border-radius:12px;flex-shrink:0}.v3-stat-info{display:flex;flex-direction:column}.v3-stat-val{font-size:1.2rem;font-weight:800;color:var(--text-main);font-family:var(--font-outfit)}.v3-stat-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.5px}.btn-v3-pro,.v3-stat-label{font-weight:700;text-transform:uppercase}.btn-v3-pro{background:black;color:white;padding:1.2rem 3rem;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:1rem;width:-moz-fit-content;width:fit-content;margin:0 auto;letter-spacing:1px;font-size:.9rem;transition:var(--transition)}.btn-v3-pro:hover{background:#1a1a1a!important;color:white!important;box-shadow:0 10px 30px rgba(0,0,0,.2)!important}@media (max-width:1200px){.about-v3-visual{width:60%}.about-v3-content-card{width:55%;padding:3rem}}@media (max-width:1024px){.about-section-v3{padding:3.5rem 0}.about-v3-wrapper{flex-direction:column;min-height:auto;display:flex}.about-v3-visual{width:100%;height:350px;position:relative;margin-bottom:-2rem;border-radius:24px;z-index:1}.v3-img-overlay{background:linear-gradient(180deg,transparent,rgba(0,0,0,.3))}.about-v3-content-card{width:95%;margin:0 auto;position:relative;padding:2.5rem 1.5rem;z-index:2;box-shadow:0 20px 60px rgba(0,0,0,.08)}}@media (max-width:768px){.about-section-v3{padding:2.5rem 0}.about-v3-visual{height:280px}.about-v3-content-card{width:100%;text-align:center;align-items:center;padding:2rem 1.2rem;border-radius:24px}.v3-stats-grid{grid-template-columns:1fr;gap:2rem;width:100%;margin-top:1rem}.v3-stat-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bg-light)}.v3-stat-item:last-child{border-bottom:none}.v3-stat-icon{width:50px;height:50px;border-radius:14px}.v3-stat-val{font-size:1.4rem;line-height:1.1}.v3-stat-label{font-size:.8rem;margin-top:.2rem}.v3-desc{font-size:1rem;text-align:center;margin-bottom:2rem}}.quality-v5{background:var(--bg-white);background-image:radial-gradient(circle at center,rgba(167,182,74,.05) 0,transparent 70%);color:var(--text-main);position:relative;overflow:hidden}.quality-v5 .container{position:relative;z-index:5}.v5-header{margin-bottom:5rem}.v5-title{font-size:clamp(2rem,5vw,3.5rem);margin-top:1rem;line-height:1.1;letter-spacing:-2px}.v5-title span{color:var(--highlight);font-weight:300}.v5-dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:2rem;gap:2rem;align-items:stretch}.q-v5-card{background:var(--bg-light);border:1px solid var(--border);border-radius:40px;padding:3rem;transition:var(--transition)}.q-v5-card:hover{background:white;border-color:var(--highlight);box-shadow:0 20px 40px rgba(0,0,0,.05)}.v5-main-panel{display:flex;justify-content:space-between;align-items:center;gap:3rem}.v5-panel-info{flex:1 1}.v5-prime-icon{color:var(--highlight);margin-bottom:2rem}.v5-panel-info h3{font-size:2rem;margin-bottom:1rem}.v5-panel-info p{font-size:1.1rem;opacity:.8;line-height:1.6}.v5-gauge-container{position:relative;width:250px;height:250px}.v5-big-gauge{transform:rotate(-90deg)}.gauge-base{fill:none;stroke:rgba(0,0,0,.05);stroke-width:8}.gauge-fill{fill:none;stroke:var(--highlight);stroke-width:8;stroke-linecap:round;transition:stroke-dasharray 2s ease-out}.v5-gauge-data{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.v5-val-big{display:block;font-size:3rem;font-weight:900;font-family:var(--font-outfit)}.v5-label-big{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;opacity:.5}.v5-side-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.v5-small-card{padding:2rem;justify-content:space-between}.v5-small-card,.v5-small-head{display:flex;align-items:center}.v5-small-head{gap:1.5rem}.v5-icon-sm{width:50px;height:50px;background:rgba(167,182,74,.1);color:var(--highlight);justify-content:center;border-radius:15px}.v5-icon-sm,.v5-small-body{display:flex;align-items:center}.v5-small-body{gap:1rem}.v5-mini-gauge{width:50px;height:50px;transform:rotate(-90deg)}.v5-mini-gauge .gauge-base,.v5-mini-gauge .gauge-fill{stroke-width:4}.v5-val-sm{font-size:1.25rem;font-weight:800;font-family:var(--font-outfit)}.v5-info-card{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;background:var(--highlight);color:black}.v5-info-card p{font-weight:700;line-height:1.4}.v5-cta{background:black!important;color:white!important;padding:1rem 2rem!important;border-radius:50px!important;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;width:-moz-fit-content;width:fit-content;margin:0 auto}.v5-cta:hover{background:var(--highlight)!important;color:black!important}@media (max-width:1200px){.v5-dashboard-grid{grid-template-columns:1fr}.v5-main-panel{flex-direction:column}.v5-main-panel,.v5-panel-info{text-align:center}}@media (max-width:768px){.q-v5-card{padding:2rem}.v5-val-big{font-size:2rem}.v5-gauge-container{width:180px;height:180px}.v5-small-card{flex-direction:column;gap:1.5rem;text-align:center}.v5-small-head{flex-direction:column;gap:.8rem}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem}.testimonial-card{background:white;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);position:relative;transition:var(--transition);border:1px solid var(--border)}.testimonial-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.quote-icon{color:var(--highlight);opacity:.2;position:absolute;top:2rem;right:2rem}.testimonial-text{font-size:1.1rem;font-style:italic;color:var(--text-main);margin-bottom:2.5rem;line-height:1.8;position:relative;z-index:1}.testimonial-footer{display:flex;align-items:center;gap:1.2rem}.avatar-placeholder{width:50px;height:50px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--primary);border:2px solid var(--border)}.user-name{font-size:1.1rem;font-weight:700}.user-location{font-size:.85rem;color:var(--text-muted)}