:root {
  --yellow: #fff000;
  --green: #0ed005;
  --blue: #0500a9;
  --dark-blue: #021b2d;
  --orange: #ef6600;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fff;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.question-section {
  display: flex;
  justify-content: center;
  background: #000;
  padding: 0 0 1000px;
}

.question-card {
  width: min(100%, 800px);
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  color: #000;
}

.cover {
  width: 292px;
  margin: 0 auto 20px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.question-card h1 {
  margin: -2px 0 20px;
  color: #000;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-align: center;
}

.answer-list {
  display: grid;
  gap: 20px;
}

.answer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 75px;
  padding: 25px 50px;
  color: var(--yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.answer-yes {
  background: #158200;
}

.answer-no {
  background: #f00;
}

.answer-maybe {
  background: var(--blue);
}

.info-section,
.text-section,
.today-section,
.checkout-section,
.footer-section {
  display: flex;
  justify-content: center;
  background: #000;
}

.content-box {
  width: min(100%, 800px);
  padding: 10px;
}

.image-band,
.text-section {
  background-color: var(--dark-blue);
  background-image: radial-gradient(circle at 50% 0%, rgba(12, 68, 130, 0.8), rgba(2, 27, 45, 0.98) 60%);
  background-position: center;
  background-size: cover;
}

.image-band {
  padding: 20px 0 50px;
}

.image-band h2,
.image-band h3,
.text-section h2,
.today-section h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 10px #000;
  color: var(--yellow);
}

.image-band h3 {
  color: #fff;
}

.image-band h3 + h3 {
  color: var(--yellow);
}

.image-band .orange {
  color: #ff5300;
}

.image-band .orange span {
  color: #0ffd01;
}

.benefits {
  max-width: 760px;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
}

.benefits li {
  position: relative;
  margin-top: 8px;
  padding-left: 32px;
  line-height: 1.45;
}

.benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2dff05;
  font-weight: 900;
}

.intro-text,
.text-section p {
  color: #fff;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.intro-text {
  margin: 0 0 20px;
}

.text-section {
  padding: 20px 0 35px;
}

.text-section h2 {
  margin-bottom: 20px;
}

.text-section p + p {
  margin-top: 12px;
}

.text-section h4 {
  margin-top: 16px;
  color: #00ff00;
  font-size: 1.17em;
  font-style: italic;
  line-height: 1.35;
  text-align: left;
}

.text-section h4 span {
  color: #f00;
}

.today-section {
  padding: 20px 0 10px;
}

.today-section h2 {
  font-weight: 800;
  text-shadow: none;
}

.compact {
  display: grid;
  gap: 20px;
}

.today-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 15px 30px;
  background: var(--orange);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

.special-offer {
  display: flex;
  justify-content: center;
  background: #fff;
  color: #000;
}

.offer-box {
  display: grid;
  grid-template-columns: 38.077% 61.923%;
  align-items: center;
  width: min(100%, 800px);
  margin-top: 10px;
  padding: 0 10px;
}

.offer-box > img {
  justify-self: center;
}

.offer-copy {
  text-align: center;
}

.offer-copy h2 {
  color: #000;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.old-price,
.small-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 900;
}

.old-price {
  color: #fb0101;
  font-size: 45px;
  text-decoration: line-through;
}

.small-price {
  color: #0d9800;
  font-size: 59px;
  line-height: 55px;
}

.icon-circle,
.icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border: 4px solid #f00;
  border-radius: 50%;
  color: #f00;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.icon-arrow {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background: #0d9800;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 90px;
  line-height: 0.7;
}

.checkout-section {
  padding: 0 0 20px;
}

.checkout-box {
  width: min(100%, 800px);
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 20px;
  text-align: center;
}

.discount {
  padding-top: 15px;
  color: var(--yellow);
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.price-row {
  display: grid;
  align-items: center;
  grid-template-columns: 42.193% 57.806%;
}

.price-row img {
  justify-self: end;
  margin-right: 20px;
}

.price-row.old span {
  justify-self: start;
  color: #f00;
  font-size: 30px;
  font-weight: 700;
}

.por-apenas {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}

.price-row.current strong {
  justify-self: start;
  color: #4eff00;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
}

.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
  padding: 15px 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: var(--green);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 40px #000;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.buy-button:hover,
.buy-button:focus {
  background: #2ff01a;
  color: var(--yellow);
}

#botao_pulse {
  animation: pulse 1.6s ease-in-out infinite;
}

.payment,
.guarantee {
  margin: 0 auto;
}

.rights-section {
  display: flex;
  justify-content: center;
  background: #000;
  padding: 300px 0;
}

.rights-section p {
  color: var(--yellow);
  font-size: 15px;
  text-align: center;
}

.mobile-rights {
  display: none;
}

.footer-section {
  display: grid;
  justify-items: center;
  background: #010927;
  padding: 50px 10px 5px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 800px);
}

.footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 18px;
  border-radius: 50px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.footer-button.blue {
  background: #00a9ff;
  box-shadow: 0 0 35px 6px rgba(0, 164, 253, 0.74);
}

.footer-button.green {
  background: #00bd1a;
}

.support {
  margin-top: 20px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@media (max-width: 767px) {
  .question-card h1 {
    margin-top: -10px;
    font-size: 40px;
    line-height: 1.2;
  }

  .answer-list {
    gap: 10px;
  }

  .image-band,
  .text-section {
    padding: 10px 0 35px;
  }

  .image-band h2,
  .image-band h3,
  .text-section h2,
  .today-section h2 {
    font-size: 21px;
  }

  .intro-text,
  .text-section p {
    padding: 0 15px;
  }

  .offer-box {
    grid-template-columns: 1fr;
  }

  .offer-copy h2 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 1.2;
  }

  .old-price {
    font-size: 35px;
  }

  .small-price {
    justify-content: flex-start;
    font-size: 40px;
    line-height: 1.3;
  }

  .icon-circle {
    width: 35px;
    height: 35px;
    border-width: 3px;
  }

  .icon-arrow {
    width: 74px;
    height: 74px;
    font-size: 72px;
  }

  .discount {
    font-size: 21px;
    line-height: 1.3;
  }

  .price-row {
    grid-template-columns: 20% 80%;
  }

  .price-row.old span {
    justify-self: center;
    font-size: 26px;
  }

  .por-apenas {
    font-size: 20px;
  }

  .price-row.current strong {
    justify-self: center;
    font-size: 50px;
  }

  .rights-section {
    padding: 10px 0 100px;
  }

  .desktop-rights {
    display: none;
  }

  .mobile-rights {
    display: block;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
