
/* V4 integrativa — camada visual/conversão sem destruir o site restaurado */
:root{
  --v4-red:#ee1c25;
  --v4-red-2:#ff3b42;
  --v4-dark:#050506;
  --v4-card:rgba(255,255,255,.065);
  --v4-line:rgba(255,255,255,.14);
  --v4-muted:rgba(255,255,255,.72);
}
.hero-v4{
  overflow:hidden;
  position:relative;
}
.hero-v4:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 18%, rgba(238,28,37,.22), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.08), transparent 25%);
}
.hero-v4 .hero-grid{position:relative; z-index:1;}
.v4-kicker-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:16px;
}
.v4-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(238,28,37,.14);
  border:1px solid rgba(238,28,37,.42);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.hero-v4 h1{max-width:980px;}
.hero-v4 .lead{max-width:760px;}
.v4-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.v4-hero-actions .btn{
  min-height:50px;
  border-radius:14px!important;
}
.v4-live-panel{
  display:grid;
  gap:14px;
}
.v4-live-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  margin-bottom:4px;
}
.v4-live-title strong{font-size:18px;}
.v4-live-title span{font-size:12px;color:var(--v4-muted);}
.v4-live-card{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:14px;
  align-items:center;
  padding:12px;
  border:1px solid var(--v4-line);
  border-radius:20px;
  background:linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  text-decoration:none;
  color:#fff;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.v4-live-card:hover{
  transform:translateY(-2px);
  border-color:rgba(238,28,37,.58);
  background:linear-gradient(135deg, rgba(238,28,37,.18), rgba(255,255,255,.05));
}
.v4-live-card img{
  width:92px;
  height:74px;
  object-fit:cover;
  border-radius:14px;
}
.v4-live-card strong{display:block;font-size:15px;margin-bottom:4px;}
.v4-live-card span{display:block;color:var(--v4-muted);font-size:12px;line-height:1.35;}
.v4-live-card em{
  display:inline-flex;
  margin-top:8px;
  font-style:normal;
  font-size:12px;
  font-weight:900;
  color:#fff;
}
.v4-section-head{
  max-width:900px;
  margin-bottom:26px;
}
.v4-ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.v4-eco-card{
  display:flex;
  flex-direction:column;
  min-height:260px;
  padding:18px;
  border:1px solid var(--v4-line);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  position:relative;
}
.v4-eco-card:hover{border-color:rgba(238,28,37,.55);}
.v4-eco-card .v4-eco-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.v4-eco-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  object-fit:cover;
  background:#fff;
}
.v4-eco-card h3{font-size:22px;margin:0 0 8px;}
.v4-eco-card p{color:var(--v4-muted);line-height:1.55;margin:0 0 18px;}
.v4-eco-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:900;
}
.v4-eco-badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(238,28,37,.16);
  border:1px solid rgba(238,28,37,.32);
  color:#fff;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.v4-app-strip{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:center;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg, rgba(238,28,37,.18), rgba(255,255,255,.06));
}
.v4-app-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}
.v4-app-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:14px;
}
.v4-quick-nav{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.v4-quick-nav a{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--v4-line);
  background:rgba(255,255,255,.055);
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.v4-quick-nav a span{display:block;color:var(--v4-muted);font-size:12px;font-weight:600;margin-top:5px;}
.v4-quick-nav a:hover{border-color:rgba(238,28,37,.55);background:rgba(238,28,37,.13);}
.v4-autism-relocated{
  display:grid;
  grid-template-columns:88px 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.055);
  border:1px solid var(--v4-line);
}
.v4-autism-relocated img{width:88px;height:88px;object-fit:contain;}
.v4-autism-relocated p{margin:4px 0 0;color:var(--v4-muted);}
@media (max-width:980px){
  .v4-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .v4-app-strip{grid-template-columns:1fr;}
  .v4-app-buttons{justify-content:flex-start;}
  .v4-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:680px){
  .hero-v4 h1{font-size:clamp(36px,10vw,58px)!important;}
  .v4-live-card{grid-template-columns:82px 1fr;}
  .v4-live-card img{width:82px;height:68px;}
  .v4-ecosystem-grid{grid-template-columns:1fr;}
  .v4-eco-card{min-height:220px;}
  .v4-quick-nav{grid-template-columns:1fr;}
  .v4-autism-relocated{grid-template-columns:68px 1fr;}
  .v4-autism-relocated .btn{grid-column:1 / -1;}
  .v4-autism-relocated img{width:68px;height:68px;}
}
