:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7f5;
  color: #12161c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f7f5;
}

a {
  color: #176b4c;
  font-weight: 800;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 0;
}

.brand {
  color: #12161c;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

nav a {
  color: #344051;
  text-decoration: none;
  font-size: 14px;
}

main {
  min-height: 100vh;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #176b4c;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
}

h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.1;
}

h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.lede {
  max-width: 720px;
  margin: 24px 0 28px;
  color: #3d4857;
  font-size: 21px;
  line-height: 1.45;
}

form {
  display: grid;
  gap: 14px;
  max-width: 700px;
  padding: 20px;
  border: 1px solid #d8dee2;
  border-radius: 8px;
  background: #ffffff;
}

label {
  display: grid;
  gap: 6px;
  color: #26313d;
  font-size: 14px;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d0d5;
  border-radius: 6px;
  padding: 0 12px;
  background: #ffffff;
  color: #11161d;
  font: inherit;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  background: #176b4c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.small {
  margin: 12px 0 0;
  color: #566372;
  font-size: 14px;
  line-height: 1.5;
}

.hidden {
  display: none;
}

.video-panel {
  align-self: stretch;
  display: grid;
  place-items: center;
}

video {
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  background: #11161d;
  box-shadow: 0 20px 44px rgba(17, 22, 29, 0.18);
}

.section-band {
  border-top: 1px solid #d8dee2;
  border-bottom: 1px solid #d8dee2;
  background: #ffffff;
}

.section-inner,
.content-page,
.awards-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.feature-grid,
.plan-grid,
.award-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.feature-grid article,
.plan-card,
.award-card {
  border: 1px solid #d8dee2;
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.feature-grid article {
  background: #f7faf8;
}

.feature-grid p,
.plan-card p,
.legal-copy p,
.disclaimer p,
.thanks p {
  color: #3d4857;
  line-height: 1.55;
}

.pricing-preview {
  background: #eef5f1;
}

.plan-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.featured-plan {
  border-color: #176b4c;
  box-shadow: 0 14px 34px rgba(23, 107, 76, 0.13);
}

.price {
  margin: 0;
  color: #176b4c;
  font-size: 34px;
  font-weight: 900;
}

.code-like {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #e8eef2;
  color: #344051;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

.disclaimer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 64px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li {
  margin: 10px 0;
  color: #334150;
  line-height: 1.4;
}

.thanks {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 24px;
}

.award-grid {
  margin-top: 28px;
}

.award-card {
  min-height: 320px;
}

.award-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #176b4c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.award-card h2 {
  margin-top: 14px;
  font-size: 22px;
}

.amount {
  margin: 8px 0 14px;
  color: #176b4c;
  font-size: 24px;
  font-weight: 900;
}

dt {
  margin-top: 10px;
  color: #566372;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  color: #26313d;
}

.legal-copy section {
  max-width: 850px;
  padding: 22px 0;
  border-top: 1px solid #d8dee2;
}

@media (max-width: 820px) {
  .site-header,
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    align-items: start;
  }

  .hero {
    padding-top: 36px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }
}
