body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  margin: 0;
}



h1, h2, h3 { 
  line-height: 1.2;
  margin: 0 0 .75em;
}
p { 
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 0 1.5em;
}
.site-slogan { 
  text-align:left;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

input[type=email] {
	border: 1px soild rgba(21,71,52,1);
  	width: 100%;
	height: 2.5em;
	padding:0.75em;
	font-size: 1rem;
  	margin: 0 0 1.5em;
  	box-sizing: border-box;
        background-color: #F5F5F5;
}

input[type=submit]:hover {
  	background-color: #45a049;
}

button {
	border:0px;
}
a {
  color: #2563eb;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
h2 { font-size: 2rem; }


h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
h2 { font-size: 2rem; }


header.hero, main, footer.site-footer, section { padding: 16px; }
.hero {
  text-align:center;
  padding:80px 24px;
  background:#f1f8f5;
  color:#0f172a
}
.hero2 {
  text-align:left;
  vertical-align: bottom;
  padding:2em;
  background:#f1f8f5;
  color:#0f172a
}
.hero .subhead {
  color:#475569;
  font-size:1.125rem;
  margin:12px 0 24px
}
.foot {
  text-align:center;
  padding:80px 24px;
  background:#f1f8f5;
  color:#0f172a
}
.btn {
  display:inline-block;
  padding:12px 18px;
  border-radius:999px
}
.btn-primary {
  background:#0f766e;
  color:#fff
}
.features {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: 40px 20px;
}
.features article {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
border: 1px solid #e2e8f0;
}
.logos {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.logos img {
  height: 28px;
  opacity: .8;
}
.pricing {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding: 40px 20px;
}
.plan {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
  border: 1px solid #e2e8f0;
  text-align: center;
}
.plan .price { font-size: 2rem; margin: 8px 0 16px; }
.plan .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
}
.plan.featured { outline: 2px solid #0f766e; }
details {
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 12px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
}
summary {
  cursor: pointer;
  font-weight: 600;
}
ul {
  text-align:left;
}