/* Reset y variables */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #C9A961;
    --primary-color: #C9A961;
    --charcoal-premium: #1C1C1C;
    --charcoal: #2C2C2C;
    --accent-wine: #722F37;
    --warm-gray: #8B8680;
    --cream: #FFF8F0;
    --bronze: #B08D57;
    --secondary-color: #1a1a1a;
    --text-light: #666;
    --bg-light: #f8f5f0;
    --bg-dark: #0d0d0d;
    --font-primary: 'Cormorant Garamond', serif;
    --font-secondary: 'Lato', sans-serif;
    --shadow: rgba(0,0,0,0.15);
    --gradient-luxury: linear-gradient(135deg, #1C1C1C 0%, #C9A961 100%);
    --gradient-dark: linear-gradient(135deg, #1C1C1C 0%, #2C2C2C 100%);
}

/* Base styles */
body {
    font-family: var(--font-secondary);
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--font-primary);
    font-weight: 300;
    line-height: 1.2;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    color: white;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.mobile-nav-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.nav-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

.mobile-nav-logo:hover .nav-logo-img {
    transform: scale(1.1) rotate(5deg);
}

.nav-logo-text {
    font-family: var(--font-primary);
    font-size: 1.4rem;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: color 0.3s ease;
}

.mobile-nav-logo:hover .nav-logo-text {
    color: var(--bronze);
}

.mobile-nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    font-family: var(--font-secondary);
    transition: all 0.3s ease;
}

.mobile-nav-cta:hover {
    background: var(--bronze);
    transform: translateY(-1px);
}

.mobile-nav-cta i {
    font-size: 0.9rem;
}

/* Loading Screen */
.loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-dark);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(201, 169, 97, 0.3);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Floating elements */
.security-float {
    position: fixed;
    bottom: 100px;
    left: 20px;
    background: rgba(26, 26, 26, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    z-index: 100;
}

.security-float i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 100;
}

.whatsapp-float i {
    color: white;
}

/* Hero Section Mobile */
.hero {
    min-height: calc(100vh - 60px);
    margin-top: 60px;
    background: linear-gradient(rgba(74,14,30,0.9), rgba(201,169,97,0.9)), 
                url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxwYXR0ZXJuIGlkPSJsdXh1cnkiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wMikiLz4KICAgICAgPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L3BhdHRlcm4+CiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjbHV4dXJ5KSIgLz4KPC9zdmc+');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* Hero Video Background */
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero-video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(74,14,30,0.85), rgba(201,169,97,0.85));
    z-index: 1;
}

.hero-video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.hero-content {
    text-align: center;
    color: white;
    width: 100%;
    animation: fadeInUp 1s ease;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 16px;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    line-height: 1.2;
}

.hero h1 strong {
    font-weight: 600;
    color: var(--gold);
    display: block;
    font-style: italic;
    margin-top: 8px;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 16px;
    opacity: 0.95;
    font-weight: 300;
}

.hero-description {
    font-size: 1rem;
    margin-bottom: 24px;
    opacity: 0.9;
    line-height: 1.6;
    padding: 0 10px;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Trust Indicators Mobile */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    opacity: 0.9;
}

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

/* CTA Mobile Optimized */
.cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

.cta-subtext {
    font-size: 0.875rem;
    opacity: 0.8;
}

.availability-notice {
    background: rgba(114,47,55,0.2);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(114,47,55,0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.02); }
}

/* Ambiance Bar */
.ambiance-bar {
    background: var(--bg-light);
    padding: 1.5rem 20px;
    overflow-x: auto;
}

.ambiance-items {
    display: flex;
    gap: 2rem;
    justify-content: center;
    min-width: fit-content;
}

.ambiance-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.9rem;
}

.ambiance-item i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

/* Buttons */
.btn-primary {
    background: var(--gold);
    color: var(--charcoal-premium);
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(201,169,97,0.4);
    width: 100%;
    max-width: 300px;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    touch-action: manipulation;
}

.btn-primary:hover {
    background: #b89651;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 169, 97, 0.5);
}

.btn-primary:active {
    transform: scale(0.98);
    box-shadow: 0 3px 10px rgba(201,169,97,0.3);
}

/* Sections */
section {
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
}

.light {
    background: var(--bg-light);
}

.dark {
    background: var(--bg-dark);
    color: white;
}

.dark .section-header p {
    color: rgba(255,255,255,0.7);
}

/* Grid layouts */
.transparency-grid,
.service-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.transparency-card,
.feature {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.transparency-icon i,
.feature-icon i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    display: block;
}

.dark .transparency-card,
.dark .feature {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 97, 0.3);
}

/* Experience Details */
.experience-details {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.experience-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.experience-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
}

.experience-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

/* Testimonials */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 97, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.testimonial-rating {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial-rating i {
    margin-right: 2px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-details {
    font-size: 0.9rem;
    opacity: 0.7;
}

/* Process Cards */
.process-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    list-style: none;
}

.process-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 97, 0.3);
    padding: 2rem;
    border-radius: 15px;
    position: relative;
}

.process-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Service Categories */
.service-category {
    margin-bottom: 4rem;
}

.category-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-family: var(--font-primary);
}

.category-title i {
    margin-right: 0.5rem;
}

.category-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

/* Massage Grid */
.massage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.massage-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.massage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.massage-icon {
    text-align: center;
    margin-bottom: 1rem;
}

.massage-icon i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.massage-card h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--charcoal-premium);
    font-family: var(--font-primary);
}

.massage-card p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Tantric Special Section */
.tantric-special {
    background: linear-gradient(135deg, rgba(201,169,97,0.1) 0%, rgba(114,47,55,0.1) 100%);
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
}

.tantric-description {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.lead-text {
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--accent-wine);
    font-family: var(--font-primary);
}

.tantric-features {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.tantric-features h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--charcoal-premium);
}

.tantric-features ul {
    list-style: none;
}

.tantric-features li {
    padding: 0.5rem 0;
    color: var(--text-light);
}

.tantric-features i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.tantric-ideal {
    text-align: center;
    font-style: italic;
    font-size: 1.1rem;
    margin: 2rem 0;
    color: var(--accent-wine);
}

.tantric-message {
    text-align: center;
    font-size: 1.2rem;
    color: var(--primary-color);
    font-family: var(--font-primary);
}

.tantric-message i {
    margin-right: 0.5rem;
}

/* Tantric Pricing */
.tantric-pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.pricing-option {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.pricing-option.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
}

.pricing-option .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.pricing-option h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--charcoal-premium);
    font-family: var(--font-primary);
}

.price-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.price-details:last-child {
    border-bottom: none;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.duration {
    font-size: 1rem;
    color: var(--text-light);
}

/* Service CTA */
.service-cta {
    text-align: center;
    margin-top: 2rem;
}

/* Pricing cards */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.package-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.package-duration {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.package-price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 1rem 0;
}

.package-price small {
    font-size: 1.2rem;
    font-weight: 400;
}

.package-features {
    list-style: none;
    margin: 2rem 0;
    text-align: left;
}

.package-features li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.package-features li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>') no-repeat center;
}

/* Therapists Gallery */
.therapists-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.therapist-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.therapist-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.therapist-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.therapist-card h4 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 1rem 0 0.5rem;
    text-align: center;
}

.therapist-card p {
    text-align: center;
    padding: 0 1rem 1.5rem;
    opacity: 0.8;
}

/* Atmosphere Grid */
.atmosphere-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.atmosphere-item {
    text-align: center;
}

.atmosphere-image i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    display: block;
}

/* FAQ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: "+";
    font-size: 1.5rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer.active {
    max-height: 300px;
    padding: 1.5rem;
}

/* Discretion Features */
.discretion-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.discretion-feature {
    text-align: center;
}

.discretion-icon i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    display: block;
}

/* Final CTA */
.final-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--accent-wine), var(--charcoal-premium));
    color: white;
    text-align: center;
}

.final-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.final-cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.final-cta h2 strong {
    font-weight: 600;
    color: var(--gold);
    font-style: italic;
    display: block;
    margin-top: 8px;
}

.guarantee-box {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 24px 20px;
    border-radius: 16px;
    margin: 32px auto;
    border: 2px solid var(--gold);
}

.guarantee-box h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--gold);
}

.guarantee-box p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Contact Info */
.contact-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-item i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Footer */
footer {
    background: var(--bg-dark);
    color: white;
    padding: 3rem 20px 2rem;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

footer a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-header {
    margin-bottom: 2rem;
}

.modal-header h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.modal-header p {
    color: var(--text-light);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    border: none;
    background: none;
    cursor: pointer;
    color: #999;
}

.modal-close:hover {
    color: #333;
}

/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
}

.btn-submit {
    width: 100%;
    background: var(--primary-color);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #b89651;
}

/* Exit popup */
.exit-popup {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}

.exit-content {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
}

.exit-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.exit-content p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

.exit-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    border: none;
    background: none;
    cursor: pointer;
    color: #999;
}

/* Countdown */
.countdown {
    background: rgba(201,169,97,0.1);
    padding: 20px;
    border-radius: 16px;
    margin: 24px auto;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201,169,97,0.3);
}

.countdown-title {
    font-size: 1rem;
    margin-bottom: 16px;
    opacity: 0.9;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.countdown-item {
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 12px;
    min-width: 60px;
}

.countdown-value {
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--gold);
    display: block;
}

.countdown-label {
    font-size: 0.75rem;
    opacity: 0.8;
    text-transform: uppercase;
}

/* Privacy notice */
.privacy-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
    z-index: 1000;
}

.privacy-notice a {
    color: var(--primary-color);
    text-decoration: underline;
}

.privacy-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Navbar animations */
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mobile-nav {
    animation: slideInDown 0.5s ease-out;
}

/* Responsive */
@media (max-width: 480px) {
    .nav-logo-text {
        display: none;
    }
    
    .mobile-nav-cta {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-video-wrapper::after {
        background: linear-gradient(rgba(74,14,30,0.9), rgba(201,169,97,0.9)); /* Más oscuro en móvil para mejor legibilidad */
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .trust-indicators {
        gap: 1rem;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .package-price {
        font-size: 2.5rem;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 1rem;
    }
    
    .ambiance-items {
        justify-content: flex-start;
    }
    
    .process-cards {
        grid-template-columns: 1fr;
    }
    
    .therapists-gallery {
        grid-template-columns: 1fr;
    }
    
    .therapist-card img {
        height: 300px;
    }
    
    /* Service Categories Mobile */
    .massage-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .tantric-special {
        padding: 2rem 1.5rem;
    }
    
    .tantric-pricing {
        grid-template-columns: 1fr;
    }
    
    .pricing-option.featured {
        transform: none;
        margin-top: 2rem;
    }
    
    .category-title {
        font-size: 1.8rem;
    }
    
    .massage-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 15px 40px;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    section {
        padding: 40px 15px;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .modal-content {
        padding: 1.5rem;
    }
    
    .exit-content {
        padding: 2rem 1.5rem;
    }
}

/* Tablets */
@media (min-width: 768px) {
    .mobile-nav {
        padding: 1rem 2rem;
    }
    
    .nav-logo-img {
        width: 45px;
        height: 45px;
    }
    
    .nav-logo-text {
        font-size: 1.6rem;
    }
    
    .hero {
        margin-top: 0;
        min-height: 100vh;
    }
    
    .hero h1 {
        font-size: 3rem;
    }
    
    .hero h1 strong {
        display: inline;
        margin-top: 0;
    }
    
    /* Video overlay menos oscuro en tablets */
    .hero-video-wrapper::after {
        background: linear-gradient(rgba(74,14,30,0.7), rgba(201,169,97,0.7));
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .hero h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 1.2rem;
    }
    
    /* Video overlay aún menos oscuro en desktop */
    .hero-video-wrapper::after {
        background: linear-gradient(rgba(74,14,30,0.6), rgba(201,169,97,0.6));
    }
    
    /* Final CTA Desktop */
    .final-cta h2 {
        font-size: 2.5rem;
    }
    
    .final-cta {
        padding: 100px 20px;
    }
    
    .countdown-value {
        font-size: 2rem;
    }
}