/* =========================
   Smart Biz Manager - Resources
   ========================= */

.resources-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 20px;
}

.resources-hero-section{
  padding-top: 44px;
  padding-bottom: 18px;
}

.resources-hero-heading{
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 14px 0;
  color: #0f2f44;
}

.resources-hero-description{
  max-width: 860px;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: rgba(15,47,68,0.85);
}

/* Featured CTA */
.resources-featured-section{
  background: rgba(15,47,68,0.06);
}

.resources-featured-heading{
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #0f2f44;
}

.resources-featured-paragraph{
  max-width: 900px;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 18px 0;
  color: rgba(15,47,68,0.85);
}

/* Buttons */
.resources-btn{
  display: inline-block;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid rgba(15,47,68,0.22);
  transition: transform 0.12s ease, opacity 0.12s ease;
}

.resources-featured-button,
.resources-card-button{
  background: #f05a28;
  color: #ffffff;
  border-color: transparent;
}

.resources-btn:hover{
  opacity: 0.93;
  transform: translateY(-1px);
}

/* Library section */
.resources-library-heading{
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 18px 0;
  color: #0f2f44;
}

.resources-cards-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resources-card{
  background: #ffffff;
  border: 1px solid rgba(15,47,68,0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(15,47,68,0.06);
}

.resources-card-title{
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #0f2f44;
}

.resources-card-description{
  margin: 0 0 14px 0;
  line-height: 1.6;
  color: rgba(15,47,68,0.82);
}

/* Footer note section */
.resources-updated-heading{
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #0f2f44;
}

.resources-updated-paragraph{
  max-width: 920px;
  line-height: 1.6;
  margin: 0;
  color: rgba(15,47,68,0.82);
}

/* Mobile */
@media (max-width: 980px){
  .resources-cards-grid{ grid-template-columns: 1fr; }
  .resources-hero-heading{ font-size: 36px; }
}
