/* ============================================================
   HOMEPAGE V2 — Thakuranijiworld
   "Indian Deco Finance" aesthetic
   DM Serif Display headlines + DM Sans body
   Deep indigo, warm saffron, emerald accents
   Grain textures, editorial spacing, refined depth
   Scoped to .hp-v2 — zero bleed to parent template
   ============================================================ */

/* ── Custom Properties ──────────────────────────────────── */
/* Aliases to --tk-* design tokens (design-tokens.css) where values match exactly.
   Homepage-specific tokens and tokens with different values are kept hardcoded.
   All var(--hp-*) references throughout this file continue to work unchanged. */
:root {
  /* Palette — aliased to --tk-* canonical tokens */
  --hp-indigo: var(--tk-indigo);
  --hp-indigo-mid: var(--tk-indigo-mid);
  --hp-indigo-light: var(--tk-indigo-light);
  --hp-saffron: var(--tk-saffron);
  --hp-saffron-hover: var(--tk-saffron-hover);
  --hp-saffron-glow: var(--tk-saffron-glow);
  --hp-saffron-pale: var(--tk-saffron-pale);
  --hp-emerald: var(--tk-emerald);
  --hp-emerald-pale: var(--tk-emerald-pale);
  --hp-ivory: var(--tk-ivory);
  --hp-warm-white: var(--tk-warm-white);
  --hp-surface: var(--tk-surface);
  --hp-white: var(--tk-white);
  --hp-text: var(--tk-text);
  --hp-text-mid: var(--tk-text-mid);
  --hp-text-quiet: var(--tk-text-quiet);
  --hp-text-faint: var(--tk-text-faint);
  --hp-border: var(--tk-border);
  --hp-border-light: var(--tk-border-light);

  /* Extended palette — aliased where --tk-* exists */
  --hp-red: var(--tk-red);
  --hp-gold: var(--tk-gold);
  --hp-star: var(--tk-star);
  --hp-violet: var(--tk-violet);
  --hp-violet-pale: var(--tk-violet-pale);
  --hp-violet-light: var(--tk-violet-light);
  --hp-saffron-warm: var(--tk-saffron-warm);
  --hp-saffron-warm-dark: var(--tk-saffron-warm-dark);
  --hp-danger: var(--tk-danger);

  /* Extended palette — homepage-specific (no --tk-* equivalent) */
  --hp-pink: #ec4899;
  --hp-purple: #a855f7;
  --hp-saffron-dark: #c4652a;
  --hp-saffron-badge-bg: #fef3e8;
  --hp-navy-deep: #1a1a2e;
  --hp-navy-text: #b8bdd4;
  --hp-navy-text-quiet: #8b90ad;
  --hp-indigo-gradient-end: #181d3e;
  --hp-saffron-warm-glow: rgba(232, 123, 53, 0.25);
  --hp-saffron-warm-glow-strong: rgba(232, 123, 53, 0.4);
  --hp-img-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  --hp-hero-img-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.05);

  /* Hero overlay text — aliased where --tk-* exists */
  --hp-white-90: var(--tk-white-90);
  --hp-white-80: var(--tk-white-80);
  --hp-white-70: var(--tk-white-70);
  --hp-white-60: var(--tk-white-60);
  /* Homepage-specific white opacities (no --tk-* equivalent) */
  --hp-white-85: rgba(255, 255, 255, 0.85);
  --hp-white-65: rgba(255, 255, 255, 0.65);

  /* Saffron-warm alpha variants — aliased where --tk-* exists */
  --hp-saffron-warm-10: var(--tk-saffron-warm-10);
  --hp-saffron-warm-20: var(--tk-saffron-warm-20);
  /* Homepage-specific (no --tk-* equivalent) */
  --hp-saffron-warm-15: rgba(232, 123, 53, 0.15);

  /* Violet alpha variants — aliased to --tk-* */
  --hp-violet-15: var(--tk-violet-15);
  --hp-violet-25: var(--tk-violet-25);

  /* Typography — aliased to --tk-* */
  --hp-ff-display: var(--tk-ff-display);
  --hp-ff-body: var(--tk-ff-body);

  /* Spacing — homepage-specific editorial rhythm (no exact --tk-* equivalents) */
  --hp-section-lg: 100px;
  --hp-section-md: 80px;
  --hp-section-sm: 56px;
  --hp-container-max: 1140px;   /* same value as --tk-container-lg */

  /* Radius — aliased to --tk-* */
  --hp-r-xs: var(--tk-r-xs);
  --hp-r-sm: var(--tk-r-sm);
  --hp-r: var(--tk-r);
  --hp-r-lg: var(--tk-r-lg);
  --hp-r-xl: var(--tk-r-xl);
  --hp-r-pill: var(--tk-r-pill);

  /* Color shade families — HSL-derived, 7 shades each.
     Many intermediate shades differ from --tk-* (different HSL curves).
     Only exact-match shades are aliased; others kept hardcoded. */

  --hp-indigo-50: var(--tk-indigo-50);
  --hp-indigo-100: #c5c8d8;     /* differs from --tk-indigo-100: #c5c7d8 */
  --hp-indigo-200: #9a9fbd;     /* differs from --tk-indigo-200: #9ea1be */
  --hp-indigo-300: #6e75a1;     /* differs from --tk-indigo-300: #777ca4 */
  --hp-indigo-400: #4a5286;     /* differs from --tk-indigo-400: #585e91 */
  --hp-indigo-500: #252b54;     /* differs from --tk-indigo-500: #3a417e */
  --hp-indigo-600: #1c2142;     /* differs from --tk-indigo-600: #2a3067 */
  --hp-indigo-700: var(--tk-indigo-700);

  --hp-saffron-50: var(--tk-saffron-50);
  --hp-saffron-100: #fbe3c5;    /* differs from --tk-saffron-100: #fae3c5 */
  --hp-saffron-200: #f5c888;    /* differs from --tk-saffron-200: #f5ce9b */
  --hp-saffron-300: #f0ad52;    /* differs from --tk-saffron-300: #f0b971 */
  --hp-saffron-400: #e8973d;    /* differs from --tk-saffron-400: #eca852 */
  --hp-saffron-500: #d4832c;    /* differs from --tk-saffron-500: #e8973d */
  --hp-saffron-600: #b06a1e;    /* differs from --tk-saffron-600: #c47a2d */
  --hp-saffron-700: var(--tk-saffron-700);

  --hp-emerald-50: var(--tk-emerald-50);
  --hp-emerald-100: #b3e8d4;    /* differs from --tk-emerald-100: #bfead9 */
  --hp-emerald-200: #66d1a9;    /* differs from --tk-emerald-200: #93dcc0 */
  --hp-emerald-300: #2bb882;    /* differs from --tk-emerald-300: #66cea7 */
  --hp-emerald-400: #0d9465;    /* differs from --tk-emerald-400: #3ec394 */
  --hp-emerald-500: #0a7a53;    /* differs from --tk-emerald-500: #0d9465 */
  --hp-emerald-600: #086040;    /* differs from --tk-emerald-600: #0a7a53 */
  --hp-emerald-700: var(--tk-emerald-700);

  --hp-neutral-50: var(--tk-neutral-50);
  --hp-neutral-100: var(--tk-neutral-100);
  --hp-neutral-200: var(--tk-neutral-200);
  --hp-neutral-300: #eeece6;    /* differs from --tk-neutral-300: #e4e2dc */
  --hp-neutral-400: #e4e2dc;    /* differs from --tk-neutral-400: #b3b5c2 */
  --hp-neutral-500: #b3b5c2;    /* differs from --tk-neutral-500: #8b8e9f */
  --hp-neutral-600: #8b8e9f;    /* differs from --tk-neutral-600: #6b6e80 */
  --hp-neutral-700: var(--tk-neutral-700);

  /* Z-index scale — homepage uses its own compact 0-80 scale.
     --tk-* uses a wider 0-600 scale. Kept hardcoded to avoid breakage. */
  --hp-z-base: 0;
  --hp-z-above: 1;
  --hp-z-dropdown: 10;
  --hp-z-sticky: 20;            /* differs from --tk-z-sticky: 100 */
  --hp-z-fixed: 30;             /* no --tk-* equivalent */
  --hp-z-overlay: 40;           /* differs from --tk-z-overlay: 300 */
  --hp-z-modal: 50;             /* differs from --tk-z-modal: 400 */
  --hp-z-popover: 60;           /* no --tk-* equivalent */
  --hp-z-toast: 70;             /* differs from --tk-z-toast: 500 */
  --hp-z-tooltip: 80;           /* differs from --tk-z-tooltip: 600 */
  --hp-z-max: 9999;

  /* Opacity scale — homepage uses different steps than --tk-*.
     Only exact matches aliased; homepage-specific steps kept hardcoded. */
  --hp-o-0: 0;
  --hp-o-5: var(--tk-o-5);
  --hp-o-10: var(--tk-o-10);
  --hp-o-25: 0.25;              /* no --tk-* equivalent (--tk-o-20: 0.2) */
  --hp-o-50: 0.5;               /* no --tk-* equivalent */
  --hp-o-75: 0.75;              /* no --tk-* equivalent */
  --hp-o-90: 0.9;               /* no --tk-* equivalent (--tk-o-80: 0.8) */
  --hp-o-100: 1;

  /* Shadows — homepage uses 3-5 layer Jakub/Kyle technique.
     --tk-* shadows use 2-3 layers with different opacities. Kept hardcoded. */
  --hp-sh-subtle:
    0 1px 1px rgba(20, 24, 48, 0.03),
    0 2px 4px rgba(20, 24, 48, 0.04),
    0 4px 8px rgba(20, 24, 48, 0.03);
  --hp-sh-card:
    0 0 0 1px rgba(20, 24, 48, 0.04),
    0 1px 2px rgba(20, 24, 48, 0.05),
    0 4px 8px rgba(20, 24, 48, 0.04),
    0 8px 16px rgba(20, 24, 48, 0.03);
  --hp-sh-lifted:
    0 0 0 1px rgba(20, 24, 48, 0.03),
    0 1px 2px rgba(20, 24, 48, 0.04),
    0 4px 8px rgba(20, 24, 48, 0.05),
    0 12px 24px rgba(20, 24, 48, 0.06),
    0 24px 48px rgba(20, 24, 48, 0.03);
  --hp-sh-dramatic:
    0 0 0 1px rgba(20, 24, 48, 0.04),
    0 2px 4px rgba(20, 24, 48, 0.06),
    0 8px 16px rgba(20, 24, 48, 0.06),
    0 16px 32px rgba(20, 24, 48, 0.05),
    0 32px 64px rgba(20, 24, 48, 0.03);
}

/* ── Base Scoped Reset ──────────────────────────────────── */
.hp-v2 {
  font-family: var(--hp-ff-body) !important;
  color: var(--hp-text);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
}
.hp-v2 *, .hp-v2 *::before, .hp-v2 *::after {
  box-sizing: border-box;
}
.hp-v2 a { color: var(--hp-saffron); }
.hp-v2 a:hover { color: var(--hp-saffron-hover); }

/* ── Typography — editorial hierarchy ───────────────────── */
.hp-v2 h1, .hp-v2 h2, .hp-v2 h3 {
  font-family: var(--hp-ff-display) !important;
  color: var(--hp-text);
  margin: 0 0 16px 0;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 400; /* DM Serif Display is already bold-feeling */
}
.hp-v2 h4, .hp-v2 h5, .hp-v2 h6 {
  font-family: var(--hp-ff-body) !important;
  color: var(--hp-text);
  margin: 0 0 12px 0;
  line-height: 1.3;
  font-weight: 600;
}
.hp-v2 h1 { font-size: 54px; line-height: 1.08; letter-spacing: -0.025em; }
.hp-v2 h2 { font-size: 40px; line-height: 1.12; }
.hp-v2 h3 { font-size: 30px; line-height: 1.2; }
.hp-v2 h4 { font-size: 20px; }
.hp-v2 h5 { font-size: 17px; }
.hp-v2 p { margin: 0 0 16px 0; color: var(--hp-text-mid); }

/* ── Layout ─────────────────────────────────────────────── */
.hp-container {
  max-width: var(--hp-container-max);
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
.hp-section {
  padding: var(--hp-section-lg) 0;
  position: relative;
}

/* Dark sections — deep indigo with grain texture */
.hp-section--navy {
  background: linear-gradient(168deg, var(--hp-indigo) 0%, var(--hp-indigo-mid) 50%, var(--hp-indigo-gradient-end) 100%);
  color: var(--hp-white);
  position: relative;
}
.hp-section--navy::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 0;
}
.hp-section--navy > * { position: relative; z-index: 1; }
.hp-section--navy h1, .hp-section--navy h2, .hp-section--navy h3,
.hp-section--navy h4, .hp-section--navy strong { color: var(--hp-white); }
.hp-section--navy p { color: var(--hp-navy-text); }

/* Light section variants */
.hp-section--surface { background: var(--hp-surface); }
.hp-section--white { background: var(--hp-white); }
.hp-section--cream { background: var(--hp-ivory); }

/* Section headers */
.hp-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.hp-section-header h2 { margin-bottom: 14px; color: var(--hp-text); }
.hp-section-header p { font-size: 19px; color: var(--hp-text-mid); line-height: 1.65; }
.hp-section--navy .hp-section-header h2 { color: var(--hp-white); }
.hp-section--navy .hp-section-header p { color: var(--hp-navy-text); }

/* ── Buttons — saffron primary, refined outlines ────────── */
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--hp-ff-body) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: var(--hp-r);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.hp-btn:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
}
.hp-btn--primary {
  background: var(--hp-saffron);
  color: var(--hp-white) !important;
  border-color: var(--hp-saffron);
}
.hp-btn--primary:hover {
  background: var(--hp-saffron-hover);
  border-color: var(--hp-saffron-hover);
  color: var(--hp-white) !important;
  box-shadow: 0 6px 20px var(--hp-saffron-glow);
}
.hp-btn--outline {
  background: transparent;
  color: var(--hp-white) !important;
  border-color: rgba(255,255,255,0.3);
}
.hp-btn--outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
  color: var(--hp-white) !important;
}
.hp-btn--outline-dark {
  background: transparent;
  color: var(--hp-saffron) !important;
  border-color: var(--hp-saffron);
}
.hp-btn--outline-dark:hover {
  background: var(--hp-saffron);
  color: var(--hp-white) !important;
}
.hp-btn--sm { font-size: 14px; padding: 10px 22px; }
.hp-btn--lg { font-size: 18px; padding: 17px 44px; }
.hp-btn--block { display: flex; width: 100%; justify-content: center; }

/* ── Cards — warm, substantial, layered ─────────────────── */
.hp-card {
  background: var(--hp-white);
  border: none;
  border-radius: var(--hp-r-lg);
  padding: 36px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 0 1px var(--hp-border-light), var(--hp-sh-card);
}
.hp-card:hover {
  box-shadow: 0 0 0 1px var(--hp-border), var(--hp-sh-lifted);
  transform: translateY(-3px);
}

/* ── Badge ──────────────────────────────────────────────── */
.hp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hp-ff-body) !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--hp-r-pill);
  background: rgba(232, 151, 61, 0.12);
  color: var(--hp-saffron);
  border: 1px solid rgba(232, 151, 61, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── Icon Circle ────────────────────────────────────────── */
.hp-icon-circle {
  width: 52px; height: 52px;
  border-radius: var(--hp-r-lg);
  background: var(--hp-saffron-pale);
  color: var(--hp-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.hp-icon-circle--navy {
  background: rgba(232, 151, 61, 0.12);
  color: var(--hp-saffron);
}

/* ── Trust Line ─────────────────────────────────────────── */
.hp-trust-line {
  font-size: 14px;
  color: var(--hp-text-quiet);
  margin-top: 18px;
  letter-spacing: 0.005em;
}
.hp-trust-line--light { color: var(--hp-navy-text-quiet); }

/* ============================================================
   HERO — commanding presence, contained imagery
   ============================================================ */
.hp-hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  padding: 88px 0 72px;
  position: relative;
  overflow: hidden;
}
/* Subtle radial glow — saffron-tinted */
.hp-hero::before {
  content: '';
  position: absolute;
  top: -40%; right: -15%;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 151, 61, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
/* Diagonal accent line */
.hp-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(232, 151, 61, 0.3) 30%, rgba(232, 151, 61, 0.3) 70%, transparent 100%);
  z-index: 2;
}
.hp-hero h1 {
  margin-bottom: 22px;
  letter-spacing: -0.03em;
  max-width: 100%;
}
.hp-hero p.hp-hero__subtitle {
  font-size: 19px;
  color: var(--hp-navy-text);
  margin-bottom: 36px;
  max-width: 100%;
  line-height: 1.7;
}
.hp-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Hero image — contained with refined frame */
.hp-v2 .hp-hero__image {
  position: relative;
}
.hp-v2 .hp-hero__image img {
  width: 100%;
  max-width: 480px;
  border-radius: var(--hp-r-xl);
  border: 3px solid rgba(255,255,255,0.08);
  box-shadow: var(--hp-hero-img-shadow);
  display: block;
}
/* Hero video embed */
.hp-v2 .hp-hero__video {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
/* Outline buttons in white/cream sections — dark variant */
.hp-section--white .hp-btn--outline,
.hp-section--cream .hp-btn--outline {
  color: var(--hp-saffron) !important;
  border-color: var(--hp-saffron);
}
.hp-section--white .hp-btn--outline:hover,
.hp-section--cream .hp-btn--outline:hover {
  background: var(--hp-saffron);
  color: var(--hp-white) !important;
}

/* Hero blockages list — Bill Jayme style provocation list */
.hp-hero__blockages {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  columns: 1;
}
.hp-hero__blockages li {
  position: relative;
  padding: 6px 0 6px 24px;
  font-family: var(--hp-ff-body);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.hp-hero__blockages li::before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--hp-danger);
  font-size: 13px;
}
@media (min-width: 768px) {
  .hp-hero__blockages { columns: 2; column-gap: 32px; }
}

/* ============================================================
   HERO VARIANTS — page-specific adaptations
   ============================================================ */

/* Page Hero — split layout (image + text), used for about/privacy/terms */
.hp-hero--page {
  min-height: auto;
  padding: 48px 0;
  background: var(--hp-white);
}
.hp-hero--page::before,
.hp-hero--page::after {
  display: none; /* No decorative gradients on page heroes */
}
.hp-hero--page .hp-hero__content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-hero--page .hp-hero__image {
  flex: 0 0 auto;
}
.hp-hero--page .hp-hero__image img {
  max-width: 200px;
  height: auto;
  border-radius: var(--hp-r-lg);
}
.hp-hero--page .hp-hero__text h1 {
  font-family: var(--hp-ff-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--hp-navy);
  margin-bottom: 16px;
}
.hp-hero--page .hp-hero__text p {
  font-family: var(--hp-ff-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--hp-navy-text);
}
@media (max-width: 767px) {
  .hp-hero--page .hp-hero__content {
    flex-direction: column;
    text-align: center;
  }
}

/* Search Hero — centered search input, used for help page */
.hp-hero--search {
  min-height: auto;
  padding: 64px 0;
  background: linear-gradient(135deg, var(--hp-saffron) 0%, var(--hp-saffron-warm) 100%);
  text-align: center;
}
.hp-hero--search h1 {
  color: var(--hp-white);
  margin-bottom: 24px;
}
.hp-hero--search .hp-hero__search-input {
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 16px;
  border: none;
  border-radius: var(--hp-r-lg);
  box-shadow: var(--hp-sh-md);
  width: 100%;
}

/* ============================================================
   SOCIAL PROOF — understated authority bar
   ============================================================ */
.hp-social-proof {
  padding: 28px 0;
  border-bottom: 1px solid var(--hp-border);
}
.hp-stats-row {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.hp-stat { text-align: center; }
.hp-stat__number {
  font-family: var(--hp-ff-display) !important;
  font-size: 30px;
  font-weight: 400;
  color: var(--hp-text);
  line-height: 1;
  margin-bottom: 4px;
}
.hp-stat__label {
  font-size: 12px;
  color: var(--hp-text-quiet);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* Navy variant (stats bar section) */
.hp-section--navy .hp-stat__number {
  color: var(--hp-white);
  font-size: 52px;
}
.hp-section--navy .hp-stat__label {
  color: var(--hp-navy-text-quiet);
  font-size: 14px;
}
.hp-stat--large .hp-stat__number { font-size: 52px; }
.hp-stat--large .hp-stat__label { font-size: 14px; }

.hp-designations {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hp-designation {
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-text-quiet);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  background: var(--hp-surface);
  border-radius: var(--hp-r-xs);
}

/* ============================================================
   HOW IT WORKS — editorial step flow
   ============================================================ */
.hp-steps {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.hp-step {
  flex: 1;
  text-align: center;
  position: relative;
}
/* Connecting line — refined dashed */
.hp-step::after {
  content: '';
  position: absolute;
  top: 28px; right: -20px;
  width: 40px; height: 1px;
  background: repeating-linear-gradient(90deg, var(--hp-border) 0px, var(--hp-border) 4px, transparent 4px, transparent 8px);
}
.hp-step:last-child::after { display: none; }
.hp-step__number {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--hp-indigo);
  color: var(--hp-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hp-ff-display) !important;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto 20px;
  border: 2px solid var(--hp-indigo-light);
}
.hp-step h4 { margin-bottom: 8px; }
.hp-step p { font-size: 15px; color: var(--hp-text-mid); }

/* ============================================================
   SCCSS TABS — refined pill navigation
   ============================================================ */
.hp-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 44px;
  padding: 6px;
  background: var(--hp-surface);
  border-radius: var(--hp-r-pill);
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.hp-tab {
  font-family: var(--hp-ff-body) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: var(--hp-r-pill);
  border: none;
  background: transparent;
  color: var(--hp-text-mid);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hp-tab:hover {
  color: var(--hp-text);
  background: rgba(255,255,255,0.6);
}
.hp-tab.active {
  background: var(--hp-white);
  color: var(--hp-text);
  box-shadow: var(--hp-sh-card);
  font-weight: 600;
}
.hp-tab-content { display: none; }
.hp-tab-content.active {
  display: flex;
  align-items: center;
  gap: 52px;
}
.hp-tab-content__image { flex: 1; min-width: 0; }
.hp-tab-content__image img {
  width: 100%;
  border-radius: var(--hp-r-lg);
  box-shadow: var(--hp-sh-lifted);
  border: 1px solid var(--hp-border-light);
}
.hp-tab-content__info { flex: 1; min-width: 0; }
.hp-tab-content__info h3 { margin-bottom: 14px; }
.hp-tab-content__info p { margin-bottom: 22px; line-height: 1.7; }

/* Check list — warm green marks */
.hp-check-list { list-style: none; padding: 0; margin: 0 0 28px 0; }
.hp-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--hp-text);
  line-height: 1.55;
}
.hp-check-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0; top: 3px;
  color: var(--hp-emerald);
  font-size: 13px;
}

/* ============================================================
   ADVANTAGES — staggered card grid
   ============================================================ */
.hp-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-advantage {
  padding: 32px 28px;
  border-radius: var(--hp-r-lg);
}
.hp-advantage .hp-icon-circle { margin-bottom: 18px; }
.hp-advantage h4 {
  margin-bottom: 8px;
  font-size: 18px;
}
.hp-advantage p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.65;
}

/* ============================================================
   SOLUTION FLOW — two-sided flow diagram
   ============================================================ */
.hp-solution-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0 12px;
}
.hp-solution-flow__step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}
.hp-solution-flow__icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--hp-saffron-pale);
  color: var(--hp-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.hp-solution-flow__icon--green {
  background: var(--hp-emerald-pale);
  color: var(--hp-emerald);
}
.hp-solution-flow__step strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-text);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hp-solution-flow__step span {
  display: block;
  font-size: 13px;
  color: var(--hp-text-mid);
  line-height: 1.4;
}
.hp-solution-flow__arrow {
  text-align: center;
  color: var(--hp-text-faint);
  font-size: 12px;
  padding: 2px 0;
  margin-left: 14px;
}

/* ============================================================
   STATS BAR — bold numbers on dark
   ============================================================ */
.hp-stats-bar { padding: 72px 0; }

/* ============================================================
   TESTIMONIALS — editorial quote cards + video grid
   ============================================================ */
.hp-testimonials-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}
.hp-testimonial-card {
  position: relative;
  padding: 32px 28px;
}
/* Decorative quote mark */
.hp-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 20px; right: 24px;
  font-family: var(--hp-ff-display) !important;
  font-size: 64px;
  line-height: 1;
  color: var(--hp-saffron-pale);
  pointer-events: none;
}
.hp-testimonial-card__stars {
  color: var(--hp-saffron);
  margin-bottom: 14px;
  font-size: 14px;
}
.hp-testimonial-card__stars i { margin-right: 1px; }
.hp-testimonial-card p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--hp-text-mid);
  font-style: italic;
}
.hp-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--hp-border-light);
}
.hp-testimonial-card__author img {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--hp-saffron-pale);
}
.hp-testimonial-card__author strong {
  display: block;
  font-size: 14px;
  color: var(--hp-text);
  font-weight: 600;
}
.hp-testimonial-card__author span {
  display: block;
  font-size: 12px;
  color: var(--hp-text-quiet);
}

/* Video testimonial cards */
.hp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-video-card {
  background: var(--hp-white);
  border: none;
  border-radius: var(--hp-r-lg);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 0 1px var(--hp-border-light), var(--hp-sh-subtle);
}
.hp-video-card:hover {
  box-shadow: 0 0 0 1px var(--hp-border-light), var(--hp-sh-lifted);
  transform: translateY(-3px);
}
.hp-video-card video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background: var(--hp-indigo);
}
.hp-video-card p {
  padding: 14px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--hp-text);
  text-align: center;
  letter-spacing: 0.005em;
}

/* ============================================================
   PRICING — side-by-side with prominent featured card
   ============================================================ */
.hp-pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
  align-items: start;
}
.hp-pricing-card {
  padding: 40px 36px;
  text-align: center;
  position: relative;
}
.hp-pricing-card--featured {
  border-color: var(--hp-saffron);
  border-width: 2px;
  box-shadow: var(--hp-sh-lifted), 0 0 0 4px var(--hp-saffron-pale);
}
.hp-pricing-card--featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--hp-saffron);
  color: var(--hp-white);
  font-family: var(--hp-ff-body) !important;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--hp-r-pill);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hp-pricing-card__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: var(--hp-r-pill);
  margin-bottom: 18px;
  background: var(--hp-surface);
  color: var(--hp-text-quiet);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hp-pricing-card__badge--featured {
  background: var(--hp-saffron-pale);
  color: var(--hp-saffron-hover);
}
.hp-pricing-card h3 { margin-bottom: 12px; }
.hp-pricing-card__desc {
  font-size: 15px;
  color: var(--hp-text-mid);
  margin-bottom: 28px;
}
.hp-pricing-card__price { margin-bottom: 28px; }
.hp-pricing-card__price-old {
  font-size: 16px;
  color: var(--hp-text-faint);
  text-decoration: line-through;
  display: block;
  margin-bottom: 4px;
}
.hp-pricing-card__price-current {
  font-family: var(--hp-ff-display) !important;
  font-size: 44px;
  font-weight: 400;
  color: var(--hp-text);
  line-height: 1;
}
.hp-pricing-card__price-period {
  font-size: 13px;
  color: var(--hp-text-quiet);
  display: block;
  margin-top: 6px;
}
.hp-pricing-card__note {
  font-size: 13px;
  color: var(--hp-text-quiet);
  margin-top: 18px;
  margin-bottom: 0;
}
.hp-pricing-card .hp-check-list {
  text-align: left;
  margin-bottom: 28px;
}

/* ============================================================
   FAQ — clean accordion
   ============================================================ */
.hp-faq { max-width: 760px; margin: 0 auto; }
.hp-faq__item {
  border: 1px solid var(--hp-border-light);
  border-radius: var(--hp-r);
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--hp-white);
  transition: border-color 0.2s ease;
}
.hp-faq__item:hover { border-color: var(--hp-border); }
.hp-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  font-family: var(--hp-ff-body) !important;
  font-size: 16px;
  font-weight: 600;
  color: var(--hp-text);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.2s ease;
}
.hp-faq__question:hover { background: var(--hp-surface); }
.hp-faq__question i {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--hp-text-quiet);
  flex-shrink: 0;
}
.hp-faq__question[aria-expanded="true"] i { transform: rotate(180deg); }
.hp-faq__answer { padding: 0 28px 22px; }
.hp-faq__answer p {
  font-size: 15px;
  color: var(--hp-text-mid);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   FINAL CTA — commanding close
   ============================================================ */
.hp-final-cta { text-align: center; padding: 100px 0; }
.hp-final-cta h2 { margin-bottom: 16px; }
.hp-final-cta__subtitle {
  font-size: 19px;
  margin-bottom: 36px;
  color: var(--hp-navy-text);
}

/* ============================================================
   POPUPS — refined overlays (class names preserved for JS)
   ============================================================ */
.hp-v2 .drag-professional-popup-box,
.hp-v2 .popup-rci-signup,
.hp-v2 .order-popup-box {
  font-family: var(--hp-ff-body) !important;
  border-radius: var(--hp-r-lg);
}
.hp-v2 .btn-red-inline {
  background: var(--hp-saffron) !important;
  border-color: var(--hp-saffron) !important;
  border-radius: var(--hp-r) !important;
  font-family: var(--hp-ff-body) !important;
  font-weight: 600;
  transition: all 0.25s ease;
}
.hp-v2 .btn-red-inline:hover {
  background: var(--hp-saffron-hover) !important;
  border-color: var(--hp-saffron-hover) !important;
  box-shadow: 0 4px 16px var(--hp-saffron-glow);
}
/* Timer offer bar */
.hp-v2 .two-minute-offer {
  background: var(--hp-indigo) !important;
  font-family: var(--hp-ff-body) !important;
  border-radius: var(--hp-r);
}
/* Popup backgrounds */
.hp-v2 .landing-popup-bg,
.hp-v2 .information-bg-01 {
  font-family: var(--hp-ff-body) !important;
}
.hp-v2 .generate-popup-box,
.hp-v2 .one-timeoffer-popup {
  font-family: var(--hp-ff-body) !important;
  border-radius: var(--hp-r-lg);
}

/* ============================================================
   RESPONSIVE — refined breakpoints
   ============================================================ */
@media (max-width: 1199px) {
  .hp-v2 h1 { font-size: 46px; }
  .hp-v2 h2 { font-size: 36px; }
}
@media (max-width: 991px) {
  .hp-section { padding: 72px 0; }
  .hp-hero { min-height: auto; padding: 64px 0 52px; }
  .hp-hero h1 { font-size: 40px; max-width: 100%; }
  .hp-tab-content.active { flex-direction: column; gap: 32px; }
  .hp-advantages { grid-template-columns: repeat(2, 1fr); }
  .hp-testimonials-text { grid-template-columns: 1fr; }
  .hp-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-pricing-cards { grid-template-columns: 1fr; max-width: 460px; }
  .hp-tabs { border-radius: var(--hp-r-lg); }
}
@media (max-width: 767px) {
  .hp-section { padding: var(--hp-section-sm) 0; }
  .hp-container { padding: 0 18px; }
  .hp-v2 h1 { font-size: 36px; }
  .hp-v2 h2 { font-size: 30px; }
  .hp-v2 h3 { font-size: 24px; }
  .hp-v2 h4 { font-size: 17px; }
  .hp-v2 { font-size: 16px; }
  .hp-hero { padding: 48px 0 40px; }
  .hp-hero__actions { flex-direction: column; }
  .hp-hero__actions .hp-btn { width: 100%; text-align: center; justify-content: center; }
  .hp-stats-row { gap: 28px; }
  .hp-stat__number { font-size: 24px; }
  .hp-section--navy .hp-stat__number { font-size: 40px; }
  .hp-stat--large .hp-stat__number { font-size: 40px; }
  .hp-steps { flex-direction: column; gap: 28px; }
  .hp-step::after { display: none; }
  .hp-tabs { gap: 4px; padding: 4px; border-radius: var(--hp-r); }
  .hp-tab { font-size: 12px; padding: 8px 12px; }
  .hp-advantages { grid-template-columns: 1fr; }
  .hp-testimonials-grid { grid-template-columns: 1fr; }
  .hp-section-header { margin-bottom: 40px; }
  .hp-section-header p { font-size: 17px; }
  .hp-designations { gap: 6px; }
  .hp-designation { font-size: 10px; padding: 3px 8px; }
  .hp-v2 .hp-hero__image img { max-width: 100%; }
}
@media (max-width: 480px) {
  .hp-v2 h1 { font-size: 30px; }
  .hp-v2 h2 { font-size: 26px; }
  .hp-btn { font-size: 15px; padding: 12px 24px; }
  .hp-btn--lg { font-size: 16px; padding: 14px 28px; }
  .hp-card { padding: 24px 20px; }
  .hp-pricing-card { padding: 28px 22px; }
  .hp-section--navy .hp-stat__number { font-size: 36px; }
}

/* ============================================================
   SCROLL ANIMATIONS — Jakub (subtle) + Jhey (playful)
   Progressive enhancement: scoped to .js (added by inline script)
   ============================================================ */

/* ── Keyframes ─────────────────────────────────────────────── */
@keyframes hp-fade-in-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hp-fade-in-up-blur {
  from { opacity: 0; transform: translateY(20px); filter: blur(4px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes hp-pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 var(--hp-saffron-glow); }
  50% { box-shadow: 0 0 20px 4px var(--hp-saffron-glow); }
}

@keyframes hp-slide-in-left {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes hp-slide-in-right {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes hp-scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hp-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hp-rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Scroll-triggered classes ──────────────────────────────── */
.js .hp-animate-on-scroll {
  opacity: 0;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-subtle {
  animation: hp-fade-in-up 0.6s ease-out both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-playful {
  animation: hp-fade-in-up-blur 0.7s ease-out both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-slide-left {
  animation: hp-slide-in-left 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-slide-right {
  animation: hp-slide-in-right 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-scale {
  animation: hp-scale-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-fade {
  animation: hp-fade-in 0.8s ease-out both;
}

.js .hp-animate-on-scroll.hp-visible.hp-enter-rise {
  animation: hp-rise-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Layered shadow utility (Jakub/Kyle: replaces flat inline shadows) ── */
.hp-shadow-layered {
  box-shadow: var(--hp-sh-card) !important;
  border: none !important;
}
.hp-shadow-layered:hover {
  box-shadow: var(--hp-sh-lifted) !important;
}

/* ── Stagger delays (fill-mode: backwards prevents flash before delayed start) ── */
.hp-stagger-1 { animation-delay: 0ms; animation-fill-mode: backwards; }
.hp-stagger-2 { animation-delay: 100ms; animation-fill-mode: backwards; }
.hp-stagger-3 { animation-delay: 200ms; animation-fill-mode: backwards; }
.hp-stagger-4 { animation-delay: 300ms; animation-fill-mode: backwards; }
.hp-stagger-5 { animation-delay: 400ms; animation-fill-mode: backwards; }
.hp-stagger-6 { animation-delay: 500ms; animation-fill-mode: backwards; }

/* ── CTA glow pulse ────────────────────────────────────────── */
.hp-cta-glow {
  animation: hp-pulse-glow 2.5s ease-in-out infinite;
}

/* ── Dark mode ─────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
  :root {
    /* Backgrounds */
    --hp-ivory: #1a1c2e;
    --hp-warm-white: #161828;
    --hp-surface: #1e2035;
    --hp-white: #12141f;

    /* Text — WCAG AA contrast (~17:1 on #1a1c2e) */
    --hp-text: #e8e9ed;
    --hp-text-mid: #b8bac8;
    --hp-text-quiet: #8b8e9f;
    --hp-text-faint: #5e6073;

    /* Borders */
    --hp-border: rgba(255, 255, 255, 0.12);
    --hp-border-light: rgba(255, 255, 255, 0.06);

    /* Pale accents — transparent dark variants */
    --hp-saffron-pale: rgba(232, 151, 61, 0.12);
    --hp-emerald-pale: rgba(13, 148, 101, 0.12);

    /* Shadows — higher opacity for dark backgrounds */
    --hp-sh-subtle:
      0 1px 1px rgba(0, 0, 0, 0.10),
      0 2px 4px rgba(0, 0, 0, 0.12),
      0 4px 8px rgba(0, 0, 0, 0.10);
    --hp-sh-card:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.14),
      0 4px 8px rgba(0, 0, 0, 0.16),
      0 8px 16px rgba(0, 0, 0, 0.12);
    --hp-sh-lifted:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.14),
      0 4px 8px rgba(0, 0, 0, 0.18),
      0 12px 24px rgba(0, 0, 0, 0.22),
      0 24px 48px rgba(0, 0, 0, 0.14);
    --hp-sh-dramatic:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 2px 4px rgba(0, 0, 0, 0.18),
      0 8px 16px rgba(0, 0, 0, 0.22),
      0 16px 32px rgba(0, 0, 0, 0.24),
      0 32px 64px rgba(0, 0, 0, 0.28);
  }

  /* Component overrides */
  .hp-v2 { background: var(--hp-ivory); }
  .hp-card { background: var(--hp-surface); }
  .hp-faq__item { background: var(--hp-surface); }
}

/* ── Accessibility: reduced motion ─────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .hp-v2 *,
  .hp-v2 *::before,
  .hp-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hp-animate-on-scroll {
    opacity: 1 !important;
  }
}
