:root {
  --ink: #061123;
  --ink-2: #091a36;
  --paper: #ffffff;
  --paper-soft: #f7fbff;
  --line: rgba(10, 32, 70, 0.12);
  --line-bright: rgba(70, 214, 255, 0.34);
  --text: #0b1830;
  --muted: #60708d;
  --blue: #135dff;
  --blue-2: #2ee6ff;
  --pink: #ff3ea5;
  --violet: #8b5cf6;
  --green: #12b981;
  --warn: #ffb020;
  --shadow: 0 24px 80px rgba(7, 22, 50, 0.18);
  --shadow-strong: 0 34px 110px rgba(7, 22, 50, 0.32);
  --radius-xl: 34px;
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 2%, rgba(19, 93, 255, 0.24), transparent 34rem),
    radial-gradient(circle at 90% 0%, rgba(255, 62, 165, 0.2), transparent 30rem),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 38%, #f3f7ff 100%);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.58;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 4px solid rgba(255, 176, 32, 0.9);
  outline-offset: 3px;
}

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

::selection {
  color: #fff;
  background: var(--pink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 17, 35, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px) saturate(170%);
}

.main-nav {
  max-width: var(--max);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.logo span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.logo small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.logo-mark {
  width: 196px;
  height: 70px;
  border-radius: 12px;
  background: url("../assets/logo-mark-dark.svg") center / contain no-repeat;
  box-shadow: none;
  flex: 0 0 auto;
}

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

.nav-links a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 720;
  padding: 10px 14px;
  border-radius: 999px;
  transition: 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
  background: linear-gradient(135deg, rgba(19, 93, 255, 0.35), rgba(255, 62, 165, 0.24));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.page-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 96px;
}

.wide-page { width: min(1240px, calc(100% - 40px)); }

.hero-stage {
  min-height: 760px;
  padding: 64px;
  border-radius: 42px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(6, 17, 35, 0.94), rgba(6, 17, 35, 0.65) 45%, rgba(6, 17, 35, 0.14)),
    url("../assets/hero-ai-command-center.png") center / cover no-repeat;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr);
  align-items: end;
  gap: 34px;
}

.hero-stage::before,
.page-hero::before,
.image-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(46, 230, 255, 0.42), transparent 20rem),
    radial-gradient(circle at 82% 16%, rgba(255, 62, 165, 0.36), transparent 22rem);
}

.hero-copy,
.page-hero > *,
.image-card > * {
  position: relative;
  z-index: 1;
}

.brand-line,
.product-meta,
.legal-meta,
.stat-row,
.media-caption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-stage .eyebrow,
.page-hero.dark .eyebrow,
.image-card .eyebrow {
  color: var(--blue-2);
}

.live-pill,
.pill,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.status-pill {
  background: rgba(255, 62, 165, 0.14);
  color: var(--pink);
  border-color: rgba(255, 62, 165, 0.32);
}

.hero-stage h1 {
  margin: 18px 0;
  max-width: 760px;
  font-size: clamp(3.5rem, 8vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.hero-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.hero-actions,
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 16px 38px rgba(19, 93, 255, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(255, 62, 165, 0.28);
}

.button:disabled,
.card-button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.button-secondary,
.button-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.button-dark {
  background: linear-gradient(135deg, var(--ink), #16366d);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.trust-item,
.panel-metric,
.metric-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.trust-item strong,
.panel-metric strong,
.metric-card strong {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.trust-item span,
.panel-metric span,
.metric-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.marquee-band {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 34px;
  padding: 14px 24px;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

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

  .marquee-track {
    animation: none;
    width: auto;
    flex-wrap: wrap;
  }
}

.section-block,
.page-hero,
.cta-band,
.document-shell,
.checkout-panel {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.section-block.is-visible,
.page-hero.is-visible,
.cta-band.is-visible,
.document-shell.is-visible,
.checkout-panel.is-visible,
.no-js .section-block {
  opacity: 1;
  transform: translateY(0);
}

.section-block,
.document-shell,
.checkout-panel {
  margin-top: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 93, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  padding: 36px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.page-hero h1,
.cta-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.section-heading p,
.page-hero p,
.cta-band p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid,
.product-grid,
.use-case-grid,
.brand-grid,
.brand-spec-grid,
.law-grid,
.contact-grid,
.media-grid,
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.product-card,
.brand-card,
.brand-spec-card,
.timeline-card,
.law-panel,
.contact-card,
.media-card,
.use-case-card,
.info-panel,
.legal-callout {
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(7, 22, 50, 0.08);
}

.feature-card,
.product-card,
.use-case-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before,
.product-card::before,
.use-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-2), var(--pink));
}

.feature-card h3,
.product-card h3,
.brand-card h3,
.timeline-card h3,
.law-panel h2,
.contact-card h3,
.use-case-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.feature-card p,
.product-card p,
.brand-card p,
.brand-spec-card p,
.timeline-card p,
.law-panel p,
.contact-card p,
.use-case-card p {
  margin: 0;
  color: var(--muted);
}

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

.brand-spec-card {
  display: grid;
  gap: 14px;
}

.brand-spec-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
}

.mark-preview {
  min-height: 118px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}

.mark-preview.logo-full {
  background: #fff;
}

.mark-preview.logo-full::before {
  content: "";
  width: min(100%, 360px);
  aspect-ratio: 14 / 5;
  background: url("../assets/logo-mark.svg") center / contain no-repeat;
}

.mark-preview.symbol-only {
  background:
    radial-gradient(circle at 18% 30%, rgba(138, 28, 246, 0.16), transparent 11rem),
    #fff;
}

.mark-preview.symbol-only::before {
  content: "";
  width: 132px;
  aspect-ratio: 1 / 1;
  background: url("../assets/logo-mark.svg") 4% center / 340% auto no-repeat;
}

.wordmark-sample {
  color: #07185f;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.wordmark-sample span {
  font-weight: 650;
}

.color-system {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.color-swatch {
  min-height: 112px;
  border-radius: 16px;
  padding: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.color-swatch strong,
.color-swatch span {
  display: block;
  line-height: 1.15;
}

.color-swatch strong {
  font-size: 0.84rem;
}

.color-swatch span {
  margin-top: 4px;
  font-size: 0.74rem;
  opacity: 0.86;
}

.color-swatch.light {
  color: var(--ink);
  border: 1px solid var(--line);
}

.gradient-strip {
  min-height: 58px;
  border-radius: 18px;
  background: linear-gradient(105deg, #7209b7 0%, #8a1cf6 25%, #4361ee 56%, #0b6bff 100%);
  box-shadow: 0 18px 42px rgba(67, 97, 238, 0.26);
}

.split-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: start;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  padding: 54px;
  background:
    radial-gradient(circle at top right, rgba(255, 62, 165, 0.18), transparent 24rem),
    radial-gradient(circle at top left, rgba(46, 230, 255, 0.22), transparent 24rem),
    #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(19, 93, 255, 0.12);
}

.page-hero.dark {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(6, 17, 35, 0.94), rgba(6, 17, 35, 0.7)),
    var(--hero-image, linear-gradient(135deg, var(--ink), #12305e)) center / cover no-repeat;
}

.page-hero.dark h1,
.page-hero.dark p { color: #fff; }

.hero-compact-copy {
  max-width: 790px;
  margin: 18px 0 0;
}

.image-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 17, 35, 0.12), rgba(6, 17, 35, 0.92)),
    var(--card-image) center / cover no-repeat;
  display: flex;
  align-items: end;
  padding: 28px;
  box-shadow: var(--shadow);
}

.product-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.product-showcase:nth-child(even) {
  grid-template-columns: 1.05fr 0.95fr;
}

.product-showcase:nth-child(even) .product-image {
  order: 2;
}

.product-image {
  min-height: 430px;
  background: var(--product-image) center / cover no-repeat;
}

.product-body {
  padding: 42px;
}

.product-kicker {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price {
  color: var(--ink) !important;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.benefit-list,
.legal-list,
.toc-list,
.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.benefit-list li,
.legal-list li,
.check-list li,
.toc-list a {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.benefit-list li::before,
.legal-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 0 18px rgba(19, 93, 255, 0.3);
}

.toc-list a {
  display: block;
  padding: 10px 12px 10px 30px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(19, 93, 255, 0.06);
}

.toc-list a::before {
  content: "#";
  position: absolute;
  left: 12px;
  color: var(--pink);
  font-weight: 900;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.fact {
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(19, 93, 255, 0.08), rgba(255, 62, 165, 0.07));
  border: 1px solid rgba(19, 93, 255, 0.12);
}

.fact span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fact strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 22, 50, 0.08);
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  vertical-align: top;
}

.comparison-table th {
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #13346a);
}

.comparison-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}

.cta-band {
  margin-top: 28px;
  border-radius: 34px;
  padding: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(46, 230, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(255, 62, 165, 0.34), transparent 22rem),
    linear-gradient(135deg, var(--ink), #0b2a5e);
  box-shadow: var(--shadow-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band h2,
.cta-band p { color: #fff; }
.cta-band p { margin-bottom: 0; color: rgba(255, 255, 255, 0.72); }

.document-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.document-aside {
  position: sticky;
  top: 96px;
}

.document-body {
  display: grid;
  gap: 18px;
}

.law-panel h2 {
  font-size: 1.22rem;
}

.law-panel h3 {
  margin: 20px 0 8px;
  color: var(--ink);
}

.legal-page .page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.9rem);
}

.legal-callout {
  background: linear-gradient(135deg, rgba(19, 93, 255, 0.08), rgba(255, 62, 165, 0.08));
}

.contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full { grid-column: 1 / -1; }

label {
  color: var(--ink);
  font-weight: 850;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 13px 14px;
  color: var(--text);
  background: #fff;
  font: inherit;
}

textarea { min-height: 130px; resize: vertical; }

input[type="checkbox"] {
  width: auto;
  min-width: 1.15rem;
  min-height: 1.15rem;
  margin: 0 8px 0 0;
  accent-color: var(--blue);
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: var(--muted);
  font-weight: 650;
}

.form-help,
.form-status {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  display: none;
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(18, 185, 129, 0.1);
  border: 1px solid rgba(18, 185, 129, 0.26);
  color: #075b43;
  font-weight: 750;
}

.form-status.is-visible {
  display: block;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(19, 93, 255, 0.18);
  border-color: rgba(19, 93, 255, 0.52);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 390px;
  gap: 26px;
  align-items: start;
}

.checkout-panel {
  margin-top: 0;
}

.order-summary {
  position: sticky;
  top: 96px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.summary-line.total {
  color: var(--ink);
  font-weight: 900;
  font-size: 1.1rem;
}

.site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(46, 230, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 85% 10%, rgba(255, 62, 165, 0.18), transparent 22rem),
    var(--ink);
  margin-top: 40px;
}

.footer-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 26px;
  align-items: start;
}

.footer-logo {
  color: #fff;
  margin-bottom: 10px;
  width: 220px;
  height: 82px;
  font-size: 0;
}

.footer-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../assets/logo-mark-dark.svg") center / contain no-repeat;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

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

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.06);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .main-nav,
  .footer-layout,
  .hero-stage,
  .split-layout,
  .product-showcase,
  .product-showcase:nth-child(even),
  .document-shell,
  .contact-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero-stage { padding: 38px; }
  .product-showcase:nth-child(even) .product-image { order: initial; }
  .document-aside,
  .order-summary { position: static; }
  .feature-grid,
  .product-grid,
  .use-case-grid,
  .brand-grid,
  .law-grid,
  .media-grid,
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .page-content,
  .wide-page,
  .footer-content { width: min(100% - 24px, var(--max)); }
  .main-nav { padding: 12px; }
  .main-nav {
    flex-wrap: wrap;
    gap: 10px;
  }
  .logo-mark {
    width: 156px;
    height: 56px;
    border-radius: 10px;
  }
  .logo {
    padding: 4px 8px;
  }
  .logo small {
    font-size: 0.64rem;
  }
  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .hero-stage,
  .page-hero,
  .section-block,
  .document-shell,
  .checkout-panel,
  .cta-band {
    border-radius: 24px;
    padding: 24px;
  }
  .hero-stage { min-height: auto; }
  .trust-row,
  .feature-grid,
  .product-grid,
  .use-case-grid,
  .brand-grid,
  .brand-spec-grid,
  .law-grid,
  .media-grid,
  .stat-grid,
  .form-grid,
  .product-facts,
  .color-system {
    grid-template-columns: 1fr;
  }
  .product-image { min-height: 280px; }
  .product-body { padding: 26px; }
  .cta-band { display: grid; }
  .comparison-table {
    display: block;
    overflow-x: auto;
  }
}
