body {
  font-family: 'Inter', sans-serif;
  background: #f8fafc;
  color: #131a28;
}

a {
  color: #0e72e4;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0;
}

.nav-link.active,
.site-dropdown-toggle.active {
  color: #0e72e4 !important;
}

.site-dropdown-toggle {
  text-decoration: none;
}

.product-nav {
  position: sticky;
  top: 0;
  z-index: 1010;
}

.product-nav-scroll {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}

.product-nav-label {
  flex: 0 0 auto;
}

.product-nav-link {
  flex: 0 0 auto;
  border-radius: .5rem;
  color: #526174;
  font-size: .95rem;
  font-weight: 600;
  padding: .45rem .75rem;
  text-decoration: none;
}

.product-nav-link:hover,
.product-nav-link:focus,
.product-nav-link.active {
  background: rgba(14, 114, 228, 0.1);
  color: #0e72e4;
}

.hero {
  background: linear-gradient(135deg, #eef5ff 0%, #ffffff 100%);
}

.hero-white {
  background: #ffffff;
}

.section-title {
  letter-spacing: 0;
}

.feature-card,
.content-card,
.team-card,
.policy-header,
.placeholder-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(20, 35, 70, 0.08);
}

.badge-soft {
  background: rgba(14, 114, 228, 0.1);
  color: #0e72e4;
}

.cta-card {
  border-radius: 1rem;
  background: #0f172a;
  color: #fff;
}

.cta-card a {
  color: #fff;
  text-decoration: none;
}

.product-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.hero-img,
.phone-screenshot,
.doc-screenshot {
  max-width: 280px;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.doc-screenshot {
  cursor: zoom-in;
  transition: transform .25s ease, box-shadow .25s ease;
}

.doc-screenshot.expanded {
  max-width: 100%;
  cursor: zoom-out;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.16);
}

.placeholder-card {
  min-height: 280px;
  border: 2px dashed #b8c7da;
  background: #f5f8fc;
  color: #526174;
}

.hp-field {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.footer {
  border-top: 1px solid #e6ebf2;
}

.footer a {
  color: #5f6b7a;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: #0e72e4;
}

.footer-bottom {
  border-top: 1px solid #e6ebf2;
}

@media (max-width: 575.98px) {
  .display-5 {
    font-size: 2.1rem;
  }

  .p-5 {
    padding: 2rem !important;
  }
}
