.page-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.page-hero-bg{position:absolute;inset:0;z-index:0}.page-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(5,8,7,.7),rgba(5,8,7,.9));z-index:1}.page-hero-content{position:relative;z-index:2;max-width:900px;padding:8rem 2rem 4rem}.page-hero-title{font-family:var(--font-display);font-size:clamp(3rem, 10vw, 6rem);letter-spacing:6px;color:var(--color-light);margin-bottom:1rem;line-height:1.1}.page-hero-subtitle{font-size:1.2rem;color:var(--color-muted-light);max-width:600px;margin:0 auto}.transformations-intro{padding:6rem 2rem;background:var(--color-darkest)}.intro-content{max-width:800px;margin:0 auto;text-align:center}.intro-content h2{font-family:var(--font-heading);font-size:clamp(1.8rem, 4vw, 2.5rem);font-weight:600;letter-spacing:2px;color:var(--color-light);margin-bottom:1.5rem}.intro-content p{font-size:1.1rem;color:var(--color-muted-light);line-height:1.8;margin-bottom:1rem}.video-testimonials{padding:8rem 2rem;background:var(--color-dark)}.section-header{text-align:center;margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.testimonial-video-card{background:var(--color-darkest);border-radius:12px;overflow:hidden;border:1px solid rgba(77,181,172,.1);transition:all .4s var(--ease-power)}.testimonial-video-card:hover{transform:translateY(-8px);border-color:var(--color-accent);box-shadow:0 20px 50px rgba(0,0,0,.3)}.testimonial-video-content{padding:2rem;text-align:center}.testimonial-avatar-large{width:80px;height:80px;background:linear-gradient(135deg,var(--color-accent),#3a9a92);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;color:var(--color-darkest);margin:0 auto 1.5rem}.testimonial-video-content h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;letter-spacing:1px;color:var(--color-light);margin-bottom:.5rem}.testimonial-goal{font-size:.9rem;color:var(--color-accent);margin-bottom:1.5rem;font-weight:500}.testimonial-video-content blockquote{margin:0;padding:0}.testimonial-video-content blockquote p{font-size:.95rem;color:var(--color-muted-light);line-height:1.7;font-style:italic}.testimonial-stats{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(77,181,172,.2)}.testimonial-stats .stat{font-size:.9rem;color:var(--color-muted)}.testimonial-stats .stat strong{color:var(--color-accent);font-size:1.2rem}.photo-transformations{padding:8rem 2rem;background:var(--color-darkest)}.photo-transformations .transformations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.cta-section{padding:8rem 2rem;background:linear-gradient(135deg,var(--color-dark) 0,var(--color-darkest) 100%);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{font-family:var(--font-display);font-size:clamp(2rem, 5vw, 3.5rem);letter-spacing:3px;color:var(--color-light);margin-bottom:1rem}.cta-content p{font-size:1.1rem;color:var(--color-muted-light);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.photo-transformations .transformations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-hero{min-height:50vh}.page-hero-content{padding:6rem 1.5rem 3rem}.testimonials-grid{grid-template-columns:1fr;max-width:500px}.photo-transformations .transformations-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons a{width:100%;max-width:300px}.cta-section,.photo-transformations,.video-testimonials{padding:5rem 1.5rem}}@media (max-width:480px){.page-hero-title{font-size:clamp(2.5rem, 12vw, 4rem)}.testimonial-video-content{padding:1.5rem}}