/* ================================================================
  SUNSTATE POWERED BY ACADEMY OF AVIATION — v2 Responsive
   responsive.css
   ================================================================ */

/* ─── Partner logos — full width on mobile ─── */
.partner-logo {
  max-width: 240px;
  height: auto;
}
@media (max-width: 768px) {
  .partner-logo {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .body-grid         { grid-template-columns: 1fr; gap: 3rem; }
  .body-sidebar      { position: static; }
  .faq-item          { grid-template-columns: 1fr; gap: 1.25rem; }
  .featured-name     { white-space: normal; }
  .referral-grid     { grid-template-columns: 1fr; gap: 2rem; }
  .referral-heading h3 {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    line-height: 0.95;
  }
  .intro-grid        { grid-template-columns: 1fr; gap: 3rem; }
  .financing-block-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .financing-block h3,
  .financing-block p     { text-align: left; }
}

@media (max-width: 768px) {
  :root {
    --pad-xl:     5rem;
    --pad-lg:     4rem;
    --pad-md:     3rem;
    --nav-height: 60px;
  }

  .hero-h1        { font-size: clamp(2rem, 10vw, 3.5rem); }
  .hero-meta      { gap: 1rem; }
  .hero-footer-bar { flex-direction: column; gap: 0.75rem; text-align: center; }
  .hero-divider   { display: none; }

  .featured-name  { font-size: clamp(1.2rem, 5vw, 1.8rem); white-space: normal; }
  .featured-tag   { display: none; }

  .full-image     { height: 50vw; min-height: 220px; }
  .video-strip    { max-height: 56vw; }
  .financing-block { padding: 3.5rem 0; }
  .financing-block h3 { font-size: clamp(1.4rem, 6vw, 2.2rem); }
  .financing-block p  { flex: 0 0 auto; max-width: 100%; }
}

@media (max-width: 480px) {
  .container      { padding: 0 1.25rem; }
  .hero-content   { padding-left: 1.25rem; padding-right: 1.25rem; }
}
