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

html {
  background: #060b17;
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background: #060b17;
  color: #f4f6fb;
}

.page {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 0 24px;
  background: #0d162b;
  border-left: 1px solid #263650;
  border-right: 1px solid #263650;
}

.hero {
  padding: 36px 16px 38px;
  text-align: center;
}

.profile-wrap {
  width: 188px;
  height: 188px;
  margin: 0 auto 29px;
  padding: 7px;
  border-radius: 50%;
  background: #ffbf18;
  box-shadow: 0 0 0 2px rgba(255, 191, 24, .18);
}

.profile-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

h1 {
  font-size: clamp(27px, 5vw, 43px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.7px;
  margin-bottom: 9px;
}

h2 {
  color: #ffbd16;
  font-size: clamp(27px, 5vw, 39px);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 14px;
}

.tagline {
  color: #e6a922;
  font-size: 18px;
  letter-spacing: 2.2px;
  font-weight: 500;
  margin-bottom: 21px;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 42px;
}

.stars {
  color: #ffd21c;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
}

.rating-text {
  color: #aeb8c9;
  font-size: 17px;
}

.join-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 94px;
  padding: 20px 24px;
  border-radius: 27px;
  background: #2865e8;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .2s ease, background .2s ease;
}

.join-btn:hover {
  background: #3471f1;
  transform: translateY(-2px);
}

.join-btn span {
  margin-left: 8px;
  font-size: 31px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 39px 0 40px;
}

.stat-card {
  min-height: 116px;
  padding: 22px 8px;
  border: 1px solid #2b3a51;
  border-radius: 20px;
  background: #172337;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-card strong {
  color: #4c9bff;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.stat-card strong:nth-child(1) {
  color: #4d9eff;
}

.stat-card:nth-child(2) strong {
  color: #ffc329;
}

.stat-card .green {
  color: #35d69a;
}

.stat-card span {
  color: #c7cfdd;
  font-size: 16px;
}

.learn-heading {
  color: #e8edf5;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.learn-heading span {
  color: #ffc32a;
}

.description {
  color: #9da9bb;
  font-size: 17px;
  margin: 10px 0 42px;
  line-height: 1.5;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature {
  min-height: 96px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  padding: 17px 23px;
  border: 1px solid #2b3a51;
  border-radius: 20px;
  background: #172337;
  color: #e1e6ef;
  font-size: 18px;
}

.icon {
  width: 43px;
  min-width: 43px;
  text-align: center;
  font-size: 31px;
}

.bottom-btn {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .page {
    padding: 0 15px;
  }

  .hero {
    padding: 36px 25px 38px;
  }

  .profile-wrap {
    width: 185px;
    height: 185px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

  .tagline {
    font-size: 16px;
    letter-spacing: 1.7px;
  }

  .rating {
    gap: 9px;
    margin-bottom: 42px;
  }

  .stars {
    font-size: 27px;
  }

  .rating-text {
    font-size: 16px;
  }

  .join-btn {
    min-height: 94px;
    border-radius: 25px;
    font-size: 25px;
  }

  .stats {
    gap: 19px;
  }

  .stat-card {
    min-height: 116px;
  }

  .stat-card strong {
    font-size: 27px;
  }

  .stat-card span {
    font-size: 15px;
  }

  .learn-heading {
    font-size: 21px;
  }

  .description {
    font-size: 16px;
  }

  .feature {
    min-height: 96px;
    font-size: 18px;
    padding: 16px 20px;
  }
}

@media (max-width: 430px) {
  .page {
    padding: 0 10px;
  }

  .hero {
    padding: 15px 0px 30px;
  }

  .profile-wrap {
    width: 80px;
        height: 80px;
        padding: 2px;
        margin-bottom:15px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  .tagline {
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1.25px;
    margin-bottom:10px;
  }

  .rating {
    gap: 8px;
            margin-bottom: 15px;
  }

  .stars {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .rating-text {
    font-size: 15px;
  }

  .join-btn {
                            font-size: 16px;
        padding: 15px 15px;
        min-height: auto;
        border-radius: 8px;
        width: auto;
        max-width: max-content;
        margin: auto;
  }

  .stats {
    gap: 12px;
        margin: 10px 0 10px;
  }

  .stat-card {
                    min-height: 75px;
        padding: 10px 5px;
        border-radius: 12px;

  }

  .stat-card strong {
    font-size: 25px;
  }

  .stat-card span {
    font-size: 12px;
  }

  .feature {
            gap: 15px;
        font-size: 16px;
        min-height: auto;
        border-radius: 12px;
  }
  .bottom-btn{
    margin-top:20px;
  }
      .description {
       margin-bottom: 5px;
        font-size: 14px;
    }
        .learn-heading {
        font-size: 16px;
    }
    .features {
    gap: 10px;
}
}
