/**
 * CosmicMatrix Premium Hub — AstroSage / AstroTalk class landing experience
 * BUILD 2026.06.15
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'DM Sans', 'Segoe UI', sans-serif;
    --purple-deep: #1a1033;
    --purple-mid: #2d1b4e;
    --cosmic-gradient: linear-gradient(135deg, #0d1117 0%, #1a1033 45%, #12181f 100%);
    --whatsapp: #25d366;
    --sidebar-w: 280px;
    --copyright-bar-h: 76px;
    --cm-glass-bg: rgba(18, 24, 31, 0.48);
    --cm-glass-bg-strong: rgba(14, 18, 26, 0.62);
    --cm-glass-border: rgba(255, 255, 255, 0.09);
    --cm-glass-highlight: rgba(255, 255, 255, 0.07);
    --cm-glass-blur: 18px;
    --cm-glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ── Constellation grid backdrop (main panel) ── */
.main-content {
    isolation: isolate;
}

.main-content::before {
    content: '';
    position: fixed;
    top: 0;
    left: var(--sidebar-w);
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.045) 1px, transparent 1px),
        radial-gradient(1.2px 1.2px at 8% 18%, rgba(251, 191, 36, 0.55), transparent),
        radial-gradient(1px 1px at 22% 72%, rgba(34, 211, 238, 0.45), transparent),
        radial-gradient(1.4px 1.4px at 38% 34%, rgba(167, 139, 250, 0.4), transparent),
        radial-gradient(1px 1px at 51% 88%, rgba(244, 114, 182, 0.42), transparent),
        radial-gradient(1px 1px at 64% 12%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.2px 1.2px at 78% 58%, rgba(45, 212, 191, 0.38), transparent),
        radial-gradient(1px 1px at 91% 28%, rgba(251, 113, 133, 0.35), transparent),
        radial-gradient(1px 1px at 15% 92%, rgba(163, 230, 53, 0.32), transparent);
    background-size:
        72px 72px,
        72px 72px,
        100% 100%;
    animation: cm-constellation-drift 200s linear infinite;
    will-change: transform;
}

.main-content > * {
    position: relative;
    z-index: 1;
}

@keyframes cm-constellation-drift {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-72px, -72px);
    }
}

/* ── Glassmorphism utility ── */
.cm-glass {
    background: var(--cm-glass-bg) !important;
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.4);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.4);
    border: 1px solid var(--cm-glass-border) !important;
    box-shadow: var(--cm-glass-shadow);
}

body {
    font-family: var(--font-body);
}

.brand-title,
.lang-gate-brand,
.section-title,
.cm-hero h2 {
    font-family: var(--font-display);
}

/* ── Home hero ── */
.home-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 48px 40px 44px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(13, 17, 23, 0.62) 0%, rgba(26, 16, 51, 0.55) 45%, rgba(18, 24, 31, 0.65) 100%);
    backdrop-filter: blur(20px) saturate(1.35);
    -webkit-backdrop-filter: blur(20px) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(34, 211, 238, 0.09) 0%, transparent 42%),
        radial-gradient(circle at 85% 75%, rgba(244, 114, 182, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(167, 139, 250, 0.07) 0%, transparent 60%),
        radial-gradient(circle at 72% 28%, rgba(251, 191, 36, 0.06) 0%, transparent 38%);
    pointer-events: none;
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-hero-profile-wrap {
    margin-bottom: 20px;
}

.home-hero-profile-ring {
    width: clamp(96px, 22vw, 128px);
    height: clamp(96px, 22vw, 128px);
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.85), rgba(167, 139, 250, 0.55), rgba(57, 255, 20, 0.35));
    box-shadow:
        0 0 24px rgba(212, 175, 55, 0.25),
        0 0 48px rgba(167, 139, 250, 0.12);
}

.home-hero-profile-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid rgba(13, 17, 23, 0.9);
    background: #0d1117;
}

.home-hero-name {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--gold-premium);
    margin: 0 0 8px;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}

.home-hero-identity {
    font-size: clamp(0.88rem, 2.2vw, 1.05rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(200, 210, 220, 0.92);
    margin: 0 0 14px;
    line-height: 1.5;
    max-width: 100%;
    word-wrap: break-word;
}

.home-hero-tagline {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(212, 175, 55, 0.88);
    margin: 0 0 28px;
    max-width: 520px;
    text-wrap: balance;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--matrix-green);
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 102, 0.25);
    background: rgba(0, 255, 102, 0.06);
}

.home-hero h2 {
    font-size: clamp(1.25rem, 2.8vw, 1.75rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #39ff14;
    margin-bottom: 14px;
    text-shadow:
        0 0 6px rgba(57, 255, 20, 0.95),
        0 0 14px rgba(0, 255, 102, 0.65),
        0 0 28px rgba(0, 255, 102, 0.35);
}

.home-hero h2 em {
    font-style: italic;
    color: var(--gold-premium);
}

.home-karma-slogan {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 700;
    color: #39FF14;
    margin-bottom: 14px;
    line-height: 1.45;
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.45);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.home-karma-slogan-in {
    opacity: 1;
    transform: translateY(0);
}

.home-hero-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--text-muted);
    margin-bottom: 28px;
    max-width: 580px;
}

.home-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
    width: 100%;
}

/* Compact AstroPulse chip — dark neon green */
.home-aipulse-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 102, 0.38);
    background: linear-gradient(135deg, rgba(0, 40, 24, 0.85) 0%, rgba(0, 24, 18, 0.72) 100%);
    backdrop-filter: blur(12px) saturate(1.3);
    -webkit-backdrop-filter: blur(12px) saturate(1.3);
    box-shadow:
        0 0 18px rgba(0, 255, 102, 0.12),
        inset 0 1px 0 rgba(0, 255, 102, 0.12);
    color: #86efac;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.home-aipulse-chip:hover,
.home-aipulse-chip:focus-visible {
    border-color: rgba(0, 255, 102, 0.62);
    box-shadow:
        0 0 24px rgba(0, 255, 102, 0.22),
        inset 0 1px 0 rgba(0, 255, 102, 0.18);
    transform: translateY(-1px);
    outline: none;
}

.home-aipulse-icon {
    font-size: 0.95rem;
    line-height: 1;
    filter: drop-shadow(0 0 6px rgba(0, 255, 102, 0.45));
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: #0a0e12;
    background: linear-gradient(135deg, #ffd700 0%, #d4af37 50%, #ffc300 100%);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.45);
}

.btn-hero-primary:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.5);
    outline-offset: 2px;
}

.btn-hero-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    color: #030508;
    background: linear-gradient(135deg, #D4AF37 0%, #39FF14 100%);
    box-shadow: 0 8px 28px rgba(57, 255, 20, 0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-hero-premium:hover,
.btn-hero-premium:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(57, 255, 20, 0.28);
    outline: 2px solid rgba(212, 175, 55, 0.5);
    outline-offset: 2px;
}

.btn-hero-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.45);
    transition: background 0.2s, transform 0.2s;
}

.btn-hero-whatsapp:hover {
    background: rgba(37, 211, 102, 0.22);
    transform: translateY(-2px);
}

.btn-hero-whatsapp:focus-visible {
    outline: 2px solid rgba(37, 211, 102, 0.55);
    outline-offset: 2px;
}

.home-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
}

.home-trust-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-trust-item strong {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gold-premium);
    font-family: var(--font-display);
}

.home-trust-item span {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Scroll progress (page top) ── */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 12000;
    pointer-events: none;
    background: rgba(57, 255, 20, 0.08);
}

.scroll-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #39ff14 0%, #00ff66 55%, #86efac 100%);
    box-shadow:
        0 0 8px rgba(57, 255, 20, 0.85),
        0 0 16px rgba(57, 255, 20, 0.35);
    transition: width 0.1s ease-out;
    will-change: width;
}

/* ── Live System Activity ticker ── */
.live-activity-ticker {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: -18px 0 28px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(57, 255, 20, 0.18);
    background: linear-gradient(90deg, rgba(10, 14, 18, 0.92) 0%, rgba(14, 18, 26, 0.88) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.live-activity-ticker-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(57, 255, 20, 0.9);
    border-right: 1px solid rgba(57, 255, 20, 0.15);
    background: rgba(57, 255, 20, 0.05);
    white-space: nowrap;
}

.live-activity-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39ff14;
    box-shadow: 0 0 8px rgba(57, 255, 20, 0.9);
    animation: liveActivityPulse 1.8s ease-in-out infinite;
}

@keyframes liveActivityPulse {
    0%,
    100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

.live-activity-ticker-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.live-activity-ticker-track {
    display: flex;
    width: max-content;
    animation: liveActivityScroll 48s linear infinite;
}

.live-activity-ticker-track:hover {
    animation-play-state: paused;
}

@keyframes liveActivityScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.live-activity-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px 10px 0;
    font-size: 0.72rem;
    color: rgba(196, 181, 160, 0.92);
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.live-activity-ticker-item::before {
    content: '◆';
    font-size: 0.45rem;
    color: rgba(217, 119, 6, 0.65);
}

.live-activity-ticker-item em {
    font-style: normal;
    color: rgba(57, 255, 20, 0.85);
    font-weight: 600;
}

/* ── Home feature cards (hero stats) ── */
.home-feature-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(14, 18, 26, 0.72) 0%, rgba(10, 12, 18, 0.88) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    cursor: default;
    transition:
        transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.home-feature-card-glow {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.home-feature-card[data-accent="gold"] .home-feature-card-glow {
    background: radial-gradient(circle at 50% 0%, rgba(217, 119, 6, 0.22) 0%, transparent 70%);
}

.home-feature-card[data-accent="cyan"] .home-feature-card-glow {
    background: radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.2) 0%, transparent 70%);
}

.home-feature-card[data-accent="violet"] .home-feature-card-glow {
    background: radial-gradient(circle at 50% 0%, rgba(167, 139, 250, 0.22) 0%, transparent 70%);
}

.home-feature-card[data-accent="green"] .home-feature-card-glow {
    background: radial-gradient(circle at 50% 0%, rgba(57, 255, 20, 0.2) 0%, transparent 70%);
}

.home-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 255, 20, 0.35);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(57, 255, 20, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-feature-card:hover .home-feature-card-glow {
    opacity: 1;
}

.home-feature-card strong {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gold-premium);
    font-family: var(--font-display);
    position: relative;
    z-index: 1;
}

.home-feature-card span:last-child {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.35;
    position: relative;
    z-index: 1;
}

.home-feature-card[data-accent="gold"]:hover strong { color: #fbbf24; text-shadow: 0 0 12px rgba(251, 191, 36, 0.35); }
.home-feature-card[data-accent="cyan"]:hover strong { color: #22d3ee; text-shadow: 0 0 12px rgba(34, 211, 238, 0.35); }
.home-feature-card[data-accent="violet"]:hover strong { color: #a78bfa; text-shadow: 0 0 12px rgba(167, 139, 250, 0.35); }
.home-feature-card[data-accent="green"]:hover strong { color: #39ff14; text-shadow: 0 0 12px rgba(57, 255, 20, 0.35); }

/* ── Stats strip ── */
.home-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.home-stats--solo {
    grid-template-columns: 1fr;
    max-width: 360px;
}

.home-stat-card--featured {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
    padding: 16px 20px;
    border-color: rgba(212, 175, 55, 0.32);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(18, 20, 26, 0.45));
    backdrop-filter: blur(20px) saturate(1.45);
    -webkit-backdrop-filter: blur(20px) saturate(1.45);
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-stat-card--featured .stat-icon {
    margin-bottom: 0;
    font-size: 1.65rem;
}

.home-stat-card--featured .stat-label {
    font-size: 0.82rem;
    color: var(--gold-premium);
}

.home-stat-card {
    text-align: center;
    padding: 18px 12px;
    border-radius: 14px;
    background: var(--cm-glass-bg);
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    border: 1px solid var(--cm-glass-border);
    box-shadow: var(--cm-glass-shadow);
    transition: border-color 0.25s, transform 0.25s, background 0.25s, box-shadow 0.25s;
    cursor: pointer;
    font: inherit;
    color: inherit;
    width: 100%;
    display: block;
}

.home-stat-card:hover,
.home-stat-card:focus-visible {
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.04);
    transform: translateY(-3px);
    outline: none;
}

.home-stat-card:focus-visible {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.35);
}

.home-stat-card .stat-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.home-stat-card .stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.35;
}

/* ── Services grid ── */
.home-section-head {
    margin-bottom: 20px;
}

.home-section-head h3 {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--gold-premium);
    margin-bottom: 6px;
}

.home-section-head p {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.home-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin-bottom: 0;
}

.home-free-tools-section .home-services-free,
.home-premium-section .home-services-premium {
    margin-bottom: 20px;
}

.home-advanced-panel .home-services-advanced {
    margin-bottom: 0;
}

.home-why-section,
.home-free-tools-section,
.home-premium-section,
.home-testimonials-section,
.home-about-section,
.home-faq-section {
    margin-bottom: 32px;
}

.home-compare-inset {
    margin-top: 24px;
    margin-bottom: 0;
}

.home-advanced-panel {
    margin-top: 8px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 16px;
    background: rgba(13, 17, 23, 0.55);
    padding: 0 16px 16px;
}

.home-advanced-panel > summary {
    cursor: pointer;
    padding: 16px 4px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--gold-premium);
    list-style: none;
    user-select: none;
}

.home-advanced-panel > summary::-webkit-details-marker {
    display: none;
}

.home-advanced-panel > summary::after {
    content: '+';
    float: right;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: #39ff14;
    text-shadow:
        0 0 8px rgba(57, 255, 20, 0.85),
        0 0 18px rgba(57, 255, 20, 0.45);
}

.home-advanced-panel[open] > summary::after {
    content: '−';
    color: #39ff14;
    text-shadow:
        0 0 8px rgba(57, 255, 20, 0.85),
        0 0 18px rgba(57, 255, 20, 0.45);
}

.home-advanced-panel[open] > summary {
    margin-bottom: 8px;
}

.home-advanced-intro {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 14px;
}

.home-premium-section .home-whatsapp-banner {
    margin-bottom: 20px;
}

.home-premium-section .home-app-strip {
    margin-top: 4px;
    margin-bottom: 0;
}

.home-about-section {
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    background: linear-gradient(135deg, rgba(26, 16, 51, 0.35) 0%, rgba(13, 17, 23, 0.65) 100%);
}

.home-about-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.home-about-photo-ring {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}

.home-about-copy h3 {
    font-family: var(--font-display);
    font-size: 1.45rem;
    color: var(--gold-premium);
    margin: 0 0 8px;
}

.home-about-identity {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(200, 210, 220, 0.9);
    margin: 0 0 12px;
}

.home-about-copy p:last-child {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 0.95rem;
}

.home-faq-section {
    padding-bottom: 8px;
}

.home-faq-list {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(13, 17, 23, 0.45);
}

.home-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0 18px;
}

.home-faq-item:last-child {
    border-bottom: none;
}

.home-faq-item summary {
    cursor: pointer;
    padding: 16px 0;
    font-weight: 600;
    color: var(--gold-premium);
    list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-faq-item p {
    margin: 0 0 16px;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.home-service-card {
    text-align: left;
    padding: 20px 18px;
    border-radius: 14px;
    background: var(--cm-glass-bg);
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    border: 1px solid var(--cm-glass-border);
    box-shadow: var(--cm-glass-shadow);
    cursor: pointer;
    transition: all 0.25s ease;
    color: inherit;
    font: inherit;
    width: 100%;
}

.home-service-card:hover {
    border-color: rgba(0, 255, 102, 0.42);
    background: rgba(0, 255, 102, 0.06);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32), 0 0 20px rgba(0, 255, 102, 0.1), inset 0 1px 0 rgba(0, 255, 102, 0.1);
}

.home-service-card:hover .svc-title {
    color: #39ff14;
    text-shadow: 0 0 12px rgba(0, 255, 102, 0.35);
}

.home-service-card:hover .svc-desc {
    color: rgba(0, 255, 102, 0.88);
}

.home-service-card .svc-icon {
    font-size: 1.75rem;
    margin-bottom: 10px;
    display: block;
}

.home-service-card .svc-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--matrix-green);
    margin-bottom: 6px;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.2);
}

.home-service-card .svc-desc {
    font-size: 0.78rem;
    color: rgba(0, 255, 102, 0.75);
    line-height: 1.45;
}

.home-service-card.featured {
    border-color: rgba(0, 255, 102, 0.32);
    background: linear-gradient(145deg, rgba(0, 255, 102, 0.08) 0%, rgba(18, 24, 31, 0.48) 100%);
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.4);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.4);
}

/* ── WhatsApp expert banner ── */
.home-whatsapp-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    margin-bottom: 36px;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(37, 211, 102, 0.1) 0%, rgba(18, 24, 31, 0.5) 60%);
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--cm-glass-shadow);
}

.home-whatsapp-banner h4 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 6px;
}

.home-whatsapp-banner p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.home-whatsapp-banner .wa-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--whatsapp);
    margin-top: 8px;
}

.btn-wa-solid {
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    background: var(--whatsapp);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.2s, transform 0.2s;
}

.btn-wa-solid:hover {
    filter: brightness(1.08);
    transform: scale(1.02);
}

/* ── Testimonials ── */
.home-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.home-testimonial {
    padding: 22px 20px;
    border-radius: 14px;
    background: var(--cm-glass-bg);
    backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    -webkit-backdrop-filter: blur(var(--cm-glass-blur)) saturate(1.35);
    border: 1px solid var(--cm-glass-border);
    box-shadow: var(--cm-glass-shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-testimonial-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.home-testimonial-name {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gold-premium);
    line-height: 1.3;
}

.home-testimonial-city {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.home-testimonial-rating {
    color: var(--gold-premium);
    font-size: 0.85rem;
    letter-spacing: 2px;
    flex-shrink: 0;
}

.home-testimonial-type {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(57, 255, 20, 0.9);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(57, 255, 20, 0.28);
    background: rgba(57, 255, 20, 0.06);
}

.home-testimonial blockquote {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text-main);
    margin: 0;
    font-style: italic;
}

/* ── Compare strip ── */
.home-compare {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    margin-bottom: 36px;
}

.home-compare table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.home-compare th,
.home-compare td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-compare thead th {
    background: rgba(212, 175, 55, 0.08);
    color: var(--gold-premium);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-compare tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.home-compare .yes {
    color: var(--matrix-green);
    font-weight: 700;
}

.home-compare .cm-col {
    color: var(--gold-premium);
    font-weight: 600;
}

/* ── App promo strip ── */
.home-app-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--purple-mid) 0%, var(--panel-bg) 100%);
    border: 1px solid rgba(147, 112, 219, 0.25);
    margin-bottom: 24px;
}

.home-app-strip h4 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 8px;
}

.home-app-strip p {
    font-size: 0.88rem;
    color: var(--text-muted);
    max-width: 480px;
    line-height: 1.55;
}

.btn-outline-gold {
    padding: 12px 22px;
    border-radius: 10px;
    border: 1px solid var(--gold-premium);
    background: transparent;
    color: var(--gold-premium);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn-outline-gold:hover {
    background: rgba(212, 175, 55, 0.12);
}

/* ── Site footer ── */
.site-footer {
    margin-top: 40px;
    padding: 28px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.hy-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #39ff14;
    font-size: 1.1rem;
    line-height: 1;
    text-shadow:
        0 0 8px rgba(57, 255, 20, 0.65),
        0 0 16px rgba(57, 255, 20, 0.35);
}

.hy-symbol-lg {
    font-size: 1.35rem;
    margin-bottom: 4px;
}

.site-footer .footer-brand {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--gold-premium);
}

.footer-copyright {
    font-size: 0.78rem !important;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(196, 181, 160, 0.92) !important;
    margin-bottom: 6px !important;
}

.site-footer p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.site-footer a {
    color: var(--matrix-green);
    text-decoration: none;
}

/* Copyright bar removed from UI — hide if any stale markup remains */
.app-copyright-bar,
.footer-copyright {
    display: none !important;
}

/* ── Bottom dock: WhatsApp (end of scroll) ── */
.site-bottom-dock {
    margin-top: 48px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    padding: 28px 40px 32px;
    border-top: 1px solid rgba(57, 255, 20, 0.12);
    background: linear-gradient(to bottom, rgba(8, 10, 14, 0.55) 0%, rgba(8, 10, 14, 0.92) 100%);
}

/* ── Mobile bottom nav ── */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: rgba(18, 24, 31, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--border-color);
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    justify-content: space-around;
    align-items: stretch;
}

.mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-size: 0.62rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: color 0.2s, background 0.2s;
    font-family: var(--font-body);
}

.mobile-nav-item .nav-ico {
    font-size: 1.25rem;
    line-height: 1;
}

.mobile-nav-item.active,
.mobile-nav-item:hover {
    color: var(--gold-premium);
    background: rgba(212, 175, 55, 0.06);
}

.mobile-nav-item.nav-wa.active {
    color: var(--whatsapp);
}

/* ── Sidebar badge ── */
.nav-badge-new {
    font-size: 0.6rem;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 4px;
    background: rgba(0, 255, 102, 0.15);
    color: var(--matrix-green);
    font-weight: 700;
    vertical-align: middle;
}

.header-trust-pill {
    font-size: 0.72rem;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: var(--gold-premium);
    white-space: nowrap;
}

@media (max-width: 900px) {
    .main-content::before {
        left: 0;
    }
    .home-stats { grid-template-columns: repeat(2, 1fr); }
    .home-feature-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-testimonials { grid-template-columns: 1fr; }
    .home-compare { overflow-x: auto; }
    .home-compare table { min-width: 520px; }
}

@media (max-width: 768px) {
    body:not(.lang-gate-open) {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main-content { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
    .mobile-bottom-nav { display: flex; }
    .sidebar { display: none !important; }
    .main-content::before { left: 0; }
    .site-bottom-dock {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
        padding: 20px 16px 28px;
    }
    .home-hero { padding: 32px 22px; }
    .home-cta-row { flex-direction: column; }
    .btn-hero-primary,
    .btn-hero-whatsapp,
    .btn-hero-premium { width: 100%; justify-content: center; }
    .home-hero-identity {
        font-size: 0.82rem;
        letter-spacing: 0.04em;
    }
    .home-about-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-feature-cards {
        grid-template-columns: 1fr 1fr;
        margin-top: 32px;
        padding-top: 24px;
        gap: 10px;
    }
    .live-activity-ticker-label {
        font-size: 0.55rem;
        padding: 8px 10px;
    }
    .live-activity-ticker-item { font-size: 0.68rem; }
    .sidebar .nav-links li { flex: 1 1 45%; }
    .sidebar .nav-links li button { font-size: 0.82rem; padding: 10px 8px; }
}

/* ── Tab back navigation ── */
.tab-back-bar {
    margin-bottom: 20px;
}

.tab-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.06);
    color: var(--gold-premium);
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--font-body);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.tab-back-btn:hover {
    background: rgba(212, 175, 55, 0.14);
    border-color: var(--gold-premium);
    transform: translateX(-2px);
}

.tab-back-btn::before {
    content: '←';
    font-size: 1rem;
    line-height: 1;
}

/* ── Scientific Astrologer · Methodology ── */
.home-science-section {
    margin: 36px 0 28px;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(57, 255, 20, 0.12);
    background: linear-gradient(135deg, rgba(57, 255, 20, 0.04) 0%, rgba(212, 175, 55, 0.03) 100%);
}

.home-science-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 14px;
    margin-top: 18px;
}

.home-science-card {
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(18, 24, 31, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.12);
}

.home-science-card strong {
    display: block;
    font-size: 0.92rem;
    color: #39FF14;
    margin-bottom: 6px;
}

.home-science-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.45;
}

/* ── Premium ₹500 CTA ── */
.cm-premium-cta {
    margin: 24px 0;
    padding: 20px 22px;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(120deg, rgba(212, 175, 55, 0.1) 0%, rgba(57, 255, 20, 0.06) 100%);
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.08);
}

.cm-premium-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
}

.cm-premium-badge {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gold-premium);
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.35);
    white-space: nowrap;
}

.cm-premium-cta-copy {
    flex: 1 1 240px;
    min-width: 0;
}

.cm-premium-cta-copy h4 {
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: var(--text-main);
}

.cm-premium-cta-copy p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.cm-premium-cta-list {
    margin-top: 8px;
    padding-left: 18px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.cm-premium-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-premium-order {
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.88rem;
    color: #030508;
    background: linear-gradient(135deg, #D4AF37 0%, #39FF14 100%);
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-premium-order:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(57, 255, 20, 0.25);
}

.btn-premium-consult {
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid rgba(37, 211, 102, 0.45);
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
}

/* ── Rashifal 2026 ── */
.rashifal-intro {
    color: var(--text-muted);
    font-size: 0.9rem;
    max-width: 720px;
    margin-bottom: 20px;
    line-height: 1.55;
}

.rashifal-sign-picker {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.rashifal-sign-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    background: rgba(18, 24, 31, 0.9);
    color: var(--text-main);
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.rashifal-sign-btn:hover,
.rashifal-sign-btn.active {
    border-color: var(--sign-color, var(--gold-premium));
    box-shadow: 0 0 16px rgba(57, 255, 20, 0.2);
}

.rashifal-sign-symbol {
    font-size: 1.5rem;
}

.rashifal-sign-label {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.rashifal-detail-card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(12, 16, 22, 0.95);
}

.rashifal-detail-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.rashifal-detail-symbol {
    font-size: 2.5rem;
    line-height: 1;
}

.rashifal-detail-head h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.rashifal-theme {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.rashifal-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.rashifal-field h4 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sign-color, #39FF14);
    margin-bottom: 6px;
}

.rashifal-field p {
    font-size: 0.88rem;
    color: var(--text-main);
    line-height: 1.5;
}

.rashifal-lucky {
    font-size: 0.85rem;
    color: var(--gold-premium);
    margin-bottom: 16px;
}

.rashifal-disclaimer {
    margin-top: 14px;
    font-size: 0.75rem;
    color: var(--text-muted);
    opacity: 0.85;
}

.rashifal-premium-cta {
    margin-bottom: 0;
}

/* ── Bottom WhatsApp consult bar (scrolls with page) ── */
.cosmic-float-wa {
    position: static;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    background: rgba(12, 18, 14, 0.96);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.cosmic-float-wa[hidden] {
    display: none !important;
}

.cosmic-float-wa-copy {
    flex: 1;
    min-width: 0;
    padding-right: 16px;
}

.cosmic-float-wa-copy strong {
    display: block;
    font-size: 0.85rem;
    color: #25D366;
    margin-bottom: 2px;
}

.cosmic-float-wa-copy span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.cosmic-float-wa-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    flex-shrink: 0;
}

/* ── Fixed WhatsApp FAB (conversions) ── */
.cosmic-wa-fab {
    position: fixed;
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(24px, env(safe-area-inset-bottom, 0px));
    z-index: 11000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    pointer-events: none;
}

.cosmic-wa-fab-hint {
    margin: 0;
    padding: 8px 12px;
    max-width: 200px;
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: right;
    color: rgba(220, 230, 240, 0.92);
    background: rgba(13, 17, 23, 0.92);
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.cosmic-wa-fab-btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow:
        0 8px 28px rgba(37, 211, 102, 0.45),
        0 0 20px rgba(37, 211, 102, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    touch-action: manipulation;
    min-height: 48px;
    min-width: 48px;
}

.cosmic-wa-fab-btn:hover,
.cosmic-wa-fab-btn:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

.cosmic-wa-fab-icon {
    font-size: 1.15rem;
    line-height: 1;
}

body.lang-gate-open .cosmic-wa-fab {
    display: none;
}

@media (max-width: 768px) {
    .cosmic-wa-fab {
        bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        right: max(12px, env(safe-area-inset-right, 0px));
    }
    .cosmic-wa-fab-hint {
        max-width: 160px;
        font-size: 0.68rem;
    }
    .cosmic-wa-fab-label {
        display: none;
    }
    .cosmic-wa-fab-btn {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    .cosmic-wa-fab-icon {
        font-size: 1.4rem;
    }
    .cosmic-float-wa {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
    }
    .cosmic-float-wa-actions {
        flex-direction: column;
        width: 100%;
    }
    .cosmic-float-wa-actions .btn-wa-solid,
    .cosmic-float-wa-actions .btn-premium-order {
        width: 100%;
        text-align: center;
    }
    .cm-premium-cta-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .cm-premium-cta-actions {
        flex-direction: column;
    }
    .btn-premium-order,
    .btn-premium-consult {
        width: 100%;
        text-align: center;
    }
}

/* ── Forensic Decoder ── */
.forensic-shell {
    position: relative;
    max-width: 920px;
    width: 100%;
}

.forensic-viewport {
    position: relative;
    min-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 8px;
}

.forensic-header {
    position: relative;
    padding: 28px 24px 22px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid rgba(57, 255, 20, 0.22);
    background: linear-gradient(135deg, rgba(0, 24, 14, 0.92) 0%, rgba(8, 14, 10, 0.96) 100%);
    overflow: hidden;
}

.forensic-header-glow {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(57, 255, 20, 0.03) 2px, rgba(57, 255, 20, 0.03) 4px),
        radial-gradient(ellipse at 20% 0%, rgba(57, 255, 20, 0.12) 0%, transparent 55%);
    pointer-events: none;
}

.forensic-eyebrow {
    position: relative;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    color: #39FF14;
    margin-bottom: 10px;
    font-weight: 700;
}

.forensic-title {
    position: relative;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 18px rgba(57, 255, 20, 0.25);
}

.forensic-lead {
    position: relative;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 680px;
}

.forensic-kundli-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 18px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(18, 24, 31, 0.7);
}

.forensic-kundli-status {
    font-size: 0.85rem;
    color: #f87171;
}

.forensic-kundli-status.linked {
    color: #39FF14;
}

.forensic-form {
    max-width: 640px;
    margin-bottom: 24px;
}

.btn-forensic-scan {
    width: 100%;
    margin-top: 8px;
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    color: #030508;
    background: linear-gradient(135deg, #39FF14 0%, #0a3d22 100%);
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.25);
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-forensic-scan:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 32px rgba(57, 255, 20, 0.4);
}

.forensic-scan-overlay {
    position: absolute;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 8, 5, 0.92);
    backdrop-filter: blur(6px);
    border-radius: 14px;
}

.forensic-scan-overlay[hidden] {
    display: none !important;
}

.forensic-scan-panel {
    position: relative;
    width: min(420px, 92vw);
    padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid rgba(57, 255, 20, 0.35);
    background: rgba(4, 12, 8, 0.96);
    overflow: hidden;
    text-align: center;
}

.forensic-scan-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(57, 255, 20, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 255, 20, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
}

.forensic-scan-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #39FF14, transparent);
    box-shadow: 0 0 16px #39FF14;
    animation: forensic-scan-sweep 1.6s ease-in-out infinite;
}

@keyframes forensic-scan-sweep {
    0% { top: 0; opacity: 0.3; }
    50% { opacity: 1; }
    100% { top: 100%; opacity: 0.3; }
}

.forensic-scan-label {
    position: relative;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    color: #39FF14;
    margin-bottom: 10px;
    font-weight: 700;
}

.forensic-scan-status {
    position: relative;
    font-size: 0.82rem;
    color: var(--text-muted);
    min-height: 1.2em;
}

.forensic-report-mount {
    min-height: 40px;
}

.forensic-report {
    border-radius: 16px;
    border: 1px solid rgba(57, 255, 20, 0.25);
    background: rgba(4, 10, 7, 0.95);
    overflow: hidden;
    animation: forensic-report-in 0.5s ease;
}

@keyframes forensic-report-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.forensic-report-head {
    padding: 20px 22px 16px;
    border-bottom: 1px solid rgba(57, 255, 20, 0.15);
    background: rgba(57, 255, 20, 0.04);
}

.forensic-report-badge {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    color: #39FF14;
    margin-bottom: 8px;
    font-weight: 700;
}

.forensic-report-head h3 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 4px;
}

.forensic-subject {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.forensic-evidence-grid {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.forensic-evidence-row {
    padding: 12px 14px;
    border-radius: 10px;
    border-left: 3px solid rgba(57, 255, 20, 0.35);
    background: rgba(18, 24, 31, 0.6);
}

.forensic-evidence-primary {
    border-left-color: #39FF14;
    background: rgba(57, 255, 20, 0.06);
}

.forensic-evidence-karmic {
    border-left-color: var(--gold-premium);
    background: rgba(212, 175, 55, 0.05);
}

.forensic-label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #39FF14;
    margin-bottom: 6px;
    font-weight: 700;
}

.forensic-evidence-karmic .forensic-label {
    color: var(--gold-premium);
}

.forensic-value {
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-main);
}

.forensic-triggers-section {
    padding: 0 22px 18px;
}

.forensic-triggers-section h4 {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.forensic-trigger-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.forensic-trigger-row {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
}

.forensic-trigger-row.primary {
    border-color: rgba(57, 255, 20, 0.3);
    background: rgba(57, 255, 20, 0.04);
}

.forensic-trigger-idx {
    color: #39FF14;
    font-weight: 700;
    font-family: monospace;
}

.forensic-trigger-score {
    font-size: 0.72rem;
    color: var(--gold-premium);
    font-weight: 700;
}

.forensic-report-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 22px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.72rem;
    color: var(--text-muted);
}

.forensic-error {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(248, 113, 113, 0.4);
    color: #f87171;
    background: rgba(248, 113, 113, 0.08);
}

/* ── Deep-Dive: Shadow Vector + Vastu ── */
.deep-dive-module {
    position: relative;
    margin-top: 36px;
    padding: 28px 24px 32px;
    border-radius: 18px;
    border: 1px solid rgba(57, 255, 20, 0.18);
    background: linear-gradient(180deg, rgba(2, 10, 6, 0.98) 0%, rgba(8, 14, 12, 0.95) 100%);
    overflow: hidden;
}

.deep-dive-module::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 3px,
        rgba(57, 255, 20, 0.025) 3px,
        rgba(57, 255, 20, 0.025) 4px
    );
    pointer-events: none;
}

.deep-dive-locked .deep-dive-lock-overlay {
    display: flex;
}

.deep-dive-lock-overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 20;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 4, 0.82);
    backdrop-filter: blur(8px);
}

.deep-dive-lock-card {
    text-align: center;
    max-width: 360px;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(12, 16, 14, 0.95);
}

.deep-dive-lock-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
}

.deep-dive-lock-card h3 {
    color: var(--gold-premium);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.deep-dive-lock-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.deep-dive-header {
    position: relative;
    margin-bottom: 24px;
}

.deep-dive-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    color: #39FF14;
    font-weight: 700;
    margin-bottom: 8px;
}

.deep-dive-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    color: #fff;
    margin-bottom: 8px;
}

.deep-dive-lead {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.55;
    max-width: 640px;
}

.deep-dive-xray-stage {
    position: relative;
    min-height: 220px;
    margin-bottom: 24px;
    border-radius: 14px;
    border: 1px solid rgba(57, 255, 20, 0.2);
    background: rgba(0, 8, 4, 0.9);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deep-dive-xray-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(57, 255, 20, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 255, 20, 0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.6;
}

.deep-dive-xray-silhouette {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px dashed rgba(57, 255, 20, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.xray-house {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(57, 255, 20, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #39FF14;
    font-size: 0.9rem;
    opacity: 0.35;
    transition: opacity 0.6s, box-shadow 0.6s;
}

.deep-dive-xray-stage.revealed .xray-house {
    opacity: 1;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.35);
}

.deep-dive-xray-scanline {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #39FF14, transparent);
    box-shadow: 0 0 20px #39FF14;
    opacity: 0;
    top: 0;
}

.deep-dive-xray-stage.scanning .deep-dive-xray-scanline {
    opacity: 1;
    animation: deep-xray-sweep 2s ease-in-out forwards;
}

@keyframes deep-xray-sweep {
    0% { top: 0; opacity: 0.4; }
    50% { opacity: 1; }
    100% { top: 100%; opacity: 0.3; }
}

.btn-deep-reveal {
    position: relative;
    z-index: 2;
    padding: 14px 28px;
    border: 1px solid rgba(57, 255, 20, 0.5);
    border-radius: 12px;
    background: rgba(57, 255, 20, 0.08);
    color: #39FF14;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.btn-deep-reveal:hover:not(:disabled) {
    background: rgba(57, 255, 20, 0.15);
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.25);
}

.btn-deep-reveal:disabled {
    opacity: 0.5;
    cursor: wait;
}

.deep-dive-locked .btn-deep-reveal,
.deep-dive-locked .deep-dive-xray-stage {
    pointer-events: none;
    opacity: 0.35;
}

.deep-dive-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 20px;
}

.deep-dive-panel {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(57, 255, 20, 0.15);
    background: rgba(6, 12, 8, 0.85);
}

.deep-dive-panel h3 {
    font-size: 1rem;
    color: #39FF14;
    margin-bottom: 6px;
}

.deep-dive-panel-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.45;
}

.shadow-block {
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-left: 3px solid rgba(57, 255, 20, 0.4);
    background: rgba(255, 255, 255, 0.02);
}

.shadow-block h4 {
    font-size: 0.88rem;
    color: var(--text-main);
    margin-bottom: 4px;
}

.shadow-block p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.shadow-sev-critical { border-left-color: #ef4444; background: rgba(239, 68, 68, 0.06); }
.shadow-sev-high { border-left-color: #f59e0b; }
.shadow-sev-elevated { border-left-color: #39FF14; }
.shadow-sev-moderate { border-left-color: rgba(57, 255, 20, 0.35); }

.shadow-block-house {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    color: #39FF14;
    font-weight: 700;
}

.vastu-compass-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.vastu-compass {
    width: min(200px, 80vw);
    height: auto;
}

.vastu-compass-arrow {
    transition: transform 0.8s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.vastu-compass-caption {
    text-align: center;
}

.vastu-compass-caption strong {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #39FF14;
    margin-bottom: 4px;
}

.vastu-compass-caption span {
    font-size: 1rem;
    color: var(--text-main);
    font-weight: 600;
}

.vastu-pair-list {
    list-style: none;
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.vastu-pair-list strong {
    color: var(--gold-premium);
}

.vastu-workspace-tip-inline {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(196, 181, 160, 0.9);
    margin: 10px 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px dashed rgba(217, 119, 6, 0.28);
    background: rgba(10, 12, 18, 0.4);
}

.vastu-spatial-deep .vastu-reason-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.vastu-spatial-deep .vastu-reason-list li {
    font-size: 0.76rem;
    color: var(--text-muted);
    padding-left: 10px;
    border-left: 2px solid rgba(57, 255, 20, 0.3);
    margin-bottom: 6px;
}

.deep-dive-empty {
    font-size: 0.85rem;
    color: var(--text-muted);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .live-activity-ticker-track {
        animation: none !important;
    }
}
