/**
 * Lagna Chakra — 4-Phase Roadmap Theme
 * Parchment / gold dark palette, glassmorphism, scroll reveals
 */

/* ─── Design Tokens ─────────────────────────────────────────── */
:root {
    --lc-bg-deep: #0f0c08;
    --lc-bg-parchment: #1a1610;
    --lc-bg-card: #221c14;
    --lc-bg-glass: rgba(26, 22, 16, 0.72);
    --lc-gold: #c9a227;
    --lc-gold-light: #e8c547;
    --lc-gold-dark: #8b6914;
    --lc-gold-gradient: linear-gradient(135deg, #e8c547 0%, #c9a227 45%, #8b6914 100%);
    --lc-parchment: #f4e8d0;
    --lc-parchment-muted: #c4b89a;
    --lc-cream: #faf6ee;
    --lc-text: #f4e8d0;
    --lc-text-muted: #a89878;
    --lc-border: rgba(201, 162, 39, 0.25);
    --lc-border-strong: rgba(201, 162, 39, 0.5);
    --lc-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    --lc-shadow-gold: 0 4px 24px rgba(201, 162, 39, 0.2);
    --lc-radius: 12px;
    --lc-radius-lg: 20px;
    --lc-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --lc-asset-base: url('/public/frontend/images/lc');
    --lc-font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
    --lc-header-height: 72px;
    --lc-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Base Overrides ────────────────────────────────────────── */
.lc-theme {
    background-color: var(--lc-bg-deep);
    color: var(--lc-text);
    font-family: var(--lc-font-body);
}

.lc-theme a {
    color: var(--lc-gold-light);
    transition: color var(--lc-transition);
}

.lc-theme a:hover {
    color: var(--lc-cream);
    text-decoration: none;
}

.lc-section {
    padding: 4rem 0;
    position: relative;
}

.lc-section-title {
    font-family: var(--lc-font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--lc-parchment);
    text-align: center;
    margin-bottom: 0.5rem;
}

.lc-section-title span {
    background: var(--lc-gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lc-section-subtitle {
    text-align: center;
    color: var(--lc-text-muted);
    max-width: 640px;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* ─── Glassmorphism Header ──────────────────────────────────── */
.lc-glass-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: var(--lc-bg-glass);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border-bottom: 1px solid var(--lc-border);
    box-shadow: var(--lc-shadow);
    transition: background var(--lc-transition), box-shadow var(--lc-transition);
}

.lc-glass-header.lc-scrolled {
    background: rgba(15, 12, 8, 0.92);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.lc-glass-header .lc-brand {
    font-family: var(--lc-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lc-gold-light);
    letter-spacing: 0.04em;
}

.lc-glass-header .lc-nav-link {
    color: var(--lc-parchment-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all var(--lc-transition);
}

.lc-glass-header .lc-nav-link:hover,
.lc-glass-header .lc-nav-link.active {
    color: var(--lc-gold-light);
    background: rgba(201, 162, 39, 0.1);
}

/* ─── Hero + Constellation Animation ────────────────────────── */
.lc-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(42, 34, 24, 0.92) 0%, rgba(15, 12, 8, 0.97) 70%),
        url('/public/frontend/images/lc/hero-bg.jpg') center center / cover no-repeat;
}

.lc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 12, 8, 0.35) 0%, rgba(15, 12, 8, 0.75) 100%);
    pointer-events: none;
    z-index: 0;
}

.lc-hero__inner {
    position: relative;
    z-index: 2;
}

.lc-constellation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
    background: url('/public/frontend/images/lc/zodiac-grid.png') center 20% / 680px auto no-repeat;
}

.lc-hero__constellation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.lc-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--lc-gold-light);
    border-radius: 50%;
    opacity: 0;
    animation: lcTwinkle 4s ease-in-out infinite;
    box-shadow: 0 0 6px var(--lc-gold);
}

.lc-star--lg {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 12px var(--lc-gold-light);
}

.lc-star--line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, var(--lc-gold), transparent);
    transform-origin: left center;
    opacity: 0.3;
}

@keyframes lcTwinkle {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.4); }
}

.lc-star:nth-child(1)  { top: 12%; left: 8%;  animation-delay: 0s; }
.lc-star:nth-child(2)  { top: 22%; left: 18%; animation-delay: 0.5s; }
.lc-star:nth-child(3)  { top: 8%;  left: 35%; animation-delay: 1s; }
.lc-star:nth-child(4)  { top: 30%; left: 55%; animation-delay: 1.5s; }
.lc-star:nth-child(5)  { top: 15%; left: 72%; animation-delay: 0.3s; }
.lc-star:nth-child(6)  { top: 40%; left: 85%; animation-delay: 2s; }
.lc-star:nth-child(7)  { top: 55%; left: 10%; animation-delay: 0.8s; }
.lc-star:nth-child(8)  { top: 65%; left: 25%; animation-delay: 1.2s; }
.lc-star:nth-child(9)  { top: 50%; left: 45%; animation-delay: 1.8s; }
.lc-star:nth-child(10) { top: 70%; left: 60%; animation-delay: 0.6s; }
.lc-star:nth-child(11) { top: 45%; left: 78%; animation-delay: 2.2s; }
.lc-star:nth-child(12) { top: 80%; left: 90%; animation-delay: 1.4s; }

.lc-hero__content {
    position: relative;
    z-index: 2;
}

.lc-hero__title {
    font-family: var(--lc-font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--lc-cream);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.lc-hero__tagline {
    font-size: 1.15rem;
    color: var(--lc-text-muted);
    margin-bottom: 2rem;
    max-width: 520px;
}

.lc-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: var(--lc-shadow-gold);
    transition: transform var(--lc-transition), box-shadow var(--lc-transition);
    text-decoration: none;
}

.lc-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201, 162, 39, 0.4);
    color: var(--lc-bg-deep);
}

.lc-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: transparent;
    color: var(--lc-gold-light);
    font-weight: 600;
    border: 2px solid var(--lc-border-strong);
    border-radius: 50px;
    transition: all var(--lc-transition);
    text-decoration: none;
}

.lc-btn-outline:hover {
    background: rgba(201, 162, 39, 0.12);
    color: var(--lc-cream);
    border-color: var(--lc-gold);
}

/* ─── Mini Kundli Widget ────────────────────────────────────── */
.lc-kundli-widget {
    background: var(--lc-bg-glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 1.75rem;
    box-shadow: var(--lc-shadow);
}

.lc-kundli-widget__title {
    font-family: var(--lc-font-display);
    font-size: 1.25rem;
    color: var(--lc-gold-light);
    margin-bottom: 1rem;
}

.lc-kundli-widget .form-control {
    background: rgba(15, 12, 8, 0.6);
    border: 1px solid var(--lc-border);
    color: var(--lc-text);
    border-radius: 8px;
    padding: 0.65rem 1rem;
}

.lc-kundli-widget .form-control:focus {
    background: rgba(15, 12, 8, 0.8);
    border-color: var(--lc-gold);
    color: var(--lc-cream);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}

.lc-kundli-widget label {
    color: var(--lc-parchment-muted);
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
}

/* ─── Panchang Strip ────────────────────────────────────────── */
.lc-panchang-strip {
    background: linear-gradient(90deg, var(--lc-bg-card) 0%, #2a2218 50%, var(--lc-bg-card) 100%);
    border-top: 1px solid var(--lc-border);
    border-bottom: 1px solid var(--lc-border);
    padding: 0.75rem 0;
}

.lc-panchang-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 2.5rem;
}

.lc-panchang-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--lc-parchment-muted);
}

.lc-panchang-item i {
    color: var(--lc-gold);
    font-size: 1.1rem;
}

.lc-panchang-item strong {
    color: var(--lc-gold-light);
    font-weight: 600;
}

.lc-panchang-item__value {
    color: var(--lc-cream);
}

/* ─── How It Works ──────────────────────────────────────────── */
.lc-how-it-works {
    background: var(--lc-bg-parchment);
}

.lc-step-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    transition: transform var(--lc-transition), border-color var(--lc-transition);
    height: 100%;
}

.lc-step-card:hover {
    transform: translateY(-6px);
    border-color: var(--lc-gold);
    box-shadow: var(--lc-shadow-gold);
}

.lc-step-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.12);
    border-radius: 50%;
    font-size: 1.75rem;
    color: var(--lc-gold-light);
    border: 2px solid var(--lc-border);
}

.lc-step-card__number {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lc-step-card h4 {
    font-family: var(--lc-font-display);
    color: var(--lc-cream);
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.lc-step-card p {
    color: var(--lc-text-muted);
    font-size: 0.9rem;
    margin: 0;
}

/* ─── Live Astrologers ──────────────────────────────────────── */
.lc-astrologer-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    overflow: hidden;
    transition: all var(--lc-transition);
    height: 100%;
}

.lc-astrologer-card:hover {
    border-color: var(--lc-gold);
    box-shadow: var(--lc-shadow-gold);
    transform: translateY(-4px);
}

.lc-astrologer-card__img-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.lc-astrologer-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-online-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(34, 139, 34, 0.9);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
}

.lc-online-badge__dot {
    width: 6px;
    height: 6px;
    background: #7fff7f;
    border-radius: 50%;
    animation: lcPulse 1.5s ease infinite;
}

@keyframes lcPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.lc-astrologer-card__body {
    padding: 1rem;
}

.lc-astrologer-card__name {
    font-weight: 600;
    color: var(--lc-cream);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.lc-astrologer-card__rate {
    color: var(--lc-gold-light);
    font-size: 0.85rem;
    font-weight: 600;
}

.lc-tag {
    display: inline-block;
    font-size: 0.7rem;
    padding: 2px 8px;
    background: rgba(201, 162, 39, 0.15);
    color: var(--lc-gold-light);
    border-radius: 4px;
    margin: 2px;
}

.lc-astrologer-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.lc-astrologer-actions .lc-btn-sm {
    flex: 1;
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all var(--lc-transition);
}

.lc-btn-chat {
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
}

.lc-btn-call {
    background: transparent;
    color: var(--lc-gold-light);
    border: 1px solid var(--lc-border-strong) !important;
}

/* ─── Testimonials Carousel ─────────────────────────────────── */
.lc-testimonials {
    background: var(--lc-bg-deep);
    overflow: hidden;
}

.lc-testimonial-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 2rem;
    margin: 0 0.75rem;
    height: 100%;
}

.lc-testimonial-card__stars {
    color: var(--lc-gold);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.lc-testimonial-card__text {
    color: var(--lc-parchment-muted);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.lc-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lc-testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--lc-gold);
}

.lc-testimonial-card__name {
    font-weight: 600;
    color: var(--lc-cream);
    font-size: 0.95rem;
}

.lc-trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.lc-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--lc-text-muted);
    font-size: 0.85rem;
}

.lc-trust-badge i {
    color: var(--lc-gold);
    font-size: 1.25rem;
}

.lc-testimonials .owl-nav button {
    background: var(--lc-bg-card) !important;
    border: 1px solid var(--lc-border) !important;
    color: var(--lc-gold-light) !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

/* ─── Horoscope Grid ────────────────────────────────────────── */
.lc-horoscope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
}

.lc-horoscope-item {
    text-align: center;
    padding: 1rem 0.5rem;
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    transition: all var(--lc-transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.lc-horoscope-item:hover {
    border-color: var(--lc-gold);
    transform: translateY(-4px);
    box-shadow: var(--lc-shadow-gold);
}

.lc-horoscope-item img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
    border: 2px solid var(--lc-border);
}

.lc-horoscope-item span {
    display: block;
    font-size: 0.8rem;
    color: var(--lc-parchment-muted);
    font-weight: 500;
}

.lc-horoscope-item__tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(201, 162, 39, 0.95);
    color: var(--lc-bg-deep);
    font-size: 0.65rem;
    padding: 0.35rem;
    transform: translateY(100%);
    transition: transform var(--lc-transition);
}

.lc-horoscope-item:hover .lc-horoscope-item__tooltip {
    transform: translateY(0);
}

/* ─── Astro Mall Cards ──────────────────────────────────────── */
.lc-product-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    overflow: hidden;
    transition: all var(--lc-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lc-product-card:hover {
    border-color: var(--lc-gold);
    box-shadow: var(--lc-shadow-gold);
    transform: translateY(-4px);
}

.lc-product-card__img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.lc-product-card__body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lc-product-card__title {
    font-weight: 600;
    color: var(--lc-cream);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.lc-product-card__price {
    color: var(--lc-gold-light);
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: auto;
}

.lc-product-card__cod {
    font-size: 0.7rem;
    color: #6abf6a;
    margin-top: 0.25rem;
}

.lc-product-card__rating {
    color: var(--lc-gold);
    font-size: 0.75rem;
}

/* ─── Gemstone Widget ───────────────────────────────────────── */
.lc-gemstone-widget {
    background: linear-gradient(135deg, #2a2218 0%, var(--lc-bg-card) 100%);
    border: 1px solid var(--lc-border-strong);
    border-radius: var(--lc-radius-lg);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.lc-gemstone-widget__stone {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--lc-gold);
    box-shadow: var(--lc-shadow-gold);
}

.lc-gemstone-widget__info h4 {
    font-family: var(--lc-font-display);
    color: var(--lc-gold-light);
    margin-bottom: 0.5rem;
}

.lc-gemstone-widget__info p {
    color: var(--lc-text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* ─── Refer & Earn Banner ───────────────────────────────────── */
.lc-refer-banner {
    background: var(--lc-gold-gradient);
    border-radius: var(--lc-radius-lg);
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.lc-refer-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.lc-refer-banner__text h3 {
    font-family: var(--lc-font-display);
    color: var(--lc-bg-deep);
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.lc-refer-banner__text p {
    color: rgba(15, 12, 8, 0.75);
    margin: 0;
    font-size: 1rem;
}

.lc-refer-banner .lc-btn-dark {
    background: var(--lc-bg-deep);
    color: var(--lc-gold-light);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    transition: transform var(--lc-transition);
}

.lc-refer-banner .lc-btn-dark:hover {
    transform: scale(1.05);
    color: var(--lc-cream);
}

/* ─── Daily Lucky Widget ────────────────────────────────────── */
.lc-daily-lucky {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 1.75rem;
}

.lc-daily-lucky__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.lc-daily-lucky__header i {
    font-size: 1.5rem;
    color: var(--lc-gold);
}

.lc-daily-lucky__header h4 {
    font-family: var(--lc-font-display);
    color: var(--lc-cream);
    margin: 0;
    font-size: 1.15rem;
}

.lc-lucky-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.lc-lucky-item {
    background: rgba(15, 12, 8, 0.5);
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
}

.lc-lucky-item__label {
    font-size: 0.7rem;
    color: var(--lc-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lc-lucky-item__value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lc-gold-light);
    margin-top: 0.25rem;
}

.lc-daily-lucky__affirmation {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--lc-border);
    font-style: italic;
    color: var(--lc-parchment-muted);
    font-size: 0.9rem;
    text-align: center;
}

.lc-lucky-color-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid var(--lc-border);
    margin-right: 4px;
}

/* ─── Blog Cards ────────────────────────────────────────────── */
.lc-blog-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    overflow: hidden;
    transition: all var(--lc-transition);
    height: 100%;
}

.lc-blog-card:hover {
    border-color: var(--lc-gold);
    transform: translateY(-4px);
    box-shadow: var(--lc-shadow-gold);
}

.lc-blog-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lc-blog-card__body {
    padding: 1.25rem;
}

.lc-blog-card__tag {
    display: inline-block;
    font-size: 0.7rem;
    padding: 2px 10px;
    background: rgba(201, 162, 39, 0.2);
    color: var(--lc-gold-light);
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.lc-blog-card__title {
    font-weight: 600;
    color: var(--lc-cream);
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.lc-blog-card__link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lc-gold-light);
}

/* ─── Tool Pages ────────────────────────────────────────────── */
.lc-tool-page {
    background: var(--lc-bg-deep);
    min-height: 60vh;
    padding: 3rem 0;
}

.lc-tool-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 2rem;
    max-width: 720px;
    margin: 0 auto;
}

.lc-tool-card h1 {
    font-family: var(--lc-font-display);
    color: var(--lc-cream);
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.lc-tool-card .lc-tool-desc {
    text-align: center;
    color: var(--lc-text-muted);
    margin-bottom: 2rem;
}

.lc-tarot-deck {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.lc-tarot-card {
    width: 100px;
    height: 160px;
    background: linear-gradient(180deg, #3d2e1a 0%, #1a1610 100%);
    border: 2px solid var(--lc-gold);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform var(--lc-transition);
    font-size: 2rem;
    color: var(--lc-gold);
}

.lc-tarot-card:hover {
    transform: translateY(-8px) rotate(-2deg);
}

.lc-tarot-card.flipped {
    background: var(--lc-bg-parchment);
    color: var(--lc-bg-deep);
}

.lc-numerology-result {
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
}

.lc-numerology-result .lc-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--lc-gold-light);
    font-family: var(--lc-font-display);
}

.lc-breadcrumb-lc {
    background: var(--lc-bg-card);
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--lc-border);
}

.lc-breadcrumb-lc a {
    color: var(--lc-gold-light);
    font-size: 0.85rem;
}

/* ─── AI Chat Widget FAB ────────────────────────────────────── */
.lc-ai-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--lc-gold-gradient);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--lc-bg-deep);
    transition: transform var(--lc-transition), box-shadow var(--lc-transition);
}

.lc-ai-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(201, 162, 39, 0.6);
}

.lc-ai-fab__pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid var(--lc-gold);
    animation: lcFabPulse 2s ease infinite;
    pointer-events: none;
}

@keyframes lcFabPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.3); opacity: 0; }
}

.lc-ai-panel {
    position: fixed;
    bottom: 96px;
    right: 24px;
    z-index: 9998;
    width: 380px;
    max-width: calc(100vw - 48px);
    height: 520px;
    max-height: calc(100vh - 120px);
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border-strong);
    border-radius: var(--lc-radius-lg);
    box-shadow: var(--lc-shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.lc-ai-panel.lc-ai-panel--open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: all;
}

.lc-ai-panel__header {
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.lc-ai-panel__close {
    background: none;
    border: none;
    color: var(--lc-bg-deep);
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0.7;
}

.lc-ai-panel__messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lc-ai-msg {
    max-width: 85%;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.lc-ai-msg--bot {
    background: rgba(201, 162, 39, 0.12);
    color: var(--lc-parchment);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.lc-ai-msg--user {
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.lc-ai-panel__input-wrap {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid var(--lc-border);
    background: rgba(15, 12, 8, 0.5);
}

.lc-ai-panel__input {
    flex: 1;
    background: var(--lc-bg-deep);
    border: 1px solid var(--lc-border);
    border-radius: 24px;
    padding: 0.5rem 1rem;
    color: var(--lc-text);
    font-size: 0.9rem;
}

.lc-ai-panel__send {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--lc-gold-gradient);
    border: none;
    color: var(--lc-bg-deep);
    cursor: pointer;
}

/* ─── WhatsApp Share ──────────────────────────────────────────── */
.lc-whatsapp-share {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background var(--lc-transition), transform var(--lc-transition);
}

.lc-whatsapp-share:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
}

/* ─── Scroll Reveal Animations ──────────────────────────────── */
.lc-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.lc-reveal.lc-revealed,
.lc-reveal.lc-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

.lc-reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.lc-reveal-left.lc-revealed {
    opacity: 1;
    transform: translateX(0);
}

.lc-reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.lc-reveal-right.lc-revealed {
    opacity: 1;
    transform: translateX(0);
}

.lc-reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.lc-reveal-scale.lc-revealed {
    opacity: 1;
    transform: scale(1);
}

/* ─── Astro Feed / Live Sessions ──────────────────────────────── */
.lc-feed-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1rem;
    margin-bottom: 1rem;
    transition: border-color var(--lc-transition);
}

.lc-feed-card:hover {
    border-color: var(--lc-gold);
}

.lc-session-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.lc-session-card__live {
    background: #c0392b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.lc-story-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 3px;
    background: var(--lc-gold-gradient);
    cursor: pointer;
}

.lc-story-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--lc-bg-deep);
}

/* ─── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
    .lc-hero {
        min-height: auto;
        padding: 3rem 0;
    }

    .lc-panchang-strip__inner {
        gap: 0.75rem 1.25rem;
    }

    .lc-panchang-item {
        font-size: 0.8rem;
    }

    .lc-refer-banner {
        padding: 1.5rem;
        text-align: center;
        justify-content: center;
    }

    .lc-gemstone-widget {
        flex-direction: column;
        text-align: center;
    }

    .lc-ai-panel {
        right: 12px;
        bottom: 84px;
        width: calc(100vw - 24px);
    }

    .lc-ai-fab {
        bottom: 16px;
        right: 16px;
        width: 54px;
        height: 54px;
    }

    .lc-horoscope-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .lc-lucky-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .lc-horoscope-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ─── Premium Site Header (unified glass nav) ─────────────────── */
.lc-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(15, 12, 8, 0.88);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    border-bottom: 1px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.lc-header.lc-header--scrolled {
    background: rgba(15, 12, 8, 0.96);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}

.lc-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(201, 162, 39, 0.25) 15%, var(--lc-gold) 50%, rgba(201, 162, 39, 0.25) 85%, transparent 100%);
    pointer-events: none;
}

.lc-header .top-navbar {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-bottom: none !important;
}

.lc-header .top-navbar::after {
    display: none;
}

.lc-header .lc-main-nav,
.lc-header .premium-secondary-nav {
    background: rgba(15, 15, 42, 0.9) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(201, 162, 39, 0.2);
    border-bottom: none !important;
    box-shadow: none !important;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.lc-header .lc-main-nav .nav-link,
.lc-header .lc-main-nav .nav-link.font-weight-semi-bold {
    color: #F5F0FF !important;
    font-family: var(--lc-font-body);
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    padding: 0.65rem 0.85rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
    position: relative;
    border-radius: 8px;
    transition: color 0.25s ease, background 0.25s ease;
}

.lc-header .lc-main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--lc-gold), var(--lc-gold-light));
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s cubic-bezier(.25, .8, .25, 1);
}

.lc-header .lc-main-nav .nav-link:hover::after,
.lc-header .lc-main-nav .nav-link:focus::after {
    width: 60%;
}

.lc-header .lc-main-nav .nav-link:hover,
.lc-header .lc-main-nav .nav-link:focus {
    color: var(--lc-gold-light) !important;
    background: rgba(201, 162, 39, 0.1);
}

.lc-nav-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(201, 162, 39, 0.35));
    transition: transform 0.25s ease, filter 0.25s ease;
}

.lc-header .lc-main-nav .nav-link:hover .lc-nav-icon {
    transform: scale(1.12);
    filter: drop-shadow(0 0 8px rgba(201, 162, 39, 0.55));
}

.lc-header .dropdown-menu {
    background: rgba(22, 18, 12, 0.97) !important;
    border: 1px solid rgba(201, 162, 39, 0.3) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5) !important;
    padding: 0.5rem !important;
}

.lc-header .dropdown-menu .dropdown-item {
    color: var(--lc-parchment-muted) !important;
    font-size: 0.88rem;
    border-radius: 8px;
}

.lc-header .dropdown-menu .dropdown-item:hover {
    background: rgba(201, 162, 39, 0.14) !important;
    color: var(--lc-gold-light) !important;
    padding-left: 1.25rem !important;
}

.lc-header .dropdown-menu .dropdown-item .lc-nav-icon {
    width: 18px;
    height: 18px;
}

.lc-header .top-navbar .astroway-logo-text {
    font-family: var(--lc-font-display);
}

.lc-header .mandala-icon {
    display: none !important;
}

.lc-header .top-navbar img.img-fluid.lc-brand-logo {
    border-radius: 50%;
    border: 2px solid rgba(201, 162, 39, 0.45);
    padding: 2px;
    background: rgba(15, 12, 8, 0.6);
    transition: border-color 0.3s, transform 0.3s;
}

.lc-header .top-navbar a:hover img.lc-brand-logo {
    border-color: var(--lc-gold);
    transform: rotate(6deg);
}

.lc-header .btn-chat-astro {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(201, 162, 39, 0.04));
    border: 1px solid rgba(201, 162, 39, 0.45);
    color: var(--lc-parchment);
}

.lc-header .btn-chat-astro:hover {
    background: var(--lc-gold-gradient);
    color: var(--lc-bg-deep);
    border-color: var(--lc-gold);
}

@media (max-width: 991px) {
    .lc-header .lc-main-nav {
        background: rgba(15, 12, 8, 0.98) !important;
        border-top: 1px solid rgba(201, 162, 39, 0.2);
        padding-bottom: 1rem;
    }

    .lc-header .lc-main-nav .navbar-nav {
        padding-top: 0.5rem;
    }

    .lc-header .lc-main-nav .nav-link-mobile {
        border-bottom: 1px solid rgba(201, 162, 39, 0.12) !important;
        padding: 0.85rem 1rem !important;
    }
}

/* ─── Homepage card aliases + premium polish ─────────────────── */
.lc-astro-card {
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    overflow: hidden;
    transition: all var(--lc-transition);
    height: 100%;
    box-shadow: var(--lc-shadow);
}

.lc-astro-card:hover {
    border-color: var(--lc-gold);
    box-shadow: var(--lc-shadow-gold);
    transform: translateY(-4px);
}

.lc-astro-card__img-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.lc-astro-card__img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-astro-card__status {
    position: absolute;
    top: 0.42rem;
    left: 0.42rem;
    right: auto;
    font-size: 0.56rem;
    font-weight: 700;
    padding: 0.16rem 0.42rem;
    border-radius: 999px;
    background: rgba(6, 18, 12, 0.78);
    color: #bbf7d0;
}

.lc-astro-card h4 {
    padding: 0.85rem 1rem 0;
    margin: 0;
    font-family: var(--lc-font-display);
    color: var(--lc-cream);
    font-size: 1.05rem;
}

.lc-astro-card__rate {
    padding: 0 1rem;
    color: var(--lc-gold-light);
    font-size: 0.85rem;
}

.lc-astro-card .d-flex {
    padding: 0.75rem 1rem 1rem;
}

.lc-blog-card img,
.lc-product-card > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid var(--lc-border);
}

.lc-blog-card,
.lc-product-card {
    box-shadow: var(--lc-shadow);
}

.lc-blog-card:hover,
.lc-product-card:hover {
    box-shadow: var(--lc-shadow-gold);
}

.lc-zodiac-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 0.5rem;
    background: var(--lc-bg-card);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    color: var(--lc-parchment-muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    transition: all var(--lc-transition);
}

.lc-zodiac-tile:hover {
    border-color: var(--lc-gold);
    color: var(--lc-gold-light);
    transform: translateY(-3px);
    box-shadow: var(--lc-shadow-gold);
}

.lc-zodiac-tile img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.lc-trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--lc-text-muted);
    font-size: 0.85rem;
}

.lc-trust-badges span i {
    color: var(--lc-gold);
}

.lc-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid var(--lc-border);
    border-radius: 50px;
    color: var(--lc-gold-light);
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.lc-hero__subtitle {
    color: var(--lc-text-muted);
    font-size: 1.1rem;
    max-width: 540px;
    line-height: 1.65;
}

.lc-hero__title span {
    background: var(--lc-gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lc-panchang-strip__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 2rem;
}

.lc-panchang-strip__label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lc-text-muted);
}

.lc-panchang-strip__value {
    color: var(--lc-gold-light);
    font-weight: 600;
}

.lc-panchang-strip__link {
    color: var(--lc-gold-light);
    font-weight: 600;
    text-decoration: none;
}

.lc-panchang-strip__link:hover {
    color: var(--lc-cream);
}

/* ─── Utility Classes ─────────────────────────────────────────── */
.lc-text-gold { color: var(--lc-gold-light); }
.lc-bg-card { background: var(--lc-bg-card); }
.lc-border-gold { border-color: var(--lc-border-strong); }
.lc-mt-section { margin-top: 4rem; }
.lc-mb-section { margin-bottom: 4rem; }
