/* =========================
   TABLET VIEW (768px–1024px)
========================= */
@media (min-width: 768px) and (max-width: 900px) {

  /* HEADER */
  .hero-bg{
    object-position: 70% 50%;
  }
  .header-logo img {
    height: 3.2rem;
  }

  .phone-btn,
  .donate-btn {
    padding: 10px 14px;
    font-size: 13px;
  }

  .header-actions {
    gap: 10px;
  }

  .announcement-bar {
    font-size: 13px;
  }

  /* HERO */
  .hero-content {
    max-width: 80%;
    padding-left: 8vw;
  }

  .hero-eyebrow {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 34px;
  }
  .hero{
    min-height: 350px;
    height: auto;
  }
  .hero-desc {
    font-size: 17px;
  }

  .hero-btn {
    font-size: 15px;
    padding: 14px 22px;
  }
  .hero-sub{
    font-size: 12px;
  }

  /* TRUSTED MARQUEE */
  .trusted-inner {
    grid-template-columns: auto 1fr;
    padding: 0 2vw;
    gap: 28px;
  }
  .trusted-label{
    font-size: 14px;
  }

  .logo-card {
    min-width: 160px;
    height: 64px;
  }

  /* INSPIRATION */

  .inspiration-content h2 {
    font-size: 28px;
  }
  .inspiration-section{
    padding: 40px 0 40px;
  }
  .inspiration-cta{
    margin-top: 0;
  }

  .inspiration-content p {
    font-size: 15px;
  }

  .insp-play-btn {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  /* CONSTRUCTION */
  .construction-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .tag{
    font-size: 10px;
  }
  .tag.center{
    font-size: 10px;
    left: 5%;
    transform: none;
  }

  /* GRATITUDE */
  .gratitude-section {
    padding: 70px 2vw;
  }
  .gratitude-card{
    padding: 30px 20px;
    grid-template-columns:1fr 2fr;
  }

  .gratitude-content h2 {
    font-size: 28px;
    text-align: left;
  }
  .gratitude-content p{
    text-align: left;
  }

  .stats-box .raised{
    font-size: 22px;
  }

  .stats-box .total{
    font-size: 22px;
  }
  .stats-box {
    padding: 18px 22px;
  }
  .gold-btn{
    font-size: 12px;
  }

  /* CHARITY */
  .charity-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .charity-section{
    padding: 30px 2vw;
  }
  .charity-right img {
    border-radius: 20px;
  }

  .num {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .title {
    font-size: 14px;
  }

  /* DONORS */
  .donor-section {
    padding: 30px 2vw;
  }

  .donor-title {
    font-size: 36px;
  }

  .donor-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .donor-cta{
    margin-top: 0px;
  }
  .donor-section h3{
    font-size: 14px;
    font-weight: 300;
  }

  /* LEADERS SLIDER (IMPORTANT) */
  .leaders-section {
    padding: 70px 6vw;
  }

  .leaders-track {
    gap: 20px;
  }

  .leader-card {
    flex: 0 0 calc((100% - 20px) / 2); /* ✅ EXACTLY 2 CARDS */
    max-width: calc((100% - 20px) / 2);
  }

  .leader-card .quote {
    font-size: 3rem;
  }

  .leaders-section h2 {
    font-size: 38px;
  }

  .subtitle {
    font-size: 14px;
  }

  /* FAQ */
  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-body {
    font-size: 14px;
    line-height: 20px;
  }

  /* DONATE STRIP */
  .donate-strip {
    padding: 60px 4vw;
  }

  .donate-strip-btn {
    font-size: 13px;
  }

  .donate-strip-inner{
    flex-direction: column;
  }
  .donate-text h2{
    font-size: 24px;
  }
  .donate-text p{
    text-align: center;
  }

  /* FOOTER */
  .site-footer {
    padding: 60px 4vw;
  }
  .footer-logo h3{
    font-size: 15px;
  }
  .footer-col p{
    font-size: 10px;
}
.footer-inner{
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-bottom{
    flex-direction: row;
}


}
