html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --pinkar-primary: #1d4ed8;
  --pinkar-secondary: #0f172a;
  --pinkar-accent: #f59e0b;
  --pinkar-muted: #64748b;
  --pinkar-surface: #f8fafc;
  --pinkar-border: #e2e8f0;
}

body {
  background: #ffffff;
  color: var(--pinkar-secondary);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1 0 auto;
}

.footer {
  margin-top: auto;
}

a {
  color: var(--pinkar-primary);
}

.navbar {
  background: #ffffff;
}

.navbar .btn-primary {
  border-radius: 999px;
  padding: 0.45rem 1.2rem;
}

.hero {
  background: linear-gradient(120deg, rgba(29, 78, 216, 0.08), rgba(15, 23, 42, 0.02));
  border: 1px solid var(--pinkar-border);
  border-radius: 24px;
  padding: 3rem;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.88), rgba(29, 78, 216, 0.65)),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: #ffffff;
  border-radius: 24px;
  padding: 3.5rem;
}

.hero-banner .lead {
  color: rgba(255, 255, 255, 0.85);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.hero-badge {
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
}

.info-strip {
  background: var(--pinkar-surface);
  border: 1px solid var(--pinkar-border);
  border-radius: 20px;
  padding: 1.5rem;
}

.icon-card {
  border: 1px solid var(--pinkar-border);
  border-radius: 18px;
  padding: 1.25rem;
  height: 100%;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(29, 78, 216, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--pinkar-primary);
}

.section-surface {
  background: var(--pinkar-surface);
  border: 1px solid var(--pinkar-border);
  border-radius: 24px;
  padding: 2rem;
}

.page-hero {
  background: linear-gradient(120deg, rgba(29, 78, 216, 0.1), rgba(15, 23, 42, 0.04));
  border: 1px solid var(--pinkar-border);
  border-radius: 24px;
  padding: 2rem;
}

.info-card {
  border: 1px solid var(--pinkar-border);
  border-radius: 18px;
  padding: 1.25rem;
  background: #ffffff;
  height: 100%;
}

.info-card small {
  color: var(--pinkar-muted);
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: var(--pinkar-primary);
  font-size: 0.85rem;
  font-weight: 600;
}

.life-hero {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(29, 78, 216, 0.7)),
    url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: #ffffff;
  border-radius: 26px;
  padding: 2.8rem;
}

.life-hero .lead {
  color: rgba(255, 255, 255, 0.85);
}

.life-highlight {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--pinkar-border);
  padding: 1.25rem;
  height: 100%;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.benefit-item {
  border-radius: 16px;
  border: 1px solid var(--pinkar-border);
  background: #ffffff;
  padding: 1rem 1.25rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.benefit-item span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(29, 78, 216, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pinkar-primary);
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--pinkar-border);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.gallery-card .card-body {
  padding: 0.85rem 1rem 1rem;
}

.job-hero {
  background: linear-gradient(120deg, rgba(29, 78, 216, 0.12), rgba(15, 23, 42, 0.04)),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: #ffffff;
  border-radius: 24px;
  padding: 2.2rem;
}

.job-hero .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}

.job-card-visual {
  height: 140px;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.6), rgba(29, 78, 216, 0.25)),
    url("https://images.unsplash.com/photo-1485217988980-11786ced9454?auto=format&fit=crop&w=1200&q=80")
      center/cover no-repeat;
  color: #ffffff;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-card-visual small {
  color: rgba(255, 255, 255, 0.85);
}

.job-detail-hero {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.85), rgba(29, 78, 216, 0.65)),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: #ffffff;
  border-radius: 24px;
  padding: 2.4rem;
}

.job-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.job-detail-pill {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.85rem;
}

.detail-card {
  border-radius: 20px;
  border: 1px solid var(--pinkar-border);
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.sticky-card {
  position: sticky;
  top: 24px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.card {
  border: 1px solid var(--pinkar-border);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.stat-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--pinkar-border);
  padding: 1.5rem;
}

.badge-featured {
  background: rgba(245, 158, 11, 0.15);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.footer {
  background: var(--pinkar-surface);
  border-top: 1px solid var(--pinkar-border);
}

.admin-sidebar {
  background: #0f172a;
  color: #e2e8f0;
}

.admin-sidebar .nav-link {
  color: #e2e8f0;
}

.admin-sidebar .nav-link:hover {
  color: #ffffff;
}

.btn-primary {
  background: var(--pinkar-primary);
  border-color: var(--pinkar-primary);
}

.btn-outline-primary {
  border-color: var(--pinkar-primary);
  color: var(--pinkar-primary);
}

.text-muted {
  color: var(--pinkar-muted) !important;
}