@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-600-normal.woff2") format("woff2");
  font-weight: 500 650;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-800-normal.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
}
body {
  margin: 0;
  background: #101113;
  color: #f0f2ed;
  font:
    16px/1.75 Inter,
    Arial,
    sans-serif;
}
a {
  color: inherit;
}
header {
  max-width: 1600px;
  margin: auto;
  padding: 25px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #303237;
  gap: 25px;
}
.site-brand {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-brand > span:last-child {
  color: #c6f36b;
}
.brand-square {
  background: #c6f36b;
  color: #101113;
  border-radius: 9px;
  line-height: 35px;
  width: 38px;
  text-align: center;
  font-size: 23px;
  margin-right: 10px;
  letter-spacing: -4px;
  padding-right: 4px;
}
nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
}
nav a {
  text-decoration: none;
  color: #c5cad0;
}
nav a:hover {
  color: #c6f36b;
}
.nav-cta {
  background: #c6f36b;
  color: #14200b;
  padding: 9px 15px;
  border-radius: 6px;
  font-weight: 600;
}
.nav-cta:hover {
  color: #14200b;
  background: #d7fa94;
}
main {
  max-width: 1500px;
  padding: 0 5%;
  margin: auto;
}
section {
  padding: 60px 0;
}
h1 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -3px;
  margin: 23px 0;
}
h1 em {
  font-style: normal;
  color: #c6f36b;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 13px 0 24px;
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.4px;
}
p {
  color: #acb3bc;
  margin: 15px 0;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
}
.small {
  font-size: 12px;
  line-height: 1.9;
  color: #9ca6b1;
}
.eyebrow {
  color: #b6c7a5;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 55px;
  align-items: center;
  padding: 80px 0;
}
.hero-preview {
  border: 1px solid #40483a;
  background: #18211b;
  border-radius: 9px;
  overflow: hidden;
  transform: rotate(-1deg);
  box-shadow: 0 20px 70px #0005;
}
.hero-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.preview-meta {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  color: #b7c1af;
  font-size: 8px;
  letter-spacing: 1px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 29px 0 18px;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 13px 21px;
  background: #c6f36b;
  color: #162109;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.cta:hover {
  background: #dcff9d;
}
.cta span {
  font-size: 20px;
}
.secondary {
  font-size: 13px;
  color: #d4dace;
  text-decoration: none;
}
.two-grid,
.three-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.three-grid {
  grid-template-columns: repeat(3, 1fr);
}
.feature-card,
.resource-card {
  display: block;
  padding: 30px;
  background: #191c1d;
  border: 1px solid #343b36;
  border-radius: 9px;
  text-decoration: none;
}
.feature-card:hover,
.resource-card:hover {
  border-color: #93af6f;
}
.feature-card p,
.resource-card p {
  font-size: 14px;
}
.card-number {
  color: #c6f36b;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #536345;
  border-radius: 5px;
  padding: 4px 8px;
}
.resource-type {
  font-size: 9px;
  color: #bcccad;
  letter-spacing: 1.2px;
}
.text-link {
  font-size: 12px;
  color: #c6f36b;
  text-decoration: none;
}
.feature-card .text-link,
.resource-card .text-link {
  display: inline-block;
  margin-top: 18px;
}
.section-intro {
  margin-bottom: 30px;
}
.explain {
  max-width: 870px;
  padding: 55px 0;
}
.explain p,
.explain li,
.content-block li {
  font-size: 15px;
  color: #b2bbc3;
}
.explain h3 {
  margin-top: 33px;
}
.explain a:not(.cta) {
  color: #c6f36b;
}
.article {
  max-width: 900px;
  padding: 70px 0;
}
.article h1 {
  margin-bottom: 30px;
}
.content-block {
  padding: 0 10px;
}
.content-block h2 {
  font-size: 26px;
}
.content-block p {
  font-size: 15px;
}
li {
  padding-left: 5px;
  margin-bottom: 14px;
}
ol,
ul {
  padding-left: 24px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 32px 0;
  font-size: 14px;
  text-align: left;
}
th,
td {
  border-bottom: 1px solid #3a4145;
  padding: 16px 18px;
  vertical-align: top;
}
th {
  font-weight: 600;
  color: #d7e0d1;
}
td {
  color: #b2bbc3;
}
footer {
  border-top: 1px solid #303237;
  padding: 28px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  gap: 20px;
  color: #9fa8b1;
}
footer a {
  text-decoration: none;
  color: #d8e1d2;
}
footer nav {
  font-size: 11px;
  gap: 20px;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -90px;
  padding: 8px 15px;
  background: #c6f36b;
  color: #162109;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
a:focus-visible {
  outline: 2px solid #c6f36b;
  outline-offset: 5px;
}
.tool-hero {
  padding: 75px 0 55px;
  max-width: 850px;
}
.tool-hero h1 {
  font-size: clamp(42px, 5.2vw, 68px);
}
@media (max-width: 950px) {
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .lead {
    font-size: 16px;
  }
  .three-grid {
    grid-template-columns: 1fr 1fr;
  }
  .resource-card,
  .feature-card {
    padding: 24px;
  }
  nav {
    gap: 17px;
  }
  .hero-preview {
    transform: none;
  }
}
@media (max-width: 680px) {
  header {
    padding: 20px 6%;
  }
  .site-brand {
    font-size: 22px;
  }
  header nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    font-size: 11px;
    padding: 9px 11px;
  }
  .brand-square {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  main {
    padding: 0 6%;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 47px 0;
    gap: 33px;
  }
  h1,
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .hero-preview {
    max-width: 550px;
  }
  h2 {
    font-size: 26px;
  }
  .two-grid,
  .three-grid {
    grid-template-columns: 1fr;
  }
  .tool-hero {
    padding: 45px 0 20px;
  }
  .explain,
  .article,
  section {
    padding: 35px 0;
  }
  .lead {
    font-size: 16px;
  }
  .content-block {
    padding: 0;
  }
  .small {
    font-size: 11px;
  }
  .explain p,
  .explain li {
    font-size: 14px;
  }
  .resource-card {
    padding: 24px;
  }
  .article h1 {
    font-size: 43px;
  }
  table {
    font-size: 12px;
  }
  th,
  td {
    padding: 10px 7px;
  }
  footer {
    padding: 23px 6%;
    flex-wrap: wrap;
  }
  footer > span:last-child {
    display: none;
  }
  footer nav {
    gap: 16px;
    flex-wrap: wrap;
  }
}
