/* 
   Puja Booking Page Specific Styles for God At Home
*/

/* --- Booking Hero Section --- */
.puja-booking-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0 60px;
    background:
        radial-gradient(circle at 22% 22%, rgba(255, 197, 93, 0.14), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(128, 0, 0, 0.35), transparent 28%),
        linear-gradient(135deg, #05030a 0%, #120816 40%, #1a0c23 68%, #08040d 100%);
}

.hero-gradient,
.hero-rays,
.hero-noise,
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-gradient {
    background:
        radial-gradient(circle at center, rgba(255, 215, 127, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.34) 100%);
    z-index: -4;
}

.hero-rays {
    z-index: -3;
    opacity: 0.65;
    background:
        radial-gradient(circle at 72% 34%, rgba(255, 215, 127, 0.18), transparent 22%),
        conic-gradient(from 120deg at 75% 35%, rgba(255, 215, 127, 0.32), rgba(255, 215, 127, 0) 14%, rgba(255, 215, 127, 0.24) 25%, rgba(255, 215, 127, 0) 40%, rgba(255, 215, 127, 0.18) 52%, rgba(255, 215, 127, 0) 70%, rgba(255, 215, 127, 0.22) 84%, rgba(255, 215, 127, 0) 100%);
    filter: blur(20px);
    transform: scale(1.2);
    animation: heroPulse 12s ease-in-out infinite alternate;
}

.hero-noise {
    z-index: -2;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 150px 150px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 90%);
}

.hero-particles {
    z-index: -1;
}

.hero-particles .particle {
    background: radial-gradient(circle, rgba(255, 228, 159, 1) 0%, rgba(255, 193, 84, 0.55) 50%, rgba(255, 193, 84, 0) 100%);
    box-shadow: 0 0 16px rgba(255, 208, 116, 0.35);
    opacity: 0.75;
}

.puja-hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 2rem;
    align-items: center;
}

.puja-hero-copy {
    max-width: 620px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 215, 127, 0.28);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    color: #f8d79f;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.hero-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffe5a0 0%, #ff9d3d 100%);
    box-shadow: 0 0 16px rgba(255, 207, 120, 0.75);
}

.hero-title {
    margin-top: 1.4rem;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 1.02;
    letter-spacing: 0.02em;
    color: #fbf4e8;
    text-shadow: 0 12px 60px rgba(255, 198, 87, 0.15);
}

.hero-title span {
    display: block;
    margin-top: 0.4rem;
    background: linear-gradient(120deg, #fff2c7 0%, #ffd15d 45%, #ff9b45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subheadline {
    margin-top: 1.35rem;
    max-width: 560px;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.7;
    color: rgba(255, 238, 217, 0.92);
}

.hero-description {
    max-width: 560px;
    margin-top: 1rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(235, 224, 209, 0.76);
}

.hero-cta-group {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-cta-group .btn {
    min-width: 180px;
    text-align: center;
}

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.hero-pill {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 213, 111, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 238, 213, 0.88);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.puja-hero-visual {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.9;
}

.hero-orb-top {
    top: 10%;
    right: 2%;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(255, 222, 147, 0.45), rgba(255, 222, 147, 0));
}

.hero-orb-bottom {
    bottom: 12%;
    left: 8%;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(128, 0, 0, 0.4), rgba(128, 0, 0, 0));
}

.mandala-shell {
    position: absolute;
    top: 7%;
    right: 8%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 0 30px rgba(255, 204, 106, 0.24));
    animation: mandalaSpin 18s linear infinite, mandalaFloat 8s ease-in-out infinite;
}

.mandala-shell::before,
.mandala-shell::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 214, 128, 0.25);
}

.mandala-shell::after {
    inset: 32px;
    border-style: dashed;
    opacity: 0.55;
}

.mandala-core,
.puja-booking-hero .mandala-ring {
    position: absolute;
    border-radius: 50%;
}

.mandala-core {
    width: 44px;
    height: 44px;
    background: radial-gradient(circle, #fff1b9 0%, #ffc65c 60%, rgba(255, 198, 92, 0) 100%);
    box-shadow: 0 0 24px rgba(255, 205, 112, 0.5);
}

.puja-booking-hero .mandala-ring {
    border: 1px solid rgba(255, 214, 128, 0.34);
}

.mandala-ring-outer {
    inset: 0;
    background:
        radial-gradient(circle at center, transparent 60%, rgba(255, 214, 128, 0.16) 60%, transparent 64%),
        repeating-conic-gradient(from 0deg, rgba(255, 214, 128, 0.7) 0deg 5deg, transparent 5deg 15deg);
    mask-image: radial-gradient(circle at center, transparent 0 58%, black 59%);
}

.mandala-ring-mid {
    inset: 34px;
    background:
        repeating-conic-gradient(from 10deg, rgba(255, 214, 128, 0.55) 0deg 8deg, transparent 8deg 18deg),
        radial-gradient(circle at center, transparent 54%, rgba(255, 214, 128, 0.22) 54%, transparent 58%);
    mask-image: radial-gradient(circle at center, transparent 0 45%, black 46%);
    animation: mandalaSpinReverse 14s linear infinite;
}

.mandala-ring-inner {
    inset: 70px;
    background:
        repeating-conic-gradient(from 20deg, rgba(255, 214, 128, 0.4) 0deg 10deg, transparent 10deg 20deg);
    mask-image: radial-gradient(circle at center, transparent 0 35%, black 36%);
}

.temple-stage {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.3rem;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top, rgba(255, 220, 137, 0.14), transparent 52%),
        rgba(11, 7, 14, 0.7);
    border: 1px solid rgba(255, 218, 132, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 30px 70px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(255, 188, 80, 0.12);
    overflow: hidden;
}

.temple-stage::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 223, 147, 0.12);
}

.temple-aura {
    position: absolute;
    inset: auto 50% 12%;
    width: 70%;
    height: 28%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 206, 113, 0.42) 0%, rgba(255, 206, 113, 0) 74%);
    filter: blur(18px);
}

.temple-illustration {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
    height: auto;
}

.diya {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 58%, rgba(255, 211, 125, 0.2), rgba(255, 211, 125, 0));
}

.diya::before {
    content: "";
    position: absolute;
    bottom: 18px;
    width: 52px;
    height: 20px;
    border-radius: 55% 55% 70% 70%;
    background: linear-gradient(180deg, #8a3d19 0%, #5a1e0d 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 232, 185, 0.25);
}

.diya::after {
    content: "";
    position: absolute;
    bottom: 28px;
    width: 34px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 205, 115, 0.34);
    filter: blur(4px);
}

.diya-flame {
    position: absolute;
    bottom: 32px;
    width: 18px;
    height: 30px;
    border-radius: 60% 60% 55% 55%;
    background: linear-gradient(180deg, #fff4c7 0%, #ffc64d 52%, #ff7a17 100%);
    box-shadow: 0 0 26px rgba(255, 186, 56, 0.58);
    transform-origin: center bottom;
    animation: flameFlicker 2.2s ease-in-out infinite alternate;
}

.diya-left {
    left: 2%;
    bottom: 21%;
    animation: diyaDriftLeft 6.5s ease-in-out infinite;
}

.diya-right {
    right: 1%;
    top: 22%;
    animation: diyaDriftRight 7.2s ease-in-out infinite;
}

.diya-center {
    right: 21%;
    bottom: 6%;
    animation: diyaDriftCenter 5.8s ease-in-out infinite;
}

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

@keyframes mandalaFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -16px; }
}

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

@keyframes diyaDriftLeft {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-14px) rotate(2deg); }
}

@keyframes diyaDriftRight {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-12px) rotate(-2deg); }
}

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

@keyframes flameFlicker {
    0% {
        transform: scale(0.96) rotate(-4deg);
        opacity: 0.92;
    }
    50% {
        transform: scale(1.05) rotate(3deg);
        opacity: 1;
    }
    100% {
        transform: scale(0.98) rotate(-1deg);
        opacity: 0.94;
    }
}

@keyframes heroPulse {
    0% {
        opacity: 0.48;
        transform: scale(1.16);
    }
    100% {
        opacity: 0.72;
        transform: scale(1.24);
    }
}

/* --- Featured Categories Section --- */
.featured-categories-section {
    position: relative;
    overflow: hidden;
    padding-top: 34px;
}

.featured-categories-section::before,
.featured-categories-section::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(18px);
}

.featured-categories-section::before {
    top: 8%;
    left: -5%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 202, 109, 0.16), transparent 70%);
}

.featured-categories-section::after {
    right: -8%;
    bottom: 4%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(124, 24, 32, 0.26), transparent 72%);
}

.featured-categories-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 2rem;
}

.featured-categories-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.featured-categories-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.featured-categories-header .body-text {
    max-width: 640px;
    margin-top: 0.85rem;
}

.featured-categories-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.featured-category-card {
    --card-glow: rgba(255, 199, 104, 0.18);
    --card-highlight: rgba(255, 223, 157, 0.7);
    --card-accent: #ffbc63;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 1.6rem;
    border-radius: 30px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        radial-gradient(circle at top right, rgba(255, 220, 140, 0.1), transparent 34%),
        rgba(13, 7, 18, 0.84);
    border: 1px solid rgba(255, 221, 166, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 22px 46px rgba(0, 0, 0, 0.26);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.featured-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 223, 157, 0.85) 72deg, transparent 144deg, rgba(255, 143, 73, 0.7) 238deg, transparent 320deg, rgba(255, 223, 157, 0.7) 360deg);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.72;
    animation: categoryBorderSpin 7s linear infinite;
}

.featured-category-card::after {
    content: "";
    position: absolute;
    inset: 22% 10% auto;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--card-glow) 0%, rgba(255, 199, 104, 0) 72%);
    filter: blur(18px);
    opacity: 0.75;
    transition: transform 0.45s ease, opacity 0.45s ease;
    z-index: -1;
}

.featured-category-card:hover,
.featured-category-card:focus-visible {
    transform: translateY(-10px);
    border-color: rgba(255, 221, 166, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 32px 60px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 223, 157, 0.08);
    outline: none;
}

.featured-category-card:hover::after,
.featured-category-card:focus-visible::after {
    opacity: 1;
    transform: scale(1.08);
}

.featured-category-orbit {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(255, 228, 182, 0.12);
    opacity: 0.7;
}

.featured-category-orbit::before,
.featured-category-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.featured-category-orbit::before {
    inset: 10px;
    border: 1px dashed rgba(255, 228, 182, 0.16);
    animation: orbitPulse 4.6s ease-in-out infinite;
}

.featured-category-orbit::after {
    top: 8px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #fff4cf 0%, var(--card-accent) 100%);
    box-shadow: 0 0 14px rgba(255, 191, 100, 0.68);
    transform: translateX(-50%);
    animation: orbitRotate 7.4s linear infinite;
    transform-origin: 0 36px;
}

.featured-category-icon {
    position: relative;
    width: 84px;
    height: 84px;
    margin-bottom: 1.45rem;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 247, 223, 0.28), rgba(255, 255, 255, 0.04)),
        linear-gradient(160deg, rgba(255, 203, 113, 0.45), rgba(116, 28, 25, 0.55));
    border: 1px solid rgba(255, 234, 197, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 -10px 22px rgba(70, 16, 18, 0.36),
        0 16px 36px rgba(0, 0, 0, 0.26),
        0 0 44px rgba(255, 188, 99, 0.18);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.featured-category-icon::before,
.featured-category-icon::after {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: inherit;
}

.featured-category-icon::before {
    content: attr(data-icon);
    inset: 10px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 247, 227, 0.28), rgba(255, 186, 98, 0.06));
    color: #fff6e8;
    font-family: "Cinzel", serif;
    font-size: 1.15rem;
    letter-spacing: 0.18rem;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.featured-category-icon::after {
    content: "";
    inset: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 244, 220, 0.18);
    box-shadow: inset 0 0 22px rgba(255, 226, 165, 0.08);
}

.featured-category-card:hover .featured-category-icon,
.featured-category-card:focus-visible .featured-category-icon {
    transform: translateY(-6px) rotateX(10deg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 -10px 22px rgba(70, 16, 18, 0.36),
        0 22px 42px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(255, 188, 99, 0.26);
}

.featured-category-copy {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.featured-category-label {
    margin-bottom: 0.55rem;
    color: rgba(255, 214, 142, 0.84);
    font-size: 0.76rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.featured-category-copy h3 {
    font-size: 1.62rem;
    color: #fff4df;
}

.featured-category-copy .body-text {
    margin-top: 0.8rem;
    color: rgba(243, 228, 205, 0.78);
    line-height: 1.85;
}

.featured-category-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.35rem;
    color: var(--card-highlight);
    font-size: 0.92rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.featured-category-link::after {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 223, 157, 0.85), rgba(255, 223, 157, 0));
    transition: width 0.35s ease;
}

.featured-category-card:hover .featured-category-link::after,
.featured-category-card:focus-visible .featured-category-link::after {
    width: 52px;
}

.category-ancestor {
    --card-glow: rgba(255, 204, 124, 0.2);
    --card-highlight: rgba(255, 229, 177, 0.82);
    --card-accent: #f4b667;
}

.category-dosha {
    --card-glow: rgba(255, 137, 96, 0.2);
    --card-highlight: rgba(255, 214, 174, 0.82);
    --card-accent: #ff8d5c;
}

.category-marriage {
    --card-glow: rgba(237, 145, 162, 0.18);
    --card-highlight: rgba(255, 216, 224, 0.82);
    --card-accent: #e88c9d;
}

.category-health {
    --card-glow: rgba(137, 228, 199, 0.16);
    --card-highlight: rgba(213, 255, 241, 0.82);
    --card-accent: #7fd8bb;
}

.category-prosperity {
    --card-glow: rgba(255, 216, 110, 0.22);
    --card-highlight: rgba(255, 239, 188, 0.84);
    --card-accent: #ffce5b;
}

.category-temple {
    --card-glow: rgba(156, 154, 255, 0.16);
    --card-highlight: rgba(224, 223, 255, 0.82);
    --card-accent: #a8a4ff;
}

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

@keyframes orbitPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes orbitRotate {
    from {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

/* --- Primary Puja Catalogue Section --- */
.primary-puja-catalogue-section {
    position: relative;
    overflow: hidden;
    padding-top: 26px;
}

.primary-puja-catalogue-section::before,
.primary-puja-catalogue-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    pointer-events: none;
}

.primary-puja-catalogue-section::before {
    top: 10%;
    right: -8%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 197, 101, 0.2), transparent 72%);
}

.primary-puja-catalogue-section::after {
    left: -8%;
    bottom: 10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(120, 18, 26, 0.24), transparent 72%);
}

.primary-puja-catalogue-header {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin-bottom: 2rem;
}

.primary-puja-catalogue-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.primary-puja-catalogue-header h2 {
    font-size: clamp(2.15rem, 4.2vw, 3.4rem);
}

.primary-puja-catalogue-header .body-text {
    max-width: 700px;
    margin-top: 0.9rem;
}

.primary-puja-catalogue-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.45rem;
}

.catalogue-puja-card {
    --catalogue-accent-rgb: 244, 182, 103;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        linear-gradient(145deg, rgba(255, 214, 128, 0.06), rgba(92, 20, 18, 0.08)),
        rgba(12, 8, 18, 0.72);
    border: 1px solid rgba(255, 223, 157, 0.15);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 24px 46px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.catalogue-puja-card::before,
.catalogue-puja-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.catalogue-puja-card::before {
    background:
        radial-gradient(circle at var(--catalogue-pointer-x, 50%) var(--catalogue-pointer-y, 12%), rgba(var(--catalogue-accent-rgb), 0.34), rgba(var(--catalogue-accent-rgb), 0) 46%);
    opacity: 0.68;
    z-index: 0;
}

.catalogue-puja-card::after {
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 243, 219, 0.08);
    box-shadow: inset 0 0 48px rgba(var(--catalogue-accent-rgb), 0.06);
    z-index: 0;
}

.catalogue-puja-card:hover,
.catalogue-puja-card:focus-visible,
.catalogue-puja-card:focus-within {
    border-color: rgba(255, 225, 171, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 34px 70px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 226, 173, 0.08),
        0 0 34px rgba(var(--catalogue-accent-rgb), 0.16);
    outline: none;
}

.catalogue-puja-card:hover::before,
.catalogue-puja-card:focus-visible::before,
.catalogue-puja-card:focus-within::before {
    opacity: 1;
    transform: scale(1.04);
}

.catalogue-card-image-wrap,
.catalogue-card-content {
    position: relative;
    z-index: 1;
}

.catalogue-card-image-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.18);
}

.catalogue-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.catalogue-puja-card:hover .catalogue-card-image,
.catalogue-puja-card:focus-visible .catalogue-card-image,
.catalogue-puja-card:focus-within .catalogue-card-image {
    transform: scale(1.09);
    filter: saturate(1.08) contrast(1.05);
}

.catalogue-card-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 5, 12, 0.06) 0%, rgba(8, 5, 12, 0.18) 48%, rgba(8, 5, 12, 0.82) 100%),
        radial-gradient(circle at top right, rgba(var(--catalogue-accent-rgb), 0.2), transparent 36%);
}

.catalogue-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 236, 207, 0.2);
    background: rgba(13, 9, 19, 0.54);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #fff3da;
    font-size: 0.76rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.catalogue-card-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.catalogue-card-content h3 {
    font-size: 1.68rem;
    color: #fff4df;
}

.catalogue-card-summary {
    color: rgba(244, 230, 209, 0.8);
    line-height: 1.8;
}

.catalogue-benefits-block {
    padding: 1rem 1rem 1.05rem;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 228, 182, 0.12);
}

.catalogue-detail-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: rgba(255, 214, 142, 0.86);
    font-size: 0.76rem;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
}

.catalogue-benefits-list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(255, 239, 220, 0.82);
    line-height: 1.75;
}

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

.catalogue-detail-item {
    min-height: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(16, 10, 22, 0.54);
    border: 1px solid rgba(255, 226, 173, 0.12);
}

.catalogue-detail-item strong {
    display: block;
    color: #fff6e8;
    line-height: 1.6;
    font-size: 0.98rem;
    font-weight: 700;
}

.catalogue-price-item {
    grid-column: 1 / -1;
    background:
        linear-gradient(135deg, rgba(var(--catalogue-accent-rgb), 0.16), rgba(255, 255, 255, 0.03)),
        rgba(16, 10, 22, 0.6);
    box-shadow: inset 0 0 26px rgba(var(--catalogue-accent-rgb), 0.06);
}

.catalogue-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 0.2rem;
}

.catalogue-card-actions .btn {
    flex: 1 1 180px;
    text-align: center;
}

.catalogue-book-btn {
    box-shadow:
        0 0 18px rgba(var(--catalogue-accent-rgb), 0.34),
        0 14px 28px rgba(0, 0, 0, 0.22);
}

.catalogue-learn-btn {
    border-color: rgba(var(--catalogue-accent-rgb), 0.58);
    color: #ffe0aa;
}

.catalogue-learn-btn:hover,
.catalogue-learn-btn:focus-visible {
    background: rgba(var(--catalogue-accent-rgb), 0.14);
    color: #fff1d4;
}

.catalogue-tone-ancestor {
    --catalogue-accent-rgb: 244, 182, 103;
}

.catalogue-tone-lineage {
    --catalogue-accent-rgb: 223, 176, 128;
}

.catalogue-tone-dosha {
    --catalogue-accent-rgb: 255, 141, 92;
}

.catalogue-tone-marriage {
    --catalogue-accent-rgb: 229, 151, 164;
}

.catalogue-tone-healing {
    --catalogue-accent-rgb: 127, 216, 187;
}

.catalogue-tone-shiva {
    --catalogue-accent-rgb: 168, 164, 255;
}

/* --- Trust Building Section --- */
.trust-building-section {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.trust-building-section::before,
.trust-building-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.trust-building-section::before {
    top: 6%;
    left: -8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 208, 117, 0.16), transparent 72%);
}

.trust-building-section::after {
    right: -9%;
    bottom: 12%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(122, 20, 29, 0.22), transparent 72%);
}

.trust-building-header {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: center;
}

.trust-building-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.trust-building-header h2 {
    font-size: clamp(2.1rem, 4.3vw, 3.35rem);
}

.trust-building-header .body-text {
    max-width: 700px;
    margin: 0.95rem auto 0;
}

.trust-building-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.trust-feature-card {
    position: relative;
    min-height: 100%;
    padding: 1.65rem;
    border-radius: 28px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
        linear-gradient(145deg, rgba(255, 220, 145, 0.06), rgba(92, 20, 18, 0.08)),
        rgba(13, 9, 19, 0.68);
    border: 1px solid rgba(255, 228, 182, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 24px 50px rgba(0, 0, 0, 0.24);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.trust-feature-card::before,
.trust-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.trust-feature-card::before {
    inset: -30% auto auto -10%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 212, 124, 0.22), rgba(255, 212, 124, 0) 68%);
    filter: blur(10px);
    opacity: 0.82;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.trust-feature-card::after {
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 230, 187, 0.22), transparent 24%, transparent 76%, rgba(255, 159, 76, 0.28)),
        linear-gradient(90deg, rgba(255, 218, 139, 0.7), rgba(255, 218, 139, 0) 18%, rgba(255, 218, 139, 0) 82%, rgba(255, 218, 139, 0.7));
    background-size: 220% 220%, 220% 100%;
    background-position: 0% 50%, 0% 0%;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.trust-feature-card:hover,
.trust-feature-card:focus-within,
.trust-feature-card:focus-visible {
    transform: translateY(-12px);
    border-color: rgba(255, 228, 182, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 34px 72px rgba(0, 0, 0, 0.32),
        0 0 34px rgba(255, 196, 98, 0.14);
    outline: none;
}

.trust-feature-card:hover::before,
.trust-feature-card:focus-within::before,
.trust-feature-card:focus-visible::before {
    transform: scale(1.12);
    opacity: 1;
}

.trust-feature-card:hover::after,
.trust-feature-card:focus-within::after,
.trust-feature-card:focus-visible::after {
    opacity: 1;
    animation: trustBorderSweep 3.6s linear infinite;
}

.trust-feature-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin-bottom: 1.3rem;
    border-radius: 26px;
    background:
        linear-gradient(160deg, rgba(255, 247, 223, 0.26), rgba(255, 255, 255, 0.05)),
        linear-gradient(145deg, rgba(255, 204, 118, 0.48), rgba(104, 28, 26, 0.48));
    border: 1px solid rgba(255, 234, 197, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -10px 24px rgba(70, 16, 18, 0.28),
        0 16px 32px rgba(0, 0, 0, 0.26),
        0 0 38px rgba(255, 188, 99, 0.12);
}

.trust-feature-icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 244, 220, 0.16);
    box-shadow: inset 0 0 22px rgba(255, 228, 165, 0.08);
}

.trust-feature-icon svg {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff4de;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.28));
}

.trust-feature-card h3 {
    margin-bottom: 0.8rem;
    font-size: 1.46rem;
    color: #fff4df;
}

.trust-feature-card .body-text {
    color: rgba(243, 228, 205, 0.8);
    line-height: 1.82;
}

@keyframes trustBorderSweep {
    0% {
        background-position: 0% 50%, 0% 0%;
    }
    100% {
        background-position: 220% 50%, 220% 0%;
    }
}

/* --- Puja Discovery Section --- */
.puja-discovery-section {
    position: relative;
    padding-top: 40px;
}

.puja-discovery-shell {
    display: grid;
    grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

.puja-discovery-panel {
    position: sticky;
    top: 104px;
    border-radius: 30px;
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(18, 10, 24, 0.72);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.discovery-panel-heading h2 {
    margin-top: 0.45rem;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.discovery-panel-heading .body-text {
    margin-top: 0.9rem;
}

.discovery-kicker,
.results-label {
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
}

.puja-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-top: 1.8rem;
}

.filter-grid {
    display: grid;
    gap: 1rem;
}

.filter-field {
    position: relative;
}

.filter-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: rgba(255, 235, 206, 0.86);
    font-size: 0.95rem;
}

.filter-input-wrap,
.filter-select-wrap {
    position: relative;
}

.filter-control {
    width: 100%;
    min-height: 58px;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 215, 127, 0.18);
    background: rgba(255, 255, 255, 0.045);
    color: var(--color-text-light);
    font-family: var(--font-body);
    font-size: 1rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.filter-control::placeholder {
    color: rgba(255, 235, 206, 0.42);
}

.filter-control:hover,
.filter-control:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 215, 127, 0.44);
    box-shadow: 0 0 0 4px rgba(255, 202, 104, 0.08), 0 18px 28px rgba(0, 0, 0, 0.18);
    outline: none;
    transform: translateY(-1px);
}

.filter-input-wrap .filter-control {
    padding-left: 3rem;
}

.filter-icon {
    position: absolute;
    top: 50%;
    left: 1.05rem;
    transform: translateY(-50%);
    color: rgba(255, 214, 128, 0.8);
    font-size: 1rem;
    pointer-events: none;
}

.filter-select {
    appearance: none;
    cursor: pointer;
    padding-right: 3.25rem;
}

.filter-chevron {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(255, 214, 128, 0.84);
    border-bottom: 2px solid rgba(255, 214, 128, 0.84);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.filter-select-wrap:focus-within .filter-chevron {
    transform: translateY(-40%) rotate(225deg);
}

.filter-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.filter-actions .btn {
    min-width: 140px;
}

.puja-results-column {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.results-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(14, 9, 18, 0.62);
}

.results-meta h3 {
    margin-top: 0.45rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

#resultsSummary {
    max-width: 380px;
    text-align: right;
}

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

.puja-result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(15, 8, 19, 0.72);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.24);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.puja-result-card:hover,
.puja-result-card:focus-visible {
    border-color: rgba(255, 214, 128, 0.28);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 214, 128, 0.12);
    outline: none;
}

.puja-result-card.is-hidden {
    display: none;
}

.result-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.result-badge,
.result-duration,
.result-meta-chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 214, 128, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.result-badge {
    padding: 0.48rem 0.85rem;
    color: #ffd78e;
    font-size: 0.78rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.result-duration {
    padding: 0.46rem 0.8rem;
    color: rgba(255, 235, 206, 0.72);
    font-size: 0.84rem;
}

.puja-result-card h3 {
    font-size: 1.55rem;
    color: #fff4de;
}

.result-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: auto;
}

.result-meta-chips span {
    padding: 0.5rem 0.85rem;
    color: rgba(255, 239, 219, 0.78);
    font-size: 0.86rem;
}

.puja-empty-state {
    border-radius: 28px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(14, 9, 18, 0.64);
}

.puja-empty-state h3 {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
}

/* --- Booking Process Section --- */
.booking-process-section {
    position: relative;
    overflow: hidden;
    padding-top: 26px;
}

.booking-process-section::before,
.booking-process-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(26px);
    pointer-events: none;
}

.booking-process-section::before {
    top: 8%;
    left: -8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 199, 104, 0.18), transparent 72%);
}

.booking-process-section::after {
    right: -10%;
    bottom: 4%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(120, 18, 26, 0.24), transparent 72%);
}

.booking-process-header {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto 2.35rem;
    text-align: center;
}

.booking-process-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.booking-process-header h2 {
    font-size: clamp(2.1rem, 4.2vw, 3.3rem);
}

.booking-process-header .body-text {
    max-width: 680px;
    margin: 0.95rem auto 0;
}

.booking-process-timeline {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.1rem;
    align-items: start;
}

.booking-process-timeline::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 6%;
    right: 6%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 215, 127, 0), rgba(255, 215, 127, 0.8) 14%, rgba(255, 181, 70, 0.78) 50%, rgba(255, 215, 127, 0.8) 86%, rgba(255, 215, 127, 0));
    box-shadow: 0 0 20px rgba(255, 188, 80, 0.18);
}

.booking-timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(54px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-timeline-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.booking-step-node {
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    margin-bottom: 1.25rem;
    display: grid;
    place-items: center;
}

.booking-step-node::before,
.booking-step-node::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.booking-step-node::before {
    background: radial-gradient(circle, rgba(255, 211, 123, 0.24), rgba(255, 211, 123, 0) 68%);
    filter: blur(12px);
    opacity: 0.82;
}

.booking-step-node::after {
    inset: 10px;
    border: 1px solid rgba(255, 229, 182, 0.22);
    opacity: 0.7;
}

.booking-step-icon {
    position: relative;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(255, 247, 223, 0.28), rgba(255, 255, 255, 0.05)),
        linear-gradient(145deg, rgba(255, 203, 113, 0.48), rgba(104, 28, 26, 0.52));
    border: 1px solid rgba(255, 234, 197, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        inset 0 -10px 22px rgba(70, 16, 18, 0.32),
        0 16px 34px rgba(0, 0, 0, 0.28),
        0 0 36px rgba(255, 188, 99, 0.12);
    transform: scale(0.72) rotate(-14deg);
    opacity: 0;
    transition: opacity 0.55s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.booking-timeline-step.is-visible .booking-step-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    animation: bookingIconFloat 4.2s ease-in-out infinite 0.35s;
}

.booking-step-icon::before {
    content: attr(data-step);
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 240, 214, 0.18);
    background: rgba(13, 9, 19, 0.78);
    color: #ffe0a8;
    font-size: 0.75rem;
    letter-spacing: 0.08rem;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}

.booking-step-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff4de;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.28));
}

.booking-step-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 1.35rem 1.15rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        linear-gradient(145deg, rgba(255, 220, 145, 0.05), rgba(92, 20, 18, 0.08)),
        rgba(13, 9, 19, 0.66);
    border: 1px solid rgba(255, 226, 173, 0.12);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.booking-step-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    color: rgba(255, 214, 142, 0.88);
    font-size: 0.74rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.booking-step-content h3 {
    font-size: 1.28rem;
    color: #fff4df;
}

.booking-step-content .body-text {
    margin-top: 0.75rem;
    color: rgba(243, 228, 205, 0.8);
    line-height: 1.75;
}

@keyframes bookingIconFloat {
    0%, 100% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1.02) translateY(-6px);
    }
}

/* --- Testimonials Section --- */
.testimonials-section {
    position: relative;
    overflow: hidden;
    padding-top: 22px;
}

.testimonials-section::before,
.testimonials-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.testimonials-section::before {
    top: 8%;
    left: -8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 208, 117, 0.18), transparent 72%);
}

.testimonials-section::after {
    right: -9%;
    bottom: 8%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(124, 24, 32, 0.22), transparent 72%);
}

.testimonials-header {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto 2.1rem;
    text-align: center;
}

.testimonials-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.testimonials-header h2 {
    font-size: clamp(2.1rem, 4.2vw, 3.3rem);
}

.testimonials-header .body-text {
    max-width: 680px;
    margin: 0.95rem auto 0;
}

.testimonials-slider-shell {
    position: relative;
    z-index: 1;
    padding: 1.2rem;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        linear-gradient(145deg, rgba(255, 220, 145, 0.05), rgba(92, 20, 18, 0.08)),
        rgba(13, 9, 19, 0.64);
    border: 1px solid rgba(255, 226, 173, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 28px 60px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.testimonials-slider-window {
    overflow: hidden;
    border-radius: 28px;
    touch-action: pan-y;
}

.testimonials-slider-track {
    display: flex;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        linear-gradient(145deg, rgba(255, 223, 157, 0.06), rgba(92, 20, 18, 0.08)),
        rgba(15, 10, 21, 0.7);
    border: 1px solid rgba(255, 228, 182, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 22px 44px rgba(0, 0, 0, 0.22);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.testimonial-card.is-active {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-customer {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-customer-image {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(255, 236, 207, 0.2);
    box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.22),
        0 0 28px rgba(255, 188, 99, 0.08);
}

.testimonial-customer-meta h3 {
    font-size: 1.48rem;
    color: #fff4df;
}

.testimonial-city {
    margin-top: 0.35rem;
    color: rgba(255, 214, 142, 0.88);
    font-size: 0.92rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.testimonial-rating {
    margin: 0;
    color: #ffd476;
    font-size: 1.05rem;
    letter-spacing: 0.18rem;
    text-shadow: 0 0 18px rgba(255, 200, 94, 0.18);
}

.testimonial-review {
    max-width: 820px;
    color: rgba(243, 228, 205, 0.84);
    font-size: 1.02rem;
    line-height: 1.95;
}

.testimonials-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1.1rem;
    padding: 0.2rem 0.25rem 0;
}

.testimonials-slider-meta {
    max-width: 520px;
}

.testimonials-slider-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #f5cf8f;
    font-size: 0.76rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.testimonials-slider-meta .body-text {
    color: rgba(243, 228, 205, 0.72);
}

.testimonials-slider-dots {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 228, 182, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 228, 182, 0.16);
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.testimonial-dot:hover,
.testimonial-dot:focus-visible {
    background: rgba(255, 214, 128, 0.58);
    transform: translateY(-1px);
    outline: none;
}

.testimonial-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, rgba(255, 214, 128, 1), rgba(255, 163, 71, 0.95));
    box-shadow: 0 0 18px rgba(255, 190, 88, 0.24);
}

/* --- FAQ Section --- */
.faq-section {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
}

.faq-section::before,
.faq-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.faq-section::before {
    top: 8%;
    left: -8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 208, 117, 0.16), transparent 72%);
}

.faq-section::after {
    right: -9%;
    bottom: 4%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(124, 24, 32, 0.2), transparent 72%);
}

.faq-header {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: center;
}

.faq-kicker {
    margin-bottom: 0.55rem;
    color: #f5cf8f;
    font-size: 0.78rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.faq-header h2 {
    font-size: clamp(2.05rem, 4.2vw, 3.2rem);
}

.faq-header .body-text {
    max-width: 700px;
    margin: 0.95rem auto 0;
}

.faq-accordion {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.faq-item {
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
        linear-gradient(145deg, rgba(255, 223, 157, 0.05), rgba(92, 20, 18, 0.08)),
        rgba(15, 10, 21, 0.7);
    border: 1px solid rgba(255, 228, 182, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 22px 42px rgba(0, 0, 0, 0.22);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.faq-item.is-open {
    border-color: rgba(255, 224, 170, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 26px 54px rgba(0, 0, 0, 0.28),
        0 0 28px rgba(255, 188, 99, 0.08);
}

.faq-question-wrap {
    margin: 0;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border: 0;
    background: transparent;
    color: #fff4df;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover,
.faq-question:focus-visible {
    background: rgba(255, 255, 255, 0.03);
    outline: none;
}

.faq-question span:first-child {
    font-family: "Cinzel", serif;
    font-size: 1.18rem;
    line-height: 1.55;
}

.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffe1a9 0%, #ffb960 100%);
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
    opacity: 0;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-answer-inner {
    padding: 0 1.5rem 1.45rem;
}

.faq-answer .body-text {
    color: rgba(243, 228, 205, 0.82);
    line-height: 1.85;
}

/* --- Final CTA Section --- */
.final-cta-section {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
}

.final-cta-shell {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 4rem 2rem;
    border-radius: 36px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 214, 128, 0.18), transparent 26%),
        radial-gradient(circle at 20% 100%, rgba(128, 0, 0, 0.22), transparent 34%),
        radial-gradient(circle at 80% 100%, rgba(128, 0, 0, 0.18), transparent 34%),
        linear-gradient(135deg, #07040c 0%, #120816 38%, #1a0d22 62%, #09040d 100%);
    border: 1px solid rgba(255, 223, 157, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 34px 80px rgba(0, 0, 0, 0.34),
        0 0 70px rgba(255, 188, 80, 0.08);
}

.final-cta-shell::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 243, 219, 0.06);
    pointer-events: none;
}

.final-cta-rays,
.final-cta-ornament {
    position: absolute;
    pointer-events: none;
}

.final-cta-rays {
    inset: -10% -8% auto;
    height: 130%;
    opacity: 0.78;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 220, 137, 0.14), transparent 26%),
        conic-gradient(from 180deg at 50% 0%, rgba(255, 214, 128, 0) 0deg 10deg, rgba(255, 214, 128, 0.18) 10deg 16deg, rgba(255, 214, 128, 0) 16deg 26deg, rgba(255, 214, 128, 0.15) 26deg 32deg, rgba(255, 214, 128, 0) 32deg 44deg, rgba(255, 214, 128, 0.13) 44deg 52deg, rgba(255, 214, 128, 0) 52deg 360deg);
    filter: blur(14px);
    transform: scale(1.08);
}

.final-cta-ornament {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 228, 182, 0.1);
    opacity: 0.55;
}

.final-cta-ornament::before,
.final-cta-ornament::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 228, 182, 0.12);
}

.final-cta-ornament::after {
    inset: 42px;
    border-style: solid;
    opacity: 0.65;
}

.final-cta-ornament-left {
    left: -36px;
    bottom: -38px;
}

.final-cta-ornament-right {
    right: -36px;
    top: -42px;
}

.final-cta-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.final-cta-kicker {
    margin-bottom: 0.75rem;
    color: #f5cf8f;
    font-size: 0.8rem;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.final-cta-content h2 {
    font-size: clamp(2.6rem, 5vw, 4.9rem);
    line-height: 1.04;
    color: #fbf4e8;
    text-shadow: 0 12px 48px rgba(255, 198, 87, 0.14);
}

.final-cta-content .body-text {
    max-width: 680px;
    margin: 1.15rem auto 0;
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(243, 228, 205, 0.82);
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.final-cta-actions .btn {
    position: relative;
    min-width: 190px;
    padding: 15px 32px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.final-cta-actions .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0) 82%);
    transform: translateX(-130%);
    transition: transform 0.55s ease;
}

.final-cta-actions .btn:hover,
.final-cta-actions .btn:focus-visible {
    transform: translateY(-4px) scale(1.02);
    outline: none;
}

.final-cta-actions .btn:hover::before,
.final-cta-actions .btn:focus-visible::before {
    transform: translateX(130%);
}

.final-cta-primary {
    box-shadow:
        0 0 20px rgba(255, 188, 80, 0.28),
        0 18px 32px rgba(0, 0, 0, 0.22);
}

.final-cta-primary:hover,
.final-cta-primary:focus-visible {
    box-shadow:
        0 0 34px rgba(255, 188, 80, 0.38),
        0 24px 42px rgba(0, 0, 0, 0.28);
}

.final-cta-secondary {
    border-color: rgba(255, 214, 128, 0.62);
    color: #ffe0aa;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.final-cta-secondary:hover,
.final-cta-secondary:focus-visible {
    background: rgba(255, 214, 128, 0.14);
    color: #fff1d4;
    box-shadow:
        0 0 26px rgba(255, 188, 80, 0.16),
        0 22px 38px rgba(0, 0, 0, 0.24);
}

/* --- Booking Main Layout Grid --- */
.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .puja-booking-hero {
        padding-top: 110px;
    }

    .puja-hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .puja-hero-copy {
        max-width: 100%;
        text-align: center;
    }

    .hero-cta-group,
    .hero-pill-row {
        justify-content: center;
    }

    .puja-hero-visual {
        min-height: 540px;
    }

    .mandala-shell {
        width: 180px;
        height: 180px;
        top: 2%;
        right: 10%;
    }

    .diya-right {
        top: 18%;
        right: 4%;
    }

    .puja-discovery-shell {
        grid-template-columns: 1fr;
    }

    .primary-puja-catalogue-grid,
    .trust-building-grid,
    .featured-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-process-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 1.5rem;
    }

    .booking-process-timeline::before {
        top: 46px;
        left: 12%;
        right: 12%;
    }

    .testimonials-slider-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonials-slider-dots {
        justify-content: flex-start;
    }

    .puja-discovery-panel {
        position: static;
    }

    .results-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    #resultsSummary {
        max-width: none;
        text-align: left;
    }

    .puja-results-grid {
        grid-template-columns: 1fr;
    }

    .booking-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .puja-booking-hero {
        padding: 104px 0 40px;
    }

    .hero-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.14rem;
    }

    .hero-title {
        font-size: clamp(2.5rem, 13vw, 4rem);
    }

    .hero-subheadline,
    .hero-description {
        max-width: 100%;
    }

    .hero-cta-group .btn {
        width: 100%;
    }

    .hero-pill-row {
        gap: 0.7rem;
    }

    .hero-pill {
        width: 100%;
        text-align: center;
    }

    .puja-hero-visual {
        min-height: 420px;
    }

    .puja-discovery-section {
        padding-top: 16px;
    }

    .primary-puja-catalogue-section {
        padding-top: 10px;
    }

    .trust-building-section {
        padding-top: 10px;
    }

    .booking-process-section {
        padding-top: 10px;
    }

    .testimonials-section {
        padding-top: 10px;
    }

    .faq-section {
        padding-top: 10px;
    }

    .final-cta-section {
        padding-top: 10px;
    }

    .featured-categories-section {
        padding-top: 14px;
    }

    .primary-puja-catalogue-grid,
    .trust-building-grid,
    .featured-categories-grid {
        grid-template-columns: 1fr;
    }

    .catalogue-puja-card {
        border-radius: 24px;
    }

    .catalogue-card-content {
        padding: 1.25rem;
    }

    .catalogue-card-content h3 {
        font-size: 1.45rem;
    }

    .catalogue-detail-grid {
        grid-template-columns: 1fr;
    }

    .booking-process-timeline {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .booking-process-timeline::before {
        top: 0;
        bottom: 0;
        left: 40px;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(255, 215, 127, 0), rgba(255, 215, 127, 0.82) 14%, rgba(255, 181, 70, 0.8) 50%, rgba(255, 215, 127, 0.82) 86%, rgba(255, 215, 127, 0));
    }

    .booking-timeline-step {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 1rem;
        align-items: start;
        text-align: left;
    }

    .booking-step-node {
        width: 82px;
        height: 82px;
        margin-bottom: 0;
    }

    .booking-step-icon {
        width: 72px;
        height: 72px;
        border-radius: 24px;
    }

    .booking-step-icon svg {
        width: 34px;
        height: 34px;
    }

    .booking-step-content {
        border-radius: 22px;
        padding: 1.2rem 1rem;
    }

    .booking-step-content h3 {
        font-size: 1.18rem;
    }

    .testimonials-slider-shell {
        padding: 0.9rem;
        border-radius: 24px;
    }

    .testimonials-slider-window,
    .testimonial-card {
        border-radius: 22px;
    }

    .testimonial-card {
        padding: 1.25rem;
        gap: 1rem;
    }

    .testimonial-customer {
        align-items: flex-start;
    }

    .testimonial-customer-image {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
        border-radius: 20px;
    }

    .testimonial-customer-meta h3 {
        font-size: 1.22rem;
    }

    .testimonial-city {
        font-size: 0.82rem;
    }

    .testimonial-review {
        font-size: 0.96rem;
        line-height: 1.8;
    }

    .faq-item {
        border-radius: 22px;
    }

    .faq-question {
        padding: 1.1rem 1.1rem;
    }

    .faq-question span:first-child {
        font-size: 1.02rem;
    }

    .faq-answer-inner {
        padding: 0 1.1rem 1.1rem;
    }

    .final-cta-shell {
        padding: 2.6rem 1.2rem;
        border-radius: 26px;
    }

    .final-cta-ornament {
        width: 116px;
        height: 116px;
    }

    .final-cta-ornament::before {
        inset: 12px;
    }

    .final-cta-ornament::after {
        inset: 28px;
    }

    .final-cta-content h2 {
        font-size: clamp(2.2rem, 11vw, 3.5rem);
    }

    .final-cta-content .body-text {
        font-size: 1rem;
    }

    .final-cta-actions {
        gap: 0.85rem;
    }

    .final-cta-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .trust-feature-card {
        border-radius: 24px;
        padding: 1.35rem;
    }

    .trust-feature-icon {
        width: 74px;
        height: 74px;
        margin-bottom: 1.1rem;
        border-radius: 22px;
    }

    .trust-feature-icon svg {
        width: 34px;
        height: 34px;
    }

    .trust-feature-card h3 {
        font-size: 1.32rem;
    }

    .featured-category-card {
        min-height: auto;
        border-radius: 24px;
        padding: 1.35rem;
    }

    .featured-category-orbit {
        width: 74px;
        height: 74px;
    }

    .featured-category-icon {
        width: 74px;
        height: 74px;
        margin-bottom: 1.2rem;
    }

    .puja-discovery-panel,
    .results-meta,
    .puja-result-card,
    .puja-empty-state {
        border-radius: 24px;
    }

    .puja-discovery-panel {
        padding: 1.35rem;
    }

    .filter-actions .btn {
        width: 100%;
    }

    .temple-stage {
        padding: 1.5rem;
        border-radius: 28px;
    }

    .mandala-shell {
        width: 132px;
        height: 132px;
        top: 0;
        right: 4%;
    }

    .diya {
        width: 68px;
        height: 68px;
    }

    .diya::before {
        width: 42px;
        height: 16px;
    }

    .diya-flame {
        width: 14px;
        height: 24px;
        bottom: 26px;
    }
}

/* --- Info Container (Left Side) --- */
.booking-info-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    height: auto;
}

.booking-info-container .subtitle {
    margin-bottom: 2rem;
    color: var(--color-text-light);
}

.booking-features-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    font-size: 2rem;
    background: linear-gradient(to right, var(--color-primary-start), var(--color-primary-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 0.1rem;
}

.feature-item h4 {
    margin-bottom: 0.5rem;
    color: var(--color-primary-end);
    font-size: 1.2rem;
}

.support-box {
    margin-top: auto;
    padding: 1.5rem;
    background: rgba(255, 215, 0, 0.05);
    border-left: 4px solid var(--color-primary-start);
    text-align: center;
}

.support-box .highlight-text {
    font-size: 1.3rem;
    color: var(--color-primary-start);
    font-weight: bold;
    margin-top: 0.5rem;
}

/* --- Form Container (Right Side) --- */
.booking-form-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    position: relative;
    overflow: hidden;
}

.booking-form-container h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
}

.glass-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: opacity 0.5s ease;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* --- Floating Labels & Form Controls --- */
.floating-label-group {
    position: relative;
    margin-bottom: 0.5rem; /* Space for error msg */
}

.form-control {
    width: 100%;
    padding: 1rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    color: var(--color-text-light);
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.form-control:focus, 
.form-control:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--color-primary-end);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* Fix for date input icon color on some browsers */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.floating-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
    padding: 0 0.3rem;
}

textarea.form-control ~ .floating-label {
    top: 1.2rem;
    transform: translateY(0);
}

/* Floating Label - Active State */
.form-control:focus ~ .floating-label,
.form-control:not(:placeholder-shown) ~ .floating-label,
select.form-control:focus ~ .floating-label,
select.form-control:valid ~ .floating-label,
select.form-control.has-value ~ .floating-label,
input[type="date"]:focus ~ .floating-label,
input[type="date"]:not(:placeholder-shown) ~ .floating-label {
    top: -0.6rem;
    left: 0.8rem;
    font-size: 0.8rem;
    color: var(--color-primary-end);
    background-color: var(--color-bg-dark);
    border-radius: 3px;
    transform: translateY(0);
    z-index: 5;
}

/* Custom Select Dropdown arrow */
.select-group {
    position: relative;
}
.select-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary-end);
    pointer-events: none;
    font-size: 0.8rem;
}

/* Option tags styling (Works partially depending on OS/Browser) */
select option {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    padding: 10px;
}

/* --- Validation Styles --- */
.form-control.invalid {
    border-color: #ff4d4d;
    box-shadow: 0 0 8px rgba(255, 77, 77, 0.3);
}

.error-message {
    color: #ff4d4d;
    font-size: 0.8rem;
    position: absolute;
    bottom: -1.2rem;
    left: 0.5rem;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.error-message.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Submit Button & Spinner --- */
.submit-btn {
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

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

.submit-btn.loading .btn-text {
    display: none;
}

.submit-btn.loading .spinner {
    display: block;
}

/* --- Success Animation Container --- */
.success-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 5, 20, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.success-container.hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
}

.success-container h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.success-container p {
    margin-bottom: 2rem;
}

/* Animated Checkmark */
.success-icon-wrapper {
    width: 80px;
    height: 80px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--color-primary-start);
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--color-primary-start);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% { stroke-dashoffset: 0; }
}
@keyframes scale {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.1, 1.1, 1); }
}
@keyframes fill {
    100% { box-shadow: inset 0px 0px 0px 50px var(--color-primary-start); }
}

/* Reset button inside success */
.reset-btn {
    margin-top: 1rem;
}
