/* Shared accessibility and conversion fixes layered over the existing theme. */
html { scroll-padding-top: 24px; }
body { overflow-wrap: break-word; }
*, *::before, *::after { letter-spacing: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #147467;
  outline-offset: 4px;
}
.main { padding-bottom: 0; }
.main .container { padding-bottom: 72px; }
.main_info { padding-top: 44px; padding-bottom: 56px; max-width: 560px; }
.main_title { font-size: 70px; line-height: 1.04; }
.main_desc { font-size: 24px; line-height: 1.35; max-width: 460px; }
.main_text { font-family: Regular, sans-serif; padding-top: 18px; line-height: 1.5; }
.primary-cta, .request-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; max-width: 100%; margin-top: 24px; padding: 12px 24px;
  background: #3f3b51; color: #fff; border-radius: 6px;
  font: 600 18px/1.4 SemiBold, sans-serif; text-align: center; text-decoration: none;
}
.primary-cta:hover, .request-cta:hover { background: #292735; color: #fff; }
.main + .zip { margin-top: 0; border-radius: 0; padding-bottom: 64px; }
.zip_top { color: #e2e0e8; padding-top: 36px; font-family: Regular, sans-serif; }
.zip_info { padding-right: 40px; }
.zip_info-title { font-size: 42px; line-height: 1.12; }
.zip_form { border-radius: 8px; padding: 28px; margin-top: 20px; }
.zip_form-img { display: none; }
.field-label { display: block; color: #292735; font: 600 16px/1.5 SemiBold, sans-serif; margin: 0 0 6px; }
.zip_form input:not([type="radio"]):not([type="hidden"]) { border-radius: 5px; height: 56px; padding: 12px 16px; margin-bottom: 18px; }
.zip_form-checkbox { border: 0; padding: 0; margin: 0; min-width: 0; }
.zip_form-checkbox legend { color: #292735; font-size: 18px; line-height: 1.5; float: none; width: auto; margin: 0; }
.zip_form .checkbox label { min-height: 44px; display: flex; align-items: center; padding: 0; gap: 8px; }
.zip_form input[type="radio"] { display: inline-block; position: static; appearance: auto; width: 20px; height: 20px; padding: 0; margin: 0; accent-color: #3f3b51; }
.zip_form .checkbox-icon { display: none; }
.zip_form-wrapper { gap: 32px; margin-top: 0; }
.zip_form button { height: auto; min-height: 56px; margin-top: 12px; padding: 12px; border-radius: 5px; box-shadow: none; line-height: 1.4; }
.zip_form button[disabled] { cursor: wait; opacity: .75; }
.form-disclosure, .form-support { color: #292735; font: 14px/1.5 Regular, sans-serif; margin: 16px 0 0; }
.form-disclosure a, .form-support a { color: #292735; text-decoration: underline; overflow-wrap: anywhere; }
.form-status { color: #292735; font: 16px/1.5 SemiBold, sans-serif; margin: 16px 0 0; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { border-left: 3px solid #9e1724; padding-left: 12px; }
#form { scroll-margin-top: 24px; }
#how-it-works, #faq { margin: 0; border-radius: 0; padding: 44px 0; }
#how-it-works .zip_info-title, #faq .zip_info-title { font-size: 32px !important; line-height: 1.2 !important; }
#how-it-works .zip_info-desc, #faq .zip_info-desc { max-width: 850px; }
#congratulations { margin: 0; padding: 48px 0 64px; border-radius: 0; }
.card { border-radius: 8px; }
.card_header-info { flex-wrap: wrap; }
.card_header-verified { white-space: normal; }
.content-section { padding: 44px 0; background: #f4f5f7; color: #292735; }
.content-section h2 { font: 600 30px/1.25 SemiBold, sans-serif; margin: 0 0 24px; }
.service-links { display: flex; flex-wrap: wrap; gap: 18px 32px; }
.service-links a { color: #285e58; font-size: 18px; text-decoration: underline; text-underline-offset: 4px; }
.footer { margin: 0; border-radius: 0; }
.footer_bottom-left, .footer_bottom-right { flex-wrap: wrap; gap: 18px; }
.footer_bottom-left a, .footer_bottom-right a { overflow-wrap: anywhere; }
.text table { display: block; max-width: 100%; overflow-x: auto; }
.service-illustration { display: block; width: min(100%, 420px); height: auto; margin: 24px auto; }
.content-page .text table { width: 100%; border-collapse: collapse; }
.content-page .text th, .content-page .text td { padding: 12px; text-align: left; vertical-align: top; overflow-wrap: break-word; border-bottom: 1px solid #c9c8ce; }
.content-page .content-section { background: transparent; padding: 24px 0; color: inherit; }
.content-page .main .container { padding-bottom: 0; }
.content-page .primary-cta { background: #eac757; color: #292735; text-decoration: none; }
.content-page .primary-cta:hover { background: #f3d974; color: #292735; }
.content-page .service-links a, .content-page .breadcrumbs a { color: #eac757; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; font-size: 15px; }
.post-meta { font-size: 15px; line-height: 1.5; }
@media (min-width: 768px) and (max-width: 997.98px) {
  .main_info { max-width: 48%; }
  .main_title { font-size: 52px; }
  .main_desc { font-size: 21px; }
  .main_text { font-size: 16px; }
  .main_img { width: 72%; right: -18%; }
  .zip_form { width: 46%; padding: 22px; }
  .zip_info { width: 50%; padding-right: 22px; }
}
@media (max-width: 767.98px) {
  .main .container { padding-bottom: 0; }
  .main_info { padding-top: 32px; padding-bottom: 24px; max-width: 100%; text-align: center; }
  .main_title { font-size: 44px; line-height: 1.08; }
  .main_desc { max-width: 340px; font-size: 21px; line-height: 1.3; padding-top: 14px; }
  .main_text { max-width: 360px; font-size: 16px; line-height: 1.5; padding-top: 14px; }
  .primary-cta { margin-top: 20px; }
  .main_img-mob { max-width: 420px; margin: 0 auto; }
  .main_img-mob img { width: 100%; height: auto; }
  .header_wrapper { flex-wrap: wrap; gap: 16px; }
  .header_lang { flex-wrap: wrap; justify-content: center; }
  .zip_wrapper { padding-top: 28px; }
  .zip_info { width: 100%; padding: 0; }
  .zip_info-title { font-size: 32px; line-height: 1.15; text-align: left; }
  .zip_form { width: 100%; margin-top: 28px; padding: 22px 18px; }
  .zip_top { padding-top: 28px; }
  .main + .zip { padding-bottom: 40px; }
  #how-it-works, #faq, .content-section { padding: 32px 0; }
  #how-it-works .zip_info-title, #faq .zip_info-title, .content-section h2 { font-size: 28px !important; }
  #congratulations { padding: 36px 0 44px; }
  .congratulations_title-text { font-size: 30px; line-height: 1.2; }
  .card_header-verified { margin-left: 0; }
  .footer_bottom-left, .footer_bottom-right { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
