/* ============================================
   PROCESS PAGE v2 — Therapy Group of DC
   Scoped under .process-page-v2
   ============================================ */

/* --- Reset & Base --- */
.process-page-v2 {
  font-family:var(--font-body);font-size-adjust:var(--body-optical-size,none);
  color: #2c2c2c;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.process-page-v2 *,
.process-page-v2 *::before,
.process-page-v2 *::after {
  box-sizing: border-box;
}
.process-page-v2 p {
  margin: 0 0 12px;
}
.process-page-v2 img {
  max-width: 100%;
  height: auto;
}

/* --- Layout --- */
.pp-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
.pp-container--narrow {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Shared Elements --- */
.pp-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #696d71;
  margin-bottom: 20px;
}
.pp-label--orange {
  color: #fb9000;
}
.pp-label--center {
  text-align: center;
  margin-bottom: 40px;
}
.pp-section-title {
  font-family:var(--font-display);font-size-adjust:var(--display-optical-size,none);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 16px;
}
.pp-section-title--sm {
  font-size: 28px;
}

/* --- Buttons --- */
.pp-btn {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 6px;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
}
.pp-btn--primary {
  background: #fb9000;
  color: #fff;
}
.pp-btn--primary:hover {
  background: #e07d00;
}
.pp-btn--secondary {
  background: transparent;
  color: #555;
  border: 1px solid #e6e6e6;
}
.pp-btn--secondary:hover {
  border-color: #ccc;
  color: #333;
}
.pp-btn--full {
  width: 100%;
  text-align: center;
}
.pp-btn--glow {
  box-shadow: 0 4px 20px rgba(251, 144, 0, 0.25);
  padding: 16px 40px;
  font-size: 16px;
}

/* ============================================
   SECTION 1 — HERO
   ============================================ */
.pp-hero {
  background: #faf8f5;
  padding: 96px 24px 72px;
}
.pp-hero__accent {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #fb9000, #e8724a, #d94f6e, #9b59b6, #6cc8d7, #4aae8c);
  border-radius: 2px;
  margin-bottom: 32px;
}
.pp-hero__title {
  font-family:var(--font-display);font-size-adjust:var(--display-optical-size,none);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}
.pp-hero__title-italic {
  font-style: italic;
  color: #6e787c;
}
.pp-hero__subtitle {
  font-size: 19px;
  line-height: 1.8;
  color: #555;
  max-width: 580px;
  margin-bottom: 8px;
}
.pp-hero__subtitle:last-of-type {
  margin-bottom: 40px;
}
.pp-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================
   SECTION 2 — PROCESS STEPS
   ============================================ */
.pp-steps {
  background: #fff;
  padding: 72px 24px;
}
.pp-step {
  margin-bottom: 56px;
}
.pp-step--last {
  margin-bottom: 0;
}
.pp-step__header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 6px;
}
.pp-step__num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 28px;
}
.pp-step__title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #2c2c2c;
}
.pp-step__body {
  padding-left: 44px;
}
.pp-step__timing {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #696d71;
  font-weight: 500;
  margin-bottom: 16px;
}
.pp-step__body p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}
.pp-step__body p:last-of-type {
  margin-bottom: 20px;
}
.pp-step__reassurance {
  background: #faf8f5;
  border-left: 3px solid #fb9000;
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #2c2c2c;
  font-style: italic;
}
.pp-step__connector {
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-top: 28px;
}
.pp-step__connector span:first-child {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e6e6e6;
  display: block;
}
.pp-step__connector span:last-child {
  flex: 0 1 120px;
  height: 1px;
  background: linear-gradient(90deg, #e6e6e6, transparent);
  margin-left: 4px;
  display: block;
}

/* ============================================
   SECTION 3 — WT LAUNCHPAD
   ============================================ */
.pp-wt {
  background: #f5f0eb;
  padding: 72px 24px;
}
.pp-wt__intro {
  text-align: center;
  margin-bottom: 36px;
}
.pp-wt__intro p {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
}
.pp-wt__card {
  background: #2c2c2c;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: left;
}
.pp-wt__card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #fb9000, #e8724a, #d94f6e, #9b59b6, #6cc8d7, #4aae8c);
}
.pp-wt__card-header {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.pp-wt__status {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4aae8c;
  box-shadow: 0 0 8px rgba(74, 174, 140, 0.5);
  display: block;
}
.pp-wt__brand {
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.pp-wt__byline {
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11.5px;
  margin-left: auto;
  letter-spacing: 0.3px;
}
.pp-wt__card-content {
  padding: 28px 28px 12px;
}
/* CHANGED: label opacity 0.75 → 0.55 (matches WWT card) */
.pp-wt__label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  line-height: 1.7;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 24px;
}
.pp-wt__item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
/* CHANGED: Unicode icons → numbered step badges (matches WWT card) */
.pp-wt__step {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.pp-wt__item-title {
  color: #fff;
  font-size: 14.5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 1.4;
}
/* CHANGED: sub opacity 0.4 → 0.55, size 12.5px → 13px (WCAG AA) */
.pp-wt__item-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.4;
}
.pp-wt__card-cta {
  padding: 8px 28px 28px;
  text-align: center;
}
/* CHANGED: fine print opacity 0.3 → 0.4 (WCAG AA Large) */
.process-page-v2 .pp-wt__fine {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 20px 0 0;
}
.process-page-v2 .pp-wt__alt {
  text-align: center;
  font-size: 13.5px;
  color: #696d71;
  margin-top: 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pp-wt__alt a {
  color: #555;
  text-decoration: underline;
}
.pp-wt__alt a:hover {
  color: #2c2c2c;
}

/* ============================================
   SECTION 4 — WHAT IT'S LIKE (OFFICE SPACE)
   ============================================ */
.pp-space {
  background: #fff;
  padding: 72px 24px;
}
.pp-space__intro {
  text-align: center;
  margin-bottom: 36px;
}
.pp-space__intro p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  max-width: 520px;
  margin: 0 auto;
}
.pp-space__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.pp-space__photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pp-space__photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) brightness(1.02);
}
.pp-space__photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pp-space__photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(180, 130, 70, 0.15), rgba(180, 130, 70, 0.15)),
    radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.12) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  border-radius: 10px;
  z-index: 1;
}
.pp-space__photo-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #696d71;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  margin: 12px 0 0;
}
.pp-space__telehealth {
  background: #faf8f5;
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pp-space__telehealth-icon {
  font-size: 20px;
  margin-top: 2px;
  color: #555;
}
.pp-space__telehealth-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #2c2c2c;
}
.pp-space__telehealth-text {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   SECTION 5 — VIDEO (currently commented out in HTML)
   Styles kept for when a new video is added.
   ============================================ */
.pp-video {
  background: #faf8f5;
  padding: 72px 24px;
}
.pp-video__intro {
  text-align: center;
  margin-bottom: 32px;
}
.pp-video__intro p {
  font-size: 16px;
  color: #555;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.65;
}
.pp-video__embed {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.pp-video__placeholder {
  background: #2c2c2c;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.pp-video__placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.3));
}
.pp-video__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fb9000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 20px rgba(251, 144, 0, 0.3);
}
.pp-video__play span {
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 4px;
}
.pp-video__embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

/* ============================================
   SECTION 6 — FAQ
   Background swapped to warm off-white (video section removed)
   ============================================ */
.pp-faq {
  background: #faf8f5;
  padding: 72px 24px;
}
.pp-faq__group {
  /* wrapper for each group of questions */
}
.pp-faq__item {
  border-bottom: 1px solid #e6e6e6;
}
.pp-faq__item--last {
  border-bottom: none;
}
.pp-faq__question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: inherit;
}
.pp-faq__question span:first-child {
  font-family:var(--font-body);font-size-adjust:var(--body-optical-size,none);
  font-size: 17.5px;
  color: #555;
  font-weight: 400;
  font-style: italic;
  transition: color 0.2s;
}
.pp-faq__item--open .pp-faq__question span:first-child {
  color: #2c2c2c;
}
.pp-faq__toggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #696d71;
  transition: all 0.2s;
  flex-shrink: 0;
  line-height: 1;
}
.pp-faq__item--open .pp-faq__toggle {
  color: #fb9000;
  transform: rotate(45deg);
}
.pp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.pp-faq__item--open .pp-faq__answer {
  max-height: 400px;
}
.pp-faq__answer p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 22px;
  padding-right: 40px;
}
.pp-faq__divider {
  padding: 32px 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pp-faq__divider span {
  flex: 1;
  height: 1px;
  background: #e6e6e6;
  display: block;
}
.pp-faq__divider p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #696d71;
  margin: 0;
  white-space: nowrap;
}

/* ============================================
   SECTION 7 — TRUST SIGNALS
   Background swapped to white (video section removed)
   ============================================ */
.pp-trust {
  background: #fff;
  padding: 56px 24px;
}
.pp-trust__content {
  text-align: center;
}
.pp-trust__tagline {
  font-family:var(--font-body);font-size-adjust:var(--body-optical-size,none);
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 28px;
  line-height: 1.5;
}
.pp-trust__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pp-trust__logo {
  flex: 0 0 auto;
}
.pp-trust__logo img {
  height: 56px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: all 0.3s ease;
}
.pp-trust__logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* CLT: bigger strip + WWT-style serif trust bar (DC keeps stats) */
.pp-trust__logos--lg { gap: 24px; flex-wrap: nowrap; }
.pp-trust__logos--lg .pp-trust__logo img { height: 100px; max-width: 260px; }
@media (max-width: 1160px) {
  .pp-trust__logos--lg { flex-wrap: wrap; }
  .pp-trust__logos--lg .pp-trust__logo img { height: 76px; }
}
.pp-trust__bar {
  display: flex; justify-content: center; flex-wrap: wrap;
  margin-top: 44px;
  font-family: var(--font-body); font-size: 16.5px; color: #4f4a44;
}
.pp-trust__bar span { padding: 0 24px; }
.pp-trust__bar span + span { border-left: 1px solid #e8e0d8; }
.pp-trust__bar em { font-family: var(--font-display); font-style: italic; }
@media (max-width: 700px) {
  .pp-trust__logos--lg { gap: 18px; }
  .pp-trust__logos--lg .pp-trust__logo img { height: 60px; }
  .pp-trust__bar { flex-direction: column; gap: 10px; align-items: center; }
  .pp-trust__bar span + span { border-left: 0; }
}
.pp-trust__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}
.pp-trust__stat {
  text-align: center;
}
.pp-trust__stat-num {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #2c2c2c;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.pp-trust__stat-label {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #696d71;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================
   SECTION 8 — BOTTOM CTA
   ============================================ */
.pp-bottom-cta {
  background: #2c2c2c;
}
.pp-bottom-cta__rainbow {
  height: 3px;
  background: linear-gradient(90deg, #fb9000, #e8724a, #d94f6e, #9b59b6, #6cc8d7, #4aae8c);
}
.pp-bottom-cta .pp-container--narrow {
  padding: 64px 24px;
  text-align: center;
}
.pp-bottom-cta__title {
  font-family:var(--font-display);font-size-adjust:var(--display-optical-size,none);
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.2;
}
.pp-bottom-cta__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto 36px;
  line-height: 1.65;
  max-width: 460px;
}
.process-page-v2 .pp-bottom-cta__location {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .pp-hero {
    padding: 72px 20px 56px;
  }
  .pp-hero__title {
    font-size: 32px;
  }
  .pp-hero__subtitle {
    font-size: 17px;
  }
  .pp-hero__ctas {
    flex-direction: column;
  }
  .pp-hero__ctas .pp-btn {
    text-align: center;
  }
  .pp-step__body {
    padding-left: 0;
  }
  .pp-step__header {
    flex-wrap: wrap;
  }
  .pp-step__title {
    font-size: 19px;
  }
  .pp-space__photos {
    grid-template-columns: 1fr;
  }
  .pp-space__photo img {
    height: 220px;
  }
  .pp-trust__logos {
    gap: 20px;
  }
  .pp-trust__logo img {
    height: 48px;
    max-width: 140px;
  }
  .pp-trust__stats {
    gap: 32px;
  }
  .pp-bottom-cta__title {
    font-size: 28px;
  }
  .pp-video__placeholder {
    height: 240px;
  }
  .pp-section-title {
    font-size: 26px;
  }
  .pp-wt__byline {
    display: none;
  }
  .pp-faq__answer p {
    padding-right: 0;
  }
  .pp-wt__alt a {
    display: inline-block;
    padding: 8px 4px;
    margin: -8px -4px;
  }
}

@media (max-width: 480px) {
  .pp-hero__title {
    font-size: 28px;
  }
  .pp-hero__title br {
    display: none;
  }
  .pp-trust__tagline br {
    display: none;
  }
  .pp-bottom-cta__title {
    font-size: 24px;
  }
  .pp-trust__stats {
    flex-direction: column;
    gap: 24px;
  }
}