* {
  box-sizing:border-box;
  padding: 0;
  margin: 0;
}

body {
  background: #181920;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, "Helvetica Neue", sans-serif;
  font-size: 100%;
  letter-spacing: 0.07px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img {
  display: block;
}

.hero__gradient {
  background: radial-gradient(70.31% 69.27% at 111.98% 84.13%, rgba(215, 11, 66, 0.30) 0%, rgba(24, 25, 32, 0.00) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  z-index: 1;
}

.footer__gradient {
  background: radial-gradient(73.22% 44.62% at 48.89% -5.18%, rgba(215, 11, 66, 0.20) 0%, rgba(24, 25, 32, 0.00) 100%);
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 618px;
  transform: rotate(180deg);
}

ul {
  list-style: none;
}

.container {
  max-width: 11880px;
  width: 100%;
}

main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  width: 100%;
  max-width: 1188px;
  padding: 24px 16px;
  text-align: center;
}

@media all and (min-width: 1280px) {
  header {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

@media all and (min-width: 400px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media all and (min-width: 580px) {
  h1 {
    font-size: 64px;
    line-height: 76.8px;
  }
}

h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media all and (min-width: 400px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media all and (min-width: 768px) {
  h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

h1 span {
  color: #D70B42;
}

.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 480px;
}

@media all and (min-width: 1280px) {
  .hero {
    min-height: 640px;
  }
}

@media all and (min-width: 1280px) {
  .hero {
    min-height: auto;
  }
}

.hero__image {
  display: none;
  margin-left: -262px;
}

@media all and (min-width: 1280px) {
  .hero__image {
    display: block; 
  }
}

.hero__content {
  width: 100%;
  max-width: 586px;
  padding: 0 16px;
  text-align: center;
}

@media all and (min-width: 1280px) {
  .hero__content {
    padding: 0;
    text-align: left;
  }
}

.subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

@media all and (min-width: 400px) {
  .subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}

.panels {
  max-width: 1188px;
  padding: 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}

@media all and (min-width: 1024px) {
  .panels {
    flex-direction: row;
    gap: 40px;
  }
}

@media all and (min-width: 1280px) {
  .panels {
    padding: 0;
    gap: 102px;
  }
}

.panels article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 16px;
  text-align: center;
  border-radius: 24px;
background: linear-gradient(137deg, rgba(215, 11, 66, 0.10) 0%, rgba(25, 26, 33, 0.00) 100%);
}

@media all and (min-width: 1024px) {
.panels li {
  width: 33.333%;
}
}

.panel__header {
  font-size: 20px;
  font-weight: 600;
}

.panels p {
  line-height: 22px;
}

.cta {
  text-align: center;
  max-width: 770px;
  padding: 0 16px;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta p {
  font-size: 16px;
  margin-bottom: 32px;
}

@media all and (min-width: 400px) {
  .cta p {
    font-size: 20px;
  }
}

button {
  display: inline-flex;
  height: 48px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #D70B42;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 590;
  line-height: 18px; 
  border: 0;
  cursor: not-allowed;
}

footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}

.footer ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

footer a {
  transition: background ease 0.3s;
  display: inline-block;
  border-radius: 50%;
}

footer a:hover {
  background: rgba(255, 255, 255, 0.1);
}