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

:root {
  --blue-0: #f7f8ff;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #2f2e41;
  --green-300: #86efac;
  --green-500: #22c55e;
  --red-0: #fff5f5;
  --red-100: #ffe4e6;
  --red-500: #f43f5e;
  --gray-0: #f8f9fa;
  --gray-100: #f1f3f5;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #868e96;
  --gray-700: #495057;
  --gray-800: #343a40;
  --white: #ffffff;

  font-size: 62.5%;
}

html {
  font-family: "Lato", sans-serif;
  padding: 0rem 1rem;
}

body {
  overflow-x: hidden;
}

.header {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem auto 0rem;
}

.header nav {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header svg {
  width: 160px;
  height: 93.47px;
  display: block;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
}

.hero-section {
  max-width: 115rem;
  margin: 0rem auto;

  h1 {
    font-size: 2rem;
    color: var(--gray-800);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    animation: fadeInUp 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
  }

  h2 {
    font-size: 1.4rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
    animation: fadeInUp 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both;
    opacity: 0;
  }
}

.users-feedback {
  margin: 4.2rem 0rem 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  animation: fadeIn 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
  opacity: 0;

  span {
    font-size: 1.2rem;
    color: var(--gray-800);
    font-weight: 600;
    /* text-align: center; */
  }
}

.users {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--blue-500);

  border: 0.2rem solid var(--white);
}

.user:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(206, 212, 218, 0.8);

  p {
    font-size: 1.4rem;
    color: var(--blue-800);
    font-weight: 700;
  }
}

.user+.user {
  margin-left: -1.5rem;
}

.cta-button-container {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
  animation: scaleIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.7s both;
  opacity: 0;

  .offer-callback {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--gray-800);
  }

  a {
    text-decoration: none;
  }
}

.stores-buttons-container {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2.4rem;
  animation: scaleIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.7s both;
}

.store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 3.2rem;
  border-radius: 1.2rem;
  background-color: var(--white);
  border: 0.1rem solid var(--gray-400);
  cursor: pointer;
  text-decoration: none;

  img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .stores-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;

    span {
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--gray-800);
    }

    span+span {
      font-weight: 600;
      color: var(--gray-600);
    }
  }
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 3.2rem;
  border-radius: 1.2rem;
  background-color: var(--green-500);

  img {
    width: 2.4rem;
    height: 2.4rem;
  }
}



.cta-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;

  span {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
  }
}

.hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  animation: fadeInUp 1.1s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  opacity: 0;
}

.hero-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.02 / 1;
  display: block;
}

.features-section {
  max-width: 115rem;
  margin: 4.2rem auto 0rem;
  padding: 0rem 1.6rem;
  font-display: swap;

  h3 {
    font-size: 2rem;
    color: var(--gray-800);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    font-display: swap;
  }

  .features-section-subtitle {
    font-size: 1.4rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
    font-display: swap;
  }
}

.cards {
  margin-top: 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
}

.card {
  min-width: 100%;
  height: 40.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0.1rem solid var(--gray-200);
  border-radius: 1.6rem;
  padding: 2.4rem;
  overflow-x: hidden;

  .title-container {
    display: flex;
    font-display: swap;
    align-items: center;
    gap: 1rem;
  }

  .card-description {
    font-size: 1.4rem;
    font-display: swap;
    line-height: 2rem;
    color: var(--gray-600);
    font-weight: 400;
    margin-top: 1.2rem;
  }

  strong {
    font-size: 1.6rem;
    font-display: swap;
    color: var(--gray-800);
    font-weight: 700;
  }

  &:nth-child(2) {
    position: relative;
  }

  &:nth-child(2) {
    padding: 0rem;

    .title-container {
      padding: 2.4rem 2.4rem 0rem;
    }

    .card-description {
      padding: 0rem 2.4rem;
    }
  }
}

.notifications-container {
  width: 100%;
  height: 11rem;
  max-width: 40rem;
  position: relative;
  margin-top: 6.4rem;
  align-self: center;
}

.notification-container {
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: var(--gray-100);
  border: 0.1rem solid var(--gray-300);
  border-radius: 1.6rem;
  padding: 0rem 1rem;

  position: absolute;
  inset: 0;

  &:nth-child(1) {
    z-index: 3;
    animation: slideIn 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  &:nth-child(2) {
    z-index: 2;
    top: 0.6rem;
    width: 96%;
    left: 2%;
  }

  &:nth-child(3) {
    z-index: 1;
    top: 1.2rem;
    width: 92%;
    left: 4%;
  }

  p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: var(--gray-600);
    font-weight: 400;
    font-display: swap;
  }
}

.notification-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.notification-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-display: swap;

  p:first-of-type {
    font-size: 1.2rem;
    font-display: swap;
    color: var(--gray-800);
    font-weight: 700;
    margin-top: 0;
  }

  p:last-of-type {
    font-size: 1rem;
    font-display: swap;
    color: var(--gray-800);
    font-weight: 700;
  }
}

.devices-container {
  width: 100%;
  height: 26rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devices-content {
  width: 30rem;
  height: 22rem;
  border-top-width: 0.1rem;
  border-left-width: 0.1rem;
  border-right-width: 0.1rem;
  border-bottom-width: 0rem;
  border-style: solid;
  border-color: var(--gray-200);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background-color: var(--white);

  position: absolute;
  bottom: -1.5rem;

  &:nth-child(1) {
    z-index: 2;
    animation: cardSlideIn 6s ease-in-out infinite;
  }

  &:nth-child(2) {
    z-index: 2;
    animation: cardSlideIn 6s ease-in-out infinite 3s;
  }

  &:nth-child(3) {
    width: 26rem;
    bottom: 1.2rem;
    z-index: 1;
  }
}

.notch {
  width: 8rem;
  height: 2.2rem;
  background-color: var(--gray-400);
  border-radius: 2rem;
  align-self: center;
}

.devices-content-header {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.devices-content-title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;

  span {
    font-size: 1rem;
    font-display: swap;
    font-weight: 700;
  }

  p {
    font-size: 0.8rem;
    font-display: swap;
    color: var(--green-500);
  }
}

.devices-content-description {
  font-size: 1.2rem;
  line-height: 2rem;
  font-display: swap;
  font-weight: 400;
  color: var(--gray-600);
}

.devices-photo {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: var(--gray-400);
}

.discount-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;

  p {
    font-size: 1.4rem;
    font-display: swap;
    line-height: 2rem;
    font-weight: 400;
    color: var(--gray-700);
  }

  .discount-highlight {
    font-size: 1.4rem;
    font-display: swap;
    color: var(--gray-800);
  }
}

.discount-header {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;

  .discount-title {
    font-display: swap;
    color: var(--gray-800);
    font-size: 10rem;
  }
}

.security-container {
  display: flex;
  align-self: flex-end;
  width: 80%;
  height: 60%;
  margin-top: auto;
  border-top-width: 0.1rem;
  border-bottom-width: 0rem;
  border-left-width: 0.1rem;
  border-right-width: 0rem;
  border-style: solid;
  border-top-left-radius: 1.6rem;
  border-color: var(--gray-200);
}

.security-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  &+& {
    border-style: solid;
    border-left-width: 0.1rem;
    border-right-width: 0rem;
    border-top-width: 0rem;
    border-bottom-width: 0rem;
    border-color: var(--gray-200);
  }

  .icon {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    z-index: 2;
  }
}

.pulse-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-circle {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: var(--gray-300);
  z-index: 1;
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pulse-container .icon {
  position: relative;
  z-index: 2;
}

.frequently-asked-section {
  max-width: 115rem;
  margin: 10rem auto 0rem;
  padding: 0rem 1.6rem;

  h3 {
    font-size: 2rem;
    color: var(--gray-800);
    font-weight: 700;
    font-display: swap;
    line-height: 1.2;
    text-align: center;
  }

  .frequently-asked-section-subtitle {
    font-size: 1.4rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;

    a {
      color: var(--blue-600);
    }
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  margin-top: 4.2rem;
}

.faq-list details {
  border-radius: 1.2rem;
  background: none;
  border: none;
  transition: background 0.2s;
  padding: 0;
}

.faq-list details[open] {
  background: var(--gray-0);
  padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  box-shadow: 0 2px 8px 0 rgba(52, 58, 64, 0.03);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gray-800);
  padding-right: 0;
  position: relative;
}

.faq-list summary::after {
  content: "+";
  position: static;
  margin-left: 1.2rem;
  font-size: 2.4rem;
  color: var(--gray-800);
  font-weight: 400;
  line-height: 1;
  transition: color 0.2s, content 0.2s;
}

.faq-list details[open] summary::after {
  content: "-";
  font-size: 3.2rem;
}

.faq-list details:not([open]) summary {
  padding: 0;
}

.faq-list details[open] summary {
  margin-bottom: 1.2rem;
}

.faq-list .faq-icon {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--gray-600);
  margin-left: 1.2rem;
  transition: color 0.2s;
}

.faq-list details[open] .faq-icon {
  color: var(--gray-400);
}

.faq-list details p {
  font-size: 1.4rem;
  color: var(--gray-600);
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.footer {
  width: 100%;
  background: var(--white);
  margin-top: 16.4rem;
  padding: 0 1.6rem 6.4rem 1.6rem;
}

.footer-container {
  max-width: 115rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-cols {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-logo {
  margin-bottom: 1.6rem;
}

.footer-description {
  font-size: 1.4rem;
  color: var(--gray-700);
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.footer-social a img {
  width: 2.2rem;
  height: 2.2rem;
  filter: grayscale(1);
  opacity: 0.85;
  transition: filter 0.2s, opacity 0.2s;
}

.footer-social a:hover img {
  filter: none;
  opacity: 1;
}

.footer-col strong {
  font-size: 1.6rem;
  color: var(--gray-800);
  font-weight: 700;
  display: block;
  margin-bottom: 1.6rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 1.2rem;
}

.footer-col ul li:last-child {
  margin-bottom: 0;
}

.footer-col a {
  color: var(--gray-700);
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--blue-600);
}

.how-it-works-section {
  max-width: 115rem;
  margin: 4.2rem auto 0rem;
  padding: 0rem 1.6rem;

  h3 {
    font-size: 2rem;
    color: var(--gray-800);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
}

.animated-button {
  position: relative;
  background: var(--gray-400);
  border: none;
  border-radius: 2.5rem;
  padding: 1.2rem 2.4rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 20rem;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.animated-button::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  right: -80px;
  bottom: -80px;
  /* Mudando para gradiente roxo mais sutil que simula luz real */
  background: conic-gradient(from 0deg,
      transparent 0deg,
      transparent 320deg,
      rgba(139, 92, 246, 0.3) 340deg,
      rgba(139, 92, 246, 0.8) 350deg,
      rgba(139, 92, 246, 1) 355deg,
      rgba(139, 92, 246, 0.8) 360deg,
      rgba(139, 92, 246, 0.3) 20deg,
      transparent 40deg,
      transparent 360deg);
  border-radius: 27px;
  animation: rotate 2s linear infinite;
  z-index: -1;
  filter: blur(1px);
}

.animated-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: var(--gray-500);
  border-radius: 24px;
  z-index: -1;
}

.how-it-works-role-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-buttons-container {
  margin: 2.4rem 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--gray-200);
  height: 5.6rem;
}

.how-it-works-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 3.2rem;
  border-radius: 0.7rem;
  cursor: pointer;
  background-color: var(--white);
  border: none;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;

  span {
    color: var(--gray-800);
  }
}

.how-it-works-button.active {
  background-color: var(--blue-500);
  border: 0.1rem solid var(--blue-500);

  span {
    color: var(--white);
  }
}

.how-it-works-cards {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}

.how-it-works-card {
  border: 0.1rem solid var(--gray-200);
  border-radius: 1.6rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  cursor: pointer;
  background-color: var(--white);
  text-align: left;
  width: 100%;
  animation: fadeInUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;

  strong {
    display: block;
    font-size: 1.6rem;
    color: var(--gray-800);
  }

  p {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--gray-700);
    line-height: 2rem;
  }
}

.how-it-works-card.active {
  border: 0.1rem solid var(--gray-400);
  background-color: var(--gray-0);
  transform: scale(1.05);
  transition: all 100ms linear;
}

.how-it-works-screenshots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  img {
    width: 70%;
    display: none;
  }

  img.active {
    display: block;
  }
}

.how-it-works-screenshots .screenshots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
  gap: 0.8rem;
}

.dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--gray-400);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: var(--blue-500);
}

.how-it-works-content {
  margin-top: 4.2rem;
}

.countdown {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray-200);
  border-radius: 1.6rem;
  padding: 1.6rem 2.4rem;

  .separator {
    display: block;
    width: 0.1rem;
    height: 6rem;
    background-color: var(--gray-200);
    margin: 0px 1.6rem;
  }
}

.countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  span {
    font-size: 4.2rem;
    font-weight: 700;
  }
}

.countdown-container span:first-child {
  color: var(--blue-600);
}

.countdown-container span:last-child {
  font-size: 1.2rem;
  color: var(--gray-800);
}

/** Animações */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  10% {
    opacity: 0.7;
  }

  50% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-5rem);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cardSlideIn {
  0% {
    transform: translateX(50%);
    z-index: 3;
  }

  10% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
    z-index: 2;
  }
}

/** Responsividade */

@media (min-width: 640px) {
  .header {
    svg {
      max-width: 16rem;
    }
  }

  .hero-section h1 {
    font-size: 2.8rem;
  }

  .hero-section h2 {
    font-size: 1.4rem;
  }

  .users-feedback span {
    font-size: 1.1rem;
  }

  .features-section h3 {
    font-size: 2.8rem;
  }

  .frequently-asked-section h3 {
    font-size: 2.8rem;
  }

  .features-section-subtitle {
    font-size: 1.4rem;
  }

  .frequently-asked-section-subtitle {
    font-size: 1.4rem;
  }

  .faq-list summary {
    font-size: 2rem;
  }

  .faq-list details p {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 3.6rem;
  }

  .hero-section h2 {
    font-size: 1.6rem;
  }

  .users-feedback span {
    font-size: 1.2rem;
  }

  .features-section h3 {
    font-size: 3.4rem;
  }

  .features-section-subtitle {
    font-size: 1.6rem;
  }

  .icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card {
    width: calc(50% - 1.2rem);
    min-width: unset;
    padding: 3.4rem;

    strong {
      font-size: 2.4rem;
    }

    &:nth-child(2) {
      padding: 0rem;

      .title-container {
        padding: 3.4rem 3.4rem 0rem;
      }

      .card-description {
        padding: 0rem 3.4rem;
      }
    }
  }

  .notification-container {
    padding: 0rem 1.6rem;
    gap: 1.6rem;

    p {
      font-size: 1.1rem;
      margin-top: 0.2rem;
    }
  }

  .notification-content-header {
    p:first-of-type {
      font-size: 1.4rem;
    }

    p:last-of-type {
      font-size: 1.2rem;
    }
  }

  .devices-content {
    bottom: -3.3rem;

    &:nth-child(3) {
      bottom: 0.1rem;
    }
  }

  .features-section,
  .frequently-asked-section,
  .how-it-works-section {
    h3 {
      font-size: 3.4rem;
    }

    .frequently-asked-section-subtitle {
      font-size: 1.6rem;
    }
  }

  .how-it-works-content {
    margin-top: 4.2rem;
  }

  .how-it-works-button {
    font-size: 1.6rem;
  }

  .how-it-works-screenshots {
    img {
      width: 100%;
    }
  }

  .how-it-works-card {
    width: 56rem;
  }

  .faq-list {
    gap: 4.2rem;
  }

  .faq-list details[open] {
    padding: 2.8rem 3.2rem 2.2rem 3.2rem;
  }

  .footer-container {
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer-cols {
    flex-direction: row;
  }

  .footer-col {
    max-width: 32rem;
  }

  .footer-brand {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .hero-section h1 {
    font-size: 4.6rem;
  }

  .hero-section h2 {
    font-size: 2rem;
  }

  .users-feedback span {
    font-size: 1.4rem;
  }

  .features-section,
  .frequently-asked-section,
  .how-it-works-section {
    h3 {
      font-size: 4rem;
    }

    .features-section-subtitle {
      font-size: 1.8rem;
    }
  }

  .how-it-works-content {
    display: flex;
    gap: 12rem;
  }
}