/* TrademarkCheck — responsive layer (visual design unchanged) */

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.site-body {
  overflow-x: hidden;
}

.site-main {
  padding-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .site-main {
    padding-bottom: 0;
  }
}

.safe-bottom {
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

a,
p,
li,
span {
  overflow-wrap: anywhere;
}

.hero-title {
  font-size: clamp(1.75rem, 5.5vw + 0.5rem, 4.5rem);
  text-wrap: balance;
}

.cycling-word {
  display: inline-block;
  max-width: 100%;
}

.doodle {
  display: none;
}

@media (min-width: 640px) {
  .doodle {
    display: block;
  }
}

.heading-deco {
  display: none;
}

@media (min-width: 640px) {
  .heading-deco {
    display: inline;
  }
}

.trust-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.trust-chips > span {
  min-width: 0;
}

footer nav a,
main nav[aria-label="Legal footer"] a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 640px) {
  .trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
  }
}

.pricing-badge {
  top: 0.5rem;
  right: 0.5rem;
  max-width: calc(100% - 1rem);
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .pricing-badge {
    top: -0.75rem;
    right: -0.75rem;
    max-width: none;
  }
}

.legal-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-table-wrap table {
  min-width: 280px;
}

.utility-page {
  width: 100%;
  max-width: 32rem;
  padding: clamp(1rem, 4vw, 2rem);
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
}

.utility-page h1 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  text-wrap: balance;
}

.utility-page .btn {
  min-height: 44px;
  min-width: 44px;
}

@media (min-width: 1536px) {
  .site-container {
    max-width: 72rem;
  }
}

@media (min-width: 1920px) {
  .site-container {
    max-width: 80rem;
  }
}

@media (max-width: 1023px) {
  #pricing-cards {
    align-items: stretch;
  }

  #pricing-cards > div {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #mobile-cta {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
}

#check-cards article {
  min-height: 11.5rem;
}

@media (min-width: 1024px) {
  #check-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (hover: none) and (pointer: coarse) {
  .group:hover .group-hover\:shadow-brutal-lg,
  .hover\:shadow-brutal-lg:hover {
    transform: none;
  }
}
