.warranty-page-shell {
  color: #e6ecff;
}

.warrantyPage {
  font-family: var(--font-sans);
  color: #e6ecff;
}

.warrantyPage * {
  font-family: inherit;
}

.warrantyPage .hero {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.warrantyPage .heroNav {
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.warrantyPage .heroLink,
.warrantyPage .brand {
  min-height: 2.85rem;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  color: rgba(219, 230, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.warrantyPage .heroLink:hover,
.warrantyPage .heroLink--ghost:hover {
  border-color: rgba(255, 183, 3, 0.3);
  background: rgba(255, 183, 3, 0.12);
  color: #ffd66b;
}

.warrantyPage .heroLink--primary {
  border-color: rgba(255, 183, 3, 0.24);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.96), rgba(255, 214, 107, 0.92));
  color: #07111f;
  box-shadow: 0 18px 44px rgba(255, 183, 3, 0.18);
}

.warrantyPage .heroLink--primary:hover {
  color: #07111f;
  filter: brightness(1.03);
}

.warrantyPage .brand {
  gap: 0.8rem;
  padding-inline: 1rem 1.2rem;
  background:
    radial-gradient(circle at top, rgba(99, 240, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 16, 31, 0.96), rgba(6, 11, 22, 0.94));
  box-shadow: 0 24px 80px rgba(2, 8, 22, 0.24);
}

.warrantyPage .brandBadge {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.warrantyPage .brand span {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.96rem;
}

.warrantyPage .h1 {
  max-width: 16ch;
  margin: 1.25rem auto 0;
  color: #f4f6ff;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-align: center;
}

.warrantyPage .sub {
  max-width: 46rem;
  margin-top: 1.15rem;
  color: rgba(214, 224, 250, 0.72);
  font-size: 1.02rem;
  line-height: 1.75;
}

.warrantyPage .card,
.warrantyPage .searchCard,
.warrantyPage .tile,
.warrantyPage .contactItem {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(99, 240, 255, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(10, 16, 31, 0.96), rgba(6, 11, 22, 0.94));
  box-shadow: 0 24px 80px rgba(2, 8, 22, 0.3);
}

.warrantyPage .searchCard {
  border-color: rgba(255, 183, 3, 0.16);
}

.warrantyPage .cardInner {
  padding: 2rem;
}

.warrantyPage .searchTitle,
.warrantyPage .cardTitle {
  color: #f4f6ff;
  letter-spacing: -0.04em;
}

.warrantyPage .searchTitle {
  font-size: 1.35rem;
  font-weight: 800;
}

.warrantyPage .searchHint,
.warrantyPage .helper,
.warrantyPage .p,
.warrantyPage .list,
.warrantyPage .contactValue,
.warrantyPage .policyFooter,
.warrantyPage .note,
.warrantyPage .subtle {
  color: rgba(214, 224, 250, 0.72);
}

.warrantyPage .noteLink {
  color: #ffd66b;
  font-weight: 700;
  text-decoration: none;
}

.warrantyPage .noteLink:hover {
  color: #fff1c3;
  text-decoration: underline;
}

.warrantyPage .searchHint {
  margin-top: 0.5rem;
  line-height: 1.7;
}

.warrantyPage .searchHead {
  align-items: flex-start;
}

.warrantyPage .searchHead > div {
  width: 100%;
}

.warrantyPage .label {
  color: rgba(170, 190, 231, 0.82);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.warrantyPage .formRow {
  align-items: flex-end;
}

.warrantyPage .inputWrapper {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.warrantyPage .inputWrapper:focus-within {
  border-color: rgba(255, 183, 3, 0.38);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.08);
}

.warrantyPage .input {
  color: #f4f6ff;
}

.warrantyPage .input::placeholder {
  color: rgba(170, 190, 231, 0.44);
}

.warrantyPage .button {
  min-width: 13.5rem;
  min-height: 3.25rem;
  border-color: rgba(255, 183, 3, 0.24);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.96), rgba(255, 214, 107, 0.92));
  color: #07111f;
  box-shadow: 0 18px 44px rgba(255, 183, 3, 0.2);
  align-self: flex-start;
  margin-top: 1.9rem;
  text-decoration: none;
}

.warrantyPage .button:disabled {
  opacity: 0.72;
}

.warrantyPage .button:hover,
.warrantyPage .button:focus-visible {
  border-color: rgba(255, 214, 107, 0.42);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.98), rgba(255, 214, 107, 0.96));
  color: #07111f;
  box-shadow: 0 18px 44px rgba(255, 183, 3, 0.24);
  text-decoration: none;
}

.warrantyPage .result {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(214, 224, 250, 0.82);
}

.warrantyPage .result--success {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.08);
  color: #d7ffe3;
}

.warrantyPage .result--error {
  border-color: rgba(251, 191, 36, 0.28);
  background: rgba(255, 183, 3, 0.08);
  color: #fff1c3;
}

.warrantyPage .warranty-result-card {
  display: grid;
  gap: 1rem;
}

.warrantyPage .warranty-result-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.warrantyPage .warranty-result-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(214, 224, 250, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warrantyPage .warranty-result-card__title {
  margin: 0;
  color: #f4f6ff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.warrantyPage .warranty-result-card__summary {
  margin: 0.45rem 0 0;
  color: rgba(214, 224, 250, 0.72);
  line-height: 1.7;
}

.warrantyPage .warranty-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.warrantyPage .warranty-result-badge--success {
  border: 1px solid rgba(74, 222, 128, 0.25);
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
}

.warrantyPage .warranty-result-badge--warning {
  border: 1px solid rgba(251, 191, 36, 0.22);
  background: rgba(251, 191, 36, 0.14);
  color: #fcd34d;
}

.warrantyPage .warranty-result-badge--danger {
  border: 1px solid rgba(248, 113, 113, 0.24);
  background: rgba(239, 68, 68, 0.12);
  color: #fda4af;
}

.warrantyPage .warranty-result-badge--neutral {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.1);
  color: #cbd5f5;
}

.warrantyPage .warranty-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
}

.warrantyPage .warranty-result-meta {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.warrantyPage .warranty-result-meta span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(170, 190, 231, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warrantyPage .warranty-result-meta strong {
  color: #f4f6ff;
  font-size: 0.95rem;
  line-height: 1.45;
}

.warrantyPage .warranty-result-notes {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 183, 3, 0.16);
  background: rgba(255, 183, 3, 0.08);
  color: rgba(255, 240, 199, 0.88);
  line-height: 1.65;
}

.warrantyPage .warranty-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.warrantyPage .warranty-result-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(219, 230, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.warrantyPage .warranty-result-action:hover {
  border-color: rgba(255, 183, 3, 0.3);
  background: rgba(255, 183, 3, 0.12);
  color: #ffd66b;
  text-decoration: none;
}

.warrantyPage .warranty-result-action--primary {
  border-color: rgba(255, 183, 3, 0.24);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.96), rgba(255, 214, 107, 0.92));
  color: #07111f;
  box-shadow: 0 18px 44px rgba(255, 183, 3, 0.16);
}

.warrantyPage .warranty-result-action--primary:hover {
  border-color: rgba(255, 214, 107, 0.42);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.98), rgba(255, 214, 107, 0.96));
  color: #07111f;
  text-decoration: none;
}

.warrantyPage .tile::before {
  background: rgba(255, 183, 3, 0.14);
  border-color: rgba(255, 183, 3, 0.22);
  color: #ffd66b;
}

.warrantyPage .tileIcon {
  background: linear-gradient(145deg, rgba(255, 183, 3, 0.16), rgba(99, 240, 255, 0.12));
  border-color: rgba(255, 183, 3, 0.22);
  color: #f4f6ff;
}

.warrantyPage .tileText,
.warrantyPage .contactLabel,
.warrantyPage .contactValue,
.warrantyPage .contactArrow {
  color: #f4f6ff;
}

.warrantyPage .contactLabel {
  font-size: 0.86rem;
}

.warrantyPage .contactValue {
  color: rgba(214, 224, 250, 0.72);
}

.warrantyPage .contactIcon {
  border-color: rgba(255, 183, 3, 0.18);
  background: rgba(255, 183, 3, 0.12);
  color: #ffd66b;
}

.warrantyPage .contactItem:hover {
  border-color: rgba(255, 183, 3, 0.28);
  background: rgba(255, 183, 3, 0.08);
}

.warrantyPage .policyFooter a {
  color: rgba(214, 224, 250, 0.72);
}

.warrantyPage .policyFooter a:hover {
  color: #ffd66b;
}

.warrantyPage .heroLink,
.warrantyPage .warranty-result-action,
.warrantyPage .contactItem,
.warrantyPage .policyFooter a {
  text-decoration: none;
}

.warrantyPage .heroLink--primary:hover,
.warrantyPage .heroLink--primary:focus-visible {
  border-color: rgba(255, 214, 107, 0.42);
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.98), rgba(255, 214, 107, 0.96));
  color: #07111f;
  box-shadow: 0 18px 44px rgba(255, 183, 3, 0.22);
  text-decoration: none;
}

@media (max-width: 900px) {
  .warrantyPage .hero {
    padding-inline: 1rem;
  }

  .warrantyPage .cardInner {
    padding: 1.4rem;
  }
}

@media (max-width: 640px) {
  .warrantyPage .heroNav {
    gap: 0.65rem;
  }

  .warrantyPage .button {
    margin-top: 0;
  }

  .warrantyPage .heroLink,
  .warrantyPage .brand,
  .warrantyPage .button,
  .warrantyPage .warranty-result-action {
    width: 100%;
  }

  .warrantyPage .warranty-result-card__head {
    align-items: stretch;
  }

  .warrantyPage .warranty-result-badge {
    width: 100%;
  }
}
