@import"https://fonts.googleapis.com/css2?family=Gilda+Display:wght@400&display=swap";:root{--teal: #46B39D;--deep-teal: #104858;--dark-slate: #324D5C;--text-color: #2F2F2F;--white: #ffffff;--light-bg: #F7F7F7;--teal-10: rgba(70, 179, 157, .1);--teal-80: rgba(70, 179, 157, .8);--max-width: 1100px;--max-width-narrow: 950px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Gilda Display,Georgia,serif;font-size:15px;font-weight:400;color:var(--text-color);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Verdana,Geneva,sans-serif;line-height:1.3;color:var(--deep-teal)}h1{font-size:1.5rem}h2{font-size:1.8rem;margin-bottom:1rem}h3{font-size:1.3rem;margin-bottom:.5rem}a{color:var(--teal);text-decoration:none;transition:color .3s}a:hover{color:var(--dark-slate)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--white);text-align:center;padding:1.5rem 1rem;position:relative}.header-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.header-logo img{width:80px;height:auto;border-radius:50%}.header-text{text-align:center}.header-title{font-family:Verdana,Geneva,sans-serif;font-size:2.5rem;font-weight:700;color:var(--teal);line-height:1.2}.header-subtitle{font-family:Verdana,Geneva,sans-serif;font-size:1.1rem;color:var(--text-color);font-weight:700}.main-nav-bar{background:var(--deep-teal);position:sticky;top:0;z-index:100}.main-nav-bar .container{display:flex;justify-content:center;align-items:center;position:relative}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0;transition:.3s}.main-nav{display:flex;list-style:none;gap:0;flex-wrap:wrap;justify-content:center}.main-nav>li{position:relative}.main-nav>li>a,.main-nav>li>span{display:block;padding:14px 16px;color:var(--white);font-family:Gilda Display,Georgia,serif;font-size:15px;cursor:pointer;transition:background .3s;white-space:nowrap}.main-nav>li>a:hover,.main-nav>li>span:hover,.main-nav>li.active>a{background:var(--teal);color:var(--white)}.dropdown{display:none;position:absolute;top:100%;left:0;background:var(--deep-teal);min-width:260px;z-index:200;box-shadow:0 4px 12px #00000026}.main-nav>li:hover>.dropdown,.main-nav>li.open>.dropdown{display:block}.dropdown li a{display:block;padding:10px 20px;color:var(--white);font-family:Gilda Display,Georgia,serif;font-size:14px;border-bottom:1px solid rgba(255,255,255,.08);transition:background .3s}.dropdown li a:hover{background:var(--teal);color:var(--white)}.hero-carousel{position:relative;height:400px;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--teal-80);padding:2rem 3rem;text-align:center;max-width:500px}.hero-overlay h2{color:var(--white);font-family:Verdana,Geneva,sans-serif;font-size:1.8rem;margin-bottom:.5rem}.hero-overlay p{color:var(--white);font-size:1rem}.hero-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s}.hero-dot.active{background:var(--white)}.section{padding:3rem 1.5rem}.section-teal-bg{background:var(--teal-10)}.section-title{text-align:center;color:var(--deep-teal);font-size:1.8rem;margin-bottom:2rem}.section-text{text-align:center;max-width:800px;margin:0 auto 2rem;line-height:1.8}.therapeutes-grid{max-width:var(--max-width-narrow);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.therapeute-card{background:var(--white);padding:1.5rem;text-align:center;border-radius:4px;box-shadow:0 2px 8px #0000000f;transition:transform .3s,box-shadow .3s}.therapeute-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.therapeute-card img{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}.therapeute-card h3{color:var(--deep-teal);font-size:1.2rem;margin-bottom:.5rem}.therapeute-card h3 a{color:var(--deep-teal)}.therapeute-card h3 a:hover{color:var(--teal)}.therapeute-card p{font-size:.9rem;color:var(--text-color);line-height:1.5}.info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:var(--max-width);margin:2rem auto}.info-card{background:#324d5c0d;border-radius:4px;padding:2rem}.info-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.info-card-icon{width:40px;height:40px;flex-shrink:0}.info-card-icon svg{fill:var(--teal);width:100%;height:100%}.info-card h3{color:var(--deep-teal)}.btn{display:inline-block;padding:12px 28px;font-family:Gilda Display,Georgia,serif;font-size:15px;border:2px solid var(--teal);color:var(--teal);background:var(--white);cursor:pointer;transition:all .3s;text-align:center}.btn:hover{background:var(--teal);color:var(--white)}.btn-dark{border-color:var(--deep-teal);color:var(--deep-teal)}.btn-dark:hover{background:var(--deep-teal);color:var(--white)}.btn-filled{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn-filled:hover{background:var(--dark-slate);border-color:var(--dark-slate)}.profile-card{max-width:var(--max-width);margin:3rem auto;padding:0 1.5rem}.profile-card-inner{display:flex;box-shadow:5px 15px 40px #2f2f2f33;overflow:visible}.profile-card-photo{flex:0 0 42%;background:var(--teal);display:flex;align-items:center;justify-content:center;padding:2rem 3rem;position:relative}.profile-card-photo img{width:100%;max-width:400px;height:auto;display:block;margin:-4rem 0;position:relative;z-index:1;border-radius:0}.profile-card-info{flex:1;background:var(--white);padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.profile-card-info h1{color:var(--teal);font-size:2rem;margin-bottom:.25rem}.profile-card-info .profile-site{color:var(--dark-slate);font-size:1.1rem;margin-bottom:1.5rem}.profile-card-info .profile-roles{padding-left:1.5rem;text-align:left}.profile-card-info .profile-roles p{margin-bottom:.3rem;font-size:1rem}.profile-section{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.profile-section-gray{background:var(--light-bg)}.profile-section h2{color:var(--deep-teal);font-size:1.5rem;margin-bottom:1rem;text-align:center}.profile-section h3{color:var(--teal);font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem}.profile-section p{margin-bottom:1rem;line-height:1.8}.profile-section ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem;line-height:1.8}.profile-contact{max-width:800px;margin:2rem auto;padding:2rem;border:8px solid var(--deep-teal);display:flex;align-items:center;gap:2rem}.profile-contact-left{flex:1;text-align:right}.profile-contact-left h2{color:var(--deep-teal);font-size:1.3rem;margin:0}.profile-contact-left .profile-contact-site{color:var(--teal);font-size:.95rem}.profile-contact-divider{width:2px;height:120px;background:var(--deep-teal);flex-shrink:0}.profile-contact-right{flex:1}.profile-contact-right p{margin-bottom:.5rem}@media(max-width:768px){.profile-card-inner{flex-direction:column}.profile-card-photo{padding:2rem}.profile-card-photo img{margin:0;max-width:300px}.profile-card-info{padding:2rem 1.5rem}.profile-contact{flex-direction:column;text-align:center}.profile-contact-left{text-align:center}.profile-contact-divider{width:80px;height:2px}}.page-hero{background:var(--teal-10);padding:2.5rem 1.5rem;text-align:center}.page-hero h1{color:var(--teal);font-size:1.8rem}.page-hero p{color:var(--text-color);margin-top:.5rem}.page-content{max-width:800px;margin:2rem auto;padding:0 1.5rem 3rem;line-height:1.8}.page-content h2{margin-top:2rem;margin-bottom:1rem;color:var(--deep-teal)}.page-content h3{margin-top:1.5rem;color:var(--teal)}.page-content p{margin-bottom:1rem}.page-content ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem}.page-content img{border-radius:8px;margin:1.5rem 0}.page-banner-img{width:100%;border-radius:10px;box-shadow:0 4px 16px #00000014}.two-col{display:flex;gap:2rem;flex-wrap:wrap}.img-rounded{border-radius:10px;width:100%;height:auto}.img-circle{border-radius:50%;width:200px;height:200px;object-fit:cover;margin:0 auto;display:block}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid var(--teal);color:var(--teal);transition:all .3s}.social-link:hover{background:var(--teal);color:var(--white)}.social-link svg{width:18px;height:18px;fill:currentColor}.site-footer{background:var(--deep-teal);border-top:3px solid var(--teal);color:var(--white);padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col h3{color:var(--white);font-size:1rem;margin-bottom:1rem}.footer-col p,.footer-col address{font-style:normal;font-size:.9rem;line-height:1.7;color:#ffffffd9}.footer-col a{color:#ffffffd9}.footer-col a:hover{color:var(--teal)}.footer-nav li{margin-bottom:.5rem}.footer-nav li a:before{content:"›";margin-right:.3rem}.footer-bottom{max-width:var(--max-width);margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.8rem;color:#ffffff80}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-weight:700;margin-bottom:.4rem;color:var(--deep-teal);font-family:Verdana,Geneva,sans-serif;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1.5px solid #d0d0d0;font-family:Gilda Display,Georgia,serif;font-size:15px;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal);outline:none}.form-group textarea{min-height:120px;resize:vertical}.temoignage-item{background:var(--light-bg);padding:1.5rem 2rem;margin-bottom:1.5rem;border-left:4px solid var(--teal);border-radius:0 8px 8px 0}.temoignage-item cite{display:block;margin-top:.75rem;color:var(--teal);font-style:normal;font-weight:700}@media(max-width:992px){.header-title{font-size:1.8rem}.header-subtitle{font-size:.95rem}.nav-toggle{display:block}.main-nav{display:none;flex-direction:column;width:100%;background:var(--deep-teal)}.main-nav.open{display:flex}.main-nav>li>a,.main-nav>li>span{padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.dropdown{position:static;box-shadow:none;background:#0000001a}.therapeutes-grid{grid-template-columns:repeat(2,1fr)}.info-cards{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.hero-carousel{height:280px}.hero-overlay{padding:1.5rem 2rem;max-width:80%}.hero-overlay h2{font-size:1.3rem}}@media(max-width:600px){.therapeutes-grid{grid-template-columns:1fr}.hero-carousel{height:220px}.hero-overlay{max-width:90%;padding:1rem 1.5rem}}
