/*
Theme Name:  TPC Care Connect Child
Theme URI:   https://tpcconnectcare.com
Description: Child theme of Divi for TPC Care Connect
Author:      TPC
Template:    Divi
Version:     1.0.0
*/

/* ── CSS VARIABLES ── */
:root {
  --navy: #0B1F3A;
  --teal: #0E7C7B;
  --teal-light: #14A19F;
  --gold: #C9A84C;
  --cream: #F7F4EF;
  --white: #FFFFFF;
  --text: #1A2B3C;
  --muted: #5A6A7A;
  --border: rgba(11,31,58,0.1);
}

/* ── GLOBAL ── */
html { scroll-behavior: smooth; }

body {
  overflow-x: hidden !important;
}

body,
body.et-tb #page-container,
body #page-container {
  background: var(--cream) !important;
  color: var(--text);
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.entry-title {
  font-family: 'Playfair Display', serif !important;
  color: var(--navy);
}

body, p, li, span, a, div,
.et_pb_text,
.et_pb_blurb_description {
  font-family: 'DM Sans', sans-serif;
}

/* ══════════════════════════════════════════════
   DIVI CONTAINER OVERRIDES — CRITICAL
   Divi wraps content in: #main-content > .container(max-width:1080px)
   > #content-area > #left-area(float) > article > .entry-content
   We must break out of ALL of these for full-width sections.
   ══════════════════════════════════════════════ */

/* Remove all Divi container constraints on pages */
body.page #main-content .container,
body.home #main-content .container,
body.page #main-content > .container,
body.home #main-content > .container,
body:not(.et-tb) #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Kill Divi's sidebar divider line */
body.page #main-content .container::before,
body.home #main-content .container::before {
  display: none !important;
}

body.page #content-area,
body.home #content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page #left-area,
body.home #left-area,
body.page .et_right_sidebar #left-area,
body.home .et_right_sidebar #left-area {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

/* Ensure #page-container and #et-main-area are clean */
body.page #page-container,
body.home #page-container {
  overflow-x: hidden !important;
}

body.page #et-main-area,
body.home #et-main-area {
  overflow-x: hidden !important;
}

body.page .entry-content,
body.home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide the WordPress/Divi page title (Divi uses .main_title on blank template) */
body.page .entry-title,
body.home .entry-title,
body.page .main_title,
body.home .main_title {
  display: none !important;
}

/* Override Divi's 58px padding-top on content container */
body.page #main-content .container,
body.home #main-content .container {
  padding-top: 0 !important;
}

/* Hide sidebar */
body.page #sidebar,
body.home #sidebar {
  display: none !important;
}

/* Remove Divi's #et-main-area top padding */
body.page #et-main-area,
body.home #et-main-area {
  padding-top: 0 !important;
}

/* Divi adds padding-top: 80px for fixed header; keep for dev, remove for blank */
body.page-template-page-template-blank-php #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── COMING SOON: Hide ALL Divi chrome ── */
body.page-template-page-template-blank-php #main-header,
body.page-template-page-template-blank-php #top-header,
body.page-template-page-template-blank-php #main-footer,
body.page-template-page-template-blank-php .tpcc-footer {
  display: none !important;
}

/* ── DIVI HEADER / NAV OVERRIDES ── */
#main-header {
  background: rgba(11,31,58,0.97) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: none !important;
  box-shadow: none !important;
}

#main-header .container {
  padding: 18px 60px !important;
  max-width: 100% !important;
}

/* Logo text styling */
#logo {
  max-height: 50px !important;
}

/* Nav links */
#top-menu li a {
  color: rgba(255,255,255,0.7) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding-bottom: 0 !important;
  transition: color 0.2s !important;
}

#top-menu li a:hover,
#top-menu li.current-menu-item a {
  color: var(--gold) !important;
}

/* Remove Divi default hover underline */
#top-menu li a::before,
#top-menu li a::after {
  display: none !important;
}

/* Hide Divi search icon in nav */
#et_top_search,
.et_search_outer {
  display: none !important;
}

/* Logo sizing */
#logo {
  max-height: 45px !important;
  width: auto !important;
}

/* Fixed header */
.et-fixed-header#main-header {
  background: rgba(11,31,58,0.99) !important;
}

/* ── HERO SECTION ── */
.tpcc-hero {
  min-height: 100vh;
  background: var(--navy) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px 100px !important;
  position: relative;
  overflow: hidden;
}

.tpcc-hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,124,123,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.tpcc-hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: 30%;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.tpcc-hero .et_pb_text_inner {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0;
  animation: tpccFadeUp 0.8s 0.2s forwards;
}

.tpcc-hero h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.8rem, 5vw, 4.5rem) !important;
  color: var(--white) !important;
  line-height: 1.15 !important;
  max-width: 800px;
  opacity: 0;
  animation: tpccFadeUp 0.8s 0.4s forwards;
}

.tpcc-hero h1 em {
  font-style: italic;
  color: var(--teal-light);
}

.hero-sub {
  max-width: 620px;
  margin-top: 28px;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.65) !important;
  font-weight: 300;
  opacity: 0;
  animation: tpccFadeUp 0.8s 0.6s forwards;
}

.hero-cta-row {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  opacity: 0;
  animation: tpccFadeUp 0.8s 0.8s forwards;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.3);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-scroll::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

/* ── BUTTONS ── */
.btn-primary,
a.btn-primary,
.et_pb_button.btn-primary {
  background: var(--teal) !important;
  color: white !important;
  border: none !important;
  padding: 15px 36px !important;
  border-radius: 3px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s, transform 0.2s !important;
  font-family: 'DM Sans', sans-serif !important;
}

.btn-primary:hover,
a.btn-primary:hover {
  background: var(--teal-light) !important;
  transform: translateY(-2px);
}

.btn-outline,
a.btn-outline {
  background: transparent !important;
  color: rgba(255,255,255,0.8) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  padding: 15px 36px !important;
  border-radius: 3px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block;
  transition: border-color 0.2s, color 0.2s !important;
  font-family: 'DM Sans', sans-serif !important;
}

.btn-outline:hover,
a.btn-outline:hover {
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}

.btn-dark,
a.btn-dark {
  background: var(--navy) !important;
  color: white !important;
  padding: 15px 36px !important;
  border-radius: 3px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s !important;
  font-family: 'DM Sans', sans-serif !important;
}

.btn-dark:hover,
a.btn-dark:hover {
  background: var(--teal) !important;
}

/* ── INTRO STRIP ── */
.tpcc-intro-strip {
  background: var(--gold) !important;
  padding: 30px 60px !important;
}

.tpcc-intro-strip .et_pb_text_inner {
  text-align: center;
}

.tpcc-intro-strip p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--navy) !important;
  line-height: 1.6 !important;
  max-width: 900px;
  margin: 0 auto;
}

.tpcc-intro-strip strong {
  font-weight: 700;
}

/* ── SECTION LABELS ── */
.section-label {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: var(--teal) !important;
  margin-bottom: 14px !important;
}

.section-title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  color: var(--navy) !important;
  line-height: 1.2 !important;
  max-width: 700px;
}

/* ── SERVICES INTRO ── */
.tpcc-services-intro {
  background: var(--white) !important;
  padding: 80px 60px 60px !important;
}

.tpcc-services-intro .et_pb_row {
  max-width: 1200px !important;
}

.tpcc-services-intro p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

/* Pillar cards */
.tpc-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pillar {
  background: var(--cream);
  border-left: 3px solid var(--teal);
  padding: 20px 22px;
  border-radius: 0 4px 4px 0;
}

.pillar-icon {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.pillar h4 {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  margin-bottom: 4px !important;
  font-family: 'DM Sans', sans-serif !important;
}

.pillar p {
  font-size: 0.82rem !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
}

/* ── PRODUCT SECTIONS ── */
.tpcc-product-section {
  padding: 100px 60px !important;
  max-width: 1400px;
  margin: 0 auto;
  background: var(--cream) !important;
}

.product-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}

.product-block:last-child {
  border-bottom: none;
}

.product-block.reverse {
  direction: rtl;
}

.product-block.reverse > * {
  direction: ltr;
}

.product-block.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s, transform 0.7s;
}

.product-block.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.product-name {
  font-family: 'Playfair Display', serif !important;
  font-size: 2.8rem !important;
  color: var(--navy) !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

.product-tagline {
  font-size: 1rem;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.product-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 32px;
}

.product-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  padding-left: 0;
}

.product-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text);
}

.product-features li::before {
  content: '\2192';
  color: var(--teal);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal) !important;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 2px solid var(--teal);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.product-link:hover {
  color: var(--navy) !important;
  border-color: var(--navy);
}

/* Product visual cards */
.product-card {
  background: var(--navy);
  border-radius: 8px;
  padding: 48px 40px;
  color: white;
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(14,124,123,0.2);
}

.product-card.teal {
  background: var(--teal);
}

.product-card.teal::before {
  background: rgba(11,31,58,0.2);
}

.product-card-number {
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: rgba(255,255,255,0.06);
  position: absolute;
  top: 16px; right: 24px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.product-card-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 30px;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--teal-light);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

.tpc-value-box {
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 4px;
  padding: 20px 22px;
}

.tpc-value-box p {
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.75) !important;
}

.tpc-value-box strong {
  color: var(--gold);
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ── CCM SECTION ── */
.tpcc-ccm-section {
  background: var(--navy) !important;
  padding: 100px 60px !important;
  position: relative;
  overflow: hidden;
}

.tpcc-ccm-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(14,124,123,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.tpcc-ccm-section .et_pb_row {
  position: relative;
  z-index: 1;
  max-width: 1200px !important;
}

.ccm-header {
  margin-bottom: 60px;
}

.ccm-header .section-label {
  color: var(--gold) !important;
}

.ccm-header .section-title {
  color: white !important;
}

.ccm-header p {
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6) !important;
  max-width: 700px;
}

.ccm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 60px;
}

.ccm-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 32px 28px;
  transition: background 0.2s, border-color 0.2s;
}

.ccm-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(14,124,123,0.5);
}

.ccm-card-icon {
  width: 44px; height: 44px;
  background: rgba(14,124,123,0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.ccm-card h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: white !important;
  margin-bottom: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
}

.ccm-card p {
  font-size: 0.87rem !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.55) !important;
}

/* TPC Advantage box */
.ccm-tpc-advantage {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 8px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

.ccm-tpc-advantage h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.8rem !important;
  color: white !important;
  margin-bottom: 16px !important;
}

.ccm-tpc-advantage > div:first-child p {
  font-size: 0.95rem !important;
  line-height: 1.8 !important;
  color: rgba(255,255,255,0.6) !important;
}

.advantage-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
}

.advantage-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

.advantage-list li .check {
  width: 22px; height: 22px;
  flex-shrink: 0;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: white;
  margin-top: 1px;
}

.advantage-list li strong {
  color: white;
}

/* ── CTA SECTION ── */
.tpcc-cta-section {
  background: var(--cream) !important;
  padding: 100px 60px !important;
  text-align: center;
}

.tpcc-cta-section .et_pb_row {
  max-width: 700px !important;
}

.tpcc-cta-section .section-label {
  display: block;
  text-align: center;
}

.tpcc-cta-section h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 2.6rem !important;
  color: var(--navy) !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.tpcc-cta-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── FOOTER ── */
.tpcc-footer {
  background: var(--navy);
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tpcc-footer .footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: white;
}

.tpcc-footer .footer-logo span {
  color: var(--gold);
}

.tpcc-footer .footer-logo small {
  color: rgba(255,255,255,0.35);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
}

.tpcc-footer p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* Hide default Divi footer */
#main-footer {
  display: none !important;
}

/* ── COMING SOON PAGE ── */
.coming-soon-wrap {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}

.coming-soon-wrap::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,124,123,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.coming-soon-wrap::after {
  content: '';
  position: absolute;
  bottom: -100px; left: 30%;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.coming-soon-wrap .cs-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.coming-soon-wrap .cs-logo span {
  color: var(--gold);
}

.coming-soon-wrap h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  color: var(--white) !important;
  margin-bottom: 24px !important;
  position: relative;
  z-index: 1;
}

.coming-soon-wrap .cs-tagline {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.coming-soon-wrap .cs-divider {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.coming-soon-wrap .cs-footer {
  position: absolute;
  bottom: 40px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
  z-index: 1;
}

/* ── ANIMATIONS ── */
@keyframes tpccFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tpcc-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tpcc-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  /* Divi switches to mobile at 980px */
  body.page #main-content > .container,
  body.home #main-content > .container,
  body.page #content-area,
  body.home #content-area,
  body.page #left-area,
  body.home #left-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 900px) {
  #main-header .container {
    padding: 16px 24px !important;
  }

  .tpcc-hero {
    padding: 120px 24px 80px !important;
  }

  .tpcc-services-intro {
    padding: 60px 24px !important;
  }

  .tpcc-services-intro > div {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .tpc-pillars {
    grid-template-columns: 1fr;
  }

  .tpcc-product-section {
    padding: 60px 24px !important;
    max-width: 100% !important;
  }

  .product-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-block.reverse {
    direction: ltr;
  }

  .tpcc-ccm-section {
    padding: 60px 24px !important;
  }

  .ccm-grid {
    grid-template-columns: 1fr;
  }

  .ccm-tpc-advantage {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
  }

  .tpcc-cta-section {
    padding: 60px 24px !important;
  }

  .tpcc-footer {
    padding: 24px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tpcc-intro-strip {
    padding: 24px !important;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
