.elementor-kit-6{--e-global-color-primary:#1E1F22;--e-global-color-secondary:#F5EFEA;--e-global-color-text:#2A2E34;--e-global-color-accent:#C7D2D9;--e-global-color-4122e26:#F7F8FA;--e-global-color-f427a20:#E4E6E9;--e-global-color-76e817d:#E9E0D3;--e-global-color-c9347e2:#6B6F77;--e-global-color-e9a56a4:#C7D2D9;--e-global-color-3ed4520:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-text-letter-spacing:-0.1px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:44px;}.elementor-kit-6 h2{font-size:32px;line-height:1.2px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 12px;--widgets-spacing-row:16px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-text-font-size:17px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:16px;--e-global-typography-accent-letter-spacing:0.2px;}.elementor-kit-6 h1{font-size:30px;line-height:1.15em;}.elementor-kit-6 h2{font-size:22px;}.elementor-kit-6 h3{font-size:18px;line-height:1.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.header-logo img {
  display: block;
  max-height: 60px;
  height: auto;
  width: auto;
}

/* ====== Modern Color Palette ====== */
:root{
  --charcoal:#1E1F22;
  --text:#2A2E34;
  --muted:#6B6F77;
  --soft:#F7F8FA;
  --border:#E4E6E9;
  --linen:#F5EFEA;
  --sand:#E9E0D3;
  --hover:#141517;
  --white:#FFFFFF;
  --accentBlue:#C7D2D9;
}

/* Global text colors */
body {
  color: var(--text);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--charcoal);
}

/* Button styling */
.btn, .elementor-button, .hero .btn {
  background: var(--charcoal) !important;
  color: #fff !important;
  border: 1px solid var(--charcoal) !important;
  border-radius: 14px;
  padding: 14px 22px;
  font-weight: 700;
}

.btn:hover, .elementor-button:hover {
  background: var(--hover) !important;
  border-color: var(--hover) !important;
}

/* Ghost/outline buttons */
.ghost, .btn-ghost, .btn-outline {
  background: transparent !important;
  color: var(--charcoal) !important;
  border: 1px solid var(--charcoal) !important;
}

.ghost:hover, .btn-ghost:hover {
  background: var(--soft) !important;
}

/* Section backgrounds */
.section {
  background: var(--white);
}

.section:nth-child(even) {
  background: var(--soft);
}

.hero {
  background: linear-gradient(180deg, var(--white) 0%, var(--soft) 100%);
}

/* Cards */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

/* Pull quotes */
.pull-quote {
  background: var(--linen);
  border-left: 4px solid var(--charcoal);
  padding: 24px 28px;
  margin: 32px 0;
  border-radius: 12px;
}

/* Takeover section (tan background) */
.takeover-section {
  background: var(--linen) !important;
}

/* Transition block (accent blue) */
.ocd-transition {
  background: var(--accentBlue) !important;
}

/* CTA sections (tan background) */
.cta, .cta-section, .cta-footer {
  background: var(--linen) !important;
  border-top: 2px solid var(--sand);
  border-bottom: 2px solid var(--sand);
}

/* Pills */
.pill {
  background: var(--linen);
  border: 1px solid var(--sand);
  color: var(--charcoal);
}

/* Links */
a {
  color: var(--charcoal);
}

/* Kickers (small labels) */
.kicker {
  color: var(--muted);
}/* ====== FORCE CHARCOAL ON ALL HEADINGS & LINKS ====== */

/* Override any teal/green headings */
.kicker,
.eyebrow,
.section .kicker,
#stuck .eyebrow,
.hero-kicker,
.benefit-kicker,
.takeover-section .kicker {
  color: var(--muted) !important;
}

/* Force all H1, H2, H3 to charcoal */
h1, h2, h3, h4, h5, h6,
.section h1, .section h2, .section h3,
.elementor-heading-title,
.section-title,
.headline {
  color: var(--charcoal) !important;
}

/* Override any teal/green accent colors */
.accent,
.accent-text,
a.accent {
  color: var(--charcoal) !important;
}

/* Fix any inline teal colors in the homepage */
[style*="#265e68"],
[style*="color: #265e68"],
[style*="color:#265e68"] {
  color: var(--charcoal) !important;
}

/* Fix teal links */
a[style*="#265e68"] {
  color: var(--charcoal) !important;
}

/* Target the specific "WHEN IT STARTS TO TAKE OVER" heading */
.takeover-section .kicker,
.takeover-section h2,
.takeover-grid .kicker {
  color: var(--muted) !important;
}

.takeover-section h2 {
  color: var(--charcoal) !important;
}
/* ====== FORCE ALL LINKS TO CHARCOAL - NO EXCEPTIONS ====== */

/* Override ALL links including navigation */
a, 
a:link, 
a:visited,
.home-nav-links a,
.nav-link,
.menu-link,
nav a,
.section a,
.hero a,
.elementor-widget a {
  color: var(--charcoal) !important;
  border-bottom-color: var(--charcoal) !important;
}

/* Navigation pills/buttons */
.home-nav-links a,
.pill,
.nav-pill {
  color: var(--charcoal) !important;
  border-color: var(--border) !important;
  background: #fff !important;
}

.home-nav-links a:hover {
  background: var(--soft) !important;
  color: var(--charcoal) !important;
}

/* Remove any green text decorations */
a[style*="#265e68"],
a[style*="color:#265e68"],
span[style*="#265e68"] {
  color: var(--charcoal) !important;
}

/* Force underlines to be charcoal */
a {
  text-decoration-color: var(--charcoal) !important;
}

/* Target specific navigation card links */
.home-nav-card a,
#home-page-nav a {
  color: var(--charcoal) !important;
}/* ====== FORCE WHITE TEXT ON BUTTONS ====== */

.btn,
.elementor-button,
.hero-actions .btn,
.cta .btn,
a.btn {
  background: var(--charcoal) !important;
  color: #ffffff !important;
  border: 1px solid var(--charcoal) !important;
}

.btn:hover,
.elementor-button:hover {
  background: var(--hover) !important;
  color: #ffffff !important;
}

/* Ghost buttons - charcoal text on white */
.ghost,
.btn-ghost,
.hero-actions .ghost {
  background: #ffffff !important;
  color: var(--charcoal) !important;
  border: 2px solid var(--charcoal) !important;
}

.ghost:hover {
  background: var(--soft) !important;
  color: var(--charcoal) !important;
}/* ====== FORCE SPECIALTY CARD LINKS TO CHARCOAL ====== */

.spec-card a,
.spec-meta,
.spec-card .spec-meta,
.specialties-grid a,
.specialties-grid .spec-meta {
  color: var(--charcoal) !important;
  text-decoration: none !important;
}

.spec-card a:hover,
.spec-meta:hover {
  text-decoration: underline !important;
  color: var(--charcoal) !important;
}

/* Fix any links with arrows */
a[href*="therapy"]::after,
a[href*="support"]::after,
a[href*="treatment"]::after {
  color: var(--charcoal) !important;
}

/* Target specific link text patterns */
.specialties-grid a[href*="ocd"],
.specialties-grid a[href*="health-anxiety"],
.specialties-grid a[href*="emetophobia"],
.specialties-grid a[href*="phobia"],
.specialties-grid a[href*="body-dysmorphic"],
.specialties-grid a[href*="perfectionism"] {
  color: var(--charcoal) !important;
  font-weight: 800 !important;
}/* End custom CSS */