.elementor-2847 .elementor-element.elementor-element-426ea9e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-426ea9e */.es-landing {
  background: #ffffff;
  color: #111111;
  font-family: inherit;
  line-height: 1.6;
}

.es-wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.es-hero {
  background: linear-gradient(135deg, #111111 0%, #262626 100%);
  color: #ffffff;
  padding: 90px 0;
}

.es-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.es-eyebrow {
  display: inline-block;
  color: #d4af37;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 14px;
  margin-bottom: 12px;
}

.es-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  margin: 0 0 22px;
  color: #ffffff;
}

.es-hero-text {
  font-size: 20px;
  max-width: 760px;
  color: #f5f5f5;
  margin-bottom: 28px;
}

.es-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.es-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}

.es-btn-primary {
  background: #d4af37;
  color: #111111;
}

.es-btn-primary:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.es-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #d4af37;
}

.es-btn-secondary:hover {
  background: #d4af37;
  color: #111111;
}

.es-trust-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #ffffff;
}

.es-trust-list li::before {
  content: "✓";
  color: #d4af37;
  font-weight: 800;
  margin-right: 8px;
}

.es-hero-card,
.es-card,
.es-highlight-box,
.es-price-box,
.es-final-box {
  border-radius: 24px;
}

.es-hero-card {
  background: #1b1b1b;
  border: 1px solid rgba(212, 175, 55, .35);
  padding: 34px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
}

.es-hero-card h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 12px;
}

.es-hero-card p {
  color: #ffffff;
}

.es-card-kicker {
  color: #d4af37 !important;
  font-weight: 700;
  margin: 0 0 8px;
}

.es-card-link {
  color: #d4af37;
  font-weight: 800;
  text-decoration: none;
}

.es-section {
  padding: 76px 0;
  background: #ffffff;
}

.es-section h2 {
  color: #111111;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 20px;
}

.es-section h3 {
  color: #111111;
  font-size: 22px;
  margin: 0 0 10px;
}

.es-section p {
  color: #222222;
  font-size: 17px;
}

.es-section-dark {
  background: #151515;
  color: #ffffff;
}

.es-section-dark h2,
.es-section-dark h3 {
  color: #ffffff;
}

.es-section-dark p,
.es-section-dark li {
  color: #ffffff;
}

.es-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.es-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.es-card {
  background: #1b1b1b;
  color: #ffffff;
  padding: 28px;
  border: 1px solid rgba(212, 175, 55, .18);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.es-section:not(.es-section-dark) .es-card {
  background: #181818;
}

.es-card h3,
.es-card p,
.es-card li {
  color: #ffffff;
}

.es-card ul,
.es-price-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.es-card li,
.es-price-box li {
  margin-bottom: 8px;
}

.es-highlight-box {
  background: #222222;
  border: 1px solid rgba(212, 175, 55, .35);
  padding: 30px;
}

.es-highlight-box h3,
.es-highlight-box p {
  color: #ffffff;
}

.es-small {
  font-size: 14px !important;
  opacity: .85;
}

.es-problems {
  background: #f5f5f5;
}

.es-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.es-step {
  background: #222222;
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, .25);
}

.es-step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d4af37;
  color: #111111;
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 16px;
}

.es-step h3,
.es-step p {
  color: #ffffff;
}

.es-price-box {
  background: #f4f4f4;
  border-left: 5px solid #d4af37;
  padding: 30px;
  margin-top: 28px;
}

.es-local {
  background: #ffffff;
}

.es-faq {
  background: #f5f5f5;
}

.es-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.es-faq details {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 24px;
  border: 1px solid #e5e5e5;
}

.es-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #111111;
  font-size: 18px;
}

.es-faq details p {
  margin-bottom: 0;
}

.es-final-cta {
  background: #111111;
  padding: 80px 0;
  color: #ffffff;
}

.es-final-box {
  background: #1c1c1c;
  padding: 46px;
  border: 1px solid rgba(212, 175, 55, .35);
  text-align: center;
}

.es-final-box h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  margin: 0 0 16px;
}

.es-final-box p {
  color: #ffffff;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.es-final-box .es-hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .es-hero-grid,
  .es-grid-2,
  .es-grid-3,
  .es-steps {
    grid-template-columns: 1fr;
  }

  .es-hero {
    padding: 64px 0;
  }

  .es-section {
    padding: 58px 0;
  }
}

@media (max-width: 560px) {
  .es-hero h1 {
    font-size: 38px;
  }

  .es-hero-text {
    font-size: 18px;
  }

  .es-btn {
    width: 100%;
  }

  .es-hero-card,
  .es-card,
  .es-highlight-box,
  .es-price-box,
  .es-final-box {
    padding: 24px;
  }
}/* End custom CSS */