:root {
  --zoco-primary: #0066ff;
  --zoco-secondary: #ff7a00;
  --zoco-bg-gradient: linear-gradient(
    135deg,
    #0b1c4b 0%,
    #0a4d8c 50%,
    #00b4d8 100%
  );
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body {
  background-color: #f9fbfd;
  color: #1f2937;
}

.bg-gradient {
  background: var(--zoco-bg-gradient);
}

.navbar {
  background-color: #0b1c4b !important;
  background-image: none !important;
}

.hero-section {
  background: var(--zoco-bg-gradient);
  color: #ffffff;
}

.hero-section .lead {
  color: #ffffff !important;
  font-weight: 400;
}

.hero-section .text-light-emphasis {
  color: #ffffff !important;
}

.btn-cta {
  border-radius: 999px;
  padding-inline: 1.4rem;
  font-weight: 600;
}

.step-card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--zoco-secondary);
}

.search-demo {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.search-chip {
  background: rgba(0, 102, 255, 0.08);
  color: #0b1c4b;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 102, 255, 0.15);
  font-weight: 600;
  text-align: center;
}

.card {
  border-radius: 1rem;
}

.card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.table thead th {
  border: 0;
}

.table td,
.table th {
  vertical-align: middle;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: -999px;
  background: #000;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 3px solid var(--zoco-secondary);
}

:focus-visible {
  outline: 3px solid var(--zoco-secondary);
  outline-offset: 2px;
}

footer a:hover {
  color: var(--zoco-primary);
}

.badge.bg-primary-subtle {
  background: rgba(0, 102, 255, 0.1) !important;
}

.btn-primary {
  background-color: var(--zoco-primary);
  border-color: var(--zoco-primary);
}

.btn-primary:hover {
  background-color: #0053cc;
  border-color: #0053cc;
}

.btn-outline-light {
  border-width: 2px;
}

img.rounded-4 {
  border-radius: 1.2rem !important;
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 2rem;
  }
}
