.lp { color: #1a1f2b; }
.lp a { text-decoration: none; }

/* Topbar */
.lp-nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(15,23,42,.92); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 6%;
}
.lp-nav .brand { color: #fff; font-weight: 700; font-size: 1.15rem; }
.lp-nav .brand span { color: #56cfe1; }
.lp-nav .acoes a { margin-left: 10px; }

.btn-lp { background: #56cfe1; color: #06231f; border: none; font-weight: 600; padding: 10px 20px; border-radius: 8px; display: inline-block; }
.btn-lp:hover { background: #35b6cb; color: #06231f; }
.btn-lp-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 10px 20px; border-radius: 8px; display: inline-block; }
.btn-lp-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }

/* Hero */
.lp-hero {
    background: radial-gradient(1200px 500px at 80% -10%, rgba(86,207,225,.25), transparent),
                linear-gradient(135deg, #0f172a 0%, #12294a 55%, #123f3e 100%);
    color: #fff; padding: 80px 6% 90px; text-align: center;
}
.lp-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 700; line-height: 1.1; margin-bottom: 18px; }
.lp-hero h1 span { color: #56cfe1; }
.lp-hero p { font-size: clamp(1rem, 2.2vw, 1.25rem); color: #cfd8ea; max-width: 680px; margin: 0 auto 32px; }
.lp-hero .cta a { margin: 6px; }
.lp-badges { margin-top: 34px; color: #93a0bf; font-size: .9rem; }
.lp-badges span { margin: 0 10px; white-space: nowrap; }

/* Seções */
.lp-sec { padding: 72px 6%; max-width: 1160px; margin: 0 auto; }
.lp-sec h2 { text-align: center; font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; margin-bottom: 8px; }
.lp-sec .sub { text-align: center; color: #6b7280; max-width: 640px; margin: 0 auto 44px; }
.lp-alt { background: #f4f7fb; }

/* Grid features */
.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.lp-feat { background: #fff; border: 1px solid #e6ebf3; border-radius: 14px; padding: 26px; transition: transform .15s, box-shadow .15s; }
.lp-feat:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.lp-feat .ico { font-size: 1.9rem; margin-bottom: 12px; }
.lp-feat h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.lp-feat p { color: #6b7280; font-size: .95rem; margin: 0; }

/* Passos */
.lp-passos { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 22px; counter-reset: passo; }
.lp-passo { text-align: center; padding: 10px; }
.lp-passo .n { width: 46px; height: 46px; border-radius: 50%; background: #56cfe1; color: #06231f; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.lp-passo h3 { font-size: 1.05rem; font-weight: 600; }
.lp-passo p { color: #6b7280; font-size: .93rem; }

/* Verticais */
.lp-verticais { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.lp-chip { background: #fff; border: 1px solid #e6ebf3; border-radius: 999px; padding: 10px 20px; font-weight: 500; }

/* Planos */
.lp-toggle { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; }
.lp-toggle button { border: 1px solid #56cfe1; background: #fff; color: #0f172a; padding: 8px 18px; border-radius: 999px; font-weight: 600; cursor: pointer; }
.lp-toggle button.ativo { background: #56cfe1; color: #06231f; }
.lp-planos { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 20px; }
.lp-plano { background: #fff; border: 1px solid #e6ebf3; border-radius: 14px; padding: 26px; text-align: center; }
.lp-plano.destaque { border-color: #56cfe1; box-shadow: 0 12px 30px rgba(86,207,225,.18); }
.lp-plano .nome { font-weight: 600; color: #6b7280; }
.lp-plano .cred { font-size: 1.9rem; font-weight: 700; margin: 6px 0; }
.lp-plano .preco { font-size: 1.3rem; font-weight: 700; color: #0f172a; }
.lp-plano .preco small { font-size: .8rem; color: #6b7280; font-weight: 400; }
.lp-plano .btn-lp { margin-top: 16px; width: 100%; }

/* CTA final + footer */
.lp-cta { background: linear-gradient(135deg, #0f172a, #123f3e); color: #fff; text-align: center; padding: 70px 6%; }
.lp-cta h2 { color: #fff; }
.lp-cta p { color: #cfd8ea; }
.lp-footer { background: #0b1220; color: #93a0bf; text-align: center; padding: 26px; font-size: .85rem; }
