/* inRede — Landing page v2 (modelo premium claro, gradientes leves) */
:root {
  --navy: #101f3c;
  --navy-deep: #0b1526;
  --blue: #2563eb;
  --blue-dark: #1d54d8;
  --blue-soft: #eaf1ff;
  --green: #16a34a;
  --text: #1e293b;
  --muted: #5b6a80;
  --border: #e4e9f2;
  --bg-soft: #f6f8fc;
  --font: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); background: #fff; line-height: 1.6; font-size: 15px; }
h1, h2, h3, h4 { line-height: 1.22; margin: 0 0 .4em; letter-spacing: -.015em; font-weight: 650; }
p { margin: 0 0 1em; }
a { text-decoration: none; color: var(--blue); }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 22px; }

.brand-mark { font-weight: 650; font-size: 1.3rem; color: var(--navy); letter-spacing: -.02em; }
.brand-mark .brand-in { color: var(--blue); }
.brand-foot { color: #fff; }
.brand-foot .brand-in { color: #7fb1ff; }
.brand-dot {
  display: inline-block; width: 11px; height: 11px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 8px 6px 0 -2px #34d27b, -7px 7px 0 -3px #f9a03f;
  margin-right: 9px;
}
.lp-logo { display: inline-flex; align-items: center; }

.btn-lp {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: .93rem;
  padding: 13px 26px; border-radius: 12px; border: 1.5px solid transparent;
  transition: all .15s ease;
}
.btn-lp-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(37, 99, 235, .28); }
.btn-lp-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-lp-outline { border-color: #cfd9ea; color: var(--navy); background: #fff; }
.btn-lp-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-lp-ghost { color: var(--navy); background: transparent; }
.btn-lp-ghost:hover { color: var(--blue); }
.btn-lp-sm { padding: 9px 18px; font-size: .85rem; border-radius: 10px; }
.btn-lp-block { width: 100%; border: 0; cursor: pointer; font-family: var(--font); font-size: .95rem; }

/* ---------- Nav ---------- */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: #ffffffdb; backdrop-filter: blur(10px);
  border-bottom: 1px solid #eef1f7;
}
.lp-nav .wrap { display: flex; align-items: center; gap: 30px; height: 66px; }
.lp-links { display: flex; gap: 26px; margin: 0 auto; }
.lp-links a { color: var(--text); font-size: .9rem; font-weight: 500; }
.lp-links a:hover { color: var(--blue); }
.lp-nav-cta { display: flex; align-items: center; gap: 16px; }
.lp-login { color: var(--navy); font-weight: 550; font-size: .9rem; }

/* ---------- Hero ---------- */
.hero {
  text-align: center; padding: 84px 0 0; overflow: hidden;
  background:
    radial-gradient(52% 46% at 50% 0%, #dbe9ff 0%, rgba(219, 233, 255, 0) 100%),
    linear-gradient(180deg, #f3f7ff 0%, #ffffff 62%);
}
.hero-pill {
  display: inline-block; background: #fff; border: 1px solid #d9e5fb;
  color: var(--blue); font-size: .78rem; font-weight: 600;
  border-radius: 99px; padding: 7px 16px; margin-bottom: 22px;
  box-shadow: 0 2px 10px rgba(37, 99, 235, .08);
}
.hero h1 { font-size: 3rem; color: var(--navy); max-width: 800px; margin: 0 auto .3em; }
.hero-lead { font-size: 1.1rem; color: var(--muted); max-width: 640px; margin: 0 auto 1.6em; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-proof { font-size: .8rem; color: var(--muted); margin-top: 18px; }
.hero-proof::before { content: "🔒 "; }

/* Mockup do produto */
.hero-shot { margin: 46px auto -6px; max-width: 960px; perspective: 1200px; }
.shot-frame {
  background: #fff; border-radius: 18px 18px 0 0;
  border: 1px solid #e3e9f4; border-bottom: 0;
  box-shadow: 0 -8px 60px rgba(16, 31, 60, .12), 0 24px 80px rgba(16, 31, 60, .18);
  overflow: hidden; text-align: left;
}
.shot-topbar { display: flex; gap: 6px; padding: 12px 16px; border-bottom: 1px solid #eef1f7; }
.shot-topbar span { width: 10px; height: 10px; border-radius: 50%; background: #e3e9f4; }
.shot-topbar span:first-child { background: #fca5a5; }
.shot-topbar span:nth-child(2) { background: #fcd34d; }
.shot-topbar span:nth-child(3) { background: #86efac; }
.shot-body { display: flex; min-height: 330px; }
.shot-side { width: 168px; background: var(--navy-deep); padding: 14px 10px; flex-shrink: 0; }
.ss-logo { color: #fff; font-weight: 650; font-size: .85rem; padding: 4px 10px 14px; display: flex; align-items: center; gap: 7px; }
.ss-logo i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); display: inline-block; }
.ss-item { color: #8fa2c4; font-size: .74rem; font-weight: 500; padding: 8px 11px; border-radius: 8px; margin-bottom: 2px; }
.ss-item.active { background: var(--blue); color: #fff; }
.shot-main { flex: 1; background: #eef1f9; padding: 16px; min-width: 0; }
.shot-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }
.sk { border-radius: 11px; padding: 11px 13px; color: #fff; }
.sk small { display: block; font-size: .62rem; opacity: .85; font-weight: 500; }
.sk strong { font-size: 1.05rem; font-weight: 650; letter-spacing: -.02em; }
.sk em { display: block; font-style: normal; font-size: .58rem; opacity: .9; }
.sk-blue { background: linear-gradient(135deg, #2f6bee, #1d54d8); }
.sk-green { background: linear-gradient(135deg, #1fae57, #128a43); }
.sk-orange { background: linear-gradient(135deg, #fb8b31, #ef6c0e); }
.sk-purple { background: linear-gradient(135deg, #9468f8, #7c4ce8); }
.shot-panels { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; }
.sp { background: #fff; border-radius: 11px; padding: 13px 15px; }
.sp small { font-size: .66rem; font-weight: 600; color: var(--navy); display: block; margin-bottom: 9px; }
.sp-bars div { height: 9px; border-radius: 5px; background: linear-gradient(90deg, #3b82f6, #2563eb); margin-bottom: 7px; }
.sp-donut-row { display: flex; gap: 14px; align-items: center; }
.sp-donut {
  width: 74px; height: 74px; border-radius: 50%; flex-shrink: 0; position: relative;
  background: conic-gradient(#2563eb 0% 45%, #16a34a 45% 70%, #f97316 70% 85%, #8b5cf6 85% 95%, #cbd5e1 95% 100%);
}
.sp-donut::after { content: ""; position: absolute; inset: 16px; background: #fff; border-radius: 50%; }
.sp-legend { display: flex; flex-direction: column; gap: 4px; font-size: .62rem; color: var(--muted); }
.sp-legend i { width: 7px; height: 7px; border-radius: 50%; display: inline-block; margin-right: 5px; }

/* ---------- Seções ---------- */
.sec-eyebrow {
  text-transform: uppercase; letter-spacing: .12em; font-size: .72rem;
  font-weight: 700; color: var(--blue); text-align: center; margin-bottom: 8px;
}
.sec-eyebrow.light { color: #8ab4ff; text-align: left; }
.sec-title { font-size: 2rem; color: var(--navy); text-align: center; margin-bottom: 12px; }
.sec-sub { text-align: center; color: var(--muted); max-width: 620px; margin: 0 auto 40px; }

.problem { padding: 90px 0 80px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.p-card {
  border: 1px solid var(--border); border-radius: 16px; padding: 28px 26px;
  background: #fff; transition: box-shadow .15s ease, transform .15s ease;
}
.p-card:hover { box-shadow: 0 14px 40px rgba(16, 31, 60, .09); transform: translateY(-2px); }
.p-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.pi-blue { background: var(--blue-soft); color: var(--blue); }
.pi-green { background: #e2f5e9; color: var(--green); }
.pi-orange { background: #fff0e2; color: #ea700d; }
.p-card h3 { font-size: 1.05rem; }
.p-card p { font-size: .9rem; color: var(--muted); margin: 0; }

.features { padding: 84px 0; background: var(--bg-soft); }
.feat-hero-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0 18px; }
.fh-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px; }
.fh-card h3 { font-size: 1rem; margin-top: 16px; }
.fh-card p { font-size: .87rem; color: var(--muted); margin: 0; }
.fh-visual { border-radius: 12px; background: var(--bg-soft); padding: 14px; min-height: 118px; }
.fva-row {
  background: #fff; border: 1px solid var(--border); border-radius: 9px;
  padding: 7px 10px; margin-bottom: 7px; font-size: .68rem; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.fva-badge { background: #fdf0d7; color: #b45309; font-weight: 650; border-radius: 99px; padding: 2px 8px; font-size: .62rem; }
.fva-row.ok .fva-badge { background: #e2f5e9; color: var(--green); }
.fvc-bars { display: flex; align-items: flex-end; gap: 9px; height: 96px; padding: 0 8px; }
.fvc-bars i { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #3b82f6, #2563eb); }
.fvt-line { display: flex; align-items: center; gap: 9px; font-size: .7rem; color: var(--muted); padding: 7px 4px; }
.fvt-line i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); flex-shrink: 0; box-shadow: 0 0 0 3px var(--blue-soft); }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.f-item { background: #fff; border: 1px solid var(--border); border-radius: 13px; padding: 18px 18px 14px; }
.f-item h4 { font-size: .9rem; margin-bottom: 4px; color: var(--navy); }
.f-item p { font-size: .8rem; color: var(--muted); margin: 0; }

.steps { padding: 84px 0; }
.steps-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 36px; }
.step { text-align: center; padding: 22px 14px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--border); }
.step span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, #2f6bee, #1d54d8); color: #fff;
  font-weight: 650; margin-bottom: 10px;
}
.step h3 { font-size: .92rem; }
.step p { font-size: .78rem; color: var(--muted); margin: 0; }

.plans { padding: 84px 0; background: linear-gradient(180deg, #fff 0%, #f3f7ff 100%); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 30px 28px; text-align: center; position: relative;
  display: flex; flex-direction: column;
}
.plan-featured { border: 2px solid var(--blue); box-shadow: 0 18px 50px rgba(37, 99, 235, .14); }
.plan-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: .68rem; font-weight: 650;
  border-radius: 99px; padding: 4px 14px; white-space: nowrap;
}
.plan h3 { font-size: 1rem; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.plan-price { font-size: 1.55rem; font-weight: 700; color: var(--blue); margin: 8px 0 0; letter-spacing: -.02em; }
.plan-per { color: var(--muted); font-size: .8rem; margin-bottom: 16px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 22px; text-align: left; }
.plan li { font-size: .86rem; color: var(--text); padding: 6px 0 6px 26px; position: relative; }
.plan li::before {
  content: "✓"; position: absolute; left: 2px; top: 7px;
  width: 17px; height: 17px; border-radius: 50%; background: #e2f5e9; color: var(--green);
  font-size: .62rem; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.plan .btn-lp { margin-top: auto; }
.plans-note { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 26px; }

.faq { padding: 84px 0; }
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.faq .sec-eyebrow { text-align: left; }
.faq-list details {
  border: 1px solid var(--border); border-radius: 13px;
  padding: 0 20px; margin-bottom: 10px; background: #fff;
}
.faq-list summary {
  cursor: pointer; font-weight: 550; font-size: .93rem; color: var(--navy);
  padding: 16px 0; list-style: none; position: relative; padding-right: 30px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-size: 1.2rem; color: var(--blue); font-weight: 400;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); font-size: .88rem; padding-bottom: 16px; margin: 0; }

.contact { padding: 84px 0; background: var(--navy-deep); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.contact-copy h2 { color: #fff; font-size: 1.9rem; }
.contact-copy > p { color: #a9b8d4; }
.contact-points { list-style: none; padding: 0; margin: 22px 0 0; }
.contact-points li { color: #d7e0f0; padding: 8px 0 8px 32px; position: relative; font-size: .95rem; }
.contact-points li::before {
  content: "✓"; position: absolute; left: 0; top: 9px;
  width: 20px; height: 20px; border-radius: 50%; background: #1d54d8; color: #fff;
  font-size: .68rem; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.contact-form {
  background: #fff; border-radius: 18px; padding: 30px 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.contact-form label { display: block; font-size: .8rem; font-weight: 600; color: var(--navy); margin-bottom: 13px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 5px; padding: 11px 13px;
  border: 1px solid #d9e0ec; border-radius: 10px;
  font-family: var(--font); font-size: .92rem; background: #fff; color: var(--text);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 2px solid #93b8fb; border-color: var(--blue);
}
.contact-form .two { display: grid; grid-template-columns: 1fr 100px; gap: 12px; }
.form-ok { background: #e2f5e9; color: #0f7a38; border-radius: 10px; padding: 12px 15px; margin-bottom: 14px; font-weight: 600; font-size: .88rem; }
.form-err { background: #fde8e8; color: #dc2626; border-radius: 10px; padding: 12px 15px; margin-bottom: 14px; font-weight: 600; font-size: .88rem; }
.lgpd-note { font-size: .74rem; color: var(--muted); margin: 12px 0 0; text-align: center; font-weight: 400; }

.lp-footer { background: #070f1f; padding: 46px 0 0; }
.foot-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 30px; }
.foot-tag { color: #7c8db0; font-size: .88rem; margin-top: 12px; }
.foot-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.foot-links a { color: #a9b8d4; font-size: .88rem; }
.foot-links a:hover { color: #fff; }
.foot-legal {
  border-top: 1px solid #ffffff12; padding-top: 18px; padding-bottom: 22px;
  color: #5c6d8e; font-size: .76rem; text-align: center;
}

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .hero h1 { font-size: 2.2rem; }
  .problem-grid, .feat-hero-grid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-row { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: 1fr; max-width: 430px; margin: 0 auto; }
  .faq-wrap, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .lp-links { display: none; }
  .shot-kpis { grid-template-columns: repeat(2, 1fr); }
  .shot-panels { grid-template-columns: 1fr; }
  .shot-side { display: none; }
}
@media (max-width: 520px) {
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 1.75rem; }
  .feat-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .contact-form .two { grid-template-columns: 1fr; }
  .lp-nav .wrap { gap: 12px; }
  .lp-login { display: none; }
}
