/* =========================================================
   Panorama Feed · Landings (campanha) — base/design system
   Mobile-first. Cada landing sobrescreve as --vars de paleta
   num <style> inline e compõe com estas classes.
   ========================================================= */
:root {
  /* paleta padrão (LinkedIn blue) — landings sobrescrevem */
  --bg: #0a0e1a;
  --bg-2: #131826;
  --surface: #1c2333;
  --surface-2: #232b3d;
  --border: rgba(255, 255, 255, 0.08);
  --accent: #0a66c2;
  --accent-2: #378fe9;
  --accent-soft: rgba(55, 143, 233, .14);
  --success: #22c55e;
  --warn: #f59e0b;
  --danger: #ef4444;
  --text: #e6ebf0;
  --muted: #8a96a8;
  --radius: 14px;
  --maxw: 1100px;
  --hl-grad: linear-gradient(120deg, var(--accent-2), #7db8f5);
  --cta-grad: var(--accent);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--accent-2); text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.eyebrow { color: var(--accent-2); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.muted { color: var(--muted); }
.hl { background: var(--hl-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
section { padding: 56px 0; }
@media (min-width: 820px) { section { padding: 76px 0; } }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--cta-grad); color: #fff; font-weight: 700;
  padding: 15px 26px; border-radius: 11px; font-size: 16px; min-height: 50px;
  border: none; cursor: pointer; transition: .18s; white-space: nowrap; line-height: 1;
}
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn.ghost { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn.ghost:hover { border-color: var(--accent-2); background: var(--accent-soft); filter: none; }
.btn.lg { padding: 18px 34px; font-size: 17px; min-height: 56px; }
.btn.block { display: flex; width: 100%; }

/* ---- Nav ---- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
header.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; padding-bottom: 13px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; color: #fff; }
.logo .mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: grid; place-items: center; color: #fff; font-weight: 800; }
header.nav .btn { padding: 10px 18px; min-height: 42px; font-size: 14px; }
@media (max-width: 480px) { header.nav .logo span.full { display: none; } }

/* ---- Hero ---- */
.hero { padding: 48px 0 40px; }
@media (min-width: 820px) { .hero { padding: 84px 0 60px; } }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 880px) { .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 48px; } }
.hero h1 { font-size: 33px; line-height: 1.1; margin: 14px 0 16px; letter-spacing: -.02em; }
@media (min-width: 820px) { .hero h1 { font-size: 50px; } }
.hero p.sub { font-size: 17px; color: var(--muted); margin: 0 0 24px; max-width: 560px; }
@media (min-width: 820px) { .hero p.sub { font-size: 19px; } }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero .cta-row .btn { flex: 1 1 auto; }
@media (min-width: 560px) { .hero .cta-row .btn { flex: 0 0 auto; } }
.hero .reassure { font-size: 13px; color: var(--muted); margin-top: 16px; }
.hero .reassure b { color: var(--text); }

/* badge pill (acima do h1) */
.kicker { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent-2) 35%, transparent); color: var(--accent-2); border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 700; letter-spacing: .03em; }

/* ---- Mockup painel ---- */
.mock { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 30px 80px -30px rgba(0,0,0,.7); overflow: hidden; }
.mock .bar { display: flex; gap: 6px; padding: 12px 14px; border-bottom: 1px solid var(--border); background: var(--surface); }
.mock .bar i { width: 11px; height: 11px; border-radius: 50%; background: #3a455c; display: inline-block; }
.mock .body { padding: 14px; }
.mock .row { display: flex; align-items: center; gap: 12px; padding: 11px; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; background: var(--surface); }
.mock .row:last-child { margin-bottom: 0; }
.mock .av { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.mock .ln { flex: 1; min-width: 0; }
.mock .ln b { font-size: 13px; display: block; }
.mock .ln span { font-size: 11px; color: var(--muted); }
.mock .stat { text-align: right; font-size: 11px; color: var(--muted); flex-shrink: 0; }
.mock .stat b { color: var(--success); font-size: 14px; display: block; }
.mock .spark { display: flex; align-items: flex-end; gap: 3px; height: 34px; }
.mock .spark i { width: 7px; background: var(--accent-2); border-radius: 2px 2px 0 0; display: inline-block; opacity: .85; }

/* ---- Trust strip ---- */
.strip { padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.strip .wrap { display: flex; align-items: center; justify-content: center; gap: 16px 34px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; }
.strip .item { display: flex; align-items: center; gap: 8px; }

/* ---- Section heading ---- */
.center { text-align: center; max-width: 700px; margin: 0 auto 36px; }
.center h2 { font-size: 27px; margin: 10px 0 12px; letter-spacing: -.01em; }
@media (min-width: 820px) { .center h2 { font-size: 34px; } }
.center p { color: var(--muted); font-size: 16px; margin: 0; }

/* ---- Grids / cards ---- */
.cols { display: grid; gap: 16px; }
.cols.c2 { grid-template-columns: 1fr; }
.cols.c3 { grid-template-columns: 1fr; }
.cols.c4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .cols.c2 { grid-template-columns: 1fr 1fr; } .cols.c4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) { .cols.c3 { grid-template-columns: repeat(3,1fr); } .cols.c4 { grid-template-columns: repeat(4,1fr); } }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.card .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--accent-soft); display: grid; place-items: center; font-size: 22px; margin-bottom: 14px; }
.card .step { font-size: 12px; color: var(--accent-2); font-weight: 700; letter-spacing: .04em; }
.card h3 { margin: 6px 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* ---- Feature split ---- */
.feature { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
@media (min-width: 880px) { .feature { grid-template-columns: 1fr 1fr; gap: 48px; } .feature.flip > div:first-child { order: 2; } }
.feature h2 { font-size: 25px; margin: 8px 0 12px; letter-spacing: -.01em; }
@media (min-width: 820px) { .feature h2 { font-size: 30px; } }
.feature ul { list-style: none; padding: 0; margin: 16px 0 0; }
.feature li { display: flex; gap: 11px; align-items: flex-start; margin: 12px 0; color: var(--text); font-size: 15px; }
.feature li::before { content: "✓"; color: var(--success); font-weight: 800; flex-shrink: 0; }

/* ---- Stats band ---- */
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 820px) { .stats { grid-template-columns: repeat(4,1fr); } }
.stats .s { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; text-align: center; }
.stats .s b { display: block; font-size: 30px; font-weight: 800; color: var(--text); letter-spacing: -.02em; }
@media (min-width: 820px) { .stats .s b { font-size: 38px; } }
.stats .s span { font-size: 13px; color: var(--muted); }

/* ---- Comparison table ---- */
.compare { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: 13px 14px; text-align: left; border-bottom: 1px solid var(--border); }
.compare thead th { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); background: var(--bg-2); }
.compare tbody tr:last-child td { border-bottom: none; }
.compare .ok { color: var(--success); font-weight: 700; }
.compare .no { color: var(--danger); font-weight: 700; }
.compare .col-us { background: var(--accent-soft); }
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }

/* ---- Testimonial (SEMPRE ilustrativo: usar .ex-badge) ---- */
.quotes { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .quotes { grid-template-columns: repeat(2,1fr); } }
.quote { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; position: relative; }
.quote p { font-size: 16px; margin: 0 0 16px; color: var(--text); }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .who .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); flex-shrink: 0; }
.quote .who b { font-size: 14px; display: block; }
.quote .who span { font-size: 12.5px; color: var(--muted); }
.ex-badge { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--warn); background: rgba(245,158,11,.13); border: 1px solid rgba(245,158,11,.3); padding: 3px 8px; border-radius: 999px; }

/* ---- Pricing ---- */
.plans { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .plans { grid-template-columns: repeat(4,1fr); } }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--accent-2); box-shadow: 0 0 0 1px var(--accent-2); position: relative; }
.plan .badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--accent-2); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 999px; white-space: nowrap; }
.plan .pname { font-weight: 700; font-size: 17px; }
.plan .price { font-size: 30px; font-weight: 800; margin: 8px 0 4px; }
.plan .price small { font-size: 14px; color: var(--muted); font-weight: 400; }
.plan ul { list-style: none; padding: 0; margin: 16px 0; flex: 1; }
.plan li { font-size: 14px; color: var(--muted); margin: 9px 0; padding-left: 22px; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--success); }

/* ---- FAQ ---- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border: 1px solid var(--border); border-radius: 10px; padding: 2px 18px; margin-bottom: 12px; background: var(--surface); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 15px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent-2); font-size: 22px; flex-shrink: 0; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 16px; color: var(--muted); font-size: 14.5px; }

/* ---- Final CTA ---- */
.final { text-align: center; background: linear-gradient(180deg, var(--bg-2), var(--surface)); border: 1px solid var(--border); border-radius: 20px; padding: 44px 22px; }
@media (min-width: 820px) { .final { padding: 60px 24px; } }
.final h2 { font-size: 27px; margin: 0 0 12px; letter-spacing: -.01em; }
@media (min-width: 820px) { .final h2 { font-size: 34px; } }
.final p { color: var(--muted); font-size: 17px; margin: 0 0 24px; }

/* ---- Footer ---- */
footer.ft { border-top: 1px solid var(--border); padding: 28px 0; color: var(--muted); font-size: 13px; }
footer.ft .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ---- Helpers ---- */
.tagline { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 6px 14px; font-size: 13px; color: var(--muted); }
.tagline .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { font-size: 13px; padding: 6px 13px; border-radius: 999px; border: 1px solid var(--border); color: var(--muted); }
.note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 14px; }
