:root {
  --primary: hsl(20 50% 54%);
  --primary-dark: hsl(20 36% 29%);
  --primary-deep: hsl(20 36% 23%);
  --primary-light: hsl(20 37% 46%);
  --accent: hsl(35 49% 70%);
  --accent-dark: #e0a872;
  --cream: hsl(40 56% 95%);
  --soft: hsl(30 48% 93%);
  --ink: hsl(20 25% 25%);
  --muted: hsl(20 15% 45%);
  --line: #e6e1dd;
  --white: #fff;
  --shadow: 0 24px 55px rgba(55, 34, 27, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; font-family: "Inter", Arial, sans-serif; color: var(--ink); background: var(--cream); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.topbar { background: var(--primary); color: white; font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.top-divider { height: 18px; width: 1px; background: rgba(255,255,255,.5); }
header { background: white; position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 8px rgba(55,34,27,.05); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 110px; height: 58px; object-fit: contain; }
.brand-tagline { color: #77808d; font-size: 12px; padding-left: 12px; border-left: 1px solid #ddd; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 22px; }
nav > a:not(.btn) { font-size: 13px; color: #525b68; font-weight: 600; }
nav > a:not(.btn):hover { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 57px; padding: 0 30px; border: 0; border-radius: 9px; font-size: 16px; font-weight: 800; cursor: pointer; transition: transform .2s, filter .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(.97); }
.btn-gold { background: var(--accent-dark); color: white; box-shadow: 0 12px 32px rgba(181,124,42,.22); }
.btn-primary { background: var(--primary); color: white; }
.btn-outline { color: white; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.1); }
.nav-cta { min-height: 46px; padding-inline: 18px; font-size: 11px; white-space: nowrap; }

.hero { min-height: 760px; position: relative; overflow: hidden; background: linear-gradient(122deg, var(--primary-deep), var(--primary) 76%, var(--primary-light)); color: white; }
.hero-circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,.045); }
.hero-circle-one { width: 380px; height: 380px; right: -130px; top: -80px; }
.hero-circle-two { width: 330px; height: 330px; left: -170px; bottom: -160px; background: rgba(218,162,91,.13); }
.hero-grid { min-height: 760px; padding-block: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.availability { display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; background: rgba(255,255,255,.14); padding: 7px 15px; font-size: 12px; font-weight: 700; margin-bottom: 22px; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-dark); box-shadow: 0 0 0 5px rgba(191,137,56,.14); }
h1 { font-size: clamp(40px, 4.2vw, 54px); line-height: 1.03; letter-spacing: -.045em; margin: 0 0 24px; font-weight: 900; }
h1 em { color: var(--accent-dark); font-style: normal; }
.lgbtq-title-line { white-space: nowrap; }
.hero-lead { max-width: 540px; color: rgba(255,255,255,.87); font-size: 17px; font-weight: 500; line-height: 1.6; margin: 0 0 28px; }
.hero-list { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 14px; }
.hero-list li { display: flex; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; }
.hero-list li span { width: 18px; height: 18px; display: grid; place-items: center; flex: 0 0 18px; border-radius: 50%; color: var(--primary-deep); background: var(--accent-dark); font-size: 11px; margin-top: 1px; }
.hero-actions { display: flex; gap: 14px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 35px; color: rgba(255,255,255,.75); font-size: 12px; }
.proof-badges { display: flex; }
.proof-badges span { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -6px; border: 2px solid var(--primary-deep); border-radius: 50%; background: var(--accent-dark); color: white; font-size: 10px; font-weight: 800; }
.proof-badges span:first-child { margin-left: 0; }
.proof-badges span:nth-child(2) { background: var(--primary-light); }
.proof-badges span:nth-child(3) { background: rgba(255,255,255,.28); }
.pride-badge { display: inline-flex; align-items: center; gap: 11px; margin-top: 18px; padding: 7px 12px 7px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(255,255,255,.08); color: white; }
.pride-badge strong { font-size: 11px; letter-spacing: .02em; }
.pride-flag { width: 42px; height: 26px; display: grid; overflow: hidden; border-radius: 4px; box-shadow: 0 3px 10px rgba(0,0,0,.18); }
.pride-flag i:nth-child(1) { background: #e40303; }
.pride-flag i:nth-child(2) { background: #ff8c00; }
.pride-flag i:nth-child(3) { background: #ffed00; }
.pride-flag i:nth-child(4) { background: #008026; }
.pride-flag i:nth-child(5) { background: #24408e; }
.pride-flag i:nth-child(6) { background: #732982; }

.form-card { background: white; color: var(--ink); border-radius: 16px; padding: 32px; box-shadow: var(--shadow); }
.form-heading { text-align: center; margin-bottom: 23px; }
.form-heading > span { display: inline-block; color: var(--accent-dark); background: rgba(203,158,87,.13); padding: 5px 12px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.form-heading h2 { margin: 13px 0 5px; font-size: 24px; line-height: 1.2; }
.form-heading p { margin: 0; color: #78818e; font-size: 13px; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 6px; color: #48505c; font-size: 12px; font-weight: 600; }
.field input, .field textarea { width: 100%; border: 1px solid #dfe2e6; border-radius: 8px; padding: 12px 14px; outline: 0; background: white; color: var(--ink); font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 78px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(175,98,67,.1); }
.field.invalid input, .field.invalid textarea { border-color: #b64336; }
.error { color: #a23c31; font-size: 10px; display: none; margin-top: 4px; }
.field.invalid .error, .consent-invalid + .consent-error { display: block; }
.consent { display: flex; align-items: flex-start; gap: 11px; color: #626b77; font-size: 11.5px; line-height: 1.55; margin: 6px 0 3px; cursor: pointer; }
.consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; accent-color: var(--primary); }
.form-submit { width: 100%; min-height: 60px; margin-top: 20px; font-size: 17px; }
.form-submit[disabled] { opacity: .7; cursor: wait; transform: none; }
.spinner { display: none; width: 15px; height: 15px; margin-left: 9px; border: 2px solid rgba(255,255,255,.4); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
.form-submit.loading .spinner { display: inline-block; }
.form-legal { text-align: center; color: #858d98; font-size: 11.5px; line-height: 1.5; margin: 15px 0 0; }
.form-legal a { text-decoration: underline; }
.form-status { min-height: 12px; text-align: center; font-size: 10px; margin: 7px 0 0; }
.error-status { color: #a23c31; }

.trust-bar { background: white; border-bottom: 1px solid #eee; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-grid > div { min-height: 154px; border-right: 1px solid #eee; padding: 25px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.trust-grid > div:first-child { border-left: 1px solid #eee; }
.trust-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 15px; color: var(--primary); background: rgba(175,98,67,.1); transition: transform .2s, background .2s, color .2s; }
.trust-grid > div:hover .trust-icon { transform: translateY(-3px); color: white; background: var(--primary); }
.trust-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid p { margin: 0; color: #858c96; font-size: 11px; line-height: 1.5; }
.trust-grid strong { display: block; margin-bottom: 2px; color: var(--primary-dark); font-size: 14px; }

.online-banner { background: var(--cream); padding: 48px 0; border-bottom: 1px solid rgba(82,57,48,.1); }
.online-banner-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 27px; align-items: center; padding: 28px 32px; border: 1px solid rgba(175,98,67,.16); border-radius: 15px; background: white; box-shadow: 0 12px 34px rgba(55,34,27,.06); }
.online-illustration { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 18px; color: var(--primary); background: rgba(175,98,67,.1); }
.online-illustration svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.online-banner .label { margin-bottom: 6px; padding: 0; background: none; }
.online-banner h2 { margin: 0 0 5px; color: var(--primary-dark); font-size: 24px; letter-spacing: -.025em; }
.online-banner p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.online-banner .btn { white-space: nowrap; font-size: 12px; padding-inline: 20px; }

.section { padding: 90px 0; }
.section-white { background: white; }
.section-soft { background: var(--soft); }
.lgbtq-pride-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245,251,252,.9) 0%, rgba(245,251,252,.66) 48%, rgba(245,251,252,.28) 100%),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.12)),
    url("assets/lgbtq-approach-rainbow.jpg") center center / cover no-repeat;
}
.lgbtq-pride-section > .container { position: relative; z-index: 1; }
.lgbtq-pride-section .section-title {
  padding: 30px 38px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 20px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 18px 45px rgba(55,34,27,.08);
  backdrop-filter: blur(13px);
}
.lgbtq-pride-section .step-card {
  border-color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 34px rgba(55,34,27,.08);
  backdrop-filter: blur(10px);
}
.section-title { text-align: center; max-width: 730px; margin: 0 auto 50px; }
.label { display: inline-block; color: var(--primary); background: rgba(175,98,67,.1); border-radius: 999px; padding: 6px 14px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.section-title h2, .therapist-copy h2, .telehealth h2, .bottom-cta h2 { margin: 0 0 16px; color: var(--primary-dark); font-size: clamp(32px, 3.3vw, 44px); line-height: 1.12; letter-spacing: -.035em; font-weight: 900; }
.section-title h2 em, .therapist-copy h2 em { color: var(--primary); font-style: normal; }
.section-title > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.issue-card { border: 1px solid #eae5e1; border-radius: 13px; background: white; padding: 28px; min-height: 230px; transition: transform .2s, box-shadow .2s; }
.issue-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(55,34,27,.09); }
.card-icon, .step-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(175,98,67,.1); color: var(--primary); font-size: 22px; font-weight: 700; margin-bottom: 22px; }
.card-icon { width: 68px; height: 68px; position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(175,98,67,.2); border-radius: 19px; background: linear-gradient(145deg, #fff8f1 0%, #f4e2d8 100%); color: var(--primary); box-shadow: 0 12px 25px rgba(86,51,39,.1), inset 0 1px 0 rgba(255,255,255,.9); font-size: 28px; font-weight: 800; transition: transform .25s ease, color .25s ease, box-shadow .25s ease; }
.card-icon::before { content: ""; position: absolute; z-index: -1; width: 42px; height: 42px; right: -15px; top: -15px; border-radius: 50%; background: var(--accent-dark); opacity: .3; }
.card-icon::after { content: ""; position: absolute; z-index: -1; width: 23px; height: 23px; left: -9px; bottom: -8px; border-radius: 50%; background: var(--primary); opacity: .13; }
.issue-card:hover .card-icon { transform: translateY(-4px) rotate(-2deg); color: var(--primary-dark); box-shadow: 0 16px 31px rgba(86,51,39,.16), inset 0 1px 0 rgba(255,255,255,.95); }
.issue-card h3, .step-card h3 { color: var(--primary-dark); margin: 0 0 10px; font-size: 17px; }
.issue-card p, .step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.section-note { max-width: 900px; margin: 42px auto 0; padding: 25px 30px; border-radius: 13px; background: var(--cream); display: flex; gap: 18px; align-items: center; }
.section-note > span { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: white; font-size: 18px; }
.section-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.section-note strong { color: var(--ink); font-size: 15px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 315px; padding: 30px; border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(55,34,27,.06); }
.step-number { position: absolute; top: 25px; right: 27px; color: rgba(175,98,67,.27); font-size: 26px; font-weight: 900; }
.step-icon { margin-top: 30px; }
.center-action { text-align: center; margin-top: 38px; }

.therapist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.therapist-photo { position: relative; }
.therapist-photo img { width: 100%; height: 560px; object-fit: cover; object-position: top; border-radius: 16px; }
.photo-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 17px 20px; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(55,34,27,.16); }
.photo-badge strong { display: block; color: var(--primary-dark); font-size: 15px; }
.photo-badge span { color: var(--muted); font-size: 10px; }
.therapist-copy > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.therapist-copy .quote { color: var(--primary); font-size: 16px; font-weight: 600; border-left: 3px solid var(--accent-dark); padding-left: 17px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 25px 0; }
.detail-grid > div { display: flex; gap: 10px; align-items: center; }
.detail-grid > div > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(175,98,67,.1); color: var(--primary); font-size: 14px; }
.detail-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.detail-grid strong { display: block; color: var(--ink); font-size: 14px; }

.telehealth { background: linear-gradient(122deg, var(--primary-deep), var(--primary)); color: white; }
.telehealth.section { padding: 0; }
.telehealth-grid { min-height: 550px; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: stretch; }
.telehealth-copy { align-self: center; padding: 75px 0; position: relative; z-index: 2; }
.label-light { color: var(--accent); background: rgba(255,255,255,.11); }
.telehealth h2, .bottom-cta h2 { color: white; }
.telehealth h2 em, .bottom-cta h2 em { color: var(--accent-dark); font-style: normal; }
.telehealth-copy > p { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }
.telehealth ul { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 16px; }
.telehealth li { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.94); font-size: 15px; line-height: 1.45; font-weight: 600; }
.telehealth li span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border-radius: 50%; color: var(--primary-deep); background: var(--accent-dark); font-size: 13px; }
.telehealth-photo { position: relative; align-self: stretch; min-width: 50vw; margin-right: calc((1120px - 100vw) / 2); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%); mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%); }
.telehealth-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.faq-wrap { max-width: 850px; margin: auto; }
.faq-item { border: 1px solid #e8e3df; border-radius: 10px; margin-bottom: 12px; overflow: hidden; background: white; }
.faq-item button { width: 100%; border: 0; background: white; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; color: var(--primary-dark); font-weight: 700; font-size: 14px; cursor: pointer; }
.plus { position: relative; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: rgba(175,98,67,.1); }
.plus::before, .plus::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--primary); transition: transform .2s; }
.plus::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] .plus::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer p { overflow: hidden; margin: 0; padding-inline: 22px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 20px; }

.bottom-cta { padding: 75px 0; background: linear-gradient(115deg, var(--primary-deep), var(--primary)); color: white; }
.bottom-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.bottom-cta h2 { margin-bottom: 10px; }
.bottom-cta p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.bottom-actions { display: grid; gap: 13px; min-width: 300px; }
.center-action .btn, .bottom-actions .btn, .online-banner .btn { font-size: 16px; min-height: 58px; }

footer { background: #2e211c; color: rgba(255,255,255,.64); padding-top: 55px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-bottom: 40px; }
.footer-grid img { width: 100px; filter: brightness(0) invert(1); opacity: .9; margin-bottom: 15px; }
.footer-grid strong { display: block; color: white; margin-bottom: 13px; font-size: 13px; }
.footer-grid p, .footer-grid a { display: block; margin: 7px 0; font-size: 11px; line-height: 1.6; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); padding: 18px 0 28px; display: flex; justify-content: space-between; font-size: 9px; }
.footer-bottom div { display: flex; gap: 18px; }
.mobile-cta { display: none; }

.fade-up { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .fade-up { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .brand-tagline { display: none; }
  .menu-toggle { display: block; z-index: 2; }
  nav { position: fixed; inset: 0; background: white; flex-direction: column; justify-content: center; opacity: 0; visibility: hidden; transition: .2s; }
  nav.open { opacity: 1; visibility: visible; }
  nav > a:not(.btn) { font-size: 19px; }
  .menu-toggle.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active > span:nth-child(2) { opacity: 0; }
  .menu-toggle.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; padding-block: 65px; }
  .hero-copy { max-width: 700px; }
  .form-card { max-width: 650px; width: 100%; margin: auto; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-grid > div:nth-child(n+4) { border-top: 1px solid #eee; }
  .online-banner-inner { grid-template-columns: auto 1fr; }
  .online-banner .btn { grid-column: 2; justify-self: start; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 245px; }
  .therapist-grid, .telehealth-grid { grid-template-columns: 1fr; }
  .therapist-photo { max-width: 560px; }
  .telehealth-grid { gap: 0; }
  .telehealth-copy { padding: 75px 0 55px; }
  .telehealth-photo { min-width: 0; height: 400px; margin-right: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%); }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 28px); }
  .topbar-inner { gap: 8px; font-size: 10px; }
  .topbar-inner strong { display: none; }
  .top-divider:first-of-type { display: none; }
  .header-inner { min-height: 64px; }
  .brand img { width: 90px; height: 52px; }
  .hero-grid { gap: 45px; padding-block: 55px; }
  h1 { font-size: 39px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .form-card { padding: 25px 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 150px; }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid #eee; }
  .trust-grid > div:nth-child(odd) { border-left: 1px solid #eee; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 1px solid #eee; }
  .trust-grid > div:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; border-top: 0; border-left: 1px solid #eee; }
  .online-banner { padding: 28px 0; }
  .online-banner-inner { grid-template-columns: 1fr; padding: 25px 20px; gap: 17px; }
  .online-banner .btn { grid-column: auto; width: 100%; white-space: normal; text-align: center; }
  .online-illustration { width: 64px; height: 64px; }
  .section { padding: 72px 0; }
  .lgbtq-pride-section {
    background:
      linear-gradient(180deg, rgba(245,251,252,.64), rgba(245,251,252,.35)),
      url("assets/lgbtq-approach-rainbow.jpg") 64% center / cover no-repeat;
  }
  .lgbtq-pride-section .section-title { padding: 26px 20px; border-radius: 16px; }
  .section-title h2, .therapist-copy h2, .telehealth h2, .bottom-cta h2 { font-size: 34px; }
  .card-grid, .detail-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 210px; }
  .therapist-grid { gap: 45px; }
  .therapist-photo img { height: 480px; }
  .detail-grid > div > span { width: 42px; height: 42px; flex-basis: 42px; font-size: 16px; }
  .detail-grid p { font-size: 12px; line-height: 1.55; }
  .detail-grid strong { font-size: 15px; }
  .therapist-copy > .btn { display: flex; width: fit-content; margin-inline: auto; }
  .telehealth-grid { gap: 45px; }
  .telehealth-photo {
    width: 100vw;
    min-width: 100vw;
    height: 330px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .telehealth-copy > .btn { display: flex; width: fit-content; margin-inline: auto; }
  .bottom-cta-inner { flex-direction: column; align-items: stretch; }
  .bottom-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 78px; flex-direction: column; gap: 8px; }
  .mobile-cta { display: block; position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 9px; padding: 16px 13px; border-radius: 8px; background: var(--accent-dark); color: white; text-align: center; font-size: 15px; font-weight: 800; box-shadow: 0 8px 24px rgba(55,34,27,.3); transform: translateY(90px); transition: transform .25s; }
  .mobile-cta.visible { transform: translateY(0); }
}
