.elementor-343 .elementor-element.elementor-element-72ec72c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9438eec */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: Arial, sans-serif;
  background:
    radial-gradient(circle at top, rgba(198, 156, 79, 0.16), transparent 35%),
    #ffffff;
  color: #1f1f1f;
}

.maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.maintenance-card {
  width: 100%;
  max-width: 720px;
  text-align: center;
  padding: 64px 36px;
  border: 1px solid rgba(198, 156, 79, 0.35);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.brand-mark {
  width: 78px;
  height: 78px;
  margin: 0 auto 28px;
  border: 1px solid #c69c4f;
  color: #c69c4f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  border-radius: 50%;
}

.eyebrow {
  color: #c69c4f;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(42px, 8vw, 78px);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 400;
  color: #c69c4f;
  margin-bottom: 24px;
}

.text {
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
}

.divider {
  width: 80px;
  height: 1px;
  background: #c69c4f;
  margin: 36px auto;
}

.contact-text {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

.btn {
  display: inline-block;
  padding: 15px 28px;
  border: 1px solid #c69c4f;
  color: #1f1f1f;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn:hover {
  background: #c69c4f;
  color: white;
}

.footer-text {
  margin-top: 32px;
  font-size: 13px;
  color: #999;
}

@media (max-width: 600px) {
  .maintenance-card {
    padding: 48px 22px;
  }

  .eyebrow {
    letter-spacing: 2px;
  }
}/* End custom CSS */