        :root {
            --bg-deep: #0f0412;        /* Deep Midnight Amethyst */
            --royal-purple: #23092e;   /* Royal Velvet */
            --champagne: #f3e5ab;      /* Polished Champagne Gold */
            --dusty-rose: #e54382;     /* Elegant Muted Pink */
            --text-silver: #e0e0e0;
            --gold: linear-gradient(135deg, #d4af37 0%, #f3e5ab 100%);
            --accent: #e54382;
            --scam-red: #ff4d4d;

            --glass-gold: rgba(243, 229, 171, 0.05);
        }

        * { box-sizing: border-box; scroll-behavior: smooth; }
        body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background-color: var(--bg-deep); color: var(--text-silver); line-height: 1.6; }
 
        /* Typography & Accents */
        h1, h2, h3 { font-family: 'Playfair Display', serif; color: var(--champagne); }
        .exclusive-badge1 { color: var(--champagne); border: 1px solid var(--champagne); padding: 5px 15px; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: inline-block; }
           .exclusive-badge{ background: var(--gold);
    color: #000;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;}
        /* Navigation/Header */
        header {
            height: 100vh;
            background: linear-gradient(rgb(9 4 18 / 80%), rgb(15 4 18 / 18%)), 
                        url('https://st5.depositphotos.com/3584053/65063/i/450/depositphotos_650636262-stock-photo-sexual-massage-couple-relaxed-bed.jpg');
            background-size: cover; background-position: center;
            display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px;
        }

          /* Navigation/Header */
        .herader-tourist {
            height: 100vh;
            background: linear-gradient(rgb(9 4 18 / 80%), rgb(15 4 18 / 18%)), 
                        url('../image/TravellerSerenityRitual.jpg');
            background-size: cover; background-position: center;
            display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px;
        }
        .hero-title { font-size: clamp(2.5rem, 8vw, 2.5rem); margin: 0; letter-spacing: 5px; text-transform: uppercase; font-weight: 700; }
        .hero-sub { font-style: italic; color: var(--dusty-rose); font-size: 1.3rem; margin: 20px 0 40px; }

	/* Hero Content Section */
        .hero-intro { padding: 8px 10%; max-width: 1000px; margin: 0 auto; text-align: center; }
        .hero-intro p { font-size: 1.1rem; color: white; }

        /* SEO Content Section */
        .seo-intro { padding: 20px 10%; max-width: 1200px; margin: 0 auto; text-align: center; }
        .seo-intro p { font-size: 1.1rem; color: #bcaebf; }

        /* 3-Image Royal Gallery */
        .gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 0 10%; margin-bottom: 100px; }
        .gallery-item { position: relative; height: 500px; overflow: hidden; border-radius: 4px; border: 1px solid rgba(243, 229, 171, 0.15); }
        .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 1s; filter: brightness(0.7); }
        .gallery-item:hover img { transform: scale(1.1); filter: brightness(1); }

        /* Exclusivity Cards */
        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; padding: 15px 10%; }
        .luxury-card { background: var(--royal-purple); padding: 40px 20px; text-align: center; border: 1px solid rgba(243, 229, 171, 0.1); position: relative; transition: 0.4s; }
        .luxury-card:hover { border-color: var(--champagne); transform: translateY(-10px); }
        .luxury-card i { color: var(--champagne); margin-bottom: 20px; font-size: 2rem; }

        /* Form Section */
        .form-section { background: var(--bg-deep); padding: 100px 10%; }
        .contact-box { background: var(--glass-gold); padding: 80px 40px; border: 1px solid var(--royal-purple); max-width: 850px; margin: 0 auto; }
        input, select, textarea { width: 100%; padding: 12px; background: rgba(0,0,0,0.5); border: 1px solid #3d2c42; color: #fff; font-family: 'Poppins'; margin-bottom: 10px; }
        input:focus, textarea:focus { border-color: var(--champagne); outline: none; }

        .btn-royal { background: var(--champagne); color: var(--bg-deep); padding: 20px 40px; border: none; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: 0.3s; width: 100%; }
        .btn-royal:hover { background: #fff; letter-spacing: 4px; }

        .whatsapp-fixed { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: white; width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 32px; z-index: 9999; box-shadow: 0 10px 30px rgba(0,0,0,0.6); }

        @media (max-width: 850px) { .gallery-row { grid-template-columns: 1fr; } .gallery-item { height: 350px; } }
/* Navigation Bar Styling */
    nav {
        background: rgba(15, 4, 18, 0.95);
        border-bottom: 1px solid rgba(243, 229, 171, 0.2);
        padding: 2px 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        backdrop-filter: blur(10px);
    }

    .logo {
        font-family: 'Playfair Display', serif;
        color: var(--champagne);
        font-size: 1.5rem;
        text-decoration: none;
        letter-spacing: 2px;
    }
.logoimage {
        font-family: 'Playfair Display', serif;
        color: var(--champagne);
        font-size: 1.5rem;
        text-decoration: none;
        letter-spacing: 2px;
	height:70px;
    }

    .nav-links { display: flex; gap: 30px; align-items: center; }
    
    .nav-links a {
        text-decoration: none;
        color: var(--text-silver);
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: 0.3s;
    }

    .nav-links a:hover { color: var(--champagne); }

    .btn-member {
        background: linear-gradient(45deg, var(--royal-purple), #4a148c);
        border: 1px solid var(--champagne);
        padding: 10px 20px;
        border-radius: 50px;
        color: var(--champagne) !important;
        box-shadow: 0 0 15px rgba(243, 229, 171, 0.2);
    }

    .btn-member:hover { transform: scale(1.05); box-shadow: 0 0 25px rgba(243, 229, 171, 0.4); }

    /* Fix for hero section to not hide behind nav */
    header { margin-top: 50px; }

/* FAQ Specific Styles */
    .faq-section { padding: 100px 10%; background-color: var(--royal-purple); }
    .faq-container { max-width: 900px; margin: 0 auto; }
    
    .faq-item {
        border-bottom: 1px solid rgba(243, 229, 171, 0.2);
        margin-bottom: 10px;
    }

    .faq-question {
        width: 100%;
        padding: 25px 0;
        background: none;
        border: none;
        color: var(--champagne);
        font-family: 'Playfair Display', serif;
        font-size: 1.2rem;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
    }

    .faq-question:hover { color: #fff; }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        color: var(--text-silver);
        font-size: 0.95rem;
        padding-right: 40px;
    }

    .faq-item.active .faq-answer {
        max-height: 200px; /* Adjust as needed */
        padding-bottom: 25px;
    }

    .faq-icon {
        font-size: 1rem;
        transition: transform 0.3s;
    }

    .faq-item.active .faq-icon { 
transform: rotate(45deg); 
}


.contact-wrapper-home {
            padding: 15px 10% 80px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .contact-form-home {
            background: var(--royal-purple);
            padding: 25px;
            border: 1px solid rgba(243, 229, 171, 0.1);
            border-radius: 30px;
        }
/*contact us*/
  .contact-wrapper {
            padding: 150px 10% 80px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
        }

        .contact-info h1 {
            font-family: 'Playfair Display';
            font-size: 3.5rem;
            color: var(--champagne);
            margin-bottom: 20px;
        }

        .exclusivity-banner {
            background: rgba(166, 124, 142, 0.1);
            border-left: 3px solid var(--dusty-rose);
            padding: 20px;
            margin-bottom: 30px;
        }

        .exclusivity-banner h3 {
            color: var(--dusty-rose);
            margin: 0 0 10px;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        .contact-details div {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .contact-details i {
            color: var(--champagne);
            font-size: 1.2rem;
            width: 30px;
        }

  /* FORM STYLING */
        .contact-form {
            background: var(--royal-purple);
            padding: 40px;
            border: 1px solid rgba(243, 229, 171, 0.1);
        }

        .form-group { margin-bottom: 20px; }
        label { display: block; font-size: 0.8rem; margin-bottom: 8px; color: var(--champagne); }
        input, textarea {
            width: 100%;
            padding: 12px;
            background: #000;
            border: 1px solid #333;
            color: #fff;
            box-sizing: border-box;
        }

        .submit-btn {
            width: 100%;
            padding: 18px;
            background: var(--champagne);
            color: #000;
            border: none;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            cursor: pointer;
            transition: 0.3s;
        }

        .submit-btn:hover { background: #fff; }

        @media (max-width: 850px) {
            .contact-wrapper { grid-template-columns: 1fr; padding: 120px 5% 50px; }
        }

         @media (max-width: 850px) {
            .contact-wrapper-home { grid-template-columns: 1fr; padding: 20px 5% 50px; }
        }


/* --- Desktop Styles (already partly in your style.css) --- */
nav {
    background: rgba(15, 4, 18, 0.95);
    border-bottom: 1px solid rgba(243, 229, 171, 0.2);
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(10px);
}

#nav-check { display: none; } /* Hide the actual checkbox */
.nav-btn { display: none; }    /* Hide hamburger on desktop */

/* --- Mobile Responsive Logic --- */
@media (max-width: 850px) {
    nav {
        padding: 5px 5%;
    }

    /* Show Hamburger Button */
    .nav-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .nav-btn span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: var(--champagne);
        transition: 0.3s;
    }

    /* Navigation Links - Mobile Sidebar/Dropdown */
    .nav-links {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 70px; /* Height of nav */
        left: 0;
        width: 100%;
        background: var(--royal-purple);
        height: 0; /* Hidden by default */
        transition: all 0.4s ease-in-out;
        overflow: hidden;
        gap: 0;
    }

    .nav-links a {
        padding: 20px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(243, 229, 171, 0.05);
    }

    .btn-member {
        border-radius: 0 !important;
        margin: 10px 0;
    }

    /* The Magic: When checkbox is checked, show the menu */
    #nav-check:checked ~ .nav-links {
        height: calc(100vh - 70px);
        overflow-y: auto;
    }

    /* Optional: Animate hamburger to 'X' when open */
    #nav-check:checked ~ .nav-btn span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #nav-check:checked ~ .nav-btn span:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-btn span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Hide the text logo on very small screens if it overlaps the image logo */
    @media (max-width: 480px) {
        .logo { font-size: 1rem; }
    }
}

/* Service Content Enhancements */
    .service-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .price-tag {
        color: var(--champagne);
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
        font-size: 1.1rem;
    }
    .service-description {
        text-align: left;
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    /* SEO Footer Block */
    .mumbai-seo-content {
        background: rgba(35, 9, 46, 0.4);
        padding: 60px 10%;
        margin-top: 50px;
        border-top: 1px solid rgba(243, 229, 171, 0.1);
        text-align: center;
    }

    

    .mumbai-seo-content-services {
    /* The Image and a soft white-wash overlay for readability */
    background: linear-gradient(rgb(9 4 18 / 80%), rgba(15, 4, 18, 0.603)), 
                url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1500');
    
    /* Parallax Effect (Image stays still while text scrolls) */
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Spacing and Alignment */
    padding: 80px 10%;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fallback for mobile (Parallax often breaks on phones) */
@media (max-width: 768px) {
    .mumbai-seo-content-services {
        background-attachment: scroll;
        padding: 50px 20px;
    }
}

 .mumbai-seo-content-personalservices {
    /* The Image and a soft white-wash overlay for readability */
    background: linear-gradient(rgb(9 4 18 / 80%), rgba(15, 4, 18, 0.562)), 
                url('../image/maletofemalemassage.jpg');
    
    /* Parallax Effect (Image stays still while text scrolls) */
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Spacing and Alignment */
    padding: 80px 10%;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fallback for mobile (Parallax often breaks on phones) */
@media (max-width: 768px) {
    .mumbai-seo-content-personalservices{
        background-attachment: scroll;
        padding: 50px 20px;
    }
}

/* Safety Badge Styling */
.safety-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: linear-gradient(135deg, var(--champagne), #d4af37);
    color: #000;
    padding: 12px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    z-index: 5;
    animation: float 3s ease-in-out infinite;
}

.safety-badge i {
    font-size: 1.4rem;
}

.safety-badge span {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Floating Animation */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Responsive adjustment for the badge */
@media (max-width: 600px) {
    .safety-badge {
        right: 0;
        bottom: 10px;
        padding: 8px 10px;
    }
    .safety-badge i { font-size: 1rem; }
}

.home-massage-section {
        padding: 30px 10%;
        background-color: var(--royal-purple);
        overflow: hidden;
    }

    .home-massage-container {
        display: flex;
        align-items: center;
        gap: 35px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* IMAGE GRID LOGIC */
    .image-grid-side {
        flex: 1;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        position: relative;
    }

    .img-wrapper {
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid rgba(243, 229, 171, 0.2);
    }

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.85);
    }

    .large-img {
        width: 280px;
        height: 400px;
        margin-top: 0;
    }

    .small-img {
        width: 250px;
        height: 350px;
        margin-top: 80px; /* This creates the staggered effect from your image */
    }

    /* CONTENT LOGIC */
    .content-side {
        flex: 1.2;
    }

    .content-side h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        color: var(--champagne);
        margin-bottom: 25px;
    }

    .text-block p {
        color: #ccc;
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .btn-more {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--gold);
        color: #000;
        padding: 10px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        margin-top: 10px;
        transition: 0.3s;
    }

    .btn-more:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(123, 44, 191, 0.4);
    }

    /* RESPONSIVENESS */
    @media (max-width: 992px) {
        .home-massage-container {
            flex-direction: column;
           
        }
        .image-grid-side {
            justify-content: center;
            margin-bottom: 40px;
        }
        .content-side h2 {
            font-size: 2.2rem;
        }
    }

    @media (max-width: 600px) {
        .large-img { width: 160px; height: 250px; }
        .small-img { width: 140px; height: 200px; margin-top: 40px; }
    }

.testimonials-section {
        padding: 10px 0; /* Reduced side padding for edge-to-edge scroll */
        background-color: var(--royal-purple);
        overflow: hidden;
    }

    .section-intro { text-align: center; padding: 0 10%; margin-bottom: 50px; }

    /* THE SLIDER TRACK */
    .testimonial-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .testimonial-track {
        display: flex;
        width: calc(350px * 12); /* Width of one card * number of cards (including duplicates) */
        animation: scrollRight 40s linear infinite;
    }

    /* Pause animation on hover so clients can read */
    .testimonial-track:hover {
        animation-play-state: paused;
    }

    .testimonial-card {
        width: 350px;
        flex-shrink: 0;
        margin: 0 15px;
        background: var(--bg-deep);
        padding: 30px;
        border: 1px solid rgba(243, 229, 171, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* ANIMATION */
    @keyframes scrollRight {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-350px * 6)); } /* Must match number of original cards */
    }

    .stars { color: var(--champagne); margin-bottom: 15px; font-size: 0.8rem; }
    .quote { font-style: italic; font-size: 0.9rem; color: #e0e0e0; line-height: 1.6; margin-bottom: 20px; }
    .client-meta { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; display: flex; justify-content: space-between; font-size: 0.8rem; }
    .client-name { color: var(--champagne); font-weight: 600; }
    .client-loc { color: var(--dusty-rose); opacity: 0.8; }




.empowerment-section {
        padding: 10px 5%;
        background: linear-gradient(135deg, #0f0412 0%, #23092e 100%);
        overflow: hidden;
    }

    .empowerment-container {
        display: flex;
        align-items: center;
        gap: 80px;
        max-width: 1300px;
        margin: 0 auto;
    }

    /* VISUAL STACK */
    .visual-stack {
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main-frame {
        width: 100%;
        height: 500px;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid rgba(243, 229, 171, 0.2);
    }

    .sub-frame {
        width: 250px;
        height: 250px;
        position: absolute;
        bottom: -40px;
        right: -40px;
        border: 4px solid var(--bg-deep);
        box-shadow: 0 20px 40px rgba(0,0,0,0.5);
        border-radius: 4px;
        overflow: hidden;
    }

    .visual-stack img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(30%) contrast(110%); }

    .overlay-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: var(--champagne);
        font-family: 'Playfair Display';
        font-size: 1.5rem;
        background: rgba(0,0,0,0.6);
        padding: 5px 15px;
    }

    /* NARRATIVE */
    .narrative-content { flex: 1.2; }
    
    .narrative-content h2 { font-size: 2.5rem; margin-bottom: 20px; line-height: 1.1; }
    
    .highlight-text { font-size: 1.1rem; color: var(--text-silver); font-weight: 500; margin-bottom: 20px; }

    .bold-insight {
        background: rgba(229, 67, 130, 0.08);
        border-left: 3px solid var(--dusty-rose);
        padding: 25px;
        margin: 30px 0;
        font-style: italic;
    }

    .bold-insight p { color: var(--champagne); margin: 0; font-size: 1.1rem; }

    .cta-group { display: flex; align-items: center; gap: 30px; margin-top: 40px; }

    .link-discreet {
        color: var(--champagne);
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
        .empowerment-container { flex-direction: column; gap: 60px; }
        .sub-frame { display: none; }
        .narrative-content h2 { font-size: 2.2rem; }
    }

.privacy-guarantee-section {
        padding: 1px 10% 100px;
        background-color: var(--bg-deep);
    }

    .privacy-box {
        background: rgba(255, 255, 255, 0.03); /* Glassmorphism Base */
        backdrop-filter: blur(10px);
        border: 1px solid rgba(243, 229, 171, 0.15);
        padding: 60px;
        border-radius: 4px;
        
        margin: 0 auto;
        position: relative;
    }

    .privacy-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .privacy-header i {
        font-size: 3rem;
        color: var(--champagne);
        margin-bottom: 15px;
        display: block;
    }

    .privacy-header h3 {
        font-size: 2.2rem;
        margin: 0;
        letter-spacing: 1px;
    }

    .privacy-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 40px;
        margin-bottom: 40px;
    }

    .privacy-item {
        text-align: center;
    }

    .privacy-item i {
        font-size: 1.5rem;
        color: var(--dusty-rose);
        margin-bottom: 15px;
    }

    .privacy-item h4 {
        color: var(--champagne);
        margin-bottom: 10px;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .privacy-item p {
        font-size: 0.85rem;
        color: #ccc;
        line-height: 1.6;
    }

    .privacy-footer {
        text-align: center;
        border-top: 1px solid rgba(255,255,255,0.05);
        padding-top: 30px;
    }

    .privacy-footer p {
        font-size: 0.9rem;
        font-style: italic;
        color: var(--text-silver);
        max-width: 700px;
        margin: 0 auto;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .privacy-box { padding: 30px; }
        .privacy-header h3 { font-size: 1.5rem; }
    }

.privacy-guarantee-section {
        padding: 20px 5%;
        background: radial-gradient(circle at center, #23092e 0%, #0f0412 100%);
    }

    .privacy-box {
        background: rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(243, 229, 171, 0.1);
        padding: 50px 50px;
        border-radius: 20px;
        box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    }

    .privacy-header { text-align: center; margin-bottom: 30px; }
    .privacy-header i { font-size: 2.5rem; color: var(--champagne); margin-bottom: 10px; }
    .privacy-header h3 { font-size: 2.8rem; letter-spacing: -1px; }

    .privacy-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px 20px;
    }

    .privacy-item {
        padding: 20px;
        border-radius: 15px;
        transition: 0.3s ease;
        border: 1px solid transparent;
    }

    .privacy-item:hover {
        background: rgba(243, 229, 171, 0.03);
        border-color: rgba(243, 229, 171, 0.1);
        transform: translateY(-5px);
    }

    .privacy-item i {
        font-size: 1.8rem;
        color: var(--champagne);
        margin-bottom: 20px;
        display: block;
        text-shadow: 0 0 15px rgba(243, 229, 171, 0.3);
    }

    .privacy-item h4 {
        color: var(--champagne);
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    .privacy-item p {
        font-size: 0.9rem;
        color: #b0b0b0;
        line-height: 1.7;
    }

    .privacy-footer {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .safety-seal {
        background: rgba(229, 67, 130, 0.1);
        color: var(--dusty-rose);
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        border: 1px solid var(--dusty-rose);
    }

    @media (max-width: 768px) {
        .privacy-box { padding: 40px 20px; }
        .privacy-header h3 { font-size: 1.8rem; }
    }

.hd-services-section { padding: 25px 10%; background: var(--bg-deep); }
    .hd-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
    
    .hd-card { 
        background: var(--royal-purple); 
        border-radius: 12px; 
        overflow: hidden; 
        border: 1px solid rgba(243, 229, 171, 0.1);
        transition: 0.4s;
    }
    .hd-card:hover { transform: translateY(-10px); border-color: var(--champagne); }

    .hd-image-box { position: relative; height: 200px; }
    .hd-image-box img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); }

    /* BADGES */
    .service-badge {
        position: absolute; top: 15px; left: 15px;
        padding: 5px 12px; font-size: 0.7rem; font-weight: 700;
        text-transform: uppercase; border-radius: 4px; letter-spacing: 1px;
    }
    .best-seller { background: var(--champagne); color: #000; }
    .for-pro { background: #3498db; color: #fff; }
    .for-housewife { background: var(--dusty-rose); color: #fff; }

    .hd-info { padding: 5px; text-align: center; }
    .hd-info h3 { margin-bottom: 10px; font-size: 1.4rem; }
    .hd-info p { font-size: 0.85rem; opacity: 0.7; margin-bottom: 20px; min-height: 40px; }

    /* MODAL STYLES */
    .hd-modal { 
        display: none; position: fixed; z-index: 99999; left: 0; top: 0; 
        width: 100%; height: 100%; background: rgba(0,0,0,0.9); 
        backdrop-filter: blur(10px); align-items: center; justify-content: center;
    }
    .hd-modal-content { 
        background: var(--royal-purple); width: 90%; max-width: 800px; 
        border: 1px solid var(--champagne); position: relative;
    }
    .hd-modal-body { display: grid; grid-template-columns: 1fr 1.2fr; }
    .hd-modal-left { padding: 40px; border-right: 1px solid rgba(243, 229, 171, 0.1); background: rgba(0,0,0,0.2); }
    .hd-modal-right { padding: 40px; }
    .close-hd { position: absolute; top: 15px; right: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
    
    .input-group { margin-bottom: 15px; text-align: left; }
    .input-group label { display: block; font-size: 0.75rem; color: var(--champagne); margin-bottom: 5px; }
    .input-group input { width: 100%; padding: 12px; background: #000; border: 1px solid #333; color: #fff; }

    @media (max-width: 768px) {
        .hd-modal-body { grid-template-columns: 1fr; }
        .hd-modal-left { display: none; }
    }

/* --- CREATIVE BUTTON STYLING --- */
    .creative-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
    }

    /* Primary "Book" Button with Shimmer */
    .btn-royal {
        position: relative;
        background: var(--champagne);
        color: #000;
        padding: 14px 28px;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.85rem;
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
        transition: 0.3s;
        width: 100%;
    }

    .btn-royal.shimmer::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: rotate(45deg);
        animation: shimmerFlow 4s infinite;
    }

    @keyframes shimmerFlow {
        0% { transform: translateX(-150%) rotate(45deg); }
        20%, 100% { transform: translateX(150%) rotate(45deg); }
    }

    .btn-royal:hover {
        background: #fff;
        box-shadow: 0 0 20px rgba(243, 229, 171, 0.4);
        transform: scale(1.02);
    }

    /* Secondary "Know More" Link */
    .link-explore {
        position: relative;
        color: var(--champagne);
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        padding-bottom: 5px;
    }

    .link-explore span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: var(--champagne);
        transition: width 0.3s ease;
    }

    .link-explore:hover span {
        width: 100%;
    }

    /* Card Hover Overlay Effect */
    .hd-image-box {
        position: relative;
        overflow: hidden;
    }

    .card-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(15, 4, 18, 0.8);
        backdrop-filter: blur(1px);
        padding: 15px;
        transition: 0.4s ease;
        text-align: center;
        font-size: 0.75rem;
        color: var(--champagne);
    }

    .hd-card:hover .card-overlay {
        bottom: 0;
    }

.service-details-area { padding: 50px 10%; background: #0b030d; }

    .detail-block {
        display: flex;
        align-items: center;
        gap: 80px;
        margin-bottom: 50px;
    }

    .detail-block.reverse { flex-direction: row-reverse; }

    .detail-text { flex: 1; }
    .detail-image { flex: 1; position: relative; }

    .detail-image img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid rgba(243, 229, 171, 0.2);
        box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    }

    .seo-lead {
        font-size: 1.3rem;
        color: var(--champagne);
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .benefit-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .benefit-item h4 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
    .benefit-item i { color: var(--dusty-rose); margin-right: 8px; }
    .benefit-item p { font-size: 0.85rem; opacity: 0.8; line-height: 1.5; }

    .why-book-box {
        background: rgba(243, 229, 171, 0.05);
        padding: 20px;
        border-left: 3px solid var(--dusty-rose);
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    .psych-insight {
        background: rgba(229, 67, 130, 0.1);
        padding: 20px;
        border-radius: 8px;
        font-size: 0.9rem;
        margin: 25px 0;
        color: #efefef;
    }

    .psych-insight i { color: var(--dusty-rose); margin-right: 10px; }

    .luxury-list { list-style: none; padding: 0; margin: 25px 0; }
    .luxury-list li { margin-bottom: 12px; font-size: 0.9rem; display: flex; align-items: center; gap: 10px; }
    .luxury-list i { color: var(--champagne); font-size: 0.8rem; }

    @media (max-width: 992px) {
        .detail-block, .detail-block.reverse { flex-direction: column; gap: 40px; }
        .benefit-grid { grid-template-columns: 1fr; }
        .luxury-list li { justify-content: center; }
    }


.faq-section { padding: 10px 5%; background: var(--bg-deep); }
    .faq-container { max-width: 900px; margin: 0 auto; }

    .faq-item {
        margin-bottom: 15px;
        border: 1px solid rgba(243, 229, 171, 0.1);
        background: rgba(255, 255, 255, 0.02);
        border-radius: 8px;
        overflow: hidden;
    }

    .faq-question {
        width: 100%;
        padding: 25px;
        background: none;
        border: none;
        color: var(--champagne);
        font-size: 1.1rem;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
        transition: 0.3s;
    }

    .faq-question:hover { background: rgba(243, 229, 171, 0.05); }

    .faq-answer {
        max-height: 0;
        padding: 0 25px;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        color: #b0b0b0;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .faq-item.active .faq-answer {
        max-height: 300px;
        padding-bottom: 25px;
    }

    .faq-item.active i { transform: rotate(180deg); color: var(--dusty-rose); }


.fantasy-services { padding: 20px 5%; background: #0b030d; }
    
    .fantasy-block {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-bottom: 50px;
        opacity: 0;
        transform: translateY(30px);
        transition: 1s ease forwards;
    }

    /* Animation trigger when scrolling */
    .fantasy-block.visible { opacity: 1; transform: translateY(0); }

    .fantasy-block.reverse { flex-direction: row-reverse; }

    .fantasy-text { flex: 1; }
    .fantasy-image { flex: 1; border-radius: 20px; overflow: hidden; border: 1px solid var(--champagne); }
    .fantasy-image img { width: 100%; height: 500px; object-fit: cover; transition: 0.5s; }
    .fantasy-image:hover img { transform: scale(1.1); filter: brightness(1.1); }

    .fantasy-text h2 { font-size: 2.5rem; margin-bottom: 15px; font-family: 'Playfair Display'; }
    .seo-keyword { color: var(--dusty-rose); font-weight: 600; margin-bottom: 20px; font-size: 1.1rem; }
    .description { line-height: 1.8; color: #ccc; margin-bottom: 25px; }

    .benefit-tag-cloud { display: flex; gap: 15px; margin-bottom: 20px; }
    .benefit-tag-cloud span { background: rgba(243, 229, 171, 0.1); padding: 5px 12px; border-radius: 4px; font-size: 0.8rem; color: var(--champagne); border: 1px solid rgba(243, 229, 171, 0.2); }

    .psych-tip { background: rgba(229, 67, 130, 0.1); padding: 15px; border-left: 3px solid var(--dusty-rose); font-size: 0.9rem; margin-bottom: 25px; font-style: italic; }

    .benefit-list { list-style: none; padding: 0; margin-bottom: 30px; }
    .benefit-list li { margin-bottom: 10px; font-size: 0.9rem; color: #eee; }
    .benefit-list i { color: var(--champagne); margin-right: 10px; }

    @media (max-width: 992px) {
        .fantasy-block, .fantasy-block.reverse { flex-direction: column; }
        .fantasy-image img { height: 350px; }
    }

.personal-luxury-page { padding: 20px 5%; background: #0f0412; }
    .services-container { display: flex; flex-direction: column; gap: 80px; margin-top: 60px; }

    /* Mega Card Layout */
    .service-mega-card {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(243, 229, 171, 0.1);
        border-radius: 20px;
        overflow: hidden;
        padding: 50px;
        transition: 0.4s;
    }
    .service-mega-card:hover { border-color: var(--champagne); box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
    .card-content { display: flex; gap: 60px; align-items: center; }
    .service-mega-card.reverse .card-content { flex-direction: row-reverse; }

    /* Text Side Styles */
    .text-side { flex: 1; }
    .seo-tag { color: var(--dusty-rose); font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 2px; }
    .text-side h2 { font-size: 3rem; margin: 15px 0; font-family: 'Playfair Display'; }
    .description { color: #ccc; line-height: 1.8; font-size: 1rem; margin-bottom: 25px; }

    .benefit-box ul { list-style: none; padding: 0; margin-bottom: 30px; }
    .benefit-box li { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; font-size: 0.9rem; }
    .benefit-box i { color: var(--champagne); }

    .psych-insight { background: rgba(229, 67, 130, 0.1); border-left: 3px solid var(--dusty-rose); padding: 20px; margin-bottom: 30px; font-style: italic; }

    /* Image Side & Gallery */
    .image-side { flex: 1.2; }
    .image-gallery { display: flex; flex-direction: column; gap: 15px; }
    .main-img-box { position: relative; height: 350px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(243, 229, 171, 0.2); }
    .main-img-box img { width: 100%; height: 100%; object-fit: cover; }

    .sub-images { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .sub-images img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(243, 229, 171, 0.1); }

    /* Golden Satisfaction Seal */
    .satisfaction-seal {
        position: absolute; bottom: 20px; right: 20px;
        background: linear-gradient(135deg, #d4af37, #f3e5ab);
        color: #000; padding: 10px 18px; border-radius: 50px;
        font-weight: 800; font-size: 0.7rem; text-transform: uppercase;
        box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }

    /* Mobile Adjustment */
    @media (max-width: 992px) {
        .card-content, .service-mega-card.reverse .card-content { flex-direction: column; }
        .service-mega-card { padding: 30px; }
        .text-side h2 { font-size: 2.2rem; }
    }


    .badge {
    background: var(--gold);
    color: #000;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

 .glass-card {
            background: var(--glass); backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1); padding: 30px;
            border-radius: 25px; transition: 0.3s;
        }
        .glass-card:hover { border-color: var(--accent); transform: translateY(-10px); }

             {
    background: rgba(229, 67, 130, 0.05);
    border: 1px solid var(--accent);
    padding: 15px;
    border-radius: 20px;
    margin: 40px 0;
}
.desire-list li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.desire-list i {
    color: var(--accent);
    margin-top: 5px;
}

.scam-box
Specificity: (0,1,0)
 {
    background: rgba(229, 67, 130, 0.05);
    border: 1px solid var(--accent);
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
}
 
/*The Home Sanctuary Advantage CSS on Home Page*/
 .advantage-card {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        height: 300px;
        transition: all 0.5s ease;
        border: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }
    
    .advantage-card:hover {
        transform: translateY(-10px);
        border-color: #e54382;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    }

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(to top, rgba(12, 3, 15, 0.267) 20%, rgba(12, 3, 15, 0.4) 100%);
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: background 0.5s ease;
    }

    .advantage-card:hover .card-overlay {
        background: linear-gradient(to top, #0c030f 40%, rgba(229, 67, 130, 0.2) 100%);
    }

    .advantage-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .advantage-card:hover .advantage-image {
        transform: scale(1.1);
    }

    .hidden-content {
        max-height: 0;
        opacity: 0;
        transition: all 0.5s ease;
        font-size: 0.9rem;
        color: #888;
    }

    .advantage-card:hover .hidden-content {
        max-height: 100px;
        opacity: 1;
        margin-top: 10px;
    }


    .discretion-vault {
        background: var(--royal-purple);
        padding: 20px 1%;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        border-top: 1px solid rgba(243, 229, 171, 0.1);
        border-bottom: 1px solid rgba(243, 229, 171, 0.1);
    }

    .vault-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .vault-icon {
        font-size: 3rem;
        margin-bottom: 20px;
        opacity: 0.8;
    }

    .discretion-vault h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        margin-bottom: 25px;
    }

    .vault-intro {
        color: #aaa;
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 50px;
    }

    .vault-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 30px;
        text-align: left;
    }

    .vault-item h3 {
        color: var(--champagne);
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Playfair Display', serif;
    }

    .vault-item p {
        color: #888;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .vault-seal {
        margin-top: 60px;
        padding: 20px;
        background: rgba(243, 229, 171, 0.03);
        border-radius: 50px;
        display: inline-block;
        padding: 15px 40px;
        border: 1px solid rgba(243, 229, 171, 0.2);
    }

    .vault-seal p {
        font-size: 0.85rem;
        letter-spacing: 1px;
        color: #bbb;
    }

    @media (max-width: 768px) {
        .discretion-vault h2 { font-size: 2rem; }
        .vault-grid { grid-template-columns: 1fr; }
    }   

    .benefits-accordion {
        margin-top: 20px;
        border-left: 2px solid var(--champagne);
        padding-left: 20px;
    }
    .benefit-item {
        margin-bottom: 15px;
        color: #ccc;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .benefit-item strong {
        color: var(--champagne);
        display: block;
        margin-bottom: 5px;
    }

    /* Styling to ensure the video fits perfectly in your grid */
    .fantasy-video-bg {
        width: 100%;
        height: 100%;
        min-height: 500px; /* Adjust based on your image height */
        object-fit: cover;
        border-radius: 15px; /* Matches your image styling */
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        display: block;
    }

    /* Optional: Adds a slight gold glow to the video container */
    .fantasy-image {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(243, 229, 171, 0.2); 
        border-radius: 15px;
    }

     /* CSS included to ensure the 6-step grid looks balanced */
    .prep-guide { background: #0c030f; padding: 20px 1%; color: #fff; font-family: 'Poppins', sans-serif; }
    .prep-container { max-width: 1300px; margin: 0 auto; }
    .prep-header { text-align: center; margin-bottom: 70px; }
    .prep-header h2 { font-family: 'Playfair Display', serif; font-size: 3.2rem; color: #f3e5ab; }
    
    .prep-steps { 
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
        gap: 30px; 
    }

    .step { 
        background: rgba(255, 255, 255, 0.03); 
        padding: 45px 35px; 
        border-radius: 20px; 
        border: 1px solid rgba(243, 229, 171, 0.1); 
        position: relative;
        transition: transform 0.4s ease;
    }

    .step:hover { transform: translateY(-5px); border-color: #f3e5ab; background: rgba(255, 255, 255, 0.05); }

    .number { 
        font-family: 'Playfair Display', serif; 
        font-size: 4rem; 
        color: rgba(243, 229, 171, 0.07); 
        position: absolute; 
        top: 10px; 
        right: 20px; 
    }

    .step h3 { color: #f3e5ab; font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 20px; position: relative; }
    .step p { color: #bbb; line-height: 1.8; font-size: 0.95rem; }

    .seo-footer-note { margin-top: 5    0px; text-align: center; font-style: italic; color: #777; font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; }

    @media (max-width: 768px) {
        .prep-header h2 { font-size: 2.5rem; }
        .prep-steps { grid-template-columns: 1fr; }
    }

    .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}   .service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.glass-card {
    background: var(--glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 25px;
    transition: 0.3s;
}

.btn-main {
    background: var(--gold);
    color: #000;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.content-block {
    padding: 20px 7%;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}   

.grid-3 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.scam-alert {
    background: rgba(255, 77, 77, 0.05);
    border: 1px solid var(--scam-red);
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
}

.scam-alert h3 {
    color: var(--scam-red);
}  

 .img-stack {
    position: relative;
    height: 500px;
    width: 100%;
}
.img-stack img {
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid rgba(243, 229, 171, 0.3);
}
.img-main {
    width: 90%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.img-sub {
    width: 70%;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    box-shadow: -20px -20px 50px rgba(0, 0, 0, 0.5);
}

/* Popup Styles */
    .scam-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.9);
        display: flex; align-items: center; justify-content: center;
        z-index: 9999;
        font-family: 'Poppins', sans-serif;
        padding: 20px;
        opacity: 0; visibility: hidden;
        transition: 0.5s ease-in-out;
    }

    .scam-overlay.active { opacity: 1; visibility: visible; }

    .scam-popup {
        background: #120516;
        border: 2px solid #d4af37;
        padding: 40px;
        max-width: 500px;
        width: 100%;
        border-radius: 20px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 50px rgba(212, 175, 55, 0.2);
    }

    .scam-icon { font-size: 3rem; margin-bottom: 10px; }
    .scam-popup h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: 2rem; margin-bottom: 5px; }
    .scam-subtitle { color: #d4af37; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 20px; }
    
    .scam-content { text-align: left; color: #bbb; font-size: 0.9rem; line-height: 1.6; }
    .warning-list { list-style: none; padding: 0; margin: 20px 0; }
    .warning-list li { margin-bottom: 10px; padding-left: 5px; border-left: 2px solid #ff4d4d; margin-left: 5px; }

    .verified-badge {
        background: rgba(212, 175, 55, 0.1);
        padding: 15px;
        border-radius: 10px;
        color: #fff;
        font-size: 0.85rem;
        margin-top: 20px;
        border: 1px dashed #d4af37;
    }

    .btn-verified {
        display: block;
        background: #d4af37;
        color: #000;
        text-decoration: none;
        padding: 15px;
        border-radius: 50px;
        font-weight: 700;
        margin-top: 25px;
        transition: 0.3s;
    }

    .btn-verified:hover { background: #fff; box-shadow: 0 0 20px rgba(212, 175, 55, 0.5); }

    .close-popup {
        position: absolute; top: 15px; right: 20px;
        background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer;
    }

    .auto-close { font-size: 0.7rem; color: #555; margin-top: 15px; }

    @media (max-width: 480px) {
        .scam-popup { padding: 25px; }
        .scam-popup h2 { font-size: 1.5rem; }
    }
