.cuk-btn {
  align-items: center;
  appearance: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .homepage-lower {
    margin-top: 22px;
  }

  .homepage-lower > .row,
  .homepage-lower .homepage-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .homepage-section {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 14px !important;
    overflow: hidden;
    padding: 22px 16px;
  }

  .homepage-section > [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }

  .homepage-benefits,
  .homepage-reviews {
    background: #f8fafc;
  }

  .homepage-benefits .gray-bg {
    background: transparent;
  }

  .homepage-benefits .reasons-title,
  .homepage-section .languages-title {
    color: #172554;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 9px;
    text-align: left;
  }

  .homepage-benefits .reason-wrapper {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .homepage-benefits .reason-body {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
  }

  .homepage-benefits .reason-body::before {
    color: #2f7d32;
    content: '\2713';
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .homepage-benefits .material-icons {
    display: none;
  }

  .homepage-benefits .reason-title {
    color: #172554;
    font-size: 14px;
    margin: 0 0 6px;
    text-align: left;
  }

  .homepage-benefits .reason-description {
    color: #5b6470;
    font-size: 12px;
    line-height: 1.55;
    text-align: left;
  }

  .homepage-languages {
    background: #f4f8fb;
    border-color: #dce8f0;
  }

  .homepage-section .languages-subtitle {
    color: #687280;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    text-align: left;
  }

  .homepage-languages .languages-list,
  .homepage-documents .documents-list {
    align-items: start;
    border-top: 1px solid #e1e7ed;
    display: grid;
    float: none;
    font-size: 12px;
    gap: 9px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    margin-top: 18px;
    padding: 16px 0 0;
    width: 100%;
  }

  .homepage-languages .languages-list > div,
  .homepage-documents .documents-list > div {
    color: #374151;
    line-height: 1.4;
    padding-left: 14px;
    position: relative;
    width: auto;
  }

  .homepage-languages .languages-list > div::before,
  .homepage-documents .documents-list > div::before {
    color: #2f7d32;
    content: '\2713';
    font-size: 10px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 1px;
  }

  .homepage-footer {
    background: #172554;
    border-radius: 10px;
    margin: 4px 0 20px;
    overflow: hidden;
  }

  .homepage-footer-main {
    padding: 24px 18px;
  }

  .homepage-footer-brand {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .homepage-footer .footer-logos {
    margin: 0;
  }

  .homepage-footer .homepage-accreditation {
    padding: 0;
    text-align: left;
  }

  .homepage-footer .homepage-atc-mark {
    color: #fff;
    font-size: 28px;
  }

  .homepage-footer .homepage-atc-mark span {
    color: #ef4444;
  }

  .homepage-footer .homepage-atc-mark small {
    color: #cbd5e1;
    font-size: 14px;
  }

  .homepage-footer .homepage-accreditation-line {
    color: #cbd5e1;
    font-size: 10px;
    line-height: 1.5;
    margin: 8px 0 0;
    text-align: left;
  }

  .homepage-footer .homepage-copyright-brand {
    color: #fff;
    font-size: inherit;
  }

  .homepage-footer-links {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .homepage-footer-links h2 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 16px;
  }

  .homepage-footer-links ul {
    display: grid;
    gap: 11px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-footer-links ul li {
    float: none !important;
    min-width: 0;
  }

  .homepage-footer-links ul li a {
    background: transparent !important;
    border: 0 !important;
    color: #e5eaf5 !important;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-lower #footer {
    background: rgba(8, 18, 55, 0.28);
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-wrap: wrap;
    float: none;
    font-family: inherit;
    font-size: 10px;
    gap: 10px 14px;
    margin: 0 !important;
    padding: 14px 16px;
    width: 100%;
  }

  .homepage-lower #footer a,
  .homepage-lower #footer span {
    color: #cbd5e1;
    margin: 0;
  }
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a,
.homepage-footer #footer a {
  background: transparent !important;
  color: #cbd5e1 !important;
  text-decoration: none;
  transition:
    color 0.15s ease,
    text-decoration-color 0.15s ease;
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a:hover,
.homepage-footer #sidebar_links.homepage-footer-links ul li a:focus-visible,
.homepage-footer #footer a:hover,
.homepage-footer #footer a:focus-visible {
  background: transparent !important;
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a:focus-visible,
.homepage-footer #footer a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}

.cuk-btn:hover,
.cuk-btn:focus {
  text-decoration: none;
}

.cuk-btn:focus-visible {
  outline: 3px solid rgba(22, 53, 122, 0.28);
  outline-offset: 2px;
}

.cuk-btn[disabled],
.cuk-btn[aria-disabled='true'] {
  cursor: not-allowed;
  opacity: 0.6;
}

.cuk-btn[hidden] {
  display: none;
}

.cuk-btn--sm {
  font-size: 13px;
  min-height: 36px;
  padding: 0 12px;
}

.cuk-btn--md {
  font-size: 14px;
  min-height: 42px;
  padding: 0 18px;
}

.cuk-btn--primary {
  background: #2f7d32;
  border-color: #2f7d32;
  color: #fff;
}

.cuk-btn--primary:hover,
.cuk-btn--primary:focus {
  background: #246b28;
  border-color: #246b28;
  color: #fff;
}

.cuk-btn--secondary {
  background: #fff;
  border-color: #d1d5db;
  color: #1f2937;
}

.cuk-btn--secondary:hover,
.cuk-btn--secondary:focus {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
}

.cuk-btn--danger-text {
  background: transparent;
  border-color: transparent;
  color: #b42318;
  font-weight: 500;
  gap: 6px;
  min-height: 32px;
  padding: 0 8px;
}

.cuk-btn--danger-text:hover,
.cuk-btn--danger-text:focus {
  background: #fff7f7;
  border-color: #fecaca;
  color: #991b1b;
}

.cuk-btn--add-document {
  border-color: #e5e7eb;
  gap: 7px;
}

.cuk-btn--add-document::before {
  color: #64748b;
  content: '+';
  display: inline-block;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.homepage-page .quote-form-actions .flow-content {
  justify-content: space-between;
}

.homepage-page .quote-form-actions .flow-next {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.homepage-page .quote-form-actions .prev-step-link {
  text-align: center;
}

.desktop-header-actions {
  display: none;
}

body.homepage-page,
body.homepage-page button,
body.homepage-page input,
body.homepage-page select,
body.homepage-page textarea {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.js .packages_wrapper:not(.slick-initialized):not(.packages-load-fallback) {
  height: 168px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

.packages_wrapper.slick-initialized {
  animation: packages-reveal 160ms ease-out both;
}

@keyframes packages-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .packages_wrapper.slick-initialized {
    animation: none;
  }
}

/* Homepage desktop header */
@media screen and (min-width: 769px) {
  .site-header {
    align-items: center;
    background: #fff !important;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(280px, 1fr) 94px auto;
    margin: 12px 0 0 !important;
    min-height: 84px;
    padding: 13px 16px;
  }

  .site-header::before,
  .site-header::after {
    content: none;
    display: none;
  }

  .site-header > [class*='col-'] {
    float: none;
    min-height: 0;
    padding: 0 !important;
    width: auto;
  }

  .site-header #logo {
    margin: 0;
    min-height: 0;
  }

  .site-header #logo a,
  .site-header #logo img {
    display: block;
    height: auto;
  }

  .site-header #logo img {
    max-width: 360px;
    width: 100%;
  }

  .site-header-accreditation {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .site-header #atc_logo,
  .site-header #atc_logo img {
    display: block;
    height: auto;
    margin: 0;
  }

  .site-header #atc_logo img {
    max-width: 90px;
    width: 100%;
  }

  .site-header-tools {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .site-header-tools > .login_toggle {
    display: none;
  }

  .desktop-header-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }

  .desktop-header-contact {
    display: grid;
    line-height: 1.2;
    margin-right: 4px;
    text-align: right;
  }

  .desktop-header-contact span {
    color: #6b7280;
    font-size: 11px;
  }

  .desktop-header-contact a {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .desktop-header-contact .desktop-header-whatsapp {
    color: #2f8f3a;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
  }

  .desktop-track-order {
    min-height: 38px;
  }

  .site-header-tools .login_form_wrapper {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    height: auto;
    min-height: 68px;
  }

  .site-header-tools .login_form_container {
    height: auto;
    max-width: 1140px;
    width: calc(100% - 40px);
  }

  .site-header-tools .login_form_content {
    float: none;
    padding: 15px 44px 15px 0;
    width: 100%;
  }

  .site-header-tools .login_form_content form {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 7px;
    justify-content: flex-end;
  }

  .site-header-tools .login_form_content input[type='text'],
  .site-header-tools .login_form_content input[type='password'] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font: inherit;
    height: 36px;
    padding: 0 10px;
    width: 140px !important;
  }

  .site-header-tools .login_form_content input[type='submit'] {
    background: #2f7d32;
    border: 1px solid #2f7d32;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    height: 36px !important;
    width: 44px !important;
  }

  .site-header-tools .login_form_wrapper #close_button {
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    color: #4b5563;
    display: flex;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    right: 0;
    text-decoration: none;
    top: 20px;
    width: 28px;
  }

  .homepage-login-status {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    color: #1f2937;
    display: flex;
    gap: 12px;
    justify-content: center;
    line-height: 1.45;
    margin: 8px 0 12px;
    min-height: 36px;
    padding: 6px 14px;
    text-align: center;
  }

  .homepage-login-status > div {
    float: none !important;
    font-size: 12px !important;
    line-height: 1.45;
    padding: 0 !important;
    width: auto !important;
  }

  .homepage-login-status br {
    display: none;
  }

  .homepage-login-status a {
    font-weight: 700;
  }

  .homepage-hero {
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #fbfdff 58%, #f1f7fb 100%);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-sizing: border-box;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin: 18px 0 20px;
    min-height: 350px;
    padding: 42px 56px;
  }

  .homepage-hero:not(.homepage-hero--with-visual) {
    grid-template-columns: minmax(0, 680px);
  }

  .homepage-hero-copy {
    max-width: 650px;
  }

  .homepage-hero-eyebrow {
    color: #2f7d32;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .homepage-hero #top_header .homepage-heading {
    color: #172554;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin: 0;
    text-align: left;
    text-wrap: balance;
  }

  .homepage-hero #override_content {
    float: none;
    padding: 18px 0 0;
    text-align: left;
    width: auto;
  }

  .homepage-hero #override_content .homepage-intro {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 610px;
  }

  .homepage-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .homepage-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
  }

  .homepage-hero-trust li {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.4;
    padding-left: 17px;
    position: relative;
  }

  .homepage-hero-trust li::before {
    color: #2f7d32;
    content: '\2713';
    font-size: 13px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -1px;
  }

  .homepage-hero-visual {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .homepage-hero-seal-card {
    align-items: center;
    background: #edf5fa;
    border: 1px solid #dbe9f2;
    border-radius: 50%;
    display: flex;
    height: 284px;
    justify-content: center;
    width: 284px;
  }

  .homepage-hero .homepage-certification-seal {
    display: block;
    height: auto;
    mix-blend-mode: multiply;
    width: 390px;
  }

  .quote-progress {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: grid !important;
    gap: 28px;
    grid-template-columns: 240px minmax(0, 1fr);
    margin: 0 0 20px;
    min-height: 88px;
    padding: 16px 20px;
  }

  .quote-progress-heading > span {
    color: #2f7d32;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .quote-progress-heading h2 {
    color: #172554;
    font-size: 19px;
    line-height: 1.25;
    margin: 0;
  }

  .quote-progress-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .quote-progress-list::before {
    background: #d9dde3;
    content: '';
    height: 2px;
    left: 12.5%;
    position: absolute;
    right: 12.5%;
    top: 15px;
  }

  .quote-progress-list li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .quote-progress-number {
    align-items: center;
    background: #fff;
    border: 2px solid #cbd0d6;
    border-radius: 50%;
    color: #68707a;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    width: 32px;
  }

  .quote-progress-label {
    color: #626a74;
    font-size: 11px;
    line-height: 1.25;
    padding: 0 5px;
  }

  .quote-progress-list li.active .quote-progress-number {
    background: #2f7d32;
    border-color: #2f7d32;
    color: #fff;
  }

  .quote-progress-list li.active .quote-progress-label {
    color: #172554;
    font-weight: 700;
  }

  .popular-packages-section {
    margin-bottom: 18px !important;
  }

  .popular-packages-heading {
    margin: 0 0 14px;
    padding: 0 15px;
  }

  .popular-packages-heading h2 {
    color: #172554;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 3px;
  }

  .popular-packages-heading p {
    color: #6b7280;
    font-size: 12px;
    margin: 0;
  }

  .packages_wrapper {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0 !important;
  }

  .packages_wrapper .package-item {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 168px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding: 0;
  }

  .packages_wrapper .package-item-body {
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    float: none;
    height: 100%;
    margin: 0 6px;
    overflow: hidden;
    padding: 15px;
    width: calc(100% - 12px);
  }

  .packages_wrapper .package-title {
    color: #1f2937;
    font-size: 13px;
    height: auto;
    line-height: 1.35;
    min-height: 54px;
    text-align: left;
  }

  .packages_wrapper .package-price-wrapper {
    display: none;
  }

  .packages_wrapper .package-days-wrapper {
    color: #5f6771;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: auto;
  }

  .packages_wrapper .package-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .packages_wrapper .package-footer .pull-left,
  .packages_wrapper .package-footer .pull-right {
    float: none;
  }

  .packages_wrapper .package-info-link {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    width: 28px;
  }

  .packages_wrapper .package-info-icon {
    height: 18px;
    opacity: 0.82;
    width: 18px;
  }

  .packages_wrapper .package-btn {
    border-color: #9fbea1;
    color: #2f7d32;
    font-size: 12px;
    font-weight: 600;
    min-height: 34px;
    padding: 0 11px;
  }

  .packages_wrapper .package-btn:hover,
  .packages_wrapper .package-btn:focus {
    background: #f3f8f3;
    border-color: #2f7d32;
    color: #246b28;
  }

  .packages_wrapper .package-selected {
    background: transparent !important;
    border: 0;
    height: 168px;
  }

  .packages_wrapper .package-selected .package-item-body {
    background: #f3f8f3;
    border: 2px solid #2f7d32;
  }

  .packages_wrapper .slick-dots {
    display: none !important;
  }

  .packages_wrapper.slick-dotted {
    margin-bottom: 0;
  }

  .packages_wrapper .slick-prev,
  .packages_wrapper .slick-next {
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    height: 30px;
    width: 30px;
    z-index: 2;
  }

  .packages_wrapper .slick-prev {
    left: -34px;
  }

  .packages_wrapper .slick-next {
    right: -34px;
  }

  .packages_wrapper .slick-prev::before,
  .packages_wrapper .slick-next::before {
    color: #172554 !important;
    font-size: 16px;
  }

  .quote-choice-row {
    margin-bottom: 12px !important;
  }

  .quote-choice-divider {
    align-items: center;
    color: #6b7280;
    display: flex;
    font-size: 12px;
    gap: 12px;
    text-align: center;
  }

  .quote-choice-divider::before,
  .quote-choice-divider::after {
    background: #e1e5ea;
    content: '';
    flex: 1 1 auto;
    height: 1px;
  }

  .quote-choice-divider span {
    white-space: nowrap;
  }

  .quote-voucher-row {
    margin-bottom: 8px !important;
    text-align: right;
  }

  .quote-voucher-details {
    display: inline-block;
    text-align: left;
  }

  .quote-voucher-details summary {
    color: #5f6771;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
  }

  .quote-voucher-details #quote_voucher_wrapper {
    align-items: center;
    display: flex;
    float: none;
    gap: 8px;
    margin-top: 8px;
  }

  .quote-voucher-details #quote_voucher_wrapper > label {
    color: #4b5563;
    font-size: 12px;
  }

  .quote-voucher-details #voucher {
    height: 34px;
    margin: 0;
    padding: 0 9px;
    text-align: left;
    width: 130px;
  }

  #certification_container {
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile-whatsapp-row {
    display: none;
  }

  .homepage-lower {
    margin-top: 34px;
  }

  .homepage-lower > .row,
  .homepage-lower .homepage-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .homepage-section {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 22px !important;
    overflow: hidden;
    padding: 30px 32px;
  }

  .homepage-section > [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }

  .homepage-benefits,
  .homepage-reviews {
    background: #f8fafc;
  }

  .homepage-benefits .gray-bg,
  .homepage-reviews .gray-bg {
    background: transparent;
  }

  .homepage-benefits .reasons-title,
  .homepage-section .languages-title {
    color: #172554;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 10px;
    text-align: left;
  }

  .homepage-benefits .reason-wrapper {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 22px;
  }

  .homepage-benefits .reason-body {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 9px;
    float: none;
    min-height: 180px;
    padding: 18px;
    width: auto;
  }

  .homepage-benefits .reason-body::before {
    align-items: center;
    background: #eaf5eb;
    border-radius: 50%;
    color: #2f7d32;
    content: '\2713';
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    margin-bottom: 14px;
    width: 30px;
  }

  .homepage-benefits .material-icons {
    display: none;
  }

  .homepage-benefits .reason-title {
    color: #172554;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px;
    text-align: left;
  }

  .homepage-benefits .reason-description {
    color: #5b6470;
    font-size: 12px;
    line-height: 1.55;
    text-align: left;
  }

  .homepage-languages {
    background: #f4f8fb;
    border-color: #dce8f0;
  }

  .homepage-documents {
    background: #fff;
  }

  .homepage-section .languages-wrapper {
    padding: 0;
  }

  .homepage-section .languages-subtitle {
    color: #687280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 900px;
    text-align: left;
  }

  .homepage-languages .languages-list,
  .homepage-documents .documents-list {
    align-items: start;
    display: grid;
    float: none;
    font-size: 13px;
    gap: 10px 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    margin-top: 24px;
    padding: 20px 0 0;
    width: 100%;
  }

  .homepage-languages .languages-list {
    border-top: 1px solid #dce8f0;
  }

  .homepage-documents .documents-list {
    border-top: 1px solid #e5e7eb;
  }

  .homepage-languages .languages-list > div,
  .homepage-documents .documents-list > div {
    color: #374151;
    line-height: 1.45;
    padding-left: 16px;
    position: relative;
    width: auto;
  }

  .homepage-languages .languages-list > div::before,
  .homepage-documents .documents-list > div::before {
    color: #2f7d32;
    content: '\2713';
    font-size: 11px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 1px;
  }

  .homepage-reviews .review-list {
    display: grid;
    float: none;
    gap: 16px;
    grid-auto-columns: calc((100% - 32px) / 3);
    grid-auto-flow: column;
    margin-top: 22px;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x proximity;
    width: 100%;
  }

  .homepage-reviews .languages-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .homepage-reviews .review-scroll-hint {
    color: #687280;
    font-size: 12px;
    margin: 0;
  }

  .homepage-reviews .review-list .card {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    margin: 0;
    min-height: 220px;
    scroll-snap-align: start;
    width: auto;
  }

  .homepage-reviews .card-body {
    align-items: flex-start;
    height: 100%;
    padding: 24px;
  }

  .homepage-reviews .card-review {
    color: #374151;
    font-size: 13px;
    line-height: 1.65;
    text-align: left;
  }

  .homepage-reviews .card-review::before {
    color: #2f7d32;
    content: '\201C';
    display: block;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    height: 30px;
    line-height: 1;
  }

  .homepage-reviews .card-signature {
    color: #687280;
    font-size: 12px;
    font-weight: 600;
    margin-top: auto;
    padding-top: 18px;
  }

  .homepage-footer {
    background: #172554;
    border: 1px solid #172554;
    border-radius: 12px;
    margin: 8px 0 28px;
    overflow: hidden;
  }

  .homepage-footer-main {
    display: grid;
    gap: 34px;
    grid-template-columns: 290px minmax(0, 1fr);
    padding: 32px;
  }

  .homepage-footer-brand {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    padding-right: 32px;
  }

  .homepage-footer .footer-logos {
    margin: 0;
  }

  .homepage-footer .homepage-accreditation {
    padding: 0;
    text-align: left;
  }

  .homepage-footer .homepage-atc-mark {
    color: #fff;
    font-size: 30px;
  }

  .homepage-footer .homepage-atc-mark span {
    color: #ef4444;
  }

  .homepage-footer .homepage-atc-mark small {
    color: #cbd5e1;
    font-size: 16px;
  }

  .homepage-footer .homepage-accreditation-line {
    color: #cbd5e1;
    font-size: 11px;
    line-height: 1.55;
    margin: 9px 0 0;
    text-align: left;
  }

  .homepage-footer .homepage-copyright-brand {
    color: #fff;
    font-size: inherit;
  }

  .homepage-footer-links {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .homepage-footer-links h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 18px;
  }

  .homepage-footer-links ul {
    display: grid;
    gap: 11px 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-footer-links ul li {
    float: none !important;
    min-width: 0;
  }

  .homepage-footer-links ul li a {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #e5eaf5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-footer-links ul li a:hover,
  .homepage-footer-links ul li a:focus {
    color: #fff;
    text-decoration: underline;
  }

  .homepage-lower #footer {
    align-items: center;
    background: rgba(8, 18, 55, 0.28);
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    float: none;
    font-family: inherit;
    font-size: 11px;
    gap: 18px;
    margin: 0 !important;
    padding: 16px 32px;
    width: 100%;
  }

  .homepage-lower #footer a,
  .homepage-lower #footer span {
    color: #cbd5e1;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-header {
    gap: 10px;
    grid-template-columns: minmax(210px, 1fr) 70px auto;
    padding: 12px;
  }

  .site-header #logo img {
    max-width: 270px;
  }

  .site-header #atc_logo img {
    max-width: 68px;
  }

  .desktop-header-actions {
    gap: 6px;
  }

  .desktop-header-contact span,
  .desktop-header-contact .desktop-header-whatsapp {
    display: none;
  }

  .desktop-header-contact a {
    font-size: 12px;
  }

  .desktop-track-order {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage-hero {
    gap: 24px;
    grid-template-columns: minmax(0, 1.2fr) 220px;
    min-height: 320px;
    padding: 32px;
  }

  .homepage-hero #top_header .homepage-heading {
    font-size: 32px;
  }

  .homepage-hero-seal-card {
    height: 210px;
    width: 210px;
  }

  .homepage-hero .homepage-certification-seal {
    width: 220px;
  }
}

/* Homepage mobile header, hero and checkout progress */
@media screen and (max-width: 768px) {
  .homepage-page .quote-form-actions .flow-next {
    order: 1;
  }

  .homepage-page .quote-form-actions .flow-back {
    order: 2;
  }

  .mobile-header {
    align-items: center;
    background: #fff !important;
    border-bottom: 1px solid #e5e7eb !important;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 78px 44px;
    min-height: 62px;
    padding: 8px 10px;
  }

  .mobile-header::before,
  .mobile-header::after {
    content: none;
    display: none;
  }

  .mobile-header > [class*='col-'] {
    float: none;
    padding: 0 !important;
    width: auto;
  }

  .mobile-header #logo {
    line-height: normal;
    min-height: 0;
    text-align: left;
  }

  .mobile-header #logo a,
  .mobile-header #logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
  }

  .mobile-header #atc_logo {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .mobile-header #atc_logo img,
  .mobile-header .atc_logo img {
    bottom: auto;
    display: block;
    height: auto;
    max-height: none;
    max-width: 78px;
    position: static;
    width: 100%;
  }

  .mobile-header .navbar-toggle-wrapper {
    display: flex;
    float: none;
    justify-content: flex-end;
    width: 100%;
  }

  .mobile-header .navbar-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: none;
    justify-content: center;
    margin: 0;
    padding: 8px 10px 6px;
  }

  .mobile-login {
    margin: 0 !important;
    padding: 7px 10px 8px;
  }

  .mobile-login .mobile_login_form,
  .mobile-login form {
    width: 100%;
  }

  .mobile-login form {
    align-items: stretch;
    display: flex;
    gap: 6px;
  }

  .mobile-login .login-form-control {
    box-sizing: border-box;
    flex: 1 1 0;
    height: 36px;
    line-height: 1.2;
    margin: 0;
    min-height: 36px;
    min-width: 0;
    padding: 7px 10px;
    width: auto;
  }

  .mobile-login input[type='submit'] {
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 36px;
    padding: 0 12px;
  }

  #mobile_header {
    border-bottom-width: 2px;
    float: none;
    margin: 0 !important;
    padding: 6px 10px;
  }

  #mobile_header .header_text {
    font-size: 14px;
    line-height: 1.35;
  }

  .mobile-whatsapp-row {
    margin: 0 !important;
  }

  .mobile-whatsapp-wrapper,
  .mobile-whatsapp-content {
    height: auto;
  }

  .mobile-whatsapp-link {
    align-items: center;
    color: #2f8f3a;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 36px;
    padding: 6px 12px;
    text-decoration: none;
  }

  .homepage-hero {
    background: linear-gradient(145deg, #ffffff 0%, #f4f9fc 100%);
    border: 1px solid #dce7ee;
    border-radius: 10px;
    display: grid;
    gap: 0 12px;
    grid-template-columns: minmax(0, 1fr) 108px;
    margin: 10px 0 16px;
    overflow: hidden;
    padding: 20px 18px;
  }

  .homepage-hero:not(.homepage-hero--with-visual) {
    grid-template-columns: minmax(0, 1fr);
  }

  .homepage-hero-copy {
    display: contents;
  }

  .homepage-hero-eyebrow {
    color: #2f7d32;
    display: block;
    font-size: 10px;
    font-weight: 700;
    grid-column: 1 / -1;
    letter-spacing: 0.07em;
    margin: 0 0 9px;
    text-transform: uppercase;
  }

  .homepage-hero #top_header {
    display: block;
    grid-column: 1 / -1;
  }

  .homepage-hero #top_header .homepage-heading {
    color: #172554;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
    text-align: left;
    text-wrap: balance;
  }

  .homepage-hero-actions {
    display: none;
  }

  .homepage-hero-trust {
    display: flex;
    flex-direction: column;
    gap: 6px;
    grid-column: 1;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
  }

  .homepage-hero-trust li {
    color: #4b5563;
    font-size: 11px;
    line-height: 1.35;
    padding-left: 15px;
    position: relative;
  }

  .homepage-hero-trust li::before {
    color: #2f7d32;
    content: '\2713';
    font-weight: 700;
    left: 0;
    position: absolute;
  }

  .homepage-hero-trust li:nth-child(n + 3) {
    display: none;
  }

  .quote-voucher-row {
    display: none;
  }

  .popular-packages-heading {
    margin: 14px 0 12px;
    padding: 0 12px;
  }

  .popular-packages-heading h2 {
    color: #172554;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 3px;
  }

  .popular-packages-heading p {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }

  .packages_wrapper {
    margin-bottom: 0 !important;
    width: 100%;
  }

  .packages_wrapper .package-item,
  .packages_wrapper .package-selected {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 158px;
    margin: 0;
    overflow: visible;
    padding: 0;
  }

  .packages_wrapper .package-item-body {
    background: #fff !important;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    float: none;
    height: 100%;
    margin: 0 5px;
    overflow: hidden;
    padding: 13px;
    width: calc(100% - 10px);
  }

  .packages_wrapper .package-title {
    color: #1f2937;
    font-size: 12px;
    height: auto;
    line-height: 1.35;
    min-height: 50px;
    text-align: left;
  }

  .packages_wrapper .package-price-wrapper {
    display: none;
  }

  .packages_wrapper .package-days-wrapper {
    color: #5f6771;
    font-size: 11px;
    margin-bottom: 8px;
    margin-top: auto;
  }

  .packages_wrapper .package-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .packages_wrapper .package-footer .pull-left,
  .packages_wrapper .package-footer .pull-right {
    float: none;
  }

  .packages_wrapper .package-info-link {
    align-items: center;
    display: flex;
    height: 26px;
    justify-content: center;
    width: 26px;
  }

  .packages_wrapper .package-info-icon {
    height: 17px;
    opacity: 0.82;
    width: 17px;
  }

  .packages_wrapper .package-btn {
    border-color: #9fbea1;
    color: #2f7d32;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    min-height: 32px;
    padding: 0 9px;
  }

  .packages_wrapper .package-selected .package-item-body {
    background: #f3f8f3 !important;
    border: 2px solid #2f7d32;
  }

  .packages_wrapper .slick-dots {
    margin-top: 4px;
  }

  .packages_wrapper .slick-dots li button::before {
    color: #8a94a3;
  }

  .packages_wrapper .slick-dots li.slick-active button::before {
    color: #2f7d32;
  }

  .quote-choice-divider {
    align-items: center;
    color: #6b7280;
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin: 4px 0;
    text-align: center;
  }

  .quote-choice-divider::before,
  .quote-choice-divider::after {
    background: #e1e5ea;
    content: '';
    flex: 1 1 auto;
    height: 1px;
  }

  #override_content {
    float: none;
    grid-column: 1;
    padding: 12px 0 0;
    text-align: left;
  }

  #override_content .homepage-intro {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    max-width: 460px;
    text-align: left;
  }

  .homepage-hero-visual {
    align-items: center;
    display: flex;
    grid-column: 2;
    grid-row: 3 / span 2;
    justify-content: center;
    padding: 12px 0 0;
  }

  .homepage-hero-seal-card {
    align-items: center;
    background: #eaf3f8;
    border: 1px solid #d8e8f1;
    border-radius: 50%;
    display: flex;
    height: 108px;
    justify-content: center;
    width: 108px;
  }

  .homepage-hero .homepage-certification-seal {
    height: auto !important;
    max-width: 100%;
    min-width: 150px !important;
  }

  #quote_content .document_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #header_steps {
    background: #f5f5f5;
    display: block;
    padding: 10px 8px 9px;
  }

  #header_steps ul {
    counter-reset: mobile-step;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    position: relative;
  }

  #header_steps ul::before {
    background: #d6d8dc;
    content: '';
    height: 2px;
    left: 12.5%;
    position: absolute;
    right: 12.5%;
    top: 12px;
  }

  #header_steps ul li {
    counter-increment: mobile-step;
    display: block;
    min-width: 0;
    position: relative;
    z-index: 1;
  }

  #header_steps ul li span,
  #header_steps ul li:first-child span,
  #header_steps ul li:last-child span {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: #5b6068;
    display: flex;
    flex-direction: column;
    float: none;
    font-size: 0;
    gap: 5px;
    height: auto;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0;
    max-height: none;
    padding: 0 3px;
    text-align: center;
    width: 100%;
  }

  #header_steps ul li span::before,
  #header_steps ul li:not(:first-child) span::before {
    align-items: center;
    background: #fff;
    border: 2px solid #c8cbd0;
    border-radius: 50%;
    color: #656b73;
    content: counter(mobile-step);
    display: flex;
    flex: 0 0 26px;
    font-size: 11px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    left: auto;
    position: static;
    top: auto;
    width: 26px;
  }

  #header_steps ul li span::after,
  #header_steps ul li:not(:last-child) span::after {
    border: 0 !important;
    color: inherit;
    content: attr(data-mobile-label) !important;
    display: block;
    font-size: 10px;
    height: auto !important;
    left: auto !important;
    line-height: 1.2;
    position: static !important;
    top: auto !important;
    width: auto !important;
  }

  #header_steps ul li span.active {
    background: transparent;
    color: #172554;
    font-weight: 700;
  }

  #header_steps ul li span.active::before {
    background: #2f7d32;
    border-color: #2f7d32;
    color: #fff;
  }
}

/* Mobile quote tray. This intentionally lives after the legacy responsive
   rules so every checkout step gets the same touch-friendly component. */
@media screen and (max-width: 768px) {
  body.homepage-page,
  body.checkout-page {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  body.homepage-page .mobile_price_box,
  body.checkout-page .mobile_price_box {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #dbe2ea;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
    color: #172554;
    display: grid;
    font-size: 13px;
    font-weight: 400;
    gap: 10px;
    grid-template-columns: minmax(96px, 1fr) auto minmax(66px, auto);
    height: auto;
    left: 0;
    min-height: 72px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    line-height: 1.42857143;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    will-change: transform;
    z-index: 1000;
  }

  body.homepage-page #price_box_wrapper,
  body.checkout-page #price_box_wrapper,
  body.homepage-page .mobile_price_box,
  body.checkout-page .mobile_price_box {
    font-family:
      -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  }

  .mobile_price_box > .mobile_price_box_column {
    display: flex;
    flex-basis: auto !important;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .mobile_price_box .mobile_price_box_row {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    min-height: 25px;
    gap: 8px;
  }

  .mobile_price_box .price_box_switch {
    flex: 0 0 38px;
    left: auto;
    position: relative;
  }

  .mobile_price_box .price_box_switch-label {
    color: #475569;
    flex: 1 1 auto;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    padding-left: 5px;
    text-align: left;
    width: auto;
  }

  .mobile_price_box .price_box_switch-label label {
    cursor: pointer;
    font-size: inherit;
    margin: 0;
  }

  .mobile_price_box .price_box_switch-label .extend-mobile-text {
    display: inline-flex;
    margin-left: 2px;
    vertical-align: middle;
  }

  .mobile_price_box .price_box_switch-label .extend-mobile-text img {
    height: 15px;
    width: 15px;
  }

  .mobile_price_box .mobile_price_box_show_more {
    margin: 0;
  }

  .mobile_price_box .btn-show-more {
    align-items: center;
    background: #fff;
    border: 1px solid #b8c5d3;
    border-radius: 8px;
    color: #172554;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .mobile_price_box .btn-show-more:hover,
  .mobile_price_box .btn-show-more:active,
  .mobile_price_box .btn-show-more:focus {
    background: #f5f8fa;
    border-color: #8fa2b5;
    color: #172554;
  }

  .mobile_price_box .btn-show-more:focus-visible {
    box-shadow: 0 0 0 3px rgba(47, 125, 50, 0.22);
    outline: 0;
  }

  .mobile_price_box .quote-details-label-short {
    display: none;
  }

  .mobile_price_box .mobile_price_box_summary {
    align-items: flex-end;
    text-align: right;
  }

  .mobile_price_box .mobile_price_box_price {
    color: #172554;
    font-size: 18px;
    font-weight: 750;
    justify-content: flex-end;
    letter-spacing: -0.01em;
  }

  .mobile_price_box .mobile_price_box_days {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: 0.04em;
  }

  .price_box_details_wrapper {
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
    box-sizing: border-box;
    color: #2b2f38;
    font-size: 12px !important;
    left: 8px;
    max-height: min(68vh, 520px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    right: 8px;
    width: auto;
    z-index: 999;
  }

  #price_box_wrapper .price_box_details_wrapper .price_box_header {
    color: #172554;
    font-size: 16px;
    line-height: 1.4;
    width: calc(100% - 44px);
  }

  #price_box_wrapper .price_box_details_wrapper .price_box_close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #64748b;
    cursor: pointer;
    display: flex;
    float: right;
    font-size: 20px;
    height: 44px;
    justify-content: flex-end;
    margin-top: -12px;
    padding: 0;
    width: 44px;
  }

  #price_box_wrapper .price_box_details_wrapper .price_col_label {
    color: #1f2937;
    font-weight: 400;
    line-height: 1.45;
    width: 50%;
  }

  #price_box_wrapper .price_box_details_wrapper .price_col_days {
    color: #6b7280;
    font-weight: 400;
    line-height: 1.45;
    width: 24%;
  }

  #price_box_wrapper .price_box_details_wrapper .price_col_price {
    color: #111827;
    font-weight: 600;
    line-height: 1.45;
    width: 26%;
  }

  #price_box_wrapper .price_box_details_wrapper .price_box_subtotal_label,
  #price_box_wrapper .price_box_details_wrapper .price_box_vat_label {
    color: #4b5563;
    font-weight: 400;
  }

  #price_box_wrapper .price_box_details_wrapper .price_box_urgent_header {
    border-top: 1px solid #e5e7eb;
    color: #172554;
    font-style: normal;
    margin-top: 4px;
    padding-top: 12px;
  }

  #price_box_wrapper .price_box_details_wrapper .price_box_urgent_icon {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
  }
}

@media screen and (max-width: 360px) {
  .homepage-hero {
    grid-template-columns: minmax(0, 1fr) 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .homepage-hero-seal-card {
    height: 100px;
    width: 100px;
  }

  .homepage-hero .homepage-certification-seal {
    width: 100px !important;
  }

  body.homepage-page .mobile_price_box,
  body.checkout-page .mobile_price_box {
    gap: 7px;
    grid-template-columns: minmax(90px, 1fr) auto minmax(62px, auto);
    padding-left: 9px;
    padding-right: 9px;
  }

  .mobile_price_box .quote-details-label {
    display: none;
  }

  .mobile_price_box .quote-details-label-short {
    display: inline;
  }

  .mobile_price_box .btn-show-more {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Shared light footer: visually continues the page instead of introducing a
   separate dark colour block. Kept at the end to override legacy page CSS. */
.homepage-footer {
  background: #fff;
  border: 1px solid #dfe3ea;
  color: #334155;
  text-align: left;
}

.homepage-footer .homepage-footer-brand {
  border-color: #dfe3ea;
}

.homepage-footer .homepage-atc-mark {
  color: #172554;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
}

.homepage-footer .homepage-atc-mark small,
.homepage-footer .homepage-accreditation-line,
.homepage-footer #footer a,
.homepage-footer #footer span {
  color: #64748b !important;
}

.homepage-footer .homepage-atc-mark span {
  color: #ef4444;
}

.homepage-footer .homepage-atc-mark small {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.homepage-footer .homepage-copyright-brand,
.homepage-footer .homepage-footer-links h2 {
  color: #172554;
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a {
  color: #334155 !important;
  text-align: left;
}

.homepage-footer .homepage-footer-links,
.homepage-footer .homepage-footer-links h2,
.homepage-footer .homepage-footer-links ul,
.homepage-footer .homepage-footer-links li {
  text-align: left !important;
}

.homepage-footer .homepage-footer-links h2 {
  line-height: 1.4;
}

.homepage-footer .homepage-footer-links ul li {
  font-size: 12px;
  line-height: 1.45;
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a:hover,
.homepage-footer #sidebar_links.homepage-footer-links ul li a:focus-visible,
.homepage-footer #footer a:hover,
.homepage-footer #footer a:focus-visible {
  color: #172554 !important;
  text-decoration-color: rgba(23, 37, 84, 0.45);
}

.homepage-footer #sidebar_links.homepage-footer-links ul li a:focus-visible,
.homepage-footer #footer a:focus-visible {
  outline-color: rgba(23, 37, 84, 0.45);
}

.homepage-footer .homepage-lower #footer,
.homepage-footer #footer {
  background: #fff;
  border-top-color: #dfe3ea;
}
