/* Astrology Home — Premium Mockup Match */

@keyframes hs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.floating-3d { animation: hs-float 4s ease-in-out infinite; }
.floating-3d-slow { animation: hs-float 6s ease-in-out infinite; }

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

.hs-title {
    font-size: clamp(1.75rem, 3.2vw, 2.25rem);
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
}

.hs-section-head { margin-bottom: 2.75rem; }

.hs-view-all-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1.15rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: 1.5px solid rgba(255, 152, 0, 0.35);
    border-radius: 999px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hs-view-all-btn:hover {
    border-color: #FF9800;
    color: #FF9800;
    box-shadow: 0 4px 14px rgba(255, 152, 0, 0.12);
}

.hs-nav-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 152, 0, 0.3);
    background: #fff;
    color: #FF9800;
    font-size: 1.35rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hs-nav-btn:hover { background: #FF9800; color: #fff; border-color: #FF9800; }

/* 1. Quick Tools */
.hs-tools {
    position: relative;
    z-index: 10;
    margin-top: -3.5rem;
    padding-bottom: 2.5rem;
    background: transparent;
}

.hs-tools-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
}

.hs-tool-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 0.5rem 1.1rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    color: #222;
}

.hs-tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 152, 0, 0.14);
}

.hs-tool-icon-wrap {
    width: 80px; height: 80px;
    margin-bottom: 0.65rem;
    display: flex; align-items: center; justify-content: center;
}

.hs-tool-img {
    width: 72px; height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(255, 152, 0, 0.25));
}

.hs-tool-name { font-size: 0.875rem; font-weight: 700; margin-bottom: 0.2rem; color: #1a1a1a; }
.hs-tool-link { font-size: 0.7rem; font-weight: 500; color: #999; }

/* 2. Stats */
.hs-stats {
    background: linear-gradient(90deg, #FF9800 0%, #FFA726 50%, #FFB300 100%);
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}

.hs-stats::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h15v15H0zM15 15h15v15H15z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hs-stats-deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 90px;
    width: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.85;
}

.hs-stats-deco-left { left: 1rem; }
.hs-stats-deco-right { right: 1rem; height: 70px; }

.hs-stats-row .col-lg-3:not(:last-child) .hs-stat-item::after {
    content: '';
    position: absolute;
    right: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.hs-stat-item { position: relative; padding: 0.5rem; }
.hs-stat-icon { opacity: 0.9; margin-bottom: 0.4rem; }
.hs-stat-number { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.25rem); font-weight: 700; color: #fff; line-height: 1; margin-bottom: 0.2rem; }
.hs-stat-label { font-size: 0.8125rem; color: rgba(255, 255, 255, 0.92); font-weight: 500; }

/* 3. Expert Consultation */
.hs-expert {
    background: linear-gradient(180deg, #ffffff 0%, #FFF8EE 55%, #fff9f0 100%);
}
.hs-expert-photo-wrap { position: relative; max-width: 380px; margin: 0 auto; }
.hs-expert-photo {
    width: 100%; aspect-ratio: 1; object-fit: cover;
    border-radius: 24px; box-shadow: 0 20px 50px rgba(230, 126, 0, 0.15);
    border: 4px solid rgba(255, 193, 7, 0.35);
}
.hs-expert-photo--placeholder {
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #FFC107, #E67E00);
    font-size: 3rem; font-weight: 700; color: #fff;
}
.hs-expert-meta {
    display: flex; gap: 2rem; flex-wrap: wrap; margin: 1.5rem 0;
}
.hs-expert-meta > div { text-align: center; }
.hs-expert-meta strong { display: block; font-size: 1.5rem; color: var(--primary, #E67E00); }
.hs-expert-meta span { font-size: 0.85rem; color: #6c757d; }

/* Legacy astrologers slider (unused) */
.hs-astrologers { background: #fff; }

.hs-astro-track-wrapper { overflow: hidden; }
.hs-astro-track {
    display: flex; gap: 1.15rem;
    overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-behavior: smooth; scrollbar-width: none;
    padding: 0.5rem 0 1rem;
}

.hs-astro-track::-webkit-scrollbar { display: none; }

.hs-astro-card {
    flex: 0 0 210px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 20px;
    padding: 1.35rem 1.15rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hs-astro-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(255, 152, 0, 0.12); }

.hs-astro-photo { position: relative; width: 76px; height: 76px; margin: 0 auto 0.75rem; }

.hs-astro-img {
    width: 76px; height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hs-online-dot {
    position: absolute; bottom: 2px; right: 2px;
    width: 11px; height: 11px;
    background: #4CAF50;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hs-astro-name { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.1rem; color: #1a1a1a; }
.hs-astro-spec { font-size: 0.72rem; color: #888; margin-bottom: 0.45rem; }
.hs-astro-rating-row { display: flex; justify-content: center; gap: 0.6rem; font-size: 0.75rem; margin-bottom: 0.3rem; }
.hs-astro-rating { font-weight: 700; color: #FF9800; }
.hs-astro-exp { color: #aaa; }
.hs-astro-price { font-size: 0.8rem; font-weight: 700; color: #333; margin-bottom: 0.75rem; }

.hs-astro-btn {
    display: block; width: 100%; padding: 0.55rem;
    background: linear-gradient(135deg, #FF9800, #F59E0B);
    color: #fff; font-size: 0.78rem; font-weight: 700;
    border-radius: 999px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hs-astro-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(255, 152, 0, 0.35); }

@keyframes hs-float-icon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.hs-float-icon {
    animation: hs-float-icon 4.5s ease-in-out infinite;
}

.hs-service-card:hover .hs-float-icon,
.hs-feature-item:hover .hs-float-icon {
    animation-play-state: paused;
}

/* Showcase wrapper — services + why choose */
.hs-showcase {
    position: relative;
    background-color: #fdfaf5;
    background-image:
        radial-gradient(ellipse 55% 45% at 92% 8%, rgba(255, 193, 7, 0.14) 0%, transparent 62%),
        radial-gradient(ellipse 50% 40% at 8% 6%, rgba(255, 140, 0, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 40% 35% at 75% 92%, rgba(255, 152, 0, 0.07) 0%, transparent 55%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF8C00' fill-opacity='0.04'%3E%3Ccircle cx='8' cy='12' r='1'/%3E%3Ccircle cx='42' cy='28' r='0.8'/%3E%3Ccircle cx='22' cy='48' r='1.2'/%3E%3Ccircle cx='52' cy='8' r='0.7'/%3E%3Ccircle cx='30' cy='22' r='0.6'/%3E%3C/g%3E%3C/svg%3E");
    overflow: hidden;
    isolation: isolate;
}

.hs-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(180px, 26vw, 300px);
    height: clamp(180px, 26vw, 300px);
    background: url('../images/home/deco/mandala-corner.svg') no-repeat left top / contain;
    opacity: 0.65;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at 0% 0%, #000 20%, transparent 70%);
    mask-image: radial-gradient(ellipse 85% 85% at 0% 0%, #000 20%, transparent 70%);
}

.hs-showcase::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: clamp(260px, 32vw, 420px);
    height: clamp(260px, 32vw, 420px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.16) 0%, rgba(255, 140, 0, 0.06) 45%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}

/* 4. Services — 5×2 grid */
.hs-services {
    position: relative;
    background: transparent;
    padding: 5.5rem 0 3rem;
    z-index: 1;
}

.hs-services .container {
    position: relative;
    z-index: 1;
}

.hs-section-head-left {
    text-align: left;
    margin-bottom: 2.75rem;
    max-width: 520px;
}

.hs-services .hs-section-head { margin-bottom: 2.75rem; }

.hs-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.35rem;
}

.hs-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.25rem 1.15rem 2rem;
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(255, 140, 0, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
    color: #1f2937;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.45s ease,
                border-color 0.35s ease;
    min-height: 248px;
}

.hs-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 56px rgba(255, 140, 0, 0.14);
    border-color: rgba(255, 140, 0, 0.12);
}

.hs-service-icon {
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-icon-glow {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.3) 0%, rgba(255, 140, 0, 0.08) 50%, transparent 72%);
    transform: scale(1.05);
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.hs-service-card:hover .hs-icon-glow {
    transform: scale(1.2);
    opacity: 1.15;
}

.hs-service-img {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(255, 140, 0, 0.22));
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hs-service-card:hover .hs-service-img {
    transform: scale(1.08) translateY(-4px);
}

.hs-service-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.hs-service-card p {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.55;
}

/* 5. Why Choose */
.hs-why {
    position: relative;
    background: transparent;
    padding: 0 0 5.5rem;
    z-index: 1;
}

.hs-why-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    padding: 3.5rem 2.5rem 3.25rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 140, 0, 0.04);
}

.hs-why .hs-section-head {
    margin-bottom: 3rem;
}

.hs-features-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    align-items: stretch;
}

.hs-feature-item {
    position: relative;
    text-align: center;
    padding: 0.75rem 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    transition: transform 0.4s ease;
}

.hs-feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 12%;
    right: 0;
    width: 1px;
    height: 76%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.08) 80%, transparent);
}

.hs-feature-item:hover {
    transform: translateY(-4px);
}

.hs-feature-icon-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.hs-feature-glow {
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.28) 0%, rgba(255, 140, 0, 0.08) 50%, transparent 72%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.hs-feature-item:hover .hs-feature-icon-wrap {
    transform: scale(1.04);
}

.hs-feature-item:hover .hs-feature-glow {
    transform: scale(1.15);
    opacity: 1.2;
}

.hs-feature-img {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    max-width: none;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 8px 18px rgba(255, 140, 0, 0.22));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hs-feature-item:hover .hs-feature-img {
    transform: scale(1.08) translateY(-4px);
}

.hs-feature-title {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #1a1a1a;
    line-height: 1.35;
}

.hs-feature-desc {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.55;
    max-width: 140px;
    margin-inline: auto;
}

/* 6. Testimonials + Blog split */
.hs-split {
    background: #fff;
    padding: 5.5rem 0;
}

.hs-split .hs-title {
    margin-bottom: 1.75rem;
}

.hs-split-blog-btn {
    margin-bottom: 1.75rem;
    display: inline-flex;
}

.hs-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.hs-testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hs-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.07);
}

.hs-quote-mark {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-family: var(--font-display);
    color: #f59e0b;
    margin-bottom: 0.75rem;
}

.hs-testimonial-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.8;
    margin: 0 0 1.25rem;
    flex-grow: 1;
}

.hs-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.125rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: auto;
}

.hs-testimonial-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.hs-testimonial-footer strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.2rem;
}

.hs-testimonial-stars {
    font-size: 0.65rem;
    color: #f59e0b;
    letter-spacing: 0.06em;
}

.hs-blog-list {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.hs-blog-row-card {
    display: flex;
    align-items: stretch;
    gap: 1.125rem;
    background: #fff;
    border-radius: 20px;
    padding: 0.875rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #1f2937;
}

.hs-blog-row-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.07);
}

.hs-blog-row-img-wrap {
    flex-shrink: 0;
    width: 128px;
    border-radius: 14px;
    overflow: hidden;
}

.hs-blog-row-img {
    width: 128px;
    height: 118px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hs-blog-row-card:hover .hs-blog-row-img { transform: scale(1.04); }

.hs-blog-row-body {
    padding: 0.25rem 0.5rem 0.25rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hs-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.4rem;
}

.hs-blog-tag {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f59e0b;
    letter-spacing: 0.07em;
}

.hs-blog-date {
    font-size: 0.6875rem;
    color: #9ca3af;
}

.hs-blog-row-body h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0.5rem;
    color: #1f2937;
    transition: color 0.25s ease;
}

.hs-blog-row-card:hover h3 { color: #f59e0b; }

.hs-blog-read {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #f59e0b;
    margin-top: auto;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .hs-tools-row { grid-template-columns: repeat(4, 1fr); }
    .hs-services-grid { grid-template-columns: repeat(4, 1fr); }
    .hs-showcase::after { width: 280px; height: 280px; opacity: 0.8; }
    .hs-features-row { grid-template-columns: repeat(3, 1fr); gap: 1.5rem 0; }
    .hs-feature-item::after { display: none; }
}

@media (max-width: 991.98px) {
    .hs-tools { margin-top: -2rem; }
    .hs-tools-row { grid-template-columns: repeat(3, 1fr); }
    .hs-stats-deco { display: none; }
    .hs-stats-row .col-lg-3 .hs-stat-item::after { display: none; }
    .hs-services { padding: 4.5rem 0 2.5rem; }
    .hs-showcase::before { width: 160px; height: 160px; opacity: 0.45; }
    .hs-showcase::after { width: 200px; height: 200px; top: -30px; right: -20px; }
    .hs-section-head-left { text-align: center; max-width: none; margin-inline: auto; }
    .hs-services-grid { grid-template-columns: repeat(3, 1fr); }
    .hs-why-card { padding: 3rem 1.75rem 2.75rem; border-radius: 22px; }
    .hs-features-row { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
    .hs-feature-item::after { display: none !important; }
    .hs-testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .hs-tools-row { grid-template-columns: repeat(2, 1fr); gap: 0.65rem; }
    .hs-tool-img { width: 56px; height: 56px; }
    .hs-astro-card { flex: 0 0 190px; }
    .hs-showcase::before,
    .hs-showcase::after { display: none; }
    .hs-services-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .hs-service-card { min-height: 220px; padding: 1.75rem 0.85rem 1.5rem; border-radius: 18px; }
    .hs-service-icon { width: 92px; height: 92px; margin-bottom: 1rem; }
    .hs-service-img { width: 72px; height: 72px; }
    .hs-services, .hs-why, .hs-split { padding-bottom: 3.5rem; }
    .hs-why { padding-bottom: 3.5rem; }
    .hs-why-card { padding: 2.5rem 1.25rem 2.25rem; }
    .hs-features-row { grid-template-columns: 1fr; gap: 1.75rem; }
    .hs-feature-item { padding: 0.5rem 0.75rem; }
    .hs-feature-icon-wrap { width: 88px; height: 88px; }
    .hs-feature-img { width: 72px; height: 72px; }
    .hs-blog-row-img-wrap { width: 100px; }
    .hs-blog-row-img { width: 100px; height: 95px; }
}

@media (max-width: 575.98px) {
    .hs-tools-row {
        display: flex; overflow-x: auto;
        scroll-snap-type: x mandatory; scrollbar-width: none;
    }
    .hs-tools-row::-webkit-scrollbar { display: none; }
    .hs-tool-card { flex: 0 0 125px; scroll-snap-align: start; }
}

.hs-astrologers {
    background: linear-gradient(180deg, #ffffff 0%, #FFF8EE 55%, #fff9f0 100%) !important;
}

.hs-testimonials-blogs {
    position: relative;
    background: linear-gradient(165deg, #FFF8EE 0%, #fff9f4 50%, #FFF8EE 100%);
}

.hs-panchang-hero { padding: 0.25rem 0; }
.hs-panchang-preview {
    background: linear-gradient(145deg, #fff 0%, #FFF8EE 100%);
    border: 1px solid rgba(230, 126, 0, 0.12);
    border-radius: 20px;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 12px 40px rgba(230, 126, 0, 0.08);
}
.hs-panchang-preview-head {
    display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;
}
.hs-panchang-preview-img {
    width: 72px; height: 72px; object-fit: contain; flex-shrink: 0;
}
.hs-panchang-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem 1rem;
}
.hs-panchang-item {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.hs-panchang-item span {
    display: block; font-size: 0.75rem; color: #6c757d; margin-bottom: 0.15rem;
}
.hs-panchang-item strong { font-size: 0.9rem; color: #333; }

@media (prefers-reduced-motion: reduce) {
    .floating-3d, .floating-3d-slow, .hs-float-icon { animation: none; }
    .hs-service-card, .hs-feature-item { transition: none; }
}
