/*
Theme Name: HIT Janta Party
Theme URI: https://hitjantaparty.in
Author: HIT - Honest Indians Together
Author URI: https://hitjantaparty.in
Description: Official theme for HIT Janta Party - Honest Indians Together. Bold, editorial, nationalist design built for a political movement.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hit-janta-party
Tags: political, movement, one-page, full-width, custom-colors
*/

/* ============================================
   HIT JANTA PARTY - WORDPRESS THEME
   hitjantaparty.in | Est. 2026
   Honest Indians Together
   Dimag ke keede khatam karo
============================================ */

:root {
  --red:       #C8151F;
  --red-dark:  #8B0D15;
  --red-light: #F5E0E1;
  --ink:       #0F0E0E;
  --ink2:      #1A1818;
  --muted:     #6B6767;
  --pale:      #F7F4F0;
  --white:     #FFFFFF;
  --border:    rgba(0,0,0,0.09);
  --gold:      #C9A84C;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
ul { list-style: none; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { line-height: 1.1; }
.font-display { font-family: 'Bebas Neue', sans-serif; letter-spacing: 2px; }
.font-serif   { font-family: 'DM Serif Display', serif; }

/* UTILITIES */
.container    { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.section-pad  { padding: 100px 5%; }
.text-red     { color: var(--red); }
.text-muted   { color: var(--muted); }
.text-white   { color: var(--white); }
.bg-ink       { background: var(--ink); }
.bg-pale      { background: var(--pale); }
.bg-red       { background: var(--red); }

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
  display: block;
}

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
  margin-bottom: 20px;
}

.section-title em { font-style: italic; color: var(--muted); }

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
}

.btn-primary  { background: var(--red); color: var(--white); }
.btn-primary:hover  { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost    { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.35); }
.btn-ghost:hover    { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-dark     { background: var(--ink); color: var(--white); }
.btn-dark:hover     { background: var(--ink2); }

/* FADE ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   NAVIGATION
============================================ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: rgba(15,14,14,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 5%;
}

.nav-logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  color: var(--red);
  letter-spacing: 3px;
  line-height: 1;
}

.nav-logo-sub {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin-top: -2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-menu a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.nav-menu a:hover { color: var(--white); }

.nav-menu .nav-join {
  background: var(--red);
  color: var(--white) !important;
  padding: 9px 22px;
  border-radius: 3px;
  font-weight: 700;
}

.nav-menu .nav-join:hover { background: var(--red-dark); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============================================
   HERO
============================================ */
#hero {
  min-height: 100vh;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5% 8%;
  position: relative;
  overflow: hidden;
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-glow {
  position: absolute;
  top: -200px; right: -150px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,21,31,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.hero-glow-2 {
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,21,31,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 13vw, 170px);
  color: var(--white);
  line-height: 0.88;
  letter-spacing: 2px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.hero-title .outline {
  -webkit-text-stroke: 2px rgba(255,255,255,0.22);
  color: transparent;
}

.hero-title .red-word { color: var(--red); }

.hero-sub {
  font-size: clamp(15px, 1.8vw, 19px);
  color: rgba(255,255,255,0.55);
  max-width: 540px;
  line-height: 1.75;
  margin-bottom: 44px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.hero-sub strong { color: rgba(255,255,255,0.9); font-weight: 600; }

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.hero-stats {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.hero-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: var(--white);
  line-height: 1;
}

.hero-stat-lbl {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============================================
   TICKER STRIP
============================================ */
.ticker-wrap {
  background: var(--red);
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--red-dark);
}

.ticker-track {
  display: flex;
  gap: 0;
  animation: ticker 28s linear infinite;
  width: max-content;
}

.ticker-track:hover { animation-play-state: paused; }

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.ticker-item::after {
  content: '◆';
  font-size: 8px;
  color: rgba(255,255,255,0.35);
}

/* ============================================
   VISION & MISSION
============================================ */
#vision { padding: 0; }

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--border);
}

.vm-card {
  padding: 72px 56px;
  position: relative;
  overflow: hidden;
}

.vm-card-dark { background: var(--ink2); }
.vm-card-light { background: var(--pale); }

.vm-watermark {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 160px;
  position: absolute;
  top: -20px; right: -10px;
  opacity: 0.04;
  color: var(--red);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.vm-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: block;
}

.vm-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  margin-bottom: 24px;
}

.vm-card-dark .vm-title { color: var(--white); }
.vm-card-light .vm-title { color: var(--ink); }

.vm-body {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 300;
}

.vm-card-dark .vm-body { color: rgba(255,255,255,0.55); }
.vm-card-light .vm-body { color: var(--muted); }

/* ============================================
   MANIFESTO
============================================ */
#manifesto { background: var(--pale); padding: 100px 5%; }

.manifesto-intro {
  max-width: 640px;
  margin-bottom: 60px;
}

.manifesto-intro p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 16px;
}

.demands-list { display: flex; flex-direction: column; gap: 3px; }

.demand-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  background: var(--white);
  transition: background 0.2s, transform 0.2s;
  cursor: default;
}

.demand-card:hover { background: #FEF5F5; }

.demand-num-col {
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  color: var(--red);
  min-height: 120px;
}

.demand-body-col {
  padding: 36px 48px;
  border-bottom: 1px solid var(--border);
}

.demand-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.demand-title-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--ink);
  margin-bottom: 12px;
}

.demand-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 700px;
  margin-bottom: 18px;
}

.pill-row { display: flex; gap: 8px; flex-wrap: wrap; }

.pill {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 100px;
  background: var(--red-light);
  color: var(--red-dark);
  letter-spacing: 0.3px;
}

/* ============================================
   QUOTE BREAK
============================================ */
.quote-break {
  background: var(--ink2);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.quote-break-glow {
  position: absolute;
  top: -100px; left: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,21,31,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.quote-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 4vw, 52px);
  color: var(--white);
  max-width: 920px;
  line-height: 1.3;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.quote-text span { color: var(--red); }

.quote-attr {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  position: relative;
  z-index: 1;
}

/* ============================================
   FOUNDER
============================================ */
#founder { padding: 100px 5%; background: var(--white); }

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
  margin-top: 56px;
}

.founder-visual {
  background: var(--ink);
  border-radius: 3px;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.founder-visual-bg {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 140px;
  color: rgba(255,255,255,0.04);
  user-select: none;
}

.founder-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200,21,31,0.06), transparent);
}

.founder-visual-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 32px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
}

.founder-visual-name {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--white);
}

.founder-visual-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

.founder-name-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 4vw, 52px);
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 8px;
}

.founder-role-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 28px;
}

.founder-bio-text {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 20px;
}

.founder-blockquote {
  border-left: 3px solid var(--red);
  padding: 16px 24px;
  margin: 28px 0;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.5;
  background: var(--pale);
  border-radius: 0 3px 3px 0;
}

/* ============================================
   ELIGIBILITY
============================================ */
#eligibility { background: var(--pale); padding: 100px 5%; }

.eligibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
}

.elig-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
}

.elig-dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-yes { background: var(--red); }
.dot-no  { background: var(--muted); }

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

.elig-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.elig-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 800;
}

.icon-yes { background: var(--red); color: var(--white); }
.icon-no  { background: #DDD; color: var(--muted); }

/* ============================================
   VOLUNTEER
============================================ */
#volunteer { background: var(--ink); padding: 100px 5%; }

.vol-intro { color: rgba(255,255,255,0.5); }

.vol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  background: rgba(255,255,255,0.04);
}

.vol-card {
  padding: 40px 32px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s, border-color 0.2s;
  background: rgba(255,255,255,0.02);
}

.vol-card:hover {
  background: rgba(200,21,31,0.06);
  border-color: rgba(200,21,31,0.2);
}

.vol-icon {
  width: 44px; height: 44px;
  border: 1px solid rgba(200,21,31,0.35);
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}

.vol-icon svg {
  width: 22px; height: 22px;
  stroke: var(--red);
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vol-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.vol-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.75;
  margin-bottom: 24px;
}

.vol-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.vol-link:hover { gap: 10px; }

/* ============================================
   SOCIAL COPY
============================================ */
#social { padding: 100px 5%; background: var(--white); }

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 56px;
}

.social-card {
  border: 1.5px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.social-card:hover {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200,21,31,0.06);
}

.social-platform {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.platform-pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.social-body {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.75;
  white-space: pre-wrap;
  margin-bottom: 14px;
}

.social-hashtags {
  font-size: 13px;
  color: var(--red);
  font-weight: 500;
  line-height: 1.6;
}

.copy-btn {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--pale);
  border: none;
  padding: 6px 14px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}

.copy-btn:hover, .copy-btn.copied {
  background: var(--red);
  color: var(--white);
}

/* ============================================
   JOIN SECTION
============================================ */
#join {
  background: var(--red);
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.join-glow {
  position: absolute;
  top: -150px; right: -150px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  pointer-events: none;
}

.join-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 11vw, 130px);
  color: var(--white);
  line-height: 0.88;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.join-title .j-outline {
  -webkit-text-stroke: 2px rgba(255,255,255,0.35);
  color: transparent;
}

.join-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 44px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.join-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.join-input {
  flex: 1;
  min-width: 180px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 3px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s;
}

.join-input::placeholder { color: rgba(255,255,255,0.45); }
.join-input:focus { border-color: rgba(255,255,255,0.7); }

.join-submit-btn {
  padding: 16px 36px;
  background: var(--white);
  color: var(--red);
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.join-submit-btn:hover { background: var(--ink); color: var(--white); }

.join-note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  position: relative;
  z-index: 1;
}

.join-success {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  z-index: 1;
}

/* ============================================
   FOOTER
============================================ */
#site-footer {
  background: var(--ink2);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 56px 5%;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: var(--red);
  letter-spacing: 3px;
  line-height: 1;
}

.footer-brand-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
  margin-top: 4px;
}

.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.3);
  font-style: italic;
  margin-top: 12px;
}

.footer-nav-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 16px;
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}

.footer-nav-links a:hover { color: var(--red); }

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.5px;
}

.footer-domain {
  font-size: 12px;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 1px;
}

/* ============================================
   MOBILE RESPONSIVE
============================================ */
@media (max-width: 900px) {
  .vm-grid,
  .founder-grid,
  .eligibility-grid,
  .vol-grid,
  .social-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 64px 0 0;
    background: var(--ink);
    padding: 40px 5%;
    gap: 28px;
    align-items: flex-start;
    z-index: 998;
  }
  .nav-menu.open a { font-size: 18px; color: rgba(255,255,255,0.7); }
  .nav-hamburger { display: flex; }
  .demand-card { grid-template-columns: 56px 1fr; }
  .demand-body-col { padding: 28px 24px; }
  .vm-card { padding: 52px 36px; }
  .hero-stats { gap: 28px; }
  .footer-inner { flex-direction: column; }
}
