.hero{background-color:var(--primary-dark);background-image:linear-gradient(135deg,#073a6bd9 0%,#0b539499 100%),url(https://images.unsplash.com/photo-1606811841689-23dfddce3e95?q=80&w=1920&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;justify-content:center;min-height:90vh;padding:10rem 1rem 6rem;display:flex;position:relative}.hero-container{text-align:left;min-height:inherit;flex-direction:column;flex:1;align-items:flex-start;display:flex}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;align-items:center;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;display:inline-flex}.hero-badge .dot{background-color:#00d4ff;border-radius:50%;width:8px;height:8px;margin-right:10px;display:inline-block;box-shadow:0 0 10px #00d4ff}.hero-title{color:#fff;max-width:900px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-title .highlight{color:#00d4ff;display:block}.hero-subtitle{color:#e6f2fb;max-width:700px;margin-bottom:3rem;font-size:1.4rem;line-height:1.6}.hero-subtitle strong{color:#fff;font-weight:700}.hero-actions{justify-content:flex-start;gap:1.5rem;margin-bottom:5rem;display:flex}.hero .btn-primary{background-color:var(--primary)}.hero .btn-primary:hover{background-color:var(--primary-dark)}.hero-stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;align-items:center;gap:2.5rem;width:fit-content;margin-top:auto;padding:1.5rem 3rem;display:flex}.stat-item{flex-direction:column;align-items:center;display:flex}.stat-value{color:#00d4ff;text-shadow:0 0 15px #00d4ff4d;font-size:2.2rem;font-weight:800;line-height:1}.stat-label{color:#e6f2fb;letter-spacing:1px;margin-top:.5rem;font-size:.75rem;font-weight:700}.stat-divider{background:#fff3;align-self:center;width:1px;height:40px}@media (max-width:1024px){.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero{text-align:center;min-height:auto;padding:7rem 1rem 4rem}.hero-container{text-align:center;align-items:center}.hero-title{margin-bottom:1rem;font-size:2.5rem}.hero-subtitle{margin-bottom:2.5rem;padding:0 1rem;font-size:1rem}.hero-actions{flex-direction:column;justify-content:center;align-items:stretch;gap:1rem;width:100%;margin-bottom:3rem}.hero-stats{border-radius:20px;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;margin-top:0;padding:1.5rem;display:grid}.stat-item:last-child{grid-column:span 2}.stat-divider{display:none}}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-muted);font-size:1.125rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-list{margin-top:1.5rem;list-style:none}.feature-list li{color:var(--text-main);margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.image-box{background-color:var(--primary-light);height:400px;color:var(--primary);border-radius:20px;justify-content:center;align-items:center;font-weight:700;display:flex}.profile-img{object-fit:cover;width:100%;height:400px;box-shadow:var(--shadow-lg);border-radius:20px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}@media (max-width:768px){.hero-title{font-size:2.5rem}.about-grid{grid-template-columns:1fr;gap:2rem}.hero-actions{flex-direction:column}.profile-img{height:300px}}.carousel-section{background-color:#fff;padding:4rem 0}.carousel-title{text-align:center;color:var(--primary-dark);margin-bottom:2rem;font-size:2.5rem}.carousel-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.carousel-track{gap:20px;width:max-content;animation:35s linear infinite scrollLeft;display:flex}.carousel-item{width:300px;height:250px;box-shadow:var(--shadow-sm);border:4px solid var(--primary-light);border-radius:12px;flex-shrink:0;overflow:hidden}.carousel-item img{object-fit:contain;background-color:#f0f4f8;width:100%;height:100%;transition:transform .3s}.carousel-item img:hover{transform:scale(1.05)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-3840px)}}@media (max-width:480px){.carousel-item{width:250px;height:200px}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-3240px)}}}.testimonials-carousel-section{background-color:#f8fbfe;padding:6rem 0}.testimonial-carousel-container{width:100%;padding:2rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.testimonial-track{gap:30px;width:max-content;animation:50s linear infinite scrollTestimonials;display:flex}.testimonial-card-v2{background:#fff;border:1px solid #073a6b0d;border-radius:24px;flex-direction:column;flex-shrink:0;width:400px;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #073a6b0d}.testimonial-card-v2:hover{transform:translateY(-5px);box-shadow:0 15px 40px #073a6b1a}.stars{color:#fbbf24;letter-spacing:2px;margin-bottom:1.5rem;font-size:1.25rem}.quote{color:var(--text-main);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.patient-info{border-top:1px solid #f0f4f8;align-items:center;gap:1.25rem;margin-top:2rem;padding-top:1.5rem;display:flex}.patient-avatar{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0b539433}.treatment-tag{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.85rem;font-weight:600}.author{color:var(--primary-dark);margin:0 0 2px;font-size:1.1rem;font-weight:700}@keyframes scrollTestimonials{0%{transform:translate(0)}to{transform:translate(-2580px)}}@media (max-width:768px){.testimonial-card-v2{gap:1rem;width:280px;padding:1.5rem}.quote{margin-bottom:1rem;font-size:1rem}.patient-info{margin-top:1rem;padding-top:1rem}.patient-avatar{width:44px;height:44px;font-size:1rem}.author{font-size:1rem}.treatment-tag{font-size:.75rem}@keyframes scrollTestimonials{0%{transform:translate(0)}to{transform:translate(-1800px)}}.testimonial-track{gap:20px}}
