/*
 Theme Name:  Blocksy BuildHub Child
 Theme URI:   https://trykaziweb.com/
 Description: Child theme for BuildHub (developer & designer portal) based on Blocksy.
 Author:      KaziWeb
 Author URI:  https://trykaziweb.com/
 Template:    blocksy
 Version:     1.0.0
 Text Domain: blocksy-buildhub-child
*/

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

.ct-container {
  max-width: 1280px;
}

.buildhub-hero {
  padding: 80px 0 40px;
}

.buildhub-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.buildhub-hero p {
  font-size: 1.1rem;
  max-width: 720px;
}

.buildhub-btn-primary {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.buildhub-btn-primary:hover {
  opacity: 0.9;
}

.buildhub-section {
  padding: 40px 0;
}

.buildhub-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.buildhub-section p {
  max-width: 800px;
}

.buildhub-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.buildhub-card {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  padding: 18px 16px;
  background: #fff;
}

.buildhub-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

header.ct-header {
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
