/* ==========================================
   VELOO MÓVEL - DEDICATED TELEPHONY PAGE STYLES
   ========================================== */

/* -- Hero Banner -- */
.movel-hero {
    position: relative;
    min-height: 65vh;
    margin-top: 80px;
    overflow: hidden;
    background: linear-gradient(135deg, #0D1F5C 0%, #1E3A8A 40%, #1E6BF1 100%);
    display: flex;
    align-items: center;
}

.movel-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: url('../images/background_movel.jpg') center/cover no-repeat;
    opacity: 0.18;
}

.movel-hero-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.movel-hero-circle-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
}

.movel-hero-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -100px;
    background: rgba(255, 255, 255, 0.05);
}

.movel-hero-circle-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    background: rgba(30, 107, 241, 0.2);
    filter: blur(40px);
}

.movel-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4rem;
    gap: 3rem;
}

.movel-hero-text {
    flex: 1;
    max-width: 600px;
    color: #fff;
}

.movel-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.movel-hero-label i {
    font-size: 1rem;
    color: #60A5FA;
}

.movel-hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.movel-hero-title span {
    background: linear-gradient(90deg, #60A5FA, #A78BFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.movel-hero-description {
    font-size: 1.15rem;
    opacity: 0.85;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.movel-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.movel-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(10px);
}

.movel-hero-badge i {
    color: #34D399;
    font-size: 0.9rem;
}

.movel-hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Phone Visual */
.movel-hero-visual {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 3rem;
}

.movel-phone-wrap {
    position: relative;
    width: 200px;
    height: 360px;
}

.movel-phone-outer {
    width: 200px;
    height: 360px;
    background: linear-gradient(145deg, rgba(255,255,255,0.25), rgba(255,255,255,0.08));
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
    position: relative;
    overflow: hidden;
}

.movel-phone-notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 22px;
    background: rgba(0,0,0,0.4);
    border-radius: 999px;
    z-index: 2;
}

.movel-phone-screen {
    width: 160px;
    height: 300px;
    background: linear-gradient(155deg, #0D1F5C, #1E6BF1);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid rgba(255,255,255,0.15);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.movel-phone-screen::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.15) 0%, transparent 60%);
}

.movel-phone-icon-main {
    font-size: 3rem;
    color: #fff;
    opacity: 0.9;
}

.movel-phone-signal {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 20px;
}

.movel-phone-signal span {
    width: 5px;
    background: #34D399;
    border-radius: 2px;
    display: block;
}

.movel-phone-signal span:nth-child(1) { height: 5px; }
.movel-phone-signal span:nth-child(2) { height: 9px; }
.movel-phone-signal span:nth-child(3) { height: 14px; }
.movel-phone-signal span:nth-child(4) { height: 20px; }

.movel-phone-data {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    background: rgba(255,255,255,0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

.movel-float-badge {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 0.6rem 1rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1E3A8A;
    animation: floatBadge 3s ease-in-out infinite;
    z-index: 20;
    white-space: nowrap;
}

.movel-float-badge-1 {
    top: 30px;
    left: -100px;
    animation-delay: 0s;
}

.movel-float-badge-2 {
    bottom: 60px;
    right: -50px;
    animation-delay: -1.5s;
}

.movel-float-badge i {
    font-size: 1rem;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



/* -- Feature Bar -- */
.movel-features-bar {
    background: linear-gradient(135deg, #1E6BF1 0%, #3B82F6 100%);
    padding: 1.5rem 2rem;
    margin: 1rem 2rem 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(30, 107, 241, 0.25);
}

.movel-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.movel-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    transition: 0.3s ease;
}

.movel-feature-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.movel-feature-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.movel-feature-text h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.2rem;
}

.movel-feature-text p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
}

/* -- Plan Header Badge Gradient -- */
.movel-plan-badge {
    background: linear-gradient(135deg, #1E3A8A, #1E6BF1) !important;
}

/* -- Mobile Info Strip -- */
.movel-info-strip {
    background: var(--bg-light);
    padding: 1.5rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 3rem;
}

.movel-info-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.movel-info-chip {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
}

.movel-info-chip i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E3A8A, #1E6BF1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* -- CTA Section -- */
.movel-cta-section {
    background: linear-gradient(135deg, rgba(30, 107, 241, 0.08) 0%, rgba(30, 58, 138, 0.12) 100%);
    padding: 5rem 0;
    text-align: center;
    border-top: 1px solid rgba(30, 107, 241, 0.15);
}

.movel-cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.movel-cta-section p {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-inline: auto;
}

.movel-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
    .movel-hero-title { font-size: 3rem; }
    .movel-hero-content { padding: 3rem 2rem; }
    .movel-phone-wrap { width: 160px; height: 290px; }
    .movel-phone-outer { width: 160px; height: 290px; }
    .movel-float-badge-1 { left: -80px; }
    .movel-float-badge-2 { right: -60px; }

    /* Prevent featured card from spanning 2 cols and being narrow */
    .plans-grid .plan-card.plan-featured {
        grid-column: auto;
        max-width: 100%;
        width: 100%;
        justify-self: stretch;
        transform: none;
    }
}

@media (max-width: 768px) {
    /* Hero: stacked, no phone visual */
    .movel-hero-content {
        flex-direction: column;
        padding: 2.5rem 1.5rem 2.5rem;
        text-align: center;
    }
    .movel-hero-visual { display: none; }
    .movel-hero-title { font-size: 2.5rem; }
    .movel-hero-description { font-size: 1rem; max-width: 100%; }
    .movel-hero-badges { justify-content: center; }
    .movel-hero-ctas { justify-content: center; }

    /* Plans: single column, full width like other pages */
    .plans-grid {
        grid-template-columns: 1fr !important;
    }

    .plan-card.plan-featured {
        grid-column: auto;
        max-width: 450px;
    }

    /* Features bar */
    .movel-features-bar { margin: 1rem 0 0; }
    .movel-features-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
    .movel-feature-item { flex-direction: column; text-align: center; padding: 0.75rem; }

    /* CTA section */
    .movel-cta-section h2 { font-size: 1.75rem; }
}

@media (max-width: 480px) {
    .movel-hero-title { font-size: 2rem; }
    .movel-hero-content { padding: 2rem 1rem 2.5rem; }

    /* Stats bar: single column on very small screens */
    .stats-bar .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }

    /* Hero badges: smaller text */
    .movel-hero-badge { font-size: 0.78rem; padding: 0.4rem 0.7rem; }

    /* CTA buttons stack */
    .movel-hero-ctas { flex-direction: column; }
    .movel-hero-ctas .btn { width: 100%; justify-content: center; }
}
