:root {
  --ink: #142235;
  --blue: #155eef;
  --cream: #f8f6f1;
  --sand: #ede9e1;
  --muted: #627085;
  --gold: #e8b758;
  --line: #d9d5cb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.55 Arial,
    sans-serif;
}
a {
  color: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
header {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 72px;
  background: #f8f6f1ee;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e6e2d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(20px, calc((100vw - 1160px) / 2));
  gap: 24px;
}
.brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
}
.brand span {
  color: var(--blue);
}
.brand i {
  color: var(--gold);
  font-style: normal;
}
header nav {
  display: flex;
  gap: 25px;
  font-size: 14px;
  font-weight: bold;
}
header nav a {
  text-decoration: none;
}
.button {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--blue);
  border-radius: 7px;
  padding: 12px 17px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.button:hover {
  background: #0c4bd1;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 85px 0;
}
.eyebrow,
.label {
  color: var(--blue);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.not-found .eyebrow {
  font-size: 13px;
  letter-spacing: 1.7px;
}
.hero h1,
h2 {
  font-size: clamp(40px, 5vw, 67px);
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 0;
}
.lede {
  font-size: 19px;
  color: #48566a;
  max-width: 560px;
}
.hero-price {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 27px 0;
}
.hero-price b {
  font-size: 31px;
  letter-spacing: -1px;
}
.hero-price small,
strong small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}
.hero-price span {
  border-left: 1px solid var(--line);
  padding-left: 17px;
  color: var(--muted);
  font-size: 13px;
}
.text-link {
  font-size: 14px;
  font-weight: bold;
  margin-left: 18px;
}
.not-found {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 56px 0;
}
.not-found-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(350px, 0.85fr);
  align-items: center;
  gap: clamp(56px, 10vw, 148px);
}
.not-found-copy {
  position: relative;
  z-index: 1;
}
.not-found h1 {
  font-size: clamp(52px, 6.8vw, 88px);
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 0;
}
.not-found h1 em {
  color: var(--blue);
  font-family: Georgia, serif;
  font-weight: normal;
  letter-spacing: -0.09em;
}
.not-found p:not(.eyebrow) {
  max-width: 480px;
  margin: 24px 0 32px;
  color: var(--muted);
  font-size: 18px;
}
.not-found-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.not-found-actions .button span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 160ms ease;
}
.not-found-actions .button:hover span { transform: translateX(3px); }
.lost-page-game {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.game-glow {
  position: absolute;
  z-index: -2;
  width: min(470px, 115%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #d8e6ff 0%, #e9effb 34%, #f8f6f1 70%);
  animation: glow-breathe 5s ease-in-out infinite;
}
.game-status {
  position: absolute;
  top: 21px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #53647a;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px #e8b7582b; }
.lost-window {
  width: min(100%, 380px);
  overflow: hidden;
  border: 1px solid #cbd5e4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 28px 65px #1422352b, 0 5px 13px #14223514;
  transform: rotate(4deg);
  animation: window-float 5s ease-in-out infinite;
}
.lost-window-bar { display: flex; align-items: center; gap: 5px; height: 34px; padding: 0 13px; border-bottom: 1px solid #e7ebf1; background: #f7f9fc; }
.lost-window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d7dde7; }
.lost-window-bar b { margin-left: 6px; overflow: hidden; color: #8c98a9; font-size: 8px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; }
.lost-window-content { display: grid; min-height: 245px; place-items: center; align-content: center; padding: 30px; text-align: center; background: linear-gradient(145deg, #172b48, #0c1e36); color: white; }
.window-label { color: #9fb8dc; font-size: 9px; font-weight: bold; letter-spacing: .15em; }
.lost-window-content strong { margin: 8px 0 0; font-size: 94px; letter-spacing: -.1em; line-height: .9; }
.lost-window-content strong span { color: var(--gold); }
.found-code { display: none; color: #fff; font-size: 63px !important; letter-spacing: -.075em !important; }
.found-code span { color: var(--gold); }
.lost-window-content small { margin-top: 14px; color: #b4c3d8; font-size: 11px; }
.lost-route { display: flex; align-items: center; justify-content: space-between; width: 155px; margin-top: 16px; }
.lost-route::before { position: absolute; width: 135px; border-top: 1px dashed #7894b9; content: ""; }
.lost-route i { position: relative; width: 8px; height: 8px; border: 2px solid #b9cce5; border-radius: 50%; background: #172b48; }
.lost-route i:last-child { width: 12px; height: 12px; border-color: var(--gold); box-shadow: 0 0 0 4px #e8b75833; }
.lost-page-game[data-stage="1"] .lost-window-content { background: linear-gradient(145deg, #19385d, #10345c); }
.lost-page-game[data-stage="1"] .lost-route i:nth-child(-n + 2) { border-color: #75aaff; background: #75aaff; box-shadow: 0 0 0 4px #75aaff2b; }
.lost-page-game[data-stage="2"] .lost-window-content { background: linear-gradient(145deg, #17466c, #15517a); }
.lost-page-game[data-stage="2"] .lost-route i:nth-child(-n + 4) { border-color: #83d1c1; background: #83d1c1; box-shadow: 0 0 0 4px #83d1c12b; }
.lost-page-game[data-stage="1"] .lost-window-content strong span,
.lost-page-game[data-stage="2"] .lost-window-content strong span { color: #91c7ff; }
.polish-orbit { position: absolute; z-index: 2; color: var(--gold); font-size: 29px; animation: sparkle 3s ease-in-out infinite; }
.orbit-one { top: 80px; right: 6%; }
.orbit-two { bottom: 80px; left: 1%; font-size: 17px; animation-delay: 1.1s; }
.game-controls { position: absolute; right: 0; bottom: -19px; display: grid; justify-items: end; gap: 8px; }
.lost-page-game:not([data-stage]) .game-controls { animation: interaction-nudge 4s ease-in-out 3s infinite; }
.polish-control { display: flex; align-items: center; gap: 8px; border: 1px solid #bdd0ee; border-radius: 999px; padding: 10px 14px 10px 10px; background: #fff; color: var(--ink); box-shadow: 0 9px 20px #14223516; font: bold 12px Arial, sans-serif; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease; }
.polish-control:hover { box-shadow: 0 12px 25px #14223524; transform: translateY(-2px); }
.polish-control:focus-visible { outline: 3px solid #155eef66; outline-offset: 3px; }
.polish-control:disabled { cursor: default; }
.polish-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--blue); color: white; }
.lost-page-game:not([data-stage]) .polish-control { animation: interaction-pulse 2s ease-in-out infinite; }
.lost-page-game:not([data-stage]) .polish-icon { animation: interaction-spark 1.5s ease-in-out infinite; }
.not-found .game-hint { max-width: none; margin: 0; color: #8390a1; font-size: 10px; }
.is-polishing .lost-window { animation: polish-window 600ms ease; }
.is-polishing .polish-icon { animation: polish-icon 600ms ease; }
.is-found .lost-window-content { background: linear-gradient(145deg, #155eef, #123d9b); }
.is-found .error-code { display: none; }
.is-found .found-code { display: block; animation: found-arrival 460ms cubic-bezier(.12,.8,.25,1) both; }
.is-found .status-dot { background: #63c087; box-shadow: 0 0 0 4px #63c0872b; }
.page-celebration { position: absolute; z-index: 3; top: 50%; left: 50%; width: 1px; height: 1px; pointer-events: none; }
.page-celebration::before,
.page-celebration::after { position: absolute; width: 10px; height: 10px; border-radius: 50%; content: ""; opacity: 0; transform: translate(-50%, -50%) scale(.08); }
.page-celebration::before { background: var(--gold); box-shadow: 0 -142px #e8b758, 92px -106px #6fa6ff, 146px -14px #7ed39b, 107px 91px #e8b758, 16px 142px #6fa6ff, -95px 108px #7ed39b, -146px 18px #e8b758, -111px -92px #6fa6ff; }
.page-celebration::after { width: 7px; height: 7px; background: #fff; box-shadow: 47px -166px #fff, 160px -76px #e8b758, 176px 56px #fff, 81px 151px #7ed39b, -66px 157px #fff, -161px 79px #e8b758, -174px -51px #fff, -75px -150px #7ed39b; }
.page-celebration i { position: absolute; display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); opacity: 0; transform: translate(-50%, -50%); }
.page-celebration i:nth-child(3n) { width: 5px; height: 10px; border-radius: 2px; background: #68a0ff; }
.page-celebration i:nth-child(4n) { background: #7ed39b; }
.is-found .page-celebration i { animation: page-firework 1.1s cubic-bezier(.12,.7,.26,1) both; }
.is-found .page-celebration::before { animation: firework-ring 1.35s cubic-bezier(.08,.67,.2,1) both; }
.is-found .page-celebration::after { animation: firework-ring 1.25s .15s cubic-bezier(.08,.67,.2,1) both; }
.is-found .page-celebration i:nth-child(1) { --x: 125px; --y: -128px; }
.is-found .page-celebration i:nth-child(2) { --x: 48px; --y: -158px; animation-delay: .04s; }
.is-found .page-celebration i:nth-child(3) { --x: -44px; --y: -150px; animation-delay: .08s; }
.is-found .page-celebration i:nth-child(4) { --x: -125px; --y: -105px; animation-delay: .03s; }
.is-found .page-celebration i:nth-child(5) { --x: -160px; --y: -10px; animation-delay: .1s; }
.is-found .page-celebration i:nth-child(6) { --x: -128px; --y: 92px; animation-delay: .06s; }
.is-found .page-celebration i:nth-child(7) { --x: -45px; --y: 130px; animation-delay: .12s; }
.is-found .page-celebration i:nth-child(8) { --x: 54px; --y: 126px; animation-delay: .02s; }
.is-found .page-celebration i:nth-child(9) { --x: 133px; --y: 80px; animation-delay: .09s; }
.is-found .page-celebration i:nth-child(10) { --x: 166px; --y: -6px; animation-delay: .05s; }
.is-found .page-celebration i:nth-child(11) { --x: 93px; --y: -72px; animation-delay: .11s; }
.is-found .page-celebration i:nth-child(12) { --x: -96px; --y: 48px; animation-delay: .07s; }
@keyframes glow-breathe { 50% { transform: scale(1.11); opacity: .72; } }
@keyframes window-float { 50% { transform: rotate(0deg) translateY(-15px); } }
@keyframes sparkle { 50% { transform: translateY(-9px) scale(1.5) rotate(25deg); opacity: .4; } }
@keyframes polish-window { 35% { transform: rotate(-2deg) scale(1.03); } 70% { transform: rotate(6deg); } }
@keyframes polish-icon { 50% { transform: rotate(180deg) scale(1.25); } }
@keyframes found-arrival { from { opacity: 0; transform: translateY(12px) scale(.82); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes interaction-pulse { 50% { box-shadow: 0 9px 20px #14223516, 0 0 0 8px #155eef16; } }
@keyframes interaction-spark { 50% { transform: rotate(18deg) scale(1.13); } }
@keyframes interaction-nudge { 0%, 70%, 100% { translate: 0 0; scale: 1; } 77% { translate: 0 -18px; scale: 1.06; } 84% { translate: 0 0; scale: 1; } 90% { translate: 0 -9px; scale: 1.025; } 95% { translate: 0 0; scale: 1; } }
@keyframes page-firework { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); } 12% { opacity: 1; } 70% { opacity: 1; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1); } 100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y) + 28px)) scale(.5); } }
@keyframes firework-ring { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.08); } 14% { opacity: 1; } 72% { opacity: .95; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, calc(-50% + 18px)) scale(1.16); } }
@media (prefers-reduced-motion: reduce) {
  .game-glow, .lost-window, .polish-orbit, .lost-page-game:not([data-stage]) .game-controls, .lost-page-game:not([data-stage]) .polish-control, .lost-page-game:not([data-stage]) .polish-icon { animation: none; }
  .is-polishing .lost-window, .is-polishing .polish-icon, .is-found .found-code, .is-found .page-celebration i, .is-found .page-celebration::before, .is-found .page-celebration::after { animation: none; }
}
.visual {
  height: 370px;
  position: relative;
}
.browser {
  position: absolute;
  width: 77%;
  overflow: hidden;
  border: 1px solid #cfcac1;
  border-radius: 8px;
  background: white;
  box-shadow: 0 15px 35px #15223522;
}
.before {
  left: 0;
  top: 40px;
  transform: rotate(-4deg);
  opacity: 0.75;
}
.after {
  right: 0;
  bottom: 15px;
  transform: rotate(4deg);
}
.bar {
  height: 25px;
  padding: 7px;
  color: #a6a39d;
  font-size: 7px;
  background: #f2f0ec;
}
.bar b {
  margin-left: 8px;
  font-weight: normal;
}
.oldsite {
  height: 145px;
  padding: 12px;
  background: #e3e3dc;
  color: #274e75;
  font-family: Georgia, serif;
  font-size: 9px;
}
.oldsite nav {
  margin-top: 9px;
  padding: 5px;
  background: #386997;
  color: #fff;
  font-size: 6px;
}
.oldsite h4 {
  text-align: center;
  margin: 23px 0 7px;
  font-size: 14px;
}
.oldsite button {
  font-size: 6px;
  display: block;
  margin: auto;
}
.newsite {
  height: 145px;
  padding: 17px;
  background: #234d50;
  color: #f8f6f1;
}
.newsite small {
  font-size: 6px;
  letter-spacing: 1px;
}
.newsite h3 {
  font-size: 26px;
  line-height: 0.9;
  letter-spacing: -1px;
  margin: 10px 0;
}
.newsite button {
  float: right;
  border: 0;
  background: var(--gold);
  font-size: 7px;
  padding: 6px 9px;
}
.tag {
  position: absolute;
  z-index: 2;
  padding: 5px 7px;
  color: white;
  background: var(--ink);
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.tag.old {
  top: 20px;
}
.tag.new {
  right: 0;
  bottom: 0;
  background: var(--blue);
}
.arrow {
  position: absolute;
  z-index: 3;
  left: 47%;
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-size: 24px;
}
.proof {
  background: var(--ink);
  color: #e6edf9;
  font-size: 12px;
  font-weight: bold;
}
.proof .wrap {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  gap: 13px;
}
.section {
  padding: 105px 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.split h2 {
  font-size: 52px;
}
.split div + div {
  font-size: 18px;
  color: var(--muted);
}
.tinted {
  background: #edeae3;
}
.intro {
  color: var(--muted);
}
.demos,
.steps,
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-top: 40px;
}
.mini {
  height: 178px;
  padding: 18px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
}
.mini h4 {
  font-size: 23px;
  line-height: 1;
  margin: 25px 0;
}
.oldmini {
  background: #d4d4ce;
  color: #224d74;
  font-family: Georgia;
}
.oldmini small {
  background: #396a97;
  color: #fff;
  padding: 4px;
}
.greenmini {
  background: #264f51;
  color: #f9f4e9;
}
.dentalmini {
  background: #d8e3de;
  color: #1f4c4d;
}
.demos h3 {
  margin: 4px 0;
  font-size: 20px;
}
.demos article > p:last-child,
.steps p {
  font-size: 14px;
  color: var(--muted);
}
.center {
  text-align: center;
}
.steps {
  grid-template-columns: repeat(4, 1fr);
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.steps b {
  color: var(--blue);
  font-size: 12px;
}
.steps h3 {
  font-size: 19px;
}
.dark {
  background: var(--ink);
  color: #fff;
}
.dark h2 {
  max-width: 650px;
  font-size: 52px;
}
.features {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #354254;
}
.features span {
  padding: 18px;
  background: var(--ink);
}
#pricing > h2 {
  font-size: 51px;
}
.toggle {
  margin: 26px 0;
}
.toggle button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 14px;
  font-weight: bold;
  cursor: pointer;
}
.toggle button:first-child {
  border-radius: 5px 0 0 5px;
}
.toggle button:last-child {
  border-radius: 0 5px 5px 0;
}
.toggle .active {
  background: var(--ink);
  color: #fff;
}
.prices {
  max-width: 850px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: auto;
}
.prices article {
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.prices .featured {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.prices em {
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
}
.prices h3 {
  font-size: 19px;
  margin: 20px 0 7px;
}
.prices strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -2px;
}
.prices .featured small,
.prices .featured p {
  color: #dce6ff;
}
.prices .regular-price {
  color: #fff;
  font-weight: 700;
}
.prices p {
  color: var(--muted);
  font-size: 14px;
}
.prices b {
  font-size: 13px;
  margin-bottom: 22px;
}
.prices .button {
  width: 100%;
  text-align: center;
  margin-top: auto;
  background: var(--ink);
  border-color: var(--ink);
}
.pricing-note {
  max-width: 620px;
  color: var(--muted);
  font-size: 14px;
  margin: 20px auto 0;
}
.pricing-note a {
  color: var(--blue);
  font-weight: bold;
}
.outline {
  background: white !important;
  color: var(--ink) !important;
}
.narrow {
  max-width: 800px;
}
details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
details p {
  color: var(--muted);
  font-size: 14px;
}
.footnote-mark {
  margin-left: 2px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}
.contact {
  padding: 100px 0;
  background: var(--blue);
  color: #fff;
}
.contact .eyebrow {
  color: #c6d8ff;
}
.contact h2 {
  max-width: 680px;
  font-size: 57px;
}
.contact > div > p:not(.eyebrow) {
  max-width: 600px;
  color: #e4ecff;
  font-size: 18px;
}
.contact form {
  margin-top: 32px;
  padding: 28px;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid label {
  font-size: 13px;
  font-weight: bold;
}
.form-grid input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #c9cdd4;
  border-radius: 5px;
}
.contact form > .button {
  margin-top: 16px;
}
.turnstile {
  min-height: 65px;
}
.contact form > .button:disabled {
  cursor: wait;
  opacity: 0.7;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
.contact #form-message {
  font-size: 13px;
}
.contact #form-message a {
  color: var(--blue);
  font-weight: bold;
}
footer {
  background: #101c2c;
  color: #b9c6d6;
  padding: 48px 0 20px;
  font-size: 13px;
}
footer .wrap {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(260px, 1.35fr) auto;
  align-items: start;
  gap: 36px;
  padding: 0 clamp(24px, 5vw, 96px);
}
footer .brand {
  color: #fff;
}
footer p {
  max-width: none;
  margin: 0;
}
footer .referral-terms {
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  padding: 18px clamp(24px, 5vw, 96px) 0;
  border-top: 1px solid #ffffff1f;
  color: #8fa0b4;
  font-size: 12px;
  line-height: 1.45;
}
footer .referral-terms strong {
  color: #dce6f2;
}
@media (max-width: 760px) {
  header {
    height: 62px;
    padding: 0 16px;
  }
  header nav {
    display: none;
  }
  header .button {
    font-size: 12px;
    padding: 9px;
  }
  .wrap {
    width: min(100% - 32px, 1160px);
  }
  footer .wrap {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 24px;
  }
  footer .referral-terms {
    margin-top: 28px;
    padding: 16px 24px 0;
    font-size: 8px;
  }
  .hero,
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 55px 0;
  }
  .hero h1 {
    font-size: 45px;
  }
  .visual {
    height: 300px;
  }
  .proof .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section,
  .contact {
    padding: 68px 0;
  }
  .split h2,
  .dark h2,
  #pricing > h2,
  .contact h2 {
    font-size: 39px;
  }
  .demos,
  .steps,
  .features,
  .prices,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    gap: 16px;
  }
  .features {
    margin-top: 28px;
  }
  .prices article {
    padding: 27px;
  }
  .text-link {
    display: inline-block;
    margin: 16px 0 0;
  }
  .not-found {
    min-height: calc(100vh - 62px);
    padding: 56px 0;
  }
  .not-found-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .not-found h1 {
    font-size: clamp(52px, 17vw, 72px);
  }
  .not-found p:not(.eyebrow) {
    max-width: 520px;
  }
  .lost-page-game {
    min-height: 390px;
    margin-top: 4px;
  }
  .game-status {
    top: 0;
  }
  .lost-window {
    width: min(100%, 370px);
  }
  .game-controls { right: 50%; bottom: -11px; justify-items: center; transform: translateX(50%); }
  .not-found-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .hero-price {
    gap: 11px;
  }
}
