/* Informação pública: independente dos estilos e do serviço do chat. */
:root {
	font-family: Montserrat, system-ui, sans-serif;
	color: #18384f;
	background: #eef3f7;
	line-height: 1.65;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: #204e73; text-underline-offset: 3px; }
a:hover { color: #8e4600; }
a:focus-visible { outline: 3px solid #c56d1d; outline-offset: 4px; }
header, main, footer { width: min(100% - 32px, 960px); margin-inline: auto; }
header { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding-block: 22px; }
header .brand { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 700; text-decoration: none; }
header img { display: block; width: 46px; height: auto; }
nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-left: auto; }
main { padding: clamp(20px, 5vw, 48px); background: #fff; border: 1px solid #d3dfe8; border-radius: 16px; }
h1 { margin: 0 0 16px; line-height: 1.2; font-size: clamp(26px, 4vw, 38px); }
h2 { margin-top: 32px; line-height: 1.3; font-size: 22px; }
h3 { margin: 0 0 8px; font-size: 18px; }
p { margin: 12px 0; }
ul { padding-left: 24px; }
li { margin-block: 8px; }
address { font-style: normal; }
.lead { font-size: 18px; }
.companies { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-block: 20px; }
.company { border-left: 3px solid #c56d1d; padding-left: 18px; }
.company p { margin: 4px 0; }
.notice { padding: 14px 18px; background: #f1f5f8; border-radius: 8px; }
.languages { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 8px 18px; }
footer { padding: 18px 0 28px; font-size: 13px; }
footer a { margin-right: 16px; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 10px; background: white; }
.skip-link:focus { top: 10px; }
@media (max-width: 560px) {
	.companies { grid-template-columns: 1fr; }
	nav { margin-left: 0; width: 100%; }
}

.eyebrow { margin: 0 0 6px; color: #8e4600; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 22px 0 30px; }
.button { display: inline-block; padding: 10px 16px; border-radius: 8px; background: #204e73; color: #fff; font-weight: 700; text-decoration: none; }
.button:hover { color: #fff; background: #173a56; }
details { padding: 14px 0; border-top: 1px solid #d3dfe8; }
details:last-child { border-bottom: 1px solid #d3dfe8; }
summary { cursor: pointer; font-weight: 700; }
