/* Funil native A → B — CTA-first, mobile */

/* Barra de progresso de leitura (página B) */
.nf-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7a45, #ea580c);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* Caixa de inclusos (antigo social proof — agora features verificáveis) */
.nf-social-proof {
    margin: 28px 0 20px;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 18px 16px;
}
.nf-social-proof-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #0f172a;
    margin: 0 0 12px;
}
.nf-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.45;
}
.nf-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.nf-features-check {
    color: #16a34a;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.native-funnel,
.native-funnel-b {
    background: #f8fafc;
}

.nf-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 0;
}
.nf-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nf-pill {
    font-size: 12px;
    font-weight: 600;
    color: #1d4ed8;
    background: #dbeafe;
    padding: 4px 10px;
    border-radius: 999px;
}

.nf-main {
    padding: 20px 0 48px;
}

/* Hero image (página A) */
.nf-hero-img {
    margin: -24px -22px 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    line-height: 0;
}
.nf-hero-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
@media (min-width: 480px) {
    .nf-hero-img img { height: 240px; }
}

.nf-a {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 24px 22px 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.nf-a h1 {
    font-size: 1.35rem;
    line-height: 1.3;
    color: #0f172a;
    margin: 0 0 12px;
}

.nf-a .nf-lead {
    font-size: 1rem;
    color: #334155;
    margin: 0 0 10px;
    line-height: 1.55;
}

.nf-a .nf-micro {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 16px;
}

.nf-cta-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.nf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    background: linear-gradient(180deg, #ff7a45 0%, #ea580c 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.nf-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.45);
}

.nf-link-cta {
    font-weight: 600;
    color: #ea580c !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-align: center;
    padding: 4px 0;
}

.nf-bullets {
    margin: 16px 0 12px;
    padding-left: 1.1rem;
    color: #334155;
    font-size: 0.95rem;
}
.nf-bullets li {
    margin: 6px 0;
}

.native-funnel-b .nf-b-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 24px 22px 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nf-b-wrap h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 12px;
}

.nf-note-top {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 16px;
    padding: 10px 12px;
    background: #f1f5f9;
    border-radius: 8px;
}

.nf-verdict {
    font-size: 1rem;
    color: #334155;
    line-height: 1.65;
    margin: 0 0 12px;
}

.nf-bridge {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 14px;
}

.nf-btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    font-weight: 600;
    color: #1d4ed8 !important;
    background: #eff6ff;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #bfdbfe;
}

.nf-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
}
.nf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.nf-table th,
.nf-table td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    text-align: left;
}
.nf-table th {
    background: #f8fafc;
    font-weight: 600;
}

.nf-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 28px 0 12px;
}

.nf-pressure {
    font-size: 1rem;
    color: #0f172a;
    font-weight: 600;
    margin: 12px 0 16px;
}

.nf-faq {
    margin-top: 28px;
}
.nf-faq dt {
    font-weight: 700;
    color: #0f172a;
    margin-top: 14px;
}
.nf-faq dd {
    margin: 6px 0 0;
    color: #475569;
    line-height: 1.55;
}

.nf-footer {
    padding: 24px 0 40px;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}
.nf-disclosure {
    max-width: 560px;
    margin: 0 auto 12px;
    line-height: 1.5;
}
.nf-footer-links a {
    color: #64748b;
    text-decoration: underline;
    margin: 0 4px;
}

.nf-subtext {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    margin-top: 8px;
    text-align: center;
}

/* Garantia (página B) */
.nf-guarantee {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 24px 0 16px;
}
.nf-guarantee-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #f59e0b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.nf-guarantee-icon span {
    font-weight: 900;
    font-size: 1.1rem;
}
.nf-guarantee-icon small {
    font-size: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.nf-guarantee-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.nf-guarantee-text strong {
    font-size: 0.9rem;
    color: #92400e;
}
.nf-guarantee-text span {
    font-size: 0.82rem;
    color: #78350f;
}

/* Sticky CTA mobile (página B) */
.nf-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: #ffffffee;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    transform: translateY(110%);
    transition: transform 0.28s ease;
    display: none;
}
.nf-sticky-cta.visible {
    transform: translateY(0);
}
.nf-btn-sticky {
    max-width: 560px;
    margin: 0 auto;
    padding: 13px 16px;
    font-size: 0.98rem;
}
@media (max-width: 899px) {
    .nf-sticky-cta { display: block; }
    .native-funnel-b { padding-bottom: 84px; }
}
