.elementor-850 .elementor-element.elementor-element-9580b49{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-54f4986 */.efm-pricing-page {
  --efp-bg: #f5f7f8;
  --efp-surface: #ffffff;
  --efp-surface-soft: #eaf0f3;
  --efp-ink: #11191f;
  --efp-muted: #5b6872;
  --efp-line: #d7e0e5;
  --efp-brand: #e63b2e;
  --efp-brand-dark: #b72820;
  --efp-accent: #0f7c86;
  --efp-dark: #12181d;
  --efp-dark-soft: #1c252b;
  --efp-light: #ffffff;
  --efp-shadow: 0 24px 70px rgba(17, 25, 31, 0.14);
  --efp-radius: 8px;
  --efp-container: 1180px;
  width: 100%;
  overflow: hidden;
  background: var(--efp-bg);
  color: var(--efp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.efm-pricing-page,
.efm-pricing-page * {
  box-sizing: border-box;
}

.efm-pricing-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.efm-pricing-page a {
  color: inherit;
  text-decoration: none;
}

.efp-container {
  width: min(100% - 32px, var(--efp-container));
  margin-inline: auto;
}

.efp-eyebrow {
  margin: 0 0 12px;
  color: var(--efp-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.efp-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--efp-dark);
  color: var(--efp-light);
}

.efp-hero__image {
  position: absolute;
  inset: 0;
}

.efp-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 24, 29, 0.93), rgba(18, 24, 29, 0.7) 46%, rgba(18, 24, 29, 0.28));
}

.efp-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.efp-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 96px;
}

.efp-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-bottom: 34px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--efp-radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.efp-brand-chip img {
  width: 78px;
  max-height: 34px;
  object-fit: contain;
}

.efp-hero h1,
.efp-section-heading h2,
.efp-value h2,
.efp-note h2,
.efp-cta h2 {
  margin: 0;
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 900;
}

.efp-hero h1 {
  max-width: 820px;
  font-size: 68px;
}

.efp-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.efp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.efp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--efp-radius);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.efp-btn:hover {
  transform: translateY(-1px);
}

.efp-btn--primary {
  background: var(--efp-brand);
  color: var(--efp-light) !important;
}

.efp-btn--primary:hover {
  background: var(--efp-brand-dark);
}

.efp-btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--efp-light);
}

.efp-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
}

.efp-btn--dark {
  background: var(--efp-dark);
  color: var(--efp-light) !important;
}

.efp-btn--dark:hover {
  background: #26313a;
}

.efp-btn--muted {
  background: var(--efp-surface-soft);
  color: var(--efp-ink);
  border-color: var(--efp-line);
}

.efp-btn--light {
  background: var(--efp-light);
  color: var(--efp-brand-dark) !important;
}

.efp-btn--outline-light {
  color: var(--efp-light);
  border-color: rgba(255, 255, 255, 0.48);
}

.efp-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.efp-section {
  padding-block: 92px;
}

.efp-section--white {
  background: var(--efp-surface);
}

.efp-section--dark {
  background: var(--efp-dark);
  color: var(--efp-light);
}

.efp-section--calculator {
  background: var(--efp-surface-soft);
}

.efp-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.efp-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.efp-section-heading h2,
.efp-value h2,
.efp-note h2 {
  font-size: 46px;
}

.efp-section-heading p,
.efp-plan-card p,
.efp-value p,
.efp-note p,
.efp-check small,
.efp-empty {
  color: var(--efp-muted);
}

.efp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.efp-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--efp-line);
  border-radius: var(--efp-radius);
  background: var(--efp-surface);
  box-shadow: 0 12px 32px rgba(17, 25, 31, 0.07);
}

.efp-plan-card--featured {
  border-color: rgba(230, 59, 46, 0.55);
  box-shadow: var(--efp-shadow);
}

.efp-plan-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: var(--efp-radius);
  background: var(--efp-brand);
  color: var(--efp-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.efp-plan-card__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid var(--efp-line);
  border-radius: var(--efp-radius);
  background: linear-gradient(180deg, #ffffff, #f2f6f8);
}

.efp-plan-card__icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.efp-plan-card__label {
  margin: 24px 0 6px;
  color: var(--efp-brand) !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.efp-plan-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.efp-price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0 12px;
}

.efp-price span {
  margin-top: 11px;
  color: var(--efp-muted);
  font-size: 13px;
  font-weight: 900;
}

.efp-price strong {
  font-size: 58px;
  line-height: 0.95;
  letter-spacing: 0;
}

.efp-plan-card .efp-btn {
  width: 100%;
  margin-top: auto;
}

.efp-value {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.efp-value p,
.efp-section--dark .efp-section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.efp-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.efp-value-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--efp-radius);
  background: var(--efp-dark-soft);
}

.efp-value-grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.efp-value-grid h3 {
  margin: 18px 0 8px;
  color: var(--efp-light);
  font-size: 21px;
  line-height: 1.18;
}

.efp-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 24px;
  align-items: start;
}

.efp-calculator__form,
.efp-summary {
  border: 1px solid var(--efp-line);
  border-radius: var(--efp-radius);
  background: var(--efp-surface);
  box-shadow: 0 12px 32px rgba(17, 25, 31, 0.07);
}

.efp-calculator__form {
  padding: 28px;
}

.efp-service-group + .efp-service-group {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--efp-line);
}

.efp-service-group h3,
.efp-summary h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
}

.efp-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.efp-check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 58px;
  cursor: pointer;
}

.efp-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.efp-check__box {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #8e9ba4;
  border-radius: 4px;
  background: #ffffff;
  transition: background 140ms ease, border-color 140ms ease;
}

.efp-check__box::after {
  content: "";
  display: none;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translateY(-1px);
}

.efp-check input:checked + .efp-check__box {
  border-color: var(--efp-brand);
  background: var(--efp-brand);
}

.efp-check input:checked + .efp-check__box::after {
  display: block;
}

.efp-check input:focus-visible + .efp-check__box {
  outline: 3px solid rgba(230, 59, 46, 0.24);
  outline-offset: 2px;
}

.efp-check__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.efp-check__text strong {
  color: var(--efp-ink);
  font-size: 18px;
  line-height: 1.25;
}

.efp-check__text small {
  font-size: 15px;
  line-height: 1.3;
}

.efp-summary {
  position: sticky;
  top: 20px;
  padding: 24px;
}

.efp-summary__top h3 {
  margin-bottom: 8px;
}

.efp-empty {
  padding: 16px;
  border: 1px dashed var(--efp-line);
  border-radius: var(--efp-radius);
  background: var(--efp-bg);
  font-weight: 700;
}

.efp-summary-list {
  display: grid;
  gap: 12px;
  max-height: 340px;
  overflow: auto;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.efp-summary-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--efp-line);
  border-radius: var(--efp-radius);
  background: var(--efp-bg);
}

.efp-summary-list img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.efp-summary-list strong,
.efp-summary-list small {
  display: block;
}

.efp-summary-list small {
  color: var(--efp-muted);
  font-size: 13px;
}

.efp-summary-list b {
  white-space: nowrap;
  font-size: 14px;
}

.efp-summary-total {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--efp-line);
}

.efp-summary-total div,
.efp-recommendation {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.efp-summary-total span,
.efp-recommendation span {
  color: var(--efp-muted);
  font-size: 14px;
  font-weight: 800;
}

.efp-summary-total strong {
  font-size: 24px;
  line-height: 1.1;
}

.efp-recommendation {
  padding: 14px;
  margin-top: 18px;
  border-radius: var(--efp-radius);
  background: rgba(15, 124, 134, 0.1);
}

.efp-recommendation strong {
  text-align: right;
  color: var(--efp-accent);
}

.efp-summary-actions {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.efp-note {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.efp-note__image {
  overflow: hidden;
  border-radius: var(--efp-radius);
  box-shadow: var(--efp-shadow);
}

.efp-note__image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.efp-cta {
  padding-block: 70px;
  background: var(--efp-brand);
  color: var(--efp-light);
}

.efp-cta .efp-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.efp-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.efp-cta h2 {
  max-width: 780px;
  font-size: 44px;
}

.efp-actions--cta {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .efp-hero h1 {
    font-size: 56px;
  }

  .efp-section-heading h2,
  .efp-value h2,
  .efp-note h2,
  .efp-cta h2 {
    font-size: 40px;
  }

  .efp-plan-grid,
  .efp-value,
  .efp-note,
  .efp-calculator,
  .efp-cta__inner {
    grid-template-columns: 1fr;
  }

  .efp-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .efp-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .efp-container {
    width: min(100% - 24px, var(--efp-container));
  }

  .efp-hero {
    min-height: auto;
  }

  .efp-hero__image::after {
    background: rgba(18, 24, 29, 0.78);
  }

  .efp-hero__content {
    padding-block: 70px;
  }

  .efp-brand-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }

  .efp-hero h1 {
    font-size: 42px;
  }

  .efp-section-heading h2,
  .efp-value h2,
  .efp-note h2,
  .efp-cta h2 {
    font-size: 34px;
  }

  .efp-hero__lead {
    font-size: 18px;
  }

  .efp-actions,
  .efp-actions--cta,
  .efp-summary-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .efp-actions .efp-btn,
  .efp-summary-actions .efp-btn {
    width: 100%;
  }

  .efp-section {
    padding-block: 68px;
  }

  .efp-value-grid,
  .efp-check-grid {
    grid-template-columns: 1fr;
  }

  .efp-plan-card,
  .efp-calculator__form,
  .efp-summary {
    padding: 22px;
  }

  .efp-check__text strong {
    font-size: 17px;
  }

  .efp-summary-total div,
  .efp-recommendation {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .efp-recommendation strong {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .efp-hero h1 {
    font-size: 36px;
  }

  .efp-section-heading h2,
  .efp-value h2,
  .efp-note h2,
  .efp-cta h2 {
    font-size: 30px;
  }

  .efp-plan-card {
    min-height: auto;
    text-align: center;
  }

  .efp-plan-card__icon {
    margin-inline: auto;
  }

  .efp-price {
    justify-content: center;
  }

  .efp-summary-list li {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .efp-summary-list b {
    grid-column: 2;
  }
}/* End custom CSS */