/* Connectivity Guarantee — prefixed from design-mockups/12-connectivity-guarantee/page.css. Do not restyle .hdr/.ftr outside print hide. */

body.nxtl-guarantee-page .nxtl-guarantee-main {
  --guar-hero-pt: clamp(2rem, 5vw, 3.5rem);
  --guar-hero-pb: clamp(3rem, 6vw, 4.5rem);
  --guar-step-num-sz: 36px;
  --guar-line-color: rgba(255, 61, 90, 0.35);
  --guar-line-track: rgba(255, 255, 255, 0.08);
}
body.nxtl-guarantee-page .guar-hero {
  padding-top: calc(var(--hdr) + var(--guar-hero-pt));
  padding-bottom: var(--guar-hero-pb);
  position: relative;
  overflow: hidden;
}
body.nxtl-guarantee-page .guar-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100vw, 1200px);
  height: 480px;
  background: radial-gradient(ellipse 65% 50% at 50% 0%, rgba(255, 61, 90, 0.07) 0%, rgba(216, 0, 68, 0.02) 60%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
body.nxtl-guarantee-page .guar-hero > .wrap {
  position: relative;
  z-index: 1;
}
body.nxtl-guarantee-page .guar-breadcrumb {
  margin-bottom: 1.25rem;
}
body.nxtl-guarantee-page .guar-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 0.8125rem;
  color: var(--t3);
}
body.nxtl-guarantee-page .guar-breadcrumb-item a {
  color: var(--t2);
  transition: color 0.15s var(--ease);
}
body.nxtl-guarantee-page .guar-breadcrumb-item a:hover {
  color: var(--t1);
}
body.nxtl-guarantee-page .guar-breadcrumb-sep {
  color: var(--t3);
  user-select: none;
}
body.nxtl-guarantee-page .guar-breadcrumb-item[aria-current="page"] {
  color: var(--t1);
  font-weight: 500;
}
body.nxtl-guarantee-page .guar-hero-title {
  margin-bottom: 1.125rem;
  max-width: 820px;
}
body.nxtl-guarantee-page .guar-hero-lead {
  max-width: 760px;
  margin-bottom: 2rem;
  font-size: clamp(1.0625rem, 1.8vw, 1.1875rem);
  line-height: 1.62;
  color: var(--t2);
}
body.nxtl-guarantee-page .guar-hero-qual {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-left: 3px solid var(--coral);
  border-radius: var(--r-l);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  max-width: 760px;
  box-shadow: var(--sh-s);
}
body.nxtl-guarantee-page .guar-qual-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.375rem;
}
body.nxtl-guarantee-page .guar-qual-icon {
  color: var(--coral);
  flex-shrink: 0;
}
body.nxtl-guarantee-page .guar-qual-text {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.55;
  margin: 0;
}
body.nxtl-guarantee-page .guar-hero-actions {
  margin-bottom: 1.5rem;
}
body.nxtl-guarantee-page .guar-hero-prelink {
  display: flex;
  align-items: center;
}
body.nxtl-guarantee-page .guar-quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--t2);
  padding: 4px 0;
  transition: all 0.15s var(--ease);
}
body.nxtl-guarantee-page .guar-quiet-link svg {
  transition: transform 0.2s var(--ease);
}
body.nxtl-guarantee-page .guar-quiet-link:hover {
  color: var(--coral);
}
body.nxtl-guarantee-page .guar-quiet-link:hover svg {
  transform: translateX(3px);
}
body.nxtl-guarantee-page .guar-how-sec {
  position: relative;
}
body.nxtl-guarantee-page .guar-sec-title {
  margin-bottom: 0.75rem;
}
body.nxtl-guarantee-page .guar-sec-lead {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
body.nxtl-guarantee-page .guar-how-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
}
body.nxtl-guarantee-page .guar-process-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
body.nxtl-guarantee-page .guar-step {
  display: flex;
  gap: 1.25rem;
  position: relative;
}
body.nxtl-guarantee-page .guar-step-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: var(--guar-step-num-sz);
}
body.nxtl-guarantee-page .guar-step-num {
  width: var(--guar-step-num-sz);
  height: var(--guar-step-num-sz);
  border-radius: var(--r-m);
  background: var(--c2);
  border: 1px solid var(--b2);
  color: var(--t1);
  font-family: var(--fm);
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-s);
  position: relative;
  z-index: 2;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
body.nxtl-guarantee-page .guar-step:last-child .guar-step-num {
  border-color: var(--ba);
  color: var(--coral);
  background: rgba(255, 61, 90, 0.08);
}
body.nxtl-guarantee-page .guar-step-line {
  flex-grow: 1;
  width: 2px;
  background: var(--guar-line-track);
  position: relative;
  margin: 4px 0;
  z-index: 1;
}
body.nxtl-guarantee-page .guar-step-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--coral), rgba(255, 61, 90, 0.4));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
body.nxtl-guarantee-page .guar-drawn .guar-step:nth-child(1) .guar-step-line::after {
  transform: scaleY(1);
  transition-delay: 0.1s;
}
body.nxtl-guarantee-page .guar-drawn .guar-step:nth-child(2) .guar-step-line::after {
  transform: scaleY(1);
  transition-delay: 0.35s;
}
body.nxtl-guarantee-page .guar-drawn .guar-step:nth-child(3) .guar-step-line::after {
  transform: scaleY(1);
  transition-delay: 0.6s;
}
body.nxtl-guarantee-page .guar-step-body {
  padding-bottom: 2rem;
  flex-grow: 1;
}
body.nxtl-guarantee-page .guar-step:last-child .guar-step-body {
  padding-bottom: 0.75rem;
}
body.nxtl-guarantee-page .guar-step-h {
  font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.375rem;
  line-height: 1.35;
}
body.nxtl-guarantee-page .guar-step:last-child .guar-step-h {
  color: var(--t1);
}
body.nxtl-guarantee-page .guar-step-p {
  font-size: 0.9375rem;
  color: var(--t2);
  line-height: 1.6;
  margin: 0;
}
body.nxtl-guarantee-page .guar-process-note {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.5;
}
body.nxtl-guarantee-page .guar-process-note svg {
  color: var(--sand);
  flex-shrink: 0;
  margin-top: 2px;
}
body.nxtl-guarantee-page .guar-photo-figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
}
body.nxtl-guarantee-page .guar-photo-frame {
  flex-grow: 1;
  min-height: 480px;
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--b1);
  background: var(--c2);
  box-shadow: var(--sh-l);
}
body.nxtl-guarantee-page .guar-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  display: block;
}
body.nxtl-guarantee-page .guar-photo-caption {
  font-size: 0.8125rem;
  color: var(--t3);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.875rem;
}
body.nxtl-guarantee-page .guar-caption-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
  flex-shrink: 0;
}
body.nxtl-guarantee-page .guar-scope-sec {
  position: relative;
}
body.nxtl-guarantee-page .guar-subheading {
  font-size: clamp(1.125rem, 1.8vw, 1.3125rem);
  font-weight: 700;
  color: var(--t1);
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
body.nxtl-guarantee-page .guar-checks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
body.nxtl-guarantee-page .guar-check-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
body.nxtl-guarantee-page .guar-check-card:hover {
  border-color: var(--b2);
  transform: translateY(-2px);
  box-shadow: var(--sh-m);
}
body.nxtl-guarantee-page .guar-check-card-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.nxtl-guarantee-page .guar-check-card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1);
  display: flex;
  align-items: center;
  gap: 8px;
}
body.nxtl-guarantee-page .guar-check-card-desc {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.55;
  margin: 0;
}
body.nxtl-guarantee-page .guar-clarifications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
body.nxtl-guarantee-page .guar-clarification-card {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
body.nxtl-guarantee-page .guar-clarification-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1);
  line-height: 1.4;
}
body.nxtl-guarantee-page .guar-clarification-text {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.6;
  margin: 0;
}
body.nxtl-guarantee-page .guar-payment-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
body.nxtl-guarantee-page .guar-payment-body {
  max-width: 720px;
}
body.nxtl-guarantee-page .guar-payment-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.375rem;
}
body.nxtl-guarantee-page .guar-payment-p {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.55;
  margin: 0;
}
body.nxtl-guarantee-page .guar-help-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: var(--sh-m);
}
body.nxtl-guarantee-page .guar-help-subhead {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 1.25rem;
}
body.nxtl-guarantee-page .guar-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  list-style: none;
  margin-bottom: 2rem;
}
body.nxtl-guarantee-page .guar-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 12px 14px;
  font-size: 0.875rem;
  color: var(--t1);
  line-height: 1.5;
}
body.nxtl-guarantee-page .guar-check-icon {
  color: var(--coral);
  flex-shrink: 0;
  margin-top: 2px;
}
body.nxtl-guarantee-page .guar-help-buttons {
  margin-bottom: 1.5rem;
}
body.nxtl-guarantee-page .guar-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed var(--b2);
  border-radius: var(--r-m);
  padding: 12px 16px;
  font-size: 0.8125rem;
  color: var(--t2);
  line-height: 1.55;
  margin-bottom: 2rem;
}
body.nxtl-guarantee-page .guar-privacy-note svg {
  color: var(--sand);
  flex-shrink: 0;
  margin-top: 2px;
}
body.nxtl-guarantee-page .guar-template-box {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.25rem 1.5rem;
}
body.nxtl-guarantee-page .guar-template-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
body.nxtl-guarantee-page .guar-template-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--t1);
}
body.nxtl-guarantee-page .guar-template-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 1rem;
  background: var(--c0);
  border: 1px solid var(--b2);
  border-radius: var(--r-s);
  color: var(--t1);
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s var(--ease);
}
body.nxtl-guarantee-page .guar-template-btn:hover {
  border-color: var(--coral);
  color: var(--coral);
  background: var(--c1);
}
body.nxtl-guarantee-page .guar-template-btn:active {
  transform: scale(0.98);
}
body.nxtl-guarantee-page .guar-template-btn.copied {
  background: var(--green-s);
  border-color: var(--green);
  color: var(--green);
}
body.nxtl-guarantee-page .guar-btn-copy-icon {
  flex-shrink: 0;
}
body.nxtl-guarantee-page .guar-fallback-template {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--b1);
}
body.nxtl-guarantee-page .guar-fallback-hint {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--coral);
  margin-bottom: 0.5rem;
}
body.nxtl-guarantee-page .guar-pre-template {
  background: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1rem;
  font-family: var(--fm);
  font-size: 0.8125rem;
  color: var(--t1);
  line-height: 1.55;
  white-space: pre-wrap;
  user-select: all;
  overflow-x: auto;
}
body.nxtl-guarantee-page .guar-faq-list {
  max-width: 840px;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
body.nxtl-guarantee-page .guar-disclosure {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  overflow: hidden;
  transition: border-color 0.15s var(--ease), background-color 0.15s var(--ease);
}
body.nxtl-guarantee-page .guar-disclosure:hover {
  border-color: var(--b2);
}
body.nxtl-guarantee-page .guar-disclosure[open] {
  border-color: var(--ba);
  background: var(--c2);
}
body.nxtl-guarantee-page .guar-disclosure-summary {
  padding: 1.25rem 1.5rem;
  font-family: var(--ff);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
body.nxtl-guarantee-page .guar-disclosure-summary::-webkit-details-marker {
  display: none;
}
body.nxtl-guarantee-page .guar-disc-chev {
  width: 18px;
  height: 18px;
  color: var(--t3);
  transition: transform 0.2s var(--ease);
  flex-shrink: 0;
  margin-left: 1rem;
}
body.nxtl-guarantee-page .guar-disclosure[open] .guar-disc-chev {
  transform: rotate(180deg);
  color: var(--coral);
}
body.nxtl-guarantee-page .guar-disclosure-content {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--t2);
  line-height: 1.65;
}
body.nxtl-guarantee-page .guar-disclosure-content p {
  margin: 0;
}
body.nxtl-guarantee-page .guar-closing-sec {
  position: relative;
}
body.nxtl-guarantee-page .guar-closing-card {
  position: relative;
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: clamp(3rem, 5.5vw, 4.25rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  box-shadow: var(--sh-l);
  max-width: 920px;
  margin: 0 auto;
}
body.nxtl-guarantee-page .guar-closing-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.nxtl-guarantee-page .guar-closing-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
body.nxtl-guarantee-page .guar-closing-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.78) 0%, rgba(10, 12, 18, 0.93) 100%);
}
body.nxtl-guarantee-page .guar-closing-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
body.nxtl-guarantee-page .guar-closing-title {
  color: #ffffff;
  max-width: 680px;
}
body.nxtl-guarantee-page .guar-closing-body {
  font-size: 1.0625rem;
  color: var(--t1);
  opacity: 0.92;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 0.75rem;
}
body.nxtl-guarantee-page .guar-closing-actions {
  justify-content: center;
}
body.nxtl-guarantee-page .guar-quiet-link--light {
  color: rgba(255, 255, 255, 0.85);
}
body.nxtl-guarantee-page .guar-quiet-link--light:hover {
  color: #ffffff;
}


@media (max-width: 1024px) {
body.nxtl-guarantee-page .guar-how-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
body.nxtl-guarantee-page .guar-photo-figure {
    order: 2;
  }
body.nxtl-guarantee-page .guar-photo-frame {
    min-height: 380px;
    max-height: 480px;
  }
body.nxtl-guarantee-page .guar-checks-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
body.nxtl-guarantee-page .guar-clarifications-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
body.nxtl-guarantee-page .guar-checklist {
    grid-template-columns: 1fr;
  }
body.nxtl-guarantee-page .guar-payment-card {
    flex-direction: column;
    align-items: flex-start;
  }
body.nxtl-guarantee-page .guar-template-header {
    flex-direction: column;
    align-items: flex-start;
  }
body.nxtl-guarantee-page .guar-template-btn {
    width: 100%;
    justify-content: center;
  }

}

@media (max-width: 480px) {
body.nxtl-guarantee-page .guar-step {
    gap: 0.875rem;
  }
body.nxtl-guarantee-page .guar-hero-actions {
    flex-direction: column;
    width: 100%;
  }
body.nxtl-guarantee-page .guar-hero-actions .btn {
    width: 100%;
  }
body.nxtl-guarantee-page .guar-help-buttons {
    flex-direction: column;
    width: 100%;
  }
body.nxtl-guarantee-page .guar-help-buttons .btn {
    width: 100%;
  }
body.nxtl-guarantee-page .guar-closing-actions {
    flex-direction: column;
    width: 100%;
  }
body.nxtl-guarantee-page .guar-closing-actions .btn {
    width: 100%;
  }

}


@media (prefers-reduced-motion: reduce) {
body.nxtl-guarantee-page .guar-step-line::after {
    transform: scaleY(1) !important;
    transition: none !important;
  }
body.nxtl-guarantee-page .guar-check-card, body.nxtl-guarantee-page .guar-quiet-link svg, body.nxtl-guarantee-page .guar-disclosure, body.nxtl-guarantee-page .guar-disc-chev {
    transition: none !important;
  }

}


@media print {
body.nxtl-guarantee-page .nxtl-guarantee-main {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
body.nxtl-guarantee-page .hdr, body.nxtl-guarantee-page .mob-drawer, body.nxtl-guarantee-page .ftr, body.nxtl-guarantee-page .guar-hero::before, body.nxtl-guarantee-page .guar-hero-actions, body.nxtl-guarantee-page .guar-hero-prelink, body.nxtl-guarantee-page .guar-help-buttons, body.nxtl-guarantee-page .guar-closing-sec, body.nxtl-guarantee-page .guar-template-header button {
    display: none !important;
  }
body.nxtl-guarantee-page .guar-hero {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
  }
body.nxtl-guarantee-page .guar-check-card, body.nxtl-guarantee-page .guar-clarification-card, body.nxtl-guarantee-page .guar-help-card, body.nxtl-guarantee-page .guar-disclosure, body.nxtl-guarantee-page .guar-hero-qual, body.nxtl-guarantee-page .guar-process-note {
    background: transparent !important;
    border: 1px solid #CCCCCC !important;
    color: #000000 !important;
    box-shadow: none !important;
  }
body.nxtl-guarantee-page .guar-step-num {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background: #FFFFFF !important;
  }
body.nxtl-guarantee-page .guar-step-line {
    background: #CCCCCC !important;
  }
body.nxtl-guarantee-page .guar-disclosure[open] {
    background: transparent !important;
  }
body.nxtl-guarantee-page .guar-pre-template {
    background: #F4F4F4 !important;
    color: #000000 !important;
    border: 1px solid #CCCCCC !important;
  }
body.nxtl-guarantee-page .guar-fallback-template {
    display: block !important;
  }

}

body.nxtl-guarantee-page .nxtl-guarantee-main a.btn,
body.nxtl-guarantee-page .nxtl-guarantee-main button.btn,
body.nxtl-guarantee-page .nxtl-guarantee-main button.guar-template-btn {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: inherit;
}
body.nxtl-guarantee-page .nxtl-guarantee-main a.btn,
body.nxtl-guarantee-page .nxtl-guarantee-main button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
body.nxtl-guarantee-page .nxtl-guarantee-main a.btn.btn--p,
body.nxtl-guarantee-page .nxtl-guarantee-main button.btn.btn--p {
  background: var(--grad-accent);
  background-color: #D80044;
  background-image: var(--grad-accent);
  color: #FFFFFF;
}
body.nxtl-guarantee-page .nxtl-guarantee-main a.btn.btn--s,
body.nxtl-guarantee-page .nxtl-guarantee-main button.btn.btn--s {
  background: var(--c2);
  background-color: var(--c2);
  background-image: none;
  color: var(--t1);
  border: 1px solid var(--b1);
}
body.nxtl-guarantee-page .nxtl-guarantee-main .h-hero,
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-hero-title {
  font-family: var(--ff);
  font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-pre-template,
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-pre-template code,
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-hero-title,
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-sec-title,
body.nxtl-guarantee-page .nxtl-guarantee-main a.btn {
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.nxtl-guarantee-page .nxtl-guarantee-main .guar-pre-template {
  overflow-x: visible;
}
body.nxtl-guarantee-page:not(.is-guarantee-enhanced) .guar-step-line::after {
  transform: scaleY(1);
}
@media (max-width: 1024px) {
  body.nxtl-guarantee-page .nxtl-guarantee-main .h-hero,
  body.nxtl-guarantee-page .nxtl-guarantee-main .guar-hero-title {
    font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.nxtl-guarantee-page .nxtl-guarantee-main,
  body.nxtl-guarantee-page .nxtl-guarantee-main * {
    scroll-behavior: auto !important;
  }
  body.nxtl-guarantee-page .guar-step-line::after {
    transform: scaleY(1) !important;
    transition: none !important;
  }
}
@media print {
  body.nxtl-guarantee-page,
  body.nxtl-guarantee-page .nxtl-guarantee-main {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
  body.nxtl-guarantee-page .nxtl-skip,
  body.nxtl-guarantee-page .hdr,
  body.nxtl-guarantee-page .mob-drawer,
  body.nxtl-guarantee-page .ftr {
    display: none !important;
  }
  body.nxtl-guarantee-page details.guar-disclosure,
  body.nxtl-guarantee-page details.guar-disclosure > *:not(summary),
  body.nxtl-guarantee-page .guar-fallback-template {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  body.nxtl-guarantee-page .nxtl-guarantee-main a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
    font-weight: 400;
    color: #000000;
    word-break: break-all;
  }
  body.nxtl-guarantee-page .nxtl-guarantee-main a[href^="#"]::after,
  body.nxtl-guarantee-page .nxtl-guarantee-main a[href^="mailto:"]::after {
    content: none;
  }
  body.nxtl-guarantee-page .nxtl-guarantee-main a[href^="mailto:"]::after {
    content: " (" attr(href) ")";
  }
}
