/* Arquivo otimizado a partir de Código colado.css.
   Ajustes seguros: normalização de espaçamento, remoção de excesso de linhas em branco e preservação de IDs/classes/ordem da cascata. */

/* =========================================================
   1) TOKENS DE DESIGN
   ========================================================= */
:root {
  --sndesk-primary: #0F7ADE;
  --sndesk-primary-dark: #50CDF9;
  --sndesk-primary-soft: #E7F3FE;
  --sndesk-bg: #F7F9FC;
  --sndesk-surface: #FFFFFF;
  --sndesk-text: #2C3E50;
  --sndesk-text-soft: #737F9B;
  --sndesk-border: #C0CFE2;

  --font-title: 'Source Serif 4', serif;
  --font-body: 'DM Sans', sans-serif;

  --container-max: 1320px;
  --navbar-height: 80px;
  --scroll-padding: 100px;

  --radius-xl: 18px;
  --radius-lg: 14px;
  --shadow-soft: 0 16px 40px rgba(44, 62, 80, .06);
  --shadow-hover: 0 22px 60px rgba(44, 62, 80, .10);

  --sndesk-card: var(--sndesk-surface);
  --sndesk-radius: var(--radius-xl);
  --sndesk-primary-600: #185A9D;
  --sndesk-muted: var(--sndesk-text-soft);
}

/* =========================================================
   2) BASE
   ========================================================= */
html {
  scroll-padding-top: var(--scroll-padding);
}

.main-content-area {
    padding-top: 120px;
    min-height: calc(100vh - 120px);
}

@media (max-width: 920px) {
    .main-content-area {
        padding-top: 100px;
    }
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  background-color: #f3f5f9;
  background: linear-gradient(135deg, #ffffff 0%, #ecedf0 100%);
  background-repeat: no-repeat;
  color: var(--sndesk-text);
 padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.card-title,
.post-content p {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

h1, h2, h3, h4 {
  font-family: var(--font-title);
  letter-spacing: -0.02em;
  color: var(--sndesk-text);
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin: 0 0 18px;
}

a {
  color: var(--sndesk-primary);
  text-decoration: none;
}

label {
  font-weight: 500;
}

.text-muted {
  color: var(--sndesk-text-soft) !important;
}

/* =========================================================
   3) LAYOUT GERAL
   ========================================================= */
.container {
  max-width: var(--container-max);
}

main {
  padding-top: 0;
}

main.snd-page {
  padding-top: 0 !important;
}

.content-wrapper {
  background: var(--sndesk-surface);
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.featured-section {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
}

.featured-section .container-fluid {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.featured-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.featured-section .card-img-top {
    width: 100%;
}
/* =========================================================
   4) FORM CONTROLS
   ========================================================= */
.form-control:focus {
  box-shadow: none;
  border-color: var(--sndesk-primary);
}

/* =========================================================
   5) HEADER GLOBAL E TOPBAR
   ========================================================= */
.snd-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.849) !important;
  backdrop-filter: blur(12px) saturate(180%) contrast(105%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) contrast(105%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  transform: translateZ(0);
  will-change: transform, backdrop-filter;
  transition: transform 0.4s ease, background 0.4s ease;
}

.snd-header .snd-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}
.snd-footer__containerr{
   padding: 0  !important;
}
.snd-topbar {
  background: linear-gradient(90deg, #62c354 0%, #3eab45 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-family: var(--font-body);
}

.snd-topbar p,
.snd-topbar a {
  color: #ffffff !important;
  margin: 0;
}

.snd-topbar__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.snd-topbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 44px;
  line-height: 1;
}

.snd-topbar__icon {
  width: 16px;
  height: 16px;
  background: currentColor;
  opacity: 0.95;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24a11.36 11.36 0 0 0 3.56.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1a11.36 11.36 0 0 0 .57 3.56a1 1 0 0 1-.25 1.01z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24a11.36 11.36 0 0 0 3.56.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1a11.36 11.36 0 0 0 .57 3.56a1 1 0 0 1-.25 1.01z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.snd-topbar__close {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  color: #ffffff !important;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.snd-topbar__close:hover {
  opacity: 1;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #f0f4ff; border-radius: 99px; }
::-webkit-scrollbar-thumb { background: #50CDF9; border-radius: 99px; }
/* =========================================================
   6) NAVBAR E LINKS
   ========================================================= */
.snd-navbar {
  background: transparent !important;
  height: var(--navbar-height);
}

.snd-navbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.snd-navbar__inner {
    display: flex;
    align-items: center;
}

.snd-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 24px;
}

.snd-link,
.snd-nav-link,
.snd-dd__toggle,
.snd-btn {
    white-space: nowrap;
}

.snd-dd__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.snd-link,
.snd-nav-link {
    display: inline-flex;
    align-items: center;
}
.gpt-promo-wrapper {
    display: grid !important;
    grid-template-columns: 220px 1fr 0px !important;
    align-items: start !important;
    gap: 40px !important;
    position: relative;
    max-width: 1020px;
    min-height: 340px;

    margin: 0 auto 0 0 !important;
}

.gpt-promo-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;

    margin-top: 18px !important;

    min-height: auto !important;
    padding: 0 0 0 40px !important;
    border-left: 1px solid rgba(15, 23, 42, 0.10);
    z-index: 2;
    position: relative;
}

.gpt-promo-kicker {
    font-size: 12px;
    font-weight: 800;
    color: #94A3B8;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0 0 18px;
}

.gpt-promo-title {
    font-size: 22px;
    line-height: 1.28;
    font-weight: 700;
    color: #24364B;
    margin: 0 0 16px;
    max-width: 320px !important;
}

.gpt-promo-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #737f9b;
    margin: 0 0 22px;
    max-width: 290px !important;
}
.gpt-promo-wrapper > .snd-mega-menu__col:first-child {
    transform: start !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.gpt-promo-btn {
    background: #0f7ade;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px !important;
    box-shadow: 0 10px 24px rgba(22, 139, 238, 0.18);
    white-space: nowrap !important;

    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.gpt-promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    padding: 6px 14px !important;
    border-radius: 100px !important;
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.gpt-promo-visual {
    position: absolute !important;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);

    width: 420px;
    height: 310px;
    z-index: 1;
    margin: 0 !important;

    background-size: cover;
    background-position: center;
    border-radius: 24px;
}
.gpt-promo-icon-floating {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    z-index: 4;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
}

.gpt-promo-glass-card {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    width: calc(100% - 62px);
    min-height: 205px;
    padding: 88px 28px 24px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(93, 156, 243, 0.089) 0%, rgba(65, 93, 169, 0.144) 100%),
        rgba(255, 255, 255, 0.034);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 12px 32px rgba(11, 24, 68, 0.12);
}

.gpt-promo-glass-card h4 {
  font-family: 'DM Sans', sans-serif;
  color: #fdfefe;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 700;
    margin: 0 0 14px;
}

.gpt-promo-glass-card p {
    font-size: 12px;
    line-height: 1.55;
    margin: 0 auto 20px;
    max-width: 255px;
    opacity: 0.96;
}
.gpt-btn-icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    display: block !important;
    flex-shrink: 0;
}
.gpt-promo-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(15, 122, 222, 0.35) !important;
    filter: brightness(1.08) !important;
}
.gpt-promo-btn:hover .gpt-btn-icon {
    transform: scale(1.15) rotate(5deg) !important;
}
.gpt-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
/* =============================================================================
   NAVBAR ATIVA
   ============================================================================= */

.active-tab {
    color: #0F7ADE !important;
    position: relative;
    font-weight: 600;
}

.active-tab::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: -20%;
    width: calc(100% + 16px);
    height: 2px;
    background-color: #0F7ADE;
    border-radius: 2px;
}
.snd-brand {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.snd-brand__logo {
    display: block;
    width: auto;
    height: 130px;
    max-width: 100%;
    object-fit: contain;
}
.snd-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}

.snd-dd {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.snd-link,
.snd-dd__toggle {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: var(--font-body) !important;
  font-size: 15px;
  font-weight: 500;
  color: #334155 !important;
  padding: 30px 0;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: color 0.2s ease;
}

.snd-link:hover,
.snd-dd__toggle:hover,
.snd-dd.is-open .snd-dd__toggle,
.snd-link.is-active {
  color: #0F7ADE !important;
}

.snd-link::after,
.snd-dd__toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0F7ADE;
  transition: width 0.3s ease;
}

.snd-link:hover::after,
.snd-dd.is-open .snd-dd__toggle::after,
.snd-link.is-active::after {
  width: 100%;
}

.snd-dd__chev {
  width: 18px;
  height: 18px;
  opacity: 0.9;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}

.snd-dd.is-open .snd-dd__chev {
  transform: rotate(180deg);
}

/* =========================================================
   7) DROPDOWNS E MEGA MENU
   ========================================================= */
.snd-dd__menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute !important;
  z-index: 99999 !important;
  top: 100% !important;
  left: 0 !important;
  width: max-content !important;
  min-width: 200px;
  margin-top: 14px !important;
  padding: 24px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  will-change: transform, opacity;
}

.snd-dd__menu::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: transparent;
}

.snd-dd.is-open > .snd-dd__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.snd-dd__item {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(44, 62, 80, 0.92);
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.snd-dd__item:hover {
  background: rgba(231, 243, 254, 0.85);
  color: #0F7ADE !important;
}

.snd-dd.snd-dd--mega {
  position: static !important;
}

.snd-dd.snd-dd--mega .snd-dd__menu.snd-mega-menu {
  left: 50% !important;
  top: 100% !important;
  width: min(1200px, 95vw) !important;
  margin-top: 15px !important;
  transform: translateX(-50%) translateY(10px) !important;
}

.snd-dd.snd-dd--mega.is-open .snd-mega-menu {
  transform: translateX(-50%) translateY(0) !important;
}

.snd-mega-menu__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
  font-family: var(--font-body);
}

.snd-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 30px;
}

.snd-mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.snd-mega-menu__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #94A3B8;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.snd-mega-menu__item {
  font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    color: #1E293B;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: transparent !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.snd-mega-menu__item:hover,
.snd-mega-menu__item.is-active {
  background: rgba(15, 122, 222, 0.08) !important;
  color: #0F7ADE !important;
}

.snd-mega-menu__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.snd-mega-menu__icon__func{
   width: 28px;
  height: 28px;
}
.snd-mega-menu__item:hover .snd-mega-menu__icon {
  transform: scale(1.1);
}

.snd-mega-menu__col--details {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.snd-details__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  margin-bottom: 12px;
}

.snd-details__desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.snd-details__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  min-height: 32px;
}

.snd-mega-menu__thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

#dinamico-content,
#dinamico-img {
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: opacity, transform;
}

.content-fade-out {
  opacity: 0 !important;
  transform: translateY(8px);
}

.snd-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 50px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  background: #F1F5F9;
  color: #64748B;
  border: 1px solid #E2E8F0;
}

/* =========================================================
   8) BOTÕES E CALL TO ACTIONS
   ========================================================= */
.snd-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.snd-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 24px;
  border-radius: 10px !important;
  border: none !important;
  background: linear-gradient(360deg, #50CDF9 0%, #0F7ADE 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(15, 122, 222, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}

.snd-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(15, 122, 222, 0.35);
}

.snd-btn__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.snd-btn__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-primary {
  background: var(--sndesk-primary);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: .25s;
}

.btn-primary:hover {
  background: var(--sndesk-primary-dark);
  transform: translateY(-2px);
}

.btn-login {
  color: var(--sndesk-primary);
  font-weight: 600;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: .2s;
}

.btn-login:hover {
  background: var(--sndesk-primary-soft);
}

.btn-sndesk {
  background: var(--sndesk-primary);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: none;
  transition: .25s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-sndesk:hover {
  background: var(--sndesk-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(34, 116, 201, .25);
}

.clean-btn {
  background: #111;
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #111;
  transition: all .25s ease;
}

.clean-btn:hover {
  background: #fff;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

/* =========================================================
   11) COMPONENTES DE BUSCA E PROGRESSO
   ========================================================= */
.snd-search-container {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.snd-search-container:focus-within {
  background: #fff;
  border-color: var(--sndesk-primary);
  box-shadow: 0 0 0 3px rgba(15, 122, 222, 0.1);
}

.snd-search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 110px;
  transition: width 0.3s ease;
}

.snd-search-input:focus {
  width: 160px;
}

.snd-search-icon {
  color: var(--sndesk-text-soft);
  font-size: 14px;
}

/* =========================================================
   12) UPLOAD E IMAGENS
   ========================================================= */
.upload-box {
  height: 200px;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: border-color .2s, background-color .2s;
}

.upload-box:hover {
  border-color: var(--sndesk-primary);
  background-color: #f1f5ff;
}

.post-thumb img {
  width: 300px;
  height: 250px;
  object-fit: cover;
  object-position: center top;
  border-radius: 15%;
}

#previewImagem {
  display: block;
  max-height: 160px;
  width: auto;
}

/* =========================================================
   13) LINK VOLTAR
   ========================================================= */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  width: fit-content;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  color: var(--sndesk-text-soft) !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border-radius: 10px;
  transition: .2s;
  cursor: pointer;
}

.back-link:hover {
  background: var(--sndesk-primary-soft);
  color: var(--sndesk-primary) !important;
  transform: translateX(-3px);
}

.snd-footer__final-badge {
    text-align: center;
    width: 100%;
}

.snd-footer__final-badge img {
    width: auto;
    height: auto;

    max-height: 430px;
    display: inline-block;
}
@media (max-width: 768px) {

    .snd-footer__legal-row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .snd-footer__final-badge img {
        max-height: 100px;
        margin-top: 10px;
    }
}

@media (max-width: 1000px) {
  .snd-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .snd-footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .snd-footer-cta__container { flex-direction: column; text-align: center; }
  .snd-footer__grid { grid-template-columns: 1fr; }
}

/* =========================================================
   14) ANIMAÇÕES E UTILITÁRIOS
   ========================================================= */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body a,
body a:hover,
body a:focus,
body a:active,
body a:visited {
  text-decoration: none !important;
}

.blog a:focus-visible {
  outline: 2px solid rgba(15, 122, 222, .35);
  outline-offset: 3px;
  border-radius: 6px;
}
.snd-whatsapp-btn strong {
    text-decoration: underline !important;
    cursor: pointer;
}
/* =========================================================
   15) AJUSTES FINAIS MOBILE
   ========================================================= */
@media (max-width: 768px) {
  .snd-btn--primary {
    padding: 6px 12px !important;
    font-size: 11px !important;
    gap: 5px !important;
  }

  .back-link {
    margin-top: 20px !important;
    display: flex !important;
  }
}

/* =========================================================
   FIX MOBILE REAL DA NAVBAR (UNIFICADO)
   ========================================================= */

/* Esconde Elementos Mobile no Desktop */
.snd-burger,
.snd-mobile,
.snd-mobile__dropdown-content {
  display: none !important;
}

@media (max-width: 999px) {
  :root {
    --navbar-height: 72px;
  }

  html,
  body {
    overflow-x: hidden !important;
  }

  .main-content-area {
    padding-top: 88px !important;
    min-height: calc(100vh - 88px) !important;
  }

  .snd-topbar,
  .snd-menu,
  .snd-navbar .snd-dd,
  .snd-navbar .snd-link,
  .snd-navbar .snd-nav-link,
  .snd-navbar .active-tab,
  .snd-navbar .active-tab::after,
  .snd-navbar .snd-actions .snd-btn--primary,
  .snd-navbar .btn-login,
  .snd-navbar .btn-primary,
  .snd-navbar .btn-sndesk,
  .snd-navbar .clean-btn,
  .snd-dd__menu,
  .snd-dd.snd-dd--mega .snd-dd__menu,
  .snd-mega-menu,
  .snd-mega-menu__inner,
  .gpt-promo-wrapper,
  .snd-actions .snd-link,
  .snd-actions .btn-logout,
  .snd-actions form {
    display: none !important;
  }

  /* Header Base */
  .snd-header {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px) saturate(170%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(170%) !important;
    border-bottom: 1px solid #dfe7f0 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
  }

  .snd-header .snd-container,
  .snd-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .snd-navbar {
    height: var(--navbar-height) !important;
  }

  .snd-navbar__inner {
    height: var(--navbar-height) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .snd-brand {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .snd-brand__logo {
    height: 130px !important;
    max-width: 170px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .snd-actions {
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    flex: 0 0 auto !important;
  }

  .snd-burger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 1px solid #d7e1ed !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    color: #24364b !important;
    box-shadow: none !important;
    cursor: pointer;
    position: relative;
    z-index: 10001 !important;
  }

  .snd-burger__lines {
    width: 16px;
    height: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .snd-burger__lines span {
    display: block;
    width: 100%;
    height: 1.6px;
    border-radius: 999px;
    background: #2f3d4f;
    transition: transform .22s ease, opacity .22s ease;
  }

  .snd-burger.is-active .snd-burger__lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .snd-burger.is-active .snd-burger__lines span:nth-child(2) {
    opacity: 0;
  }
  .snd-burger.is-active .snd-burger__lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .snd-mobile {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;

    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
    border-top: 1px solid #dfe7f0 !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
    z-index: 9998 !important;

    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  .snd-mobile.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .snd-mobile__inner {
    max-height: calc(100vh - var(--navbar-height) - 2px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 24px 18px !important;
  }

  /* Sanfona (Grupos e Links) */
  .snd-mobile__group,
  .snd-mobile__link--single {
    border-bottom: 1px solid #e8edf4 !important;
  }

  .snd-mobile__toggle,
  .snd-mobile__link--single {
    width: 100% !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-family: var(--font-body) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #2f3d4f !important;
    text-align: left !important;
  }

  .snd-mobile__toggle:hover {
    color: #2f3d4f !important;
  }

  .snd-mobile__chev {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9cb0c9 !important;
    transition: transform 0.22s ease, color 0.22s ease !important;
  }

  .snd-mobile__group.is-open > .snd-mobile__toggle .snd-mobile__chev {
    transform: rotate(180deg) !important;
    color: #0F7ADE !important;
  }

  /* Conteúdo Interno da Sanfona */
  .snd-mobile__dropdown {
    display: none !important;
    margin: 0 0 14px 0 !important;
    padding: 16px 18px 14px !important;
    background: rgba(247, 249, 252, 0.96) !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 16px !important;
  }

  .snd-mobile__group.is-open > .snd-mobile__dropdown {
    display: block !important;
  }

  .snd-mobile__dropdown-group + .snd-mobile__dropdown-group {
    margin-top: 18px !important;
  }

  .snd-mobile__dropdown-title {
    display: block !important;
    margin: 0 0 14px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #9aacc5 !important;
  }

  .snd-mobile__dropdown a {
    display: block !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: #667b99 !important;
    text-decoration: none !important;
  }

  .snd-mobile__dropdown a:hover {
    color: #0F7ADE !important;
  }

  /* Botão CTA do Menu Mobile */
  .snd-mobile__cta {
    padding-top: 18px !important;
  }

  .snd-mobile__cta .snd-btn--primary,
  .snd-mobile__cta a {
    display: inline-flex !important;
    width: 100% !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 0 18px !important;
    border-radius: 12px !important;
    background: linear-gradient(90deg, #0F7ADE 0%, #38BDF8 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 30px rgba(15, 122, 222, 0.24) !important;
  }

  /* WhatsApp */
  .whatsapp-float,
  .floating-whatsapp,
  .snd-whatsapp {
    right: 16px !important;
    bottom: 16px !important;
  }
}

/* Telas muito pequenas (iPhone SE, etc) */
@media (max-width: 375px) {
  .snd-header .snd-container,
  .snd-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .snd-brand__logo {
    height: 130px !important;
    max-width: 155px !important;
  }

  .snd-mobile__inner {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .snd-mobile__toggle,
  .snd-mobile__link--single {
    min-height: 60px !important;
    font-size: 16px !important;
  }

  .snd-mobile__dropdown a {
    font-size: 14px !important;
  }
}
