:root {
  --primary: #0f172a;
  --secondary: #2563eb;
  --accent: #f59e0b;
  --light: #f8fafc;
  --text: #334155;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #ffffff;
}

img {
  max-width: 100%;
}

.hero-section {
  background: linear-gradient(135deg, var(--primary), #1d4ed8);
  min-height: 100vh;
}

.inner-header {
  background: linear-gradient(135deg, var(--primary), #1d4ed8);
}

.navbar-brand,
.nav-link {
  color: #fff !important;
}

.nav-link:hover {
  color: #dbeafe !important;
}

.badge-soft {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  color: #fff;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.hero-icon,
.icon-pill {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dbeafe;
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-card,
.stat-card,
.service-card,
.cta-box {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.stat-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.cta-box {
  background: linear-gradient(135deg, var(--secondary), #1d4ed8);
}

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

.btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--primary);
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.portfolio-highlight img {
  height: 180px;
  object-fit: cover;
}

.portfolio-highlight {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.portfolio-highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.site-footer {
  background: linear-gradient(145deg, #0b1220, #111d33);
}

.footer-title {
  color: #e2e8f0;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.9rem;
}

.footer-text,
.footer-copy,
.footer-contact li {
  color: #cbd5e1;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a,
.footer-legal {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-links a:hover,
.footer-legal:hover {
  color: #f8fafc;
  text-decoration: underline;
}
