/* ===== ESTILOS MOBILE ===== */
/* Aplicado para telas menores que 900px */

/* ===== REPOSITÓRIO MOBILE ===== */
@media (max-width: 960px) {
  .section-repository {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .section-repository .section-container {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .repository-left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-center {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 20px 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .repository-center .section-badge,
  .repository-center .section-title,
  .repository-center .section-text {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    display: block;
    /* width: 100%; */
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }

  .repository-center .btn-primary {
    position: relative;
    z-index: 10;
    width: auto;
    align-self: center;
  }

  .repository-center .section-title {
    color: #261D1E;
  }

  .repository-center .section-text {
    color: #555;
  }

  .repository-map {
    max-width: 200px;
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  .repository-magnifier {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-top: 0;
    object-fit: contain;
  }
}

/* ===== BREAKPOINT INTERMEDIÁRIO (700-900px) ===== */
@media (max-width: 960px) and (min-width: 700px) {
  
  /* ===== NAVBAR INTERMEDIÁRIA ===== */
  .main-navbar {
    padding: 10px 0;
    height: auto;
    min-height: 70px;
  }

  .navbar-inner {
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }

  .navbar-logo {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-start;
  }

  .navbar-logo-image {
    width: 80px;
    height: 80px;
  }

  .navbar-logo-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .navbar-logo-bold {
    font-size: 16px;
  }

  /* Botão Menu Mobile */
  .navbar-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-left: auto;
  }

  /* Esconder ações no mobile intermediário (vão para dentro do menu) */
  .navbar-actions {
    display: none;
  }

  /* Mostrar ações mobile no menu */
  .navbar-actions-mobile {
    display: flex;
  }

  .navbar-menu {
    display: none !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #21336D !important;
    padding: 0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    align-items: stretch !important;
    list-style: none !important;
    z-index: 1000 !important;
    overflow-y: auto !important;
    justify-content: flex-start !important;
  }

  .navbar-menu.is-open {
    display: flex !important;
  }

  .navbar-link {
    width: 100% !important;
    padding: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 16px !important;
    display: block !important;
    text-align: left !important;
    text-decoration: none !important;
    color: white !important;
    white-space: normal !important;
    flex-shrink: 0 !important;
  }

  .navbar-link:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  /* Ações dentro do menu mobile */
  .navbar-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang-pill {
    width: 100% !important;
    justify-content: center !important;
    padding: 16px !important;
    border-radius: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang-menu {
    position: static !important;
    margin-top: 0 !important;
    width: 100% !important;
    border-top: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    display: none !important;
  }

  .navbar-actions-mobile .lang-menu.is-open {
    display: block !important;
  }

  .navbar-actions-mobile .lang-menu li a {
    color: white !important;
    padding: 12px 16px !important;
  }

  .navbar-actions-mobile .lang-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .navbar-actions-mobile .btn-contact {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 16px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
    display: flex !important;
    flex-shrink: 0 !important;
  }


  /* ===== MAIN CONTENT ===== */
  .site-main {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  
  /* ===== NAVBAR MOBILE ===== */
  .main-navbar {
    padding: 6px 0;
    height: auto;
    min-height: 55px;
  }

  .navbar-inner {
    padding: 0 16px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .navbar-logo {
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
  }

  .navbar-logo-image {
    width: 80px;
    height: 70px;
  }

  .navbar-logo-text {
    font-size: 12px;
    line-height: 1.3;
  }

  .navbar-logo-bold {
    font-size: 14px;
  }

  /* Botão Menu Mobile */
  .navbar-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* Esconder ações no mobile (vão para dentro do menu) */
  .navbar-actions {
    display: none;
  }

  .navbar-menu {
    display: none !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    position: fixed !important;
    top: 55px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #21336D !important;
    padding: 0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    align-items: stretch !important;
    list-style: none !important;
    z-index: 1000 !important;
    overflow-y: auto !important;
    justify-content: flex-start !important;
  }

  .navbar-menu.is-open {
    display: flex !important;
  }

  .navbar-link {
    width: 100% !important;
    padding: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 16px !important;
    display: block !important;
    text-align: left !important;
    text-decoration: none !important;
    color: white !important;
    white-space: normal !important;
    flex-shrink: 0 !important;
  }

  .navbar-link:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  /* Ações dentro do menu mobile */
  .navbar-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang-pill {
    width: 100% !important;
    justify-content: center !important;
    padding: 16px !important;
    border-radius: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }

  .navbar-actions-mobile .lang-menu {
    position: static !important;
    margin-top: 0 !important;
    width: 100% !important;
    border-top: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    display: none !important;
  }

  .navbar-actions-mobile .lang-menu.is-open {
    display: block !important;
  }

  .navbar-actions-mobile .lang-menu li a {
    color: white !important;
    padding: 12px 16px !important;
  }

  .navbar-actions-mobile .lang-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .navbar-actions-mobile .btn-contact {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 16px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
    display: flex !important;
    flex-shrink: 0 !important;
  }

  .btn-contact {
    padding: 8px 14px;
    font-size: 12px;
  }

  .lang-pill {
    padding: 5px 12px;
    font-size: 12px;
  }

  /* ===== MAIN CONTENT MOBILE ===== */
  .site-main {
    margin-top: 55px;
  }

  /* ===== HERO SECTION MOBILE ===== */
  .hero-section {
    min-height: 400px;
  }

  .hero-content {
    padding: 80px 20px 60px;
  }

  .hero-left-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .hero-logo {
    max-width: 280px;
  }

  .hero-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .hero-title-bold {
    font-size: 28px;
    margin-top: 4px;
  }

  /* ===== SEÇÕES GERAIS MOBILE ===== */
  .section-container {
    padding: 50px 20px;
  }

  .section-badge {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .section-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .btn-primary {
    padding: 12px 24px;
    font-size: 14px;
  }


  .section-know-observatory .section-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-know-observatory .section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .section-know-observatory .section-image {
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
    max-height: 400px;
  }

  /* ===== MISSÃO, VISÃO E VALORES MOBILE ===== */
  .mvv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mvv-card {
    padding: 30px 20px;
  }

  .mvv-card:hover {
    transform: scale(1.05);
  }

  .mvv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .mvv-icon img,
  .mvv-icon i {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .mvv-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .mvv-text {
    font-size: 14px;
    line-height: 1.5;
  }

  /* ===== REPOSITÓRIO MOBILE ===== */
  .section-repository {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .section-repository .section-container {
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .repository-left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-center {
    text-align: center;
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 20px 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .repository-center .section-badge,
  .repository-center .section-title,
  .repository-center .section-text,
  .repository-center .btn-primary {
    position: relative;
    z-index: 10;
    width: auto;
    align-self: center;
  }

  .repository-map {
    max-width: 200px !important;
    height: auto !important;
    width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .repository-magnifier {
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    object-fit: contain !important;
  }


  .section-team {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
    min-height: auto;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .team-left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 280px;
    padding: 25px 16px;
  }

  .team-right {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 15px 12px;
  }

  .team-left-overlay {
    max-width: 100%;
  }

  .team-quote {
    max-width: 40px;
    margin-bottom: 10px;
  }

  .team-title {
    font-size: 20px;
    margin: 8px 0 12px 0;
    line-height: 1.2;
  }

  .team-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .team-nav {
    display: none;
  }

  .team-card-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .team-members-container {
    display: flex;
    flex-direction: column !important;
    height: auto;
    gap: 16px;
  }

  .team-card {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    box-sizing: border-box;
  }

  .team-member-photo-wrapper {
    margin-bottom: 10px;
  }

  .team-member-photo {
    width: 70px;
    height: 70px;
    border-width: 2px;
  }

  .team-member-name {
    font-size: 14px;
    margin-bottom: 10px;
    gap: 5px;
  }

  .team-member-name i {
    font-size: 20px;
  }

  .section-team .team-card .team-member-description-full {
    font-size: 10px !important;
    line-height: 1.4;
    color: white !important;
    overflow: visible;
    max-height: none;
    display: block;
  }

  /* ===== PARCEIROS MOBILE ===== */
  .section-partners {
    padding: 40px 0;
  }

  .section-title-white {
    font-size: 28px;
  }

  .partners-carousel-wrapper {
    margin-top: 30px;
  }

  .partners-carousel {
    margin: 0 !important;
  }

  .partners-track {
    gap: 60px;
    animation-duration: 20s;
  }

  .partner-logo {
    height: 60px;
    max-width: 150px;
  }

  /* ===== FOOTER MOBILE ===== */
  .footer-contacts-section {
    padding: 40px 0;
  }

  .footer-contacts-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .footer-contact-col {
    align-items: center;
    text-align: center;
  }

  .footer-contact-icon {
    width: 50px;
    height: 50px;
  }

  .footer-contact-icon img,
  .footer-contact-icon i {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .footer-contact-title {
    font-size: 16px;
  }

  .footer-contact-text {
    font-size: 14px;
  }

  .footer-contact-social-link {
    font-size: 14px;
    justify-content: center;
  }

  .footer-middle-section {
    padding: 40px 0;
  }

  .footer-middle-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .footer-middle-col {
    align-items: center;
    text-align: center;
  }

  .footer-middle-logo {
    max-width: 250px;
  }

  .footer-column-title {
    font-size: 16px;
  }

  .footer-menu {
    font-size: 16px;
    align-items: center;
  }

  .footer-social {
    font-size: 16px;
    align-items: center;
  }

  .footer-bottom-section {
    padding: 20px 0;
  }

  .footer-bottom-inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-ati-logo {
    height: 35px;
  }

  .footer-copyright {
    font-size: 11px;
  }
}

/* ===== MOBILE PEQUENO (até 480px) ===== */
@media (max-width: 480px) {
  
  /* ===== NAVBAR MOBILE PEQUENO ===== */
  .main-navbar {
    padding: 5px 0;
    min-height: 50px;
  }

  .navbar-inner {
    padding: 0 12px;
    gap: 12px;
  }

  .navbar-logo-image {
    width: 80px;
    height: 60px;
  }

  .navbar-logo-text {
    font-size: 11px;
    line-height: 1.3;
  }

  .navbar-logo-bold {
    font-size: 13px;
  }

  .navbar-menu {
    gap: 0;
    font-size: 14px;
  }

  .navbar-link {
    padding: 10px 0;
    font-size: 14px;
  }

  .navbar-link {
    padding: 6px 0;
  }

  .btn-contact {
    padding: 6px 12px;
    font-size: 11px;
  }

  .lang-pill {
    padding: 4px 10px;
    font-size: 11px;
  }

  /* ===== MAIN CONTENT MOBILE PEQUENO ===== */
  .site-main {
    margin-top: 50px;
  }

  /* ===== NOSSA EQUIPE MOBILE PEQUENO ===== */
  .section-team {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
  }

  .team-left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 240px;
    padding: 20px 12px;
  }

  .team-right {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 15px 10px;
  }

  .team-quote {
    max-width: 35px;
    margin-bottom: 8px;
  }

  .team-title {
    font-size: 18px;
    margin: 6px 0 10px 0;
    line-height: 1.2;
  }

  .team-description {
    font-size: 12px;
    line-height: 1.3;
  }

  .team-nav {
    top: 8px;
    right: 8px;
    gap: 5px;
  }

  .team-carousel-btn {
    width: 28px;
    height: 28px;
  }

  .team-carousel-btn i {
    font-size: 20px;
  }

  .team-card-wrapper {
    height: auto;
  }

  .team-card {
    height: auto;
    padding: 16px 12px;
    box-sizing: border-box;
  }

  .team-member-photo-wrapper {
    margin-bottom: 8px;
  }

  .team-member-photo {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }

  .team-member-name {
    font-size: 13px;
    margin-bottom: 8px;
    gap: 4px;
  }

  .team-member-name i {
    font-size: 20px;
  }

  .section-team .team-card .team-member-description-full {
    font-size: 9px !important;
    line-height: 1.3;
    color: white !important;
    overflow: visible;
    max-height: none;
    display: block;
  }


  /* ===== HERO SECTION MOBILE PEQUENO ===== */
  .hero-section {
    min-height: 350px;
  }

  .hero-content {
    padding: 60px 16px 40px;
  }

  .hero-logo {
    max-width: 220px;
  }

  .hero-title {
    font-size: 18px;
  }

  .hero-title-bold {
    font-size: 24px;
  }

  /* ===== SEÇÕES GERAIS MOBILE PEQUENO ===== */
  .section-container {
    padding: 40px 16px;
  }

  .section-badge {
    font-size: 11px;
    padding: 5px 14px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .section-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 13px;
  }

  /* ===== CONHEÇA O OBSERVATÓRIO MOBILE PEQUENO ===== */

  .section-know-observatory .section-container {
    gap: 30px;
  }

  .section-know-observatory .section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .section-know-observatory .section-image {
    margin-right: 0 !important;
    max-width: 100%;
    max-height: 350px;
  }

  /* ===== MISSÃO, VISÃO E VALORES MOBILE PEQUENO ===== */
  .mvv-grid {
    gap: 24px;
  }

  .mvv-card {
    padding: 24px 16px;
  }

  .mvv-card:hover {
    transform: scale(1.03);
  }

  .mvv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .mvv-icon img,
  .mvv-icon i {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .mvv-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mvv-text {
    font-size: 13px;
  }

  /* ===== REPOSITÓRIO MOBILE PEQUENO ===== */
  .section-repository {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .section-repository .section-container {
    grid-template-columns: 1fr;
    gap: 30px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 40px 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .repository-left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
  }

  .repository-center {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 20px 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .repository-center .section-badge,
  .repository-center .section-title,
  .repository-center .section-text {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .repository-center .btn-primary {
    position: relative;
    z-index: 10;
    width: auto;
    align-self: center;
  }

  .repository-map {
    max-width: 150px;
    height: auto !important;
    width: auto !important;
  }

  .repository-magnifier {
    max-width: 150px;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
  }


  /* ===== PARCEIROS MOBILE PEQUENO ===== */
  .section-partners {
    padding: 30px 0;
  }

  .section-title-white {
    font-size: 24px;
  }

  .partners-carousel-wrapper {
    margin-top: 20px;
  }

  .partners-carousel {
    margin: 0 !important;
  }

  .partners-track {
    gap: 50px;
    animation-duration: 18s;
  }

  .partner-logo {
    height: 50px;
    max-width: 120px;
  }

  /* ===== OBJETIVOS MOBILE ===== */
  .section-objectives {
    padding: 50px 0;
  }

  /* ===== REPOSITÓRIO DE CONTEÚDOS MOBILE ===== */
  .section-content-repository {
    padding: 100px 0 60px 0;
  }

  .content-badge {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  .content-main-title {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .content-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .content-tags-container {
    padding: 24px 16px;
    margin-bottom: 40px;
  }

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

  .content-tag {
    padding: 12px 16px;
    font-size: 14px;
  }

  .content-section-title {
    font-size: 26px;
  }

  .content-text {
    font-size: 15px;
  }

  .content-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-card {
    padding: 20px;
  }

  .content-card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .content-card-title {
    font-size: 16px;
  }

  .objectives-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .objectives-title .title-black {
    color: #000;
  }

  .objectives-title .title-blue {
    color: #21336D;
  }

  .objectives-grid {
    max-width: 900px;
    margin: 0 auto;
    gap: 20px;
  }

  .objective-card {
    padding: 20px;
    gap: 16px;
  }

  .objective-icon-wrapper {
    padding: 10px;
  }

  .objective-icon {
    width: 35px;
    height: 35px;
  }

  .objective-icon i {
    font-size: 35px;
  }

  .objective-text {
    font-size: 15px;
    color: #21336D;
  }

  /* ===== NOSSO PROPÓSITO EM AÇÃO MOBILE ===== */
  .section-purpose-action {
    padding: 0 0 50px 0;
  }

  .purpose-header {
    margin-bottom: 30px;
  }

  .purpose-title-box {
    padding: 10px 24px;
  }

  .purpose-title {
    font-size: 18px;
    font-weight: 400;
  }

  .purpose-subtitle {
    font-size: 22px;
    font-weight: 400;
  }

  .purpose-cards-grid {
    max-width: 900px;
    gap: 20px;
  }

  .purpose-card {
    padding: 20px;
    gap: 16px;
  }

  .purpose-icon-wrapper {
    width: 56px;
    height: 56px;
    padding: 10px;
  }

  .purpose-icon {
    width: 32px;
    height: 32px;
  }

  .purpose-icon i {
    font-size: 32px;
  }

  .purpose-text {
    font-size: 15px;
  }

  /* ===== OBJETIVOS MOBILE PEQUENO ===== */
  .section-objectives {
    padding: 40px 0;
  }

  .objectives-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .objectives-title .title-black {
    color: #000;
  }

  .objectives-title .title-blue {
    color: #21336D;
  }

  .objectives-grid {
    max-width: 100%;
    padding: 0 16px;
    gap: 16px;
  }

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

  .objective-icon-wrapper {
    padding: 8px;
  }

  .objective-icon {
    width: 30px;
    height: 30px;
  }

  .objective-icon i {
    font-size: 30px;
  }

  .objective-text {
    font-size: 14px;
    color: #21336D;
  }

  /* ===== NOSSO PROPÓSITO EM AÇÃO MOBILE PEQUENO ===== */
  .section-purpose-action {
    padding: 0 0 40px 0;
  }

  .purpose-title-box {
    padding: 10px 24px;
  }

  .purpose-title {
    font-size: 16px;
    font-weight: 400;
  }

  .purpose-subtitle {
    font-size: 18px;
    font-weight: 400;
  }

  .purpose-cards-grid {
    max-width: 100%;
    padding: 0 16px;
    gap: 16px;
  }

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

  .purpose-icon-wrapper {
    width: 56px;
    height: 56px;
    padding: 10px;
  }

  .purpose-icon {
    width: 32px;
    height: 32px;
  }

  .purpose-icon i {
    font-size: 32px;
  }

  .purpose-text {
    font-size: 14px;
  }

  /* ===== FOOTER MOBILE PEQUENO ===== */
  .footer-contacts-section {
    padding: 30px 0;
  }

  .footer-contacts-inner {
    gap: 24px;
    padding: 0 16px;
  }

  .footer-contact-icon {
    width: 45px;
    height: 45px;
  }

  .footer-contact-icon img,
  .footer-contact-icon i {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  .footer-contact-title {
    font-size: 15px;
  }

  .footer-contact-text {
    font-size: 13px;
  }

  .footer-contact-social-link {
    font-size: 13px;
  }

  .footer-middle-section {
    padding: 30px 0;
  }

  .footer-middle-inner {
    gap: 24px;
    padding: 0 16px;
  }

  .footer-middle-logo {
    max-width: 200px;
  }

  .footer-column-title {
    font-size: 15px;
  }

  .footer-menu {
    font-size: 15px;
  }

  .footer-social {
    font-size: 15px;
  }

  .footer-bottom-section {
    padding: 16px 0;
  }

  .footer-bottom-inner {
    padding: 0 16px;
    gap: 10px;
  }

  .footer-ati-logo {
    height: 30px;
  }

  .footer-copyright {
    font-size: 10px;
  }

  /* ===== REPOSITÓRIO DE CONTEÚDOS MOBILE ===== */
  .section-content-repository {
    padding: 100px 0 60px 0;
  }

  .content-badge {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  .content-main-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .content-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .content-tags-container {
    padding: 24px 16px;
    margin-bottom: 40px;
  }

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

  .content-tag {
    padding: 12px 20px;
    font-size: 14px;
  }

  .content-section-title {
    font-size: 24px;
  }

  .content-text {
    font-size: 15px;
  }

  .content-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-card {
    padding: 20px;
  }

  .content-card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .content-card-title {
    font-size: 16px;
  }

  /* ===== SETORES E CONSELHOS VINCULADOS MOBILE ===== */
  .section-structure {
    padding: 100px 0 60px 0;
  }

  .structure-badge {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  .structure-main-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .structure-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .structure-tabs-container {
    padding: 24px 16px;
    margin-bottom: 40px;
  }

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

  .structure-tabs-grid > .structure-tab:nth-child(4),
  .structure-tabs-grid > .structure-tab:nth-child(5) {
    grid-column: 1;
  }

  .structure-tab {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 100%;
  }

  .structure-section-title {
    font-size: 20px;
  }

  .structure-section-text {
    font-size: 15px;
  }

  .structure-sections {
    gap: 30px;
  }
}

/* ===== TELAS MUITO PEQUENAS (até 400px) ===== */
@media (max-width: 400px) {
  /* ===== NOSSA EQUIPE MOBILE MUITO PEQUENO ===== */
  .section-team {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
  }

  .team-left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 220px;
    padding: 18px 12px;
  }

  .team-right {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 12px 8px;
  }

  .team-quote {
    max-width: 30px;
    margin-bottom: 6px;
  }

  .team-title {
    font-size: 16px;
    margin: 5px 0 8px 0;
    line-height: 1.2;
  }

  .team-description {
    font-size: 11px;
    line-height: 1.3;
  }

  .team-nav {
    top: 6px;
    right: 6px;
    gap: 4px;
  }

  .team-carousel-btn {
    width: 24px;
    height: 24px;
    border-width: 1.5px;
  }

  .team-carousel-btn i {
    font-size: 20px;
  }

  .team-card-wrapper {
    height: auto;
  }

  .team-card {
    height: auto;
    padding: 14px 10px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .team-member-photo-wrapper {
    margin-bottom: 6px;
  }

  .team-member-photo {
    width: 55px;
    height: 55px;
    border-width: 2px;
  }

  .team-member-name {
    font-size: 12px;
    margin-bottom: 6px;
    gap: 3px;
  }

  .team-member-name i {
    font-size: 20px;
  }

  .section-team .team-card .team-member-description-full {
    font-size: 8.5px !important;
    line-height: 1.3;
    color: white !important;
    overflow: visible;
    max-height: none;
    display: block;
  }
}
