/* =============================================
   DIGITALKEY — Variables de marca
   ============================================= */
/* ── Nuevos estilos CRO añadidos ── */

/* Barra de confianza */
.dk-trust-bar {
    background: var(--dk-dark);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 18px 0;
    text-align: center;
}
.dk-trust-bar__label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.dk-trust-bar__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
}
.dk-trust-bar__item {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}
.dk-trust-bar__sep { color: rgba(255,255,255,0.2); }

/* Hero trust line */
.dk-hero__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
}
.dk-hero__trust span::before { margin-right: 4px; }

/* Filtro cliente ideal */
.dk-fit-card {
    border-radius: 16px;
    padding: 36px 32px;
    border: 2px solid transparent;
}
.dk-fit-card--yes {
    background: rgba(46,134,193,0.06);
    border-color: rgba(46,134,193,0.2);
}
.dk-fit-card--no {
    background: rgba(255,255,255,0.5);
    border-color: rgba(0,0,0,0.08);
}
.dk-fit-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.dk-fit-card__header h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--dk-dark);
}
.dk-fit-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.dk-fit-card--yes .dk-fit-card__icon { background: var(--dk-blue); color: white; }
.dk-fit-card--no  .dk-fit-card__icon { background: #e74c3c; color: white; }
.dk-fit-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.dk-fit-card li { font-size: 0.93rem; color: var(--dk-dark); padding-left: 20px; position: relative; line-height: 1.5; }
.dk-fit-card--yes li::before { content: '✓'; position: absolute; left: 0; color: var(--dk-blue); font-weight: 700; }
.dk-fit-card--no  li::before { content: '✕'; position: absolute; left: 0; color: #e74c3c; font-weight: 700; }

/* Proceso 4 pasos */
.dk-process {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.dk-process__step {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    text-align: center;
    padding: 24px 16px;
}
.dk-process__number {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(46,134,193,0.15);
    line-height: 1;
    margin-bottom: 12px;
}
.dk-process__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dk-dark);
    margin-bottom: 8px;
}
.dk-process__text { font-size: 0.88rem; color: var(--dk-gray); line-height: 1.6; }
.dk-process__arrow {
    font-size: 1.5rem;
    color: rgba(46,134,193,0.3);
    padding-top: 40px;
    flex-shrink: 0;
}
@media (max-width: 768px) { .dk-process__arrow { display: none; } }

/* Precio "desde" */
.dk-price-from {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dk-gray);
    margin-bottom: 4px;
    font-weight: 600;
}
.dk-card__outcome {
    font-size: 0.88rem;
    color: var(--dk-blue);
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.5;
}
.dk-pricing-note {
    text-align: center;
    font-size: 0.82rem;
    color: var(--dk-gray);
    margin-top: 32px;
    font-style: italic;
}

/* Resultados / Social proof */
.dk-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--dk-blue);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
@media (max-width: 768px) { .dk-results-grid { grid-template-columns: repeat(2,1fr); } }

.dk-result-stat {
    background: var(--dk-dark);
    padding: 40px 24px;
    text-align: center;
}
.dk-result-stat__number {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--dk-blue-light);
    line-height: 1;
    margin-bottom: 10px;
}
.dk-result-stat__label {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}

/* Testimonios */
.dk-testimonial {
    background: var(--dk-white);
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dk-testimonial__stars { color: #f39c12; font-size: 1rem; letter-spacing: 2px; }
.dk-testimonial__text { font-size: 0.95rem; color: var(--dk-dark); line-height: 1.7; font-style: italic; flex: 1; }
.dk-testimonial__name { font-weight: 700; font-size: 0.88rem; color: var(--dk-dark); }
.dk-testimonial__role { font-size: 0.78rem; color: var(--dk-blue); font-weight: 600; margin-top: 2px; }

/* Formulario de cualificación */
.dk-qual__wrapper {
    max-width: 680px;
    margin: 0 auto;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    padding: 56px 48px;
    backdrop-filter: blur(12px);
}
@media (max-width: 640px) { .dk-qual__wrapper { padding: 36px 24px; } }

.dk-qual__header { text-align: center; margin-bottom: 40px; }

.dk-qual-step { display: none; }
.dk-qual-step--active { display: block; }
.dk-qual-success { text-align: center; padding: 20px 0; }
.dk-qual-success__icon { font-size: 3rem; margin-bottom: 16px; }
.dk-qual-success h3 { color: white; font-size: 1.4rem; margin-bottom: 12px; }
.dk-qual-success p { color: rgba(255,255,255,0.7); }

.dk-qual-step__header { margin-bottom: 28px; }
.dk-qual-step__num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dk-blue-light);
    margin-bottom: 10px;
}
.dk-qual-step__header h3 { color: white; font-size: 1.2rem; font-weight: 700; margin: 0; line-height: 1.4; }

.dk-qual-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }

.dk-qual-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    font-weight: 500;
}
.dk-qual-option:hover {
    background: rgba(46,134,193,0.15);
    border-color: rgba(46,134,193,0.4);
}
.dk-qual-option input[type="radio"] { display: none; }
.dk-qual-option.dk-selected {
    background: rgba(46,134,193,0.2);
    border-color: var(--dk-blue);
    color: white;
}
.dk-qual-option.dk-selected::after {
    content: '✓';
    margin-left: auto;
    color: var(--dk-blue-light);
    font-weight: 700;
}

.dk-qual-fields { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.dk-qual-field { display: flex; flex-direction: column; gap: 6px; }
.dk-qual-field label { font-size: 0.85rem; color: rgba(255,255,255,0.7); font-weight: 600; }
.dk-qual-field input {
    padding: 14px 18px;
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: white;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
}
.dk-qual-field input:focus { border-color: var(--dk-blue); }
.dk-qual-field input::placeholder { color: rgba(255,255,255,0.3); }

/* Progress bar del formulario */
.dk-qual-progress {
    display: flex;
    gap: 6px;
    margin-bottom: 32px;
}
.dk-qual-progress__dot {
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    transition: background 0.3s;
}
.dk-qual-progress__dot.active { background: var(--dk-blue); }
:root {
    --dk-blue:        #2E86C1;
    --dk-blue-dark:   #1a5a8a;
    --dk-blue-light:  #5dade2;
    --dk-cream:       #E8E4DD;
    --dk-brown:       #8B7355;
    --dk-white:       #ffffff;
    --dk-dark:        #1a1a2e;
    --dk-gray:        #6c757d;
    --dk-transition:  cubic-bezier(0.4, 0, 0.2, 1);
}

/* =============================================
   HERO SECTION — Heading impactante
   ============================================= */
.dk-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: var(--dk-dark);
    padding: 80px 20px;
}

.dk-hero__videos {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.dk-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.dk-hero__video--active {
    opacity: 0.45;
}

.dk-hero__video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.78) 0%, rgba(13,45,74,0.68) 50%, rgba(26,90,138,0.58) 100%);
    z-index: 1;
}

/* Fondo animado con partículas CSS */
.dk-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(46,134,193,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(93,173,226,0.10) 0%, transparent 40%),
        radial-gradient(circle at 60% 80%, rgba(46,134,193,0.08) 0%, transparent 35%);
    animation: dk-pulse-bg 8s ease-in-out infinite alternate;
}

@keyframes dk-pulse-bg {
    0%   { opacity: 0.6; transform: scale(1); }
    100% { opacity: 1;   transform: scale(1.05); }
}

/* Líneas decorativas flotantes */
.dk-hero::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(46,134,193,0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: dk-rotate-ring 20s linear infinite;
}

@keyframes dk-rotate-ring {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.dk-hero__inner {
    position: relative;
    z-index: 3;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* hero::before y ::after también por encima del vídeo */
.dk-hero::before { z-index: 2; }
.dk-hero::after  { z-index: 2; }

.dk-hero__eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dk-blue-light);
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: dk-fade-up 0.8s var(--dk-transition) 0.2s forwards;
}

.dk-hero__title {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: 1.05;
    color: var(--dk-white);
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(30px);
    animation: dk-fade-up 0.9s var(--dk-transition) 0.4s forwards;
}

.dk-hero__title .dk-highlight {
    color: var(--dk-blue-light);
    position: relative;
    display: inline-block;
}

/* Subrayado animado en la palabra clave */
.dk-hero__title .dk-highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--dk-blue), var(--dk-blue-light));
    border-radius: 2px;
    animation: dk-underline 1s var(--dk-transition) 1.2s forwards;
}

@keyframes dk-underline {
    to { width: 100%; }
}

.dk-hero__subtitle {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: rgba(255,255,255,0.75);
    max-width: 620px;
    margin: 0 auto 48px;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(20px);
    animation: dk-fade-up 0.9s var(--dk-transition) 0.6s forwards;
}

.dk-hero__ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    animation: dk-fade-up 0.9s var(--dk-transition) 0.8s forwards;
}

.dk-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s var(--dk-transition);
    cursor: pointer;
    border: none;
}

.dk-btn--primary {
    background: var(--dk-blue);
    color: var(--dk-white);
    box-shadow: 0 8px 30px rgba(46,134,193,0.35);
}

.dk-btn--primary:hover {
    background: var(--dk-blue-light);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(46,134,193,0.5);
    color: var(--dk-white);
}

.dk-btn--outline {
    background: transparent;
    color: var(--dk-white);
    border: 2px solid rgba(255,255,255,0.4);
}

.dk-btn--outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--dk-white);
    transform: translateY(-3px);
    color: var(--dk-white);
}

/* Scroll indicator */
.dk-hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.4);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: dk-fade-up 1s var(--dk-transition) 1.4s forwards;
    opacity: 0;
}

.dk-hero__scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
    animation: dk-scroll-line 1.8s ease-in-out infinite;
}

@keyframes dk-scroll-line {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50%       { opacity: 1;   transform: scaleY(0.6); }
}

/* Stats rápidos debajo del hero */
.dk-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 48px 20px;
    background: var(--dk-white);
    border-bottom: 3px solid var(--dk-blue);
}

.dk-stat {
    text-align: center;
}

.dk-stat__number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--dk-blue);
    line-height: 1;
}

.dk-stat__label {
    font-size: 0.85rem;
    color: var(--dk-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
}

/* =============================================
   ANIMACIONES AL SCROLL — Sistema general
   ============================================= */

/* Clases base: los elementos empiezan invisibles */
[data-dk-animate] {
    opacity: 0;
    transition: opacity 0.7s var(--dk-transition), transform 0.7s var(--dk-transition);
    will-change: opacity, transform;
}

[data-dk-animate="fade-up"]   { transform: translateY(50px); }
[data-dk-animate="fade-down"] { transform: translateY(-50px); }
[data-dk-animate="fade-left"] { transform: translateX(60px); }
[data-dk-animate="fade-right"]{ transform: translateX(-60px); }
[data-dk-animate="zoom-in"]   { transform: scale(0.85); }
[data-dk-animate="flip-up"]   { transform: perspective(600px) rotateX(20deg) translateY(30px); }

/* Cuando el elemento entra en pantalla */
[data-dk-animate].dk-visible {
    opacity: 1;
    transform: none;
}

/* Delays escalonados para listas */
[data-dk-delay="100"] { transition-delay: 0.1s; }
[data-dk-delay="200"] { transition-delay: 0.2s; }
[data-dk-delay="300"] { transition-delay: 0.3s; }
[data-dk-delay="400"] { transition-delay: 0.4s; }
[data-dk-delay="500"] { transition-delay: 0.5s; }
[data-dk-delay="600"] { transition-delay: 0.6s; }

/* =============================================
   TARJETAS DE SERVICIOS — Hover animado
   ============================================= */
.dk-card {
    background: var(--dk-white);
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.35s var(--dk-transition), box-shadow 0.35s var(--dk-transition);
    position: relative;
    overflow: hidden;
}

.dk-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--dk-blue), var(--dk-blue-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--dk-transition);
}

.dk-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(46,134,193,0.15);
}

.dk-card:hover::before {
    transform: scaleX(1);
}

/* =============================================
   SECCIÓN DE PRECIOS — Animación de entrada
   ============================================= */
.dk-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--dk-blue);
    line-height: 1;
}

.dk-price-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--dk-blue), var(--dk-blue-light));
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* =============================================
   KEYFRAMES GLOBALES
   ============================================= */
@keyframes dk-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================================
   RESET GLOBAL — Página standalone
   ============================================= */
.dk-standalone * { box-sizing: border-box; }
.dk-standalone body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

/* =============================================
   NAVEGACIÓN
   ============================================= */
.dk-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.dk-nav__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dk-nav.dk-scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.dk-nav.dk-scrolled .dk-nav__links a { color: var(--dk-dark); }
.dk-nav.dk-scrolled .dk-nav__brand { color: var(--dk-dark); }


.dk-nav__brand {
    font-size: 1.4rem;
    font-weight: 900;
    color: white;
    text-decoration: none;
    letter-spacing: -0.5px;
}

/* Logo: evitar que se aplaste */
.dk-nav img,
.custom-logo,
.dk-nav .custom-logo-link img {
    height: 48px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
    display: block !important;
}

@media (max-width: 768px) {
    .dk-nav img,
    .custom-logo,
    .dk-nav .custom-logo-link img {
        height: 38px !important;
        max-width: 110px !important;
    }
    .dk-nav__links { display: none !important; }
    .dk-nav__hamburger { display: flex !important; }
}

.dk-nav__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dk-nav__links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.dk-nav__links a:hover { color: white; }

.dk-btn--sm { padding: 10px 24px !important; font-size: 0.88rem !important; }

.dk-nav__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.dk-nav__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .dk-nav__links { display: none; }
    .dk-nav__hamburger { display: flex; }
}

/* =============================================
   FOOTER
   ============================================= */
.dk-footer {
    background: var(--dk-dark);
    padding: 32px 0;
    text-align: center;
}

.dk-footer p {
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    margin: 0;
}

.dk-footer a {
    color: var(--dk-blue-light);
    text-decoration: none;
}

/* =============================================
   LAYOUT — Contenedor y grid
   ============================================= */
.dk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.dk-grid { display: grid; gap: 28px; }
.dk-grid--3 { grid-template-columns: repeat(3, 1fr); }
.dk-grid--2 { grid-template-columns: repeat(2, 1fr); }

@media (max-width: 960px) {
    .dk-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .dk-grid--3,
    .dk-grid--2 { grid-template-columns: 1fr; }
}

/* =============================================
   SECCIONES
   ============================================= */
.dk-section {
    padding: 96px 0;
    background: #ffffff;
}

.dk-section--cream { background: var(--dk-cream); }

.dk-section--dark {
    background: linear-gradient(135deg, var(--dk-dark) 0%, #0d2d4a 100%);
}

.dk-section__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
}

.dk-section__header--light .dk-section__title,
.dk-section__header--light .dk-section__subtitle {
    color: var(--dk-white);
}

.dk-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dk-blue);
    margin-bottom: 14px;
}

.dk-label--light { color: var(--dk-blue-light); }

.dk-section__title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--dk-dark);
    line-height: 1.15;
    margin-bottom: 18px;
}

.dk-section__subtitle {
    font-size: 1.05rem;
    color: var(--dk-gray);
    line-height: 1.7;
}

/* =============================================
   TARJETAS
   ============================================= */
.dk-card__icon {
    font-size: 2.4rem;
    margin-bottom: 18px;
}

.dk-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dk-dark);
    margin-bottom: 12px;
}

.dk-card__text {
    font-size: 0.95rem;
    color: var(--dk-gray);
    line-height: 1.7;
}

.dk-card__intro {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    line-height: 1.6;
}

.dk-card--blue {
    background: linear-gradient(135deg, var(--dk-blue), var(--dk-blue-dark));
    color: white;
}

.dk-card--blue .dk-card__title,
.dk-card--blue .dk-card__text { color: white; }

.dk-card--glass {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 40px 32px;
    transition: background 0.3s, transform 0.35s var(--dk-transition);
}

.dk-card--glass:hover {
    background: rgba(255,255,255,0.10);
    transform: translateY(-6px);
}

/* =============================================
   PRICING CARDS
   ============================================= */
.dk-pricing-card {
    background: var(--dk-white);
    border-radius: 20px;
    padding: 40px 32px 36px;
    border: 2px solid transparent;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    transition: transform 0.35s var(--dk-transition), box-shadow 0.35s;
}

.dk-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(46,134,193,0.15);
}

.dk-pricing-card--featured {
    border-color: var(--dk-blue);
    box-shadow: 0 8px 40px rgba(46,134,193,0.2);
}

.dk-pricing-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dk-blue);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.dk-pricing-card__header { text-align: center; }

.dk-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--dk-blue);
    line-height: 1;
}

.dk-price--light { color: var(--dk-white); }

.dk-price__unit {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dk-gray);
}

.dk-price--light .dk-price__unit { color: rgba(255,255,255,0.6); }

.dk-price__vat {
    display: block;
    font-size: 0.78rem;
    color: var(--dk-gray);
    margin-top: 4px;
}

.dk-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.dk-feature-list li {
    font-size: 0.92rem;
    color: var(--dk-dark);
    padding-left: 26px;
    position: relative;
    line-height: 1.5;
}

.dk-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--dk-blue);
    font-weight: 700;
}

.dk-feature-list--light li { color: rgba(255,255,255,0.85); }
.dk-feature-list--light li::before { color: var(--dk-blue-light); }

.dk-btn--outline-dark {
    background: transparent;
    color: var(--dk-blue);
    border: 2px solid var(--dk-blue);
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s var(--dk-transition);
    display: block;
}

.dk-btn--outline-dark:hover {
    background: var(--dk-blue);
    color: white;
    transform: translateY(-2px);
}

/* =============================================
   CTA SECTION
   ============================================= */
.dk-cta {
    background: linear-gradient(135deg, var(--dk-blue-dark), var(--dk-blue));
    padding: 96px 0;
    text-align: center;
}

.dk-cta__inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
}

.dk-cta__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    color: white;
    line-height: 1.15;
    margin-bottom: 20px;
}

.dk-cta__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    line-height: 1.7;
}

.dk-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.dk-cta__phone {
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    letter-spacing: 1px;
}

/* =============================================
   NAVBAR — Transparente → sólida al scroll
   ============================================= */
.site-header {
    transition: background 0.4s var(--dk-transition), box-shadow 0.4s var(--dk-transition);
}

.site-header.dk-scrolled {
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* =============================================
   CURSOR PERSONALIZADO
   ============================================= */
*, *::before, *::after {
    cursor: none !important;
}

@media (pointer: coarse) {
    *, *::before, *::after { cursor: auto !important; }
    .dk-cursor { display: none; }
}

.dk-cursor {
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 99999;
}

.dk-cursor__dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--dk-blue);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background 0.2s;
}

.dk-cursor__ring {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(46,134,193,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, border-color 0.3s;
}

.dk-cursor--hover .dk-cursor__dot {
    width: 14px;
    height: 14px;
    background: var(--dk-blue-light);
}

.dk-cursor--hover .dk-cursor__ring {
    width: 52px;
    height: 52px;
    border-color: var(--dk-blue);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
    .dk-hero__title { font-size: clamp(2rem, 9vw, 3rem); }
    .dk-stats       { gap: 30px; }
    .dk-hero__ctas  { flex-direction: column; align-items: center; }
    .dk-hero::after { width: 300px; height: 300px; }
}
