/* =========================
   PAGE: OCD
   SESSION: PAGE STYLES
   WRAPPER: .page-ocd

   NOTE:
   All styles must stay inside wrapper.
========================= */

.page-ocd .ocd-subtype-clean,
.page-ocd .ocd-types-clean {
  padding: 44px 0 76px;
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 164, 65, 0.14), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 38%, #f7fbfa 100%);
}

body.ocd-treatment-body {
  line-height: 1.7;
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 169, 58, 0.14), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #f6fbf8 46%, #ffffff 100%);
  color: #153b34;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ocd-treatment-body p {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 18px;
  color: #4a5c59;
}

body.ocd-treatment-body h1 { line-height: 1.1; }
body.ocd-treatment-body h2 { line-height: 1.2; margin-bottom: 16px; }
body.ocd-treatment-body h3 { line-height: 1.3; margin-bottom: 10px; }
body.ocd-treatment-body ul { margin: 18px 0; }
body.ocd-treatment-body li { margin-bottom: 10px; }
body.ocd-treatment-body section { padding: 72px 0; }

body.ocd-treatment-body .ocd-premium {
  --ocd-green: #123c32;
  --ocd-dark: #082a23;
  --ocd-gold: #c9972b;
  --ocd-gold-light: #f3d778;
  --ocd-text: #153b34;
  overflow: hidden;
  background: transparent;
}

body.ocd-treatment-body .ocd-wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

body.ocd-treatment-body .ocd-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

body.ocd-treatment-body .ocd-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(201, 151, 43, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #7a5510;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ocd-treatment-body .ocd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

body.ocd-treatment-body .ocd-breadcrumb a {
  color: #f3d778;
  text-decoration: none;
}

body.ocd-treatment-body .ocd-hero { padding-top: 58px; }

body.ocd-treatment-body .ocd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: stretch;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 215, 120, 0.22), transparent 30%),
    linear-gradient(135deg, #123c32, #082a23);
  box-shadow: 0 30px 85px rgba(18, 60, 50, 0.22);
}

body.ocd-treatment-body .ocd-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: 0;
}

body.ocd-treatment-body .ocd-hero-copy,
body.ocd-treatment-body .ocd-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

body.ocd-treatment-body .ocd-hero-card {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(243, 215, 120, 0.34);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

body.ocd-treatment-body .ocd-hero-card strong {
  color: #f3d778;
  font-size: 26px;
  line-height: 1.15;
}

body.ocd-treatment-body .ocd-hero-card span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

body.ocd-treatment-body .ocd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 20px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d778 0%, #c9972b 58%, #9f6f16 100%);
  color: #082a23;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(201, 151, 43, 0.28);
}

body.ocd-treatment-body .ocd-grid,
body.ocd-treatment-body .ocd-feature-grid,
body.ocd-treatment-body .ocd-pain-grid {
  display: grid;
  gap: 20px;
}

body.ocd-treatment-body .ocd-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ocd-treatment-body .ocd-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ocd-treatment-body .ocd-pain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.ocd-treatment-body .ocd-panel,
body.ocd-treatment-body .ocd-feature-grid article,
body.ocd-treatment-body .ocd-pain-grid article,
body.ocd-treatment-body .ocd-related-grid a,
body.ocd-treatment-body .ocd-faq-list details {
  border: 1px solid rgba(201, 151, 43, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(18, 60, 50, 0.07);
}

body.ocd-treatment-body .ocd-panel,
body.ocd-treatment-body .ocd-feature-grid article {
  padding: 28px;
}

body.ocd-treatment-body .ocd-pain-grid article,
body.ocd-treatment-body .ocd-related-grid a {
  padding: 18px;
  color: #153b34;
  font-weight: 800;
  line-height: 1.55;
  text-decoration: none;
}

body.ocd-treatment-body .ocd-panel h2,
body.ocd-treatment-body .ocd-feature-grid h2,
body.ocd-treatment-body .ocd-section-head h2,
body.ocd-treatment-body .ocd-cta-band h2,
body.ocd-treatment-body .ocd-final-box h2 {
  color: #123c32;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 950;
  letter-spacing: 0;
}

body.ocd-treatment-body .ocd-text-link {
  color: #8a610f;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.ocd-treatment-body .ocd-cta-band,
body.ocd-treatment-body .ocd-final-box {
  padding: 46px;
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 16% 18%, rgba(243, 215, 120, 0.22), transparent 30%),
    linear-gradient(135deg, #123c32, #082a23);
  color: #ffffff;
  box-shadow: 0 28px 78px rgba(18, 60, 50, 0.2);
}

body.ocd-treatment-body .ocd-cta-band h2,
body.ocd-treatment-body .ocd-cta-band p,
body.ocd-treatment-body .ocd-final-box h2,
body.ocd-treatment-body .ocd-final-box p {
  color: #ffffff;
}

body.ocd-treatment-body .ocd-cta-band p,
body.ocd-treatment-body .ocd-final-box p {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.86);
}

body.ocd-treatment-body .ocd-related-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ocd-treatment-body .ocd-faq-list {
  display: grid;
  gap: 12px;
}

body.ocd-treatment-body .ocd-faq-list details {
  padding: 18px 20px;
}

body.ocd-treatment-body .ocd-faq-list summary {
  cursor: pointer;
  color: #123c32;
  font-size: 17px;
  font-weight: 900;
}

body.ocd-treatment-body .ocd-faq-list p {
  margin: 12px 0 0;
}

body.ocd-treatment-body .ocd-final {
  padding-top: 34px;
}

@media (max-width: 900px) {
  body.ocd-treatment-body .ocd-hero-grid,
  body.ocd-treatment-body .ocd-grid,
  body.ocd-treatment-body .ocd-feature-grid,
  body.ocd-treatment-body .ocd-pain-grid,
  body.ocd-treatment-body .ocd-related-grid {
    grid-template-columns: 1fr;
  }

  body.ocd-treatment-body .ocd-hero-grid {
    padding: 28px 20px;
    border-radius: 26px;
  }

  body.ocd-treatment-body .ocd-hero h1 {
    font-size: 36px;
  }

  body.ocd-treatment-body .ocd-hero-card {
    min-height: auto;
    padding: 22px;
  }
}

@media (max-width: 767px) {
  body.ocd-treatment-body section {
    padding: 56px 0;
  }

  body.ocd-treatment-body .ocd-wrap {
    width: min(100% - 22px, 560px);
  }

  body.ocd-treatment-body .ocd-hero {
    padding-top: 26px;
  }

  body.ocd-treatment-body .ocd-btn {
    width: 100%;
  }

  body.ocd-treatment-body .ocd-panel,
  body.ocd-treatment-body .ocd-feature-grid article,
  body.ocd-treatment-body .ocd-cta-band,
  body.ocd-treatment-body .ocd-final-box {
    padding: 24px;
    border-radius: 24px;
  }
}

.page-ocd .ocd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #5f7a75;
  font-size: 14px;
}

.page-ocd .ocd-breadcrumb a {
  color: #1b5147;
  font-weight: 750;
}

.page-ocd .ocd-clean-hero,
.page-ocd .ocd-types-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 34px;
  padding: 34px;
  border: 1px solid rgba(18, 60, 52, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f4f8f6);
}

.page-ocd .ocd-types-hero {
  display: block;
  max-width: 860px;
  margin-bottom: 26px;
  padding: 28px 30px;
  border-color: rgba(18, 60, 52, 0.16);
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 246, 0.9));
  box-shadow: 0 18px 46px rgba(8, 42, 37, 0.08);
}

.page-ocd .ocd-clean-kicker {
  margin: 0 0 10px;
  color: #9b6b10;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-ocd .ocd-clean-hero h1,
.page-ocd .ocd-types-hero h1 {
  color: #082a25;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.07;
}

.page-ocd .ocd-clean-subtitle,
.page-ocd .ocd-clean-intro,
.page-ocd .ocd-types-hero p {
  max-width: 760px;
  color: #365b55;
  font-size: 17px;
  line-height: 1.62;
}

.page-ocd .ocd-types-primary-cta {
  min-height: 54px;
  margin-top: 4px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 226, 142, 0.34);
  color: #fff8df;
  background:
    linear-gradient(135deg, #8a6417 0%, #d9a441 42%, #6f4a08 100%);
  box-shadow:
    0 18px 38px rgba(111, 74, 8, 0.28),
    0 0 0 1px rgba(255, 245, 196, 0.16) inset;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
}

.page-ocd .ocd-types-primary-cta:hover,
.page-ocd .ocd-types-primary-cta:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow:
    0 22px 48px rgba(111, 74, 8, 0.34),
    0 0 0 1px rgba(255, 245, 196, 0.24) inset;
}

.page-ocd .ocd-types-explainer,
.page-ocd .ocd-types-loop,
.page-ocd .ocd-types-keywords,
.page-ocd .ocd-types-faq {
  margin-top: 28px;
}

.page-ocd .ocd-types-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  gap: 28px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(18, 60, 52, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #fffaf0);
  box-shadow: 0 18px 46px rgba(8, 42, 37, 0.08);
}

.page-ocd .ocd-types-explainer h2,
.page-ocd .ocd-types-loop h2,
.page-ocd .ocd-types-keywords h2,
.page-ocd .ocd-types-related h2,
.page-ocd .ocd-types-faq h2 {
  margin: 0 0 14px;
  color: #082a25;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.14;
}

.page-ocd .ocd-types-explainer p,
.page-ocd .ocd-types-loop p,
.page-ocd .ocd-types-keywords p {
  margin: 0;
  color: #365b55;
  font-size: 16px;
  line-height: 1.65;
}

.page-ocd .ocd-types-explainer ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-ocd .ocd-types-explainer li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(18, 60, 52, 0.1);
  border-radius: 12px;
  color: #123c34;
  background: #ffffff;
  font-weight: 740;
  line-height: 1.45;
}

.page-ocd .ocd-types-explainer li::before {
  position: absolute;
  left: 16px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9a441;
  content: "";
}

.page-ocd .ocd-types-loop {
  padding: 32px;
  border-radius: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.2), transparent 34%),
    linear-gradient(135deg, #123c34, #082a25);
  box-shadow: 0 24px 68px rgba(8, 42, 37, 0.16);
}

.page-ocd .ocd-types-loop h2,
.page-ocd .ocd-types-loop .ocd-clean-kicker {
  color: #ffffff;
}

.page-ocd .ocd-types-loop .ocd-clean-kicker {
  color: #f2d27a;
}

.page-ocd .ocd-types-loop p {
  color: rgba(255, 255, 255, 0.82);
}

.page-ocd .ocd-types-loop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.page-ocd .ocd-types-loop-grid article {
  min-height: 144px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.page-ocd .ocd-types-loop-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #f2d27a;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.page-ocd .ocd-types-loop-grid span {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1.35;
}

.page-ocd .ocd-types-keywords {
  padding: 30px;
  border: 1px solid rgba(18, 60, 52, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
  box-shadow: 0 18px 46px rgba(8, 42, 37, 0.06);
}

.page-ocd .ocd-section-copy {
  max-width: 820px;
}

.page-ocd .ocd-keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-ocd .ocd-keyword-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(18, 60, 52, 0.12);
  border-radius: 999px;
  color: #123c34;
  background: #fffaf0;
  font-size: 14px;
  font-weight: 820;
}

.page-ocd .ocd-types-related {
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(8, 42, 37, 0.06);
}

.page-ocd .ocd-types-faq {
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
}

.page-ocd .ocd-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.page-ocd .ocd-clean-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(18, 60, 52, 0.14);
  border-radius: 999px;
  color: #123c34;
  font-weight: 800;
  background: #ffffff;
}

.page-ocd .ocd-clean-panel {
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #123c34, #082a25);
}

.page-ocd .ocd-clean-panel strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
}

.page-ocd .ocd-clean-panel span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,0.8);
}

.page-ocd .ocd-clean-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.page-ocd .ocd-clean-card,
.page-ocd .ocd-clean-band,
.page-ocd .ocd-clean-process article,
.page-ocd .ocd-clean-faq details {
  border: 1px solid rgba(18, 60, 52, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(8, 42, 37, 0.06);
}

.page-ocd .ocd-clean-card {
  padding: 26px;
}

.page-ocd .ocd-clean-card h2,
.page-ocd .ocd-clean-band h2,
.page-ocd .ocd-clean-process h2,
.page-ocd .ocd-clean-related h2,
.page-ocd .ocd-clean-faq h2,
.page-ocd .ocd-clean-cta h2 {
  color: #082a25;
}

.page-ocd .ocd-clean-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-ocd .ocd-clean-card li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 24px;
  color: #365b55;
}

.page-ocd .ocd-clean-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9a441;
}

.page-ocd .ocd-clean-band {
  margin: 34px 0 0;
  padding: 34px;
  border: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.2), transparent 34%),
    linear-gradient(135deg, #123c34, #082a25);
  box-shadow: 0 24px 68px rgba(8, 42, 37, 0.16);
}

.page-ocd .ocd-clean-band p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
}

.page-ocd .ocd-clean-band h2 {
  max-width: 760px;
  color: #ffffff;
}

.page-ocd .ocd-clean-band .ocd-clean-kicker {
  color: #f2d27a;
}

.page-ocd .ocd-clean-band .wm-btn {
  margin-top: 14px;
}

.page-ocd .ocd-clean-process > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-ocd .ocd-clean-process article {
  padding: 24px;
}

.page-ocd .ocd-clean-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  background: #123c34;
}

.page-ocd .ocd-clean-related {
  margin: 38px 0;
}

.page-ocd .ocd-clean-related > div,
.page-ocd .ocd-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-ocd .ocd-clean-related a {
  padding: 16px 18px;
  border-radius: 8px;
  color: #123c34;
  font-weight: 850;
  background: #f4f8f6;
}

.page-ocd .ocd-clean-faq details {
  padding: 20px 22px;
}

.page-ocd .ocd-clean-faq details + details {
  margin-top: 14px;
}

.page-ocd .ocd-clean-faq summary {
  cursor: pointer;
  color: #082a25;
  font-weight: 850;
}

.page-ocd .ocd-clean-faq p {
  margin: 14px 0 0;
}

.page-ocd .ocd-clean-cta {
  margin-top: 44px;
  padding: 38px;
  border-radius: 8px;
  text-align: center;
  background: linear-gradient(135deg, #123c34, #082a25);
}

.page-ocd .ocd-clean-cta h2,
.page-ocd .ocd-clean-cta p {
  color: #ffffff;
}

.page-ocd .ocd-clean-cta p {
  max-width: 640px;
  margin-inline: auto;
  color: rgba(255,255,255,0.82);
}

.page-ocd .ocd-types-grid {
  margin: 24px 0 0;
}

.page-ocd .ocd-type-tile {
  position: relative;
  min-height: 192px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  padding: 24px;
  color: #102b2a;
  border: 1px solid rgba(18, 60, 52, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(180deg, #ffffff, #fffaf0);
  box-shadow: 0 14px 36px rgba(8, 42, 37, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-ocd .ocd-type-tile::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--type-accent, #d9a441);
  content: "";
}

.page-ocd .ocd-type-tile::after {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--type-accent, #123c34);
  content: ">";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease;
}

.page-ocd .ocd-type-tile:hover,
.page-ocd .ocd-type-tile:focus-visible {
  color: inherit;
  transform: translateY(-4px);
  border-color: var(--type-accent, #d9a441);
  box-shadow: 0 24px 58px rgba(8, 42, 37, 0.13);
}

.page-ocd .ocd-type-tile:hover::after,
.page-ocd .ocd-type-tile:focus-visible::after {
  transform: translateX(4px);
  background: #082a25;
}

.page-ocd .ocd-type-name {
  display: block;
  padding-right: 44px;
  margin: 0;
  color: #082a25;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.16;
}

.page-ocd .ocd-type-copy {
  display: block;
  margin: 0;
  color: #4b625e;
  font-size: 15px;
  line-height: 1.54;
}

.page-ocd .ocd-type-action {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #082a25;
  background: linear-gradient(135deg, #f8d978, #f2b544);
  box-shadow: 0 12px 26px rgba(217, 138, 0, 0.2);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-ocd .ocd-type-tile:hover .ocd-type-action,
.page-ocd .ocd-type-tile:focus-visible .ocd-type-action {
  transform: translateX(3px);
  box-shadow: 0 16px 32px rgba(217, 138, 0, 0.28);
}

.page-ocd .ocd-type-tile:nth-child(1) { --type-accent: #2f7d68; background: linear-gradient(180deg, #ffffff, #edf9f4); }
.page-ocd .ocd-type-tile:nth-child(2) { --type-accent: #0f78a8; background: linear-gradient(180deg, #ffffff, #eef8ff); }
.page-ocd .ocd-type-tile:nth-child(3) { --type-accent: #7c5cff; background: linear-gradient(180deg, #ffffff, #f4f1ff); }
.page-ocd .ocd-type-tile:nth-child(4) { --type-accent: #d05b45; background: linear-gradient(180deg, #ffffff, #fff1ed); }
.page-ocd .ocd-type-tile:nth-child(5) { --type-accent: #b8830b; background: linear-gradient(180deg, #ffffff, #fff8e4); }
.page-ocd .ocd-type-tile:nth-child(6) { --type-accent: #c04775; background: linear-gradient(180deg, #ffffff, #fff0f6); }
.page-ocd .ocd-type-tile:nth-child(7) { --type-accent: #6a3f8f; background: linear-gradient(180deg, #ffffff, #f8f0ff); }
.page-ocd .ocd-type-tile:nth-child(8) { --type-accent: #2d8b7d; background: linear-gradient(180deg, #ffffff, #effdfa); }
.page-ocd .ocd-type-tile:nth-child(9) { --type-accent: #df7f2d; background: linear-gradient(180deg, #ffffff, #fff3e8); }
.page-ocd .ocd-type-tile:nth-child(10) { --type-accent: #325fa8; background: linear-gradient(180deg, #ffffff, #eef4ff); }
.page-ocd .ocd-type-tile:nth-child(11) { --type-accent: #8b6f24; background: linear-gradient(180deg, #ffffff, #fff7dc); }
.page-ocd .ocd-type-tile:nth-child(12) { --type-accent: #1e8a55; background: linear-gradient(180deg, #ffffff, #effff6); }
.page-ocd .ocd-type-tile:nth-child(13) { --type-accent: #227c9d; background: linear-gradient(180deg, #ffffff, #edfbff); }
.page-ocd .ocd-type-tile:nth-child(14) { --type-accent: #b4486b; background: linear-gradient(180deg, #ffffff, #fff0f5); }
.page-ocd .ocd-type-tile:nth-child(15) { --type-accent: #5d6dd1; background: linear-gradient(180deg, #ffffff, #f1f3ff); }

@media (max-width: 900px) {
  .page-ocd .ocd-clean-hero,
  .page-ocd .ocd-clean-grid,
  .page-ocd .ocd-clean-process > div,
  .page-ocd .ocd-clean-related > div,
  .page-ocd .ocd-types-grid,
  .page-ocd .ocd-types-explainer,
  .page-ocd .ocd-types-loop-grid {
    grid-template-columns: 1fr;
  }

  .page-ocd .ocd-clean-hero,
  .page-ocd .ocd-types-hero {
    padding: 22px;
  }

  .page-ocd .ocd-types-clean {
    padding: 34px 0 62px;
  }

  .page-ocd .ocd-types-hero {
    margin-bottom: 22px;
  }

  .page-ocd .ocd-types-hero h1 {
    font-size: 30px;
  }

  .page-ocd .ocd-types-hero p {
    font-size: 16px;
  }

  .page-ocd .ocd-type-tile {
    min-height: auto;
    padding: 20px;
  }

  .page-ocd .ocd-type-tile::after {
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
  }

  .page-ocd .ocd-type-name {
    padding-right: 48px;
    font-size: 20px;
  }

  .page-ocd .ocd-clean-band {
    padding: 26px 22px;
  }

  .page-ocd .ocd-types-explainer,
  .page-ocd .ocd-types-loop,
  .page-ocd .ocd-types-keywords,
  .page-ocd .ocd-types-related,
  .page-ocd .ocd-types-faq {
    padding: 22px;
  }

  .page-ocd .ocd-types-loop-grid article {
    min-height: auto;
  }
}

/* =========================================================
   GLOBAL FIX
========================================================= */
.page-ocd img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-ocd .cta-block {
  margin-top: 20px;
}

.page-ocd .youtube-box {
  width: 100%;
  max-width: 500px;
  margin: 25px auto;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  position: relative;
}

.page-ocd .youtube-box img {
  width: 100%;
}

.page-ocd .youtube-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 12px 16px;
  border-radius: 50%;
}

.page-ocd .ocd-types {
  padding: 50px 10px;
  background: var(--bg-light);
  text-align: center;
}

.page-ocd .ocd-types h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.page-ocd .ocd-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-ocd .ocd-card {
  background: linear-gradient(135deg, var(--card-dark), var(--card-dark-2));
  border: 1px solid var(--card-border);
  padding: 16px 12px;
  border-radius: 18px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 160px;
  text-align: center;

  transition: 0.2s ease;
  cursor: pointer;
}

/* HOVER */
@media (min-width: 768px) {
  .page-ocd .ocd-card:hover {
    transform: translateY(-4px); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  }
}

.page-ocd .ocd-card:nth-child(1) {
  background: linear-gradient(135deg, #1f3d3b, #2e5c57);
}
.page-ocd .ocd-card:nth-child(2) {
  background: linear-gradient(135deg, #4a2f5c, #6a3f7a);
}
.page-ocd .ocd-card:nth-child(3) {
  background: linear-gradient(135deg, #2c4a6b, #3f6f96);
}
.page-ocd .ocd-card:nth-child(4) {
  background: linear-gradient(135deg, #5a2d2d, #8a3f3f);
}
.page-ocd .ocd-card:nth-child(5) {
  background: linear-gradient(135deg, #2d5a4f, #3f8a7a);
}

.page-ocd .ocd-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 8px;
}

.page-ocd .ocd-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  white-space: nowrap;
}

.page-ocd .ocd-card p {
  font-size: 12px;
  color: #e0e0e0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-ocd .card-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;

  font-size: 13px;
  font-weight: 600;

  background: #ffffff;
  color: #2F5D50;

  border-radius: 20px;

  pointer-events: none;
}

.page-ocd .ocd-card:hover .card-cta {
  transform: translateX(3px);
}



.page-ocd .view-all {
  background: linear-gradient(135deg, #4CAF50, #2e7d32);
}

.page-ocd .view-all a {
  background: #fff;
  color: #2e7d32;
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (min-width: 768px) {
  .page-ocd .ocd-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-ocd .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}

@media (min-width: 768px) {
  .page-ocd .container {
    max-width: 1050px;
    padding: 0 16px;
  }
}

.page-ocd .ocd-subtypes {
  padding: 60px 20px;
}

.page-ocd .ocd-subtypes .container {
  max-width: 900px;
  margin: 0 auto;
}

.page-ocd .ocd-subtypes h1 {
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.page-ocd .subtitle {
  color: #4b5563;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
}

.page-ocd .intro {
  margin-top: 12px;
  color: #6b7280;
  max-width: 720px;
  line-height: 1.6;
}

.page-ocd .section-title {
  margin: 42px 0 18px;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.page-ocd .ocd-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-radius: 14px;
  margin-bottom: 14px;
  text-decoration: none;

  border: 1px solid rgba(0,0,0,0.04);
  transition: 0.2s ease;
  cursor: pointer;
}

.page-ocd .ocd-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-ocd .ocd-content h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}

.page-ocd .ocd-content p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6b7280;
}

.page-ocd .arrow {
  font-size: 18px;
  color: #9ca3af;
  transition: 0.2s ease;
  margin-left: 16px;
}

.page-ocd .ocd-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.06);
}

.page-ocd .ocd-row:hover .arrow {
  transform: translateX(6px);
  color: #374151;
}

.page-ocd .blue { background: #E6F4FF; }
.page-ocd .red { background: #FFE4E4; }
.page-ocd .gray { background: #F1F1F1; }
.page-ocd .pink { background: #FFE6F0; }
.page-ocd .purple { background: #EEE8FF; }
.page-ocd .lightred { background: #FFEAEA; }
.page-ocd .indigo { background: #E9EDFF; }
.page-ocd .mint { background: #E6FFF5; }
.page-ocd .gold { background: #FFF2CC; }
.page-ocd .softpink { background: #FFEAF3; }
.page-ocd .lavender { background: #F3E8FF; }
.page-ocd .green { background: #E6FFEF; }
.page-ocd .coolblue { background: #E8F0FF; }
.page-ocd .orange { background: #FFF1E6; }
.page-ocd .teal { background: #E6FFFA; }

.page-ocd .mid-cta, .page-ocd .bottom-cta {
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  padding: 32px;
  border-radius: 18px;
  text-align: center;
  margin: 48px 0;
}

.page-ocd .mid-cta h3, .page-ocd .bottom-cta h2 {
  margin-bottom: 8px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .page-ocd .ocd-subtypes {
    padding: 40px 16px;
  }

  .page-ocd .ocd-subtypes h1 {
    font-size: 26px;
  }

  .page-ocd .subtitle, .page-ocd .intro {
    font-size: 15px;
  }

  .page-ocd .ocd-row {
    padding: 16px;
  }

  .page-ocd .ocd-content h3 {
    font-size: 16px;
  }

  .page-ocd .ocd-content p {
    font-size: 13px;
  }

  .page-ocd .arrow {
    font-size: 16px;
  }
}

.page-ocd .ocd-subtype-page {
  padding: 25px 16px;
}

.page-ocd .ocd-subtype-page .container {
  max-width: 720px;
  margin: 0 auto;
}

.page-ocd .ocd-subtype-page h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #1b3a3a;
  font-weight: 700;
}

.page-ocd .ocd-subtype-page .subtitle {
  font-size: 17px;
  color: #4a6b68;
  margin-bottom: 10px;
}

.page-ocd .ocd-subtype-page .intro {
  font-size: 15px;
  color: #5c6f6d;
  line-height: 1.6;
  margin-bottom: 16px;
}

.page-ocd .ocd-subtype-page .content-block {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: 0.2s ease;
}

/* Subtle hover state */
@media (min-width: 768px) {
  .page-ocd .ocd-subtype-page .content-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  }
}

.page-ocd .ocd-subtype-page .content-block h2 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1b3a3a;
}

.page-ocd .ocd-subtype-page .content-block p {
  font-size: 15px;
  color: #5c6f6d;
  line-height: 1.6;
}

.page-ocd .ocd-subtype-page .content-block ul {
  padding-left: 18px;
}

.page-ocd .ocd-subtype-page .content-block li {
  margin-bottom: 6px;
}

.page-ocd .ocd-subtype-page .content-block.center {
  text-align: center;
}

.page-ocd .ocd-subtype-page .content-img {
  width: 100%;
  border-radius: 14px;
  margin: 14px 0;
}

.page-ocd .ocd-subtype-page .content-img.small {
  max-width: 320px;
  margin: 14px auto;
  display: block;
}

.page-ocd .ocd-subtype-page .highlight {
  background: linear-gradient(135deg, #e6f7f1, #ffffff);
  border-left: 4px solid #2e7d32;
}

.page-ocd .ocd-subtype-page .trust {
  background: #f8fafc;
  font-size: 14px;
  color: #374151;
  border-radius: 14px;
}

.page-ocd .ocd-subtype-page .final-cta {
  background: linear-gradient(180deg, #ecfdf5, #ffffff);
  border: 1px solid #d1fae5;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  text-align: center;
}

.page-ocd .ocd-subtype-page .final-cta h2,
.page-ocd .ocd-subtype-page .final-cta p {
  opacity: 1;
}

.page-ocd .ocd-subtype-page .small-trust {
  font-size: 12px;
  color: #6b7280;
  margin-top: 10px;
}
.page-ocd .ocd-subtype-page .content-block a:hover {
  background: #eef2f7;
  transform: translateX(6px);
}
.page-ocd .ocd-subtype-page .content-block a {
  transition: 0.2s ease;
}
.page-ocd .hero-banner {
  background: linear-gradient(135deg, #1b3a34, #3f6f60);
  color: #ffffff;
  padding: 60px 20px 50px;
  text-align: center;
}

.page-ocd .hero-wrap {
  max-width: 520px;
  margin: 0 auto;
}

.page-ocd .hero-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.page-ocd .hero-title {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
}

.page-ocd .highlight-orange {
  color: #F2C94C;
}

.page-ocd .highlight-blue {
  color: #9FD4FF;
}

.page-ocd .highlight-white {
  color: #ffffff;
}

.page-ocd .hero-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.page-ocd .hero-profile img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;

  border: 3px solid rgba(255,255,255,0.3);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.page-ocd .hero-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.page-ocd .hero-role {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.page-ocd .hero-trust {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  max-width: 420px;
}

.page-ocd .hero-btn {
  display: block;
  width: 100%;
  max-width: 360px;

  padding: 16px;
  margin-top: 10px;

  text-align: center;

  background: linear-gradient(135deg, #F2C94C, #d4aa4f);
  color: #000000;

  border-radius: 40px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;

  box-shadow: 0 8px 22px rgba(0,0,0,0.25);

  transition: all 0.25s ease;
}

.page-ocd .hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

.page-ocd .hero-btn:active {
  transform: scale(0.98);
}
.page-ocd .cta-sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  opacity: 0.9;
  line-height: 1.4;
}

.page-ocd .cta-note {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.page-ocd .faq-section {
margin-top: 40px;
}

.page-ocd .faq-card {
background: #ffffff;
border-radius: 16px;
padding: 16px 18px;
margin-bottom: 14px;

box-shadow: 0 10px 25px rgba(0,0,0,0.08);
cursor: pointer;

transition: all 0.25s ease;

position: relative;
border-left: 4px solid #ff7a18; /* default orange */
}

.page-ocd .faq-card:hover {
transform: translateY(-3px);
box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.page-ocd .faq-q {
font-weight: 700;
font-size: 16px;
color: #1b3a34;
position: relative;
padding-right: 28px;
}

.page-ocd .faq-q::after {
content: "\25BE";
position: absolute;
right: 0;
top: 0;

font-size: 18px;
color: #ff7a18;

transition: transform 0.25s ease;
}

.page-ocd .faq-a {
font-size: 14px;
color: #444;
line-height: 1.5;

max-height: 0;
overflow: hidden;

transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.page-ocd .faq-card.active {
background: #f6fbf9;
}

.page-ocd .faq-card.active .faq-a {
max-height: 200px;
margin-top: 10px;
}

.page-ocd .faq-card.active .faq-q::after {
transform: rotate(180deg);
}

.page-ocd .faq-card:nth-child(1) { border-left-color: #ff7a18; }
.page-ocd .faq-card:nth-child(2) { border-left-color: #3f6f60; }
.page-ocd .faq-card:nth-child(3) { border-left-color: #6a5acd; }
.page-ocd .faq-card:nth-child(4) { border-left-color: #20c997; }
.page-ocd .faq-card:nth-child(5) { border-left-color: #f59e0b; }

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 480px) {
.page-ocd .faq-card {
padding: 14px;
}

.page-ocd .faq-q {
font-size: 15px;
}

.page-ocd .faq-a {
font-size: 13px;
}
}
.page-ocd .faq-section {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .page-ocd .ocd-subtype-page {
    padding: 20px 14px;
  }

  .page-ocd .ocd-subtype-page h1 {
    font-size: 26px;
  }

  .page-ocd .ocd-subtype-page .content-block {
    margin-bottom: 20px;
  }
}

/* =========================================================
   PAGE: OCD CONSULTATION LANDING
   Scope: .page-ocd-consultation
========================================================= */

.page-ocd-consultation,
.page-ocd-consultation *,
.page-ocd-consultation *::before,
.page-ocd-consultation *::after {
  box-sizing: border-box;
}

.page-ocd-consultation {
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.14), transparent 30%),
    linear-gradient(180deg, #f7faf8 0%, #edf4f1 100%);
  overflow-x: hidden;
}

.page-ocd-consultation .ocd-consult-hero {
  min-height: calc(100vh - var(--wm-header-height));
  padding: 54px 0;
}

.page-ocd-consultation .ocd-consult-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 48px;
  max-width: 1120px;
}

.page-ocd-consultation .ocd-therapist-card {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(31, 63, 58, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 24px 58px rgba(15, 43, 40, 0.14);
}

.page-ocd-consultation .ocd-therapist-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.page-ocd-consultation .ocd-photo-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
  background: var(--wm-brand-surface, linear-gradient(135deg, #1f3f3a, #0f2b28));
}

.page-ocd-consultation .ocd-photo-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-ocd-consultation .ocd-photo-caption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 14px 6px 4px;
  color: #213c37;
  text-align: center;
}

.page-ocd-consultation .ocd-photo-caption strong {
  font-size: 16px;
  line-height: 1.25;
}

.page-ocd-consultation .ocd-photo-caption span {
  color: #647874;
  font-size: 13px;
}

.page-ocd-consultation .ocd-consult-content {
  max-width: 620px;
}

.page-ocd-consultation .ocd-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border: 1px solid rgba(31, 63, 58, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #1f3f3a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.page-ocd-consultation h1 {
  max-width: 620px;
  margin-bottom: 12px;
  color: #173d38;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.page-ocd-consultation .ocd-consult-sub {
  max-width: 540px;
  margin-bottom: 20px;
  color: #4d6762;
  font-size: 18px;
  line-height: 1.6;
}

.page-ocd-consultation .ocd-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.page-ocd-consultation .ocd-trust-list li {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #263f3b;
  font-size: 15px;
  font-weight: 650;
}

.page-ocd-consultation .ocd-trust-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #b89022);
  color: #173d38;
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
}

.page-ocd-consultation .ocd-lead-card {
  width: 100%;
  max-width: 480px;
  border: 1px solid rgba(31, 63, 58, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 52px rgba(15, 43, 40, 0.14);
  overflow: hidden;
}

.page-ocd-consultation .ocd-form-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 26px;
  background: var(--wm-brand-surface, linear-gradient(135deg, #1f3f3a, #0f2b28));
  text-align: center;
}

.page-ocd-consultation .ocd-form-card-head h2 {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
}

.page-ocd-consultation .ocd-lead-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.page-ocd-consultation .ocd-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-ocd-consultation .ocd-form-field {
  display: grid;
  gap: 6px;
}

.page-ocd-consultation .ocd-phone-field {
  min-width: 0;
}

.page-ocd-consultation .ocd-form-field label {
  color: #263f3b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.page-ocd-consultation .ocd-form-control {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(31, 63, 58, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: #1f332f;
  font: 500 16px/1.4 "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-ocd-consultation .ocd-form-control::placeholder {
  color: #8b9d99;
  opacity: 1;
}

.page-ocd-consultation .ocd-form-control:focus {
  border-color: rgba(212, 175, 55, 0.72);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.page-ocd-consultation .ocd-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: var(--cta-gradient);
  box-shadow: 0 12px 24px rgba(255, 122, 24, 0.26);
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.page-ocd-consultation .ocd-submit-btn:hover {
  box-shadow: 0 14px 30px rgba(255, 122, 24, 0.34);
  transform: translateY(-1px);
}

.page-ocd-consultation .ocd-submit-btn:disabled {
  cursor: wait;
  opacity: 0.76;
}

@media (max-width: 860px) {
  .page-ocd-consultation .ocd-consult-hero {
    min-height: auto;
    padding: 26px 0;
  }

  .page-ocd-consultation .ocd-consult-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-ocd-consultation .ocd-therapist-card {
    max-width: 220px;
    padding: 10px;
    border-radius: 18px;
  }

  .page-ocd-consultation .ocd-therapist-card::before {
    inset: 7px;
    border-radius: 14px;
  }

  .page-ocd-consultation .ocd-photo-frame {
    border-radius: 14px;
  }

  .page-ocd-consultation .ocd-photo-caption {
    padding: 10px 4px 2px;
  }

  .page-ocd-consultation .ocd-photo-caption strong {
    font-size: 13px;
  }

  .page-ocd-consultation .ocd-photo-caption span {
    font-size: 12px;
  }

  .page-ocd-consultation .ocd-consult-content {
    max-width: none;
  }

  .page-ocd-consultation h1 {
    font-size: 31px;
  }

  .page-ocd-consultation .ocd-consult-sub {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .page-ocd-consultation .ocd-trust-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .page-ocd-consultation .ocd-lead-card {
    max-width: none;
    border-radius: 14px;
  }

  .page-ocd-consultation .ocd-form-card-head {
    padding: 20px 18px 16px;
  }

  .page-ocd-consultation .ocd-form-card-head h2 {
    font-size: 20px;
  }

  .page-ocd-consultation .ocd-lead-form {
    padding: 18px;
  }

  .page-ocd-consultation .ocd-submit-btn,
  .page-ocd-consultation .ocd-submit-btn:hover,
  .page-ocd-consultation .ocd-submit-btn:active {
    transform: none;
  }
}

@media (max-width: 480px) {
  .page-ocd-consultation .ocd-consult-hero {
    padding: 22px 0;
  }

  .page-ocd-consultation .ocd-kicker {
    margin-bottom: 12px;
  }

  .page-ocd-consultation h1 {
    font-size: 28px;
  }

  .page-ocd-consultation .ocd-trust-list li {
    font-size: 14px;
  }

  .page-ocd-consultation .ocd-form-control {
    min-height: 50px;
  }
}
