/* Final layout polish, scoped to Representantes. Page content remains unchanged. */
.representatives-page .shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.representatives-page .section{padding-block:clamp(64px,6vw,96px)}
.representatives-page .hero{min-height:clamp(560px,62vw,720px);align-items:center}
.representatives-page .hero-copy{max-width:650px;padding-block:clamp(40px,6vw,80px)}
.representatives-page .hero-copy h1{max-width:620px}
.representatives-page .hero-copy p{max-width:570px;line-height:1.65}
.representatives-page .hero-actions{gap:14px;align-items:center;flex-wrap:wrap}
.representatives-page .btn{min-height:46px;padding:13px 20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}
.representatives-page .site-header .nav-operations{display:none}.representatives-page .site-header .nav-cta{background:transparent;color:#063a45!important;border-color:#063a45}.representatives-page .site-header .nav-cta:hover{background:#063a45;color:#fff!important}
.representatives-page .site-footer .footer-signature strong span:last-child{color:#82b946}
.representatives-page .social-links a:last-child svg{display:none}.representatives-page .social-links a:last-child::before{content:'▶';display:grid;place-items:center;width:24px;height:24px;font-size:11px;color:#fff}
.representatives-page .steps,.representatives-page .offer-grid,.representatives-page .profile-grid,.representatives-page .people-grid{align-items:stretch;gap:20px}
.representatives-page .steps>*,.representatives-page .offer-grid>*,.representatives-page .profile-grid>*,.representatives-page .people-grid>*{min-width:0}
.representatives-page .steps>*,.representatives-page .offer-grid>*,.representatives-page .profile-grid>*{height:100%}
.representatives-page .section h2{max-width:780px}
.representatives-page .section p{line-height:1.65}
.representatives-page .micro,.representatives-page .section small{font-size:.9rem;line-height:1.5}
.representatives-page .section-cta,.representatives-page .band-inner{gap:28px;align-items:center}
.representatives-page .faq{gap:0}
.representatives-page .faq details{padding:0;border-top:1px solid currentColor}
.representatives-page .faq details:last-child{border-bottom:1px solid currentColor}
.representatives-page .faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;padding:16px 4px;cursor:pointer}
.representatives-page .faq summary:focus-visible,.representatives-page .btn:focus-visible{outline:3px solid rgba(200,242,92,.85);outline-offset:3px}
.representatives-page .promise-list span::before{content:'•';color:#9fc76b;font-size:1.2rem;line-height:0;vertical-align:-1px}
.representatives-page .promise-list span{display:flex;align-items:center;gap:8px;line-height:1.35}
@media(max-width:800px){.representatives-page .shell{width:min(100% - 32px,680px)}.representatives-page .hero{min-height:0}.representatives-page .hero-copy{padding-block:48px}.representatives-page .hero-actions .btn{width:100%}.representatives-page .section-cta,.representatives-page .band-inner{align-items:flex-start}}
@media(max-width:800px){.representatives-page .signal-grid,.representatives-page .steps,.representatives-page .process-steps,.representatives-page .offer-grid,.representatives-page .profile-grid,.representatives-page .promise-list,.representatives-page .journey,.representatives-page .people-grid,.representatives-page .faq{grid-template-columns:1fr;gap:16px}.representatives-page .hero>img{object-position:58% center}.representatives-page .heading{display:block}.representatives-page .heading>p{max-width:60ch;margin-top:18px}.representatives-page .journey article,.representatives-page .steps article{min-height:0}.representatives-page .person,.representatives-page .person-lead,.representatives-page .person-dark{grid-column:auto}.representatives-page .band-inner{display:grid;grid-template-columns:1fr;gap:22px}}
@media(max-width:560px){.representatives-page .section{padding-block:64px}.representatives-page .hero-copy h1{font-size:clamp(2.25rem,11vw,3.5rem);line-height:1.02}.representatives-page .people-grid,.representatives-page .offer-grid,.representatives-page .profile-grid{grid-template-columns:1fr}}

/* Accessibility closure: lime eyebrow text is darkened only on light sections. */
.representatives-page main > .section:not(.dark) .heading > div > .eyebrow { color: #42600f; }

/* Ajusta os grids ao conteúdo público atualmente aprovado após a condensação.
   Evita colunas órfãs sem reintroduzir conteúdo removido. */
@media(min-width:901px){
  .representatives-page .signal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .representatives-page .process-steps{grid-template-columns:repeat(4,minmax(0,1fr))}
  .representatives-page .offer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .representatives-page .journey{grid-template-columns:repeat(5,minmax(0,1fr))}
}
