.elementor-1582 .elementor-element.elementor-element-df6969e{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a4a6571 */:root {
  --sa-indigo: #0F172A;
  --sa-gold: #C89B2B;
  --sa-green: #2F6B3B;
  --sa-clay: #B85C38;
  --sa-orange: #F27A1A;
  --sa-teal: #157A8A;
  --sa-ivory: #F8F6F1;
  --sa-white: #FFFFFF;
  --sa-gray: #E5E7EB;
  --sa-text: #1F2937;
  --sa-muted: #6B7280;
}

.sa-contact-support-page {
  font-family: 'Inter', sans-serif;
  background: var(--sa-ivory);
  color: var(--sa-text);
}

.sa-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.sa-section {
  padding: 80px 0;
}

.sa-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(200, 155, 43, 0.14);
  color: var(--sa-gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.sa-badge.light {
  background: rgba(15, 23, 42, 0.06);
  color: var(--sa-indigo);
}

.sa-contact-hero {
  background: linear-gradient(135deg, #0F172A 0%, #111827 100%);
  color: #fff;
  padding: 110px 0 90px;
}

.sa-contact-hero-inner {
  text-align: center;
  max-width: 920px;
}

.sa-contact-hero h1 {
  font-size: 56px;
  line-height: 1.08;
  margin: 0 0 18px;
  font-weight: 800;
  color: #fff;
}

.sa-contact-hero p {
  font-size: 20px;
  line-height: 1.75;
  color: #D1D5DB;
  margin: 0 auto;
}

.sa-section-heading,
.sa-center-intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 48px;
}

.sa-section-heading h2,
.sa-center-intro h2,
.sa-cta-box h2 {
  font-size: 42px;
  line-height: 1.12;
  color: var(--sa-indigo);
  margin: 0 0 16px;
}

.sa-section-heading p,
.sa-center-intro p,
.sa-cta-box p {
  font-size: 18px;
  color: var(--sa-muted);
  line-height: 1.75;
}

.sa-contact-top {
  background: #ffffff;
}

.sa-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.sa-contact-card,
.sa-card,
.sa-support-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(0,0,0,0.04);
  height: 100%;
}

.sa-contact-card h3,
.sa-card h3,
.sa-support-card h3 {
  color: var(--sa-indigo);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
}

.sa-contact-card p,
.sa-card p,
.sa-support-card p {
  color: var(--sa-muted);
  line-height: 1.75;
}

.sa-form-placeholder,
.sa-map-placeholder {
  margin: 18px 0 22px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: 14px;
  padding: 18px 20px;
  color: var(--sa-muted);
  line-height: 1.7;
}

.sa-map-placeholder {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sa-demo-form {
  margin-top: 10px;
}

.sa-form-row {
  margin-bottom: 16px;
}

.sa-demo-form input,
.sa-demo-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  font-size: 15px;
  color: var(--sa-text);
  background: #fff;
  box-sizing: border-box;
}

.sa-demo-form textarea {
  min-height: 140px;
  resize: vertical;
}

.sa-two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sa-contact-info {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.sa-contact-info-item strong {
  display: block;
  color: var(--sa-indigo);
  margin-bottom: 4px;
}

.sa-contact-info-item span {
  color: var(--sa-muted);
  line-height: 1.6;
}

.sa-support-section {
  background: var(--sa-ivory);
}

.sa-grid {
  display: grid;
  gap: 26px;
}

.sa-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.sa-icon {
  font-size: 28px;
  margin-bottom: 16px;
}

.sa-community-cta {
  background: linear-gradient(135deg, #F8F6F1 0%, #FFFFFF 100%);
}

.sa-community-section {
  background: #ffffff;
}

.sa-cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 22px;
  padding: 42px 32px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.sa-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--sa-gold);
  text-decoration: none;
  font-weight: 700;
}

.sa-link:hover {
  text-decoration: underline;
}

.sa-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  font-size: 15px;
  cursor: pointer;
  border: none;
}

.sa-btn-primary {
  background: var(--sa-gold);
  color: #fff;
}

.sa-btn-primary:hover {
  background: #af8018;
}

.sa-btn-secondary {
  background: #fff;
  color: var(--sa-indigo);
  border: 2px solid var(--sa-indigo);
}

.sa-btn-secondary:hover {
  background: var(--sa-indigo);
  color: #fff;
}

.sa-btn-outline-dark {
  background: transparent;
  color: var(--sa-indigo);
  border: 2px solid var(--sa-indigo);
}

.sa-btn-outline-dark:hover {
  background: var(--sa-indigo);
  color: #fff;
}

.sa-btn-row-center {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.sa-final-cta {
  background: #ffffff;
}

@media (max-width: 900px) {
  .sa-contact-grid,
  .sa-grid-3,
  .sa-two-fields {
    grid-template-columns: 1fr;
  }

  .sa-contact-hero h1,
  .sa-section-heading h2,
  .sa-center-intro h2,
  .sa-cta-box h2 {
    font-size: 34px;
  }

  .sa-contact-hero p,
  .sa-section-heading p,
  .sa-center-intro p,
  .sa-cta-box p {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .sa-section {
    padding: 60px 0;
  }

  .sa-contact-hero {
    padding: 90px 0 70px;
  }

  .sa-contact-hero h1,
  .sa-section-heading h2,
  .sa-center-intro h2,
  .sa-cta-box h2 {
    font-size: 28px;
  }

  .sa-contact-hero p,
  .sa-section-heading p,
  .sa-center-intro p,
  .sa-cta-box p {
    font-size: 16px;
  }

  .sa-cta-box {
    padding: 32px 20px;
  }

  .sa-contact-card h3,
  .sa-card h3,
  .sa-support-card h3 {
    font-size: 22px;
  }
}/* End custom CSS */