.callback-modal[hidden],
.callback-form[hidden],
.callback-calculation[hidden],
.callback-success[hidden] {
  display: none !important;
}

.callback-modal {
  position: fixed;
  inset: auto;
  top: var(--akril-viewport-top, 0px);
  left: var(--akril-viewport-left, 0px);
  width: var(--akril-viewport-width, 100%);
  height: var(--akril-viewport-height, 100dvh);
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.callback-modal::backdrop {
  background: transparent;
}

.callback-modal.is-open {
  opacity: 1;
}

.callback-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(3px);
}

.callback-modal-card {
  position: relative;
  width: min(100%, 860px);
  max-height: 100%;
  min-height: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 32px;
  background: #f7f9fc;
  border: 1px solid #e1e7ef;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.3);
  color: #1f2937;
  text-align: left;
  transform: translateY(12px);
  transition: transform 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: #b9c6b4 transparent;
}

.callback-modal-card-short {
  width: min(100%, 490px);
  max-width: 490px;
  background: #fff;
}

.callback-form.callback-form-short {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.callback-form-short .callback-field input {
  font-size: 16px;
  min-height: 50px;
}

.callback-form-short .callback-submit {
  margin: 0;
  font-weight: 600;
}

.callback-modal-card-short .callback-modal-title {
  font-weight: 600;
}

.callback-calculation {
  padding: 14px;
  border-left: 3px solid #63bc46;
  border-radius: 8px;
  background: #f2faef;
}

.callback-calculation > span,
.callback-calculation > small {
  display: block;
  color: #626b78;
  font-size: 12px;
  line-height: 1.5;
}

.callback-calculation > p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}

.callback-calculation > strong {
  display: block;
  margin: 6px 0;
  color: #39862c;
  font-size: 20px;
  font-weight: 600;
}

.callback-modal.is-open .callback-modal-card {
  transform: translateY(0);
}

.callback-modal-head {
  padding: 0 58px 22px 0;
}

.callback-modal-accent {
  width: 72px;
  height: 6px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #63bc46;
}

.callback-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dfe5ec;
  border-radius: 50%;
  background: #fff;
  color: #374151;
  font: 400 29px/38px Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.callback-modal-close:hover,
.callback-modal-close:focus {
  background: #eef9ea;
  border-color: #63bc46;
  transform: rotate(4deg);
}

.callback-modal-kicker {
  margin: 0 0 7px;
  color: #4fa836;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.callback-modal-title {
  margin: 0 0 8px;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.callback-modal-text {
  max-width: 690px;
  margin: 0;
  color: #626b78;
  font-size: 15px;
  line-height: 1.5;
}

.callback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.callback-section {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
}

.callback-section:nth-of-type(1),
.callback-section:nth-of-type(2) {
  grid-column: span 1;
}

.callback-section:nth-of-type(3),
.callback-section:nth-of-type(4),
.callback-section:nth-of-type(5),
.callback-submit,
.callback-form-status,
.callback-legal {
  grid-column: 1 / -1;
}

.callback-section legend {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}

.callback-section legend > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffeb3b;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.callback-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.callback-choice,
.callback-check,
.callback-date {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.callback-choice input,
.callback-check input,
.callback-date input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.callback-choice > span,
.callback-date > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 10px;
  border: 1.5px solid #dce5d8;
  border-radius: 10px;
  background: #fff;
  color: #303846;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.callback-choice input:checked + span,
.callback-date input:checked + span {
  border-color: #63bc46;
  background: #eef9ea;
  color: #2f7d22;
  box-shadow: 0 0 0 2px rgba(99, 188, 70, 0.12);
}

.callback-choice input:focus-visible + span,
.callback-date input:focus-visible + span,
.callback-check input:focus-visible + span {
  outline: 3px solid rgba(99, 188, 70, 0.22);
  outline-offset: 2px;
}

.callback-estimate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #63bc46;
  border-radius: 8px;
  background: #f2faef;
}

.callback-estimate > span {
  align-self: center;
  color: #4c5a4a;
  font-size: 12px;
  font-weight: 750;
}

.callback-estimate > strong {
  color: #e53935;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.callback-estimate > small {
  grid-column: 1 / -1;
  color: #687466;
  font-size: 10.5px;
  line-height: 1.35;
}

.callback-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.callback-check > span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 9px 7px 34px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.callback-check > span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1.5px solid #b9c3cf;
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
}

.callback-check > span::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-62%) rotate(45deg);
}

.callback-check input:checked + span {
  border-color: #9ed68b;
  background: #f2faef;
  color: #2f6f25;
}

.callback-check input:checked + span::before {
  border-color: #63bc46;
  background: #63bc46;
}

.callback-check input:checked + span::after {
  opacity: 1;
}

.callback-address-grid {
  display: grid;
  grid-template-columns: minmax(130px, 0.9fr) minmax(210px, 1.7fr) minmax(90px, 0.55fr) minmax(100px, 0.65fr);
  gap: 10px;
}

.callback-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.callback-field {
  display: block;
  min-width: 0;
  margin: 0;
}

.callback-field > span,
.callback-subtitle {
  display: block;
  margin: 0 0 6px;
  color: #374151;
  font-size: 12px;
  font-weight: 750;
}

.callback-field input,
.callback-field textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1.5px solid #dce3eb;
  border-radius: 9px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.callback-field textarea {
  min-height: 78px;
  resize: vertical;
}

.callback-field input:focus,
.callback-field textarea:focus {
  border-color: #63bc46;
  box-shadow: 0 0 0 3px rgba(99, 188, 70, 0.13);
}

.callback-field input[aria-invalid="true"],
.callback-field textarea[aria-invalid="true"],
.callback-choice input[aria-invalid="true"] + span,
.callback-date input[aria-invalid="true"] + span,
.callback-check input[aria-invalid="true"] + span,
.callback-upload input[aria-invalid="true"] + span {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

.callback-date-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.callback-date > span {
  min-height: 42px;
  padding: 7px 5px;
  font-size: 11.5px;
}

.callback-custom-date {
  max-width: 210px;
  margin-top: 10px;
}

.callback-time-title {
  margin-top: 13px;
}

.callback-hint {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.45;
}

.callback-hint .fa {
  margin-right: 4px;
  color: #63bc46;
}

.callback-comment {
  margin-top: 11px;
}

.callback-upload-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 11px;
}

.callback-upload {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  margin: 0;
  padding: 8px 12px;
  border: 1.5px dashed #8acb73;
  border-radius: 9px;
  background: #f4fbf1;
  color: #387c2b;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.callback-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.callback-file-name {
  min-width: 0;
  overflow: hidden;
  color: #7a828e;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.callback-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 58px;
  margin: 2px 0 0;
  padding: 14px 22px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #ef4136, #ff6549);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(239, 65, 54, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.callback-submit:hover,
.callback-submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(239, 65, 54, 0.3);
}

.callback-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.callback-form-status {
  min-height: 0;
  margin: -7px 0 0;
  color: #c62828;
  font-size: 13px;
  line-height: 1.4;
}

.callback-form-status:empty {
  display: none;
}

.callback-form-status.is-error {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff1f0;
}

.callback-legal {
  margin: -5px 0 0;
  color: #7a808a;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.callback-legal a {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #4f6750;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.callback-success {
  max-width: 560px;
  margin: 36px auto;
  padding: 30px;
  border: 1px solid #d9ebd2;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.callback-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #63bc46;
  color: #fff;
  font-size: 25px;
}

.callback-success h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
}

.callback-success p {
  margin: 8px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.callback-success-note {
  margin-top: 17px;
  padding: 11px 13px;
  border-radius: 8px;
  background: #f2faef;
  color: #39742d;
  font-size: 12px;
  font-weight: 700;
}

.callback-success-close {
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 24px;
  border: 1px solid #63bc46;
  border-radius: 9px;
  background: #fff;
  color: #3f8c31;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.callback-honeypot {
  display: none !important;
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.callback-scroll-locked {
  overflow: hidden !important;
}

html.callback-scroll-locked,
html.callback-scroll-restoring {
  scroll-behavior: auto !important;
}

body.callback-modal-open {
  position: fixed !important;
  top: var(--callback-scroll-top, 0px) !important;
  left: var(--callback-scroll-left, 0px) !important;
  width: 100% !important;
  overflow: hidden !important;
}

body.callback-modal-open .mobile-conversion-bar,
body.callback-modal-open .__jivoMobileButton,
body.akril-jivo-open .mobile-conversion-bar {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Navigation is fixed at the viewport edges, with no scroll-driven offsets. */
@media (max-width: 768px) {
  .cd-top {
    display: none !important;
  }

  html {
    scroll-padding-top: calc(var(--akril-mobile-header-height, 56px) + 2px) !important;
  }

  html,
  body {
    transform: none !important;
    -webkit-transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    will-change: auto !important;
  }

  body {
    padding-top: var(--akril-mobile-header-height, calc(56px + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: calc(var(--akril-mobile-bar-height, 70px) + 8px) !important;
  }

  .navbar-fixed-top,
  .navbar.top-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: calc(56px + env(safe-area-inset-top, 0px)) !important;
    height: calc(56px + env(safe-area-inset-top, 0px)) !important;
    max-height: calc(56px + env(safe-area-inset-top, 0px)) !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    z-index: 1000000 !important;
    margin: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    contain: none !important;
    transition: none !important;
    animation: none !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .topline {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000000 !important;
    margin: 0 !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .navbar.top-head .navbar-collapse {
    max-height: calc(100vh - 56px - env(safe-area-inset-top, 0px) - var(--akril-mobile-bar-height, 70px)) !important;
    max-height: calc(100svh - 56px - env(safe-area-inset-top, 0px) - var(--akril-mobile-bar-height, 70px)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .mobile-conversion-bar,
  #mobile-call-button.mobile-conversion-bar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 999999 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 70px !important;
    padding: 8px 10px !important;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    background: #fff !important;
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.13) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-align: center !important;
  }

  body .__jivoMobileButton {
    bottom: calc(var(--akril-mobile-bar-height, 70px) + 8px) !important;
    margin-bottom: 0 !important;
  }

  .__jivoMobileButton > [class*="button__"] {
    margin-bottom: 0 !important;
  }

  /* Jivo's invitation and round button are siblings inside the mobile wrapper. */
  .__jivoMobileButton > [class*="container__"] {
    bottom: calc(100% + 12px) !important;
    max-height: calc(100svh - var(--akril-mobile-bar-height, 70px) - var(--akril-mobile-header-height, 56px) - 65px - 44px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .mobile-conversion-bar > a,
  #mobile-call-button.mobile-conversion-bar > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    min-height: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    overflow: visible !important;
    animation: none !important;
    box-shadow: none !important;
  }

  .mobile-conversion-bar > a::before,
  .mobile-conversion-bar > a::after,
  #mobile-call-button.mobile-conversion-bar > a::before,
  #mobile-call-button.mobile-conversion-bar > a::after {
    display: none !important;
    content: none !important;
  }

  .mobile-conversion-bar .mobile-action-call,
  #mobile-call-button.mobile-conversion-bar .mobile-action-call {
    background: linear-gradient(135deg, #63bc46, #4fa836) !important;
  }

  .mobile-conversion-bar .mobile-action-request,
  #mobile-call-button.mobile-conversion-bar .mobile-action-request {
    background: linear-gradient(135deg, #ef4136, #ff6549) !important;
    box-shadow: 0 8px 18px rgba(239, 65, 54, 0.2) !important;
  }

  .mobile-conversion-bar .fa {
    flex: 0 0 auto;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .mobile-conversion-bar,
  #mobile-call-button.mobile-conversion-bar {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .callback-modal {
    place-items: center;
    padding: 12px;
    padding-top: max(12px, env(safe-area-inset-top, 0px));
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }

  .callback-modal-card {
    width: 100%;
    max-height: 100%;
    padding: 24px 14px 20px;
    border-radius: 16px;
  }

  .callback-modal-head {
    padding: 0 44px 18px 2px;
  }

  .callback-modal-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .callback-modal-accent {
    width: 58px;
    margin-bottom: 13px;
  }

  .callback-modal-title {
    font-size: 24px;
  }

  .callback-modal-text {
    font-size: 14px;
  }

  .callback-form {
    display: block;
  }

  .callback-section {
    margin-bottom: 12px;
    padding: 15px 12px;
  }

  .callback-section legend {
    font-size: 15px;
  }

  .callback-choice-grid-object,
  .callback-time-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .callback-choice > span {
    min-height: 48px;
    padding: 7px 5px;
    font-size: 11.5px;
  }

  .callback-estimate {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .callback-estimate > strong {
    font-size: 20px;
  }

  .callback-work-grid {
    gap: 7px;
  }

  .callback-check > span {
    min-height: 42px;
    padding-right: 6px;
    font-size: 11.5px;
  }

  .callback-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .callback-field-street {
    grid-column: span 1;
  }

  .callback-contact-grid {
    grid-template-columns: 1fr;
  }

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

  .callback-date > span {
    min-height: 40px;
    font-size: 12px;
  }

  .callback-custom-date {
    max-width: none;
  }

  .callback-upload-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .callback-file-name {
    max-width: 100%;
    padding-left: 2px;
  }

  .callback-submit {
    min-height: 56px;
    margin-top: 4px;
    font-size: 14px;
  }

  .callback-form-status {
    margin: 8px 0 0;
  }

  .callback-legal {
    margin: 10px 3px 0;
  }

  .callback-success {
    margin: 24px 0;
    padding: 24px 16px;
  }
}

@media (max-width: 380px) {
  .mobile-conversion-bar > a,
  #mobile-call-button.mobile-conversion-bar > a {
    gap: 5px !important;
    padding: 7px 6px !important;
    font-size: 11px !important;
  }

  .callback-choice > span,
  .callback-check > span {
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .callback-modal,
  .callback-modal-card,
  .callback-modal-close,
  .callback-submit,
  .callback-choice > span,
  .callback-check > span,
  .callback-date > span {
    transition: none;
  }
}

/* Simple price calculator shared by the main, service and location templates. */
#pvh-calculator.calc-simple {
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  gap: 22px;
  align-items: stretch;
}

.calc-simple .calc-simple-card {
  padding: 28px;
}

.calc-simple .calc-step + .calc-step {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #e8edf1;
}

.calc-simple .calc-step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.calc-simple .calc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffdf24;
  color: #17212c;
  font-size: 16px;
  font-weight: 900;
}

.calc-simple .calc-step-heading h3 {
  margin: 0;
  color: #17212c;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

.calc-simple .calc-step-heading p {
  margin: 3px 0 0;
  color: #76808a;
  font-size: 13px;
  line-height: 1.35;
}

.calc-simple .calc-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.calc-simple .calc-package-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calc-simple .calc-package-choice:last-child {
  grid-column: 1 / -1;
}

.calc-simple .calc-choice {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.calc-simple .calc-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.calc-simple .calc-choice > span {
  display: flex;
  min-height: 118px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(24, 37, 49, 0.06);
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.calc-simple .calc-choice:hover > span {
  border-color: #8fcf7c;
  transform: translateY(-2px);
}

.calc-simple .calc-choice > input:focus-visible + span {
  outline: 3px solid rgba(83, 188, 68, 0.22);
  outline-offset: 2px;
}

.calc-simple .calc-choice > input:checked + span {
  border-color: #53bc44;
  background: #f4fbf1;
  box-shadow: 0 10px 24px rgba(83, 188, 68, 0.14);
}

.calc-simple .calc-choice .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #eff8ec;
  color: #46a437;
  font-size: 18px;
}

.calc-simple .calc-choice strong {
  color: #17212c;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.calc-simple .calc-choice small {
  display: block;
  margin-top: 5px;
  color: #77818b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.calc-simple .calc-package-choice > span {
  min-height: 96px;
  justify-content: center;
}

.calc-simple .calc-hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  padding: 11px 13px;
  border-radius: 8px;
  background: #f5f7f8;
  color: #69747e;
}

.calc-simple .calc-hint .fa {
  margin-top: 2px;
  color: #53bc44;
}

.calc-simple .calc-result {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 88px;
}

.calc-simple .calc-result-label {
  justify-content: flex-start;
  gap: 6px;
  background: #eff8ec;
  color: #318327;
}

.calc-simple .calc-result-range {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 2px 0 4px;
  color: #e33a32;
  font-size: 32px;
  line-height: 1.15;
}

.calc-simple .calc-result-range > span {
  white-space: nowrap;
}

.calc-simple .calc-result-note {
  margin-bottom: 18px;
  color: #68737d;
  font-weight: 600;
}

.calc-simple .calc-result-selection {
  margin-bottom: 16px;
  padding: 15px;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  background: #f8fafb;
}

.calc-simple .calc-result-selection > span {
  display: block;
  margin-bottom: 5px;
  color: #7a848d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.calc-simple .calc-result-selection strong {
  display: block;
  color: #17212c;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.calc-simple .calc-result-selection p {
  margin: 5px 0 0;
  color: #59646e;
  font-size: 13px;
  line-height: 1.45;
}

.calc-simple .calc-disclaimer {
  margin-top: auto;
  color: #45643f;
  font-weight: 500;
}

.calc-simple .calc-disclaimer strong {
  font-weight: 800;
}

.calc-simple .calc-result .main-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.main-call-btn > .fa,
.price-btn > .fa,
.contact-btn > .fa,
.pvh-compare-cta > .fa,
.product-action > .fa,
.cta > .fa,
.hero-call > .fa {
  margin-right: 7px;
}

.mobile-header-phone {
  gap: 5px;
}

.mobile-header-phone > .fa {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-size: 12px;
}

.mobile-header-phone > span {
  position: relative;
  z-index: 1;
}

.nav-phone-mobile > .fa {
  margin-right: 4px;
}

.mobile-action-request > span,
.mobile-action-call > span {
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  #pvh-calculator.calc-simple {
    grid-template-columns: 1fr;
  }

  .calc-simple .calc-result {
    min-height: 0;
    position: static;
  }
}

@media (max-width: 620px) {
  .calc-heading h2 {
    overflow-wrap: anywhere;
  }

  .calc-simple .calc-simple-card,
  .calc-simple .calc-result {
    padding: 20px 16px;
  }

  .calc-simple .calc-package-grid {
    grid-template-columns: 1fr;
  }

  .calc-simple .calc-object-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .calc-simple .calc-object-grid .calc-choice > span {
    align-items: center;
    justify-content: flex-start;
    padding: 12px 6px;
    text-align: center;
  }

  .calc-simple .calc-object-grid strong {
    font-size: 12px;
    line-height: 1.3;
  }

  .calc-simple .calc-object-grid small {
    display: none;
  }

  .calc-simple .calc-choice > span,
  .calc-simple .calc-package-choice > span {
    min-height: 0;
    padding: 14px;
  }

  .calc-simple .calc-choice .fa {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .calc-simple .calc-result-range {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .mobile-header-phone {
    gap: 4px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 8.5px !important;
    letter-spacing: 0 !important;
  }

  .mobile-header-phone > .fa {
    font-size: 10px;
  }

  .mobile-conversion-bar > a,
  #mobile-call-button.mobile-conversion-bar > a {
    font-size: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .calc-simple .calc-choice > span {
    transition: none;
  }
}

@media (max-width: 380px) {
  .navbar.top-head .mobile-brand {
    min-width: 86px !important;
  }

  .mobile-conversion-bar > a,
  #mobile-call-button.mobile-conversion-bar > a {
    font-size: 11px !important;
  }

  .mobile-action-request > span {
    white-space: normal;
  }
}
