/*
Theme Name: Portal Alerta Feminino Final
Author: ChatGPT
Version: 4.0
Description: Tema WordPress estilo portal feminino, com layout fiel ao print, menu, home, single e sidebar.
*/

:root{
  --rosa:#db2a73;
  --rosa2:#c71462;
  --rosa3:#ed4b8f;
  --vinho:#9d0f4f;
  --claro:#fff3f8;
  --borda:#f2bfd3;
  --texto:#171717;
  --muted:#656565;
  --max:1500px;
}

*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--texto);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{max-width:var(--max);margin:auto;width:calc(100% - 96px)}

.topbar{
  height:33px;background:linear-gradient(90deg,var(--rosa2),var(--rosa3));color:#fff;
  font-size:13px;font-weight:700;display:flex;align-items:center
}
.topbar .container{display:flex;justify-content:space-between;align-items:center}
.social{display:flex;gap:24px;font-weight:900;font-size:17px}

.header{
  height:148px;background:#fff;display:flex;align-items:center
}
.header-grid{display:grid;grid-template-columns:455px 1fr 365px;gap:35px;align-items:center}
.logo{display:flex;gap:18px;align-items:center}
.logo-mark{
  width:104px;height:104px;border-radius:32px;border:8px solid #ef70a6;color:var(--rosa);
  display:flex;align-items:center;justify-content:center;font-size:67px;background:linear-gradient(135deg,#fff,#ffe0ec)
}
.logo-portal{color:#e05b97;letter-spacing:12px;font-size:18px;margin-left:5px}
.logo-title{
  font-family:Georgia,serif;font-size:45px;line-height:.82;color:#9e0b4c;font-weight:900
}
.logo-sub{font-size:12px;font-weight:900;margin-top:9px;letter-spacing:.3px}

.search-form{height:50px;border:1px solid #ddd;border-radius:50px;overflow:hidden;display:flex;background:#fff}
.search-form label{flex:1}
.search-field{width:100%;height:100%;border:0;outline:0;padding:0 26px;font-size:14px}
.search-submit{width:70px;border:0;background:linear-gradient(90deg,var(--rosa),var(--rosa2));color:#fff;font-size:0;cursor:pointer}
.search-submit:before{content:"🔎";font-size:22px}

.header-actions{display:flex;gap:26px;align-items:center;justify-content:flex-end}
.disque{display:flex;gap:10px;align-items:center}
.disque-icon{font-size:36px;color:var(--rosa)}
.disque strong{font-size:16px}.disque span{font-size:13px}
.area-mulher{
  border:1px solid #ef8ab6;border-radius:13px;padding:14px 20px;color:var(--rosa);font-weight:900;display:flex;gap:12px;align-items:center
}
.area-mulher span{display:block;color:#555;font-size:12px;font-weight:400;margin-top:3px}

.nav{
  background:linear-gradient(180deg,#df2e78,#c71360);
  height:43px;
  box-shadow:0 5px 13px rgba(199,19,96,.23);
  direction:ltr;
}
.nav .container{height:100%}
.nav ul{
  height:100%;
  display:flex;
  flex-direction:row;
  margin:0;
  padding:0;
  list-style:none;
  align-items:center;
  justify-content:flex-start;
  direction:ltr;
}
.nav li{height:100%;display:flex;align-items:center}
.nav a{
  display:flex;
  height:43px;
  align-items:center;
  justify-content:center;
  padding:0 32px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}
.nav li:first-child a{
  background:#a90e4d;
  font-size:20px;
  width:58px;
  padding:0;
}

.home-grid{display:grid;grid-template-columns:1fr 370px;gap:32px;margin-top:22px}
.hero{
  height:368px;border-radius:9px;overflow:hidden;position:relative;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.2)),url('assets/img/hero.svg') center/cover;
}
.hero-inner{position:absolute;left:34px;bottom:24px;color:#fff;width:570px}
.badge{display:inline-block;background:var(--rosa);color:#fff;font-size:12px;font-weight:900;padding:6px 9px;border-radius:5px;margin:0 0 12px}
.hero h1{font-family:Georgia,serif;font-size:39px;line-height:.96;margin:0 0 14px}
.hero p{font-size:15px;line-height:1.45;margin:0 0 15px;color:#fff}
.meta{font-size:13px;display:flex;gap:22px;align-items:center}
.dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:12px}
.dots i{width:8px;height:8px;border-radius:50%;background:#fff}.dots i:first-child{background:var(--rosa)}

.side-box{border:1px solid var(--borda);border-radius:9px;background:#fff7fa;padding:18px;margin-bottom:16px}
.side-box h3{color:var(--rosa);text-transform:uppercase;font-size:16px;margin:0 0 14px}
.call{display:flex;gap:14px;align-items:center;margin-bottom:10px}.call .ico{font-size:40px;color:var(--rosa)}
.btn{display:inline-flex;justify-content:center;align-items:center;height:33px;border-radius:50px;background:linear-gradient(90deg,var(--rosa),var(--rosa2));color:#fff;font-weight:900;font-size:12px;padding:0 22px}
.btn.full{width:100%}
.right-banner{display:flex;gap:16px;align-items:center;padding:18px;background:linear-gradient(135deg,#96124d,#dd2c77);color:#fff;border-radius:9px;margin-bottom:16px}
.right-banner .shield{font-size:48px}.right-banner h3{margin:0 0 7px;font-size:16px}.right-banner p{margin:0 0 9px}
.white-btn{background:#fff;color:var(--rosa);border-radius:50px;padding:8px 16px;font-size:12px;font-weight:900;display:inline-block}

.section-title{color:var(--rosa);font-size:16px;text-transform:uppercase;font-weight:900;margin:18px 0 14px;display:flex;gap:7px;align-items:center}
.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-bottom:18px}
.cat{height:70px;border-radius:7px;background:linear-gradient(135deg,#fff,#fff0f6);display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;font-weight:900;font-size:12px;box-shadow:0 6px 20px rgba(0,0,0,.04)}
.cat b{font-size:30px;color:var(--rosa)}

.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:30px}
.card{height:153px;border-radius:8px;overflow:hidden;position:relative;background:#111}
.card img{width:100%;height:100%;object-fit:cover;filter:brightness(.58)}
.card-content{position:absolute;left:17px;right:17px;bottom:13px;color:#fff}
.card-content h3{font-size:16px;line-height:1.08;margin:7px 0}.card-content small{font-size:12px}

.most{background:linear-gradient(180deg,#fff0f6,#fff);border-radius:9px;padding:14px;margin-bottom:16px}
.read{display:grid;grid-template-columns:26px 90px 1fr;gap:11px;align-items:center;margin:12px 0}
.num{width:26px;height:26px;border-radius:50%;background:var(--rosa);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;font-size:13px}
.read img{width:90px;height:57px;object-fit:cover;border-radius:7px}.read h4{font-size:13px;line-height:1.08;margin:0 0 4px}.read span{font-size:11px;color:#777}
.newsletter{background:#fff4f8;border:1px solid var(--borda);border-radius:9px;padding:17px}
.newsletter h3{color:var(--rosa);text-transform:uppercase;margin:0 0 8px;font-size:15px}.newsletter p{font-size:13px}
.newsletter input{height:38px;border:1px solid #eee;border-radius:6px;padding:0 12px;width:100%;margin-bottom:9px}

.single-grid{display:grid;grid-template-columns:1fr 370px;gap:32px;margin-top:32px}
.article{border:1px solid var(--borda);border-radius:12px;padding:35px;background:#fff}
.article h1{font-family:Georgia,serif;font-size:40px;line-height:1.2;margin:0 0 18px}
.article-meta{font-size:14px;color:#444;margin-bottom:18px}
.article img.wp-post-image{border-radius:9px;margin:0 0 22px;max-height:520px;object-fit:cover}
.article-content{font-size:18px;line-height:1.75}.article-content p{margin:0 0 20px}

.archive-list{display:grid;gap:18px}
.archive-card{border:1px solid var(--borda);border-radius:10px;background:#fff;padding:14px;display:grid;grid-template-columns:245px 1fr;gap:18px}
.archive-card img{width:245px;height:150px;object-fit:cover;border-radius:8px}.archive-card h2{font-size:24px;margin:0 0 8px}

.footer{margin-top:28px;background:linear-gradient(90deg,var(--rosa2),var(--rosa3));color:#fff;height:54px;display:flex;align-items:center;font-size:13px}
.footer .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;gap:28px}

@media(max-width:1050px){
  .container{width:calc(100% - 32px)}
  .header{height:auto;padding:20px 0}.header-grid,.home-grid,.single-grid{grid-template-columns:1fr}
  .header-actions{justify-content:center}.nav ul{overflow:auto;justify-content:flex-start}.nav a{white-space:nowrap}
  .categories,.posts-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .logo-title{font-size:32px}.logo-mark{width:76px;height:76px;font-size:48px}
  .categories,.posts-grid{grid-template-columns:1fr}.hero-inner{width:auto;right:24px}.hero h1,.article h1{font-size:30px}
  .archive-card{grid-template-columns:1fr}.archive-card img{width:100%}
  .footer{height:auto;padding:18px 0}.footer .container{flex-direction:column}.footer-links{flex-wrap:wrap;justify-content:center}
}
