.lux-hero-container{--lux-gold:#d4af37;--lux-gold-dark:#b8860b;--lux-gold-light:#ffed4e;--lux-bg-dark:#0a0a0a;--lux-text-dark:#2c2c2c;--lux-text-light:#f1ece5;--lux-font-serif:"Playfair Display",serif;--lux-font-sans:"Inter",sans-serif;position:relative;min-height:100vh;margin-top:100px;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,hsla(0,0%,4%,.8),rgba(44,24,16,.6) 50%,hsla(0,0%,4%,.8))}.lux-hero-bg-wrapper{z-index:0;overflow:hidden;pointer-events:none}.lux-hero-bg-slide,.lux-hero-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.lux-hero-bg-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transform:scale(1.1);transition:opacity 2s ease-in-out,transform 8s ease-in-out;filter:brightness(.6) saturate(1.1)}.lux-hero-bg-slide.lux-hero-bg-active{opacity:.4;transform:scale(1)}.lux-hero-bg-slide.lux-hero-bg-exiting{opacity:0;transform:scale(1.05)}.lux-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;position:relative;z-index:10;width:100%;max-width:1440px;margin:0 auto}.lux-hero-content-panel{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;height:100%}.lux-hero-inner-content{max-width:600px;margin-left:2rem;position:relative}.lux-hero-badge{display:inline-flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,rgba(212,175,55,.15),rgba(212,175,55,.08));border:1px solid rgba(189,155,41,.4);color:#dcdad5;padding:.8rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:400;width:-moz-fit-content;width:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2.5rem}.lux-hero-badge-icon{color:var(--lux-gold);font-size:.9rem}.lux-hero-heading-group{font-family:var(--lux-font-serif);line-height:1.2;margin-bottom:2rem}.lux-hero-heading-sub{display:block;font-size:1.2rem;color:var(--lux-text-light);font-weight:300;letter-spacing:3px;text-transform:uppercase;margin-bottom:.5rem}.lux-hero-heading-main{display:block;font-size:4.5rem;font-weight:300;color:#fff}.lux-hero-heading-accent{display:block;background:linear-gradient(135deg,#f0f42b 20%,var(--lux-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400;font-style:italic;font-size:4.5rem;margin-top:-.5rem}.lux-hero-description{font-size:1.1rem;line-height:1.7;color:#e0e0e0;font-family:var(--lux-font-sans);margin-bottom:3rem;max-width:500px;font-weight:300;text-shadow:0 2px 4px rgba(0,0,0,.5)}.lux-hero-cta-group{display:flex;gap:1.5rem;margin-bottom:4rem}.lux-hero-btn-primary,.lux-hero-btn-secondary{display:flex;align-items:center;gap:.8rem;padding:1.1rem 2.2rem;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;text-transform:uppercase;letter-spacing:1px;font-family:var(--lux-font-sans)}.lux-hero-btn-primary{background:linear-gradient(135deg,var(--lux-gold) 0,var(--lux-gold-light) 100%);color:#fff;border:none;box-shadow:0 8px 25px rgba(212,175,55,.3)}.lux-hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(212,175,55,.5)}.lux-hero-btn-secondary{background:hsla(0,0%,100%,.05);color:var(--lux-gold);border:1px solid rgba(212,175,55,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lux-hero-btn-secondary:hover{background:hsla(0,0%,100%,.15);border-color:var(--lux-gold);transform:translateY(-3px)}.lux-hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;padding-top:2rem;border-top:1px solid rgba(212,175,55,.3)}.lux-hero-stat-item{text-align:left}.lux-hero-stat-number{font-size:2.2rem;font-weight:400;color:var(--lux-gold);font-family:var(--lux-font-serif);margin-bottom:.3rem}.lux-hero-stat-label{font-size:.75rem;color:#aaa;text-transform:uppercase;letter-spacing:1.5px}.lux-hero-visual-panel{height:600px;perspective:1000px}.lux-hero-image-stage,.lux-hero-visual-panel{position:relative;display:flex;align-items:center;justify-content:center}.lux-hero-image-stage{width:100%;height:100%}.lux-hero-image-container{position:relative;width:480px;height:380px;display:flex;align-items:center;justify-content:center}.lux-hero-floating-img{position:absolute;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.8);transition:all 1s ease-in-out;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));z-index:2}.lux-hero-floating-img.lux-hero-img-active{opacity:1;transform:scale(1);animation:luxHeroZoomFade 6s ease-in-out forwards}@keyframes luxHeroZoomFade{0%{transform:scale(.8);opacity:0}15%{opacity:1}60%{transform:scale(1);opacity:1}85%{transform:scale(1.05);opacity:1}to{transform:scale(1.1);opacity:0}}.lux-hero-ornate-frame{position:absolute;width:110%;height:140%;border:1px solid rgba(212,175,55,.3);border-radius:200px 200px 0 0;pointer-events:none;z-index:1}.lux-hero-ornate-frame:before{content:"";position:absolute;inset:-15px;border:1px solid rgba(212,175,55,.1);border-radius:210px 210px 0 0}.lux-hero-floaters{position:absolute;inset:0;pointer-events:none;z-index:3}.lux-hero-floater{position:absolute;font-size:1.8rem;opacity:0;animation:luxHeroFloat 8s ease-in-out infinite}.lux-hero-floater:first-child{top:20%;left:15%;animation-delay:0s}.lux-hero-floater:nth-child(2){top:65%;left:20%;animation-delay:2s}.lux-hero-floater:nth-child(3){top:35%;right:15%;animation-delay:4s}.lux-hero-floater:nth-child(4){top:75%;right:25%;animation-delay:6s}@keyframes luxHeroFloat{0%,to{transform:translateY(0) scale(.8);opacity:0}25%{opacity:.7;transform:translateY(-15px) scale(1)}50%{opacity:1;transform:translateY(-30px) scale(1.1)}75%{opacity:.7;transform:translateY(-15px) scale(1)}}.lux-hero-sparkles{position:absolute;inset:0;pointer-events:none;z-index:4}.lux-hero-sparkle-dot{position:absolute;width:4px;height:4px;background:var(--lux-gold-light);border-radius:50%;opacity:0;animation:luxHeroSparkle 4s ease-in-out infinite;box-shadow:0 0 10px var(--lux-gold)}.lux-hero-sparkle-dot:first-child{top:30%;left:25%;animation-delay:0s}.lux-hero-sparkle-dot:nth-child(2){top:60%;left:15%;animation-delay:1.2s}.lux-hero-sparkle-dot:nth-child(3){top:45%;right:20%;animation-delay:2.4s}.lux-hero-sparkle-dot:nth-child(4){top:25%;right:30%;animation-delay:3.6s}.lux-hero-sparkle-dot:nth-child(5){top:70%;right:15%;animation-delay:.5s}.lux-hero-sparkle-dot:nth-child(6){top:40%;left:35%;animation-delay:1.8s}@keyframes luxHeroSparkle{0%,to{transform:scale(0) rotate(0deg);opacity:0}50%{transform:scale(1.5) rotate(180deg);opacity:1}}.lux-hero-scroll-trigger{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.8rem;color:#aaa;cursor:pointer;z-index:20;transition:color .3s ease}.lux-hero-scroll-trigger:hover{color:var(--lux-gold)}.lux-hero-scroll-icon{width:45px;height:45px;border:1px solid rgba(212,175,55,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:luxHeroBounce 2s infinite;color:var(--lux-gold);background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lux-hero-scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:2px}@keyframes luxHeroBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media (max-width:1200px){.lux-hero-grid{grid-template-columns:1fr;text-align:center}.lux-hero-content-panel{padding:6rem 1.5rem 3rem;align-items:center}.lux-hero-inner-content{margin-left:0;max-width:800px}.lux-hero-cta-group{justify-content:center}.lux-hero-stats-grid{border-top:none;border-bottom:1px solid rgba(212,175,55,.3);padding-bottom:2rem}.lux-hero-stat-item{text-align:center}.lux-hero-visual-panel{height:400px}}@media (max-width:768px){.lux-hero-heading-accent,.lux-hero-heading-main{font-size:3rem}.lux-hero-cta-group{flex-direction:column;width:100%;max-width:300px;margin:0 auto 3rem}.lux-hero-stats-grid{grid-template-columns:1fr;gap:1.5rem}.lux-hero-image-container{width:300px;height:250px}}@media (max-width:480px){.lux-hero-heading-accent,.lux-hero-heading-main{font-size:2.2rem}.lux-hero-badge{font-size:.7rem;padding:.6rem 1rem}}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.filter-btn{padding:.6rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;background:#e5e7eb;color:#1e3a8a;transition:all .3s ease}.filter-btn:hover{background:#1e3a8a;color:#fff;transform:scale(1.05)}.filter-btn.active{background:#1e3a8a;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem;padding:2rem;margin-right:320px}.product-card{position:relative;width:250px;height:480px;border-radius:12px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.15);cursor:pointer;transition:transform .3s;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1rem}.product-card:hover{transform:scale(1.05)}.product-card img{width:100%;height:70%;object-fit:cover;border-radius:12px 12px 0 0;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-card h3{font-size:1rem;margin:.5rem 1rem;color:#1e293b}.price{font-weight:700;color:#1e3a8a;margin:0 1rem;font-size:1.1rem}.stock{margin:0 1rem;font-size:.85rem;font-weight:600}.stock.in-stock{color:#16a34a}.stock.limited-stock{color:#ea580c}.add-to-cart{margin:0 1rem;padding:.75rem;background:linear-gradient(135deg,#1e3a8a,#3b5bdb);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.9rem;box-shadow:0 4px 12px rgba(30,58,138,.3)}.add-to-cart:hover{background:linear-gradient(135deg,#3b5bdb,#4f6ae0);transform:translateY(-2px);box-shadow:0 6px 16px rgba(30,58,138,.4)}.add-to-cart:active{transform:translateY(0)}.product-popup{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(-10px);width:280px;background-color:rgba(30,58,138,.95);color:#fff;font-size:.9rem;padding:1rem;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.product-card:hover .product-popup{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(-15px)}.product-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:8px solid transparent;border-top-color:rgba(30,58,138,.95)}.product-popup h4{margin:0 0 .5rem;font-size:1rem;color:#fff}.product-popup p{margin:0;line-height:1.4;color:#e2e8f0}.cart-toggle-btn{position:fixed;top:200px;right:30px;padding:.75rem 1.5rem;background:linear-gradient(135deg,#576322,#5f963f);color:#fff;border:none;border-radius:12px;cursor:pointer;z-index:1000;font-weight:600;transition:all .3s ease;box-shadow:0 4px 20px rgba(74,162,61,.702);display:flex;align-items:center;gap:.5rem;font-size:.9rem}.cart-toggle-btn:hover{background:linear-gradient(135deg,#5f963f,#576322);transform:translateY(-2px);box-shadow:0 6px 25px rgba(108,238,88,.5)}.cart-count-badge{background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-left:.25rem}.cart-sidebar{position:fixed;top:0;right:0;width:380px;height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:-5px 0 30px rgba(0,0,0,.15);padding:0;overflow-y:auto;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1500;display:flex;flex-direction:column}.cart-sidebar.closed{transform:translateX(100%)}.cart-sidebar.open{transform:translateX(0)}.cart-header{background:linear-gradient(135deg,#c4da61,#576322);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 15px rgba(0,0,0,.1)}.cart-header h4{margin:0;font-size:1.3rem;font-weight:700;color:#fff}.close-cart{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;transition:all .3s ease}.close-cart:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.cart-content{flex:1 1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:#64748b;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-cart p{font-size:1.1rem;margin-bottom:.5rem;font-weight:600;color:#475569}.empty-cart-subtext{font-size:.9rem;color:#94a3b8;font-weight:400}.cart-items-list{list-style:none;padding:0;margin:0}.cart-item{display:flex;gap:1rem;margin-bottom:1rem;background-color:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:all .3s ease;animation:slideIn .3s ease-out}.cart-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:10px;flex-shrink:0;border:2px solid #e2e8f0}.cart-item>div{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cart-title{font-size:.95rem;font-weight:600;margin:0;color:#1e293b;line-height:1.3}.cart-price{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.quantity-controls button{width:32px;height:32px;border:none;background:linear-gradient(135deg,#1e3a8a,#3b5bdb);color:#fff;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-controls button:hover{background:linear-gradient(135deg,#3b5bdb,#4f6ae0);transform:scale(1.1)}.quantity-controls span{font-size:1rem;font-weight:600;color:#1e293b;min-width:30px;text-align:center;background:#f8fafc;padding:.3rem .6rem;border-radius:6px;border:1px solid #e2e8f0}.quantity-controls .remove-btn{margin-left:auto;width:auto;padding:.5rem 1rem;background:linear-gradient(135deg,#ef4444,#dc2626);font-size:.8rem;border-radius:8px;transition:all .3s ease}.quantity-controls .remove-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.05)}.cart-footer{background:#fff;padding:1.5rem;border-top:2px solid #e2e8f0;box-shadow:0 -2px 15px rgba(0,0,0,.05)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;color:#1e293b;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.cart-total strong,.total-price{color:#1e3a8a}.total-price{font-size:1.3rem}.order-now-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px rgba(22,163,74,.4);display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.order-now-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.order-now-btn:hover:before{left:100%}.order-now-btn:hover{background:linear-gradient(135deg,#15803d,#16a34a);transform:translateY(-3px);box-shadow:0 8px 25px rgba(22,163,74,.5)}.order-now-btn:active{transform:translateY(-1px)}.order-now-text{font-size:1.1rem;font-weight:700;letter-spacing:.5px}.order-now-arrow{font-size:1.3rem;font-weight:700;transition:transform .3s ease}.order-now-btn:hover .order-now-arrow{transform:translateX(5px)}.cart-sidebar::-webkit-scrollbar{width:8px}.cart-sidebar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.cart-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cart-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes cartSlideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-sidebar.open{animation:cartSlideIn .4s cubic-bezier(.4,0,.2,1)}@media (max-width:1400px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.product-grid{margin-right:400px}}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr);margin-right:400px}}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);margin-right:0;padding:1rem}.cart-sidebar{width:100%;z-index:2000}.cart-toggle-btn{top:20px;right:20px;z-index:2100}}@media (max-width:768px){.filter-buttons{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{width:100%;height:420px}.product-popup{left:50%;transform:translateX(-50%) translateY(-10px);width:90%;max-width:250px}.product-card:hover .product-popup{transform:translateX(-50%) translateY(0)}.cart-sidebar{width:100%}}@media (max-width:600px){.product-grid{grid-template-columns:1fr;gap:1rem}.product-card{height:400px;margin:0 auto;max-width:300px}.cart-item{flex-direction:column;text-align:center;gap:1rem}.cart-item img{align-self:center}.quantity-controls{justify-content:center}.quantity-controls .remove-btn{margin-left:0;margin-top:.5rem}.cart-total{text-align:center}.cart-total,.order-now-btn{flex-direction:column;gap:.5rem}.order-now-btn{padding:1rem}.order-now-arrow{transform:rotate(90deg)}.order-now-btn:hover .order-now-arrow{transform:rotate(90deg) translateY(5px)}}@media (max-width:480px){.product-grid{padding:.5rem}.product-card{height:380px}.cart-header{padding:1.25rem}.cart-content{padding:1rem}.cart-footer{padding:1.25rem}.cart-total{font-size:1.1rem}.order-now-btn{padding:1rem}.order-now-text{font-size:1rem}}.add-to-cart.added{background:linear-gradient(135deg,#16a34a,#22c55e);animation:bounce .6s ease}.testimonials-section{padding:80px 20px;background:linear-gradient(135deg,#f0f9ff,#e0f7fa);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,188,212,.1) 0,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}.testimonials-section:after{content:"";position:absolute;bottom:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,188,212,.08) 0,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.testimonials-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.testimonials-header{text-align:center;margin-bottom:60px;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.header-icon{font-size:48px;color:#00bcd4;margin-bottom:20px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.testimonials-header h2{font-size:42px;color:#1a1a1a;margin-bottom:12px;font-weight:700}.testimonials-header p{font-size:18px;color:#666;font-weight:400}.testimonials-carousel{min-height:450px;margin-bottom:40px}.testimonials-carousel,.testimonials-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.testimonials-wrapper{width:100%;max-width:700px;height:400px}.testimonial-card{position:absolute;width:100%;background:#fff;border-radius:20px;padding:50px 40px 40px;box-shadow:0 10px 40px rgba(0,188,212,.15);transition:all .5s cubic-bezier(.68,-.55,.265,1.55);opacity:0;transform:scale(.8) translateX(0);pointer-events:none;overflow:hidden}.testimonial-card.active{opacity:1;transform:scale(1) translateX(0);pointer-events:all;z-index:2}.testimonial-card.prev{opacity:0;transform:scale(.8) translateX(-100%)}.testimonial-card.next{opacity:0;transform:scale(.8) translateX(100%)}.card-decoration{position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,#00bcd4,#00acc1);border-radius:0 20px 0 100%;opacity:.05}.quote-icon{position:absolute;top:30px;left:30px;font-size:36px;color:#00bcd4;opacity:.3}.testimonial-content{position:relative;z-index:1}.rating{display:flex;gap:6px;margin-bottom:24px;justify-content:center}.rating svg{font-size:22px;transition:transform .3s ease}.rating svg.filled{color:#ffc107;filter:drop-shadow(0 2px 4px rgba(255,193,7,.3))}.rating svg.empty{color:#e0e0e0}.rating svg:hover{transform:scale(1.2)}.testimonial-text{font-size:18px;line-height:1.8;color:#333;margin-bottom:32px;text-align:center;font-style:italic;min-height:120px}.testimonial-author{display:flex;align-items:center;gap:16px;justify-content:center;padding-top:24px;border-top:2px solid #f0f0f0}.author-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:4px solid #00bcd4;box-shadow:0 4px 12px rgba(0,188,212,.3);transition:transform .3s ease}.testimonial-card.active .author-image{animation:scaleIn .6s ease-out .3s both}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.author-image:hover{transform:scale(1.1)}.author-info h4{font-size:20px;color:#1a1a1a;margin-bottom:4px;font-weight:600}.author-info p{font-size:14px;color:#00bcd4;font-weight:500}.nav-button{position:absolute;background:#fff;border:2px solid #00bcd4;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;box-shadow:0 4px 12px rgba(0,188,212,.2)}.nav-button:hover{background:#00bcd4;transform:scale(1.1)}.nav-button:hover svg{color:#fff}.nav-button svg{font-size:20px;color:#00bcd4;transition:color .3s ease}.nav-button.prev{left:0}.nav-button.next{right:0}.testimonial-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.dot{width:12px;height:12px;border-radius:50%;border:2px solid #00bcd4;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{transform:scale(1.3);background:rgba(0,188,212,.3)}.dot.active{background:#00bcd4;width:32px;border-radius:6px}@media (max-width:768px){.testimonials-section{padding:60px 16px}.testimonials-header h2{font-size:32px}.testimonials-header p{font-size:16px}.testimonial-card{padding:40px 24px 32px}.testimonial-text{font-size:16px;min-height:140px}.nav-button{width:40px;height:40px}.nav-button svg{font-size:16px}.nav-button.prev{left:-10px}.nav-button.next{right:-10px}.author-image{width:60px;height:60px}.author-info h4{font-size:18px}}@media (max-width:480px){.testimonials-wrapper{height:450px}.testimonial-text{min-height:160px}}