:root {
  --bg: #f3efe8;
  --bg-soft: #fcfaf7;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-border: rgba(50, 59, 72, 0.12);
  --text: #122033;
  --muted: #5a6778;
  --accent: #bb6b2c;
  --accent-dark: #8f4e1d;
  --accent-soft: #f0dcc7;
  --ink: #0d1726;
  --ink-soft: #182436;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 28px 70px rgba(18, 32, 51, 0.12);
  --shadow-soft: 0 14px 36px rgba(18, 32, 51, 0.08);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 85% 14%, rgba(187, 107, 44, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f3ed 0%, #f0ebe4 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
main { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-shell { overflow-x: clip; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid rgba(187, 107, 44, 0.35);
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 5px rgba(187, 107, 44, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(247, 243, 237, 0.82);
  border-bottom: 1px solid rgba(50, 59, 72, 0.08);
}
.nav-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}
.brand span,
h1,
h2,
h3 {
  font-family: 'Space Grotesk', sans-serif;
}
.brand span {
  display: block;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}
.site-nav a:hover,
.footer-nav a:hover { color: var(--text); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: linear-gradient(135deg, #cb7a36 0%, #a75821 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(167, 88, 33, 0.25);
}
.button-primary:hover { background: linear-gradient(135deg, #b66a2b 0%, #90481a 100%); }
.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(50, 59, 72, 0.18);
  color: var(--text);
}

.hero-section {
  padding: 72px 0 34px;
  position: relative;
}
.site-shell:not(.homepage-shell) .hero-section {
  overflow: clip;
  padding: 72px 0 46px;
}
.site-shell:not(.homepage-shell) .hero-section::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: min(640px, 100%);
  background:
    radial-gradient(circle at 76% 16%, rgba(203, 122, 54, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(13, 23, 38, 0.98) 0%, rgba(18, 32, 51, 0.95) 62%, rgba(18, 32, 51, 0.22) 100%);
  pointer-events: none;
}
.homepage-hero {
  overflow: clip;
}
.homepage-hero::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 700px;
  background:
    radial-gradient(circle at 72% 18%, rgba(203, 122, 54, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(13, 23, 38, 0.98) 0%, rgba(18, 32, 51, 0.95) 55%, rgba(18, 32, 51, 0.82) 82%, rgba(18, 32, 51, 0.18) 100%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: 42px;
  align-items: center;
  position: relative;
}
.hero-copy,
.hero-command {
  position: relative;
  z-index: 1;
}
.site-shell:not(.homepage-shell) .hero-copy {
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(12, 22, 35, 0.8), rgba(16, 27, 42, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(8, 14, 24, 0.24);
  backdrop-filter: blur(8px);
}
.homepage-hero .hero-copy {
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(12, 22, 35, 0.78), rgba(16, 27, 42, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(8, 14, 24, 0.24);
  backdrop-filter: blur(8px);
}
.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--accent);
}
.eyebrow-ghost {
  color: rgba(255, 255, 255, 0.72);
}
h1, h2, h3 { margin: 0; }
h1 {
  font-size: clamp(3rem, 5.8vw, 5.65rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 10.5ch;
}
h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.homepage-hero h1,
.homepage-hero .hero-lede,
.homepage-hero .trust-strip span,
.homepage-hero .mini-stat strong,
.homepage-hero .mini-stat span {
  color: #fff;
}
.site-shell:not(.homepage-shell) .hero-copy h1,
.site-shell:not(.homepage-shell) .hero-copy .hero-lede,
.site-shell:not(.homepage-shell) .hero-copy .trust-strip span {
  color: #fff;
}
.site-shell:not(.homepage-shell) .hero-copy .hero-lede {
  color: rgba(255, 255, 255, 0.78);
}
.site-shell:not(.homepage-shell) .hero-copy .button-secondary {
  background: rgba(255, 255, 255, 0.96);
  color: #162334;
  border-color: rgba(255, 255, 255, 0.4);
}
.homepage-hero .hero-lede {
  color: rgba(255, 255, 255, 0.78);
}
.homepage-hero .button-secondary {
  background: rgba(255, 255, 255, 0.96);
  color: #162334;
  border-color: rgba(255, 255, 255, 0.4);
}
.hero-lede {
  margin-top: 22px;
  max-width: 43rem;
  font-size: 1.08rem;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.trust-strip {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-strip span,
.cta-pills span,
.state-band span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(50, 59, 72, 0.12);
  color: #314052;
  font-size: 0.92rem;
  font-weight: 700;
}
.homepage-hero .trust-strip span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}
.site-shell:not(.homepage-shell) .trust-strip span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}
.hero-visual-card,
.image-card,
.proof-card,
.cta-card,
.about-panel,
.capability-list,
.feature-card,
.info-tile,
.surface-card,
.proof-band {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-mini-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.mini-stat {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.mini-stat strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.mini-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  font-size: 0.92rem;
}

.command-card {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(15, 27, 43, 0.96), rgba(23, 37, 58, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 34px 90px rgba(5, 10, 17, 0.38);
}
.command-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.command-head h2 {
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  max-width: 11ch;
}
.command-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  font-weight: 700;
}
.command-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.command-metrics article,
.board-grid article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.command-metrics strong,
.board-grid strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.command-metrics span,
.board-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  font-size: 0.92rem;
}
.command-feed {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.feed-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.feed-item p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}
.feed-status {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-ok { background: rgba(72, 192, 122, 0.14); color: #8ae0aa; }
.status-watch { background: rgba(255, 196, 83, 0.16); color: #ffd67f; }
.status-alert { background: rgba(255, 116, 116, 0.16); color: #ff9d9d; }
.command-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.command-footer strong {
  display: block;
  margin-bottom: 6px;
}
.command-footer p {
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.72);
}
.command-footer .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.proof-section { padding: 8px 0 8px; }
.proof-band {
  padding: 34px;
  display: grid;
  gap: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 241, 234, 0.96));
}
.site-shell:not(.homepage-shell) .hero-visual-card,
.site-shell:not(.homepage-shell) .proof-card.centered-panel,
.site-shell:not(.homepage-shell) .hero-visual-wrap .surface-card {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 27, 43, 0.96), rgba(23, 37, 58, 0.92));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(5, 10, 17, 0.28);
}
.site-shell:not(.homepage-shell) .proof-card.centered-panel {
  padding: 34px;
  text-align: center;
}
.site-shell:not(.homepage-shell) .proof-card.centered-panel h1,
.site-shell:not(.homepage-shell) .proof-card.centered-panel .hero-lede {
  color: #fff;
}
.site-shell:not(.homepage-shell) .proof-card.centered-panel .hero-lede {
  color: rgba(255, 255, 255, 0.78);
  margin-left: auto;
  margin-right: auto;
}
.site-shell:not(.homepage-shell) .hero-visual-card img {
  border-radius: calc(var(--radius) - 10px);
}
.proof-band-copy {
  max-width: 900px;
}
.proof-band-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.proof-band-metrics article {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(50, 59, 72, 0.08);
}
.proof-band-metrics strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.proof-band-metrics span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
}

.section { padding: 84px 0; }
.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
}
.section-dark {
  background:
    linear-gradient(180deg, rgba(13, 23, 38, 1), rgba(18, 32, 51, 0.98));
}
.section-accent {
  background: linear-gradient(180deg, rgba(240, 220, 199, 0.4), rgba(255, 255, 255, 0));
}
.light-heading h2,
.light-heading p {
  color: #fff;
}
.light-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}
.section-heading.wide { max-width: 940px; }
.section-heading.narrow { max-width: 640px; }
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: start;
}
.align-center { align-items: center; }
.feature-stack {
  display: grid;
  gap: 16px;
}
.feature-card,
.info-tile {
  padding: 28px;
}
.site-shell:not(.homepage-shell) .section-soft .feature-card,
.site-shell:not(.homepage-shell) .section-soft .info-tile,
.site-shell:not(.homepage-shell) .section-soft .about-panel,
.site-shell:not(.homepage-shell) .section-soft .capability-list,
.site-shell:not(.homepage-shell) .cta-card,
.site-shell:not(.homepage-shell) .coverage-card,
.site-shell:not(.homepage-shell) .proof-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 241, 234, 0.98));
}
.site-shell:not(.homepage-shell) .section:not(.section-dark) .tile-grid .info-tile,
.site-shell:not(.homepage-shell) .section:not(.section-dark) .feature-stack .feature-card,
.site-shell:not(.homepage-shell) .section:not(.section-dark) .about-panel,
.site-shell:not(.homepage-shell) .section:not(.section-dark) .capability-list,
.site-shell:not(.homepage-shell) .section:not(.section-dark) .cta-card {
  box-shadow: 0 20px 48px rgba(18, 32, 51, 0.1);
}
.pathway-card {
  display: grid;
  gap: 10px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pathway-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 54px rgba(63, 40, 18, 0.12);
  border-color: rgba(154, 90, 39, 0.28);
}
.feature-card p,
.info-tile p { margin-top: 10px; }

.platform-grid,
.coverage-grid {
  gap: 20px;
}

.platform-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}
.platform-card h3,
.platform-card p,
.platform-card li {
  color: #fff;
}
.platform-card p,
.platform-card li {
  color: rgba(255, 255, 255, 0.74);
}
.platform-index {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}
.feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.feature-list li {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.process-rail {
  display: grid;
  gap: 14px;
}
.process-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(50, 59, 72, 0.08);
  box-shadow: var(--shadow-soft);
}
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(203, 122, 54, 0.14), rgba(18, 32, 51, 0.12));
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--accent-dark);
}
.process-board {
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 236, 229, 0.96));
}
.board-panel {
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(13, 23, 38, 0.96), rgba(25, 39, 58, 0.92));
}
.board-panel h3 {
  color: #fff;
  margin-bottom: 18px;
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.state-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.state-band span {
  background: rgba(255, 255, 255, 0.86);
}
.coverage-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246, 241, 234, 0.96));
}

.homepage-cta .cta-card {
  border-color: rgba(50, 59, 72, 0.08);
}

.reveal-delay-1,
.reveal-delay-2,
.reveal-delay-3,
.reveal-delay-4 {
  animation: reveal-up 0.7s ease both;
}
.reveal-delay-2 { animation-delay: 0.08s; }
.reveal-delay-3 { animation-delay: 0.16s; }
.reveal-delay-4 { animation-delay: 0.24s; }

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lifecycle-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lifecycle-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(111, 75, 39, 0.1);
  box-shadow: var(--shadow-soft);
  color: #41352b;
  font-weight: 700;
}
.image-card {
  overflow: hidden;
  padding: 14px;
}
.tile-grid {
  display: grid;
  gap: 18px;
}
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four-up { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.capability-list {
  padding: 22px;
  display: grid;
  gap: 14px;
}
.capability-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(111, 75, 39, 0.1);
}
.capability-list strong { display: block; }
.capability-list span {
  color: var(--muted);
  text-align: right;
  font-size: 0.92rem;
}
.about-panel {
  padding: 34px;
}
.about-panel ol {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.cta-section { padding-bottom: 72px; }
.cta-card {
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,238,229,0.96));
}
.cta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
  font-size: 0.95rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(111, 75, 39, 0.16);
  background: rgba(255,255,255,0.9);
  color: var(--text);
}
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 26px 0 38px;
}
.site-shell:not(.homepage-shell) .site-footer {
  background: linear-gradient(180deg, rgba(240, 235, 228, 0), rgba(240, 235, 228, 0.85));
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(111, 75, 39, 0.14);
}
.footer-row strong {
  display: block;
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-grid,
  .cta-card,
  .three-up,
  .four-up,
  .two-up {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
  }

  .proof-band-metrics,
  .board-grid,
  .command-metrics,
  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .command-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .nav-row {
    min-height: 74px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
  }
  .brand {
    width: 100%;
    justify-content: center;
  }
  .brand small { display: none; }
  .nav-cta { width: 100%; }
  .hero-section {
    padding: 44px 0 28px;
  }
  .homepage-hero::before {
    height: 880px;
  }
  .homepage-hero .hero-copy {
    padding: 22px;
    border-radius: 26px;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.4rem);
    line-height: 1.02;
  }
  h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.6rem);
    line-height: 1.06;
  }
  .section {
    padding: 64px 0;
  }
  .button {
    width: 100%;
  }
  .hero-actions {
    display: grid;
  }
  .command-card,
  .proof-band,
  .board-panel {
    padding: 22px;
  }
  .proof-card,
  .feature-card,
  .info-tile,
  .cta-card,
  .about-panel {
    padding: 24px;
  }
  .lifecycle-list {
    grid-template-columns: 1fr;
  }
  .capability-list div {
    flex-direction: column;
    align-items: flex-start;
  }
  .capability-list span {
    text-align: left;
  }
  .footer-row {
    flex-direction: column;
  }
  .process-step {
    grid-template-columns: 1fr;
  }
  .process-step span {
    width: 48px;
    height: 48px;
  }
}

.dealer-protection-centre {
  padding: 52px 0 84px;
}

.dealer-protection-centre > .container {
  display: grid;
  gap: 26px;
}

.dealer-protection-centre .hero,
.dealer-protection-centre .section,
.dealer-protection-centre .legal-disclaimer {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dealer-protection-centre .hero {
  padding: 52px;
  background:
    radial-gradient(circle at top right, rgba(154, 90, 39, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 238, 229, 0.96));
}

.dealer-protection-centre .hero h1 {
  max-width: 12ch;
  margin-top: 6px;
}

.dealer-protection-centre .lead {
  margin-top: 20px;
  max-width: 48rem;
  font-size: 1.08rem;
  color: #3a3028;
}

.dealer-protection-centre .hero .button {
  margin-top: 28px;
}

.dealer-protection-centre .section {
  padding: 38px;
}

.dealer-protection-centre .section h2 {
  max-width: 18ch;
}

.dealer-protection-centre .section p {
  margin-top: 14px;
}

.dealer-protection-centre .card-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.dealer-protection-centre .two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dealer-protection-centre .three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dealer-protection-centre .four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dealer-protection-centre .card {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(111, 75, 39, 0.12);
  box-shadow: var(--shadow-soft);
}

.dealer-protection-centre .card h3 {
  margin-bottom: 12px;
}

.dealer-protection-centre .card p + p {
  margin-top: 12px;
}

.dealer-protection-centre .compact-cards .card {
  display: flex;
  align-items: center;
  min-height: 88px;
  font-weight: 800;
  color: var(--text);
}

.dealer-protection-centre .highlight {
  background:
    linear-gradient(180deg, rgba(244, 228, 210, 0.72), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.9);
}

.dealer-protection-centre .timeline {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.dealer-protection-centre .timeline div {
  width: min(100%, 720px);
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(111, 75, 39, 0.1);
  box-shadow: var(--shadow-soft);
  color: #41352b;
  font-weight: 700;
}

.dealer-protection-centre .timeline div:nth-child(even) {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--accent-dark);
  font-size: 1.35rem;
}

.dealer-protection-centre .state-guide-list {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.dealer-protection-centre .state-guide-list a {
  display: block;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(111, 75, 39, 0.12);
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dealer-protection-centre .state-guide-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 90, 39, 0.28);
  box-shadow: 0 20px 40px rgba(63, 40, 18, 0.1);
}

.dealer-protection-centre .final-message {
  text-align: center;
}

.dealer-protection-centre .final-message h2 {
  margin-left: auto;
  margin-right: auto;
}

.dealer-protection-centre .final-message .button {
  margin-top: 22px;
}

.dealer-protection-centre .legal-disclaimer {
  padding: 26px 30px;
  background: rgba(255, 255, 255, 0.7);
}

.dealer-protection-centre .legal-disclaimer p {
  color: #58493c;
}

@media (max-width: 1100px) {
  .dealer-protection-centre .two-col,
  .dealer-protection-centre .three-col,
  .dealer-protection-centre .four-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .dealer-protection-centre {
    padding: 28px 0 64px;
  }

  .dealer-protection-centre .hero,
  .dealer-protection-centre .section,
  .dealer-protection-centre .legal-disclaimer {
    padding: 24px;
  }

  .dealer-protection-centre .hero .button,
  .dealer-protection-centre .final-message .button {
    width: 100%;
  }

  .dealer-protection-centre .card {
    padding: 22px;
  }
}
