.search-section{padding:2.5rem 1.5rem 0;display:flex;flex-direction:column;align-items:center;position:relative;z-index:20}.search-container{width:100%;max-width:48rem;background:#FFF1E0;border-radius:24px;padding:.6rem;display:flex;align-items:center;box-shadow:0 10px 40px rgba(0,0,0,.05);border:1px solid rgba(255,255,255,.5)}@media (max-width:640px){.search-container{flex-direction:column;border-radius:24px;padding:1rem;gap:1rem}}.search-input-group{flex-grow:1;background-color:#FFFFFF;border-radius:9999px;display:flex;align-items:center;padding:.8rem 1.8rem;box-shadow:none}@media (max-width:640px){.search-input-group{width:100%}}.search-icon{color:#F89B37;flex-shrink:0}.search-input{background:transparent;border:none;outline:none;padding-left:1.2rem;width:100%;color:#374151;font-size:1.1rem;font-weight:500}.search-input::placeholder{color:#9CA3AF}.filter-group{display:flex;align-items:center;gap:2rem;padding:0 2rem}@media (max-width:640px){.filter-group{width:100%;justify-content:space-around;padding:.5rem 0}}.filter-button{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;font-size:1.05rem;font-weight:600;color:#4B5563;padding:.5rem 0;transition:color .2s ease}.filter-button:hover{color:#B94913}.filter-badge{background-color:#F89B37;color:white;font-size:.75rem;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0 4px}.filter-chevron{color:#6B7280;transition:transform .2s ease}.filter-button:hover .filter-chevron{color:#B94913;transform:translateY(2px)}.therapist-card-link{text-decoration:none;color:inherit;display:block}.therapist-card{background-color:#ffffff;border-radius:24px;padding:1.5rem;border:1px solid #fe9131;display:flex;flex-direction:column;height:100%;min-height:400px;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer}.therapist-card:hover{box-shadow:0 10px 25px -5px rgba(254,145,49,.15),0 8px 10px -6px rgba(254,145,49,.1);transform:translateY(-2px)}.therapist-image-container{position:relative;width:80px;height:80px;margin-bottom:1.5rem;flex-shrink:0}.therapist-image-container:before{content:"";position:absolute;inset:-6px;background:radial-gradient(circle,rgba(254,145,49,.2) 0,rgba(255,255,255,0) 70%);z-index:0;border-radius:20px}.therapist-image{width:100%;height:100%;object-fit:cover;border-radius:18px;position:relative;z-index:1}.therapist-info{margin-bottom:1.25rem}.therapist-name{font-size:1.125rem;font-weight:800;color:#000000;margin:0 0 .25rem;line-height:1.2}.therapist-title{font-size:.8rem;font-weight:500;color:#000000;margin:0}.therapist-price{font-size:.875rem;font-weight:700;color:#D97B29;margin-top:.25rem}.therapist-section-title{font-size:.75rem;font-style:italic;color:#000000;margin:0 0 .75rem}.therapist-tags-container{margin-bottom:1.25rem;flex-grow:1}.therapist-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.therapist-tag{background-color:#E6EFF3;color:#2C2B2B;padding:.35rem .8rem;border-radius:9999px;font-size:.65rem;font-weight:500;white-space:nowrap}.therapist-lang-container{margin-bottom:2rem}.therapist-lang-list{display:flex;gap:.5rem}.therapist-lang{display:flex;align-items:center;gap:.25rem;background-color:#FFF7ED;border-radius:.5rem;padding:.25rem .5rem}.therapist-lang-script{font-size:.875rem;font-weight:700;color:#000000}.therapist-lang-label{font-size:.6rem;color:#000000}.therapist-divider{width:100%;border-top:1.5px dashed #696969;margin-bottom:1rem}.therapist-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.therapist-slot-label{font-size:.75rem;color:#000000;margin:0 0 .25rem;line-height:1}.therapist-slot-time{font-size:.75rem;font-weight:600;color:#B94913;margin:0;line-height:1}.therapist-book-btn{background:linear-gradient(90deg,#D97B29,#F06B35);color:#FFFFFF;padding:.6rem 1.5rem;border-radius:8px;font-weight:500;font-size:.875rem;text-decoration:none;transition:opacity .2s ease;display:inline-flex;justify-content:center;align-items:center}.therapist-book-btn:hover{opacity:.9}.grid-section-bg{width:100%;background:transparent;position:relative;z-index:10}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(90deg,#f0ebe6 25%,#e8e0d8 37%,#f0ebe6 63%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-card{background:#fff;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0ebe6}.skeleton-image{width:80px;height:80px;border-radius:50%;margin:0 auto}.skeleton-info{display:flex;flex-direction:column;align-items:center;gap:8px}.skeleton-line{border-radius:6px;height:14px}.skeleton-name{width:60%;height:18px}.skeleton-title{width:40%;height:12px}.skeleton-label{width:30%;height:10px;margin-bottom:4px}.skeleton-tags{display:flex;flex-direction:column;gap:8px}.skeleton-chips{display:flex;gap:6px;flex-wrap:wrap}.skeleton-chip{width:70px;height:28px;border-radius:20px}.skeleton-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;border-top:1px dashed #e8e0d8}.skeleton-slot{width:100px;height:14px}.skeleton-btn{width:60px;height:36px;border-radius:20px}