@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 18px;
}

header.brand {
  text-align: center;
  padding: 22px 0 18px;
  border-bottom: 1px solid #eee;
}
header.brand img { height: 36px; }

h1.hero {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.22;
  margin: 28px 0 18px;
  color: #111;
}
@media (min-width: 640px) {
  h1.hero { font-size: 36px; }
}

.subhead {
  font-style: italic;
  font-weight: 500;
  color: #333;
  background: #f5f3ee;
  padding: 16px 18px;
  border-left: 4px solid #1b8a3b;
  margin: 22px 0 16px;
  font-size: 17px;
  line-height: 1.55;
}

.date {
  color: #888;
  font-size: 13px;
  margin: 0 0 20px;
}

.note {
  background: #fff8e5;
  border: 1px solid #f0e0b0;
  padding: 12px 16px;
  font-size: 14px;
  margin: 18px 0;
  border-radius: 4px;
}

figure { margin: 26px 0; }
figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

h2.reason {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
  margin: 40px 0 18px;
  color: #111;
}

p { margin: 14px 0; }

ul.bullets { margin: 14px 0; padding-left: 22px; }
ul.bullets li { margin: 6px 0; }

.press {
  margin: 44px 0 32px;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.press-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 18px;
}
.press-logos {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  filter: grayscale(1);
  opacity: 0.72;
}
.press-logos img { max-height: 30px; max-width: 120px; }

a.cta {
  display: block;
  width: 100%;
  background: #1b8a3b;
  color: #fff !important;
  text-align: center;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  margin: 30px 0;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.08);
}
a.cta:hover { background: #157030; }

.steps {
  background: #f9f7f2;
  padding: 22px 22px 6px;
  border-radius: 6px;
  margin: 24px 0;
}
.steps h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.steps p { font-size: 15px; }

.product-card {
  border: 1px solid #e4e1da;
  border-radius: 10px;
  padding: 28px 20px 26px;
  text-align: center;
  margin: 36px 0 28px;
  background: #fff;
}
.product-card .stars { color: #f7b500; font-size: 18px; letter-spacing: 1px; }
.product-card .reviews { color: #666; font-size: 13px; margin: 2px 0 14px; }
.product-card img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 14px;
}
.product-card h3 {
  font-size: 20px;
  margin: 6px 0 4px;
}
.product-card .product-sub {
  color: #555;
  font-size: 14px;
  margin: 0 0 16px;
}
.product-card .recommended {
  display: inline-block;
  color: #1b8a3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 28px 0 36px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
footer a { color: #999; text-decoration: underline; }
