:root {
  --ink-950: #07111f;
  --ink-900: #0b1728;
  --ink-800: #122238;
  --ink-700: #1f3551;
  --blue-600: #2259ff;
  --blue-500: #386dff;
  --cyan-400: #35d9d1;
  --lime-300: #c9f263;
  --paper: #f3f6fb;
  --white: #ffffff;
  --text: #0d1b2c;
  --muted: #68778a;
  --line: #d8e0eb;
  --soft-blue: #e8eeff;
  --shadow: 0 28px 80px rgba(7, 17, 31, 0.17);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(34, 89, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 89, 255, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
  font-family: "Alexandria", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--text);
  background: var(--white);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  min-height: 84px;
  padding: 15px clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--white);
  background: var(--ink-950);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 5px 14px;
  color: var(--ink-950);
  background: var(--lime-300);
  font-size: 20px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 19px;
}

.brand-copy small {
  margin-top: 7px;
  color: #9aacc2;
  font: 700 9px/1 Manrope, sans-serif;
  letter-spacing: 3px;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  color: #bdc9d7;
  font-size: 14px;
}

nav a {
  transition: color 160ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--lime-300);
}

.button {
  min-height: 54px;
  padding: 13px 23px;
  border: 0;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--cyan-400);
  outline-offset: 4px;
}

.button-small {
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 14px;
}

.button-primary {
  color: var(--ink-950);
  background: var(--lime-300);
  box-shadow: 0 15px 34px rgba(201, 242, 99, 0.17);
}

.button-primary:hover {
  background: #dbff7f;
  box-shadow: 0 19px 42px rgba(201, 242, 99, 0.24);
}

.button-ghost {
  color: var(--white);
  border: 1px solid #33445b;
  background: #13243a;
}

.button-link {
  color: var(--white);
  border: 1px solid #41516a;
  background: transparent;
}

.button-white {
  color: var(--blue-600);
  background: var(--white);
}

.button-outline {
  width: 100%;
  color: var(--text);
  border: 1px solid #b8c4d2;
  background: transparent;
}

.hero {
  min-height: 710px;
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 76px) clamp(84px, 9vw, 130px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(510px, 1.12fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 15%, rgba(34, 89, 255, 0.25), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(53, 217, 209, 0.11), transparent 30%),
    var(--ink-950);
}

.hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--cyan-400);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.eyebrow span {
  width: 35px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--blue-600);
}

.eyebrow.light {
  color: var(--lime-300);
}

h1 {
  margin: 0;
  font-size: clamp(45px, 5.2vw, 82px);
  line-height: 1.25;
  letter-spacing: -3.2px;
}

h1 em {
  color: var(--lime-300);
  font-style: normal;
}

.hero-lede {
  max-width: 660px;
  margin: 27px 0 0;
  color: #c1cede;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.95;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-notes {
  margin: 21px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  list-style: none;
  color: #8396ac;
  font-size: 12px;
}

.hero-notes li::before {
  content: "•";
  margin-inline-end: 8px;
  color: var(--cyan-400);
}

.product-stage {
  min-width: 0;
  position: relative;
  direction: ltr;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(53, 217, 209, 0.16);
  border-radius: 50%;
}

.orbit-one {
  width: 710px;
  height: 710px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.orbit-two {
  width: 490px;
  height: 490px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.browser-card {
  width: min(100%, 690px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 24px;
  background: #f6f8fc;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.44);
  transform: rotate(-2.2deg);
}

.browser-top {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8090a2;
  background: #e9eef5;
  font: 600 11px/1 Manrope, sans-serif;
}

.browser-top > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a8b4c2;
}

.browser-top > span:first-child {
  background: #ff7768;
}

.browser-top > span:nth-child(2) {
  background: #ffd05d;
}

.browser-top > span:nth-child(3) {
  background: #48d1a2;
}

.browser-top p {
  width: 52%;
  margin: 0 auto;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
  background: #f8fafc;
}

.business-preview {
  direction: rtl;
}

.business-preview > img {
  width: 100%;
  aspect-ratio: 2.65;
  object-fit: cover;
  object-position: center 58%;
}

.preview-body {
  padding: 23px 26px 27px;
}

.preview-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: var(--white);
  background: var(--blue-600);
  font-weight: 800;
}

.preview-title div {
  display: grid;
}

.preview-title strong {
  color: var(--text);
  font-size: 15px;
}

.preview-title small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.preview-services {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.preview-services span {
  padding: 12px 13px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dde4ee;
  border-radius: 12px;
  color: #394b61;
  background: var(--white);
  font-size: 10px;
}

.preview-services b {
  color: var(--blue-600);
}

.preview-actions {
  margin-top: 15px;
  display: flex;
  gap: 9px;
}

.fake-button {
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue-600);
  font-size: 10px;
  font-weight: 700;
}

.fake-button.secondary {
  color: var(--text);
  border: 1px solid #cdd6e2;
  background: transparent;
}

.float-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.chip-qr {
  inset: auto auto -34px 4%;
  padding: 14px 17px;
  border-radius: 16px;
  font-size: 13px;
}

.qr-mini {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--ink-950);
  font-size: 23px;
}

.chip-time {
  inset: -24px -16px auto auto;
  padding: 13px 17px;
  border-radius: 16px 16px 5px 16px;
  display: grid;
  gap: 0;
}

.chip-time b {
  color: var(--blue-600);
  font: 800 23px/1 Manrope, sans-serif;
}

.chip-time small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.safety-strip {
  width: min(1210px, calc(100% - 40px));
  margin: -34px auto 0;
  padding: 22px 28px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(7, 17, 31, 0.1);
}

.safety-strip > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.safety-strip > div:not(:last-child) {
  border-inline-end: 1px solid var(--line);
}

.safety-strip > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--ink-950);
  background: var(--lime-300);
  font-weight: 800;
}

.safety-strip p,
.safety-strip small {
  display: block;
}

.safety-strip p {
  margin: 0;
}

.safety-strip strong {
  display: block;
  font-size: 13px;
}

.safety-strip small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 9px;
}

.section {
  padding: clamp(90px, 11vw, 150px) clamp(20px, 6vw, 92px);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 50px;
}

.section-heading h2,
.demo-copy h2,
.boundary-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 59px);
  line-height: 1.35;
  letter-spacing: -2px;
}

.section-heading > p:last-child,
.split-heading > p,
.demo-copy > p,
.boundary-grid p {
  color: var(--muted);
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 19px 0 0;
  font-size: 17px;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.split-heading > p {
  margin: 0 0 8px;
}

.included-section {
  padding-top: clamp(112px, 13vw, 180px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 290px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
}

.feature-wide {
  grid-column: span 2;
  color: var(--white);
  border-color: var(--ink-800);
  background:
    radial-gradient(circle at 90% 0, rgba(53, 217, 209, 0.16), transparent 35%),
    var(--ink-900);
}

.feature-number {
  position: absolute;
  inset: 20px auto auto 22px;
  direction: ltr;
  color: #9badc1;
  font: 700 11px/1 Manrope, sans-serif;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--blue-600);
  background: var(--soft-blue);
  font-size: 23px;
  font-weight: 800;
}

.feature-wide .feature-icon {
  color: var(--ink-950);
  background: var(--lime-300);
}

.feature-card h3 {
  margin: 54px 0 8px;
  font-size: 21px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.feature-wide p {
  color: #aab9cb;
}

.message-preview {
  max-width: 440px;
  margin: 26px 0 0 auto;
  padding: 14px 17px;
  display: flex;
  align-items: end;
  gap: 14px;
  border-radius: 16px 16px 4px 16px;
  color: #173123;
  background: #d4f8d8;
  font-size: 11px;
}

.message-preview i {
  margin-inline-start: auto;
  color: #1684da;
  font-style: normal;
  font-size: 10px;
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  color: var(--white);
  background: var(--blue-600);
}

.demo-media {
  min-width: 0;
  position: relative;
}

.demo-media::before {
  content: "";
  position: absolute;
  inset: -16px 20px 16px -16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 90px 24px 24px 24px;
}

.demo-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: center;
  border-radius: 90px 24px 24px 24px;
  box-shadow: 0 35px 80px rgba(6, 23, 76, 0.34);
}

.demo-label {
  position: absolute;
  inset: 20px 22px auto auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--ink-950);
  background: var(--lime-300);
  font-size: 11px;
  font-weight: 800;
}

.demo-copy > p {
  margin: 22px 0 30px;
  color: #cfdbff;
  font-size: 17px;
}

.demo-copy > small {
  margin-top: 17px;
  display: block;
  color: #afc2ff;
  font-size: 11px;
}

.pricing-section {
  background: var(--white);
}

.pricing-grid {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 18px;
}

.price-card {
  padding: 38px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: #f8faff;
}

.price-card.featured {
  color: var(--white);
  border-color: var(--ink-950);
  background: var(--ink-950);
  box-shadow: var(--shadow);
}

.popular {
  position: absolute;
  inset: 18px auto auto 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--ink-950);
  background: var(--lime-300);
  font-size: 10px;
  font-weight: 800;
}

.plan-name {
  margin: 0;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 800;
}

.featured .plan-name {
  color: var(--cyan-400);
}

.price-card h3 {
  margin: 14px 0 0;
  direction: ltr;
  text-align: right;
  font: 800 clamp(48px, 5vw, 68px)/1 Manrope, sans-serif;
}

.price-card h3 sup {
  margin-right: 4px;
  font-size: 23px;
}

.plan-note {
  margin: 10px 0 26px;
  color: var(--muted);
  font-size: 11px;
}

.featured .plan-note {
  color: #8498b2;
}

.price-card ul {
  min-height: 232px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f1;
  font-size: 14px;
}

.featured li {
  border-bottom-color: #21334b;
}

.price-card li::before {
  content: "✓";
  margin-inline-end: 10px;
  color: var(--blue-600);
  font-weight: 800;
}

.featured li::before {
  color: var(--lime-300);
}

.price-card .button {
  margin-top: 28px;
}

.price-math {
  max-width: 970px;
  margin: 18px auto 0;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #cad7e8;
  border-radius: 17px;
  background: #edf2ff;
}

.price-math > span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue-600);
  font-size: 10px;
  font-weight: 800;
}

.price-math strong {
  font-size: 15px;
}

.price-math small {
  color: var(--muted);
  font-size: 10px;
}

.process-section {
  background: var(--paper);
}

.process-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
}

.process-list li {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.process-list li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 5px 14px;
  color: var(--white);
  background: var(--blue-600);
  font: 800 15px/1 Manrope, sans-serif;
}

.process-list h3 {
  margin: 45px 0 8px;
  font-size: 20px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.boundaries-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 100%, rgba(34, 89, 255, 0.28), transparent 31%),
    var(--ink-950);
}

.boundary-grid {
  display: grid;
  gap: 12px;
}

.boundary-grid > div {
  padding: 21px 23px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  gap: 22px;
  border: 1px solid #263951;
  border-radius: 17px;
  background: rgba(18, 34, 56, 0.64);
}

.boundary-grid span {
  color: var(--lime-300);
  font-size: 12px;
  font-weight: 800;
}

.boundary-grid p {
  margin: 0;
  color: #aab9ca;
  font-size: 14px;
}

.final-cta {
  padding: clamp(75px, 9vw, 125px) clamp(20px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: var(--white);
  background: var(--blue-600);
}

.final-cta > div {
  max-width: 840px;
}

.cta-kicker {
  margin-bottom: 15px;
  display: block;
  color: #b8c8ff;
  font: 800 11px/1 Manrope, sans-serif;
  letter-spacing: 4px;
}

.final-cta .button {
  flex: 0 0 auto;
}

footer {
  padding: 32px clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  color: #8495aa;
  background: #040b14;
  font-size: 11px;
}

.footer-brand {
  color: var(--white);
}

footer p:nth-child(2) {
  text-align: center;
}

dialog {
  width: min(620px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  padding: clamp(28px, 5vw, 48px);
  position: relative;
  overflow: auto;
  border: 0;
  border-radius: 25px;
  color: var(--text);
  background: var(--white);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.36);
}

dialog::backdrop {
  background: rgba(4, 11, 20, 0.78);
  backdrop-filter: blur(7px);
}

.dialog-close {
  width: 38px;
  height: 38px;
  position: absolute;
  inset: 18px auto auto 18px;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  background: #edf1f7;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

dialog h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 45px);
}

dialog > p:not(.eyebrow) {
  margin: 12px 0 26px;
  color: var(--muted);
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

label {
  display: grid;
  gap: 7px;
  color: #384a60;
  font-size: 12px;
  font-weight: 700;
}

label:nth-child(4),
form .button,
form > small {
  grid-column: 1 / -1;
}

input,
select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cfd8e5;
  border-radius: 12px;
  color: var(--text);
  background: #f9fbfe;
  font-size: 14px;
}

form .button {
  width: 100%;
  margin-top: 5px;
}

form > small {
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 800px;
  }

  .product-stage {
    width: min(760px, 92%);
    margin-inline: auto;
  }

  .safety-strip {
    grid-template-columns: 1fr 1fr;
  }

  .safety-strip > div:not(:last-child) {
    border-inline-end: 0;
  }

  .safety-strip > div:nth-child(odd) {
    border-inline-end: 1px solid var(--line);
  }

  .demo-section,
  .boundaries-section {
    grid-template-columns: 1fr;
  }

  .demo-media {
    max-width: 770px;
  }
}

@media (max-width: 780px) {
  .site-header {
    min-height: 74px;
  }

  nav {
    display: none;
  }

  .site-header .button {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 68px;
    gap: 58px;
  }

  h1 {
    font-size: clamp(41px, 12vw, 58px);
    letter-spacing: -2.3px;
  }

  .hero-actions {
    display: grid;
  }

  .product-stage {
    width: 100%;
  }

  .browser-card {
    transform: none;
  }

  .browser-top p {
    width: 66%;
  }

  .preview-body {
    padding: 18px;
  }

  .preview-services {
    grid-template-columns: 1fr;
  }

  .chip-time {
    inset: -24px -8px auto auto;
  }

  .chip-qr {
    inset: auto auto -34px 3%;
  }

  .safety-strip {
    margin-top: -26px;
    padding: 20px;
    grid-template-columns: 1fr;
  }

  .safety-strip > div:nth-child(odd) {
    border-inline-end: 0;
  }

  .safety-strip > div:not(:last-child) {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .demo-copy h2,
  .boundary-copy h2,
  .final-cta h2 {
    font-size: clamp(32px, 9vw, 44px);
    letter-spacing: -1.5px;
  }

  .split-heading,
  .feature-grid,
  .pricing-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 20px;
  }

  .feature-wide {
    grid-column: auto;
  }

  .feature-card {
    min-height: 250px;
  }

  .demo-section {
    grid-template-columns: 1fr;
  }

  .demo-media img {
    border-radius: 55px 19px 19px 19px;
  }

  .price-card {
    padding: 30px 24px;
  }

  .price-math {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .price-math > span {
    width: fit-content;
  }

  .boundaries-section {
    gap: 32px;
  }

  .boundary-grid > div {
    grid-template-columns: 76px 1fr;
    gap: 14px;
  }

  .final-cta {
    display: grid;
  }

  .final-cta .button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    margin-inline: auto;
  }

  footer p:nth-child(2) {
    text-align: center;
  }

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

  label,
  label:nth-child(4),
  form .button,
  form > small {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  nav a {
    transition: none;
  }
}
