/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2025 | 11:23:44 */
/* --- Elite Hero Section --- */

.elite-hero {
    background: #000;
    color: #fff;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* Aura */
.elite-aura {
    position: absolute;
    top: 50%; left: 50%;
    width: 70vw; height: 70vw;
    background: radial-gradient(circle, rgba(179,142,68,0.06) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* Wrapper */
.elite-wrapper {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: auto;
    text-align: center;
}

/* Google Badge */
.elite-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.elite-google-logo {
    height: 32px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.elite-stars {
    color: #b38e44;
    letter-spacing: 3px;
    font-size: 14px;
}

.elite-rating {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e5e5e5; /* corregido: gris premium visible */
}

/* Title */
.elite-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 6vw, 3.8rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
}

.elite-gold {
    color: #b38e44;
    font-style: italic;
}

/* Description */
.elite-desc {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 300;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 30px auto;
    color: #e5e5e5; /* corregido */
}

/* Notice */
.elite-notice {
    font-size: 0.95rem;
    color: #e5e5e5; /* corregido */
    max-width: 580px;
    margin: 0 auto 50px auto;
    line-height: 1.75;
}

/* Steps */
.elite-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 60px;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e5e5e5; /* corregido */
}

.elite-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.elite-dot {
    width: 4px;
    height: 4px;
    background: #b38e44;
    border-radius: 50%;
}

.elite-step-muted {
    opacity: 0.55;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.5px;
    color: #cfcfcf; /* corregido */
}

/* CTA */
.elite-cta {
    display: inline-block;
    padding: 20px 60px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    transition: all 0.35s ease;
    border-radius: 4px;
}

.elite-cta:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* Footer Tag */
.elite-footer-tag {
    margin-top: 30px;
    font-size: 10px;
    color: #cfcfcf; /* corregido */
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Fondo global de la landing */
.elite-landing {
    background: #000000;
    min-height: 100vh;
}
/* ============================================
   TRUST STANDARDS — ESTILO APPLE-LUXURY
   ============================================ */

.trust-standards {
    background: #000000;
    color: #ffffff;
}

/* Contenedor */
.trust-standards .standards-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Etiqueta superior */
.trust-standards .p-label {
    color: #b38e44 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Título principal */
.trust-standards .p-title {
    color: #ffffff !important;
    font-weight: 600;
}

/* Línea dorada */
.trust-standards .p-divider-gold {
    background: #b38e44 !important;
}

/* Texto introductorio */
.trust-standards .p-intro-text {
    color: #e5e5e5 !important;
    line-height: 1.7;
}

/* Títulos de columnas */
.trust-standards .s-title {
    color: #ffffff !important;
    font-weight: 600;
}

/* Texto de columnas */
.trust-standards .s-text {
    color: #e5e5e5 !important;
    line-height: 1.7;
}

/* Aviso final */
.trust-standards .notice-content {
    color: #e5e5e5 !important;
    line-height: 1.7;
}

/* Badge */
.trust-standards .google-badge-minimal svg {
    stroke: #b38e44 !important;
}

.trust-standards .certification-text {
    color: #cfcfcf !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Asegurar que NADA herede colores invisibles */
.trust-standards * {
    color: inherit;
}
/* ============================================
   TRUST SECTION — ESTILO APPLE-LUXURY
   ============================================ */

.trust-section {
    background: #000000;
    color: #ffffff;
    padding: 140px 20px;
    font-family: 'Inter', sans-serif;
}

/* Contenedor */
.trust-section .trust-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Badge */
.trust-section .rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(179,142,68,0.08);
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid rgba(179,142,68,0.25);
    margin-bottom: 30px;
}

.trust-section .stars {
    color: #b38e44 !important;
    letter-spacing: 2px;
    font-size: 14px;
}

.trust-section .rating-text {
    font-size: 11px;
    letter-spacing: 2px;
    color: #ffffff !important;
    font-weight: 700;
}

/* Título */
.trust-section .trust-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff !important;
    margin-bottom: 20px;
}

/* Intro */
.trust-section .trust-intro {
    max-width: 750px;
    margin: 25px auto 0;
    color: #e5e5e5 !important;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
}

/* Grid */
.trust-section .trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 80px 0;
}

/* Cards */
.trust-section .trust-card {
    background: rgba(255,255,255,0.03);
    padding: 50px 40px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s ease;
    text-align: left;
}

.trust-section .trust-card:hover {
    border-color: rgba(179,142,68,0.4);
    background: rgba(179,142,68,0.03);
}

.trust-section .trust-accent {
    width: 35px;
    height: 1px;
    background: #b38e44 !important;
    margin-bottom: 25px;
}

.trust-section .trust-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-bottom: 18px;
    font-weight: 500;
    color: #ffffff !important;
}

.trust-section .trust-card p {
    color: #e5e5e5 !important;
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 300;
}

/* Proceso */
.trust-section .validation-process {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    padding: 40px;
    background: rgba(179,142,68,0.05);
    border: 1px solid rgba(179,142,68,0.15);
    border-radius: 4px;
}

.trust-section .process-step {
    flex: 1;
    max-width: 350px;
}

.trust-section .step-num {
    display: block;
    font-family: 'Playfair Display', serif;
    color: #b38e44 !important;
    font-size: 2rem;
    margin-bottom: 10px;
}

.trust-section .process-step h4 {
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.trust-section .process-step p {
    font-size: 0.9rem;
    color: #e5e5e5 !important;
    line-height: 1.6;
    font-weight: 300;
}

.trust-section .process-divider {
    width: 1px;
    height: 80px;
    background: rgba(255,255,255,0.1);
}

/* CTA VIP */
.trust-section .cta-preline {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b38e44 !important;
    margin-bottom: 25px;
    font-weight: 700;
}

.trust-section .cta-vip-btn {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    padding: 25px 60px;
    font-size: 13px;
    letter-spacing: 4px;
    text-decoration: none;
    transition: all 0.5s ease;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.trust-section .cta-vip-btn:hover {
    background: #ffffff;
    color: #000000 !important;
}

.trust-section .cta-postline {
    font-size: 11px;
    color: #cfcfcf !important;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Asegurar que nada herede colores invisibles */
.trust-section * {
    color: inherit;
}
/* ============================================
   AREA + FAQ SECTION — ESTILO APPLE-LUXURY
   ============================================ */

.area-faq-section {
    background: #000000;
    color: #ffffff;
    padding: 120px 20px;
    font-family: 'Inter', sans-serif;
}

/* Contenedor */
.area-faq-section .area-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Grid */
.area-faq-section .area-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

/* Etiquetas */
.area-faq-section .area-label {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b38e44 !important;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: 700;
}

/* Títulos */
.area-faq-section .area-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    color: #ffffff !important;
    line-height: 1.2;
}

/* Línea dorada */
.area-faq-section .area-gold-line {
    width: 40px;
    height: 1px;
    background: #b38e44 !important;
    margin: 0 auto 50px;
    opacity: 0.9;
}

/* Lista de ubicaciones */
.area-faq-section .area-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.area-faq-section .area-list li {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e5e5e5 !important;
    font-size: 1rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

.area-faq-section .area-list li strong {
    color: #ffffff !important;
    font-weight: 600;
}

.area-faq-section .area-list li:hover {
    color: #ffffff !important;
}

/* FAQ */
.area-faq-section .faq-item {
    margin-bottom: 50px;
    text-align: center;
}

.area-faq-section .faq-q {
    font-weight: 600;
    color: #ffffff !important;
    margin-bottom: 18px;
    font-size: 1.15rem;
    font-family: 'Playfair Display', serif;
}

.area-faq-section .faq-a {
    color: #e5e5e5 !important;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
    max-width: 480px;
    margin: 0 auto;
}

/* Asegurar que nada herede colores invisibles */
.area-faq-section * {
    color: inherit;
}

/* Responsive */
@media (max-width: 900px) {
    .area-faq-section .area-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .area-faq-section .area-h2 {
        font-size: 2rem;
    }

    .area-faq-section .faq-a {
        max-width: 100%;
    }
}
/* ============================================
   AUTHORITY SECTION — ESTILO APPLE-LUXURY
   ============================================ */

.authority-section-final {
    background: #000000;
    color: #ffffff;
    padding: 120px 20px;
    font-family: 'Inter', sans-serif;
}

/* Contenedor */
.authority-section-final .authority-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Etiqueta */
.authority-section-final .mgt-label {
    display: block;
    text-align: center;
    color: #b38e44 !important;
    letter-spacing: 5px;
    font-size: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

/* Títulos */
.authority-section-final .mgt-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff !important;
    letter-spacing: -0.02em;
}

/* Línea dorada */
.authority-section-final .mgt-gold-line {
    width: 40px;
    height: 1px;
    background: #b38e44 !important;
    margin: 0 auto 60px;
}

/* Mapa */
.authority-section-final .google-map-frame {
    margin-bottom: 120px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

/* Texto bajo el mapa */
.authority-section-final p[style] {
    color: #e5e5e5 !important;
}

/* Tablas */
.authority-section-final .table-responsive {
    overflow-x: auto;
    margin-bottom: 80px;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.05);
}

.authority-section-final .elite-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.authority-section-final .elite-table th {
    background: #0f0f0f;
    color: #b38e44 !important;
    padding: 25px 20px;
    text-align: left;
    font-size: 10px;
    letter-spacing: 2px;
    border-bottom: 1px solid #1a1a1a;
    text-transform: uppercase;
    font-weight: 700;
}

.authority-section-final .elite-table td {
    padding: 22px 20px;
    border-bottom: 1px solid #111;
    font-size: 0.95rem;
    color: #e5e5e5 !important;
    transition: all 0.3s ease;
}

/* Fila destacada */
.authority-section-final .top-row {
    background: rgba(179,142,68,0.05);
}

.authority-section-final .top-row td {
    color: #ffffff !important;
    font-weight: 400;
}

.authority-section-final .top-row td:first-child {
    color: #b38e44 !important;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}

.authority-section-final .top-row strong {
    color: #ffffff !important;
    font-weight: 600;
}

/* Texto microcopy */
.authority-section-final .data-source-text {
    font-size: 10px;
    color: #cfcfcf !important;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 80px;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Asegurar que nada herede colores invisibles */
.authority-section-final * {
    color: inherit;
}

/* Animación */
.authority-section-final .reveal-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.authority-section-final .reveal-element.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .authority-section-final .mgt-h2 {
        font-size: 1.8rem;
    }

    .authority-section-final .elite-table th,
    .authority-section-final .elite-table td {
        padding: 18px 15px;
        font-size: 0.85rem;
    }

    .authority-section-final .google-map-frame iframe {
        height: 350px;
    }
}
/* ============================================
   FIX GLOBAL PARA QUE EL BLOQUE SE VEA SIEMPRE
   ============================================ */

.authority-section-final {
    background: #000 !important;
    color: #fff !important;
    position: relative;
    z-index: 1;
}

/* Texto principal */
.authority-section-final h1,
.authority-section-final h2,
.authority-section-final h3,
.authority-section-final h4 {
    color: #fff !important;
}

/* Texto secundario */
.authority-section-final p,
.authority-section-final td,
.authority-section-final li {
    color: #e5e5e5 !important;
}

/* Microcopy */
.authority-section-final .data-source-text {
    color: #cfcfcf !important;
}

/* Acentos */
.authority-section-final .mgt-label,
.authority-section-final .mgt-gold-line,
.authority-section-final .top-row td:first-child {
    color: #b38e44 !important;
    background: #b38e44 !important;
}

/* Evitar que alguna regla global o heredada lo haga invisible */
.authority-section-final * {
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit;
}

/* Animación segura */
.authority-section-final .reveal-element {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
