#home {
  padding-top: clamp(12rem, 26vh, 16rem);
}

#home [class*="bg-foreground/45"] {
  background: linear-gradient(90deg, rgb(0 0 0 / 56%), rgb(0 0 0 / 34%) 42%, rgb(0 0 0 / 24%)) !important;
}

#home .container-main [class~="max-w-3xl"] {
  position: relative;
  max-width: min(48rem, 100%);
  margin-top: 0;
  margin-left: clamp(1.5rem, 6vw, 5rem);
  padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1rem, 3vw, 2.5rem);
  isolation: isolate;
}

#home .container-main [class~="max-w-3xl"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 38%) 62%, rgb(0 0 0 / 0%));
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 42%);
}

#home .container-main [class~="max-w-3xl"] > p:first-child {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0 !important;
  padding: 0.45rem 0.7rem;
  border-left: 3px solid #ff2f25;
  background: rgb(0 0 0 / 58%);
  color: #ff3b32 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgb(0 0 0 / 92%);
}

#home h1,
#home .container-main [class~="max-w-3xl"] > p:not(:first-child) {
  text-shadow: 0 3px 18px rgb(0 0 0 / 88%), 0 1px 2px rgb(0 0 0 / 88%);
}

@media (max-width: 640px) {
  #home {
    align-items: flex-start;
    padding-top: 11.25rem;
  }

  #home .container-main [class~="max-w-3xl"] {
    margin-left: 0;
    padding: 1rem;
  }

  #home .container-main [class~="max-w-3xl"]::before {
    background: linear-gradient(180deg, rgb(0 0 0 / 62%), rgb(0 0 0 / 42%));
  }
}
