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

html,
body {
  width: 100%;
  min-height: 100%;
  background: #25051f;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.app {
  width: 100%;
  min-height: 100vh;
  background: #25051f;
}

.screen {
  display: none;
  width: 100%;
  min-height: 100vh;
}

.screen.active {
  display: block;
}

.start-screen {
  position: relative;
  min-height: 100vh;
  background: #25051f;
}

.center-box {
  min-height: 100vh;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.seal {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.logo {
  width: 104px;
  object-fit: contain;
}

.start-logo {
  width: 105px;
}

.primary-btn {
  width: 100%;
  border: 0;
  background: #df2579;
  color: white;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 12px;
  border-radius: 13px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(223, 37, 121, 0.22);
}

.primary-btn:active {
  transform: scale(0.98);
}

.landing-screen {
  width: 100%;
  min-height: 100vh;
  padding: 27px 8px 30px;
  background: #25051f;
  overflow-x: hidden;
}

.top-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 62px;
}

.top-logo .logo {
  width: 102px;
}

.hero {
  text-align: center;
}

.hero h1 {
  font-size: 23px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.7px;
  margin-bottom: 17px;
}

.hero h1 span {
  background: #e22a7d;
  padding: 0 4px;
}

.hero p {
  max-width: 335px;
  margin: 0 auto 16px;
  font-size: 15.8px;
  line-height: 1.25;
  font-weight: 500;
}

.illustration-card {
  width: 170px;
  height: 170px;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto 5px;
  box-shadow: 0 8px 26px rgba(0,0,0,.23);
  overflow: hidden;
}























.big {
  margin-top: 0;
  padding: 15px 10px;
  font-size: 14px;
  border-radius: 13px;
}

.benefits {
  margin: 10px auto 15px;
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b7a7b5;
  font-size: 11px;
  font-weight: 700;
}

.icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(223,37,121,.18);
  color: #df2579;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.stat {
  height: 63px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  background: rgba(20, 3, 17, .42);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat strong {
  color: #ff2a93;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.stat small {
  margin-top: 7px;
  color: #a998a8;
  font-size: 9px;
  font-weight: 700;
}

footer {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 35px;
}

.social-proof {
  display: grid;
  grid-template-columns: 82px 1fr 70px;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  text-align: left;
}

.avatars {
  display: flex;
  justify-content: flex-end;
}

.avatars b {
  width: 17px;
  height: 17px;
  margin-left: -4px;
  border-radius: 50%;
  background: #741049;
  color: #ff58a6;
  display: grid;
  place-items: center;
  font-size: 7px;
  border: 1px solid #25051f;
}

.social-proof strong {
  font-size: 9px;
  display: block;
}

.social-proof p {
  color: #f7b3d8;
  font-size: 9px;
  margin-top: 2px;
}

.footer-logo {
  width: 58px;
  justify-self: center;
}

footer a {
  color: #e6d8e3;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin: 19px 0;
}

@media (min-width: 430px) {
  .app {
    max-width: 430px;
    margin: 0 auto;
  }
}





/* Imagem real igual ao print: quadrada, inteira e sem cortar/quebrar */
.couple-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(0,0,0,.25);
  background: #ffffff;
}
