﻿/* ═══════════════════════════════════════════════════════════
   Top3 Agenciamentos — Landing Page de Planos [top3_planos]
   Paleta: dark #090909 · gold #D7A453 · Urbanist
═══════════════════════════════════════════════════════════════ */

/* ── Variáveis ─────────────────────────────────────────────── */
.top3-lp {
    --t3-dark:        #090909;
    --t3-dark-2:      #111111;
    --t3-card:        #161616;
    --t3-card-2:      #1E1E1E;
    --t3-border:      #242424;
    --t3-gold:        #D7A453;
    --t3-gold-dim:    rgba(215, 164, 83, .18);
    --t3-gold-border: rgba(215, 164, 83, .35);
    --t3-white:       #FFFFFF;
    --t3-muted:       #777777;
    --t3-font:        'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ── Reset base ────────────────────────────────────────────── */
.top3-lp,
.top3-lp *,
.top3-lp *::before,
.top3-lp *::after {
    box-sizing: border-box;
}

/* ── Anti-scroll horizontal: blindagem em todos os níveis ──── */
html.top3-plans-html,
html:has(body.top3-plans-page),
body.top3-plans-page {
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}

body.top3-plans-page .entry-title,
body.top3-plans-page .page-title,
body.top3-plans-page h1.entry-title,
body.top3-plans-page .page-header {
    display: none !important;
}

/* Cancela paddings/margens/widths dos wrappers do tema (Hello Elementor, etc.) */
body.top3-plans-page #page,
body.top3-plans-page .site,
body.top3-plans-page #content,
body.top3-plans-page .site-content,
body.top3-plans-page #primary,
body.top3-plans-page .content-area,
body.top3-plans-page #main,
body.top3-plans-page .site-main,
body.top3-plans-page article.page,
body.top3-plans-page .hentry,
body.top3-plans-page .entry-content,
body.top3-plans-page .page-content,
body.top3-plans-page .entry-wrapper,
body.top3-plans-page #top3-assinar-wrap,
body.top3-plans-page .elementor,
body.top3-plans-page .elementor-section-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    float: none !important;
}

.top3-lp {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    font-family: var(--t3-font);
    color: var(--t3-white);
    line-height: 1.6;
    background: var(--t3-dark);
}

/* Garante que imagens, vídeos e elementos absolutos não estouram */
.top3-lp img,
.top3-lp svg,
.top3-lp video,
.top3-lp iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Quebra de palavras longas em títulos e textos (evita "imobiliárias" overflow) */
.top3-lp h1,
.top3-lp h2,
.top3-lp h3,
.top3-lp p,
.top3-lp span,
.top3-lp strong {
    overflow-wrap: anywhere;
    word-wrap: break-word;
    max-width: 100%;
}

/* ── HERO ──────────────────────────────────────────────────── */
.top3-lp-hero {
    background: var(--t3-dark);
    padding: 96px 24px 88px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--t3-border);
}

.top3-lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 50% -10%,
        rgba(215, 164, 83, .10) 0%, transparent 65%);
    pointer-events: none;
}

.top3-lp-hero-inner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.top3-lp-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3-gold);
    border: 1px solid var(--t3-gold-border);
    padding: 6px 20px;
    border-radius: 2px;
    margin-bottom: 32px;
}

.top3-lp-hero-title {
    font-size: clamp(36px, 5.5vw, 60px);
    font-weight: 800;
    color: var(--t3-white);
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.top3-lp-highlight {
    color: var(--t3-gold);
}

.top3-lp-hero-sub {
    font-size: 17px;
    color: var(--t3-muted);
    margin: 0 auto 40px;
    max-width: 520px;
    line-height: 1.75;
}

.top3-lp-hero-btn {
    display: inline-block;
    background: var(--t3-gold);
    color: var(--t3-dark) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 42px;
    border-radius: 2px;
    text-decoration: none !important;
    transition: background .2s, transform .15s;
}

.top3-lp-hero-btn:hover {
    background: #c89444;
    transform: translateY(-2px);
}

/* ── TRUST BAR ─────────────────────────────────────────────── */
.top3-lp-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: var(--t3-card);
    border-bottom: 1px solid var(--t3-border);
    padding: 14px 24px;
}

.top3-lp-trust-item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
    color: var(--t3-muted);
    padding: 4px 20px;
}

.top3-lp-trust-sep {
    width: 1px;
    height: 14px;
    background: var(--t3-border);
    flex-shrink: 0;
}

@media (max-width: 580px) {
    .top3-lp-trust-sep { display: none; }
    .top3-lp-trust-item { padding: 5px 12px; }
}

/* ── PLANS SECTION ─────────────────────────────────────────── */
.top3-lp-plans-section {
    background: var(--t3-dark);
    padding: 80px 24px 88px;
}

.top3-lp-section-head {
    text-align: center;
    margin-bottom: 52px;
}

.top3-lp-section-title {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: var(--t3-white);
    margin: 0 0 10px;
    letter-spacing: -.5px;
}

.top3-lp-section-sub {
    font-size: 15px;
    color: var(--t3-muted);
    margin: 0;
}

/* ── PLAN GRID ─────────────────────────────────────────────── */
.top3-plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    align-items: start;
    /* impede que conteúdo interno force o card a crescer além da célula */
    min-width: 0;
}

@media (max-width: 640px) {
    .top3-plans-grid { grid-template-columns: 1fr; max-width: 420px; }
}

/* ── PLAN CARD ─────────────────────────────────────────────── */
.top3-plan-card {
    position: relative;
    background: var(--t3-card);
    border: 1px solid var(--t3-border);
    border-radius: 12px;
    padding: 40px 32px 32px;
    text-align: center;
    transition: border-color .25s, box-shadow .25s;    min-width: 0;      /* evita que o card estoure a célula do grid */
    width: 100%;
    box-sizing: border-box;}

.top3-plan-card:hover {
    border-color: var(--t3-gold-border);
    box-shadow: 0 0 40px rgba(215, 164, 83, .06);
}

.top3-plan-card.top3-plan-featured {
    border-color: var(--t3-gold);
    background: var(--t3-card-2);
    box-shadow: 0 0 60px rgba(215, 164, 83, .08);
}

.top3-plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--t3-gold);
    color: var(--t3-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 18px;
    border-radius: 2px;
    white-space: nowrap;
}

.top3-plan-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--t3-white);
    margin-bottom: 6px;
    letter-spacing: -.2px;
}

.top3-plan-tagline {
    font-size: 13px;
    color: var(--t3-muted);
    margin-bottom: 28px;
    min-height: 38px;
    line-height: 1.6;
}

.top3-plan-price {
    margin-bottom: 28px;
    line-height: 1;
}

.top3-plan-currency {
    font-size: 18px;
    font-weight: 600;
    color: var(--t3-gold);
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}

.top3-plan-amount {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -3px;
    color: var(--t3-white);
}

.top3-plan-period {
    font-size: 14px;
    color: var(--t3-muted);
    margin-left: 2px;
    letter-spacing: .2px;
}

.top3-plan-divider {
    border: none;
    border-top: 1px solid var(--t3-border);
    margin: 0 0 24px;
}

.top3-plan-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    text-align: left;
}

.top3-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 13.5px;
    color: #AAAAAA;
    border-bottom: 1px solid var(--t3-border);
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}

.top3-plan-features li::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--t3-gold-dim);
    border: 1px solid var(--t3-gold-border);
    flex-shrink: 0;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23D7A453' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center;
}

.top3-plan-btn {
    display: block;
    width: 100%;
    padding: 15px 24px;
    background: var(--t3-gold);
    color: var(--t3-dark);
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--t3-font);
    transition: background .2s, transform .1s;
}

.top3-plan-btn:hover:not(:disabled) {
    background: #c89444;
    transform: translateY(-1px);
    color: var(--t3-dark);
}

.top3-plan-btn:active:not(:disabled) { transform: scale(.98); }

.top3-plan-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}

.top3-plan-footnote {
    margin: 12px 0 0;
    font-size: 11px;
    color: var(--t3-muted);
    letter-spacing: .3px;
}

/* ── HOW IT WORKS ──────────────────────────────────────────── */
.top3-lp-steps-section {
    background: var(--t3-dark-2);
    padding: 72px 24px;
    border-top: 1px solid var(--t3-border);
    border-bottom: 1px solid var(--t3-border);
}

.top3-lp-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    max-width: 820px;
    margin: 0 auto;
}

.top3-lp-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--t3-card);
    border: 1px solid var(--t3-border);
    border-radius: 2px;
    padding: 24px 20px;
    flex: 1 1 170px;
    min-width: 150px;
    max-width: 220px;
}

.top3-lp-step-num {
    font-size: 28px;
    font-weight: 900;
    color: var(--t3-gold);
    line-height: 1;
    flex-shrink: 0;
    letter-spacing: -1px;
    opacity: .6;
    margin-top: 2px;
}

.top3-lp-step-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.top3-lp-step-text strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--t3-white);
}

.top3-lp-step-text span {
    font-size: 12px;
    color: var(--t3-muted);
    line-height: 1.5;
}

.top3-lp-step-arrow {
    width: 1px;
    background: var(--t3-border);
    align-self: stretch;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .top3-lp-step-arrow { display: none; }
    .top3-lp-step { max-width: 100%; flex: 1 1 100%; }
}

/* ── GUARANTEE ─────────────────────────────────────────────── */
.top3-lp-guarantee {
    background: var(--t3-dark);
    padding: 48px 24px;
}

.top3-lp-guarantee-inner {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.top3-lp-guarantee-line {
    width: 2px;
    flex-shrink: 0;
    align-self: stretch;
    background: var(--t3-gold);
    opacity: .5;
    min-height: 60px;
}

.top3-lp-guarantee-inner strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--t3-white);
    margin-bottom: 8px;
    letter-spacing: .2px;
}

.top3-lp-guarantee-inner p {
    font-size: 13px;
    color: var(--t3-muted);
    margin: 0;
    line-height: 1.8;
}

/* ── LOADING / ERROR ───────────────────────────────────────── */
.top3-plans-error {
    max-width: 480px;
    margin: 20px auto;
    padding: 14px 20px;
    background: rgba(220, 38, 38, .1);
    color: #f87171;
    border: 1px solid rgba(220, 38, 38, .25);
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}

.top3-plans-loading {
    max-width: 480px;
    margin: 20px auto;
    padding: 14px 20px;
    background: var(--t3-gold-dim);
    color: var(--t3-gold);
    border: 1px solid var(--t3-gold-border);
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top3-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid var(--t3-gold-border);
    border-top-color: var(--t3-gold);
    border-radius: 50%;
    animation: top3Spin .7s linear infinite;
    flex-shrink: 0;
}

@keyframes top3Spin { to { transform: rotate(360deg); } }

/* ════════════════════════════════════════════════════════════
   Pós-pagamento: formulário de cadastro (/assinatura/sucesso/)
════════════════════════════════════════════════════════════ */

.top3-reg-wrap {
    max-width: 480px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Urbanist', -apple-system, sans-serif;
}

.top3-reg-card {
    background: #111111;
    border: 1px solid #242424;
    border-radius: 4px;
    padding: 48px 40px;
    box-shadow: 0 0 60px rgba(0,0,0,.5);
}

@media (max-width: 520px) {
    .top3-reg-card { padding: 32px 24px; }
}

.top3-reg-icon {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D7A453;
    text-align: center;
    margin-bottom: 20px;
}

.top3-reg-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
    letter-spacing: -.5px;
}

.top3-reg-subtitle {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin: 0 0 28px;
}

.top3-reg-plan-wrap { text-align: center; margin-bottom: 28px; }

.top3-reg-plan-tag {
    display: inline-block;
    background: rgba(215,164,83,.12);
    color: #D7A453;
    border: 1px solid rgba(215,164,83,.3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 2px;
}

.top3-reg-field { margin-bottom: 16px; }

.top3-reg-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
}

.top3-reg-field input {
    width: 100%;
    padding: 12px 14px;
    background: #191919;
    border: 1px solid #2A2A2A;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Urbanist', sans-serif;
    color: #fff;
    box-sizing: border-box;
    transition: border-color .2s;
    outline: none;
}

.top3-reg-field input:focus {
    border-color: rgba(215,164,83,.5);
}

.top3-reg-field input[readonly] {
    color: #666;
    cursor: default;
}

.top3-reg-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #D7A453;
    color: #090909;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'Urbanist', sans-serif;
    cursor: pointer;
    margin-top: 8px;
    transition: background .2s;
}

.top3-reg-btn:hover:not(:disabled) { background: #c89444; }

.top3-reg-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.top3-reg-error {
    margin-top: 14px;
    padding: 10px 14px;
    background: rgba(220,38,38,.1);
    color: #f87171;
    border: 1px solid rgba(220,38,38,.25);
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVO — Cross-device / cross-browser hardening
   Cobre iOS Safari, Chrome/Firefox Android, Samsung Internet,
   notches (iPhone X+), telas pequenas (Galaxy Fold ~280-320px),
   landscape e prevenção de zoom em inputs.
═══════════════════════════════════════════════════════════════ */

/* Reset cross-browser e safe-area iOS */
.top3-lp,
.top3-reg-wrap {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(215, 164, 83, .25);
}

.top3-lp img,
.top3-lp svg,
.top3-lp video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Quebra de palavras longas (URLs, emails) — evita overflow horizontal */
.top3-lp,
.top3-reg-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Tap targets ≥ 44px (iOS HIG) e remove delay de 300ms */
.top3-lp-hero-btn,
.top3-plan-btn,
.top3-reg-btn {
    min-height: 48px;
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
}

/* Inputs: font-size ≥ 16px previne auto-zoom no iOS Safari */
.top3-reg-field input {
    font-size: 16px !important;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
    border-radius: 2px;
}

/* Safe-area: notch / Dynamic Island / barras Android */
@supports (padding: max(0px)) {
    .top3-lp-hero,
    .top3-lp-plans-section,
    .top3-lp-steps-section,
    .top3-lp-guarantee,
    .top3-lp-trust-bar {
        padding-left:  max(24px, env(safe-area-inset-left));
        padding-right: max(24px, env(safe-area-inset-right));
    }
    .top3-reg-wrap {
        padding-left:  max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
    }
}

/* ── Tablet / phones grandes (≤ 768px) ─────────────────────── */
@media (max-width: 768px) {
    .top3-lp-hero        { padding: 72px 20px 64px; }
    .top3-lp-plans-section { padding: 60px 20px 64px; }
    .top3-lp-steps-section { padding: 56px 20px; }
    .top3-lp-guarantee   { padding: 40px 20px; }

    .top3-lp-section-head { margin-bottom: 36px; }
    .top3-plan-card       { padding: 36px 24px 28px; }
}

/* ── Phones (≤ 580px) ───────────────────────────────────────── */
@media (max-width: 580px) {
    .top3-lp-hero        { padding: 56px 16px 52px; }
    .top3-lp-hero-title  {
        font-size: clamp(26px, 8vw, 34px);
        letter-spacing: -.3px;
        word-break: break-word;
        hyphens: auto;
    }
    .top3-lp-hero-sub    { font-size: 15px; margin-bottom: 32px; padding: 0 4px; }
    .top3-lp-hero-btn    { padding: 16px 32px; width: 100%; max-width: 320px; letter-spacing: .5px; }
    .top3-lp-eyebrow     { letter-spacing: 1.5px; max-width: 100%; white-space: normal; }

    /* Trust bar: empilha vertical evita overflow horizontal */
    .top3-lp-trust-bar   { padding: 12px 16px; gap: 4px; }
    .top3-lp-trust-item  { padding: 4px 10px; text-align: center; font-size: 11.5px; }
    .top3-lp-trust-sep   { display: none; }

    .top3-lp-plans-section { padding: 48px 16px 56px; }
    .top3-plans-grid       { gap: 16px; }

    .top3-plan-card        { padding: 32px 22px 24px; }
    .top3-plan-amount      { font-size: 48px; letter-spacing: -2px; }
    .top3-plan-features li { font-size: 14px; padding: 9px 0; }

    .top3-lp-steps         { gap: 10px; }
    .top3-lp-steps-section { padding: 48px 16px; }

    .top3-lp-guarantee       { padding: 36px 18px; }
    .top3-lp-guarantee-inner { gap: 18px; }

    .top3-reg-wrap { margin: 40px auto; padding: 0 16px; }
    .top3-reg-card { padding: 36px 24px; }
    .top3-reg-title { font-size: 24px; }
}

/* ── Smartphones pequenos (≤ 380px: iPhone SE, Galaxy A) ───── */
@media (max-width: 380px) {
    .top3-lp-hero        { padding: 48px 14px 44px; }
    .top3-lp-hero-title  { font-size: 30px; }
    .top3-lp-hero-sub    { font-size: 14px; }
    .top3-lp-eyebrow     { font-size: 10px; letter-spacing: 1.5px; padding: 5px 14px; }

    .top3-lp-plans-section { padding: 40px 12px 48px; }
    .top3-plans-grid       { max-width: 100%; }
    .top3-plan-card        { padding: 28px 18px 22px; }
    .top3-plan-amount      { font-size: 42px; }
    .top3-plan-name        { font-size: 18px; }

    .top3-lp-steps-section { padding: 40px 12px; }
    .top3-lp-step          { padding: 18px 16px; }

    .top3-lp-guarantee       { padding: 32px 14px; }
    .top3-lp-guarantee-inner { gap: 14px; }
    .top3-lp-guarantee-inner strong { font-size: 14px; }
    .top3-lp-guarantee-inner p      { font-size: 12.5px; }

    .top3-reg-wrap { padding: 0 12px; }
    .top3-reg-card { padding: 28px 18px; }
    .top3-reg-title { font-size: 22px; }
    .top3-reg-subtitle { font-size: 13px; }

    .top3-lp-trust-item { font-size: 11px; padding: 4px 10px; }
}

/* ── Ultra-pequenos (≤ 320px: Galaxy Fold fechado) ─────────── */
@media (max-width: 320px) {
    .top3-lp-hero-title { font-size: 26px; }

    /* Seção de planos: padding horizontal mínimo para maximizar a área do card */
    .top3-lp-plans-section { padding-left: 8px; padding-right: 8px; }

    /* Grid: garante que o card não ultrapasse a viewport */
    .top3-plans-grid  { width: 100%; max-width: 100%; gap: 12px; }
    .top3-plan-card   { padding: 24px 12px 20px; width: 100%; max-width: 100%; }

    /* Preço: reduz tamanho para caber com R$ e /mês na mesma linha */
    .top3-plan-amount   { font-size: 36px; letter-spacing: -2px; }
    .top3-plan-currency { font-size: 15px; }
    .top3-plan-period   { font-size: 12px; }

    /* Badge: remove espaçamento extra que pode empurrar a borda */
    .top3-plan-badge  { padding: 4px 12px; font-size: 9px; letter-spacing: 1px; }

    /* Features: reduz tamanho da fonte e gap */
    .top3-plan-features li { font-size: 12.5px; gap: 8px; }

    .top3-reg-card { padding: 24px 14px; }
}

/* ── Landscape em phones (altura ≤ 480px) ──────────────────── */
@media (max-height: 480px) and (orientation: landscape) {
    .top3-lp-hero          { padding: 40px 24px 36px; }
    .top3-lp-plans-section { padding: 40px 24px; }
    .top3-lp-steps-section { padding: 36px 24px; }
    .top3-reg-wrap         { margin: 24px auto; }
}

/* ── Reduce motion: respeita preferência de acessibilidade ── */
@media (prefers-reduced-motion: reduce) {
    .top3-lp *,
    .top3-reg-wrap * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ════════════════════════════════════════════════════════════
   CORREÇÕES DE RESPONSIVIDADE
════════════════════════════════════════════════════════════ */

/*
 * Trust bar: oculta os separadores verticais antes de os itens
 * quebrarem para uma segunda linha (~860px).
 * Abaixo desse ponto eles ficariam em linhas erradas.
 */
@media (max-width: 860px) {
    .top3-lp-trust-sep  { display: none; }
    .top3-lp-trust-item { padding: 5px 16px; }
}

/* Plan card: remove altura mínima fixa do tagline em mobile */
@media (max-width: 640px) {
    .top3-plan-tagline { min-height: auto; }
}

/*
 * Trust bar: grade 2×2 em telas pequenas.
 * Com display:none nos separadores, os 4 itens preenchem
 * as 2 colunas de forma simétrica.
 */
@media (max-width: 580px) {
    .top3-lp-trust-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        padding: 0;
        background: var(--t3-border);
    }
    .top3-lp-trust-item {
        background: var(--t3-card);
        padding: 10px 12px;
        font-size: 11px;
        text-align: center;
        line-height: 1.4;
    }
    .top3-lp-trust-sep { display: none; }
}

/*
 * Seção de garantia: empilha verticalmente em telas
 * muito estreitas para evitar texto comprimido ao lado da linha.
 */
@media (max-width: 480px) {
    .top3-lp-guarantee-inner {
        flex-direction: column;
        gap: 0;
    }
    .top3-lp-guarantee-line {
        width: 40px;
        height: 2px;
        min-height: auto;
        margin-bottom: 16px;
        opacity: .6;
    }
}
