/* =========================================================
   +Din Digital — folha de estilo única do site institucional
   Identidade extraída do material original:
     azul-marinho #050a30 · verde-limão #ccfa1c · azul do logo #232a57
   ========================================================= */

:root {
  --navy: #050a30;
  --navy-2: #0b1445;
  --navy-3: #232a57;
  --lime: #ccfa1c;
  --lime-dark: #a8d100;
  --ink: #12162e;
  --body: #4a5068;
  --line: #e5e8f0;
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --radius: 16px;
  --shell: 1140px;
  --sans: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3 {
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 .6em;
  font-weight: 800;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }

.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--soft { background: var(--bg-soft); }
.center { text-align: center; }
.lead { font-size: 1.1rem; max-width: 62ch; }
.center .lead { margin-inline: auto; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 14px 30px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.btn--primary { background: var(--lime); color: var(--navy); box-shadow: 0 6px 18px rgba(204,250,28,.35); }
.btn--primary:hover { background: #d8ff3f; }
.btn--ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--ghost:hover { border-color: var(--lime); color: var(--lime); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); }

/* ---------- Cabeçalho ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.header__logo img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .96rem;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--lime); }
.nav .btn { padding: 10px 22px; font-size: .92rem; }

.burger {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 10px;
}
.burger span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (sem foto de estoque — identidade própria) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, #16205e 100%);
  color: #fff; padding: clamp(64px, 9vw, 110px) 0;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.hero::before {
  width: 520px; height: 520px; right: -140px; top: -180px;
  background: radial-gradient(circle, rgba(204,250,28,.20), transparent 68%);
}
.hero::after {
  width: 420px; height: 420px; left: -150px; bottom: -220px;
  background: radial-gradient(circle, rgba(184,223,246,.16), transparent 68%);
}
.hero .shell { position: relative; z-index: 1; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero p { color: #c9cfe6; font-size: 1.15rem; max-width: 56ch; }
.hero__acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__tag {
  display: inline-block; margin-bottom: 20px; padding: 7px 16px; border-radius: 999px;
  background: rgba(204,250,28,.14); border: 1px solid rgba(204,250,28,.4);
  color: var(--lime); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
}

/* ---------- Números ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.stat { text-align: center; padding: 22px 12px; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.stat b { display: block; font-size: clamp(1.5rem, 3.4vw, 2.1rem); color: var(--lime); font-weight: 800; line-height: 1.15; }
.stat span { font-size: .82rem; color: #b9c0da; text-transform: uppercase; letter-spacing: .07em; }

/* ---------- Cartões de produto ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 48px; }
.card {
  background: var(--navy); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 10px 30px rgba(5,10,48,.13);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(5,10,48,.22); }
.card__foto { aspect-ratio: 4/3; overflow: hidden; margin: 14px 14px 0; border-radius: 14px; }
.card__foto img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.card__corpo { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card__corpo h3 { color: #fff; margin-bottom: .35em; font-size: 1.3rem; }
.card__corpo p { color: #b9c0da; font-size: .96rem; flex: 1; }
.card .btn { width: 100%; margin-top: 16px; }

/* ---------- Blocos alternados ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.split--inverso .split__midia { order: 2; }
.split__midia img { border-radius: 20px; box-shadow: 0 16px 40px rgba(5,10,48,.16); }

/* ---------- Lista com marcador ---------- */
.checks { list-style: none; padding: 0; margin: 0 0 1.6em; }
.checks li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23050a30' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---------- Passos ---------- */
.passos { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 28px; margin-top: 44px; counter-reset: passo; }
.passo { position: relative; padding: 30px 22px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.passo::before {
  counter-increment: passo; content: counter(passo);
  position: absolute; top: -20px; left: 22px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--lime); color: var(--navy);
  display: grid; place-items: center; font-weight: 800; font-size: 1.05rem;
}
.passo h3 { margin-bottom: .3em; }
.passo p { margin: 0; font-size: .95rem; }

/* ---------- Bancos parceiros ---------- */
.bancos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 40px; margin-top: 36px; }
.bancos img { height: 34px; width: auto; opacity: .55; filter: grayscale(1); transition: .2s; }
.bancos img:hover { opacity: 1; filter: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 42px auto 0; }
.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: #fff; }
.faq details[open] { border-color: var(--lime); box-shadow: 0 4px 16px rgba(5,10,48,.07); }
.faq summary {
  cursor: pointer; padding: 18px 52px 18px 22px; font-weight: 700; color: var(--ink);
  position: relative; list-style: none; border-radius: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px;
  border-right: 2.5px solid var(--navy); border-bottom: 2.5px solid var(--navy);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .faq__corpo { padding: 0 22px 20px; }
.faq .faq__corpo p:last-child { margin-bottom: 0; }

/* ---------- Faixa de chamada ---------- */
.cta {
  background: linear-gradient(135deg, var(--navy) 0%, #16205e 100%);
  color: #fff; text-align: center; border-radius: 24px;
  padding: clamp(40px, 6vw, 64px) 28px; position: relative; overflow: hidden;
}
.cta h2 { color: #fff; }
.cta p { color: #c9cfe6; max-width: 54ch; margin-inline: auto; }
.cta .btn { margin-top: 24px; }

/* ---------- Rodapé ---------- */
.footer { background: var(--navy); color: #a9b1cf; padding: 64px 0 28px; font-size: .93rem; }
.footer h4 { color: #fff; font-size: 1rem; margin: 0 0 16px; font-weight: 700; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 44px; }
.footer a { color: #a9b1cf; text-decoration: none; }
.footer a:hover { color: var(--lime); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 9px; }
.footer__logo { background: #fff; border-radius: 12px; padding: 10px 14px; display: inline-block; margin-bottom: 18px; }
.footer__logo img { height: 44px; width: auto; }
.redes { display: flex; gap: 12px; margin-top: 18px; }
.redes a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.08); transition: .2s;
}
.redes a:hover { background: var(--lime); }
.redes a:hover svg { stroke: var(--navy); }
.redes svg { width: 19px; height: 19px; stroke: #fff; fill: none; stroke-width: 1.9; }
.footer__base {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .86rem;
}
.aviso { font-size: .82rem; line-height: 1.6; color: #8f97b8; margin-top: 20px; }

/* ---------- Botão flutuante do WhatsApp ---------- */
.zap {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.45);
  transition: transform .2s;
}
.zap:hover { transform: scale(1.08); }
.zap svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--inverso .split__midia { order: 0; }
  .split__midia { max-width: 460px; margin-inline: auto; }
}
@media (max-width: 780px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 76px 0 auto; flex-direction: column; align-items: stretch;
    background: #fff; padding: 20px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 30px rgba(5,10,48,.12);
    transform: translateY(-140%); transition: transform .28s ease; visibility: hidden;
  }
  .nav[data-aberto="true"] { transform: translateY(0); visibility: visible; }
  .nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav a:last-of-type { border-bottom: 0; }
  .nav .btn { margin-top: 10px; }
  .stats { grid-template-columns: 1fr; gap: 14px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
