
:root{--green:#10391C;--green2:#0B2B16;--yellow:#FFDF5E;--ink:#172018;--muted:#66706A;--line:#DEE5E0;--paper:#F3F6F3;--soft:#E9EFEA;--white:#fff;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}a{text-decoration:none;color:inherit}.accent{height:4px;background:var(--yellow)}
.site-header{background:var(--green);color:#fff;position:sticky;top:0;z-index:50}.header-main{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:42px}.brand{display:flex;align-items:center;gap:18px;min-width:230px}.brand img{width:118px;height:auto;display:block}.brand-copy{border-left:1px solid rgba(255,255,255,.22);padding-left:18px}.brand-copy strong{display:block;font-size:15px;letter-spacing:.16em}.brand-copy span{display:block;font-size:9px;color:rgba(255,255,255,.58);margin-top:4px;white-space:nowrap}
.main-nav{display:grid;grid-template-columns:repeat(4,1fr);flex:1;max-width:760px;border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden}.main-nav a{padding:17px 18px;border-right:1px solid rgba(255,255,255,.1);transition:.2s}.main-nav a:last-child{border-right:0}.main-nav a:hover{background:rgba(255,255,255,.08)}.main-nav strong{display:block;font-size:12px}.main-nav span{display:block;font-size:9px;color:rgba(255,255,255,.56);margin-top:4px}
.hero{position:relative;min-height:520px;background:var(--green) var(--hero-image) center 38%/cover no-repeat;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,18,.84),rgba(9,35,18,.42) 50%,rgba(9,35,18,.08))}.hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}.hero-copy{max-width:650px}.eyebrow{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--yellow);margin-bottom:13px}.eyebrow.dark{color:#2E7548}.eyebrow.light{color:var(--yellow)}h1,h2{margin:0;letter-spacing:-.04em}h1{font-size:clamp(52px,6vw,82px);line-height:.95}h2{font-size:clamp(34px,4vw,52px);line-height:1}.hero-copy p{font-size:17px;color:rgba(255,255,255,.82);margin:18px 0 0}.hero-actions{display:flex;gap:11px;margin-top:28px;flex-wrap:wrap}.btn{min-height:46px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;font-size:12px;font-weight:900}.btn.primary{background:var(--yellow);color:var(--green)}.btn.ghost{border:1px solid rgba(255,255,255,.5);color:#fff}
.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:28px}.section-head p{max-width:440px;margin:0;color:var(--muted);line-height:1.65;font-size:13px}
.developments{background:#fff}.development-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.development-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff;transition:.2s}.development-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,57,28,.08)}.development-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.development-card>div{padding:15px}.development-card span{font-size:8px;letter-spacing:.12em;font-weight:800;color:#627067}.development-card h3{font-size:18px;margin:5px 0 4px}.development-card p{font-size:11px;color:var(--muted);margin:0 0 13px}.development-card b{font-size:10px}
.property-hub{background:var(--paper);padding:38px 0 82px}.property-shell{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 20px 55px rgba(16,57,28,.05)}.property-intro{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:24px}.property-intro p{max-width:500px;color:var(--muted);font-size:13px;line-height:1.65;margin:0}
.search-panel{background:var(--green);padding:16px;border-radius:14px;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr auto;gap:9px;align-items:end}.field label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:rgba(255,255,255,.64);margin-bottom:6px}.field input,.field select{width:100%;height:46px;border:0;border-radius:8px;padding:0 11px;font:600 12px Manrope;background:#fff;color:#223025}.search-panel button{height:46px;border:0;border-radius:8px;background:var(--yellow);color:var(--green);font-weight:900;padding:0 17px;cursor:pointer}.city-shortcuts{display:flex;gap:8px;flex-wrap:wrap;padding:13px 0 30px;border-bottom:1px solid var(--line);margin-bottom:30px}.city-shortcuts button,.city-shortcuts a{border:1px solid #D8E0DA;background:#fff;border-radius:999px;padding:8px 12px;font:700 10px Manrope;color:#4D5E52;cursor:pointer}.city-shortcuts a{margin-left:auto;color:var(--green)}
.properties-head{margin-bottom:16px}.result-count{font-size:12px;color:var(--muted)}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.property-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0;transition:.18s}.property-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,57,28,.08)}.property-card .media{aspect-ratio:4/3;background:#e8ece9;overflow:hidden}.property-card .media img{width:100%;height:100%;object-fit:cover}.property-card .copy{padding:13px}.property-card .location{font-size:8px;font-weight:800;letter-spacing:.07em;color:#58715F;text-transform:uppercase}.property-card h3{font-size:14px;line-height:1.28;margin:6px 0 9px}.property-card .facts{display:flex;gap:8px;flex-wrap:wrap;font-size:9px;color:#758078;margin-bottom:10px}.property-card .price{font-size:18px;font-weight:900;color:var(--green)}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.filter-chip{border:1px solid #D8E0DA;background:#F8FAF8;border-radius:999px;padding:6px 9px;font-size:9px}.load-more-wrap{text-align:center;margin-top:25px}.load-more{border:1px solid #CDD7D0;background:#fff;color:var(--green);border-radius:999px;padding:11px 20px;font-weight:800}
.news-hub{padding:82px 0;background:#fff}.portal-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:28px}.portal-head p{margin:12px 0 0;color:var(--muted);max-width:620px;font-size:13px}.portal-head>a{font-size:11px;font-weight:800}.news-grid{display:grid;grid-template-columns:1.45fr .85fr .85fr;gap:14px}.news-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.news-card img{width:100%;height:180px;object-fit:cover}.news-card:first-child{grid-row:span 2}.news-card:first-child img{height:365px}.news-card .news-copy{padding:15px}.news-card span{font-size:8px;font-weight:800;color:#53705B;letter-spacing:.08em}.news-card h3{font-size:17px;line-height:1.25;margin:5px 0 6px}.news-card:first-child h3{font-size:25px}.news-card p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}

.cta-band{background:var(--green2);color:#fff;padding:62px 0}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.cta-grid p{color:rgba(255,255,255,.66)}.cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;background:var(--yellow);color:var(--green);font-size:11px;font-weight:900}
footer{background:#072311;color:#fff;padding:34px 0}.footer-grid{display:flex;justify-content:space-between;gap:40px;align-items:center}.footer-brand img{width:100px}.footer-brand p{font-size:10px;color:rgba(255,255,255,.55)}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a{font-size:10px;color:rgba(255,255,255,.75)}
.loading,.empty{grid-column:1/-1;padding:34px;border:1px dashed #CBD6CE;border-radius:12px;text-align:center;color:#718078;background:#fff}
@media(max-width:1050px){.header-main{align-items:flex-start;padding:18px 0}.main-nav{grid-template-columns:1fr 1fr}.property-grid{grid-template-columns:repeat(3,1fr)}.news-grid{grid-template-columns:1fr 1fr}.news-card:first-child{grid-column:1/-1;grid-row:auto}.news-card:first-child img{height:330px}.instagram-grid{grid-template-columns:1fr}}
@media(max-width:760px){.wrap{width:min(calc(100% - 28px),var(--max))}.header-main{display:block}.brand{margin-bottom:14px}.brand img{width:104px}.main-nav{max-width:none}.main-nav a{padding:12px}.main-nav span{display:none}.hero,.hero-inner{min-height:470px}.section{padding:54px 0}.section-head,.property-intro,.portal-head{display:block}.section-head p,.property-intro p{margin-top:12px}.development-grid{grid-template-columns:1fr}.property-shell{padding:18px;border-radius:15px}.search-panel{grid-template-columns:1fr 1fr}.field-search{grid-column:1/-1}.search-panel button{grid-column:1/-1}.city-shortcuts a{margin-left:0}.property-grid{grid-template-columns:1fr 1fr;gap:9px}.property-card h3{font-size:13px}.news-grid{grid-template-columns:1fr}.news-card:first-child img,.news-card img{height:220px}.social-cards{grid-template-columns:1fr 1fr}.cta-grid{grid-template-columns:1fr}.footer-grid{display:block}.footer-links{margin-top:20px}}
@media(max-width:460px){.main-nav{grid-template-columns:1fr 1fr}.property-grid{grid-template-columns:1fr}.social-cards{grid-template-columns:1fr 1fr}.brand-copy span{display:none}}

/* =========================================================
   TR4 HOME v0.2.1 — refinamento de hierarquia e TR4 News
   ========================================================= */

/* Header: um pouco mais de respiro vertical na marca */
.header-main{
  min-height:118px;
  padding-top:5px;
  padding-bottom:5px;
}

/* Eyebrows de seção mais presentes */
.section-head .eyebrow,
.property-intro .eyebrow,
.portal-head .eyebrow{
  font-size:12px;
  letter-spacing:.16em;
  margin-bottom:10px;
}

/* Títulos principais um pouco menos agressivos */
.section-head h2{
  font-size:clamp(30px,3.35vw,44px);
}
.property-intro h2{
  font-size:clamp(31px,3.55vw,46px);
}
.portal-head h2{
  font-size:clamp(32px,3.6vw,46px);
}

/* Melhor proporção do bloco de empreendimentos */
.developments .section-head{
  align-items:center;
}
.developments .section-head p{
  max-width:390px;
}

/* Imóveis: título com mais equilíbrio */
.property-intro{
  align-items:center;
}
.property-intro p{
  max-width:470px;
}

/* TR4 News: módulo com mais cara de portal */
.news-hub{
  background:#F5F7F5;
  padding:84px 0 88px;
}
.news-hub .wrap{
  background:#fff;
  border:1px solid #DDE5DF;
  border-radius:20px;
  padding:34px;
  box-shadow:0 18px 48px rgba(16,57,28,.05);
}
.portal-head{
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #E1E7E3;
}
.portal-head p{
  max-width:560px;
  font-size:12.5px;
}
.portal-head>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid #CCD8CF;
  border-radius:999px;
  background:#fff;
  color:#10391C;
  font-size:10px;
  font-weight:900;
}

/* grade editorial mais forte */
.news-grid{
  grid-template-columns:1.35fr .82fr .82fr;
  gap:12px;
}
.news-card{
  border:1px solid #DCE4DE;
  border-radius:13px;
  overflow:hidden;
  box-shadow:0 5px 16px rgba(16,57,28,.035);
  transition:.18s ease;
}
.news-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(16,57,28,.07);
}
.news-card img{
  height:160px;
}
.news-card:first-child{
  grid-row:span 2;
}
.news-card:first-child img{
  height:338px;
}
.news-card .news-copy{
  padding:13px 14px 15px;
}
.news-card span{
  font-size:9px;
  letter-spacing:.1em;
  color:#2F6E44;
}
.news-card h3{
  font-size:15px;
  line-height:1.24;
  margin:6px 0 4px;
}
.news-card:first-child h3{
  font-size:23px;
  line-height:1.18;
}
.news-card p{
  font-size:11px;
  line-height:1.55;
  max-width:94%;
}

/* Mobile */
@media(max-width:760px){
  .header-main{
    padding-top:8px;
    padding-bottom:8px;
  }
  .section-head .eyebrow,
  .property-intro .eyebrow,
  .portal-head .eyebrow{
    font-size:11px;
  }
  .news-hub .wrap{
    padding:18px;
    border-radius:15px;
  }
  .news-card:first-child img,
  .news-card img{
    height:220px;
  }
}

/* =========================================================
   TR4 HOME v0.2.2 — CTA empreendimentos + TR4 News mais forte
   ========================================================= */

/* Bloco de empreendimentos com CTA real */
.developments-head{
  align-items:end;
}
.section-head-side{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.section-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#10391C;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.01em;
  box-shadow:0 10px 24px rgba(16,57,28,.12);
  transition:.18s ease;
}
.section-cta:hover{
  transform:translateY(-1px);
  background:#0B2B16;
}
.developments .section-head p{
  margin:0;
}

/* TR4 NEWS mais presente */
.portal-head .eyebrow{
  font-size:13px;
  letter-spacing:.17em;
}
.portal-head h2{
  font-size:clamp(30px,3.2vw,42px);
}
.portal-head p{
  font-size:13.5px;
  line-height:1.65;
}

/* Cards do portal com leitura maior */
.news-card span{
  font-size:10px;
}
.news-card h3{
  font-size:16px;
  line-height:1.26;
}
.news-card:first-child h3{
  font-size:25px;
  line-height:1.16;
}
.news-card p{
  font-size:13px;
  line-height:1.62;
  color:#5F6C64;
}

/* Primeiro card principal ainda mais editorial */
.news-card:first-child .news-copy{
  padding:16px 16px 18px;
}

@media(max-width:760px){
  .section-head-side{
    margin-top:12px;
  }
  .section-cta{
    min-height:40px;
    padding:0 14px;
  }
  .portal-head .eyebrow{
    font-size:12px;
  }
  .news-card:first-child h3{
    font-size:22px;
  }
  .news-card p{
    font-size:12.5px;
  }
}

/* =========================================================
   TR4 HOME v0.2.3 — menos espaço + Instagram oficial
   ========================================================= */

/* Reduz o vão entre imóveis e portal */
.property-hub{
  padding-bottom:48px;
}
.news-hub{
  padding-top:46px;
  padding-bottom:72px;
}

/* Mobile */
@media(max-width:760px){
  .property-hub{
    padding-bottom:34px;
  }
  .news-hub{
    padding-top:34px;
    padding-bottom:54px;
  }
  .instagram-hub{
    padding:48px 0;
  }
}

/* =========================================================
   TR4 HOME v0.2.4 — hero mais forte + link correto do portal
   ========================================================= */

/* Hero: aumentar textos de apoio e botões */
.hero-copy .eyebrow{
  font-size:11.5px;
  letter-spacing:.18em;
  margin-bottom:16px;
}
.hero-copy p{
  font-size:18px;
  line-height:1.55;
  margin:0 0 28px;
  color:rgba(255,255,255,.84);
}
.hero-actions{
  gap:12px;
}
.btn{
  min-height:48px;
  padding:0 18px;
  font-size:11px;
  font-weight:900;
}
.btn.ghost{
  padding:0 20px;
  border-width:1.5px;
}

/* portal button mantém presença */
.portal-head > a{
  white-space:nowrap;
}

@media(max-width:760px){
  .hero-copy .eyebrow{
    font-size:10.5px;
  }
  .hero-copy p{
    font-size:16px;
    margin-bottom:22px;
  }
  .btn{
    min-height:44px;
    padding:0 15px;
    font-size:10px;
  }
  .btn.ghost{
    padding:0 16px;
  }
}
\n\n/* TR4 HOME v0.2.5 — CTAs de saída para os hubs */\n.hub-cta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;background:#10391C;color:#fff;border-radius:10px;box-shadow:0 14px 32px rgba(16,57,28,.13);transition:.18s ease}.hub-cta:hover{transform:translateY(-2px);background:#0B2B16}.hub-cta span{font-size:12px;color:rgba(255,255,255,.76)}.hub-cta strong{font-size:16px;font-weight:800}.hub-cta b,.news-cta b{font-size:18px;margin-left:6px}.news-cta{display:flex!important;flex-direction:column;align-items:flex-start;gap:5px;min-width:280px;padding:17px 20px;background:#10391C;color:#fff!important;border-radius:9px;box-shadow:0 12px 28px rgba(16,57,28,.12);transition:.18s ease}.news-cta:hover{transform:translateY(-2px);background:#0B2B16}.news-cta span{font-size:9px;font-weight:600;color:rgba(255,255,255,.72);line-height:1.35}.news-cta strong{font-size:14px;font-weight:850}.portal-head>.news-cta{font-size:inherit}\n@media(max-width:760px){.hub-cta{display:block;padding:19px 20px}.hub-cta span{display:block;margin-bottom:6px}.hub-cta strong{font-size:15px}.news-cta{margin-top:20px;min-width:0;width:100%}}\n
/* TR4 HOME — Footer institucional padrão */
.tr4-main-footer{background:#10391C;color:#fff;position:relative}
.tr4-main-footer *{box-sizing:border-box}
.tr4-main-footer a{color:#fff;text-decoration:none}
.tr4-footer-accent{height:4px;background:#FFDF5E}
.tr4-footer-inner{padding:52px 0 28px}
.tr4-footer-main{display:grid;grid-template-columns:1.25fr .7fr 1fr;gap:60px;align-items:start}
.tr4-main-footer .tr4-footer-brand img{display:block;width:135px;max-width:100%;height:auto;margin:0 0 20px}
.tr4-main-footer .tr4-footer-brand h3{color:#fff;font-size:16px;line-height:1.3;font-weight:700;margin:0 0 7px}
.tr4-footer-creci{display:inline-block;color:rgba(255,255,255,.82);font-size:10px;line-height:1;font-weight:700;letter-spacing:.10em;margin:0 0 15px}
.tr4-main-footer .tr4-footer-brand p{color:rgba(255,255,255,.60);font-size:11px;line-height:1.7;margin:0;max-width:320px}
.tr4-footer-title{color:rgba(255,255,255,.45);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;margin:0 0 19px}
.tr4-main-footer .tr4-footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.tr4-main-footer .tr4-footer-links a{color:rgba(255,255,255,.82);font-size:12px;font-weight:600;transition:.2s ease}
.tr4-main-footer .tr4-footer-links a:hover{color:#fff;transform:translateX(3px)}
.tr4-corretor{padding:23px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.045);border-radius:10px}
.tr4-corretor-label{display:block;color:#FFDF5E;font-size:9px;font-weight:800;line-height:1;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}
.tr4-corretor strong{display:block;color:#fff;font-size:15px;font-weight:700;margin-bottom:7px}
.tr4-corretor p{color:rgba(255,255,255,.60);font-size:10px;line-height:1.6;margin:0 0 15px}
.tr4-corretor-pendente{display:block;padding:12px 14px;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.62);font-size:10px;font-weight:700;text-align:center}
.tr4-footer-bottom{margin-top:46px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);display:flex;align-items:center;justify-content:space-between;gap:20px}
.tr4-footer-bottom span{color:rgba(255,255,255,.43);font-size:9px;line-height:1.5}
@media(max-width:850px){.tr4-footer-main{grid-template-columns:1fr 1fr;gap:38px}.tr4-corretor{grid-column:1/-1}}
@media(max-width:560px){.tr4-footer-inner{padding:34px 0 24px}.tr4-footer-main{grid-template-columns:1fr;gap:34px}.tr4-corretor{grid-column:auto}.tr4-main-footer .tr4-footer-brand img{width:120px}.tr4-footer-bottom{margin-top:32px;display:block}.tr4-footer-bottom span{display:block;margin-bottom:7px}}


/* =========================================================
   TR4 HOME v0.2.7 — mobile header + CTAs + footer
   ========================================================= */

/* CTAs dos hubs com contraste permanente */
.hub-cta-developments{
  background:#FFDF5E !important;
  color:#10391C !important;
  border:1px solid #E7C946;
  box-shadow:0 12px 26px rgba(16,57,28,.12);
}
.hub-cta-developments span,
.hub-cta-developments strong,
.hub-cta-developments b{
  color:#10391C !important;
}
.hub-cta-developments:hover{
  background:#F4D54F !important;
}

.news-cta{
  background:#10391C !important;
  color:#fff !important;
  border:1px solid #10391C !important;
  box-shadow:0 10px 24px rgba(16,57,28,.14) !important;
}
.news-cta span,
.news-cta strong,
.news-cta b{
  color:#fff !important;
}
.news-cta:hover{
  background:#0B2B16 !important;
  color:#fff !important;
}

/* CTA de atendimento vira faixa clara antes do footer */
.cta-band{
  background:#E7EFE9;
  color:#10391C;
  border-top:1px solid #D8E3DB;
  border-bottom:1px solid #D8E3DB;
}
.cta-grid p{
  color:#52645A;
}
.cta-band .eyebrow.light{
  color:#2E7548;
}
.cta-button{
  background:#10391C;
  color:#fff;
  box-shadow:0 10px 22px rgba(16,57,28,.12);
}
.cta-button:hover{
  background:#0B2B16;
}

/* Área do corretor agora funciona como CTA real */
.tr4-corretor{
  display:block;
  transition:.18s ease;
}
.tr4-corretor:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.075);
  border-color:rgba(255,223,94,.45);
}
.tr4-corretor-pendente{
  border-color:rgba(255,223,94,.38);
  color:#FFDF5E;
  background:rgba(255,223,94,.05);
}

/* Mobile header reconstruído: marca central + menu limpo em 3 colunas */
@media(max-width:760px){
  .site-header{
    position:sticky;
    top:0;
  }
  .header-main{
    display:flex !important;
    flex-direction:column;
    align-items:stretch !important;
    gap:10px;
    padding:12px 0 11px !important;
    min-height:0 !important;
  }
  .brand{
    width:100%;
    min-width:0;
    margin:0 !important;
    justify-content:center;
    gap:12px;
  }
  .brand img{
    width:82px !important;
    margin:0;
  }
  .brand-copy{
    padding-left:12px;
    border-left:1px solid rgba(255,255,255,.22);
  }
  .brand-copy strong{
    font-size:12px;
    letter-spacing:.12em;
  }
  .brand-copy span{
    display:block !important;
    font-size:7.5px;
    white-space:normal;
    line-height:1.35;
    max-width:150px;
  }
  .main-nav{
    width:100%;
    max-width:none;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    border-radius:9px;
  }
  .main-nav a{
    min-width:0;
    padding:10px 7px !important;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.10);
  }
  .main-nav strong{
    font-size:9.5px;
    line-height:1.2;
    white-space:normal;
  }
  .main-nav span{
    display:none !important;
  }

  /* CTAs de saída ocupam largura útil e não somem */
  .hub-cta{
    width:100%;
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    padding:16px 17px !important;
  }
  .hub-cta span{
    margin:0 !important;
    font-size:10px;
  }
  .hub-cta strong{
    font-size:14px !important;
  }
  .news-cta{
    width:100% !important;
    min-width:0 !important;
    margin-top:16px !important;
    padding:15px 16px !important;
  }
  .news-cta span{
    font-size:9.5px !important;
  }
  .news-cta strong{
    font-size:14px !important;
  }

  .cta-band{
    padding:44px 0;
  }
}

@media(max-width:420px){
  .brand img{width:74px !important}
  .brand-copy span{font-size:7px;max-width:130px}
  .main-nav strong{font-size:9px}
}

/* v0.2.8 — CTA Empreendimentos corrigido */
.developments-footer-cta{
  display:flex;
  justify-content:flex-start;
  margin-top:16px;
}
.developments-footer-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#FFDF5E;
  color:#10391C;
  font-size:11px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 20px rgba(16,57,28,.10);
}
.developments-footer-cta a:hover{
  transform:translateY(-1px);
}
@media(max-width:760px){
  .developments-footer-cta{
    justify-content:center;
  }
  .developments-footer-cta a{
    width:100%;
    max-width:320px;
  }
}

/* =========================================================
   TR4 HOME v0.2.9 — alinhamentos e CTAs refinados
   ========================================================= */

/* Head de empreendimentos mais limpo */
.developments-head{
  align-items:flex-end;
  margin-bottom:24px;
}
.section-head-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-end;
  gap:0;
}
.section-head-side p{
  max-width:360px;
  text-align:right;
  margin:0;
}

/* Remove o CTA duplicado do topo se existir */
.section-head-side .section-cta{
  display:none !important;
}

/* CTA final de empreendimentos: centralizado e elegante */
.developments-footer-cta{
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.developments-footer-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:#10391C;
  color:#fff;
  border:1px solid rgba(16,57,28,.06);
  box-shadow:0 10px 24px rgba(16,57,28,.12);
  font-size:12px;
  font-weight:900;
  line-height:1;
  transition:.18s ease;
}
.developments-footer-cta a b{
  font-size:16px;
  margin-left:2px;
}
.developments-footer-cta a:hover{
  transform:translateY(-1px);
  background:#0B2B16;
}

/* TR4 News CTA: corrigido visualmente */
.portal-head{
  align-items:center;
}
.portal-head .news-cta{
  display:flex !important;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  min-width:250px;
  min-height:58px;
  padding:12px 18px;
  border-radius:999px;
  background:#10391C !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 10px 24px rgba(16,57,28,.12);
  transition:.18s ease;
}
.portal-head .news-cta:hover{
  transform:translateY(-1px);
  background:#0B2B16 !important;
}
.portal-head .news-cta span{
  color:rgba(255,255,255,.72) !important;
  font-size:9.5px;
  font-weight:700;
  line-height:1.35;
}
.portal-head .news-cta strong{
  color:#fff !important;
  font-size:13px;
  font-weight:900;
  line-height:1.15;
}
.portal-head .news-cta b{
  font-size:16px;
  margin-left:4px;
}

/* Portal cards: garantir legibilidade */
.news-grid{
  align-items:stretch;
}
.news-card{
  min-width:0;
}
.news-card h3{
  word-break:normal;
  overflow-wrap:anywhere;
}
.news-card p{
  max-width:100%;
}

/* Mobile: corrigir quebra do portal e alinhar melhor os botões */
@media(max-width:760px){
  .section-head-side{
    align-items:flex-start;
    margin-top:10px;
  }
  .section-head-side p{
    text-align:left;
    max-width:none;
  }
  .developments-footer-cta{
    justify-content:stretch;
    margin-top:16px;
  }
  .developments-footer-cta a{
    width:100%;
  }

  .portal-head .news-cta{
    width:100%;
    min-width:0;
    border-radius:14px;
    padding:13px 16px;
    margin-top:14px;
  }

  .news-grid{
    grid-template-columns:1fr !important;
    gap:12px;
  }
  .news-card,
  .news-card:first-child{
    grid-row:auto !important;
    grid-column:auto !important;
  }
  .news-card img,
  .news-card:first-child img{
    width:100%;
    height:220px !important;
    object-fit:cover;
  }
  .news-card .news-copy,
  .news-card:first-child .news-copy{
    padding:14px;
  }
  .news-card h3,
  .news-card:first-child h3{
    font-size:16px !important;
    line-height:1.28 !important;
  }
  .news-card p,
  .news-card:first-child p{
    font-size:13px !important;
    line-height:1.55 !important;
  }
}


/* =========================================================
   TR4 HOME v0.3.0 — header mobile refinado
   ========================================================= */
@media(max-width:760px){
  .site-header{
    padding-bottom:2px;
  }
  .header-main{
    display:block !important;
    min-height:auto;
    padding-top:12px;
    padding-bottom:14px;
  }
  .brand{
    width:100%;
    min-width:0;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:16px;
  }
  .brand img{
    width:128px !important;
  }
  .brand-copy{
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,.24);
  }
  .brand-copy strong{
    font-size:18px;
    letter-spacing:.16em;
    line-height:1;
  }
  .brand-copy span{
    display:block !important;
    font-size:11px;
    line-height:1.35;
    margin-top:6px;
    color:rgba(255,255,255,.72);
    white-space:normal;
    max-width:190px;
  }
  .main-nav{
    max-width:none;
    width:100%;
    border-radius:14px;
  }
  .main-nav a{
    padding:14px 12px;
  }
  .main-nav strong{
    font-size:12.5px;
  }
}

@media(max-width:460px){
  .brand{
    gap:18px;
  }
  .brand img{
    width:120px !important;
  }
  .brand-copy{
    padding-left:18px;
  }
  .brand-copy strong{
    font-size:17px;
  }
  .brand-copy span{
    display:block !important;
    font-size:10.5px;
    max-width:170px;
  }
  .main-nav{
    grid-template-columns:repeat(3,1fr);
  }
  .main-nav a{
    padding:13px 10px;
  }
}


/* =========================================================
   TR4 HOME v0.3.1 — menu mais legível
   ========================================================= */
.main-nav{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
}
.main-nav a{
  padding:20px 20px;
}
.main-nav strong{
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  color:#FFFFFF;
}
.main-nav span{
  font-size:11px;
  line-height:1.35;
  color:rgba(255,255,255,.78);
  margin-top:6px;
}

@media(max-width:760px){
  .main-nav{
    width:100%;
    border-radius:14px;
    background:rgba(255,255,255,.02);
  }
  .main-nav a{
    min-height:62px;
    padding:16px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .main-nav strong{
    font-size:16px;
    line-height:1.15;
  }
  .main-nav span{
    display:none !important;
  }
}

@media(max-width:460px){
  .main-nav a{
    min-height:60px;
    padding:14px 8px;
  }
  .main-nav strong{
    font-size:15px;
  }
}

/* =========================================================
   TR4 HOME v0.3.2 — menu mobile reorganizado
   ========================================================= */
@media(max-width:760px){
  .main-nav{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:0;
    width:100%;
    overflow:hidden;
    border-radius:14px;
  }

  .main-nav a{
    min-height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px 12px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.13);
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .main-nav a:nth-child(2){
    border-right:0;
  }

  .main-nav a:nth-child(3){
    grid-column:1 / -1;
    border-right:0;
    border-bottom:0;
  }

  .main-nav strong{
    font-size:16px;
    line-height:1.15;
    white-space:normal;
  }
}

@media(max-width:460px){
  .main-nav strong{
    font-size:15.5px;
  }

  .main-nav a{
    min-height:60px;
    padding:13px 10px;
  }
}

/* =========================================================
   TR4 HOME v0.3.3 — cabeçalho mobile redesenhado
   ========================================================= */
@media(max-width:760px){
  .site-header{
    background:linear-gradient(180deg,#0B4A1C 0%, #0A4019 100%);
    padding-bottom:12px;
    box-shadow:0 10px 28px rgba(0,0,0,.10);
  }

  .header-main{
    display:block !important;
    padding-top:14px;
    padding-bottom:10px;
  }

  .brand{
    width:100%;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin:0 auto 18px;
  }

  .brand img{
    width:116px !important;
    height:auto;
    flex:0 0 auto;
  }

  .brand-copy{
    padding-left:18px;
    border-left:1px solid rgba(255,255,255,.22);
  }

  .brand-copy strong{
    font-size:18px;
    line-height:1;
    letter-spacing:.16em;
    color:#fff;
  }

  .brand-copy span{
    display:block !important;
    margin-top:7px;
    max-width:170px;
    font-size:11px;
    line-height:1.35;
    color:rgba(255,255,255,.80);
    white-space:normal;
  }

  /* menu mobile totalmente refeito */
  .main-nav{
    display:flex !important;
    flex-direction:column !important;
    gap:10px;
    width:100%;
    max-width:none;
    padding:0;
    border:0 !important;
    background:transparent !important;
    border-radius:0;
    box-shadow:none;
    overflow:visible;
  }

  .main-nav a,
  .main-nav a:nth-child(1),
  .main-nav a:nth-child(2),
  .main-nav a:nth-child(3){
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:58px;
    padding:0 18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:14px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.14) !important;
    border-bottom:1px solid rgba(255,255,255,.14) !important;
    grid-column:auto !important;
  }

  .main-nav strong{
    font-size:19px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    letter-spacing:-0.01em;
    white-space:normal;
  }

  .main-nav span{
    display:none !important;
  }
}

@media(max-width:460px){
  .site-header{
    padding-bottom:10px;
  }

  .brand{
    gap:16px;
    margin-bottom:16px;
  }

  .brand img{
    width:108px !important;
  }

  .brand-copy{
    padding-left:16px;
  }

  .brand-copy strong{
    font-size:17px;
  }

  .brand-copy span{
    max-width:160px;
    font-size:10.5px;
  }

  .main-nav{
    gap:9px;
  }

  .main-nav a{
    min-height:56px;
    padding:0 14px;
  }

  .main-nav strong{
    font-size:17px;
  }
}

/* =========================================================
   TR4 HOME v0.3.4 — respiro vertical da logo no mobile
   ========================================================= */
@media(max-width:760px){
  .brand{
    margin-top:8px;
    margin-bottom:20px;
  }

  .brand img{
    margin-top:4px;
    margin-bottom:4px;
  }
}

@media(max-width:460px){
  .brand{
    margin-top:6px;
    margin-bottom:18px;
  }

  .brand img{
    margin-top:3px;
    margin-bottom:3px;
  }
}

/* =========================================================
   TR4 HOME v0.3.5 — header mobile compacto com hambúrguer
   ========================================================= */

/* Toggle escondido no desktop */
.nav-toggle{
  display:none;
}

/* Mobile */
@media(max-width:760px){
  .site-header{
    position:sticky;
    top:0;
    z-index:60;
    background:linear-gradient(180deg,#0B4A1C 0%, #0A4019 100%);
    box-shadow:0 8px 22px rgba(0,0,0,.08);
  }

  .header-main{
    display:flex !important;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:10px 12px;
    min-height:auto;
    padding-top:10px;
    padding-bottom:10px;
  }

  .brand{
    width:auto;
    flex:1 1 auto;
    justify-content:flex-start;
    gap:14px;
    margin:4px 0 6px !important;
    min-width:0;
  }

  .brand img{
    width:86px !important;
    margin:0 !important;
  }

  .brand-copy{
    padding-left:14px;
    border-left:1px solid rgba(255,255,255,.20);
  }

  .brand-copy strong{
    font-size:15px;
    line-height:1;
    letter-spacing:.14em;
  }

  .brand-copy span{
    max-width:none;
    font-size:10px;
    line-height:1.3;
    margin-top:5px;
    color:rgba(255,255,255,.80);
  }

  .nav-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-width:104px;
    min-height:46px;
    padding:0 16px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:14px;
    font-weight:800;
  }

  .nav-toggle-text{
    line-height:1;
  }

  .nav-toggle-icon,
  .nav-toggle-icon::before,
  .nav-toggle-icon::after{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:#fff;
    transition:.2s ease;
    content:"";
  }

  .nav-toggle-icon{
    position:relative;
  }

  .nav-toggle-icon::before{
    position:absolute;
    top:-6px;
    left:0;
  }

  .nav-toggle-icon::after{
    position:absolute;
    top:6px;
    left:0;
  }

  .site-header.nav-open .nav-toggle-icon{
    background:transparent;
  }

  .site-header.nav-open .nav-toggle-icon::before{
    top:0;
    transform:rotate(45deg);
  }

  .site-header.nav-open .nav-toggle-icon::after{
    top:0;
    transform:rotate(-45deg);
  }

  .main-nav{
    order:3;
    width:100%;
    max-width:none;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px;
    margin-top:4px;
    padding-top:4px;
    border:0 !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:hidden;
    max-height:0;
    opacity:0;
    pointer-events:none;
    transition:max-height .24s ease, opacity .2s ease;
  }

  .site-header.nav-open .main-nav{
    max-height:260px;
    opacity:1;
    pointer-events:auto;
  }

  .main-nav a,
  .main-nav a:nth-child(1),
  .main-nav a:nth-child(2),
  .main-nav a:nth-child(3){
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 16px;
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:12px;
    background:rgba(255,255,255,.04);
    text-align:center;
    border-right:1px solid rgba(255,255,255,.14) !important;
    border-bottom:1px solid rgba(255,255,255,.14) !important;
    grid-column:auto !important;
  }

  .main-nav strong{
    font-size:17px;
    line-height:1.15;
    color:#fff;
  }

  .main-nav span{
    display:none !important;
  }
}

@media(max-width:460px){
  .header-main{
    padding-top:9px;
    padding-bottom:9px;
    gap:8px 10px;
  }

  .brand{
    gap:12px;
    margin:2px 0 4px !important;
  }

  .brand img{
    width:78px !important;
  }

  .brand-copy{
    padding-left:12px;
  }

  .brand-copy strong{
    font-size:14px;
  }

  .brand-copy span{
    font-size:9.5px;
    margin-top:4px;
  }

  .nav-toggle{
    min-width:96px;
    min-height:42px;
    padding:0 14px;
    font-size:13px;
  }

  .main-nav a{
    min-height:48px;
    padding:0 14px;
  }

  .main-nav strong{
    font-size:16px;
  }
}

/* =========================================================
   TR4 HOME v0.3.6 — cabeçalho mobile equilibrado
   ========================================================= */
@media(max-width:760px){
  .site-header{
    padding-bottom:4px;
  }

  .header-main{
    justify-content:center !important;
    gap:8px 0 !important;
    padding-top:12px !important;
    padding-bottom:6px !important;
  }

  .brand{
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    gap:18px !important;
    margin:10px 0 14px !important;
  }

  .brand img{
    width:102px !important;
    height:auto;
    margin:0 !important;
  }

  .brand-copy{
    padding-left:18px !important;
    border-left:1px solid rgba(255,255,255,.24) !important;
    text-align:left;
  }

  .brand-copy strong{
    font-size:17px !important;
    line-height:1 !important;
    letter-spacing:.16em !important;
  }

  .brand-copy span{
    font-size:11px !important;
    line-height:1.35 !important;
    margin-top:7px !important;
    max-width:210px !important;
    color:rgba(255,255,255,.82) !important;
  }

  .nav-toggle{
    width:100% !important;
    min-height:54px !important;
    padding:0 18px !important;
    border-radius:14px !important;
    font-size:16px !important;
    font-weight:800 !important;
    margin-top:0 !important;
    margin-bottom:6px !important;
  }

  .nav-toggle-text{
    font-size:16px !important;
    font-weight:800 !important;
  }

  .nav-toggle-icon,
  .nav-toggle-icon::before,
  .nav-toggle-icon::after{
    width:22px !important;
    height:2.5px !important;
  }

  .main-nav{
    margin-top:2px !important;
    padding-top:2px !important;
  }

  .site-header.nav-open .main-nav{
    max-height:260px;
  }

  .main-nav a{
    min-height:52px !important;
  }
}

@media(max-width:460px){
  .header-main{
    padding-top:11px !important;
    padding-bottom:5px !important;
  }

  .brand{
    gap:16px !important;
    margin:8px 0 13px !important;
  }

  .brand img{
    width:96px !important;
  }

  .brand-copy{
    padding-left:16px !important;
  }

  .brand-copy strong{
    font-size:16px !important;
  }

  .brand-copy span{
    font-size:10.5px !important;
    max-width:190px !important;
  }

  .nav-toggle{
    min-height:52px !important;
    font-size:15px !important;
    margin-bottom:4px !important;
  }

  .nav-toggle-text{
    font-size:15px !important;
  }
}

/* =========================================================
   TR4 HOME v0.3.7 — enquadramento do hero ajustado
   ========================================================= */

/* desktop */
.hero{
  background-position: 74% 60% !important;
}
.hero-inner{
  min-height: 500px;
}

/* telas grandes */
@media(min-width:1200px){
  .hero{
    background-position: 76% 62% !important;
  }
}

/* tablet */
@media(max-width:1024px){
  .hero{
    background-position: 72% 58% !important;
  }
}

/* mobile */
@media(max-width:760px){
  .hero{
    background-position: 76% 58% !important;
  }
  .hero-inner{
    min-height: 560px;
  }
}

/* mobile pequeno */
@media(max-width:460px){
  .hero{
    background-position: 78% 60% !important;
  }
  .hero-inner{
    min-height: 540px;
  }
}


/* =========================================================
   TR4 HOME v0.3.8 — cards de empreendimentos mais comerciais
   Baseados no acervo estruturado da Home de Empreendimentos
   ========================================================= */

.development-grid-commercial{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:20px !important;
}

.development-card-commercial{
  display:flex !important;
  flex-direction:column;
  min-height:100%;
  border-radius:0 !important;
  border:1px solid rgba(16,57,28,.14) !important;
  border-top:3px solid #FDDD5D !important;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(16,57,28,.055);
  color:#10391C;
}

.development-card-commercial:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(16,57,28,.11);
}

.development-card-commercial .development-media{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef2ee;
}

.development-card-commercial .development-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.development-card-commercial:hover .development-media img{
  transform:scale(1.018);
}

.development-card-commercial .development-copy{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 18px 16px;
}

.development-card-commercial .development-location{
  display:block;
  color:#2d7551;
  font-size:9px;
  line-height:1.25;
  letter-spacing:.13em;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:7px;
}

.development-card-commercial h3{
  font-size:21px !important;
  line-height:1.12;
  letter-spacing:-.035em;
  margin:0 0 9px !important;
  color:#10391C;
}

.development-card-commercial p{
  font-size:12px !important;
  line-height:1.58;
  color:#5d6a61 !important;
  margin:0 0 15px !important;
  min-height:58px;
}

.development-card-commercial .development-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px 11px;
  padding:12px 0;
  margin-top:auto;
  border-top:1px solid rgba(16,57,28,.10);
  border-bottom:1px solid rgba(16,57,28,.10);
}

.development-card-commercial .development-facts span{
  display:inline-flex;
  align-items:center;
  color:#59685e;
  font-size:9px !important;
  line-height:1.25;
  letter-spacing:.015em !important;
  font-weight:700 !important;
}

.development-card-commercial .development-facts span::before{
  content:"";
  width:5px;
  height:5px;
  flex:0 0 5px;
  margin-right:6px;
  background:#FDDD5D;
}

.development-card-commercial .development-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:14px;
  padding:13px 14px;
  background:#10391C;
  color:#fff;
}

.development-card-commercial .development-action strong{
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:850;
}

.development-card-commercial .development-action b{
  color:#FDDD5D;
  font-size:16px;
  font-weight:700;
}

@media(max-width:980px){
  .development-grid-commercial{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:620px){
  .development-grid-commercial{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .development-card-commercial .development-copy{
    padding:16px;
  }
  .development-card-commercial h3{
    font-size:20px !important;
  }
  .development-card-commercial p{
    min-height:0;
    font-size:12px !important;
  }
  .development-card-commercial .development-action{
    margin-top:12px;
  }
}


/* =========================================================
   TR4 HOME v0.3.9 — TR4 News como vitrine editorial 1 + 3
   ========================================================= */
.news-hub{
  padding:78px 0 84px !important;
  background:#F7F9F6 !important;
  border-top:1px solid rgba(16,57,28,.08);
}
.portal-head-editorial{
  align-items:flex-end !important;
  margin-bottom:28px !important;
}
.portal-head-editorial h2{
  max-width:720px;
  color:#10391C;
}
.portal-head-editorial p{
  max-width:720px !important;
  font-size:13px !important;
  line-height:1.6;
}
.news-editorial-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  color:#10391C !important;
  border-bottom:2px solid #FDDD5D;
  padding:8px 0;
  font-size:11px !important;
  font-weight:850 !important;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.news-editorial-link b{color:#10391C;font-size:15px}

.news-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr) !important;
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:12px !important;
}
.news-card{
  border:1px solid rgba(16,57,28,.12) !important;
  border-radius:0 !important;
  background:#fff !important;
  overflow:hidden;
  box-shadow:none !important;
  color:#10391C;
  min-width:0;
}
.news-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(16,57,28,.07) !important;
}
.news-lead{
  grid-column:1;
  grid-row:1 / span 3 !important;
  display:flex;
  flex-direction:column;
  border-top:3px solid #FDDD5D !important;
}
.news-lead .news-media{
  height:355px;
  overflow:hidden;
}
.news-lead .news-media img{
  width:100%;
  height:100% !important;
  object-fit:cover;
}
.news-lead .news-copy{
  padding:22px 24px 23px !important;
}
.news-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.news-meta span{
  color:#347252 !important;
  font-size:9px !important;
  font-weight:850 !important;
  letter-spacing:.14em !important;
}
.news-meta time{
  color:#7A877F;
  font-size:9px;
  text-transform:uppercase;
}
.news-lead h3{
  color:#10391C;
  font-size:28px !important;
  line-height:1.12 !important;
  letter-spacing:-.035em;
  margin:0 0 10px !important;
}
.news-lead p{
  display:block !important;
  color:#5E6B63 !important;
  font-size:13px !important;
  line-height:1.62 !important;
  margin:0 0 17px !important;
  max-width:680px;
}
.news-read{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:#10391C;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-bottom:2px solid #FDDD5D;
  padding-bottom:4px;
}
.news-read b{font-size:14px}

.news-side{
  grid-column:2;
  display:grid !important;
  grid-template-columns:132px minmax(0,1fr);
  min-height:126px;
}
.news-side .news-media{
  width:132px;
  height:100%;
  min-height:126px;
  overflow:hidden;
}
.news-side .news-media img{
  width:100%;
  height:100% !important;
  object-fit:cover;
}
.news-side .news-copy{
  padding:15px 16px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-side h3{
  color:#10391C;
  font-size:15px !important;
  line-height:1.27 !important;
  margin:0 !important;
  letter-spacing:-.02em;
}
.news-side p{display:none !important}

@media(max-width:900px){
  .news-grid{
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto !important;
  }
  .news-lead{
    grid-column:1 / -1 !important;
    grid-row:auto !important;
  }
  .news-side{
    grid-column:auto;
    display:block !important;
  }
  .news-side .news-media{
    width:100%;
    height:180px;
  }
}
@media(max-width:620px){
  .news-hub{padding:54px 0 58px !important}
  .portal-head-editorial{display:block !important}
  .news-editorial-link{margin-top:16px}
  .news-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .news-lead{
    grid-column:auto !important;
  }
  .news-lead .news-media{height:230px}
  .news-lead .news-copy{padding:17px !important}
  .news-lead h3{font-size:21px !important}
  .news-lead p{
    font-size:12px !important;
    line-height:1.55 !important;
  }
  .news-side{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr);
    min-height:104px;
  }
  .news-side .news-media{
    width:112px;
    height:104px;
    min-height:104px;
  }
  .news-side .news-copy{padding:11px 12px !important}
  .news-side h3{font-size:14px !important}
  .news-side .news-meta time{display:none}
}

/* TR4 HOME v0.4.1 — expansão real do portal TR4 News */
.news-more{margin-top:26px;padding-top:22px;border-top:1px solid rgba(16,57,28,.14)}
.news-more-head{display:flex;align-items:baseline;gap:14px;margin-bottom:14px}
.news-more-head span{color:#347252;font-size:9px;font-weight:850;letter-spacing:.14em}
.news-more-head strong{color:#10391C;font-size:17px;letter-spacing:-.02em}
.news-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px}
.news-more-card{display:grid;grid-template-columns:104px minmax(0,1fr);min-height:92px;color:#10391C;background:#fff;border-bottom:1px solid rgba(16,57,28,.12);transition:transform .2s ease}
.news-more-card:hover{transform:translateY(-2px)}
.news-more-media{width:104px;height:92px;overflow:hidden;background:#e9eeea}
.news-more-media img{width:100%;height:100%;object-fit:cover}
.news-more-copy{padding:10px 10px 10px 13px}
.news-more-copy .news-meta{margin-bottom:5px}
.news-more-copy h3{margin:0;color:#10391C;font-size:13px;line-height:1.28;letter-spacing:-.015em}
.news-coverage{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;margin-top:26px;padding:16px 0;border-top:1px solid rgba(16,57,28,.12);border-bottom:1px solid rgba(16,57,28,.12)}
.news-coverage span{color:#347252;font-size:9px;font-weight:850;letter-spacing:.14em}
.news-coverage a{color:#10391C;font-size:11px;font-weight:750}
.news-portal-cta{display:flex;justify-content:flex-end;margin-top:18px}
.news-portal-cta a{display:flex;align-items:center;gap:15px;color:#10391C}
.news-portal-cta span{font-size:9px;font-weight:850;letter-spacing:.14em;color:#347252}
.news-portal-cta strong{font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #FDDD5D;padding-bottom:4px}
.news-portal-cta b{font-size:15px}
@media(max-width:980px){.news-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
 .news-more{margin-top:20px;padding-top:18px}.news-more-head{display:block}.news-more-head strong{display:block;margin-top:4px}
 .news-more-grid{grid-template-columns:1fr;gap:0}.news-more-card{grid-template-columns:96px minmax(0,1fr);min-height:86px}
 .news-more-media{width:96px;height:86px}.news-more-copy{padding:9px 10px 9px 12px}.news-more-copy h3{font-size:13px}
 .news-coverage{gap:10px 15px;margin-top:20px}.news-coverage span{width:100%}.news-portal-cta{justify-content:flex-start}
}
