body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #16233b;
  background: #f5f8fc;
}
.bg-primary-custom {
  background: linear-gradient(90deg, #08204d 0%, #0b3c8a 100%);
}
.top-strip {
  background: #114aa9;
}
.hero {
  background:
    linear-gradient(rgba(7, 30, 69, 0.82), rgba(7, 30, 69, 0.9)),
    url('../img/hero-remote-notary-ninjas.png') center/cover no-repeat;
  color: #fff;
  padding: 6rem 0 5rem;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
}
.hero-badges .badge,
.stat-badge {
  font-size: 0.9rem;
  padding: 0.7rem 0.9rem;
}
.section-pad {
  padding: 4.5rem 0;
}
.card-soft,
.feature-card,
.price-card,
.contact-card,
.faq-card,
.admin-card {
  border: 0;
  border-radius: 1.2rem;
  box-shadow: 0 0.6rem 2rem rgba(10, 42, 102, 0.08);
}
.feature-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(17, 74, 169, 0.1);
  color: #114aa9;
  font-size: 1.4rem;
}
.section-title {
  max-width: 760px;
}
.cta-strip {
  background: linear-gradient(135deg, #0b3c8a, #07275f);
  color: #fff;
  border-radius: 1.5rem;
}
.page-hero {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #eaf2ff 0%, #f5f8fc 100%);
}
.price-big {
  font-size: 2rem;
  font-weight: 800;
  color: #08204d;
}
.list-check li {
  margin-bottom: 0.7rem;
}
.list-check li::marker {
  color: #0b3c8a;
}
.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.footer-links a:hover {
  color: #fff;
}
.form-label {
  font-weight: 600;
}
.notice-box {
  border-left: 4px solid #114aa9;
  background: #eef5ff;
}
.calendar-wrap {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
  box-shadow: 0 0.6rem 2rem rgba(10, 42, 102, 0.08);
}
.fc .fc-toolbar-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.table thead th {
  white-space: nowrap;
}
.nav-link.active {
  font-weight: 700;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
