:root {
  color-scheme: light;
  --page-bg: #f5f7f8;
  --page-surface: #ffffff;
  --page-ink: #101820;
  --page-muted: #516173;
  --page-line: rgba(16, 24, 32, 0.12);
  --page-line-soft: rgba(16, 24, 32, 0.08);
  --page-brand: #0f6f69;
  --page-brand-strong: #0b4f4b;
  --page-accent: #b7791f;
  --page-soft: #eef8f5;
  --page-shadow: 0 18px 46px rgba(16, 24, 32, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(238, 248, 245, 0.78), rgba(245, 247, 248, 0.94) 360px),
    var(--page-bg);
  color: var(--page-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--page-brand);
  font-weight: 800;
  text-decoration: none;
}

a:hover {
  color: var(--page-brand-strong);
}

p,
li {
  color: var(--page-muted);
}

ul,
ol {
  margin: 0;
  padding-left: 1.2rem;
}

img {
  max-width: 100%;
}

.page-shell {
  display: grid;
  gap: clamp(20px, 3vw, 42px);
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(16px, 3vw, 34px);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(16, 24, 32, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--page-ink);
}

.brand img {
  width: 34px;
  height: 34px;
}

.brand strong {
  overflow: hidden;
  font-size: 0.98rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.nav-links a,
.button-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
}

.nav-links a:hover,
.button-link:hover {
  background: rgba(16, 24, 32, 0.05);
  color: var(--page-ink);
}

.nav-links a[aria-current="page"] {
  background: rgba(15, 111, 105, 0.1);
  color: var(--page-brand-strong);
}

.primary-link {
  border: 1px solid #101820;
  background: #101820;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(16, 24, 32, 0.14);
}

.primary-link:hover {
  background: #0b1118 !important;
  color: #ffffff !important;
}

.secondary-link {
  border: 1px solid var(--page-line);
  background: rgba(255, 255, 255, 0.78);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(24px, 4.8vw, 62px);
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 251, 0.92) 52%, rgba(232, 246, 244, 0.82)),
    #ffffff;
  box-shadow: var(--page-shadow);
}

.hero-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.eyebrow {
  margin: 0;
  color: var(--page-brand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--page-ink);
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.05rem, 5vw, 4.45rem);
  line-height: 1.03;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.22;
}

.lead {
  max-width: 720px;
  margin: 0;
  color: #405064;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.hero-actions,
.cta-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-panel,
.summary-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.about-hero {
  align-items: stretch;
}

.about-product-card {
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(15, 111, 105, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 245, 0.74)),
    #ffffff;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.08);
}

.about-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 4px;
}

.about-product-header span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border: 1px solid rgba(15, 111, 105, 0.18);
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.08);
  color: var(--page-brand);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-product-header strong {
  color: var(--page-ink);
  font-size: 1.08rem;
  line-height: 1.2;
  text-align: right;
}

.about-flow {
  display: grid;
  gap: 10px;
}

.about-flow-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.about-flow-row > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #101820;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.about-flow-row strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.about-flow-row p {
  margin: 4px 0 0;
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.about-founder-mini {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 4px;
}

.about-founder-mini p {
  margin: 0;
  color: #405064;
  font-size: 0.92rem;
  line-height: 1.42;
}

.about-avatar {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(183, 121, 31, 0.3);
  border-radius: 8px;
  background: rgba(183, 121, 31, 0.12);
  color: #7c4a08;
  font-size: 0.84rem;
  font-weight: 900;
}

.about-avatar.large {
  width: 64px;
  height: 64px;
  font-size: 1rem;
}

.about-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-trust-strip article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.about-trust-strip strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.about-trust-strip span {
  color: var(--page-muted);
  font-size: 0.92rem;
  line-height: 1.44;
}

.about-value-grid .value-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 252, 251, 0.74)),
    #ffffff;
}

.about-founder-section {
  align-items: stretch;
}

.about-founder-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(15, 111, 105, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 245, 0.78)),
    #ffffff;
  box-shadow: var(--page-shadow);
}

.about-founder-card p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--page-muted);
}

.about-hero-v2 {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.82fr);
  align-items: stretch;
  background:
    linear-gradient(132deg, rgba(15, 111, 105, 0.12), transparent 42%),
    linear-gradient(242deg, rgba(183, 121, 31, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.88);
}

.about-proof-pills,
.about-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-proof-pills span,
.about-product-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 0.82rem;
  font-weight: 850;
}

.about-product-card-dark {
  align-content: space-between;
  border-color: rgba(226, 232, 240, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.08), transparent 28%),
    #101827;
  color: #e2e8f0;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

.about-product-card-dark .about-product-header span {
  border-color: rgba(153, 246, 228, 0.2);
  background: rgba(20, 184, 166, 0.12);
  color: #99f6e4;
}

.about-product-card-dark .about-product-header strong,
.about-product-card-dark .about-flow-row strong {
  color: #ffffff;
}

.about-product-card-dark .about-product-intro,
.about-product-card-dark .about-flow-row p,
.about-product-card-dark .about-founder-mini p {
  color: #cbd5e1;
}

.about-product-card-dark .about-flow-row {
  border-color: rgba(226, 232, 240, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.about-product-card-dark .about-flow-row > span {
  background: rgba(20, 184, 166, 0.16);
  color: #99f6e4;
}

.about-product-card-dark .about-avatar {
  border-color: rgba(183, 121, 31, 0.34);
  background: rgba(183, 121, 31, 0.18);
  color: #fde68a;
}

.about-product-intro {
  margin: 0;
  line-height: 1.52;
}

.about-trust-strip-v2 article,
.about-value-grid-v2 .value-card,
.about-timeline-card {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.055);
}

.about-timeline-card small {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.1);
  color: var(--page-brand);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-product-section-v2 {
  align-items: center;
}

.about-product-preview {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--page-shadow);
}

.about-product-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.signal-card,
.stat-card,
.feature-card,
.step-card,
.contact-card,
.value-card,
.timeline-card,
.resource-card {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.signal-card strong,
.stat-card strong,
.feature-card strong,
.step-card strong,
.contact-card strong,
.value-card strong,
.timeline-card strong,
.resource-card strong {
  color: var(--page-ink);
  line-height: 1.25;
}

.signal-card strong {
  display: block;
  margin-bottom: 3px;
}

.signal-card span,
.stat-card span,
.feature-card span,
.step-card span,
.contact-card span,
.value-card span,
.timeline-card span,
.resource-card span,
.meta-line {
  color: var(--page-muted);
  font-size: 0.92rem;
  line-height: 1.44;
}

.signal-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.signal-card em,
.step-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.1);
  color: var(--page-brand);
  font-style: normal;
  font-weight: 900;
}

.content-section {
  display: grid;
  gap: 20px;
}

.section-header {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.section-header p {
  margin: 0;
}

.step-grid,
.feature-grid,
.value-grid,
.resource-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 12px;
}

.step-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.step-card > div {
  display: grid;
  gap: 6px;
}

.feature-card ul,
.contact-card ul,
.privacy-list {
  display: grid;
  gap: 8px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.72fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: start;
}

.callout-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(16, 24, 32, 0.98), rgba(18, 57, 65, 0.96) 62%, rgba(15, 111, 105, 0.94)),
    #101820;
  box-shadow: var(--page-shadow);
}

.callout-band h2,
.callout-band p,
.callout-band .eyebrow {
  color: #ffffff;
}

.callout-band p {
  margin: 6px 0 0;
  color: rgba(226, 232, 240, 0.86);
}

.callout-band .secondary-link {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.callout-band .primary-link {
  border-color: #ffffff;
  background: #ffffff;
  color: #101820 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.callout-band .primary-link:hover {
  background: #e2e8f0 !important;
  color: #101820 !important;
}

.faq-list,
.policy-sections {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

summary {
  cursor: pointer;
  padding: 15px 16px;
  color: var(--page-ink);
  font-weight: 900;
}

details > p,
details > div {
  margin: 0;
  padding: 0 16px 16px;
}

.policy-section {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.policy-section p {
  margin: 0;
}

.privacy-page main {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.privacy-hero {
  align-items: stretch;
}

.privacy-hero-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.privacy-hero-panel article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 12px;
  align-content: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 111, 105, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.privacy-hero-panel span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.1);
  color: var(--page-brand);
  font-size: 0.78rem;
  font-weight: 950;
}

.privacy-hero-panel strong {
  align-self: center;
  color: var(--page-ink);
  line-height: 1.24;
}

.privacy-hero-panel p {
  grid-column: 2;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.privacy-summary article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.privacy-summary strong {
  color: var(--page-ink);
  line-height: 1.22;
}

.privacy-summary span {
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.24fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.privacy-toc a {
  display: block;
  padding: 7px 8px;
  border-radius: 8px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 850;
}

.privacy-toc a:hover {
  background: rgba(15, 111, 105, 0.08);
  color: var(--page-brand-strong);
}

.privacy-intro {
  border-color: rgba(15, 111, 105, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 245, 0.72)),
    #ffffff;
}

.privacy-data-map,
.privacy-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.privacy-data-map div,
.privacy-note-grid article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-data-map strong,
.privacy-note-grid strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.privacy-data-map span,
.privacy-note-grid span {
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.privacy-rights {
  border-color: rgba(183, 121, 31, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 240, 0.72)),
    #ffffff;
}

.privacy-rights-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.privacy-rights-grid span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(183, 121, 31, 0.22);
  border-radius: 8px;
  background: rgba(183, 121, 31, 0.1);
  color: #7c4a08;
  font-size: 0.82rem;
  font-weight: 900;
}

.terms-page main {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.terms-hero {
  align-items: stretch;
}

.terms-hero .hero-copy {
  align-content: center;
}

.terms-hero-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.terms-hero-panel article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 12px;
  align-content: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 111, 105, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.terms-hero-panel span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: #101820;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
}

.terms-hero-panel strong {
  align-self: center;
  color: var(--page-ink);
  line-height: 1.24;
}

.terms-hero-panel p {
  grid-column: 2;
  margin: 0;
  color: var(--page-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.terms-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.terms-summary article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 252, 251, 0.74)),
    #ffffff;
}

.terms-summary strong {
  color: var(--page-ink);
  line-height: 1.22;
}

.terms-summary span {
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.terms-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.24fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

.terms-toc {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.terms-toc a {
  display: block;
  padding: 7px 8px;
  border-radius: 8px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 850;
}

.terms-toc a:hover {
  background: rgba(15, 111, 105, 0.08);
  color: var(--page-brand-strong);
}

.terms-intro,
.terms-ai {
  border-color: rgba(15, 111, 105, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 245, 0.72)),
    #ffffff;
}

.terms-payments,
.terms-rights {
  border-color: rgba(183, 121, 31, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 240, 0.72)),
    #ffffff;
}

.terms-restrictions {
  border-color: rgba(16, 24, 32, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.82)),
    #ffffff;
}

.page-footer {
  padding-top: 4px;
  border-top: 1px solid var(--page-line-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.page-footer p {
  margin: 0;
}

.how-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.98fr);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 251, 0.9) 48%, rgba(232, 246, 244, 0.9)),
    #ffffff;
}

.how-hero .hero-copy {
  align-content: center;
}

.how-hero h1 {
  font-size: clamp(2.25rem, 4.35vw, 4rem);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row span,
.proof-list span,
.how-anchor-nav a,
.example-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 111, 105, 0.16);
  border-radius: 8px;
  background: rgba(238, 248, 245, 0.82);
  color: var(--page-brand-strong);
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.how-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 2px;
}

.how-anchor-nav a {
  border-color: rgba(16, 24, 32, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  font-size: 0.78rem;
}

.how-anchor-nav a:hover {
  border-color: rgba(15, 111, 105, 0.24);
  background: rgba(15, 111, 105, 0.08);
  color: var(--page-brand-strong);
}

.workflow-preview {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    #ffffff;
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.12);
}

.preview-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--page-ink);
}

.preview-topbar strong {
  overflow: hidden;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-topbar em {
  color: var(--page-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.window-dots {
  display: flex;
  gap: 4px;
}

.window-dots i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #cbd5e1;
}

.window-dots i:first-child {
  background: #efb64b;
}

.window-dots i:nth-child(2) {
  background: #56c1b8;
}

.preview-input {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #101820;
}

.preview-input small,
.preview-output-grid span,
.next-action-strip span,
.example-input-panel span,
.example-output-header span,
.output-card > span,
.decision-grid article > span {
  color: var(--page-brand);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-input small,
.next-action-strip span {
  color: #a7f3d0;
}

.preview-input p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.48;
}

.preview-output-grid,
.output-grid,
.use-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 12px;
}

.preview-output-grid article,
.output-card,
.example-input-panel,
.example-output-panel,
.method-note-grid article,
.decision-grid article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.preview-output-grid strong,
.next-action-strip strong,
.output-card strong,
.example-output-header strong,
.method-note-grid strong,
.decision-grid strong {
  color: var(--page-ink);
  line-height: 1.22;
}

.preview-output-grid p,
.output-card p,
.example-input-panel p,
.example-output-panel p,
.decision-grid p {
  margin: 0;
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.method-note-grid span {
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

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

.preview-metrics article {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(15, 111, 105, 0.16);
  border-radius: 8px;
  background: rgba(238, 248, 245, 0.74);
}

.preview-metrics strong {
  color: var(--page-ink);
  font-size: 1rem;
  line-height: 1;
}

.preview-metrics span {
  color: var(--page-brand-strong);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.2;
}

.next-action-strip {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.98), rgba(18, 57, 65, 0.96)),
    #101820;
}

.next-action-strip strong {
  color: #ffffff;
}

.process-section {
  gap: 22px;
}

.flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.flow-strip article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  min-height: 180px;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.flow-strip article::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -11px;
  width: 18px;
  height: 1px;
  background: var(--page-line);
}

.flow-strip article:last-child::after {
  display: none;
}

.flow-strip span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.1);
  color: var(--page-brand);
  font-size: 0.82rem;
  font-weight: 950;
}

.flow-strip strong {
  color: var(--page-ink);
  font-size: 1rem;
  line-height: 1.22;
}

.flow-strip p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.method-note-grid,
.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.method-note-grid article {
  border-color: rgba(15, 111, 105, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 245, 0.66)),
    #ffffff;
}

.example-section {
  align-items: stretch;
}

.example-input-panel {
  border-color: rgba(16, 24, 32, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 245, 0.72)),
    #ffffff;
}

.example-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.example-tags span {
  border-color: rgba(183, 121, 31, 0.18);
  background: rgba(255, 250, 240, 0.84);
  color: #7c4a08;
  font-size: 0.75rem;
}

.example-output-panel {
  align-content: start;
  padding: clamp(18px, 3vw, 26px);
  background: #101820;
}

.example-output-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.example-output-header strong {
  color: #ffffff;
}

.example-output-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.example-output-panel li {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.94rem;
  line-height: 1.45;
}

.example-output-panel li strong {
  color: #ffffff;
}

.output-card {
  min-height: 168px;
}

.decision-section {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.86), rgba(238, 248, 245, 0.7)),
    #ffffff;
}

.decision-grid article {
  background: rgba(255, 255, 255, 0.78);
}

.decision-grid article > span {
  color: var(--page-accent);
}

.output-card > span {
  color: var(--page-accent);
}

.product-proof-section {
  align-items: center;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-shot-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.product-shot-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  box-shadow: var(--page-shadow);
  object-fit: cover;
  object-position: left top;
}

.product-shot-card figcaption {
  color: var(--page-muted);
  font-size: 0.88rem;
}

.brand-hero {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.88fr);
  overflow: hidden;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 251, 0.92) 48%, rgba(238, 248, 245, 0.92)),
    #ffffff;
}

.brand-hero .hero-copy {
  align-content: center;
}

.brand-hero h1 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4.6vw, 4.25rem);
}

.brand-format-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-format-strip span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(15, 111, 105, 0.16);
  border-radius: 8px;
  background: rgba(238, 248, 245, 0.9);
  color: var(--page-brand-strong);
  font-size: 0.78rem;
  font-weight: 950;
}

.brand-hero-preview {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: clamp(14px, 2.2vw, 22px);
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.98), rgba(18, 57, 65, 0.96)),
    #101820;
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.12);
}

.brand-preview-frame {
  display: grid;
  place-items: center;
  min-height: 245px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 20%, rgba(16, 185, 129, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    #ffffff;
}

.brand-preview-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 24 / 7;
  object-fit: contain;
  border-radius: 8px;
}

.brand-hero-preview figcaption {
  display: grid;
  gap: 3px;
  margin: 0;
}

.brand-hero-preview figcaption strong {
  color: #ffffff;
  line-height: 1.22;
}

.brand-hero-preview figcaption span {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.9rem;
  line-height: 1.4;
}

.brand-intro-section {
  gap: 18px;
}

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

.brand-usage-grid article {
  display: grid;
  min-width: 0;
  gap: 8px;
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 252, 251, 0.74)),
    #ffffff;
}

.brand-usage-grid strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.brand-usage-grid span {
  color: var(--page-muted);
  font-size: 0.92rem;
  line-height: 1.44;
}

.brand-gallery-section {
  gap: 18px;
}

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

.brand-asset-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.06);
}

.brand-asset-card.wide {
  grid-column: span 2;
}

.brand-asset-card a {
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.brand-asset-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(16, 24, 32, 0.1);
}

.brand-asset-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #ffffff;
}

.brand-asset-card.wide img {
  aspect-ratio: 24 / 7;
}

.brand-asset-card.dark-card a,
.brand-asset-card.dark-card img {
  background: #07111f;
}

.brand-asset-card.transparent-card a,
.brand-asset-card.transparent-card img {
  background:
    linear-gradient(45deg, rgba(16, 24, 32, 0.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(16, 24, 32, 0.06) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(16, 24, 32, 0.06) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(16, 24, 32, 0.06) 75%),
    #ffffff;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

.brand-asset-card figcaption {
  display: grid;
  gap: 4px;
}

.brand-asset-card strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.brand-asset-card span {
  color: var(--page-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

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

.brand-rule-grid article {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 8px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.brand-rule-grid article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: #101820;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
}

.brand-rule-grid strong {
  color: var(--page-ink);
  line-height: 1.24;
}

.brand-rule-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-hero {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
  align-items: center;
  overflow: hidden;
}

.contact-hero .hero-copy {
  align-content: center;
}

.contact-hero h1 {
  font-size: clamp(2.05rem, 4.8vw, 4.1rem);
}

.contact-hero .lead {
  max-width: 660px;
}

.contact-command-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    #ffffff;
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.12);
}

.contact-product-shot {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
}

.contact-product-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  object-fit: cover;
  object-position: left top;
}

.contact-product-shot figcaption {
  color: var(--page-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

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

.contact-metrics span {
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(238, 248, 245, 0.72);
}

.contact-metrics small,
.contact-card-kicker {
  color: var(--page-brand);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-metrics strong {
  min-width: 0;
  color: var(--page-ink);
  font-size: 0.94rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-response-note {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(183, 121, 31, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
}

.contact-response-note strong {
  color: #7c4a08;
  font-size: 0.9rem;
  line-height: 1.2;
}

.contact-response-note span {
  color: #6f5a31;
  font-size: 0.86rem;
  line-height: 1.38;
}

.contact-direct-link,
.contact-route-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(15, 111, 105, 0.2);
  border-radius: 8px;
  background: rgba(15, 111, 105, 0.09);
  color: var(--page-brand-strong);
  font-size: 0.86rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.contact-direct-link:hover,
.contact-route-card > a:hover {
  background: rgba(15, 111, 105, 0.14);
  color: var(--page-brand-strong);
}

.contact-routing-strip,
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-routing-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 8px 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.contact-routing-strip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #101820;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
}

.contact-routing-strip strong {
  color: var(--page-ink);
  line-height: 1.22;
}

.contact-routing-strip p {
  grid-column: 2;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.42;
}

.contact-fast-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(15, 111, 105, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 245, 0.76)),
    #ffffff;
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.055);
}

.contact-fast-panel h2,
.contact-fast-panel p {
  margin: 0;
}

.contact-fast-panel > div:first-child {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-fast-panel dl {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.contact-fast-panel dl div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--page-line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.contact-fast-panel dt {
  color: var(--page-brand);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-fast-panel dd {
  min-width: 0;
  margin: 0;
  color: var(--page-ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-route-card {
  align-content: start;
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 252, 251, 0.78)),
    #ffffff;
}

.contact-route-card.featured {
  border-color: rgba(183, 121, 31, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 240, 0.74)),
    #ffffff;
}

.contact-route-card.featured .contact-card-kicker {
  color: #9a5f12;
}

.contact-route-card.featured > a {
  border-color: rgba(183, 121, 31, 0.24);
  background: rgba(183, 121, 31, 0.12);
  color: #7c4a08;
}

.contact-route-card.featured > a:hover {
  background: rgba(183, 121, 31, 0.18);
  color: #6b3f06;
}

.contact-route-card .contact-card-kicker {
  color: var(--page-brand);
  font-size: 0.72rem;
  line-height: 1.2;
}

.contact-route-card ul {
  display: grid;
  gap: 6px;
  margin: 2px 0 4px;
  padding-left: 1rem;
}

.contact-route-card li {
  color: var(--page-muted);
  font-size: 0.88rem;
  line-height: 1.36;
}

@media (max-width: 860px) {
  .page-shell {
    padding: 12px;
  }

  .site-header {
    top: 8px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nav-links {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2px;
  }

  .nav-links a {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 0.8rem;
  }

  .hero,
  .split-section,
  .callout-band,
  .page-footer,
  .about-trust-strip,
  .brand-usage-grid,
  .brand-rule-grid,
  .brand-asset-grid,
  .method-note-grid,
  .decision-grid,
  .contact-routing-strip,
  .contact-info-grid,
  .contact-fast-panel,
  .privacy-layout,
  .privacy-summary,
  .terms-layout,
  .terms-summary {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 22px;
  }

  .about-product-card {
    padding: 16px;
  }

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

  .flow-strip article::after {
    display: none;
  }

  .workflow-preview,
  .example-output-panel {
    padding: 14px;
  }

  .hero-actions,
  .cta-actions,
  .contact-actions,
  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .hero-actions .button-link,
  .cta-actions .button-link,
  .contact-actions .button-link {
    max-width: 100%;
    width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }

  .footer-links {
    gap: 6px;
  }

  .contact-command-panel {
    padding: 14px;
  }

  .privacy-toc,
  .terms-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-toc .eyebrow,
  .terms-toc .eyebrow {
    grid-column: 1 / -1;
  }

  .contact-route-card {
    min-height: 0;
  }

  .brand-asset-card.wide {
    grid-column: auto;
  }

  .brand-asset-card.wide img {
    aspect-ratio: 16 / 9;
  }

  .brand-preview-frame {
    min-height: 190px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    gap: 18px;
  }

  .site-header {
    gap: 8px;
    padding: 8px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand strong {
    max-width: 150px;
    font-size: 0.9rem;
  }

  .nav-links a {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 0.76rem;
  }

  .nav-links {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .about-product-header {
    display: grid;
    justify-content: stretch;
  }

  .about-product-header strong {
    text-align: left;
  }

  .about-founder-card {
    grid-template-columns: 1fr;
  }

  .trust-row,
  .proof-list,
  .how-anchor-nav,
  .example-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-row span,
  .proof-list span,
  .how-anchor-nav a,
  .example-tags span {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .contact-metrics {
    grid-template-columns: 1fr;
  }

  .privacy-data-map,
  .brand-asset-grid,
  .brand-usage-grid,
  .brand-rule-grid,
  .privacy-note-grid {
    grid-template-columns: 1fr;
  }

  .brand-format-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-format-strip span {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2rem;
  }

  .hero {
    padding: 18px;
  }

  .step-card,
  .signal-card,
  .about-flow-row,
  .about-founder-mini,
  .contact-routing-strip article,
  .privacy-hero-panel article,
  .terms-hero-panel article {
    grid-template-columns: 1fr;
  }

  .privacy-hero-panel p,
  .terms-hero-panel p,
  .contact-routing-strip p {
    grid-column: auto;
  }

  .preview-output-grid,
  .flow-strip,
  .output-grid,
  .use-case-grid,
  .preview-metrics,
  .privacy-toc,
  .terms-toc {
    grid-template-columns: 1fr;
  }
}
