/* ============================================
   SHREEKUNDLI HOMEPAGE
   Warm editorial aesthetic with cosmic depth
   ============================================ */

/* ---- Scroll-triggered reveal ---- */
.home-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1);
}
.home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.home-reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity 0.5s cubic-bezier(.22,1,.36,1), transform 0.5s cubic-bezier(.22,1,.36,1); }
.home-reveal-stagger.is-visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
.home-reveal-stagger.is-visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:.08s; }
.home-reveal-stagger.is-visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:.16s; }
.home-reveal-stagger.is-visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:.24s; }
.home-reveal-stagger.is-visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:.32s; }
.home-reveal-stagger.is-visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:.40s; }
.home-reveal-stagger.is-visible > *:nth-child(7) { opacity:1; transform:translateY(0); transition-delay:.48s; }
.home-reveal-stagger.is-visible > *:nth-child(8) { opacity:1; transform:translateY(0); transition-delay:.56s; }
.home-reveal-stagger.is-visible > *:nth-child(9) { opacity:1; transform:translateY(0); transition-delay:.64s; }

/* ---- Section spacing ---- */
.home-section {
    padding: 5rem 0;
}
@media (min-width: 768px) {
    .home-section { padding: 6.5rem 0; }
}

.home-section-heading {
    font-family: "Exo 2", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--foreground);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
    .home-section-heading { font-size: 2.5rem; }
}

.home-section-sub {
    font-size: 1.0625rem;
    color: var(--muted-foreground);
    max-width: 40rem;
    line-height: 1.7;
}

/* ============================================
   1. HERO — Cosmic background (matches login)
   ============================================ */
.home-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(212, 32, 32, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(254, 243, 199, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(212, 32, 32, 0.1) 0%, transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #fff5f5 30%, #fef3c7 60%, #ffe8e8 100%);
}

/* Noise texture overlay */
.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

/* No second pseudo-element needed */
.home-hero::after { display: none; }

/* Cosmic layers inside hero */
.home-hero-cosmic {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

/* Floating glow orbs */
.home-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: heroOrbit 25s ease-in-out infinite;
}
.home-hero-orb-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 32, 32, 0.1) 0%, transparent 70%);
    top: 10%;
    left: 15%;
    animation-duration: 30s;
}
.home-hero-orb-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(254, 243, 199, 0.18) 0%, transparent 70%);
    bottom: 20%;
    right: 20%;
    animation-duration: 35s;
    animation-delay: -10s;
}
.home-hero-orb-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 32, 32, 0.08) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    animation-duration: 40s;
    animation-delay: -20s;
}

@keyframes heroOrbit {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(30px, -20px); }
    50% { transform: translate(-20px, 30px); }
    75% { transform: translate(20px, 20px); }
}

/* Stars inside hero */
.home-hero-stars {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-hero-star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #d42020;
    border-radius: 50%;
    opacity: 0.6;
    animation: blink 2s ease-in-out infinite;
}
.home-hero-star.bright {
    width: 3px;
    height: 3px;
    box-shadow: 0 0 8px rgba(212, 32, 32, 0.8);
    animation: blink-bright 1.5s ease-in-out infinite;
}
.home-hero-star.dim {
    opacity: 0.3;
    animation-duration: 3s;
}

/* Zodiac symbols floating */
.home-hero-zodiac {
    position: absolute;
    font-size: 120px;
    color: #fef3c7;
    opacity: 0.025;
    animation: heroFloat 40s linear infinite;
}
.home-hero-zodiac:nth-child(2) {
    font-size: 100px;
    animation-duration: 50s;
    animation-delay: -10s;
}
.home-hero-zodiac:nth-child(3) {
    font-size: 140px;
    animation-duration: 45s;
    animation-delay: -20s;
}

@keyframes heroFloat {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.025; }
    90% { opacity: 0.025; }
    100% { transform: translateY(-120px) rotate(360deg); opacity: 0; }
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .home-hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 3rem;
        padding: 0 2.5rem;
    }
}

.home-hero-content {
    padding: 2rem 0 3rem;
}
@media (min-width: 1024px) {
    .home-hero-content { padding: 0; }
}

/* Kicker text */
.home-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 0.2s forwards;
}
.home-hero-kicker::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 1px;
}

.home-hero-headline {
    font-family: "Exo 2", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.12;
    color: var(--foreground);
    letter-spacing: -0.025em;
    margin: 0 0 1.25rem 0;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 0.35s forwards;
}
@media (min-width: 640px) {
    .home-hero-headline { font-size: 3rem; }
}
@media (min-width: 768px) {
    .home-hero-headline { font-size: 3.5rem; }
}
@media (min-width: 1024px) {
    .home-hero-headline { font-size: 3.75rem; }
}

.home-hero-headline em {
    font-style: normal;
    color: var(--primary);
    position: relative;
}
.home-hero-headline em::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    opacity: 0.25;
}

.home-hero-sub {
    font-size: 1.0625rem;
    color: var(--muted-foreground);
    line-height: 1.75;
    max-width: 30rem;
    margin: 0 0 2rem 0;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 0.5s forwards;
}

/* CTA button */
.home-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9375rem 2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: var(--font-sans);
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 4px 20px -4px rgba(212,32,32,.35);
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 0.65s forwards;
}
.home-hero-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px -6px rgba(212,32,32,.4);
    color: #fff;
}
.home-hero-cta:hover::before { opacity: 1; }
.home-hero-cta:active { transform: translateY(0); }
.home-hero-cta i { font-size: 1.125rem; }

/* Trust badges */
.home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    margin-top: 2rem;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 0.8s forwards;
}
.home-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--muted-foreground);
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.home-hero-trust-item i {
    font-size: 0.8125rem;
    color: var(--primary);
    opacity: 0.7;
}

/* ---- Hero Visual — Animated Logo (PNG + CSS layers) ---- */
.home-hero-visual {
    display: none;
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    opacity: 0;
    animation: heroVisualReveal 1.2s cubic-bezier(.22,1,.36,1) 0.6s forwards;
}
@media (min-width: 1024px) {
    .home-hero-visual { display: flex; align-items: center; justify-content: center; }
}

@keyframes heroVisualReveal {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

/* Wrapper — establishes the square coordinate space */
.hero-logo-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 aspect ratio */
    animation: heroLogoFloat 6s ease-in-out 2s infinite;
}

@keyframes heroLogoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ---- Breathing aura glow ---- */
.hero-logo-aura {
    position: absolute;
    inset: -10%;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(212,32,32,.12) 0%,
        rgba(232,184,48,.08) 30%,
        rgba(212,32,32,.04) 50%,
        transparent 70%
    );
    animation: auraPulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes auraPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.12); opacity: 1; }
}

/* ---- The actual logo PNG + traveling glow ---- */
.hero-logo-img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
    height: 58%;
    z-index: 5;
    border-radius: 50%;
    overflow: hidden;
}

.hero-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 40px rgba(212,32,32,.25)) drop-shadow(0 0 80px rgba(232,184,48,.12));
}

/* Traveling glow sweep — a bright band that sweeps across the logo */
.hero-logo-shine {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
}

.hero-logo-shine::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -60%;
    width: 40%;
    height: 140%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        transparent 35%,
        rgba(255,255,255,.08) 40%,
        rgba(245,208,112,.18) 45%,
        rgba(255,255,255,.25) 50%,
        rgba(245,208,112,.18) 55%,
        rgba(255,255,255,.08) 60%,
        transparent 65%,
        transparent 100%
    );
    transform: skewX(-15deg);
    animation: logoShine 5s ease-in-out 2s infinite;
}

@keyframes logoShine {
    0% {
        left: -60%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        left: 130%;
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

/* ---- Rotating orbital rings ---- */
.hero-logo-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    pointer-events: none;
    z-index: 2;
}

/* Ring 1 — outermost, golden, clockwise */
.hero-logo-orbit-1 {
    width: 92%;
    height: 92%;
    margin-top: -46%;
    margin-left: -46%;
    border-width: 1.5px;
    border-top-color: rgba(232,184,48,.5);
    border-right-color: rgba(232,184,48,.2);
    border-bottom-color: rgba(232,184,48,.05);
    border-left-color: rgba(232,184,48,.35);
    animation: orbitSpin 30s linear infinite;
}

/* Ring 2 — mid, reddish-gold, counter-clockwise */
.hero-logo-orbit-2 {
    width: 82%;
    height: 82%;
    margin-top: -41%;
    margin-left: -41%;
    border-width: 1px;
    border-top-color: rgba(212,32,32,.35);
    border-right-color: rgba(232,184,48,.15);
    border-bottom-color: rgba(212,32,32,.05);
    border-left-color: rgba(232,184,48,.3);
    animation: orbitSpinReverse 24s linear infinite;
}

/* Ring 3 — inner, subtle gold, slow clockwise */
.hero-logo-orbit-3 {
    width: 72%;
    height: 72%;
    margin-top: -36%;
    margin-left: -36%;
    border-width: 1px;
    border-top-color: rgba(232,184,48,.3);
    border-right-color: rgba(232,184,48,.08);
    border-bottom-color: rgba(232,184,48,.02);
    border-left-color: rgba(232,184,48,.2);
    animation: orbitSpin 38s linear infinite;
}

@keyframes orbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes orbitSpinReverse {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* ---- Sparkle dots ---- */
.hero-logo-sparkle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #f5d070;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px rgba(245,208,112,.6);
    z-index: 3;
    opacity: 0;
    animation: sparkleBlink 3s ease-in-out infinite;
}
.hero-logo-sparkle.s2 { animation-delay: 0.6s; width: 4px; height: 4px; }
.hero-logo-sparkle.s3 { animation-delay: 1.2s; width: 3px; height: 3px; }
.hero-logo-sparkle.s4 { animation-delay: 1.8s; width: 4px; height: 4px; }
.hero-logo-sparkle.s5 { animation-delay: 2.4s; width: 3px; height: 3px; }
.hero-logo-sparkle.s6 { animation-delay: 0.9s; width: 4px; height: 4px; }

@keyframes sparkleBlink {
    0%, 100% { opacity: 0; transform: scale(0.3); }
    20% { opacity: 1; transform: scale(1.2); }
    40% { opacity: 0.6; transform: scale(1); }
    60% { opacity: 0.2; transform: scale(0.7); }
    80% { opacity: 0.8; transform: scale(1.1); }
}

/* ---- Orbiting dots (travel along rings) ---- */
/* Each dot is a full-size invisible layer that rotates around center.
   A pseudo-element on it is the visible dot, placed at the ring's edge. */
.hero-logo-orb-dot {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 4;
    pointer-events: none;
}

.hero-logo-orb-dot::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f5d070;
    border-radius: 50%;
    box-shadow: 0 0 10px 3px rgba(245,208,112,.5);
}

/* Dot 1 — rides outer ring (92% diameter → dot at top center) */
.hero-logo-orb-dot-1 {
    animation: orbitSpin 30s linear infinite;
}
.hero-logo-orb-dot-1::after {
    top: 4%;
    left: 50%;
    margin-left: -3px;
}

/* Dot 2 — rides mid ring, reverse */
.hero-logo-orb-dot-2 {
    animation: orbitSpinReverse 24s linear infinite;
}
.hero-logo-orb-dot-2::after {
    top: 9%;
    left: 50%;
    margin-left: -2.5px;
    width: 5px;
    height: 5px;
    background: #e8b830;
    box-shadow: 0 0 8px 2px rgba(232,184,48,.5);
}

/* Hero keyframes */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Scroll indicator */
.home-hero-scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    opacity: 0;
    animation: heroFadeUp 0.8s cubic-bezier(.22,1,.36,1) 1.2s forwards;
}
.home-hero-scroll-text {
    font-family: var(--font-mono);
    font-size: 0.5625rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted-foreground);
    opacity: 0.4;
}
.home-hero-scroll-line {
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, var(--primary), transparent);
    opacity: 0.3;
    animation: heroScrollPulse 2s ease-in-out infinite;
}
@keyframes heroScrollPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

/* ============================================
   2. PANCHANG STRIP — Warm light bar
   ============================================ */
.home-panchang {
    position: relative;
    z-index: 10;
    background: var(--muted);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 0;
}

.home-panchang-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
    .home-panchang-inner { padding: 1rem 2.5rem; }
}

.home-panchang-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--border);
}

.panchang-city-select {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: var(--muted-foreground);
    font-family: var(--font-mono);
    letter-spacing: 0.02em;
}
.panchang-city-select strong {
    color: var(--foreground);
    font-weight: 600;
    font-family: var(--font-sans);
}
.panchang-city-change {
    font-size: 0.6875rem;
    color: var(--primary);
    cursor: pointer;
    border: none;
    background: none;
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    font-family: var(--font-sans);
    font-weight: 500;
    transition: all 0.2s ease;
}
.panchang-city-change:hover {
    background: rgba(212,32,32,.08);
    color: var(--chart-2);
}

.home-panchang-link {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--muted-foreground);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: color 0.2s ease;
    font-family: var(--font-sans);
    letter-spacing: 0.02em;
}
.home-panchang-link:hover { color: var(--primary); }
.home-panchang-link i { font-size: 0.625rem; transition: transform 0.2s ease; }
.home-panchang-link:hover i { transform: translateX(2px); }

/* Panchang cards grid */
.home-panchang-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
@media (max-width: 767px) {
    .home-panchang-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem 0;
    }
}
@media (max-width: 479px) {
    .home-panchang-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 0;
    }
}

.panchang-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    position: relative;
}
/* Divider between cards */
.panchang-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: var(--border);
}
@media (max-width: 767px) {
    .panchang-card:not(:last-child)::after { display: none; }
}

.panchang-card-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: var(--primary);
    background: var(--accent);
    transition: all 0.2s ease;
}

.panchang-card-label {
    font-family: var(--font-mono);
    font-size: 0.5625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-foreground);
}

.panchang-card-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--foreground);
    min-height: 1.25rem;
    font-family: var(--font-sans);
}

/* Skeleton loader */
.panchang-skeleton {
    height: 0.875rem;
    width: 64px;
    background: linear-gradient(90deg, var(--border) 25%, rgba(255,255,255,.5) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}
@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ============================================
   3. FREE FEATURES — Numbered editorial grid
   ============================================ */
.home-features {
    background: var(--background);
    position: relative;
}

/* Subtle top border accent */
.home-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 1200px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.home-features-header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .home-features-header {
        padding: 0 2.5rem;
    }
}

.home-features-count {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.75rem;
}
.home-features-count::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--primary);
    border-radius: 1px;
}

.home-features-header .home-section-heading {
    margin-left: auto;
    margin-right: auto;
}
.home-features-header .home-section-sub {
    margin-left: auto;
    margin-right: auto;
}

.home-features-export {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.5rem;
}
.home-features-export i {
    color: var(--primary);
    font-size: 0.875rem;
}

/* Feature cards grid */
.home-features-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
@media (min-width: 640px) {
    .home-features-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2.5rem;
    }
}
@media (min-width: 1024px) {
    .home-features-grid { grid-template-columns: repeat(3, 1fr); }
}

.home-feature-card {
    background: var(--card);
    padding: 1.5rem 1.375rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: background 0.25s ease;
    position: relative;
}
.home-feature-card:hover {
    background: var(--accent);
}

/* Numbered counter badge */
.home-feature-card-num {
    display: none;
}
.home-feature-card:hover .home-feature-card-num {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.home-feature-card-body h3 {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
}
.home-feature-card-body p {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    line-height: 1.55;
    margin: 0;
}

/* Icon in card */
.home-feature-card-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    border-radius: 8px;
    font-size: 1rem;
    color: var(--primary);
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.home-feature-card:hover .home-feature-card-icon {
    background: var(--primary);
    color: #fff;
}

/* ============================================
   4. AI FEATURES — Deep warm dark section
   ============================================ */
.home-ai-section {
    background: #110e0c;
    color: #f5f5f4;
    position: relative;
    overflow: hidden;
}

/* Geometric diamond pattern */
.home-ai-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(212,32,32,.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(212,32,32,.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(212,32,32,.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(212,32,32,.03) 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0;
    pointer-events: none;
    z-index: 0;
}

/* Warm glow at center */
.home-ai-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,32,32,.06) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.home-ai-section .home-section-heading {
    color: #f5f5f4;
}
.home-ai-section .home-section-sub {
    color: rgba(245,245,244,.45);
}
.home-ai-section .home-tag {
    background: rgba(212,32,32,.12);
    color: #f87171;
}

/* AI group columns */
.home-ai-columns {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 640px) {
    .home-ai-columns {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2.5rem;
    }
}
@media (min-width: 1024px) {
    .home-ai-columns { grid-template-columns: repeat(4, 1fr); }
}

/* Each group column */
.home-ai-group {
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: var(--radius);
    padding: 1.25rem;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.home-ai-group:hover {
    border-color: rgba(212,32,32,.2);
    background: rgba(255,255,255,.035);
}

.home-ai-group-title {
    font-family: var(--font-mono);
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary);
    margin-bottom: 1rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.home-ai-group-title::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
}

.home-ai-card {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.625rem 0.5rem;
    border-radius: calc(var(--radius) - 2px);
    transition: background 0.2s ease;
}
.home-ai-card:hover {
    background: rgba(255,255,255,.04);
}

.home-ai-card-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,32,32,.1);
    border-radius: 6px;
    font-size: 0.875rem;
    color: #f87171;
    transition: all 0.2s ease;
}
.home-ai-card:hover .home-ai-card-icon {
    background: rgba(212,32,32,.18);
}

.home-ai-card h4 {
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(245,245,244,.9);
    margin: 0 0 0.125rem 0;
    line-height: 1.3;
}
.home-ai-card p {
    font-size: 0.6875rem;
    color: rgba(245,245,244,.4);
    margin: 0;
    line-height: 1.5;
}

/* AI CTA button override for dark context */
.home-ai-cta {
    position: relative;
    z-index: 1;
}
.home-ai-cta .btn {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 4px 24px -4px rgba(212,32,32,.4);
}
.home-ai-cta .btn:hover {
    box-shadow: 0 8px 32px -4px rgba(212,32,32,.5);
    transform: translateY(-2px);
    color: #fff;
}

/* ============================================
   5. KUNDLI MATCHING — Warm editorial layout
   ============================================ */
.home-match-section {
    background: var(--background);
    position: relative;
    overflow: hidden;
}

/* Subtle warm gradient wash behind the section */
.home-match-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,243,199,.45) 0%, transparent 65%);
    pointer-events: none;
}

.home-match-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
    .home-match-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

/* ---- Scorecard panel ---- */
.home-match-scorecard {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 32px -8px rgba(0,0,0,.06);
}

.home-match-header {
    background: linear-gradient(135deg, var(--accent) 0%, #fef9ef 100%);
    padding: 1.125rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.home-match-header-title {
    font-family: "Exo 2", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--foreground);
    letter-spacing: -0.01em;
}
.home-match-header-label {
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted-foreground);
}

.home-match-body {
    padding: 0.25rem 0;
}

/* Each koot row with bar gauge */
.home-match-row {
    display: grid;
    grid-template-columns: 110px 1fr 36px;
    align-items: center;
    gap: 1rem;
    padding: 0.625rem 1.5rem;
    transition: background 0.2s ease;
}
.home-match-row:hover {
    background: rgba(254,243,199,.2);
}

.home-match-row-name {
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--foreground);
}

/* Horizontal bar gauge */
.home-match-bar {
    height: 6px;
    background: var(--muted);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.home-match-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--primary), #e74c4c);
    transition: width 0.6s cubic-bezier(.22,1,.36,1);
}

.home-match-row-pts {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--primary);
    text-align: right;
}

/* Total row */
.home-match-total {
    background: linear-gradient(135deg, var(--foreground) 0%, #2d2d2d 100%);
    padding: 0.875rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-match-total-label {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255,255,255,.85);
    letter-spacing: 0.02em;
}
.home-match-total-score {
    font-family: var(--font-mono);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.home-match-total-max {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255,255,255,.5);
    margin-left: 0.125rem;
}

/* ---- Description column ---- */
.home-match-info {
    position: relative;
}

.home-match-info .home-tag {
    margin-bottom: 1rem;
}

.home-match-info .home-section-heading {
    font-family: "Exo 2", sans-serif;
    margin-bottom: 0.5rem;
}

.home-match-info .home-section-sub {
    margin-bottom: 2rem;
}

/* Feature list */
.home-match-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: grid;
    gap: 0;
}

.home-match-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--foreground);
    padding: 0.625rem 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,0,0,.04);
}
.home-match-features li:last-child {
    border-bottom: none;
}

.home-match-features li .home-match-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,32,32,.08);
    border-radius: 50%;
    margin-top: 0.1rem;
}
.home-match-features li .home-match-check i {
    font-size: 0.625rem;
    color: var(--primary);
}

/* CTA button */
.home-match-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 2rem;
    background: var(--primary);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--radius);
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px -4px rgba(212,32,32,.35);
    transition: all 0.25s ease;
}
.home-match-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px -4px rgba(212,32,32,.45);
    color: #fff;
}
.home-match-cta i {
    font-size: 1.125rem;
}

/* ============================================
   6. HOW IT WORKS — Red gradient section
   ============================================ */
.home-steps-section {
    background: linear-gradient(145deg, #c41a1a 0%, var(--primary) 35%, #b81c1c 70%, #8b1515 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Subtle diagonal stripe texture */
.home-steps-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255,255,255,.02) 20px,
        rgba(255,255,255,.02) 22px
    );
    pointer-events: none;
    z-index: 0;
}

/* Warm glow accent */
.home-steps-section::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,243,199,.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.home-steps-section .home-section-heading {
    color: #fff;
}
.home-steps-section .home-section-sub {
    color: rgba(255,255,255,.7);
}

.home-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .home-steps-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.home-step {
    text-align: center;
    position: relative;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 2rem 1.5rem 1.75rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
.home-step:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.2);
    transform: translateY(-3px);
}

.home-step-num {
    width: 52px;
    height: 52px;
    margin: 0 auto 1.25rem;
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(255,255,255,.35);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: var(--font-mono);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.home-step:hover .home-step-num {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.home-step-icon {
    font-size: 1.5rem;
    color: rgba(255,255,255,.5);
    margin-bottom: 0.75rem;
}

.home-step h3 {
    font-family: var(--font-sans);
    font-size: 1.0625rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.5rem 0;
}
.home-step p {
    font-size: 0.8125rem;
    color: rgba(255,255,255,.65);
    line-height: 1.65;
    margin: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

/* Connector arrows between steps — desktop only */
@media (min-width: 768px) {
    .home-step-connector {
        display: none;
    }
}
.home-step-connector {
    display: none;
}

/* ============================================
   7. EXPERIENCE LEVEL TABS
   ============================================ */
.home-level-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    padding: 0.25rem;
    background: var(--muted);
    border-radius: var(--radius);
    width: fit-content;
}
.home-level-tab {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--muted-foreground);
    border: none;
    background: none;
    border-radius: calc(var(--radius) - 2px);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font-sans);
    white-space: nowrap;
}
.home-level-tab:hover {
    color: var(--foreground);
}
.home-level-tab.active {
    background: var(--card);
    color: var(--foreground);
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.home-level-content {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--foreground);
    min-height: 160px;
}
.home-level-content[hidden] { display: none; }

.home-level-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

/* ============================================
   8. LANGUAGES — Typographic specimen grid
   ============================================ */
.home-lang-section {
    background: var(--muted);
    position: relative;
}

.home-lang-grid {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: var(--border);
    gap: 1px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 640px) {
    .home-lang-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1024px) {
    .home-lang-grid { grid-template-columns: repeat(4, 1fr); }
}

.home-lang-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 1.375rem 0.75rem;
    background: var(--card);
    text-align: center;
    transition: background 0.25s ease;
    cursor: default;
}
.home-lang-item:hover {
    background: var(--accent);
}

/* Native script specimen — the visual hero */
.home-lang-script {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--foreground);
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: color 0.25s ease;
}
.home-lang-item:hover .home-lang-script {
    color: var(--primary);
}

/* Language name in mono below */
.home-lang-name {
    font-family: var(--font-mono);
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted-foreground);
    margin-top: 0.125rem;
}

/* Footnote */
.home-lang-note {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    font-style: italic;
    font-family: "Exo 2", sans-serif;
}

/* ============================================
   9. FREE TOOLS — Editorial list cards
   ============================================ */
.home-tools-section {
    background: var(--background);
}

.home-tools-grid {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
@media (min-width: 768px) {
    .home-tools-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.home-tool-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.375rem 1.5rem;
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    transition: background 0.2s ease;
    position: relative;
}
@media (min-width: 768px) {
    .home-tool-card {
        border-right: 1px solid var(--border);
    }
    /* Remove right border on even items (right column) */
    .home-tool-card:nth-child(2n) {
        border-right: none;
    }
    /* Remove bottom border on last two items */
    .home-tool-card:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
@media (max-width: 767px) {
    .home-tool-card:last-child {
        border-bottom: none;
    }
}

.home-tool-card:hover {
    background: rgba(254,243,199,.25);
}

.home-tool-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 1.125rem;
    color: var(--primary);
    transition: all 0.25s ease;
}
.home-tool-card:hover .home-tool-card-icon {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.home-tool-card-body h3 {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0 0 0.1875rem 0;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.home-tool-card-body p {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0;
    line-height: 1.55;
}

/* Arrow on hover */
.home-tool-arrow {
    font-size: 0.75rem;
    color: var(--primary);
    opacity: 0;
    transition: all 0.25s ease;
    transform: translateX(-3px);
}
.home-tool-card:hover .home-tool-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   10. PRICING PREVIEW — Red gradient section
   ============================================ */
.home-pricing-section {
    background: linear-gradient(145deg, #8b1515 0%, #b81c1c 30%, var(--primary) 65%, #c41a1a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Diagonal stripe texture */
.home-pricing-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255,255,255,.02) 20px,
        rgba(255,255,255,.02) 22px
    );
    pointer-events: none;
    z-index: 0;
}

/* Warm glow */
.home-pricing-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,243,199,.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.home-pricing-section .home-section-heading {
    color: #fff;
}
.home-pricing-section .home-section-sub {
    color: rgba(255,255,255,.7);
}

.home-pricing-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .home-pricing-cols { grid-template-columns: 1fr 1fr; }
}

/* Glass panel cards */
.home-pricing-col {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}
.home-pricing-col:hover {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.25);
    transform: translateY(-2px);
}

/* Column headers */
.home-pricing-col-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.home-pricing-col-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.125rem;
    flex-shrink: 0;
}
.home-pricing-col-icon.free {
    background: rgba(74,222,128,.15);
    color: #86efac;
}
.home-pricing-col-icon.credits {
    background: rgba(251,191,36,.15);
    color: #fcd34d;
}

.home-pricing-col h3 {
    font-family: var(--font-sans);
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.home-pricing-col h3 small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 400;
    color: rgba(255,255,255,.5);
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.125rem;
}

/* Feature lists */
.home-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-pricing-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.4375rem 0;
    font-size: 0.875rem;
    color: rgba(255,255,255,.85);
}
.home-pricing-list li i {
    font-size: 0.75rem;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.home-pricing-list li i.icon-free { color: #86efac; }
.home-pricing-list li i.icon-credit { color: #fcd34d; }

/* CTA button on red bg */
.home-pricing-cta {
    position: relative;
    z-index: 1;
}
.home-pricing-cta .btn {
    background: #fff;
    color: var(--primary);
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 20px -4px rgba(0,0,0,.2);
    transition: all 0.25s ease;
}
.home-pricing-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px -4px rgba(0,0,0,.3);
    color: var(--primary);
}

/* ============================================
   11. VEDIC KNOWLEDGE — Flowing topic pills
   ============================================ */
.home-vedic-section {
    background: var(--background);
    position: relative;
}

/* Subtle warm glow */
.home-vedic-section::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,243,199,.35) 0%, transparent 60%);
    pointer-events: none;
}

.home-vedic-wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.home-vedic-card {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.375rem 0.75rem 1rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.home-vedic-card:hover {
    border-color: var(--primary);
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px -4px rgba(212,32,32,.1);
}

.home-vedic-card-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,32,32,.07);
    border-radius: 50%;
    font-size: 0.875rem;
    color: var(--primary);
    transition: all 0.25s ease;
}
.home-vedic-card:hover .home-vedic-card-icon {
    background: var(--primary);
    color: #fff;
}

.home-vedic-card-label {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--foreground);
}

.home-vedic-card-arrow {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    margin-left: 0.125rem;
    transition: all 0.25s ease;
    opacity: 0;
    transform: translateX(-3px);
}
.home-vedic-card:hover .home-vedic-card-arrow {
    opacity: 1;
    color: var(--primary);
    transform: translateX(0);
}

/* "Explore all" link below the pills */
.home-vedic-explore {
    text-align: center;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
.home-vedic-explore a {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: gap 0.2s ease;
}
.home-vedic-explore a:hover {
    gap: 0.625rem;
}

/* ============================================
   12. BLOG SECTION
   ============================================ */
.home-blog-card {
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}
.home-blog-card:hover {
    border-color: var(--primary);
    box-shadow: 0 6px 24px rgba(212,32,32,.06);
    transform: translateY(-3px);
}
.home-blog-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: var(--muted);
}
.home-blog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.home-blog-card-date {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}
.home-blog-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0 0 0.375rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-blog-card p {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.home-blog-card-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* ============================================
   13. FINAL CTA
   ============================================ */
.home-final-cta {
    background:
        radial-gradient(ellipse 80% 60% at 50% 50%, rgba(212,32,32,.12) 0%, transparent 60%),
        var(--foreground);
    color: var(--background);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home-final-cta .home-section-heading {
    color: var(--background);
}
.home-final-cta-sub {
    font-size: 1.0625rem;
    color: rgba(255,255,255,.6);
    margin-bottom: 2rem;
}
.home-final-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    font-family: var(--font-sans);
    background: var(--primary);
    color: var(--primary-foreground);
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 24px rgba(212,32,32,.35);
}
.home-final-cta-btn:hover {
    background: #ef4444;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 36px rgba(212,32,32,.45);
}

/* ============================================
   UTILITY
   ============================================ */
.home-divider {
    width: 48px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.home-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    background: var(--accent);
    color: var(--primary);
}
