/* ============================================================
   LANDING MODERN — Valentía de Hombre
   Funnel-style landing page
   Primary: #5395c6 | Accents: #da5928, #e5a118, #0fa549, #9b2577
   ============================================================ */

/* === RESET: Ocultar contenido original del tema === */
.wlc-hero-area,
.news-ticker-area,
.featured-area,
.testimonial-area,
.cta-area,
.footer-area,
.header-navbar,
.affiliate-plan-area,
.our-blog-area,
.our-video-area,
.section-area,
.recommendation-area,
.counter-area,
.service-area,
.about-area,
.team-area,
.brand-area,
.partner-area,
.subscribe-area,
.footer-widget-copyright {
    display: none !important;
}

/* === VARIABLES === */
:root {
    --vdh-primary: #5395c6;
    --vdh-primary-dark: #3d7cb0;
    --vdh-primary-light: rgba(83, 149, 198, 0.08);
    --vdh-orange: #da5928;
    --vdh-orange-dark: #c44e22;
    --vdh-yellow: #e5a118;
    --vdh-green: #0fa549;
    --vdh-pink: #9b2577;
    --vdh-dark: #1a1a2e;
    --vdh-text: #3b4553;
    --vdh-text-light: #6b7685;
    --vdh-bg: #ffffff;
    --vdh-bg-alt: #f7f9fc;
    --vdh-bg-dark: #0f1923;
    --vdh-radius: 16px;
    --vdh-radius-sm: 10px;
    --vdh-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    --vdh-shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.1);
    --vdh-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === BASE === */
.vdh-landing {
    font-family: 'Poppins', 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--vdh-text);
    background: var(--vdh-bg);
    overflow-x: hidden;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.vdh-landing *,
.vdh-landing *::before,
.vdh-landing *::after {
    box-sizing: border-box;
}

.vdh-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.vdh-container--narrow {
    max-width: 800px;
}

/* === NAVBAR === */
.vdh-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.25rem 0;
    transition: var(--vdh-transition);
}

.vdh-nav.scrolled {
    background: rgba(15, 25, 35, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.75rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.vdh-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vdh-nav__logo img {
    height: 40px;
    width: auto;
    transition: var(--vdh-transition);
}

.vdh-nav.scrolled .vdh-nav__logo img {
    height: 34px;
}

.vdh-nav__links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vdh-nav__links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.vdh-nav__links a:hover {
    color: #fff;
}

.vdh-nav__cta {
    background: var(--vdh-orange) !important;
    color: #fff !important;
    padding: 0.55rem 1.5rem;
    border-radius: 50px;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    transition: var(--vdh-transition) !important;
    display: inline-block;
}

.vdh-nav__cta:hover {
    background: var(--vdh-orange-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(218, 89, 40, 0.3);
}

.vdh-nav__login {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500 !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.45rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem !important;
    transition: var(--vdh-transition) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
}

.vdh-nav__login:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Mobile menu toggle */
.vdh-nav__toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.vdh-nav__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: var(--vdh-transition);
    border-radius: 2px;
}

/* ============================================================
   1. HERO SECTION
   ============================================================ */
.vdh-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #0f1923;
    overflow: hidden;
    padding: 8rem 0 5rem;
}

/* Video de fondo */
.vdh-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.vdh-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(165deg, rgba(15, 25, 35, 0.65) 0%, rgba(22, 35, 56, 0.55) 35%, rgba(26, 45, 74, 0.50) 65%, rgba(30, 51, 85, 0.55) 100%);
    z-index: 1;
}

.vdh-hero__watermark,
.vdh-hero__content,
.vdh-hero__scroll {
    position: relative;
    z-index: 2;
}

.vdh-hero > .vdh-container {
    position: relative;
    z-index: 2;
}

/* Formas decorativas de fondo */
.vdh-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(83, 149, 198, 0.12) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.vdh-hero::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(218, 89, 40, 0.08) 0%, transparent 70%);
    bottom: -100px;
    left: -50px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

/* Logo watermark sutil */
.vdh-hero__watermark {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.03;
    width: 500px;
    pointer-events: none;
}

.vdh-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.vdh-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(83, 149, 198, 0.15);
    border: 1px solid rgba(83, 149, 198, 0.25);
    color: var(--vdh-primary);
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.03em;
    animation: vdhFadeDown 0.8s ease-out;
}

.vdh-hero__pretitle {
    color: var(--vdh-orange);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
    animation: vdhFadeDown 0.9s ease-out;
}

.vdh-hero__title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    animation: vdhFadeDown 1s ease-out;
}

.vdh-hero__title em {
    font-style: normal;
    color: var(--vdh-primary);
}

.vdh-hero__subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: vdhFadeDown 1.1s ease-out;
}

.vdh-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--vdh-orange);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--vdh-transition);
    box-shadow: 0 8px 30px rgba(218, 89, 40, 0.3);
    animation: vdhFadeDown 1.2s ease-out;
    border: none;
    cursor: pointer;
}

.vdh-hero__cta:hover {
    background: var(--vdh-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(218, 89, 40, 0.35);
    color: #fff;
    text-decoration: none;
}

.vdh-hero__cta i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.vdh-hero__cta:hover i {
    transform: translateX(3px);
}

/* Indicador de scroll */
.vdh-hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: vdhBounce 2s infinite;
}

.vdh-hero__scroll span {
    display: block;
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    position: relative;
}

.vdh-hero__scroll span::after {
    content: '';
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: vdhScrollDot 1.5s infinite;
}

/* ============================================================
   2. SECCIÓN PROBLEMA
   ============================================================ */
.vdh-section {
    padding: 5.5rem 0;
    position: relative;
}

.vdh-section--alt {
    background: var(--vdh-bg-alt);
}

.vdh-section--dark {
    background: linear-gradient(165deg, #0f1923 0%, #162338 50%, #1a2d4a 100%);
    color: #fff;
}

.vdh-section__header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 3.5rem;
}

.vdh-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--vdh-primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.vdh-section__tag i {
    font-size: 0.65rem;
}

.vdh-section__title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: var(--vdh-dark);
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.vdh-section--dark .vdh-section__title {
    color: #fff;
}

.vdh-section__desc {
    color: var(--vdh-text-light);
    font-size: 1rem;
    line-height: 1.75;
}

.vdh-section--dark .vdh-section__desc {
    color: rgba(255, 255, 255, 0.6);
}

/* Problema — lista con iconos */
.vdh-problem-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.vdh-problem-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: var(--vdh-radius);
    border: 1px solid #eef1f5;
    transition: var(--vdh-transition);
}

.vdh-problem-item:hover {
    box-shadow: var(--vdh-shadow);
    border-color: transparent;
    transform: translateY(-2px);
}

.vdh-problem-item__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.vdh-problem-item__icon--orange {
    background: rgba(218, 89, 40, 0.1);
    color: var(--vdh-orange);
}

.vdh-problem-item__icon--pink {
    background: rgba(155, 37, 119, 0.1);
    color: var(--vdh-pink);
}

.vdh-problem-item__icon--yellow {
    background: rgba(229, 161, 24, 0.1);
    color: var(--vdh-yellow);
}

.vdh-problem-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--vdh-dark);
    margin-bottom: 0.35rem;
}

.vdh-problem-item p {
    font-size: 0.875rem;
    color: var(--vdh-text-light);
    margin: 0;
    line-height: 1.6;
}

/* Frase destacada */
.vdh-highlight-box {
    text-align: center;
    max-width: 650px;
    margin: 3rem auto 0;
    padding: 2rem;
    background: var(--vdh-primary-light);
    border-left: 4px solid var(--vdh-primary);
    border-radius: 0 var(--vdh-radius) var(--vdh-radius) 0;
}

.vdh-highlight-box p {
    font-size: 1.05rem;
    color: var(--vdh-dark);
    font-weight: 500;
    margin: 0;
    line-height: 1.7;
}

.vdh-highlight-box strong {
    color: var(--vdh-primary);
}

/* ============================================================
   3. SECCIÓN SOLUCIÓN — "Aún no es tarde"
   ============================================================ */
.vdh-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.vdh-solution-text h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--vdh-dark);
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.vdh-solution-text h3 em {
    font-style: normal;
    color: var(--vdh-primary);
}

.vdh-solution-text p {
    font-size: 1rem;
    color: var(--vdh-text-light);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.vdh-solution-text p:last-child {
    margin-bottom: 0;
}

.vdh-solution-text .vdh-accent {
    font-weight: 600;
    color: var(--vdh-dark);
}

.vdh-solution-visual {
    position: relative;
}

.vdh-solution-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--vdh-shadow-lg);
    position: relative;
    overflow: hidden;
}

.vdh-solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vdh-primary), var(--vdh-green));
}

.vdh-solution-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.vdh-stat {
    text-align: center;
    padding: 1.25rem;
    border-radius: var(--vdh-radius-sm);
    background: var(--vdh-bg-alt);
}

.vdh-stat__number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--vdh-primary);
    display: block;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.vdh-stat__label {
    font-size: 0.78rem;
    color: var(--vdh-text-light);
    font-weight: 500;
}

/* ============================================================
   4. SECCIÓN VIDEO
   ============================================================ */
.vdh-video-section {
    padding: 6rem 0;
    background: var(--vdh-bg-alt);
}

.vdh-video-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.vdh-video-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--vdh-shadow-lg);
    background: var(--vdh-bg-dark);
}

.vdh-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.vdh-video-frame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
    background: #000;
}

/* Placeholder de video (antes de cargar iframe) */
.vdh-video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, #0f1923, #1a2d4a);
    cursor: pointer;
    transition: var(--vdh-transition);
}

.vdh-video-placeholder:hover {
    background: linear-gradient(165deg, #121f2e, #1e3355);
}

.vdh-video-play {
    width: 80px;
    height: 80px;
    background: var(--vdh-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
    transition: var(--vdh-transition);
}

.vdh-video-play::before {
    content: '';
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(218, 89, 40, 0.3);
    border-radius: 50%;
    animation: vdhPulse 2s infinite;
}

.vdh-video-play i {
    color: #fff;
    font-size: 1.75rem;
    margin-left: 4px;
}

.vdh-video-placeholder:hover .vdh-video-play {
    transform: scale(1.08);
    box-shadow: 0 8px 30px rgba(218, 89, 40, 0.35);
}

.vdh-video-placeholder p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 500;
}

.vdh-video-cta {
    text-align: center;
    margin-top: 2rem;
}

/* ============================================================
   5. SECCIÓN BENEFICIOS
   ============================================================ */
.vdh-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.vdh-benefit-card {
    background: #fff;
    border-radius: var(--vdh-radius);
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #eef1f5;
    transition: var(--vdh-transition);
    position: relative;
    overflow: hidden;
}

.vdh-benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--vdh-primary);
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.vdh-benefit-card:hover {
    box-shadow: var(--vdh-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}

.vdh-benefit-card:hover::after {
    transform: scaleX(1);
}

.vdh-benefit-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: 0 auto 1.25rem;
}

.vdh-benefit-card__icon--blue {
    background: rgba(83, 149, 198, 0.1);
    color: var(--vdh-primary);
}

.vdh-benefit-card__icon--orange {
    background: rgba(218, 89, 40, 0.1);
    color: var(--vdh-orange);
}

.vdh-benefit-card__icon--green {
    background: rgba(15, 165, 73, 0.1);
    color: var(--vdh-green);
}

.vdh-benefit-card__icon--yellow {
    background: rgba(229, 161, 24, 0.1);
    color: var(--vdh-yellow);
}

.vdh-benefit-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--vdh-dark);
    margin-bottom: 0.5rem;
}

.vdh-benefit-card p {
    font-size: 0.85rem;
    color: var(--vdh-text-light);
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   6. SECCIÓN "PARA TI SI..."
   ============================================================ */
.vdh-checklist {
    max-width: 650px;
    margin: 0 auto;
}

.vdh-check-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vdh-check-item:last-child {
    border-bottom: none;
}

.vdh-check-item__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: rgba(15, 165, 73, 0.15);
    color: var(--vdh-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-top: 0.15rem;
}

.vdh-check-item p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   7. SECCIÓN COMUNIDAD
   ============================================================ */
.vdh-community {
    position: relative;
    overflow: hidden;
}

.vdh-community__bg-logo {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.04;
    width: 400px;
    pointer-events: none;
}

.vdh-community-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.vdh-community-text h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--vdh-dark);
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.vdh-community-text p {
    font-size: 1rem;
    color: var(--vdh-text-light);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.vdh-community-values {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.vdh-community-values li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    color: var(--vdh-dark);
    font-weight: 500;
}

.vdh-community-values li i {
    color: var(--vdh-green);
    font-size: 0.8rem;
}

.vdh-community-card {
    background: linear-gradient(135deg, var(--vdh-primary), #3d7cb0);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vdh-community-card::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    top: -50px;
    right: -50px;
}

.vdh-community-card__quote {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.vdh-community-card__author {
    font-size: 0.85rem;
    opacity: 0.75;
    font-weight: 500;
}

/* ============================================================
   8. CTA FINAL
   ============================================================ */
.vdh-cta-final {
    padding: 6rem 0;
    background: linear-gradient(165deg, #0f1923 0%, #162338 50%, #1a2d4a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vdh-cta-final::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(83, 149, 198, 0.1) 0%, transparent 70%);
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.vdh-cta-final__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 auto;
}

.vdh-cta-final__title {
    color: #fff;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.vdh-cta-final__subtitle {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.vdh-cta-final__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--vdh-orange);
    color: #fff;
    padding: 1.1rem 3rem;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--vdh-transition);
    box-shadow: 0 8px 30px rgba(218, 89, 40, 0.3);
    border: none;
    cursor: pointer;
}

.vdh-cta-final__btn:hover {
    background: var(--vdh-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(218, 89, 40, 0.35);
    color: #fff;
    text-decoration: none;
}

.vdh-cta-final__btn i {
    transition: transform 0.3s ease;
}

.vdh-cta-final__btn:hover i {
    transform: translateX(3px);
}

.vdh-cta-final__note {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.8rem;
}

.vdh-cta-final__note i {
    color: var(--vdh-green);
    margin-right: 0.35rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.vdh-footer {
    background: #0a1219;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vdh-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.vdh-footer__logo img {
    height: 30px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.vdh-footer__logo img:hover {
    opacity: 0.8;
}

.vdh-footer__text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.78rem;
    margin: 0;
}

.vdh-footer__links {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vdh-footer__links a {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vdh-footer__links a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   BOTÓN CTA GENÉRICO
   ============================================================ */
.vdh-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--vdh-transition);
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.vdh-btn--primary {
    background: var(--vdh-orange);
    color: #fff;
    box-shadow: 0 6px 20px rgba(218, 89, 40, 0.25);
}

.vdh-btn--primary:hover {
    background: var(--vdh-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(218, 89, 40, 0.3);
    color: #fff;
    text-decoration: none;
}

.vdh-btn--outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.vdh-btn--outline:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
}

/* Separador */
.vdh-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--vdh-primary), var(--vdh-orange));
    border-radius: 3px;
    margin: 0 auto 1.5rem;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */
@keyframes vdhFadeDown {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes vdhBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-8px); }
    60% { transform: translateX(-50%) translateY(-4px); }
}

@keyframes vdhScrollDot {
    0%   { opacity: 1; top: 6px; }
    100% { opacity: 0; top: 22px; }
}

@keyframes vdhPulse {
    0%   { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Animación al scroll (se activa con JS) */
.vdh-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.vdh-animate.vdh-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .vdh-solution-grid,
    .vdh-community-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vdh-solution-visual {
        order: -1;
    }

    .vdh-nav__links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(15, 25, 35, 0.98);
        flex-direction: column;
        padding: 1.5rem;
        gap: 0.75rem;
        border-radius: 0 0 var(--vdh-radius) var(--vdh-radius);
    }

    .vdh-nav__links.active {
        display: flex;
    }

    .vdh-nav__toggle {
        display: block;
    }

    .vdh-hero {
        padding: 7rem 0 4rem;
    }

    .vdh-section {
        padding: 4rem 0;
    }
}

@media (max-width: 767px) {
    .vdh-hero__title {
        font-size: 1.75rem;
    }

    .vdh-hero__cta {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    .vdh-problem-list {
        grid-template-columns: 1fr;
    }

    .vdh-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vdh-solution-stats {
        grid-template-columns: 1fr 1fr;
    }

    .vdh-cta-final {
        padding: 4rem 0;
    }

    .vdh-cta-final__btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .vdh-footer__inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .vdh-benefits-grid {
        grid-template-columns: 1fr;
    }

    .vdh-solution-stats {
        grid-template-columns: 1fr;
    }

    .vdh-hero {
        padding: 6rem 0 3rem;
    }

    .vdh-community-card {
        padding: 2rem 1.5rem;
    }
}
