:root {
  --bg: #f5f7fb;
  --bg-2: #ffffff;
  --ink: #16233A;
  --muted: #6F7F93;
  --line: #DCE5F0;
  --navy: #08244A;
  --slate: #4B6483;
  --card: #ffffff;
  --accent: #12A79F;
  --accent-2: #14C7BD;
  --gold: #f5b301;
  --blue: #1685FF;
  --shadow: 0 18px 50px rgba(15, 23, 42, .12);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, .08);
  --radius: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(880px, calc(100% - 40px)); }
.section-pad { padding: 92px 0; }
.section-pad-sm { padding: 64px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 23, 38, .92);
  backdrop-filter: blur(14px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: flex; align-items: center; }
.brand em { font-style: normal; color: #cbd5e1; font-weight: 650; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--navy);
  font-weight: 900;
}
.nav { display: flex; align-items: center; gap: 22px; color: #dce6f5; font-size: 14px; }
.nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.login-link {
  color: #dce6f5;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 2px;
}
.login-link:hover { color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(18, 167, 159, .28);
  border: 1px solid rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(18, 167, 159, .34); }
.btn-secondary { background: #fff; color: var(--ink); box-shadow: none; border: 1px solid var(--line); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 14px; }

.hero {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.18), transparent 36%),
    linear-gradient(180deg, #0f172a 0%, #152033 45%, #f5f7fb 45%, #f5f7fb 100%);
  color: #fff;
  padding-top: 43px;
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.25fr; align-items: center; gap: 46px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero h1, h2 { margin: 0; line-height: 1.05; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(42px, 6vw, 72px); }
.rotating-headline {
  display: grid;
}
.headline-option {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(8px);
  animation: headlineSwap 8s ease-in-out infinite;
}
.headline-option:first-child {
  opacity: 1;
}
.headline-option:nth-child(2) {
  animation-delay: 4s;
}
@keyframes headlineSwap {
  0%, 38% {
    opacity: 1;
    transform: translateY(0);
  }
  48%, 88% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .headline-option {
    animation: none;
  }

  .headline-option:nth-child(2) {
    display: none;
  }
}
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.lead { font-size: 18px; color: #d9e4f2; margin: 24px 0 0; max-width: 650px; }
.hero-punch { margin: 16px 0 0; font-size: 20px; font-weight: 850; color: #ffffff; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-visual { color: var(--muted); }
.hero-visual img, .image-card img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.22);
}
.caption { color: var(--muted); font-size: 14px; margin: 14px 10px 0; }

.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.rich-text p, .section-copy { color: var(--muted); font-size: 18px; margin: 0 0 16px; }
.problem { background: #fff; }
.problem h2, .feature-strip h2, .split-section h2, .metrics-section h2, .forms-section h2, .doc-section h2, .batch-section h2, .fit-section h2, .how-section h2, .faq-section h2, .final-cta h2 { color: var(--ink); }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { color: var(--muted); font-size: 18px; }
.cards { display: grid; gap: 18px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.five { grid-template-columns: repeat(5, 1fr); }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.card p { color: var(--muted); margin: 12px 0 0; font-size: 15px; }
.solution-intro {
  margin-top: 54px;
}
.solution-intro .eyebrow {
  margin-bottom: 18px;
}
.solution-cards { margin-top: 0; }
.solution-card {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--accent);
}
.solution-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 167, 159, .12), transparent 42%);
  pointer-events: none;
}
.solution-card:nth-child(2) {
  border-top-color: var(--blue);
}
.solution-card:nth-child(2):before {
  background: linear-gradient(135deg, rgba(22, 133, 255, .12), transparent 42%);
}
.solution-card:nth-child(3) {
  border-top-color: var(--gold);
}
.solution-card:nth-child(3):before {
  background: linear-gradient(135deg, rgba(245, 179, 1, .16), transparent 42%);
}
.solution-card h3,
.solution-card p,
.solution-number {
  position: relative;
}
.solution-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(18, 167, 159, .14);
  color: #0E988F;
  font-weight: 900;
}
.solution-card:nth-child(2) .solution-number {
  background: rgba(22, 133, 255, .12);
  color: #0F63D3;
}
.solution-card:nth-child(3) .solution-number {
  background: rgba(245, 179, 1, .18);
  color: #9A6800;
}
.icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #FFF7D6;
  color: #9A6800;
  border-radius: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}

.split-section { background: #fff; }
.split-section.alt { background: var(--bg); }
.split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 48px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1.14fr .86fr; }
.split-grid.reverse .split-copy { order: 2; }
.split-copy p { color: var(--muted); font-size: 18px; }
.split-copy .feature-lead { font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: #2a3547; font-weight: 600; }
.check-list li:before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--accent-2); font-weight: 900; }
.image-card { background: var(--card); border-radius: var(--radius); padding: 10px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.image-punchline {
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  margin: 18px 10px 0;
}

.metrics-section { background: #101827; color: #fff; }
.metrics-section h2 { color: #fff; }
.metrics-section .section-copy { color: #cad5e7; margin-top: 24px; }
.metrics-section .workflow-status-lead { font-size: 17px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.metric { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 22px; }
.metric strong { display: block; color: #fff; font-size: 18px; margin-bottom: 6px; }
.metric span { color: #cbd5e1; }
.workflow-status-grid {
  grid-template-columns: 1fr;
}
.workflow-status-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  align-items: start;
}
.workflow-status-card strong,
.workflow-status-card > span:not(.workflow-status-number) {
  grid-column: 2;
}
.workflow-status-number {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--gold);
  color: #111827 !important;
  font-weight: 900;
}
.status-kpi-visual {
  max-width: 520px;
  margin-top: 26px;
}
.status-kpi-visual img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.forms-section { background: #fff; }
.forms-section p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.form-cards {
  margin-top: 0;
}
.form-card {
  position: relative;
  border-top: 4px solid var(--blue);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.form-card:nth-child(2) {
  border-top-color: var(--accent);
  background: linear-gradient(180deg, #ffffff 0%, #f6fffd 100%);
}
.form-card:nth-child(3) {
  border-top-color: var(--gold);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}
.form-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(22, 133, 255, .12);
  color: #0F63D3;
  font-weight: 900;
}
.form-card:nth-child(2) .form-number {
  background: rgba(18, 167, 159, .14);
  color: #0E988F;
}
.form-card:nth-child(3) .form-number {
  background: rgba(245, 179, 1, .18);
  color: #9A6800;
}
.form-table-visual {
  margin-top: 34px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  box-shadow: var(--shadow-sm);
}
.form-table-visual img {
  width: 100%;
  border-radius: 14px;
}
.doc-section { background: linear-gradient(180deg, #f5f7fb 0%, #eaf0f8 100%); }
.doc-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 18px; }
.doc-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.main-doc p:not(.eyebrow), .doc-workflow p, .doc-support li { color: var(--muted); font-size: 17px; }
.checklist-intro {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  color: var(--ink) !important;
  font-weight: 800;
}
.check-list.columns { grid-template-columns: repeat(2, 1fr); }
.strong-line { font-weight: 850; color: var(--ink) !important; font-size: 20px !important; margin-top: 26px; }
.doc-workflow {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.doc-steps {
  display: grid;
  gap: 18px;
}
.doc-steps div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.doc-steps strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  margin-bottom: 8px;
}
.doc-steps p {
  margin: 0;
}
.doc-support {
  grid-column: 1 / -1;
}
.doc-support ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.doc-support li {
  position: relative;
  padding-left: 24px;
}
.doc-support li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.batch-section { background: #101827; color: #fff; }
.batch-section h2 { color: #fff; }
.batch-section .split-copy p:not(.eyebrow) { color: #cad5e7; font-size: 17px; }
.batch-grid .workflow-card {
  order: 1;
}
.batch-grid .split-copy {
  order: 2;
}
.workflow-card {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}
.workflow-card div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; align-items: center; }
.workflow-card span { grid-row: span 2; display: inline-grid; place-items: center; width: 40px; height: 40px; background: var(--accent); color: #111827; border-radius: 50%; font-weight: 900; }
.workflow-card small { color: #cbd5e1; }

.fit-section { background: var(--bg); }
.fit-marquee-section { padding: 64px 0; overflow: hidden; }
.fit-marquee-section .section-heading { margin-bottom: 28px; }
.fit-marquee { overflow: hidden; position: relative; width: 100%; }
.fit-marquee:before,
.fit-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.fit-marquee:before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.fit-marquee:after { right: 0; background: linear-gradient(to left, var(--bg), transparent); }
.fit-marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: fitMarquee 35s linear infinite;
}
.fit-marquee:hover .fit-marquee-track { animation-play-state: paused; }
.fit-pill {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 14px;
  background: #eef4ff;
  color: #1f3f76;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
@keyframes fitMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .fit-marquee {
    overflow-x: auto;
  }

  .fit-marquee:before,
  .fit-marquee:after {
    display: none;
  }

  .fit-marquee-track {
    animation: none;
  }
}
.how-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { padding: 24px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.step span { color: var(--accent); font-weight: 900; font-size: 14px; }
.step h3 { margin-top: 10px; }
.step p { color: var(--muted); font-size: 15px; margin: 10px 0 0; }

.plans-section { background: #fff; }
.plan-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.plan-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.plan-card.recommended {
  border-color: rgba(18, 167, 159, .45);
  box-shadow: 0 16px 42px rgba(18, 167, 159, .16);
}
.recommended-label {
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(18, 167, 159, .12);
  color: #0E988F;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.plan-card p { color: var(--muted); margin: 0; }
.plan-card .btn { margin-top: auto; align-self: flex-start; }
.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 15px;
}
.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  white-space: nowrap;
}
.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  white-space: normal;
  min-width: 320px;
}
.comparison-table thead th {
  background: #0f172a;
  color: #fff;
  font-weight: 900;
}
.comparison-table thead th:nth-child(3) {
  background: #0e988f;
}
.comparison-table tbody tr:nth-child(even) { background: #f8fbff; }
.comparison-table tbody td:not(:first-child) {
  color: var(--ink);
  font-weight: 800;
}
.comparison-table tbody td:nth-child(3) {
  background: rgba(18, 167, 159, .06);
}
.faq-section { background: #fff; }
.faq-page h1 { margin: 0; line-height: 1.05; letter-spacing: -.045em; font-size: clamp(40px, 5vw, 64px); color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; color: var(--ink); }
details p { color: var(--muted); margin: 14px 0 0; }

.final-cta { background: #101827; }
.final-box { text-align: center; color: #fff; background: linear-gradient(135deg, rgba(245,179,1,.16), rgba(59,130,246,.16)); border: 1px solid rgba(255,255,255,.12); border-radius: 32px; padding: 60px 28px; }
.final-box h2 { color: #fff; }
.final-box p:not(.eyebrow) { color: #dbe4f0; font-size: 18px; max-width: 720px; margin: 18px auto 0; }
.centered-actions { justify-content: center; }
.footer { background: #07172E; color: #B8C7DA; padding: 24px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px; }


.brand-logo { height: 42px; width: auto; display: block; }
.footer-brand { display:flex; align-items:center; gap:12px; font-weight:700; color:#ffffff; }
.footer-brand img { height: 32px; width:auto; display:block; }
.hero .eyebrow,
.metrics-section .eyebrow,
.final-cta .eyebrow { color: var(--gold); }

.cards.five .card:nth-child(2) .icon { background:#EAFBF9; color:#0E988F; }
.cards.five .card:nth-child(3) .icon { background:#F2EDFF; color:#6B46E8; }
.cards.five .card:nth-child(4) .icon { background:#EEF4FF; color:#0F63D3; }
.cards.five .card:nth-child(5) .icon { background:#EAFBF9; color:#0E988F; }
.final-box { border-top: 4px solid rgba(22, 133, 255, .16); }
.callout strong { color: #08244A; }
@media (max-width: 640px) {
  .brand-logo { height: 34px; }
  .footer-brand img { height: 28px; }
}

@media (min-width: 1251px) {
  .hero {
    background:
      radial-gradient(circle at top left, rgba(59,130,246,.18), transparent 36%),
      linear-gradient(180deg, #0f172a 0%, #152033 412px, #f5f7fb 412px, #f5f7fb 100%);
  }

  .hero-grid {
    align-items: start;
  }

  .lead {
    margin-top: 60px;
    color: var(--muted);
  }

  .hero-visual {
    padding-top: 185px;
  }

  .hero-punch {
    color: var(--ink);
  }

}

@media (min-width: 981px) and (max-width: 1250px) {
  .hero {
    background:
      radial-gradient(circle at top left, rgba(59,130,246,.18), transparent 36%),
      linear-gradient(180deg, #0f172a 0%, #152033 297px, #f5f7fb 297px, #f5f7fb 100%);
  }

  .hero-grid {
    align-items: start;
  }

  .hero h1 {
    font-size: clamp(48px, 4.7vw, 60px);
  }

  .lead {
    margin-top: 96px;
    color: var(--muted);
  }

  .hero-punch {
    color: var(--ink);
  }

}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .two-col, .split-grid, .split-grid.reverse, .faq-grid, .doc-grid { grid-template-columns: 1fr; }
  .split-grid.reverse .split-copy { order: 0; }
  .batch-grid .workflow-card,
  .batch-grid .split-copy { order: 0; }
  .plan-cards { grid-template-columns: 1fr; }
  .cards.three, .cards.five, .steps { grid-template-columns: repeat(2, 1fr); }
  .hero { background: linear-gradient(180deg, #0f172a 0%, #152033 58%, #f5f7fb 58%, #f5f7fb 100%); }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 64px 0; }
  .section-pad-sm { padding: 48px 0; }
  .site-header { padding: 12px 14px; }
  .brand { font-size: 14px; }
  .login-link { display: none; }
  .btn-small { display: none; }
  .hero h1 { font-size: 38px; }
  .lead { font-size: 17px; }
  .cards.three, .cards.five, .steps, .metric-grid, .check-list.columns, .doc-support ul { grid-template-columns: 1fr; }
  .doc-panel, .card, .step { padding: 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
