.elementor-15983 .elementor-element.elementor-element-9fc2631{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15983 .elementor-element.elementor-element-66f5004{width:100%;max-width:100%;}.elementor-15983 .elementor-element.elementor-element-129b674{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15983 .elementor-element.elementor-element-7a57119{width:100%;max-width:100%;}.elementor-15983 .elementor-element.elementor-element-97a75e7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15983 .elementor-element.elementor-element-abbdfc0{width:100%;max-width:100%;}.elementor-15983 .elementor-element.elementor-element-1fbceb5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15983 .elementor-element.elementor-element-32b349a{width:100%;max-width:100%;}.elementor-15983 .elementor-element.elementor-element-c657591{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15983 .elementor-element.elementor-element-86b70bd{width:100%;max-width:100%;}.elementor-15983 .elementor-element.elementor-element-86b70bd > .elementor-widget-container{background-color:#0B0B0B;}@media(max-width:767px){.elementor-15983 .elementor-element.elementor-element-86b70bd > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-15983 .elementor-element.elementor-element-c657591{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-66f5004 *//* ==============================
   HERO – LEADER DIGITAL
================================ */

.hero {
  position: relative;
  min-height: 100vh;
  background: #050505;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

/* FUNDO COM IMAGEM */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://luiswebdesigner.com.br/wp-content/uploads/2026/01/white_halftone_style_wavy_in_dark_background-scaled.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
}

/* OVERLAY PARA CONTRASTE */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5,5,5,0.85) 0%,
    rgba(5,5,5,0.7) 40%,
    rgba(5,5,5,0.9) 100%
  );
}

/* NOISE SUTIL */
.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.08;
  pointer-events: none;
}

/* CONTEÚDO */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* TAG */
.hero .tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  font-size: 12px;
  margin-bottom: 30px;
}

/* HEADLINE */
.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.1;
  margin-bottom: 28px;
}

.hero h1 em {
  font-style: italic;
  color: #e0e0e0;
}

/* TEXTO */
.hero p {
  font-size: clamp(15px, 1.8vw, 18px);
  max-width: 520px;
  color: #ccc;
  margin-bottom: 48px;
}

/* AÇÕES */
.actions {
  display: flex;
  gap: 20px;
}

.btn {
  padding: 16px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
}

.btn.primary {
  background: #fff;
  color: #000;
}

.btn.ghost {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

/* ==============================
   MOBILE
================================ */

@media (max-width: 768px) {
  .hero {
    padding: 0 24px;
    align-items: flex-start;
    padding-top: 120px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero p {
    max-width: 100%;
  }

  .actions {
    flex-direction: column;
    gap: 14px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a57119 */.services-dark {
  background: #0b0b0b;
  color: #fff;
  padding: 120px 40px;
}

.services-dark .tag {
  display: inline-block;
  background: #1a1a1a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 30px;
}

/* HEADER */
.services-dark .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}

.services-dark h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
}

.services-dark .header p {
  color: #aaa;
  max-width: 420px;
  line-height: 1.5;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
}

.service-card {
  padding: 40px;
  border-right: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(circle at bottom, #1a1a1a, #0b0b0b);
}

.service-card:last-child {
  border-right: none;
}

.index {
  display: block;
  color: #777;
  margin-bottom: 20px;
  font-size: 14px;
}

.service-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.service-card p {
  color: #bbb;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .services-dark {
    padding: 80px 24px;
  }

  /* HEADER vira coluna */
  .services-dark .header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .services-dark h2 {
    font-size: 32px;
  }

  .services-dark .header p {
    max-width: 100%;
  }

  /* GRID vira coluna */
  .services-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .service-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 32px 28px;
  }

  .service-card:last-child {
    border-bottom: none;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abbdfc0 */.process-dark {
  background: #0b0b0b;
  color: #fff;
  padding: 120px 40px;
}

.process-dark .tag {
  display: inline-block;
  background: #1a1a1a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 30px;
}

/* HEADER */
.process-dark .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}

.process-dark .header h2 {
  font-size: clamp(32px, 5vw, 48px);
  max-width: 500px;
  line-height: 1.1;
}

.process-dark .header p {
  color: #aaa;
  max-width: 360px;
  line-height: 1.5;
}

/* STEPS GRID */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.step-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px;
  background: radial-gradient(circle at bottom, #1a1a1a, #0b0b0b);
}

.step-number {
  display: block;
  color: #777;
  margin-bottom: 20px;
  font-size: 14px;
}

.step-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.step-card p {
  color: #bbb;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 768px) {
  .process-dark {
    padding: 80px 24px;
  }

  /* HEADER vira coluna */
  .process-dark .header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .process-dark .header h2 {
    font-size: 32px;
    max-width: 100%;
  }

  .process-dark .header p {
    max-width: 100%;
    font-size: 14px;
  }

  /* GRID mais confortável */
  .steps {
    gap: 20px;
  }

  .step-card {
    padding: 32px 28px;
  }

  .step-card h3 {
    font-size: 18px;
  }

  .step-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32b349a */.pricing-dark {
  background: #0b0b0b;
  color: #fff;
  padding: 100px 40px;
  text-align: center;
}

.subtitle {
  color: #aaa;
  margin-bottom: 60px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.card {
  background: radial-gradient(circle at top, #1a1a1a, #0b0b0b);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.featured {
  transform: scale(1.07);
  box-shadow: 0 0 0 2px #fff;
}

.step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

.desc {
  color: #bbb;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  margin-bottom: 5px;
}

.price span {
  font-size: 14px;
  color: #aaa;
}

.highlight strong {
  color: #fff;
}

hr {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 30px 0;
}

ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

ul li {
  margin-bottom: 12px;
  color: #ddd;
}

button {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  cursor: pointer;
}

button.primary {
  background: #fff;
  color: #000;
  border: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86b70bd */.faq-dark {
  background: #0b0b0b;
  color: #fff;
  padding: 40px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-dark .tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: #1a1a1a;
  font-size: 12px;
  margin-bottom: 20px;
}

.faq-dark h2 {
  font-size: 42px;
  margin-bottom: 60px;
}

.faq-list details {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}

.faq-list summary {
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #aaa;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  margin-top: 15px;
  color: #bbb;
  line-height: 1.6;
}/* End custom CSS */