/* ============================================================
   BANNER — Hero sections for all pages
   ============================================================ */

/* Generic banner base */
.banner, .banner-tax-prep, .banner-about, .banner-faq, .banner-contact {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner .container,
.banner-tax-prep .container,
.banner-about .container,
.banner-faq .container,
.banner-contact .container {
  position: relative;
  z-index: 2;
}

/* ---- Homepage Hero ---- */
.banner {
  background: linear-gradient(135deg, rgba(2, 69, 78, 0.88) 0%, rgba(2, 69, 78, 0.55) 50%, rgba(2, 69, 78, 0.2) 100%),
              url('../images/hero/hero-social.jpg') center center / cover no-repeat;
  padding: 100px 0 80px;
}

.banner .main-wrapper {
  max-width: 640px;
}

.banner h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 8px;
}

.banner h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: #fff;
  line-height: 1.05;
  margin-bottom: 20px;
}

.banner p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 28px;
}

.banner .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}

.banner .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner .item .icon-wrapper {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.banner .item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.btn-container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.btn-hero a {
  display: inline-flex;
  align-items: center;
  padding: 16px 36px;
  background: var(--color-accent);
  color: var(--color-primary-dark);
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--radius-full);
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(177, 227, 88, 0.35);
}

.btn-hero a:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(177, 227, 88, 0.4);
}

.contact-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-container .heading {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.contact-container .content-wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* ---- Tax Prep Hero ---- */
.banner-tax-prep {
  background: linear-gradient(90deg, rgba(2,69,78,0.92) 0%, rgba(2,69,78,0.55) 45%, rgba(2,69,78,0.15) 100%),
              url('../images/hero/hero-tax-prep.png') center center / cover no-repeat;
  padding: 100px 0 80px;
}

.banner-tax-prep h1 {
  font-size: clamp(36px, 5vw, 60px);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}

.banner-tax-prep h1 span {
  color: var(--color-accent);
}

.banner-tax-prep .hero-lead {
  font-size: 18px;
  color: rgba(255,255,255,0.95);
  margin-bottom: 22px;
  max-width: 560px;
  line-height: 1.5;
}

.banner-tax-prep .hero-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  max-width: 560px;
  display: grid;
  gap: 10px;
}

.banner-tax-prep .hero-checks li {
  position: relative;
  padding-left: 30px;
  font-size: 15.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}

.banner-tax-prep .hero-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(177,227,88,0.18);
  border: 1px solid rgba(177,227,88,0.55);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8.2L7 11L12 5.5' stroke='%23B1E358' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.banner-tax-prep .hero-closer {
  font-size: 14.5px;
  color: rgba(255,255,255,0.72);
  margin-bottom: 26px;
  max-width: 560px;
  font-style: italic;
}

/* ---- About Hero ---- */
.banner-about {
  background: url('../images/hero/hero-about.png') center center / cover no-repeat;
  padding: 100px 0 80px;
}

.banner-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 69, 78, 0.78) 0%, rgba(2, 69, 78, 0.45) 45%, rgba(2, 69, 78, 0.0) 75%);
  pointer-events: none;
  z-index: 1;
}

.banner-about h3 {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  font-weight: 400;
  margin-bottom: 8px;
}

.banner-about h1 {
  font-size: clamp(36px, 5vw, 60px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  margin-bottom: 24px;
}

/* ---- FAQ Hero ---- */
.banner-faq {
  min-height: 400px;
  background: url('../images/hero/hero-faq.png') center center / cover no-repeat;
  justify-content: flex-start;
  padding: 100px 0 80px;
}

.banner-faq h1 {
  font-size: clamp(48px, 8vw, 90px);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 2px 16px rgba(2, 69, 78, 0.35);
}

/* ---- Contact Hero ---- */
.banner-contact {
  background: linear-gradient(135deg, rgba(2, 69, 78, 0.9) 0%, rgba(2, 69, 78, 0.7) 100%),
              url('../images/hero/hero-contact.png') center center / cover no-repeat;
  min-height: 360px;
  padding: 100px 0 60px;
}

.banner-contact h1 {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  margin-bottom: 16px;
}

.banner-contact p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .banner, .banner-tax-prep, .banner-about, .banner-faq, .banner-contact {
    min-height: auto;
    padding: 80px 0 60px;
  }
  
  .banner {
    background: linear-gradient(180deg, rgba(2,69,78,0.92) 0%, rgba(2,69,78,0.75) 100%),
                url('../images/hero/hero-mobile.png') center center / cover no-repeat;
  }
  
  .banner-tax-prep {
    background: linear-gradient(180deg, rgba(2,69,78,0.92) 0%, rgba(2,69,78,0.75) 100%),
                url('../images/hero/hero-tax-prep-mbl.png') center center / cover no-repeat;
  }
  
  .banner .items {
    flex-direction: column;
    gap: 12px;
  }
  
  .btn-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
