/* Theme v2 - minimal modern polish */
:root{
  --radius-lg: 16px;
}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #ffffff;
}
.main-content{ padding-top: 76px; }
.navbar{ backdrop-filter: blur(10px); }
.container{ max-width: 1140px; }
.card{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.btn{ border-radius: 12px; }
.btn-primary{ box-shadow: 0 10px 18px rgba(13,110,253,.18); }
section{ scroll-margin-top: 90px; }
img{ max-width: 100%; height: auto; }

.page-content .content-body,
.blog-content{
  font-size: 1.05rem;
  line-height: 1.75;
}
.page-content h1,h2,h3,h4,
.blog-post h1,h2,h3,h4{ line-height: 1.25; }

.breadcrumb{ background: transparent; }
