/* ============================
   TULUM VIP AGENCY - Estilo principal
   Tema oscuro / premium / dorado
   ============================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', sans-serif;
    background: #0a0a0a;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: #fff; line-height: 1.2; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.gold { color: var(--tva-gold); }
.btn-block { display: block; width: 100%; text-align: center; }

/* --- Botones --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-gold {
    background: linear-gradient(135deg, var(--tva-gold), var(--tva-gold-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}
.btn-gold:hover {
    background: linear-gradient(135deg, #d4b85e, #b8943a);
    box-shadow: 0 6px 25px rgba(201, 168, 76, 0.4);
    transform: translateY(-2px);
}
.btn-outline-gold {
    background: transparent;
    color: var(--tva-gold);
    border: 1.5px solid var(--tva-gold);
}
.btn-outline-gold:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: #d4b85e;
}
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.8rem; }
.btn-lg { padding: 1rem 2.5rem; font-size: 1rem; }

/* --- Header --- */
.main-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    transition: background 0.3s;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 1rem;
}

/* Logo */
.logo {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-shrink: 0;
}
.logo-tulum {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
}
.logo-vip {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--tva-gold);
    letter-spacing: 0.2em;
}
.logo-agency {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-left: 0.2rem;
}

/* Nav */
.main-nav ul {
    display: flex;
    gap: 0.2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.main-nav a {
    display: block;
    padding: 0.4rem 0.6rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: color 0.3s;
    white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
    color: var(--tva-gold);
}

/* Header right */
.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.lang-btn {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s;
}
.lang-btn.active { color: var(--tva-gold); }
.lang-btn:hover { color: var(--tva-gold); }
.lang-divider { color: rgba(255,255,255,0.2); font-size: 0.7rem; }
.btn-header-wa {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--tva-whatsapp);
    color: #fff;
    font-size: 1.2rem;
    transition: transform 0.3s, box-shadow 0.3s;
}
.btn-header-wa:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
}

/* Mobile toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--tva-gold);
    transition: all 0.3s;
}

/* --- Hero --- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(201, 168, 76, 0.05) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 80%, rgba(30, 30, 60, 0.5) 0%, transparent 60%),
        linear-gradient(180deg, #0a0a0a 0%, #0d0d1a 50%, #0a0a0a 100%);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 2rem;
}
.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, var(--tva-gold) 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 200% center; }
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255,255,255,0.7);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-weight: 300;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Scroll indicator */
.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.scroll-indicator span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(201, 168, 76, 0.5);
}
.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(201,168,76,0.5), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
    0%, 100% { opacity: 1; transform: scaleY(1); }
    50% { opacity: 0.3; transform: scaleY(0.6); }
}

/* --- Animaciones --- */
.animate-fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* --- Secciones oscuras --- */
.section-dark {
    background: #0a0a0a;
    padding: 4rem 0;
}
.section-dark:nth-child(even) {
    background: #0d0d0d;
}

/* --- Títulos de sección --- */
.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}
.gold-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tva-gold), transparent);
}

/* --- Featured blocks --- */
.featured-block {
    margin-bottom: 4rem;
}
.featured-header {
    text-align: center;
    margin-bottom: 2rem;
}
.featured-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.featured-header p {
    color: rgba(255,255,255,0.6);
    max-width: 600px;
    margin: 0 auto 1rem;
    font-size: 0.95rem;
}

/* --- Card Grids --- */
.card-grid {
    display: grid;
    gap: 1.5rem;
}
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* --- Cards oscuras --- */
.card-dark {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201, 168, 76, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.card-dark:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.3);
    box-shadow: 0 8px 30px rgba(201, 168, 76, 0.08);
}
.card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
}
.card-img-tall { height: 320px; }
.card-img-large { height: 350px; }
.card-body {
    padding: 1.2rem;
}
.card-body h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.card-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.card-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--tva-gold);
    margin-bottom: 0.8rem;
}
.card-price small {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
.card-meta {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.5rem;
}
.card-meta i {
    color: var(--tva-gold);
    margin-right: 0.3rem;
}
.card-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
}
.card-meta-grid i {
    color: var(--tva-gold);
    margin-right: 0.3rem;
}
.card-badge {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    background: rgba(201, 168, 76, 0.15);
    color: var(--tva-gold);
    margin-bottom: 0.5rem;
}
.card-playlist {
    margin-bottom: 0.8rem;
}
.playlist-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tva-gold);
    display: block;
    margin-bottom: 0.4rem;
}
.playlist-label i { margin-right: 0.3rem; }

/* --- Card grandes --- */
.card-large {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.card-large .card-img-large {
    height: 100%;
    min-height: 350px;
}

/* --- Villa cards --- */
.villa-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
.villa-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201, 168, 76, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s;
}
.villa-card:hover {
    border-color: rgba(201, 168, 76, 0.3);
}
.villa-gallery {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.villa-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.villa-slide.active { opacity: 1; }
.villa-prev, .villa-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.villa-prev { left: 10px; }
.villa-next { right: 10px; }
.villa-prev:hover, .villa-next:hover { background: rgba(201,168,76,0.7); }
.villa-info {
    padding: 1.5rem;
}
.villa-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}
.villa-info p {
    color: rgba(255,255,255,0.6);
    font-size: 0.92rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.villa-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
}
.villa-meta i { color: var(--tva-gold); margin-right: 0.3rem; }
.villa-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--tva-gold);
}

/* --- Event professionals: secciones especiales --- */
.section-companions {
    background: linear-gradient(180deg, #0d0d0d 0%, #12111a 50%, #0d0d0d 100%);
}
.section-subtitle-companions {
    text-align: center;
    max-width: 700px;
    margin: -1.5rem auto 2rem;
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    line-height: 1.6;
}
.card-companion {
    background: rgba(201, 168, 76, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
}
.card-companion:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.25);
}
.section-security {
    background: #0a0a0a;
}
.card-security {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
}
.card-security:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.12);
}

/* --- Page hero --- */
.page-hero-dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    padding: 8rem 0 3rem;
    text-align: center;
}
.page-hero-dark h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}
.page-hero-dark p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.6);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* --- SEO text --- */
.seo-text-section {
    padding: 2rem 0;
}
.seo-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.7;
}

/* --- Reviews Section --- */
.reviews-section {
    background: #080808;
    padding: 4rem 0;
    border-top: 1px solid rgba(201, 168, 76, 0.1);
}
.reviews-header {
    text-align: center;
    margin-bottom: 3rem;
}
.reviews-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    margin-bottom: 1.5rem;
}
.reviews-rating-main {
    display: inline-block;
}
.rating-big {
    text-align: center;
}
.rating-number {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--tva-gold);
    line-height: 1;
}
.stars-big {
    font-size: 1.3rem;
    margin: 0.3rem 0;
    letter-spacing: 0.15em;
}
.rating-total {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}
.reviews-business-name {
    margin-top: 0.5rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.review-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201, 168, 76, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    transition: border-color 0.3s;
}
.review-card:hover {
    border-color: rgba(201, 168, 76, 0.2);
}
.review-top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}
.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(201, 168, 76, 0.3);
}
.review-avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 168, 76, 0.1);
    color: var(--tva-gold);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}
.review-author {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
}
.review-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.78rem;
}
.review-stars { font-size: 0.75rem; letter-spacing: 0.05em; }
.review-time { color: rgba(255,255,255,0.4); }
.review-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}
.reviews-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* --- Footer --- */
.main-footer {
    background: #050505;
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    padding: 3rem 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 2rem;
}
.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    margin-bottom: 1rem;
}
.footer-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}
.footer-col h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tva-gold);
    margin-bottom: 1rem;
}
.footer-col ul li {
    margin-bottom: 0.5rem;
}
.footer-col ul a {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s;
}
.footer-col ul a:hover { color: var(--tva-gold); }
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.footer-contact i {
    color: var(--tva-gold);
    width: 16px;
    text-align: center;
}
.footer-socials {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}
.footer-socials a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: rgba(255,255,255,0.5);
    font-size: 0.95rem;
    transition: all 0.3s;
}
.footer-socials a:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--tva-gold);
    color: var(--tva-gold);
}

/* --- WhatsApp flotante --- */
.wa-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: var(--tva-whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: waFloat 3s ease-in-out infinite;
}
.wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}
@keyframes waFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* --- Contact --- */
.contact-container {
    max-width: 900px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
}
.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}
.contact-item i {
    font-size: 1.3rem;
    color: var(--tva-gold);
    margin-top: 0.2rem;
    width: 24px;
    text-align: center;
}
.contact-item strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.2rem;
}
.contact-item a {
    color: #fff;
    font-size: 1rem;
}
.contact-item a:hover { color: var(--tva-gold); }
.contact-item p {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
}
.contact-socials {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}
.contact-socials a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: var(--tva-gold);
    font-size: 1.1rem;
    transition: all 0.3s;
}
.contact-socials a:hover {
    background: rgba(201, 168, 76, 0.1);
    border-color: var(--tva-gold);
}
.contact-map {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(201, 168, 76, 0.1);
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.form-group label {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--tva-gold);
}
.form-group textarea { resize: vertical; }
.alert {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}
.alert-success {
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.3);
    color: #27ae60;
}
.alert-error {
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .card-grid.cols-4 { grid-template-columns: repeat(3, 1fr); }
    .card-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .mobile-toggle { display: flex; }
    .main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        padding: 2rem;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        overflow-y: auto;
        z-index: 999;
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }
    .main-nav a {
        font-size: 1.1rem;
        padding: 0.8rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .card-grid.cols-4,
    .card-grid.cols-3,
    .card-grid.cols-2 { grid-template-columns: 1fr; }
    .villa-grid { grid-template-columns: 1fr; }
    .card-large { grid-template-columns: 1fr; }
    .card-img-large { min-height: 250px; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.2rem; }
    .page-hero-dark { padding: 6rem 0 2rem; }
    .reviews-grid { grid-template-columns: 1fr; }
    .wa-float { bottom: 1.2rem; right: 1.2rem; width: 52px; height: 52px; font-size: 1.5rem; }
}
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn-lg { width: 100%; }
}
/* Google Profile card en contacto, sin mapa físico */
.google-profile-card {
    background: linear-gradient(145deg, rgba(18,18,18,0.98), rgba(8,8,8,0.98));
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 18px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.google-profile-inner {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.google-profile-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #d4af37;
    font-size: 1.5rem;
}

.google-profile-content h3 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 1.45rem;
}

.google-profile-content p {
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.google-profile-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
}

.rating-number-small {
    color: #d4af37;
    font-weight: 800;
    font-size: 1.4rem;
}

.rating-text-small {
    color: rgba(255,255,255,0.65);
}

@media (max-width: 640px) {
    .google-profile-inner {
        flex-direction: column;
    }
}


/* Google review compact card - Contact page */
.google-review-box {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 18px;
    background: rgba(10, 10, 10, 0.92);
    max-width: 520px;
}

.google-review-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.google-review-g {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
}

.google-review-box h3 {
    margin: 0 0 0.25rem;
    color: #fff;
    font-size: 1.25rem;
}

.google-review-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.google-review-rating strong {
    color: #d4af37;
}

.google-review-rating small {
    color: rgba(255,255,255,0.65);
}

.google-review-box p {
    color: rgba(255,255,255,0.75);
    line-height: 1.55;
    margin-bottom: 1rem;
}

body.modal-open {
  overflow: hidden;
  width: 100%;
}

html.details-modal-open,
body.details-modal-open {
  overflow: hidden;
}

/* SoundCloud compact playlist */
.card-playlist iframe {
    display: block;
    width: 100%;
    height: 80px;
    max-width: 100%;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
