.blog2-page {
  background: #06080f;
  color: #f4f5f7;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding-top: 68px;
}

.blog2-hero {
  position: relative;
  min-height: 365px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(5,8,15,1) 0%, rgba(6,8,15,.35) 50%, rgba(6,8,15,0.5) 100%), url('../images/footer-about.png') center right/cover no-repeat;
}

.blog2-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,149,0,.24), transparent 32%), radial-gradient(circle at center left, rgba(255,255,255,.08), transparent 24%);
  pointer-events: none;
}

.blog2-hero .container {
  position: relative;
  z-index: 1;
}

.blog2-hero .blog-label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1.1rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  color: #ffb445;
  background: rgba(248, 175, 32, .12);
  margin-bottom: 1.5rem;
  letter-spacing: .08em;
}

.blog2-hero h1 {
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.03em;
  margin-bottom: 1.4rem;
  max-width: 760px;
  color: #fff;
}

.blog2-hero .hero-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
  font-size: .95rem;
  color: #b0b6c1;
  margin-bottom: 1.8rem;
}

.blog2-hero .hero-meta span {
  color: #8da0b7;
}

.blog2-hero p {
    max-width: 300px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #d7dae0;
    margin-bottom: 1rem;
}

.blog2-content {
  padding: 4.5rem 0 2.5rem;
}

.blog2-content .row {
  align-items: flex-start;
}

.content-card,
.sidebar-card,
.blog2-cta-bar {
  border-radius: 28px;
}

.content-card,
.sidebar-card {
  background: rgba(11, 14, 24, .96);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.content-card {
  padding: 2.2rem;
  background: url(../images/legend.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.content-card .section-heading {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
  color: #ffb445;
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.content-card h2 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
    line-height: 1.1;
    font-weight: normal;
}

.content-card p {
  color: #c7cbd4;
  line-height: 1.8;
  margin-bottom: 0rem;
  width: 300px;
}

.blog2-content .content-card .feature-block { 
    display: grid; 
    gap: 1.3rem; 
    margin-top: 1.8rem; 
}
.blog2-content .content-card .feature-item { 
    position:relative; 
    display: grid; 
    grid-template-columns: 1fr auto; 
    gap: 1.3rem; 
    padding: 0 1.4rem;
    /* border-radius: 22px; 
    background: rgba(255,255,255,.025); 
    border: 1px solid rgba(255,255,255,.06);  */
}
.blog2-content .content-card .feature-item strong { 
    display: block; 
    color: #fff; 
    margin-bottom: .45rem; 
}
.blog2-content .content-card .feature-item span { 
    color: #aeb5c1;
    line-height: 1.7;
    width: 300px;
    display: block;
}
.blog2-content .content-card .feature-item img { 
    width: 84px; 
    min-width: 84px; 
    border-radius: 18px; 
    object-fit: cover; 
    height: 84px; 
}
.blog2-content .feature-card .feature-image { 
    width: 100%; 
    min-height: 260px; 
    border-radius: 22px; 
    background: linear-gradient(180deg, rgba(255,141,0,.18), rgba(6,8,15,.9) 52%), url('assets/images/') center/cover no-repeat; 
    margin-bottom: 1.6rem; 
}
.blog2-content .feature-card h3 { 
    color: #fff; 
    font-size: 1.35rem; 
    margin-bottom: 1rem; 
}
.blog2-content .feature-card p { 
    color: #c7cbd4; 
    line-height: 1.8; 
    margin-bottom: 1.8rem; 
}
.blog2-content .feature-card .feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.blog2-content .feature-card .feature-list li { display: flex; gap: 1rem; align-items: flex-start; color: #c7cbd4; font-size: .95rem; }
.blog2-content .feature-card .feature-list li .icon { min-width: 2.5rem; min-height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: rgba(255,255,255,.08); color: #ffb445; }
.feature-item::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #ffb445;
    border-radius: 50%;
    margin-top: .5rem;
    position: absolute;
    left: 10px;
    top: 23px;
}
.sidebar-card {
    padding: 10px 30px 5px 30px;
}

.sidebar-card-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.7rem;
}

.sidebar-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  /* background: rgba(255,255,255,.08); */
  color: #ffb445;
  font-size: 1.3rem;
}
.btnSecondary{
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    background: rgba(0, 0, 0, .45);
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
    background: linear-gradient(5deg, #ff8b2a, #C0580F);
}
.sidebar-card-heading p {
  margin: 0 0 .35rem;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  
}
.sidebar-card-heading span {
  color: #ffb445;
}
.sidebar-card-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
}

.hero-card-buttons {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.sidebar-benefits {
  margin-top: 1rem;
}

.sidebar-benefits h4 {
  margin: 0 0 1rem;
  color: #f7fafc;
  font-size: 1rem;
  font-weight: 500;
}

.benefit-grid {
  display: grid;
  gap: 1rem;
}

.benefit-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.benefit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #ffb445;
  font-size: 1.2rem;
}

.benefit-card strong {
  display: block;
  color: #fff;
  margin-bottom: .25rem;
  text-align: left;
}

.benefit-card p {
  margin: 0;
  color: #c7cbd4;
  line-height: 1.6;
  font-size: .95rem;
}

.btn-secondary-alt {
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: rgba(0,0,0,.45);
}

.btn-warning {
  background: #ff8300;
  border-color: transparent;
}

.recent-posts h4,
.categories h4,
.tags h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #f7fafc;
  margin-bottom: 1rem;
}

.recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .9rem;
}

.recent-posts li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: #c7cbd4;
  font-size: .95rem;
}

.recent-posts li::before {
  content: '•';
  color: #ffb445;
  line-height: 1;
  margin-top: .14rem;
}

.category-list,
.tag-grid {
  display: grid;
  gap: .75rem;
}

.category-pill,
.tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border-radius: 999px;
  font-size: .88rem;
  background: rgba(255,255,255,.05);
  color: #c5c8d1;
  border: 1px solid rgba(255,255,255,.08);
}

.tag-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog2-cta-bar {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 1rem;
}

.blog2-cta-bar .container {
  position: relative;
  z-index: 1;
}

.blog2-cta-bar .cta-row {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(270deg, rgb(255 131 0 / 0%) 0%, rgb(0 0 0) 100%), url(../images/footer-about-b.png) center / cover no-repeat;
    padding: 5em 20px;
    border: 1px solid #202020;
    border-radius: 18px;
}

.blog2-cta-bar h2 {
  color: #fff;
  font-size: clamp(1.65rem, 2vw, 2.2rem);
  margin: 0;
  max-width: 640px;
}

.blog2-cta-bar .cta-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-cta {
  min-width: 150px;
}

@media (max-width: 991px) {
  .blog2-hero {
    min-height: 760px;
    background-position: center top;
  }

  .blog2-hero h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .blog2-page {
    padding-top: 75px;
  }

  .blog2-hero {
    min-height: 700px;
  }

  .blog2-hero p {
    max-width: 100%;
  }

  .blog2-content {
    padding: 3rem 0 2rem;
  }

  .blog2-cta-bar {
    margin: 0;
    border-radius: 0;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }
}
/* BENEFIT CARDS */
.benefit-card {
  background: rgba(12,22,38,0.55);
  border: 1px solid rgba(255,255,255,0.04);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 36px 28px;
  min-height: 150px;
  text-align: center;
}

.benefit-card .feature-icon-large {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  background: rgba(192,88,15,0.12);
  border: 1px solid rgba(192,88,15,0.08);
}

.benefit-card h5 { text-align: left;color: #ffffff; margin-bottom: 10px; }
.benefit-card p { text-align: left;color: #b6c2d1; font-size: 0.95rem; }
