/* Camada pública compartilhada: derivada do header/footer canônicos da Home. */
.public-shell-page .site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(216,225,223,.9);background:rgba(246,243,235,.94);backdrop-filter:blur(18px)}
.public-shell-page .site-header nav{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px;min-height:88px}
.public-shell-page .brand-logo{display:block;width:170px;min-width:170px;height:auto;overflow:visible}
.public-shell-page .brand-logo img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border:0;border-radius:0}
.public-shell-page .site-header .links{display:flex;justify-content:center;gap:22px;margin:0}
.public-shell-page .site-header .links a{color:#6c7e82;font-size:13px;font-weight:800;white-space:nowrap;text-decoration:none}
.public-shell-page .site-header .links a:hover{color:#0b4854}
.public-shell-page .site-header .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:1px solid #b7f542;border-radius:999px;background:#b7f542;color:#063a45!important;font:800 13px/1 Manrope,"Avenir Next","Segoe UI",sans-serif;text-decoration:none;white-space:nowrap}
.public-shell-page .site-header .nav-cta:hover{background:#c5fa5e}
.public-shell-page .nav-operations{display:grid;width:22px;height:22px;place-items:center;color:#063a45;text-decoration:none}
.public-shell-page .nav-operations svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.public-shell-page .nav-operations:hover{color:#6f9b1e}
.public-shell-page .site-footer{padding:24px 0;background:#042f3a;color:#fff}
.public-shell-page .site-footer .footer-layout{display:grid;grid-template-columns:1fr;grid-template-areas:"logo" "signature" "actions" "copy";justify-items:center;align-items:center;gap:7px;text-align:center}
.public-shell-page .footer-logo{grid-area:logo;display:block;width:152px;height:auto}
.public-shell-page .footer-logo img{display:block;width:100%;height:auto}
.public-shell-page .footer-signature{grid-area:signature;display:grid;justify-items:center;gap:2px;margin:0}
.public-shell-page .footer-signature strong{color:#fff;font-size:15px;letter-spacing:-.015em}
.public-shell-page .footer-signature strong span{color:#b7f542;font-weight:900}
.public-shell-page .footer-signature b{max-width:100%;color:rgba(255,255,255,.72);font-size:14px;font-weight:600;white-space:normal}
.public-shell-page .footer-actions{grid-area:actions;display:flex;align-items:center;justify-content:center;margin-top:2px}
.public-shell-page .social-links{display:flex;align-items:center;gap:18px}
.public-shell-page .social-links a{display:grid;width:26px;height:26px;place-items:center;color:rgba(255,255,255,.72);text-decoration:none}
.public-shell-page .social-links a:hover{color:#b7f542;transform:translateY(-2px)}
.public-shell-page .social-links svg{width:24px;height:24px;fill:currentColor;stroke:none}
.public-shell-page .social-links a:nth-child(2) svg{fill:none;stroke:currentColor;stroke-width:1.8}
.public-shell-page .site-footer>.shell>small{grid-area:copy;justify-self:center;margin:0;color:#9bb5b8;font-size:10px}
@media(max-width:980px){.public-shell-page .site-header .links{display:none}.public-shell-page .site-header nav{grid-template-columns:auto 1fr auto auto;min-height:72px}.public-shell-page .site-header .nav-cta{margin-left:auto}}
@media(max-width:640px){.public-shell-page .site-header nav{gap:13px}.public-shell-page .brand-logo{width:132px;min-width:132px}.public-shell-page .site-header .nav-cta{min-height:48px;padding:0 14px;font-size:12px}}
