.uvh-scope {
    --uvh-bg: #0a0a0c;
    --uvh-accent: #f4693c;
    --uvh-accent-hover: #ff7a4d;
    --uvh-text: #fdf9f6;
    --uvh-text-muted: rgba(235, 228, 222, 0.75);
    --uvh-text-dim: rgba(235, 228, 222, 0.55);
    --uvh-border: rgba(255, 255, 255, 0.14);
    /* Bharat tricolor */
    --uvh-saffron: #f5993d;
    --uvh-white: #f5f2ee;
    --uvh-green: #2e9e4f;

    font-family: "Quicksand", system-ui, sans-serif;
    background:
      radial-gradient(ellipse 60% 70% at 85% 30%, rgba(120, 60, 40, 0.22) 0%, transparent 70%),
      radial-gradient(ellipse 50% 60% at 10% 85%, rgba(90, 45, 35, 0.18) 0%, transparent 70%),
      var(--uvh-bg);
    box-sizing: border-box;
  }

  /* Reset sirf apne elements par — host page untouched */
  .uvh-scope,
  .uvh-scope * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* ---------- Main hero grid ---------- */
  .uvh-hero {
    /* max-width: 1280px; */
    margin: 4% auto 0 auto;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
  }

  /* ---------- Badge ---------- */
  .uvh-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--uvh-text-muted);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--uvh-border);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    margin-bottom: 1.6rem;
  }

  .uvh-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--uvh-accent);
    flex-shrink: 0;
  }

  /* ---------- Heading ---------- */
  .uvh-title {
    font-family: "Zilla Slab", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--uvh-text);
    margin-bottom: 1.4rem;
  }

  .uvh-bharat {
    background: linear-gradient(90deg,
      var(--uvh-saffron) 0%,
      var(--uvh-saffron) 32%,
      var(--uvh-white) 48%,
      var(--uvh-white) 55%,
      var(--uvh-green) 75%,
      var(--uvh-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .uvh-sub {
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    font-weight: 500;
    line-height: 1.65;
    color: var(--uvh-text-muted);
    max-width: 48ch;
    margin-bottom: 2rem;
  }

  /* ---------- Buttons ---------- */
  .uvh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 2.2rem;
  }

  .uvh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  }

  .uvh-scope a.uvh-btn,
  .uvh-scope a.uvh-btn:visited { text-decoration: none; }

  .uvh-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

  .uvh-btn--primary {
    background: var(--uvh-accent);
    color: #fff;
    box-shadow: 0 0 28px rgba(244, 105, 60, 0.35);
  }

  .uvh-scope a.uvh-btn--primary,
  .uvh-scope a.uvh-btn--primary:visited,
  .uvh-scope a.uvh-btn--primary:hover { color: #fff; }

  .uvh-btn--primary:hover {
    background: var(--uvh-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 32px rgba(244, 105, 60, 0.45);
  }

  .uvh-btn--primary .uvh-arrow { transition: transform 0.18s ease; }
  .uvh-btn--primary:hover .uvh-arrow { transform: translateX(3px); }

  .uvh-btn--secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--uvh-text);
    border: 1px solid var(--uvh-border);
  }

  .uvh-scope a.uvh-btn--secondary,
  .uvh-scope a.uvh-btn--secondary:visited,
  .uvh-scope a.uvh-btn--secondary:hover { color: var(--uvh-text); }

  .uvh-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .uvh-btn--secondary .uvh-spark { color: var(--uvh-accent); }

  .uvh-btn svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: inline-block;
  }

  /* ---------- Stats ---------- */
  .uvh-stats {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    max-width: 560px;
  }

  .uvh-stat-num {
    font-family: "Zilla Slab", Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.4vw, 1.7rem);
    color: var(--uvh-text);
    margin-bottom: 0.25rem;
  }

  .uvh-stat-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--uvh-text-dim);
  }

  /* ---------- Right: illustration ---------- */
  .uvh-art {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .uvh-art img {
    width: 100%;
    max-width: 620px;
    height: auto;
    display: block;
    filter:grayscale(1);
  }

  /* Image na hone par placeholder (isse hata dein jab apni
     illustration image laga lein) */
  .uvh-art-placeholder {
    width: 100%;
    max-width: 620px;
    aspect-ratio: 1.15 / 1;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uvh-text-dim);
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    padding: 1rem;
  }

  /* ---------- Bottom white strip ---------- */
  .uvh-strip {
    background: #ffffff;
    padding: 1.1rem clamp(1.25rem, 5vw, 4rem);
  }

  .uvh-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem clamp(1.5rem, 4vw, 3.5rem);
  }

  .uvh-strip-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: #1c1c22;
    white-space: nowrap;
  }

  .uvh-strip-item svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: inline-block;
    color: var(--uvh-accent);
  }

  /* ================= RESPONSIVE ================= */

  /* Tablet: single column, illustration neeche */
  @media (max-width: 900px) {
    .uvh-hero {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      text-align: left;
    }
    .uvh-art { order: 2; }
    .uvh-art img,
    .uvh-art-placeholder { max-width: 460px; }
  }

  /* Mobile: buttons full-width, stats stack better */
  @media (max-width: 520px) {
    .uvh-actions {
      flex-direction: column;
      align-items: stretch;
    }
    .uvh-btn { width: 100%; font-size: 0.85rem; }
    .uvh-stats {
      gap: 1.25rem 2rem;
    }
    .uvh-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.6rem;
    }
    .uvh-strip-item { white-space: normal; font-size: 0.78rem; }
    .uvh-hero {
      padding: clamp(5.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem)
    }
  .uvh-sub {
    font-size: clamp(0.95rem, 1.6vw, 1.12rem);
  }
  
  }

  @media (prefers-reduced-motion: reduce) {
    .uvh-btn, .uvh-btn .uvh-arrow { transition: none; }
  }