* {
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

:root {
  --primary: #000000;
  --secondary: #000000;
  --accent: #a3cd3a;
  --light: #f3f3f3;
  --white: #ffffff;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.375em;
}

p {
  font-size: 1.375em;
}

.icon {
  height: 15px;
}

body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

.hero {
  background-image: url(imgs/PC_Glow_Up_FSTea_4_Weeks_Challange.jpg);
  background-size: 100%;
  height: 335px;

}

.form-section {
  padding: 2rem 1rem;
}

.form-section h3 {
  padding: 0;
  margin: 0;
}

.form-section hr {
  margin-bottom: 1rem;
}

#form-section2 {
  display: none;
}

.form-section2 h3 {
  padding: 0;
  margin: 0;
}

.form-section2 hr {
  margin-bottom: 1rem;
}

form {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
}

label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.names {
  width: 95%;
}

input {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1.2rem;
  font-weight: normal;
}

.measurements {
  display: flex;
  gap: 0.51rem;
}

.terms {
  margin-bottom: 1.5rem;
}

.terms-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.8rem;
}

#termsBox {
  display: none;
  background: #eee;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

#termsBox ul li {
  font-size: 14px;
  font-weight: 500;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.checkbox input {
  width: auto;
  margin: 0;
}

button {
  width: 100%;
  padding: 0.8rem;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

button:hover {
  background: #333;
}

@media (max-width: 720px) {

  .hero {
    background-image: url(imgs/Mobile_Glow_Up_FSTea_4_Weeks_Challange.jpg);
    height: 220px;

  }
}