
  :root {
    --noir: #0a1d18;
    --noir2: #06120e;
    --paper: #f0ede6;
    --slate: #9fb0bf;
    --lime: #caf22c;
    --scarlet: #e1498c;
    --glass: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --mx: 50%;
    --my: 35%;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; width: 100%; overflow-x: hidden; }
  body {
    background: var(--noir2);
    color: var(--paper);
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    line-height: 1.6;
  }
  
  ::selection { background: var(--lime); color: var(--noir); }
  a { color: inherit; text-decoration: none; transition: .3s; }
  .serif { font-family: 'Playfair Display', serif; }
  .italic { font-style: italic; }

  /* ===== CURSOR PERSONALIZADO COM ZOOM ===== */
  #cur {
    position: fixed; width: 48px; height: 48px; border-radius: 50%;
    pointer-events: none; z-index: 10000;
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid rgba(202, 242, 44, 0.5);
    box-shadow: 0 0 20px rgba(202, 242, 44, 0.25), inset 0 0 10px rgba(202, 242, 44, 0.15);
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: transform .25s cubic-bezier(.16,1,.3,1), border-color .3s, background .3s, box-shadow .3s;
    backdrop-filter: brightness(1.15) contrast(1.05);
    -webkit-backdrop-filter: brightness(1.15) contrast(1.05);
  }
  body.cursor-ready #cur { opacity: 1; }
  #cur .cur-coffee { width: 22px; height: 22px; color: var(--lime, #caf22c); transition: color 0.3s; }
  #cur.hovered {
    transform: translate(-50%, -50%) scale(1.55);
    background: rgba(225, 73, 140, 0.08);
    border-color: rgba(225, 73, 140, 0.8);
    box-shadow: 0 0 30px rgba(225, 73, 140, 0.4), inset 0 0 15px rgba(225, 73, 140, 0.2);
  }
  #cur.hovered .cur-coffee { color: rgba(225, 73, 140, 1); }
  .cur-smoke { stroke-dasharray: 10; stroke-dashoffset: 10; animation: smoke-rise 2s infinite linear; stroke: var(--lime); opacity: 0; }
  .cur-smoke-1 { animation-delay: 0s; }
  .cur-smoke-2 { animation-delay: 0.65s; }
  .cur-smoke-3 { animation-delay: 1.3s; }
  @keyframes smoke-rise { 0% { stroke-dashoffset: 10; opacity: 0; } 15% { opacity: 0.9; } 70% { opacity: 0.7; } 100% { stroke-dashoffset: 0; opacity: 0; transform: translateY(-5px); } }

  /* Cursor caneca sempre balançando como pêndulo */
  #cur .cur-coffee { animation: coffeeSway 2.2s ease-in-out infinite; transform-origin: center bottom; }
  @keyframes coffeeSway {
    0%   { transform: rotate(-6deg) translateY(0px); }
    25%  { transform: rotate(0deg)  translateY(-1px); }
    50%  { transform: rotate(6deg)  translateY(0px); }
    75%  { transform: rotate(0deg)  translateY(-1px); }
    100% { transform: rotate(-6deg) translateY(0px); }
  }

  /* Estado intenso de fumaça após favoritar */
  #cur.smoking .cur-smoke { stroke: var(--lime); animation-duration: 1.2s; }
  #cur.smoking { border-color: rgba(202, 242, 44, 0.8); box-shadow: 0 0 28px rgba(202, 242, 44, 0.45), inset 0 0 14px rgba(202, 242, 44, 0.25); }
  
  /* ESCONDER CURSOR NATIVO */
  * { cursor: none !important; }
   /* ===== BACKGROUND REATIVO ===== */
  .bg { position: fixed; inset: 0; z-index: -2; background: radial-gradient(120% 90% at 50% 0%, #0c241d, var(--noir2) 70%); }
  .bg .glow {
    position: absolute; width: 70vw; height: 70vw; left: var(--mx); top: var(--my); transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(202, 242, 44, 0.08), rgba(225, 73, 140, 0.04) 38%, transparent 64%);
    transition: left .5s ease-out, top .5s ease-out; pointer-events: none;
  }
  .grain {
    position: fixed; inset: 0; z-index: -1; opacity: .04; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

  /* ===== PRELOADER NEON ===== */
  #pre {
    position: fixed; inset: 0; z-index: 9999; background: var(--lime);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: transform 1s cubic-bezier(.76, 0, .24, 1); overflow: hidden;
  }
  #pre.gone { transform: translateY(-100%); }
  #pre .ptop { position: absolute; top: 34px; left: 0; right: 0; display: flex; justify-content: space-between; padding: 0 40px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #0a1d18; font-weight: 600; opacity: .7; }
  #pre .pmark { width: min(78vw, 760px); color: #0a1d18; line-height: 1; opacity: 0; transform: translateY(20px); animation: preIn .8s cubic-bezier(.22, 1, .36, 1) .15s forwards; }
  .brand-logo-mark {
    display: inline-block;
    width: var(--brand-logo-width, 170px);
    aspect-ratio: 4 / 1;
    background: none !important; object-fit: contain;
    filter: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    vertical-align: middle; height: auto;
  }
  #pre .pmark .brand-logo-mark { width: 100%; }
  #pre .pmark .brand-logo-mark { filter: brightness(0) !important; }
  #pre .psub { margin-top: 20px; font-size: clamp(16px, 2.5vw, 30px); line-height: 1.3; letter-spacing: 0.5px; text-transform: lowercase; color: #0a1d18; font-weight: 700; text-align: center; opacity: 0; animation: preIn .8s ease .4s forwards; }
  #pre .psub b { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 800; }
  @keyframes preIn { to { opacity: 1; transform: none; } }

  /* ===== HEADER / NAVIGATION ===== */
  header {
    padding: 24px 40px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 28px; align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); backdrop-filter: blur(12px);
    background: rgba(6, 18, 14, 0.3); position: sticky; top: 0; z-index: 100;
  }
  header .logo { color: #fff; white-space: nowrap; line-height: 1; display: inline-flex; align-items: center; --brand-logo-width: 180px; }
  header .logo i, .footer-logo i, #pre .pmark i { font-style: normal; display: inline-block; transform: skewX(12deg); }
  header .logo span:not(.brand-logo-mark), .footer-logo span:not(.brand-logo-mark) { color: #fff; background: none; -webkit-background-clip: unset; background-clip: unset; }
  #pre .pmark span:not(.brand-logo-mark) { color: #0a1d18 !important; background: none; -webkit-background-clip: unset; background-clip: unset; }
  header nav { display: flex; gap: 18px; font-size: 13px; font-weight: 500; text-transform: lowercase; align-items: center; justify-content: center; flex-wrap: wrap; min-width: 0; }
  header nav a, .nav-dropdown-trigger { line-height: 1.2; }
  header nav a:hover { color: var(--lime); }
  
  .header-actions { display: flex; gap: 12px; align-items: center; justify-content: flex-end; white-space: nowrap; }
  header .login-btn {
    border: 1px solid rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.04);
    color: #fff; font-weight: 700; padding: 10px 22px; border-radius: 10px; font-size: 12px;
    letter-spacing: 0.5px; text-transform: lowercase; transition: .3s; backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); display: inline-flex; align-items: center; justify-content: center;
  }
  header .login-btn:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.3); }
  
  header .cta-btn {
    background: var(--lime); color: var(--noir); font-weight: 700; padding: 10px 22px;
    border-radius: 10px; font-size: 12px; letter-spacing: 0.5px; text-transform: lowercase; transition: .3s;
    display: inline-flex; align-items: center; justify-content: center;
  }
  header .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 0 15px rgba(202, 242, 44, 0.4); }

  /* ===== HERO / ASSINATURA ===== */
  .hero-jornal {
    max-width: 1000px; margin: 80px auto 60px; text-align: center; padding: 0 24px;
  }
  .hero-jornal .kicker {
    font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 3px;
    text-transform: uppercase; color: var(--lime); margin-bottom: 16px;
    border: 1px solid rgba(202, 242, 44, 0.25); padding: 6px 14px; border-radius: 999px;
    display: inline-block; background: rgba(202, 242, 44, 0.02);
  }
  .hero-jornal h1 {
    font-size: clamp(34px, 5.5vw, 68px); font-weight: 900; letter-spacing: -0.04em;
    line-height: 1.05; text-transform: lowercase; margin-bottom: 24px;
  }
  .hero-jornal h1 i { font-style: normal; display: inline-block; transform: skewX(12deg); }
  
  .typewrite-wrap::after {
    content: '|'; margin-left: 2px; color: var(--lime); animation: blinkCursor 0.8s infinite;
  }
  @keyframes blinkCursor { 50% { opacity: 0; } }

  .hero-jornal p {
    font-size: clamp(16px, 2vw, 22px); font-weight: 300; color: var(--slate);
    max-width: 650px; margin: 0 auto 38px; line-height: 1.5;
  }
  .hero-jornal p b { color: #fff; font-weight: 600; font-family: 'Playfair Display', serif; font-style: italic; }

  /* ===== FORMULÁRIO GLASS ===== */
  .sub-form-box {
    background: var(--glass); border: 1px solid var(--glass-border);
    backdrop-filter: blur(16px); padding: 34px; border-radius: 24px;
    max-width: 580px; margin: 0 auto; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    position: relative; overflow: hidden;
  }
  .sub-form-box::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(202, 242, 44, 0.03), transparent 50%);
    pointer-events: none;
  }
  .sub-form-box h3 { font-size: 15px; color: var(--lime); font-weight: 500; margin-bottom: 18px; letter-spacing: 0.5px; }
  .form-row { display: flex; gap: 10px; }
  .form-row input {
    flex: 1; background: rgba(14, 34, 28, 0.6); border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px; padding: 16px 20px; color: #fff; font-family: inherit; font-size: 14px;
    transition: .3s; outline: none;
  }
  .form-row input:focus { border-color: var(--lime); box-shadow: 0 0 12px rgba(202, 242, 44, 0.15); }
  .form-row button {
    background: var(--lime); color: var(--noir); border: none; font-weight: 800;
    padding: 0 28px; border-radius: 14px; font-size: 14px; font-family: inherit;
    cursor: pointer; transition: .3s; display: flex; align-items: center; gap: 8px;
  }
  .form-row button:hover { transform: translateY(-2px); box-shadow: 0 0 15px rgba(202, 242, 44, 0.4); }
  .form-info { font-size: 12px; color: var(--slate); margin-top: 14px; font-weight: 300; }

  /* ===== FILTROS E PESQUISA ALINHADOS À ESQUERDA ===== */
  .search-container {
    max-width: 1100px; margin: 80px auto 10px; padding: 0 24px; text-align: left;
  }
  .search-wrapper {
    position: relative; max-width: 600px; display: flex; align-items: center;
  }
  .search-wrapper svg {
    position: absolute; left: 20px; width: 18px; height: 18px; stroke: var(--slate); fill: none; stroke-width: 2.2; pointer-events: none;
    z-index: 2; transition: stroke 0.3s;
  }
  .search-input {
    width: 100%; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px; padding: 16px 20px 16px 54px; color: #fff; font-family: inherit; font-size: 14px;
    outline: none; transition: .3s; backdrop-filter: blur(8px); z-index: 1;
  }
  .search-input:focus {
    border-color: var(--lime); box-shadow: 0 0 15px rgba(202, 242, 44, 0.15);
    background: rgba(255, 255, 255, 0.05);
  }
  .search-input:focus + svg {
    stroke: var(--lime);
  }
  
  .tags-row {
    display: flex; justify-content: flex-start; gap: 10px 8px; flex-wrap: wrap; margin-top: 18px;
    padding-bottom: 8px;
  }
  .tag-btn {
    background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px; padding: 6px 12px; font-size: 11px; font-weight: 500;
    color: var(--slate); text-transform: uppercase; letter-spacing: 1px; transition: .3s;
    cursor: pointer; flex-shrink: 0;
  }
  .tag-btn:hover, .tag-btn.active {
    background: rgba(202, 242, 44, 0.08); border-color: var(--lime); color: var(--lime);
  }

  /* ===== REDES SOCIAIS GLASS LIQUID CIRCULARES NO TOP (ALINHADO ESQUERDA) ===== */
  .social-glass-bar {
    max-width: 1100px; margin: 20px auto 40px; padding: 0 24px; text-align: left;
  }
  .social-glass-row {
    display: flex; justify-content: flex-start; gap: 12px; flex-wrap: wrap;
  }
  .social-glass-link {
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  }
  .social-glass-link svg {
    width: 18px; height: 18px; fill: var(--slate); transition: fill 0.25s;
  }
  /* Odd social links hover in Lime neon */
  .social-glass-link:nth-child(odd):hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--lime) !important;
    animation: limePulse 1.2s infinite alternate !important;
  }
  .social-glass-link:nth-child(odd):hover svg {
    fill: var(--lime) !important;
  }
  
  /* Even social links hover in Scarlet neon */
  .social-glass-link:nth-child(even):hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--scarlet) !important;
    animation: scarletPulse 1.2s infinite alternate !important;
  }
  .social-glass-link:nth-child(even):hover svg {
    fill: var(--scarlet) !important;
  }
  
  @keyframes limePulse {
    0% { box-shadow: 0 0 8px rgba(202, 242, 44, 0.25); border-color: rgba(202, 242, 44, 0.4); }
    100% { box-shadow: 0 0 18px rgba(202, 242, 44, 0.55); border-color: rgba(202, 242, 44, 0.85); }
  }
  @keyframes scarletPulse {
    0% { box-shadow: 0 0 8px rgba(225, 73, 140, 0.25); border-color: rgba(225, 73, 140, 0.4); }
    100% { box-shadow: 0 0 18px rgba(225, 73, 140, 0.55); border-color: rgba(225, 73, 140, 0.85); }
  }

  /* ===== CARDS GRID 3x4 (12 por Página) ===== */
  .grid-section { max-width: 1100px; margin: 40px auto 100px; padding: 0 24px; }
  .section-title {
    font-size: 13px; font-weight: 600; color: var(--slate); letter-spacing: 4px;
    text-transform: uppercase; margin-bottom: 34px; display: flex; align-items: center; gap: 14px;
  }
  .section-title::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
  
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    min-height: 400px;
  }
  @media (max-width: 991px) {
    .cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 640px) {
    .cards-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .news-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 0;
    backdrop-filter: blur(10px);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s, box-shadow .4s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .news-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(202, 242, 44, 0.02), rgba(225, 73, 140, 0.02));
    opacity: 0; transition: opacity .4s; pointer-events: none;
    z-index: 1;
  }
  .news-card:hover::before { opacity: 1; }

  .card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(.16, 1, .3, 1);
  }
  .news-card:hover .card-img img {
    transform: scale(1.06);
  }

  /* ===== BOTÃO FAVORITAR — DESIGN PREMIUM ===== */
  .fav-btn {
    position: absolute; top: 12px; right: 12px;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(6, 18, 14, 0.82);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    transition: transform .3s cubic-bezier(.16,1,.3,1), border-color .3s, background .3s, box-shadow .3s;
  }
  .fav-btn svg {
    width: 22px; height: 22px;
    stroke: rgba(255,255,255,0.45); fill: none;
    transition: stroke .3s, transform .3s;
    overflow: visible;
  }
  .fav-btn:hover {
    background: rgba(202, 242, 44, 0.12);
    border-color: rgba(202, 242, 44, 0.7);
    transform: scale(1.12);
    box-shadow: 0 0 16px rgba(202,242,44,0.25);
  }
  .fav-btn:hover svg { stroke: var(--lime); }

  /* Estado ATIVO — premium: brilho duplo + borda animada */
  .fav-btn.active {
    background: rgba(202, 242, 44, 0.1);
    border-color: var(--lime);
    box-shadow:
      0 0 0 3px rgba(202,242,44,0.12),
      0 0 20px rgba(202,242,44,0.35),
      0 0 40px rgba(202,242,44,0.12);
    animation: favBtnPulse 2.8s ease-in-out infinite;
  }
  .fav-btn.active svg { stroke: var(--lime); }
  @keyframes favBtnPulse {
    0%,100% { box-shadow: 0 0 0 3px rgba(202,242,44,0.12), 0 0 18px rgba(202,242,44,0.3),  0 0 36px rgba(202,242,44,0.08); }
    50%      { box-shadow: 0 0 0 5px rgba(202,242,44,0.18), 0 0 28px rgba(202,242,44,0.45), 0 0 55px rgba(202,242,44,0.15); }
  }

  /* Fumaça SVG — só aparece e anima quando ATIVO */
  .fav-smoke {
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 36;
    stroke-dashoffset: 36;
    opacity: 0;             /* invisível em repouso */
  }
  .fav-btn.active .fav-smoke {
    animation: favSmokeRise 1.7s ease-in-out infinite;
  }
  .fav-btn.active .fav-smoke-1 { animation-delay: 0s; }
  .fav-btn.active .fav-smoke-2 { animation-delay: 0.52s; }
  .fav-btn.active .fav-smoke-3 { animation-delay: 1.05s; }
  @keyframes favSmokeRise {
    0%   { stroke-dashoffset: 36; opacity: 0;    transform: translateY(3px); }
    15%  { opacity: 1; }
    55%  { opacity: 0.7; transform: translateY(-10px) translateX(1px); }
    100% { stroke-dashoffset: 0;  opacity: 0;    transform: translateY(-22px) translateX(-1px); }
  }

  /* ===== CARD FAVORITO — EFEITO PREMIUM ===== */
  .news-card.is-favorite {
    border-color: rgba(202, 242, 44, 0.45);
    background: rgba(202, 242, 44, 0.025);
    box-shadow:
      0 0 0 1px rgba(202,242,44,0.18),
      0 8px 32px rgba(202,242,44,0.1),
      0 2px 8px rgba(0,0,0,0.4);
  }
  .news-card.is-favorite::before {
    content: '';
    position: absolute; top: 0; left: 15%; right: 15%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(202,242,44,0.75), transparent);
    pointer-events: none;
  }
  @keyframes cardFavIn {
    0%   { box-shadow: 0 0 0 3px rgba(202,242,44,0.9), 0 0 40px rgba(202,242,44,0.55); }
    100% { box-shadow: 0 0 0 1px rgba(202,242,44,0.18), 0 8px 32px rgba(202,242,44,0.1), 0 2px 8px rgba(0,0,0,0.4); }
  }
  .news-card.just-favorited { animation: cardFavIn 0.75s cubic-bezier(.16,1,.3,1) forwards; }
  
  /* Card removal fade & slide out (Favorites tab) */
  .news-card.removing-fav {
    animation: cardSlideOut 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    pointer-events: none;
  }
  @keyframes cardSlideOut {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.5) translateY(60px);
      opacity: 0;
    }
  }

  .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 2;
  }

  .card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
  .card-date {
    font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 1px;
    text-transform: uppercase; color: var(--slate);
  }
  
  .news-card h2 {
    font-size: 20px; font-weight: 700; line-height: 1.25; text-transform: lowercase;
    color: #fff; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; overflow: hidden;
  }
  .news-card p {
    font-size: 13.5px; color: var(--slate); font-weight: 300; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
    overflow: hidden; margin-bottom: 20px;
  }
  .card-footer {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: auto; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 14px;
  }
  .read-btn {
    font-size: 12px; font-weight: 600; color: var(--lime); display: flex; align-items: center; gap: 6px;
  }
  .read-btn svg { width: 14px; height: 14px; stroke: var(--lime); fill: none; stroke-width: 2.5; transition: transform .3s; }
  .news-card:hover .read-btn svg { transform: translateX(4px); }

  /* ===== HOVERS ESPECÍFICOS DIURNO/NOTURNO ===== */
  .news-card.morning:hover {
    border-color: rgba(202, 242, 44, 0.45);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(202, 242, 44, 0.08);
    transform: translateY(-6px);
  }
  .news-card.evening:hover {
    border-color: rgba(225, 73, 140, 0.5);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(225, 73, 140, 0.1);
    transform: translateY(-6px);
  }
  .card-period-badge {
    font-size: 10px; font-weight: 600; display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 8px; border-radius: 6px; text-transform: lowercase;
  }
  .morning .card-period-badge {
    color: var(--lime); background: rgba(202, 242, 44, 0.08);
  }
  .evening .card-period-badge {
    color: var(--scarlet); background: rgba(225, 73, 140, 0.08);
  }

  /* ===== PAGINAÇÃO ===== */
  .pagination {
    display: flex; justify-content: center; align-items: center; gap: 8px; margin: 60px 0;
    flex-wrap: wrap;
  }
  .page-item {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
    color: var(--slate); font-size: 12px; font-weight: 600; min-width: 38px; height: 38px;
    border-radius: 10px; transition: .3s; cursor: pointer;
  }
  .page-item.active {
    background: var(--lime); color: var(--noir); border-color: var(--lime);
    box-shadow: 0 0 12px rgba(202, 242, 44, 0.3);
  }
  .page-item:hover:not(.active):not(.disabled) {
    border-color: var(--lime); color: var(--lime); background: rgba(202, 242, 44, 0.05);
  }
  .page-item.disabled {
    opacity: 0.3; pointer-events: none;
  }
  .page-item.nav-btn {
    padding: 0 16px; min-width: auto; text-transform: lowercase;
  }



  /* ===== FEATURED ROW & COLUMN SYSTEM ===== */
  .featured-row {
    max-width: 1100px; margin: 40px auto 60px; padding: 0 40px;
    display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px;
  }
  @media (max-width: 991px) {
    .featured-row { grid-template-columns: 1fr; }
  }
  
  /* Manchete Destaque */
  .featured-card {
    background: var(--glass); border: 1px solid var(--glass-border); border-radius: 24px;
    overflow: hidden; display: flex; flex-direction: column; transition: .4s;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  }
  .featured-card:hover {
    border-color: rgba(202, 242, 44, 0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 20px rgba(202, 242, 44, 0.05);
    transform: translateY(-4px);
  }
  .featured-card .feat-img {
    width: 100%; height: 320px; position: relative; overflow: hidden;
  }
  .featured-card .feat-img img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s;
  }
  .featured-card:hover .feat-img img { transform: scale(1.04); }
  .featured-card .feat-badge {
    position: absolute; top: 20px; left: 20px; background: var(--lime); color: var(--noir);
    font-size: 10px; font-weight: 800; text-transform: uppercase; padding: 5px 12px;
    border-radius: 6px; letter-spacing: 1px; z-index: 5;
  }
  .featured-card .feat-body {
    padding: 30px; display: flex; flex-direction: column; gap: 15px;
  }
  .featured-card h2 {
    font-size: clamp(22px, 3vw, 32px); font-weight: 900; line-height: 1.15;
    text-transform: lowercase; color: #fff;
  }
  .featured-card p {
    font-size: 14.5px; color: var(--slate); font-weight: 300; line-height: 1.6;
  }
  .featured-card .feat-meta {
    display: flex; justify-content: space-between; align-items: center; margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 20px;
  }
  
  /* Painel Lateral */
  .side-panel {
    display: flex; flex-direction: column; gap: 30px;
  }
  .side-box {
    background: var(--glass); border: 1px solid var(--glass-border); border-radius: 24px;
    padding: 30px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  }
  .side-box h3 {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
    color: #fff; margin-bottom: 20px; position: relative; padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .side-box h3::after {
    content: ''; position: absolute; bottom: -1px; left: 0; width: 30px; height: 2px; background: var(--lime);
  }
  
  /* Resumo 30 Segundos */
  .summary-list { display: flex; flex-direction: column; gap: 16px; list-style: none; }
  .summary-item {
    font-size: 13px; font-weight: 300; line-height: 1.5; color: var(--paper);
    position: relative; padding-left: 20px;
  }
  .summary-item::before {
    content: '⚡'; position: absolute; left: 0; top: 2px; font-size: 11px; color: var(--lime);
  }
  
  /* O que importa agora indices */
  .indices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .index-item {
    background: rgba(255,255,255,0.01); border: 1px solid rgba(255,255,255,0.03);
    border-radius: 12px; padding: 12px 16px; display: flex; justify-content: space-between;
    align-items: center;
  }
  .index-info { display: flex; flex-direction: column; gap: 2px; }
  .index-name { font-size: 11px; text-transform: uppercase; font-weight: 700; color: var(--slate); }
  .index-value { font-size: 13px; font-weight: 700; color: #fff; }
  .index-change {
    font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 2px;
    padding: 3px 6px; border-radius: 4px;
  }
  .index-change.up { color: var(--lime); background: rgba(202, 242, 44, 0.08); }
  .index-change.down { color: var(--scarlet); background: rgba(225, 73, 140, 0.08); }

  /* ===== TRENDING & EDITORIAL ROW ===== */
  .trending-row {
    max-width: 1100px; margin: 0 auto 60px; padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
  }
  @media (max-width: 768px) {
    .trending-row { grid-template-columns: 1fr; }
  }
  
  /* Mais lidos */
  .trending-box {
    background: var(--glass); border: 1px solid var(--glass-border); border-radius: 24px;
    padding: 30px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  }
  .trending-item {
    display: flex; gap: 20px; align-items: flex-start; margin-bottom: 20px;
    padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  .trending-item:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }
  .trending-num {
    font-size: 32px; font-weight: 900; color: rgba(202, 242, 44, 0.15); line-height: 1;
    transition: .3s; font-family: ui-monospace, monospace;
  }
  .trending-item:hover .trending-num { color: var(--lime); }
  .trending-content { display: flex; flex-direction: column; gap: 6px; }
  .trending-title { font-size: 14.5px; font-weight: 700; color: #fff; line-height: 1.3; text-transform: lowercase; }
  .trending-title:hover { color: var(--lime); }
  .trending-cat { font-size: 10px; text-transform: uppercase; font-weight: 700; color: var(--slate); letter-spacing: 1px; }

  /* Visão da redação editorial */
  .editorial-box {
    background: linear-gradient(135deg, rgba(202, 242, 44, 0.02), rgba(255,255,255,0.02));
    border: 1px solid var(--glass-border); border-radius: 24px; padding: 30px;
    display: flex; flex-direction: column; justify-content: center; position: relative;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  }
  .editorial-quote {
    font-size: 15px; font-weight: 300; line-height: 1.6; color: var(--paper);
    margin-bottom: 20px; position: relative;
  }
  .editorial-quote::before {
    content: '“'; position: absolute; left: -10px; top: -15px; font-size: 60px;
    font-family: Georgia, serif; color: rgba(202, 242, 44, 0.1); line-height: 1;
  }
  .editorial-author { display: flex; align-items: center; gap: 12px; }
  .editorial-avatar {
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--lime);
    background: #000; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: var(--lime);
  }
  .editorial-meta { display: flex; flex-direction: column; gap: 2px; }
  .editorial-name { font-size: 13px; font-weight: 700; color: #fff; }
  .editorial-role { font-size: 10px; color: var(--slate); text-transform: uppercase; letter-spacing: 1px; }

  /* ===== SEÇÃO DA COMUNIDADE (ÁREA DO LEITOR) ===== */
  .community-section {
    max-width: 1100px; margin: 0 auto 80px; padding: 0 40px;
  }
  .community-header {
    margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px;
  }
  .community-title {
    font-size: 20px; font-weight: 800; color: #fff; text-transform: lowercase;
    display: flex; align-items: center; gap: 10px;
  }
  .community-title span { color: var(--lime); }
  .community-badge {
    background: rgba(225, 73, 140, 0.08); border: 1px solid rgba(225, 73, 140, 0.25);
    color: var(--scarlet); font-size: 9px; font-weight: 700; text-transform: uppercase;
    padding: 4px 10px; border-radius: 99px; letter-spacing: 1.5px;
  }
  
  .community-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
  }
  @media (max-width: 991px) {
    .community-grid { grid-template-columns: 1fr; }
  }
  
  /* Card de Comunidade Individual */
  .com-card {
    background: var(--glass); border: 1px solid var(--glass-border); border-radius: 24px;
    padding: 30px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    display: flex; flex-direction: column; gap: 20px;
  }
  .com-card h3 {
    font-size: 14px; font-weight: 700; text-transform: lowercase; color: #fff;
    display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.03);
    padding-bottom: 12px; margin-bottom: 5px;
  }
  .com-card h3 span { color: var(--lime); }
  
  /* Pergunta do Dia (Enquete) */
  .poll-question { font-size: 14px; font-weight: 500; color: #fff; line-height: 1.5; }
  .poll-options { display: flex; flex-direction: column; gap: 10px; }
  .poll-btn {
    width: 100%; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px; padding: 14px 20px; text-align: left; color: var(--paper);
    font-size: 13px; font-weight: 500; cursor: pointer; transition: .3s; display: flex;
    justify-content: space-between; align-items: center; position: relative; overflow: hidden;
  }
  .poll-btn:hover { border-color: var(--lime); background: rgba(202, 242, 44, 0.03); }
  .poll-fill {
    position: absolute; left: 0; top: 0; bottom: 0; background: rgba(202, 242, 44, 0.08);
    width: 0%; transition: width 0.8s cubic-bezier(0.1, 0.8, 0.2, 1); z-index: 1;
  }
  .poll-text { position: relative; z-index: 2; }
  .poll-pct { position: relative; z-index: 2; font-weight: 700; color: var(--lime); opacity: 0; transition: opacity .3s; }
  .poll-btn.voted .poll-pct { opacity: 1; }
  .poll-btn.voted { pointer-events: none; }
  
  /* Carta do Leitor */
  .feedback-box {
    background: rgba(255,255,255,0.01); border: 1px solid rgba(255,255,255,0.02);
    border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 12px;
  }
  .feedback-text { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--slate); font-style: italic; }
  .feedback-user { font-size: 11px; font-weight: 600; color: var(--lime); display: flex; align-items: center; gap: 6px; }
  
  /* Leitor Repórter */
  .com-form { display: flex; flex-direction: column; gap: 12px; }
  .com-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 480px) { .com-form-row { grid-template-columns: 1fr; } }
  .com-input, .com-textarea, .com-select {
    width: 100%; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px; padding: 10px 14px; color: #fff; font-family: inherit; font-size: 12.5px;
    outline: none; transition: .3s;
  }
  .com-input:focus, .com-textarea:focus, .com-select:focus { border-color: var(--lime); background: rgba(202, 242, 44, 0.02); }
  .com-textarea { resize: vertical; min-height: 80px; }
  .com-submit {
    background: var(--lime); color: var(--noir); border: none; font-weight: 700;
    padding: 12px; border-radius: 10px; font-size: 12.5px; cursor: pointer; transition: .3s;
  }
  .com-submit:hover { transform: translateY(-1px); box-shadow: 0 0 12px rgba(202, 242, 44, 0.3); }

  /* Mural de Ideias */
  .ideas-list { display: flex; flex-direction: column; gap: 12px; }
  .idea-item {
    background: rgba(255,255,255,0.01); border: 1px solid rgba(255,255,255,0.03);
    border-radius: 14px; padding: 14px 18px; display: flex; justify-content: space-between;
    align-items: center; gap: 15px;
  }
  .idea-content { display: flex; flex-direction: column; gap: 4px; }
  .idea-title { font-size: 13px; font-weight: 600; color: #fff; text-transform: lowercase; }
  .idea-votes {
    background: rgba(202, 242, 44, 0.05); border: 1px solid rgba(202, 242, 44, 0.15);
    border-radius: 8px; padding: 6px 12px; color: var(--lime); font-size: 11px;
    font-weight: 700; display: flex; flex-direction: column; align-items: center;
    cursor: pointer; transition: .3s; gap: 2px;
  }
  .idea-votes:hover { background: var(--lime); color: var(--noir); border-color: var(--lime); }

  /* ===== MODAL DE LOGIN ===== */
  .modal-overlay {
    position: fixed; inset: 0; background: rgba(6, 18, 14, 0.85); z-index: 1000;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity .4s ease;
  }
  .modal-overlay.open { opacity: 1; pointer-events: all; }
  .modal-box {
    background: rgba(10, 29, 24, 0.8); border: 1px solid var(--glass-border);
    width: 100%; max-width: 440px; padding: 40px; border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 0 20px rgba(202, 242, 44, 0.05);
    position: relative; transform: scale(0.9); transition: transform .4s cubic-bezier(.16, 1, .3, 1);
  }
  .modal-overlay.open .modal-box { transform: scale(1); }
  .close-modal {
    position: absolute; top: 20px; right: 20px; background: none; border: none;
    color: var(--slate); font-size: 20px; cursor: pointer; transition: .3s;
  }
  .close-modal:hover { color: #fff; }
  .modal-box h2 { font-size: 26px; font-weight: 800; text-transform: lowercase; margin-bottom: 8px; color: #fff; }
  .modal-box p { font-size: 13px; color: var(--slate); margin-bottom: 24px; font-weight: 300; }
  .login-form { display: flex; flex-direction: column; gap: 14px; text-align: left; }
  .login-form label { font-size: 10px; font-weight: 600; color: var(--slate); letter-spacing: 2px; text-transform: uppercase; }
  .login-form input {
    width: 100%; background: rgba(14, 34, 28, 0.6); border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px; padding: 12px 16px; color: #fff; font-family: inherit; font-size: 14px; outline: none; transition: .3s;
  }
  .login-form input:focus { border-color: var(--lime); box-shadow: 0 0 10px rgba(202, 242, 44, 0.15); }
  .login-form button {
    background: var(--lime); color: var(--noir); border: none; font-weight: 700;
    padding: 14px; border-radius: 10px; font-size: 14px; cursor: pointer; transition: .3s; margin-top: 6px;
  }
  .login-form button:hover { transform: translateY(-1px); box-shadow: 0 0 12px rgba(202, 242, 44, 0.3); }

  /* ===== NOVO RODAPÉ AMPLO CORPORATIVO (LARGE FOOTER) ===== */
  footer {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(6, 18, 14, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    width: 100%;
    max-width: 100% !important;
    margin-top: 0px;
    position: relative;
    z-index: 10;
  }
  
  .footer-wrap {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 40px 40px 40px;
  }
  
  .footer-logo {
    color: #fff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    --brand-logo-width: 220px;
  }
  
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    text-align: left;
  }
  @media (max-width: 991px) {
    .footer-columns { grid-template-columns: 1fr 1.2fr; }
  }
  @media (max-width: 768px) {
    .footer-columns { grid-template-columns: 1fr; gap: 30px; }
    .footer-header { flex-direction: column; gap: 20px; text-align: center; }
    .footer-nav { flex-wrap: wrap; justify-content: center; }
  }
  
  .footer-col h4 {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #fff;
    margin-bottom: 20px; position: relative; padding-bottom: 6px;
  }
  .footer-col h4::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 24px; height: 1px; background: var(--lime);
  }
  
  .footer-col ul {
    list-style: none; display: flex; flex-direction: column; gap: 12px;
  }
  .footer-col ul li { font-size: 13.5px; font-weight: 300; }
  .footer-col ul li a { color: var(--slate); transition: .2s; }
  .footer-col ul li a:hover { color: var(--lime); padding-left: 4px; }
  
  /* Grade de marcas do ecossistema */
  .brand-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  }
  .brand-item {
    background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px; padding: 14px; display: flex; flex-direction: column; gap: 4px; transition: .3s;
  }
  .brand-item:hover {
    border-color: rgba(202, 242, 44, 0.2); background: rgba(202, 242, 44, 0.02); transform: scale(1.02);
  }
  .brand-name {
    font-size: 13.5px; font-weight: 800; color: #fff; letter-spacing: -0.5px;
  }
  .ecosystem-logo { width: 118px; max-width: 100%; height: auto; display: block; }
  .brand-name span { color: var(--lime); }
  .brand-name i { font-style: italic; display: inline-block; transform: skewX(-8deg); }
  .brand-desc { font-size: 10.5px; color: var(--slate); font-weight: 300; text-transform: lowercase; }
  
  /* Coluna da Direita (Privacidade e Redes) */
  .footer-right-info {
    display: flex; flex-direction: column; gap: 18px;
  }
  .footer-right-info p { font-size: 13px; font-weight: 300; line-height: 1.5; }
  .footer-right-info .copy { font-size: 12px; color: #fff; font-weight: 500; }
  
  .footer-socials-row {
    display: grid;
    grid-template-columns: repeat(4, 38px);
    gap: 10px;
    margin-top: 10px;
    width: max-content;
  }
  @media (max-width: 768px) {
    .footer-socials-row {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  .footer-social-glass {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.08);
    display: inline-flex; align-items: center; justify-content: center; transition: .3s;
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  }
  .footer-social-glass svg { width: 16px; height: 16px; fill: var(--slate); transition: .3s; }
  .footer-social-glass:hover {
    border-color: var(--lime); transform: translateY(-2px); background: rgba(255,255,255,0.06);
  }
  .footer-social-glass:hover svg { fill: var(--lime); }

  /* 3 colunas para a seção de artigos por assunto */
  #assuntos .cards-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  @media (max-width: 991px) {
    #assuntos .cards-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  @media (max-width: 640px) {
    #assuntos .cards-grid {
      grid-template-columns: 1fr !important;
    }
  }
  /* ===== DROPDOWN DE TERMOS E POLÍTICAS ===== */
  .nav-dropdown {
    position: relative;
    display: inline-block;
  }
  .nav-dropdown-trigger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
  }
  .nav-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 29, 24, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    min-width: 240px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 8px 0;
    margin-top: 4px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .nav-dropdown:hover .nav-dropdown-content,
  .nav-dropdown:focus-within .nav-dropdown-content,
  .nav-dropdown.is-open .nav-dropdown-content {
    display: block;
  }
  .nav-dropdown-content a {
    color: var(--slate);
    padding: 10px 20px;
    display: block;
    font-size: 12.5px;
    text-align: left;
    transition: 0.2s;
  }
  .nav-dropdown-content a:hover {
    color: var(--lime) !important;
    background: rgba(255, 255, 255, 0.03);
  }

  @media (max-width: 1080px) {
    header {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 28px;
      text-align: center;
    }
    header .logo {
      justify-self: center;
    }
    header nav {
      justify-content: center;
      gap: 12px 20px;
    }
    .header-actions {
      justify-content: center;
      white-space: normal;
    }
  }

  @media (max-width: 640px) {
    header {
      padding: 20px 18px;
    }
    header nav {
      gap: 10px 14px;
      font-size: 12px;
    }
    .header-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
    }
    header .login-btn,
    header .cta-btn {
      width: 100%;
      padding-left: 14px;
      padding-right: 14px;
    }
  }

  /* FAIXA DE INSCRIÇÃO 100% LARGURA - ESTILO VERDE THE REPUBLIST (INSPIRADO NO MORNING BREW) */
  .full-width-sub-strip {
    width: 100%;
    background: linear-gradient(135deg, #0a211b 0%, #051410 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 60px 40px 0 40px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
  }
  .sub-strip-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    flex-wrap: wrap;
  }
  .sub-strip-left {
    flex: 1.2;
    min-width: 320px;
    text-align: left;
    padding-bottom: 60px;
  }
  .sub-strip-left h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.25;
  }
  .sub-strip-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--slate);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 580px;
  }
  .sub-strip-form-wrapper {
    max-width: 480px;
    width: 100%;
  }
  .sub-strip-form-stacked {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .sub-strip-form-stacked input {
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 18px 20px;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s ease;
  }
  .sub-strip-form-stacked input::placeholder {
    color: #888888;
  }
  .sub-strip-form-stacked input:focus {
    border-color: var(--lime);
    box-shadow: 0 0 0 3px rgba(202,242,44,0.25);
  }
  .sub-strip-form-stacked button {
    background: var(--lime);
    color: var(--noir);
    border: none;
    font-weight: 750;
    font-size: 15px;
    padding: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
  .sub-strip-form-stacked button:hover {
    background: #bce625;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(202,242,44,0.3);
  }
  .sub-strip-terms {
    margin-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: var(--slate);
    line-height: 1.4;
  }
  .sub-strip-terms a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
  }
  .sub-strip-terms a:hover {
    color: var(--lime);
  }
  .sub-strip-right {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 300px;
  }
  .mascote-only-img {
    max-height: 440px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .mascote-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
  }
  .smoke {
    display: none !important;
  }
  @media (max-width: 991px) {
    .full-width-sub-strip {
      padding: 60px 20px 0 20px;
    }
    .sub-strip-container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }
    .sub-strip-left {
      text-align: center;
      padding-bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .sub-strip-left p {
      margin-left: auto;
      margin-right: auto;
    }
    .sub-strip-right {
      align-items: flex-end;
      width: 100%;
    }
    .mascote-only-img {
      max-height: 340px;
      display: block;
    }
  }
  @keyframes mascotFloat {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-12px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
  }


/* WordPress shells using the original visual language */
.wp-page-shell, .wp-article-shell, .wp-archive-shell { max-width: 980px; margin: 70px auto; padding: 0 24px; }
.wp-page-card, .wp-article-card, .wp-archive-card { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: clamp(24px,4vw,54px); box-shadow: 0 24px 80px rgba(0,0,0,.22); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.wp-page-card h1, .wp-article-card h1, .wp-archive-shell h1 { font-size: clamp(36px,7vw,78px); line-height: .94; letter-spacing: -0.06em; margin-bottom: 18px; }
.wp-article-meta { display:flex; flex-wrap:wrap; gap:10px; color: var(--slate); font-size: 12px; text-transform: lowercase; margin-bottom: 26px; }
.wp-article-subtitle { color: var(--slate); font-size: 20px; line-height: 1.55; margin: -4px 0 22px; }
.wp-featured-image { width:100%; border-radius: 20px; margin: 20px 0 28px; display:block; }
.wp-entry-content { color: rgba(240,237,230,.84); font-size: 18px; line-height: 1.85; }
.wp-entry-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 4px; }
.wp-share-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.wp-read-more { margin-top: 38px; width: 100%; }
.wp-read-more h2 { font-size: 13px; font-weight: 600; color: var(--slate); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 22px; }
.wp-pill-link { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:12px 18px; background: var(--lime); color: var(--noir); font-weight:800; text-decoration:none; }
.wp-archive-grid { display:grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap:18px; margin-top: 24px; }
.wp-archive-card { padding:24px; text-decoration:none; color:inherit; }
.wp-archive-card h2 { margin: 8px 0; line-height:1.08; }
.wp-dynamic-cards { margin-top: 28px; }
.wp-empty-state {
  grid-column: 1 / -1;
  padding: 56px 24px;
  text-align: center;
  color: var(--slate);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 400;
  text-transform: lowercase;
}
.republist-shortcode { font-family:'Poppins', sans-serif; }
@media (max-width: 768px) { #cur { display:none !important; } * { cursor:auto !important; } .wp-page-shell,.wp-article-shell,.wp-archive-shell{margin:38px auto;} }

/* submenu edições preservando o header original */
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 0 !important; line-height: 1.2; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 240px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(6,18,14,.82);
  box-shadow: 0 24px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  z-index: 500;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--slate);
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { color: var(--lime); background: rgba(202,242,44,.06); }
@media (max-width: 820px) {
  .nav-dropdown { width: 100%; justify-content: center; }
  .nav-dropdown-menu { left: 0; right: 0; transform: translateY(8px); min-width: 220px; }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu { transform: translateY(0); }
}

/* páginas específicas corrigidas */
.republist-page-hero { margin-bottom: 26px; }
.republist-page-hero .kicker { color: var(--scarlet); }
.wp-empty-state { grid-column: 1/-1; text-align:center; color: var(--slate); padding: 46px 0; font-weight: 500; }
.wp-ad-form { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.wp-ad-form textarea { grid-column: 1 / -1; min-height: 140px; resize: vertical; }
.wp-ad-form input, .wp-ad-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.10); border-radius: 14px;
  background: rgba(255,255,255,.04); color: var(--paper); padding: 14px 16px;
  font: inherit; outline: none;
}
.wp-ad-form input:focus, .wp-ad-form textarea:focus { border-color: rgba(202,242,44,.55); box-shadow: 0 0 0 3px rgba(202,242,44,.08); }
.wp-ad-form button { grid-column: 1 / -1; border: 0; border-radius: 14px; background: var(--lime); color: var(--noir); padding: 15px 18px; font: inherit; font-weight: 900; text-transform: lowercase; }
@media (max-width: 720px) { .wp-ad-form { grid-template-columns: 1fr; } }

/* TOAST FLUTUANTE — mensagens de inscrição/newsletter. Independente do
   header/nav: a posição top é calculada por JS a partir da altura real do
   header, então nunca fica presa nem cobre o menu. */
.republist-toast {
  position: fixed;
  top: 96px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(90vw, 420px);
  background: var(--lime);
  color: var(--noir);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  padding: 13px 16px 13px 20px;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.republist-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.republist-toast.is-hidden { opacity: 0; transform: translateX(-50%) translateY(-8px); pointer-events: none; }
.republist-toast.is-error { background: var(--noir); color: var(--paper); border: 1px solid rgba(225,73,140,.5); }
/* variante "perto do formulário": some do fluxo fixo do topo e passa a
   viver logo abaixo do formulário que foi realmente enviado — nunca cobre
   menu/cabeçalho porque não é mais position:fixed. */
.republist-toast.is-inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  max-width: min(100%, 420px);
  margin: 16px auto 0;
  transform: translateY(-8px);
}
.republist-toast.is-inline.is-visible { transform: translateY(0); }
.republist-toast.is-inline.is-hidden { transform: translateY(-8px); }
.republist-toast-msg { flex: 1; word-break: break-word; }
.republist-toast-close {
  flex: 0 0 auto;
  border: none;
  background: rgba(0,0,0,.10);
  color: inherit;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.republist-toast.is-error .republist-toast-close { background: rgba(255,255,255,.10); }
@media (max-width: 600px) {
  .republist-toast { max-width: 92vw; font-size: 12.5px; padding: 11px 14px 11px 16px; }
}
