/* Got Hot Wheels - User Friendly Polish v100 */

html body {
  scroll-behavior: smooth !important;
}

html body a,
html body button,
html body input,
html body select,
html body textarea {
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, opacity .15s ease !important;
}

html body a:focus-visible,
html body button:focus-visible,
html body input:focus-visible,
html body select:focus-visible,
html body textarea:focus-visible {
  outline: 3px solid rgba(255, 176, 0, .72) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px rgba(255, 176, 0, .16) !important;
}

html body button,
html body .btn,
html body a[class*="btn"],
html body input[type="submit"] {
  min-height: 40px !important;
}

html body input,
html body select,
html body textarea {
  font-size: 16px !important;
}

html body .ghw100-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 28px 16px 72px !important;
  color: #fff !important;
}

html body .ghw100-hero,
html body .ghw100-card,
html body .ghw100-steps article,
html body .ghw100-page-helper {
  border-radius: 18px !important;
  border: 1px solid rgba(255, 164, 0, .42) !important;
  background:
    radial-gradient(circle at top right, rgba(235, 20, 35, .18), transparent 34rem),
    linear-gradient(90deg, rgba(8, 8, 10, .96), rgba(3, 18, 34, .96)) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.35) !important;
}

html body .ghw100-hero {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 22px !important;
  padding: 26px !important;
  margin-bottom: 18px !important;
}

html body .ghw100-kicker {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  padding: 8px 13px !important;
  border: 1px solid rgba(235, 20, 35, .62) !important;
  border-radius: 999px !important;
  background: rgba(235, 20, 35, .14) !important;
  color: #ffd34d !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body .ghw100-hero h1,
html body .ghw100-card h2,
html body .ghw100-steps h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  letter-spacing: .045em !important;
  line-height: .95 !important;
  text-shadow: 4px 4px 0 #000 !important;
}

html body .ghw100-hero h1 {
  font-size: clamp(42px, 5.6vw, 74px) !important;
}

html body .ghw100-card h2,
html body .ghw100-steps h2 {
  font-size: clamp(26px, 3vw, 38px) !important;
}

html body .ghw100-hero p,
html body .ghw100-card p,
html body .ghw100-card li,
html body .ghw100-steps p,
html body .ghw100-page-helper p {
  color: #dfe7f2 !important;
}

html body .ghw100-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  max-width: 560px !important;
}

html body .ghw100-actions a,
html body .ghw100-card a,
html body .ghw100-help-fab,
html body .ghw100-page-helper a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 164, 0, .74) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.28) !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .ghw100-card a,
html body .ghw100-help-fab {
  background: linear-gradient(180deg, #ff3848, #d80017) !important;
  border-color: rgba(255,255,255,.14) !important;
}

html body .ghw100-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

html body .ghw100-card {
  padding: 22px !important;
  margin-bottom: 18px !important;
}

html body .ghw100-card.ghw100-wide {
  width: 100% !important;
}

html body .ghw100-icon {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  margin-bottom: 16px !important;
  background: radial-gradient(circle, rgba(255, 176, 0, .28), rgba(0,0,0,.35)) !important;
  border: 1px solid rgba(255, 164, 0, .64) !important;
  box-shadow: 0 0 24px rgba(255, 50, 25, .22) !important;
  font-size: 28px !important;
}

html body .ghw100-steps {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

html body .ghw100-steps article {
  padding: 22px !important;
}

html body .ghw100-steps span {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 14px !important;
  border-radius: 50% !important;
  background: #ffb000 !important;
  color: #050505 !important;
  font-weight: 1000 !important;
}

html body .ghw100-checklist {
  display: grid !important;
  gap: 10px !important;
}

html body .ghw100-checklist label {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  background: rgba(0,0,0,.22) !important;
  color: #fff !important;
  padding: 12px !important;
}

html body .ghw100-checklist input {
  width: 18px !important;
  height: 18px !important;
  margin-top: 1px !important;
  accent-color: #ffb000 !important;
}

/* Friendly helper injected by JS */
html body .ghw100-page-helper {
  max-width: 1180px !important;
  margin: 14px auto !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

html body .ghw100-page-helper strong {
  color: #ffd34d !important;
}

html body .ghw100-page-helper p {
  margin: 0 !important;
}

html body .ghw100-page-helper div {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

/* Better empty state when a page says nothing exists */
html body .ghw100-empty-state {
  border: 1px solid rgba(255, 164, 0, .38) !important;
  border-radius: 14px !important;
  background: rgba(0,0,0,.28) !important;
  padding: 16px !important;
  color: #dfe7f2 !important;
}

html body .ghw100-help-fab {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.38) !important;
}

/* Better mobile spacing across the whole site */
@media (max-width: 900px) {
  html body .ghw100-hero,
  html body .ghw100-page-helper {
    display: block !important;
  }

  html body .ghw100-actions {
    justify-content: flex-start !important;
    max-width: none !important;
    margin-top: 16px !important;
  }

  html body .ghw100-actions a,
  html body .ghw100-page-helper a {
    flex: 1 1 calc(50% - 10px) !important;
  }

  html body .ghw100-page-helper div {
    margin-top: 12px !important;
  }

  html body .ghw100-help-fab {
    right: 12px !important;
    bottom: 12px !important;
  }
}

@media (max-width: 560px) {
  html body .ghw100-wrap {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body .ghw100-card,
  html body .ghw100-hero,
  html body .ghw100-steps article {
    padding: 16px !important;
  }

  html body .ghw100-actions a,
  html body .ghw100-page-helper a {
    flex-basis: 100% !important;
  }

  html body .ghw100-help-fab {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
  }
}
