:root {
  --primary-color: #38406f;
  --secondary-color: #14B789;
  --featured-border-color: #d6f5ec;
}

.navbar-brand {
  letter-spacing: -1px;
}

.hero-subtitle {
  color: #f7f7f7;
  font-size: 20px;
  max-width: 620px;
}

.avatar-initials {
  background: linear-gradient(135deg, #14B789, #535da1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -2px;
  border: 4px solid rgba(255,255,255,.4);
}

.developer-card {
  position: relative;
  z-index: 2;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  transform: rotate(2deg);
  border: 1px solid rgba(255,255,255,.12);
}

.developer-card-header {
  background: #111827;
  padding: 16px 20px;
  color: #9ca3af;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 7px;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #f59e0b; }
.dot.green { background: #22c55e; }

.developer-card-body {
  padding: 28px;
  font-family: Consolas, 'Courier New', monospace;
}

.developer-card-body p {
  color: #d1d5db;
  font-size: 16px;
  margin-bottom: 14px;
}

.developer-card-body span {
  color: #14B789;
  font-weight: 700;
}

.stats-clean .featured-numbers {
  font-size: 48px;
}

.focus-card .services-price-wrap,
.focus-card .custom-btn {
  display: none !important;
}

.focus-card {
  min-height: 360px;
}

.projects-thumb.project-text-card {
  height: 100%;
}

.project-text-card .projects-info {
  min-height: 235px;
}

.project-text-card .projects-info p {
  font-size: 16px;
  margin-top: 16px;
}

.skills-band {
  background: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}

.skill-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.skill-pills span {
  background: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  color: #535da1;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.footer-menu-link {
  cursor: default;
}

.contact-card-big {
  min-height: 100%;
  justify-content: center;
}

.contact-email-btn {
  align-self: flex-start;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .developer-card {
    margin-top: 32px;
    transform: none;
  }

  .hero-subtitle {
    color: #717275;
  }
}

.hero h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  max-width: 850px;
  padding: 18px 32px;
  border-radius: 60px;
}

@media screen and (max-width: 768px) {
  .hero h2 {
    font-size: 28px;
    padding: 14px 22px;
    border-radius: 32px;
  }
}