html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ak-ink); font-family: var(--ak-font-body); }

.lp { overflow-x: hidden; }

/* NAV */
.lp-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; gap: 22px;
  padding: 14px 38px;
  background: rgba(244,235,214,0.82);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--ak-line);
}
.lp-nav .brand { display: flex; align-items: center; gap: 10px; font-family: var(--ak-font-display); font-size: 24px; color: var(--ak-maroon); font-weight: 600; }
.lp-nav .brand .deva { font-family: var(--ak-font-deva); color: var(--ak-gold); font-size: 14px; margin-left: 4px; }
.lp-nav .links { display: flex; gap: 4px; margin-left: 22px; }
.lp-nav .links a { padding: 8px 14px; border-radius: 999px; cursor: pointer; font-size: 13px; color: var(--ak-ink-2); text-decoration: none; transition: 120ms; }
.lp-nav .links a:hover { background: rgba(184,146,62,0.14); color: var(--ak-maroon); }
.lp-nav .spacer { flex: 1; }
.lp-nav .lang { font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-ink-2); letter-spacing: 0.18em; margin-right: 10px; }
.lp-burger { display: none; background: none; border: 1px solid var(--ak-line-strong); border-radius: 10px; width: 38px; height: 38px; cursor: pointer; padding: 0; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.lp-burger span { display: block; width: 18px; height: 2px; background: var(--ak-maroon); border-radius: 2px; }
.lp-mobile-menu { display: none; }
@media (max-width: 880px) {
  .lp-nav .links { display: none; }
  .lp-nav { padding: 12px 18px; gap: 10px; }
  .lp-nav .lang-d, .lp-nav .btn-d { display: none; }
  .lp-burger { display: inline-flex; }
  .lp-mobile-menu {
    display: flex; flex-direction: column; gap: 4px;
    position: sticky; top: 60px; z-index: 99;
    background: rgba(244,235,214,0.98); backdrop-filter: blur(10px);
    padding: 12px 18px; border-bottom: 1px solid var(--ak-line);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
  }
  .lp-mobile-menu a { padding: 10px 12px; border-radius: 10px; color: var(--ak-ink); text-decoration: none; font-size: 15px; cursor: pointer; }
  .lp-mobile-menu a:hover { background: rgba(184,146,62,0.14); color: var(--ak-maroon); }
}

/* HERO — premium spiritual */
.lp-hero {
  position: relative; padding: 100px 38px 140px; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(1400px 700px at 78% 8%, rgba(224,122,25,0.28), transparent 60%),
    radial-gradient(1000px 700px at 8% 65%, rgba(42,33,84,0.20), transparent 70%),
    radial-gradient(800px 500px at 50% 100%, rgba(184,146,62,0.18), transparent 70%),
    linear-gradient(180deg, #FBF5E5 0%, #F4EBD6 60%, #EDDFC2 100%);
}
/* Aura glow under hero */
.lp-hero::before {
  content: ''; position: absolute; left: 50%; top: 40%; width: 1100px; height: 1100px;
  transform: translate(-50%, -50%); pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(243,154,61,0.18) 0%, rgba(243,154,61,0) 60%);
  animation: ak-pulse 8s ease-in-out infinite;
}
@keyframes ak-pulse { 0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); } }

/* Yantra wrappers — slow rotate */
.lp-hero .yantra, .lp-hero .yantra2 {
  position: absolute; pointer-events: none; z-index: 0;
  transform-origin: center; will-change: transform;
}
.lp-hero .yantra {
  right: -160px; top: -120px; width: 760px; height: 760px;
  animation: ak-rotate 180s linear infinite;
  filter: drop-shadow(0 0 40px rgba(224,122,25,0.18));
}
.lp-hero .yantra2 {
  left: -260px; bottom: -240px; width: 640px; height: 640px;
  animation: ak-rotate 280s linear infinite reverse;
}
.lp-hero .yantra svg, .lp-hero .yantra2 svg { width: 100%; height: 100%; display: block; }

/* Floating om/swastika sparkles */
.lp-hero .sparkles { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.lp-hero .sparkles span {
  position: absolute; font-family: var(--ak-font-deva); color: var(--ak-gold);
  opacity: 0.32; user-select: none; pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(184,146,62,0.4));
  animation: ak-float 14s ease-in-out infinite;
}
@keyframes ak-float {
  0%, 100% { transform: translateY(0) rotate(0); opacity: 0.32; }
  50% { transform: translateY(-22px) rotate(8deg); opacity: 0.55; }
}

.lp-hero .grid {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 70px; align-items: center;
  position: relative; z-index: 3; max-width: 1280px; margin: 0 auto;
}
@media (max-width: 980px) {
  .lp-hero .grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-hero .card-stack { display: none; }
}

.lp-hero .chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(184,146,62,0.4);
  background: rgba(255,255,255,0.65); backdrop-filter: blur(6px);
  font-family: var(--ak-font-mono); font-size: 11px; letter-spacing: 0.18em;
  color: var(--ak-maroon); text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(184,146,62,0.18);
}
.lp-hero .chip::before { content: 'ॐ'; font-family: var(--ak-font-deva); color: var(--ak-saffron); font-size: 14px; }

.lp-hero .h1 {
  font-family: var(--ak-font-display); font-size: clamp(46px, 7vw, 92px);
  line-height: 1.02; margin: 24px 0 14px; color: var(--ak-ink);
  letter-spacing: -0.012em; font-weight: 500;
}
.lp-hero .h1 em {
  font-style: italic; font-weight: 500; color: var(--ak-maroon);
  background-image: linear-gradient(120deg, #6B1F2A 0%, #E07A19 60%, #B8923E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-hero .deva-line { font-family: var(--ak-font-deva); font-size: 24px; color: var(--ak-maroon-2); margin-top: 18px; letter-spacing: 0.02em; }
.lp-hero .lede { font-size: 17px; line-height: 1.65; color: var(--ak-ink-2); max-width: 580px; margin-top: 22px; }
.lp-hero .cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.lp-hero .meta {
  font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.22em;
  color: var(--ak-ink-2); margin-top: 26px; text-transform: uppercase;
  padding-top: 18px; border-top: 1px dashed rgba(184,146,62,0.32); max-width: 480px;
}

/* CARD STACK — refined */
.lp-hero .card-stack { position: relative; height: 480px; }
.lp-hero .card-stack .stack-card {
  position: absolute; width: 320px; padding: 22px 24px;
  background: linear-gradient(160deg, #FFFFFF 0%, #FAF3E0 100%);
  border: 1px solid rgba(184,146,62,0.30); border-radius: 22px;
  box-shadow: 0 24px 60px rgba(42,33,84,0.18), 0 6px 16px rgba(107,31,42,0.10);
  transition: transform 360ms ease;
}
.lp-hero .card-stack .stack-card:hover { transform: translateY(-6px) rotate(0) !important; z-index: 10; }
.lp-hero .card-stack .c1 { top: 0; left: 20px; transform: rotate(-5deg); animation: ak-card-float 9s ease-in-out infinite; }
.lp-hero .card-stack .c2 { top: 140px; left: 80px; transform: rotate(3deg); animation: ak-card-float 11s ease-in-out -2s infinite; }
.lp-hero .card-stack .c3 { top: 280px; left: 30px; transform: rotate(-2deg); animation: ak-card-float 10s ease-in-out -4s infinite; }
@keyframes ak-card-float {
  0%, 100% { transform: rotate(var(--r, -4deg)) translateY(0); }
  50% { transform: rotate(var(--r, -4deg)) translateY(-8px); }
}
.lp-hero .card-stack .c1 { --r: -5deg; }
.lp-hero .card-stack .c2 { --r: 3deg; }
.lp-hero .card-stack .c3 { --r: -2deg; }

@media (max-width: 720px) {
  .lp-hero .h1 { font-size: clamp(38px, 9vw, 56px); }
  .lp-hero .deva-line { font-size: 18px; }
}

/* SECTIONS */
.lp-section { padding: 90px 38px; }
@media (max-width: 720px) {
  .lp-section { padding: 56px 18px; }
  .lp-hero { padding: 48px 18px 70px; }
  .lp-hero .meta { letter-spacing: 0.14em; }
  .cta-band { padding: 56px 18px; }
  .lp-footer { padding: 30px 18px; }
}
.lp-section.alt { background: linear-gradient(180deg, #F4EBD6 0%, #EDDFC2 100%); }
.lp-section h2 { font-family: var(--ak-font-display); font-size: clamp(34px, 4vw, 56px); color: var(--ak-maroon); margin: 0 0 8px; letter-spacing: -0.01em; }
.lp-section .sub { font-size: 16px; color: var(--ak-ink-2); max-width: 700px; margin: 0 0 38px; line-height: 1.6; }
.lp-section .eyebrow { font-family: var(--ak-font-mono); font-size: 11px; letter-spacing: 0.22em; color: var(--ak-gold); text-transform: uppercase; font-weight: 700; }

/* ==== COUNCIL — luxe edition ==== */
.council-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 36px; perspective: 1400px;
}
@media (max-width: 880px) { .council-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 560px) { .council-grid { grid-template-columns: 1fr; } }

/* Card — glass + planet-tinted gradient + parallax depth */
.agent-card {
  position: relative; padding: 28px 24px 24px;
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(250,243,224,0.78) 100%);
  border: 1px solid rgba(184,146,62,0.28);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow:
    0 10px 28px rgba(42,33,84,0.10),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 0 0 1px rgba(255,255,255,0.4) inset;
  transition: transform 480ms cubic-bezier(.2,.7,.2,1),
              box-shadow 480ms cubic-bezier(.2,.7,.2,1);
  cursor: default; overflow: hidden;
  transform-style: preserve-3d;
}

/* Planet-keyed gradient wash (subtle) */
.agent-card::before {
  content: ''; position: absolute; inset: 0; opacity: 0.10; transition: opacity 480ms ease;
  background:
    radial-gradient(420px 280px at 100% 0%, var(--c, var(--ak-saffron)) 0%, transparent 55%),
    radial-gradient(360px 240px at 0% 100%, var(--c, var(--ak-saffron)) 0%, transparent 60%);
  z-index: 0; pointer-events: none;
}

/* Rotating gold conic border (visible on hover) */
.agent-card::after {
  content: ""; position: absolute; inset: -1px; border-radius: 23px;
  padding: 1.5px; pointer-events: none; z-index: 2; opacity: 0;
  background: conic-gradient(from 0deg,
    rgba(184,146,62,0) 0deg,
    rgba(224,190,106,0.85) 70deg,
    rgba(184,146,62,0.2) 140deg,
    rgba(224,190,106,0.85) 220deg,
    rgba(184,146,62,0) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  transition: opacity 400ms ease;
  animation: ak-rotate 6s linear infinite;
}

.agent-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow:
    0 28px 60px rgba(42,33,84,0.20),
    0 8px 20px rgba(107,31,42,0.10),
    0 1px 0 rgba(255,255,255,0.8) inset;
}
.agent-card:hover::before { opacity: 0.22; }
.agent-card:hover::after { opacity: 1; }

/* All children above wash */
.agent-card > * { position: relative; z-index: 3; }

/* Glyph orb — glowing planet disc with concentric rings */
.agent-card .glyph {
  position: relative; width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  font-family: var(--ak-font-deva); font-size: 26px; font-weight: 600;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.55) 0%, transparent 35%),
    radial-gradient(circle at 50% 60%, var(--c) 0%, color-mix(in srgb, var(--c) 60%, #000) 100%);
  box-shadow:
    0 10px 22px color-mix(in srgb, var(--c) 35%, transparent),
    0 0 0 2px rgba(255,255,255,0.55) inset,
    0 0 28px color-mix(in srgb, var(--c) 28%, transparent);
}
/* Outer halo ring */
.agent-card .glyph::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 1px dashed rgba(184,146,62,0.45);
  animation: ak-rotate 28s linear infinite;
}
/* Inner glow */
.agent-card .glyph::after {
  content: ""; position: absolute; inset: -22px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--c) 25%, transparent) 0%, transparent 65%);
  z-index: -1; opacity: 0.7;
  animation: ak-glow 5s ease-in-out infinite;
}

/* Gold ornament rule above name */
.agent-card .name { margin-top: 22px; padding-top: 14px; }
.agent-card .name::before {
  content: ""; display: block; width: 36px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ak-gold), transparent);
  margin-bottom: 12px;
}
.agent-card .name {
  font-family: var(--ak-font-display); font-size: 30px;
  color: var(--ak-maroon); letter-spacing: -0.01em; line-height: 1.1;
}
.agent-card .name .deva {
  font-family: var(--ak-font-deva); color: var(--ak-gold); font-size: 15px;
  margin-left: 6px; vertical-align: middle;
}

.agent-card .domain {
  margin-top: 12px; font-size: 14px; color: var(--ak-ink-2); line-height: 1.6;
  min-height: 3.2em;
}

/* Planet ribbon at bottom */
.agent-card .planet {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid rgba(184,146,62,0.22);
  font-family: var(--ak-font-mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ak-gold); display: flex; align-items: center; gap: 8px;
}
.agent-card .planet::before {
  content: "◆"; color: var(--c); font-size: 10px;
  text-shadow: 0 0 10px color-mix(in srgb, var(--c) 60%, transparent);
}

/* Card index — corner mono tag */
.agent-card .card-idx {
  position: absolute; top: 16px; right: 18px;
  font-family: var(--ak-font-mono); font-size: 10px;
  letter-spacing: 0.16em; color: rgba(26,20,16,0.30);
  z-index: 3;
}
@media (max-width: 560px) {
  .agent-card { padding: 22px 20px; }
  .agent-card .name { font-size: 24px; }
  .agent-card .glyph { width: 54px; height: 54px; font-size: 22px; }
}

/* RECEIPTS */
.receipts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
@media (max-width: 880px) { .receipts { grid-template-columns: repeat(2, 1fr); } }
.receipt {
  padding: 26px; border-radius: 22px; background: var(--ak-cream-2);
  border: 1px solid var(--ak-line);
}
.receipt h4 { font-family: var(--ak-font-display); color: var(--ak-indigo); font-size: 22px; margin: 0 0 6px; }
.receipt p { font-size: 14px; color: var(--ak-ink-2); margin: 0; line-height: 1.6; }
.receipt .icon { font-size: 24px; margin-bottom: 8px; }

/* HOW */
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; counter-reset: step; }
@media (max-width: 880px) { .how-steps { grid-template-columns: repeat(2, 1fr); } }
.how-step { padding: 24px; border-radius: 22px; background: #FAF3E0; border: 1px solid var(--ak-line); position: relative; }
.how-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 18px; right: 22px; font-family: var(--ak-font-mono); font-size: 24px; color: var(--ak-gold); font-weight: 600; }
.how-step h4 { font-family: var(--ak-font-display); font-size: 22px; color: var(--ak-maroon); margin: 0 0 6px; }
.how-step p { color: var(--ak-ink-2); font-size: 14px; line-height: 1.6; margin: 0; }

/* PRICING */
.lp-pricing { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.lp-plan { padding: 22px; border-radius: 20px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); display: flex; flex-direction: column; gap: 10px; transition: 200ms; }
.lp-plan:hover { transform: translateY(-3px); box-shadow: var(--ak-shadow-md); }
.lp-plan.featured { background: linear-gradient(135deg, var(--ak-indigo) 0%, var(--ak-maroon) 70%, var(--ak-saffron) 100%); color: #FAF3E0; border: none; }
.lp-plan .tag { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--ak-gold); }
.lp-plan.featured .tag { color: var(--ak-gold-2); }
.lp-plan .name { font-family: var(--ak-font-display); font-size: 24px; color: var(--ak-maroon); }
.lp-plan.featured .name { color: #FAF3E0; }
.lp-plan .price { font-family: var(--ak-font-display); font-size: 36px; line-height: 1; }
.lp-plan .price small { font-size: 16px; opacity: 0.6; }
.lp-plan ul { margin: 4px 0 0; padding-left: 18px; font-size: 13px; line-height: 1.7; color: var(--ak-ink-2); }
.lp-plan.featured ul { color: rgba(250,243,224,0.92); }

/* ASTROLOGERS */
.astros { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.astro { padding: 22px; background: #FAF3E0; border-radius: 20px; border: 1px solid var(--ak-line); text-align: center; }
.astro .avatar { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px; background: linear-gradient(135deg, var(--ak-saffron), var(--ak-maroon)); color: #fff; display: grid; place-items: center; font-family: var(--ak-font-display); font-size: 26px; }
.astro .name { font-family: var(--ak-font-display); font-size: 18px; color: var(--ak-maroon); }
.astro .role { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--ak-ink-2); text-transform: uppercase; margin: 2px 0 8px; }
.astro .status { font-size: 12px; color: #2E5A2A; }

/* FAQ */
.faq { margin-top: 28px; max-width: 860px; }
.faq details { background: #FAF3E0; border: 1px solid var(--ak-line); border-radius: 18px; padding: 16px 22px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-family: var(--ak-font-display); font-size: 19px; color: var(--ak-maroon); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::after { content: '+'; color: var(--ak-saffron); font-size: 22px; transition: 150ms; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ak-ink-2); margin: 10px 0 0; line-height: 1.6; }

/* CTA BAND */
.cta-band { padding: 80px 38px; text-align: center; background: radial-gradient(800px 400px at 50% 0%, rgba(224,122,25,0.22), transparent 60%), linear-gradient(180deg, #2A2154 0%, #6B1F2A 100%); color: #FAF3E0; }
.cta-band h2 { font-family: var(--ak-font-display); font-size: clamp(36px, 5vw, 64px); margin: 0 0 12px; color: #FAF3E0; }
.cta-band p { opacity: 0.85; font-size: 17px; }

/* FOOTER */
.lp-footer { padding: 40px 38px; background: #1A1410; color: #C8B89C; }
.lp-footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 880px) { .lp-footer .grid { grid-template-columns: 1fr 1fr; } }
.lp-footer h5 { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--ak-gold); text-transform: uppercase; margin: 0 0 12px; }
.lp-footer a { display: block; color: #C8B89C; text-decoration: none; font-size: 13px; padding: 4px 0; }
.lp-footer a:hover { color: var(--ak-saffron-2); }
.lp-footer .brand { font-family: var(--ak-font-display); color: #FAF3E0; font-size: 26px; }
.lp-footer .copyright { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 12px; opacity: 0.6; }

/* misc */
.ak-btn.lg { padding: 14px 26px; font-size: 15px; }
.ak-btn.outline-light { background: transparent; color: #FAF3E0; border: 1px solid rgba(250,243,224,0.4); }
.ak-btn.outline-light:hover { background: rgba(250,243,224,0.1); }

/* --- HERO stack cards (refined) --- */
.lp-hero .stack-card .stack-tag { font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.16em; color: var(--ak-maroon); margin-bottom: 8px; text-transform: uppercase; }
.lp-hero .stack-card .stack-line { font-family: var(--ak-font-display); font-size: 17px; color: var(--ak-maroon); margin-bottom: 6px; }
.lp-hero .stack-card p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--ak-ink-2); }
.lp-hero .stack-card .src { font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.12em; color: var(--ak-gold); margin-top: 10px; text-transform: uppercase; }

/* --- KPIs --- */
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 24px 0 36px; }
.kpis > div { padding: 16px 18px; border-left: 3px solid var(--ak-saffron); background: rgba(255,255,255,0.5); border-radius: 0 12px 12px 0; }
.kpis strong { display: block; font-family: var(--ak-font-display); font-size: 32px; color: var(--ak-maroon); line-height: 1; }
.kpis span { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--ak-ink-2); }
@media (max-width: 720px) { .kpis { grid-template-columns: repeat(2, 1fr); gap: 10px; } .kpis strong { font-size: 22px; } }

/* --- AGENT CARDS extras --- */
.agent-card .card-num { position: absolute; top: 14px; right: 16px; font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-ink-2); letter-spacing: 0.12em; }

/* --- ONBOARDING (03) --- */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
@media (max-width: 880px) { .steps-row { grid-template-columns: 1fr; } }
.step-card { background: #FAF3E0; border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); padding: 22px; display: flex; flex-direction: column; gap: 10px; min-height: 460px; }
.step-num { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--ak-gold); }
.step-card h3 { font-family: var(--ak-font-display); font-size: 26px; color: var(--ak-maroon); margin: 0; }
.step-deva { font-family: var(--ak-font-deva); color: var(--ak-maroon-2); font-size: 18px; }
.step-card .field { margin-top: 6px; }
.step-card .field label { display: block; font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.18em; color: var(--ak-ink-2); text-transform: uppercase; margin-bottom: 4px; }
.step-card .field-val { font-family: var(--ak-font-display); font-size: 20px; color: var(--ak-ink); padding: 8px 0; border-bottom: 1px solid var(--ak-line); }
.gender-row { display: flex; gap: 6px; flex-wrap: wrap; }
.g-pill { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--ak-line-strong); font-size: 12px; color: var(--ak-ink-2); }
.g-pill.on { background: var(--ak-saffron); color: #fff; border-color: var(--ak-saffron); }
.step-meta { font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-saffron); letter-spacing: 0.08em; line-height: 1.6; margin-top: auto; }
.hint { font-size: 12px; color: var(--ak-ink-2); margin: 4px 0; }
.horizon {
  position: relative; height: 110px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(180deg, #1A1430 0%, #3D2E72 60%, #6B1F2A 100%);
  margin-top: 6px;
}
.horizon-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle 1px at 12% 22%, #fff, transparent),
    radial-gradient(circle 1px at 28% 60%, #fff, transparent),
    radial-gradient(circle 1px at 45% 30%, #fff, transparent),
    radial-gradient(circle 1px at 68% 18%, #fff, transparent),
    radial-gradient(circle 1px at 82% 50%, #fff, transparent),
    radial-gradient(circle 1.5px at 38% 12%, #fff, transparent),
    radial-gradient(circle 1px at 92% 30%, #fff, transparent);
  opacity: 0.85;
}
.horizon-sun {
  position: absolute; left: 60%; top: 55%; width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle, #F39A3D 0%, rgba(243,154,61,0) 70%);
}
.horizon-line { position: absolute; left: 0; right: 0; bottom: 28px; height: 1px; background: rgba(184,146,62,0.5); }
.horizon-coords { position: absolute; left: 8px; bottom: 6px; font-family: var(--ak-font-mono); font-size: 9px; color: var(--ak-gold-2); letter-spacing: 0.1em; }
.drop-zone { border: 2px dashed var(--ak-line-strong); border-radius: 16px; padding: 26px 14px; text-align: center; color: var(--ak-ink-2); }

/* --- CHAT (04) --- */
.chat-demo { display: grid; grid-template-columns: 220px 1fr; gap: 0; border-radius: var(--ak-radius-lg); overflow: hidden; border: 1px solid var(--ak-line); background: var(--ak-cream-2); }
@media (max-width: 880px) { .chat-demo { grid-template-columns: 1fr; } .chat-demo-rail { display: none; } }
.chat-demo-rail { padding: 14px 12px; border-right: 1px solid var(--ak-line); background: rgba(184,146,62,0.05); }
.rail-row { display: flex; align-items: center; gap: 8px; padding: 8px 8px; border-radius: 10px; margin: 4px 0; border: 1px solid transparent; }
.rail-row[style*="opacity: 1"] { border-color: var(--c); background: rgba(224,122,25,0.10); }
.rail-glyph { width: 28px; height: 28px; border-radius: 50%; background: var(--c, var(--ak-saffron)); color: #fff; display: grid; place-items: center; font-family: var(--ak-font-deva); font-size: 13px; font-weight: 600; flex-shrink: 0; }
.rail-name { font-family: var(--ak-font-display); font-size: 14px; color: var(--ak-maroon); line-height: 1; }
.rail-deva { font-family: var(--ak-font-deva); font-size: 10px; color: var(--ak-gold); margin-top: 2px; }
.chat-demo-main { display: flex; flex-direction: column; }
.chat-demo-head { padding: 14px 18px; border-bottom: 1px solid var(--ak-line); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.chat-demo-head .rail-glyph { width: 38px; height: 38px; font-size: 16px; }
.chip-mono { font-family: var(--ak-font-mono); font-size: 10px; padding: 3px 10px; border: 1px solid var(--ak-line-strong); border-radius: 999px; color: var(--ak-ink-2); }
.chip-pill { font-family: var(--ak-font-mono); font-size: 10px; padding: 4px 12px; border-radius: 999px; background: var(--ak-maroon); color: var(--ak-cream-2); letter-spacing: 0.1em; }
.chat-demo-body { padding: 16px 22px 8px; max-height: 460px; overflow-y: auto; }
.chat-divider { text-align: center; font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-gold); letter-spacing: 0.16em; margin: 14px 0; }
.bubble { padding: 14px 18px; border-radius: 18px; margin: 10px 0; max-width: 78%; line-height: 1.55; font-size: 14px; }
.bubble.assistant { background: rgba(184,146,62,0.10); border: 1px solid rgba(184,146,62,0.18); color: var(--ak-ink); }
.bubble.user { background: var(--ak-maroon); color: #FAF3E0; margin-left: auto; }
.bubble.assistant em { color: var(--ak-saffron); font-style: italic; }
.bubble .src { font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.12em; color: var(--ak-gold); margin-top: 8px; }
.msg-actions { font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-ink-2); margin-top: 6px; }
.chat-demo-composer { display: flex; gap: 10px; padding: 14px 18px; border-top: 1px solid var(--ak-line); align-items: center; }
.chat-demo-composer .mic { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--ak-line); display: grid; place-items: center; font-size: 16px; }
.chat-demo-composer input { flex: 1; padding: 10px 14px; border: 1px solid var(--ak-line); border-radius: 12px; background: #fff; font-family: var(--ak-font-display); font-style: italic; font-size: 15px; color: var(--ak-ink-2); }
.quick-row { display: flex; gap: 8px; padding: 10px 18px 16px; flex-wrap: wrap; }
.quick-row span { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--ak-line); background: rgba(255,255,255,0.6); font-size: 12px; color: var(--ak-ink-2); cursor: pointer; }

/* --- COUNCIL MODE (05) --- */
.council-mode { display: grid; grid-template-columns: 1.1fr 1fr; gap: 22px; align-items: stretch; margin-top: 22px; }
@media (max-width: 980px) { .council-mode { grid-template-columns: 1fr; } }
.ring-card { padding: 22px; border-radius: var(--ak-radius-lg); background: radial-gradient(800px 600px at 50% 0%, rgba(224,122,25,0.25), transparent 70%), linear-gradient(180deg, #1A1430 0%, #2A2154 100%); display: grid; place-items: center; }
.ring-side { display: flex; flex-direction: column; gap: 16px; }
.verdict { padding: 22px; background: var(--ak-cream-2); border-radius: var(--ak-radius-lg); border: 1px solid var(--ak-gold); }
.verdict h3 { font-family: var(--ak-font-display); font-size: 32px; color: var(--ak-maroon); margin: 8px 0; }
.verdict p { font-size: 14px; line-height: 1.6; color: var(--ak-ink-2); margin: 0 0 12px; }
.verdict-pill { display: inline-block; font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.2em; padding: 5px 12px; border-radius: 999px; background: var(--ak-saffron); color: #fff; }
.voices { padding: 18px; background: var(--ak-cream-2); border-radius: var(--ak-radius-lg); border: 1px solid var(--ak-line); display: flex; flex-direction: column; gap: 10px; }
.voice-row { display: flex; gap: 10px; align-items: flex-start; }
.voice-glyph { width: 32px; height: 32px; border-radius: 50%; color: #fff; display: grid; place-items: center; font-family: var(--ak-font-deva); font-size: 14px; flex-shrink: 0; }
.voice-body { flex: 1; min-width: 0; }
.voice-name { font-family: var(--ak-font-display); font-size: 16px; color: var(--ak-maroon); }
.voice-verdict { font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.16em; padding: 2px 8px; border-radius: 999px; margin-left: 8px; }
.v-wait { background: rgba(155,59,46,0.14); color: #9B3B2E; }
.v-go { background: rgba(58,107,71,0.14); color: #3A6B47; }
.v-window { background: rgba(184,146,62,0.18); color: var(--ak-gold); }
.voice-text { font-size: 12px; color: var(--ak-ink-2); margin-top: 2px; }

/* --- DASHBOARD (06) --- */
.dash-preview { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 22px; }
@media (max-width: 980px) { .dash-preview { grid-template-columns: 1fr; } }
.dash-tile { padding: 20px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); }
.dash-tile h3 { font-family: var(--ak-font-display); font-size: 24px; color: var(--ak-maroon); margin: 6px 0 10px; }
.dash-tile.featured { background: linear-gradient(135deg, #6B1F2A 0%, #E07A19 100%); color: #FAF3E0; border: none; text-align: center; }
.dash-tile.featured p { font-family: var(--ak-font-display); font-style: italic; font-size: 18px; line-height: 1.4; margin: 14px 0 6px; }
.om-circle { width: 90px; height: 90px; border: 1px solid rgba(250,243,224,0.4); border-radius: 50%; margin: 14px auto 10px; display: grid; place-items: center; font-size: 30px; font-family: var(--ak-font-deva); }
.tile-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.tile-tabs { display: inline-flex; border: 1px solid var(--ak-line-strong); border-radius: 999px; overflow: hidden; }
.tile-tabs span { padding: 5px 12px; font-family: var(--ak-font-mono); font-size: 10px; cursor: pointer; color: var(--ak-ink-2); letter-spacing: 0.1em; }
.tile-tabs span.on { background: var(--ak-maroon); color: #fff; }
.dash-tile.dasha .dasha-rows { display: grid; gap: 8px; margin-top: 12px; }
.dasha-row { display: grid; grid-template-columns: 80px 1fr; gap: 8px; align-items: center; }
.dasha-name { font-family: var(--ak-font-display); font-size: 14px; }
.dasha-bar { height: 6px; background: rgba(184,146,62,0.18); border-radius: 999px; overflow: hidden; }
.dasha-bar span { display: block; height: 100%; }
.mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
@media (max-width: 880px) { .mini-stats { grid-template-columns: repeat(2, 1fr); } }
.mini-stats > div { padding: 14px 16px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: 14px; display: grid; gap: 4px; }
.mini-stats strong { font-family: var(--ak-font-display); font-size: 24px; color: var(--ak-maroon); }

/* --- KUNDLI (07) --- */
.kundli-block { display: grid; grid-template-columns: 1.2fr 1fr; gap: 22px; margin-top: 22px; }
@media (max-width: 980px) { .kundli-block { grid-template-columns: 1fr; } }
.planet-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ak-line); }
.planet-chip { font-family: var(--ak-font-mono); font-size: 10px; padding: 5px 10px; background: rgba(255,255,255,0.5); border: 1px solid var(--ak-line); border-radius: 999px; letter-spacing: 0.06em; color: var(--ak-ink-2); }
.planet-chip b { font-family: var(--ak-font-body); font-size: 13px; margin-right: 3px; color: var(--ak-maroon); }
.aspect-list { padding-left: 16px; margin: 8px 0; }
.aspect-list li { font-size: 14px; margin: 4px 0; color: var(--ak-ink-2); }
.aspect-list b { color: var(--ak-maroon); }
.callout { background: linear-gradient(135deg, rgba(224,122,25,0.10), rgba(184,146,62,0.06)); padding: 14px; border-radius: 12px; margin-top: 14px; border-left: 3px solid var(--ak-saffron); }
.callout p { font-family: var(--ak-font-display); font-style: italic; font-size: 16px; color: var(--ak-maroon); line-height: 1.5; margin: 6px 0 0; }

/* --- PALM (08) --- */
.palm-block { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
@media (max-width: 880px) { .palm-block { grid-template-columns: 1fr; } }
.palm-canvas { padding: 22px; background: linear-gradient(135deg, #FAF3E0 0%, #F4EBD6 100%); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); display: flex; flex-direction: column; align-items: center; position: relative; }
.palm-canvas::before, .palm-canvas::after { content: ""; position: absolute; width: 24px; height: 24px; border: 1px solid var(--ak-gold); }
.palm-canvas::before { top: 18px; left: 18px; border-right: none; border-bottom: none; }
.palm-canvas::after { bottom: 18px; right: 18px; border-left: none; border-top: none; }
.palm-conf { display: grid; gap: 10px; }
.conf-card { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 14px 16px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: 14px; align-items: center; position: relative; }
.conf-n { font-family: var(--ak-font-display); font-size: 28px; color: var(--ak-saffron); line-height: 1; }
.conf-l { font-family: var(--ak-font-display); font-size: 16px; color: var(--ak-maroon); }
.conf-h { font-family: var(--ak-font-deva); font-size: 12px; color: var(--ak-gold); margin-top: 2px; }
.conf-bar { grid-column: 1 / -1; height: 4px; background: rgba(184,146,62,0.18); border-radius: 999px; overflow: hidden; margin-top: 4px; }
.conf-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--ak-saffron), var(--ak-maroon)); }

/* --- NUMEROLOGY (09) --- */
.numero-block { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
@media (max-width: 880px) { .numero-block { grid-template-columns: 1fr; } }
.num-col { display: flex; flex-direction: column; gap: 14px; }
.num-row { display: grid; grid-template-columns: 90px 1fr; gap: 16px; align-items: center; padding: 16px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); }
.num-big { font-family: var(--ak-font-display); font-size: 72px; line-height: 1; color: var(--ak-saffron); text-align: center; }
.num-row h3 { font-family: var(--ak-font-display); font-size: 22px; color: var(--ak-maroon); margin: 0; }
.num-row p { margin: 0; font-size: 13px; color: var(--ak-ink-2); line-height: 1.5; font-style: italic; }
.loshu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 14px 0 0; background: var(--ak-cream); padding: 4px; border-radius: 12px; max-width: 320px; }
.loshu-cell { aspect-ratio: 1; display: grid; place-items: center; background: var(--ak-cream-2); border-radius: 8px; font-family: var(--ak-font-display); font-weight: 600; }

/* --- PRICING (10) plan refinements --- */
.lp-plan { position: relative; }
.lp-plan.popular { border: 2px solid var(--ak-saffron); transform: scale(1.02); }
.popular-pill { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ak-maroon); color: #fff; font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.18em; padding: 4px 12px; border-radius: 999px; }
.sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 14px; }
@media (max-width: 720px) { .sub-grid { grid-template-columns: 1fr; } }
.sub-card { padding: 26px; border-radius: var(--ak-radius-lg); background: linear-gradient(135deg, #3D2E72 0%, #6B1F2A 100%); color: #FAF3E0; }
.sub-card.featured { background: linear-gradient(135deg, #2A2154 0%, #6B1F2A 50%, #E07A19 100%); }
.sub-name { font-family: var(--ak-font-display); font-size: 30px; }
.sub-name .ak-deva { font-family: var(--ak-font-deva); color: var(--ak-gold-2); font-size: 16px; margin-left: 8px; }
.sub-price { font-family: var(--ak-font-display); font-size: 56px; line-height: 1; margin: 10px 0; }
.sub-price small { font-size: 16px; opacity: 0.7; }
.sub-card ul { margin: 14px 0 0; padding-left: 0; list-style: none; font-size: 13px; line-height: 1.7; }
.sub-card ul li { opacity: 0.92; }

/* --- ENGINEERING (11) --- */
.eng-grid { display: grid; grid-template-columns: 280px 1fr; gap: 20px; margin-top: 22px; }
@media (max-width: 880px) { .eng-grid { grid-template-columns: 1fr; } }
.eng-col { background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); padding: 18px; }
.eng-col.core { background: linear-gradient(180deg, #FAF3E0 0%, #F4EBD6 100%); }
.eng-box { background: rgba(255,255,255,0.7); border: 1px solid var(--ak-line); border-radius: 12px; padding: 10px 12px; margin: 8px 0; position: relative; }
.eng-box.wide { background: linear-gradient(135deg, rgba(224,122,25,0.12), rgba(184,146,62,0.04)); border-color: var(--ak-saffron); }
.eng-l { font-size: 13px; color: var(--ak-maroon); font-weight: 600; }
.eng-s { font-family: var(--ak-font-mono); font-size: 10px; color: var(--ak-ink-2); margin-top: 2px; letter-spacing: 0.04em; }
.eng-tag { position: absolute; top: 8px; right: 10px; font-family: var(--ak-font-mono); font-size: 9px; padding: 2px 8px; background: var(--ak-saffron); color: #fff; border-radius: 4px; letter-spacing: 0.06em; }
.eng-arrow { text-align: center; color: var(--ak-saffron); font-size: 18px; margin: 6px 0; }
.eng-9grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
@media (max-width: 720px) { .eng-9grid { grid-template-columns: repeat(2, 1fr); } }
.eng-agent { display: flex; align-items: center; gap: 8px; padding: 10px; background: rgba(255,255,255,0.6); border: 1px solid var(--c, var(--ak-line)); border-radius: 12px; }
.eng-tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-top: 6px; }
@media (max-width: 720px) { .eng-tools { grid-template-columns: 1fr; } }
.eng-pill { font-family: var(--ak-font-mono); font-size: 10px; padding: 6px 10px; background: rgba(42,33,84,0.06); border-radius: 8px; color: var(--ak-indigo); }
.eng-models { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 6px; }
@media (max-width: 720px) { .eng-models { grid-template-columns: repeat(2, 1fr); } }
.eng-model { padding: 10px; background: linear-gradient(135deg, #2A2154, #6B1F2A); color: #FAF3E0; border-radius: 10px; font-family: var(--ak-font-mono); font-size: 11px; }
.eng-bottom { margin-top: 22px; padding: 18px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); }
.eng-eval { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 12px 0 18px; }
@media (max-width: 880px) { .eng-eval { grid-template-columns: repeat(2, 1fr); } }
.eng-eval-cell { padding: 12px; background: #fff; border: 1px solid var(--ak-line); border-radius: 10px; }
.eng-eval-cell b { color: var(--ak-maroon); font-size: 13px; }
.eng-lifecycle { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; padding-top: 14px; border-top: 1px solid var(--ak-line); }
.eng-lifecycle .ak-mono { font-size: 10px; letter-spacing: 0.14em; color: var(--ak-gold); margin-right: 8px; }
.life-pill { font-family: var(--ak-font-mono); font-size: 10px; padding: 5px 10px; background: rgba(184,146,62,0.14); border-radius: 999px; color: var(--ak-maroon); }
.life-arrow { color: var(--ak-saffron); margin: 0 2px; font-size: 11px; }

/* --- STRATEGY (12) --- */
.strat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
@media (max-width: 880px) { .strat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .strat-grid { grid-template-columns: 1fr; } }
.strat-cell { padding: 16px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: 14px; }
.strat-cell p { font-size: 13px; color: var(--ak-ink); margin: 6px 0 0; line-height: 1.5; }
.staircase { margin-top: 28px; padding: 22px; background: var(--ak-cream-2); border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg); }
.stair-row { display: grid; grid-template-columns: 200px 1fr auto auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px dashed var(--ak-line); }
@media (max-width: 720px) { .stair-row { grid-template-columns: 1fr auto; } .stair-bar { display: none; } }
.stair-l { font-family: var(--ak-font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--ak-ink-2); }
.stair-bar { height: 8px; background: rgba(184,146,62,0.14); border-radius: 999px; overflow: hidden; }
.stair-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--ak-saffron), var(--ak-maroon)); }
.stair-v { font-family: var(--ak-font-display); font-size: 22px; color: var(--ak-maroon); }
.stair-pct { font-family: var(--ak-font-mono); font-size: 11px; color: var(--ak-saffron); background: rgba(224,122,25,0.12); padding: 3px 10px; border-radius: 999px; }

/* ============ SOCIALS + APP STORE BADGES + APP BAND (premium) ============ */
.lp-socials { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.lp-social-btn {
  width: 38px; height: 38px; display: grid !important; place-items: center;
  border-radius: 999px; color: #C8B89C; border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04); transition: 160ms; padding: 0 !important;
}
.lp-social-btn:hover { color: #FAF3E0; border-color: var(--ak-saffron); background: rgba(224,122,25,0.16); transform: translateY(-2px); }

.lp-footer-stores { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.lp-store-row { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.lp-store-badge {
  display: inline-flex !important; align-items: center; gap: 10px;
  padding: 9px 16px !important; border-radius: 12px; text-decoration: none;
  background: #1A1410; color: #FAF3E0; border: 1px solid rgba(212,178,106,0.4);
  transition: 160ms;
}
.lp-store-badge:hover { transform: translateY(-2px); border-color: var(--ak-saffron); box-shadow: 0 10px 26px rgba(0,0,0,0.3); }
.lp-store-badge span { display: flex; flex-direction: column; line-height: 1.1; }
.lp-store-badge small { font-family: var(--ak-font-body); font-size: 9px; letter-spacing: 0.06em; opacity: 0.8; text-transform: uppercase; }
.lp-store-badge b { font-family: var(--ak-font-display); font-size: 16px; font-weight: 600; }
.lp-appband .lp-store-badge { background: rgba(250,243,224,0.08); }

.lp-appband {
  padding: 80px 38px;
  background: radial-gradient(900px 500px at 80% 20%, rgba(212,178,106,0.14), transparent 60%), linear-gradient(180deg, #14102B 0%, #2A2154 100%);
  color: #EFE4C9;
}
.lp-appband-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.lp-appband-copy .eyebrow { font-family: var(--ak-font-mono); font-size: 11px; letter-spacing: 0.24em; color: var(--ak-gold-leaf, #D4B26A); text-transform: uppercase; }
.lp-appband-copy h2 { font-family: var(--ak-font-display); font-size: clamp(32px, 4vw, 52px); color: #FAF3E0; margin: 10px 0 12px; line-height: 1.05; }
.lp-appband-copy p { font-size: 16px; line-height: 1.6; opacity: 0.86; max-width: 460px; }
.lp-appband-art { display: flex; justify-content: center; }
.lp-phone {
  position: relative; width: 230px; height: 460px; border-radius: 36px;
  background: linear-gradient(160deg, #2A2154, #14102B); padding: 14px;
  border: 1px solid rgba(212,178,106,0.35);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 0 0 2px rgba(255,255,255,0.04);
  animation: lp-float 5s ease-in-out infinite;
}
@keyframes lp-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(-2deg); } }
.lp-phone-notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 80px; height: 18px; border-radius: 0 0 12px 12px; background: #14102B; }
.lp-phone-screen { height: 100%; border-radius: 24px; background: linear-gradient(180deg, #F4EBD6, #EFE3C7); padding: 30px 18px 18px; }
.lp-phone-eyebrow { font-family: var(--ak-font-mono); font-size: 9px; letter-spacing: 0.24em; color: var(--ak-gold-2, #8C6B23); }
.lp-phone-title { font-family: var(--ak-font-display); font-size: 22px; color: var(--ak-maroon); margin: 4px 0 16px; }
.lp-phone-agent { display: flex; align-items: center; gap: 10px; padding: 9px 10px; margin-bottom: 8px; background: #fff; border: 1px solid var(--ak-line); border-radius: 12px; font-family: var(--ak-font-display); font-size: 15px; color: var(--ak-ink); }
.lp-phone-agent .dot { width: 28px; height: 28px; border-radius: 50%; color: #fff; display: grid; place-items: center; font-size: 11px; font-family: var(--ak-font-deva); }
@media (max-width: 880px) {
  .lp-appband { padding: 56px 18px; }
  .lp-appband-inner { grid-template-columns: 1fr; }
  .lp-appband-art { order: -1; }
  .lp-phone { width: 190px; height: 380px; }
}

/* ============ COMPATIBILITY GRID ============ */
.compat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
@media (max-width: 880px) { .compat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .compat-grid { grid-template-columns: 1fr; } }
.compat-card {
  background: #FAF3E0; border: 1px solid var(--ak-line); border-radius: var(--ak-radius-lg);
  padding: 22px; transition: transform 200ms cubic-bezier(.2,.7,.2,1), box-shadow 200ms;
}
.compat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(107,31,42,0.14); border-color: rgba(184,146,62,0.5); }
.compat-emoji { font-size: 30px; }
.compat-title { font-family: var(--ak-font-display); font-size: 22px; color: var(--ak-maroon); margin: 8px 0 6px; }
.compat-card p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--ak-ink-2); }

/* =====================================================================
   PRO POLISH PASS — fluid type/spacing, a11y, mobile perf, touch targets.
   Loaded last, so these intentionally win over the rules above.
   ===================================================================== */

/* 1) Fluid section + hero rhythm — tightened heights, less scrolling. */
.lp-section { padding: clamp(34px, 5vw, 60px) clamp(18px, 5vw, 38px); }
.lp-hero    { padding: clamp(40px, 7vw, 76px) clamp(18px, 5vw, 38px) clamp(48px, 8vw, 92px); }
.cta-band   { padding: clamp(40px, 6vw, 60px) clamp(18px, 5vw, 38px); }
.lp-appband { padding: clamp(40px, 6vw, 60px) clamp(18px, 5vw, 38px); }
.lp-footer  { padding: clamp(28px, 5vw, 40px) clamp(18px, 5vw, 38px); }

/* Fluid body copy so it reads well from 360px phones to desktop. */
.lp-hero .lede     { font-size: clamp(15px, 1.4vw, 17px); margin-top: 16px; }
.lp-section .sub   { font-size: clamp(14px, 1.3vw, 16px); margin-bottom: 22px; }

/* Tighten internal vertical rhythm so sections read shorter. */
.lp-section h2 { margin-bottom: 6px; }
.council-grid, .receipts, .how-steps, .compat-grid, .lp-pricing { margin-top: 22px; }
.lp-hero .cta { margin-top: 24px; }
.lp-hero .deva-line { margin-top: 12px; }
.lp-hero .meta { margin-top: 18px; padding-top: 14px; }
.agent-card .domain { min-height: 0; }
.lp-hero .card-stack { height: clamp(360px, 46vh, 460px); }

/* 2) Sticky-nav offset so in-page anchors don't hide under the bar. */
#council, #receipts, #how, #pricing, #faq, #compatibility { scroll-margin-top: 84px; }

/* 3) Visible keyboard focus (was missing entirely). */
.lp a:focus-visible,
.lp button:focus-visible,
.lp summary:focus-visible,
.lp details:focus-visible {
  outline: 2px solid var(--ak-saffron);
  outline-offset: 3px;
  border-radius: 6px;
}
.lp :focus:not(:focus-visible) { outline: none; }

/* 4) Comfortable touch targets (≥44px) on small screens. */
@media (max-width: 880px) {
  .lp-nav .ak-btn { min-height: 44px; }
  .lp-mobile-menu a { min-height: 44px; display: flex; align-items: center; }
  .lp-social-btn { width: 44px; height: 44px; }
  .lp-store-badge { padding: 12px 18px !important; }
  /* App store badges: equal size, side by side. */
  .lp-store-row, .lp-footer-stores { display: flex !important; gap: 10px !important; }
  .lp-store-row .lp-store-badge,
  .lp-footer-stores .lp-store-badge {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
    padding: 12px 10px !important;
  }
  .faq summary { padding: 4px 0; min-height: 30px; }
}

/* Slightly better footer-link contrast on the dark footer. */
.lp-footer a { color: #D6C6A8; }

/* 5) Mobile performance — drop the most expensive GPU effects on phones,
   where they jank and drain battery for little visual payoff. */
@media (max-width: 720px) {
  .lp-nav { backdrop-filter: saturate(140%) blur(8px); }
  .lp-hero .yantra2 { display: none; }            /* one rotating yantra is plenty */
  .lp-hero .sparkles { opacity: 0.7; }
  .agent-card { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .agent-card::after { display: none; }           /* kill per-card conic spin */
}

/* 6) Honor reduced-motion — stop every infinite animation, keep layout. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .lp-hero::before,
  .lp-hero .yantra, .lp-hero .yantra2,
  .lp-hero .sparkles span,
  .lp-hero .card-stack .stack-card,
  .agent-card::after, .agent-card .glyph::before, .agent-card .glyph::after,
  .lp-phone { animation: none !important; }
}

/* 7) Guard against horizontal overflow on narrow phones. */
.lp, .lp-section, .lp-hero { max-width: 100%; }
.lp-hero .lede, .lp-section .sub { max-width: min(100%, 700px); }

/* Local product assistant */
.product-bot {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 90;
  font-family: var(--ak-font-body);
}

.product-bot-fab {
  border: 1px solid rgba(184,146,62,0.55);
  border-radius: 999px;
  padding: 12px 18px;
  min-height: 52px;
  background: linear-gradient(135deg, #6B1F2A, #2A2154);
  color: #FAF3E0;
  box-shadow: 0 18px 44px rgba(42,33,84,0.26);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.product-bot-fab span {
  font-family: var(--ak-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E0BE6A;
}

.product-bot-fab b {
  font-family: var(--ak-font-display);
  font-size: 18px;
  font-weight: 600;
}

.product-bot-panel {
  width: min(390px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 34px));
  display: grid;
  grid-template-rows: auto minmax(160px, 1fr) auto auto auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,253,247,0.98);
  border: 1px solid rgba(184,146,62,0.32);
  box-shadow: 0 28px 80px rgba(42,33,84,0.24);
}

.product-bot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #3A1721, #6B1F2A);
  color: #FAF3E0;
}

.product-bot-head span {
  display: block;
  font-family: var(--ak-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #E0BE6A;
  text-transform: uppercase;
}

.product-bot-head strong {
  display: block;
  margin-top: 3px;
  font-family: var(--ak-font-display);
  font-size: 22px;
  font-weight: 600;
}

.product-bot-head button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(250,243,224,0.28);
  background: rgba(250,243,224,0.08);
  color: #FAF3E0;
  cursor: pointer;
}

.product-bot-log {
  padding: 16px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-bot-msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.48;
}

.product-bot-msg.bot {
  align-self: flex-start;
  background: #F4E8D1;
  color: #3E3027;
  border-bottom-left-radius: 5px;
}

.product-bot-msg.user {
  align-self: flex-end;
  background: #6B1F2A;
  color: #FFF8E8;
  border-bottom-right-radius: 5px;
}

.product-bot-chips,
.product-bot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 12px;
}

.product-bot-chips button,
.product-bot-actions button {
  border: 1px solid rgba(184,146,62,0.28);
  border-radius: 999px;
  background: #FFF8E8;
  color: #6B1F2A;
  padding: 8px 11px;
  font-size: 12px;
  cursor: pointer;
}

.product-bot-actions button:first-child {
  background: #6B1F2A;
  color: #FFF8E8;
}

.product-bot-form {
  display: flex;
  gap: 8px;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(184,146,62,0.18);
}

.product-bot-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(184,146,62,0.30);
  border-radius: 999px;
  padding: 11px 13px;
  background: #fff;
  color: #2A2019;
  font-size: 13px;
}

.product-bot-form button {
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: #E07A19;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 560px) {
  .product-bot {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
  .product-bot-fab {
    margin-left: auto;
  }
  .product-bot-panel {
    width: 100%;
    max-height: calc(100vh - 22px);
  }
}

/* Final chatbot alignment pass */
.product-bot {
  right: clamp(12px, 2vw, 28px);
  bottom: clamp(12px, 2vw, 28px);
  max-width: calc(100vw - 24px);
}

.product-bot-fab {
  position: relative;
  min-width: 188px;
  min-height: 58px;
  padding: 11px 18px 11px 56px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 18px;
  isolation: isolate;
}

.product-bot-fab::before {
  content: "?";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #FAF3E0;
  color: #6B1F2A;
  font-family: var(--ak-font-display);
  font-size: 20px;
  font-weight: 700;
}

.product-bot-panel {
  width: min(420px, calc(100vw - 24px));
  height: min(640px, calc(100vh - 34px));
  max-height: calc(100vh - 34px);
  grid-template-rows: auto minmax(180px, 1fr) auto auto auto;
  border-radius: 22px;
}

.product-bot-log {
  min-height: 0;
  overscroll-behavior: contain;
}

.product-bot-chips {
  padding-bottom: 10px;
}

.product-bot-chips button,
.product-bot-actions button,
.product-bot-form button {
  min-height: 38px;
}

.product-bot-form input {
  min-height: 42px;
}

@media (max-width: 720px) {
  .product-bot.open {
    inset: auto 10px 10px 10px;
  }

  .product-bot:not(.open) {
    left: auto;
  }

  .product-bot-fab {
    min-width: 176px;
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(42,33,84,0.22);
  }

  .product-bot-panel {
    width: 100%;
    height: min(74vh, 620px);
    max-height: calc(100vh - 20px);
    border-radius: 20px;
  }

  .product-bot-head {
    padding: 14px 16px;
  }

  .product-bot-head strong {
    font-size: 20px;
  }

  .product-bot-log {
    padding: 14px;
  }

  .product-bot-form {
    padding: 10px 12px 12px;
  }
}

@media (max-width: 420px) {
  .product-bot {
    right: 8px;
    left: 8px;
    bottom: 8px;
  }

  .product-bot-fab {
    margin-left: auto;
    min-width: 168px;
    max-width: calc(100vw - 16px);
  }

  .product-bot-panel {
    height: min(78vh, 610px);
  }

  .product-bot-form {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}


/* ── Aged-parchment override (final pass) ─────────────────── */
.lp-hero .stack-card,
.lp-feature-card,
.lp-voice-card,
.lp-section .ak-card,
.lp .ak-frame,
.lp-eyebrow,
.kpis > div,
.quick-row span,
.eng-col,
.eng-box,
.eng-agent,
.planet-chip {
  background: linear-gradient(160deg, #FAEAB6 0%, #F2DDA0 100%) !important;
  border-color: rgba(120, 80, 30, 0.32) !important;
  color: #2A1810;
}
.lp-hero .stack-card { box-shadow: 0 20px 50px rgba(74,18,25,0.14) !important; }
.eng-col.core {
  background: linear-gradient(160deg, #FFF1C2, #FAEAB6) !important;
}
.kpis span { color: #5C3A1F; }
.kpis strong { color: #6B1F2A; }

/* Strong ink on the landing body */
.lp p, .lp li, .lp h2, .lp h3 { color: #2A1810; }
.lp .lp-eyebrow { color: #8B5E1F; }


/* ============================================================
   PRICING — ultra-premium compact redesign (landing #pricing)
   Class-based (no inline styles in JSX). High-contrast, modern.
   Loaded last → wins the cascade over earlier .lp-plan rules.
   ============================================================ */
.lp-price-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.lp-currency-toggle {
  display: inline-flex;
  border-radius: 999px;
  padding: 3px;
  background: rgba(74, 18, 25, 0.06);
  border: 1px solid rgba(184, 146, 62, 0.4);
}
.lp-currency-toggle button {
  padding: 7px 18px;
  border: none;
  background: transparent;
  color: #5C3A1F;
  cursor: pointer;
  font-family: var(--ak-font-mono);
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  transition: 160ms;
}
.lp-currency-toggle button.on {
  background: linear-gradient(135deg, #6B1F2A, #4A1219);
  color: #FFF3D6;
  box-shadow: 0 4px 12px rgba(107, 31, 42, 0.3);
}

.lp-price-group { margin-top: 26px; }
.lp-group-label {
  font-family: var(--ak-font-mono);
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #7A5410;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.lp-group-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(184,146,62,0.5), transparent);
}

.lp-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 12px;
  margin-top: 0;
}

/* ---- Base card (light parchment) ---- */
.lp-plan {
  position: relative;
  padding: 18px 16px 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(158deg, #FCEFC6 0%, #F4DFA4 100%) !important;
  border: 1px solid rgba(150, 110, 45, 0.38) !important;
  box-shadow: 0 6px 16px rgba(74, 18, 25, 0.06), inset 0 1px 0 rgba(255, 250, 225, 0.7);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms, border-color 240ms;
  overflow: hidden;
}
.lp-plan::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #C9912D, #E0BE6A, #C9912D, transparent);
  opacity: 0.65;
}
.lp-plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(74, 18, 25, 0.18);
  border-color: rgba(184, 146, 62, 0.9) !important;
}

.lp-plan .tag {
  font-family: var(--ak-font-mono);
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8A5A1C;
  font-weight: 700;
}
.lp-plan .name {
  font-family: var(--ak-font-display);
  font-size: 20px;
  line-height: 1.05;
  color: #5A1620;
  font-weight: 700;
}
.lp-plan .price {
  font-family: var(--ak-font-display);
  font-size: 30px;
  line-height: 1;
  color: #2A1810;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 2px;
}
.lp-plan .price small {
  font-size: 11px;
  font-family: var(--ak-font-mono);
  font-weight: 500;
  color: #7A5832;
  letter-spacing: 0.5px;
}
.lp-validity {
  font-family: var(--ak-font-mono);
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #B5520A;
  font-weight: 600;
}
.lp-plan ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12.5px;
  line-height: 1.4;
  color: #4A2E18 !important;
}
.lp-plan ul li {
  position: relative;
  padding-left: 18px;
}
.lp-plan ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #B8923E;
  font-size: 10px;
}
.lp-plan .ak-btn {
  margin-top: 14px;
  justify-content: center;
  padding: 10px 16px;
  font-size: 13px;
  min-height: 42px;
  width: 100%;
}
.lp-plan .ak-btn.ghost {
  color: #6B1F2A;
  border: 1.5px solid rgba(184, 146, 62, 0.6);
  background: rgba(255, 245, 215, 0.5);
}
.lp-plan .ak-btn.ghost:hover {
  background: rgba(255, 245, 215, 0.95);
  border-color: rgba(224, 122, 25, 0.7);
}

/* ---- Ribbon (corner badge) ---- */
.lp-ribbon {
  position: absolute;
  top: 12px;
  right: -34px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #E07A19, #B5520A);
  color: #FFF6E2;
  font-family: var(--ak-font-mono);
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 4px 40px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  z-index: 2;
}
.lp-ribbon.gold {
  background: linear-gradient(135deg, #E0BE6A, #B8923E);
  color: #3A1010;
}

/* ---- Kundli pack (warm bordered) ---- */
.lp-plan.kundli {
  background: linear-gradient(158deg, #FBE7C0 0%, #F1D49A 100%) !important;
  border: 1px solid rgba(184, 146, 62, 0.65) !important;
}
.lp-plan.kundli .tag { color: #B5520A; }

/* ---- Featured recharge (dark cosmic) ---- */
.lp-plan.featured {
  background: linear-gradient(155deg, #1E0E3A 0%, #4A1525 52%, #9B3F12 100%) !important;
  border: 1px solid rgba(224, 190, 106, 0.5) !important;
  box-shadow: 0 18px 42px rgba(30, 14, 58, 0.4), inset 0 1px 0 rgba(255, 240, 200, 0.12);
}
.lp-plan.featured::before { opacity: 1; }
.lp-plan.featured .tag { color: #F3C969; }
.lp-plan.featured .name { color: #FFF6E2 !important; }
.lp-plan.featured .price { color: #FFFBF2 !important; }
.lp-plan.featured .price small { color: rgba(255, 246, 226, 0.7); }
.lp-plan.featured ul { color: rgba(250, 243, 224, 0.92) !important; }
.lp-plan.featured ul li::before { color: #F3C969; }

/* ---- Subscription cards (dark, premium) ---- */
.lp-plan.sub {
  background: linear-gradient(155deg, #2C1A52 0%, #4A1525 100%) !important;
  border: 1px solid rgba(184, 146, 62, 0.42) !important;
  box-shadow: 0 16px 38px rgba(30, 18, 58, 0.34);
}
.lp-plan.sub .tag { color: #C9A14A; }
.lp-plan.sub .name { color: #FFF6E2 !important; }
.lp-plan.sub .price { color: #FFFBF2 !important; }
.lp-plan.sub .price small { color: rgba(255, 246, 226, 0.65); }
.lp-plan.sub ul { color: rgba(250, 243, 224, 0.9) !important; }
.lp-plan.sub ul li::before { color: #E0BE6A; }

/* Flagship subscription (Surya) — sunrise gradient + glow */
.lp-plan.sub-flagship {
  background: linear-gradient(155deg, #2A1550 0%, #6B1F2A 48%, #E07A19 100%) !important;
  border: 1px solid rgba(243, 201, 105, 0.7) !important;
  box-shadow: 0 22px 50px rgba(107, 31, 42, 0.4), 0 0 0 1px rgba(243,201,105,0.25) inset;
}
.lp-plan.sub-flagship .tag { color: #FFE08A; }
.lp-plan.sub-flagship ul li::before { color: #FFE08A; }

.lp-price-note {
  margin-top: 18px;
  font-size: 12.5px;
  color: #6A4527;
  text-align: center;
}

@media (max-width: 560px) {
  .lp-pricing { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lp-plan { padding: 15px 13px; }
  .lp-plan .name { font-size: 18px; }
  .lp-plan .price { font-size: 26px; }
  .lp-price-head { flex-direction: column; align-items: stretch; }
}


/* ============================================================
   HERO META CAPTION — clearer, premium pill
   "3 free chats · no card · ₹11 / $1.1 to continue"
   ============================================================ */
.lp-hero .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ak-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5A3A18 !important;
  font-weight: 600;
  background: rgba(255, 245, 214, 0.7);
  border: 1px solid rgba(184, 146, 62, 0.45);
  border-radius: 999px;
  padding: 9px 16px;
  margin-top: 22px;
  box-shadow: 0 4px 14px rgba(74, 18, 25, 0.06);
}
@media (max-width: 560px) {
  .lp-hero .meta {
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 8px 12px;
    white-space: normal;
    line-height: 1.5;
  }
}


/* ============================================================
   COUNCIL CARDS — compact + premium animated redesign
   Smaller, denser grid; cooler entrance + float + glow motion.
   Loaded last → wins over the earlier .agent-card rules.
   ============================================================ */
.council-grid {
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 14px;
  margin-top: 22px;
  perspective: 1200px;
}
@media (max-width: 880px) { .council-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 560px) { .council-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.agent-card {
  padding: 16px 15px 15px !important;
  border-radius: 16px !important;
  background: linear-gradient(158deg, rgba(255,250,235,0.92) 0%, rgba(244,223,164,0.86) 100%) !important;
  border: 1px solid rgba(150,110,45,0.34) !important;
  box-shadow: 0 6px 16px rgba(74,18,25,0.07), inset 0 1px 0 rgba(255,250,225,0.7) !important;
  transition: transform 320ms cubic-bezier(.2,.7,.2,1), box-shadow 320ms, border-color 320ms !important;
  /* Staggered entrance reveal */
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  animation: ak-council-in 620ms cubic-bezier(.2,.7,.2,1) forwards;
}
/* Stagger each of the 9 cards */
.council-grid .agent-card:nth-child(1) { animation-delay: 40ms; }
.council-grid .agent-card:nth-child(2) { animation-delay: 90ms; }
.council-grid .agent-card:nth-child(3) { animation-delay: 140ms; }
.council-grid .agent-card:nth-child(4) { animation-delay: 190ms; }
.council-grid .agent-card:nth-child(5) { animation-delay: 240ms; }
.council-grid .agent-card:nth-child(6) { animation-delay: 290ms; }
.council-grid .agent-card:nth-child(7) { animation-delay: 340ms; }
.council-grid .agent-card:nth-child(8) { animation-delay: 390ms; }
.council-grid .agent-card:nth-child(9) { animation-delay: 440ms; }

@keyframes ak-council-in {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.agent-card:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 22px 44px rgba(74,18,25,0.18),
    0 0 0 1px color-mix(in srgb, var(--c) 45%, rgba(184,146,62,0.5)) inset !important;
  border-color: color-mix(in srgb, var(--c) 50%, rgba(184,146,62,0.7)) !important;
}

/* Compact glyph orb — floats gently, glows on hover */
.agent-card .glyph {
  width: 46px !important;
  height: 46px !important;
  font-size: 19px !important;
  margin-bottom: 2px;
  animation: ak-glyph-float 4.5s ease-in-out infinite;
  box-shadow:
    0 8px 18px color-mix(in srgb, var(--c) 38%, transparent),
    inset 0 2px 0 rgba(255,255,255,0.5) !important;
}
.council-grid .agent-card:nth-child(even) .glyph { animation-delay: -2.2s; }
@keyframes ak-glyph-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
.agent-card:hover .glyph {
  transform: scale(1.08) rotate(-4deg);
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
}
/* shrink the halo ring for the smaller orb */
.agent-card .glyph::before { inset: -7px !important; }
.agent-card .glyph::after { inset: -16px !important; }

/* Tighter name + ornament */
.agent-card .name {
  margin-top: 12px !important;
  padding-top: 10px !important;
  font-size: 19px !important;
  color: #5A1620 !important;
  font-weight: 700;
}
.agent-card .name::before {
  width: 28px !important;
  margin-bottom: 9px !important;
}
.agent-card .name .deva {
  font-size: 12px !important;
  margin-left: 5px !important;
  color: #B8923E !important;
}

/* Domain text — compact, clamped to 2 lines, readable */
.agent-card .domain {
  margin-top: 7px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #4A2E18 !important;
  min-height: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Planet ribbon — slimmer */
.agent-card .planet {
  margin-top: 11px !important;
  padding-top: 10px !important;
  font-family: var(--ak-font-mono);
  font-size: 9px !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #8A5A1C !important;
  font-weight: 600;
}

/* Index tag — smaller, top-right */
.agent-card .card-idx {
  top: 12px !important;
  right: 13px !important;
  font-size: 9px !important;
  color: #9A7430 !important;
}

@media (max-width: 560px) {
  .agent-card { padding: 13px 12px !important; }
  .agent-card .name { font-size: 17px !important; }
  .agent-card .glyph { width: 42px !important; height: 42px !important; font-size: 17px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .agent-card { animation: none; opacity: 1; transform: none; }
  .agent-card .glyph { animation: none; }
}


/* ============================================================
   LANDING — SECTION COHESION + DARK-TEXT FIXES  (final pass)
   Goals:
   • Light text stays light inside every dark section (the global
     p/span ink rule was darkening it — fixed here with scope).
   • FAQ redesigned to warm parchment (was flat whitish cream).
   • Consistent warm-tone backgrounds with gentle per-section shade.
   ============================================================ */

/* ---- 1. Section background rhythm (subtle warm alternation) ---- */
.lp-section {
  background: linear-gradient(180deg, #F1DBA0 0%, #ECD494 100%);
}
.lp-section.alt {
  background: linear-gradient(180deg, #ECD494 0%, #E5C988 100%) !important;
}

/* ---- 2. DARK SECTIONS: force light text on every child ---- */
.cta-band, .cta-band *,
.lp-appband, .lp-appband *,
.lp-footer, .lp-footer *,
.lp-plan.featured, .lp-plan.featured *,
.lp-plan.sub, .lp-plan.sub *,
.lp-plan.sub-flagship, .lp-plan.sub-flagship *,
.product-bot-fab, .product-bot-fab * {
  -webkit-text-fill-color: currentColor;
}

/* CTA band */
.cta-band h2 { color: #FFF6E2 !important; }
.cta-band p  { color: rgba(250,243,224,0.92) !important; }
.cta-band .ak-btn.ghost {
  color: #FFF6E2 !important;
  border-color: rgba(255,246,226,0.5) !important;
  background: rgba(255,246,226,0.08) !important;
}
.cta-band .ak-btn.ghost:hover { background: rgba(255,246,226,0.16) !important; }

/* App band (mobile section) */
.lp-appband-copy h2 { color: #FFF6E2 !important; }
.lp-appband-copy p  { color: rgba(239,228,201,0.9) !important; }
.lp-appband-copy .eyebrow { color: #E0BE6A !important; }
.lp-appband .lp-store-badge {
  background: rgba(250,243,224,0.10) !important;
  border-color: rgba(212,178,106,0.45) !important;
  color: #FAF3E0 !important;
}
.lp-appband .lp-store-badge small { color: rgba(250,243,224,0.75) !important; }
.lp-appband .lp-store-badge b { color: #FAF3E0 !important; }

/* Footer */
.lp-footer { background: #1A1208 !important; color: #D6C6A8 !important; }
.lp-footer h5 { color: #E0BE6A !important; }
.lp-footer a { color: #D6C6A8 !important; }
.lp-footer a:hover { color: #F3A33A !important; }
.lp-footer .brand,
.lp-footer .brand * { color: #FFF6E2 !important; -webkit-text-fill-color: #FFF6E2 !important; }
.lp-footer .copyright { color: rgba(214,198,168,0.75) !important; }
.lp-footer .lp-social-btn { color: #D6C6A8 !important; border-color: rgba(214,198,168,0.25) !important; }
.lp-footer .lp-store-badge { color: #FAF3E0 !important; }
.lp-footer .lp-store-badge small,
.lp-footer .lp-store-badge b { color: #FAF3E0 !important; }

/* Subscription + featured plan cards: bright bullets/labels */
.lp-plan.sub .name, .lp-plan.sub-flagship .name,
.lp-plan.featured .name { color: #FFF6E2 !important; }
.lp-plan.sub .price, .lp-plan.sub-flagship .price,
.lp-plan.featured .price { color: #FFFBF2 !important; }
.lp-plan.sub ul, .lp-plan.sub ul li,
.lp-plan.sub-flagship ul, .lp-plan.sub-flagship ul li,
.lp-plan.featured ul, .lp-plan.featured ul li {
  color: rgba(250,243,224,0.94) !important;
}
.lp-plan.sub .price small, .lp-plan.sub-flagship .price small,
.lp-plan.featured .price small { color: rgba(255,246,226,0.7) !important; }

/* ASK AstroDarsh floating bot — bright label on dark pill */
.product-bot-fab { color: #FFF6E2 !important; }
.product-bot-fab span { color: #E0BE6A !important; -webkit-text-fill-color: #E0BE6A !important; }
.product-bot-fab b { color: #FFF6E2 !important; -webkit-text-fill-color: #FFF6E2 !important; }

/* ---- 3. FAQ — warm parchment redesign (was flat cream) ---- */
.faq { margin-top: 22px; max-width: 820px; }
.faq details {
  background: linear-gradient(158deg, #FBEBBE 0%, #F2DCA0 100%) !important;
  border: 1px solid rgba(150,110,45,0.34) !important;
  border-radius: 14px !important;
  padding: 15px 20px !important;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(74,18,25,0.05);
  transition: border-color 200ms, box-shadow 200ms;
}
.faq details[open] {
  border-color: rgba(184,146,62,0.7) !important;
  box-shadow: 0 10px 26px rgba(74,18,25,0.10);
}
.faq summary {
  font-family: var(--ak-font-display);
  font-size: 18px;
  color: #5A1620 !important;
  font-weight: 600;
}
.faq summary::after { content: '+'; color: #B5520A; font-size: 22px; }
.faq details p {
  color: #4A2E18 !important;
  margin: 10px 0 0;
  line-height: 1.6;
  font-size: 14px;
}

/* ---- 4. Section eyebrows + subs consistent contrast ---- */
.lp-section .eyebrow { color: #7A5410 !important; }
.lp-section h2 { color: #5A1620 !important; }
.lp-section .sub { color: #4A2E18 !important; }


/* Gold CTA buttons always keep dark ink (they sit on light gold) — must
   win over the dark-section light-text overrides above. */
.lp-plan .ak-btn.gold,
.lp-plan .ak-btn.gold *,
.cta-band .ak-btn.gold,
.lp-appband .ak-btn.gold {
  color: #3A1010 !important;
  -webkit-text-fill-color: #3A1010 !important;
  font-weight: 700;
}


/* ============================================================
   PREMIUM FOOTER  (final, overrides all earlier .lp-footer rules)
   Deep cosmic gradient, gold top rule, glow, crisp legible text.
   ============================================================ */
.lp-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 64px) clamp(20px, 5vw, 56px) 0 !important;
  background:
    radial-gradient(900px 420px at 80% -10%, rgba(224,122,25,0.16), transparent 62%),
    radial-gradient(700px 380px at 0% 120%, rgba(184,146,62,0.14), transparent 65%),
    linear-gradient(180deg, #1A1030 0%, #2A1542 45%, #1C0E22 100%) !important;
  color: #D9C7A6 !important;
  border-top: 1px solid transparent;
}
/* Gilded top hairline */
.lp-footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #C9912D 20%, #E0BE6A 50%, #C9912D 80%, transparent);
  opacity: 0.85;
}
.lp-footer-glow {
  position: absolute;
  top: -120px; right: 8%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(224,122,25,0.18), transparent 70%);
  pointer-events: none;
  filter: blur(8px);
}

.lp-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: clamp(28px, 5vw, 64px);
  padding-bottom: 36px;
}

/* ---- Brand column ---- */
.lp-footer-brand { display: flex; align-items: center; gap: 12px; }
.lp-footer-brand-text { display: inline-flex; flex-direction: column; line-height: 1.1; }
.lp-footer-brand-name {
  font-family: var(--ak-font-display);
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(110deg, #FBE7B0, #E9C46A 55%, #D4A53A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-footer-brand-name .deva {
  font-family: var(--ak-font-deva, serif);
  -webkit-text-fill-color: #E0BE6A;
  font-size: 18px;
}
.lp-footer-brand-tag {
  font-family: var(--ak-font-mono);
  font-size: 9px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #C9A14A;
  margin-top: 4px;
}
.lp-footer-desc {
  margin: 18px 0 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #C9B695 !important;
  max-width: 380px;
}

/* Social row */
.lp-footer .lp-socials { display: flex; gap: 10px; margin-top: 20px; }
.lp-footer .lp-social-btn {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  color: #E0BE6A !important;
  border: 1px solid rgba(224,190,106,0.28) !important;
  background: rgba(255,246,226,0.04) !important;
  transition: 180ms;
}
.lp-footer .lp-social-btn:hover {
  color: #1A1030 !important;
  background: linear-gradient(135deg, #E0BE6A, #C9912D) !important;
  border-color: transparent !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(201,145,45,0.35);
}

/* Store badges */
.lp-footer-stores { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.lp-footer .lp-store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px !important;
  border-radius: 12px;
  background: rgba(255,246,226,0.06) !important;
  border: 1px solid rgba(224,190,106,0.32) !important;
  color: #F4E8CE !important;
  transition: 180ms;
}
.lp-footer .lp-store-badge:hover {
  background: rgba(255,246,226,0.12) !important;
  border-color: rgba(224,190,106,0.6) !important;
  transform: translateY(-2px);
}
.lp-footer .lp-store-badge small { color: rgba(244,232,206,0.7) !important; }
.lp-footer .lp-store-badge b { color: #F4E8CE !important; }

/* ---- Link columns ---- */
.lp-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-footer-col { display: flex; flex-direction: column; }
.lp-footer-col h5 {
  font-family: var(--ak-font-mono);
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #E0BE6A !important;
  margin: 0 0 14px;
  font-weight: 700;
}
.lp-footer-col a {
  display: inline-block;
  color: #CDBA98 !important;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 0;
  width: fit-content;
  position: relative;
  transition: color 160ms, padding-left 160ms;
}
.lp-footer-col a::before {
  content: "›";
  position: absolute;
  left: -2px;
  opacity: 0;
  color: #E0BE6A;
  transition: opacity 160ms, transform 160ms;
}
.lp-footer-col a:hover {
  color: #FFF6E2 !important;
  padding-left: 14px;
}
.lp-footer-col a:hover::before { opacity: 1; transform: translateX(2px); }

/* ---- Bottom bar ---- */
.lp-footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 26px;
  border-top: 1px solid rgba(224,190,106,0.18);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.lp-footer-copy { justify-self: start; }
.lp-footer-made {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}
.lp-footer-copy,
.lp-footer-made {
  font-family: var(--ak-font-mono);
  font-size: 11.5px;
  letter-spacing: 0.4px;
  color: #B4A282 !important;
}
.lp-footer-made .lp-footer-heart { color: #E0584A; }

@media (max-width: 880px) {
  .lp-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer-links { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .lp-footer-links { grid-template-columns: 1fr 1fr; gap: 18px; }
  .lp-footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .lp-footer-copy { justify-self: center; }
  .lp-footer-made { grid-column: auto; }
}


/* ============================================================
   COMPATIBILITY CARDS — premium, palette-matched per bond
   Each card carries its own --c accent (maroon/rose/saffron/
   gold/indigo/jade), with parchment base + gold trim + glow.
   ============================================================ */
.compat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 22px;
}
@media (max-width: 880px) { .compat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .compat-grid { grid-template-columns: 1fr; } }

.compat-card {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 18px !important;
  border-radius: 18px !important;
  background: linear-gradient(158deg, #FCEFC6 0%, #F3DDA2 100%) !important;
  border: 1px solid color-mix(in srgb, var(--c, #B8923E) 28%, rgba(150,110,45,0.34)) !important;
  box-shadow: 0 6px 16px rgba(74,18,25,0.06), inset 0 1px 0 rgba(255,250,225,0.7) !important;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms, border-color 280ms !important;
}
/* Accent-tinted wash that intensifies on hover */
.compat-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(380px 180px at 100% 0%,
    color-mix(in srgb, var(--c, #B8923E) 22%, transparent), transparent 70%);
  opacity: 0.5;
  transition: opacity 280ms;
  pointer-events: none;
}
/* Gold top hairline keyed to the accent */
.compat-card::after {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent,
    color-mix(in srgb, var(--c, #B8923E) 80%, #E0BE6A), transparent);
  opacity: 0.7;
}
.compat-card > * { position: relative; z-index: 1; }

.compat-card:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 22px 46px rgba(74,18,25,0.18),
    0 0 0 1px color-mix(in srgb, var(--c, #B8923E) 55%, transparent) inset !important;
  border-color: color-mix(in srgb, var(--c, #B8923E) 60%, transparent) !important;
}
.compat-card:hover::before { opacity: 0.9; }
.compat-card:hover .compat-arrow { transform: translateX(4px); opacity: 1; }

/* Icon disc — accent gradient orb with soft glow */
.compat-icon {
  width: 52px; height: 52px;
  border-radius: 15px;
  display: grid; place-items: center;
  background: linear-gradient(145deg,
    color-mix(in srgb, var(--c, #B8923E) 88%, #fff) 0%,
    var(--c, #B8923E) 100%);
  box-shadow:
    0 10px 22px color-mix(in srgb, var(--c, #B8923E) 38%, transparent),
    inset 0 2px 0 rgba(255,255,255,0.45);
  margin-bottom: 12px;
}
.compat-emoji { font-size: 26px; line-height: 1; filter: saturate(1.1); }

.compat-title {
  font-family: var(--ak-font-display);
  font-size: 20px;
  color: #5A1620 !important;
  font-weight: 700;
  margin: 0 0 5px;
  letter-spacing: -0.01em;
}
.compat-card p {
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  color: #4A2E18 !important;
}

.compat-arrow {
  position: absolute;
  top: 18px; right: 16px;
  font-size: 17px;
  color: var(--c, #B8923E);
  opacity: 0.55;
  transition: transform 240ms, opacity 240ms;
  z-index: 2;
}

@media (max-width: 480px) {
  .compat-card { padding: 16px 14px !important; }
  .compat-icon { width: 46px; height: 46px; }
  .compat-title { font-size: 18px; }
}


/* ============================================================
   RECEIPTS + HOW-IT-WORKS — premium, palette-matched redesign
   Accent-keyed cards (--c), gilded icon discs, glow + lift.
   ============================================================ */

/* ---- RECEIPTS ---- */
.receipts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
@media (max-width: 880px) { .receipts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .receipts { grid-template-columns: 1fr; } }

.receipt {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 20px !important;
  border-radius: 18px !important;
  background: linear-gradient(158deg, #FCEFC6 0%, #F3DDA2 100%) !important;
  border: 1px solid color-mix(in srgb, var(--c, #B8923E) 26%, rgba(150,110,45,0.34)) !important;
  box-shadow: 0 6px 16px rgba(74,18,25,0.06), inset 0 1px 0 rgba(255,250,225,0.7) !important;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms, border-color 280ms !important;
}
.receipt::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent,
    color-mix(in srgb, var(--c, #B8923E) 80%, #E0BE6A), transparent);
  opacity: 0.7;
}
.receipt::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(360px 170px at 100% 0%,
    color-mix(in srgb, var(--c, #B8923E) 18%, transparent), transparent 70%);
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 280ms;
}
.receipt > * { position: relative; z-index: 1; }
.receipt:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 22px 46px rgba(74,18,25,0.18),
    0 0 0 1px color-mix(in srgb, var(--c, #B8923E) 55%, transparent) inset !important;
  border-color: color-mix(in srgb, var(--c, #B8923E) 60%, transparent) !important;
}
.receipt:hover::after { opacity: 0.9; }

.receipt .icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  font-size: 23px;
  margin-bottom: 14px !important;
  background: linear-gradient(145deg,
    color-mix(in srgb, var(--c, #B8923E) 16%, #FFF9E8) 0%,
    color-mix(in srgb, var(--c, #B8923E) 30%, #F3DDA2) 100%);
  border: 1px solid color-mix(in srgb, var(--c, #B8923E) 40%, transparent);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
}
.receipt h4 {
  font-family: var(--ak-font-display) !important;
  font-size: 20px !important;
  color: #5A1620 !important;
  margin: 0 0 6px !important;
  font-weight: 700;
}
.receipt p {
  font-size: 12.5px !important;
  color: #4A2E18 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* ---- HOW IT WORKS ---- */
.how-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 24px;
  counter-reset: none;
}
@media (max-width: 880px) { .how-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .how-steps { grid-template-columns: 1fr; } }

.how-step {
  position: relative !important;
  overflow: hidden;
  padding: 22px 20px 20px !important;
  border-radius: 18px !important;
  background: linear-gradient(158deg, #FCEFC6 0%, #F3DDA2 100%) !important;
  border: 1px solid color-mix(in srgb, var(--c, #B8923E) 26%, rgba(150,110,45,0.34)) !important;
  box-shadow: 0 6px 16px rgba(74,18,25,0.06), inset 0 1px 0 rgba(255,250,225,0.7) !important;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms, border-color 280ms !important;
}
/* disable the old CSS-counter pseudo — we use an explicit .how-num */
.how-step::before { content: none !important; counter-increment: none !important; }
.how-step::after {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent,
    color-mix(in srgb, var(--c, #E07A19) 80%, #E0BE6A), transparent);
  opacity: 0.7;
}
.how-step > * { position: relative; z-index: 1; }
.how-step:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 22px 46px rgba(74,18,25,0.18),
    0 0 0 1px color-mix(in srgb, var(--c, #E07A19) 55%, transparent) inset !important;
  border-color: color-mix(in srgb, var(--c, #E07A19) 60%, transparent) !important;
}

.how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  font-family: var(--ak-font-display);
  font-size: 18px;
  font-weight: 700;
  color: #FFF6E2;
  margin-bottom: 12px;
  background: linear-gradient(145deg,
    color-mix(in srgb, var(--c, #E07A19) 80%, #fff) 0%,
    var(--c, #E07A19) 100%);
  box-shadow:
    0 10px 20px color-mix(in srgb, var(--c, #E07A19) 36%, transparent),
    inset 0 2px 0 rgba(255,255,255,0.4);
}
.how-step h4 {
  font-family: var(--ak-font-display) !important;
  font-size: 20px !important;
  color: #5A1620 !important;
  margin: 0 0 6px !important;
  font-weight: 700;
}
.how-step p {
  color: #4A2E18 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}


/* ============================================================
   LANDING NAV — premium glass header (overrides earlier rules)
   Stronger contrast links, refined pill buttons, gilded base.
   ============================================================ */
.lp-nav {
  padding: 12px clamp(18px, 4vw, 44px) !important;
  gap: 18px !important;
  background: linear-gradient(180deg, rgba(248,236,200,0.92), rgba(242,224,162,0.86)) !important;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(184,146,62,0.4) !important;
  box-shadow: 0 4px 20px rgba(74,18,25,0.05);
}
/* gilded hairline under the bar */
.lp-nav::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,145,45,0.6) 30%, rgba(224,190,106,0.7) 50%, rgba(201,145,45,0.6) 70%, transparent);
}

/* Nav links — clear ink, gold pill on hover */
.lp-nav .links { gap: 2px !important; margin-left: 14px !important; }
.lp-nav .links a {
  padding: 8px 15px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #5A3A18 !important;
  letter-spacing: 0.2px;
  border-radius: 999px;
  position: relative;
  transition: color 160ms, background 160ms;
}
.lp-nav .links a::after {
  content: "";
  position: absolute; left: 15px; right: 15px; bottom: 4px; height: 1.5px;
  background: linear-gradient(90deg, transparent, #C9912D, transparent);
  transform: scaleX(0);
  transition: transform 220ms;
}
.lp-nav .links a:hover {
  color: #6B1F2A !important;
  background: rgba(184,146,62,0.14) !important;
}
.lp-nav .links a:hover::after { transform: scaleX(1); }

/* Buttons in nav */
.lp-nav .ak-btn.ghost.btn-d {
  color: #6B1F2A !important;
  border: 1.5px solid rgba(150,110,45,0.5) !important;
  background: rgba(255,245,215,0.55) !important;
  font-weight: 700 !important;
  border-radius: 999px;
  transition: 160ms;
}
.lp-nav .ak-btn.ghost.btn-d:hover {
  background: rgba(255,245,215,0.95) !important;
  border-color: rgba(224,122,25,0.7) !important;
  transform: translateY(-1px);
}
.lp-nav .ak-btn:not(.ghost) {
  background: linear-gradient(135deg, #E07A19 0%, #C45F0B 100%) !important;
  color: #FFF6E2 !important;
  font-weight: 700 !important;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(224,122,25,0.32);
  transition: 160ms;
}
.lp-nav .ak-btn:not(.ghost):hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(224,122,25,0.42);
}

/* Language switcher pill — readable on the gold bar */
.lp-nav .lang { color: #5A3A18 !important; }
.lp-nav .lang-d button,
.lp-nav .lang button {
  color: #5A3A18 !important;
}

/* Brand on nav — ensure tagline + wordmark read crisply */
.lp-nav .ak-brand-name {
  font-size: 23px;
}
.lp-nav .ak-brand-tagline {
  color: #8A5A1C;
}
.lp-burger span { background: #6B1F2A !important; }


/* ============================================================
   LANDING — GLOBAL MOBILE HARDENING (final layer)
   ============================================================ */
html, body { max-width: 100%; overflow-x: hidden; }
.lp, .lp-section, .lp-hero, .lp-footer, .cta-band, .lp-appband { max-width: 100%; }
.lp img, .lp svg { max-width: 100%; height: auto; }

/* ===== Phones (<=600px) ===== */
@media (max-width: 600px) {
  /* Hero: single column, art below, fluid title. */
  .lp-hero { padding: 40px 16px 64px !important; }
  .lp-hero .grid { grid-template-columns: 1fr !important; gap: 24px; }
  .lp-hero .h1 { font-size: clamp(32px, 10vw, 44px) !important; line-height: 1.08; }
  .lp-hero .card-stack { display: none; }           /* decorative demo cards off on phones */
  .lp-hero .lede { font-size: 15px !important; }
  .lp-hero .cta { flex-direction: column; align-items: stretch; }
  .lp-hero .cta .ak-btn { width: 100%; justify-content: center; min-height: 48px; }
  .lp-hero .meta { white-space: normal; text-align: center; }

  /* Sections: tighter padding + fluid headings. */
  .lp-section { padding: 44px 16px !important; }
  .lp-section h2 { font-size: clamp(28px, 8vw, 40px) !important; }
  .lp-section .sub { font-size: 14px !important; }

  /* Grids collapse to comfortable phone columns. */
  .council-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .receipts, .how-steps, .compat-grid { grid-template-columns: 1fr !important; }
  .lp-pricing { grid-template-columns: 1fr !important; }

  /* CTA + app band stack. */
  .cta-band { padding: 44px 16px !important; }
  .cta-band h2 { font-size: clamp(30px, 9vw, 44px) !important; }
  .cta-band > div { flex-direction: column; align-items: stretch !important; }
  .cta-band .ak-btn { width: 100%; justify-content: center; min-height: 48px; }
  .lp-appband { padding: 44px 16px !important; }
  .lp-appband-inner { grid-template-columns: 1fr !important; }
  .lp-appband-art { order: -1; }
  .lp-phone { width: 170px !important; height: 340px !important; }

  /* Footer single column, store badges wrap. */
  .lp-footer { padding: 40px 16px 0 !important; }
  .lp-footer-inner { grid-template-columns: 1fr !important; gap: 28px; }
  .lp-footer-links { grid-template-columns: 1fr 1fr !important; }
  .lp-footer-bottom { grid-template-columns: 1fr !important; justify-items: center; text-align: center; gap: 8px; }
  .lp-footer-bottom .lp-footer-copy { justify-self: center; }
  .lp-footer-bottom .lp-footer-made { grid-column: auto; }

  /* Currency toggle + price head stack. */
  .lp-price-head { flex-direction: column; align-items: stretch; }
}

/* ===== Very narrow (<=380px) ===== */
@media (max-width: 380px) {
  .council-grid { grid-template-columns: 1fr !important; }
  .lp-footer-links { grid-template-columns: 1fr !important; }
}


/* ============================================================
   APP-STORE "COMING SOON" POPUP + badge reset (button form)
   ============================================================ */
.lp-store-badge {
  position: relative;
  border: 1px solid rgba(212,178,106,0.45);
  background: rgba(250,243,224,0.08);
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.lp-store-soon {
  font-family: var(--ak-font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--ak-saffron);
  color: #fff;
  margin-left: 6px;
  align-self: flex-start;
}

.lp-soon-pop {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 22px;
  background: rgba(26,16,10,0.55);
  backdrop-filter: blur(4px);
  animation: lp-soon-fade 160ms ease-out;
}
@keyframes lp-soon-fade { from { opacity: 0; } to { opacity: 1; } }
.lp-soon-card {
  max-width: 360px; width: 100%;
  text-align: center;
  background: linear-gradient(160deg, #FFFDF7 0%, #F6E8C4 100%);
  border: 1px solid rgba(184,146,62,0.4);
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 30px 70px rgba(42,33,84,0.32);
  animation: lp-soon-rise 220ms cubic-bezier(.2,.7,.2,1);
}
@keyframes lp-soon-rise { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
.lp-soon-emoji { font-size: 40px; display: block; margin-bottom: 8px; }
.lp-soon-card strong { display: block; font-family: var(--ak-font-display); font-size: 24px; color: var(--ak-maroon); margin-bottom: 8px; }
.lp-soon-card p { font-size: 14px; line-height: 1.55; color: var(--ak-ink-2); margin: 0 0 18px; }
.lp-soon-card .ak-btn { width: 100%; justify-content: center; min-height: 46px; }

/* ============================================================
   MOBILE HEADER REDESIGN — compact, logo always fully visible
   ============================================================ */
@media (max-width: 880px) {
  .lp-nav {
    padding: 10px 14px;
    gap: 10px;
    min-height: 56px;
    flex-wrap: nowrap;
  }
  /* Brand: logo + full wordmark + tagline (stacked) — all visible. */
  .lp-nav .lp-brand { gap: 8px; flex: 1 1 auto; min-width: 0; }
  .lp-nav .ak-brand-name { font-size: 18px !important; white-space: nowrap; }
  .lp-nav .ak-brand-tagline { display: block !important; font-size: 9px !important; color: #8A5A1C; white-space: nowrap; }
  .lp-nav .ak-brand-text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
  .lp-nav .lp-brand .ak-logo,
  .lp-nav .lp-brand svg { flex: 0 0 auto; width: 34px !important; height: 34px !important; }
  .lp-nav .spacer { display: none; }
  /* Mobile bar shows ONLY the logo + burger — everything else moves
     into the dropdown menu so nothing overlaps. */
  .lp-nav .lang-d,
  .lp-nav .btn-d { display: none !important; }
  .lp-burger { flex: 0 0 auto; }

  /* Dropdown menu: language block (stacked), links, then auth buttons. */
  .lp-menu-lang {
    display: flex; flex-direction: column; gap: 8px;
    padding: 6px 12px 2px;
  }
  .lp-menu-lang-label {
    font-family: var(--ak-font-mono); font-size: 10px;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--ak-gold);
  }
  .lp-menu-lang .lp-lang { align-self: flex-start; }
  .lp-menu-hr { border: none; border-top: 1px solid var(--ak-line); margin: 8px 0; }
  .lp-menu-btn {
    width: 100%; justify-content: center; min-height: 48px;
    font-size: 15px !important; margin-top: 4px;
  }
}

/* ===== Phones (<=560px) — landing type + spacing tightening ===== */
@media (max-width: 560px) {
  .lp-nav .ak-brand-name { font-size: 17px !important; }
  .lp-nav .lp-brand .ak-logo,
  .lp-nav .lp-brand svg { width: 30px !important; height: 30px !important; }

  /* Hero: smaller, readable, less vertical waste. */
  .lp-hero { padding: 44px 16px 60px !important; }
  .lp-hero h1 { font-size: clamp(30px, 9vw, 40px) !important; line-height: 1.06 !important; }
  .lp-hero .lede { font-size: 15px !important; }

  /* Section headings consistent scale. */
  .lp-section { padding: 38px 16px !important; }
  .lp-section h2 { font-size: clamp(24px, 7vw, 30px) !important; line-height: 1.1; }
  .lp-section .sub { font-size: 14px !important; }
  .eyebrow { font-size: 10px !important; }

  /* Pricing: single column, comfortable cards, full-width currency toggle. */
  .lp-pricing { grid-template-columns: 1fr !important; gap: 12px !important; }
  .lp-plan { padding: 18px 16px !important; }
  .lp-plan .price { font-size: 28px !important; }
  .lp-price-head { flex-direction: column; align-items: stretch; gap: 12px; }
  .lp-currency-toggle { align-self: flex-start; }

  /* App band: stack copy over phone art, center the store buttons. */
  .lp-appband-inner { grid-template-columns: 1fr !important; text-align: center; gap: 22px; }
  .lp-appband-copy h2 { font-size: clamp(26px, 7.5vw, 34px) !important; }
  .lp-store-row { justify-content: center; }
  .lp-appband-art { order: -1; }
  .lp-phone { transform: scale(0.82); }

  /* Footer: single column, centered, readable. */
  .lp-footer-inner { grid-template-columns: 1fr !important; text-align: center; gap: 22px; }
  .lp-footer-stores, .lp-social-row { justify-content: center; }
  .lp-footer-links { grid-template-columns: 1fr 1fr !important; gap: 16px; text-align: left; }

  /* Council / agent cards: comfortable single or two column. */
  .council-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
}


/* ============================================================
   LANGUAGE SWITCHER CONTRAST FIX (EN / हिं must be readable)
   A broad button color rule was overriding the inline colors, so the
   active "EN" looked dark on the maroon pill. Force correct contrast.
   ============================================================ */
.lp-lang { background: rgba(255,255,255,0.6) !important; }
.lp-lang button {
  -webkit-text-fill-color: currentColor !important;
  font-weight: 700 !important;
  min-width: 38px;
  text-align: center;
}
/* Inactive language: dark ink on the light pill. */
.lp-lang button {
  color: #5A1620 !important;
}
/* Active language: white text on the maroon fill. The component sets the
   maroon background inline; detect it via the inline style attribute. */
.lp-lang button[style*="--ak-maroon"],
.lp-lang button[style*="rgb(107"],
.lp-lang button[style*="#6"] {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
