/* MOSACA Onepage — clean, responsivo e pronto para publicar */
:root{
  --bg: #ffffff;
  --bg2:#f7f8fb;
  --text:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --brand:#d61f26; /* vermelho da logo (aprox.) */
  --brand2:#fbe9ea;
  --shadow: 0 10px 30px rgba(2,6,23,.08);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}

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

.container{
  width:min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(226,232,240,.7);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand__logo{ height:44px; width:auto; }

.topbar__cta{ display:flex; gap:10px; align-items:center; }

.topbar__cta .btn{
  padding: 10px 12px;
  font-size: 13.5px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn--primary{
  background: var(--brand);
  color:white;
  box-shadow: 0 12px 25px rgba(214,31,38,.18);
}
.btn--primary:hover{ box-shadow: 0 16px 35px rgba(214,31,38,.22); }
.btn--ghost{
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.btn--ghost:hover{ background: rgba(15,23,42,.03); }
.btn--full{ width:100%; }

.hero{
  position:relative;
  overflow:hidden;
  padding: 56px 0 18px;
}
.hero__bg{
  position:absolute; inset:-30% -10% auto -10%;
  height: 520px;
  background: radial-gradient(closest-side, rgba(214,31,38,.12), transparent 65%),
              radial-gradient(closest-side, rgba(15,23,42,.07), transparent 60%);
  pointer-events:none;
  filter: blur(0px);
}
.hero__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 22px;
  align-items: start;
}
.pill{
  display:inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--brand2);
  color: #9b0f15;
  border:1px solid rgba(214,31,38,.18);
  font-weight:700;
  font-size: 12.5px;
  letter-spacing: .2px;
}
h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height:1.08;
  letter-spacing:-.02em;
}
.lead{
  margin:0;
  font-size: 16.5px;
  color: var(--muted);
  max-width: 56ch;
}
.hero__actions{ display:flex; gap:10px; margin-top:18px; flex-wrap:wrap; }

.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.stat{
  padding: 14px 14px;
  border:1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.7);
}
.stat__kpi{ font-weight:800; }
.stat__desc{ font-size:12.5px; color: var(--muted); margin-top:4px; }

.card{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
  padding: 18px 18px;
}
.card__title{ margin:0 0 10px; font-size: 18px; }
.checklist{ margin: 0; padding-left: 0; list-style:none; display:grid; gap:8px; }
.checklist li{
  padding-left: 26px;
  position:relative;
  color: var(--muted);
}
.checklist li:before{
  content:"";
  position:absolute;
  left:0; top:.35em;
  width: 16px; height: 16px;
  border-radius: 6px;
  background: rgba(214,31,38,.12);
  border: 1px solid rgba(214,31,38,.25);
  box-shadow: inset 0 0 0 4px rgba(214,31,38,.15);
}
.card__footer{ margin-top: 10px; }
.link{ color: var(--brand); font-weight:700; }
.link:hover{ text-decoration: underline; }

.section{ padding: 54px 0; }
.section--alt{ background: var(--bg2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section--cta{
  background: linear-gradient(180deg, var(--bg2), #fff);
  border-top:1px solid var(--line);
}
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.section__head h2{
  margin:0;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing:-.02em;
}
.muted{ color: var(--muted); }
.small{ font-size: 12.5px; }

.grid-4{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.feature{
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}
.feature h3{ margin:0 0 6px; font-size: 16px; }
.feature p{ margin:0; color: var(--muted); font-size: 14px; }

.grid-2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.svc{
  position: relative;
  overflow: hidden;
  border:1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background:#fff;
  box-shadow: 0 12px 28px rgba(2,6,23,.06);
  transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

/* Premium accent bar (hierarquia visual) */
.svc:before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:4px;
  background: linear-gradient(90deg, rgba(214,31,38,.95), rgba(214,31,38,.18));
  opacity:.95;
  pointer-events:none;
}

.svc:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(2,6,23,.10);
  border-color: rgba(214,31,38,.28);
}

.svc h3{
  letter-spacing: -.01em;
  font-size: 17px;
}
.svc--highlight{
  background: radial-gradient(closest-side, rgba(214,31,38,.12), transparent 70%), #fff;
}
.svc--highlight:before{
  background: linear-gradient(90deg, rgba(214,31,38,1), rgba(214,31,38,.30));
}
.svc__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}

.svc__actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

.svc__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border:1px solid rgba(15,23,42,.12);
  background: #ffffff;
  color: var(--brand);
  cursor:pointer;
  transition: all .25s ease;
  position: relative;
  box-shadow: 0 6px 18px rgba(2,6,23,.06);
  line-height: 1;
}

.svc__more svg{
  width:18px;
  height:18px;
  stroke: currentColor;
}

.svc__more:hover{
  background: var(--brand);
  color:#fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(214,31,38,.25);
}

.svc__more:active{
  transform: translateY(0px);
}

.svc__more:focus-visible{
  outline:none;
  box-shadow: 0 0 0 4px rgba(214,31,38,.18);
}

.svc h3{ margin:0; font-size: 16.5px; }
.svc p{ margin: 8px 0 10px; color: var(--muted); }
.tag{
  font-size: 12px;
  font-weight: 700;
  border:1px solid rgba(214,31,38,.22);
  color:#9b0f15;
  background: rgba(214,31,38,.10);
  padding: 6px 10px;
  border-radius: 999px;
  white-space:nowrap;
}
.tag--solid{
  background: var(--brand);
  color:#fff;
  border-color: transparent;
}

.bullets{ margin:0; padding-left: 18px; color: var(--muted); }
.bullets li{ margin: 6px 0; }

.steps{
  margin: 20px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 10px;
}
.step{
  display:flex;
  gap: 12px;
  padding: 16px;
  border:1px solid var(--line);
  border-radius: 18px;
  background:#fff;
}
.step__num{
  width: 34px; height: 34px;
  border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(214,31,38,.12);
  border: 1px solid rgba(214,31,38,.25);
  color:#9b0f15;
  font-weight: 800;
}
.step__content h3{ margin:0 0 4px; font-size: 16px; }
.step__content p{ margin:0; color: var(--muted); }

.cta{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items:start;
}
.contact-cards{
  margin-top: 14px;
  display:grid;
  gap: 10px;
}
.contact{
  display:block;
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background:#fff;
}
.contact__label{ color: var(--muted); font-size: 12.5px; }
.contact__value{ font-weight: 800; margin-top: 2px; }
a.contact:hover{ border-color: rgba(214,31,38,.35); box-shadow: 0 12px 25px rgba(2,6,23,.06); }

.form{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  box-shadow: var(--shadow);
  padding: 16px;
}
.form h3{ margin:0 0 12px; }
.field{ display:grid; gap: 6px; margin-bottom: 10px; }
.field span{ font-size: 12.5px; color: var(--muted); font-weight: 600; }
input, textarea{
  width:100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 12px 12px;
  font: inherit;
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(214,31,38,.5);
  box-shadow: 0 0 0 4px rgba(214,31,38,.10);
}

.footer{
  padding: 22px 0;
  border-top:1px solid var(--line);
  background:#fff;
}
.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.footer__brand{
  display:flex;
  align-items:center;
  gap: 10px;
}
.footer__brand img{ height: 28px; width:auto; }
.footer__links{ margin-top: 6px; }
.dot{ margin: 0 8px; color: #cbd5e1; }

@media (max-width: 920px){
  .hero__grid{ grid-template-columns: 1fr; }
  .cta{ grid-template-columns: 1fr; }
  .grid-4{ grid-template-columns: repeat(2, 1fr); }
  .grid-2{ grid-template-columns: 1fr; }
  .section__head{ flex-direction: column; align-items:flex-start; }
  .stats{ grid-template-columns: 1fr; }
  .topbar__cta .btn--ghost{ display:none; }
}

@media (max-width: 520px){
  .container{ width: min(1120px, calc(100% - 28px)); }
  .brand__logo{ height: 38px; }
  .footer__inner{ flex-direction: column; align-items:flex-start; }
}

/* Modal (Saiba mais) */
.modal{
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}
.modal.is-open{ display: block; }
.modal__overlay{
  position:absolute;
  inset:0;
  background: rgba(2,6,23,.55);
  backdrop-filter: blur(4px);
}
.modal__panel{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100% - 36px));
  border-radius: 22px;
  border: 1px solid rgba(226,232,240,.9);
  background: #fff;
  box-shadow: 0 30px 70px rgba(2,6,23,.22);
  padding: 18px 18px;
}
.modal__close{
  position:absolute;
  right: 12px;
  top: 10px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(15,23,42,.03);
  cursor:pointer;
  font-size: 22px;
  line-height: 1;
}
.modal__close:hover{ background: rgba(15,23,42,.06); }
.modal__title{ margin: 0 34px 8px 0; font-size: 18px; }
.modal__body{ margin: 0 0 12px; color: var(--muted); }
.modal__values{
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.modal__valuesTitle{ font-weight: 800; margin-bottom: 6px; }
.modal__list{ margin: 0; padding-left: 18px; color: var(--muted); }
.modal__list li{ margin: 6px 0; }


/* Como trabalhamos — layout com animação (Lottie) */

.how-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items: start;
  margin-top: 14px;
}
.how-left .steps{ margin-top: 0; }
.steps--compact .step{ padding: 14px; }
.steps--compact .step__content p{ font-size: 14px; }

.lottie-card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(closest-side, rgba(15,23,42,.05), transparent 70%), #fff;
  box-shadow: var(--shadow);
  padding: 16px;
  overflow:hidden;
  position: relative;
}
.lottie-card:before{
  content:"";
  position:absolute;
  inset:-60px -60px auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 30% 30%, rgba(214,31,38,.16), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(15,23,42,.10), transparent 55%);
  opacity:.9;
  pointer-events:none;
}

.lottie-card__top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.lottie-pill{
  display:inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(214,31,38,.22);
  background: rgba(214,31,38,.08);
  color: #9b0f15;
  font-weight: 800;
  font-size: 12px;
}
.lottie-note{
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 600;
}

.lottie{
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  border: 1px solid rgba(226,232,240,.9);
  background: linear-gradient(180deg, rgba(247,248,251,.9), #fff);
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.02);
}

.lottie-legend{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
}
.legend-item{ display:flex; align-items:center; gap:8px; }

.dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  display:inline-block;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(15,23,42,.06);
}
.dot--1{ background: rgba(214,31,38,.75); border-color: rgba(214,31,38,.25); }
.dot--2{ background: rgba(15,23,42,.65); border-color: rgba(15,23,42,.20); }
.dot--3{ background: rgba(214,31,38,.35); border-color: rgba(214,31,38,.18); }
.dot--4{ background: rgba(15,23,42,.30); border-color: rgba(15,23,42,.14); }

@media (max-width: 920px){
  .how-grid{ grid-template-columns: 1fr; }
  .lottie{ aspect-ratio: 16 / 9; }
}


.static-infographic{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(226,232,240,.9);
  background:#fff;
}


/* Ajuste final da imagem da metodologia */
.static-infographic{
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid rgba(226,232,240,.9);
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
  background:#fff;
}
