:root {
  --navy: #0f1b2d;
  --blue: #10233f;
  --gold: #d4a72c;
  --teal: #2f7c7a;
  --ivory: #fafaf8;
  --paper: #ffffff;
  --cream: #f6f1e7;
  --line: #e7e3dc;
  --muted: #667085;
  --soft: #f3f5f2;
  --shadow: 0 24px 70px rgba(15, 27, 45, 0.12);
  --soft-shadow: 0 14px 36px rgba(15, 27, 45, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 167, 44, 0.10), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(47, 124, 122, 0.10), transparent 32rem),
    var(--ivory);
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
}

.site-header,
.site-footer,
.section,
.hero {
  width: min(1160px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-link img {
  width: 40px;
  height: 40px;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--navy);
}

.hero {
  margin-top: 28px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 44px;
  align-items: center;
  padding: 62px;
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 249, 242, 0.96) 58%, rgba(244, 249, 248, 0.96));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-content {
  max-width: 690px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(212, 167, 44, 0.44);
  border-radius: 999px;
  background: rgba(212, 167, 44, 0.13);
  color: #755813;
  font-size: 0.78rem;
  font-weight: 800;
}

.muted-badge {
  border-color: rgba(47, 124, 122, 0.24);
  background: rgba(47, 124, 122, 0.10);
  color: var(--teal);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 7.2vw, 7.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.18rem;
}

.hero-subheadline {
  margin: 22px 0 0;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 760;
  line-height: 1.18;
}

.hero-copy {
  max-width: 670px;
  margin: 20px 0 0;
  color: #475467;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--navy);
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--navy);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.76);
}

.button.demo-pending {
  border-color: rgba(15, 27, 45, 0.18);
  color: var(--muted);
  cursor: pointer;
}

.trust-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.app-preview {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(15, 27, 45, 0.10);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px rgba(15, 27, 45, 0.16);
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 4px 2px;
  color: var(--muted);
  font-size: 0.82rem;
}

.window-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #d9dee7;
}

.window-dot.gold {
  background: var(--gold);
}

.window-dot.teal {
  background: var(--teal);
}

.brief-card,
.mini-metric,
.signal-pill {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 26px rgba(15, 27, 45, 0.06);
}

.main-brief {
  padding: 24px;
}

.main-brief h2 {
  margin-top: 8px;
  font-size: 1.7rem;
}

.main-brief p {
  margin-bottom: 0;
}

.tiny-label,
.mini-metric span,
.signal-pill span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.mini-metric {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.mini-metric strong {
  font-size: 1.25rem;
}

.signal-stack {
  display: grid;
  gap: 12px;
}

.signal-pill {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
}

.signal-pill.urgent {
  border-color: rgba(212, 167, 44, 0.42);
  background: #fffaf0;
}

.section {
  margin-top: 76px;
}

.section-header {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 26px;
}

.compact-header {
  margin-bottom: 10px;
}

.section-header p,
.card p,
.legal-page p,
.legal-page li,
.step-card p,
.roadmap-card li {
  color: #566172;
}

.card-grid,
.steps-grid,
.audience-grid,
.roadmap-grid {
  display: grid;
  gap: 18px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid,
.audience-grid,
.roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card,
.step-card,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.card {
  padding: 28px;
}

.decision-card {
  min-height: 250px;
}

.card .number,
.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(212, 167, 44, 0.14);
  color: #8a6715;
  font-weight: 850;
}

.card .number {
  width: 34px;
  height: 34px;
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  background: var(--navy);
  color: white;
}

.quote-card p,
.quote-card .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.brief-lines {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.brief-lines p {
  margin: 0;
}

.signal-list {
  display: grid;
  gap: 0;
}

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

.signal-list strong {
  white-space: nowrap;
}

.step-card {
  padding: 26px;
}

.step-card span {
  min-width: 44px;
  min-height: 32px;
  padding: 0 12px;
  font-size: 0.82rem;
}

.comparison-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--soft-shadow);
}

.comparison-table > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-table span,
.comparison-table strong {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.comparison-table span + span,
.comparison-table strong + strong {
  border-left: 1px solid var(--line);
}

.comparison-head {
  background: var(--navy);
  color: white;
}

.comparison-table > div:last-child span {
  border-bottom: 0;
}

.audience-grid article {
  min-height: 120px;
  padding: 28px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 820;
}

.roadmap-section {
  padding-bottom: 30px;
}

.demo-note-section {
  padding-top: 0;
}

.demo-note-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.roadmap-card h3 {
  margin-bottom: 18px;
}

.roadmap-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 0;
}

.future-card {
  background: linear-gradient(135deg, white, #f8fbfb);
}

.legal-page {
  width: min(860px, calc(100% - 40px));
  margin: 46px auto 0;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}

.legal-page h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 1.35rem;
}

.contact-card {
  display: grid;
  gap: 20px;
}

.contact-line {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfaf7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 56px 0 38px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer img {
  width: 28px;
  height: 28px;
}

.site-footer strong {
  color: var(--navy);
}

@media (max-width: 980px) {
  .product-hero,
  .split {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .product-hero {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .card-grid,
  .steps-grid,
  .audience-grid,
  .roadmap-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
  }

  .comparison-table span + span,
  .comparison-table strong + strong {
    border-left: 0;
  }

  .comparison-head strong:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .legal-page {
    padding: 32px 24px;
  }
}
