.nav-link {
  color: #64748b;
  font-weight: 500;
  transition: color .2s, border-color .2s;
  padding: .5rem 0;
  border-bottom: 2px solid transparent;
}
.nav-link:hover,
.nav-link.active {
  color: #0ea5e9;
  border-bottom-color: #0ea5e9;
}
html,
body {
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.mobile-link {
  display: block;
  padding: .75rem 0;
  color: #334155;
  border-bottom: 1px solid #f8fafc;
}
.hover-float {
  transition: all .3s ease;
}
.hover-float:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(14, 165, 233, .15);
}
.hero-orb {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 9999px;
  mix-blend-mode: multiply;
  filter: blur(48px);
  opacity: .3;
}
.hero-orb-left {
  top: 5rem;
  left: 2.5rem;
  background: #bfdbfe;
}
.hero-orb-right {
  top: 10rem;
  right: 2.5rem;
  background: #99f6e4;
}
.page-hero {
  padding: 8rem 1rem 4.5rem;
  background: linear-gradient(to bottom, rgba(224, 242, 254, .55), #fff);
  text-align: center;
}
.eyebrow {
  color: #0ea5e9;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.section-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 1rem;
}
.home-card,
.feature-card,
.pricing-card,
.stat-card {
  display: block;
  background: #f8fafc;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  color: inherit;
  text-decoration: none;
}
.home-card-icon,
.feature-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  background: #e0f2fe;
  color: #0ea5e9;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.home-card h2,
.feature-card h3 {
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.home-card p,
.feature-card p {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.75;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin: 3rem auto 0;
}
.hero-stats div {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(186, 230, 253, .9);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 18px 42px -34px rgba(14, 165, 233, .75);
}
.hero-stats strong {
  display: block;
  color: #0f172a;
  font-size: 1.45rem;
  line-height: 1.2;
}
.hero-stats span {
  display: block;
  color: #64748b;
  font-size: .8rem;
  margin-top: .35rem;
}
.process-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
}
.process-card i {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: .85rem;
  background: #e0f2fe;
  color: #0ea5e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.process-card h3 {
  color: #1e293b;
  font-weight: 700;
  margin-bottom: .65rem;
}
.process-card p {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.75;
}
.mock-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 20px 45px -25px rgba(14, 165, 233, .45);
  border: 1px solid #f1f5f9;
  padding: 1.5rem;
}
.visual-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  box-shadow: 0 24px 55px -32px rgba(14, 165, 233, .55);
  padding: 1.5rem;
}
.mini-window {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
}
.mini-window-bar {
  height: 2.75rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: 0 1rem;
}
.mini-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #bae6fd;
}
.data-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid #f1f5f9;
  color: #64748b;
  font-size: .875rem;
}
.data-row strong {
  color: #334155;
}
.metric-tile {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1rem;
}
.metric-tile span {
  display: block;
  color: #64748b;
  font-size: .75rem;
  margin-bottom: .35rem;
}
.metric-tile strong {
  color: #0f172a;
  font-size: 1.35rem;
}
.flow-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem;
}
.flow-step i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .75rem;
  background: #e0f2fe;
  color: #0ea5e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.flow-diagram {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: .75rem;
  background: linear-gradient(135deg, #f8fafc 0%, #eef9ff 100%);
  border: 1px solid #bae6fd;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.flow-node {
  min-height: 10rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px -32px rgba(14, 165, 233, .65);
}
.flow-node i {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: .85rem;
  background: #e0f2fe;
  color: #0ea5e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: .85rem;
}
.flow-node strong {
  color: #1e293b;
  font-size: 1rem;
  margin-bottom: .45rem;
}
.flow-node span {
  color: #64748b;
  font-size: .78rem;
  line-height: 1.6;
}
.flow-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  color: #0ea5e9;
  font-size: 1.25rem;
}
.info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
}
.info-card h3 {
  color: #1e293b;
  font-weight: 700;
  margin-bottom: .65rem;
}
.info-card p {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.75;
}
.qa-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
}
.qa-card h3 {
  color: #1e293b;
  font-weight: 700;
  margin-bottom: .65rem;
}
.qa-card p {
  color: #64748b;
  line-height: 1.75;
  font-size: .925rem;
}
.soft-band {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.pill-list span {
  background: #e0f2fe;
  color: #0284c7;
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .8rem;
  font-weight: 600;
}
.bar-line {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #64748b;
  font-size: .875rem;
}
.bar-line span:first-child {
  width: 5rem;
}
.bar-track {
  flex: 1;
  height: .65rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea5e9, #2dd4bf);
}
.dashboard-preview {
  display: grid;
  gap: 1rem;
}
.dashboard-preview .bar-line strong {
  width: 2.5rem;
  color: #334155;
  text-align: right;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.partner-logo {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.partner-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -24px rgba(14, 165, 233, .75);
}
.partner-logo span {
  color: #0f172a;
  font-weight: 800;
  font-size: 1.05rem;
}
.partner-logo small {
  color: #64748b;
  font-size: .75rem;
  margin-top: .35rem;
}
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 1.25rem;
  padding: 2.25rem;
}
.site-footer {
  background: #f8fafc;
  padding: 4rem 0 2rem;
  border-top: 1px solid #e2e8f0;
}
.footer-title {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}
.footer-list {
  display: grid;
  gap: .5rem;
  font-size: .875rem;
  color: #64748b;
}
.footer-list a:hover {
  color: #0ea5e9;
}
.legal-content h2 {
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 .75rem;
}
.legal-content p,
.legal-content li {
  color: #64748b;
  line-height: 1.9;
}
.legal-content ul {
  list-style: disc;
  padding-left: 1.25rem;
}
@media (max-width: 768px) {
  .hero-stats,
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flow-diagram {
    grid-template-columns: 1fr;
  }
  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .hero-stats,
  .partner-grid {
    grid-template-columns: 1fr;
  }
}
