:root {
  color-scheme: dark;
  --bg: #111314;
  --bg-deep: #08090a;
  --surface: rgba(28, 30, 31, 0.78);
  --surface-strong: rgba(39, 42, 44, 0.94);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.17);
  --text: #f4f2eb;
  --muted: #a3a49f;
  --muted-soft: #767873;
  --accent: #86c99f;
  --accent-2: #83b6e5;
  --accent-3: #b69ae8;
  --danger: #df7a78;
  --tile-top: #191919;
  --tile-bottom: #080808;
  --tile-text: #f5f3eb;
  --tile-muted: #d6d3c8;
  --radius: 8px;
  --shadow-high: 0 32px 90px rgba(0, 0, 0, 0.5);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 28rem),
    radial-gradient(ellipse at top, rgba(80, 92, 98, 0.16), transparent 34rem),
    var(--bg);
  color: var(--text);
  min-width: 320px;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 32px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(8, 9, 10, 0.78), rgba(8, 9, 10, 0.22), transparent);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, height 180ms ease;
}

.site-header.is-scrolled,
.site-header.solid {
  height: 64px;
  background: rgba(10, 11, 12, 0.82);
  border-bottom-color: var(--line);
  backdrop-filter: blur(22px);
}

.brand-link,
.site-footer > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark,
.site-footer img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.main-nav a,
.nav-action {
  text-decoration: none;
}

.main-nav a:hover,
.nav-action:hover {
  color: var(--text);
}

.nav-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.9rem;
}

.hero-section {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(420px, 580px);
  justify-content: center;
  gap: 58px;
  align-items: center;
  padding: 118px 32px 92px;
  border-bottom: 1px solid var(--line);
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(8, 9, 10, 0.86) 0%, rgba(14, 16, 18, 0.48) 36%, rgba(8, 9, 10, 0.92) 100%),
    #0c0d0e;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 74px);
  opacity: 0.5;
}

.hero-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(8, 9, 10, 0.92));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content h1,
.policy-hero h1 {
  margin: 0;
  font-size: 5.7rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(244, 242, 235, 0.82);
  font-size: 1.2rem;
  line-height: 1.72;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.waitlist-form {
  width: min(560px, 100%);
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(134, 201, 159, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(134, 201, 159, 0.12), rgba(255, 255, 255, 0.035) 52%, rgba(131, 182, 229, 0.08)),
    rgba(3, 4, 4, 0.48);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.waitlist-label {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.waitlist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 138px;
  gap: 10px;
}

.waitlist-row input {
  min-width: 0;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 0 15px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.48);
  font: inherit;
  font-size: 1rem;
  outline: none;
}

.waitlist-row input::placeholder {
  color: var(--muted-soft);
}

.waitlist-row input:focus {
  border-color: rgba(134, 201, 159, 0.82);
  box-shadow: 0 0 0 3px rgba(134, 201, 159, 0.16);
}

.waitlist-row button {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(134, 201, 159, 0.54);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(134, 201, 159, 0.22), rgba(134, 201, 159, 0.06)),
    #050606;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.waitlist-row button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.waitlist-row button .flap-group {
  gap: 3px;
}

.waitlist-row button .flap-char {
  width: 1.08em;
  height: 1.42em;
  font-size: 0.98rem;
}

.waitlist-note {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.waitlist-note a {
  color: var(--accent);
  text-decoration: none;
}

.waitlist-note a:hover {
  color: var(--text);
}

.waitlist-form.is-success {
  border-color: rgba(134, 201, 159, 0.62);
}

.waitlist-form.is-error {
  border-color: rgba(223, 122, 120, 0.58);
}

.waitlist-form.is-error .waitlist-note {
  color: var(--danger);
}

.waitlist-band {
  padding-top: 74px;
  padding-bottom: 74px;
  background:
    linear-gradient(125deg, rgba(134, 201, 159, 0.13), transparent 42%),
    linear-gradient(270deg, rgba(131, 182, 229, 0.09), transparent 36%),
    #101212;
}

.waitlist-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 560px);
  gap: 42px;
  align-items: center;
}

.waitlist-shell h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.store-badge {
  width: 176px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}

.store-badge span {
  color: var(--muted);
  font-size: 0.73rem;
}

.store-badge strong {
  font-size: 1.02rem;
}

.store-badge.disabled {
  cursor: default;
}

.terminal-field {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 3, 3, 0.58);
  box-shadow: var(--shadow-high);
  transform-style: preserve-3d;
}

.hero-board-panel {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-board-panel .terminal-field {
  transform: none;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  width: 28px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: var(--accent);
  transform: translateX(-50%);
  animation: scrollCue 1.8s ease-in-out infinite;
}

.section {
  position: relative;
  padding: 106px 32px;
  border-bottom: 1px solid var(--line);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.split-layout.reverse {
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, 0.9fr);
}

.section h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.section p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.intro-band {
  background:
    linear-gradient(130deg, rgba(134, 201, 159, 0.08), transparent 42%),
    linear-gradient(180deg, #121415, #171a1b);
}

.device-shell {
  width: min(410px, 100%);
  margin-left: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-high);
}

.device-screen {
  min-height: 640px;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(47, 50, 52, 0.94), rgba(18, 19, 20, 0.98)),
    #121314;
  overflow: hidden;
}

.mini-status,
.panel-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.terminal-table {
  margin-top: 22px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.32);
}

.mini-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.mini-tabs span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
}

.app-screenshot-shell {
  width: min(430px, 100%);
  margin: 0 0 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.22);
  box-shadow: var(--shadow-high);
}

.app-screenshot-shell img {
  display: block;
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.feature-band {
  background: linear-gradient(180deg, #171a1b, #111314);
}

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

.feature-card,
.price-card,
.live-panel,
.policy-content,
.support-grid section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
}

.feature-card {
  padding: 22px;
  min-height: 254px;
}

.feature-card h3,
.price-card h3,
.support-grid h3 {
  margin: 20px 0 8px;
  font-size: 1.08rem;
}

.feature-card p,
.price-card p,
.support-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: 0.94rem;
}

.feature-flap {
  min-height: 40px;
  display: flex;
}

.collaboration-band {
  background:
    linear-gradient(145deg, rgba(131, 182, 229, 0.11), transparent 38%),
    linear-gradient(180deg, #111314, #16181a);
}

.live-panel {
  padding: 24px;
}

.update-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.update-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.update-list strong {
  color: var(--text);
}

.update-list span {
  color: var(--muted);
}

.mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-metrics span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.86rem;
}

.pricing-band {
  background: linear-gradient(180deg, #111314, #17191a);
}

.pricing-note {
  max-width: 680px;
}

.billing-toggle {
  width: fit-content;
  display: flex;
  gap: 4px;
  margin: -14px 0 28px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
}

.billing-toggle button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.billing-toggle button.is-active {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.billing-toggle span {
  color: var(--accent);
  font-size: 0.76rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.price-card {
  padding: 24px;
  min-height: 272px;
}

.price-card.featured {
  border-color: color-mix(in srgb, var(--accent) 58%, white 10%);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 20%, transparent), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.price {
  color: var(--text) !important;
  font-size: 2rem !important;
  font-weight: 850;
  line-height: 1 !important;
  margin: 22px 0 6px !important;
}

.price-main {
  display: inline-block;
}

.billing-subprice {
  min-height: 21px;
  margin: 0 0 18px !important;
  color: var(--muted);
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
}

.price-card > span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
}

.final-band {
  background:
    linear-gradient(120deg, rgba(134, 201, 159, 0.14), transparent 44%),
    #0e1010;
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-inner .store-row {
  margin: 0;
}

.site-footer {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  color: var(--muted);
  background: var(--bg-deep);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--text);
}

.board-row {
  display: grid;
  grid-template-columns: 5.4em 4.3em minmax(8em, 10em) 4.6em;
  gap: 7px;
  align-items: center;
  padding: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(47, 50, 52, 0.88);
}

.board-row:last-child {
  border-bottom: 0;
}

.flap-group {
  display: flex;
  min-width: 0;
  gap: 2px;
  justify-content: center;
}

.flap-char {
  position: relative;
  width: 1.02em;
  height: 1.52em;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: #050505;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.52);
  perspective: 560px;
}

.flap-char::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-right-color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.92);
  border-radius: inherit;
  pointer-events: none;
}

.flap-char::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 6;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.04);
}

.flap-top,
.flap-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
}

.flap-top {
  top: 0;
  background: linear-gradient(180deg, #242424, var(--tile-top));
}

.flap-bottom {
  bottom: 0;
  color: var(--tile-muted);
  background: linear-gradient(180deg, var(--tile-bottom), #030303);
}

.flap-value,
.flap-fall span {
  position: absolute;
  left: 0;
  right: 0;
  color: var(--tile-text);
  font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.14);
}

.flap-value {
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flap-fall {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
  top: 0;
  z-index: 4;
  transform-origin: bottom center;
  background: linear-gradient(180deg, #262626, #101010);
  opacity: 0;
}

.flap-fall span {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flap-char.is-flipping .flap-fall {
  animation: flapFall 360ms cubic-bezier(0.23, 0.84, 0.23, 1) both;
}

.board-row .flap-group:nth-child(3) {
  justify-content: flex-start;
}

.terminal-field .board-row {
  font-size: 1.04rem;
}

.terminal-table .board-row {
  grid-template-columns: 4.7em 3.5em minmax(6em, 1fr) 3.9em;
  font-size: 0.9rem;
}

.feature-flap .flap-char {
  font-size: 1.4rem;
}

.policy-main {
  padding: 118px 32px 80px;
}

.policy-hero,
.policy-content {
  width: min(900px, 100%);
  margin: 0 auto;
}

.policy-hero {
  padding: 56px 0 34px;
}

.policy-hero p:last-child {
  color: var(--muted);
}

.policy-content {
  padding: 34px;
}

.policy-content h2 {
  margin: 32px 0 10px;
  font-size: 1.35rem;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p {
  color: var(--muted);
  line-height: 1.78;
}

.policy-content a {
  color: var(--accent);
}

.large-link {
  font-size: 1.4rem;
  font-weight: 850;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-grid section {
  padding: 18px;
}

@keyframes flapFall {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  28% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  78% {
    opacity: 1;
    transform: rotateX(-84deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(-96deg);
  }
}

@keyframes scrollCue {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 16px);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-content h1,
  .policy-hero h1 {
    font-size: 4.2rem;
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .hero-section {
    grid-template-columns: 1fr;
    align-items: end;
    gap: 42px;
  }

  .hero-board-panel {
    justify-content: flex-start;
  }

  .split-layout,
  .split-layout.reverse {
    grid-template-columns: 1fr;
  }

  .device-shell {
    margin: 0;
  }

  .app-screenshot-shell {
    margin: 0;
  }

  .feature-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .waitlist-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }

  .nav-action {
    display: none;
  }

  .hero-section {
    min-height: 91svh;
    padding: 104px 18px 86px;
  }

  .hero-scene {
    background:
      linear-gradient(115deg, rgba(8, 9, 10, 0.9) 0%, rgba(14, 16, 18, 0.58) 44%, rgba(8, 9, 10, 0.95) 100%),
      #0c0d0e;
  }

  .hero-content h1,
  .policy-hero h1 {
    font-size: 3.2rem;
  }

  .store-badge {
    width: 100%;
  }

  .waitlist-form {
    padding: 13px;
  }

  .waitlist-row {
    grid-template-columns: 1fr;
  }

  .waitlist-row button {
    width: 100%;
  }

  .hero-board-panel {
    width: fit-content;
    max-width: 100%;
    overflow: visible;
  }

  .hero-board-panel .terminal-field {
    width: fit-content;
    max-width: 100%;
    padding: 7px;
    transform: none;
  }

  .hero-board-panel .board-row {
    grid-template-columns: 4.5em 3.25em 6.6em 3.45em;
    gap: 4px;
    padding: 5px 4px;
    justify-content: center;
  }

  .hero-board-panel .flap-group {
    gap: 1.5px;
  }

  .hero-board-panel .flap-char {
    border-radius: 3px;
  }

  .terminal-field .board-row {
    font-size: clamp(0.62rem, 2.45vw, 0.78rem);
  }

  .section {
    padding: 76px 18px;
  }

  .section h2 {
    font-size: 2.1rem;
  }

  .feature-grid,
  .pricing-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
    padding: 0 10px;
  }

  .device-screen {
    min-height: 520px;
    padding: 16px;
  }

  .terminal-table .board-row {
    grid-template-columns: 3.8em 3em minmax(5em, 1fr) 3.2em;
    gap: 4px;
    font-size: 0.73rem;
  }

  .mini-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 18px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .policy-main {
    padding: 92px 18px 64px;
  }

  .policy-content {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
