        /* Modern Premium Template Styles */
        .premium-hero {
            padding: 80px 0 60px;
            background: linear-gradient(135deg, rgba(253, 251, 247, 1) 0%, rgba(245, 238, 220, 1) 100%);
            border-bottom: 2px solid rgba(200, 150, 12, 0.2);
            position: relative;
            overflow: hidden;
        }

        .premium-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(200, 150, 12, 0.03) 0%, transparent 60%);
            animation: rotateBg 60s linear infinite;
        }

        @keyframes rotateBg {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .hero-content-wrapper {
            display: flex;
            align-items: center;
            gap: 40px;
            position: relative;
            z-index: 2;
        }

        .hero-text-content {
            flex: 1;
        }

        .hero-image-content {
            flex: 1;
            text-align: right;
        }

        .hero-image-content img {
            width: 90%;
            max-width: 500px;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border: 4px solid #fff;
        }

        .trust-badges {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .trust-badge-item {
            background: rgba(200, 150, 12, 0.1);
            color: #5a1e1e;
            padding: 6px 14px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(200, 150, 12, 0.3);
        }

        .course-title {
            font-size: 3rem;
            line-height: 1.2;
            color: #4a1a1a;
            margin-bottom: 15px;
            font-weight: 800;
        }

        .course-subtitle {
            font-size: 1.25rem;
            color: #555;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        /* Value Stack Grid */
        .value-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 30px;
        }

        .value-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .value-icon {
            width: 35px;
            height: 35px;
            background: #c8960c;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 0.9rem;
        }

        .value-text h4 {
            margin: 0 0 4px 0;
            font-size: 1.05rem;
            color: #4a1a1a;
        }

        .value-text p {
            margin: 0;
            font-size: 0.85rem;
            color: #666;
            line-height: 1.4;
        }

        /* Landscape Pricing Card Override */
        .landscape-pricing-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(135deg, #ffffff, #fdfbf7);
            border: 1px solid rgba(200, 150, 12, 0.3);
            border-left: 6px solid #c8960c;
            border-radius: 12px;
            padding: 25px 40px;
            margin-top: 40px;
            margin-bottom: 20px;
            flex-wrap: nowrap;
            gap: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 5;
        }

        .pricing-block {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: center;
            padding: 0 30px;
            border-right: 1px solid #e0d5c8;
        }

        .save-badge {
            display: inline-block;
            background: #e8f5e9;
            color: #2e7d32;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 800;
            margin-bottom: 8px;
            border: 1px solid #c8e6c9;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        /* Syllabus Accordion */
        .syllabus-section {
            padding: 80px 0;
            background: #fff;
        }

        .module-item {
            border: 1px solid #eee;
            border-radius: 10px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .module-item:hover {
            border-color: #c8960c;
            box-shadow: 0 5px 15px rgba(200, 150, 12, 0.1);
        }

        .module-header {
            padding: 20px 25px;
            background: #faf8f5;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .module-title-wrap {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .module-day {
            background: #5a1e1e;
            color: #fff;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .module-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #4a1a1a;
            margin: 0;
        }

        .module-content {
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            background: #fff;
        }

        .module-item.active .module-content {
            padding: 20px 25px;
            max-height: 1500px;
            border-top: 1px solid #eee;
        }

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

        .module-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #555;
            font-size: 0.95rem;
        }

        .module-list li::before {
            content: '\\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: #c8960c;
            font-size: 0.85rem;
        }

        /* Instructor Profile */
        .instructor-card {
            display: flex;
            align-items: center;
            gap: 30px;
            background: #fdfbf7;
            padding: 40px;
            border-radius: 15px;
            border: 1px solid rgba(200, 150, 12, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .instructor-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Mini Testimonials */
        .mini-testimonial {
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border-top: 4px solid #c8960c;
            height: 100%;
        }

        @media (max-width: 992px) {
            .hero-content-wrapper {
                flex-direction: column;
            }

            .hero-image-content {
                text-align: center;
            }

            .landscape-pricing-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 25px;
            }

            .pricing-block {
                border-right: none;
                border-top: 1px solid #e0d5c8;
                border-bottom: 1px solid #e0d5c8;
                padding: 15px 0;
                width: 100%;
                align-items: flex-start;
            }

            .instructor-card {
                flex-direction: column;
                text-align: center;
            }

            .value-grid {
                grid-template-columns: 1fr;
            }

            .course-title {
                font-size: 2.2rem;
            }
        }


        /* FAQ Specific & Accordion Enhancements */
        .module-header i {
            transition: transform 0.3s ease;
        }

        .module-item.active .module-header i {
            transform: rotate(180deg);
        }

        .faq-item {
            border-color: transparent !important;
            border-bottom: 1px solid #ddd !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            background: transparent !important;
            margin-bottom: 0 !important;
        }

        .faq-item .module-header {
            background: transparent !important;
            padding: 20px 0 !important;
        }

        .faq-item .module-content {
            padding: 0 !important;
            background: transparent !important;
            border-top: none !important;
        }

        .faq-item.active .module-content {
            padding: 0 0 20px 0 !important;
        }

        /* ================================
           Palmistry landing (scoped)
           Source: palmistry-website/index.html
           Scoped under .cc-palmistry-landing to avoid
           affecting navbar/footer or other components.
           ================================ */

        .cc-palmistry-landing {
            --bg: hsl(40, 33%, 97%);
            --fg: hsl(20, 20%, 15%);
            --card: hsl(40, 30%, 99%);
            --border: hsl(30, 20%, 88%);
            --muted: hsl(20, 10%, 45%);
            --primary: hsl(0, 60%, 25%);
            --primary-fg: hsl(40, 33%, 97%);
            --gold: hsl(40, 80%, 55%);
            --gold-dark: hsl(38, 70%, 40%);
            --gold-light: hsl(42, 90%, 70%);
            --cream-dark: hsl(38, 25%, 90%);
            --destructive: hsl(0, 84%, 60%);
            --gradient-hero: linear-gradient(135deg, hsl(0, 60%, 22%), hsl(0, 50%, 15%), hsl(20, 40%, 12%));
            --gradient-gold: linear-gradient(135deg, hsl(38, 70%, 40%), hsl(42, 90%, 55%), hsl(38, 70%, 40%));
            --gradient-cta: linear-gradient(135deg, hsl(0, 64%, 30%), hsl(0, 72%, 22%), hsl(0, 62%, 28%));
            --gradient-cta-hover: linear-gradient(135deg, hsl(0, 70%, 34%), hsl(0, 78%, 24%), hsl(0, 68%, 30%));
            --shadow-soft: 0 4px 20px -4px rgba(128, 32, 32, 0.1);
            --shadow-card: 0 8px 30px -8px rgba(0, 0, 0, 0.08);
            --shadow-elevated: 0 20px 60px -15px rgba(128, 32, 32, 0.15);
            --shadow-gold: 0 8px 30px -8px rgba(204, 163, 56, 0.3);
            --radius: 0.75rem;

            font-family: 'Inter', sans-serif;
            background: var(--bg);
            color: var(--fg);
            line-height: 1.6;
        }

        .cc-palmistry-landing h1,
        .cc-palmistry-landing h2,
        .cc-palmistry-landing h3,
        .cc-palmistry-landing h4 {
            font-family: 'Playfair Display', serif;
        }

        .cc-palmistry-landing img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .cc-palmistry-landing button {
            cursor: pointer;
            border: none;
            font-family: inherit;
        }

        .cc-palmistry-landing .ccp-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .cc-palmistry-landing .text-gold {
            background: linear-gradient(135deg, var(--gold-dark), hsl(42, 90%, 60%));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Animations */
        @keyframes ccp-float {

            0%,
            100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(-20px)
            }
        }

        @keyframes ccp-pulseGlow {

            0%,
            100% {
                box-shadow: 0 0 20px rgba(204, 163, 56, 0.3)
            }

            50% {
                box-shadow: 0 0 40px rgba(204, 163, 56, 0.6)
            }
        }

        @keyframes ccp-slideUp {
            from {
                opacity: 0;
                transform: translateY(40px)
            }

            to {
                opacity: 1;
                transform: translateY(0)
            }
        }

        @keyframes ccp-fadeIn {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

        .cc-palmistry-landing .animate-float {
            animation: ccp-float 6s ease-in-out infinite;
        }

        .cc-palmistry-landing .animate-float-delayed {
            animation: ccp-float 6s ease-in-out 2s infinite;
        }

        .cc-palmistry-landing .animate-slide-up {
            animation: ccp-slideUp 0.8s ease-out forwards;
        }

        .cc-palmistry-landing .animate-fade-in {
            animation: ccp-fadeIn 1s ease-out forwards;
        }

        /* HERO */
        .cc-palmistry-landing .hero {
            position: relative;
            min-height: 100vh;
            overflow: hidden;
            background: var(--gradient-hero);
        }

        .cc-palmistry-landing .hero .particles {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .cc-palmistry-landing .hero .particle {
            position: absolute;
            border-radius: 50%;
            background: rgba(204, 163, 56, 0.1);
        }

        .cc-palmistry-landing .hero-content {
            position: relative;
            z-index: 10;
            padding-top: 3rem;
            padding-bottom: 5rem;
        }

        .cc-palmistry-landing .badges {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-bottom: 2rem;
        }

        .cc-palmistry-landing .badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: 9999px;
            border: 1px solid rgba(204, 163, 56, 0.3);
            background: rgba(204, 163, 56, 0.1);
            padding: 0.375rem 1rem;
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--gold-light);
            backdrop-filter: blur(4px);
        }

        .cc-palmistry-landing .hero-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }

        @media(min-width:1024px) {
            .cc-palmistry-landing .hero-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .cc-palmistry-landing .hero h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
            color: var(--primary-fg);
            line-height: 1.15;
        }

        .cc-palmistry-landing .hero p.desc {
            margin-top: 1.5rem;
            max-width: 32rem;
            font-size: 1.125rem;
            color: rgba(250, 245, 235, 0.8);
        }

        .cc-palmistry-landing .hero p.hindi {
            margin-top: 1rem;
            max-width: 32rem;
            color: rgba(237, 207, 130, 0.9);
        }

        .cc-palmistry-landing .feature-pills {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: 2rem;
        }

        .cc-palmistry-landing .pill {
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: var(--radius);
            border: 1px solid rgba(250, 245, 235, 0.15);
            background: rgba(250, 245, 235, 0.05);
            padding: 1rem 1.25rem;
            backdrop-filter: blur(4px);
        }

        .cc-palmistry-landing .pill-icon {
            font-size: 1.75rem;
            line-height: 1;
            display: flex;
            align-items: center;
        }

        .cc-palmistry-landing .pill-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--gold-light);
            margin: 0 0 0.3rem 0;
            line-height: 1.2;
        }

        .cc-palmistry-landing .pill-desc {
            font-size: 0.85rem;
            color: rgba(250, 245, 235, 0.7);
            margin: 0;
            line-height: 1.4;
        }

        .cc-palmistry-landing .btn-gold {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: var(--radius);
            background: var(--gradient-gold);
            padding: 1rem 2rem;
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--fg);
            box-shadow: var(--shadow-gold);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .cc-palmistry-landing .btn-gold:hover {
            transform: scale(1.05);
            box-shadow: var(--shadow-elevated);
        }

        .cc-palmistry-landing .btn-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: var(--radius);
            background: var(--gradient-cta);
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            color: var(--primary-fg);
            box-shadow: var(--shadow-soft);
            transition: transform 0.3s, box-shadow 0.3s;
            white-space: nowrap;
        }

        .cc-palmistry-landing .btn-cta:hover {
            transform: scale(1.05);
            box-shadow: var(--shadow-elevated);
            background: var(--gradient-cta-hover);
        }

        /* FINAL CTA STRIP (Still Thinking?) */
        .cc-palmistry-landing .final-cta {
            background: linear-gradient(180deg, hsl(38, 28%, 92%) 0%, hsl(40, 33%, 95%) 100%);
            padding: 3.25rem 0;
            border-top: 1px solid rgba(204, 163, 56, 0.15);
            border-bottom: 1px solid rgba(204, 163, 56, 0.15);
        }

        .cc-palmistry-landing .final-cta-inner {
            text-align: center;
            max-width: 52rem;
            margin: 0 auto;
        }

        .cc-palmistry-landing .final-cta-inner h2 {
            font-size: clamp(1.35rem, 2.6vw, 2rem);
            font-weight: 700;
            color: var(--primary);
        }

        .cc-palmistry-landing .final-cta-inner p {
            margin-top: 0.5rem;
            color: var(--muted);
            font-size: 0.95rem;
        }

        .cc-palmistry-landing .final-cta-actions {
            margin-top: 1.25rem;
            display: flex;
            justify-content: center;
        }

        .cc-palmistry-landing .hero-img-wrap {
            display: flex;
            justify-content: center;
            perspective: 1000px;
        }

        .cc-palmistry-landing .hero-img-inner {
            position: relative;
            transform-style: preserve-3d;
            transition: transform 0.7s;
        }

        .cc-palmistry-landing .hero-img-inner:hover {
            transform: rotateY(5deg);
        }

        .cc-palmistry-landing .hero-img-glow {
            position: absolute;
            inset: -1rem;
            border-radius: 1.5rem;
            background: rgba(204, 163, 56, 0.2);
            filter: blur(2rem);
            animation: ccp-pulseGlow 3s ease-in-out infinite;
        }

        .cc-palmistry-landing .hero-img {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 28rem;
            border-radius: 1rem;
            box-shadow: var(--shadow-elevated);
        }

        .cc-palmistry-landing .float-card {
            position: absolute;
            z-index: 20;
            border-radius: var(--radius);
            border: 1px solid rgba(204, 163, 56, 0.3);
            background: rgba(255, 255, 255, 0.9);
            padding: 1rem;
            box-shadow: var(--shadow-card);
            backdrop-filter: blur(8px);
        }

        .cc-palmistry-landing .float-card.bottom-left {
            bottom: -1rem;
            left: -1rem;
        }

        .cc-palmistry-landing .float-card.top-right {
            top: -1rem;
            right: -1rem;
        }

        .cc-palmistry-landing .float-label {
            font-size: 0.75rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .float-value {
            font-size: 1.5rem;
            font-weight: 700;
        }

        .cc-palmistry-landing .stars {
            display: flex;
            gap: 0.25rem;
            color: var(--gold);
        }

        .cc-palmistry-landing .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        /* PRICING BANNER */
        .cc-palmistry-landing .pricing-banner {
            background: linear-gradient(180deg, hsl(38, 28%, 92%) 0%, hsl(40, 33%, 95%) 100%);
            padding: 1.2rem 0 1.55rem;
            position: relative;
        }

        .cc-palmistry-landing .banner-card {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: space-between;
            gap: 0.95rem;
            border-radius: 0.92rem;
            border: 1px solid rgba(204, 163, 56, 0.18);
            background: var(--card);
            padding: 1.05rem 1.3rem;
            box-shadow: 0 10px 26px -10px rgba(60, 20, 20, 0.16);
            overflow: hidden;
            position: relative;
            max-width: 1080px;
            margin: 0 auto;
        }

        .cc-palmistry-landing .banner-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(800px 200px at 15% 0%, rgba(204, 163, 56, 0.14), transparent 55%), radial-gradient(700px 220px at 90% 30%, rgba(128, 32, 32, 0.10), transparent 60%);
            pointer-events: none;
        }

        .cc-palmistry-landing .banner-left {
            display: flex;
            align-items: flex-start;
            gap: 0.72rem;
            min-width: 0;
            width: 100%;
            flex: 1 1 auto;
            position: relative;
            z-index: 1;
        }

        .cc-palmistry-landing .banner-left h3 {
            margin: 0.2rem 0 0.25rem;
            line-height: 1.2;
        }

        .cc-palmistry-landing .banner-left p {
            margin: 0;
            line-height: 1.35;
        }

        .cc-palmistry-landing .banner-icon {
            width: 1.95rem;
            height: 1.95rem;
            border-radius: 50%;
            background: rgba(204, 163, 56, 0.22);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.88rem;
            flex-shrink: 0;
        }

        .cc-palmistry-landing .banner-title {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .cc-palmistry-landing .banner-sub {
            font-size: 1rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .banner-right {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            min-width: 0;
            position: relative;
            z-index: 1;
        }

        .cc-palmistry-landing .countdown {
            display: flex;
            align-items: center;
            gap: 0.36rem;
            font-size: 0.84rem;
            flex-wrap: wrap;
            white-space: normal;
            width: 100%;
        }

        .cc-palmistry-landing .countdown-label {
            color: var(--destructive);
            font-weight: 500;
            width: 100%;
        }

        .cc-palmistry-landing .countdown-box {
            background: var(--primary);
            color: var(--primary-fg);
            padding: 0.2rem 0.44rem;
            border-radius: 0.34rem;
            font-weight: 700;
            font-size: 0.8rem;
            min-width: 2.8rem;
            text-align: center;
        }

        .cc-palmistry-landing .price-box {
            text-align: left;
            min-width: 0;
            flex: 1 1 auto;
        }

        .cc-palmistry-landing .price-old {
            font-size: 0.76rem;
            color: var(--muted);
            text-decoration: line-through;
            margin: 0;
        }

        .cc-palmistry-landing .price-new {
            font-size: 1.95rem;
            font-weight: 700;
            color: var(--gold-dark);
            font-family: 'Playfair Display', serif;
            margin: 0.04rem 0 0;
            line-height: 1;
        }

        .cc-palmistry-landing .banner-right .btn-cta {
            padding: 0.68rem 1.15rem;
            border-radius: 0.65rem;
            line-height: 1;
            font-size: 0.95rem;
            min-width: 7.1rem;
            justify-content: center;
            flex: 0 0 auto;
        }

        @media (max-width: 767.98px) {
            .cc-palmistry-landing .banner-card {
                padding: 0.95rem 1rem;
            }

            .cc-palmistry-landing .banner-title {
                font-size: 1.05rem;
            }

            .cc-palmistry-landing .banner-sub {
                font-size: 0.9rem;
            }

            .cc-palmistry-landing .banner-right {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr auto;
                grid-template-areas: "countdown countdown" "price cta";
                column-gap: 0.65rem;
                row-gap: 0.55rem;
                align-items: center;
            }

            .cc-palmistry-landing .countdown {
                grid-area: countdown;
                width: 100%;
                flex-wrap: wrap;
                white-space: normal;
            }

            .cc-palmistry-landing .countdown-label {
                width: 100%;
                margin-right: 0;
            }

            .cc-palmistry-landing .price-box {
                grid-area: price;
                text-align: left;
                min-width: 0;
            }

            .cc-palmistry-landing .banner-right .btn-cta {
                grid-area: cta;
                justify-self: end;
                min-width: 7.1rem;
            }
        }

        @media (min-width: 768px) and (max-width: 1199.98px) {
            .cc-palmistry-landing .banner-card {
                flex-direction: column;
                align-items: stretch;
            }

            .cc-palmistry-landing .banner-left {
                width: 100%;
                align-items: center;
            }

            .cc-palmistry-landing .banner-right {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr auto;
                grid-template-areas: "countdown countdown" "price cta";
                column-gap: 0.85rem;
                row-gap: 0.6rem;
                align-items: center;
            }

            .cc-palmistry-landing .countdown {
                grid-area: countdown;
                width: 100%;
                flex-wrap: nowrap;
                white-space: nowrap;
            }

            .cc-palmistry-landing .countdown-label {
                width: auto;
                margin-right: 0.25rem;
            }

            .cc-palmistry-landing .price-box {
                grid-area: price;
                text-align: left;
                min-width: 0;
            }

            .cc-palmistry-landing .banner-right .btn-cta {
                grid-area: cta;
                min-width: 8rem;
                justify-self: end;
            }
        }

        @media (min-width: 1200px) {
            .cc-palmistry-landing .banner-card {
                flex-direction: row;
                align-items: center;
            }

            .cc-palmistry-landing .banner-left {
                width: auto;
                align-items: center;
            }

            .cc-palmistry-landing .banner-right {
                width: auto;
                display: grid;
                grid-template-columns: 1fr auto;
                grid-template-areas: "countdown countdown" "price cta";
                column-gap: 0.85rem;
                row-gap: 0.6rem;
                align-items: center;
                justify-content: end;
            }

            .cc-palmistry-landing .countdown {
                grid-area: countdown;
                width: 100%;
                flex-wrap: nowrap;
                white-space: nowrap;
            }

            .cc-palmistry-landing .countdown-label {
                width: auto;
                margin-right: 0.25rem;
            }

            .cc-palmistry-landing .price-box {
                grid-area: price;
                text-align: right;
                min-width: 7.5rem;
            }

            .cc-palmistry-landing .banner-right .btn-cta {
                grid-area: cta;
                min-width: 8.2rem;
                padding: 0.68rem 1.35rem;
                font-size: 0.98rem;
                justify-self: end;
            }
        }





        /* STATS */
        .cc-palmistry-landing .stats {
            background: var(--bg);
            padding: 3rem 0;
        }

        .cc-palmistry-landing .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem;
        }

        .cc-palmistry-landing .stat {
            text-align: center;
        }

        .cc-palmistry-landing .stat-value {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
            font-family: 'Playfair Display', serif;
        }

        .cc-palmistry-landing .stat-label {
            margin-top: 0.25rem;
            font-size: 0.875rem;
            color: var(--muted);
        }

        /* CURRICULUM */
        .cc-palmistry-landing .curriculum {
            background: var(--bg);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto;
        }

        .cc-palmistry-landing .section-header h2 {
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            font-weight: 700;
        }

        .cc-palmistry-landing .section-header p {
            margin-top: 1rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .modules {
            max-width: 48rem;
            margin: 3rem auto 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .cc-palmistry-landing .module {
            border-radius: var(--radius);
            border: 1px solid var(--border);
            overflow: hidden;
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .cc-palmistry-landing .module.open {
            border-color: rgba(204, 163, 56, 0.4);
            box-shadow: var(--shadow-card);
        }

        .cc-palmistry-landing .module-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.25rem;
            cursor: pointer;
            background: none;
            width: 100%;
            text-align: left;
            font-size: 1rem;
        }

        .cc-palmistry-landing .module-num {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2rem;
            border-radius: 0.375rem;
            background: var(--primary);
            color: var(--primary-fg);
            font-size: 0.75rem;
            font-weight: 700;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }

        .cc-palmistry-landing .module-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.125rem;
            font-weight: 600;
        }

        .cc-palmistry-landing .module-chevron {
            width: 1.25rem;
            height: 1.25rem;
            transition: transform 0.3s;
            color: var(--gold-dark);
            flex-shrink: 0;
        }

        .cc-palmistry-landing .module.open .module-chevron {
            transform: rotate(180deg);
        }

        .cc-palmistry-landing .module-body {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.3s, opacity 0.3s;
        }

        .cc-palmistry-landing .module.open .module-body {
            max-height: 1200px;
            opacity: 1;
        }

        .cc-palmistry-landing .module-body-inner {
            border-top: 1px solid var(--border);
            padding: 1rem 1.25rem 1.25rem;
        }

        .cc-palmistry-landing .topic {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .topic-check {
            color: var(--gold-dark);
            flex-shrink: 0;
            margin-top: 0.125rem;
        }

        /* WHAT YOU GET */
        .cc-palmistry-landing .what-you-get {
            background: var(--cream-dark);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .wyg-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }

        @media(min-width:1024px) {
            .cc-palmistry-landing .wyg-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .cc-palmistry-landing .wyg-img-wrap {
            display: flex;
            justify-content: center;
            position: relative;
        }

        .cc-palmistry-landing .wyg-img-glow {
            position: absolute;
            inset: -1.5rem;
            border-radius: 1.5rem;
            background: rgba(204, 163, 56, 0.1);
            filter: blur(3rem);
        }

        .cc-palmistry-landing .wyg-img {
            position: relative;
            z-index: 10;
            max-width: 24rem;
            border-radius: 1rem;
            box-shadow: var(--shadow-elevated);
        }

        .cc-palmistry-landing .wyg-items {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: 2rem;
        }

        .cc-palmistry-landing .wyg-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            background: var(--card);
            padding: 1rem;
            box-shadow: var(--shadow-soft);
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .cc-palmistry-landing .wyg-item:hover {
            border-color: rgba(204, 163, 56, 0.3);
            box-shadow: var(--shadow-card);
        }

        .cc-palmistry-landing .wyg-icon {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 0.5rem;
            background: rgba(204, 163, 56, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 1.25rem;
        }

        .cc-palmistry-landing .wyg-text {
            flex: 1;
        }

        .cc-palmistry-landing .wyg-text strong {
            font-size: 0.875rem;
            display: block;
        }

        .cc-palmistry-landing .wyg-text small {
            font-size: 0.75rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .wyg-value {
            font-weight: 700;
            color: var(--muted);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }

        .cc-palmistry-landing .wyg-old {
            text-decoration: line-through;
            color: var(--muted);
        }

        .cc-palmistry-landing .wyg-inc {
            color: #1f9d47;
            font-weight: 700;
        }

        /* EXPERT */
        .cc-palmistry-landing .expert {
            background: var(--cream-dark);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .expert-card {
            max-width: 56rem;
            margin: 0 auto;
            border-radius: 1rem;
            border: 1px solid var(--border);
            background: var(--card);
            box-shadow: var(--shadow-card);
            overflow: hidden;
        }

        .cc-palmistry-landing .expert-inner {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            padding: 2rem;
        }

        @media(min-width:768px) {
            .cc-palmistry-landing .expert-inner {
                grid-template-columns: 1fr 2fr;
                padding: 3rem;
            }
        }

        .cc-palmistry-landing .expert-img-wrap {
            display: flex;
            justify-content: center;
        }

        .cc-palmistry-landing .expert-img {
            width: 12rem;
            height: 12rem;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid rgba(204, 163, 56, 0.3);
            box-shadow: var(--shadow-elevated);
        }

        .cc-palmistry-landing .expert-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .cc-palmistry-landing .expert-tag {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .cc-palmistry-landing .expert-dot {
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
        }

        /* TESTIMONIALS */
        .cc-palmistry-landing .testimonials {
            background: var(--bg);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .test-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            margin-top: 3rem;
        }

        @media(min-width:768px) {
            .cc-palmistry-landing .test-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(min-width:1024px) {
            .cc-palmistry-landing .test-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .cc-palmistry-landing .test-card {
            border-radius: var(--radius);
            border: 1px solid var(--border);
            background: var(--card);
            padding: 1.5rem;
            box-shadow: var(--shadow-soft);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .cc-palmistry-landing .test-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-elevated);
        }

        .cc-palmistry-landing .test-stars {
            display: flex;
            gap: 0.25rem;
            color: var(--gold);
        }

        .cc-palmistry-landing .test-text {
            margin-top: 1rem;
            font-size: 0.875rem;
            color: var(--muted);
            font-style: italic;
            line-height: 1.7;
        }

        .cc-palmistry-landing .test-name {
            margin-top: 1rem;
            font-size: 0.875rem;
            font-weight: 700;
        }

        /* PRICING */
        .cc-palmistry-landing .pricing {
            background: var(--gradient-hero);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .pricing .section-header h2,
        .cc-palmistry-landing .pricing .section-header p {
            color: var(--primary-fg);
        }

        .cc-palmistry-landing .pricing .section-header p {
            color: rgba(250, 245, 235, 0.7);
        }

        .cc-palmistry-landing .pricing-card-wrap {
            max-width: 32rem;
            margin: 3rem auto 0;
            position: relative;
        }

        .cc-palmistry-landing .pricing-glow {
            position: absolute;
            inset: -4px;
            border-radius: 1.5rem;
            background: var(--gradient-gold);
            opacity: 0.3;
            filter: blur(1rem);
        }

        .cc-palmistry-landing .pricing-card {
            position: relative;
            border-radius: 1rem;
            border: 1px solid rgba(204, 163, 56, 0.3);
            background: var(--card);
            box-shadow: var(--shadow-elevated);
            overflow: hidden;
        }

        .cc-palmistry-landing .pricing-header {
            background: var(--primary);
            padding: 1.5rem 2rem;
            text-align: center;
            color: var(--primary-fg);
        }

        .cc-palmistry-landing .pricing-header small {
            font-size: 0.875rem;
            color: var(--gold-light);
        }

        .cc-palmistry-landing .pricing-header h3 {
            margin-top: 0.25rem;
            font-size: 1.5rem;
            color: var(--primary-fg);
        }

        .cc-palmistry-landing .pricing-header span {
            font-size: 0.875rem;
            color: rgba(250, 245, 235, 0.7);
        }

        .cc-palmistry-landing .pricing-body {
            padding: 2rem;
            text-align: center;
        }

        .cc-palmistry-landing .pricing-old {
            font-size: 1rem;
            color: var(--muted);
            text-decoration: line-through;
        }

        .cc-palmistry-landing .pricing-off {
            display: inline-block;
            margin-left: 0.75rem;
            background: rgba(239, 68, 68, 0.1);
            color: var(--destructive);
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
        }

        .cc-palmistry-landing .pricing-amount {
            margin-top: 0.5rem;
            font-size: 3rem;
            font-weight: 700;
            font-family: 'Playfair Display', serif;
        }

        .cc-palmistry-landing .pricing-note {
            font-size: 0.875rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .btn-enroll {
            margin-top: 2rem;
            width: 100%;
            border-radius: var(--radius);
            background: var(--gradient-gold);
            padding: 1rem;
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--fg);
            box-shadow: var(--shadow-gold);
            transition: transform 0.3s;
            animation: ccp-pulseGlow 3s ease-in-out infinite;
        }

        .cc-palmistry-landing .btn-enroll:hover {
            transform: scale(1.05);
        }

        .cc-palmistry-landing .pricing-secure {
            margin-top: 1rem;
            font-size: 0.75rem;
            color: var(--muted);
        }

        .cc-palmistry-landing .pricing-includes {
            border-top: 1px solid var(--border);
            padding: 1.5rem 2rem;
        }

        .cc-palmistry-landing .pricing-includes p {
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .cc-palmistry-landing .pricing-includes li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: var(--muted);
            margin-bottom: 0.5rem;
            list-style: none;
        }

        .cc-palmistry-landing .pricing-includes .check {
            color: var(--gold-dark);
        }

        .cc-palmistry-landing .trust-signals {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 2rem;
            font-size: 0.875rem;
            color: rgba(250, 245, 235, 0.7);
        }

        /* FAQ */
        .cc-palmistry-landing .faq {
            background: var(--bg);
            padding: 4rem 0;
        }

        .cc-palmistry-landing .faq-list {
            max-width: 48rem;
            margin: 3rem auto 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .cc-palmistry-landing .faq-item {
            border-radius: var(--radius);
            border: 1px solid var(--border);
            overflow: hidden;
            transition: border-color 0.3s;
        }

        .cc-palmistry-landing .faq-item:hover {
            border-color: rgba(204, 163, 56, 0.2);
        }

        .cc-palmistry-landing .faq-q {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 1.25rem;
            background: none;
            text-align: left;
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            font-weight: 600;
            color: var(--primary);
            cursor: pointer;
        }

        .cc-palmistry-landing .faq-chevron {
            width: 1.25rem;
            height: 1.25rem;
            transition: transform 0.3s;
            color: var(--gold-dark);
            flex-shrink: 0;
        }

        .cc-palmistry-landing .faq-item.open .faq-chevron {
            transform: rotate(180deg);
        }

        .cc-palmistry-landing .faq-a {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.3s, opacity 0.3s;
        }

        .cc-palmistry-landing .faq-item.open .faq-a {
            max-height: 200px;
            opacity: 1;
        }

        .cc-palmistry-landing .faq-a p {
            border-top: 1px solid var(--border);
            padding: 1rem 1.25rem 1.25rem;
            font-size: 0.875rem;
            color: var(--muted);
            line-height: 1.7;
        }

        /* SVG icons inline */
        .cc-palmistry-landing .chevron-svg {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* WIDE SCREEN LAYOUT TUNING (PLRT TEMPLATE)
           Goal: reduce unused side whitespace on larger laptops/monitors
           without harming tablet/mobile layout or readability. */
        @media (min-width: 1400px) {
            .cc-palmistry-landing .ccp-container {
                max-width: min(1600px, 92vw);
                padding-left: clamp(1rem, 3vw, 2.5rem);
                padding-right: clamp(1rem, 3vw, 2.5rem);
            }

            .cc-palmistry-landing .banner-card {
                max-width: min(1320px, 92vw);
            }

            /* Actually widen hero reading width on big screens */
            .cc-palmistry-landing .hero p.desc,
            .cc-palmistry-landing .hero p.hindi {
                max-width: 44rem;
            }

            .cc-palmistry-landing .hero-grid {
                gap: clamp(3rem, 5vw, 5rem);
            }

            .cc-palmistry-landing .modules,
            .cc-palmistry-landing .faq-list {
                max-width: 62rem;
            }

            .cc-palmistry-landing .expert-card {
                max-width: 72rem;
            }

            .cc-palmistry-landing .hero-img {
                max-width: 34rem;
            }
        }

        @media (min-width: 1700px) {
            .cc-palmistry-landing .ccp-container {
                max-width: 1680px;
            }
        }


        /* Horizontal Pricing Card for Desktop added automatically */
        @media (min-width: 992px) {
            .cc-palmistry-landing .pricing-card-wrap {
                max-width: 1050px;
            }

            .cc-palmistry-landing .pricing-card {
                display: flex;
                flex-direction: row;
                align-items: stretch;
            }

            .cc-palmistry-landing .pricing-header {
                flex: 0 0 28%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                border-right: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 1rem 0 0 1rem;
            }

            .cc-palmistry-landing .pricing-body {
                flex: 0 0 35%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                border-right: 1px solid var(--border);
            }

            .cc-palmistry-landing .pricing-includes {
                flex: 1;
                border-top: none;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
        }


        /* Static Centered Image and Glass Value Card CSS */
        @media (min-width: 992px) {
            .cc-palmistry-landing .wyg-grid {
                grid-template-columns: 1fr 1fr !important;
                /* Restored to standard 50/50 split for normal laptops */
                gap: 5rem;
            }
        }

        @media (min-width: 1600px) {
            .cc-palmistry-landing .wyg-grid {
                grid-template-columns: 1.2fr 1fr !important;
                /* Expands ONLY when the screen size gets massive */
            }
        }

        .cc-palmistry-landing .wyg-img-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            transform: none;
            /* REMOVED FAKE SCALING WHICH DEGRADES QUALITY! */
            margin-bottom: 2rem;
            padding: 1rem;
        }

        .cc-palmistry-landing .glass-value-card {
            position: relative;
            margin-top: 2rem;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
            padding: 1.25rem;
            box-sizing: border-box;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 15px rgba(204, 163, 56, 0.2);
            width: 100%;
            max-width: 380px;
            z-index: 10;
        }

        .cc-palmistry-landing .gvc-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
            font-weight: 600;
        }

        .cc-palmistry-landing .gvc-strike {
            color: var(--muted);
            text-decoration: line-through;
        }

        .cc-palmistry-landing .gvc-offer {
            color: var(--primary);
            font-size: 1.1rem;
            font-weight: 800;
        }

        .cc-palmistry-landing .gvc-divider {
            height: 1px;
            background: rgba(0, 0, 0, 0.1);
            margin: 0.75rem 0;
        }

        .cc-palmistry-landing .gvc-save {
            color: hsl(125, 60%, 25%);
            font-size: 1rem;
            font-weight: 800;
            margin-bottom: 0;
        }

        /* Nuke horizontal sliders specifically on mobile viewports without destroying desktop sticky interactions */
        @media (max-width: 991px) {

            html,
            body {
                overflow-x: hidden !important;
                max-width: 100vw;
            }

            .cc-palmistry-landing {
                overflow-x: hidden !important;
                width: 100%;
            }
        }



        /* Extra Hero Image Sizing Override */
        @media (min-width: 1600px) {
            .cc-palmistry-landing .hero-grid {
                grid-template-columns: 1fr 1.1fr !important;
                align-items: center;
            }

            .cc-palmistry-landing .hero-img {
                max-width: 36rem !important;
                /* Cap explicitly to prevent pixel distortion on zoomed out screens */
                width: 100%;
            }

            .cc-palmistry-landing .wyg-img {
                max-width: 32rem !important;
                /* Cap pricing image natively */
                width: 100%;
            }
        }

        /* Keep native size and clarity for standard laptops (1366px - 1599px) */




        /* Vertically styled Premium Faculty Card for WYG Left Column */
        .cc-palmistry-landing .wyg-img-wrap .expert-card {
            border: 1px solid rgba(204, 163, 56, 0.4);
            background: linear-gradient(145deg, var(--card), var(--cream-dark));
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 20px rgba(204, 163, 56, 0.15);
            width: 100%;
            border-radius: 1.5rem;
            overflow: hidden;
            position: relative;
        }

        .cc-palmistry-landing .wyg-grid {
            grid-template-columns: 1fr !important;
            /* Stack vertically on mobile */
            gap: 3rem;
            align-items: start;
        }

        @media (min-width: 992px) {
            .cc-palmistry-landing .wyg-grid {
                grid-template-columns: 1fr 1fr !important;
                /* Side-by-side on desktop */
            }
        }

        @media (min-width: 1200px) {
            .cc-palmistry-landing .wyg-grid {
                grid-template-columns: 0.9fr 1.1fr !important;
                /* give pills more room, card slightly less */
            }
        }

        /* Subtle top gold accent bar */
        .cc-palmistry-landing .wyg-img-wrap .expert-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: var(--gradient-gold);
        }

        .cc-palmistry-landing .wyg-img-wrap .expert-inner {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            padding: 3rem 2.5rem;
            align-items: center;
            text-align: center;
        }

        .cc-palmistry-landing .wyg-img-wrap .expert-img-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .cc-palmistry-landing .wyg-img-wrap .expert-img {
            width: 10rem;
            height: 10rem;
            border-radius: 50%;
            border: 4px solid var(--cream-dark);
            box-shadow: 0 0 0 2px var(--gold), 0 8px 16px rgba(0, 0, 0, 0.15);
            object-fit: cover;
        }

        /* "India's Top Educators" text */
        .cc-palmistry-landing .wyg-img-wrap .expert-img-wrap div {
            font-size: 1.05rem !important;
            margin-top: 1.2rem !important;
            letter-spacing: 1.5px !important;
            color: var(--gold-dark) !important;
            font-weight: 800;
        }

        .cc-palmistry-landing .wyg-img-wrap h2 {
            font-size: 1.7rem;
            line-height: 1.35;
            color: var(--primary);
            margin-bottom: 0.5rem;
            font-family: 'Playfair Display', serif;
        }

        .cc-palmistry-landing .wyg-img-wrap p {
            font-size: 1rem;
            line-height: 1.6;
            color: var(--muted);
            margin-bottom: 0;
        }

        /* "Unmatched Mentorship & Support" subtitle */
        .cc-palmistry-landing .wyg-img-wrap p:nth-of-type(1) {
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: var(--gold-dark);
            margin-bottom: 1.25rem;
        }

        .cc-palmistry-landing .wyg-img-wrap .expert-tags {
            margin-top: 1.75rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
        }

        .cc-palmistry-landing .wyg-img-wrap .expert-tag {
            font-size: 0.8rem;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid var(--border);
            border-radius: 50px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .cc-palmistry-landing .glass-value-card {
            max-width: 100% !important;
        }
