/* ===== HOME (design do marketing) ===== */
.nav-actions .short { display: none; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(125deg, #0d0057 0%, var(--navy) 50%, #2a12c4 100%);
  color: #fff; padding: 70px 0 84px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -10%; right: -5%; width: 620px; height: 620px;
  border: 1px dashed rgba(255,255,255,.12); border-radius: 50%;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2); color: #fff; padding: 7px 16px; border-radius: 999px;
  font-weight: 700; font-size: 13px; margin-bottom: 22px;
}
.hero-text h1 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.08; font-weight: 900; letter-spacing: -1px; }
.hero-text h1 .accent { color: var(--gold); }
.hero-text .sub { font-size: 18px; color: rgba(255,255,255,.82); margin: 22px 0 30px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-checks { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; color: var(--gold); font-weight: 600; font-size: 14px; }
.hero-checks span { color: rgba(255,255,255,.9); }

.hero-card {
  position: relative; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px; padding: 30px; backdrop-filter: blur(8px); box-shadow: var(--shadow-lg);
}
.hero-card h4 { text-align: center; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; margin-bottom: 18px; }
.hero-list { display: grid; gap: 12px; }
.hero-list div { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border-radius: 12px; padding: 14px 16px; font-weight: 600; font-size: 14.5px; }
.hero-list .ic { width: 34px; height: 34px; border-radius: 9px; background: var(--gold); display: grid; place-items: center; font-size: 16px; }
.hero-48 {
  position: absolute; right: 22px; bottom: -26px; background: #fff; color: var(--navy);
  border-radius: 14px; padding: 12px 18px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg);
}
.hero-48 strong { font-size: 26px; font-weight: 900; color: var(--green); }
.hero-48 span { font-size: 12px; font-weight: 700; line-height: 1.1; color: var(--muted); }

/* ---------- Section heads ---------- */
.section-head .eyebrow { color: var(--gold-dark); }
.section-head.light h2 { color: #fff; }
.section-head.light .eyebrow { color: var(--gold); }

/* ---------- Problema ---------- */
.problema { background: var(--bg); padding: 80px 0; }
.problema-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.problema-img, .diff-img { border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--navy-dark)); min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: rgba(255,255,255,.6); text-align: center; padding: 24px; }
.problema-img .img-ph, .diff-img .img-ph { font-size: 60px; }
.problema-img span, .diff-img span { font-size: 13px; max-width: 220px; }
.problema-list { display: grid; gap: 16px; }
.prob-item { display: flex; gap: 16px; background: #fff; border-radius: 14px; padding: 20px; box-shadow: 0 4px 16px rgba(30,16,160,.05); }
.prob-item .ic { width: 46px; height: 46px; border-radius: 11px; background: #fde8e8; color: #d33; display: grid; place-items: center; font-size: 22px; flex-shrink: 0; }
.prob-item h3 { color: #d33; font-size: 16px; margin-bottom: 4px; }
.prob-item p { color: var(--muted); font-size: 14px; }

/* ---------- Solução ---------- */
.solucao { background: var(--white); padding: 84px 0; }
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sol-card { background: var(--bg); border: 1px solid rgba(30,16,160,.06); border-radius: var(--radius); padding: 28px; transition: transform .2s, box-shadow .2s; }
.sol-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.sol-card .num { font-size: 34px; font-weight: 900; color: var(--gold); display: block; margin-bottom: 8px; }
.sol-card h3 { color: var(--navy); font-size: 18px; margin-bottom: 8px; }
.sol-card p { color: var(--muted); font-size: 14.5px; }
.sol-card.highlight { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: #fff; grid-column: span 2; display: flex; flex-direction: column; }
.sol-card.highlight h3 { color: #fff; }
.sol-card.highlight p { color: rgba(255,255,255,.8); }
.sol-card.highlight .btn { align-self: flex-start; margin-top: 16px; }
@media (min-width: 901px) { .sol-card.highlight { flex-direction: row; align-items: center; gap: 30px; flex-wrap: wrap; } .sol-card.highlight .btn { margin-top: 0; margin-left: auto; } .sol-card.highlight > * { } }

/* ---------- Diferenciais ---------- */
.diff { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: #fff; padding: 84px 0; }
.diff-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.diff-items { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.diff-item { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 24px; }
.diff-item .ic { width: 50px; height: 50px; border-radius: 13px; background: var(--gold); display: grid; place-items: center; font-size: 24px; margin-bottom: 14px; }
.diff-item h3 { font-size: 17px; margin-bottom: 7px; }
.diff-item p { color: rgba(255,255,255,.78); font-size: 14px; }

/* ---------- Segmentos ---------- */
.segmentos { background: var(--white); padding: 84px 0; }
.seg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seg-card { display: flex; gap: 14px; background: var(--bg); border: 1px solid rgba(30,16,160,.06); border-radius: 14px; padding: 22px; }
.seg-card .chk { width: 30px; height: 30px; border-radius: 8px; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-weight: 900; font-size: 15px; flex-shrink: 0; }
.seg-card h3 { color: var(--navy); font-size: 16px; margin-bottom: 4px; }
.seg-card p { color: var(--muted); font-size: 14px; }

/* ---------- Cotação ---------- */
.cotacao { background: var(--bg); padding: 84px 0; }
.cot-card { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); border-radius: 28px; padding: 48px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cot-card::before { content: ''; position: absolute; left: -60px; bottom: -60px; width: 280px; height: 280px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.cot-intro { position: relative; z-index: 2; color: #fff; }
.cot-intro .eyebrow { color: var(--gold); font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; font-size: 13px; }
.cot-intro h2 { font-size: clamp(26px,3.2vw,36px); font-weight: 900; margin: 10px 0 14px; letter-spacing: -.5px; }
.cot-intro p { color: rgba(255,255,255,.82); font-size: 16px; margin-bottom: 20px; }
.cot-trust { display: flex; flex-direction: column; gap: 8px; color: var(--gold); font-weight: 600; font-size: 14.5px; }
.cot-form { position: relative; z-index: 2; background: #fff; border-radius: 20px; padding: 30px; box-shadow: var(--shadow-lg); }
.cot-form .qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cot-form .qf { margin-bottom: 14px; }
.cot-form label { display: block; font-size: 12.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.cot-form input, .cot-form textarea { width: 100%; padding: 11px 13px; border: 1.5px solid rgba(30,16,160,.14); border-radius: 10px; font-size: 14.5px; outline: none; font-family: inherit; transition: border .15s; }
.cot-form input:focus, .cot-form textarea:focus { border-color: var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips .chip { padding: 7px 13px; border-radius: 999px; border: 1.5px solid rgba(30,16,160,.16); background: #fff; color: var(--navy); font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; transition: all .15s; }
.chips .chip:hover { border-color: var(--gold); }
.chips .chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.cot-form .btn { width: 100%; justify-content: center; margin-top: 8px; font-size: 16px; padding: 15px; }
.qf-note { text-align: center; font-size: 14px; margin-top: 12px; min-height: 18px; }
.qf-note.ok { color: var(--green-dark); font-weight: 600; }
.qf-note.err { color: #b91c1c; font-weight: 600; }

/* ---------- Catálogo na home ---------- */
.catalog { background: var(--bg); padding: 84px 0; }
.btn-ghost-dark { background: #fff; color: var(--navy); border: 1.5px solid rgba(22,0,143,.18); }
.btn-ghost-dark:hover { background: var(--navy); color: #fff; }

/* ---------- Footer extra ---------- */
.foot-loc { margin-top: 10px; font-size: 13.5px !important; color: var(--gold) !important; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .hero-grid, .problema-grid, .diff-grid, .cot-card { grid-template-columns: 1fr; }
  .sol-grid { grid-template-columns: 1fr 1fr; }
  .sol-card.highlight { grid-column: span 2; }
  .seg-grid { grid-template-columns: 1fr 1fr; }
  .cot-card { padding: 32px; }
}
@media (max-width: 760px) {
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; gap: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-actions .full { display: none; }
  .nav-actions .short { display: inline; }
  .diff-items { grid-template-columns: 1fr; }
  .cot-form .qf-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sol-grid, .seg-grid { grid-template-columns: 1fr; }
  .sol-card.highlight { grid-column: span 1; }
}
