@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');:root{--ink:#12152f;--muted:#626986;--line:#dfe3f5;--paper:#f8f9ff;--panel:#fff;--brand:#1111a8;--brand2:#4457e8;--soft:#eef1ff;--danger:#a83c3c}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Segoe UI,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.5}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(18px,5vw,72px);background:rgba(251,253,251,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{font-weight:800;display:flex;align-items:center;gap:10px}.brand span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--brand);color:#fff}.site-header nav,.footer{display:flex;align-items:center;gap:22px}.button,button{border:0;border-radius:8px;background:var(--brand);color:#fff;padding:11px 16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button.small{padding:8px 12px}.button.ghost{background:#eef5f1;color:var(--brand)}.hero{min-height:76vh;display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center;padding:58px clamp(20px,6vw,84px);background:linear-gradient(115deg,#eaf6ef 0%,#fbfdfb 52%,#f9efe5 100%)}.hero h1,.page-title h1{font-size:clamp(42px,7vw,84px);line-height:.95;margin:8px 0 18px;letter-spacing:0}.hero p,.page-title p{font-size:18px;color:var(--muted);max-width:760px}.eyebrow{text-transform:uppercase;font-weight:800;letter-spacing:0;color:var(--brand);font-size:13px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-panel,.summary-card,.auth-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(23,33,29,.08);padding:28px}.hero-panel{display:grid;gap:18px}.hero-panel div,.metrics div{border-left:4px solid var(--brand2);padding-left:16px}.hero-panel strong,.metrics strong{display:block;font-size:28px}.hero-panel span,.metrics span,dt,.section-head span{color:var(--muted)}.section,.page-title{padding:64px clamp(20px,6vw,84px)}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.section h2,.panel h2{margin-top:0;font-size:clamp(26px,3vw,42px)}.section-head,.admin-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.grid{display:grid;gap:20px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.tile,.doctor-card,.panel,.record{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}.doctor-card .avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--brand);font-weight:900}.doctor-card dl{display:grid;gap:8px}.doctor-card dl div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:8px}.footer{justify-content:space-between;padding:32px clamp(20px,6vw,84px);border-top:1px solid var(--line);background:#fff}.form-shell,.summary-card,.auth-card{max-width:980px;margin:28px auto;padding:28px}.auth-card{max-width:460px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wide{grid-column:1/-1}label{display:grid;gap:7px;font-weight:700;color:#26342f}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font:inherit;background:#fff}textarea{min-height:120px}.checkbox{display:flex;align-items:center;gap:10px}.checkbox input{width:auto}.terms-box,.notice,.errors{border-radius:8px;padding:16px;margin:18px 0;background:var(--soft);border:1px solid var(--line)}.errors{background:#fff1f1;color:var(--danger)}.price{font-size:36px;color:var(--brand)}.success-card{margin-top:60px}.admin-body{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f5f8f6}.admin-sidebar{background:#10231d;color:#fff;padding:22px;display:flex;flex-direction:column;gap:24px}.admin-sidebar .brand span{background:#fff;color:var(--brand)}.admin-sidebar nav{display:grid;gap:8px}.admin-sidebar nav a{padding:10px 12px;border-radius:8px;color:#d9e7e1}.admin-sidebar nav a:hover{background:rgba(255,255,255,.08)}.admin-main{padding:28px;overflow:auto}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.metrics div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}.warning{border-color:#edc28a;background:#fff9ef}.admin-form{display:grid;gap:16px}.inline-form{display:flex;flex-wrap:wrap;gap:10px;align-items:end}.inline-form>*{max-width:240px}.record{margin-bottom:12px}.record summary{cursor:pointer;font-weight:800;display:flex;justify-content:space-between}.row-form{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid var(--line);padding:10px 0}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;border-bottom:1px solid var(--line);padding:12px;vertical-align:top}th{font-size:13px;color:var(--muted)}.table-scroll{overflow:auto}@media(max-width:850px){.site-header,.site-header nav,.footer,.section-head,.admin-head{align-items:flex-start;flex-direction:column}.hero,.two-col,.grid.three,.form-grid,.admin-body,.metrics{grid-template-columns:1fr}.admin-sidebar{position:static}.hero{min-height:auto}.hero h1,.page-title h1{font-size:42px}.inline-form>*{max-width:none;width:100%}}
.calendar-panel{padding:0;overflow:hidden}.calendar-week{display:grid;grid-template-columns:112px repeat(7,minmax(150px,1fr));overflow:auto;background:#fff}.calendar-week.date-calendar{grid-template-columns:112px repeat(var(--availability-days),minmax(138px,1fr))}.calendar-corner,.calendar-day{min-height:68px;border-bottom:1px solid var(--line);background:#fff}.calendar-day{display:grid;place-items:center;align-content:center}.calendar-day span{text-transform:uppercase;font-weight:800;letter-spacing:1px;color:#4d5551}.calendar-day small{display:block;margin-top:4px;color:#7b837f;font-weight:700}.timezone-cell,.all-day-cell{min-height:62px;border-bottom:1px solid #cfd8d3}.timezone-cell{padding:8px;color:#4d5551;font-weight:800}.all-day-cell{border-left:1px solid var(--line)}.calendar-time{min-height:30px;border-right:1px solid var(--line);padding:0 10px;text-align:right;font-weight:700;color:#26342f}.calendar-slot{position:relative;min-height:30px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;background:#fff}.calendar-slot input{position:absolute;opacity:0;width:1px;height:1px}.calendar-slot span{display:none;position:absolute;left:4px;right:4px;top:3px;height:24px;border-radius:7px;background:#0b8a43;color:#fff;padding:2px 8px;font-weight:800;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.calendar-slot.is-selected span,.calendar-slot:has(input:checked) span{display:block}.calendar-slot:hover{background:#eef7ff}.calendar-actions{padding:18px 22px;border-top:1px solid var(--line);background:#fff}.slot-days{display:grid;gap:14px}.slot-day{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px}.slot-day h2{margin:0 0 12px;font-size:22px}.slot-list{display:flex;flex-wrap:wrap;gap:8px}.slot-list span{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:8px 10px;font-weight:700}@media(max-width:850px){.calendar-week{grid-template-columns:88px repeat(7,128px)}.calendar-week.date-calendar{grid-template-columns:88px repeat(var(--availability-days),128px)}}
.profile-list{display:grid;gap:18px}.profile-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px 32px}.profile-row h3{margin:0;font-size:24px}.profile-row span{display:block;margin-top:6px;color:#26342f;font-weight:800}.profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.details-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden}.details-list div{display:grid;grid-template-columns:180px 1fr;gap:14px;padding:16px;border-bottom:1px solid var(--line);background:#fff}.details-list div:nth-child(odd){border-right:1px solid var(--line)}.details-list dt{font-weight:800}.details-list dd{margin:0;font-weight:700}@media(max-width:850px){.profile-row{align-items:flex-start;flex-direction:column;padding:20px}.profile-actions{justify-content:flex-start}.details-list{grid-template-columns:1fr}.details-list div{grid-template-columns:1fr}.details-list div:nth-child(odd){border-right:0}}
.form-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.table-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.button.danger,button.danger{background:var(--danger)}
.sort-actions{margin-bottom:16px}.sort-actions span{font-weight:800;color:var(--muted)}
.calendar-slot.is-booked span,.calendar-slot.is-booked:has(input:checked) span{display:block;background:#c62828;color:#fff}.calendar-slot.is-booked:hover{background:#fff0f0}.calendar-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.calendar-legend{display:flex;gap:14px;align-items:center;flex-wrap:wrap;font-weight:800;color:#4d5551}.legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:6px;vertical-align:-1px}.legend-dot.available{background:#0b8a43}.legend-dot.booked{background:#c62828}
.calendar-week.date-calendar{width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;grid-auto-flow:row}.date-calendar .calendar-corner{display:grid;place-items:center;font-weight:800;color:#4d5551}.date-calendar .calendar-day{min-width:156px;white-space:nowrap}.date-calendar .calendar-day span{font-size:18px;letter-spacing:0}.date-calendar .calendar-day small{display:none}.date-calendar .calendar-corner,.date-calendar .timezone-cell,.date-calendar .calendar-time{position:sticky;left:0;z-index:2;background:#fff}.date-calendar .calendar-corner{z-index:4}.date-calendar .timezone-cell{z-index:3}.date-calendar .calendar-time{z-index:3}.date-calendar .calendar-day{z-index:1}.date-calendar::-webkit-scrollbar{height:12px}.date-calendar::-webkit-scrollbar-thumb{background:#9a8db0;border-radius:999px;border:3px solid #fff}.date-calendar::-webkit-scrollbar-track{background:#f1edf6}@media(max-width:850px){.calendar-week.date-calendar{grid-template-columns:88px repeat(14,138px)!important}.date-calendar .calendar-day{min-width:138px}.date-calendar .calendar-day span{font-size:16px}}
.brand img{width:46px;height:46px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:3px}.site-header{background:rgba(248,249,255,.95)}.hero{background:linear-gradient(115deg,#eef1ff 0%,#f8f9ff 54%,#ffffff 100%)}.admin-body{background:#f3f5ff}.admin-sidebar{background:#080d3f}.admin-sidebar .brand img{border-color:rgba(255,255,255,.28)}.admin-sidebar nav a{color:#e3e7ff}.admin-sidebar nav a:hover{background:rgba(68,87,232,.22)}.hero-panel div,.metrics div{border-left-color:var(--brand2)}.button.ghost{background:#eef1ff;color:var(--brand)}
body:not(.admin-body){background:#fbfaf2;color:#102318}.site-header{padding:14px clamp(20px,5vw,72px);background:rgba(255,254,247,.94)}.storefront-brand{gap:14px;color:#4b2578}.storefront-brand img{width:88px;height:74px;border:0;padding:0;background:transparent}.storefront-brand span{display:grid;width:auto;height:auto;border-radius:0;background:transparent;color:inherit;padding:0;place-items:start;line-height:1}.storefront-brand strong{font-size:32px;letter-spacing:1px}.storefront-brand small{font-size:13px;letter-spacing:1.6px}.site-header nav a{font-weight:600;font-size:16px}.site-header nav .button{font-weight:800;border-radius:999px;background:#4b2578;box-shadow:0 8px 18px rgba(75,37,120,.18)}.ams-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:42px;align-items:center;padding:48px clamp(24px,6vw,88px) 36px;background:#fffef7;position:relative;overflow:hidden}.ams-hero:before{content:"";position:absolute;left:-70px;bottom:-80px;width:220px;height:420px;background:linear-gradient(160deg,rgba(108,140,77,.14),rgba(108,140,77,0));border-radius:50%;transform:rotate(-18deg)}.ams-hero-copy{position:relative;z-index:1}.ams-hero h1{font-family:Georgia,serif;font-size:clamp(44px,5.5vw,60px);line-height:1.08;margin:0;color:#112418}.hero-divider{width:150px;height:26px;margin:18px 0;display:flex;align-items:center;justify-content:center}.hero-divider:before,.hero-divider:after{content:"";height:1px;background:#8f8a78;flex:1}.hero-divider span{width:14px;height:14px;border:1px solid #8f8a78;border-radius:50%;margin:0 9px}.ams-hero p{font-size:21px;max-width:560px;color:#27362e}.ams-hero p strong{color:#4b2578}.ams-pill{margin-top:16px;border-radius:999px;background:#4b2578;padding:15px 30px;font-size:18px;box-shadow:0 14px 26px rgba(75,37,120,.22)}.ams-pill span{font-size:26px;line-height:1;margin-left:10px}.trust-line{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;font-size:14px;color:#28243a}.trust-line strong{flex-basis:100%;font-size:16px}.trust-line span{display:inline-flex;align-items:center;gap:7px}.trust-line span:before{content:"";width:9px;height:9px;border:2px solid #4b2578;border-radius:50%}.ams-hero-media{justify-self:end;width:min(760px,100%);aspect-ratio:1.7;border-radius:130px 8px 8px 130px;overflow:hidden;border-left:22px solid #e6ead8;box-shadow:0 26px 60px rgba(48,35,64,.14)}.ams-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.ams-section{padding:42px clamp(24px,6vw,72px);background:#fffef7}.ornate-heading{display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}.ornate-heading h2{font-family:Georgia,serif;font-size:clamp(30px,3vw,42px);margin:0;color:#2a251d}.ornate-heading span{width:42px;height:2px;background:#8d65b0;position:relative}.ornate-heading span:after{content:"";position:absolute;right:-6px;top:-4px;width:10px;height:10px;border:2px solid #8d65b0;border-left:0;border-bottom:0;transform:rotate(45deg)}.ornate-heading span:first-child:after{left:-6px;right:auto;transform:rotate(-135deg)}.section-kicker{text-align:center;max-width:780px;margin:12px auto 26px;color:#2d332b;font-size:17px}.expertise-strip{display:grid;grid-template-columns:repeat(10,minmax(80px,1fr));gap:14px;align-items:start}.expertise-item{text-align:center}.expertise-icon{width:70px;height:70px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#e8ebd9;color:#5c2c83;border:1px solid #d8ddc4;font-weight:900;font-size:26px}.expertise-item h3{font-size:13px;line-height:1.2;margin:0;color:#1d251e}.important-note{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center;max-width:1160px;margin:18px auto;padding:22px 30px;border:1px solid #d8d3df;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(75,37,120,.05)}.important-note strong{font-family:Georgia,serif;font-size:28px;color:#4b2578;display:flex;align-items:center;gap:14px}.important-note strong:before{content:"!";width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#5c2c83;color:#fff;font-family:Arial,sans-serif;font-weight:900}.important-note ul{margin:0;padding-left:20px}.psych-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.psych-profile-card{background:#fff;border:1px solid #e2ded7;border-radius:14px;padding:18px;text-align:center;box-shadow:0 10px 26px rgba(48,35,64,.07)}.profile-photo{height:138px;border-radius:12px;background:#f0eee7;display:grid;place-items:center;overflow:hidden;margin-bottom:12px}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo span{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-size:30px;font-weight:900}.psych-profile-card h3{margin:8px 0 12px;color:#4b2578}.psych-profile-card p{font-size:13px;text-align:left;margin:5px 0}.session-cost{display:grid;gap:2px;margin:14px 0;color:#1e221c}.session-cost span,.session-cost small{font-weight:800;font-size:12px}.session-cost strong{font-size:26px}.psych-profile-card .button{width:100%;border-radius:8px;background:#4b2578}.journey-section{padding:38px clamp(24px,6vw,72px);background:#eff2e5;border-radius:18px;margin:24px clamp(14px,4vw,48px)}.journey-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;position:relative}.journey-steps article{text-align:center;position:relative}.journey-steps article:not(:last-child):after{content:"";position:absolute;right:-22px;top:36px;width:28px;border-top:2px dotted #5b5e53}.journey-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#dfe5cd;color:#4b2578;border:1px solid #cfd8b9;font-weight:900;font-size:24px}.journey-steps h3{font-size:15px;margin:0 0 8px}.journey-steps p{font-size:13px;margin:0}.testimonial-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.testimonial-card{background:#fff;border:1px solid #e0dce6;border-radius:14px;padding:18px;box-shadow:0 10px 24px rgba(48,35,64,.05)}.testimonial-card strong{font-size:44px;line-height:.5;color:#5c2c83}.testimonial-card p{font-size:14px}.testimonial-card span{display:block;color:#4b2578;font-weight:900;font-size:13px}.storefront-footer{background:linear-gradient(90deg,#4b2578,#f4eef8);color:#fff}.storefront-footer p{font-family:Georgia,serif;font-size:28px;margin:6px 0 0;color:#fff}.storefront-footer a{color:#fff;font-weight:800}@media(max-width:1100px){.expertise-strip,.psych-card-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-steps{grid-template-columns:1fr 1fr}.ams-hero{grid-template-columns:1fr}.ams-hero-media{justify-self:start;width:100%;max-width:760px}}@media(max-width:700px){.storefront-brand img{width:64px;height:54px}.storefront-brand strong{font-size:24px}.ams-hero{padding-top:30px}.ams-hero-media{border-left:10px solid #e6ead8;border-radius:76px 8px 8px 76px;aspect-ratio:1.35}.important-note{grid-template-columns:1fr}.expertise-strip,.psych-card-grid,.journey-steps,.testimonial-grid{grid-template-columns:1fr}.journey-steps article:after{display:none}}
.booking-hero{padding:52px clamp(24px,6vw,88px) 28px;text-align:center;background:linear-gradient(180deg,#fffef7,#fbfaf2)}.booking-hero h1{font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);line-height:1;margin:8px 0 14px;color:#112418}.booking-hero p:not(.eyebrow){max-width:760px;margin:0 auto;color:#4a5148;font-size:19px}.booking-shell{max-width:1120px;margin:0 auto 56px;padding:0 clamp(18px,3vw,30px);display:grid;gap:22px}.booking-card{background:#fff;border:1px solid #e3ded3;border-radius:18px;padding:28px;box-shadow:0 18px 44px rgba(75,37,120,.08)}.booking-section-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}.booking-section-head>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-weight:900;flex:0 0 auto}.booking-section-head h2{font-family:Georgia,serif;font-size:30px;margin:0;color:#221f18}.booking-section-head p{margin:4px 0 0;color:#68705f}.booking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.booking-grid label{font-size:15px;color:#1f281f}.booking-grid input,.booking-grid select,.booking-grid textarea{border-color:#ded9cd;background:#fffdf8;border-radius:12px;padding:14px 15px;min-height:52px}.booking-grid select[multiple]{min-height:126px}.booking-grid input:focus,.booking-grid select:focus,.booking-grid textarea:focus{outline:3px solid rgba(75,37,120,.14);border-color:#6f3c9b}.booking-grid small{color:#74776d;font-weight:600}.booking-review{background:linear-gradient(135deg,#fff,#f6f0fb)}.booking-terms{margin:0;background:#fff;border-color:#ded6e7}.booking-terms strong{color:#4b2578}.booking-submit-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px}.booking-submit-row p{margin:0;color:#4c5348;font-weight:800}.button:disabled,button:disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.25);box-shadow:none}@media(max-width:760px){.booking-card{padding:22px}.booking-grid{grid-template-columns:1fr}.booking-submit-row{align-items:flex-start;flex-direction:column}.booking-submit-row .button{width:100%}}
.rating-options{display:grid;grid-template-columns:repeat(5,minmax(104px,1fr));gap:12px}.rating-options label{cursor:pointer}.rating-options input{position:absolute;opacity:0;width:1px;height:1px}.rating-options span{min-height:58px;border:1px solid #ded9cd;border-radius:8px;background:#fffdf8;display:flex;align-items:center;justify-content:center;gap:8px;color:#4b2578;font-size:20px;font-weight:900}.rating-options input:focus+span{outline:3px solid rgba(75,37,120,.14);border-color:#6f3c9b}.rating-options input:checked+span{background:#4b2578;border-color:#4b2578;color:#fff;box-shadow:0 10px 22px rgba(75,37,120,.18)}@media(max-width:760px){.rating-options{grid-template-columns:repeat(2,minmax(0,1fr))}.rating-options label:last-child{grid-column:1/-1}}
.feedback-session-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.feedback-session-summary div{border:1px solid #ded9cd;border-radius:8px;background:#fffdf8;padding:16px}.feedback-session-summary dt{font-weight:900;color:#4b2578}.feedback-session-summary dd{margin:4px 0 0;font-weight:800;color:#1f281f}@media(max-width:760px){.feedback-session-summary{grid-template-columns:1fr}}
.expertise-icon{overflow:hidden}.expertise-icon img{width:100%;height:100%;object-fit:cover}.issue-thumb{width:58px;height:58px;border-radius:50%;object-fit:cover;border:1px solid var(--line);background:#fff}
.psych-card-marquee{overflow:hidden;max-width:100%;padding:8px 0 12px}.psych-card-marquee .psych-card-grid{display:flex;grid-template-columns:none;gap:18px;width:max-content;will-change:transform}.psych-card-marquee .psych-profile-card{flex:0 0 316px}.psych-card-marquee .psych-card-grid.is-marquee{animation:psych-scroll 34s linear infinite}.psych-card-marquee:hover .psych-card-grid.is-marquee{animation-play-state:paused}@keyframes psych-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}@media(max-width:700px){.psych-card-marquee .psych-profile-card{flex-basis:280px}}@media(prefers-reduced-motion:reduce){.psych-card-marquee .psych-card-grid.is-marquee{animation:none}}
.psych-card-marquee .psych-profile-card{flex-basis:342px;display:flex;flex-direction:column;text-align:left}.psych-profile-card .profile-photo{height:172px}.psych-profile-body{display:grid;gap:8px;flex:1}.psych-profile-body h3{margin:0;color:#4b2578;text-align:center;font-size:22px}.psych-qualification{margin:0;text-align:center;color:#4c5348;font-weight:800;font-size:13px}.psych-profile-meta{display:grid;gap:7px;margin:4px 0 0}.psych-profile-meta div{display:grid;grid-template-columns:92px 1fr;gap:8px;padding-top:7px;border-top:1px solid #eee8dc}.psych-profile-meta dt{color:#4b2578;font-weight:900;font-size:12px}.psych-profile-meta dd{margin:0;color:#1f281f;font-size:12px;font-weight:700;line-height:1.35}.psych-profile-card .session-cost{border-top:1px solid #e7dfd0;padding-top:10px;text-align:center}.psych-profile-card .session-cost strong{color:#4b2578}.psych-profile-card .button{margin-top:10px}@media(max-width:700px){.psych-card-marquee .psych-profile-card{flex-basis:300px}.psych-profile-meta div{grid-template-columns:1fr}.psych-profile-card .profile-photo{height:150px}}
.psych-card-marquee .psych-profile-card{padding:14px;gap:8px}.psych-profile-card .profile-photo{height:138px;margin-bottom:4px}.psych-profile-body{gap:5px}.psych-profile-body h3{font-size:19px}.psych-qualification{font-size:12px;line-height:1.25}.psych-profile-meta{gap:4px}.psych-profile-meta div{grid-template-columns:78px 1fr;gap:6px;padding-top:4px}.psych-profile-meta dt,.psych-profile-meta dd{font-size:11px}.psych-profile-card .session-cost{margin:6px 0 0;padding-top:6px}.psych-profile-card .session-cost span,.psych-profile-card .session-cost small{font-size:11px}.psych-profile-card .session-cost strong{font-size:22px}.psych-profile-card .button{margin-top:6px}
.psych-card-marquee .psych-profile-card{gap:6px}.psych-profile-card .profile-photo{height:104px}.psych-profile-body h3{font-size:18px}.psych-qualification{font-size:11px}.psych-profile-meta{gap:3px}.psych-profile-meta div{display:flex!important;justify-content:space-between;gap:10px;padding-top:3px;text-align:left}.psych-profile-meta dt{flex:0 0 72px}.psych-profile-meta dd{flex:1;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.psych-profile-card .session-cost{display:grid;grid-template-columns:1fr auto;align-items:center;text-align:left;gap:2px 8px}.psych-profile-card .session-cost small{display:none}.psych-profile-card .session-cost strong{grid-row:1/3;font-size:18px}.psych-profile-card .button{margin-top:4px}
.testimonials-section{padding-top:34px}.testimonial-card{display:grid;align-content:start;gap:14px}.testimonial-card .testimonial-quote{font-family:Georgia,serif;font-size:52px;line-height:.72;color:#5c2c83}.testimonial-card p{margin:0;color:#102318;font-size:15px;line-height:1.55}.testimonial-card span{margin-top:auto}
.calendar-week .calendar-slot.is-booked span,.calendar-week .calendar-slot.is-booked:has(input:checked) span,.calendar-week .calendar-slot.is-booked.is-selected span{display:block!important;background:#c62828!important;color:#fff!important}.calendar-week .calendar-slot.is-booked{background:#fff8f8}.calendar-week .calendar-slot.is-booked:hover{background:#fff0f0}
#psychologists{padding-top:34px;padding-bottom:56px}.psych-card-marquee{max-width:100%;padding:26px 0 10px;overflow:hidden}.psych-card-marquee .psych-card-grid{display:flex;gap:28px;align-items:stretch;width:max-content}.psych-card-marquee .psych-profile-card{flex:0 0 clamp(320px,29vw,520px);padding:16px 16px 18px;border-radius:14px;background:#fff;text-align:center;box-shadow:0 14px 34px rgba(48,35,64,.08)}.psych-profile-card .profile-photo{height:auto!important;aspect-ratio:2.55/1!important;margin:0 0 14px!important;border-radius:10px!important;background:#f0eee7!important;overflow:hidden!important}.psych-profile-card .profile-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.psych-profile-card .profile-photo span{width:100%;height:100%;border-radius:10px;background:#f0eee7;color:#4b2578}.psych-profile-card .button.small{width:100%;min-height:48px;border-radius:8px;background:#4b2578;font-size:18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}@media(max-width:900px){.psych-card-marquee{overflow-x:auto}.psych-card-marquee .psych-profile-card{flex-basis:82vw}.psych-card-marquee .psych-card-grid.is-marquee{animation:none}}@media(max-width:520px){.psych-card-marquee .psych-profile-card{flex-basis:88vw}.psych-profile-card .button.small{font-size:16px}}
.psych-profile-card .profile-photo{aspect-ratio:auto!important;height:auto!important;display:block!important}.psych-profile-card .profile-photo img{height:auto!important;max-height:none!important}
.ams-section.expertise-section{scroll-margin-top:104px;background:#fffef7;padding:34px clamp(24px,5vw,100px) 22px}.expertise-heading h2{font-family:Inter,Segoe UI,Arial,sans-serif;font-size:clamp(42px,4.4vw,66px);line-height:1.05;font-weight:900;color:#2a251d;letter-spacing:0;text-transform:capitalize}.expertise-section .section-kicker{max-width:820px;margin:22px auto 76px;color:#2d332b;font-size:26px;line-height:1.45}.expertise-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;max-width:1686px;margin:0 auto;align-items:stretch}.expertise-card-grid .expertise-item{min-height:406px;height:100%;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;border:1px solid #e6e1d7;border-radius:14px;box-shadow:0 12px 28px rgba(48,35,64,.05);text-align:center}.expertise-card-grid .expertise-icon{width:86px;height:86px;margin:0 auto 50px;background:transparent;border:0;color:#5c2c83}.expertise-card-grid .expertise-icon img{width:86px;height:86px;object-fit:contain;filter:none}.expertise-card-grid .expertise-item h3{min-height:66px;margin:0 0 18px;color:#1d251e;font-size:24px;line-height:1.45;font-weight:900}.expertise-card-grid .expertise-item p{margin:0;color:#4c5348;font-size:19px;line-height:1.35}@media(max-width:1200px){.expertise-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}.expertise-card-grid .expertise-item{min-height:330px}.expertise-section .section-kicker{margin-bottom:44px}}@media(max-width:700px){.expertise-heading h2{font-size:38px}.expertise-section .section-kicker{font-size:19px;margin-bottom:32px}.expertise-card-grid{grid-template-columns:1fr}.expertise-card-grid .expertise-item{min-height:0;padding:26px 22px}.expertise-card-grid .expertise-icon{margin-bottom:24px}.expertise-card-grid .expertise-item h3{min-height:0;font-size:23px}.expertise-card-grid .expertise-item p{font-size:18px}}
body,.ams-hero h1,.ornate-heading h2,.important-note strong,.booking-hero h1,.booking-section-head h2,.storefront-footer p,.expertise-heading h2{font-family:Montserrat,Segoe UI,Arial,sans-serif}.storefront-brand strong{font-weight:900}.storefront-brand small{font-weight:800}
body:not(.admin-body) h1,body:not(.admin-body) h2,body:not(.admin-body) h3{color:#4b2578!important}
body:not(.admin-body) h1{font-size:clamp(38px,5vw,55px)!important}
.about-page-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:42px;align-items:center;padding:62px clamp(24px,6vw,88px) 48px;background:linear-gradient(180deg,#fffef7,#fbfaf2);border-bottom:1px solid #e6dfd1}.about-page-hero-copy{max-width:920px}.about-page-hero h1{margin:8px 0 18px;line-height:1.05}.about-page-hero p:not(.eyebrow){margin:0;color:#2d332b;font-size:21px;line-height:1.7}.about-page-mark{justify-self:end;width:220px;height:220px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 18px 42px rgba(75,37,120,.1);border:1px solid #e6e1d7}.about-page-mark img{width:150px;height:150px;object-fit:contain}.about-page-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start;max-width:1180px;margin:0 auto;padding:48px clamp(20px,5vw,48px) 64px}.about-content-panel,.about-support-panel{background:#fff;border:1px solid #e6e1d7;border-radius:14px;box-shadow:0 12px 28px rgba(48,35,64,.05)}.about-content-panel{padding:34px 38px}.about-content-panel p{margin:0 0 20px;color:#27362e;font-size:18px;line-height:1.85}.about-content-panel p:last-child{margin-bottom:0}.about-support-panel{padding:28px;display:grid;gap:18px;position:sticky;top:116px}.about-support-panel h2{margin:0 0 4px;font-size:28px}.about-support-panel div{padding-top:16px;border-top:1px solid #eee8dc}.about-support-panel strong{display:block;color:#4b2578;font-size:16px;margin-bottom:4px}.about-support-panel span{display:block;color:#4c5348;line-height:1.5}.about-support-panel .button{width:100%;min-height:48px;border-radius:8px;background:#4b2578}@media(max-width:850px){.about-page-hero,.about-page-shell{grid-template-columns:1fr}.about-page-mark{justify-self:start;width:160px;height:160px}.about-page-mark img{width:112px;height:112px}.about-support-panel{position:static}.about-content-panel{padding:26px 22px}.about-page-hero p:not(.eyebrow){font-size:18px}}
.psychologists-page-hero{padding:62px clamp(24px,6vw,88px) 44px;text-align:center;background:linear-gradient(180deg,#fffef7,#fbfaf2);border-bottom:1px solid #e6dfd1}.psychologists-page-hero h1{max-width:980px;margin:8px auto 16px;line-height:1.05}.psychologists-page-hero p:not(.eyebrow){max-width:860px;margin:0 auto;color:#2d332b;font-size:20px;line-height:1.7}.psychologists-directory{max-width:1220px;margin:0 auto;padding:42px clamp(20px,5vw,48px) 68px;display:grid;gap:28px}.psychologist-detail-card{display:grid;grid-template-columns:300px minmax(0,1fr);gap:30px;align-items:stretch;background:#fff;border:1px solid #e6e1d7;border-radius:16px;box-shadow:0 16px 34px rgba(48,35,64,.07);padding:24px}.psychologist-photo-panel{display:flex;flex-direction:column;gap:16px}.psychologist-detail-photo{aspect-ratio:4/5;border-radius:14px;background:#f0eee7;display:grid;place-items:center;overflow:hidden;border:1px solid #e8e1d6}.psychologist-detail-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.psychologist-detail-photo span{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-size:38px;font-weight:900}.psychologist-photo-panel .button{width:100%;min-height:50px;border-radius:8px;background:#4b2578;font-size:17px;font-weight:900}.psychologist-detail-body{display:grid;gap:22px}.psychologist-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid #eee8dc}.psychologist-detail-head h2{margin:0 0 8px;font-size:32px;line-height:1.15}.psychologist-detail-head p{margin:0;color:#4c5348;font-weight:800;line-height:1.5}.psychologist-fee{min-width:154px;padding:16px;border-radius:12px;background:#fbfaf2;border:1px solid #e6e1d7;text-align:center}.psychologist-fee span{display:block;color:#6e675e;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0}.psychologist-fee strong{display:block;color:#4b2578;font-size:28px;line-height:1.1}.psychologist-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.psychologist-detail-grid div{padding:16px;border-radius:12px;background:#fffdf8;border:1px solid #eee8dc}.psychologist-detail-grid div.wide{grid-column:1/-1}.psychologist-detail-grid dt{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0;color:#4b2578}.psychologist-detail-grid dd{margin:6px 0 0;color:#1f281f;font-size:15px;font-weight:700;line-height:1.55;overflow-wrap:anywhere}@media(max-width:900px){.psychologist-detail-card{grid-template-columns:1fr}.psychologist-detail-photo{max-width:360px}.psychologist-detail-head{flex-direction:column}.psychologist-fee{width:100%;text-align:left}.psychologist-detail-grid{grid-template-columns:1fr}}@media(max-width:520px){.psychologists-page-hero p:not(.eyebrow){font-size:18px}.psychologist-detail-card{padding:18px}.psychologist-detail-head h2{font-size:26px}.psychologist-detail-grid div{padding:14px}}
.journey-section{background:#fffef7;border-radius:0;margin:0;padding:48px clamp(24px,6vw,72px) 64px}.journey-section .ornate-heading h2{max-width:980px;font-size:clamp(34px,4vw,52px);line-height:1.12}.journey-section .section-kicker{font-size:20px;margin-bottom:34px}.journey-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:1320px;margin:0 auto;position:relative}.journey-steps:before{content:"";position:absolute;left:8%;right:8%;top:50px;height:2px;background:linear-gradient(90deg,rgba(75,37,120,0),rgba(75,37,120,.28),rgba(75,37,120,0));z-index:0}.journey-steps article{min-height:270px;padding:26px 18px 22px;background:#fff;border:1px solid #e6e1d7;border-radius:14px;box-shadow:0 14px 30px rgba(48,35,64,.07);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.journey-steps article:not(:last-child):after{display:none}.journey-icon{width:78px;height:78px;margin:0 auto 18px;border-radius:50%;background:#f4eef8;border:1px solid #ded3e7;color:#4b2578;display:grid;place-items:center;position:relative;box-shadow:0 8px 18px rgba(75,37,120,.08)}.journey-icon span{position:absolute;right:-5px;top:-5px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-size:14px;font-weight:900;border:3px solid #fff}.journey-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.journey-steps h3{font-size:20px;line-height:1.25;margin:0 0 12px}.journey-steps p{font-size:15px;line-height:1.55;margin:0;color:#2d332b}@media(max-width:1100px){.journey-steps{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.journey-steps:before{display:none}}@media(max-width:700px){.journey-section{padding:38px 20px 50px}.journey-steps{grid-template-columns:1fr}.journey-steps article{min-height:0}.journey-section .ornate-heading h2{font-size:34px}.journey-section .section-kicker{font-size:18px}}
.safety-guidance{max-width:1180px;margin:34px auto 54px;padding:0;display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;overflow:hidden;background:#fff;border:1px solid #e1d8e8;border-left:8px solid #4b2578;border-radius:16px;box-shadow:0 16px 34px rgba(48,35,64,.07)}.safety-guidance-head{padding:28px 30px;display:flex;align-items:center;gap:18px;background:linear-gradient(180deg,#fbfaf2,#f6f0fb)}.safety-guidance-head>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-size:30px;font-weight:900;flex:0 0 auto}.safety-guidance-head .eyebrow{margin:0 0 4px;color:#6b4a8a;font-size:12px}.safety-guidance-head h2{margin:0;font-size:30px;line-height:1.1}.safety-guidance-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.safety-guidance-list article{padding:28px 24px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;border-left:1px solid #eee8dc}.safety-guidance-list article>span{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#f4eef8;color:#4b2578}.safety-guidance-list svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.safety-guidance-list h3{font-size:17px;line-height:1.25;margin:0 0 8px}.safety-guidance-list p{margin:0;color:#2d332b;font-size:15px;line-height:1.55}@media(max-width:1050px){.safety-guidance{grid-template-columns:1fr}.safety-guidance-list article{border-left:0;border-top:1px solid #eee8dc}}@media(max-width:760px){.safety-guidance{margin:24px 20px 42px}.safety-guidance-head{padding:24px;align-items:flex-start}.safety-guidance-list{grid-template-columns:1fr}.safety-guidance-list article{padding:22px;grid-template-columns:44px minmax(0,1fr)}}
.home-visual-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:26px clamp(24px,6vw,72px) 12px;background:#fffef7}.home-visual-strip article{display:grid;grid-template-columns:128px minmax(0,1fr);gap:16px;align-items:center;background:#fff;border:1px solid #e6e1d7;border-radius:14px;padding:12px;box-shadow:0 12px 26px rgba(48,35,64,.06)}.home-visual-strip img{width:128px;height:92px;border-radius:10px;object-fit:cover}.home-visual-strip h3{font-size:18px;margin:0 0 4px}.home-visual-strip p{margin:0;color:#4c5348;font-size:14px;line-height:1.45}.about-page-hero{grid-template-columns:minmax(0,1fr) minmax(360px,520px)}.about-page-media,.visual-page-hero-media,.booking-visual-media{position:relative;min-height:300px;border-radius:18px;overflow:hidden;box-shadow:0 20px 46px rgba(48,35,64,.12);border:1px solid #e6e1d7}.about-page-media img,.visual-page-hero-media img,.booking-visual-media img{width:100%;height:100%;object-fit:cover;display:block}.about-page-media div{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:12px;background:rgba(255,254,247,.92);backdrop-filter:blur(8px);box-shadow:0 10px 28px rgba(48,35,64,.1)}.about-page-media strong{display:block;color:#4b2578;font-size:17px;margin-bottom:4px}.about-page-media span{display:block;color:#2d332b;font-weight:700;font-size:14px}.visual-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:42px;align-items:center;text-align:left}.visual-page-hero h1{margin:8px 0 16px}.visual-page-hero p:not(.eyebrow){margin:0;color:#2d332b;font-size:20px;line-height:1.7}.visual-page-hero-media{min-height:280px}.booking-visual-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,500px);gap:42px;align-items:center;text-align:left}.booking-visual-hero p:not(.eyebrow){margin:0;color:#4a5148;font-size:19px;line-height:1.65}.booking-visual-media{min-height:260px}@media(max-width:1050px){.home-visual-strip{grid-template-columns:1fr}.visual-page-hero,.booking-visual-hero,.about-page-hero{grid-template-columns:1fr}.visual-page-hero-media,.booking-visual-media,.about-page-media{min-height:260px}}@media(max-width:640px){.home-visual-strip{padding:18px 20px 8px}.home-visual-strip article{grid-template-columns:1fr}.home-visual-strip img{width:100%;height:150px}.about-page-media,.visual-page-hero-media,.booking-visual-media{min-height:220px;border-radius:14px}.visual-page-hero p:not(.eyebrow),.booking-visual-hero p:not(.eyebrow){font-size:18px}}
.psychologist-detail-photo{background:#fffdf8!important}.psychologist-detail-photo img{object-fit:contain!important;object-position:center!important}
.psychologist-detail-card{grid-template-columns:minmax(380px,440px) minmax(0,1fr)}.psychologist-detail-photo{aspect-ratio:3/4}@media(max-width:900px){.psychologist-detail-card{grid-template-columns:1fr}.psychologist-detail-photo{max-width:520px}}
.psychologist-search-bar{max-width:1220px;margin:0 auto;padding:34px clamp(20px,5vw,48px) 0}.psychologist-search-bar form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:end;background:#fff;border:1px solid #e6e1d7;border-radius:14px;padding:18px;box-shadow:0 12px 28px rgba(48,35,64,.05)}.psychologist-search-bar label{gap:8px;color:#4b2578;font-weight:900}.psychologist-search-bar label span{font-size:13px;text-transform:uppercase;letter-spacing:0}.psychologist-search-bar input{min-height:48px;border-color:#ded9cd;background:#fffdf8;border-radius:8px}.psychologist-search-bar .button{min-height:48px;border-radius:8px;background:#4b2578}.psychologist-search-bar p{margin:12px 2px 0;color:#4c5348;font-weight:800}.public-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.public-pagination a,.public-pagination span{min-width:42px;min-height:42px;padding:10px 14px;border-radius:8px;border:1px solid #e6e1d7;background:#fff;color:#4b2578;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.public-pagination span:not(.is-current){color:#9b948c;background:#fbfaf2}.public-pagination .is-current{background:#4b2578;color:#fff;border-color:#4b2578}@media(max-width:760px){.psychologist-search-bar form{grid-template-columns:1fr}.psychologist-search-bar .button{width:100%}}
.storefront-brand{gap:8px!important}.storefront-brand img{width:90px!important;height:82px!important;object-fit:contain!important}.storefront-brand span{margin-left:0!important}
.meeting-action{margin:24px 0;padding:20px;border:1px solid #e6e1d7;border-radius:14px;background:#fffdf8;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.meeting-action>strong{color:#4b2578;font-size:16px}.meeting-action p{margin:0}.meet-button{min-height:48px;padding:12px 20px;border-radius:999px;background:#4b2578;color:#fff!important;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 24px rgba(75,37,120,.18)}.meet-button span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4b2578;font-size:12px;line-height:1}@media(max-width:560px){.meeting-action{align-items:flex-start;flex-direction:column}.meet-button{width:100%}}
.expertise-marquee{max-width:100%;overflow:hidden;padding:2px 0 8px}.expertise-marquee .expertise-card-grid{display:flex!important;grid-template-columns:none!important;gap:24px!important;width:max-content;max-width:none!important;margin:0;align-items:stretch}.expertise-marquee .expertise-item{flex:0 0 clamp(280px,20vw,340px);min-height:360px!important}.expertise-marquee .expertise-card-grid.is-marquee{animation:expertiseMarquee 38s linear infinite}.expertise-marquee:hover .expertise-card-grid.is-marquee{animation-play-state:paused}@keyframes expertiseMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}@media(prefers-reduced-motion:reduce){.expertise-marquee .expertise-card-grid.is-marquee{animation:none}}@media(max-width:900px){.expertise-marquee{overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:14px}.expertise-marquee .expertise-card-grid.is-marquee{animation:none}.expertise-marquee .expertise-item{flex-basis:78vw;scroll-snap-align:start;min-height:320px!important}}@media(max-width:520px){.expertise-marquee .expertise-item{flex-basis:86vw;min-height:0!important}}
.safety-guidance{max-width:1180px!important;margin:40px auto 58px!important;grid-template-columns:300px minmax(0,1fr)!important;overflow:hidden!important;background:linear-gradient(135deg,#2f1555,#4b2578 58%,#5d2f88)!important;border:0!important;border-left:0!important;border-radius:18px!important;box-shadow:0 24px 56px rgba(47,21,85,.24)!important;color:#fff!important}.safety-guidance-head{padding:34px 32px!important;background:rgba(255,255,255,.08)!important;border-right:1px solid rgba(255,255,255,.18)!important}.safety-guidance-head>span{background:#fff!important;color:#4b2578!important;box-shadow:0 12px 24px rgba(0,0,0,.18)!important}.safety-guidance-head .eyebrow{color:#e7d8f3!important;font-size:12px!important}.safety-guidance-head h2{color:#fff!important;font-size:32px!important}.safety-guidance-list{background:rgba(255,255,255,.96)!important}.safety-guidance-list article{padding:32px 28px!important;border-left:1px solid #e8dff0!important;background:#fff!important}.safety-guidance-list article>span{background:#f4eef8!important;color:#4b2578!important;border:1px solid #eadff2!important}.safety-guidance-list h3{color:#4b2578!important;font-size:19px!important;line-height:1.25!important}.safety-guidance-list p{color:#1f281f!important;font-size:16px!important;line-height:1.62!important}.safety-guidance-list article:first-child{border-left:0!important}@media(max-width:1050px){.safety-guidance{grid-template-columns:1fr!important;margin:30px 20px 48px!important}.safety-guidance-head{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}.safety-guidance-list article{border-left:0!important;border-top:1px solid #eee8dc!important}}@media(max-width:760px){.safety-guidance{border-radius:16px!important}.safety-guidance-head{padding:26px 22px!important}.safety-guidance-list{grid-template-columns:1fr!important}.safety-guidance-list article{padding:22px!important}.safety-guidance-head h2{font-size:28px!important}}
.safety-guidance-head{background:linear-gradient(135deg,#35145f,#5a2b86)!important}.safety-guidance-head .eyebrow{color:#ffffff!important;font-weight:900!important;letter-spacing:.04em!important}.safety-guidance-head h2{color:#ffffff!important;text-shadow:0 2px 10px rgba(0,0,0,.22)!important;opacity:1!important}.safety-guidance-head>span{flex:0 0 64px!important;width:64px!important;height:64px!important;font-size:34px!important}.safety-guidance-head div{min-width:0!important}.safety-guidance-head *{opacity:1!important}@media(max-width:760px){.safety-guidance-head>span{width:56px!important;height:56px!important;flex-basis:56px!important}.safety-guidance-head h2{font-size:30px!important}}
body:not(.admin-body) .safety-guidance .safety-guidance-head h2{color:#ffffff!important}
.mobile-menu-toggle{display:none}.mobile-menu-toggle span{display:block;width:22px;height:2px;border-radius:999px;background:#4b2578;transition:transform .2s ease,opacity .2s ease}@media(max-width:850px){.site-header{position:sticky;top:0;display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;align-items:center!important;gap:12px!important;padding:12px 18px!important;background:rgba(255,254,247,.98)!important;box-shadow:0 8px 24px rgba(48,35,64,.08)}.storefront-brand{min-width:0}.storefront-brand img{width:54px!important;height:46px!important}.storefront-brand strong{font-size:23px!important;line-height:1}.storefront-brand small{font-size:10px!important;letter-spacing:1.2px!important}.mobile-menu-toggle{display:inline-flex;width:46px;height:46px;border:1px solid #ded3e7;border-radius:10px;background:#fff;box-shadow:0 8px 18px rgba(48,35,64,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}.site-header nav{grid-column:1/-1;display:none!important;width:100%;padding:14px;margin-top:2px;border:1px solid #e6e1d7;border-radius:14px;background:#fff;box-shadow:0 18px 34px rgba(48,35,64,.12)}.site-header.is-menu-open nav{display:grid!important;grid-template-columns:1fr;gap:6px}.site-header nav a{width:100%;min-height:44px;display:flex;align-items:center;padding:10px 12px;border-radius:8px;font-size:15px!important;color:#102318}.site-header nav a:hover{background:#fbfaf2;color:#4b2578}.site-header nav .button{justify-content:center;margin-top:6px;min-height:48px;border-radius:999px;color:#fff!important}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(max-width:390px){.storefront-brand strong{font-size:20px!important}.storefront-brand small{font-size:9px!important}.storefront-brand{gap:8px!important}.site-header{padding:10px 14px!important}}
@media(max-width:1100px){.site-header{position:sticky;top:0;display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;align-items:center!important;gap:12px!important;padding:12px 18px!important;background:rgba(255,254,247,.98)!important;box-shadow:0 8px 24px rgba(48,35,64,.08)}.storefront-brand{min-width:0}.storefront-brand img{width:58px!important;height:50px!important}.storefront-brand strong{font-size:25px!important;line-height:1}.storefront-brand small{font-size:10px!important;letter-spacing:1.2px!important}.mobile-menu-toggle{display:inline-flex;width:46px;height:46px;border:1px solid #ded3e7;border-radius:10px;background:#fff;box-shadow:0 8px 18px rgba(48,35,64,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}.site-header nav{grid-column:1/-1;display:none!important;width:100%;padding:12px;margin-top:4px;border:1px solid #e6e1d7;border-radius:14px;background:#fff;box-shadow:0 18px 34px rgba(48,35,64,.12)}.site-header.is-menu-open nav{display:grid!important;grid-template-columns:1fr;gap:6px}.site-header nav a{width:100%;min-height:44px;display:flex;align-items:center;justify-content:flex-start;padding:10px 12px;border-radius:8px;font-size:15px!important;color:#102318}.site-header nav a:hover{background:#fbfaf2;color:#4b2578}.site-header nav .button{justify-content:center;margin-top:6px;min-height:48px;border-radius:999px;color:#fff!important}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(min-width:1101px){.site-header nav{display:flex!important}.mobile-menu-toggle{display:none!important}}
.faq-hero{padding:62px clamp(24px,6vw,88px) 38px;text-align:center;background:linear-gradient(180deg,#fffef7,#fbfaf2);border-bottom:1px solid #e6dfd1}.faq-hero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,76px);line-height:1;margin:8px 0 14px;color:#112418}.faq-hero p:not(.eyebrow){max-width:820px;margin:0 auto;color:#2d332b;font-size:20px;line-height:1.7}.faq-shell{max-width:1220px;margin:0 auto;padding:42px clamp(20px,5vw,48px) 68px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid #e6e1d7;border-radius:12px;box-shadow:0 12px 28px rgba(48,35,64,.05);overflow:hidden}.faq-item summary{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:center;cursor:pointer;padding:20px 22px;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f4eef8;color:#4b2578;font-weight:900;font-size:13px}.faq-item summary strong{font-size:18px;line-height:1.35;color:#1f281f}.faq-item summary:after{content:"+";justify-self:end;grid-column:2;color:#4b2578;font-size:24px;font-weight:900;line-height:1}.faq-item[open] summary{border-bottom:1px solid #eee8dc;background:#fffdf8}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:0;padding:20px 22px 22px 92px;color:#2d332b;font-size:16px;line-height:1.75}.faq-contact{position:sticky;top:118px;background:linear-gradient(135deg,#35145f,#5a2b86);color:#fff;border-radius:16px;padding:28px;box-shadow:0 22px 46px rgba(47,21,85,.22)}.faq-contact>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4b2578;font-size:32px;font-weight:900;margin-bottom:18px}.faq-contact h2{font-family:Georgia,serif;font-size:30px;line-height:1.12;margin:0 0 12px;color:#fff}.faq-contact p{margin:0 0 22px;color:#f5ecff;line-height:1.65}.faq-contact .button{width:100%;background:#fff;color:#4b2578;border-radius:999px}@media(max-width:960px){.faq-shell{grid-template-columns:1fr}.faq-contact{position:static}}@media(max-width:560px){.faq-hero p:not(.eyebrow){font-size:18px}.faq-shell{padding:28px 18px 48px}.faq-item summary{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:18px 16px}.faq-item summary span{width:38px;height:38px}.faq-item summary strong{font-size:16px}.faq-item p{padding:16px 16px 20px 70px;font-size:15px}.faq-contact{padding:24px}}
body:not(.admin-body) .faq-contact,body:not(.admin-body) .faq-contact *{opacity:1!important}.faq-contact h2,.faq-contact p{color:#fff!important}.faq-contact .button{color:#4b2578!important}
.faq-contact-readable{background:#fff!important;color:#102318!important;border:1px solid #e6e1d7!important;box-shadow:0 16px 34px rgba(48,35,64,.08)!important}.faq-contact-readable>span{background:#4b2578!important;color:#fff!important}.faq-contact-readable .faq-contact-title{color:#102318!important;opacity:1!important;text-shadow:none!important}.faq-contact-readable .faq-contact-copy{color:#2d332b!important;opacity:1!important}.faq-contact-readable .button{background:#4b2578!important;color:#fff!important}
.contact-hero{padding:62px clamp(24px,6vw,88px) 42px;text-align:center;background:linear-gradient(180deg,#fffef7,#fbfaf2);border-bottom:1px solid #e6dfd1}.contact-hero h1{font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:clamp(44px,5vw,66px);line-height:1.05;margin:8px 0 14px;color:#112418}.contact-hero p:not(.eyebrow){max-width:780px;margin:0 auto;color:#2d332b;font-size:20px;line-height:1.7}.contact-shell{max-width:1060px;margin:0 auto;padding:48px clamp(20px,5vw,48px) 72px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.contact-panel{background:#fff;border:1px solid #e6e1d7;border-radius:16px;padding:30px;box-shadow:0 16px 34px rgba(48,35,64,.07)}.contact-panel>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#4b2578;color:#fff;font-size:30px;font-weight:900;margin-bottom:18px}.contact-panel h2{margin:0 0 12px;color:#102318;font-size:30px;line-height:1.12}.contact-panel p{margin:0 0 20px;color:#2d332b;line-height:1.7;font-size:17px}.contact-email{display:inline-flex;max-width:100%;overflow-wrap:anywhere;color:#4b2578;font-weight:900;font-size:20px}.contact-action-panel{background:#fbfaf2}.contact-action-panel .button{background:#4b2578;border-radius:999px;min-height:48px}@media(max-width:760px){.contact-shell{grid-template-columns:1fr;padding:34px 18px 54px}.contact-panel{padding:24px}.contact-hero p:not(.eyebrow){font-size:18px}.contact-email{font-size:17px}}
.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#fff1f1;color:#a83c3c;font-size:12px;font-weight:900}.status-pill.is-live{background:#eef8ef;color:#0b7a36}.button.small{min-height:34px}
.testimonial-marquee{max-width:100%;overflow:hidden;padding:2px 0 8px}.testimonial-marquee.has-marquee .testimonial-grid{display:flex!important;grid-template-columns:none!important;gap:24px!important;width:max-content;max-width:none!important;align-items:stretch}.testimonial-marquee.has-marquee .testimonial-card{flex:0 0 clamp(280px,18vw,340px)}.testimonial-marquee.has-marquee .testimonial-grid.is-marquee{animation:testimonialMarquee 42s linear infinite}.testimonial-marquee.has-marquee:hover .testimonial-grid.is-marquee{animation-play-state:paused}@keyframes testimonialMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}@media(prefers-reduced-motion:reduce){.testimonial-marquee.has-marquee .testimonial-grid.is-marquee{animation:none}}@media(max-width:900px){.testimonial-marquee.has-marquee{overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:14px}.testimonial-marquee.has-marquee .testimonial-grid.is-marquee{animation:none}.testimonial-marquee.has-marquee .testimonial-card{flex-basis:78vw;scroll-snap-align:start}}
.disabled-button{background:#d9d3df!important;color:#5f5967!important;box-shadow:none!important;cursor:not-allowed!important;pointer-events:none!important}
.admin-main nav[role="navigation"][aria-label*="Pagination"]{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#26342f}.admin-main nav[role="navigation"][aria-label*="Pagination"] svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;display:block;stroke-width:2}.admin-main nav[role="navigation"][aria-label*="Pagination"]>div{display:flex!important;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;width:100%}.admin-main nav[role="navigation"][aria-label*="Pagination"]>div:first-child{display:none!important}.admin-main nav[role="navigation"][aria-label*="Pagination"] p{margin:0;color:#626986;font-size:13px;font-weight:700}.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-current="page"] span,.admin-main nav[role="navigation"][aria-label*="Pagination"] a,.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-disabled="true"] span{min-width:38px;min-height:38px;padding:8px 12px;border:1px solid #dfe3f5;background:#fff;color:#4b2578;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-current="page"] span{background:#4b2578!important;border-color:#4b2578!important;color:#fff!important}.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-disabled="true"] span{color:#9aa1b8;background:#f8f9ff}.admin-main nav[role="navigation"][aria-label*="Pagination"] a:hover{background:#eef1ff}.admin-main nav[role="navigation"][aria-label*="Pagination"] .shadow-sm{box-shadow:none!important}.admin-main nav[role="navigation"][aria-label*="Pagination"] .rounded-md{border-radius:8px!important}.admin-main nav[role="navigation"][aria-label*="Pagination"] .inline-flex{display:inline-flex!important;align-items:center}@media(max-width:760px){.admin-main nav[role="navigation"][aria-label*="Pagination"]>div{justify-content:center}.admin-main nav[role="navigation"][aria-label*="Pagination"] p{width:100%;text-align:center}.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-current="page"] span,.admin-main nav[role="navigation"][aria-label*="Pagination"] a,.admin-main nav[role="navigation"][aria-label*="Pagination"] span[aria-disabled="true"] span{min-width:34px;min-height:34px;padding:7px 10px;font-size:13px}}
#psychologists.ams-section{padding-top:34px!important;padding-bottom:44px!important}#psychologists .section-kicker{margin-bottom:24px!important;font-size:18px!important}#psychologists .psych-card-marquee{padding:14px 0 8px!important}#psychologists .psych-card-marquee .psych-card-grid{gap:18px!important;align-items:stretch!important}#psychologists .psych-card-marquee .psych-profile-card{flex:0 0 clamp(260px,20vw,320px)!important;max-width:320px!important;padding:14px!important;display:flex!important;flex-direction:column!important;gap:8px!important;text-align:left!important}#psychologists .psych-profile-card .profile-photo{height:112px!important;aspect-ratio:auto!important;display:grid!important;place-items:center!important;margin:0 0 8px!important;border-radius:8px!important;background:#f0eee7!important;overflow:hidden!important}#psychologists .psych-profile-card .profile-photo img{width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}#psychologists .psych-profile-card .profile-photo span{width:100%!important;height:100%!important;border-radius:8px!important;font-size:26px!important}#psychologists .psych-profile-body{gap:5px!important}#psychologists .psych-profile-body h3{font-size:18px!important;line-height:1.2!important;margin:0!important;text-align:center!important}#psychologists .psych-qualification{font-size:12px!important;line-height:1.3!important;min-height:32px!important;margin:0!important;text-align:center!important}#psychologists .psych-profile-meta{gap:4px!important;margin-top:2px!important}#psychologists .psych-profile-meta div{display:flex!important;justify-content:space-between!important;gap:8px!important;padding-top:5px!important}#psychologists .psych-profile-meta dt{flex:0 0 70px!important;font-size:11px!important}#psychologists .psych-profile-meta dd{font-size:11px!important;line-height:1.3!important;text-align:right!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#psychologists .psych-profile-card .button.small{min-height:40px!important;font-size:14px!important;margin-top:auto!important}@media(max-width:900px){#psychologists .psych-card-marquee .psych-profile-card{flex-basis:300px!important;max-width:300px!important}#psychologists .psych-profile-card .profile-photo{height:120px!important}}@media(max-width:520px){#psychologists .psych-card-marquee .psych-profile-card{flex-basis:82vw!important;max-width:82vw!important}}
.contact-shell{grid-template-columns:minmax(0,720px)!important;justify-content:center!important}
.whatsapp-link{display:inline-flex;align-items:center;gap:9px;font-weight:900}.whatsapp-link svg{width:24px;height:24px;flex:0 0 24px;fill:#22a85a}.contact-whatsapp{margin-top:18px;color:#4b2578;font-size:20px}.footer-whatsapp{margin-top:10px;color:#fff}.footer-whatsapp svg{fill:#fff}.storefront-footer div{display:grid;gap:4px}@media(max-width:560px){.contact-whatsapp{font-size:18px}.storefront-footer div{gap:8px}}
.policy-hero{padding:62px clamp(24px,6vw,88px) 34px;text-align:center;background:linear-gradient(180deg,#fffef7,#fbfaf2);border-bottom:1px solid #e6dfd1}.policy-hero h1{font-size:clamp(44px,5vw,66px);line-height:1.05;margin:8px 0 14px;color:#112418}.policy-hero p:not(.eyebrow){max-width:780px;margin:0 auto;color:#2d332b;font-size:20px;line-height:1.7}.policy-shell{max-width:1180px;margin:0 auto;padding:34px clamp(18px,5vw,48px) 68px}.policy-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:16px}.policy-viewer{display:block;width:100%;height:78vh;min-height:620px;border:1px solid #e6e1d7;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(48,35,64,.08);overflow:hidden}.policy-viewer iframe{width:100%;height:100%;border:0}.policy-viewer p{padding:24px;margin:0;color:#2d332b}.policy-viewer a{color:#4b2578;font-weight:900}@media(max-width:760px){.policy-hero p:not(.eyebrow){font-size:18px}.policy-shell{padding:28px 18px 52px}.policy-actions{justify-content:stretch}.policy-actions .button{width:100%}.policy-viewer{height:70vh;min-height:480px;border-radius:10px}}
.contact-address{margin-top:20px;padding-top:18px;border-top:1px solid #eee8dc;color:#2d332b}.contact-address strong{display:block;margin-bottom:6px;color:#4b2578;font-size:15px;font-weight:900}.contact-address address{margin:0;font-style:normal;font-size:17px;line-height:1.65;font-weight:700}
.home-visual-strip{max-width:1180px!important;margin:0 auto!important;padding:34px clamp(18px,4vw,34px) 28px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;background:#fffef7!important}.home-visual-strip article{display:grid!important;grid-template-columns:1fr!important;gap:0!important;align-items:start!important;background:#fff!important;border:1px solid #e6e1d7!important;border-radius:8px!important;padding:12px!important;box-shadow:0 12px 28px rgba(48,35,64,.08)!important;overflow:hidden!important}.home-visual-strip img{width:100%!important;height:220px!important;aspect-ratio:16/10!important;border-radius:6px!important;object-fit:cover!important;display:block!important}.home-visual-strip article>div{padding:18px 8px 8px!important}.home-visual-strip h3{margin:0 0 8px!important;color:#4b2578!important;font-size:22px!important;line-height:1.2!important;font-weight:900!important}.home-visual-strip p{margin:0!important;color:#4c5348!important;font-size:16px!important;line-height:1.55!important;font-weight:600!important}@media(max-width:1050px){.home-visual-strip{grid-template-columns:1fr!important;max-width:720px!important}.home-visual-strip img{height:250px!important}}@media(max-width:640px){.home-visual-strip{padding:24px 18px!important}.home-visual-strip img{height:190px!important}.home-visual-strip article>div{padding:16px 4px 6px!important}.home-visual-strip h3{font-size:21px!important}.home-visual-strip p{font-size:15px!important}}
.site-header nav a:not(.button){transition:color .18s ease}.site-header nav a:not(.button):hover{color:#4b2578!important}
body:not(.admin-body) .button:not(.disabled-button),body:not(.admin-body) button:not(.mobile-menu-toggle):not(.disabled-button){transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease;will-change:transform}
body:not(.admin-body) .button:not(.disabled-button):hover,body:not(.admin-body) button:not(.mobile-menu-toggle):not(.disabled-button):hover{transform:translateY(-2px) scale(1.015);background:#5c2c83!important;box-shadow:0 16px 30px rgba(75,37,120,.28)!important;color:#fff!important}
body:not(.admin-body) .button:not(.disabled-button):active,body:not(.admin-body) button:not(.mobile-menu-toggle):not(.disabled-button):active{transform:translateY(0) scale(.99);box-shadow:0 8px 18px rgba(75,37,120,.2)!important}
body:not(.admin-body) .button.ghost:not(.disabled-button):hover{background:#f4eef8!important;color:#4b2578!important}
.site-header nav a:not(.button){font-weight:600!important;font-size:16px!important}.site-header nav .button{font-weight:800!important}
.storefront-footer{background:linear-gradient(90deg,#4b2578 0%,#4b2578 50%,#f4eef8 100%)!important}
#psychologists.ams-section{padding-top:46px!important;padding-bottom:58px!important}
#psychologists .psych-card-marquee{padding:20px 0 10px!important}
#psychologists .psych-card-marquee .psych-card-grid{gap:22px!important}
#psychologists .psych-card-marquee .psych-profile-card{flex:0 0 clamp(330px,24vw,390px)!important;max-width:390px!important;padding:18px!important;gap:12px!important;border-radius:12px!important;box-shadow:0 16px 34px rgba(48,35,64,.09)!important}
#psychologists .psych-profile-card .profile-photo{height:184px!important;aspect-ratio:auto!important;margin:0 0 12px!important;border-radius:10px!important;border:1px solid #e8dfd1!important;background:#f7f4ec!important;display:grid!important;place-items:center!important}
#psychologists .psych-profile-card .profile-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important}
#psychologists .psych-profile-card .profile-photo span{width:100%!important;height:100%!important;border-radius:10px!important;font-size:34px!important}
#psychologists .psych-profile-body{gap:7px!important}
#psychologists .psych-profile-body h3{font-size:20px!important;line-height:1.2!important}
#psychologists .psych-qualification{font-size:13px!important;min-height:34px!important}
#psychologists .psych-profile-card .button.small{min-height:46px!important;border-radius:999px!important;font-size:15px!important}
@media(max-width:900px){#psychologists .psych-card-marquee .psych-profile-card{flex-basis:330px!important;max-width:330px!important}#psychologists .psych-profile-card .profile-photo{height:176px!important}}
@media(max-width:520px){#psychologists .psych-card-marquee .psych-profile-card{flex-basis:84vw!important;max-width:84vw!important}#psychologists .psych-profile-card .profile-photo{height:168px!important}}
.testimonial-card{gap:12px!important;padding:24px!important}.testimonial-stars,.testimonial-stars span{color:#f5b301!important;font-size:26px!important;line-height:1;font-weight:900;letter-spacing:3px}.testimonial-card .testimonial-quote{display:none}.testimonial-card p{font-style:italic;color:#5c6670!important;font-size:16px!important;line-height:1.65!important}.testimonial-card>span{color:#20262b!important;font-size:15px!important;font-weight:900!important}
