:root{
  --bg:#333333;
  --dark:#070707;
  --text:#fff;
  --muted:#d7d7d7;
  --accent:#ff5800;
  --accent2:#ff7a2a;
  --pink:#ff3f7f;
  --border:rgba(255,255,255,.13);
}
*{box-sizing:border-box}
body{
  margin:0;
  background:radial-gradient(circle at top right,rgba(255,63,127,.18),transparent 30%),linear-gradient(180deg,#050505,#151515 52%,#333);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,94%);margin:0 auto}
.top{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.logo{font-size:24px;font-weight:950;letter-spacing:-.06em}
.logo span{color:var(--accent)}
.navlinks{display:flex;gap:10px;overflow-x:auto}
.navlinks a{white-space:nowrap;padding:9px 12px;border-radius:999px;color:#eee;font-size:14px}
.navlinks a:hover{background:rgba(255,255,255,.08)}
.hero{padding:26px 0}
.heroBox{
  min-height:420px;
  border-radius:32px;
  border:1px solid var(--border);
  background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.58),rgba(0,0,0,.20)),radial-gradient(circle at 76% 34%,rgba(255,88,0,.30),transparent 24%),linear-gradient(135deg,#101010,#282828);
  box-shadow:0 24px 80px rgba(0,0,0,.5);
  overflow:hidden;
}
.heroContent{width:min(780px,94%);padding:48px 30px}
.kicker{color:var(--accent2);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
h1{font-size:clamp(44px,8vw,84px);line-height:.88;letter-spacing:-.08em;margin:12px 0 16px}
h2{font-size:clamp(28px,5vw,46px);letter-spacing:-.06em;margin:0 0 14px}
h3{margin:10px 0 8px}
p{color:var(--muted);line-height:1.55}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 18px;
  border-radius:15px;
  border:0;
  background:linear-gradient(135deg,var(--accent),var(--pink));
  color:#fff;
  font-weight:950;
  cursor:pointer;
}
.btn.secondary{background:rgba(0,0,0,.28);border:1px solid var(--accent)}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.section{padding:24px 0}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.card,.plan-card{
  border:1px solid var(--border);
  border-radius:26px;
  padding:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.32);
}
.plan-card{border-radius:28px;padding:22px}
.plan-card.featured{border-color:rgba(255,88,0,.65)}
.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.plan-price,.price{font-size:44px;line-height:1;font-weight:950;letter-spacing:-.08em;margin:12px 0}
.pill,.banner-tag{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,88,0,.15);
  border:1px solid rgba(255,88,0,.34);
}
.notice,.banner-slot,.revenue-box{
  margin-top:16px;
  padding:15px;
  border-radius:20px;
  background:rgba(255,88,0,.13);
  border:1px solid rgba(255,88,0,.35);
}
.banner-slot{
  width:min(1180px,94%);
  margin:22px auto;
  border-radius:28px;
  border:1px dashed rgba(255,255,255,.24);
  background:radial-gradient(circle at top right,rgba(255,88,0,.20),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.28);
}
.banner-slot strong{display:block;font-size:22px;letter-spacing:-.04em;margin:8px 0 6px}
.revenue-box{
  border-radius:28px;
  padding:22px;
  background:radial-gradient(circle at top right,rgba(255,88,0,.22),transparent 32%),linear-gradient(135deg,#111,#242424);
}
.revenue-list{display:grid;gap:10px;margin-top:12px}
.revenue-list div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.meta span{font-size:12px;color:#eee;background:rgba(255,255,255,.08);border:1px solid var(--border);border-radius:999px;padding:6px 9px}
.form{display:grid;gap:12px;margin-top:18px}
input,select,textarea{width:100%;border:1px solid var(--border);background:rgba(0,0,0,.28);color:#fff;border-radius:15px;padding:14px;outline:0}
textarea{min-height:120px}
.footer{padding:34px 0 90px;color:#aaa}
.stat strong{display:block;font-size:34px;letter-spacing:-.05em;margin-top:8px}
.whatsapp-float-inova{
  position:fixed;right:18px;bottom:92px;z-index:9999;
  display:flex;align-items:center;justify-content:center;gap:9px;
  min-height:54px;padding:13px 17px;border-radius:999px;
  background:#25d366;color:#061b0d!important;font-weight:950;
  box-shadow:0 18px 45px rgba(0,0,0,.38);
}
@media(max-width:900px){
  .nav{flex-direction:column;align-items:flex-start;padding:12px 0}
  .grid,.grid4,.plan-grid{grid-template-columns:1fr}
  .heroBox{min-height:auto}
  .heroContent{padding:34px 22px}
}
@media(max-width:520px){
  .whatsapp-float-inova{right:12px;bottom:86px;width:54px;height:54px;padding:0}
  .whatsapp-float-inova .wa-text{display:none}
}

/* Organização final menu/rodapé Inova Encontros */
.clean-footer{
  width:min(1180px,94%);
  margin:34px auto 90px;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
}

.clean-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:18px;
}

.clean-footer h3{
  margin:0 0 10px;
}

.clean-footer p{
  margin:0;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.footer-links a{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-size:14px;
  color:#fff;
}

.topic-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.topic-chips a{
  padding:10px 13px;
  border-radius:999px;
  background:rgba(255,88,0,.13);
  border:1px solid rgba(255,88,0,.34);
  font-weight:850;
}

.source-list{
  display:grid;
  gap:12px;
}

.source-item{
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.05);
}

.source-item strong{
  display:block;
  margin-bottom:5px;
}

@media(max-width:900px){
  .clean-footer-grid{
    grid-template-columns:1fr;
  }
}

/* Rodapé limpo e páginas institucionais */
.clean-footer{
  width:min(1180px,94%);
  margin:34px auto 90px;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
}

.clean-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:18px;
}

.clean-footer h3{
  margin:0 0 10px;
}

.clean-footer p{
  margin:0;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.footer-links a{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-size:14px;
  color:#fff;
}

.legal-content{
  width:min(920px,94%);
  margin:28px auto;
}

.legal-content .box{
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  padding:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.32);
}

.legal-content h2{
  margin-top:24px;
}

.legal-content p,
.legal-content li{
  color:#ddd;
  line-height:1.7;
}

@media(max-width:900px){
  .clean-footer-grid{
    grid-template-columns:1fr;
  }
}

/* Rodapé social Inova Encontros */
.social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.social-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at top right,rgba(255,88,0,.28),transparent 36%),
    rgba(255,255,255,.07);
  color:#fff;
  font-weight:950;
  font-size:20px;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  transition:.2s ease;
}

.social-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(255,88,0,.55);
}

.social-btn svg{
  width:22px;
  height:22px;
  fill:#fff;
}

.footer-small{
  margin-top:18px;
  color:#aaa;
  font-size:13px;
  line-height:1.5;
}

.footer-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:12px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,88,0,.12);
  border:1px solid rgba(255,88,0,.30);
  color:#fff;
  font-size:13px;
  font-weight:850;
}

/* FIX DEFINITIVO - ÍCONES SOCIAIS RODAPÉ */
.clean-footer .social-links{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:14px !important;
}

.clean-footer .social-btn{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  line-height:1 !important;
  font-size:18px !important;
  color:#ff5800 !important;
  background:rgba(255,88,0,.10) !important;
  border:1px solid rgba(255,88,0,.45) !important;
  box-shadow:none !important;
  flex:0 0 42px !important;
}

.clean-footer .social-btn:hover{
  transform:translateY(-2px) !important;
  background:rgba(255,88,0,.18) !important;
  border-color:rgba(255,88,0,.75) !important;
}

.clean-footer .social-btn svg{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  max-width:20px !important;
  min-height:20px !important;
  max-height:20px !important;
  display:block !important;
  fill:#ff5800 !important;
  color:#ff5800 !important;
}

.clean-footer .social-btn img{
  width:20px !important;
  height:20px !important;
  object-fit:contain !important;
}

.clean-footer .social-btn *{
  max-width:20px !important;
  max-height:20px !important;
}

.clean-footer .footer-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  margin-top:12px !important;
  padding:8px 11px !important;
  border-radius:999px !important;
  background:rgba(255,88,0,.12) !important;
  border:1px solid rgba(255,88,0,.30) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:850 !important;
  width:auto !important;
  max-width:max-content !important;
}

@media(max-width:520px){
  .clean-footer .social-btn{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    flex-basis:40px !important;
  }

  .clean-footer .social-btn svg{
    width:19px !important;
    height:19px !important;
  }
}

/* FIX REAL - Rodapé sem SVG gigante + Cidade */
.clean-footer .social-links{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:14px !important;
}

.clean-footer .social-btn,
footer.clean-footer .social-btn,
body .clean-footer a.social-btn{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  flex:0 0 42px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  line-height:1 !important;
  font-size:13px !important;
  font-weight:950 !important;
  letter-spacing:-.03em !important;
  color:#ff5800 !important;
  background:rgba(255,88,0,.10) !important;
  border:1px solid rgba(255,88,0,.50) !important;
  box-shadow:none !important;
  text-decoration:none !important;
}

.clean-footer .social-btn:hover{
  transform:translateY(-2px) !important;
  background:rgba(255,88,0,.18) !important;
}

.clean-footer .social-btn svg,
.clean-footer .social-btn img,
.clean-footer .social-btn picture{
  display:none !important;
  width:0 !important;
  height:0 !important;
  max-width:0 !important;
  max-height:0 !important;
}

.social-label{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:34px !important;
  max-height:18px !important;
  font-size:13px !important;
  line-height:1 !important;
  color:#ff5800 !important;
}

.city-strip{
  position:sticky;
  top:72px;
  z-index:40;
  background:rgba(8,8,8,.84);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.city-inner{
  width:min(1180px,94%);
  margin:0 auto;
  padding:10px 0;
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
}

.city-label{
  white-space:nowrap;
  color:#ddd;
  font-size:13px;
  font-weight:850;
}

.city-select{
  width:auto !important;
  min-width:170px;
  height:40px;
  border-radius:999px !important;
  padding:0 12px !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,88,0,.34) !important;
  color:#fff !important;
}

.city-chip{
  white-space:nowrap;
  height:38px;
  padding:0 13px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}

.city-chip.active{
  background:rgba(255,88,0,.18);
  border-color:rgba(255,88,0,.55);
  color:#ffb184;
}

.city-clear{
  color:#ffb184;
}

@media(max-width:900px){
  .city-strip{
    top:96px;
  }
}

@media(max-width:520px){
  .city-strip{
    top:112px;
  }

  .clean-footer .social-btn,
  footer.clean-footer .social-btn,
  body .clean-footer a.social-btn{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    flex-basis:40px !important;
  }
}

/* BUSCA LIMPA POR CIDADE + GPS */
.city-strip{
  position:sticky;
  top:72px;
  z-index:40;
  background:rgba(8,8,8,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.city-inner{
  width:min(1180px,94%);
  margin:0 auto;
  padding:12px 0;
  display:grid;
  grid-template-columns:1fr auto auto auto;
  gap:10px;
  align-items:center;
}

.city-search-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.city-label{
  white-space:nowrap;
  color:#fff;
  font-size:13px;
  font-weight:950;
}

.city-input{
  width:100% !important;
  height:44px !important;
  border-radius:999px !important;
  padding:0 15px !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,88,0,.34) !important;
  color:#fff !important;
  outline:0 !important;
}

.city-input::placeholder{
  color:#aaa;
}

.city-action{
  height:44px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(255,88,0,.42);
  background:rgba(255,88,0,.14);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}

.city-action.primary{
  background:linear-gradient(135deg,#ff5800,#ff3f7f);
  border:0;
}

.city-action.ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  color:#ddd;
}

.city-status{
  grid-column:1/-1;
  color:#bbb;
  font-size:12px;
  line-height:1.4;
  display:none;
}

.city-status.show{
  display:block;
}

.city-status strong{
  color:#ffb184;
}

@media(max-width:900px){
  .city-strip{
    top:96px;
  }

  .city-inner{
    grid-template-columns:1fr 1fr;
  }

  .city-search-wrap{
    grid-column:1/-1;
  }

  .city-action{
    width:100%;
  }
}

@media(max-width:520px){
  .city-strip{
    top:112px;
  }

  .city-inner{
    grid-template-columns:1fr;
  }

  .city-search-wrap{
    flex-direction:column;
    align-items:stretch;
    gap:7px;
  }

  .city-label{
    padding-left:4px;
  }
}

/* FIX REAL - remover efeito de SVG gigante em rodapé */
.clean-footer .social-btn svg,
.clean-footer .social-btn img,
.clean-footer .social-btn picture{
  display:none !important;
}

.clean-footer .social-btn{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  flex:0 0 42px !important;
  padding:0 !important;
  overflow:hidden !important;
  color:#ff5800 !important;
  background:rgba(255,88,0,.10) !important;
  border:1px solid rgba(255,88,0,.50) !important;
  font-size:13px !important;
  font-weight:950 !important;
}

.social-label{
  color:#ff5800 !important;
  font-size:13px !important;
  font-weight:950 !important;
}
