@font-face{font-family:'Nunito';font-style:normal;font-weight:600;font-display:swap;src:url("/lib/styles/fonts/Nunito-SemiBold.ttf") format("truetype");}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;font-display:swap;src:url("/lib/styles/fonts/Nunito-Bold.ttf") format("truetype");}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;font-display:swap;src:url("/lib/styles/fonts/Nunito-ExtraBold.ttf") format("truetype");}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;font-display:swap;src:url("/lib/styles/fonts/Nunito-Black.ttf") format("truetype");}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:400;font-display:swap;src:url("/lib/styles/fonts/SourceSerif4-Regular.ttf") format("truetype");}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:600;font-display:swap;src:url("/lib/styles/fonts/SourceSerif4-SemiBold.ttf") format("truetype");}

/* ===================================================================
   TherapyDen — Online Therapy guide (/online-therapy-guide)
   Standalone, responsive front-end. Backend (data + filter wiring)
   will be done in Twig/Craft later; <!-- TWIG --> notes mark loops.
   =================================================================== */

:root{
  /* brand */
  --brand:#21ADA1; --brand-2:#3CBEB1;
  --teal:#0C7A70; --teal-d:#0A5F57; --teal-d2:#0A5A52;
  --orange:#F2552C; --orange-d:#E0481F;
  --yellow:#FFC56B; --yellow-l:#FFD089;
  /* ink + neutrals */
  --ink:#1E332E; --muted:#4C615B; --muted-2:#5C716B; --muted-3:#6B7E77;
  --cream:#FCFAF6; --mint:#E7F4F1; --mint-2:#D2EDE8;
  --card-border:#DCE9E4; --mint-border:#CFE5DF; --line:#ECE6D9;
  --on-teal:#CFEAE4; --on-teal-2:#E2F2EE;
  /* type */
  --f-head:'Nunito',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --f-body:'Source Serif 4',Georgia,serif;
}

.otg *{box-sizing:border-box;}
.otg{
  font-family:var(--f-body); color:var(--ink);
  background:var(--cream); overflow-x:clip; overflow-y:visible; -webkit-font-smoothing:antialiased;
}
.otg h1,.otg h2,.otg h3,.otg h4{font-family:var(--f-head); margin:0; color:inherit;}
.otg .h2,.otg .modality__title,.otg .step__title,.otg .benefit__title,.otg .cost-card__title,.otg .type__title,.otg .check__title{font-family:var(--f-head);}
.otg a{color:inherit;}
.otg ::selection{background:#FBD9CC; color:#1E332E;}
/* .otg *:focus-visible{outline:3px solid #E0481F; outline-offset:2px; border-radius:4px;} */
.otg select option{color:#1E332E;}

/* ---- layout primitives ---- */
.section{padding:clamp(56px,7vw,92px) 24px;}
.section--mint{background:var(--mint);}
.otg-container{max-width:1180px; margin:0 auto;}
.otg-container--narrow{max-width:820px;}
.otg-container--md{max-width:1120px;}
.split{display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:clamp(32px,4vw,56px); align-items:start;}
.heading-block{max-width:760px; margin:0 auto; text-align:center;}

/* ---- shared text ---- */
.h2{font-weight:900; font-size:clamp(30px,4vw,46px); line-height:1.08; letter-spacing:-.015em;}
.otg-lead{font-size:18px; line-height:1.6; color:var(--muted);}
.muted{font-size:18px; color:var(--muted); line-height:1.7;}
.muted.sm{font-size:15.5px; line-height:1.6; margin: 9px 0 0;}
.benefit .muted.sm, .type .muted.sm, .step .muted.sm{font-size:15px; line-height:1.55;}
.check .muted.sm{font-size:14.5px; line-height:1.55;}
.eyebrow{display:inline-flex; align-items:center; gap:8px; font-family:var(--f-head); font-weight:800;
  font-size:13px; letter-spacing:.12em; text-transform:uppercase;}
.kicker{font-family:var(--f-head); font-size:13px; font-weight:900; letter-spacing:.06em; text-transform:uppercase;}
.prose a{color:var(--teal); font-weight:600; text-decoration:underline; text-underline-offset:2px;}

/* ---- buttons ---- */
.otg-btn{display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--f-head); font-weight:800; text-decoration:none; border:none;
  cursor:pointer; border-radius:999px;}
.otg-btn--primary{background:var(--orange); color:#fff !important; font-size:18px; padding:16px 28px;
  box-shadow:0 12px 26px rgba(242,85,44,.4);}
.otg-btn--primary:hover{background:var(--orange-d);}
.hero__cta .otg-btn--primary:hover{transform:translateY(-1px);}
.otg-btn--ghost{background:rgba(255,255,255,.12); color:#fff; font-size:18px; padding:16px 26px;
  border:1.5px solid rgba(255,255,255,.45);}
.otg-btn--ghost:hover{background:rgba(255,255,255,.2);}
.otg-btn--teal{background:var(--teal); color:#fff !important; font-size:17px; padding:16px 30px;
  box-shadow:0 12px 26px rgba(12,122,112,.26);}
.otg-btn--teal:hover{background:var(--teal-d); transform:translateY(-1px);}
.btn-break{display:none;}

/* ===================== HERO ===================== */
.hero{position:relative; overflow:visible; color:#fff;
  background:linear-gradient(180deg,var(--brand) 0%,var(--brand-2) 100%);
  padding:clamp(48px,6vw,84px) 24px clamp(56px,6vw,88px);}
.hero__glow{position:absolute; border-radius:50%; pointer-events:none;}
.hero__glow--a{top:-90px; right:-60px; width:340px; height:340px; background:var(--yellow); filter:blur(90px); opacity:.32; animation:glow 7s ease-in-out infinite; z-index:1000;}
.hero__glow--b{bottom:-120px; left:-80px; width:340px; height:340px; background:var(--orange); filter:blur(110px); opacity:.22;}
@keyframes glow{0%,100%{opacity:.32;}50%{opacity:.5;}}
.hero__grid{position:relative; max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(330px,1fr)); gap:clamp(34px,5vw,72px); align-items:center;}
.hero__eyebrow{color:var(--yellow-l);}
.hero__title{font-weight:900; font-size:clamp(38px,5.4vw,66px); line-height:1.03; letter-spacing:-.018em; margin:14px 0 0;}
.hero__title .mark{background-image:linear-gradient(var(--orange),var(--orange));
  background-repeat:no-repeat; background-position:0 92%; background-size:100% 8px; border-radius:2px; padding-bottom:1px;}
.hero__sub{font-family:var(--f-body); font-size:clamp(18px,1.7vw,21px); line-height:1.55;
  color:var(--on-teal-2); max-width:42ch; margin:24px 0 0;}
.hero__cta{display:flex; flex-wrap:wrap; gap:13px; margin-top:30px;}
.hero__review{display:flex; align-items:center; gap:9px; margin-top:26px;
  font-family:var(--f-head); font-size:13.5px; font-weight:700; color:var(--on-teal);}
.hero__review strong{color:#fff;}

/* hero search card */
.search-card{background:#fff; border-radius:20px; padding:10px; color:var(--ink);
  box-shadow:0 30px 60px -28px rgba(0,0,0,.5);}
.search-card__title{padding:18px 20px 6px; font-family:var(--f-head); font-weight:800; font-size:15px;}
.field{padding:12px 20px; border-bottom:1px solid #EEEAE0; font-family:var(--f-head); display:block;}
.field__label{display:block; font-size:12px; font-weight:800; letter-spacing:.06em; color:var(--orange);}
.select{width:100%; margin:0; height:auto; border:none; outline:none; background-color:transparent; cursor:pointer;
  font-family:var(--f-body); font-size:16px; color:var(--ink); padding:6px 18px 2px 0;
  appearance:none; -webkit-appearance:none;
  background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230C7A70' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-size:16px 16px; background-origin:content-box;}
.field--static{padding:12px 20px 14px; font-family:var(--f-head);}
.field--static .value{display:inline-flex; align-items:center; gap:7px; font-family:var(--f-body); font-size:16px; padding:6px 0 2px;}
.search-card__submit{display:flex; gap:9px; margin:0 10px 10px; padding:15px; border-radius:13px; font-size:17px;}

/* ===================== TRUST BAR ===================== */
.trust{background:var(--cream); border-bottom:1px solid var(--line);}
.trust__grid{max-width:1180px; margin:0 auto; padding:30px 24px; font-family:var(--f-head);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:24px;}
.trust__item{display:flex; flex-direction:column; gap:3px; text-align:center;}
.trust__value{font-weight:900; font-size:clamp(24px,3vw,34px); color:var(--teal); line-height:1;}
.trust__label{font-size:14px; font-weight:600; color:var(--muted-2); line-height:1.4;}

/* ===================== WHAT IS ===================== */
.callout-quote{font-size:clamp(19px,1.9vw,23px); line-height:1.6; color:var(--ink);
  margin:20px 0 0; border-left:4px solid var(--orange); padding-left:22px;}

/* ===================== HOW IT WORKS ===================== */
.card-row{display:flex; flex-wrap:wrap; justify-content:center; gap:18px; margin-top:38px;}
.icon-circle{flex:none; display:inline-flex; align-items:center; justify-content:center;
  width:60px; height:60px; border-radius:50%; background:var(--mint-2);}
.icon-circle.icon-circle--lg:before, .icon-circle.icon-circle--warm:before{content:""; display:block;}
.icon-circle--lg{width:62px; height:62px;}
.icon-circle--warm{width:58px; height:58px; background:#FCE6D9;}
.modality{flex:1 1 420px; max-width:560px; background:#fff; border:1px solid var(--card-border);
  border-radius:22px; padding:28px; display:flex; gap:18px; align-items:flex-start; box-shadow:0 1px 0 rgba(30,51,46,.03);}
.modality__title{font-size:20px; font-weight:800; margin:6px 0 0;}
.note{text-align:center; font-size:15.5px; color:var(--muted-2); margin:22px auto 0; max-width:640px;}
.first-session{margin-top:42px; background:#fff; border:1px solid var(--card-border); border-radius:22px; padding:clamp(26px,3vw,40px);}
.first-session__title{font-size:21px; font-weight:900; margin:0 0 24px !important; display:flex; align-items:center; gap:11px;}
.badge-sq{display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:10px; background:#FCE6D9;}
.steps{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:26px;}
.step{display:flex; gap:14px; align-items:flex-start;}
.step__n{flex:none; display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px;
  border-radius:50%; background:var(--teal); color:#fff; font-family:var(--f-head); font-weight:900; font-size:15px;}
.step__title{font-size:16.5px; font-weight:800; margin:4px 0 4px;}

/* ===================== IS IT EFFECTIVE / SOURCES ===================== */
.answer{font-size:clamp(19px,1.9vw,22px); line-height:1.55; color:var(--ink); margin:20px 0 0; font-weight:600;}
.aside{background:var(--mint); border:1px solid var(--mint-border); border-radius:22px; padding:clamp(24px,3vw,34px);}
.aside--teal{background:linear-gradient(160deg,var(--teal),var(--teal-d)); color:var(--on-teal-2);}
.aside__title{margin:0 0 18px;}
.otg-stack{display:flex; flex-direction:column; gap:16px;}
.source{text-decoration:none; color:inherit; display:block; background:#fff; border:1px solid var(--mint-border);
  border-radius:14px; padding:16px 18px;}
.source:hover{border-color:var(--brand);}
.source__claim{font-size:15px; line-height:1.5; font-weight:600; margin:0; color:var(--ink);}
.source__cite{display:inline-flex; align-items:center; gap:6px; font-family:var(--f-head); font-size:13px; font-weight:800; color:var(--teal); margin-top:9px;}

/* ===================== BENEFITS ===================== */
.benefit{flex:1 1 280px; max-width:340px; background:#fff; border:1px solid var(--card-border);
  border-radius:22px; padding:30px 26px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:12px;}
.benefit__title{font-size:18px; font-weight:800; margin:4px 0 0;}

/* ===================== COST ===================== */
.cost-cards{display:flex; flex-wrap:wrap; gap:14px; margin-top:24px;}
.cost-card{flex:1; min-width:210px; border-radius:18px; padding:22px;}
.cost-card--orange{background:#FFF4EE; border:1px solid #F8D7C7;}
.cost-card--mint{background:var(--mint); border:1px solid var(--mint-border);}
.cost-card__title{font-size:16.5px; font-weight:800; margin:0 0 6px;}
.cost-card p{font-size:14.5px; line-height:1.55; color:var(--muted); margin:0;}
.fine{font-size:15px; line-height:1.6; color:var(--muted-3); margin:18px 0 0;}
.aside--teal .aside__title{color:var(--yellow);}
.cost-row{display:flex; justify-content:space-between; align-items:baseline; gap:16px;
  border-bottom:1px solid rgba(255,197,107,.22); padding-bottom:14px;}
.cost-row__label{font-family:var(--f-body); font-size:15.5px; color:var(--on-teal);}
.cost-row__value{font-family:var(--f-head); font-size:16px; font-weight:800; color:#fff; text-align:right;}

/* ===================== TYPES ===================== */
.type{flex:1 1 280px; max-width:340px; background:#fff; border:1px solid var(--card-border);
  border-radius:22px; padding:28px; display:flex; flex-direction:column; gap:12px;}
.type__title{font-size:19px; font-weight:800; margin:6px 0 0;}

/* ===================== TEST / SCREENER ===================== */
.screener{max-width:760px; margin:0 auto; text-align:center;
  background:linear-gradient(165deg,var(--mint),#D8EFE9); border:1px solid var(--mint-border);
  border-radius:26px; padding:clamp(30px,4vw,52px); box-shadow:0 26px 60px -36px rgba(33,173,161,.4);}
.tag{display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--mint-border);
  color:var(--teal); font-family:var(--f-head); font-weight:800; font-size:12.5px; letter-spacing:.05em;
  text-transform:uppercase; padding:6px 13px; border-radius:999px;}
.screener__title{font-weight:900; font-size:clamp(28px,3.6vw,42px); line-height:1.1; letter-spacing:-.015em; margin:16px auto 0 !important; text-align:center;}
.screener p{font-size:17.5px; line-height:1.6; color:var(--muted); margin:14px auto 0; max-width:540px;}
.screener a + p{font-size:15px; margin-top:18px;}
.screener .fine{margin:22px auto 0; max-width:480px; font-family:var(--f-head); font-size:12px; line-height:1.5; color:#7A8A84;}
.screener .fine a, .screener p a{color:var(--teal); font-weight:600;}

/* ===================== HOW TO CHOOSE ===================== */
.checklist{background:#fff; border:1px solid var(--card-border); border-radius:22px; padding:clamp(22px,3vw,30px);}
.check{display:flex; gap:14px; align-items:flex-start; padding:15px 0; border-bottom:1px solid #F0EADD;}
.check:last-child{border-bottom:none;}
.check__mark{flex:none; display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px;
  border-radius:50%; background:var(--mint-2); color:var(--teal); margin-top:2px;}
.check__title{font-size:16.5px; font-weight:800; margin:1px 0 3px;}

/* ===================== FIND (DIRECTORY) ===================== */
.find{max-width:980px; margin:0 auto; position:relative; overflow:hidden; color:var(--on-teal-2);
  background:linear-gradient(160deg,var(--teal),var(--teal-d2)); border-radius:28px; padding:clamp(30px,4vw,52px);}
.find__glow{position:absolute; top:-50px; right:-30px; width:240px; height:240px; border-radius:50%;
  background:var(--yellow); filter:blur(70px); opacity:.3; pointer-events:none;}
.find__head{position:relative; max-width:560px;}
.find__head .h2{color:#fff;}
.find__head p{font-size:17.5px; line-height:1.6; color:var(--on-teal); margin:14px 0 0;}
.find-search{position:relative; margin-top:28px; background:#fff; border-radius:18px; padding:14px;
  display:flex; flex-wrap:wrap; gap:12px; align-items:center; box-shadow:0 22px 44px -24px rgba(0,0,0,.55);}
.find-search__field{flex:2; min-width:220px; display:flex; align-items:center; gap:10px; padding:0 8px;}
.find-search__field .select{padding-top:13px; padding-bottom:13px;}
.find-search__field--state{flex:1; min-width:160px; border-left:1px solid var(--line); padding-left:8px;}
.find-search__field--state .select{font-family:var(--f-head); font-weight:700; font-size:15px; padding:13px 22px 13px 6px;}
.find-search__submit{flex:none; gap:9px; padding:15px 24px; border-radius:12px; font-size:16px;}

.listings-head{display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:22px;}
.listings-head__title{font-family:var(--f-head); font-size:clamp(20px,2.4vw,26px); font-weight:900; margin:0;}
.listings-head a{font-family:var(--f-head); font-weight:800; font-size:15px; color:var(--teal); text-decoration:none; display:inline-flex; align-items:center; gap:6px;}
.listings-head a:hover{text-decoration:underline;}
.listings{display:flex; flex-wrap:wrap; gap:16px;}
.listing{text-decoration:none; color:inherit; flex:1 1 320px; max-width:360px; background:#fff;
  border:1px solid var(--card-border); border-radius:18px; padding:22px; display:flex; flex-direction:column; gap:14px;}
.listing:hover{box-shadow:0 16px 30px -22px rgba(12,122,112,.5);}
.listing__head{display:flex; gap:14px; align-items:center;}
.listing__avatar{flex:none; display:inline-flex; align-items:center; justify-content:center; width:54px; height:54px;
  border-radius:50%; background:var(--brand); color:#fff; font-family:var(--f-head); font-weight:800; font-size:18px;}
.listing__name{font-family:var(--f-head); font-size:17px; font-weight:800; margin:0;}
.listing__cred{font-family:var(--f-head); font-size:13.5px; font-weight:700; color:var(--teal); margin:2px 0 0;}
.listing__loc{display:flex; align-items:center; gap:7px; font-size:14px; color:var(--muted-2);}
.pill{align-self:flex-start; display:inline-flex; align-items:center; gap:6px; font-family:var(--f-head);
  font-size:12.5px; font-weight:800; border-radius:999px; padding:5px 11px;}
.pill--online{color:var(--teal); background:var(--mint);}
.listing__view{font-family:var(--f-head); font-size:14.5px; font-weight:800; color:var(--orange); display:inline-flex; align-items:center; gap:6px;}

/* ===================== FAQ ===================== */
.faq__title{margin:0 0 32px !important; text-align:center;}
.faq__list{display:flex; flex-direction:column; gap:12px;}
.faq__item{background:#fff; border:1px solid var(--card-border); border-radius:16px; overflow:hidden;}
.faq__heading{margin:0; font:inherit; font-weight:inherit;}
.faq__q{width:100%; display:flex; justify-content:space-between; align-items:center; gap:16px; text-align:left;
  background:transparent; border:none; cursor:pointer; padding:20px 22px;
  font-family:var(--f-head); font-weight:800; font-size:17px; color:var(--ink);}
.faq__chevron{flex:none; color:var(--teal); transition:transform .25s;}
.faq__q[aria-expanded="true"] .faq__chevron{transform:rotate(180deg);}
.faq__panel{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq__panel p{font-size:15.5px; line-height:1.65; color:var(--muted); margin:0; padding:0 22px 22px;}

/* ===================== STICKY MOBILE CTA ===================== */
.mobile-cta{display:none; position:fixed; left:0; right:0; bottom:0; z-index:80; gap:10px;
  background:rgba(252,250,246,.96); backdrop-filter:blur(10px); border-top:1px solid var(--line);
  padding:12px 16px calc(12px + env(safe-area-inset-bottom)); font-family:var(--f-head);}
.mobile-cta a:first-child{flex:1; display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:var(--orange); color:#fff; padding:15px; border-radius:13px; font-weight:800; font-size:16px; text-decoration:none;}
.mobile-cta__test{flex:none; display:inline-flex; align-items:center; justify-content:center; width:54px;
  background:#fff; border:1.5px solid var(--card-border); border-radius:13px; color:var(--teal); text-decoration:none;}

/* ===================================================================
   RESPONSIVE — layout adapts via the original's intrinsic auto-fit /
   clamp / flex-wrap (1:1 with the export). The only breakpoint is the
   sticky mobile CTA, which replaces the export's JS isMobile flag.
   =================================================================== */
@media (max-width:820px){
  .mobile-cta{display:flex;}
  body{padding-bottom:86px;}
  .find-search__submit {font-size: 14px; width: 100%;}
  body:has(.otg) #floating-button { bottom: 81px; right: 16px;}
  .btn-break{display:inline;}
  .otg-btn--ghost .otg-btn__label{display:block; text-align:start; line-height:1.28;}
}
