.site {
  background-color: #ffffff;
  color: #0b0e14;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eceef2;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-dot {
  width: 20px;
  height: 20px;
  background-color: #4f46e5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: inline-block;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navlink {
  color: #4b5261;
  font-size: 15px;
  font-weight: 500;
}

.navlink-cta {
  color: #ffffff;
  background-color: #0b0e14;
  padding: 10px 18px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.hero {
  padding-top: 108px;
  padding-bottom: 108px;
  text-align: center;
}

.pill {
  display: inline-block;
  background-color: #eef0ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 15px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  margin-bottom: 30px;
}

.display {
  font-size: 76px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.display-accent {
  color: #4f46e5;
}

.lede {
  font-size: 21px;
  color: #5a6373;
  max-width: 54ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.hero-note {
  font-size: 14px;
  color: #8a93a3;
  margin-top: 22px;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-primary {
  background-color: #4f46e5;
  color: #ffffff;
}

.btn-dark {
  background-color: #0b0e14;
  color: #ffffff;
}

.btn-outline {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d7dbe3;
  border-right-color: #d7dbe3;
  border-bottom-color: #d7dbe3;
  border-left-color: #d7dbe3;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #0b0e14;
}

.logos {
  padding-top: 34px;
  padding-bottom: 54px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eceef2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eceef2;
}

.logos-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9aa2b1;
  margin-bottom: 26px;
}

.logos-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.logo-word {
  font-size: 22px;
  font-weight: 700;
  color: #b3bac6;
  letter-spacing: -0.02em;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-tint {
  background-color: #f7f8fa;
}

.section-head {
  text-align: center;
  margin-bottom: 64px;
}

.kicker {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f46e5;
  margin-bottom: 16px;
}

.section-title {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.section-sub {
  font-size: 19px;
  color: #5a6373;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.cards {
  display: flex;
  gap: 24px;
}

.card {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e7eaef;
  border-right-color: #e7eaef;
  border-bottom-color: #e7eaef;
  border-left-color: #e7eaef;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 34px 32px;
}

.card-icon {
  width: 46px;
  height: 46px;
  background-color: #eef0ff;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  margin-bottom: 22px;
  display: inline-block;
}

.card-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.card-body {
  font-size: 16px;
  color: #5a6373;
}

.frow {
  display: flex;
  gap: 72px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.frow-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.frow-visual {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #f2f3f7;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e7eaef;
  border-right-color: #e7eaef;
  border-bottom-color: #e7eaef;
  border-left-color: #e7eaef;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 320px;
}

.frow-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.frow-body {
  font-size: 18px;
  color: #5a6373;
  margin-bottom: 20px;
}

.checklist {
  list-style: none;
  padding-left: 0px;
}

.check-item {
  font-size: 16px;
  color: #3a4150;
  padding-left: 28px;
  margin-bottom: 12px;
}

.metrics {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.metric {
  text-align: center;
}

.metric-num {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #4f46e5;
}

.metric-label {
  font-size: 15px;
  color: #5a6373;
  margin-top: 6px;
}

.plans {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.plan {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e7eaef;
  border-right-color: #e7eaef;
  border-bottom-color: #e7eaef;
  border-left-color: #e7eaef;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 38px 34px;
}

.plan-featured {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #4f46e5;
  border-right-color: #4f46e5;
  border-bottom-color: #4f46e5;
  border-left-color: #4f46e5;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #fbfbff;
}

.plan-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.plan-period {
  font-size: 16px;
  color: #8a93a3;
  font-weight: 500;
}

.plan-desc {
  font-size: 15px;
  color: #5a6373;
  margin-top: 12px;
  margin-bottom: 26px;
}

.plan-feats {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 30px;
}

.plan-feat {
  font-size: 15px;
  color: #3a4150;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eef0f3;
}

.ctaband {
  background-color: #0b0e14;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 72px 48px;
  text-align: center;
}

.ctaband-title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.ctaband-sub {
  font-size: 19px;
  color: #a7afbe;
  margin-bottom: 34px;
}

.formcard {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e7eaef;
  border-right-color: #e7eaef;
  border-bottom-color: #e7eaef;
  border-left-color: #e7eaef;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 44px;
}

.field {
  margin-bottom: 22px;
}

.field-row {
  display: flex;
  gap: 20px;
}

.field-half {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3a4150;
  margin-bottom: 8px;
}

.input {
  display: block;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d7dbe3;
  border-right-color: #d7dbe3;
  border-bottom-color: #d7dbe3;
  border-left-color: #d7dbe3;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
  padding: 13px 14px;
  color: #0b0e14;
}

.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eceef2;
  padding-top: 54px;
  padding-bottom: 54px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand {
  font-size: 19px;
  font-weight: 700;
}

.footer-note {
  font-size: 15px;
  color: #8a93a3;
  margin-top: 12px;
  max-width: 32ch;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-link {
  font-size: 15px;
  color: #4b5261;
}