:root{
  --royal:#2563EB; --yellow:#FACC15; --coral:#FF6B6B; --turquoise:#14B8A6;
  --bg:#F8FAFC; --fg:#0B1220; --muted:#64748B; --border:#E2E8F0; --white:#fff;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--bg);color:var(--fg);font-family:'Inter',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{background:#fff}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;max-width:none}
.brand{display:flex;align-items:center;gap:8px}
.brand-icon{width:40px;height:40px;background:var(--royal);display:flex;align-items:center;justify-content:center}
.brand-text{font-family:'Space Grotesk',sans-serif;font-weight:800;font-size:20px;letter-spacing:-.02em}
.badge-26{border:1px solid var(--border);background:#fff;padding:8px 12px;font-size:12px;font-weight:600}
.header-stripe{height:4px;background:var(--yellow)}

/* Hero */
.hero{display:grid;gap:48px;padding:48px 24px;grid-template-columns:1fr}
@media(min-width:1024px){.hero{grid-template-columns:1fr 1fr;padding:64px 24px}}
.tag{display:inline-flex;align-items:center;gap:8px;border:1px solid;background:#fff;padding:8px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;width:fit-content}
.tag-coral{border-color:var(--coral);color:var(--coral)}
.title{font-family:'Space Grotesk',sans-serif;font-weight:800;font-size:48px;line-height:1.05;letter-spacing:-.02em;margin-top:24px}
@media(min-width:640px){.title{font-size:60px}}
@media(min-width:1024px){.title{font-size:72px}}
.text-royal{color:var(--royal)}
.lead{margin-top:24px;max-width:560px;color:var(--muted);font-size:18px;line-height:1.6}
.lead strong{color:var(--fg)}

.features{display:grid;gap:12px;margin-top:32px}
@media(min-width:640px){.features{grid-template-columns:repeat(3,1fr)}}
.feature{display:flex;align-items:center;gap:12px;border:1px solid var(--border);background:#fff;padding:12px;font-size:14px;font-weight:600}
.fi{width:36px;height:36px;background:var(--royal);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}

.social{margin-top:40px;display:flex;align-items:center;gap:16px}
.avatars{display:flex}
.avatars img{width:40px;height:40px;object-fit:cover;border:2px solid #fff}
.strong{font-weight:600}
.muted{color:var(--muted);font-size:14px}

/* Card */
.card{border:1px solid var(--border);background:#fff;padding:40px}
.card-head{display:flex;justify-content:space-between;align-items:start;gap:16px}
.kicker{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--coral)}
.card-title{font-family:'Space Grotesk',sans-serif;font-size:24px;font-weight:700;margin-top:8px}
.pill{background:var(--yellow);color:#0B1220;padding:6px 12px;font-size:12px;font-weight:700}

.form{margin-top:32px;display:flex;flex-direction:column;gap:20px}
.form label{display:block;font-size:14px;font-weight:600}
.form input{margin-top:8px;width:100%;height:52px;border:1px solid var(--border);background:#F1F5F9;padding:0 16px;font-size:16px;line-height:52px;outline:none;font-family:inherit}
.form input:focus{border-color:var(--royal);background:#fff}
.row{display:grid;grid-template-columns:1fr 120px;gap:16px;align-items:start}
.w-digit input{text-align:center;font-weight:600;letter-spacing:.08em}
.err{color:#DC2626;font-size:12px;margin-top:-12px}
.btn-primary{background:var(--royal);color:#fff;padding:16px 24px;border:0;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit}
.btn-primary:hover{background:#1d4fd1}
.btn-ghost{margin-top:24px;border:1px solid var(--border);background:#fff;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
.btn-ghost:hover{background:#F1F5F9}
.btn-outline-blue{margin-top:24px;border:1px solid var(--royal);background:var(--royal);color:#fff;padding:12px 20px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}
.btn-outline-blue:hover{background:#1d4fd1;border-color:#1d4fd1}
.fineprint{text-align:center;color:var(--muted);font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}

.center{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 0;gap:12px}
.icon-box{width:48px;height:48px;background:var(--royal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.icon-success{background:var(--turquoise);width:56px;height:56px;font-size:28px}

/* Progress */
.progress{position:relative;width:100%;height:8px;background:#E2E8F0;margin:24px 0}
.bar{position:absolute;left:0;top:0;height:100%;background:var(--royal);animation:fill 2.6s ease-in-out forwards}
.plane{position:absolute;top:-18px;font-size:18px;color:var(--royal);animation:fly 2.6s ease-in-out forwards}
@keyframes fill{from{width:0}to{width:100%}}
@keyframes fly{from{left:0}to{left:calc(100% - 18px)}}

/* Trust */
.trust{border:1px solid var(--border);background:var(--royal);color:#fff;padding:40px;margin-bottom:64px;display:grid;gap:24px}
@media(min-width:640px){.trust{grid-template-columns:repeat(3,1fr)}}
.big{font-family:'Space Grotesk',sans-serif;font-size:40px;font-weight:800}
@media(min-width:640px){.big{font-size:48px}}
.muted-l{font-size:14px;opacity:.9;margin-top:4px}

.site-footer{border-top:1px solid var(--border);padding:32px;text-align:center;font-size:12px;color:var(--muted)}

/* Logo */
.brand{display:flex;align-items:center;text-decoration:none}
.brand-logo{height:48px;width:auto;max-width:200px;display:block;object-fit:contain}
@media(min-width:640px){.brand-logo{height:52px;max-width:220px}}
@media(min-width:1024px){.brand-logo{height:56px;max-width:240px}}

/* Banner — full width, edge to edge */
.banner-section{padding:0;width:100%}
.banner-link{display:block;width:100%;position:relative}
.banner-img{width:100%;height:auto;display:block}
.banner-cta{position:absolute;left:4.2%;top:62%;width:29%;height:11%;display:flex;align-items:center;justify-content:center;background:#1657d6;color:#fff;font-weight:800;letter-spacing:.5px;border:2px solid #2f6bff;border-radius:8px;text-decoration:none;font-size:clamp(11px,1.6vw,24px);text-transform:uppercase;box-shadow:0 6px 18px rgba(0,30,90,.35);transition:transform .15s ease,background .15s ease}
.banner-cta:hover{background:#1e6bff;transform:translateY(-2px)}

/* Fix mobile: CTA do banner vira botão pleno abaixo da imagem em telas pequenas */
@media (max-width: 640px){ .banner-cta{ display:none !important; } }

/* Trust banner full-bleed — sem espaço entre azul, faixa amarela e rodapé */
.trust-section{width:100%;margin:0;padding:0}
.trust-section .trust{border:0;border-radius:0;margin:0;padding:32px 24px}

/* Yellow stripe after trust band, mirrors header-stripe */
.post-trust-stripe{height:4px;background:var(--yellow);width:100%;display:block;margin:0;padding:0;line-height:0}

/* Footer redesign */
.site-footer{border-top:0;margin-top:0;padding:14px 24px 18px;background:#fff;color:var(--fg);text-align:left}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:center}
.footer-col{display:flex;flex-direction:column;gap:10px}
.footer-brand-col{align-items:flex-start}
.footer-logo{height:40px;width:auto;max-width:180px;object-fit:contain;margin-bottom:4px}
.footer-text{font-size:12px;color:var(--muted);line-height:1.4;margin:0}
.footer-certs-col{flex-direction:row;align-items:center;justify-content:center;gap:24px}
.cert-img{height:54px;width:auto;object-fit:contain}
.cert-ra{height:60px}
.cert-bl{height:38px}
.footer-cards-col{align-items:flex-end;justify-content:center}
.cards-img{width:100%;max-width:340px;height:auto;object-fit:contain}

@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr;text-align:center;gap:20px}
  .footer-brand-col{align-items:center}
  .footer-cards-col{align-items:center}
  .cards-img{max-width:320px}
}
