/* VALUE INVESTING PRO — responsividade isolada da landing pública. */

@media (max-width: 980px) {
    .vic-pro-hero-grid,
    .vic-pro-performance-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .vic-pro-hero-content {
        max-width: 760px;
    }

    .vic-pro-hero-visual {
        min-height: 460px;
    }

    .vic-pro-hero-image {
        height: 460px;
    }

    .vic-pro-core-grid,
    .vic-pro-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vic-pro-feature-card:last-child,
    .vic-pro-steps li:last-child {
        grid-column: 1 / -1;
    }

    .vic-pro-extras-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vic-pro-extras-heading {
        grid-column: 1 / -1;
        padding-right: 0;
    }
}

@media (max-width: 780px) {
    html {
        scroll-padding-top: 82px;
    }

    .vic-pro-landing {
        padding-top: 64px;
        overflow-x: hidden;
    }

    .vic-pro-container {
        width: min(100% - 28px, 1180px);
    }

    /* Evita que o botão flutuante cubra CTAs e conteúdo no Android/iPhone. */
    body.vic-pro-page a[href*="wa.me"],
    body.vic-pro-page a[href*="whatsapp"],
    body.vic-pro-page a[href*="api.whatsapp.com"],
    body.vic-pro-page .whatsapp-float,
    body.vic-pro-page .whatsapp-button,
    body.vic-pro-page .floating-whatsapp,
    body.vic-pro-page .float-whatsapp,
    body.vic-pro-page .btn-whatsapp,
    body.vic-pro-page .joinchat,
    body.vic-pro-page .ht-ctc-chat,
    body.vic-pro-page .floating-contact {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .vic-pro-hero {
        padding: 48px 0 54px;
    }

    .vic-pro-hero-grid {
        gap: 30px;
    }

    .vic-pro-hero h1 {
        margin: 18px 0;
        font-size: clamp(38px, 11.6vw, 52px);
        letter-spacing: -0.05em;
        line-height: 1;
    }

    .vic-pro-hero-text {
        font-size: 15px;
        line-height: 1.65;
    }

    .vic-pro-hero-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 25px;
    }

    .vic-pro-btn {
        width: 100%;
        min-height: 52px;
        padding: 10px 18px;
        border-radius: 16px;
        font-size: 14px;
        text-align: center;
    }

    .vic-pro-trust-list {
        display: grid;
        gap: 10px;
        margin-top: 24px;
    }

    .vic-pro-hero-visual,
    .vic-pro-hero-image {
        height: 320px;
        min-height: 320px;
    }

    .vic-pro-hero-visual {
        border-radius: 24px;
    }

    .vic-pro-hero-badge {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 14px 16px;
        border-radius: 15px;
    }

    .vic-pro-hero-badge strong {
        font-size: 14px;
    }

    .vic-pro-core,
    .vic-pro-performance,
    .vic-pro-extras,
    .vic-pro-access,
    .vic-pro-final {
        padding: 58px 0;
    }

    .vic-pro-section-heading {
        margin-bottom: 28px;
    }

    .vic-pro-section-heading h2,
    .vic-pro-performance h2,
    .vic-pro-extras h2,
    .vic-pro-access h2,
    .vic-pro-final h2 {
        margin-top: 8px;
        font-size: clamp(31px, 9.5vw, 42px);
        letter-spacing: -0.04em;
    }

    .vic-pro-section-heading > p {
        font-size: 15px;
        line-height: 1.55;
    }

    .vic-pro-core-grid,
    .vic-pro-steps,
    .vic-pro-extras-grid {
        grid-template-columns: 1fr;
    }

    .vic-pro-feature-card,
    .vic-pro-feature-card:last-child,
    .vic-pro-steps li:last-child,
    .vic-pro-extras-heading {
        grid-column: auto;
    }

    .vic-pro-feature-card {
        min-height: 0;
        padding: 24px;
        border-radius: 22px;
    }

    .vic-pro-card-number {
        top: 16px;
        right: 18px;
        font-size: 52px;
    }

    .vic-pro-card-claude-logo {
        top: 17px;
        left: 20px;
        width: 36px;
        height: 36px;
    }

    .vic-pro-card-claude-name {
        top: 27px;
        left: 63px;
        font-size: 14px;
    }

    .vic-pro-card-label {
        margin-top: 42px;
        font-size: 13px;
    }

    .vic-pro-feature-card-primary .vic-pro-card-label {
        font-size: 13px;
    }

    .vic-pro-feature-card h3 {
        font-size: 25px;
    }

    .vic-pro-guarantee-mark {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .vic-pro-performance-grid {
        gap: 30px;
    }

    .vic-pro-performance-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .vic-pro-chart-card {
        padding: 10px;
        border-radius: 20px;
    }

    .vic-pro-performance-disclaimer {
        margin-top: 14px;
        text-align: left;
    }

    .vic-pro-extra-card {
        min-height: 0;
        padding: 23px;
        border-radius: 20px;
    }

    .vic-pro-steps li {
        min-height: 0;
        padding: 21px;
        border-radius: 19px;
    }

    .vic-pro-guarantee {
        width: 100%;
        padding: 16px;
    }

    .vic-pro-final-box {
        padding: 42px 20px;
        border-radius: 24px;
    }

    .vic-pro-final p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 380px) {
    .vic-pro-container {
        width: min(100% - 22px, 1180px);
    }

    .vic-pro-hero h1 {
        font-size: 36px;
    }

    .vic-pro-hero-visual,
    .vic-pro-hero-image {
        height: 275px;
        min-height: 275px;
    }
}
