/* _content/AstroVastu.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8hwqn0q3ah] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8hwqn0q3ah] {
    flex: 1;
}

.sidebar[b-8hwqn0q3ah] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8hwqn0q3ah] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8hwqn0q3ah]  a, .top-row[b-8hwqn0q3ah]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8hwqn0q3ah]  a:hover, .top-row[b-8hwqn0q3ah]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8hwqn0q3ah]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8hwqn0q3ah] {
        justify-content: space-between;
    }

    .top-row[b-8hwqn0q3ah]  a, .top-row[b-8hwqn0q3ah]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8hwqn0q3ah] {
        flex-direction: row;
    }

    .sidebar[b-8hwqn0q3ah] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8hwqn0q3ah] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8hwqn0q3ah]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8hwqn0q3ah], article[b-8hwqn0q3ah] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8hwqn0q3ah] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8hwqn0q3ah] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AstroVastu.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u4hxka9d4w] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-u4hxka9d4w] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-u4hxka9d4w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u4hxka9d4w] {
    font-size: 1.1rem;
}

.bi[b-u4hxka9d4w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-u4hxka9d4w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-u4hxka9d4w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-u4hxka9d4w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-u4hxka9d4w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u4hxka9d4w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u4hxka9d4w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u4hxka9d4w]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-u4hxka9d4w]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-u4hxka9d4w]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-u4hxka9d4w] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-u4hxka9d4w] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u4hxka9d4w] {
        display: none;
    }

    .nav-scrollable[b-u4hxka9d4w] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AstroVastu.Web/Components/Shared/ClosingCta.razor.rz.scp.css */
.gs-closing-block[b-jij9w0vcv5] {
    position: relative;
    max-width: 1280px;
    margin: 3rem auto;
    padding: 3.5rem 2rem 2rem;
    border-radius: 28px;
    text-align: center;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.7), transparent 60%),
        linear-gradient(135deg, #F3EAFD 0%, #E8DFFF 50%, #F5DDE8 100%);
    box-shadow: 0 10px 40px rgba(75, 40, 130, 0.12);
    overflow: hidden;
}

.gs-closing-inner[b-jij9w0vcv5] { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }

.gs-closing-kicker[b-jij9w0vcv5] {
    letter-spacing: .3em;
    font-size: .7rem;
    color: var(--gs-accent, #D4AF37);
    font-weight: 600;
    margin: 0 0 1rem;
}

.gs-closing-h[b-jij9w0vcv5] {
    font-family: var(--gs-font-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    color: var(--gs-primary-deep, #3D2673);
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}

.gs-closing-sub[b-jij9w0vcv5] {
    font-family: var(--gs-font-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--gs-ink, #2B1A50);
    margin: .25rem 0 1.75rem;
    font-weight: 400;
}
.gs-closing-sub em[b-jij9w0vcv5] { font-style: italic; color: var(--gs-primary, #6B3FA0); }

.gs-closing-cta[b-jij9w0vcv5] {
    padding: .9rem 2rem;
    font-size: 1rem;
    border-radius: 999px;
}

/* trust strip */
.gs-closing-trust[b-jij9w0vcv5] {
    list-style: none;
    margin: 2.5rem auto 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    color: var(--gs-ink-soft, #5A4785);
    font-size: .85rem;
    font-weight: 500;
    border-top: 1px solid rgba(107, 63, 160, 0.12);
    position: relative;
    z-index: 2;
}
.gs-closing-trust li[b-jij9w0vcv5] { display: inline-flex; align-items: center; gap: .5rem; }
.gs-closing-trust__ico[b-jij9w0vcv5] { color: var(--gs-accent, #D4AF37); }

/* Lotus decorations — uses uploaded bg-lotus.png with soft mask */
.gs-lotus[b-jij9w0vcv5] {
    position: absolute;
    bottom: -20px;
    width: 240px;
    height: 200px;
    z-index: 1;
    pointer-events: none;
    opacity: .9;
    background: url('/images/bg-lotus.svg') center bottom / contain no-repeat;
    -webkit-mask-image: radial-gradient(ellipse at center, black 50%, transparent 85%);
            mask-image: radial-gradient(ellipse at center, black 50%, transparent 85%);
    mix-blend-mode: multiply;
    /* Fallback gradient (kept for parsing if image missing) */
    background-color: transparent;
}
/* Old gradient fallback (only renders if image fails) */
.gs-lotus.gs-lotus--legacy[b-jij9w0vcv5] {
    background:
        radial-gradient(ellipse 50% 35% at 50% 60%, rgba(255, 182, 193, 0.5), transparent 70%),
        radial-gradient(ellipse 30% 55% at 35% 50%, rgba(214, 180, 230, 0.55), transparent 70%),
        radial-gradient(ellipse 30% 55% at 65% 50%, rgba(214, 180, 230, 0.55), transparent 70%),
        radial-gradient(ellipse 25% 45% at 20% 55%, rgba(230, 200, 240, 0.45), transparent 70%),
        radial-gradient(ellipse 25% 45% at 80% 55%, rgba(230, 200, 240, 0.45), transparent 70%),
        radial-gradient(circle 14px at 50% 65%, rgba(232, 208, 138, 0.9), rgba(212, 175, 55, 0.3) 60%, transparent);
    filter: blur(2px);
}
.gs-lotus--left[b-jij9w0vcv5]  { left: -40px; }
.gs-lotus--right[b-jij9w0vcv5] { right: -40px; transform: scaleX(-1); }

@media (max-width: 760px) {
    .gs-closing-block[b-jij9w0vcv5] { margin: 1.5rem; padding: 2.5rem 1.25rem 1.5rem; }
    .gs-closing-trust[b-jij9w0vcv5] { gap: 1rem; }
    .gs-lotus[b-jij9w0vcv5] { width: 120px; height: 100px; opacity: .5; }
}

/* Landing mockup proportions */
.gs-closing-block[b-jij9w0vcv5] {
    max-width: var(--gs-page-max, 1240px);
    margin: 1rem auto 0;
    padding: 2.25rem 2rem .65rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gs-closing-kicker[b-jij9w0vcv5] {
    margin-bottom: .5rem;
    color: #a96730;
}

.gs-closing-h[b-jij9w0vcv5] {
    font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.gs-closing-sub[b-jij9w0vcv5] {
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    margin-bottom: 1rem;
}

.gs-lotus[b-jij9w0vcv5] {
    bottom: 10px;
    width: clamp(160px, 24vw, 320px);
    height: clamp(130px, 18vw, 235px);
    opacity: .72;
    mix-blend-mode: normal;
    -webkit-mask-image: linear-gradient(to top, black 35%, rgba(0, 0, 0, .82) 70%, transparent 100%);
            mask-image: linear-gradient(to top, black 35%, rgba(0, 0, 0, .82) 70%, transparent 100%);
}

.gs-lotus--left[b-jij9w0vcv5] {
    left: 0;
}

.gs-lotus--right[b-jij9w0vcv5] {
    right: 0;
}

.gs-closing-trust[b-jij9w0vcv5] {
    width: min(100%, 1080px);
    margin-top: 1.4rem;
    padding: .7rem 1rem;
    gap: clamp(1rem, 4vw, 3.5rem);
    font-size: .76rem;
    border-top-color: rgba(107, 63, 160, .22);
}
/* _content/AstroVastu.Web/Components/Shared/ServiceCards.razor.rz.scp.css */
/* Scoped CSS for GrahaSphere service cards — dark mystical variant */

.gs-cards[b-4e9wgmtfpe] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 2rem 3rem;
}

.gs-card[b-4e9wgmtfpe] {
    --accent: #E8A87C;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem 1.75rem;
    border-radius: 22px;
    color: #F3EAFD;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 60%),
        linear-gradient(160deg, #2B1750 0%, #4A2178 55%, #7A2D88 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 20px 40px rgba(43, 23, 80, 0.35);
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.gs-card:hover[b-4e9wgmtfpe] {
    transform: translateY(-6px);
    box-shadow:
        0 0 0 1px var(--accent) inset,
        0 30px 60px rgba(43, 23, 80, 0.5),
        0 0 40px var(--accent);
}

.gs-card__glow[b-4e9wgmtfpe] {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at 50% 100%, var(--accent), transparent 60%);
    opacity: .45;
    mix-blend-mode: screen;
}

.gs-card__icon[b-4e9wgmtfpe] {
    width: 120px;
    height: 120px;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    filter:
        drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 70%, transparent))
        drop-shadow(0 0 24px color-mix(in srgb, var(--accent) 45%, transparent));
}
.gs-card[b-4e9wgmtfpe]::before {
    /* Always-on outer glow halo so cards look alive, not just on hover */
    content: ""; position: absolute; inset: 0; border-radius: inherit;
    pointer-events: none; z-index: 0;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 60%, transparent) inset;
}
.gs-card > *[b-4e9wgmtfpe] { position: relative; z-index: 1; }
.gs-card__icon svg[b-4e9wgmtfpe],
.gs-card__icon img[b-4e9wgmtfpe] { width: 100%; height: 100%; }

.gs-card__title[b-4e9wgmtfpe] {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    letter-spacing: .2em;
    margin: 0 0 .5rem;
    color: var(--accent);
    text-shadow: 0 0 16px color-mix(in srgb, var(--accent) 50%, transparent);
}

.gs-card__desc[b-4e9wgmtfpe] {
    font-size: .9rem;
    line-height: 1.4;
    color: rgba(243, 234, 253, 0.78);
    margin: 0 0 1.25rem;
    min-height: 2.6em;
}

.gs-card__cta[b-4e9wgmtfpe] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem 1.1rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .05em;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #F3EAFD;
    transition: background .2s ease;
}
.gs-card:hover .gs-card__cta[b-4e9wgmtfpe] {
    background: var(--accent);
    color: #1a0e38;
    border-color: var(--accent);
}

/* per-vertical accent colors */
.gs-card--astrology[b-4e9wgmtfpe]   { --accent: #E8A87C; }
.gs-card--numerology[b-4e9wgmtfpe]  { --accent: #8FB6E0; }
.gs-card--vastu[b-4e9wgmtfpe]       { --accent: #F2C75B; }
.gs-card--palmology[b-4e9wgmtfpe]   { --accent: #C79BE8; }

@media (max-width: 960px) {
    .gs-cards[b-4e9wgmtfpe] { grid-template-columns: repeat(2, 1fr); padding: 2rem 1.5rem; }
}
@media (max-width: 520px) {
    .gs-cards[b-4e9wgmtfpe] { grid-template-columns: 1fr; }
}

/* Landing mockup proportions */
.gs-cards[b-4e9wgmtfpe] {
    max-width: var(--gs-page-max, 1240px);
    padding: 0 var(--gs-shell-pad, 2rem) 2rem;
    gap: clamp(.9rem, 1.7vw, 1.35rem);
}

.gs-card[b-4e9wgmtfpe] {
    min-height: clamp(250px, 25vw, 320px);
    border-radius: 24px;
    padding: clamp(1.15rem, 2vw, 1.75rem) 1rem 1.45rem;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .18), transparent 26%),
        radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--accent) 38%, transparent), transparent 54%),
        linear-gradient(160deg, #201145 0%, #3a1a69 54%, #742a88 100%);
    border-color: color-mix(in srgb, var(--accent) 45%, rgba(255, 255, 255, .24));
}

.gs-card__icon[b-4e9wgmtfpe] {
    width: clamp(112px, 12vw, 166px);
    height: clamp(112px, 12vw, 166px);
    margin-bottom: .85rem;
}

.gs-card__title[b-4e9wgmtfpe] {
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    letter-spacing: .12em;
}

.gs-card__desc[b-4e9wgmtfpe] {
    max-width: 150px;
    min-height: 2.8em;
    font-size: .78rem;
}

.gs-card__cta[b-4e9wgmtfpe] {
    margin-top: auto;
    background: transparent;
    border: 0;
}
