/* Astrology Inner Pages — Premium 2026 Design System */

.pg-body {
    background: linear-gradient(180deg, #FFF8EE 0%, #fff9f2 35%, #FFF8EE 100%);
    position: relative;
}

.pg-cosmic-content { position: relative; z-index: 2; }

.pg-section {
    position: relative;
    overflow: hidden;
}

.pg-section-alt {
    background: linear-gradient(165deg, #fff9f0 0%, #FFF8EE 45%, #fff5e6 100%);
    position: relative;
    overflow: hidden;
}

/* Cosmic background layers */
.pg-cosmic-layers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.pg-cosmic-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.5;
}

.pg-cosmic-orb-a {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -15%;
    right: -8%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.35), transparent 68%);
}

.pg-cosmic-orb-b {
    width: min(340px, 45vw);
    height: min(340px, 45vw);
    bottom: -18%;
    left: -10%;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.28), transparent 70%);
}

.pg-cosmic-dots {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 22%, rgba(255, 140, 0, 0.28), transparent),
        radial-gradient(1px 1px at 78% 18%, rgba(255, 193, 7, 0.22), transparent),
        radial-gradient(1.5px 1.5px at 88% 72%, rgba(255, 140, 0, 0.2), transparent),
        radial-gradient(1px 1px at 22% 78%, rgba(255, 193, 7, 0.18), transparent),
        radial-gradient(1px 1px at 52% 42%, rgba(255, 140, 0, 0.15), transparent);
    opacity: 0.85;
}

.pg-cosmic-mandala {
    position: absolute;
    width: min(320px, 40vw);
    height: min(320px, 40vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/pages/deco/mandala.png') center / contain no-repeat;
    opacity: 0.045;
}

.pg-cosmic-tone-hero .pg-cosmic-orb-a { opacity: 0.65; }
.pg-cosmic-tone-hero .pg-cosmic-mandala { opacity: 0.06; }

.pg-cosmic-tone-dark {
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 45%, #0f2744 100%);
}

.pg-cosmic-tone-dark .pg-cosmic-orb-a {
    background: radial-gradient(circle, rgba(255, 193, 7, 0.2), transparent 68%);
}

.pg-cosmic-tone-dark .pg-cosmic-orb-b {
    background: radial-gradient(circle, rgba(255, 140, 0, 0.15), transparent 70%);
}

.pg-cosmic-tone-dark .pg-cosmic-dots {
    background-image:
        radial-gradient(1.5px 1.5px at 15% 25%, rgba(255, 255, 255, 0.35), transparent),
        radial-gradient(1px 1px at 75% 35%, rgba(255, 193, 7, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 60% 80%, rgba(255, 255, 255, 0.25), transparent);
}

.pg-section-cosmic-dark {
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f2744 100%);
    color: #fff;
}

.pg-section-cosmic-dark .pg-title,
.pg-section-cosmic-dark .pg-label { color: #FFC107; }

.pg-section-cosmic-dark .pg-glass {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.pg-section-cosmic-dark .pg-panchang-item {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 193, 7, 0.15);
}

.pg-section-cosmic-dark .pg-panchang-item strong { color: #FFC107; }
.pg-section-cosmic-dark .pg-panchang-item span { color: #fff; }
.pg-section-cosmic-dark .pg-title { color: #fff; }

.pg-section-cosmic-dark .pg-desc,
.pg-section-cosmic-dark .text-secondary { color: rgba(255, 255, 255, 0.72) !important; }


/* Floating 3D deco assets */
.pg-deco-float {
    position: absolute;
    width: var(--pg-deco-size, 140px);
    height: auto;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 16px 32px rgba(255, 140, 0, 0.15));
}

.pg-deco-tl { top: 8%; left: 2%; }
.pg-deco-tr { top: 6%; right: 2%; }
.pg-deco-bl { bottom: 8%; left: 3%; }
.pg-deco-br { bottom: 6%; right: 3%; }
.pg-deco-cl { top: 50%; left: 0; transform: translateY(-50%); }
.pg-deco-cr { top: 50%; right: 0; transform: translateY(-50%); }

.pg-deco-animate { will-change: transform; }

.pg-hero-visual { position: relative; }

.pg-hero-visual-glow {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.28), transparent 70%);
    filter: blur(20px);
    z-index: 0;
}

.pg-hero-img { position: relative; z-index: 1; }

@media (max-width: 991.98px) {
    .pg-deco-float { --pg-deco-size: min(var(--pg-deco-size, 140px), 90px) !important; opacity: 0.45 !important; }
    .pg-deco-tl, .pg-deco-bl { left: -2%; }
    .pg-deco-tr, .pg-deco-br { right: -2%; }
}


.pg-section { padding: 5rem 0; }
.pg-section-sm { padding: 3.5rem 0; }
.pg-section-alt { background: #fff; }

.pg-label {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FF8C00;
    margin-bottom: 0.65rem;
}

.pg-title {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.pg-desc {
    font-size: 1rem;
    color: #6b7280;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

.pg-section-head { margin-bottom: 3rem; }
.pg-section-head:not(.text-center) .pg-desc { margin-left: 0; }

/* Hero */
.pg-hero {
    position: relative;
    margin-top: 5.5rem;
    padding: 5rem 0 4.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, #FFF8EE 0%, #fff9f4 40%, #fff5e8 70%, #FFF8EE 100%);
}

.pg-hero-compact { padding: 3.5rem 0 3rem; }

.pg-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 20%, rgba(255, 193, 7, 0.18), transparent 55%),
        radial-gradient(ellipse 40% 50% at 5% 80%, rgba(255, 140, 0, 0.12), transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.pg-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 140, 0, 0.1);
    color: #FF8C00;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.pg-hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.pg-hero-sub {
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    color: #6b7280;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 0;
}

.pg-hero-img {
    max-width: min(100%, 420px);
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(255, 140, 0, 0.18));
}

/* Glass cards */
.pg-glass {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.pg-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(255, 140, 0, 0.06);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.04);
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(255, 140, 0, 0.1);
}

.pg-card-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 1.15rem;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(255, 140, 0, 0.2));
}

.pg-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.pg-card p {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.65;
}

/* Buttons */
.pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.pg-btn-primary {
    background: linear-gradient(135deg, #FF8C00, #FFC107);
    color: #1A1A1A;
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.28);
}

.pg-btn-primary:hover { color: #1A1A1A; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255, 140, 0, 0.35); }

.pg-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 140, 0, 0.35);
    color: #FF8C00;
}

.pg-btn-white {
    background: #fff;
    color: #1A1A1A;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.pg-btn-white:hover {
    color: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.pg-btn-outline-light {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    backdrop-filter: blur(8px);
}

.pg-btn-outline-light:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
    border-color: #fff;
    transform: translateY(-2px);
}

.pg-btn-sm { padding: 0.6rem 1.1rem; font-size: 0.8125rem; }

/* Mission & Vision cards */
.pg-mv-card {
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 140, 0, 0.12);
    box-shadow: 0 12px 40px rgba(255, 140, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.03);
    padding: 2rem 1.75rem 1.75rem;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.pg-mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF8C00, #FFC107);
    opacity: 0.85;
}

.pg-mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 52px rgba(255, 140, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 140, 0, 0.22);
}

.pg-mv-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #FF8C00, #FFC107);
    color: #fff;
    box-shadow: 0 8px 22px rgba(255, 140, 0, 0.3);
}

.pg-mv-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 0.65rem;
    font-family: var(--font-display);
}

.pg-mv-card p {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.75;
    margin: 0;
}

/* Stats */
.pg-stats {
    background: linear-gradient(135deg, #FF8C00, #FFA726, #FFC107);
    padding: 3.5rem 0;
}

.pg-stat-item { text-align: center; color: #fff; padding: 0.5rem; }

.pg-stat-num {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.pg-stat-label { font-size: 0.875rem; opacity: 0.92; font-weight: 500; }

/* CTA */
.pg-cta { padding: 0 0 5rem; position: relative; overflow: visible; }

.pg-cta .container { overflow: visible; }

.pg-cta-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #FF8C00 0%, #FFA726 45%, #FFC107 100%);
    border-radius: 28px;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(1.75rem, 4vw, 3.5rem);
    box-shadow: 0 24px 64px rgba(255, 140, 0, 0.28), 0 8px 24px rgba(255, 193, 7, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pg-cta-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
    opacity: 0.45;
}

.pg-cta-glow-1 {
    width: 280px;
    height: 280px;
    top: -40%;
    right: -5%;
    background: rgba(255, 255, 255, 0.35);
}

.pg-cta-glow-2 {
    width: 200px;
    height: 200px;
    bottom: -50%;
    left: 10%;
    background: rgba(255, 193, 7, 0.5);
}

.pg-cta-title {
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.25;
    max-width: 28ch;
}

.pg-cta-desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    line-height: 1.7;
    max-width: 52ch;
}

.pg-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pg-cta-actions .pg-btn {
    width: 100%;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .pg-cta-actions {
        align-items: flex-end;
    }

    .pg-cta-actions .pg-btn {
        width: auto;
        min-width: 200px;
    }
}

/* Astrologer card */
.pg-astro-card {
    display: block;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 36px rgba(0,0,0,0.05);
    color: #1A1A1A;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.pg-astro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(255, 140, 0, 0.12);
    color: #1A1A1A;
}

.pg-astro-photo-wrap { position: relative; aspect-ratio: 1; overflow: hidden; background: #FFF8EE; }

.pg-astro-photo { width: 100%; height: 100%; object-fit: cover; }

.pg-astro-online {
    position: absolute;
    top: 12px; right: 12px;
    background: #22c55e;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.pg-astro-body { padding: 1.25rem; }

.pg-astro-name { font-size: 1.0625rem; font-weight: 700; margin-bottom: 0.25rem; }

.pg-astro-exp { font-size: 0.8125rem; color: #9ca3af; margin-bottom: 0.65rem; }

.pg-astro-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.85rem; }

.pg-astro-tags span {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    background: rgba(255, 140, 0, 0.08);
    color: #FF8C00;
    border-radius: 6px;
}

.pg-astro-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.pg-astro-rating { color: #FF8C00; font-weight: 700; }
.pg-astro-price { font-weight: 600; color: #1A1A1A; }

/* Forms */
.pg-form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.4rem;
}

.pg-input {
    width: 100%;
    padding: 0.8rem 1.1rem;
    border: 1.5px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    font-size: 0.875rem;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pg-input:focus {
    outline: none;
    border-color: #FF8C00;
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.1);
}

.pg-filters {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    margin-bottom: 2rem;
}

/* Zodiac grid */
.pg-zodiac-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.75rem 1rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(255, 140, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0,0,0,0.04);
    color: #1A1A1A;
    transition: all 0.35s ease;
    height: 100%;
}

.pg-zodiac-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(255, 140, 0, 0.12);
    color: #1A1A1A;
    border-color: rgba(255, 140, 0, 0.2);
}

.pg-zodiac-symbol {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 8px rgba(255, 140, 0, 0.2));
}

.pg-zodiac-name { font-weight: 700; font-size: 1rem; margin-bottom: 0.35rem; }
.pg-zodiac-preview { font-size: 0.75rem; color: #9ca3af; line-height: 1.5; }

/* Panchang detail */
.pg-panchang-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }

.pg-panchang-item {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 140, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.pg-panchang-item strong {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FF8C00;
    margin-bottom: 0.35rem;
}

.pg-panchang-item span { font-size: 0.9375rem; font-weight: 600; color: #1A1A1A; }

/* Blog */
.pg-blog-featured {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 320px;
}

.pg-blog-featured-img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }

.pg-blog-featured-body { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }

.pg-blog-card { border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 10px 32px rgba(0,0,0,0.05); height: 100%; display: flex; flex-direction: column; transition: transform 0.35s ease; }
.pg-blog-card:hover { transform: translateY(-6px); }
.pg-blog-card-img { width: 100%; height: 180px; object-fit: cover; }
.pg-blog-card-body { padding: 1.35rem; flex: 1; display: flex; flex-direction: column; }
.pg-blog-cat { font-size: 0.6875rem; font-weight: 700; color: #FF8C00; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }

/* Auth pages */
.pg-auth-page {
    position: relative;
    margin-top: 5.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 2rem;
    min-height: calc(100vh - 5.5rem);
    overflow: hidden;
    background: linear-gradient(160deg, #FFF8EE 0%, #fff5e8 50%, #FFF8EE 100%);
}

.pg-auth-page-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.pg-auth-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    animation: pgAuthFloat 12s ease-in-out infinite;
}

.pg-auth-orb-1 {
    width: 420px;
    height: 420px;
    top: -8%;
    right: -6%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.45), transparent 70%);
}

.pg-auth-orb-2 {
    width: 360px;
    height: 360px;
    bottom: -10%;
    left: -8%;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.35), transparent 70%);
    animation-delay: -4s;
}

.pg-auth-orb-3 {
    width: 220px;
    height: 220px;
    top: 40%;
    left: 45%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.25), transparent 70%);
    animation-delay: -8s;
}

.pg-auth-stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(255, 140, 0, 0.35), transparent),
        radial-gradient(1px 1px at 80% 30%, rgba(255, 193, 7, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 55% 70%, rgba(255, 140, 0, 0.25), transparent),
        radial-gradient(1px 1px at 25% 80%, rgba(255, 193, 7, 0.2), transparent);
    opacity: 0.8;
}

@keyframes pgAuthFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(0, -18px) scale(1.04); }
}

.pg-auth-container {
    position: relative;
    z-index: 1;
}

.pg-auth-shell {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(340px, 480px);
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 64px rgba(255, 140, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.pg-auth-aside {
    padding: 3rem 2.5rem;
    background: linear-gradient(160deg, rgba(255, 140, 0, 0.12) 0%, rgba(255, 193, 7, 0.08) 50%, rgba(255, 248, 238, 0.9) 100%);
    border-right: 1px solid rgba(255, 140, 0, 0.1);
    display: flex;
    align-items: center;
}

.pg-auth-aside-title {
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    color: #1A1A1A;
    line-height: 1.2;
    margin: 1rem 0 0.75rem;
}

.pg-auth-aside-sub {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.pg-auth-brand { margin-bottom: 0.25rem; }

.pg-auth-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.pg-auth-points li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.pg-auth-point-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF8C00, #FFC107);
    color: #fff;
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.28);
}

.pg-auth-points strong {
    display: block;
    font-size: 0.875rem;
    color: #1A1A1A;
    margin-bottom: 0.15rem;
}

.pg-auth-points span {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.55;
}

.pg-auth-form-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.72);
}

.pg-auth-card {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.pg-auth-card-head {
    margin-bottom: 1.75rem;
}

.pg-auth-card-title {
    font-size: 1.65rem;
    margin-bottom: 0.35rem;
    color: #1A1A1A;
}

.pg-auth-card-sub {
    font-size: 0.875rem;
    color: #9ca3af;
    margin: 0;
}

.pg-auth-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.pg-auth-field { margin: 0; }

.pg-auth-input-wrap {
    position: relative;
}

.pg-auth-input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #FF8C00;
    opacity: 0.75;
    pointer-events: none;
    display: flex;
}

.pg-auth-input {
    padding-left: 2.75rem !important;
}

.pg-auth-input:focus {
    border-color: rgba(255, 140, 0, 0.45) !important;
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.1) !important;
}

.pg-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: -0.25rem;
}

.pg-auth-check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
    cursor: pointer;
    margin: 0;
}

.pg-auth-check input {
    accent-color: #FF8C00;
    width: 16px;
    height: 16px;
}

.pg-auth-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #FF8C00;
    text-decoration: none;
    transition: color 0.25s ease;
}

.pg-auth-link:hover { color: #e67e00; }

.pg-auth-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    color: #9ca3af;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pg-auth-divider::before,
.pg-auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.pg-auth-alt-btns {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.pg-auth-alt-btns .pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pg-auth-btn-muted {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.pg-auth-footer-text {
    text-align: center;
    font-size: 0.8125rem;
    color: #9ca3af;
    margin: 1.25rem 0 0;
}

.pg-auth-hint {
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

.pg-auth-alert {
    border-radius: 12px;
    padding: 0.85rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.pg-auth-alert-error {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.15);
    color: #b91c1c;
}

.pg-auth-alert-success {
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.15);
    color: #15803d;
}

/* Legacy auth layout (OTP / forgot password) */
.pg-auth-wrap {
    margin-top: 5.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 2rem;
    min-height: calc(100vh - 5.5rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FFF8EE;
}

.pg-auth-art {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255,140,0,0.08), rgba(255,193,7,0.06));
    position: relative;
    overflow: hidden;
}

.pg-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.pg-auth-wrap .pg-auth-card {
    max-width: 420px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 16px 48px rgba(255, 140, 0, 0.08) !important;
}

/* FAQ accordion */
.pg-faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.pg-faq-q {
    width: 100%;
    text-align: left;
    padding: 1.15rem 1.35rem;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-faq-a {
    padding: 0 1.35rem 1.15rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.65;
    display: none;
}

.pg-faq-item.active .pg-faq-a { display: block; }

/* Timeline */
.pg-timeline { position: relative; padding-left: 2rem; }
.pg-timeline::before {
    content: '';
    position: absolute;
    left: 7px; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #FF8C00, #FFC107);
}

.pg-timeline-step { position: relative; margin-bottom: 2rem; }
.pg-timeline-step::before {
    content: '';
    position: absolute;
    left: -2rem; top: 4px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #FF8C00;
    border: 3px solid #FFF8EE;
}

/* Testimonial */
.pg-testimonial {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 1.75rem 1.75rem 1.5rem;
    border: 1px solid rgba(255, 140, 0, 0.08);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pg-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(255, 140, 0, 0.1);
}

.pg-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.pg-testimonial-stars {
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    color: #FF8C00;
}

.pg-testimonial-quote {
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1;
    color: rgba(255, 140, 0, 0.18);
    font-weight: 700;
    margin-top: -0.5rem;
}

.pg-testimonial p {
    font-size: 0.9375rem;
    color: #4b5563;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 1.35rem;
    flex: 1;
}

.pg-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.pg-testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    background: linear-gradient(135deg, #FF8C00, #FFC107);
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.28);
}

.pg-testimonial-author strong {
    display: block;
    font-size: 0.875rem;
    color: #1A1A1A;
    font-weight: 700;
    line-height: 1.3;
}

.pg-testimonial-author span {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Contact */
.pg-contact-card {
    text-align: center;
    padding: 2rem 1.25rem;
}

.pg-contact-card img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 1rem; }

/* Map placeholder */
.pg-map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    .pg-section { padding: 3.5rem 0; }
    .pg-hero { margin-top: 5rem; padding: 3.5rem 0 3rem; }
    .pg-auth-page {
        margin-top: 5rem;
        margin-bottom: 1rem;
        padding: 1rem 0 1.5rem;
        min-height: calc(100vh - 5rem);
    }
    .pg-auth-shell {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }
    .pg-auth-aside {
        padding: 2rem 1.5rem 1.5rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 140, 0, 0.1);
    }
    .pg-auth-aside-sub { margin-bottom: 1.25rem; }
    .pg-auth-points { gap: 0.85rem; }
    .pg-auth-form-col { padding: 1.75rem 1.5rem 2rem; }
    .pg-blog-featured { grid-template-columns: 1fr; }
    .pg-auth-wrap {
        margin-top: 5rem;
        margin-bottom: 1rem;
        padding: 1rem 0 1.5rem;
        min-height: calc(100vh - 5rem);
        grid-template-columns: 1fr;
    }
    .pg-auth-art { display: none; }
}

@media (max-width: 767.98px) {
    .pg-cta-card { padding: 2rem 1.5rem; text-align: center; }
    .pg-cta-title { max-width: none; margin-left: auto; margin-right: auto; }
    .pg-cta-desc { max-width: none; margin: 0 auto; }
    .pg-cta-actions { align-items: stretch; }
    .pg-cta-actions .pg-btn { width: 100%; min-width: 0; }
}

/* Article */
.pg-article-hero { padding-bottom: 0; }
.pg-article-meta { font-size: 0.875rem; color: #9ca3af; margin-bottom: 1.5rem; }
.pg-article-body { font-size: 1.0625rem; line-height: 1.85; color: #374151; }
.pg-article-body p { margin-bottom: 1.25rem; }

/* Tool results */
.pg-tool-result {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 36px rgba(0,0,0,0.06);
    border: 1px solid rgba(255,140,0,0.12);
}

.pg-tool-result h3 { font-size: 1.35rem; margin-bottom: 0.75rem; }

.pg-choghadiya-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; }

.pg-choghadiya-slot {
    border-radius: 16px;
    padding: 1.15rem;
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease;
}

.pg-choghadiya-slot:hover { transform: translateY(-4px); }
.pg-choghadiya-slot.is-good { border-color: #22c55e; }
.pg-choghadiya-slot.is-bad { border-color: #ef4444; }

.pg-choghadiya-slot strong { display: block; font-size: 0.9375rem; margin-bottom: 0.35rem; }
.pg-choghadiya-slot span { font-size: 0.8125rem; color: #6b7280; }

/* Astrologer profile */
.pg-astro-profile {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.pg-astro-profile-photo {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(255,140,0,0.12);
    aspect-ratio: 1;
    background: #fff;
}

.pg-astro-profile-photo img { width: 100%; height: 100%; object-fit: cover; }

.pg-astro-profile-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.pg-astro-profile-stat strong {
    display: block;
    font-size: 1.25rem;
    color: #FF8C00;
}

.pg-astro-profile-stat span { font-size: 0.8125rem; color: #9ca3af; }

.pg-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.pg-legal-content h2 { font-size: 1.25rem; margin: 2rem 0 0.75rem; }
.pg-legal-content p, .pg-legal-content li { color: #4b5563; line-height: 1.75; font-size: 0.9375rem; }

@media (max-width: 991.98px) {
    .pg-astro-profile { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
}
