:root {
    --red: #b1182b;
    --red-dark: #720d18;
    --yellow: #ffd44a;
    --gold: #d89b18;
    --cream: #fff7e2;
    --paper: #ffffff;
    --ink: #261513;
    --muted: #6d5f58;
    --line: rgba(177, 24, 43, 0.16);
    --font-cursive: 'Fondamento', cursive;
    --font-deva: 'Karma', serif;
}

.font-cursive { font-family: var(--font-cursive); }
.font-deva { font-family: var(--font-deva); }

* {
    letter-spacing: 0;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 212, 74, 0.28), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(177, 24, 43, 0.12), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, #fff 52%, #fff7e2 100%);
    font-family: Arial, Helvetica, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        radial-gradient(circle, rgba(177, 24, 43, 0.18) 1px, transparent 1.4px),
        radial-gradient(circle, rgba(216, 155, 24, 0.24) 1px, transparent 1.4px);
    background-size: 92px 92px, 130px 130px;
    background-position: 0 0, 40px 56px;
}

body.page-home {
    position: relative;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(10,10,50,0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(50,10,60,0.05) 0%, transparent 40%),
        radial-gradient(circle at 8% 10%, rgba(255, 212, 74, 0.28), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(177, 24, 43, 0.12), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, #fff 52%, #fff7e2 100%);
    background-size: 140% 140%;
    animation: homepageAura 18s ease-in-out infinite alternate;
}

body.page-home::after {
    content: "";
    position: fixed;
    inset: -18%;
    z-index: -2;
    pointer-events: none;
    opacity: 0.35;
    background:
        radial-gradient(circle at 72% 85%, rgba(100,50,150,0.1), transparent 35%),
        radial-gradient(circle at 20% 35%, rgba(255, 212, 74, 0.32), transparent 18%),
        radial-gradient(circle at 78% 18%, rgba(177, 24, 43, 0.18), transparent 20%),
        radial-gradient(circle at 70% 78%, rgba(216, 155, 24, 0.18), transparent 16%);
    animation: cosmicFloat 24s ease-in-out infinite alternate;
}

body.page-home::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.5;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.35) 1px, transparent 1px),
        radial-gradient(circle, rgba(200,180,255,0.3) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,212,74,0.3) 1px, transparent 1px);
    background-size: 160px 160px, 200px 200px, 280px 280px;
    background-position: 0 0, 60px 80px, 120px 40px;
    animation: starTwinkle 5s ease-in-out infinite alternate;
}

@keyframes starTwinkle {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

@keyframes homepageAura {
    from {
        background-position: 0% 20%, 100% 10%, 50% 0%;
    }
    to {
        background-position: 12% 28%, 86% 18%, 50% 100%;
    }
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        radial-gradient(circle, rgba(177, 24, 43, 0.18) 1px, transparent 1.4px),
        radial-gradient(circle, rgba(216, 155, 24, 0.24) 1px, transparent 1.4px);
    background-size: 92px 92px, 130px 130px;
    background-position: 0 0, 40px 56px;
}

body.page-home::after {
    content: "";
    position: fixed;
    inset: -18%;
    z-index: -2;
    pointer-events: none;
    opacity: 0.5;
    background:
        radial-gradient(circle at 20% 35%, rgba(255, 212, 74, 0.32), transparent 18%),
        radial-gradient(circle at 78% 18%, rgba(177, 24, 43, 0.18), transparent 20%),
        radial-gradient(circle at 70% 78%, rgba(216, 155, 24, 0.18), transparent 16%);
    animation: cosmicFloat 24s ease-in-out infinite alternate;
}

@keyframes cosmicFloat {
    from {
        transform: translate3d(-18px, -10px, 0) scale(1);
    }
    to {
        transform: translate3d(18px, 16px, 0) scale(1.04);
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(114, 13, 24, 0.06);
    backdrop-filter: blur(12px);
}

.site-header .navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-height: 62px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 0;
}

.logo-icon {
    font-size: 1.6rem;
    line-height: 1;
}

.logo-text {
    color: var(--red);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 900;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.logo-text .highlight {
    color: var(--gold);
    font-weight: 900;
}

.navbar-nav .nav-link {
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.4rem 0.75rem !important;
    border-radius: 6px;
    transition: all 0.2s;
}

.navbar-nav .nav-link:hover {
    color: var(--red);
    background: rgba(177, 24, 43, 0.06);
}

.navbar-nav .nav-link.active {
    color: var(--red);
    background: rgba(177, 24, 43, 0.1);
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0.75rem;
    right: 0.75rem;
    height: 2px;
    background: var(--red);
    border-radius: 2px;
}

.site-header .btn-consult {
    font-size: 0.78rem;
    padding: 0.4rem 1rem;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 16px rgba(177, 24, 43, 0.18);
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.35rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
}

.btn-consult {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    border: 1px solid var(--red);
    color: #fff;
    box-shadow: 0 10px 22px rgba(177, 24, 43, 0.22);
}

.btn-consult:hover {
    background: var(--red-dark);
    border-color: var(--red-dark);
    color: #fff;
}

.btn-outline-red {
    border: 1px solid rgba(177, 24, 43, 0.45);
    color: var(--red);
}

.btn-outline-red:hover {
    background: var(--red);
    color: #fff;
}

.hero-section {
    padding: 3rem 0 2rem;
}

.hero-shell {
    position: relative;
    padding: 3.5rem;
    border: 1px solid rgba(216, 155, 24, 0.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at 82% 28%, rgba(255, 212, 74, 0.42), transparent 26%),
        linear-gradient(135deg, #fff4d4 0%, #ffe9df 48%, #fff 100%);
    box-shadow: 0 24px 60px rgba(114, 13, 24, 0.12);
    overflow: hidden;
}

.page-home .hero-shell::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -210px;
    top: -180px;
    border: 1px solid rgba(177, 24, 43, 0.16);
    border-radius: 50%;
    background:
        repeating-conic-gradient(from 0deg, rgba(177, 24, 43, 0.18) 0deg 1deg, transparent 1deg 15deg),
        radial-gradient(circle, transparent 52%, rgba(255, 212, 74, 0.16) 53%, transparent 66%);
    animation: zodiacTurn 60s linear infinite;
}

.page-home .hero-shell::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -130px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 212, 74, 0.28), transparent 68%);
    animation: glowPulse 8s ease-in-out infinite alternate;
}

@keyframes zodiacTurn {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes glowPulse {
    from {
        opacity: 0.45;
        transform: scale(0.96);
    }
    to {
        opacity: 0.9;
        transform: scale(1.08);
    }
}

.eyebrow {
    margin: 0 0 0.5rem;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    position: relative;
    display: inline-block;
}

.eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 2px;
}

.eyebrow.light {
    color: #fff;
}

.eyebrow.light::before {
    background: #ffde7a;
}

h1,
h2,
h3 {
    color: var(--red);
    font-family: Georgia, "Times New Roman", cursive;
    font-weight: 900;
}

.hero-section h1 {
    position: relative;
    z-index: 1;
    max-width: 650px;
    font-family: "Palatino Linotype", Georgia, cursive;
    font-size: clamp(2.5rem, 5.8vw, 4.9rem);
    line-height: 0.98;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 1.25rem 0 1.5rem;
    color: var(--muted);
    font-size: 1.2rem;
}

.hero-actions,
.trust-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trust-row {
    margin-top: 1.4rem;
}

.trust-row span {
    padding: 0.55rem 0.8rem;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--red);
    font-size: 0.86rem;
    font-weight: 800;
}

.portrait-panel {
    position: relative;
    max-width: 500px;
    margin-inline: auto;
    padding: 1rem;
    z-index: 1;
}

.portrait-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(216, 155, 24, 0.42);
    border-radius: 50%;
    background:
        repeating-conic-gradient(from 0deg, rgba(177, 24, 43, 0.22) 0deg 1deg, transparent 1deg 18deg),
        radial-gradient(circle, transparent 58%, rgba(255, 212, 74, 0.18) 59%, transparent 70%);
}

.portrait-frame {
    position: relative;
    max-width: 390px;
    margin: 2rem auto;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(216, 155, 24, 0.38);
    box-shadow: 0 18px 44px rgba(114, 13, 24, 0.16);
}

.portrait-frame img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.credential-card {
    position: relative;
    width: min(100%, 360px);
    margin: -1rem auto 0;
    padding: 1rem;
    background: #fff;
    border-left: 5px solid var(--yellow);
    box-shadow: 0 12px 28px rgba(114, 13, 24, 0.13);
}

.credential-card strong,
.credential-card span {
    display: block;
}

.credential-card span {
    color: var(--muted);
}

.section-pad {
    padding: 4.5rem 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.section-head h2,
.block-title {
    margin: 0;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.testi-band .section-head h2,
.testi-band .section-head p {
    color: #fff;
}

.section-head a {
    color: var(--red);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.85rem;
    white-space: nowrap;
    position: relative;
    padding-bottom: 2px;
}

.section-head a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transition: transform .25s;
    transform-origin: right;
}

.section-head a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.service-card,
.quote-card,
.blog-row,
.blog-card,
.contact-card,
.contact-side,
.award-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(114, 13, 24, 0.08);
    overflow: hidden;
}

.service-card {
    height: 100%;
    border-top: 4px solid var(--yellow);
}

.service-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--cream);
}

.service-body {
    padding: 1.25rem;
}

.service-body span,
.blog-row span,
.blog-card span {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.62rem;
    background: #fff1c2;
    color: var(--red);
    font-size: 0.73rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-body h3,
.blog-row h3,
.blog-card h3 {
    font-size: 1.22rem;
}

.service-body p,
.blog-row p,
.blog-card p,
.quote-card,
.contact-side p,
.footer p,
.large-copy {
    color: var(--muted);
}

.service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.service-meta strong {
    color: var(--red);
    font-size: 1.1rem;
}

.consult-band {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--red), #4f1015);
    color: #fff;
}

.consult-band h2,
.consult-band p {
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.stats-grid div {
    min-height: 110px;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: #fff;
    color: var(--red);
}

.stats-grid strong,
.stats-grid span {
    display: block;
    text-align: center;
}

.stats-grid strong {
    font-size: 1.7rem;
}

.stats-grid span {
    color: var(--muted);
    font-weight: 800;
}

.quote-card,
.blog-row,
.blog-card,
.contact-card,
.contact-side {
    padding: 1.35rem;
}

.quote-card + .quote-card,
.blog-row + .blog-row {
    margin-top: 1rem;
}

.quote-card strong {
    display: block;
    margin-top: 0.75rem;
    color: var(--red);
}

.page-hero {
    padding: 3rem 0 1.5rem;
}

.page-hero .container {
    padding: 2rem 2.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff4d4, #fff);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.page-hero-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: var(--red);
    box-shadow: 0 6px 16px rgba(177,24,43,0.2);
}

.page-hero-text {
    flex: 1;
    min-width: 0;
}

.page-hero-text .eyebrow {
    margin-bottom: 0.35rem;
}

.page-hero-text h1 {
    margin: 0;
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    line-height: 1.15;
    max-width: 700px;
}

/* Page-specific icon colors */
.page-hero--about .page-hero-icon     { background: #0d9488; box-shadow: 0 6px 16px rgba(13,148,136,0.25); }
.page-hero--services .page-hero-icon,
.page-hero--service-detail .page-hero-icon { background: #7c3aed; box-shadow: 0 6px 16px rgba(124,58,237,0.25); }
.page-hero--awards .page-hero-icon    { background: #d89b18; box-shadow: 0 6px 16px rgba(216,155,24,0.25); }
.page-hero--gallery .page-hero-icon   { background: #059669; box-shadow: 0 6px 16px rgba(5,150,105,0.25); }
.page-hero--testimonials .page-hero-icon { background: #ea580c; box-shadow: 0 6px 16px rgba(234,88,12,0.25); }
.page-hero--blog .page-hero-icon,
.page-hero--blog-detail .page-hero-icon { background: #2563eb; box-shadow: 0 6px 16px rgba(37,99,235,0.25); }
.page-hero--social-feed .page-hero-icon { background: #db2777; box-shadow: 0 6px 16px rgba(219,39,119,0.25); }
.page-hero--contact .page-hero-icon   { background: var(--red); }
.page-hero--appointment .page-hero-icon { background: var(--red); }

/* Service detail page */
.service-detail-image {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(114,13,24,0.1);
}

.service-detail-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.service-detail-info .service-detail-desc {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--muted);
}

.service-detail-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.sd-meta-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.1rem;
    background: var(--cream);
    border-radius: 10px;
    border: 1px solid var(--line);
    font-size: 0.95rem;
}

.sd-meta-item i {
    font-size: 1.2rem;
    color: var(--red);
}

.sd-meta-item strong {
    color: var(--ink);
}

@media (max-width: 767.98px) {
    .page-hero .container {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .page-hero-text h1 {
        max-width: 100%;
    }
}

.page-hero h1 {
    max-width: 750px;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.15;
}

.horizontal-card {
    display: grid;
    grid-template-columns: 42% 1fr;
}

.horizontal-card img {
    height: 100%;
}

.about-photo {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 44px rgba(114, 13, 24, 0.12);
}

.about-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.about-content {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-left: 6px solid var(--yellow);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(114, 13, 24, 0.08);
}

.about-content p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.about-content strong {
    color: var(--red);
}

.about-highlights {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.about-highlights div {
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-bottom: 4px solid var(--yellow);
    box-shadow: 0 10px 24px rgba(114, 13, 24, 0.06);
}

.about-highlights strong,
.about-highlights span {
    display: block;
}

.about-highlights strong {
    color: var(--red);
    font-size: 1.1rem;
}

.about-highlights span {
    color: var(--muted);
    margin-top: 0.2rem;
}

.award-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blog-card {
    height: 100%;
}

.blog-card a {
    color: var(--red);
    font-weight: 900;
    text-decoration: none;
}

.content-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 92px;
}

.sidebar-card {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--yellow);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(114, 13, 24, 0.08);
}

.sidebar-card h3 {
    font-size: 1.2rem;
}

.sidebar-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-card li + li {
    margin-top: 0.55rem;
}

.sidebar-card a {
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.sidebar-card blockquote {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.sidebar-card blockquote:last-child {
    margin-bottom: 0;
}

.sidebar-card blockquote strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--red);
}

.cta-card {
    background: linear-gradient(135deg, #fff4d4, #fff);
}

.contact-card label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 800;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
    width: 100%;
    padding: 0.82rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.contact-side {
    height: 100%;
    background: var(--red);
}

.contact-side h2,
.contact-side p {
    color: #fff !important;
}

.footer {
    padding: 3.5rem 0 1.25rem;
    background: linear-gradient(135deg, var(--red), #3d0a10);
    color: #fff;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
    border-radius: 0 0 4px 4px;
}

.footer h2,
.footer p {
    color: #fff;
}

.footer h2 {
    font-family: "Palatino Linotype", Georgia, cursive;
    font-size: 1.35rem;
}

.footer h3 {
    color: var(--gold-light);
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer li + li {
    margin-top: 0.4rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color .2s, padding-left .2s;
}

.footer a:hover {
    color: var(--gold-light);
    padding-left: 3px;
}

.footer-contact p {
    margin-bottom: 0.45rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
}

.footer-contact i {
    color: var(--gold-light);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.8rem;
}

@media (max-width: 991.98px) {
    .hero-shell,
    .page-hero .container {
        padding: 2rem;
    }

    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .horizontal-card {
        grid-template-columns: 1fr;
    }

    .content-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 2rem;
    }

    .hero-shell,
    .page-hero .container {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .quick-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .section-pad {
        padding: 3rem 0;
    }

    .social-link-card p { margin-bottom: .5rem; }
}

.blog-detail .blog-content h1,
.blog-detail .blog-content h2,
.blog-detail .blog-content h3 { margin-top: 1.5rem; margin-bottom: .75rem; }

.blog-detail .blog-content p { margin-bottom: 1rem; line-height: 1.8; }

.blog-detail .blog-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }

.bg-cream { background: var(--cream); }
.bg-white { background: #fff; }

.section-pad + .section-pad,
.section-pad + .testi-band,
.section-pad + .consult-band,
.testi-band + .section-pad,
.consult-band + .section-pad {
    border-top: none;
}

.social-card { min-height: 120px; }

.award-caption { padding: .5rem; text-align: center; font-size: .85rem; }

.award-card { position: relative; }

.testimonial-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(114, 13, 24, 0.08);
    text-align: center;
}

.testimonial-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid var(--yellow);
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: var(--cream);
    color: var(--red);
    font-size: 1.8rem;
    font-weight: 900;
    display: grid;
    place-items: center;
    border: 3px solid var(--yellow);
}

.testimonial-card blockquote {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 1rem;
}

.testimonial-card strong {
    display: block;
    color: var(--red);
    font-size: 1.05rem;
}

.testimonial-card small {
    display: block;
    margin-top: 0.2rem;
}

/* ── Astrology Top Bar ── */
.astro-topbar {
    background: linear-gradient(135deg, #4f1015, var(--red-dark), #2a080c);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    padding: 0.3rem 0;
    border-bottom: 2px solid var(--gold);
    position: relative;
    z-index: 20;
    overflow: hidden;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
}

.astro-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(255, 212, 74, 0.12), transparent 40%),
        radial-gradient(circle at 88% 50%, rgba(255, 212, 74, 0.08), transparent 40%);
    pointer-events: none;
}

.astro-topbar .container {
    position: relative;
    z-index: 1;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.topbar-item i {
    color: var(--gold);
    font-size: 0.85rem;
}

.topbar-item strong {
    color: #fff;
}

.topbar-panchang {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pc-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    opacity: 0.88;
}

.pc-item i {
    opacity: 0.9;
}

/* ── Panchang Card (Homepage) ── */
.panchang-section {
    background: linear-gradient(135deg, #fff4d4 0%, #fff 60%);
}

.panchang-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(114, 13, 24, 0.08);
    overflow: hidden;
}

.panchang-card-header {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.panchang-card-header i {
    font-size: 1.3rem;
    color: var(--gold);
}

.panchang-card-header h3 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.panchang-card-body {
    padding: 1.25rem;
}

.panchang-calendar {
    text-align: center;
    padding: 1rem;
    border-right: 1px solid var(--line);
}

.panchang-calendar .cal-month {
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.panchang-calendar .cal-date {
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--red);
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1;
    margin: 0.25rem 0;
}

.panchang-calendar .cal-day {
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 700;
}

.panchang-details {
    padding: 1rem;
}

.panchang-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(177, 24, 43, 0.06);
    font-size: 0.88rem;
}

.panchang-row:last-child {
    border-bottom: none;
}

.panchang-label {
    color: var(--muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.panchang-label i {
    color: var(--gold);
    font-size: 0.8rem;
    width: 16px;
}

.panchang-value {
    color: var(--ink);
    font-weight: 700;
    font-size: 0.92rem;
    text-align: right;
}

.panchang-value.highlight {
    color: var(--red);
}

@media (max-width: 767.98px) {
    .panchang-calendar {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding: 0.75rem;
    }

    .panchang-calendar .cal-date {
        font-size: 2.5rem;
    }

    .panchang-details {
        padding: 0.75rem;
    }

    .panchang-row {
        font-size: 0.8rem;
        padding: 0.35rem 0;
    }
}

/* Brand highlight */
.navbar-brand .highlight {
    color: var(--gold);
}

/* Mobile topbar */
@media (max-width: 991.98px) {
    .site-header .navbar-nav .nav-link {
        font-size: 0.78rem;
        padding: 0.5rem 0.75rem !important;
    }

    .site-header .btn-consult {
        margin-top: 0.5rem;
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .astro-topbar {
        font-size: 0.66rem;
        padding: 0.25rem 0;
    }

    .astro-topbar .container {
        flex-wrap: wrap !important;
        gap: 0.1rem !important;
    }

    .topbar-panchang > .pc-item:not(:first-child) {
        display: none !important;
    }

    .topbar-panchang .pc-item:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
    }

    .topbar-left span {
        font-size: 0.62rem;
    }

    .navbar-brand .logo-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .astro-topbar .container {
        flex-direction: column;
        align-items: center !important;
        gap: 0.05rem !important;
    }

    .topbar-left {
        font-size: 0.6rem;
    }

    .topbar-panchang .pc-item:first-child {
        max-width: 260px;
    }

    .navbar-brand .logo-text {
        font-size: 0.85rem;
    }

    .logo-icon {
        font-size: 1.2rem;
    }
}

/* ── Animated Stars Logo ── */
.logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 28px;
    height: 28px;
}

.star {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--gold);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: twinkle 2s ease-in-out infinite alternate;
}

.star-1 { width: 12px; height: 12px; top: 0; left: 2px; background: var(--gold); animation-delay: 0s; }
.star-2 { width: 8px; height: 8px; top: 10px; left: 14px; background: var(--red); animation-delay: 0.5s; }
.star-3 { width: 6px; height: 6px; top: 16px; left: 4px; background: var(--gold); animation-delay: 1s; }
.star-4 { width: 7px; height: 7px; top: 6px; left: 18px; background: #ffd44a; animation-delay: 1.5s; }

@keyframes twinkle {
    0% { opacity: 0.4; transform: scale(0.85) rotate(0deg); }
    100% { opacity: 1; transform: scale(1.15) rotate(15deg); }
}

.logo-icon:hover .star {
    animation-duration: 0.6s;
}

/* ── Topbar Social & Phone ── */
.topbar-social {
    display: inline-flex;
    gap: 0.4rem;
    padding-left: 0.6rem;
    border-left: 1px solid rgba(255,255,255,0.15);
}

.topbar-right-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.topbar-social-link {
    color: rgba(255,255,255,0.8);
    font-size: 0.82rem;
    transition: color .2s;
    text-decoration: none;
}

.topbar-social-link:hover {
    color: var(--gold);
}

.topbar-phone {
    color: var(--gold);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.78rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color .2s;
}

.topbar-phone:hover {
    color: #fff;
}

/* ── Footer Social ── */
.footer-social {
    display: flex;
    gap: 0.45rem;
    margin: 0.5rem 0 0.75rem;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 1rem;
    transition: all .25s;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
}

.footer-social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.footer-social-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.footer-social-instagram:hover {
    background: #e1306c;
    border-color: #e1306c;
}

.footer-social-youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.footer-social-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.footer-social-linkedin:hover {
    background: #0a66c2;
    border-color: #0a66c2;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: all .25s;
}

.footer-social-icon:hover {
    background: var(--gold);
    color: var(--red-dark);
    transform: translateY(-2px);
}

/* ── Map Container ── */
.map-container {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(114,13,24,0.08);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 350px;
    border: 0;
}

/* ── Social Feed Card ── */
.social-feed-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(114,13,24,0.08);
    overflow: hidden;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}

.social-feed-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(114,13,24,0.14);
}

.sf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    background: #fefcf9;
}

.sf-link {
    color: var(--muted);
    font-size: 0.85rem;
    text-decoration: none;
}

.sf-link:hover {
    color: var(--red);
}

.sf-embed {
    padding: 0.5rem;
}

.sf-embed iframe {
    max-width: 100%;
    border-radius: 6px;
}

.sf-content {
    padding: 0.75rem 1rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.sf-image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* ── Hero Deep Space Theme ── */
.hero-shell {
    position: relative;
}

.hero-shell .zodiac-ring {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 28px;
    overflow: hidden;
}

.hero-shell .zodiac-ring::before {
    content: "♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓";
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 1.2rem;
    letter-spacing: 8px;
    color: rgba(177,24,43,0.1);
    font-family: Georgia, serif;
    opacity: 0.6;
}

/* Deep space background overlay */
.hero-shell::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background:
        radial-gradient(ellipse at 75% 20%, rgba(20,10,60,0.08) 0%, transparent 40%),
        radial-gradient(ellipse at 25% 80%, rgba(60,10,40,0.06) 0%, transparent 35%);
    pointer-events: none;
}

/* ── Star field ── */
.star-field {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.star-field::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    animation: starTwinkleField 4s ease-in-out infinite alternate;
    box-shadow:
        8% 12% 0 0 rgba(255,255,255,0.6),
        18% 5% 0 0 rgba(255,212,74,0.5),
        28% 18% 0 0 rgba(200,180,255,0.4),
        38% 8% 0 0 rgba(255,255,255,0.7),
        48% 22% 0 0 rgba(255,212,74,0.4),
        58% 14% 0 0 rgba(200,180,255,0.5),
        68% 25% 0 0 rgba(255,255,255,0.5),
        78% 10% 0 0 rgba(255,212,74,0.4),
        88% 20% 0 0 rgba(255,255,255,0.3),
        95% 16% 0 0 rgba(200,180,255,0.4),
        12% 32% 0 0 rgba(255,255,255,0.4),
        25% 38% 0 0 rgba(255,212,74,0.3),
        42% 35% 0 0 rgba(255,255,255,0.5),
        55% 42% 0 0 rgba(200,180,255,0.3),
        72% 38% 0 0 rgba(255,255,255,0.4),
        85% 45% 0 0 rgba(255,212,74,0.3),
        92% 52% 0 0 rgba(255,255,255,0.3),
        8% 58% 0 0 rgba(200,180,255,0.4),
        22% 55% 0 0 rgba(255,255,255,0.5),
        35% 62% 0 0 rgba(255,212,74,0.3),
        50% 58% 0 0 rgba(255,255,255,0.4),
        65% 65% 0 0 rgba(200,180,255,0.3),
        78% 72% 0 0 rgba(255,255,255,0.4),
        90% 68% 0 0 rgba(255,212,74,0.3),
        15% 75% 0 0 rgba(255,255,255,0.3),
        30% 82% 0 0 rgba(200,180,255,0.4),
        48% 78% 0 0 rgba(255,255,255,0.3),
        60% 85% 0 0 rgba(255,212,74,0.3),
        75% 88% 0 0 rgba(255,255,255,0.4),
        88% 92% 0 0 rgba(200,180,255,0.3);
}

@keyframes starTwinkleField {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* ── Cosmic bodies (planets + ring) ── */
.cosmic-body {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

/* Orbital ring */
.ring-orbit {
    width: 320px;
    height: 320px;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -160px;
    border: 1px solid rgba(216,155,24,0.08);
    border-radius: 50%;
    animation: orbitSpin 40s linear infinite;
}

.ring-orbit::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    background: radial-gradient(circle, rgba(255,212,74,0.6), transparent);
    border-radius: 50%;
}

.ring-orbit::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -3px;
    left: 30%;
    background: radial-gradient(circle, rgba(200,180,255,0.4), transparent);
    border-radius: 50%;
}

@keyframes orbitSpin {
    to { transform: rotate(360deg); }
}

/* Large planet (Saturn-like) */
.planet-lg {
    width: 32px;
    height: 32px;
}

.planet-saturn {
    top: 15%;
    right: 18%;
    background: radial-gradient(circle at 35% 30%, rgba(255,212,74,0.7), rgba(216,155,24,0.15) 55%, transparent);
    box-shadow: 0 0 30px rgba(216,155,24,0.1), inset -2px -2px 8px rgba(0,0,0,0.1);
    animation: planetOrbit1 18s ease-in-out infinite;
}

.planet-saturn::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -8px;
    width: 48px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(216,155,24,0.12);
    transform: rotate(-15deg);
    background: transparent;
}

/* Medium planet (Mars-like) */
.planet-md {
    width: 20px;
    height: 20px;
}

.planet-mars {
    bottom: 22%;
    left: 10%;
    background: radial-gradient(circle at 30% 30%, rgba(220,120,100,0.7), rgba(177,24,43,0.15) 55%, transparent);
    box-shadow: 0 0 20px rgba(177,24,43,0.08);
    animation: planetOrbit2 22s ease-in-out infinite;
}

/* Small planet (Venus-like) */
.planet-venus {
    width: 14px;
    height: 14px;
    top: 35%;
    left: 55%;
    background: radial-gradient(circle at 35% 30%, rgba(200,180,255,0.6), rgba(100,80,180,0.12) 50%, transparent);
    box-shadow: 0 0 18px rgba(100,80,180,0.08);
    animation: planetOrbit3 15s ease-in-out infinite;
}

/* Shooting star */
.shooting-star {
    width: 2px;
    height: 2px;
    top: 8%;
    left: 85%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(255,255,255,0.3);
    animation: shootStar 8s ease infinite;
}

.shooting-star::before {
    content: '';
    position: absolute;
    top: 0;
    right: 2px;
    width: 40px;
    height: 1px;
    background: linear-gradient(to left, rgba(255,255,255,0.6), transparent);
    transform: rotate(-30deg);
    transform-origin: right center;
}

@keyframes planetOrbit1 {
    0% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(8px, -6px) scale(1.05); }
    50% { transform: translate(-4px, -12px) scale(0.95); }
    75% { transform: translate(-10px, -3px) scale(1.02); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes planetOrbit2 {
    0% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-10px, 8px) scale(0.96); }
    66% { transform: translate(6px, 14px) scale(1.04); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes planetOrbit3 {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(12px, -5px) rotate(5deg); }
    66% { transform: translate(-8px, -10px) rotate(-3deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes shootStar {
    0% { opacity: 0; transform: translate(0, 0); }
    2% { opacity: 1; transform: translate(-60px, 35px); }
    4% { opacity: 0; transform: translate(-120px, 70px); }
    100% { opacity: 0; }
}

/* ── Hero decorative glow (keep original) ── */
.page-home .hero-shell::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -210px;
    top: -180px;
    border: 1px solid rgba(177, 24, 43, 0.16);
    border-radius: 50%;
    background:
        repeating-conic-gradient(from 0deg, rgba(177, 24, 43, 0.18) 0deg 1deg, transparent 1deg 15deg),
        radial-gradient(circle, transparent 52%, rgba(255, 212, 74, 0.16) 53%, transparent 66%);
    animation: zodiacTurn 60s linear infinite;
}

@keyframes zodiacTurn {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Stats grid with red background on consult-band */
.stats-grid div {
    position: relative;
    transition: transform .2s;
}

.stats-grid div:hover {
    transform: scale(1.04);
    border-color: var(--yellow);
}

/* Mobile adjustments for map */
@media (max-width: 767.98px) {
    .map-container iframe {
        height: 240px;
    }
}

/* ── Footer Panchang Box ── */
.footer-panchang-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    border-left: 3px solid var(--gold);
}

.fpb-brand {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.fpb-logo {
    font-size: 1rem;
    color: var(--gold);
}

.fpb-label {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gold);
    font-weight: 700;
    line-height: 1.1;
}

.fpb-location {
    display: none;
}

.fpb-data {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.fpb-item {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: rgba(255,255,255,0.8);
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
}

.fpb-item i {
    color: var(--gold);
    font-size: 0.7rem;
}

.fpb-item strong {
    color: #fff;
    font-weight: 700;
}

.fpb-item small {
    color: rgba(255,255,255,0.35);
    font-weight: 400;
}

.fpb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background: rgba(216,155,24,0.15);
    border-radius: 50%;
    font-size: 0.45rem;
    color: var(--gold);
    font-weight: 800;
    flex-shrink: 0;
}

.fpb-dot {
    width: 3px;
    height: 3px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.4;
}

@media (max-width: 767.98px) {
    .footer-panchang-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .fpb-dot {
        display: none;
    }
    .fpb-item {
        font-size: 0.65rem;
    }
}
/* ── Consult Band (stats standalone) ── */
.consult-band {
    padding: 3rem 0;
    background: linear-gradient(135deg, var(--red), #4f1015);
    color: #fff;
}

.consult-band-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    text-align: center;
}

.consult-band-inner div {
    padding: 0.5rem;
}

.consult-band-inner strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1.1;
}

.consult-band-inner span {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .consult-band-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .consult-band-inner strong {
        font-size: 1.5rem;
    }
}

/* ── Testimonials Band ── */
.testi-band {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--red), #4f1015);
    color: #fff;
}

.testi-band h2 {
    color: #fff;
    font-family: var(--font-cursive);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.testi-band p {
    color: #fff;
}

.testi-band .testi-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .testi-band .testi-strip {
        grid-template-columns: 1fr;
    }
}

.testi-strip-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 1.15rem 1.25rem;
    backdrop-filter: blur(6px);
}

.tsc-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}

.tsc-head img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
}

.tsc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--red-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.tsc-head strong {
    display: block;
    font-size: 0.9rem;
    color: #fff;
}

.tsc-head small {
    color: rgba(255,255,255,0.6);
    font-size: 0.75rem;
}

.testi-strip-card blockquote {
    margin: 0;
    color: rgba(255,255,255,0.85);
    font-size: 0.92rem;
    font-style: italic;
    line-height: 1.5;
}

/* ── Testimonial cards ── */
.testi-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    transition: background .2s, transform .2s;
    display: flex;
    flex-direction: column;
}

.testi-card:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-3px);
}

.testi-card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.testi-card-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
}

.testi-card-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--red-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.3rem;
    font-family: var(--font-cursive);
}

.testi-card-head strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}

.testi-card-head small {
    color: rgba(255,255,255,0.55);
    font-size: 0.78rem;
}

.testi-card blockquote {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 0.92rem;
    font-style: italic;
    line-height: 1.6;
    font-family: var(--font-cursive);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.35);
    transition: background .25s, border-color .25s;
}

.tc-btn:hover {
    background: rgba(255,255,255,0.22);
    border-color: var(--gold);
    color: #fff;
}

@media (max-width: 575.98px) {
    .testi-card {
        padding: 1.25rem;
    }
    .testi-card blockquote {
        font-size: 0.88rem;
    }
}

/* ── Social Platform Cards ── */
.social-platform-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(114,13,24,0.08);
    border: 1px solid var(--line);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
}

.social-platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(114,13,24,0.12);
}

.spc-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.1rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.spc-header i {
    font-size: 1.25rem;
}

.spc-body {
    padding: 0.85rem 1.1rem;
}

.spc-item + .spc-item {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
}

.spc-embed iframe {
    max-width: 100%;
    border-radius: 6px;
}

.spc-text {
    margin: 0.3rem 0 0.4rem;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

.spc-link {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
}

.spc-link:hover {
    text-decoration: underline;
}

/* ── View Album Button ── */
.btn-view-album {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.8rem;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(177,24,43,0.22);
    transition: all .25s;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.btn-view-album:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(177,24,43,0.32);
    color: #fff;
    background: linear-gradient(135deg, var(--red-dark), #4f1015);
}

.btn-view-album i {
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .spc-header {
        padding: 0.7rem 0.9rem;
        font-size: 0.85rem;
    }
    .spc-body {
        padding: 0.7rem 0.9rem;
    }
}
.gallery-thumb-img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
    transition: transform .3s, box-shadow .3s;
}

.gallery-thumb-img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(114,13,24,0.15);
}

/* ── Blog mini card ── */
.blog-mini-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 4px 14px rgba(114,13,24,0.05);
    transition: transform .2s, box-shadow .2s;
}

.blog-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(114,13,24,0.1);
}

.blog-mini-cat {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    background: #fff1c2;
    color: var(--red);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0.55rem;
}

.blog-mini-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
}

.blog-mini-card h3 a {
    color: var(--red);
    text-decoration: none;
}

.blog-mini-card h3 a:hover {
    text-decoration: underline;
}

.blog-mini-card p {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0 0 0.5rem;
}

.blog-mini-link {
    color: var(--red);
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
}

/* ── Social mini card ── */
.social-mini-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    box-shadow: 0 4px 14px rgba(114,13,24,0.05);
}

.smc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.smc-link {
    color: var(--muted);
    font-size: 0.85rem;
    text-decoration: none;
}

.smc-link:hover {
    color: var(--red);
}

.smc-embed iframe {
    max-width: 100%;
    border-radius: 6px;
}

.smc-text {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0.4rem 0 0;
}

/* ── CTA Final ── */
.cta-final {
    padding: 5rem 0;
    background: linear-gradient(135deg, #fff4d4, #ffe9df, #fff);
    text-align: center;
}

.cta-final-inner {
    max-width: 640px;
    margin: 0 auto;
}

.cta-final-inner h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    margin-bottom: 0.5rem;
}

.cta-final-inner p {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.cta-final-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline-light {
    border-color: var(--red);
    color: var(--red);
}

.btn-outline-light:hover {
    background: var(--red);
    color: #fff;
}

/* ── Hero consult btn responsive ── */
.hero-section .btn-consult {
    box-shadow: 0 10px 22px rgba(177,24,43,0.22);
}

/* Mobile tweaks for new modules */
@media (max-width: 767.98px) {
    .panchang-mini-inner {
        font-size: 0.7rem;
        gap: 0.35rem;
    }
    .pm-divider {
        display: none !important;
    }
    .cta-final {
        padding: 3rem 0;
    }
}

/* ── Lightbox ── */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.lightbox-overlay.show {
    opacity: 1;
}

.lightbox-overlay img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    transform: scale(0.85);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), opacity .2s;
}

.lightbox-overlay.show img {
    transform: scale(1);
}

.lightbox-overlay .lb-close {
    position: absolute;
    top: 16px;
    right: 22px;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity .2s;
    background: none;
    border: none;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 6px;
}

.lightbox-overlay .lb-close:hover {
    opacity: 1;
    background: rgba(255,255,255,0.1);
}

.lightbox-overlay .lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 1.8rem;
    padding: 12px 10px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s, background .25s;
    border-radius: 6px;
    line-height: 1;
}

.lightbox-overlay:hover .lb-nav {
    opacity: 0.8;
}

.lightbox-overlay .lb-nav:hover {
    opacity: 1 !important;
    background: rgba(0,0,0,0.7);
}

.lightbox-overlay .lb-prev {
    left: 16px;
}

.lightbox-overlay .lb-next {
    right: 16px;
}

.lightbox-link {
    cursor: zoom-in;
    display: block;
}

.award-card .lightbox-link img {
    transition: transform .3s;
}

.award-card .lightbox-link:hover img {
    transform: scale(1.03);
}

/* ── Blog Search ── */
.blog-search {
    position: relative;
}

.blog-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    z-index: 1;
}

.blog-search input {
    padding-left: 38px;
    border: 2px solid var(--line);
    border-radius: 8px;
    font-size: .88rem;
}

.blog-search input:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(177,24,43,0.08);
}

/* ── Gallery Album Page ── */
.album-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(114,13,24,0.08);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
}

.album-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(114,13,24,0.14);
}

.album-cover {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--cream);
}

.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.album-card:hover .album-cover img {
    transform: scale(1.06);
}

.album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.55));
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.album-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--muted);
}

.album-info {
    padding: 1rem 1.15rem;
}

.album-info h3 {
    font-size: 1.1rem;
    margin: 0 0 0.3rem;
    font-family: "Inter", Arial, sans-serif;
}

.album-info p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.gallery-thumb {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: var(--cream);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.gallery-thumb:hover img {
    transform: scale(1.05);
}

/* ── Social Platform Icons ── */
.sf-header .platform-icon {
    font-size: 0.85rem;
    margin-right: 4px;
}
