:root {
  --ink: #152422;
  --ink-strong: #0a1413;
  --muted: #5a6f6b;
  --line: #d7e2df;
  --line-strong: #b9ccc7;
  --bg: #f4f7f6;
  --surface: #ffffff;
  --accent: #0d4f49;
  --accent-hover: #0a3f3a;
  --accent-soft: #e6f2f0;
  --accent-bright: #1aa89a;
  --accent-ink: #ffffff;
  --shadow: 0 18px 48px rgba(10, 35, 32, 0.1);
  --shadow-soft: 0 8px 24px rgba(10, 35, 32, 0.06);
  /* Single face site-wide — weight/size carry hierarchy, not mixed families */
  --font: "DM Sans", "Segoe UI", sans-serif;
  --font-display: var(--font);
  --font-body: var(--font);
  --tracking-display: -0.015em;
  --tracking-eyebrow: 0.08em;
  --pad-x: 24px;
  --pad-section-y: 48px;
  --gap-band: 36px;
  --pad-band: 36px 40px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion: 160ms;
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: 0;
  word-spacing: normal;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font);
}

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

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 50;
}

.alpha-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  padding: 11px 20px;
  background: linear-gradient(90deg, #7a1f1f 0%, #9b2c2c 50%, #7a1f1f 100%);
  color: #fff7f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.alpha-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.7rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 236, 220, 0.55);
  color: #ffe8d6;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  flex-shrink: 0;
}

.alpha-banner p {
  margin: 0;
  max-width: 52rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 247, 245, 0.95);
}

.top {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.top-inner {
  width: 100%;
  max-width: 1160px;
  min-height: 60px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.brand-mark {
  border-radius: 8px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  line-height: 1.05;
  color: var(--ink-strong);
}

.brand-text small {
  margin-top: 3px;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
}

nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

nav a,
.cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.05rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0;
  transition: background var(--motion) var(--ease), border-color var(--motion) var(--ease),
    color var(--motion) var(--ease);
}

nav a:not(.primary) {
  color: var(--ink);
  background: transparent;
}

nav a:not(.primary):hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line);
}

nav a.primary,
.cta a.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}

nav a.primary:hover,
.cta a.primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.cta a:not(.primary) {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.cta a:not(.primary):hover,
.cta a.ghost:hover {
  border-color: var(--line-strong);
}

.cta a.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 40px 0 48px;
  overflow: hidden;
}

.hero-plane {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 50% 55% at 85% 40%, rgba(13, 79, 73, 0.09), transparent 65%),
    linear-gradient(180deg, #fbfcfb 0%, #f1f5f4 55%, #e8efed 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}

.product-stage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.product-shell {
  width: 100%;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: rise 0.75s var(--ease) 0.12s both;
}

.product-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f0f4f3;
  border-bottom: 1px solid var(--line);
}

.product-chrome .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5d2ce;
}

.chrome-label {
  margin-left: 8px;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.product-body {
  display: grid;
  grid-template-columns: 52px 1fr 132px;
  min-height: 320px;
  background: #fafcfb;
}

.mock-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  background: #123834;
}

.mock-brand {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--accent-bright);
  color: #07332f;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.nav-item {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
}

.nav-item.active {
  background: rgba(26, 168, 154, 0.85);
}

.mock-main {
  padding: 16px 18px 18px;
  border-right: 1px solid var(--line);
}

.mock-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.mock-kicker,
.lane-kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.mock-title {
  margin: 4px 0 0;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--ink-strong);
}

.mock-actions {
  display: flex;
  gap: 6px;
}

.pill {
  display: inline-block;
  width: 54px;
  height: 26px;
  border-radius: 6px;
}

.pill.ghost {
  background: #fff;
  border: 1px solid var(--line);
}

.pill.solid {
  background: var(--accent);
}

.mock-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.search {
  flex: 1;
  height: 30px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid var(--line);
}

.filter {
  width: 64px;
  height: 30px;
  border-radius: 7px;
  background: var(--accent-soft);
}

.mock-table {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.tr {
  display: grid;
  grid-template-columns: 64px 1fr 56px 48px;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-top: 1px solid #eef3f1;
}

.tr:first-child {
  border-top: 0;
}

.tr.th {
  background: #f5f8f7;
}

.tr span {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: #d9e4e1;
}

.tr.th span {
  height: 6px;
  background: #c5d4d0;
}

.tr .code {
  width: 70%;
  background: #b7ccc7;
}

.tr .amt {
  width: 80%;
  margin-left: auto;
}

.tr .badge {
  width: 100%;
  height: 16px;
  border-radius: 4px;
  background: #d8f0ec;
}

.mock-lane {
  padding: 16px 12px;
  background: #0f3d39;
  color: #e8f5f2;
}

.lane-kicker {
  color: rgba(232, 245, 242, 0.65);
}

.lane-total {
  margin: 8px 0 0;
  font-family: var(--font);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
}

.lane-lines {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.lane-lines span {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
}

.lane-lines span:nth-child(1) {
  width: 92%;
}
.lane-lines span:nth-child(2) {
  width: 70%;
}
.lane-lines span:nth-child(3) {
  width: 80%;
}

.lane-pay {
  margin-top: 22px;
  height: 34px;
  border-radius: 8px;
  background: var(--accent-bright);
}

.hero-copy {
  position: relative;
  min-width: 0;
}

.eyebrow {
  margin: 0;
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  word-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--muted);
  animation: rise 0.55s var(--ease) both;
}

.eyebrow.light {
  color: rgba(232, 245, 242, 0.78);
}

.hero h1,
.section-head h2,
.domain h2,
.close-cta h2,
.flavours h2,
.features h2 {
  margin: 0;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: 0;
  word-spacing: normal;
  color: var(--ink-strong);
}

.hero h1 {
  margin-top: 14px;
  font-size: clamp(3.4rem, 8vw, 5.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  animation: rise 0.6s var(--ease) 0.05s both;
}

.section-head h2,
.flavours h2,
.features h2 {
  margin-top: 14px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.lede {
  max-width: 32rem;
  margin: 18px 0 0;
  font-family: var(--font);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--muted);
  animation: rise 0.65s var(--ease) 0.1s both;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  animation: rise 0.7s var(--ease) 0.14s both;
}

.trial-note {
  margin: 14px 0 0;
  max-width: 30rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
  animation: rise 0.72s var(--ease) 0.16s both;
}

.proof {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  animation: rise 0.75s var(--ease) 0.18s both;
}

.proof li {
  position: relative;
  padding-left: 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
}

.proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-bright);
}

.strip {
  position: relative;
  z-index: 1;
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.strip-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: space-between;
}

.strip-inner span {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.strip-inner .strip-highlight {
  color: var(--accent);
}

.domain,
.flavours,
.features,
.pricing,
.how,
.close-cta,
footer {
  position: relative;
  z-index: 1;
}

.flavours {
  max-width: 1160px;
  margin: 0 auto;
  padding: var(--pad-section-y) var(--pad-x) 16px;
}

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

.flavour-grid article {
  padding: 22px 20px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.flavour-grid article.flavour-soon {
  background: #f7f9f8;
  border-style: dashed;
}

.flavour-tag {
  margin: 0 0 10px;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--accent);
}

.flavour-soon .flavour-tag {
  color: var(--muted);
}

.flavour-grid h3 {
  margin: 0;
  font-family: var(--font);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--ink-strong);
}

.flavour-grid p:not(.flavour-tag) {
  margin: 10px 0 0;
  font-family: var(--font);
  color: var(--muted);
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 0.95rem;
}

.domain {
  max-width: 1160px;
  margin: 0 auto;
  padding: var(--pad-section-y) var(--pad-x) 16px;
}

.domain-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: var(--gap-band);
  align-items: center;
  padding: var(--pad-band);
  border-radius: 16px;
  background: var(--accent);
  color: #e8f5f2;
  box-shadow: var(--shadow-soft);
}

.domain-inner > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.domain h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  word-spacing: normal;
}

.domain-inner > p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  word-spacing: normal;
  color: rgba(232, 245, 242, 0.92);
  font-size: 1.02rem;
}

.domain strong {
  color: #8fe0d5;
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 0;
}

.features,
.how {
  max-width: 1160px;
  margin: 0 auto;
  padding: var(--pad-section-y) var(--pad-x) 16px;
}

.section-head {
  margin-bottom: 28px;
  max-width: 36rem;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.section-lede {
  margin: 14px 0 0;
  font-family: var(--font);
  color: var(--muted);
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1rem;
}

.feature-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.feature-grid article {
  padding: 26px 24px;
  background: var(--surface);
}

.icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 14px;
}

.icon svg {
  width: 18px;
  height: 18px;
}

.feature-grid h3,
.steps h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  font-family: var(--font);
  letter-spacing: var(--tracking-display);
}

.feature-grid p,
.steps p {
  margin: 10px 0 0;
  font-family: var(--font);
  color: var(--muted);
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 0.95rem;
}

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

.steps li {
  padding: 22px 20px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.step-num {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--accent);
}

.pricing {
  max-width: 1160px;
  margin: 0 auto;
  padding: var(--pad-section-y) var(--pad-x) 16px;
}

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

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 24px 22px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.price-card--featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, #f3faf8 0%, var(--surface) 42%);
  box-shadow: var(--shadow);
}

.price-recommend {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-card-head {
  margin-bottom: 18px;
  padding-right: 4.5rem;
}

.price-card:not(.price-card--featured) .price-card-head {
  padding-right: 0;
}

.price-tier {
  margin: 0;
  font-family: var(--font);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink-strong);
}

.price-blurb {
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.price-badge {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1;
}

.price-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--ink);
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-bright);
}

.price-list strong {
  font-weight: 700;
  color: var(--ink-strong);
}

.price-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent);
  transition: background var(--motion) var(--ease), border-color var(--motion) var(--ease),
    color var(--motion) var(--ease);
}

.price-contact svg {
  width: 22px;
  height: 22px;
}

.price-contact:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.price-card--featured .price-contact {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.price-card--featured .price-contact:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.close-cta {
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px var(--pad-x) 48px;
}

.close-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-band);
  padding: var(--pad-band);
  border-radius: 16px;
  background: var(--accent);
  color: #e8f5f2;
}

.close-copy {
  min-width: 0;
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.close-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  word-spacing: normal;
}

.close-cta p {
  margin: 0;
  max-width: 28rem;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(232, 245, 242, 0.92);
  line-height: 1.65;
  font-size: 1.02rem;
}

.close-cta .cta {
  margin-top: 0;
  flex-shrink: 0;
}

footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px 24px;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ink);
}

.footer-brand img {
  border-radius: 5px;
}

.footer-meta {
  margin: 0;
  justify-self: start;
}

.footer-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--ink);
}

/* Legal / privacy pages */
body.legal-page {
  background: #f7f9f8;
}

.legal {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 56px;
}

.legal-hero h1 {
  margin: 14px 0 0;
  font-family: var(--font);
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--ink-strong);
  line-height: 1.1;
}

.legal-meta {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.legal-body {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
}

.legal-body h2 {
  margin: 2rem 0 0.7rem;
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--ink-strong);
}

.legal-body h3 {
  margin: 1.25rem 0 0.5rem;
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--ink-strong);
}

.legal-body p {
  margin: 0.75rem 0 0;
}

.legal-body ul {
  margin: 0.6rem 0 0;
  padding-left: 1.25rem;
}

.legal-body li {
  margin: 0.35rem 0;
}

.legal-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-body a:hover {
  color: var(--accent-hover);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 28px 0 36px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* Brand/copy first on tablets and phones */
  .product-stage {
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .domain-inner,
  .steps {
    grid-template-columns: 1fr;
  }

  .domain-inner {
    gap: 20px;
    padding: 32px 28px;
  }

  .flavour-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .alpha-banner {
    padding: 10px 12px;
    gap: 8px;
  }

  .alpha-banner p {
    font-size: 0.82rem;
  }

  .top {
    padding: 0 16px;
  }

  .top-inner {
    min-height: 52px;
    padding: 8px 0;
    gap: 10px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .brand-text {
    font-size: 1.05rem;
  }

  nav {
    gap: 6px;
    flex-shrink: 0;
  }

  nav a {
    padding: 0.6rem 0.85rem;
    font-size: 0.86rem;
    min-height: 40px;
  }

  /* Keep brand + primary CTA in one row; secondary links live in page body/footer */
  nav a[href="#features"],
  nav a[href="/retail/"] {
    display: none;
  }

  .hero {
    padding: 20px 0 28px;
  }

  .hero-inner {
    padding: 0 16px;
    gap: 22px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 3.6rem);
    line-height: 0.95;
  }

  .lede {
    font-size: 1.02rem;
    margin-top: 14px;
  }

  .cta {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    gap: 8px;
  }

  .cta a {
    width: 100%;
    min-height: 46px;
  }

  nav a.primary {
    width: auto;
    min-height: 40px;
  }

  .trial-note {
    font-size: 0.88rem;
  }

  .proof {
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
  }

  .product-shell {
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
  }

  .product-body {
    grid-template-columns: 40px 1fr;
    min-height: 0;
  }

  .mock-nav {
    padding: 12px 0;
    gap: 8px;
  }

  .mock-brand {
    width: 24px;
    height: 24px;
    font-size: 0.68rem;
  }

  .nav-item {
    width: 18px;
    height: 18px;
  }

  .mock-main {
    padding: 12px;
  }

  .mock-title {
    font-size: 0.95rem;
  }

  .pill {
    width: 42px;
    height: 22px;
  }

  .mock-table .tr {
    grid-template-columns: 48px 1fr 40px 40px;
    gap: 6px;
    padding: 8px 10px;
  }

  .mock-lane {
    display: none;
  }

  .strip-inner {
    padding: 14px 16px;
    gap: 8px 14px;
    justify-content: flex-start;
  }

  .strip-inner span {
    font-size: 0.8rem;
  }

  .strip-inner .strip-highlight {
    flex: 1 0 100%;
    margin-bottom: 2px;
  }

  .domain,
  .flavours,
  .features,
  .pricing,
  .how,
  .close-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-grid {
    max-width: none;
  }

  .price-card {
    padding: 22px 18px 18px;
  }

  .flavour-grid {
    grid-template-columns: 1fr;
  }

  .domain {
    padding-top: 28px;
  }

  .domain-inner {
    padding: 28px 22px;
    gap: 18px;
  }

  .domain-inner > div {
    gap: 12px;
  }

  .domain h2,
  .section-head h2,
  .close-cta h2 {
    font-size: clamp(1.4rem, 6vw, 1.75rem);
  }

  .close-cta-inner {
    padding: 28px 22px;
    gap: 20px;
  }

  .close-copy {
    gap: 12px;
  }

  .features,
  .how {
    padding-top: 36px;
  }

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

  .feature-grid article {
    padding: 20px 18px;
  }

  .steps li {
    padding: 18px 16px;
  }

  .close-cta {
    padding-bottom: 36px;
  }

  .close-cta .cta {
    width: 100%;
  }

  .close-cta .cta a {
    width: 100%;
  }

  footer {
    padding: 18px 16px 28px;
    gap: 10px;
  }

  .footer-links {
    gap: 12px 14px;
  }

  .legal {
    padding: 28px 16px 40px;
  }

  .legal-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }

  .legal-body {
    font-size: 0.97rem;
  }

  .legal-body h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 380px) {
  .brand-text small {
    display: none;
  }

  nav a.primary {
    padding: 0.55rem 0.75rem;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
