/* Oto Reis — site ek stiller */
:root {
  --or-accent: #e85d04;
  --or-dark: #1a1a1a;
}

.site-main {
  min-height: 60vh;
}

.hero-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1f1f1f 100%);
  color: #fff;
  padding: 4rem 0;
}

.hero-section h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-accent {
  color: var(--or-accent) !important;
}

.card-service {
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
}

.gallery-thumb img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.navbar-dark .nav-link.active {
  color: var(--or-accent) !important;
}
