.xnt-runtime-hooks {
  display: none !important;
}

.xnt-body > header:not(.xnt-header),
.xnt-body > footer:not(.xnt-footer),
.xnt-body #masthead,
.xnt-body #colophon,
.xnt-body .site-header,
.xnt-body .site-footer,
.xnt-body .elementor-location-header,
.xnt-body .elementor-location-footer,
.xnt-body [data-elementor-type="header"],
.xnt-body [data-elementor-type="footer"] {
  display: none !important;
}

.xnt-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

/* Desktop: the marketing header starts over the hero, then gains a solid
   background once the visitor scrolls. Product pages keep their solid header
   because their first section has a light background. */
@media (min-width: 901px) {
  .xnt-site.xnt-has-overlay-header > .xnt-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(1, 13, 24, .44), rgba(1, 13, 24, .08) 72%, transparent);
    opacity: 1;
    transition: opacity .24s ease;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-header .xnt-header-inner {
    position: relative;
    z-index: 1;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-header.is-scrolled {
    background-color: rgba(3, 24, 42, .97);
    border-bottom-color: rgba(255, 255, 255, .10);
    box-shadow: 0 10px 28px rgba(0, 10, 22, .28);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .xnt-site.xnt-has-overlay-header > .xnt-header.is-scrolled::before {
    opacity: 0;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-main > .xnt-reference-home {
    padding-top: 158px;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-main > .xnt-hero {
    padding-top: 120px;
  }

  .xnt-site.xnt-has-overlay-header > .xnt-main > .xnt-reference-hero {
    padding-top: 142px;
  }

  body.admin-bar .xnt-site.xnt-has-overlay-header > .xnt-header {
    top: 32px;
  }
}

.xnt-site .xnt-home-hero h1,
.xnt-site .xnt-home-hero p,
.xnt-site .xnt-home-hero .xnt-kicker,
.xnt-site .xnt-home-hero .xnt-popular,
.xnt-site .xnt-hero h1,
.xnt-site .xnt-hero h2,
.xnt-site .xnt-hero p,
.xnt-site .xnt-hero .xnt-crumb,
.xnt-site .xnt-dark-band h2,
.xnt-site .xnt-dark-band p,
.xnt-site .xnt-quote-band h2,
.xnt-site .xnt-quote-band p {
  color: #fff !important;
}

.xnt-site .xnt-home-hero h1,
.xnt-site .xnt-hero h1 {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}

.xnt-brand-logo-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 0 4px;
}

.xnt-brand-logo-row a {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.xnt-home-brand-logo {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.xnt-brand {
  min-height: 118px;
  flex-direction: column;
  gap: 7px;
  padding: 8px 12px;
}

.xnt-brand-logo {
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.xnt-brand-name {
  color: #536980;
  font-size: 12px;
  font-weight: 700;
}

.xnt-contact {
  background: #f7faff;
}

.xnt-contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.xnt-contact-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(10, 41, 75, .07);
}

.xnt-contact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  margin: 18px 0;
  align-items: start;
}

.xnt-contact-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f0e9ff;
  color: #5520c9;
  font-size: 25px;
}

.xnt-contact-item p,
.xnt-contact-list p {
  margin: 0;
  color: var(--text);
}

.xnt-contact-item b,
.xnt-contact-item a,
.xnt-contact-item small {
  display: block;
}

.xnt-contact-item small {
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.45;
}

.xnt-follow-title {
  margin: 22px 0 4px;
}

.xnt-follow-copy {
  margin-bottom: 12px !important;
}

.xnt-socials {
  display: flex;
  align-items: center;
  gap: 9px;
}

.xnt-socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}

.xnt-socials img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.xnt-social-facebook { background: #2879ce; }
.xnt-social-linkedin { background: #0878af; }
.xnt-social-tiktok { background: #111; }
.xnt-social-youtube { background: #e52c2c; }
.xnt-social-whatsapp { background: #14b866; }

.xnt-footer-socials {
  margin: 16px 0;
}

.xnt-locations { background: #fff; }

@media (max-width: 900px) {
  .xnt-brand-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xnt-home-brand-logo {
    height: 66px;
  }

  .xnt-brand {
    min-height: 105px;
  }

  .xnt-brand-logo {
    height: 62px;
  }

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

  .xnt-contact-card {
    padding: 22px 18px;
  }

  .xnt-location-grid {
    grid-template-columns: 1fr;
  }

  .xnt-footer {
    text-align: center;
  }

  .xnt-footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .xnt-footer-grid > div {
    width: 100%;
  }

  .xnt-footer-grid > div > a:not(.xnt-footer-logo) {
    margin-left: auto;
    margin-right: auto;
  }

  .xnt-footer-socials,
  .xnt-newsletter,
  .xnt-footer-bottom {
    justify-content: center;
  }

  .xnt-newsletter {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .xnt-footer-bottom {
    align-items: center;
  }
}
.xnt-form select {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--border);
  padding: 12px;
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.xnt-site {
  font-family: Arial, "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.xnt-visual-card {
  padding: 0;
  overflow: hidden;
}

.xnt-visual-card > img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.xnt-visual-card > div {
  padding: 16px 18px 18px;
}

.xnt-category-grid,
.xnt-application-grid {
  margin-top: 24px;
}

.xnt-category-grid .xnt-card {
  min-height: 250px;
}

.xnt-category-grid .xnt-visual-card > img {
  height: 138px;
  object-fit: cover;
}

.xnt-application-grid .xnt-card {
  min-height: 250px;
}

.xnt-application-grid .xnt-visual-card > img {
  height: 112px;
}

.xnt-site[data-page="applications"] .xnt-feature-bar .xnt-container > div {
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 14px;
}

.xnt-application-card-body {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.xnt-application-card-body .xnt-application-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.xnt-application-card-body h3 {
  margin-bottom: 5px;
}

.xnt-application-card-body p {
  min-height: 42px;
  line-height: 1.35;
}

.xnt-application-callout {
  padding: 18px 0 30px;
  background: #fff;
}

.xnt-application-callout .xnt-container {
  min-height: 128px;
  padding: 25px 30px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgba(237, 244, 253, .97) 0%, rgba(237, 244, 253, .88) 42%, rgba(237, 244, 253, .72) 67%, rgba(237, 244, 253, .97) 100%), url('media/clean/home-visual.png');
  background-size: cover;
  background-position: center 58%;
  background-repeat: no-repeat;
}

.xnt-application-callout h2 {
  margin-bottom: 5px;
}

.xnt-application-callout p {
  max-width: 610px;
  color: #526980;
}

.xnt-blog-grid .xnt-post {
  padding: 0;
  overflow: hidden;
}

.xnt-blog-grid .xnt-post > img {
  display: block;
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.xnt-blog-grid .xnt-post > div {
  padding: 18px 20px 20px;
}

.xnt-blog-grid .xnt-post > div > span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #eadfff;
  color: #6524df;
  font-size: 12px;
}

.xnt-about-intro {
  display: grid;
  grid-template-columns: 1.05fr 1.32fr .62fr;
  gap: 28px;
  align-items: center;
}

.xnt-about-copy h2 {
  margin: 6px 0 10px;
  font-size: 29px;
  line-height: 1.08;
}

.xnt-office {
  margin: 0;
}

.xnt-office img {
  display: block;
  width: 100%;
  aspect-ratio: 1.93 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.xnt-about-stats {
  display: grid;
  gap: 0;
}

.xnt-about-stats > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.xnt-about-stats > div:last-child {
  border-bottom: 0;
}

.xnt-about-stats b,
.xnt-about-stats span {
  display: block;
}

.xnt-about-stats b {
  font-size: 27px;
  line-height: 1;
}

.xnt-about-stats span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.xnt-mission-layout {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 44px;
  align-items: center;
}

.xnt-mission .xnt-pill-grid {
  margin: 0;
}

.xnt-mission .xnt-pill-grid div {
  position: relative;
  padding-top: 52px;
}

.xnt-mission .xnt-pill-grid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.xnt-about-details > .xnt-container > p {
  margin-bottom: 0;
}

.xnt-about-row {
  display: grid;
  grid-template-columns: .85fr 2.15fr;
  gap: 32px;
  align-items: start;
  margin-top: 30px;
}

.xnt-facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xnt-facility-grid article {
  min-width: 0;
}

.xnt-facility-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 2.02 / 1;
  object-fit: cover;
  border-radius: 7px;
}

.xnt-facility-grid b,
.xnt-facility-grid span {
  display: block;
}

.xnt-facility-grid b {
  margin-top: 9px;
  font-size: 14px;
}

.xnt-facility-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.xnt-certifications {
  align-items: center;
}

.xnt-cert-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}

.xnt-cert-grid img {
  display: block;
  width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.xnt-callout p {
  color: var(--muted);
}

@media (min-width: 901px) {
  .xnt-footer-grid {
    grid-template-columns: 1.25fr .8fr 1fr 1.25fr 1.45fr;
    gap: 24px;
  }

  .xnt-footer-contact a {
    color: inherit;
    display: inline;
  }

  .xnt-site[data-page="about"] .xnt-container {
    width: min(1315px, calc(100% - 96px));
  }

  .xnt-about .xnt-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xnt-about-copy h2 {
    font-size: 25px;
  }

  .xnt-about-copy p {
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 13px;
  }

  .xnt-about-intro {
    gap: 22px;
  }

  .xnt-about-stats > div {
    padding: 9px 0;
  }

  .xnt-about-stats b {
    font-size: 23px;
  }

  .xnt-mission {
    padding: 24px 0;
  }

  .xnt-mission h2 {
    font-size: 25px;
  }

  .xnt-mission p {
    font-size: 13px;
    line-height: 1.48;
  }

  .xnt-mission .xnt-pill-grid div {
    text-align: center;
  }

  .xnt-mission .xnt-pill-grid img {
    left: 50%;
    transform: translateX(-50%);
  }

  .xnt-about-details h2 {
    font-size: 23px;
  }

  .xnt-about-details p {
    font-size: 13px;
    line-height: 1.45;
  }

  .xnt-about-details .xnt-timeline {
    margin: 14px 0 18px;
  }

  .xnt-about-row {
    margin-top: 20px;
  }

  .xnt-cert-grid img {
    max-height: 76px;
  }

  .xnt-footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .xnt-footer-grid {
    gap: 28px;
  }

  .xnt-footer-logo {
    font-size: 27px;
  }

  .xnt-footer p {
    font-size: 12px;
    line-height: 1.48;
  }

  .xnt-footer-grid > div > a:not(.xnt-footer-logo) {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xnt-footer-socials {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xnt-footer-bottom {
    margin-top: 18px;
    padding-top: 10px;
  }

}

@media (max-width: 900px) {
  .xnt-site[data-page="applications"] .xnt-feature-bar .xnt-container > div {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 8px;
  }

  .xnt-about-intro,
  .xnt-mission-layout,
  .xnt-about-row {
    grid-template-columns: 1fr;
  }

  .xnt-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .xnt-about-stats > div:last-child {
    border-bottom: 1px solid var(--border);
  }

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

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

  .xnt-visual-card > img,
  .xnt-category-grid .xnt-visual-card > img,
  .xnt-application-grid .xnt-visual-card > img {
    height: 155px;
  }

  .xnt-blog-grid .xnt-post > img {
    height: 190px;
  }

  .xnt-application-callout {
    padding: 14px 0 24px;
  }

  .xnt-application-callout .xnt-container {
    padding: 24px 20px;
    background-position: 58% center;
  }
}

@media (max-width: 500px) {
  .xnt-site,
  .xnt-site input,
  .xnt-site select,
  .xnt-site textarea,
  .xnt-site button {
    font-family: Arial, "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  }

  .xnt-section h2,
  .xnt-dark-band h2,
  .xnt-quote-band h2,
  .xnt-callout h2,
  .xnt-about-copy h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .xnt-section p {
    font-size: 14px;
    line-height: 1.58;
  }

  .xnt-category-grid .xnt-card,
  .xnt-application-grid .xnt-card {
    min-height: 0;
  }

  .xnt-application-card-body {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
  }

  .xnt-application-card-body .xnt-application-icon {
    width: 29px;
    height: 29px;
  }

  .xnt-application-card-body p {
    min-height: 0;
  }

  .xnt-visual-card > div {
    padding: 15px 16px 17px;
  }

  .xnt-facility-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }

  .xnt-facility-grid b {
    font-size: 13px;
  }

  .xnt-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .xnt-cert-grid img {
    max-height: 100px;
  }
}

.xnt-support-page > .xnt-section {
  background: #f4f7fb;
}

.xnt-policy {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 48px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 27, 51, 0.08);
}

.xnt-policy-updated {
  margin: 0 0 8px;
  color: var(--purple);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.xnt-policy > section {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.xnt-policy > section h2,
.xnt-policy-contact h2 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 1.25;
  color: #0a2036;
}

.xnt-policy > section p,
.xnt-policy-contact p {
  margin: 0;
  color: #4c6175;
  line-height: 1.75;
}

.xnt-policy-contact {
  margin-top: 30px;
  padding: 26px 28px;
  background: #edf4fd;
  border-radius: 8px;
}

.xnt-policy-contact .xnt-button {
  display: inline-flex;
  margin-top: 18px;
}

@media (max-width: 900px) {
  .xnt-policy {
    padding: 28px 22px;
  }

  .xnt-policy > section h2,
  .xnt-policy-contact h2 {
    font-size: 21px;
  }
}

.xnt-catalog-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.xnt-catalog-tools h2,
.xnt-catalog-tools p {
  margin-bottom: 4px;
}

.xnt-catalog-search {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  min-width: min(620px, 100%);
}

.xnt-catalog-search input,
.xnt-catalog-search select,
.xnt-catalog-search button {
  min-height: 46px;
  border: 1px solid var(--border);
  padding: 0 14px;
  font: inherit;
}

.xnt-catalog-search input {
  border-radius: 7px 0 0 7px;
}

.xnt-catalog-search select {
  border-left: 0;
  background: #fff;
}

.xnt-catalog-search button {
  border-color: var(--purple);
  border-radius: 0 7px 7px 0;
  background: var(--purple);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.xnt-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.xnt-product-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 9px;
  box-shadow: 0 5px 18px rgba(10, 32, 54, 0.07);
}

.xnt-product-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f8fb;
}

.xnt-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.xnt-product-card:hover .xnt-product-image img {
  transform: scale(1.035);
}

.xnt-product-card-body {
  padding: 16px;
}

.xnt-product-category {
  display: block;
  min-height: 17px;
  color: #75879a;
  font-size: 11px;
}

.xnt-product-card h3 {
  min-height: 48px;
  margin: 7px 0;
  font-size: 15px;
  line-height: 1.35;
}

.xnt-product-card small,
.xnt-product-sku {
  color: #6b7f93;
}

.xnt-product-price,
.xnt-product-detail-price {
  margin-top: 10px;
  color: #0b2a48;
  font-size: 18px;
  font-weight: 800;
}

.xnt-product-price del,
.xnt-product-detail-price del {
  margin-right: 6px;
  color: #8997a4;
  font-weight: 400;
}

.xnt-product-link,
.xnt-back-products {
  display: inline-block;
  margin-top: 12px;
  color: #6731ed;
  font-weight: 700;
  font-size: 13px;
}

.xnt-catalog-empty {
  padding: 70px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.xnt-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: 52px;
  align-items: start;
}

.xnt-product-detail-grid figure {
  margin: 0;
  padding: 26px;
  background: #f7f9fc;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.xnt-product-detail-grid figure img {
  width: 100%;
  max-height: 620px;
  display: block;
  object-fit: contain;
}

.xnt-product-summary h1 {
  margin: 14px 0 10px;
  color: #09233d;
  font-size: 34px;
  line-height: 1.2;
}

.xnt-product-summary {
  min-width: 0;
}

.xnt-product-detail-price {
  font-size: 27px;
}

.xnt-stock {
  display: inline-block;
  margin: 16px 0 !important;
  padding: 7px 12px;
  border-radius: 20px;
  font-weight: 700;
}

.xnt-stock.is-in-stock {
  background: #e7f8ef;
  color: #157347;
}

.xnt-stock.is-out-of-stock {
  background: #fff3df;
  color: #9b5b00;
}

.xnt-product-short {
  color: #4c6175;
  line-height: 1.7;
}

.xnt-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.xnt-secondary-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 19px;
  border: 1px solid #6731ed;
  border-radius: 7px;
  color: #6731ed;
  font-weight: 700;
}

.xnt-product-description {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--border);
}

@media (max-width: 1200px) {
  .xnt-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .xnt-catalog-tools,
  .xnt-product-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .xnt-catalog-search {
    min-width: 0;
  }

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

@media (max-width: 700px) {
  .xnt-catalog-search {
    grid-template-columns: 1fr;
  }

  .xnt-catalog-search input,
  .xnt-catalog-search select,
  .xnt-catalog-search button {
    border: 1px solid var(--border);
    border-radius: 6px;
  }

  .xnt-catalog-search select,
  .xnt-catalog-search button {
    margin-top: 8px;
  }

  .xnt-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .xnt-product-card-body {
    padding: 13px;
  }
}

@media (max-width: 430px) {
  .xnt-product-grid {
    grid-template-columns: 1fr;
  }
}

.xnt-mobile-cart {
  display: none;
}

.xnt-cart-link,
.xnt-mobile-cart {
  position: relative;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.xnt-cart-link:hover,
.xnt-mobile-cart:hover {
  background: rgba(255, 255, 255, 0.1);
}

.xnt-cart-link svg,
.xnt-mobile-cart svg {
  width: 29px;
  height: 29px;
}

.xnt-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #e34848;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.xnt-cart-count.is-empty {
  display: none;
}

@media (min-width: 901px) {
  .xnt-actions > .xnt-search-link,
  .xnt-actions > .xnt-lang,
  .xnt-actions > .xnt-quote {
    display: none !important;
  }

  .xnt-actions > .xnt-cart-link {
    display: inline-flex;
  }
}

.xnt-product-detail > .xnt-section {
  background: #f5f8fc;
}

.xnt-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
  color: #6c7f92;
  font-size: 13px;
}

.xnt-product-breadcrumb a {
  color: #4f2be9;
}

.xnt-product-brand {
  margin: 0 0 10px !important;
  color: #4f2be9 !important;
  font-size: 15px;
  font-weight: 700;
}

.xnt-confirmation-note {
  max-width: 520px;
  margin: 20px 0;
  padding: 17px 18px;
  border-left: 5px solid #f3aa14;
  background: #fff7e4;
  color: #273d52;
}

.xnt-purchase-panel {
  max-width: 520px;
  padding: 15px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 44, 75, .055);
}

.xnt-purchase-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: end;
  gap: 10px;
  max-width: none;
  padding: 0;
  border: 0;
}

.xnt-purchase-form {
  display: grid;
  grid-template-columns: 110px 190px;
  align-items: end;
  gap: 8px;
  justify-content: start;
  margin: 0;
}

.xnt-quantity-picker {
  display: grid;
  gap: 4px;
}

.xnt-quantity-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
  color: #173149;
  font-size: 13px;
  font-weight: 800;
}

.xnt-quantity-label small {
  color: #728397;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}

.xnt-quantity {
  display: grid;
  grid-template-columns: 46px 50px 46px;
  height: 48px;
}

.xnt-quantity.xnt-quantity-single {
  grid-template-columns: 1fr;
}

.xnt-quantity button,
.xnt-quantity input {
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid #d5dce4;
  background: #fff;
  color: #30475e;
  text-align: center;
  font: inherit;
}

.xnt-quantity button {
  cursor: pointer;
  font-size: 20px;
}

.xnt-quantity button + input,
.xnt-quantity input + button {
  border-left: 0;
}

.xnt-quantity input::-webkit-inner-spin-button,
.xnt-quantity input::-webkit-outer-spin-button {
  margin: 0;
}

.xnt-quantity-presets {
  display: flex;
  align-items: center;
  gap: 7px;
}

.xnt-quantity-presets button {
  min-width: 42px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #7d41ff;
  border-radius: 6px;
  background: #fff;
  color: #5521d9;
  cursor: pointer;
  font-weight: 800;
}

.xnt-quantity-presets button:hover,
.xnt-quantity-presets button:focus-visible {
  background: #f1eaff;
}

.xnt-quantity-presets small {
  color: #66798c;
  white-space: nowrap;
}

.xnt-purchase-form .xnt-add-to-cart {
  width: 190px;
  min-width: 0;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(100deg, #6d35e8, #914cff);
  box-shadow: 0 8px 18px rgba(109, 53, 232, .18);
  cursor: pointer;
}

.xnt-purchase-form .xnt-add-to-cart:hover,
.xnt-purchase-form .xnt-add-to-cart:focus-visible {
  background: linear-gradient(100deg, #5f28dc, #7f3cf0);
  transform: translateY(-1px);
}

.xnt-product-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xnt-product-share a {
  min-width: 48px;
  height: 48px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #385f9c;
  color: #fff;
  font-weight: 700;
}

.xnt-product-share a:nth-child(3) {
  background: #1b7da8;
}

.xnt-product-share a:nth-child(4) {
  background: #596774;
  font-size: 23px;
}

.xnt-product-share a:nth-child(5) {
  background: #249fd4;
  font-size: 23px;
}

.xnt-product-share a.xnt-share-whatsapp {
  width: 160px;
  min-width: 0;
  height: 44px;
  border-radius: 8px;
  background: #18b75b;
  box-shadow: 0 7px 16px rgba(24, 183, 91, .16);
}

.xnt-product-share a.xnt-share-whatsapp:hover,
.xnt-product-share a.xnt-share-whatsapp:focus-visible {
  background: #109e4b;
  transform: translateY(-1px);
}

.xnt-product-share img {
  width: 22px;
  height: 22px;
}

.xnt-share-whatsapp img {
  margin-right: 7px;
}

.xnt-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  max-width: none;
  margin-top: 13px;
  padding: 13px 0 1px;
  border-top: 1px solid #e3eaf2;
  color: #465c72;
  font-size: 12px;
}

.xnt-product-meta b {
  display: block;
  margin-bottom: 2px;
  color: #132c45;
}

.xnt-product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.xnt-payment-assurance {
  max-width: 520px;
  margin-top: 30px;
  padding: 0 22px 22px;
  border: 1px solid #d9e0e8;
  border-radius: 7px;
  background: #fff;
}

.xnt-payment-assurance h3 {
  margin: -12px 0 18px;
  text-align: center;
  font-size: 16px;
}

.xnt-payment-assurance h3 span {
  padding: 0 14px;
  background: #fff;
}

.xnt-payment-assurance > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.xnt-payment-assurance strong {
  min-width: 72px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #143d86;
  font-style: italic;
  font-size: 21px;
}

.xnt-pay-mastercard {
  position: relative;
  gap: 0;
}

.xnt-pay-mastercard i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #e4272e;
}

.xnt-pay-mastercard i:nth-child(2) {
  margin-left: -10px;
  background: #f5a419;
  opacity: 0.92;
}

.xnt-pay-mastercard small,
.xnt-pay-bank small {
  display: block;
  margin-left: 5px;
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.xnt-pay-paypal {
  color: #123d7a !important;
}

.xnt-payment-paypal-only > div {
  gap: 10px;
}

.xnt-payment-paypal-only .xnt-card-badges strong {
  min-width: 54px;
  min-height: 30px;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 14px;
}

.xnt-payment-paypal-only .xnt-pay-visa {
  background: #123f95;
  color: #fff;
}

.xnt-payment-paypal-only .xnt-pay-amex {
  background: #2f79b8;
  color: #fff;
  font-size: 8px !important;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.xnt-payment-paypal-only .xnt-pay-discover {
  border: 1px solid #d9e0e8;
  background: #fff;
  color: #222;
  font-size: 9px !important;
  font-style: normal;
}

.xnt-paypal-actions {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 12px;
}

.xnt-paypal-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffc439;
  color: #182d46;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 7px 16px rgba(255, 196, 57, .16);
}

.xnt-paypal-actions a:hover {
  background: #f5b900;
}

.xnt-paypal-actions a span {
  margin-right: 6px;
  color: #113b7a;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
}

.xnt-paypal-actions > small {
  color: #66798c;
  text-align: center;
}

.xnt-pay-bank {
  font-style: normal !important;
}

.xnt-commerce-page > .xnt-section {
  background: #f4f7fb;
}

.xnt-commerce-help {
  margin-bottom: 24px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  border: 1px solid #d7e2ee;
  border-radius: 9px;
  background: #fff;
}

.xnt-commerce-help h2,
.xnt-commerce-help p {
  margin: 0;
}

.xnt-whatsapp-button {
  min-height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  background: #18b95c;
  color: #fff;
  font-weight: 700;
}

.xnt-whatsapp-button img {
  width: 23px;
  height: 23px;
  margin-right: 8px;
}

.xnt-commerce-help > a:last-child {
  color: #1761bb;
  font-weight: 700;
}

.xnt-woocommerce-wrap {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
}

.xnt-woocommerce-wrap .woocommerce table,
.xnt-woocommerce-wrap .woocommerce form,
.xnt-woocommerce-wrap .woocommerce .woocommerce-checkout-review-order {
  color: #173149;
}

.xnt-woocommerce-wrap .woocommerce table.shop_table {
  border-color: #dce5ee;
  border-collapse: collapse;
}

.xnt-woocommerce-wrap .woocommerce .quantity .qty {
  width: 82px;
  min-height: 44px;
  padding: 6px 10px;
  text-align: center;
}

.xnt-woocommerce-wrap .woocommerce table.shop_table th,
.xnt-woocommerce-wrap .woocommerce table.shop_table td {
  padding: 15px;
  border-color: #e3eaf1;
}

.xnt-woocommerce-wrap .woocommerce input.input-text,
.xnt-woocommerce-wrap .woocommerce textarea,
.xnt-woocommerce-wrap .woocommerce select {
  min-height: 44px;
  border: 1px solid #cfd9e4;
  border-radius: 5px;
  padding: 10px 12px;
}

.xnt-woocommerce-wrap .woocommerce button.button,
.xnt-woocommerce-wrap .woocommerce a.button,
.xnt-woocommerce-wrap .woocommerce input.button,
.xnt-woocommerce-wrap .woocommerce #place_order {
  border-radius: 6px;
  background: linear-gradient(100deg, #7030ed, #9a55ff);
  color: #fff;
}

.xnt-woocommerce-wrap .woocommerce .wc-proceed-to-checkout {
  text-align: right;
}

.xnt-woocommerce-wrap .woocommerce .wc-proceed-to-checkout .checkout-button {
  width: min(100%, 340px);
  margin-left: auto;
  padding: 16px 24px;
  text-align: center;
}

.xnt-woocommerce-wrap .woocommerce #payment {
  background: #eef4fb;
}

.xnt-woocommerce-wrap .woocommerce #payment div.payment_box {
  background: #fff;
}

.xnt-woocommerce-wrap .woocommerce #payment div.payment_box::before {
  border-bottom-color: #fff;
}

@media (min-width: 901px) {
  .xnt-purchase-panel {
    padding: 16px;
  }

  .xnt-purchase-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
  }

  .xnt-purchase-form {
    display: contents;
  }

  .xnt-quantity-picker {
    grid-column: 1 / -1;
    min-height: 58px;
    padding: 8px 10px 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #e0e6ef;
    border-radius: 8px;
    background: #f8f6ff;
  }

  .xnt-quantity-label {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
  }

  .xnt-quantity-label small {
    margin-top: 2px;
    font-size: 10px;
  }

  .xnt-quantity.xnt-quantity-single {
    width: 136px;
    height: 42px;
  }

  .xnt-quantity.xnt-quantity-single input {
    height: 42px;
    border-color: #cbd5e2;
    border-radius: 6px;
    font-size: 17px;
  }

  .xnt-purchase-form .xnt-add-to-cart,
  .xnt-product-share,
  .xnt-product-share a.xnt-share-whatsapp {
    width: 100%;
  }

  .xnt-purchase-form .xnt-add-to-cart,
  .xnt-product-share a.xnt-share-whatsapp {
    min-height: 46px;
    height: 46px;
  }

  .xnt-product-share {
    display: block;
  }
}

@media (max-width: 900px) {
  .xnt-mobile-cart {
    display: inline-flex;
  }

  .xnt-header-inner {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 42px 42px;
    gap: 5px;
  }

  .xnt-product-detail-grid {
    gap: 28px;
  }

  .xnt-commerce-help {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .xnt-woocommerce-wrap {
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .xnt-purchase-form,
  .xnt-product-share,
  .xnt-purchase-form .xnt-add-to-cart,
  .xnt-product-secondary-actions > a {
    width: 100%;
  }

  .xnt-quantity {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .xnt-quantity-picker {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .xnt-purchase-form {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .xnt-purchase-form .xnt-add-to-cart,
  .xnt-product-share a.xnt-share-whatsapp,
  .xnt-payment-assurance,
  .xnt-paypal-actions,
  .xnt-confirmation-note,
  .xnt-product-meta,
  .xnt-purchase-row {
    width: 100%;
    max-width: none;
  }

  .xnt-purchase-panel {
    width: 100%;
    max-width: none;
    padding: 12px;
  }

  .xnt-purchase-row {
    grid-template-columns: 1fr;
  }

  .xnt-purchase-form .xnt-add-to-cart {
    width: 100%;
  }

  .xnt-product-meta {
    grid-template-columns: 1fr;
  }

  .xnt-quantity-presets {
    flex-wrap: wrap;
  }

  .xnt-product-share a {
    flex: 1;
  }

  .xnt-product-summary h1 {
    font-size: 28px;
  }
}

/* Larger, clearer footer shared by every page. */
.xnt-footer {
  min-height: 430px;
  padding: 66px 0 30px;
}

.xnt-footer .xnt-footer-grid,
.xnt-footer .xnt-footer-bottom {
  width: min(1480px, calc(100% - 120px));
}

.xnt-footer-grid {
  grid-template-columns: 1.15fr .8fr 1fr 1.25fr 1.55fr;
  gap: 32px;
  align-items: start;
}

.xnt-footer-logo {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
}

.xnt-footer h3 {
  margin: 0 0 21px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 750;
}

.xnt-footer p,
.xnt-footer-grid > div > a:not(.xnt-footer-logo) {
  color: #dbe7f2;
  font-size: 16px;
  line-height: 1.62;
}

.xnt-footer-grid > div > a:not(.xnt-footer-logo) {
  margin: 11px 0;
}

.xnt-footer-grid > div > a:not(.xnt-footer-logo):hover,
.xnt-footer-contact a:hover {
  color: #fff;
}

.xnt-footer-company p {
  max-width: 285px;
  margin-top: 15px;
}

.xnt-footer-contact p {
  margin: 0;
  overflow-wrap: anywhere;
}

.xnt-footer-address {
  display: inline-block;
  margin-top: 7px;
}

.xnt-footer-socials {
  margin: 22px 0 0;
  gap: 11px;
  align-items: center;
}

.xnt-footer-socials a {
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 0;
  border-radius: 7px;
  box-sizing: border-box;
}

.xnt-footer-socials img {
  width: 22px;
  height: 22px;
}

.xnt-newsletter {
  min-height: 56px;
  margin-top: 20px;
}

.xnt-newsletter input,
.xnt-newsletter button {
  font-size: 16px;
}

.xnt-newsletter input {
  padding: 15px 16px;
}

.xnt-newsletter button {
  padding: 0 18px;
  font-weight: 700;
}

.xnt-footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  color: #d1deea;
  font-size: 14px;
}

@media (min-width: 901px) and (max-width: 1199px) {
  .xnt-footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 38px 32px;
  }

  .xnt-footer-grid > div:nth-child(4),
  .xnt-footer-grid > div:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .xnt-footer {
    min-height: 0;
    padding: 50px 0 26px;
    text-align: left;
  }

  .xnt-footer .xnt-footer-grid,
  .xnt-footer .xnt-footer-bottom {
    width: calc(100% - 36px);
  }

  .xnt-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 22px;
    justify-items: stretch;
  }

  .xnt-footer-company,
  .xnt-footer-contact,
  .xnt-footer-grid > div:nth-child(5) {
    grid-column: 1 / -1;
  }

  .xnt-footer-company,
  .xnt-footer-contact,
  .xnt-footer-grid > div:nth-child(5) {
    text-align: center;
  }

  .xnt-footer-logo {
    font-size: 34px;
  }

  .xnt-footer h3 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .xnt-footer p,
  .xnt-footer-grid > div > a:not(.xnt-footer-logo) {
    font-size: 15px;
  }

  .xnt-footer-company p {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }

  .xnt-footer-grid > div > a:not(.xnt-footer-logo) {
    margin-right: 0;
    margin-left: 0;
  }

  .xnt-footer-socials {
    justify-content: center;
  }

  .xnt-footer-contact p,
  .xnt-footer-grid > div:nth-child(5) > p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .xnt-newsletter {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    justify-content: stretch;
  }

  .xnt-footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .xnt-footer {
    padding-top: 42px;
  }

  .xnt-footer .xnt-footer-grid,
  .xnt-footer .xnt-footer-bottom {
    width: calc(100% - 30px);
  }

  .xnt-footer-grid {
    gap: 32px 18px;
  }

  .xnt-footer h3 {
    font-size: 18px;
  }

  .xnt-footer p,
  .xnt-footer-grid > div > a:not(.xnt-footer-logo) {
    font-size: 14px;
  }

  .xnt-footer-socials {
    gap: 9px;
  }

  .xnt-footer-socials a {
    flex-basis: 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
  }

  .xnt-newsletter input {
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
  }

  .xnt-newsletter button {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Footer interaction feedback for mouse and keyboard users. */
.xnt-footer-logo,
.xnt-footer-grid > div > a:not(.xnt-footer-logo),
.xnt-footer-contact a,
.xnt-footer-socials a,
.xnt-newsletter button {
  transition: color .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease, opacity .2s ease;
}

.xnt-footer-grid > div > a:not(.xnt-footer-logo) {
  position: relative;
  width: fit-content;
}

.xnt-footer-grid > div > a:not(.xnt-footer-logo)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #a76cff, #5f8dff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .xnt-footer-logo:hover {
    color: #fff;
    opacity: .88;
    transform: translateY(-2px);
  }

  .xnt-footer-grid > div > a:not(.xnt-footer-logo):hover {
    color: #b987ff;
    transform: translateX(6px);
  }

  .xnt-footer-grid > div > a:not(.xnt-footer-logo):hover::after {
    transform: scaleX(1);
  }

  .xnt-footer-contact a:hover {
    color: #b987ff;
  }

  .xnt-footer-socials a:hover {
    z-index: 1;
    filter: saturate(1.16) brightness(1.12);
    transform: none;
  }

  .xnt-footer-socials .xnt-social-facebook:hover {
    box-shadow: inset 0 0 0 2px rgba(147, 202, 255, .88);
  }

  .xnt-footer-socials .xnt-social-linkedin:hover {
    box-shadow: inset 0 0 0 2px rgba(121, 211, 252, .88);
  }

  .xnt-footer-socials .xnt-social-tiktok:hover {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .82);
  }

  .xnt-footer-socials .xnt-social-youtube:hover {
    box-shadow: inset 0 0 0 2px rgba(255, 160, 160, .88);
  }

  .xnt-footer-socials .xnt-social-whatsapp:hover {
    box-shadow: inset 0 0 0 2px rgba(142, 255, 197, .90);
  }

  .xnt-newsletter button:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(123, 61, 255, .38);
  }
}

.xnt-footer-logo:focus-visible,
.xnt-footer-grid a:focus-visible,
.xnt-footer-socials a:focus-visible,
.xnt-newsletter input:focus-visible,
.xnt-newsletter button:focus-visible {
  outline: 3px solid rgba(185, 135, 255, .92);
  outline-offset: 4px;
}

/* Home background bands: globe for trust metrics and supplied XENSAIL chip for quote CTA. */
.xnt-site[data-page="home"] .xnt-home-trust-band,
.xnt-site[data-page="home"] .xnt-home-quote-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #03182a;
}

.xnt-site[data-page="home"] .xnt-home-trust-band::before,
.xnt-site[data-page="home"] .xnt-home-trust-band::after,
.xnt-site[data-page="home"] .xnt-home-quote-band::before,
.xnt-site[data-page="home"] .xnt-home-quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.xnt-site[data-page="home"] .xnt-home-trust-band::before {
  z-index: -2;
  background: url('media/clean/contact-visual.png') right center / auto 112% no-repeat;
  opacity: .92;
  transform: scale(1.02);
}

.xnt-site[data-page="home"] .xnt-home-trust-band::after {
  z-index: -1;
  background: linear-gradient(90deg, #03182a 0%, rgba(3, 24, 42, .98) 37%, rgba(3, 24, 42, .78) 62%, rgba(3, 24, 42, .30) 100%);
}

.xnt-site[data-page="home"] .xnt-home-trust-band {
  min-height: 270px;
  padding: 48px 0 46px;
}

.xnt-site[data-page="home"] .xnt-home-trust-band > .xnt-container,
.xnt-site[data-page="home"] .xnt-home-quote-band > .xnt-container {
  position: relative;
  z-index: 1;
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid {
  margin-top: 34px;
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid div {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xnt-site[data-page="home"] .xnt-home-trust-band h2,
.xnt-site[data-page="home"] .xnt-home-trust-band p,
.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid b,
.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid span,
.xnt-site[data-page="home"] .xnt-home-quote-band h2,
.xnt-site[data-page="home"] .xnt-home-quote-band p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
}

.xnt-site[data-page="home"] .xnt-home-quote-band {
  min-height: 185px;
  padding: 46px 0;
}

.xnt-site[data-page="home"] .xnt-home-quote-band::before {
  z-index: -2;
  background: url('media/clean/home-quote-chip.png') 49% 56% / 720px auto no-repeat;
  opacity: .88;
  transform: scale(1.015);
}

.xnt-site[data-page="home"] .xnt-home-quote-band::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 24, 42, .98) 0%, rgba(3, 24, 42, .90) 36%, rgba(3, 24, 42, .48) 68%, rgba(3, 24, 42, .78) 100%);
}

.xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
  min-height: 93px;
}

.xnt-site[data-page="home"] .xnt-home-quote-band .xnt-button {
  min-width: 180px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(85, 26, 210, .36);
}

@media (max-width: 900px) {
  .xnt-site[data-page="home"] .xnt-home-trust-band {
    min-height: 370px;
    padding: 40px 0;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::before {
    background-position: 69% center;
    background-size: auto 100%;
    opacity: .76;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::after {
    background: linear-gradient(90deg, rgba(3, 24, 42, .96) 0%, rgba(3, 24, 42, .82) 55%, rgba(3, 24, 42, .54) 100%);
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid {
    margin-top: 26px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band {
    min-height: 260px;
    padding: 38px 0;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band::before {
    background-position: 58% center;
    background-size: auto 100%;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band::after {
    background: linear-gradient(90deg, rgba(3, 24, 42, .95), rgba(3, 24, 42, .73));
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
    min-height: 184px;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .xnt-site[data-page="home"] .xnt-home-trust-band {
    min-height: 395px;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::before {
    background-position: 63% center;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid div {
    min-height: 78px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band .xnt-button {
    min-width: 168px;
  }
}

/* Reference-matched homepage bands with the purple markers highlighted in the brief. */
.xnt-site[data-page="home"] .xnt-home-trust-band {
  min-height: 238px;
  padding: 34px 0 30px;
}

.xnt-site[data-page="home"] .xnt-home-trust-band::before {
  background-position: right center;
  background-size: auto 100%;
  opacity: 1;
  transform: none;
}

.xnt-site[data-page="home"] .xnt-home-trust-band::after {
  background: linear-gradient(90deg, #03182a 0%, rgba(3, 24, 42, .97) 34%, rgba(3, 24, 42, .60) 61%, rgba(3, 24, 42, .08) 100%);
}

.xnt-site[data-page="home"] .xnt-home-trust-band h2 {
  margin-bottom: 6px;
}

.xnt-site[data-page="home"] .xnt-band-lead {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.xnt-site[data-page="home"] .xnt-band-lead::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9b4dff;
  box-shadow: 0 0 14px rgba(168, 91, 255, .85);
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid {
  gap: 0;
  margin-top: 23px;
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid > div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 18px;
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid > div:first-child {
  padding-left: 0;
}

.xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(169, 87, 255, .36));
}

.xnt-site[data-page="home"] .xnt-stat-copy,
.xnt-site[data-page="home"] .xnt-stat-copy > span {
  display: block;
}

.xnt-site[data-page="home"] .xnt-stat-copy b {
  line-height: 1.05;
}

.xnt-site[data-page="home"] .xnt-stat-copy > span {
  margin-top: 6px;
}

.xnt-site[data-page="home"] .xnt-home-quote-band {
  min-height: 168px;
  padding: 26px 0;
}

.xnt-site[data-page="home"] .xnt-home-quote-band::before {
  background-position: 46% center;
  background-size: 500px auto;
  opacity: .95;
  transform: none;
}

.xnt-site[data-page="home"] .xnt-home-quote-band::after {
  background: linear-gradient(90deg, rgba(3, 24, 42, .99) 0%, rgba(3, 24, 42, .93) 29%, rgba(3, 24, 42, .36) 50%, rgba(3, 24, 42, .78) 69%, rgba(3, 24, 42, .94) 100%);
}

.xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
  gap: 285px;
  align-items: center;
}

.xnt-site[data-page="home"] .xnt-home-quote-copy .xnt-button {
  min-width: 174px;
  margin-top: 16px;
  padding: 11px 18px;
  text-align: center;
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(169, 87, 255, .36));
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits b,
.xnt-site[data-page="home"] .xnt-home-quote-benefits small {
  display: block;
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits b {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.xnt-site[data-page="home"] .xnt-home-quote-benefits small {
  margin-top: 4px;
  color: #d5dfeb;
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 190px;
  }
}

@media (max-width: 900px) {
  .xnt-site[data-page="home"] .xnt-home-trust-band {
    min-height: 390px;
    padding: 40px 0;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::before {
    background-position: 67% center;
    background-size: auto 100%;
    opacity: .90;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::after {
    background: linear-gradient(90deg, rgba(3, 24, 42, .95), rgba(3, 24, 42, .58));
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid > div,
  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid > div:first-child {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 0 8px;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid img {
    width: 30px;
    height: 30px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band {
    min-height: 445px;
    padding: 38px 0;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band::before {
    background-position: center 88%;
    background-size: auto 72%;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band::after {
    background: linear-gradient(180deg, rgba(3, 24, 42, .98) 0%, rgba(3, 24, 42, .74) 52%, rgba(3, 24, 42, .88) 100%);
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
    min-height: 369px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-benefits {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-benefits > div {
    grid-template-columns: 32px minmax(0, 1fr);
  }
}

@media (min-width: 901px) {
  .xnt-site[data-page="home"] .xnt-home-trust-band {
    min-height: 208px;
    padding: 28px 0 24px;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band::before {
    background-position: right -8px;
    background-size: auto calc(100% + 16px);
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid {
    width: min(780px, 70%);
    margin-top: 18px;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid > div {
    min-height: 62px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 0 12px;
    border-right: 0;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid img {
    width: 30px;
    height: 30px;
  }

  .xnt-site[data-page="home"] .xnt-home-trust-band .xnt-stat-grid b {
    font-size: 24px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band {
    min-height: 176px;
    padding: 28px 0;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band::before {
    inset: 0 auto 0 43%;
    width: 560px;
    background-position: center;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  }

  .xnt-site[data-page="home"] .xnt-home-quote-band .xnt-container {
    min-height: 120px;
    grid-template-columns: 485px minmax(0, 1fr);
    gap: 220px;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-copy h2 {
    white-space: nowrap;
  }

  .xnt-site[data-page="home"] .xnt-home-quote-copy .xnt-band-lead {
    font-size: 14px;
  }
}
