/* Hide scrollbar of main content area (main.content) */
    main.content {
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
    }

    main.content::-webkit-scrollbar {
      display: none !important;
      width: 0 !important;
      background: transparent !important;
    }

    /* Manter funcionalidade de scroll */
    main.content {
      overflow-y: auto !important;
      overflow-x: hidden !important;
    }

    /* Blog Magazine Style */
    .blog-header {
      border-bottom: 2px solid #2a2a2d;
      padding: 2rem 0;
      margin-bottom: 3rem;
    }

    .blog-header-content {
      text-align: center;
    }

    .blog-title {
      font-size: 3.5rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 0.5rem;
      color: #fff;
      font-family: 'Inter', serif;
    }

    .blog-subtitle {
      font-size: 1.1rem;
      color: #888;
      margin-bottom: 0.5rem;
      font-weight: 400;
    }

    .blog-date {
      font-size: 0.9rem;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    /* Featured Section */
    .featured-section {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 2rem;
      margin-bottom: 4rem;
    }

    .featured-main-wrapper {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .featured-article {
      background: #18181a;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #232326;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      cursor: pointer;
    }

    .featured-article:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    }

   

   

    .article-image-placeholder {
      width: 100%;
      height: 300px;
      background: linear-gradient(135deg, #2a2a2d 0%, #1a1a1c 100%);
      position: relative;
      display: flex;
      align-items: flex-end;
      padding: 1.5rem;
    }

    .article-image-placeholder.small {
      height: 180px;
    }

    .article-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    }

    .article-category {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      padding: 0.4rem 0.8rem;
      border-radius: 6px;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .article-content {
      padding: 2.9rem;
    }

    .article-title-large {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: #fff;
      letter-spacing: -0.01em;
    }

    .article-title {
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 0.75rem;
      color: #fff;
    }

    .article-excerpt {
      font-size: 1.05rem;
      line-height: 1.6;
      color: #bbb;
      margin-bottom: 1.5rem;
    }

    .article-excerpt-small {
      font-size: 0.9rem;
      line-height: 1.5;
      color: #999;
      margin-bottom: 1rem;
    }

    .article-meta {
      display: flex;
      gap: 1rem;
      font-size: 0.85rem;
      color: #666;
      padding-top: 1rem;
      border-top: 1px solid #232326;
    }

    /* mais pra baixo */
    .article-meta-small {
      display: flex;
      gap: 0.2rem;
      font-size: 0.8rem;
      color: #666;
      margin-top: 1.2rem;
    }

    .featured-secondary {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    /* Categories Section */
    .categories-section {
      margin-bottom: 4rem;
    }

    .section-title {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 2rem;
      color: #fff;
      letter-spacing: -0.01em;
      padding-bottom: 1rem;
      border-bottom: 2px solid #2a2a2d;
    }

    .categories-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .category-card {
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 12px;
      padding: 1.5rem;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease;
      cursor: pointer;
    }

    .category-card:hover {
      transform: translateY(-4px);
      border-color: #3a3a3d;
    }

    .category-icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 0.75rem;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .category-icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
    }

    .category-card h3 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #fff;
    }

    .category-card p {
      font-size: 0.9rem;
      color: #999;
      margin-bottom: 1rem;
    }

    .category-count {
      font-size: 0.85rem;
      color: #666;
      font-weight: 500;
    }

    /* Analysis Section */
    .analysis-section {
      margin-bottom: 4rem;
    }

    .analysis-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .analysis-card {
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 12px;
      padding: 2rem;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .analysis-card:hover {
      transform: translateY(-2px);
      border-color: #3a3a3d;
    }

    .analysis-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 1rem;
    }

    .analysis-header h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #fff;
      flex: 1;
    }

    .analysis-badge {
      background: #2a2a2d;
      padding: 0.3rem 0.7rem;
      border-radius: 6px;
      font-size: 0.75rem;
      color: #888;
      font-weight: 500;
    }

    .analysis-card p {
      color: #bbb;
      line-height: 1.6;
      margin-bottom: 1.5rem;
    }

    .analysis-stats {
      display: flex;
      gap: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid #232326;
    }

    .stat-item {
      display: flex;
      flex-direction: column;
    }

    .stat-value {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
      line-height: 1;
    }

    .stat-label {
      font-size: 0.8rem;
      color: #666;
      margin-top: 0.3rem;
    }

    /* Tips Section */
    .tips-section {
      margin-bottom: 4rem;
    }

    .tips-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }

    .tip-card {
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 12px;
      padding: 1.5rem;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .tip-card:hover {
      transform: translateY(-2px);
      border-color: #3a3a3d;
    }

    .tip-icon {
      width: 40px;
      height: 40px;
      margin: 0 auto 1rem;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .tip-icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
    }

    .tip-card h3 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      color: #fff;
    }

    .tip-card p {
      font-size: 0.9rem;
      color: #999;
      line-height: 1.5;
    }

    /* Newsletter Section */
    .newsletter-section {
      margin-bottom: 4rem;
    }

    .newsletter-card {
      background: linear-gradient(135deg, #1a1a1c 0%, #18181a 100%);
      border: 1px solid #2a2a2d;
      border-radius: 16px;
      padding: 3rem;
      text-align: center;
    }

    .newsletter-card h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #fff;
    }

    .newsletter-card p {
      font-size: 1.05rem;
      color: #bbb;
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .newsletter-subscribers {
      font-size: 0.95rem;
      color: #888;
      margin-bottom: 2rem;
    }

    .newsletter-button-row {
      display: flex;
      justify-content: center;
    }

    .newsletter-button {
      background: #fff;
      color: #0f0f10;
      border: none;
      padding: 1rem 2.5rem;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .newsletter-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    }

    /* Newsletter Form */
    .newsletter-form-container {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      background: rgba(8, 8, 10, 0.76);
      backdrop-filter: blur(8px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.22s ease, visibility 0.22s ease;
      z-index: 1000;
    }

    .newsletter-form-container.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .newsletter-form {
      background: #18181a;
      border: 1px solid #2a2a2d;
      border-radius: 12px;
      padding: 2rem;
      text-align: left;
      position: relative;
      width: min(100%, 720px);
      max-height: calc(100vh - 3rem);
      overflow-y: auto;
      box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
    }

    .newsletter-form h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: #fff;
      text-align: center;
    }

    .newsletter-form-description {
      font-size: 0.9rem;
      color: #999;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .newsletter-modal-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 40px;
      height: 40px;
      border: 1px solid #2f2f34;
      border-radius: 999px;
      background: transparent;
      color: #bbb;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .newsletter-modal-close:hover {
      background: #232326;
      color: #fff;
      border-color: #3a3a3d;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-group label {
      display: block;
      font-size: 0.9rem;
      font-weight: 500;
      color: #fff;
      margin-bottom: 0.5rem;
    }

    .form-group input[type="email"] {
      width: 100%;
      padding: 0.75rem 1rem;
      background: #0f0f10;
      border: 1px solid #232326;
      border-radius: 8px;
      color: #fff;
      font-size: 1rem;
      transition: border-color 0.2s ease;
    }

    .form-group input[type="email"]:focus {
      outline: none;
      border-color: #fff;
    }

    .form-group input[type="email"]::placeholder {
      color: #666;
    }

    .checkbox-label {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer;
      font-weight: 400;
    }

    .checkbox-label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
      accent-color: #fff;
    }

    .checkbox-label span {
      color: #bbb;
      font-size: 0.95rem;
      line-height: 1.4;
    }

    .form-actions {
      display: flex;
      gap: 1rem;
      justify-content: flex-end;
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid #232326;
    }

    .newsletter-cancel-btn {
      background: transparent;
      color: #bbb;
      border: 1px solid #232326;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .newsletter-cancel-btn:hover {
      background: #232326;
      color: #fff;
      border-color: #3a3a3d;
    }

    .newsletter-submit-btn {
      background: #fff;
      color: #0f0f10;
      border: none;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      font-size: 0.95rem;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .newsletter-submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    }

    body.newsletter-modal-open {
      overflow: hidden;
    }

    /* Filtros e Busca */
    .blog-filters {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid #2a2a2d;
    }

    .blog-search-container {
      display: flex;
      gap: 0.5rem;
      margin-bottom: 1.5rem;
    }

    .blog-search-input {
      flex: 1;
      padding: 0.75rem 1rem;
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 8px;
      color: #fff;
      font-size: 1rem;
      transition: border-color 0.2s ease;
    }

    .blog-search-input:focus {
      outline: none;
      border-color: #fff;
    }

    .blog-search-input::placeholder {
      color: #666;
    }

    .blog-search-btn {
      padding: 0.75rem 1.5rem;
      background: #fff;
      color: #0f0f10;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .blog-search-btn:hover {
      transform: translateY(-2px);
    }

    .blog-category-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .category-filter-btn {
      padding: 0.5rem 1rem;
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 6px;
      color: #bbb;
      font-size: 0.9rem;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .category-filter-btn:hover {
      border-color: #3a3a3d;
      color: #fff;
    }

    .category-filter-btn.active {
      background: #fff;
      color: #0f0f10;
      border-color: #fff;
    }

    /* Lista de Artigos */
    .articles-list-section {
      margin-top: 4rem;
    }

    .articles-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 2rem;
      margin-bottom: 3rem;
    }

    .article-card {
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .article-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      border-color: #3a3a3d;
    }

    .article-card-image {
      width: 100%;
      height: 200px;
      position: relative;
      display: flex;
      align-items: flex-end;
      padding: 1rem;
    }

    .article-card-category {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      padding: 0.4rem 0.8rem;
      border-radius: 6px;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .article-card-content {
      padding: 1.5rem;
    }

    .article-card-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      color: #fff;
      line-height: 1.3;
    }

    .article-card-description {
      font-size: 0.9rem;
      color: #999;
      line-height: 1.5;
      margin-bottom: 1rem;
    }

    .article-card-meta {
      display: flex;
      gap: 1rem;
      font-size: 0.85rem;
      color: #666;
      padding-top: 1rem;
      border-top: 1px solid #232326;
      flex-wrap: wrap;
    }

    .article-card-source,
    .article-card-date,
    .article-card-score {
      display: flex;
      align-items: center;
    }

    /* Pagination */
    .articles-pagination {
      margin-top: 3rem;
      text-align: center;
    }

    .pagination-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
    }

    .pagination-btn {
      padding: 0.5rem 1rem;
      background: #18181a;
      border: 1px solid #232326;
      border-radius: 6px;
      color: #bbb;
      font-size: 0.9rem;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .pagination-btn:hover {
      border-color: #3a3a3d;
      color: #fff;
    }

    .pagination-btn.active {
      background: #fff;
      color: #0f0f10;
      border-color: #fff;
    }

    .pagination-ellipsis {
      color: #666;
      padding: 0 0.5rem;
    }

    .pagination-info {
      color: #666;
      font-size: 0.9rem;
      margin-top: 1rem;
    }

    /* Responsive */
    @media (max-width: 1200px) {
      .featured-section {
        grid-template-columns: 1fr;
      }

      .featured-main {
        grid-row: 1;
      }

      .featured-secondary {
        flex-direction: row;
      }

      .categories-grid,
      .analysis-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .tips-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .articles-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .blog-title {
        font-size: 2.5rem;
      }

      .categories-grid,
      .analysis-grid,
      .tips-grid {
        grid-template-columns: 1fr;
      }

      .featured-secondary {
        flex-direction: column;
      }

      .articles-grid {
        grid-template-columns: 1fr;
      }

      .blog-search-container {
        flex-direction: column;
      }

      .blog-category-filters {
        justify-content: center;
      }
    }

