/* ═══════════════════════════════════════════════════════════
   AI-SOLUTIONS — Overrides (index.html)
   · Logo intro XL
   · Botón magenta
   · Título header AI-SOLUTIONS estilo logo
   ═══════════════════════════════════════════════════════════ */

/* ───── INTRO: logo mucho más grande ───── */
.intro .intro-logo.intro-logo-xl {
    width: clamp(220px, 36vw, 380px) !important;
    height: clamp(220px, 36vw, 380px) !important;
    margin: 0 auto 28px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro .intro-logo.intro-logo-xl img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    filter:
        drop-shadow(0 0 30px rgba(224, 64, 251, 0.55))
        drop-shadow(0 0 60px rgba(0, 229, 255, 0.45))
        drop-shadow(0 0 100px rgba(179, 136, 255, 0.3));
    animation: logoBreathXL 4s ease-in-out infinite;
}

@keyframes logoBreathXL {
    0%, 100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-10px) scale(1.04); }
}

/* Anillos de pulso escalados */
.intro .intro-logo.intro-logo-xl .pulse-ring {
    width: 100%;
    height: 100%;
    border-width: 2px;
}

/* Texto descriptivo grande */
.intro-desc.intro-desc-lg {
    font-size: clamp(1.05rem, 2.2vw, 1.45rem) !important;
    line-height: 1.55 !important;
    max-width: 780px;
    margin: 0 auto 28px !important;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.intro-desc.intro-desc-lg strong {
    color: #E040FB;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(224, 64, 251, 0.5);
}

/* ───── BOTÓN MAGENTA (reemplaza al botón anterior) ───── */
.intro-btn.intro-btn-magenta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 42px;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    background: linear-gradient(135deg, #FF4DD6 0%, #E040FB 45%, #B8008F 100%);
    box-shadow:
        0 10px 30px rgba(224, 64, 251, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 0 40px rgba(224, 64, 251, 0.35);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    overflow: hidden;
    isolation: isolate;
}

.intro-btn.intro-btn-magenta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.25), transparent 60%);
    opacity: 0.5;
    z-index: -1;
}

.intro-btn.intro-btn-magenta::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FF4DD6, #00E5FF, #E040FB);
    z-index: -2;
    filter: blur(14px);
    opacity: 0.55;
    animation: magentaGlow 3s ease-in-out infinite;
}

@keyframes magentaGlow {
    0%, 100% { opacity: 0.45; }
    50%      { opacity: 0.8; }
}

.intro-btn.intro-btn-magenta:hover {
    transform: translateY(-3px) scale(1.03);
    filter: brightness(1.08);
    box-shadow:
        0 14px 40px rgba(224, 64, 251, 0.7),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 0 60px rgba(224, 64, 251, 0.55);
}

.intro-btn.intro-btn-magenta i {
    transition: transform .25s ease;
}
.intro-btn.intro-btn-magenta:hover i {
    transform: translateX(4px);
}

/* ───── TÍTULO HEADER "AI-SOLUTIONS" estilo logo ───── */
.hdr-title.hdr-title-logo {
    font-family: 'Orbitron', 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    letter-spacing: 3px;
    margin: 8px 0 12px;
    display: inline-block;
    text-transform: uppercase;
}

.hdr-title.hdr-title-logo .ai-text {
    background: linear-gradient(135deg, #00E5FF 0%, #22D3EE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 14px rgba(0, 229, 255, 0.55));
}

.hdr-title.hdr-title-logo .dash-text {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 2px;
    font-weight: 300;
}

.hdr-title.hdr-title-logo .solutions-text {
    background: linear-gradient(135deg, #E040FB 0%, #FF4DD6 50%, #B388FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 14px rgba(224, 64, 251, 0.55));
}

/* ───── PRICING: grid 2 columnas para "Planes y Precios" ───── */
.pricing-grid.pricing-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .pricing-grid.pricing-grid-2col {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}

.section-header-secondary {
    position: relative;
}
.section-header-secondary::before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 auto 20px;
    background: linear-gradient(90deg, transparent, #E040FB, #00E5FF, transparent);
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 640px) {
    .intro .intro-logo.intro-logo-xl {
        width: clamp(180px, 55vw, 260px) !important;
        height: clamp(180px, 55vw, 260px) !important;
    }
    .intro-desc.intro-desc-lg {
        font-size: 1rem !important;
        padding: 0 12px;
    }
    .intro-btn.intro-btn-magenta {
        padding: 15px 28px;
        font-size: 1rem;
        width: 100%;
    }
    .hdr-title.hdr-title-logo {
        letter-spacing: 2px;
    }
}
