* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #050b16;
  color: #ffffff;
}

.page {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 18px;
}

.hero {
  text-align: center;
  padding: 36px 12px 28px;
}

.logo-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-icon {
  width: 150px;
  height: 150px;
  border-radius: 34px;
  background: linear-gradient(180deg, #101928, #07111f);
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border-top: 4px solid #22c55e;
  border-left: 4px solid #22c55e;
  border-right: 4px solid #22c55e;
  border-bottom: 4px solid #ef4444;
  opacity: 0.9;
}

.rs {
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  z-index: 2;
  letter-spacing: -4px;
}

.thumb {
  position: absolute;
  z-index: 3;
  font-size: 32px;
}

.thumb.up {
  top: -6px;
}

.thumb.down {
  bottom: -8px;
}

h1 {
  font-size: 48px;
  margin: 10px 0 8px;
  letter-spacing: -1px;
}

.tagline {
  font-size: 20px;
  color: #38bdf8;
  font-weight: 700;
  margin: 0 0 22px;
}

.description {
  max-width: 680px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.55;
  color: #cbd5e1;
}

.store-button {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #38bdf8;
  color: #03111f;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.25);
}

.card {
  background: #0f1a2b;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 26px;
  padding: 28px;
  margin: 22px 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.card h2 {
  margin-top: 0;
  font-size: 26px;
}

.card p {
  color: #cbd5e1;
  line-height: 1.55;
  font-size: 17px;
}

.features {
  display: grid;
  gap: 18px;
}

.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.feature h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.feature p {
  margin: 0;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  margin-top: 6px;
  flex: 0 0 auto;
}

.green {
  background: #22c55e;
}

.yellow {
  background: #facc15;
}

.red {
  background: #ef4444;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.pill-grid span {
  background: #07111f;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  padding: 12px 10px;
  text-align: center;
  color: #e2e8f0;
  font-weight: 700;
}

.support a {
  color: #38bdf8;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.legal-links a {
  color: #cbd5e1;
  text-decoration: none;
  border-bottom: 1px solid rgba(203, 213, 225, 0.4);
}

footer {
  text-align: center;
  color: #94a3b8;
  padding: 20px 0 10px;
}

footer strong {
  color: #ffffff;
}

@media (max-width: 640px) {
  h1 {
    font-size: 38px;
  }

  .description {
    font-size: 17px;
  }

  .pill-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    padding: 22px;
  }
}
.legal-page {
  max-width: 900px;
}

.legal-page h1 {
  font-size: 36px;
  text-align: left;
}

.legal-page h2 {
  margin-top: 28px;
  font-size: 22px;
}

.legal-page a,
.back-link {
  color: #38bdf8;
  font-weight: 700;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
.logo-real {
  width: 420px;
  max-width: 88vw;
  height: auto;
  display: block;
  border-radius: 18px;
}
.legal-page ul {
  color: #cbd5e1;
  line-height: 1.6;
  font-size: 17px;
  padding-left: 24px;
}

.legal-page li {
  margin: 8px 0;
}