/* ======================================================
   MOBILE (≤ 576 px)
====================================================== */
@media (max-width: 576px) {
  .brand-text {
    font-size: 1.28rem;
    line-height: 1.15;
    white-space: normal;
  }
  .start-header.scroll-on .brand-text { font-size: 1.15rem; }
  .navbar-brand img {
    height: 36px;
    width: auto;
  }
  .start-header.scroll-on .navbar-brand img {
    height: 30px;
    width: auto;
  }

  /* ======================================================
     Toast (notificações)
  ====================================================== */
  #toast-box {
    right: 8px; left: 8px;
    bottom: calc(var(--bar-height) + 8px);
    max-width: none; padding: .9rem 1.2rem; font-size: .85rem;
  }
  .contract-row label { font-size: .7rem; min-width: 54px; margin: 0; }
  .copy-box input { padding: .3rem .5rem; font-size: .7rem; border-radius: 4px; }
  .copy-box .nswl-btn { flex: 0 0 26px; height: 26px; margin-left: 4px; }
  .copy-box .nswl-btn img { width: 11px; height: 11px; }

  /* ======================================================
     Benefícios
  ====================================================== */
  .beneficios { font-size: 0.9rem; }

  /* ======================================================
     Passos
  ====================================================== */
  .step-img-wrapper { height: 100px; }
  .step-img         { height: 100px; }
  .step-num         { font-size: 0.85rem; }
  .step-info span:last-child { font-size: 0.85rem; }

  /* ======================================================
     Estatísticas
  ====================================================== */
  .stat-number { font-size: 1.5rem; }
  .stat-label  { font-size: 0.95rem; }
  .stat-icon   { width: 34px; height: 34px; font-size: 0.95rem; }
  .stats-row .stat-box { min-height: 110px; }

  /* ======================================================
     Contactos
  ====================================================== */
  .contactos-section h2 { font-size: 1.4rem; }
  .contactos-section p,
  .contactos-section span { font-size: .95rem; }
  .contactos-section .left-col .btn {
    font-size: .75rem; padding: .25rem .5rem; line-height: 1;
  }
  .contactos-section .left-col { text-align: center; }
}

/* ======================================================
   MOBILE (≤ 768 px)
====================================================== */
@media (max-width: 768px) {
  .contract-row {
    flex-direction: row; justify-content: flex-start; align-items: center;
    gap: 6px; max-width: 100%; padding: 0 .75rem;
  }
  .copy-box { flex: 1 1 auto; max-width: 100%; }


/* ======================================================
   Hero – Ajustes específicos mobile pequeno
====================================================== */
@media (max-width: 576px) {
  .hero {
    height: 60vh;   /* antes 65–70, agora mais compacto */
  }

  .hero .overlay {
    padding: 12px 14px 40px 14px; /* mais espaço em baixo */
  }

  .hero .overlay .custom-overlay-title {
    font-size: 0.9rem;   /* texto menor para caber sem cortar */
    line-height: 1.3;
  }
}


  /* ======================================================
     Benefícios
  ====================================================== */
  .beneficios { font-size: 0.8rem; }

  /* ======================================================
     Gráficos (DexScreener + Gecko)
  ====================================================== */
  .gecko-chart,
  .dxs-chart { pointer-events: none; touch-action: pan-y; }
  .dxs-wrapper .dxs-link { pointer-events: auto; }

/* =============================
   Últimas Notícias
============================= */

/* ---------- Mobile (<= 768px) ---------- */
@media (max-width: 768px) {
  .news-item-with-image {
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 20px;
    gap: 0;
    padding: 0;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .news-item-with-image:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  .news-item-with-image > a {
    width: 100%;
    display: block;
  }
  .uniform-img,
  .news-image-placeholder {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px 8px 0 0;
    background: #000;
    box-shadow: none;
  }
  .news-content {
    padding: 16px;
    width: 100%;
  }
  .news-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .news-excerpt {
    color: #555;
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-list-panel {
    padding: .9rem;
  }

  .news-list-panel .news-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    display: block;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0;
  }

  .news-list-panel .news-card:last-child {
    border-bottom: 1px solid #dee2e6;
  }

  .news-list-panel .news-card__media-link {
    flex-basis: auto;
  }

  .news-list-panel .news-card__media {
    aspect-ratio: 16 / 9;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    min-height: 0;
  }

  .news-list-panel .news-card__body {
    padding: .95rem;
  }

  .news-list-panel .news-title,
  .news-list-panel .news-title.display-6 {
    font-size: 1.05rem;
  }

  .news-list-panel .news-card__body > .lead {
    font-size: .92rem;
    line-height: 1.5;
  }
}

  /* ======================================================
     Passos
  ====================================================== */
  .step-img-wrapper { height: 115px; }
  .step-img         { height: 115px; }
  .step-num         { font-size: 0.9rem; }
  .step-info span:last-child { font-size: 0.9rem; }

  /* ======================================================
     Estatísticas
  ====================================================== */
  .stat-number { font-size: 1.5rem; }
  .stat-label  { font-size: 0.95rem; }
  .stat-icon   { width: 38px; height: 38px; font-size: 1.05rem; }

  /* Retângulos */
  .stats-row .stat-box { min-height: 120px; }
  .stats-row .stat-number { font-size: 1.25rem; }
  .stats-row .stat-label { min-height: 2.8rem; font-size: 0.90rem; line-height: 1.2; }

  /* ======================================================
     Selector de língua (footer)
  ====================================================== */
  .lang-footer { margin-top: 0; }
  .lang-btn { padding: 0 1rem; font-size: .55rem; height: 35px; line-height: 26px; }

/* ======================================================
   Footer2 - Desktop/Tablet
====================================================== */
.footer2 { 
  display: block;
  background: #111;
  color: #fff;
  padding: 40px 20px 20px 20px;
}

.footer2 .estrutura {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer2 .bloco {
  flex: 1;
}

.footer2 .marca-interna {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.footer2 .logo {
  height: 40px;
}

.footer2 .nome-marca {
  font-size: 16px;
  font-weight: bold;
}

.footer2 p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer2 .redes-sociais {
  margin-top: 10px;
}
.footer2 .redes-sociais a {
  margin-right: 10px;
  font-size: 18px;
  color: #888;
}
.footer2 .redes-sociais a:hover {
  color: #ddd;
}

/* divisórias verticais */
.footer2 .divisoria {
  width: 1px;
  background: #333;
}

/* títulos dos blocos */
.footer2 .footer2-menu {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/* listas */
.footer2 ul {
  padding-left: 0;
  list-style: none;
}
.footer2 ul li {
  margin-bottom: 6px;
}
.footer2 ul li a {
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
}
.footer2 ul li a:hover {
  color: #fff;
}

/* rodapé final */
.footer2 .linha-final {
  border-top: 1px solid #333;
  margin: 20px 0 10px 0;
}
.footer2 .rodape-baixo {
  font-size: 12px;
  color: #aaa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer2 .rodape-baixo a {
  color: #ddd;
  text-decoration: none;
}
.footer2 .rodape-baixo a:hover {
  color: #fff;
}

/* língua alinhada à direita */
.footer2 .lang-footer {
  text-align: right;
}


/* ======================================================
   Footer3 - Mobile
====================================================== */
@media (max-width: 768px) {
  .footer3 { 
    display: block;
    background: #111;
    color: #fff;
    padding: 20px;
    margin-top: auto;
  }

  /* Marca (logo + nome + texto) */
  .footer3 .marca-interna {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer3 .nome-marca {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
  }

  .footer3 .logo {
    height: 50px;
  }

  .footer3 p {
    color: #bbb;
    font-size: 14px;
    margin: 2px 0;
  }

  /* Redes sociais */
  .footer3 .redes-sociais {
    margin-top: 12px;
    display: flex;
    gap: 12px;
  }

  .footer3 .redes-sociais a {
    font-size: 22px;
    color: #ccc;
  }
  .footer3 .redes-sociais a:hover {
    color: #fff;
  }

  /* linha separadora antes do menu */
  .footer3 .linha-separadora {
    border-top: 1px solid #333;
    margin: 20px 0;
  }

  /* bloco duplo (menu + línguas) */
  .footer3 .bloco-duplo {
    display: flex;
    justify-content: space-between;  /* blocos de links à esquerda e línguas à direita */
    align-items: flex-start;
    gap: 20px;
    margin: 20px auto;
    max-width: 100%;
  }
  .footer3 .bloco-duplo .bloco {
    text-align: left;
  }

  .footer3 .footer3-menu {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
  }

  .footer3 ul {
    padding-left: 0;
    list-style: none;
  }
  .footer3 ul li {
    margin-bottom: 5px;
  }
  .footer3 ul li a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
  }
  .footer3 ul li a:hover {
    color: #fff;
  }

  /* bloco de língua */
  .footer3 .lang-footer {
    margin-top: 0;
  }

  .footer3 .lang-btn {
    background: #222;
    border:1px solid #495057;
    color:#ccc;
    font-size: 12px;   /* reduzido */
    padding: 5px 10px; /* mais compacto */
    border-radius:6px;
  }
  .footer3 .lang-btn:hover {
    background: #343a40;
	border-color:#fff;
    color: #fff;
  }

  /* linha final do rodapé */
  .footer3 .linha-final {
    border-top: 1px solid #333;
    margin: 15px 0 10px 0;
  }

  /* texto legal centrado */
  .footer3 .rodape-baixo {
    font-size: 11px;
    color: #aaa;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer3 .rodape-baixo a {
    color: #ddd;
    text-decoration: none;
  }
  .footer3 .rodape-baixo a:hover {
    color: #fff;
  }
}

/* ======================================================
   TABLET/DESKTOP (≤ 992 px)
====================================================== */
@media (max-width: 992px) {
  /* Benefícios */
  .beneficios { font-size: 0.8rem; }

  /* Passos */
  .step-img-wrapper { height: 130px; }
  .step-img         { height: 130px; }
  .step-num         { font-size: 1rem; }
  .step-info span:last-child { font-size: 0.95rem; }

  /* Estatísticas */
  .stat-number { font-size: 1.7rem; }
  .stat-label  { font-size: 1rem; }
  .stat-icon   { width: 42px; height: 42px; font-size: 1.15rem; }
}

/* ======================================================
   OUTROS AJUSTES GERAIS
====================================================== */

/* Passos – manter proporção em desktop/tablet */
.step-img-wrapper {
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .35rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ======================================================
   Página transparência
====================================================== */
@media (max-width: 850px) {
  .infographic-container { flex-direction: column; }
  .center-box { margin: 0 auto; }
  .center-box img { width: 100%; height: 100%; }
  .items-list { width: 100%; }
}

/* ======================================================
   Token $SWL — Gráfico DexScreener
====================================================== */
.dxs-wrapper {
  position: relative;
  width: 100%;
  height: 500px;   /* altura normal */
}
.dxs-chart {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .dxs-wrapper { height: 350px; }
}
@media (max-width: 576px) {
  .dxs-wrapper { height: 280px; }
}

/* ======================================================
   FAQ – Perguntas Frequentes
====================================================== */
#faq h2 { font-size: 2rem; }
#faq p { font-size: 1.1rem; }
#faq .accordion-button { font-size: 1rem; }
#faq .accordion-body li { font-size: 0.95rem; line-height: 1.4; }

@media (max-width: 768px) {
  #faq h2 { font-size: 1.5rem; }
  #faq p { font-size: 0.95rem; }
  #faq .accordion-button {
    font-size: 0.9rem; padding: 0.75rem 1rem;
  }
  #faq .accordion-body li {
    font-size: 0.85rem; line-height: 1.3;
  }
}
@media (max-width: 576px) {
  #faq h2 { font-size: 1.3rem; }
  #faq p { font-size: 0.9rem; }
  #faq .accordion-button {
    font-size: 0.85rem; padding: 0.6rem 0.9rem;
  }
  #faq .accordion-body li { font-size: 0.8rem; }
}
