.elementor-96 .elementor-element.elementor-element-0ea99a5{--display:flex;}.elementor-96 .elementor-element.elementor-element-d550979{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fb6bfc1 */:root{
  --roxo-principal:#4C1D95;
  --roxo-secundario:#6D28D9;
  --cinza:#374151;
  --borda:#e5e7eb;
  --fundo:#ffffff;
  --roxo-claro:#f5f3ff;
}

.reecell-header{
  background:var(--fundo);
  position:sticky;
  top:0;
  z-index:999;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
  border-bottom:1px solid var(--borda);
}

.reecell-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* LINHA ÚNICA */
.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

/* LOGO */
.reecell-logo{
  font-size:22px;
  font-weight:800;
  color:var(--roxo-principal);
  text-decoration:none;
  white-space:nowrap;
}

/* MENU (não quebra) */
.reecell-nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:nowrap;
  white-space:nowrap;
  overflow:hidden;
}

.reecell-nav a{
  text-decoration:none;
  color:var(--cinza);
  font-weight:600;
  font-size:14.5px;
  padding:8px 8px;
  border-radius:10px;
  transition:.2s ease;
}

.reecell-nav a:hover{
  background:rgba(109,40,217,.08);
  color:var(--roxo-secundario);
}

/* CTA */
.reecell-cta{
  background:var(--roxo-secundario);
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
  transition:.2s ease;
}

.reecell-cta:hover{
  background:var(--roxo-principal);
  transform:translateY(-1px);
}

/* BURGER (mobile) */
.reecell-burger{
  display:none;
  width:44px;
  height:40px;
  border-radius:10px;
  border:1px solid var(--borda);
  background:#fff;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-direction:column;
}
.reecell-burger span{
  width:18px;
  height:2px;
  background:var(--cinza);
  border-radius:2px;
  transition:.2s ease;
}
.reecell-burger.is-open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.reecell-burger.is-open span:nth-child(2){ opacity:0; }
.reecell-burger.is-open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* MENU MOBILE */
.reecell-mobile{
  display:none;
  padding:10px 20px 18px;
  border-top:1px solid var(--borda);
}
.reecell-mobile a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  text-decoration:none;
  color:var(--cinza);
  font-weight:700;
}
.reecell-mobile a:hover{
  background:rgba(109,40,217,.08);
  color:var(--roxo-principal);
}

/* RESPONSIVO */
@media (max-width: 980px){
  .reecell-nav{ display:none; }
  .reecell-cta{ display:none; } /* opcional: some CTA no mobile pra não apertar */
  .reecell-burger{ display:flex; }
  .reecell-mobile{ display:block; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-350472a */.contato-reecell {
  padding: 100px 20px;
  background: linear-gradient(135deg, #4C1D95, #6D28D9);
  color: white;
}

.contato-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.contato-reecell h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

.contato-reecell p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contato-box {
  background: rgba(255,255,255,0.1);
  padding: 40px;
  border-radius: 20px;
}

.info-contato h3 {
  margin-top: 20px;
  color: #fff;
}

.btn-contato {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: white;
  color: #6D28D9;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
}

.btn-contato:hover {
  transform: scale(1.05);
}/* End custom CSS */