.elementor-47642 .elementor-element.elementor-element-8f93c76{--display:flex;}body.elementor-page-47642{--pathos-classes-border:rgba(79, 122, 233, 0.58);--pathos-classes-label:#406DE1;--pathos-css-border:rgba(211, 0, 0, 0.35);}/* Start custom CSS for html, class: .elementor-element-c417d81 */.mtc-wrap *, .mtc-wrap *::before, .mtc-wrap *::after { box-sizing: border-box; }

.mtc-wrap {
  --coral: #f2654a;
  --coral-dark: #d9533a;
  --purple: #3b225b;
  --purple-dark: #2a1742;
  --white: #ffffff;
  --text: #1a1a2e;
  --muted: #6b7a90;
  --border: #dde3ec;
  font-family: 'DM Sans', sans-serif;
  color: #1a1a2e;
  max-width: 640px;
  margin: 0 auto;
  padding: 16px;
}

.mtc-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(59,34,91,0.12);
  overflow: hidden;
}

.mtc-header {
  background: #3b225b;
  padding: 36px 40px 32px;
  position: relative;
  overflow: hidden;
}
.mtc-header::before {
  content: '';
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(242,101,74,0.18);
  top: -80px; right: -60px;
}
.mtc-header::after {
  content: '';
  position: absolute;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(242,101,74,0.10);
  bottom: -40px; left: 30px;
}
.mtc-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
}
.mtc-header p {
  color: rgba(255,255,255,0.65);
  font-size: 0.875rem;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 300;
  line-height: 1.5;
}

.mtc-body {
  padding: 36px 40px;
}

.mtc-section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f2654a;
  margin-bottom: 20px;
}

.mtc-field {
  margin-bottom: 22px;
}
.mtc-field label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.mtc-field label .mtc-hint {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7a90;
  max-width: 55%;
  text-align: right;
  line-height: 1.4;
}
.mtc-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.mtc-prefix {
  position: absolute;
  left: 14px;
  font-size: 0.875rem;
  color: #6b7a90;
  pointer-events: none;
}
.mtc-suffix {
  position: absolute;
  right: 14px;
  font-size: 0.875rem;
  color: #6b7a90;
  pointer-events: none;
}
.mtc-wrap input[type="number"] {
  width: 100%;
  padding: 11px 40px 11px 32px;
  border: 1.5px solid #dde3ec !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  color: #1a1a2e;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: border-color 0.18s, box-shadow 0.18s;
  -moz-appearance: textfield;
  height: auto !important;
  outline: none;
}
.mtc-wrap input[type="number"]::-webkit-inner-spin-button,
.mtc-wrap input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }
.mtc-wrap input[type="number"]:focus {
  border-color: #f2654a !important;
  box-shadow: 0 0 0 3px rgba(242,101,74,0.15) !important;
  outline: none !important;
}

.mtc-divider {
  height: 1px;
  background: #dde3ec;
  margin: 28px 0;
}

.mtc-results {
  background: #3b225b;
  border-radius: 14px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.mtc-results::before {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(242,101,74,0.10);
  top: -80px; right: -50px;
}
.mtc-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.mtc-result-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 18px 16px;
}
.mtc-result-item.mtc-highlight {
  background: rgba(242,101,74,0.20);
  border-color: rgba(242,101,74,0.40);
  grid-column: span 2;
}
.mtc-result-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.mtc-result-value {
  font-family: 'DM Serif Display', serif;
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 1;
}
.mtc-result-item.mtc-highlight .mtc-result-value {
  font-size: 2.2rem;
  color: #f2654a;
}
.mtc-result-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.42);
  margin-top: 5px;
}

.mtc-footnote {
  margin-top: 20px;
  font-size: 0.75rem;
  color: #6b7a90;
  line-height: 1.6;
  padding: 14px 16px;
  background: #f5f0f9;
  border-radius: 9px;
  border-left: 3px solid #3b225b;
}

.mtc-cta {
  display: block;
  margin-top: 24px;
  padding: 15px 28px;
  background: #f2654a;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
  box-shadow: 0 4px 16px rgba(242,101,74,0.30);
}
.mtc-cta:hover {
  background: #d9533a !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(242,101,74,0.40) !important;
  color: #ffffff !important;
}
.mtc-cta:active {
  transform: translateY(0);
}

@media (max-width: 500px) {
  .mtc-body, .mtc-header { padding: 24px 20px; }
  .mtc-results-grid { grid-template-columns: 1fr; }
  .mtc-result-item.mtc-highlight { grid-column: span 1; }
  .mtc-field label { flex-direction: column; align-items: flex-start; gap: 4px; }
  .mtc-field label .mtc-hint { text-align: left; max-width: 100%; }
}/* End custom CSS */