:root{--bg:#f6faf8;--bg2:#e9f3ef;--blue:#dfeaec;--paper:#fff;--ink:#253032;--text:#334142;--muted:#536260;--brand:#0b7c59;--brand2:#075d43;--brand3:#23a777;--soft:#e8f4ef;--line:rgba(7,93,67,.18);--shadow:0 22px 70px rgba(13,83,64,.12);--radius:30px;--wrap:min(1180px,calc(100vw - 40px));--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);font-size:clamp(16px,1.1vw,18px);line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}svg{width:1.08em;height:1.08em;fill:currentColor;flex:0 0 auto}.wrap{width:var(--wrap);margin:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;background:#fff;padding:12px 16px;border-radius:12px;z-index:999}.site-header{position:sticky;top:0;z-index:80;background:rgb(255 255 255 / .94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:210px;height:auto}.menu{display:flex;align-items:center}.primary-menu,.primary-menu ul{list-style:none!important;margin:0;padding:0}.primary-menu{display:flex;align-items:center;gap:6px}.primary-menu>li{position:relative;list-style:none!important}.primary-menu>li::marker,.primary-menu li::marker{content:""}.primary-menu a{display:flex;align-items:center;gap:6px;min-height:44px;padding:10px 13px;border-radius:999px;font-size:16px;font-weight:750;color:#253032;white-space:nowrap;transition:.2s}.primary-menu>li>a:hover,.primary-menu>.current-menu-item>a,.primary-menu>.current-menu-ancestor>a{background:var(--soft);color:var(--brand2)}.primary-menu>li.menu-item-has-children>a:after{content:"▾";font-size:11px;color:var(--brand);margin-left:2px}.sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:290px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:10px!important;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:30}.menu-item-has-children:hover>.sub-menu,.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sub-menu a{border-radius:14px;min-height:auto;padding:10px 12px;white-space:normal;font-size:15px;line-height:1.25}.sub-menu a:hover{background:var(--soft);color:var(--brand2)}.menu-cta>a,.menu-cta a{background:var(--brand)!important;color:#fff!important;padding:14px 22px!important;border-radius:999px!important;box-shadow:0 14px 34px rgb(7 93 67 / .26);margin-left:10px}.menu-cta>a:hover{background:var(--brand2)!important;color:#fff!important;transform:translateY(-1px)}.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:14px;color:var(--brand2);font-weight:850;gap:4px;flex-direction:column}.mobile-toggle span{display:block;width:23px;height:2px;background:var(--brand2);border-radius:99px}.mobile-toggle em{font-style:normal;font-size:0;position:absolute}.hero{min-height:calc(100svh - 82px);background:linear-gradient(90deg,#eff7f4 0%,#dbe7e5 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:auto -12% -30% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgb(35 167 119 / .16),transparent 64%)}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;min-height:calc(100svh - 82px);gap:28px;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand2);background:rgb(255 255 255 / .82);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-weight:850;font-size:14px}.hero h1,.page-hero h1{font-size:clamp(42px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;margin:20px 0 18px;color:var(--ink)}.hero h1 span,.page-hero h1 span{color:var(--brand)}.lead{font-size:clamp(18px,1.48vw,22px);line-height:1.55;color:#344645;max-width:710px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 23px;font-weight:900;transition:.2s;border:1px solid #fff0;line-height:1.15}.btn-primary{background:var(--brand2);color:#fff!important;box-shadow:0 18px 35px rgb(7 93 67 / .25)}.btn-primary:hover{transform:translateY(-2px);background:#064832;color:#fff!important}.btn-ghost{background:#fff;border-color:var(--line);color:#1f2d2f!important}.btn-ghost:hover{background:var(--soft);color:var(--brand2)!important}.hero-card{position:relative;align-self:end}.hero-photo{width:min(560px,47vw);margin-left:auto;filter:drop-shadow(0 20px 50px rgb(30 80 70 / .12))}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px;max-width:690px}.stat{background:rgb(255 255 255 / .82);border:1px solid var(--line);padding:17px;border-radius:22px;color:#243334}.stat strong{display:block;color:var(--brand2);font-size:24px}.bar{background:var(--brand2);color:#fff;text-align:center;font-size:clamp(16px,1.35vw,22px);padding:18px 16px}.section{padding:clamp(70px,8vw,118px) 0}.section-soft{background:#eaf3ef}.section-blue{background:#dfeaec}.center{text-align:center}.kicker{color:var(--brand2);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.h2{font-size:clamp(34px,4.1vw,58px);letter-spacing:-.05em;line-height:1.04;margin:10px 0 18px;color:var(--ink)}.narrow{max-width:860px;margin-inline:auto}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,72px);align-items:center}.panel,.content-panel{background:rgb(255 255 255 / .82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(26px,4vw,54px)}.quote{font-size:clamp(25px,3.25vw,42px);line-height:1.15;font-weight:950;letter-spacing:-.04em;color:var(--brand2);text-align:center}.therapy-list{display:grid;gap:12px;margin:28px 0;padding:0;list-style:none}.therapy-list li{display:flex;gap:12px;background:rgb(255 255 255 / .76);border:1px solid var(--line);padding:14px 16px;border-radius:18px;list-style:none}.therapy-list li:before{content:"✓";color:var(--brand);font-weight:950}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.card{background:rgb(255 255 255 / .88);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 14px 36px rgb(20 70 55 / .07)}.card-num{font-size:42px;color:var(--brand);font-weight:950;line-height:1}.card h3{line-height:1.1;font-size:23px;color:var(--brand2);text-transform:uppercase}.online-box{display:grid;gap:14px;margin:24px 0}.pill{background:var(--brand);color:#fff;border-radius:24px;padding:19px 24px;font-size:22px;font-weight:850;display:flex;align-items:center;gap:14px}.pill svg{color:#b7ead8;width:26px;height:26px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.review{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;text-align:center}.review-avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:var(--soft);color:var(--brand2);font-size:36px;position:relative}.review-avatar span{position:absolute;right:-3px;bottom:2px;background:#fff;color:#4285f4;border-radius:50%;font-size:16px;width:24px;height:24px;display:grid;place-items:center;font-weight:900}.stars{color:#9b6800;letter-spacing:2px;margin:8px 0}.faq{max-width:980px;margin:32px auto 0;display:grid;gap:14px}.faq details{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px 24px}.faq summary{cursor:pointer;font-weight:850;list-style:none;color:#243233}.faq summary::-webkit-details-marker{display:none}.about-media img,.portrait-img{border-radius:32px;box-shadow:var(--shadow);object-fit:cover}.video-card{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#dbe7e5;aspect-ratio:16/9}.video-card img,.video-card iframe{width:100%;height:100%;object-fit:cover;border:0}.video-play{position:absolute;inset:0;display:grid;place-items:center;border:0;background:rgb(0 0 0 / .08);cursor:pointer;z-index:2}.video-play span{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255 / .94);color:var(--brand);font-size:28px;box-shadow:0 20px 60px rgb(0 0 0 / .18)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 14px 30px rgb(20 70 55 / .06);display:flex;flex-direction:column}.post-thumb{aspect-ratio:16/9;background:var(--soft);overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-card .post-body{padding:24px}.post-card h3{line-height:1.15;font-size:22px}.meta{color:var(--muted);font-size:14px}.site-footer{background:#f7faf9;border-top:1px solid var(--line);padding:70px 0 32px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.site-footer a{color:var(--brand2);font-weight:800}.crisis{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;font-size:14px;color:#4d5857;margin-top:30px}.copy{text-align:center;color:#5d6b68;font-size:14px;margin-top:30px}.float-wa{position:fixed;right:22px;bottom:22px;background:#127a58;color:#fff;border-radius:999px;width:64px;height:64px;display:grid;place-items:center;font-weight:900;box-shadow:0 18px 45px rgb(20 180 90 / .35);z-index:90}.float-wa svg{width:34px;height:34px}.page-hero{padding:88px 0 54px;background:linear-gradient(180deg,#e8f0ef,#f6faf8)}.content{max-width:850px;margin:0 auto}.content h2{font-size:clamp(28px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em;color:var(--ink)}.content a{color:var(--brand2);font-weight:850}.content ul{padding-left:1.2em}.content li{margin:.35em 0}.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px}.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;position:sticky;top:110px}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:20px}.toc{padding:0;margin:0;list-style:none}.toc li{margin:10px 0;list-style:none}.article-cta{background:linear-gradient(135deg,#fff,#eaf4ef);border:1px solid var(--line);border-radius:30px;padding:34px;margin:34px 0;box-shadow:var(--shadow)}.sr-only{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;white-space:nowrap}.instagram-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--brand2);font-weight:850}.alignwide{max-width:1100px;margin-inline:auto}.cta-gap{margin-top:34px}.therapy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:34px}.therapy-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 14px 36px rgb(20 70 55 / .07)}.therapy-card a{color:var(--brand2);font-weight:950}.premium-menu-note{font-size:14px;color:var(--muted)}@media (max-width:980px){.nav{min-height:74px}.brand img{width:176px}.mobile-toggle{display:flex}.menu{position:absolute;top:74px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;padding:18px}.menu.is-open{display:flex}.primary-menu{display:flex;flex-direction:column;align-items:stretch;gap:6px}.primary-menu a{justify-content:space-between}.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:var(--soft);margin:4px 0 8px 12px!important;display:block}.menu-cta>a{margin-left:0;justify-content:center}.hero,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:44px 0 0;text-align:center}.hero h1{font-size:clamp(39px,12vw,58px)}.hero-actions,.hero-stats{justify-content:center;margin-inline:auto}.hero-stats{grid-template-columns:1fr}.hero-photo{width:min(88vw,460px);margin:auto}.grid-2,.cards,.testimonials,.blog-grid,.footer-grid,.single-layout,.therapy-grid{grid-template-columns:1fr}.cards{gap:14px}.section{padding:68px 0}.quote{text-align:left}.bar{font-size:16px}.float-wa{width:58px;height:58px}.sidebar-card{position:relative;top:auto}.pill{font-size:19px}.page-hero{padding:64px 0 40px}.site-header{top:0}}@media (max-width:520px){.wrap{width:min(100% - 28px,1180px)}.btn{width:100%}.h2{font-size:34px}.panel,.content-panel{padding:24px;border-radius:24px}.hero-actions{width:100%}.hero-actions .btn{width:100%}.card,.review,.therapy-card{padding:22px;border-radius:24px}}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(18px);transition:.7s}.reveal.in{opacity:1;transform:none}}.primary-menu,.primary-menu ul,.primary-menu li{list-style:none!important;margin:0;padding:0}.primary-menu>li::marker,.primary-menu li::marker{content:""}.primary-menu{gap:8px}.primary-menu a{border-radius:999px;padding:12px 14px}.primary-menu>li>a:hover,.primary-menu>.current-menu-item>a,.primary-menu>.current-menu-ancestor>a{background:rgb(18 122 88 / .09);color:var(--brand2)!important}.primary-menu>.menu-item-has-children>a:after{content:"⌄";font-size:14px;margin-left:6px;color:var(--brand)}.sub-menu{min-width:310px;padding:12px!important;border-radius:24px}.sub-menu a{padding:12px 14px;border-radius:16px;font-size:15px}.sub-menu a:hover{background:#eef7f3}.menu-cta>a{background:#0a7655!important;color:#fff!important;box-shadow:0 18px 42px rgb(10 118 85 / .22)}.menu-cta>a:hover{background:#07533d!important;color:#fff!important}.btn-primary{background:#0a7655!important;color:#fff!important}.btn-primary svg{width:22px;height:22px;fill:currentColor}.btn-primary:hover{background:#063d2e!important;color:#fff!important}.btn-small{padding:12px 16px;font-size:15px}.text-link{font-weight:950;color:var(--brand2)!important}.therapy-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.therapy-card-premium{padding:0;overflow:hidden}.therapy-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:#eef7f3;border-bottom:1px solid var(--line)}.therapy-thumb img{width:100%;height:100%;object-fit:cover;transition:.32s}.therapy-card-premium:hover .therapy-thumb img{transform:scale(1.025)}.therapy-content{padding:26px}.therapy-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.therapy-single-hero{padding-top:64px}.therapy-featured{margin:0;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.therapy-featured img{width:100%;height:auto;display:block}.single-layout .btn-primary,.article-cta .btn-primary,.sidebar-card .btn-primary{color:#fff!important;background:#0a7655!important}.single-layout .btn-primary:hover,.article-cta .btn-primary:hover,.sidebar-card .btn-primary:hover{background:#063d2e!important;color:#fff!important}.post-card .btn-ghost{background:#f6faf8!important;color:#073f31!important;border-color:#cfe3db!important}.post-card .btn-ghost:hover{background:#0a7655!important;color:#fff!important}.post-thumb img{filter:saturate(1.03) contrast(1.02)}.article-cta{border-color:#bfdbd1}.site-header{backdrop-filter:saturate(1.1) blur(18px)}.toc,.toc ul,.toc li{list-style:none!important;margin-left:0;padding-left:0}.toc a{display:block;padding:8px 0;color:#31413f}.toc a:hover{color:var(--brand2)}@media(max-width:980px){.therapy-grid-featured{grid-template-columns:1fr}.therapy-actions .btn{width:100%}.primary-menu{gap:2px}.primary-menu a{padding:12px}.sub-menu{min-width:0}.therapy-single-hero .grid-2{gap:24px}.therapy-featured{order:-1}}.about-hero .lead{max-width:780px}.about-grid{align-items:center}.about-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.mini-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:0 12px 32px rgb(15 75 58 / .06)}.mini-card strong{display:block;color:var(--brand);font-size:1.05rem;margin-bottom:4px}.mini-card span{display:block;color:var(--muted);font-size:.9rem;line-height:1.4}.section-timeline-premium{background:radial-gradient(circle at top left,rgb(46 163 111 / .10),transparent 34%),linear-gradient(180deg,#f7fbf8 0%,#eef7f2 100%)}.timeline-head{max-width:860px;margin:0 auto 58px;text-align:center}.timeline-head p{color:var(--muted);font-size:1.08rem}.premium-timeline{position:relative;display:grid;gap:30px;max-width:980px;margin:0 auto}.premium-timeline::before{content:"";position:absolute;top:16px;bottom:16px;left:50%;width:2px;background:linear-gradient(180deg,transparent,var(--brand),transparent);transform:translateX(-50%);opacity:.35}.timeline-row{position:relative;display:grid;grid-template-columns:1fr 112px 1fr;align-items:center;gap:28px}.timeline-row:nth-child(odd) .timeline-card{grid-column:1;text-align:right}.timeline-row:nth-child(odd) .timeline-year{grid-column:2}.timeline-row:nth-child(even) .timeline-year{grid-column:2}.timeline-row:nth-child(even) .timeline-card{grid-column:3}.timeline-year{position:relative;z-index:2;width:112px;height:112px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);color:var(--brand);font-size:1.55rem;font-weight:900;box-shadow:0 18px 46px rgb(15 127 93 / .12)}.timeline-card{background:rgb(255 255 255 / .9);border:1px solid var(--border);border-radius:30px;padding:30px;box-shadow:0 18px 46px rgb(15 75 58 / .07)}.timeline-card span{display:inline-flex;margin-bottom:12px;color:var(--brand);font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.timeline-card h3{margin-bottom:12px;font-size:clamp(1.35rem, 2vw, 1.9rem)}.timeline-card p{margin:0;color:var(--muted)}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-final .cta-box{text-align:center;max-width:880px;margin:0 auto}@media (max-width:920px){.about-mini-cards,.cards-3{grid-template-columns:1fr}.premium-timeline::before{left:34px}.timeline-row{grid-template-columns:68px 1fr;gap:18px}.timeline-row:nth-child(odd) .timeline-year,.timeline-row:nth-child(even) .timeline-year{grid-column:1;width:68px;height:68px;font-size:1rem}.timeline-row:nth-child(odd) .timeline-card,.timeline-row:nth-child(even) .timeline-card{grid-column:2;text-align:left}.timeline-card{padding:24px;border-radius:24px}}.faq-box{margin:clamp(28px,4vw,48px) 0;padding:clamp(22px,4vw,34px);background:rgb(18 122 88 / .045);border:1px solid rgb(18 122 88 / .12)}.faq-box h2{margin-top:0;margin-bottom:18px}.faq-box details{border-top:1px solid rgb(18 122 88 / .14);padding:16px 0}.faq-box details:first-of-type{border-top:0}.faq-box summary{cursor:pointer;font-weight:650;color:var(--color-heading,#20352c);list-style:none}.faq-box summary::-webkit-details-marker{display:none}.faq-box summary:after{content:'+';float:right;font-weight:400;opacity:.65}.faq-box details[open] summary:after{content:'–'}.faq-box p{margin:10px 0 0;max-width:70ch}:root{--ink:#17332b;--muted:#5f716b;--soft-warm:#f7f4ef;--line:rgba(23,51,43,.12);--action:#127a58;--action-dark:#0b5b41}.conversion-hero .hero-copy h1{max-width:760px;font-weight:760;letter-spacing:-.045em;line-height:1.02}.conversion-hero .lead{max-width:680px;font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.62}.cta-helper{margin:.75rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.trust-row{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;margin-top:1.5rem;color:var(--ink);font-size:.9rem;font-weight:650}.trust-row span{display:flex;align-items:center;gap:.5rem}.trust-row span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--action)}.recognition-section{background:var(--soft-warm)}.recognition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:2rem auto 1.5rem;text-align:left;border-top:1px solid var(--line);max-width:900px}.recognition-grid p{margin:0;padding:1.25rem 1rem;border-bottom:1px solid var(--line);font-size:1.04rem}.recognition-grid p:nth-child(odd){border-right:1px solid var(--line)}.section-note{max-width:720px;margin:1.5rem auto 0;color:var(--muted)}.editorial-copy{align-self:center}.editorial-copy p{font-size:1.04rem;line-height:1.75}.editorial-copy .text-link{display:inline-flex;margin-top:1rem}.outcome-list{max-width:960px;margin:3rem auto 0;border-top:1px solid var(--line)}.outcome-list article{display:grid;grid-template-columns:64px 1fr;gap:1.1rem;padding:1.55rem 0;border-bottom:1px solid var(--line)}.outcome-list article>span{font-size:.8rem;letter-spacing:.16em;color:var(--action);font-weight:800;padding-top:.35rem}.outcome-list h3{margin:0 0 .4rem;font-size:clamp(1.14rem,2vw,1.42rem);letter-spacing:-.02em}.outcome-list p{margin:0;color:var(--muted);line-height:1.65}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin:2.5rem 0}.process-grid article{background:#fff;padding:2rem}.process-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgb(18 122 88 / .1);color:var(--action);font-weight:800;margin-bottom:1.1rem}.process-grid h3{margin:.2rem 0 .55rem}.process-grid p{margin:0;color:var(--muted);line-height:1.62}.review{box-shadow:none!important;border-color:var(--line)!important}.review p{line-height:1.65}.testimonials{gap:1rem}.stars{letter-spacing:.08em}.editorial-about{background:#fff}.editorial-about .grid-2{align-items:center}.therapy-card-premium{box-shadow:none!important;border-color:var(--line)!important}.therapy-content{display:flex;flex-direction:column}.therapy-content .text-link{margin-top:auto;padding-top:1rem}.therapy-actions{display:block!important}.sticky-aside{position:sticky;top:110px;align-self:start}.therapy-content-layout{align-items:start}.float-wa{width:auto!important;min-width:56px;padding:0 16px!important;gap:9px;border-radius:999px!important}.float-wa-label{font-size:.88rem;font-weight:750;white-space:nowrap}.btn{font-weight:720!important;letter-spacing:-.01em}.btn-primary{box-shadow:0 10px 26px rgb(18 122 88 / .16)!important}.btn-primary:hover{transform:translateY(-1px);background:var(--action-dark)}.h2{font-weight:740!important;letter-spacing:-.035em}.kicker{font-weight:720!important;letter-spacing:.12em}.card,.panel,.content-panel{box-shadow:none!important}@media(max-width:800px){.recognition-grid{grid-template-columns:1fr}.recognition-grid p:nth-child(odd){border-right:0}.process-grid{grid-template-columns:1fr}.outcome-list article{grid-template-columns:44px 1fr}.float-wa-label{display:none}.float-wa{width:56px!important;padding:0!important}.sticky-aside{position:static}.conversion-hero .hero-copy h1{font-size:clamp(2.35rem,11vw,4rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}.btn,.float-wa{transition:none!important}}.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:.86rem;margin-bottom:18px}.breadcrumbs a{color:var(--brand2);font-weight:700}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(520px,70vw)}.page-hero-editorial,.article-hero{padding-bottom:72px}.article-meta{display:flex;gap:10px 20px;flex-wrap:wrap;margin-top:24px}.article-meta span{display:inline-flex;align-items:center}.article-meta span+span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--brand);margin-right:20px}.pagination-wrap{margin-top:48px;text-align:center}.pagination-wrap .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.pagination-wrap .page-numbers{min-width:44px;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.pagination-wrap .current{background:var(--brand2);color:#fff}.empty-state{text-align:center;max-width:680px;margin:auto;padding:48px 24px;border:1px solid var(--line);border-radius:28px;background:#fff}.compact-cta{padding-block:72px}.article-cover{margin:0 0 34px}.article-cover img{border-radius:28px;width:100%;height:auto}.article-content{max-width:none}.article-content>p:first-of-type{font-size:1.12em;color:#2e3d3c}.article-sidebar{align-self:start}.article-sidebar .btn{width:100%;margin:8px 0 16px}.sidebar-card .text-link{display:block;margin-top:6px}.contact-grid{align-items:start}.check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:29px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:900}.contact-profile{background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:0 18px 50px rgb(13 83 64 / .08)}.contact-profile .about-media img{border-radius:0;box-shadow:none;width:100%;aspect-ratio:1/1;object-fit:cover}.contact-credentials{display:grid;gap:4px;padding:24px}.contact-credentials strong{font-size:1.25rem;color:var(--ink)}.contact-credentials span{color:var(--muted)}.generic-content{max-width:900px}.center-actions{justify-content:center}.error-page{min-height:65vh;display:flex;align-items:center}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand2);font-weight:800;border-bottom:1px solid #fff0}.text-link:hover{border-color:currentColor}.float-wa{right:max(18px,env(safe-area-inset-right))!important;bottom:max(18px,env(safe-area-inset-bottom))!important;width:auto!important;height:auto!important;min-height:62px;padding:9px 16px 9px 10px!important;display:flex!important;align-items:center!important;gap:11px!important;background:#087653!important;border:1px solid rgb(255 255 255 / .28)!important;box-shadow:0 16px 38px rgb(6 72 50 / .26)!important;color:#fff!important;transform:translateZ(0);transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}.float-wa:hover{transform:translateY(-2px);background:#065f43!important;box-shadow:0 20px 46px rgb(6 72 50 / .32)!important}.float-wa:focus-visible{outline:3px solid rgb(18 122 88 / .3);outline-offset:4px}.float-wa-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgb(255 255 255 / .14)}.float-wa-icon svg{width:25px!important;height:25px!important}.float-wa-copy{display:grid;line-height:1.12;text-align:left}.float-wa-copy strong{font-size:.91rem;font-weight:780;letter-spacing:-.01em}.float-wa-copy small{font-size:.72rem;color:rgb(255 255 255 / .78);margin-top:3px}@media(max-width:800px){.article-meta span+span:before{display:none}.article-meta{gap:4px 14px}.float-wa{min-height:58px!important;padding:7px!important;border-radius:50%!important}.float-wa-icon{width:44px;height:44px;background:#fff0}.float-wa-copy{position:absolute;right:calc(100% + 10px);bottom:7px;background:#fff;color:var(--ink);padding:9px 12px;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 26px rgb(13 83 64 / .14);opacity:0;visibility:hidden;transform:translateX(6px);transition:.2s;pointer-events:none}.float-wa:hover .float-wa-copy,.float-wa:focus .float-wa-copy{opacity:1;visibility:visible;transform:none}.float-wa-copy small{color:var(--muted)}.breadcrumbs span:last-child{max-width:70vw}.contact-grid{gap:34px}}:root{--focus:0 0 0 4px rgba(18,122,88,.2)}:where(a,button,summary):focus-visible{outline:0;box-shadow:var(--focus)}.post-card{height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgb(20 70 55 / .1);border-color:rgb(7 93 67 / .28)}.post-card .post-body{display:flex;flex-direction:column;flex:1}.post-card .post-body p{margin-top:0}.post-card .text-link{margin-top:auto;align-self:flex-start}.post-thumb-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--soft),#dfeaec);color:var(--brand2)}.post-thumb-placeholder svg{width:42px;height:42px;opacity:.72}.meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.float-wa{width:auto;min-width:206px;height:64px;padding:7px 18px 7px 8px;display:flex;gap:11px;background:linear-gradient(135deg,#0d7f59,#075d43);border:1px solid rgb(255 255 255 / .22);box-shadow:0 18px 50px rgb(7 93 67 / .28);transition:transform .22s ease,opacity .22s ease,bottom .22s ease}.float-wa:hover{transform:translateY(-3px);color:#fff}.float-wa-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgb(255 255 255 / .13)}.float-wa-icon svg{width:27px;height:27px}.float-wa-copy{display:grid;line-height:1.1;text-align:left}.float-wa-copy strong{font-size:15px;letter-spacing:-.01em}.float-wa-copy small{font-size:12px;font-weight:650;opacity:.86;margin-top:4px}.float-wa.is-near-footer{bottom:max(96px,calc(env(safe-area-inset-bottom) + 96px))!important;opacity:1;pointer-events:auto;transform:none}@media(max-width:760px){.float-wa{right:16px;bottom:max(16px,env(safe-area-inset-bottom));min-width:58px;width:58px;height:58px;padding:5px;overflow:hidden}.float-wa-icon{width:46px;height:46px;flex:0 0 46px}.float-wa-copy{width:0;opacity:0;white-space:nowrap;transition:width .22s ease,opacity .22s ease}.float-wa.is-introduced{width:196px;min-width:196px;padding-right:15px}.float-wa.is-introduced .float-wa-copy{width:118px;opacity:1}}@media(prefers-reduced-motion:reduce){.post-card,.float-wa,.float-wa-copy{transition:none!important}}.pillar-path{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin:0 0 1.25rem;padding:.8rem 1rem;border:1px solid var(--border,#dbe5e1);border-radius:14px;background:#f7faf9;font-size:.92rem}.pillar-path span{color:var(--muted,#62736d)}.pillar-path a{font-weight:750}.contextual-related,.service-support{margin-top:3rem}.contextual-related-heading,.service-support-heading{max-width:760px;margin-bottom:1.25rem}.contextual-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.contextual-related-card{padding:1.25rem;border:1px solid var(--border,#dbe5e1);border-radius:20px;background:#fff}.contextual-related-card h3{margin:.4rem 0 .65rem;font-size:1.12rem}.contextual-related-card p{color:var(--muted,#62736d);margin:0 0 .8rem}.contextual-related-type{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--primary,#1d6456)}.professional-authority{display:grid;grid-template-columns:140px minmax(0,1fr);gap:1.35rem;align-items:center;padding:1.5rem;border:1px solid var(--border,#dbe5e1);border-radius:24px;background:#fff}.professional-authority-photo img{width:140px;height:170px;object-fit:cover;border-radius:18px}.professional-authority h2{margin:.25rem 0 .55rem}.professional-authority p{margin:.25rem 0;color:var(--muted,#62736d)}.authority-method{font-size:.94rem}.article-sidebar .professional-authority{grid-template-columns:1fr}.article-sidebar .professional-authority-photo img{width:100%;height:auto;aspect-ratio:4/5}.authority-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.authority-hub-grid a{display:flex;flex-direction:column;gap:.4rem;padding:1.2rem;border:1px solid var(--border,#dbe5e1);border-radius:18px;background:#fff;text-decoration:none}.authority-hub-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgb(20 61 52 / .08)}.authority-hub-grid span{color:var(--muted,#62736d);font-size:.92rem}.footer-authority{border-top:1px solid rgb(255 255 255 / .14);background:#123f37;color:#fff;padding:1.25rem 0}.footer-authority-grid{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start}.footer-authority-grid>div{display:grid;gap:.25rem}.footer-authority-grid span{opacity:.82;font-size:.9rem}.footer-authority nav{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem}.footer-authority a{color:#fff;text-decoration:none}.footer-authority a:hover{text-decoration:underline}@media(max-width:900px){.contextual-related-grid,.authority-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.contextual-related-grid,.authority-hub-grid{grid-template-columns:1fr}.professional-authority{grid-template-columns:96px minmax(0,1fr);padding:1.1rem}.professional-authority-photo img{width:96px;height:122px}.article-sidebar .professional-authority{grid-template-columns:1fr}.article-sidebar .professional-authority-photo img{width:100%;height:auto}.footer-authority-grid{flex-direction:column}}@supports (content-visibility:auto){main>section:not(:first-child),.service-support,.related-reading,.authority-panel{content-visibility:auto;contain-intrinsic-size:1px 720px}}img{height:auto}