*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#fafafa;
  color:#121212;
  font-family:Arial, Helvetica, sans-serif;
}

/* ===== HEADER ===== */

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:linear-gradient(135deg,#ff6a00,#ff8c1a);
  box-shadow:0 8px 25px rgba(0,0,0,.18);
}

.top-bar{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4%;
}

.menu-btn,
.header-icons button{
  background:none;
  border:0;
  color:#fff;
  font-size:26px;
  cursor:pointer;
}

.logo{
  color:#fff;
  text-decoration:none;
  font-size:26px;
  font-weight:800;
  letter-spacing:-1px;
}

.logo span{
  color:#ffe1c2;
}

.header-icons{
  display:flex;
  gap:18px;
}

/* ===== CATEGORIAS ===== */

.category-bar{
  background:linear-gradient(135deg,#c81414,#9f1111);
  display:flex;
  gap:10px;
  padding:12px 4%;
  overflow-x:auto;
  scrollbar-width:none;
}

.category-bar::-webkit-scrollbar{
  display:none;
}

.category-bar button{
  color:#fff;
  background:transparent;
  white-space:nowrap;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:.3s;
}

.category-bar button:hover,
.category-bar button.active{
  background:rgba(255,255,255,.15);
  box-shadow:0 0 18px rgba(255,255,255,.15);
}

/* ===== MENU LATERAL ===== */

.side-menu{
  position:fixed;
  top:0;
  left:-320px;
  width:300px;
  height:100%;
  background:#1e1e1e;
  z-index:2000;
  padding:30px;
  transition:.35s;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.side-menu.open{
  left:0;
}

.side-menu button{
  align-self:flex-end;
  background:none;
  color:#fff;
  border:0;
  font-size:38px;
}

.side-menu a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
}

/* ===== PUBLICIDADE ===== */

.ad-banner{
  max-width:1050px;
  margin:24px auto;
  padding:0 4%;
}

.ad-banner span{
  display:block;
  text-align:center;
  color:#888;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:10px;
}

.ad-box{
  background:#fff;
  border-radius:24px;
  padding:22px;
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  border:1px solid #ececec;
}

.ad-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
}

.ad-tag{
  width:max-content;
  background:linear-gradient(135deg,#c81414,#9f1111);
  color:#fff;
  padding:8px 16px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.5px;
}

.ad-text h3{
  font-size:28px;
  line-height:1.1;
  color:#121212;
}

.ad-text p{
  font-size:16px;
  line-height:1.7;
  color:#555;
}

.ad-link{
  width:max-content;
  background:linear-gradient(135deg,#c81414,#ff6a00);
  color:#fff;
  text-decoration:none;
  padding:14px 24px;
  border-radius:999px;
  font-weight:700;
  transition:.3s;
  box-shadow:0 10px 25px rgba(200,20,20,.18);
}

.ad-link:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 35px rgba(200,20,20,.25);
}

/* ===== CONTEÚDO ===== */

.news-wrapper{
  max-width:920px;
  margin:auto;
  padding:24px 4% 80px;
}

.news-category{
  display:inline-block;
  background:#9f1111;
  color:#fff;
  padding:8px 16px;
  border-radius:999px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  margin-bottom:22px;
}

.news-article h1{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(34px,5vw,56px);
  line-height:1.05;
  color:#121212;
  margin-bottom:22px;
  letter-spacing:-2px;
}

.subtitle{
  font-size:18px;
  line-height:1.7;
  color:#444;
  margin-bottom:28px;
}

.meta-row{
  border-top:1px solid #ececec;
  border-bottom:1px solid #ececec;
  padding:16px 0;
  margin-bottom:30px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  color:#555;
  font-size:14px;
}

.meta-row button{
  background:#ff6a00;
  color:#fff;
  border:0;
  padding:12px 20px;
  border-radius:10px;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
}

.main-image{
  width:100%;
  border-radius:24px;
  margin-bottom:40px;
  box-shadow:0 20px 45px rgba(0,0,0,.14);
}

/* ===== TEXTO ===== */

.article-content p{
  font-size:20px;
  line-height:1.8;
  color:#242424;
  margin-bottom:30px;
}

.article-content h2{
  font-size:30px;
  line-height:1.2;
  margin:55px 0 22px;
  color:#121212;
  font-weight:900;
}

/* ===== PUBLICIDADE INTERNA ===== */

.inline-ad{
  background:#fff;
  border-radius:24px;
  padding:30px;
  margin:40px 0;
  text-align:center;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  border:1px solid #ececec;
}

.inline-ad strong{
  font-size:24px;
  color:#c81414;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .top-bar{
    height:66px;
  }

  .logo{
    font-size:24px;
  }

  .header-icons button{
    font-size:22px;
  }

  .news-wrapper{
    padding-top:18px;
  }

  .news-article h1{
    font-size:34px;
  }

  .subtitle{
    font-size:17px;
  }

  .meta-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .article-content p{
    font-size:18px;
    line-height:1.75;
  }

  .article-content h2{
    font-size:26px;
  }

  .ad-text h3{
    font-size:24px;
  }

  .ad-text p{
    font-size:15px;
  }

  .ad-box{
    padding:18px;
  }

}
@media(max-width:768px){

  .ad-banner{
    width:100%;
    padding:0 16px;
    margin:20px auto;
    overflow:hidden;
  }

  .ad-box{
    width:100%;
    max-width:100%;
    overflow:hidden;
    padding:22px;
    border-radius:22px;
  }

  .ad-tag{
    max-width:100%;
    width:100%;
    text-align:center;
    font-size:10px;
    white-space:normal;
    line-height:1.4;
  }

  .ad-text h3{
    font-size:24px;
    line-height:1.2;
  }

  .ad-text p{
    font-size:16px;
    line-height:1.6;
  }

  .ad-link{
    width:100%;
    text-align:center;
    justify-content:center;
  }

}
.mail-btn{
    font-size:28px;
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  background-size: cover;
  background-position: center;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.75),
    rgba(0,0,0,.35),
    rgba(0,0,0,.15)
  );
}

.slide-content {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 600px;
  padding: 25px 8%;
}

.slide-content span {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-weight: 700;
}

.slide-content h1 {
  font-size: 15px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.slide-content p {
  font-size: 18px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.9);
}

.slide-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff9d00;
  color: #111;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.9);
  color: #222;
  font-size: 42px;
  cursor: pointer;
  z-index: 5;
}

.prev {
  left: 25px;
}

.next {
  right: 25px;
}

@media(max-width:768px){

  .hero-slider{
    height: 200px;
  }

  .slide-content{
    padding: 45px 28px;
    max-width: 100%;
  }

  .slide-content span{
    font-size: 7px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }

  .slide-content h1{
    font-size: 16px;
    line-height: 1.05;
    margin-bottom: 12px;
  }

  .slide-content p{
    font-size: 7px;
    margin-bottom: 18px;
  }

  .slide-content a{
    padding: 10px 18px;
    font-size: 13px;
  }

  .slider-btn{
    display:none;
  }

}
.article-img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 35px auto;
  border-radius: 18px;
  object-fit: cover;
}
.post-content img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 18px;
    object-fit: cover;
}
.content img,
.article-content img,
.post-content img,
article img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 18px;
    object-fit: cover;
}
.content,
.article-content,
.post-content,
article {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 16px;
    box-sizing: border-box;
}