:root{--tl-primary: #07A76F;--tl-text-dark: #000000;--tl-text-light: #666666;--tl-bg-grey: #F0F0F0;--tl-bg-white: #FFFFFF;--font-main: "Poppins", sans-serif}.therapists-page-layout{font-family:var(--font-main);background-color:var(--tl-bg-white);padding-bottom:0;overflow-x:clip}.text-highlight{color:var(--tl-primary)}.text-dark{color:var(--tl-text-dark)}.section-title{font-size:32px;font-weight:700;color:var(--tl-text-dark);margin-bottom:30px}.text-center{text-align:center}.tl-btn-primary{background-color:var(--tl-primary);color:#fff;border:2px solid var(--tl-primary);border-radius:8px;padding:0 18px;font-weight:600;font-size:12px;height:38px;cursor:pointer;transition:all .3s ease}.tl-btn-primary:hover{background-color:#06855a;border-color:#06855a}.tl-btn-secondary{background-color:transparent;color:var(--tl-primary);border:2px solid var(--tl-primary);border-radius:8px;padding:10px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.tl-btn-secondary:hover{background-color:#07a76f0d}.tl-hero-section{position:relative;overflow:hidden;max-width:1240px;margin:20px auto 28px;padding:0 44px;min-height:420px;border:none;border-radius:4px;background:#fff;display:flex;align-items:center}.tl-hero-content-wrapper{max-width:100%;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.tl-hero-left{max-width:560px;z-index:5;margin-top:0}.tl-hero-title{font-size:34px;font-weight:700;color:var(--tl-text-dark);line-height:1.2;margin-bottom:18px}.tl-hero-description{font-size:14px;color:var(--tl-text-light);margin-bottom:28px;line-height:1.55;max-width:540px;font-weight:500}.tl-hero-right{position:absolute;right:0;bottom:0;width:46%;height:100%;z-index:1;display:flex;align-items:flex-end;justify-content:center}.tl-hero-shape{position:absolute;inset:0;background:#8dd8c2;clip-path:polygon(35% 0,100% 0,100% 100%,0 100%);z-index:0}.tl-hero-img{position:relative;height:96%;max-height:460px;object-fit:cover;z-index:2;-webkit-mask-image:linear-gradient(to top,transparent 0,black 16%);mask-image:linear-gradient(to top,transparent 0,black 16%)}.skeleton-card{overflow:hidden}.skeleton{background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:200% 100%;animation:therapistShimmer 1.3s infinite;border-radius:8px}.skeleton-line{height:12px;margin-bottom:8px}.skeleton-line-lg{width:80%}.skeleton-line-sm{width:55%}.skeleton-line-xs{width:40%}.skeleton-photo{min-height:240px}.skeleton-chip-row{width:100%;height:26px}.skeleton-btn{flex:1;height:36px}@keyframes therapistShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.expert-therapists-section{max-width:1200px;margin:60px auto;padding:0 40px}.experts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.expert-card{text-align:center}.expert-link-wrap{text-decoration:none;color:inherit;display:flex;flex-direction:column}.expert-photo-wrapper{width:100%;aspect-ratio:.85;background-color:var(--tl-bg-grey);margin-bottom:16px;border-radius:4px;overflow:hidden;position:relative}.expert-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top;mix-blend-mode:multiply}.expert-info{display:flex;flex-direction:column;gap:4px;text-align:left}.expert-name{font-size:16px;font-weight:700;color:var(--tl-text-dark);margin:0}.expert-role{font-size:13px;color:var(--tl-primary);font-weight:600;margin:0}.expert-exp{font-size:12px;color:#999}.more-therapists-section{max-width:1200px;margin:60px auto;padding:0 40px}.more-therapists-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tp-pagination-simple{display:flex;align-items:center;gap:8px}.tp-btn-arrow{width:28px;height:28px;border-radius:4px;background:var(--tl-primary);color:#fff;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.tp-btn-arrow:hover:not(.disabled){background:#06855a}.tp-btn-arrow.disabled{background:var(--tl-bg-grey);color:#999;cursor:not-allowed}.tp-pages{display:flex;gap:8px}.tp-page-num{width:28px;height:28px;border-radius:4px;border:none;background:transparent;color:var(--tl-text-dark);font-size:14px;cursor:pointer}.tp-page-num.active{background:var(--tl-bg-grey);color:var(--tl-text-dark);font-weight:700}.more-therapists-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.more-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;border:1px solid #f0f0f0}.more-card-banner{aspect-ratio:16 / 9;background-color:var(--tl-bg-grey);position:relative;overflow:hidden}.more-card-blur-bg{position:absolute;inset:-10%;width:120%;height:120%;object-fit:cover;filter:blur(15px);opacity:.8;z-index:0}.more-card-img{position:relative;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}.more-card-exp-badge{position:absolute;right:10px;top:10px;z-index:2;background:#07a76f;color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;line-height:1;font-weight:700}.more-card-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.more-card-details{margin-bottom:12px;text-align:left}.more-card-name{font-size:16px;font-weight:700;margin:0 0 2px;color:var(--tl-text-dark)}.more-card-role{font-size:12px;color:var(--tl-primary);font-weight:500;margin:0 0 2px}.more-card-exp{font-size:11px;color:#999;margin:0}.more-card-chips-section{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;flex-grow:1}.more-card-chips-group{display:flex;flex-direction:column;gap:4px}.chips-label{font-size:11px;font-weight:600;color:var(--tl-text-dark)}.chips-list{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:10px;color:var(--tl-primary);background:#07a76f1a;padding:4px 8px;border-radius:20px;white-space:nowrap;font-weight:500}.more-card-actions{display:flex;gap:10px;margin-top:auto}.more-card-actions button,.more-card-actions a{flex:1;padding:8px 0;font-size:12px}@media (max-width: 992px){.tl-hero-section{margin:16px 20px 24px;padding:16px 20px;min-height:auto}.tl-hero-right{width:100%;height:56%;bottom:0;opacity:.2}.tl-hero-left{margin:0 auto;text-align:left;padding:0 20px;max-width:100%}.tl-hero-title{font-size:34px}.tl-hero-description{font-size:14px}.more-therapists-grid{grid-template-columns:repeat(2,1fr)}.experts-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.tl-hero-section{margin:10px 0 28px;padding:0 0 0 14px;min-height:240px;border-radius:0;align-items:stretch}.tl-hero-content-wrapper{align-items:stretch}.tl-hero-left{max-width:52%;padding:22px 0;display:flex;flex-direction:column;justify-content:center;margin:0}.tl-hero-title{font-size:24px;margin-bottom:10px;line-height:1.2}.tl-hero-description{font-size:12px;max-width:100%;line-height:1.4;margin-bottom:14px}.tl-hero-left .tl-btn-primary{min-width:136px;height:30px;font-size:10px;padding:0 12px}.tl-hero-right{width:54%;height:100%;opacity:1}.tl-hero-shape{clip-path:polygon(28% 0,100% 0,100% 100%,0 100%)}.tl-hero-img{height:100%;max-height:none;width:auto;object-position:bottom center;-webkit-mask-image:none;mask-image:none}.expert-therapists-section,.more-therapists-section{padding:0 12px;margin:34px auto}.section-title{font-size:34px;margin-bottom:18px}.more-therapists-header{flex-direction:row;align-items:center;gap:10px;margin-bottom:16px}.more-therapists-grid,.experts-grid{grid-template-columns:repeat(2,1fr);gap:14px}.expert-photo-wrapper{margin-bottom:10px}.expert-name{font-size:14px}.expert-role{font-size:12px}.expert-exp{font-size:11px;margin:0}.more-card{border-radius:8px}.more-card-content{padding:9px}.more-card-name{font-size:11px;margin-bottom:2px}.more-card-role,.more-card-exp,.chips-label,.chip{font-size:9px}.more-card-chips-section{margin-bottom:10px;gap:6px}.more-card-actions{gap:6px}.more-card-actions .tl-btn-primary,.more-card-actions .tl-btn-secondary{min-width:0;width:100%;height:30px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;line-height:1;white-space:nowrap}.more-card-actions button,.more-card-actions a{padding:6px 0;font-size:9px;border-radius:6px;border-width:1.5px}.more-card-exp-badge{font-size:7px;padding:3px 5px;right:6px;top:6px;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-pagination-simple .tp-btn-arrow{display:none}.tp-pages{gap:10px}.tp-page-num{width:32px;height:32px;font-size:20px;font-weight:700;color:#9f9f9f;border-radius:8px}.tp-page-num.active{background:var(--tl-primary);color:#fff;font-weight:700}}@media (max-width: 480px){.tl-hero-section{min-height:216px}.tl-hero-left{max-width:53%;padding:18px 0}.tl-hero-title{font-size:25px;margin-bottom:8px}.tl-hero-description{font-size:11px;line-height:1.35;margin-bottom:12px}.tl-hero-left .tl-btn-primary{min-width:128px;height:28px;font-size:9px}.more-card-actions .tl-btn-primary,.more-card-actions .tl-btn-secondary{height:28px;font-size:8px}.tl-hero-right{display:flex;width:52%}.experts-grid{grid-template-columns:repeat(2,1fr);gap:12px}.expert-name{font-size:12px}.expert-role,.expert-exp{font-size:10px}.section-title{font-size:33px}.more-therapists-grid{gap:10px}}.tp-page-shell{max-width:1240px;margin:24px auto 80px;padding:0 24px;font-family:var(--font-main)}.tp-profile-grid{display:grid;grid-template-columns:1.08fr 1.25fr 1fr;gap:20px;align-items:stretch}.tp-photo-wrap,.tp-details-wrap,.tp-schedule-wrap,.tp-about-wrap,.tp-more-card{border:none;border-radius:14px;background:#fff}.tp-photo-wrap{min-height:520px;overflow:hidden}.tp-photo{width:100%;height:100%;object-fit:cover}.tp-details-wrap{padding:18px 20px}.tp-exp-badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:8px;background:#f4d85b;color:#5b4a05;font-size:11px;font-weight:700;margin-bottom:8px}.tp-name{margin:0;font-size:42px;line-height:1;color:#131313}.tp-subtitle{margin:8px 0 18px;font-size:14px;color:#07a76f;font-weight:600}.tp-block{margin-bottom:16px}.tp-block-title{margin:0 0 8px;font-size:14px;color:#151515;font-weight:700}.tp-chip-list{display:flex;flex-wrap:wrap;gap:6px}.tp-chip{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#f2f7f4;color:#2d5140;border:1px solid #dce9e1;font-size:11px;line-height:1}.tp-chip-light{background:#f8fbfa}.tp-education-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tp-education-item{display:flex;gap:8px;align-items:flex-start;color:#343434;font-size:12px}.tp-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#07a76f;flex-shrink:0}.tp-muted-copy{margin:0;color:#686868;font-size:13px}.tp-schedule-wrap{padding:16px;display:flex;flex-direction:column;gap:14px}.tp-right-block{border:none;border-radius:12px;padding:12px}.tp-right-block h3{margin:0;font-size:19px;color:#171717}.tp-right-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tp-month-controls{display:inline-flex;align-items:center;gap:8px}.tp-month-nav{border:0;background:transparent;color:#8f8f8f;font-size:14px;line-height:1;cursor:pointer;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.tp-month-label{color:#8f8f8f;font-size:16px;font-weight:500}.tp-day-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:10px}.tp-day-pill{border:1px solid #d8e6de;background:#fff;border-radius:10px;min-height:50px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:11px;color:#525252;cursor:pointer}.tp-date-num{font-size:18px;line-height:1;font-weight:700}.tp-day-name{font-size:12px;line-height:1;font-weight:500}.tp-day-pill.active{background:#07a76f;border-color:#07a76f;color:#fff;font-weight:700}.tp-availability-note{margin:8px 0 0;color:#7a7a7a;font-size:12px}.tp-time-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.tp-time-pill{border:1px solid #d8e6de;background:#fff;border-radius:8px;height:34px;font-size:11px;color:#4f4f4f;cursor:pointer}.tp-time-pill.active{background:#f0fff8;border-color:#07a76f;color:#07a76f;font-weight:700}.tp-outline-btn,.tp-solid-btn{width:100%;margin-top:10px;border-radius:8px;height:38px;font-size:13px;font-weight:700;cursor:pointer}.tp-outline-btn{border:1px solid #07a76f;background:#fff;color:#07a76f}.tp-solid-btn{border:1px solid #07a76f;background:#07a76f;color:#fff}.tp-action-buttons{margin-top:10px}.tp-about-wrap{margin-top:20px;padding:18px 20px}.tp-about-wrap h2{margin:0 0 8px;font-size:21px;color:#131313}.tp-about-wrap p{margin:0;font-size:13px;color:#3f3f3f;line-height:1.6}.tp-more-section{margin-top:58px}.tp-more-section h2{margin:0 0 18px;font-size:46px;line-height:1;color:#1a1a1a}.tp-more-section h2 span{color:#07a76f}.tp-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tp-more-card{border:1px solid #f0f0f0;box-shadow:0 4px 15px #0000000d;overflow:hidden}.tp-more-image-wrap{aspect-ratio:16 / 9;height:auto;background:#f0f0f0;position:relative;overflow:hidden}.tp-more-image-blur{position:absolute;inset:-14px;width:calc(100% + 28px);height:calc(100% + 28px);object-fit:cover;filter:blur(16px);transform:scale(1.06);opacity:.55}.tp-more-image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center}.tp-more-exp-badge{position:absolute;right:10px;top:10px;z-index:2;background:#07a76f;color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;line-height:1;font-weight:700}.tp-more-body{padding:14px}.tp-more-body h3{margin:0;font-size:18px;color:#111}.tp-more-role,.tp-more-exp{margin:4px 0 0;font-size:12px;color:#6a6a6a}.tp-card-chips{margin-top:12px}.tp-more-actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.tp-link-btn{display:inline-flex;justify-content:center;align-items:center;text-decoration:none}.tp-mobile-only,.tp-mobile-only-btn{display:none}.tp-desktop-only{display:inline}.tp-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.tp-modal-content{width:min(92%,430px);background:#fff;border-radius:16px;padding:20px;position:relative}.tp-modal-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:22px;cursor:pointer}.tp-modal-content h3{margin:0 0 8px}.tp-modal-text{margin:0;font-size:14px;line-height:1.5;color:#4f4f4f}.tp-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.store-badge{border:1px solid #07a76f;color:#07a76f;border-radius:8px;text-align:center;height:38px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;font-size:13px;font-weight:700}@media (max-width: 1100px){.tp-profile-grid{grid-template-columns:1fr}.tp-photo-wrap{min-height:420px}.tp-more-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.tp-page-shell{margin-top:10px;padding:0 10px}.tp-profile-grid{gap:10px}.tp-photo-wrap{min-height:360px;border-radius:16px}.tp-details-wrap,.tp-schedule-wrap,.tp-about-wrap,.tp-more-card{border-radius:12px}.tp-details-wrap{padding:12px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"exp education" "name education" "subtitle education" "languages education" "expertise expertise";column-gap:12px;row-gap:6px;align-items:start}.tp-exp-badge{grid-area:exp;margin-bottom:2px;font-size:9px;padding:3px 7px;width:max-content}.tp-name{grid-area:name;font-size:23px;line-height:1.05}.tp-subtitle{grid-area:subtitle;margin:2px 0 0;font-size:10px;font-weight:700}.tp-block{margin-top:0}.tp-block.tp-block-education{grid-area:education;border:0;padding:0}.tp-block.tp-block-languages{grid-area:languages}.tp-block.tp-block-expertise{grid-area:expertise;margin-top:2px;border-radius:10px;padding:10px}.tp-block-title{font-size:11px;margin-bottom:7px}.tp-education-item{font-size:9px;gap:6px;line-height:1.3}.tp-dot{width:6px;height:6px;margin-top:3px}.tp-chip-list{gap:7px}.tp-chip{min-height:24px;padding:4px 11px;font-size:12px}.tp-chip.tp-chip-light{min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#7b7b7b;font-size:12px}.tp-chip.tp-chip-light:not(:last-child):after{content:" •";color:#9a9a9a;margin-left:4px}.tp-schedule-wrap{padding:10px 12px 12px;gap:8px}.tp-right-block{padding:8px 0}.tp-right-heading-row{margin-bottom:6px}.tp-right-block h3{font-size:24px;line-height:1}.tp-month-controls{gap:6px}.tp-month-label{font-size:13px;color:#6f6f6f}.tp-month-nav{width:20px;height:20px;font-size:15px}.tp-day-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:8px}.tp-day-pill{border-radius:8px;min-height:48px;padding:5px 2px;font-size:10px}.tp-date-num{font-size:16px}.tp-day-name{font-size:10px}.tp-right-block.tp-right-block-visit h3{font-size:24px}.tp-month-nav:first-child,.tp-availability-note{display:none}.tp-time-grid{margin-top:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.tp-time-pill{border-radius:8px;height:34px;font-size:10px}.tp-time-grid .tp-time-pill:nth-child(9){display:none}.tp-action-buttons{margin-top:12px}.tp-mobile-only-btn{display:inline-flex;margin-top:0}.tp-mobile-only{display:inline}.tp-desktop-only,.tp-booking-icon{display:none}.tp-outline-btn,.tp-solid-btn{height:40px;border-radius:6px;font-size:16px}.tp-about-wrap{margin-top:8px;padding:10px 12px}.tp-about-wrap h2{font-size:35px;margin-bottom:8px}.tp-about-wrap p{font-size:14px;line-height:1.58;max-height:270px;overflow:auto;padding-right:4px}.tp-more-section h2{font-size:34px}.tp-more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tp-more-image-wrap{aspect-ratio:16 / 10}.tp-more-body{padding:8px}.tp-more-body h3{font-size:11px}.tp-more-role{font-size:8px}.tp-more-exp-badge{font-size:7px;padding:3px 5px;right:6px;top:6px}.tp-card-chips{margin-top:6px}.tp-more-actions{margin-top:8px;gap:6px}.tp-more-actions .tp-outline-btn,.tp-more-actions .tp-solid-btn{font-size:8px;height:24px;margin-top:0;border-radius:4px;font-weight:700}}@media (max-width: 420px){.tp-photo-wrap{min-height:308px}.tp-name{font-size:20px}.tp-right-block h3,.tp-right-block.tp-right-block-visit h3,.tp-about-wrap h2{font-size:30px}.tp-about-wrap p{font-size:13px;max-height:250px}}
