html {
  background: #121414;
}

body {
  margin: 0;
  background-color: #121414;
  color: #e3e2e2;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.engine-banner-title {
  text-shadow: none;
  filter: none;
}

.backdrop-blur-xs {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.comparison-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: -24px 0 10px;
  color: #c4c7c8;
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

button,
input,
textarea {
  font: inherit;
}

button {
  appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
}

.font-display {
  font-family: "Inter", sans-serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.font-headline-lg {
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.font-headline-lg-mobile {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.font-headline-md {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.font-body-lg {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.font-body-md {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.font-label-sm {
  font-family: "JetBrains Mono", monospace;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.text-label-sm,
.text-sm,
.text-xs {
  font-size: 15px !important;
}

.ghost-button,
.ghost-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.ghost-button:hover,
.ghost-btn:hover,
.ghost-button:focus-visible,
.ghost-btn:focus-visible {
  background-color: #ffffff;
  color: #000000;
}

.ghost-button:disabled,
.ghost-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.industrial-border {
  border: 1px solid #333333;
}

.industrial-border-bottom {
  border-bottom: 1px solid #333333;
}

.input-field {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  padding-left: 0;
}

.input-field:focus {
  outline: none;
  border-bottom-color: #ffffff;
  box-shadow: none;
}

.input-field::placeholder {
  color: rgba(196, 199, 200, 0.55);
}

.maxoscope-toast {
  animation: maxoscope-fade-in 0.2s ease-out;
  top: 96px;
  right: 24px;
  bottom: auto;
  background-color: #2d3232 !important;
  border-color: #6b7373 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  max-width: calc(100vw - 48px);
}

@keyframes maxoscope-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.maxoscope-hidden {
  display: none !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.woocommerce-notices-wrapper,
.woocommerce-breadcrumb,
.woocommerce-products-header {
  display: none;
}

@media (max-width: 767px) {
  .font-display {
    letter-spacing: -0.03em;
  }

  .maxoscope-policy-links {
    row-gap: 16px;
  }

  .maxoscope-toast {
    top: 88px;
    right: 16px;
    left: 16px;
    max-width: none;
    justify-content: center;
    text-align: center;
  }
}
