@media (max-width: 440px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    min-height: 0;
    padding: 8px 10px;
    z-index: 10001;
    margin-bottom: 0;
    gap: 4px;
  }

  main {
    padding: 0 12px 16px;
  }

  body {
    justify-content: center;
  }

  header h1 {
    font-size: clamp(1.45rem, 6.1vw, 1.8rem);
    line-height: 1.05;
    margin-bottom: 0;
    text-align: center;
  }

  footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px)) 4px;
    font-size: 0.9rem;
    line-height: 1.05;
    margin: 0;
    height: auto;
    min-height: var(--footer-height);
    max-height: none;
  }

  .footer-copyright {
    margin-top: 6px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
    width: 100%;
    max-width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
    align-items: center;
    row-gap: 4px;
    margin-top: 0;
  }

  header nav a {
    font-size: clamp(11px, 3.1vw, 13px);
    white-space: nowrap;
  }

  header nav a:last-child {
    margin-right: 0;
  }

  .after-main-ad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 18px auto calc(120px + env(safe-area-inset-bottom, 0px));
    padding: 16px 0 24px;
    min-height: 140px;
    line-height: 2;
  }

  .mailing-list-popup {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100vw - 24px);
    max-width: 300px;
    bottom: calc(var(--footer-height) + 14px + env(safe-area-inset-bottom, 0px));
    padding: 12px;
    background: rgba(13, 13, 13, 0.4);
  }

  .pillars-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 14px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .unified-tech-section {
    padding: 0 8px;
  }

  .unified-tech-section .pillars-container-link {
    justify-content: flex-start;
  }

  .pillars-container {
    width: 100%;
    max-width: 320px;
    max-height: 170px;
    margin: 10px auto;
    padding: 24px 16px;
    box-sizing: border-box;
  }

  .support-page {
    margin-top: -24px;
  }

  .support-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 6px 2px 6px;
    box-sizing: border-box;
  }

  .support-form {
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-field.full-width {
    grid-column: auto;
  }

  .support-form .form-field input {
    width: 100%;
    box-sizing: border-box;
  }

  .support-form .form-field select {
    width: 100%;
    box-sizing: border-box;
  }

  .support-form .form-field textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .form-actions {
    justify-content: stretch;
    gap: 10px;
  }

  .form-actions .btn-primary {
    flex: 1;
    min-width: 0;
    color: white;
  }

  .form-actions .btn-secondary {
    flex: 1;
    min-width: 0;
    color: white;
  }

  :root {
    --header-height: 95px;
    --header-safe-padding: 10px;
    --footer-height: 96px;
    --footer-safe-padding: 8px;
  }

  h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .home-welcome-title {
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    white-space: nowrap;
  }

  .page-header-tight h1 {
    margin-top: 0;
  }

  .page-header-tight h2 {
    margin-top: 0;
  }

  .page-header-tighter h1 {
    margin-top: 0;
  }

  .page-header-tighter h2 {
    margin-top: 0;
  }

  .systems-home-page {
    margin-top: -12px;
  }

  .systems-home-page>h2 {
    text-align: left;
  }

  .systems-home-page>p {
    text-align: left;
    margin-bottom: 22px;
    font-size: 0.95rem;
  }

  .systems-home-page .app-grid {
    gap: 34px;
  }

  .systems-home-page .app-module {
    padding: 6px 0 12px;
  }

  .systems-home-page .app-icon {
    margin-bottom: 18px;
  }

  .systems-home-page .app-icon a {
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .systems-home-page .app-icon img {
    border-radius: 30px;
  }

  .systems-home-page .app-module h3 {
    font-size: 1.45rem;
  }

  .systems-home-page .app-link {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .app-store-banner {
    width: 100vw;
    box-sizing: border-box;
  }

  .hidden-on-page {
    display: none;
  }

  .hero-text-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }

  .hero-text-overlay h1.home-welcome-title {
    font-size: clamp(1.35rem, 8vw, 2rem);
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 1.02;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
    display: inline-block;
    white-space: normal;
    max-width: 92vw;
  }

  .hero-text-overlay .home-welcome-prefix {
    font-size: clamp(1.35rem, 8vw, 2rem);
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 1.02;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
    display: inline-block;
    margin-right: 0.1em;
    white-space: normal;
    max-width: 92vw;
  }

  /* Reinforce hero wrap for 440px breakpoint */
  @media (max-width: 440px) {
    .hero-text-overlay {
      flex-direction: column !important;
      white-space: normal !important;
      gap: 6px;
      align-items: center !important;
    }
    .hero-text-overlay .home-welcome-prefix,
    .hero-text-overlay h1.home-welcome-title {
      white-space: normal !important;
    }
  }

  .banner-row--finance {
    --banner-track-offset: 5.9rem;
  }

  .banner-row--news {
    --banner-track-offset: 5.9rem;
  }

  .banner-row__items {
    gap: 18px;
    font-size: 0.9rem;
  }

  .banner-row__brand {
    font-size: 17px;
    padding-left: 8px;
    padding-right: 6px;
  }

  .feature-banner-container {
    width: calc(100vw - 24px);
    padding: 6px;
    margin-bottom: 28px;
    border-radius: 22px;
    overflow: hidden;
  }

  .feature-banner {
    padding: 18px 10px 30px;
    border-radius: 18px;
  }

  .feature-banner-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .feature-banner-stat:last-child {
    grid-column: 1 / -1;
  }

  .feature-banner-stat-value {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .footer-copyright {
    white-space: normal;
  }

  .divisions-page .cards-wrapper {
    gap: 12px;
  }

  .divisions-page .card-link {
    width: 100%;
    max-width: 260px;
  }

  .divisions-page .flip-card-container {
    height: 128px;
  }

  .divisions-page .flip-card-front {
    padding: 14px;
    font-size: 0.9rem;
  }

  .divisions-page .flip-card-back {
    padding: 14px;
    font-size: 0.9rem;
  }

  .open-position-card {
    padding: 16px;
    gap: 12px;
  }

  .open-position-card h3 {
    font-size: 1.2rem;
  }

  .badge-container {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}