:root {
  --green: #19d44a;
  --yellow: #ffc400;
  --muted: #c7c7cb;
  --border: #27272a;
  --panel: #0d0d0f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  min-width: 320px;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 15%,
    rgba(35, 35, 35, 0.24),
    transparent 30%
  );
  z-index: -1;
}
.container {
  width: min(900px, calc(100% - 36px));
  margin-inline: auto;
}
.hero {
  text-align: center;
  padding-top: 52px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #278541;
  border-radius: 30px;
  padding: 9px 24px;
  font-size: 17px;
}
.status-pill span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}
.status-pill b {
  font-weight: 400;
  color: #bbb;
}
h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(62px, 10vw, 92px);
  line-height: 0.88;
  margin: 35px 0 22px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
h1 em {
  font-style: normal;
  color: var(--yellow);
}
.promise {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 15px auto 28px;
}
.promise img {
  width: 105px;
  height: 84px;
  object-fit: cover;
  object-position: 50% 68%;
  border-radius: 20px;
}
.promise p {
  text-align: left;
  font-size: 25px;
  line-height: 1.45;
  margin: 0;
  font-weight: 600;
}
.promise strong {
  color: var(--yellow);
}
.primary-cta {
  display: block;
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: 0.2s;
}
.primary-cta:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}
.primary-cta img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
}
.benefits article {
  text-align: center;
  padding: 0 12px;
  border-right: 1px solid #292929;
}
.benefits article:last-child {
  border: 0;
}
.benefits i {
  color: var(--green);
  font-size: 47px;
  margin-bottom: 20px;
}
.benefits p {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
}
.about {
  height: 240px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(100deg, #0b0b0d, #111);
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about-copy {
  font-size: 22px;
  line-height: 1.65;
  padding-left: 35px;
  z-index: 1;
}
.about img {
  position: absolute;
  width: 48%;
  height: 100%;
  right: -1px;
  object-fit: cover;
  object-position: 50% 64%;
  mask-image: linear-gradient(to right, transparent 0%, #000 28%);
}
h2 {
  text-align: center;
  font-size: 25px;
  margin: 32px 0 5px;
}
.title-line {
  height: 2px;
  width: 54px;
  background: var(--green);
  margin: 0 auto 17px;
  box-shadow: 0 0 8px var(--green);
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: start;
}
.steps-grid article {
  text-align: center;
}
.icon-circle {
  width: 112px;
  height: 112px;
  border: 1px solid #292929;
  background: #0b0b0d;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
}
.icon-circle i {
  color: var(--green);
  font-size: 47px;
}
.steps h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.steps h3 b {
  color: var(--green);
  font-size: 23px;
}
.steps p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.step-arrow {
  color: var(--green);
  font-size: 29px;
  margin-top: 45px;
  text-align: center;
}
.stores {
  margin-top: 37px;
}
.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.logos div {
  height: 83px;
  border: 1px solid #292929;
  border-radius: 12px;
  background: #0d0d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.logos img {
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}
.logos div:first-child img {
  filter: brightness(0) invert(1);
  width: 140px;
}
.logos div:nth-child(2) img {
  filter: brightness(1.8);
}
.more {
  text-align: center;
  font-size: 17px;
  margin: 20px 0 36px;
}
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #292929;
  border-radius: 24px;
  background: #09090a;
  padding: 25px 30px;
}
.trust article {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #292929;
}
.trust article:last-child {
  border: 0;
}
.trust i {
  font-size: 47px;
  color: var(--green);
}
.trust p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.trust strong {
  color: var(--green);
  font-size: 16px;
}
.final-cta {
  display: none;
}
footer {
  text-align: center;
  padding: 30px 0 40px;
  color: #aaa;
  font-size: 14px;
}
.instagram {
  font-size: 29px;
  color: #fff;
}
.instagram:hover {
  color: var(--green);
}
footer p {
  margin: 17px 0 9px;
}
footer nav {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}
footer nav a {
  color: #23923c;
  text-decoration: none;
}
footer nav b {
  color: #aaa;
}
@media (max-width: 650px) {
  .container {
    width: min(100% - 24px, 520px);
  }
  .hero {
    padding-top: 28px;
  }
  .status-pill {
    font-size: 12px;
    padding: 7px 15px;
    gap: 8px;
  }
  .status-pill span {
    width: 9px;
    height: 9px;
  }
  h1 {
    font-size: 54px;
    margin-top: 27px;
  }
  .promise img {
    width: 78px;
    height: 68px;
  }
  .promise p {
    font-size: 18px;
  }
  .primary-cta {
    min-height: 78px;
    font-size: 30px;
    gap: 18px;
    padding: 14px;
  }
  .primary-cta i {
    font-size: 42px;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
    margin-top: 45px;
  }
  .benefits article:nth-child(2) {
    border: 0;
  }
  .benefits i {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .benefits p {
    font-size: 13px;
  }
  .about {
    height: 215px;
    margin-top: 40px;
  }
  .about-copy {
    font-size: 15px;
    line-height: 1.65;
    padding: 22px;
    width: 63%;
  }
  .about img {
    width: 55%;
  }
  .desktop {
    display: none;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .step-arrow {
    transform: rotate(90deg);
    margin: 0;
  }
  .steps p {
    max-width: 280px;
    margin: auto;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .logos div {
    height: 70px;
  }
  .trust {
    grid-template-columns: 1fr;
    padding: 10px 22px;
  }
  .trust article {
    border-right: 0;
    border-bottom: 1px solid #292929;
    padding: 18px;
    justify-content: flex-start;
  }
  .trust article:last-child {
    border-bottom: 0;
  }
  .final-cta {
    display: block;
    margin-top: 28px;
  }
  .final-cta p {
    text-align: center;
    font-weight: 600;
  }
  .final-cta .primary-cta {
    font-size: 25px;
  }
  footer {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 47px;
  }
  .promise p {
    font-size: 16px;
  }
  .primary-cta {
    font-size: 26px;
  }
  .about-copy {
    font-size: 14px;
    padding: 15px;
  }
}

/* Ajuste fino conforme a proporção da referência (768 × 1600) */
@media (min-width: 651px) {
  .container {
    width: min(680px, calc(100% - 48px));
  }
  .hero {
    width: min(650px, calc(100% - 48px));
    padding-top: 40px;
  }
  .status-pill {
    padding: 7px 18px;
    font-size: 15px;
    gap: 10px;
  }
  .status-pill span {
    width: 10px;
    height: 10px;
  }
  h1 {
    font-size: 72px;
    line-height: 0.91;
    margin: 27px -20px 13px;
  }
  .promise {
    gap: 12px;
    margin: 10px auto 21px;
  }
  .promise img {
    width: 88px;
    height: 73px;
    border-radius: 14px;
  }
  .promise p {
    font-size: 22px;
    line-height: 1.35;
  }
  .primary-cta {
    width: 618px;
    max-width: 100%;
    margin-inline: auto;
    min-height: 112px;
    border-radius: 12px;
    font-size: 42px;
    gap: 27px;
  }
  .primary-cta i {
    font-size: 58px;
  }
  .benefits {
    width: 650px;
    margin-top: 48px;
  }
  .benefits i {
    font-size: 42px;
    margin-bottom: 13px;
  }
  .benefits p {
    font-size: 15px;
  }
  .about {
    height: 198px;
    margin-top: 37px;
  }
  .about-copy {
    font-size: 18px;
    line-height: 1.55;
    padding-left: 27px;
  }
  .about img {
    width: 44%;
    object-position: 50% 65%;
  }
  h2 {
    font-size: 22px;
    margin-top: 25px;
  }
  .title-line {
    margin-bottom: 13px;
  }
  .icon-circle {
    width: 98px;
    height: 98px;
    margin-bottom: 12px;
  }
  .icon-circle i {
    font-size: 40px;
  }
  .steps h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .steps h3 b {
    font-size: 20px;
  }
  .steps p {
    font-size: 14px;
    line-height: 1.45;
  }
  .step-arrow {
    font-size: 25px;
    margin-top: 38px;
  }
  .stores {
    margin-top: 26px;
  }
  .logos div {
    height: 70px;
  }
  .logos img {
    max-height: 45px;
  }
  .more {
    margin: 14px 0 26px;
    font-size: 15px;
  }
  .trust {
    padding: 19px 23px;
    border-radius: 20px;
  }
  .trust i {
    font-size: 41px;
  }
  .trust p {
    font-size: 12px;
  }
  .trust strong {
    font-size: 14px;
  }
  footer {
    padding: 22px 0 28px;
    font-size: 12px;
  }
  footer p {
    margin: 12px 0 7px;
  }
}

@media (max-width: 650px) {
  .hero {
    padding-top: 34px;
  }
  h1 {
    font-size: clamp(39px, 11.8vw, 52px);
    line-height: 0.94;
    margin: 26px 0 17px;
    letter-spacing: -0.5px;
  }
  .promise {
    margin-bottom: 22px;
  }
  .primary-cta {
    box-shadow:
      0 0 22px rgba(0, 255, 70, 0.36),
      0 6px 0 #087d2c;
  }
  .about {
    border-radius: 18px;
  }
  .about-copy {
    width: 67%;
  }
  .about img {
    width: 58%;
  }
  .steps {
    padding-top: 1px;
  }
  .final-cta {
    display: none;
  }
}

@media (max-width: 650px) {
  .benefits {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 42px;
  }
  .benefits article {
    padding: 0 5px;
    border-right: 1px solid #292929;
  }
  .benefits article:nth-child(2) {
    border-right: 1px solid #292929;
  }
  .benefits article:last-child {
    border-right: 0;
  }
  .benefits i {
    font-size: 27px;
    margin-bottom: 9px;
  }
  .benefits p {
    font-size: 9px;
    line-height: 1.35;
  }

  .about {
    height: 170px;
    margin-top: 34px;
  }
  .about-copy {
    width: 62%;
    padding: 17px;
    font-size: 12px;
    line-height: 1.55;
  }
  .about img {
    width: 53%;
    height: 100%;
    object-position: 52% 65%;
  }

  .steps-grid {
    grid-template-columns: 1fr 18px 1fr 18px 1fr;
    gap: 0;
    align-items: start;
  }
  .icon-circle {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
  }
  .icon-circle i {
    font-size: 29px;
  }
  .steps h3 {
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .steps h3 b {
    font-size: 14px;
  }
  .steps p {
    font-size: 9px;
    line-height: 1.4;
    max-width: 105px;
  }
  .step-arrow {
    transform: none;
    font-size: 17px;
    margin-top: 27px;
  }

  .trust {
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 8px;
    border-radius: 18px;
  }
  .trust article {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    padding: 4px 7px;
    border-bottom: 0;
    border-right: 1px solid #292929;
    justify-content: flex-start;
  }
  .trust article:last-child {
    border-right: 0;
  }
  .trust i {
    font-size: 27px;
  }
  .trust p {
    font-size: 8px;
    line-height: 1.4;
  }
  .trust strong {
    font-size: 10px;
  }

  .logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
  .logos div {
    height: 54px;
    padding: 7px 5px;
    border-radius: 8px;
  }
  .logos img {
    max-height: 32px;
    max-width: 100%;
  }
  .logos div:first-child img {
    width: auto;
  }
  .stores h2 {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .primary-cta {
    height: auto;
    min-height: 0;
    padding: 0;
    gap: 0;
    box-shadow: none;
  }
}
