:root{
  --bg:#ffffff;
  --ink:#0b1220;
  --mut:#5b6473;
  --mut2:#7b8596;
  --line:rgba(17,24,39,.10);

  --brand1:#2563eb;
  --brand2:#7c3aed;

  --shadow: 0 18px 55px rgba(15,23,42,.10);
  --shadow2: 0 10px 30px rgba(15,23,42,.08);

  --radius: 22px;
  --max: 1080px;
  --pad: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--ink);
  background:#ffffff;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND FIXO PREMIUM */

body::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -2;

  background:
    radial-gradient(900px 520px at 20% 6%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(900px 520px at 88% 10%, rgba(124,58,237,.09), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #f7f8fc 100%);
}

/* GRAIN SUTIL PARA EVITAR "FATIAS" */

body::after{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .05;

  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,.04) 0px,
      rgba(0,0,0,.04) 1px,
      transparent 2px,
      transparent 4px
    );

  mix-blend-mode: soft-light;
}

a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:0 var(--pad);}

/* TOPBAR */
.head{padding:18px 0 0;}
.brandRow{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  flex-wrap:wrap;
}
.brand{display:flex; align-items:center; gap:12px;}
.brandText b{font-weight:900; letter-spacing:-.3px; display:block}
.brandText em{display:block; font-style:normal; font-size:12px; color:var(--mut); margin-top:2px}

.logo{
  width:40px; height:40px; border-radius:14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(37,99,235,.45), rgba(37,99,235,.10) 55%, transparent 72%),
    radial-gradient(circle at 70% 70%, rgba(124,58,237,.40), rgba(124,58,237,.10) 55%, transparent 72%),
    linear-gradient(135deg, rgba(17,24,39,.08), rgba(17,24,39,.02));
  border:1px solid rgba(17,24,39,.10);
  box-shadow: 0 14px 35px rgba(37,99,235,.10);
}

/* BUTTONS (Apple-ish) */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 16px;
  border-radius:999px;
  font-weight:800;
  border:1px solid rgba(17,24,39,.12);
  background:rgba(255,255,255,.80);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(15,23,42,.07);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
  white-space:nowrap;
}
.btn:hover{
  transform:translateY(-1px);
  border-color:rgba(17,24,39,.22);
  box-shadow: 0 18px 40px rgba(15,23,42,.10);
}
.btn.primary{
  border:none;
  color:#ffffff;
  background: linear-gradient(135deg, #00D4A0, #00A884);
  box-shadow:
    0 8px 60px rgba(0,212,160,.25),
    0 5px 30px rgba(0,168,132,.18);
}
.btn.ghost{
  background:rgba(255,255,255,.60);
}

/* HERO */
.hero{padding:10px 0 16px;}
.heroMedia{margin-top:0px;}
.mediaCard{
  border-radius: 28px;
  border:1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  padding:0px;
  overflow:hidden;
}
.mediaCard img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 20px;
  border:1px solid rgba(17,24,39,.08);
}

.heroCopy{padding:18px 0 0;}
h1{
  margin:10px 0 12px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height:1.02;
  letter-spacing:-1.3px;
}
.sub{
  margin:0 0 14px;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height:1.7;
  color:var(--mut);
  max-width:70ch;
}
.ctaRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:14px;
}
.micro{
  margin-top:12px;
  font-size:12.5px;
  color:var(--mut2);
  line-height:1.6;
}

.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.66);
  backdrop-filter: blur(10px);
  font-size:13px;
  color:#111827;
  font-weight:800;
}
.kicker.subtle{
  background: rgba(246,247,251,.85);
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background:#16a34a;
  box-shadow:0 0 0 4px rgba(22,163,74,.14);
}

/* SECTIONS */
.section{padding:8px 0;}
.card{
  border-radius: 28px;
  border:1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
  padding:22px;
}
.title2{
  margin:0 0 10px;
  font-size: clamp(22px, 2.3vw, 34px);
  letter-spacing:-.6px;
  line-height:1.18;
}
.p{
  margin:0;
  color:var(--mut);
  line-height:1.75;
  font-size:16px;
  max-width:92ch;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:16px;
}
.mini{
  border-radius: 22px;
  border:1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.86);
  padding:16px;
  box-shadow: var(--shadow2);
}
.mini h3{margin:0 0 6px; font-size:15px; letter-spacing:-.2px;}
.mini p{margin:0; color:var(--mut); line-height:1.6; font-size:14.5px;}

.center{text-align:center}
.ctaRowWide{margin-top:16px;}
.ctaRowCenter{justify-content:center}

/* FOOTER */
.footer{
  padding:34px 0 42px;
  color:var(--mut2);
  font-size:12.5px;
  line-height:1.7;
  border-top:1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.65);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .grid3{grid-template-columns:1fr}
}

.miniImg{
  width:100%;
  height:160px;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:14px;
  border:1px solid rgba(17,24,39,.08);
}

.miniImg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}

.mini:hover .miniImg img{
  transform:scale(1.05);
}

/* Imagem seção Como Funciona */

.comoImage{
  margin: 22px 0 26px;
  border-radius: 26px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.08);
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
}

.comoImage img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
/* HERO IMAGE */

.mediaCard picture,
.mediaCard img{
  width:100%;
  display:block;
}

.mediaCard img{
  height:auto;
  object-fit:cover;
  border-radius:20px; /* padrão desktop */
}

/* Mobile */
@media (max-width:768px){

  .mediaCard img{
    border-radius:22px;
  }

  /* Centralizar botões principais */
  .ctaRow{
    justify-content:center;
    text-align:center;
  }

  /* Centralizar botão do topo */
  .wrap.head .brandRow{
    flex-direction:column;
    align-items:center;
    gap:12px;
  }

  .wrap.head .brandRow .btn{
    align-self:center;
    margin-left:0;
    margin-right:0;
    margin-bottom:0px
  }
  .section p{
  font-size: 14.5px;
  line-height: 1.5;
  margin-bottom: 14px;
}

}

/* Imagem card final */

.finalImage{
  margin-bottom: 22px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 18px 45px rgba(15,23,42,.10);
}

.finalImage img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  transition:transform .4s ease;
}

.finalImage:hover img{
  transform:scale(1.03);
}
/* Ergonomia de cor no headline */

.headlineAccent{
  background: linear-gradient(
    92deg,
    #059669 0%,
    #10B981 45%,
    #34D399 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sectionAccent{
  background: linear-gradient(92deg, #059669 0%, #10B981 45%, #34D399 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 1px 2px rgba(0,0,0,.06);
}
#plano { scroll-margin-top: 18px; }
#dados { scroll-margin-top: 20px; }