:root {
  --bg: #f5f7fb;
  --ink: #172033;
  --muted: #5c667a;
  --line: #d9dfeb;
  --panel: #ffffff;
  --panel-strong: #101828;
  --brand: #c8102e;
  --brand-dark: #980d25;
  --navy: #0f1b33;
  --navy-soft: #1b2a4a;
  --blue: #1f6fb2;
  --green: #15856f;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 0%, rgba(31, 111, 178, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 56%);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--brand);
  border-radius: 6px;
  font-size: 13px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--brand);
}

.header-contact {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: var(--brand);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 44px;
  align-items: center;
  padding: 68px 32px 46px;
  overflow: hidden;
}

.hero-copy {
  min-width: 0;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(44px, 5.8vw, 82px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

.h1-mobile {
  display: none;
}

.lead {
  margin: 24px 0 0;
  max-width: 560px;
  color: #354052;
  font-size: 20px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #26364f;
  background: #e9eef6;
  border: 1px solid #d4deec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.primary-link {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 12px 26px rgba(200, 16, 46, 0.22);
}

.primary-link:hover {
  background: var(--brand-dark);
}

.secondary-link {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.secondary-link.dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.product-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  background: #0b1223;
  border: 1px solid rgba(16, 24, 40, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-visual::after {
  content: "Workflow preview";
  position: absolute;
  top: 50px;
  right: 18px;
  display: grid;
  place-items: center;
  min-width: 128px;
  height: 24px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(135deg, #111a31, #1b2a4a);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.screen-frame {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
  background: linear-gradient(90deg, #111a31, #182642);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.screen-frame span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.44);
  border-radius: 999px;
}

.product-mock {
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(19, 34, 64, 0.88), rgba(9, 17, 34, 0.98)),
    radial-gradient(circle at 74% 12%, rgba(31, 111, 178, 0.28), transparent 30%);
}

.mock-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 128px;
}

.mock-toolbar span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

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

.mock-kpis div,
.mock-table div {
  min-width: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.mock-kpis div {
  padding: 16px;
}

.mock-kpis span,
.mock-table span {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.mock-kpis strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.mock-table {
  display: grid;
  gap: 10px;
}

.mock-table div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) minmax(64px, 0.35fr);
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
}

.mock-table i,
.mock-table b {
  display: block;
  height: 8px;
  border-radius: 999px;
}

.mock-table i {
  background: linear-gradient(90deg, #1f6fb2, #59a7e8);
}

.mock-table b {
  background: linear-gradient(90deg, #c8102e, #ef7083);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip div {
  display: grid;
  gap: 5px;
  align-content: center;
  min-width: 0;
  min-height: 78px;
  padding: 14px 18px;
  background: #fff;
}

.trust-strip strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
}

.trust-strip span {
  color: #344054;
  font-size: 14px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.section {
  padding: 88px 32px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-head h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-grid article {
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.feature-grid h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}

.feature-grid p,
.timeline p,
.ops-copy p,
.contact-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.workflow-section {
  padding-bottom: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  background: var(--panel-strong);
  border-radius: 8px;
  overflow: hidden;
}

.timeline div {
  min-width: 0;
  min-height: 172px;
  padding: 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.timeline div:last-child {
  border-right: 0;
}

.timeline strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.timeline p {
  color: #cbd5e1;
}

.ops-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.ops-copy,
.metric-board {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

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

.metric-board div {
  min-width: 0;
  min-height: 132px;
  padding: 20px;
  background: linear-gradient(180deg, #f8fafc, #eef3fa);
  border: 1px solid #dbe4f0;
  border-radius: 8px;
}

.metric-board span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.metric-board strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 34px;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 88px auto 0;
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, #101828, #172849);
  border-radius: 8px;
}

.contact-section p {
  max-width: 680px;
  margin-top: 14px;
  color: #cbd5e1;
}

.contact-section .primary-link {
  flex: 0 0 auto;
}

.contact-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.support-page {
  background:
    radial-gradient(circle at 74% 0%, rgba(31, 111, 178, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 54%);
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: end;
  padding: 72px 32px 38px;
}

.support-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
}

.support-status {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #101828;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.support-status strong {
  color: #fff;
  font-size: 22px;
}

.support-status span {
  color: #cbd5e1;
  line-height: 1.7;
}

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

.support-strip div {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 88px;
  padding: 18px;
  background: #fff;
}

.support-strip strong {
  color: var(--navy);
  font-size: 22px;
}

.support-strip span {
  color: #344054;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.support-section {
  padding-top: 76px;
}

.support-cards {
  display: grid;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

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

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

.support-cards article,
.support-panel {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.support-cards h3 {
  margin: 14px 0 10px;
  font-size: 20px;
}

.support-cards p,
.support-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.support-cards p + p,
.support-panel p + p {
  margin-top: 14px;
}

.support-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.placeholder-text {
  display: inline-flex;
  width: fit-content;
  padding: 10px 12px;
  color: #7a1024;
  background: #fff1f3;
  border: 1px solid #f4c7d0;
  border-radius: 6px;
  font-weight: 800;
}

.support-mail {
  display: inline-block;
  max-width: 100%;
  margin-top: 14px;
  color: var(--brand);
  font-weight: 850;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.support-panel {
  max-width: 980px;
  margin: 0 auto;
}

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

.support-checklist li {
  min-width: 0;
  padding: 12px 14px;
  color: #26364f;
  background: #eef3fa;
  border: 1px solid #dbe4f0;
  border-radius: 6px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.review-panel {
  border-color: #c9d8ea;
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-article {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 72px auto 0;
  padding: 0 32px;
}

.legal-article section {
  min-width: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-article h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.25;
}

.legal-article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.legal-article p + p {
  margin-top: 12px;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 1.1em;
  color: var(--muted);
  line-height: 1.75;
}

.legal-list li {
  padding-left: 4px;
  overflow-wrap: anywhere;
}

.legal-list strong,
.legal-contact strong {
  color: var(--ink);
}

.legal-contact {
  margin-top: 16px;
}

.legal-contact .placeholder-text {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-mock {
    min-height: 360px;
  }

  .trust-strip,
  .feature-grid,
  .timeline,
  .ops-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ops-layout {
    grid-template-columns: 1fr;
  }

  .support-hero,
  .two-columns,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .support-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-header {
    position: sticky;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    min-height: 56px;
    padding: 0 16px;
  }

  .site-nav {
    display: none;
  }

  .header-contact {
    display: inline-flex;
  }

  .brand {
    min-width: 0;
    font-size: 16px;
  }

  .header-contact {
    flex: 0 0 auto;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .hero,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .hero-copy,
  h1,
  .lead {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .h1-desktop {
    display: none;
  }

  .h1-mobile {
    display: block;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-points {
    margin-top: 14px;
  }

  .hero-points span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .primary-link,
  .secondary-link {
    min-height: 44px;
    width: 100%;
    padding: 0 14px;
    font-size: 14px;
  }

  .product-mock {
    gap: 12px;
    min-height: 224px;
    padding: 16px;
  }

  .mock-toolbar {
    padding-right: 94px;
  }

  .mock-toolbar span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 10px;
  }

  .mock-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mock-kpis div {
    padding: 12px;
  }

  .mock-kpis strong {
    margin-top: 8px;
    font-size: 26px;
  }

  .mock-table {
    gap: 8px;
  }

  .mock-table div {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 42px;
    padding: 0 10px;
  }

  .mock-table b {
    display: none;
  }

  .screen-frame {
    height: 28px;
    padding: 0 10px;
  }

  .screen-frame span {
    width: 7px;
    height: 7px;
  }

  .product-visual::after {
    top: 38px;
    right: 10px;
    min-width: 92px;
    height: 20px;
    padding: 0 8px;
    font-size: 9px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 16px;
  }

  .trust-strip div {
    min-height: 74px;
    padding: 12px;
  }

  .trust-strip strong {
    font-size: 18px;
  }

  .trust-strip span {
    font-size: 12px;
  }

  .feature-grid,
  .timeline,
  .metric-board {
    grid-template-columns: 1fr;
  }

  .timeline div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .timeline div:last-child {
    border-bottom: 0;
  }

  .contact-section {
    align-items: stretch;
    flex-direction: column;
    margin: 72px 16px 0;
    padding: 24px;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 18px;
  }

  .support-hero,
  .support-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .support-hero {
    gap: 18px;
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .support-hero h1 {
    font-size: 38px;
  }

  .support-status,
  .support-cards article,
  .support-panel {
    padding: 20px;
  }

  .support-strip {
    margin: 0 16px;
  }

  .support-checklist {
    grid-template-columns: 1fr;
  }

  .legal-article {
    gap: 16px;
    margin-top: 52px;
    padding: 0 16px;
  }

  .legal-article section {
    padding: 20px;
  }

  .legal-article h2 {
    font-size: 23px;
  }
}
