.elementor-156 .elementor-element.elementor-element-df072f4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e615b4c *//* ============================================================
   PAGE HERO
============================================================ */

.page-hero {
  position: relative; min-height: 56vh; display: flex; align-items: center;
  padding: calc(var(--nav-h) + 64px) 40px 72px; background-color: var(--dkgreen);
  overflow: hidden; isolation: isolate;
}

.page-hero__img {
  position: absolute; top: -20%; left: 0; right: 0; bottom: -20%;
  background-image: url('https://survivingptsd.ca/wp-content/uploads/2026/06/Gemini_Generated_Image_4fhbvd4fhbvd4fhb-scaled.webp');
  background-size: cover; background-position: center 40%; background-repeat: no-repeat;
  z-index: 0; will-change: transform;
}

.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 0%, rgba(34,196,160,0.20) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 5% 100%, rgba(34,196,160,0.12) 0%, transparent 50%),
    linear-gradient(180deg, rgba(8,18,12,0.55) 0%, rgba(8,18,12,0.35) 45%, var(--dkgreen) 100%);
  z-index: 1;
}

.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34,196,160,0.22), transparent); z-index: 2;
}

.page-hero__glow {
  position: absolute; top: -100px; right: -80px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(34,196,160,0.12) 0%, transparent 65%);
  pointer-events: none; z-index: 1;
}

.page-hero__inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 3; width: 100%; }

.page-hero__crumbs { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); margin-bottom: 22px; letter-spacing: 0.3px; }
.page-hero__crumbs a { color: #22c4a0; }
.page-hero__crumbs a:hover { text-decoration: underline; }

.page-hero h1 {
  font-family: var(--font-serif); font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1; letter-spacing: -1px; color: #ffffff; margin-bottom: 20px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.page-hero h1 em { font-style: italic; color: #22c4a0; }

.page-hero p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.85; max-width: 560px; margin: 0 auto; }


/* ============================================================
   DEFINITION / WHAT IS PTSD SECTION
============================================================ */

.define { padding: 88px 40px; background: #ffffff; }

.define__inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
}

.define__left h2 { font-family: var(--font-serif); font-size: clamp(28px, 3.2vw, 40px); line-height: 1.2; color: var(--black); margin-bottom: 20px; }
.define__left h2 em { font-style: italic; color: #189e83; }

.define__left p { font-size: 15px; color: #4d5a65; line-height: 1.85; margin-bottom: 18px; }
.define__left p strong { color: var(--black); font-weight: 500; }

.symptom-list { display: flex; flex-direction: column; gap: 14px; }

.symptom-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: #f4f9f7; border: 1px solid rgba(33,56,46,0.07);
  border-radius: var(--r); padding: 18px 20px;
}

.symptom-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(34,196,160,0.12); border: 1px solid rgba(34,196,160,0.22);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.symptom-icon svg { width: 15px; height: 15px; fill: #189e83; }

.symptom-text strong { display: block; font-size: 14.5px; font-weight: 700; color: var(--black); margin-bottom: 2px; }
.symptom-text span { font-size: 13px; color: #4d5a65; line-height: 1.6; }


/* ============================================================
   THREE STREAMS - CARD GRID
============================================================ */

.streams {
  padding: 96px 40px;
  background:
    radial-gradient(ellipse 80% 60% at 15% 80%, rgba(34,196,160,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(34,196,160,0.07) 0%, transparent 55%),
    #eef6f1;
  position: relative; overflow: hidden;
}

.streams::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34,196,160,0.22), transparent);
}

.streams__head { max-width: 700px; margin: 0 auto 56px; text-align: center; position: relative; z-index: 2; }
.streams__head h2 { font-family: var(--font-serif); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.2; color: var(--black); margin-bottom: 14px; }
.streams__head p { font-size: 15px; color: #4d5a65; line-height: 1.8; }

.streams__grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }

.stream-card {
  background: #ffffff; border: 1px solid rgba(33,56,46,0.08); border-radius: var(--rl);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
  box-shadow: 0 4px 16px rgba(33,56,46,0.05);
}
.stream-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(33,56,46,0.14), 0 0 0 1px rgba(34,196,160,0.18);
  border-color: rgba(34,196,160,0.4);
}

.stream-card__top { padding: 30px 28px 0; }

.stream-card__num {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(34,196,160,0.12); border: 1px solid rgba(34,196,160,0.22);
  color: #189e83; font-family: var(--font-serif); font-size: 17px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}

.stream-card h3 { font-family: var(--font-serif); font-size: 22px; line-height: 1.25; color: var(--black); margin-bottom: 10px; }

.stream-card__body { padding: 0 28px 28px; flex: 1; display: flex; flex-direction: column; }
.stream-card__body p { font-size: 13.5px; color: #4d5a65; line-height: 1.75; margin-bottom: 22px; flex: 1; }

.stream-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #189e83; align-self: flex-start;
}
.stream-card__link svg {
  width: 14px; height: 14px; stroke: #189e83; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--ease);
}
.stream-card:hover .stream-card__link svg { transform: translateX(4px); }


/* ============================================================
   COMPLEX PTSD / VICARIOUS PTSD - NOTE STRIP
============================================================ */

.also-note { padding: 80px 40px; background: #ffffff; }
.also-note__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.note-box {
  background: #f4f9f7; border: 1px solid rgba(33,56,46,0.07);
  border-left: 3px solid #22c4a0; border-radius: var(--r); padding: 30px 32px;
}
.note-box h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #189e83; margin-bottom: 12px; }
.note-box p { font-size: 14.5px; color: #4d5a65; line-height: 1.8; }
.note-box p strong { color: var(--black); font-weight: 500; }


/* ============================================================
   HOPE / RECOVERY CLOSING BAND
============================================================ */

.closing { padding: 96px 40px; background: var(--dkgreen); position: relative; overflow: hidden; text-align: center; }
.closing::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34,196,160,0.22), transparent);
}

.closing__glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(34,196,160,0.10) 0%, transparent 65%);
  pointer-events: none;
}

.closing__inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 2; }

.closing .eyebrow { color: #22c4a0; justify-content: center; }

.closing h2 { font-family: var(--font-serif); font-size: clamp(28px, 3.6vw, 44px); line-height: 1.2; color: #ffffff; margin-bottom: 18px; }
.closing h2 em { font-style: italic; color: #22c4a0; }

.closing p { font-size: 15px; color: rgba(255,255,255,0.62); line-height: 1.85; max-width: 520px; margin: 0 auto 32px; }

.closing__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.closing .btn-outline { color: #ffffff; border-color: rgba(255,255,255,0.3); }
.closing .btn-outline:hover { border-color: #22c4a0; color: #22c4a0; background: rgba(255,255,255,0.04); }


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1100px) {
  .define__inner    { grid-template-columns: 1fr; gap: 48px; }
  .streams__grid    { grid-template-columns: 1fr; max-width: 480px; }
  .also-note__inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .define, .streams, .also-note, .closing, .page-hero { padding-left: 20px; padding-right: 20px; }
  .closing__btns { flex-direction: column; }
  .closing__btns .btn { width: 100%; justify-content: center; }
}/* End custom CSS */