.btb-home {
  position: relative;
  max-width: none !important;
  margin: 0 !important;
  padding: 64px max(24px, calc((100% - 1200px) / 2)) 70px !important;
  overflow: hidden;
  color: #192821;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 174, 73, .22), transparent 27%),
    radial-gradient(circle at 8% 88%, rgba(20, 143, 73, .12), transparent 30%),
    linear-gradient(135deg, #fffaf4 0%, #fff 52%, #f3fbf6 100%) !important;
  box-sizing: border-box;
}

.btb-home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(16, 122, 61, .12) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, transparent, #000 45%, transparent);
  opacity: .28;
}

.btb-home-shell { position: relative; z-index: 1; max-width: 1200px; margin: auto; }
.btb-home .btb-home-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 30px;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

.btb-home-copy { max-width: 670px; }
.btb-home-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  color: #087a3c;
  background: #e6f6ec;
  border: 1px solid #c9ebd5;
  border-radius: 999px;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.btb-home .btb-home-copy h2 {
  margin: 13px 0 2px !important;
  color: #17251f !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -1.5px;
  font-weight: 850 !important;
}

.btb-home-copy > strong {
  display: block;
  color: #ef6c00;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-style: italic;
  font-weight: 700;
}

.btb-home-copy p {
  max-width: 610px;
  margin: 12px 0 0 !important;
  color: #5d6a64;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.btb-home .btb-home-actions { display: flex !important; align-items: center; gap: 12px; flex-shrink: 0; }
.btb-home .btb-home-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

.btb-home .btb-home-actions .btb-home-add {
  gap: 7px;
  color: #fff !important;
  background: linear-gradient(135deg, #0f9b50, #087a3c) !important;
  box-shadow: 0 10px 24px rgba(8, 122, 60, .23);
}
.btb-home-add span { font-size: 20px; line-height: 1; }
.btb-home .btb-home-actions .btb-home-all { gap: 8px; color: #263a31 !important; background: #fff; border: 1px solid #dfe8e2; }
.btb-home .btb-home-actions a:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(35, 57, 46, .14); }

.btb-home .btb-home-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.btb-home .btb-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid #e5ebe7 !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(32, 55, 43, .08) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btb-home .btb-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(32, 55, 43, .14) !important; }
.btb-home .btb-image { height: 190px !important; background: #eef6f0 !important; }
.btb-home .btb-image b { top: 13px !important; left: 13px !important; padding: 7px 11px !important; background: #11964d !important; border-radius: 8px !important; font-size: 10px !important; letter-spacing: .5px; }
.btb-home .btb-body { padding: 17px !important; }
.btb-home .btb-body > small { display: block; overflow: hidden; color: #738078 !important; font-size: 12px !important; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.btb-home .btb-body h3 { height: 48px !important; margin: 8px 0 10px !important; font-size: 17px !important; line-height: 1.4 !important; font-weight: 800 !important; }
.btb-home .btb-body h3 a { color: #17251f !important; text-decoration: none !important; }
.btb-home .btb-info { min-height: 18px; align-items: center; }
.btb-home .btb-info strong { overflow: hidden; color: #ef6c00 !important; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.btb-home .btb-info span { color: #879089 !important; font-size: 11px !important; }
.btb-home .btb-body footer { min-height: 38px; margin-top: 13px !important; padding-top: 12px !important; border-top: 1px solid #edf0ee !important; }
.btb-home .btb-body footer img { width: 30px !important; height: 30px !important; }
.btb-home .btb-body footer span { overflow: hidden; color: #526158; font-size: 12px !important; text-overflow: ellipsis; white-space: nowrap; }
.btb-home .btb-body footer a { padding: 7px 10px; color: #087a3c !important; background: #eaf7ef; border-radius: 8px; font-size: 11px !important; font-weight: 900 !important; text-decoration: none !important; }

.btb-home-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border: 1px dashed #bcd7c6;
  border-radius: 17px;
}
.btb-home-empty > span { font-size: 36px; }
.btb-home-empty div { flex: 1; }
.btb-home-empty strong { display: block; margin-bottom: 3px; font-size: 17px; }
.btb-home-empty p { margin: 0; color: #6d7972; }
.btb-home-empty a { padding: 11px 15px; color: #fff; background: #087a3c; border-radius: 9px; font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .btb-home .btb-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .btb-home .btb-home-head { align-items: flex-start !important; }
  .btb-home .btb-home-actions { flex-direction: column; align-items: stretch; }
}

@media (max-width: 650px) {
  .btb-home { padding: 44px 16px 50px !important; }
  .btb-home .btb-home-head { display: block !important; }
  .btb-home-copy p { display: block !important; }
  .btb-home .btb-home-actions { display: grid !important; grid-template-columns: 1fr 1fr; margin-top: 22px; }
  .btb-home .btb-home-actions a { padding: 0 10px; font-size: 12px !important; }
  .btb-home .btb-home-grid { gap: 11px !important; }
  .btb-home .btb-image { height: 140px !important; }
  .btb-home .btb-body { padding: 12px !important; }
  .btb-home .btb-body h3 { height: 42px !important; font-size: 14px !important; }
  .btb-home .btb-body footer span { display: none; }
  .btb-home-empty { align-items: flex-start; flex-wrap: wrap; }
}
