:root{
  --radius: 18px;
}

/* ---------- Base ---------- */

body{
  padding-top: 76px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-bg{
  background: radial-gradient(1200px 600px at 20% 0%, rgba(13,110,253,.08), transparent 55%),
              radial-gradient(900px 500px at 90% 20%, rgba(25,135,84,.08), transparent 55%),
              #f8fafc;
}

/* ---------- Navigation ---------- */

.main-nav{
  background: #ffffff;
  transition: box-shadow .2s ease;
  z-index: 1030;
}

.main-nav.scrolled{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.navbar-brand{
  font-weight: 600;
}

/* ---------- Hero ---------- */

.hero{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-card{
  border-radius: calc(var(--radius) + 6px);
}

/* ---------- Sections / Cards ---------- */

.section{
  margin-bottom: 4rem;
}

.section-card{
  border-radius: var(--radius);
}

.section h2{
  font-weight: 700;
  margin-bottom: 1rem;
}

.section p,
.section li{
  font-size: 1.05rem;
  color: #495057;
}

.section ul{
  padding-left: 1.2rem;
}

/* ---------- UI Elements ---------- */

.pill{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .7rem;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  font-size: .9rem;
  color: #495057;
}

.icon-badge{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.20);
  color: #0d6efd;
  flex: 0 0 auto;
}

.feature{
  padding: 12px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  background: rgba(255,255,255,.7);
}

.mini-card{
  padding: 14px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  height: 100%;
}

.mini-title{
  font-weight: 600;
  margin-bottom: 6px;
}

/* ---------- Utilities ---------- */

.py-lg-6{
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}


.btn-linkedin{
  background-color: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}

.btn-linkedin:hover{
  background-color: #084e96;
  border-color: #084e96;
  color: #fff;
}

.phone-link{
  font-weight: 500;
  color: #212529;
  text-decoration: none;
}

.phone-link:hover{
  text-decoration: underline;
}
