/* ============================================================
   RAPIX v95 — refinamento visual, mobile e correções de UX
   Camada final de estilo para reduzir excesso de efeitos,
   melhorar consistência entre páginas e preservar a identidade Rapix.
   ============================================================ */

/* ---------- Base: menos "efeito de template", mais interface ---------- */
:root {
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --shadow-sm: 0 5px 18px rgba(13, 31, 107, .045);
    --shadow-md: 0 10px 28px rgba(13, 31, 107, .07);
    --shadow-lg: 0 18px 44px rgba(13, 31, 107, .10);
}

/* ---------- Header / controles flutuantes ---------- */
.header-client-link,
.site-header .menu-toggle {
    box-shadow: none;
}


/* ---------- Hero da home ---------- */
#fiberCanvas { opacity: .08; }
.hero-content { padding-bottom: 20px; }
.hero-content h1 { text-shadow: 0 3px 18px rgba(0,0,0,.34); }
.hero-content p { text-shadow: 0 2px 10px rgba(0,0,0,.30); }

/* ---------- Faixa de números ---------- */
.stats-strip { padding-block: 30px; }
.stats-strip-number { font-size: clamp(1.65rem, 2.2vw, 2rem); }
.stats-strip-label { letter-spacing: .025em; text-transform: none; font-size: .78rem; }

/* ---------- Ofertas: menos brilho / menos "cards de IA" ---------- */
.planos-ofertas {
    background: #f7f8fb;
}
.oferta-card {
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(8, 25, 70, .06);
}
.oferta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(8, 25, 70, .09);
}
.oferta-badge { box-shadow: none; }

/* ============================================================
   CARROSSEL DE BANNERS DA HOME
   - indicadores menores e sem cápsula de fundo
   - setas sem fundo, sem borda e sem blur
   ============================================================ */
.showcase-carousel-progress.showcase-progress-overlay {
    bottom: 13px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.showcase-progress-overlay .ofertas-dots {
    gap: 5px;
    min-height: 8px;
}
.showcase-progress-overlay .ofertas-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.50);
    cursor: pointer;
    opacity: .72;
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}
.showcase-progress-overlay .ofertas-dot:hover {
    background: rgba(255,255,255,.82);
    opacity: 1;
}
.showcase-progress-overlay .ofertas-dot.active {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7417;
    opacity: .95;
}
.showcase-progress-overlay .ofertas-dot::before { inset: -5px; }

.showcase-nav-btn {
    width: 46px;
    height: 64px;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 38px;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
    opacity: .78;
    transition: opacity .18s ease, transform .18s ease;
}
.showcase-nav-btn:hover {
    background: transparent;
    border-color: transparent;
    transform: translateY(-50%) scale(1.05);
    opacity: 1;
}
.showcase-nav-btn-prev { left: clamp(8px, 1.8vw, 28px); }
.showcase-nav-btn-next { right: clamp(8px, 1.8vw, 28px); }

/* ---------- Produtos Rapix ---------- */
.rapix-products-compact::before { display: none; }
.rapix-compact-card {
    border-radius: 14px;
    box-shadow: none;
}
.rapix-compact-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}
.rapix-compact-icon {
    border-radius: 10px;
    background: #f2f4f8;
}
.rapix-products-compact-cta { border-radius: 12px; }

/* ---------- Por que Rapix: remove órbitas e enfeites gratuitos ---------- */
.why-rapix { gap: clamp(34px, 5vw, 64px); }
.why-card {
    min-height: 178px;
    padding: 22px 20px;
    border-radius: 14px;
    box-shadow: none;
}
.why-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}
.why-card-icon {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 14px;
    background: transparent;
    border-radius: 0;
    font-size: 1.15rem;
}

/* ---------- FAQ ---------- */
.faq-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}
.faq-pergunta { padding: 19px 22px; }
.faq-item.active .faq-resposta { padding: 0 22px 20px; }

/* ============================================================
   PÁGINAS INTERNAS — banners preservados, conteúdo refinado
   ============================================================ */
.internal-banner h1 { text-shadow: none; }
.internal-banner__visual img { filter: drop-shadow(0 14px 20px rgba(0,0,30,.16)); }
.internal-banner__visual::before { opacity: .55; }

/* ---------- Empresa ---------- */
.company-story { padding-block: 78px; }
.company-story-grid { gap: clamp(42px, 6vw, 72px); }
.company-story-copy h2,
.company-pillars-head h2 {
    font-size: clamp(1.9rem, 3.1vw, 2.65rem);
}
.company-values { gap: 0; border-top: 1px solid #e3e8ef; }
.company-value {
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 19px 0;
    border: 0;
    border-bottom: 1px solid #e3e8ef;
    border-radius: 0;
    background: transparent;
}
.company-value > i {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: transparent;
    justify-content: start;
    font-size: 1rem;
}
.company-pillars {
    padding: 72px 0 82px;
    background: #f7f8fb;
}
.company-pillars-grid { gap: 0; border-top: 1px solid #dfe5ed; }
.company-pillar {
    padding: 26px 28px 22px 0;
    border: 0;
    border-right: 1px solid #dfe5ed;
    border-radius: 0;
    background: transparent;
}
.company-pillar + .company-pillar { padding-left: 28px; }
.company-pillar:last-child { border-right: 0; }
.company-pillar i { font-size: 1.15rem; margin-bottom: 14px; }

/* ---------- Contato ---------- */
.contato-page {
    padding: 68px 0 78px;
    background: #fff;
}
.contato-page .contato-grid { gap: clamp(34px, 5vw, 68px); }
.contato-page .contato-info {
    gap: 0;
    border-top: 1px solid #e1e6ed;
}
.contato-page .info-card {
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #e1e6ed;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
}
.contato-page .info-card:hover {
    transform: none;
    box-shadow: none;
    border-color: #e1e6ed;
}
.contato-page .info-card .card-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff4ec;
    font-size: .9rem;
}
.contato-page .info-card .card-value--address {
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.55;
}
.contato-page .contato-form {
    padding: 30px 32px;
    border-radius: 14px;
    box-shadow: none;
    border-color: #dfe5ed;
}
.contato-page .contato-form .form-header h2 { font-size: 1.35rem; }
.field-optional { color: var(--text-muted); font-weight: 400; }

/* ---------- Trabalhe conosco ---------- */
.trabalhe-page { background: #fff; padding: 72px 0 80px; }
.trabalhe-page .contato-grid { gap: clamp(36px, 5vw, 64px); }
.trabalhe-conosco-section .titulo {
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
    line-height: 1.15;
    margin-bottom: 14px;
}
.trabalhe-conosco-section .descricao { max-width: 560px; margin-bottom: 28px; }
.trabalhe-conosco-section .beneficios {
    gap: 0;
    border-top: 1px solid #e1e6ed;
}
.trabalhe-conosco-section .beneficio-item {
    padding: 15px 0;
    border-bottom: 1px solid #e1e6ed;
}
.trabalhe-conosco-section .beneficio-item i {
    color: var(--secondary);
    font-size: .9rem;
}
.trabalhe-page .contato-form {
    padding: 30px 32px;
    border-radius: 14px;
    box-shadow: none;
}
.career-form-title {
    margin: 0 0 5px;
    color: var(--text-dark);
    font-size: 1.35rem;
}
.career-form-note {
    margin: 0 0 8px;
    color: var(--text-muted);
    font-size: .84rem;
}
.career-form-note .required,
.career-field-label .required { color: var(--danger); }
.career-field-label {
    display: block;
    margin: 0 0 6px;
    color: var(--text-dark);
    font-size: .8rem;
    font-weight: 700;
}
.career-file-label { margin-bottom: 8px; font-size: .9rem; }
.career-file-meta {
    display: block;
    margin-top: 2px;
    color: var(--text-muted);
    font-size: .74rem;
    font-weight: 400;
}
.career-file-help { color: var(--text-muted); }
.trabalhe-page .file-upload-area {
    border-width: 1px;
    border-radius: 10px;
    background: #fafbfc;
}

/* ---------- Política de privacidade ---------- */
.policy-page {
    padding: 62px 0 82px;
    background: #fff;
}
.policy-page .container { max-width: 860px; }
.policy-page h2 {
    margin-top: 38px;
    padding-top: 4px;
    font-size: 1.32rem;
    line-height: 1.3;
}
.policy-page p { line-height: 1.72; }
.policy-page ul {
    list-style: disc;
    padding-left: 1.25rem;
}
.policy-page ul li {
    padding: 5px 0 5px 5px;
    line-height: 1.65;
}
.policy-page ul li::before { display: none; }
.policy-page .highlight-box {
    margin: 26px 0;
    padding: 20px 22px;
    border: 1px solid #e1e6ed;
    border-left: 3px solid var(--secondary);
    border-radius: 8px;
    background: #fafbfc;
    box-shadow: none;
}
.privacy-summary > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
}
.policy-page .privacy-summary-list {
    margin: 0;
    padding-left: 1.15rem;
}
.policy-contact-icon { color: var(--secondary); }

/* ---------- Modal: remove efeitos supérfluos ---------- */
.modal-container { border-radius: 18px; box-shadow: 0 20px 56px rgba(0,0,0,.28); }
.modal-container::before { background: var(--secondary); animation: none; }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 720px) {
    .container { padding-inline: 18px; }

    .hero {
        min-height: 430px;
        padding-top: 24px;
        padding-bottom: 34px;
    }
    .hero-content { padding-inline: 0; padding-bottom: 0; }
    .hero-content h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
    .hero-content p { font-size: .94rem; }

    .stats-strip { padding-block: 24px; }

    /* Banner inicial: controles mínimos e sem bloquear a arte. */
    .showcase-nav-btn {
        width: 32px;
        height: 50px;
        font-size: 30px;
        opacity: .72;
    }
    .showcase-nav-btn-prev { left: 2px; }
    .showcase-nav-btn-next { right: 2px; }
    .showcase-carousel-progress.showcase-progress-overlay { bottom: 8px; }
    .showcase-progress-overlay .ofertas-dots { gap: 4px; }
    .showcase-progress-overlay .ofertas-dot { width: 3px; height: 3px; }
    .showcase-progress-overlay .ofertas-dot.active { width: 5px; height: 5px; }

    /* Produtos: no touch não faz sentido uma esteira infinita fugindo do dedo. */
    .rapix-products-marquee {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        -webkit-mask-image: none;
        mask-image: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .rapix-products-marquee::-webkit-scrollbar { display: none; }
    .rapix-products-marquee-track {
        animation: none;
        width: max-content;
    }
    .rapix-products-marquee-group[aria-hidden="true"] { display: none; }
    .rapix-compact-card {
        scroll-snap-align: start;
        flex-basis: min(82vw, 280px);
        width: min(82vw, 280px);
    }

    .rapix-ecosystem { padding: 66px 0 72px; }

    .company-story,
    .company-pillars,
    .contato-page,
    .trabalhe-page,
    .policy-page { padding-block: 56px; }

    .company-pillars-grid { border-top: 1px solid #dfe5ed; }
    .company-pillar,
    .company-pillar + .company-pillar {
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid #dfe5ed;
    }
    .company-pillar:last-child { border-bottom: 0; }

    .contato-page .contato-grid,
    .trabalhe-page .contato-grid { gap: 38px; }
    .contato-page .contato-form,
    .trabalhe-page .contato-form {
        padding: 24px 18px;
        border-radius: 12px;
    }

    .policy-page .highlight-box { padding: 17px 18px; }


}

@media (max-width: 420px) {
    .internal-banner__inner { padding-inline: 18px; }
    .internal-banner__content { padding-top: 22px; }
    .internal-banner h1 { font-size: clamp(1.62rem, 8.2vw, 2rem); }
    .internal-banner__description { font-size: .86rem; }

    .rapix-products-compact { padding-block: 54px 50px; }
    .rapix-products-compact-head h2 { font-size: 1.85rem; }
    .rapix-products-compact-footer { padding-top: 17px; }

    .why-rapix-image-wrap { height: 300px; }

    .faq { padding-block: 68px; }
    .faq-pergunta { padding: 17px 16px; font-size: .98rem; }
    .faq-item.active .faq-resposta { padding: 0 16px 17px; }

    .modal-overlay { padding: 10px; }
    .modal-scroll { padding: 26px 18px 22px; }
    .modal-container { border-radius: 14px; }
}
\n\n/* ============================================================
   v105 — PÁGINA TESTE DE VELOCIDADE
   ============================================================ */
.internal-banner--speedtest .internal-banner__visual img {
    max-height: clamp(250px, 23vw, 445px);
}
.internal-banner__visual--speedtest::before {
    opacity: .35;
}

.speedtest-page {
    background: #f8fafc;
}
.speedtest-intro,
.speedtest-metrics,
.speedtest-guide {
    padding: clamp(68px, 7vw, 104px) 0;
}
.speedtest-intro {
    background: #fff;
}
.speedtest-intro-grid,
.speedtest-guide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
}
.speedtest-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--secondary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.speedtest-copy h2,
.speedtest-section-head h2,
.speedtest-guide-copy h2,
.speedtest-support h2,
.speedtest-launch h2 {
    color: #071443;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -.04em;
}
.speedtest-copy > p,
.speedtest-section-head > p,
.speedtest-guide-copy > p,
.speedtest-support > p,
.speedtest-launch > p {
    color: #5d687d;
    line-height: 1.75;
}
.speedtest-copy > p {
    max-width: 720px;
    margin-top: 18px;
}
.speedtest-checklist {
    margin-top: 32px;
    border-top: 1px solid #e2e8f0;
}
.speedtest-checklist > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 600;
}
.speedtest-checklist i {
    color: var(--primary-light);
    font-size: 1rem;
}
.speedtest-launch {
    position: relative;
    padding: clamp(28px, 3.4vw, 42px);
    overflow: hidden;
    border: 1px solid #dfe5ef;
    border-radius: 18px;
    background: #f8fafc;
}
.speedtest-launch-label {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.speedtest-launch h2 {
    font-size: clamp(1.65rem, 2.3vw, 2.15rem);
}
.speedtest-launch > p {
    margin: 12px 0 24px;
    font-size: .94rem;
}
.speedtest-start {
    width: 100%;
}
.speedtest-gauge {
    position: relative;
    width: 108px;
    height: 76px;
    margin-bottom: 24px;
}
.speedtest-gauge__arc {
    position: absolute;
    inset: 0 0 auto;
    width: 108px;
    height: 54px;
    border: 10px solid #dbe5ff;
    border-bottom: 0;
    border-radius: 108px 108px 0 0;
}
.speedtest-gauge__arc::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 54px;
    height: 54px;
    border: 10px solid var(--secondary);
    border-right-color: transparent;
    border-bottom: 0;
    border-radius: 108px 0 0 0;
}
.speedtest-gauge__needle {
    position: absolute;
    left: 52px;
    top: 45px;
    width: 38px;
    height: 3px;
    background: #071443;
    transform: rotate(-26deg);
    transform-origin: 2px center;
    border-radius: 3px;
}
.speedtest-gauge > i {
    position: absolute;
    left: 42px;
    top: 42px;
    color: #071443;
    font-size: 1.2rem;
}

.speedtest-metrics {
    background: #f8fafc;
}
.speedtest-section-head {
    max-width: 760px;
    margin-bottom: 38px;
}
.speedtest-section-head > p {
    margin-top: 14px;
}
.speedtest-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.speedtest-metric {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 17px;
    padding: 26px 22px;
    border-top: 2px solid #dfe5ef;
    background: transparent;
}
.speedtest-metric-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e9efff;
    color: var(--primary-light);
}
.speedtest-metric-name {
    display: block;
    margin-bottom: 4px;
    color: var(--secondary);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.speedtest-metric h3 {
    margin: 0 0 9px;
    color: #0b1a33;
    font-size: 1.08rem;
}
.speedtest-metric p {
    margin: 0;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.65;
}

.speedtest-guide {
    background: #fff;
}
.speedtest-guide-grid {
    align-items: stretch;
}
.speedtest-steps {
    margin-top: 28px;
    list-style: none;
    counter-reset: none;
}
.speedtest-steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e9f0;
}
.speedtest-steps li > span {
    color: #94a3b8;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
}
.speedtest-steps strong {
    display: block;
    margin-bottom: 4px;
    color: #0b1a33;
}
.speedtest-steps p {
    margin: 0;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.55;
}
.speedtest-support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 50px);
    border-radius: 18px;
    background: #071443;
}
.speedtest-support .speedtest-kicker,
.speedtest-support h2 {
    color: #fff;
}
.speedtest-support > p {
    margin-top: 14px;
    color: rgba(255,255,255,.72);
}
.speedtest-support-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: rgba(255,109,1,.14);
    color: #ff8c38;
    font-size: 1.15rem;
}
.speedtest-support-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.speedtest-phone {
    color: #fff;
    font-weight: 700;
}
.speedtest-phone i { margin-right: 7px; color: #ff8c38; }

@media (max-width: 900px) {
    .speedtest-intro-grid,
    .speedtest-guide-grid {
        grid-template-columns: 1fr;
    }
    .speedtest-launch,
    .speedtest-support {
        max-width: 680px;
    }
    .speedtest-metric-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 720px) {
    .internal-banner--speedtest .internal-banner__visual {
        height: clamp(175px, 50vw, 235px);
    }
    .internal-banner--speedtest .internal-banner__visual img {
        max-height: 100%;
        max-width: min(92%, 500px);
    }
    .speedtest-intro,
    .speedtest-metrics,
    .speedtest-guide {
        padding: 58px 0;
    }
    .speedtest-intro-grid,
    .speedtest-guide-grid {
        gap: 34px;
    }
    .speedtest-launch,
    .speedtest-support {
        border-radius: 14px;
        padding: 26px 22px;
    }
    .speedtest-metric {
        grid-template-columns: 40px 1fr;
        padding-inline: 0;
    }
    .speedtest-support-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .speedtest-support-actions .btn {
        width: 100%;
    }
}

/* ============================================================
   v107 — REDIRECIONAMENTO PARA WHATSAPP
   ============================================================ */
.whatsapp-redirect-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(3, 10, 35, .72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.whatsapp-redirect-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.whatsapp-redirect-card {
    width: min(100%, 430px);
    padding: 34px 30px 30px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 11, 69, .24);
    text-align: center;
    transform: translateY(12px) scale(.985);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1);
}

.whatsapp-redirect-overlay.is-visible .whatsapp-redirect-card {
    transform: translateY(0) scale(1);
}

.whatsapp-redirect-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 1.85rem;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .24);
}

.whatsapp-redirect-card h2 {
    margin: 0;
    color: #071443;
    font-size: clamp(1.45rem, 3vw, 1.8rem);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.whatsapp-redirect-card p {
    margin: 10px auto 0;
    max-width: 330px;
    color: #64748b;
    font-size: .94rem;
    line-height: 1.55;
}

.whatsapp-redirect-progress {
    height: 4px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf5;
}

.whatsapp-redirect-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #25d366, #128c7e);
    transform: scaleX(0);
    transform-origin: left center;
}

.whatsapp-redirect-overlay.is-visible .whatsapp-redirect-progress span {
    animation: whatsappRedirectProgress 3.5s linear forwards;
}

@keyframes whatsappRedirectProgress {
    to { transform: scaleX(1); }
}

@media (max-width: 520px) {
    .whatsapp-redirect-overlay { padding: 18px; }
    .whatsapp-redirect-card {
        padding: 28px 22px 25px;
        border-radius: 18px;
    }
    .whatsapp-redirect-icon {
        width: 56px;
        height: 56px;
        font-size: 1.65rem;
    }
}

/* ============================================================
   RAPIX v114 — cards de ofertas mais compactos e centralizados no mobile
   - reduz a altura sem remover conteúdo visível
   - elimina espaços reservados vazios do preço
   - evita o primeiro card colado à lateral esquerda
   ============================================================ */
@media (max-width: 768px) {
    .planos-ofertas .ofertas-viewport {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 14px 12px 18px;
        scroll-padding-inline: 12px;
    }

    .planos-ofertas .planos-grid.ofertas-grid.ofertas-track {
        gap: 14px;
        padding-inline: 0;
    }

    .planos-ofertas .ofertas-track .oferta-card {
        flex: 0 0 min(82vw, 320px);
        width: min(82vw, 320px);
        scroll-snap-align: center;
    }

    .planos-ofertas .oferta-visual {
        min-height: 210px;
        padding: 20px 18px 16px;
    }

    .planos-ofertas .oferta-brand {
        font-size: 1.35rem;
    }

    .planos-ofertas .oferta-tier {
        font-size: .98rem;
        margin-bottom: 3px;
    }

    .planos-ofertas .oferta-speed strong {
        font-size: 3.45rem;
    }

    .planos-ofertas .oferta-speed span {
        font-size: 1.5rem;
    }

    .planos-ofertas .oferta-chip {
        left: 18px;
        bottom: 15px;
        min-height: 25px;
        padding: 3px 11px;
    }

    .planos-ofertas .oferta-body {
        padding: 15px 15px 13px;
    }

    /* Estes elementos são placeholders vazios em todos os cards atuais. */
    .planos-ofertas .oferta-price-placeholder {
        display: none;
    }

    .planos-ofertas .oferta-price-zone {
        display: block;
        min-height: 0;
    }

    .planos-ofertas .oferta-price {
        margin-bottom: 10px;
    }

    .planos-ofertas .oferta-divider {
        margin-bottom: 10px;
    }

    .planos-ofertas .oferta-products-title {
        margin-bottom: 7px;
    }

    .planos-ofertas .oferta-products {
        min-height: 48px;
        margin-bottom: 12px;
        gap: 6px;
    }

    .planos-ofertas .oferta-actions {
        gap: 6px;
    }

    .planos-ofertas .oferta-btn-primary {
        min-height: 42px;
    }

    .planos-ofertas .oferta-btn-whatsapp {
        min-height: 40px;
    }

    .planos-ofertas .oferta-details-btn {
        min-height: 29px;
        padding-block: 2px;
    }
}

@media (max-width: 420px) {
    .planos-ofertas .ofertas-track .oferta-card {
        flex-basis: min(84vw, 304px);
        width: min(84vw, 304px);
    }

    .planos-ofertas .oferta-visual {
        min-height: 202px;
    }
}

/* ============================================================
   RAPIX v125 — INDICADORES DO SHOWCASE EM TRAÇOS HORIZONTAIS
   Override final: substitui os pontos circulares por barras no
   estilo de progresso mostrado na referência do usuário.
   ============================================================ */
.showcase-carousel-progress.showcase-progress-overlay {
    padding: 3px 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
}

.showcase-progress-overlay .ofertas-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 10px;
}

.showcase-progress-overlay .ofertas-dot {
    width: 24px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .48);
    box-shadow: none;
    opacity: 1;
    transform: none;
    cursor: pointer;
    transition: width .24s ease, background-color .24s ease, opacity .24s ease;
}

.showcase-progress-overlay .ofertas-dot:hover {
    background: rgba(255, 255, 255, .78);
}

.showcase-progress-overlay .ofertas-dot.active {
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: #fff;
    opacity: 1;
}

.showcase-progress-overlay .ofertas-dot::before {
    inset: -6px -3px;
}

@media (max-width: 991px) and (min-width: 641px) {
    .showcase-progress-overlay .ofertas-dots { gap: 7px; }
    .showcase-progress-overlay .ofertas-dot { width: 20px; height: 4px; }
    .showcase-progress-overlay .ofertas-dot.active { width: 34px; height: 4px; }
}

@media (max-width: 640px) {
    .showcase-carousel-progress.showcase-progress-overlay { bottom: 10px; }
    .showcase-progress-overlay .ofertas-dots { gap: 6px; }
    .showcase-progress-overlay .ofertas-dot { width: 18px; height: 3px; }
    .showcase-progress-overlay .ofertas-dot.active { width: 30px; height: 3px; }
}

@media (max-width: 380px) {
    .showcase-progress-overlay .ofertas-dots { gap: 5px; }
    .showcase-progress-overlay .ofertas-dot { width: 14px; height: 3px; }
    .showcase-progress-overlay .ofertas-dot.active { width: 24px; height: 3px; }
}

/* ============================================================
   RAPIX v126 — INDICADOR EXCLUSIVO DO SHOWCASE
   Separado de .ofertas-dot para evitar conflito com os cards.
   ============================================================ */
.showcase-progress-overlay [data-carousel-dots] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 18px !important;
}

.showcase-progress-overlay .showcase-indicator {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 18px !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    cursor: pointer !important;
    transition: width .24s ease !important;
}

.showcase-progress-overlay .showcase-indicator__bar {
    display: block !important;
    width: 22px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.48) !important;
    box-shadow: none !important;
    transition: width .24s ease, background-color .24s ease, opacity .24s ease !important;
}

.showcase-progress-overlay .showcase-indicator.active {
    width: 40px !important;
}

.showcase-progress-overlay .showcase-indicator.active .showcase-indicator__bar {
    width: 40px !important;
    background: #fff !important;
}

.showcase-progress-overlay .showcase-indicator:hover .showcase-indicator__bar {
    background: rgba(255,255,255,.78) !important;
}

.showcase-progress-overlay .showcase-indicator:focus-visible {
    outline: 2px solid rgba(255,255,255,.9) !important;
    outline-offset: 2px !important;
}

/* Fallback: mesmo com JS antigo em cache, .ofertas-dot vira traço. */
.showcase-progress-overlay .ofertas-dot {
    width: 22px !important;
    height: 4px !important;
    min-width: 22px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.48) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.showcase-progress-overlay .ofertas-dot.active {
    width: 40px !important;
    min-width: 40px !important;
    height: 4px !important;
    background: #fff !important;
}

@media (max-width: 640px) {
    .showcase-progress-overlay [data-carousel-dots] { gap: 5px !important; }
    .showcase-progress-overlay .showcase-indicator {
        width: 19px !important;
        height: 16px !important;
    }
    .showcase-progress-overlay .showcase-indicator__bar {
        width: 18px !important;
        height: 3px !important;
    }
    .showcase-progress-overlay .showcase-indicator.active {
        width: 30px !important;
    }
    .showcase-progress-overlay .showcase-indicator.active .showcase-indicator__bar {
        width: 30px !important;
        height: 3px !important;
    }
    .showcase-progress-overlay .ofertas-dot {
        width: 18px !important;
        min-width: 18px !important;
        height: 3px !important;
    }
    .showcase-progress-overlay .ofertas-dot.active {
        width: 30px !important;
        min-width: 30px !important;
        height: 3px !important;
    }
}

/* =========================================================
   v127 — Indicadores dos carrosseis de cards em formato de traços
   Aplica o mesmo conceito visual do banner aos cards/ofertas.
   ========================================================= */
.ofertas-carousel-footer .ofertas-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 12px;
}

.ofertas-carousel-footer .ofertas-dot {
    width: 18px !important;
    min-width: 18px;
    height: 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 122, 26, 0.28) !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
}

.ofertas-carousel-footer .ofertas-dot:hover {
    background: rgba(255, 122, 26, 0.46) !important;
}

.ofertas-carousel-footer .ofertas-dot.active {
    width: 34px !important;
    min-width: 34px;
    height: 4px !important;
    background: linear-gradient(90deg, #ff7a1a, #ff9d45) !important;
}

.ofertas-carousel-footer .ofertas-dot:focus-visible {
    outline: 2px solid rgba(255, 122, 26, 0.25) !important;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .ofertas-carousel-footer .ofertas-dots {
        gap: 7px;
    }

    .ofertas-carousel-footer .ofertas-dot {
        width: 16px !important;
        min-width: 16px;
        height: 4px !important;
    }

    .ofertas-carousel-footer .ofertas-dot.active {
        width: 28px !important;
        min-width: 28px;
    }
}

@media (max-width: 575px) {
    .ofertas-carousel-footer .ofertas-dots {
        gap: 6px;
    }

    .ofertas-carousel-footer .ofertas-dot {
        width: 14px !important;
        min-width: 14px;
        height: 3px !important;
    }

    .ofertas-carousel-footer .ofertas-dot.active {
        width: 24px !important;
        min-width: 24px;
        height: 3px !important;
    }
}
