/* ============================================
   HealthCerts V2 — Hatherleigh-Inspired Layout
   Scoped to .hcc-lp-v2 to avoid conflicts with existing templates.
   ============================================ */

.hcc-lp-v2 {
  --v2-accent: #140380;
  --v2-accent-hover: #0f0260;
  --v2-cyan: #5cc6ed;
  --v2-dark: #234962;
  --v2-text: #1a1a2e;
  --v2-text-muted: #5c6575;
  --v2-cream: #f7f7f9;
  --v2-border: #e4e6ec;
  --v2-success: #22c55e;
}

/* Hide Avada wrappers if template loaded through a theme that injects them */
.hcc-lp-v2 .fusion-header-wrapper,
.hcc-lp-v2 .fusion-header,
.hcc-lp-v2 .avada-header-wrapper,
.hcc-lp-v2 .fusion-sliding-bar-wrapper,
.hcc-lp-v2 .fusion-tb-header,
.hcc-lp-v2 .fusion-footer-widget-area,
.hcc-lp-v2 .fusion-footer-copyright-area,
.hcc-lp-v2 .fusion-tb-footer {
  display: none !important;
}

.hcc-lp-v2 body,
.hcc-lp-v2 {
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: var(--v2-text) !important;
  background: #ffffff !important;
  line-height: 1.6 !important;
}

.hcc-lp-v2 * { box-sizing: border-box; }

/* --- Containers --- */
.hcc-lp-v2 .v2-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hcc-lp-v2 .v2-container-narrow {
  max-width: 820px;
}

/* --- Typography --- */
.hcc-lp-v2 .v2-h2 {
  font-family: 'Barlow', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--v2-text);
  margin: 0 0 18px 0;
  letter-spacing: -0.01em;
}
.hcc-lp-v2 .v2-h2-white { color: #ffffff !important; }

.hcc-lp-v2 .v2-h3 {
  font-family: 'Barlow', sans-serif !important;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--v2-text);
  margin: 0 0 10px 0;
}

.hcc-lp-v2 .v2-body-lg {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--v2-text-muted);
  max-width: 760px;
  margin: 0 auto 28px;
}
.hcc-lp-v2 .v2-body-white { color: rgba(255,255,255,0.88) !important; }

.hcc-lp-v2 .v2-copy-center { text-align: center; margin-bottom: 48px; }
.hcc-lp-v2 .v2-copy-narrow { max-width: 760px; margin-left: auto; margin-right: auto; }

/* --- Sections --- */
.hcc-lp-v2 .v2-section {
  padding: 96px 0;
  position: relative;
}
.hcc-lp-v2 .v2-section-white { background: #ffffff; }
.hcc-lp-v2 .v2-section-cream { background: var(--v2-cream); }
.hcc-lp-v2 .v2-section-dark {
  background: var(--v2-dark);
  color: #ffffff;
}

/* --- Buttons --- */
.hcc-lp-v2 .v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 7px;
  font-family: 'Barlow', sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.18s ease;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 1.2;
}
.hcc-lp-v2 .v2-btn-primary {
  background: var(--v2-accent);
  color: #ffffff !important;
  border-color: var(--v2-accent);
}
.hcc-lp-v2 .v2-btn-primary:hover {
  background: var(--v2-accent-hover);
  border-color: var(--v2-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(20,3,128,0.25);
}
.hcc-lp-v2 .v2-btn-secondary {
  background: #ffffff;
  color: var(--v2-accent) !important;
  border-color: var(--v2-accent);
}
.hcc-lp-v2 .v2-btn-secondary:hover {
  background: var(--v2-accent);
  color: #ffffff !important;
}
.hcc-lp-v2 .v2-btn-outline {
  background: transparent;
  color: var(--v2-accent) !important;
  border-color: var(--v2-accent);
  padding: 11px 22px;
  font-size: 0.9rem;
}
.hcc-lp-v2 .v2-btn-outline:hover {
  background: var(--v2-accent);
  color: #ffffff !important;
}
.hcc-lp-v2 .v2-btn-block { width: 100%; }
.hcc-lp-v2 .v2-btn-lg { padding: 18px 40px; font-size: 1.1rem; }

/* --- CTA + Trust rows --- */
.hcc-lp-v2 .v2-cta-center {
  text-align: center;
  margin-top: 32px;
}
.hcc-lp-v2 .v2-trust-row,
.hcc-lp-v2 .v2-trust-row-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.95rem;
  color: var(--v2-text-muted);
}
.hcc-lp-v2 .v2-section-dark .v2-trust-row,
.hcc-lp-v2 .v2-section-dark .v2-trust-text { color: rgba(255,255,255,0.8); }
.hcc-lp-v2 .v2-stars {
  color: #fbbf24;
  font-size: 1.05rem;
  letter-spacing: 2px;
}
.hcc-lp-v2 .v2-trust-text strong { color: var(--v2-text); font-weight: 700; }
.hcc-lp-v2 .v2-section-dark .v2-trust-text strong { color: #ffffff; }

/* ============================================
   SECTION 1 — HERO
   ============================================ */
.hcc-lp-v2 .v2-hero {
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
  padding: 160px 0 88px;
  text-align: center;
  border-bottom: 1px solid var(--v2-border);
}
.hcc-lp-v2 .v2-hero-inner { max-width: 900px; }
.hcc-lp-v2 .v2-hero-title {
  font-family: 'Barlow', sans-serif !important;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--v2-text);
  margin: 0 0 22px 0;
}
.hcc-lp-v2 .v2-hero-sub {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--v2-accent);
  margin: 0 0 18px 0;
}
.hcc-lp-v2 .v2-hero-sub strong { font-weight: 800; }
.hcc-lp-v2 .v2-hero-desc {
  font-size: 1.15rem;
  color: var(--v2-text-muted);
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 36px;
}
.hcc-lp-v2 .v2-hero-cta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.hcc-lp-v2 .v2-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 999px;
  font-size: 0.95rem;
  color: var(--v2-text-muted);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ============================================
   SECTION 2 — LOGO GRID
   ============================================ */
.hcc-lp-v2 .v2-logo-label {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--v2-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 36px 0 24px;
}
.hcc-lp-v2 .v2-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.hcc-lp-v2 .v2-logo-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.hcc-lp-v2 .v2-logo-cell:hover {
  border-color: var(--v2-accent);
  transform: translateY(-2px);
}
.hcc-lp-v2 .v2-logo-cell img {
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.hcc-lp-v2 .v2-logo-cell span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--v2-text-muted);
  text-align: center;
}

/* ============================================
   SECTIONS 3, 9 — FEATURE LISTS
   ============================================ */
.hcc-lp-v2 .v2-feature-list {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
}
.hcc-lp-v2 .v2-feature-list-wide {
  grid-template-columns: 1fr;
  gap: 16px;
}
.hcc-lp-v2 .v2-feature-list li {
  position: relative;
  padding-left: 34px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--v2-text);
}
.hcc-lp-v2 .v2-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--v2-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 0 1 0 1.4l-8 8a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L8 12.58l7.3-7.3a1 1 0 0 1 1.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* ============================================
   SECTION 4 — TESTIMONIALS
   ============================================ */
.hcc-lp-v2 .v2-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.hcc-lp-v2 .v2-testimonial-card {
  background: var(--v2-cream);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.hcc-lp-v2 .v2-t-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.hcc-lp-v2 .v2-t-quote {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--v2-text);
  margin: 0 0 24px 0;
  flex: 1;
}
.hcc-lp-v2 .v2-t-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--v2-text);
  margin: 0 0 4px 0;
}
.hcc-lp-v2 .v2-t-meta {
  font-size: 0.88rem;
  color: var(--v2-text-muted);
  margin: 0;
}

/* ============================================
   SECTION 5 — STAT COUNTERS
   ============================================ */
.hcc-lp-v2 .v2-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: center;
}
.hcc-lp-v2 .v2-stat-number {
  font-family: 'Barlow', sans-serif !important;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--v2-cyan);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.hcc-lp-v2 .v2-stat-suffix,
.hcc-lp-v2 .v2-stat-prefix {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--v2-cyan);
}
.hcc-lp-v2 .v2-stat-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ============================================
   SECTION 6 — PRICING
   ============================================ */
.hcc-lp-v2 .v2-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.hcc-lp-v2 .v2-price-card {
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hcc-lp-v2 .v2-price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.hcc-lp-v2 .v2-price-card-featured {
  border: 2px solid var(--v2-accent);
  box-shadow: 0 8px 28px rgba(20,3,128,0.12);
}
.hcc-lp-v2 .v2-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--v2-accent);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
}
.hcc-lp-v2 .v2-price-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 8px;
}
.hcc-lp-v2 .v2-price-amount {
  font-family: 'Barlow', sans-serif !important;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--v2-text);
  margin-bottom: 6px;
}
.hcc-lp-v2 .v2-price-dollar {
  font-size: 2rem;
  font-weight: 700;
  color: var(--v2-text-muted);
  vertical-align: super;
  line-height: 1;
  margin-right: 2px;
}
.hcc-lp-v2 .v2-price-tagline {
  font-size: 0.95rem;
  color: var(--v2-text-muted);
  margin-bottom: 24px;
}
.hcc-lp-v2 .v2-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  flex: 1;
}
.hcc-lp-v2 .v2-price-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--v2-text);
}
.hcc-lp-v2 .v2-price-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--v2-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 0 1 0 1.4l-8 8a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L8 12.58l7.3-7.3a1 1 0 0 1 1.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.hcc-lp-v2 .v2-pricing-below {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.hcc-lp-v2 .v2-below-card {
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}
.hcc-lp-v2 .v2-below-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--v2-text);
  margin: 0 0 6px 0;
}
.hcc-lp-v2 .v2-below-price {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--v2-accent);
  margin-bottom: 12px;
}
.hcc-lp-v2 .v2-below-copy {
  font-size: 0.95rem;
  color: var(--v2-text-muted);
  margin: 0 0 18px 0;
  line-height: 1.55;
}

/* ============================================
   SECTION 8 — THREE-COL (built for career changers)
   ============================================ */
.hcc-lp-v2 .v2-threecol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}
.hcc-lp-v2 .v2-threecol-item {
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  padding: 32px 28px;
}
.hcc-lp-v2 .v2-threecol-num {
  font-family: 'Barlow', sans-serif !important;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--v2-accent);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.hcc-lp-v2 .v2-threecol-item p {
  font-size: 0.98rem;
  color: var(--v2-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   SECTION 10 — CURRICULUM (7 categories grid)
   ============================================ */
.hcc-lp-v2 .v2-curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hcc-lp-v2 .v2-curriculum-card {
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  padding: 28px;
}
.hcc-lp-v2 .v2-curriculum-card p {
  font-size: 0.95rem;
  color: var(--v2-text-muted);
  line-height: 1.55;
  margin: 0 0 16px 0;
}
.hcc-lp-v2 .v2-curr-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hcc-lp-v2 .v2-curr-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--v2-text);
  margin-bottom: 8px;
}
.hcc-lp-v2 .v2-curr-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--v2-accent);
  font-weight: 800;
}

/* ============================================
   SECTION 11 — ACCREDITATION
   ============================================ */
.hcc-lp-v2 .v2-accred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hcc-lp-v2 .v2-accred-item {
  text-align: center;
  padding: 28px 20px;
}
.hcc-lp-v2 .v2-accred-logo {
  max-height: 90px;
  max-width: 200px;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  object-fit: contain;
}
/* BBB is portrait — give it extra height so it matches visual weight of horizontal logos */
.hcc-lp-v2 .v2-accred-logo[src*="bbb"] {
  max-height: 115px;
}
.hcc-lp-v2 .v2-accred-item p {
  font-size: 0.95rem;
  color: var(--v2-text-muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================
   SECTION 12 — FAQ
   ============================================ */
.hcc-lp-v2 .v2-faq { margin-bottom: 32px; }
.hcc-lp-v2 .v2-faq-item {
  background: #ffffff;
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.hcc-lp-v2 .v2-faq-item[open] { box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.hcc-lp-v2 .v2-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 20px 52px 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--v2-text);
  position: relative;
  user-select: none;
}
.hcc-lp-v2 .v2-faq-q::-webkit-details-marker { display: none; }
.hcc-lp-v2 .v2-faq-q::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--v2-accent);
  transition: transform 0.2s ease;
}
.hcc-lp-v2 .v2-faq-item[open] .v2-faq-q::after {
  content: "−";
}
.hcc-lp-v2 .v2-faq-a {
  padding: 0 24px 22px;
  font-size: 0.98rem;
  color: var(--v2-text);
  line-height: 1.65;
}
.hcc-lp-v2 .v2-faq-a p { margin: 0 0 12px 0; }
.hcc-lp-v2 .v2-faq-a ul {
  padding-left: 22px;
  margin: 0 0 12px 0;
}
.hcc-lp-v2 .v2-faq-a li {
  margin-bottom: 6px;
  color: var(--v2-text-muted);
}

/* ============================================
   SECTION 13 — FINAL CTA (dark)
   ============================================ */
.hcc-lp-v2 .v2-cta-phone {
  margin-top: 16px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
}
.hcc-lp-v2 .v2-cta-phone a {
  color: var(--v2-cyan);
  font-weight: 600;
  text-decoration: none;
}

/* ============================================
   SECTION 14 — FOOTER
   ============================================ */
.hcc-lp-v2 .v2-footer {
  background: #1a1a2e;
  color: rgba(255,255,255,0.75);
  padding: 72px 0 32px;
}
.hcc-lp-v2 .v2-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.hcc-lp-v2 .v2-footer-brand-col { max-width: 380px; }
.hcc-lp-v2 .v2-footer-logo {
  height: 44px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}
.hcc-lp-v2 .v2-footer-tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.hcc-lp-v2 .v2-footer-heading {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px 0;
}
.hcc-lp-v2 .v2-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hcc-lp-v2 .v2-footer-list li { margin-bottom: 8px; }
.hcc-lp-v2 .v2-footer-list a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.18s ease;
}
.hcc-lp-v2 .v2-footer-list a:hover { color: var(--v2-cyan); }
.hcc-lp-v2 .v2-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  text-align: center;
}
.hcc-lp-v2 .v2-footer-bottom p { margin: 0; }

/* ============================================
   RESPONSIVE — Tablet
   ============================================ */
@media (max-width: 1024px) {
  .hcc-lp-v2 .v2-hero-title { font-size: 2.75rem; }
  .hcc-lp-v2 .v2-h2 { font-size: 2rem; }
  .hcc-lp-v2 .v2-hero { padding: 140px 0 72px; }
  .hcc-lp-v2 .v2-section { padding: 72px 0; }
  .hcc-lp-v2 .v2-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .hcc-lp-v2 .v2-testimonial-grid { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-stat-grid { grid-template-columns: 1fr; gap: 48px; }
  .hcc-lp-v2 .v2-pricing-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; margin-bottom: 32px; }
  .hcc-lp-v2 .v2-pricing-below { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-threecol-grid { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .hcc-lp-v2 .v2-accred-grid { grid-template-columns: 1fr; gap: 40px; }
  .hcc-lp-v2 .v2-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .hcc-lp-v2 .v2-stat-number { font-size: 3.5rem; }
  .hcc-lp-v2 .v2-feature-list { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-nav { display: none !important; }
}

/* ============================================
   RESPONSIVE — Mobile
   ============================================ */
@media (max-width: 640px) {
  .hcc-lp-v2 .v2-hero-title { font-size: 2.1rem; }
  .hcc-lp-v2 .v2-hero-sub { font-size: 1.15rem; }
  .hcc-lp-v2 .v2-h2 { font-size: 1.7rem; }
  .hcc-lp-v2 .v2-body-lg { font-size: 1.02rem; }
  .hcc-lp-v2 .v2-container { padding: 0 18px; }
  .hcc-lp-v2 .v2-section { padding: 56px 0; }
  .hcc-lp-v2 .v2-hero { padding: 110px 0 56px; }
  .hcc-lp-v2 .v2-hero-cta-row { flex-direction: column; align-items: stretch; }
  .hcc-lp-v2 .v2-btn { justify-content: center; }
  .hcc-lp-v2 .v2-price-amount { font-size: 2.6rem; }
  .hcc-lp-v2 .v2-curriculum-grid { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-footer-grid { grid-template-columns: 1fr; }
  .hcc-lp-v2 .v2-logo-grid { grid-template-columns: 1fr 1fr; }
  /* Mobile header: hide inline nav + phone, keep CTA visible */
  .hcc-lp-v2 .v2-nav { display: none !important; }
  .hcc-lp-v2 .v2-header-phone { display: none !important; }
  .hcc-lp-v2 .v2-header-cta { padding: 9px 16px !important; font-size: 13px !important; letter-spacing: 0.03em !important; }
  .hcc-lp-v2 .v2-header .header-logo img { height: 40px !important; }
}
