/* Marko LLC — Custom Styles */

html {
  scroll-behavior: smooth;
}

/* Logo */
.site-logo {
  height: 2.5rem;
  width: auto;
  display: block;
}

.footer-logo {
  height: 2.25rem;
  width: auto;
  display: block;
}

@media (min-width: 1024px) {
  .site-logo {
    height: 3rem;
  }

  .footer-logo {
    height: 2.5rem;
  }
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: #fff;
  color: #243b53;
  font-weight: 600;
  border-radius: 0.75rem;
  border: 1px solid #d9e2ec;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}

/* Section typography */
.section-label {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2563eb;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #102a43;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 2.5rem;
  }
}

/* Header shadow on scroll */
#header.scrolled {
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.08), 0 4px 12px rgba(16, 42, 67, 0.04);
}

/* Active nav link */
.nav-link.active,
.mobile-nav-link.active {
  color: #2563eb !important;
}

/* Hero cards */
.hero-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(16, 42, 67, 0.1);
}

/* Service cards */
.service-card {
  background: #fff;
  border: 1px solid #f0f4f8;
  border-radius: 1rem;
  padding: 1.75rem;
  transition: all 0.25s ease;
}

.service-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.08);
  transform: translateY(-2px);
}

.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #2563eb;
  transition: all 0.25s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
}

/* Feature list items */
.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #f0f4f8;
  font-weight: 500;
  color: #334e68;
  transition: border-color 0.2s ease;
}

.feature-item:hover {
  border-color: #bfdbfe;
}

/* Healthcare stat cards */
.healthcare-stat {
  transition: transform 0.25s ease;
}

.healthcare-stat:hover {
  transform: translateY(-2px);
}

/* Technology badges */
.tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334e68;
  transition: all 0.2s ease;
}

.tech-badge:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}

/* Why choose cards */
.why-card {
  background: #fff;
  border: 1px solid #f0f4f8;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.25s ease;
}

.why-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 16px rgba(16, 42, 67, 0.06);
}

/* Process steps */
.process-step {
  text-align: center;
  padding: 1.5rem;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

/* CTA pattern background */
.cta-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Form inputs */
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d9e2ec;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  color: #243b53;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-input::placeholder {
  color: #829ab1;
}

/* Fade-in animation for sections */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
