.elementor-34610 .elementor-element.elementor-element-dfaf450{width:var( --container-widget-width, 99.93% );max-width:99.93%;--container-widget-width:99.93%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-dfaf450 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2937;
  background: #f7f8fa;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  background: #d39a14;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s ease;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.btn:hover {
  background: #b8830f;
}

.btn-outline {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.btn-outline:hover {
  background: #d39a14;
  border-color: #d39a14;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.hero {
  background:
    linear-gradient(rgba(10, 36, 74, 0.9), rgba(10, 36, 74, 0.92)),
    url('https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color: #fff;
  padding: 70px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.top-badge {
  display: inline-block;
  background: rgba(211, 154, 20, 0.15);
  color: #ffd166;
  border: 1px solid rgba(255, 209, 102, 0.35);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 18px;
  font-weight: 800;
}

.hero h1 span {
  color: #f4b321;
}

.hero p {
  font-size: 18px;
  max-width: 700px;
  color: #e6edf7;
  margin-bottom: 24px;
}

.hero-list {
  list-style: none;
  margin-bottom: 26px;
}

.hero-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #f4f7fb;
  font-size: 16px;
}

.hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #4ade80;
  font-weight: bold;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-tags span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.form-card {
  background: #ffffff;
  color: #1f2937;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.form-card h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #0a244a;
}

.form-card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 20px;
}

.form-note {
  background: #fff7e6;
  border: 1px solid #f4d28a;
  color: #7a5b10;
  padding: 12px;
  border-radius: 10px;
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 20px;
}

.mini-list {
  list-style: none;
  margin-bottom: 20px;
}

.mini-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
}

.mini-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d39a14;
  font-size: 20px;
  line-height: 1;
}

section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 18px;
}

.section-title .eyebrow {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #b8830f;
  background: #fff3d6;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.section-title h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #0a244a;
  margin-bottom: 12px;
}

.section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 17px;
}

.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 10px 30px rgba(12, 31, 61, 0.07);
}

.card-icon {
  width: 50px;
  height: 50px;
  background: #fff3d6;
  color: #b8830f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 20px;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0a244a;
}

.card p {
  color: #6b7280;
  font-size: 15px;
}

.pain-section {
  background: #ffffff;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.pain-item {
  background: #f9fafb;
  border-left: 5px solid #d39a14;
  padding: 20px;
  border-radius: 12px;
  color: #374151;
  font-size: 16px;
}

.consultoria {
  background: linear-gradient(135deg, #0a244a 0%, #12396d 100%);
  color: #fff;
}

.consultoria .section-title h2,
.consultoria .section-title p {
  color: #fff;
}

.consultoria .section-title .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd166;
}

.consultoria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 40px;
}

.consultoria-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 28px;
}

.consultoria-box h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.consultoria-box p {
  color: #e6edf7;
  margin-bottom: 14px;
}

.consultoria-list {
  list-style: none;
}

.consultoria-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #f8fbff;
}

.consultoria-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd166;
  font-weight: 700;
}

.steps {
  background: #f7f8fa;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.step {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(12, 31, 61, 0.06);
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a244a;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.step h3 {
  font-size: 20px;
  color: #0a244a;
  margin-bottom: 10px;
}

.step p {
  color: #6b7280;
  font-size: 15px;
}

.cta-final {
  background: #fff;
}

.cta-box {
  background: linear-gradient(135deg, #0a244a 0%, #12396d 100%);
  color: #fff;
  border-radius: 24px;
  padding: 50px 36px;
  text-align: center;
}

.cta-box h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #e6edf7;
  font-size: 17px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
  background: #0a244a;
  color: #dbe4f0;
  padding: 26px 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .consultoria-grid,
  .cards-4,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 50px 0;
  }

  .hero-grid,
  .cards-4,
  .consultoria-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 34px;
  }

  .section-title h2,
  .cta-box h2 {
    font-size: 28px;
  }

  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
  }

  .btn,
  .btn-outline {
    width: 100%;
  }

  .form-card {
    padding: 22px;
  }
}

a.btn-outline {
  color: #ffffff !important;
}/* End custom CSS */