.rotating-gallery{width:100%;height:400px;flex-direction:column;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-container,.rotating-gallery{position:relative;display:flex;align-items:center;justify-content:center}.gallery-container{width:320px;height:320px;perspective:1000px}.coin-container{position:relative;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,80,.1) 0,rgba(76,175,80,.05) 50%,transparent 100%);border:2px solid rgba(76,175,80,.2)}.coin-container,.coin-face{display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.coin-face{width:100%;height:100%}.coin-image{transition:all .3s ease;object-fit:cover}.coin-image:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(76,175,80,.4)!important}.rotating-gallery-placeholder{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f8ff,#e6f4ea);border-radius:20px;border:2px dashed var(--sky-blue)}.rotating-gallery-placeholder .therapy-icon{font-size:4rem;opacity:.7}.click-zones{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;z-index:10;pointer-events:none}.zone{flex:1 1;pointer-events:all;cursor:pointer;position:relative}.left-zone{flex:0.35 1;cursor:w-resize}.center-zone{flex:0.3 1;cursor:pointer}.right-zone{flex:0.35 1;cursor:e-resize}.zone:hover:before{content:attr(title);position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:white;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:20}.gallery-indicator{text-align:center;color:var(--sky-blue);font-weight:600;font-size:14px;margin-top:10px}@media (max-width:768px){.rotating-gallery{height:350px}.coin-container{width:240px;height:216px}.gallery-card{width:160px;height:144px;margin-left:-80px;margin-top:-72px}.zone:hover:before{display:none}}@media (max-width:480px){.rotating-gallery{height:300px}.coin-container{width:200px;height:180px}.gallery-card{width:140px;height:126px;margin-left:-70px;margin-top:-63px}}.hero{background:linear-gradient(135deg,var(--pure-white) 0,var(--mint-green) 100%);padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;width:100%}.hero-buttons,.hero-content,.hero-image,.hero-text{will-change:transform,opacity}.hero-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:20px;gap:20px;max-width:400px}.btn{display:inline-block;padding:16px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center;will-change:transform}.btn.primary{background:var(--sky-blue);color:white}.btn.secondary{background:transparent;color:var(--sky-blue);border:2px solid var(--sky-blue)}.btn.secondary:hover{background:var(--sky-blue);color:white}.hero-image,.image-placeholder{display:flex;justify-content:center;align-items:center}.image-placeholder{width:clamp(250px,30vw,400px);height:clamp(250px,30vw,400px);background:var(--pure-white);border-radius:50%;box-shadow:0 20px 40px rgba(110,193,228,.2);border:8px solid var(--light-gray);transition:transform .3s ease}.image-placeholder:hover{transform:scale(1.05)}.therapy-icon{font-size:clamp(4rem,8vw,8rem)}@media (min-width:1200px){.hero-content{gap:80px}.hero-buttons{grid-template-columns:repeat(2,1fr);max-width:450px}}@media (max-width:1024px){.hero{padding:100px 0 60px}.hero-content{gap:40px}.hero-buttons{max-width:350px}}@media (max-width:768px){.hero{padding:140px 0 60px}.hero-content{grid-template-columns:1fr;text-align:center;gap:40px}.hero-text{order:1}.hero-image{order:2}.hero-buttons{justify-self:center;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));max-width:100%;width:100%}.image-placeholder{width:clamp(280px,50vw,350px);height:clamp(280px,50vw,350px)}}@media (max-width:640px){.hero{padding:90px 0 50px;min-height:auto}.hero-content{gap:30px}.hero-text h1{margin-bottom:20px}.hero-text p{margin-bottom:24px}.hero-buttons{grid-template-columns:1fr;gap:15px;max-width:280px}}@media (max-width:480px){.hero{padding:140px 0 40px}.hero-content{gap:25px}.image-placeholder{width:clamp(200px,60vw,280px);height:clamp(200px,60vw,280px);border-width:6px}.hero-buttons{max-width:100%}.btn{padding:14px 20px;font-size:15px}}@media (max-width:360px){.hero{padding:70px 0 30px}.hero-text h1{margin-bottom:16px}.hero-text p{margin-bottom:20px}.image-placeholder{border-width:4px}.btn{padding:12px 18px;font-size:14px}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:auto;padding:60px 0 40px}.hero-content{grid-template-columns:1fr 1fr;gap:30px;align-items:center}.hero-text{order:1;text-align:left}.hero-image{order:2}.image-placeholder{width:clamp(180px,25vw,250px);height:clamp(180px,25vw,250px)}.hero-buttons{justify-self:start;grid-template-columns:repeat(2,1fr);max-width:300px}}.about{background:var(--pure-white);padding:80px 0 60px}.about-content-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:60px;gap:60px;align-items:flex-start;max-width:1100px;margin:0 auto}.about-main-text{display:flex;flex-direction:column;gap:28px}.about-title{font-size:2.6rem;font-weight:800;color:#222;margin-bottom:.5rem;line-height:1.1}.about-title-highlight{color:var(--sky-blue);background:linear-gradient(90deg,#6ec1e4 40%,#9cc682);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:#6c757d;margin-bottom:1.5rem;font-weight:500;text-align:justify}.about-description p{font-size:1.12rem;color:#333;margin-bottom:.7rem;line-height:1.7;text-align:justify}.about-credentials-card{background:linear-gradient(135deg,#f7fafc 80%,#e6f4ea);border-radius:16px;box-shadow:0 4px 24px rgba(110,193,228,.08);padding:28px 32px;margin-top:18px;transition:box-shadow .3s}.about-credentials-card h3{color:var(--sky-blue);font-size:1.25rem;font-weight:700;margin-bottom:14px;letter-spacing:.5px}.about-credentials-card ul{list-style:none;padding:0;margin:0}.about-credentials-card li{position:relative;padding-left:28px;margin-bottom:10px;font-size:1.05rem;color:#222;font-weight:500}.about-credentials-card li:before{content:"✔";position:absolute;left:0;top:0;color:var(--soft-leaf-green);font-size:1.1rem;font-weight:700;line-height:1.2}.about-photo-card{background:linear-gradient(135deg,#f7fafc 80%,#e6f4ea);border-radius:20px;box-shadow:0 8px 32px rgba(110,193,228,.13);padding:36px 24px 28px;display:flex;flex-direction:column;align-items:center;min-width:260px;max-width:320px;margin:0 auto;position:-webkit-sticky;position:sticky;top:120px}.about-photo-frame{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#6ec1e4 60%,#9cc682);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(110,193,228,.15);margin-bottom:18px;overflow:hidden;position:relative}.about-photo-img{width:128px;height:128px;border-radius:50%;object-fit:cover;display:block;background:#fff;position:relative;z-index:1}.photo-fallback-icon{display:none;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;align-items:center;justify-content:center;background:transparent;z-index:2}.photo-fallback-icon svg{width:80px;height:80px;display:block;margin:0 auto}.about-photo-caption{text-align:center;font-size:1.08rem;color:#333;font-weight:600;margin-top:6px;line-height:1.3}.about-photo-role{display:block;font-size:.98rem;color:var(--sky-blue);font-weight:500;margin-top:2px}@media (max-width:900px){.about-content-grid{grid-template-columns:1fr;gap:40px;max-width:98vw}.about-photo-card{margin:0 auto;position:static}}.about-sections{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;margin:40px 0}.about-card{background:linear-gradient(135deg,#ffffff,#f8fbff);border:1px solid rgba(110,193,228,.1);border-radius:20px;padding:35px 25px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(110,193,228,.08)}.about-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--sky-blue) 0,var(--soft-green) 100%);transform:scaleX(0);transition:transform .4s ease;transform-origin:left}.about-card:hover:before{transform:scaleX(1)}.about-card:hover{transform:translateY(-8px);border-color:rgba(110,193,228,.2);background:linear-gradient(135deg,#ffffff,#f0f8ff)}.card-icon{margin-bottom:20px;display:flex}.card-icon,.icon-emoji{justify-content:center;align-items:center}.icon-emoji{font-size:3rem;padding:15px;background:linear-gradient(135deg,rgba(110,193,228,.1),rgba(156,198,130,.1));border-radius:50%;display:inline-flex;width:80px;height:80px;transition:all .3s ease}.about-card:hover .icon-emoji{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(110,193,228,.15),rgba(156,198,130,.15))}.card-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:15px;position:relative}.card-description{font-size:1rem;color:#5a6c7d;line-height:1.7;margin:0;text-align:justify}@media (max-width:600px){.about{padding:48px 0 32px}.about-content-grid{gap:28px}.about-title{font-size:2rem}.about-photo-card{padding:24px 10px 18px;min-width:0;max-width:90vw}.about-photo-frame{width:110px;height:110px}.about-photo-img{width:98px;height:98px}.photo-placeholder{font-size:2.5rem;line-height:110px}.about-credentials-card{padding:18px 12px}.about-sections{grid-template-columns:1fr;gap:20px;margin:30px 0}.about-card{padding:25px 20px}.card-title{font-size:1.3rem}.icon-emoji{font-size:2.5rem;width:70px;height:70px}}