.elementor-20198 .elementor-element.elementor-element-2dd4bbc{margin-top:40px;margin-bottom:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20198 .elementor-element.elementor-element-b89d3cb .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:42px;font-weight:600;color:#287638;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-20198 .elementor-element.elementor-element-320d584{font-family:"Manrope", Sans-serif;font-weight:400;color:#000000;}.elementor-20198 .elementor-element.elementor-element-018afe8{font-family:"Manrope", Sans-serif;font-weight:400;color:#000000;}@media(min-width:768px){.elementor-20198 .elementor-element.elementor-element-13146bb{width:45%;}.elementor-20198 .elementor-element.elementor-element-062e402{width:55%;}}/* Start custom CSS for html, class: .elementor-element-4be093d *//* ── Reset & Base ─────────────────────────────────────── */
.siffi-calc *,
.siffi-calc *::before,
.siffi-calc *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.siffi-calc {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  max-width: 780px;
  margin: 0 auto;
  padding: 32px 24px;
  color: #1a1a2e;
  line-height: 1.5;
  font-size: 16px;
}

/* ── Header ───────────────────────────────────────────── */
.siffi-calc__header {
  text-align: center;
  margin-bottom: 32px;
}

.siffi-calc__logo {
  display: block;
  margin: 0 auto 16px;
  height: 36px;
  width: auto;
}

.siffi-calc__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.siffi-calc__subtitle {
  font-size: 15px;
  color: #6b7280;
}

/* ── Form ─────────────────────────────────────────────── */
.siffi-calc__form {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.siffi-calc__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.siffi-calc__label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.siffi-calc__hint {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 400;
}

.siffi-calc__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.siffi-calc__input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #1a1a2e;
  transition: border-color 0.2s, box-shadow 0.2s;
  -moz-appearance: textfield;
}

.siffi-calc__input::-webkit-outer-spin-button,
.siffi-calc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.siffi-calc__input:focus {
  outline: none;
  border-color: #287638;
  box-shadow: 0 0 0 3px rgba(40, 118, 56, 0.15);
}

.siffi-calc__input--error {
  border-color: #ef4444;
}

.siffi-calc__input--error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.siffi-calc__suffix {
  position: absolute;
  right: 14px;
  font-size: 14px;
  color: #9ca3af;
  pointer-events: none;
}

.siffi-calc__error {
  font-size: 12px;
  color: #ef4444;
  min-height: 18px;
}

/* ── Siffi cost field (auto-calculated) ───────────────── */
.siffi-calc__input--auto {
  background: #f9fafb;
  border-style: dashed;
}

.siffi-calc__auto-note {
  font-size: 12px;
  color: #287638;
  font-style: italic;
}

/* ── Buttons ──────────────────────────────────────────── */
.siffi-calc__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.siffi-calc__btn {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  min-height: 50px;
  transition: background 0.2s, opacity 0.2s, transform 0.1s;
}

.siffi-calc__btn:active {
  transform: scale(0.98);
}

.siffi-calc__btn--primary {
  background: #287638;
  color: #fff;
  flex: 1;
}

.siffi-calc__btn--primary:hover:not(:disabled) {
  background: #1e5a2b;
}

.siffi-calc__btn--primary:disabled {
  background: #a3d4ad;
  cursor: not-allowed;
}

.siffi-calc__btn--secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1.5px solid #d1d5db;
}

.siffi-calc__btn--secondary:hover {
  background: #e5e7eb;
}

/* ── Results ──────────────────────────────────────────── */
.siffi-calc__results {
  display: none;
  animation: siffiFadeIn 0.4s ease;
}

.siffi-calc__results--visible {
  display: block;
}

@keyframes siffiFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.siffi-calc__results-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a2e;
}

/* ── Section heading inside results ───────────────────── */
.siffi-calc__section-label {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* ── Cards grid ───────────────────────────────────────── */
.siffi-calc__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.siffi-calc__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}

.siffi-calc__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.siffi-calc__card--highlight {
  background: linear-gradient(135deg, #287638, #348a44);
  color: #fff;
  border: none;
}

.siffi-calc__card--green {
  background: #ecf5f1;
  border-color: #a3d4ad;
}

.siffi-calc__card-value {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 4px;
}

.siffi-calc__card--highlight .siffi-calc__card-value {
  color: #fff;
}

.siffi-calc__card--green .siffi-calc__card-value {
  color: #287638;
}

.siffi-calc__card-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.siffi-calc__card--highlight .siffi-calc__card-label {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Assumptions toggle ───────────────────────────────── */
.siffi-calc__assumptions {
  margin-top: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.siffi-calc__assumptions-toggle {
  width: 100%;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  background: #f9fafb;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.siffi-calc__assumptions-toggle:hover {
  background: #f3f4f6;
}

.siffi-calc__assumptions-arrow {
  transition: transform 0.2s;
  font-size: 12px;
}

.siffi-calc__assumptions-arrow--open {
  transform: rotate(180deg);
}

.siffi-calc__assumptions-body {
  display: none;
  padding: 16px 20px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.7;
}

.siffi-calc__assumptions-body--open {
  display: block;
}

.siffi-calc__assumptions-table {
  width: 100%;
  border-collapse: collapse;
}

.siffi-calc__assumptions-table td {
  padding: 4px 8px;
  vertical-align: top;
}

.siffi-calc__assumptions-table td:first-child {
  font-weight: 500;
  white-space: nowrap;
  color: #374151;
}

.siffi-calc__assumptions-table td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.siffi-calc__detail-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.siffi-calc__detail-section h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #374151;
}

/* ── Comparison section ────────────────────────────────── */
.siffi-calc__comparison {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid #e5e7eb;
}

.siffi-calc__comparison-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.siffi-calc__comparison-subtitle {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 20px;
}

.siffi-calc__compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.siffi-calc__compare-col {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
}

.siffi-calc__compare-col--siffi {
  border-color: #a3d4ad;
  background: #ecf5f1;
}

.siffi-calc__compare-col--eap {
  border-color: #e5e7eb;
  background: #f9fafb;
}

.siffi-calc__compare-heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.siffi-calc__compare-col--siffi .siffi-calc__compare-heading {
  color: #287638;
  border-bottom-color: #a3d4ad;
}

.siffi-calc__compare-col--eap .siffi-calc__compare-heading {
  color: #6b7280;
}

.siffi-calc__compare-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  font-size: 13px;
}

.siffi-calc__compare-label {
  color: #6b7280;
}

.siffi-calc__compare-value {
  font-weight: 700;
  color: #1a1a2e;
  font-variant-numeric: tabular-nums;
}

.siffi-calc__compare-col--siffi .siffi-calc__compare-value--hero {
  color: #287638;
  font-size: 15px;
}

.siffi-calc__compare-col--eap .siffi-calc__compare-value--hero {
  color: #374151;
  font-size: 15px;
}

.siffi-calc__advantage-banner {
  background: linear-gradient(135deg, #287638, #348a44);
  color: #fff;
  border-radius: 10px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.siffi-calc__advantage-text {
  font-size: 14px;
  font-weight: 600;
}

.siffi-calc__advantage-value {
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 600px) {
  .siffi-calc__compare-grid {
    grid-template-columns: 1fr;
  }

  .siffi-calc__advantage-banner {
    flex-direction: column;
    text-align: center;
  }
}

/* ── Disclaimer ───────────────────────────────────────── */
.siffi-calc__disclaimer {
  margin-top: 24px;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  font-style: italic;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 600px) {
  .siffi-calc {
    padding: 20px 16px;
  }

  .siffi-calc__title {
    font-size: 22px;
  }

  .siffi-calc__cards {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .siffi-calc__card {
    padding: 16px 12px;
  }

  .siffi-calc__card-value {
    font-size: 20px;
  }

  .siffi-calc__actions {
    flex-direction: column;
  }

  .siffi-calc__btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .siffi-calc__cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */