/* HealthTech & Telemedicine — healthtech.css v1 */

:root {
  --ht-cyan:   #00D4FF;
  --ht-blue:   #0A4AFF;
  --ht-teal:   #00B4D8;
  --ht-green:  #06D6A0;
  --ht-bg:     #020810;
  --ht-bg2:    #030C18;
  --ht-card:   #050E1C;
  --ht-border: rgba(0, 212, 255, 0.12);
}

/* ── SHARED ── */
.ht-accent {
  background: linear-gradient(135deg, var(--ht-cyan), var(--ht-blue));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ht-section-header { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.ht-section-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2.5px; color: var(--ht-cyan); margin-bottom: 14px;
  font-family: 'Courier New', monospace;
}
.ht-section-header h2 { font-size: 42px; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 0; letter-spacing: -1px; }

/* ── CTA BUTTON ── */
.ht-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; background: linear-gradient(135deg, var(--ht-blue), var(--ht-cyan));
  color: #fff !important; -webkit-text-fill-color: #fff !important;
  border: none; border-radius: 10px; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0,212,255,0.25); text-decoration: none;
}
.ht-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,212,255,0.4); }
.ht-cta-btn i { color: #fff !important; -webkit-text-fill-color: #fff !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; transition: transform 0.2s; }
.ht-cta-btn:hover i { transform: translateX(4px); }
.ht-cta-large { font-size: 16px; padding: 18px 40px; }
.ht-cta-white { background: #fff !important; color: #030C18 !important; -webkit-text-fill-color: #030C18 !important; box-shadow: 0 8px 30px rgba(255,255,255,0.2) !important; }
.ht-cta-white i { color: #030C18 !important; -webkit-text-fill-color: #030C18 !important; }
.ht-cta-white:hover { box-shadow: 0 14px 40px rgba(255,255,255,0.35) !important; }

/* ── HERO ── */
.ht-hero {
  position: relative; min-height: 94vh; display: flex; align-items: center;
  justify-content: center; background: var(--ht-bg); padding: 130px 60px 80px;
  overflow: hidden; text-align: center;
}
.ht-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.ht-hero-inner { position: relative; z-index: 10; max-width: 880px; width: 100%; display: flex; flex-direction: column; align-items: center; }
.ht-hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px;
  border: 1px solid rgba(0,212,255,0.3); border-radius: 50px;
  font-size: 11px; font-weight: 700; color: var(--ht-cyan); letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 30px;
  background: rgba(0,212,255,0.05);
}
.ht-hero-badge i { color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-hero-title { font-size: 62px; font-weight: 900; color: #fff; line-height: 1.06; margin-bottom: 24px; letter-spacing: -2px; }
.ht-hero-sub { font-size: 18px; color: rgba(255,255,255,0.58); line-height: 1.8; max-width: 740px; margin-bottom: 48px; }

/* ── IMPACT BAR ── */
.ht-impact { background: var(--ht-bg2) !important; padding: 64px 60px; border-top: 1px solid var(--ht-border); border-bottom: 1px solid var(--ht-border); }
.ht-impact-grid { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1200px; margin: 0 auto; }
.ht-impact-item { text-align: center; padding: 20px 24px; border-right: 1px solid var(--ht-border); }
.ht-impact-item:last-child { border-right: none; }
.ht-impact-num { font-size: 58px; font-weight: 900; line-height: 1; letter-spacing: -2px; background: linear-gradient(135deg, var(--ht-cyan), var(--ht-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
.ht-impact-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.5; }

/* ── CAPABILITIES BENTO ── */
.ht-caps { background: var(--ht-bg) !important; padding: 100px 60px; }
.ht-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.ht-bento-wide { grid-column: span 2; }

.ht-bento-card {
  position: relative; overflow: hidden;
  background: var(--ht-card);
  border: 1px solid var(--ht-border);
  border-radius: 20px; padding: 36px 36px 30px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.ht-bento-card:hover {
  border-color: rgba(0,212,255,0.5);
  box-shadow: 0 0 0 1px rgba(0,212,255,0.2), 0 20px 60px rgba(0,212,255,0.1);
  animation: htPulse 1.8s ease infinite;
}
@keyframes htPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(0,212,255,0.2), 0 20px 60px rgba(0,212,255,0.1); }
  50%       { box-shadow: 0 0 0 2px rgba(0,212,255,0.4), 0 20px 60px rgba(0,212,255,0.2); }
}

.ht-card-glow {
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(0,212,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.ht-card-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(0,212,255,0.15), rgba(10,74,255,0.15));
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.ht-card-icon i { font-size: 22px; color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-bento-card h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.ht-bento-card p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 20px; }
.ht-card-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ht-card-tags span { padding: 4px 12px; background: rgba(0,212,255,0.06); border: 1px solid rgba(0,212,255,0.18); border-radius: 50px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.55); }

/* ── COMPLIANCE MATRIX ── */
.ht-compliance { background: var(--ht-bg2) !important; padding: 100px 60px; border-top: 1px solid var(--ht-border); }
.ht-compliance-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.ht-compliance-card {
  background: var(--ht-card); border: 1px solid var(--ht-border);
  border-radius: 18px; padding: 36px 28px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.ht-compliance-card:hover { border-color: rgba(0,212,255,0.4); transform: translateY(-4px); }
.ht-compliance-badge {
  font-size: 38px; font-weight: 900; line-height: 1.1;
  background: linear-gradient(135deg, #fff 0%, rgba(0,212,255,0.8) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 18px; letter-spacing: -1px;
}
.ht-compliance-badge span { font-size: 28px; display: block; }
.ht-compliance-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.75; margin: 0; }

/* ── CASE STUDIES CAROUSEL ── */
.ht-cases { background: var(--ht-bg) !important; padding: 100px 60px; overflow: hidden; }
.ht-carousel-wrap { max-width: 1200px; margin: 0 auto; }

/* Show all cards in a grid on desktop — no hiding behind scroll */
.ht-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  overflow: visible;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding-bottom: 0;
}
.ht-carousel::-webkit-scrollbar { display: none; }

.ht-case-card {
  flex: unset;
  scroll-snap-align: unset;
  background: var(--ht-card); border: 1px solid var(--ht-border);
  border-radius: 20px; padding: 32px 30px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.ht-case-card:hover { border-color: rgba(0,212,255,0.35); transform: translateY(-4px); }
.ht-case-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.2); border-radius: 50px;
  font-size: 10px; font-weight: 700; color: var(--ht-cyan);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px;
}
.ht-case-tag i { color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-case-card h3 { font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.ht-case-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.ht-case-section { margin-bottom: 16px; }
.ht-case-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--ht-cyan); opacity: 0.7; display: block; margin-bottom: 6px; font-family: 'Courier New', monospace; }
.ht-case-section p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0; }
.ht-case-stack { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(0,212,255,0.08); }
.ht-case-stack span { padding: 3px 10px; background: rgba(10,74,255,0.12); border: 1px solid rgba(10,74,255,0.25); border-radius: 4px; font-size: 10.5px; font-weight: 700; color: rgba(0,212,255,0.8); font-family: 'Courier New', monospace; }

.ht-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; }
.ht-carousel-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(0,212,255,0.08); border: 1px solid rgba(0,212,255,0.25);
  color: var(--ht-cyan); cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.25s ease; font-size: 14px;
}
.ht-carousel-btn:hover { background: rgba(0,212,255,0.18); border-color: rgba(0,212,255,0.5); }
.ht-carousel-btn i { color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-carousel-dots { display: flex; gap: 8px; }
.ht-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,212,255,0.2); border: none; cursor: pointer; transition: all 0.25s ease; padding: 0; }
.ht-dot.active { background: var(--ht-cyan); width: 24px; border-radius: 4px; }

/* Hide controls on desktop — all cards visible */
@media (min-width: 701px) {
  .ht-carousel-controls { display: none; }
}

/* ── ENGAGEMENT MODELS ── */
.ht-engage { background: var(--ht-bg2) !important; padding: 100px 60px; border-top: 1px solid var(--ht-border); }
.ht-engage-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start; }
.ht-engage-pin { position: sticky; top: 110px; }
.ht-engage-pin h2 { font-size: 38px; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px; letter-spacing: -1px; }
.ht-engage-sub { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 32px; }
.ht-engage-cards { display: flex; flex-direction: column; gap: 24px; }
.ht-engage-card {
  background: var(--ht-card); border: 1px solid var(--ht-border);
  border-radius: 20px; padding: 36px 32px; position: relative; overflow: hidden;
  transition: border-color 0.3s ease;
}
.ht-engage-card:hover { border-color: rgba(0,212,255,0.35); }
.ht-engage-num {
  position: absolute; top: 28px; right: 28px;
  font-size: 64px; font-weight: 900; line-height: 1;
  color: rgba(0,212,255,0.06); letter-spacing: -3px;
  font-family: 'Courier New', monospace;
}
.ht-engage-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,212,255,0.12), rgba(10,74,255,0.12));
  border: 1px solid rgba(0,212,255,0.2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.ht-engage-icon i { font-size: 20px; color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-engage-card h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ht-engage-card > p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 20px; }
.ht-engage-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ht-engage-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.65); }
.ht-engage-list li i { font-size: 11px; color: var(--ht-green) !important; -webkit-text-fill-color: var(--ht-green) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; flex-shrink: 0; }

/* ── FINAL CTA ── */
.ht-final-cta {
  position: relative; padding: 130px 60px; text-align: center;
  overflow: hidden; background: #010508 !important;
  border-top: 1px solid rgba(0,212,255,0.08);
}
.ht-cta-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.ht-final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(0,212,255,0.07) 0%, transparent 55%),
              radial-gradient(circle at 70% 50%, rgba(10,74,255,0.07) 0%, transparent 55%);
  pointer-events: none;
}
.ht-final-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.ht-final-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border: 1px solid rgba(0,212,255,0.25);
  border-radius: 50px; font-size: 11px; font-weight: 700;
  color: var(--ht-cyan); letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 28px; background: rgba(0,212,255,0.05);
}
.ht-final-badge i { color: var(--ht-cyan) !important; -webkit-text-fill-color: var(--ht-cyan) !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.ht-final-cta h2 { font-size: 50px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1.5px; }
.ht-final-cta p { font-size: 17px; color: rgba(255,255,255,0.55); line-height: 1.75; margin-bottom: 44px; }

/* ── LIGHT THEME ──
   Follows the global orange design system (light-theme.css).
   Only overrides what the dark-mode base styles set explicitly.
   Do NOT fight the global orange — let it apply. ── */
body.light-theme .ht-hero,
body.light-theme .ht-caps,
body.light-theme .ht-cases,
body.light-theme .ht-final-cta { background: #ffffff !important; }
body.light-theme .ht-impact,
body.light-theme .ht-compliance,
body.light-theme .ht-engage { background: #f4f6fb !important; border-color: rgba(0,0,0,0.07) !important; }

/* section label — orange (global handles this, but pin it) */
body.light-theme .ht-section-label { color: #ff7b00 !important; -webkit-text-fill-color: #ff7b00 !important; }

/* accent gradient — orange system */
body.light-theme .ht-accent { background: linear-gradient(135deg, #ff7b00, #e65c00) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }

/* headings */
body.light-theme .ht-section-header h2,
body.light-theme .ht-hero-title,
body.light-theme .ht-bento-card h3,
body.light-theme .ht-case-card h3,
body.light-theme .ht-engage-card h3,
body.light-theme .ht-engage-pin h2,
body.light-theme .ht-final-cta h2 { color: #1a1f3a !important; -webkit-text-fill-color: #1a1f3a !important; }

/* body text */
body.light-theme .ht-hero-sub,
body.light-theme .ht-bento-card p,
body.light-theme .ht-case-desc,
body.light-theme .ht-case-section p,
body.light-theme .ht-engage-card > p,
body.light-theme .ht-engage-sub,
body.light-theme .ht-final-cta p { color: rgba(26,31,58,0.65) !important; -webkit-text-fill-color: rgba(26,31,58,0.65) !important; }

/* hero badge — orange system */
body.light-theme .ht-hero-badge { border-color: rgba(255,123,0,0.3) !important; background: #ffedd5 !important; color: #ff7b00 !important; -webkit-text-fill-color: #ff7b00 !important; }

/* impact numbers — orange gradient */
body.light-theme .ht-impact-num { background: linear-gradient(135deg, #ff7b00, #e65c00) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
body.light-theme .ht-impact-item { border-right-color: rgba(0,0,0,0.08) !important; }
body.light-theme .ht-impact-label { color: rgba(26,31,58,0.5) !important; -webkit-text-fill-color: rgba(26,31,58,0.5) !important; }

/* cards */
body.light-theme .ht-bento-card,
body.light-theme .ht-compliance-card,
body.light-theme .ht-case-card,
body.light-theme .ht-engage-card { background: #fff !important; border-color: rgba(0,0,0,0.1) !important; box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important; }
body.light-theme .ht-bento-card:hover,
body.light-theme .ht-compliance-card:hover,
body.light-theme .ht-case-card:hover,
body.light-theme .ht-engage-card:hover { border-color: rgba(255,123,0,0.3) !important; box-shadow: 0 12px 40px rgba(255,123,0,0.1) !important; }

/* card icon boxes — orange */
body.light-theme .ht-card-icon { background: #ffedd5 !important; border-color: rgba(255,123,0,0.25) !important; }
body.light-theme .ht-engage-icon { background: #ffedd5 !important; border-color: rgba(255,123,0,0.25) !important; }
body.light-theme .ht-card-glow { background: radial-gradient(circle, rgba(255,123,0,0.05) 0%, transparent 70%) !important; }

/* card tags & stack pills */
body.light-theme .ht-card-tags span { background: #ffedd5 !important; border-color: rgba(255,123,0,0.25) !important; color: rgba(26,31,58,0.7) !important; -webkit-text-fill-color: rgba(26,31,58,0.7) !important; }
body.light-theme .ht-case-stack span { background: #ffedd5 !important; border-color: rgba(255,123,0,0.25) !important; color: rgba(26,31,58,0.7) !important; -webkit-text-fill-color: rgba(26,31,58,0.7) !important; }
body.light-theme .ht-case-stack { border-top-color: rgba(0,0,0,0.08) !important; }

/* compliance badge — orange */
body.light-theme .ht-compliance-badge { background: linear-gradient(135deg, #ff7b00, #e65c00) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
body.light-theme .ht-compliance-card p { color: rgba(26,31,58,0.6) !important; -webkit-text-fill-color: rgba(26,31,58,0.6) !important; }

/* carousel controls — orange */
body.light-theme .ht-carousel-btn { background: #ffedd5 !important; border-color: rgba(255,123,0,0.3) !important; }
body.light-theme .ht-carousel-btn:hover { background: #ffdbb5 !important; border-color: rgba(255,123,0,0.5) !important; }
body.light-theme .ht-dot { background: rgba(255,123,0,0.2) !important; }
body.light-theme .ht-dot.active { background: #ff7b00 !important; }

/* case tag & label — orange */
body.light-theme .ht-case-tag { background: #ffedd5 !important; border-color: rgba(255,123,0,0.25) !important; color: #ff7b00 !important; -webkit-text-fill-color: #ff7b00 !important; }
body.light-theme .ht-case-label { color: #ff7b00 !important; -webkit-text-fill-color: #ff7b00 !important; opacity: 1 !important; }

/* engagement */
body.light-theme .ht-engage-list li { color: rgba(26,31,58,0.7) !important; -webkit-text-fill-color: rgba(26,31,58,0.7) !important; }
body.light-theme .ht-engage-num { color: rgba(255,123,0,0.07) !important; -webkit-text-fill-color: rgba(255,123,0,0.07) !important; }

/* final CTA */
body.light-theme .ht-final-cta::before { background: radial-gradient(circle at 30% 50%, rgba(255,123,0,0.05) 0%, transparent 55%), radial-gradient(circle at 70% 50%, rgba(230,92,0,0.04) 0%, transparent 55%) !important; }
body.light-theme .ht-final-badge { border-color: rgba(255,123,0,0.3) !important; background: #ffedd5 !important; color: #ff7b00 !important; -webkit-text-fill-color: #ff7b00 !important; }

/* CTA buttons — orange system */
body.light-theme .ht-cta-btn { background: #ff7b00 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; box-shadow: 0 8px 30px rgba(255,123,0,0.3) !important; }
body.light-theme .ht-cta-btn:hover { background: #e65c00 !important; box-shadow: 0 14px 40px rgba(255,123,0,0.4) !important; }
body.light-theme .ht-cta-white { background: #ff7b00 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; box-shadow: 0 8px 30px rgba(255,123,0,0.3) !important; }
body.light-theme .ht-cta-white:hover { background: #e65c00 !important; box-shadow: 0 14px 40px rgba(255,123,0,0.4) !important; }
body.light-theme .ht-cta-white i { color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ht-bento-grid { grid-template-columns: 1fr; }
  .ht-bento-wide { grid-column: span 1; }
  .ht-compliance-grid { grid-template-columns: repeat(2,1fr); }
  .ht-impact-grid { grid-template-columns: repeat(2,1fr); }
  .ht-impact-item:nth-child(2) { border-right: none; }
  .ht-impact-item:nth-child(3) { border-top: 1px solid var(--ht-border); }
  .ht-engage-inner { grid-template-columns: 1fr; gap: 40px; }
  .ht-engage-pin { position: static; }
}
@media (max-width: 700px) {
  .ht-hero-title { font-size: 36px; }
  .ht-section-header h2 { font-size: 30px; }
  .ht-final-cta h2 { font-size: 32px; }
  .ht-hero, .ht-caps, .ht-compliance, .ht-cases, .ht-engage, .ht-final-cta, .ht-impact { padding-left: 24px; padding-right: 24px; }
  .ht-compliance-grid { grid-template-columns: 1fr; }
  /* Restore scroll carousel on mobile */
  .ht-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .ht-case-card { flex: 0 0 300px; scroll-snap-align: start; transform: none !important; }
  .ht-carousel-controls { display: flex; }
  .ht-impact-grid { grid-template-columns: 1fr 1fr; }
}
