:root {
  --paper: #f6f6ef;
  --ink: #182019;
  --soft: #667066;
  --line: #d9ded3;
  --lime: #caff70;
  --mint: #eaf4d9;
  --dark: #192219;
  --mono: "IBM Plex Mono", monospace;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 500 15px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #739b2e;
  outline-offset: 4px;
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.container {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: -60px;
  left: 12px;
  padding: 12px 18px;
  background: var(--lime);
}
.skip-link:focus {
  top: 12px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #f6f6efd9;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  display: block;
  width: 134px;
  height: auto;
  filter: brightness(0);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.nav-links a {
  font-size: 12px;
  font-weight: 700;
  color: #535e52;
  transition: color 0.18s;
}
.nav-links a:hover {
  color: #87ae47;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 16px;
  background: var(--ink);
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  transition:
    background 0.2s,
    transform 0.2s;
}
.nav-cta:hover {
  background: #314631;
  transform: translateY(-1px);
}
.nav-cta .icon {
  width: 16px;
  height: 16px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 56px;
  border-radius: 6px;
  padding: 0 23px;
  font-weight: 800;
  font-size: 13px;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
}
.button-lime:hover {
  background: #bbf254;
  box-shadow: 0 10px 18px #9fc65c42;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #334331;
}
.button-light {
  background: #f4f8e9;
  color: var(--ink);
}
.button-light:hover {
  background: #dcebc8;
}
.button-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 4px;
  border-bottom: 1px solid #7f8b7e;
}
.button-link .icon {
  width: 16px;
  height: 16px;
}
.button-link:hover {
  color: #668b32;
}
.screen {
  min-height: calc(100svh - 72px);
}
/* First screen */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 18%, #daedbb8c, transparent 39%),
    linear-gradient(123deg, #fbfcf8 7%, #f6f9f1 62%, #eaf3df 100%);
}
.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 80px));
  padding-block: 48px 56px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  font: 500 10px/1.5 var(--mono);
  letter-spacing: 0.05em;
  color: #55634d;
  margin-bottom: 22px;
}
.eyebrow-line {
  height: 1px;
  width: 32px;
  background: #b7c4ad;
}
.hero h1 {
  font-size: clamp(58px, 6vw, 86px);
  line-height: 1.02;
  letter-spacing: -0.075em;
  font-weight: 800;
  max-width: 1050px;
}
.hero h1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hero h1 span:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 19px;
  left: 0;
  right: -7px;
  bottom: 2px;
  background: var(--lime);
  transform: rotate(-1.5deg);
}
.hero-lead {
  color: #566254;
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  margin-top: 22px;
}
.hero-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.hero-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 225px;
  padding: 25px 28px;
  border: 1px solid #c7d8bc;
  border-radius: 15px;
  background: #20301e;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 38px #2945251c;
  transition:
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.hero-price:hover {
  transform: translateY(-3px);
  border-color: #87ad4a;
  box-shadow: 0 22px 40px #2945252a;
}
.hero-price-online {
  background: var(--lime);
  border-color: #addb64;
}
.hero-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.hero-price-label {
  color: #d7e8ce;
  font: 700 10px/1.4 var(--mono);
  letter-spacing: 0.035em;
}
.hero-price-badge {
  padding: 6px 8px;
  border-radius: 4px;
  background: #395035;
  color: #d8ffac;
  font: 700 9px/1.2 var(--mono);
  white-space: nowrap;
}
.hero-price-online .hero-price-badge {
  background: #edffd1;
  color: #2b4822;
}
.hero-price-online .hero-price-label {
  color: #29451e;
}
.hero-price-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 13px;
  margin-top: 20px;
}
.hero-price-value strong {
  color: #fff;
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.hero-price-value strong small {
  font-size: 0.48em;
  letter-spacing: -0.03em;
}
.hero-price-detail {
  color: #d7e5d0;
  font-size: 15px;
  line-height: 1.4;
}
.hero-price-summary {
  color: #cbdcc5;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 8px;
}
.hero-price-online .hero-price-value strong,
.hero-price-online .hero-price-detail,
.hero-price-online .hero-price-summary {
  color: #1c2a19;
}
.hero-price-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #476143;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.hero-price-action .icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  background: #ddf7bf;
  color: #1e371a;
}
.hero-price-online .hero-price-action {
  color: #1c2a19;
  border-color: #a6d764;
}
.hero-price-online .hero-price-action .icon {
  background: #20301e;
  color: var(--lime);
}
.hero-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
/* Second screen */
.outcomes.screen,
.tools.screen {
  min-height: 0;
}
.section-wrap {
  padding-block: 64px;
}
.section-head {
  margin-bottom: 28px;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 600 10px var(--mono);
  letter-spacing: 0.075em;
  color: #526e2b;
  margin-bottom: 14px;
}
.kicker span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: #e2eecf;
  border-radius: 4px;
  color: #425e2e;
}
.section-head h2 {
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 1.13;
  letter-spacing: -0.07em;
  font-weight: 800;
}
.section-head h2 em {
  font-style: normal;
  color: #82927b;
}
.outcomes {
  background: #fffef9;
}
.outcomes .section-head h2 em {
  color: #42682e;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.outcome-card {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  min-height: 180px;
  padding: 22px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #dce4d4;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 23px #23412315;
}
.outcome-card:nth-child(-n + 2) {
  grid-column: span 3;
}
.outcome-card:nth-child(n + 3) {
  grid-column: span 2;
}
.outcome-icon {
  position: absolute;
  top: 24px;
  left: 27px;
  width: 37px;
  height: 37px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #ffffff9c;
}
.outcome-icon .icon {
  width: 21px;
  height: 21px;
}
.outcome-number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #4b6241;
  font: 500 10px var(--mono);
}
.outcome-card h3 {
  font-size: clamp(21px, 1.85vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 800;
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.outcome-card p {
  font-size: 12px;
  color: #526151;
  line-height: 1.6;
  max-width: 370px;
  margin-top: 9px;
  position: relative;
  z-index: 1;
}
.outcome-site {
  background: #e8f0db;
}
.outcome-auto {
  background: #e8e9f1;
}
.outcome-bot {
  background: #eeeae0;
}
.outcome-android {
  background: #ddebe5;
}
.outcome-anything {
  background: var(--lime);
  border-color: #badc85;
}
.outcome-anything h3 {
  max-width: 230px;
}
.outcome-anything p {
  max-width: 250px;
}
.anything-arrow {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 70px;
  line-height: 1;
  color: #496438;
  opacity: 0.85;
}
.outcome-decoration {
  position: absolute;
  pointer-events: none;
}
.outcome-browser {
  right: -35px;
  top: 42px;
  width: 180px;
  height: 132px;
  background: #f9fbf6;
  border: 1px solid #bcccad;
  border-radius: 6px;
  box-shadow: 0 9px 15px #4b6d3b1d;
  transform: rotate(-9deg);
  padding: 20px 16px;
}
.outcome-browser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  border-bottom: 1px solid #d7dfcf;
}
.outcome-browser span {
  display: block;
  height: 9px;
  background: #cad8bc;
  border-radius: 2px;
  margin: 9px 0;
  width: 77%;
}
.outcome-browser span:nth-child(2) {
  width: 53%;
}
.outcome-browser span:nth-child(3) {
  width: 88%;
  height: 36px;
  background: #e6ecd9;
}
.outcome-nodes {
  right: 22px;
  top: 48px;
  width: 155px;
  height: 90px;
  border: 2px dashed #a7adbf;
  border-radius: 20px;
  transform: rotate(16deg);
}
.outcome-nodes i {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: #8693b0;
  box-shadow: 0 4px 8px #4c5c7a25;
}
.outcome-nodes i:first-child {
  top: -15px;
  left: -12px;
}
.outcome-nodes i:nth-child(2) {
  top: 50px;
  left: 52px;
  background: #c2c5df;
}
.outcome-nodes i:nth-child(3) {
  top: -15px;
  right: -12px;
  background: #636f9a;
}
/* Third screen */
.tools {
  background: var(--dark);
  color: #f5f8f1;
}
.tools .section-wrap {
  padding-block: 56px;
}
.tools .kicker {
  color: var(--lime);
}
.tools .kicker span {
  background: #354a2c;
  color: var(--lime);
}
.tools .section-head h2 em {
  color: var(--lime);
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.logo-card {
  height: 68px;
  border-radius: 9px;
  background: #f9fbf5;
  color: #253026;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition:
    transform 0.2s,
    background 0.2s;
}
.logo-card:hover {
  transform: translateY(-2px);
  background: #eaf7d9;
}
.logo-frame {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  background: #eef1e9;
  border-radius: 8px;
  flex-shrink: 0;
}
.logo-frame img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.logo-card:nth-child(4) .logo-frame img {
  width: 37px;
  height: 37px;
}
.logo-card:nth-child(5) .logo-frame img {
  width: 36px;
  height: 36px;
}
.models {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 35px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 20px;
  border: 1px solid #506046;
  border-radius: 10px;
  background: #232f22;
}
.models-copy span {
  display: block;
  color: var(--lime);
  font: 500 9px var(--mono);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.models-copy strong {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  display: block;
}
.model-list {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.model-list > span {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #53624e;
  background: #344331;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 11px;
  color: #e1eadb;
}
.model-list img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.model-list
  > span:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)):not(
    :nth-child(8)
  )
  img {
  filter: invert(1);
}
/* Pricing */
.pricing {
  background: #e8f2da;
}
.pricing .section-wrap {
  padding-block: 64px;
}
.pricing-head h2 em {
  color: #5e7e32;
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.price-card {
  border-radius: 12px;
  padding: 25px;
  min-height: 365px;
  display: flex;
  flex-direction: column;
}
.price-offline {
  background: #fffef8;
  border: 1px solid #cfdabe;
}
.price-online {
  background: #222d20;
  color: #fff;
  border: 1px solid #222d20;
}
.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font: 600 9px var(--mono);
  letter-spacing: 0.05em;
}
.price-type {
  color: #586a4f;
}
.price-online .price-type {
  color: #c8d9bb;
}
.price-badge {
  border-radius: 4px;
  background: #e5f1d5;
  padding: 7px 9px;
  color: #4b693e;
}
.price-online .price-badge {
  background: var(--lime);
  color: #263b1d;
}
.price-card h3 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 21px;
  font-weight: 800;
}
.price-main {
  margin-top: 18px;
  padding: 15px 0;
  border-block: 1px solid #dfe5d6;
}
.price-online .price-main {
  border-color: #57644f;
}
.price-main strong {
  display: block;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.price-main strong small {
  font-size: 24px;
  letter-spacing: -0.04em;
}
.price-main > span {
  display: block;
  font-size: 11px;
  margin-top: 9px;
  color: #5d6b59;
}
.price-online .price-main > span {
  color: #b3c7a8;
}
.price-details {
  display: grid;
  gap: 7px;
  margin: 15px 0 19px;
  font-size: 11px;
}
.price-details span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.price-details .icon {
  width: 15px;
  height: 15px;
  color: #799e47;
}
.price-online .price-details .icon {
  color: var(--lime);
}
.price-card .button {
  width: 100%;
  margin-top: auto;
  border: 0;
  text-align: left;
}
.apply-dialog {
  width: min(490px, calc(100% - 28px));
  max-height: min(92vh, 780px);
  padding: 0;
  border: 1px solid #c9dbb6;
  border-radius: 16px;
  background: #f9fbf4;
  color: var(--ink);
  box-shadow: 0 26px 90px #10201455;
}
.apply-dialog::backdrop {
  background: #101c13b8;
  backdrop-filter: blur(4px);
}
.apply-content {
  padding: 35px;
}
.apply-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #687463;
  font-size: 28px;
  line-height: 1;
}
.apply-kicker {
  margin-bottom: 14px;
  color: #587547;
  font: 700 10px var(--mono);
  letter-spacing: .06em;
}
.apply-dialog h2 {
  max-width: 390px;
  font-size: clamp(29px, 5vw, 40px);
  line-height: 1.12;
  letter-spacing: -.06em;
}
.apply-dialog h2 span {
  color: #5d8435;
}
.apply-intro {
  margin-top: 11px;
  color: #5d695c;
  font-size: 13px;
}
.apply-dialog form {
  margin-top: 23px;
}
.apply-dialog form[hidden],
.apply-success[hidden] {
  display: none;
}
.apply-dialog label {
  display: block;
  margin: 14px 0 6px;
  font-size: 12px;
  font-weight: 800;
}
.apply-dialog input,
.apply-dialog select {
  width: 100%;
  min-height: 47px;
  padding: 10px 13px;
  border: 1px solid #cbd7c2;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: 600 13px var(--sans);
}
.apply-dialog input::placeholder {
  color: #8b9787;
}
.apply-dialog input:focus,
.apply-dialog select:focus {
  border-color: #79a444;
}
.apply-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.apply-submit {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 0 17px;
  border: 0;
  border-radius: 7px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
}
.apply-submit:hover {
  background: #b9f05a;
}
.apply-submit:disabled {
  opacity: .65;
  cursor: wait;
}
.apply-consent {
  margin-top: 12px;
  color: #6e786b;
  font-size: 10px;
  line-height: 1.5;
}
.apply-status {
  margin-top: 12px;
  color: #9a3c28;
  font-size: 12px;
  font-weight: 700;
}
.apply-status:empty {
  display: none;
}
.apply-fallback {
  display: inline-block;
  margin-top: 12px;
  border-bottom: 1px solid #8ea783;
  color: #4b6343;
  font-size: 11px;
  font-weight: 700;
}
.apply-success {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #d5e1cc;
}
.apply-success strong {
  font-size: 22px;
}
.apply-success p {
  margin-top: 4px;
  color: #5d695c;
  font-size: 13px;
}
.footer {
  background: var(--dark);
  color: #e5ebdf;
  border-top: 1px solid #4e5b47;
}
.footer-inner {
  padding: 27px 0;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 11px;
  color: #aebcad;
}
.footer .brand {
  color: #fff;
}
.footer .brand img {
  width: 120px;
  filter: none;
}
.footer-inner > a:nth-of-type(2) {
  margin-left: auto;
  color: #d9e9c9;
  border-bottom: 1px solid #95ae86;
}
.footer-inner > a:nth-of-type(2):hover {
  color: var(--lime);
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .section-head h2 {
    font-size: 52px;
  }
  .outcome-browser {
    opacity: 0.65;
  }
  .outcome-nodes {
    opacity: 0.55;
  }
}
@media (max-width: 900px) {
  .nav-inner {
    height: 68px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-cta {
    gap: 7px;
  }
  .screen {
    min-height: auto;
  }
  .hero-inner {
    padding-block: 42px 48px;
  }
  .hero h1 {
    font-size: clamp(58px, 7vw, 70px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-price {
    min-height: 212px;
    padding: 20px;
  }
  .hero-price-value strong {
    font-size: clamp(38px, 5vw, 52px);
  }
  .section-wrap {
    padding-block: 58px;
  }
  .outcome-card {
    min-height: 170px;
    padding: 22px;
  }
  .outcome-card h3 {
    font-size: 22px;
  }
  .outcome-icon {
    left: 22px;
    top: 22px;
  }
  .outcome-number {
    right: 22px;
    top: 23px;
  }
  .tools .section-head h2 {
    font-size: 50px;
  }
  .logo-card {
    font-size: 15px;
  }
  .models {
    grid-template-columns: 250px 1fr;
    gap: 17px;
  }
  .model-list > span {
    font-size: 9px;
  }
  .price-card {
    padding: 22px;
    min-height: 350px;
  }
  .price-main strong {
    font-size: 36px;
  }
  .price-main strong small {
    font-size: 19px;
  }
  .price-card h3 {
    font-size: 26px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner > a:nth-of-type(2) {
    margin-left: auto;
  }
}
@media (max-width: 680px) {
  .apply-content {
    padding: 26px 20px;
  }
  html {
    scroll-padding-top: 64px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .nav-inner {
    height: 64px;
    gap: 11px;
  }
  .brand img {
    width: 108px;
  }
  .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 20px #20301b19;
    gap: 0;
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a {
    padding: 13px 4px;
    font-size: 14px;
  }
  .nav-cta {
    margin-left: auto;
    padding: 10px 11px;
    font-size: 10px;
  }
  .nav-cta .icon {
    display: none;
  }
  .menu-toggle {
    display: flex;
    width: 38px;
    height: 38px;
  }
  .hero-inner {
    padding-block: 28px 38px;
  }
  .eyebrow {
    font-size: 8px;
    gap: 7px;
    margin-bottom: 18px;
  }
  .eyebrow-line {
    width: 15px;
  }
  .hero h1 {
    font-size: clamp(37px, 10.7vw, 65px);
    line-height: 1.08;
    letter-spacing: -0.065em;
  }
  .hero h1 span:after {
    height: 12px;
    bottom: 2px;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 18px;
  }
  .hero-prices {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }
  .hero-price {
    min-height: 150px;
    padding: 15px 17px;
  }
  .hero-price-label {
    font-size: 9px;
  }
  .hero-price-badge {
    font-size: 8px;
  }
  .hero-price-value {
    margin-top: 10px;
  }
  .hero-price-value strong {
    font-size: 37px;
  }
  .hero-price-detail {
    font-size: 12px;
  }
  .hero-price-summary {
    font-size: 12px;
    margin-top: 3px;
  }
  .hero-price-action {
    font-size: 12px;
    padding-top: 6px;
  }
  .hero-price-action .icon {
    width: 26px;
    height: 26px;
    padding: 6px;
  }
  .hero-actions {
    margin-top: 16px;
  }
  .button {
    min-height: 50px;
    font-size: 11px;
    padding-inline: 15px;
    gap: 18px;
  }
  .button-link {
    font-size: 10px;
    gap: 7px;
  }
  .button-link .icon {
    width: 13px;
    height: 13px;
  }
  .section-wrap {
    padding-block: 44px;
  }
  .section-head {
    margin-bottom: 22px;
  }
  .kicker {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .kicker span {
    width: 22px;
    height: 22px;
  }
  .section-head h2 {
    font-size: clamp(34px, 9vw, 47px);
  }
  .outcome-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .outcome-card,
  .outcome-card:nth-child(-n + 2),
  .outcome-card:nth-child(n + 3) {
    grid-column: span 1;
    min-height: 140px;
    padding: 16px;
  }
  .outcome-card:last-child {
    grid-column: span 2;
    min-height: 130px;
  }
  .outcome-icon {
    top: 15px;
    left: 16px;
    width: 30px;
    height: 30px;
  }
  .outcome-icon .icon {
    width: 17px;
    height: 17px;
  }
  .outcome-number {
    right: 15px;
    top: 17px;
    font-size: 8px;
  }
  .outcome-card h3 {
    font-size: 19px;
  }
  .outcome-card p {
    display: none;
  }
  .outcome-browser,
  .outcome-nodes {
    display: none;
  }
  .outcome-anything h3 {
    max-width: none;
  }
  .outcome-anything p {
    max-width: 250px;
  }
  .anything-arrow {
    font-size: 58px;
    right: 16px;
    bottom: 13px;
  }
  .tools .section-head h2 {
    font-size: clamp(34px, 9vw, 46px);
  }
  .logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .logo-card {
    height: 83px;
    padding: 7px 5px;
    gap: 5px;
    font-size: 11px;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
  }
  .logo-frame {
    height: 39px;
    width: 39px;
    border-radius: 6px;
  }
  .logo-frame img {
    width: 27px;
    height: 27px;
  }
  .logo-card:nth-child(4) .logo-frame img,
  .logo-card:nth-child(5) .logo-frame img {
    width: 30px;
    height: 30px;
  }
  .models {
    grid-template-columns: 1fr;
    padding: 15px;
    margin-top: 12px;
  }
  .models-copy strong {
    font-size: 21px;
  }
  .model-list {
    justify-content: flex-start;
    gap: 6px;
  }
  .model-list > span {
    font-size: 9px;
    padding: 6px 7px;
  }
  .model-list img {
    width: 14px;
    height: 14px;
  }
  .pricing .section-wrap {
    padding-block: 46px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .price-card {
    min-height: 0;
    padding: 20px;
  }
  .price-card h3 {
    font-size: 25px;
    margin-top: 16px;
  }
  .price-main strong {
    font-size: clamp(32px, 9vw, 43px);
  }
  .price-main strong small {
    font-size: 20px;
  }
  .price-details {
    margin-block: 14px 17px;
  }
  .footer-inner {
    align-items: flex-start;
    gap: 13px 22px;
    font-size: 10px;
  }
  .footer-inner > a:nth-of-type(2) {
    margin-left: auto;
  }
  .footer-inner > span:first-of-type {
    width: 100%;
    order: 3;
  }
  .footer-inner > span:last-child {
    order: 4;
  }
}
@media (max-width: 390px) {
  .container {
    width: calc(100% - 30px);
  }
  .nav-cta {
    font-size: 9px;
    padding-inline: 8px;
  }
  .hero h1 {
    font-size: clamp(37px, 10.7vw, 42px);
  }
  .hero-price {
    padding: 13px 14px;
  }
  .hero-price-label {
    font-size: 9px;
  }
  .hero-price-value strong {
    font-size: 34px;
  }
  .price-card {
    padding: 20px;
  }
  .price-main strong {
    font-size: 34px;
  }
  .outcome-card h3 {
    font-size: 17px;
  }
  .logo-card {
    font-size: 10px;
  }
  .logo-frame {
    height: 38px;
    width: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
