
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #17353c;
  background: linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.site-shell {
  min-height: 100vh;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2eee8;
  z-index: 20;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px 0 14px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  height: 148px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #446268;
  font-size: 15px;
}
.nav-links a:hover,
.footer-links a:hover {
  color: #257a4d;
}
.hero {
  padding: 40px 0 24px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e7f4eb;
  color: #257a4d;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
h1 {
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.03em;
  margin: 0 0 18px 0;
  color: #173840;
}
.lead {
  font-size: 20px;
  line-height: 1.58;
  color: #567378;
  margin: 0 0 26px 0;
  max-width: 680px;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.button-primary,
.button-secondary,
.button-light,
button.button-primary {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
}
.button-primary,
button.button-primary {
  background: linear-gradient(135deg, #1f6f78 0%, #2f8f58 100%);
  color: white;
  box-shadow: 0 12px 30px rgba(36, 122, 76, 0.18);
  border: 0;
}
.button-secondary {
  background: white;
  color: #1f6f78;
  border: 1px solid #d7e9e2;
}
.button-light {
  background: white;
  color: #173840;
}
.support-text {
  color: #6c858a;
  font-size: 14px;
}
.panel {
  background: white;
  border: 1px solid #dbeae5;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(22, 56, 60, 0.08);
  padding: 26px;
}
.screen-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c0dbcf;
}
.screen-label {
  font-size: 14px;
  color: #5d787d;
  margin-bottom: 10px;
}
.screen-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 12px;
  color: #183d44;
}
.screen-text {
  font-size: 15px;
  line-height: 1.68;
  color: #597277;
}
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}
.stat-card {
  background: #f6fbf9;
  border-radius: 18px;
  padding: 16px;
}
.stat-label {
  font-size: 13px;
  color: #587176;
  margin-bottom: 8px;
}
.stat-value {
  font-size: 21px;
  font-weight: 700;
  color: #183f45;
}
.section {
  padding: 26px 0 10px;
}
.section h2 {
  font-size: 34px;
  margin: 0 0 12px 0;
  color: #173840;
}
.section-lead {
  font-size: 18px;
  line-height: 1.58;
  color: #597278;
  max-width: 860px;
  margin: 0 0 24px 0;
}
.card-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.feature-card h3,
.step-card h3,
.market-card h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.feature-card p,
.step-card p,
.market-card p {
  margin: 0;
  color: #597278;
  line-height: 1.65;
  font-size: 15px;
}
.step-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #eef7f3;
  color: #257a4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.image-card {
  overflow: hidden;
  padding: 16px;
}
.image-card img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #e3efea;
}
.image-caption {
  font-size: 15px;
  color: #577378;
  line-height: 1.6;
  margin-top: 14px;
}
.mock-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 18px;
}
.mock-block {
  background: #f7fbfa;
  border: 1px solid #e0eee8;
  border-radius: 22px;
  padding: 20px;
}
.mock-title {
  font-size: 20px;
  font-weight: 700;
  color: #173840;
  margin-bottom: 14px;
}
.timeline-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e8f1ed;
  font-size: 15px;
  color: #466167;
}
.timeline-row:last-child {
  border-bottom: 0;
}
.point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.point::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2f8f58;
  display: inline-block;
}
.insight-text {
  color: #4f6d72;
  line-height: 1.7;
  font-size: 15px;
}
.insight-list {
  margin: 14px 0 0 0;
  padding-left: 20px;
  color: #4f6d72;
  line-height: 1.7;
}
.graph-frame {
  padding: 18px;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.metric-card {
  background: white;
  border: 1px solid #dbeae5;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 14px 36px rgba(22, 56, 60, 0.06);
}
.metric-label {
  color: #5e787d;
  font-size: 13px;
  margin-bottom: 10px;
}
.metric-value {
  color: #173840;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.metric-note {
  color: #658085;
  font-size: 14px;
  line-height: 1.5;
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.market-card {
  background: white;
  border: 1px solid #dbeae5;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(22, 56, 60, 0.06);
}
.market-stat {
  font-size: 30px;
  font-weight: 700;
  color: #257a4d;
  margin-bottom: 10px;
}
.logo-strip,
.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.logo-pill,
.pill-link {
  padding: 12px 16px;
  border-radius: 999px;
  background: #eef7f3;
  color: #257a4d;
  font-weight: 700;
  font-size: 14px;
}
.quote-box {
  padding: 28px;
  font-size: 22px;
  line-height: 1.55;
  color: #29464b;
}
.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.waitlist-form .full {
  grid-column: 1 / -1;
}
.waitlist-form input,
.waitlist-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid #d5e7e0;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.waitlist-form textarea {
  min-height: 120px;
  resize: vertical;
}
.small-note {
  color: #6a8287;
  font-size: 13px;
  margin-top: 12px;
}
.cta-band {
  margin: 30px 0 0 0;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, #173f46 0%, #23545c 55%, #2f8f58 100%);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cta-band h2 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 30px;
}
.cta-band p {
  margin: 0;
  color: #ddf4eb;
  font-size: 16px;
}
.site-footer {
  margin-top: 36px;
  border-top: 1px solid #e4efec;
  background: rgba(255,255,255,0.78);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 0;
  color: #5b7479;
  font-size: 14px;
}
.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.legal-hero {
  padding: 42px 0 20px;
}
.legal-card {
  background: white;
  border: 1px solid #dbeae5;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(22, 56, 60, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}
.legal-card h2 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 12px;
}
.legal-card p {
  line-height: 1.75;
  color: #425f65;
  margin: 0 0 14px 0;
}
@media (max-width: 1080px) {
  .hero-grid,
  .mock-visual,
  .card-grid-4,
  .card-grid-3,
  .card-grid-2,
  .metrics-grid,
  .market-grid,
  .waitlist-form {
    grid-template-columns: 1fr;
  }
  .brand-logo {
    height: 96px;
  }
}
