* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 280px;
    color-scheme: light;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/glacial-indifference/GlacialIndifference-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference Bold';
    src: url('../fonts/glacial-indifference/GlacialIndifference-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, p, form, input, select, textarea {
    font-family: 'Glacial Indifference', sans-serif;
}

h1, h2, h3, h4, h5, h6, .navbar a, .buscar-empresa-span, .denuncia-form h1, label {
    font-family: 'Glacial Indifference Bold', sans-serif;
}

/* criar um estilo fundo rosa e letra padrão para .alert .alert-danger ul li*/
.alert-danger ul li {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.denuncia-form input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: 25px;
    padding-top: 10px;
}

.denuncia-form span{
    font-family: 'Glacial Indifference Bold', sans-serif;
}


.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 200px 0px 200px;
    background-color: #21316c; 
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 13%;
    z-index: 1000;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    width: 20%;
}

.navbar {
    display: flex;
    gap: 25px;
}

.navbar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.2rem;
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 600px 0px 200px;
    /* background: url('images/fundo.png') no-repeat center center / cover; */
    min-height: 100vh;
    position: relative;
}

.intro-text {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 0px;
}

.intro-text h2 {
    color: #222f6c;
    font-size: 3rem;
    font-weight: bold;
}

.intro-text p {
    color: #222f6c;
    font-size: 2rem;
    margin-top: 0px;
}

.como-funciona {
    text-align: center;
}

.como-funciona h3 {
    color: #222f6c;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px;
}

.como-funciona button {
    background-color: #21316c;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
}

.como-funciona button:hover {
    background-color: #222f6c;
}

.icone {
    margin-top: 50px;
    right: 10%;
    top: 20%;
    width: 350px;
    max-width: 100%;
}

.info-content {
    padding: 60px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto 20px auto;
}

.info {
    scroll-margin-top: 130px;
}

.info-section {
    background-color: #222f6c;
    padding: 100px 20px;
    color: white;
}

.info-content h2 {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.info-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.info-content a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.info-content a:hover {
    color: #d1e5f5;
}

.info-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: -120px;
}
.info-steps img{
    width: 50%;
    margin-bottom: 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.info-note {
    background-color: white;
    color: #222f6c;
    padding: 15px 20px;
    border-radius: 25px;
    max-width: 600px;
    margin: 130px auto 0 auto; 
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    
}

.footer {
    padding: 40px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    gap: 20px;
}

.footer-logo img {
    width: 200px;
    margin-right: 20px;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222f6c;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: #222f6c;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8rem;
    color: #666;
}


body {
    line-height: 1.6;
    color: #222f6c;
    margin: 0;
    padding: 0;
}

.fundo-faq {
    background:
        radial-gradient(circle at top left, rgba(34, 47, 108, 0.12), transparent 34rem),
        linear-gradient(135deg, #f7f9fc 0%, #edf3f7 48%, #f9fbfd 100%);
    background-attachment: fixed;
}

.faq-section {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-section h1 {
    text-align: center;
    font-size: 2rem;
    color: #222f6c;
    margin-bottom: 20px;
    font-weight: bold;
}

.faq-section-title {
    font-size: 1.6rem;
    color: #222f6c;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #222f6c;
    margin-bottom: 10px;
}

.faq-item p,
.faq-item ul {
    margin: 5px 0;
}

.faq-item ul {
    padding-left: 20px;
}

.faq-item ul li {
    list-style-type: disc;
}

.acompanhar-section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
}

.acompanhar-section hr {
    color: #222f6c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.acompanhar-section h1{
    text-align: center;
    font-size: 2rem;
    color: #222f6c;
    margin-bottom: 20px;
    font-weight: bold;
}

.acompanhar-section-title {
    margin-top: 15vh;
    font-size: 1.6rem;
    color: #222f6c;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.acompanhar-section-subtitle {
    font-size: 1.3rem;
    color: #222f6c;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.protocolo-alerta {
    color: #8f1611;
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    animation: protocolo-piscar 1s linear infinite;
}

@keyframes protocolo-piscar {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.acompanhar-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.acompanhar-item h3{
    font-size: 1.2rem;
    color: #222f6c;
    margin-bottom: 10px;
}

.acompanhar-item p,
.acompanhar-item ul {
    margin: 5px 0;
}

.acompanhar-item ul {
    padding-left: 20px;
}

.acompanhar-item ul li {
    list-style-type: disc;
}

.lgpd-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 20px;
}

.lgpd-content {
    max-width: 1200px;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lgpd-content h1 {
    font-size: 2.5rem;
    color: #222f6c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lgpd-icon {
    width: 80px;
}

.termo-section {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 20px 6vh;
    background:
        radial-gradient(circle at top left, rgba(34, 47, 108, 0.12), transparent 34rem),
        linear-gradient(135deg, #f7f9fc 0%, #edf3f7 48%, #f9fbfd 100%);
}

.termo-section .termo {
    font-size: 1rem;
    padding: 16px 18px;
    color: #222f6c;
    background: #f8fafc;
    border: 1px solid #cfd9e6;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
    width: 100%;
    margin-bottom: 10px;
}

.termo-content {
    margin-top: 0;
    max-width: 1200px;
    padding: 36px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(26, 44, 91, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(26, 44, 91, 0.14);
}

.termo-content p {
    font-size: 1.2rem;
    color: #262d6a;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* ul li */
.termo-content ul {
    font-size: 1.1rem;
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
    color: #222f6c;
}


.termo-content h1 {
    font-size: 2.5rem;
    color: #222f6c;
    align-items: center;
    gap: 20px;
}

.termo-icon {
    width: 80px;
}

.highlight {
    font-weight: bold;
    color: #222f6c;
    background-color: #ffeb3b;
    padding: 0 4px;
    border-radius: 3px;
}

.lgpd-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
    color: #222f6c;
}

.lgpd-content ul li {
    margin-bottom: 10px;
}

.lgpd-content a {
    color: #222f6c;
    font-weight: bold;
    text-decoration: none;
}

.lgpd-content a:hover {
    text-decoration: underline;
}

/* Seção de Proteção de Dados com Fundo Azul */
.data-protection-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh; /* Ocupa toda a altura da tela */
    background-color: #222f6c; /* Fundo azul escuro */
    padding: 40px 20px;
}

/* Container de Conteúdo com Borda Arredondada */
.data-protection-content {
    max-width: 1000px;
    background-color: white;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #222f6c;
}

.data-protection-section-title {
    font-size: 1.8rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/* Estilo do Título */
.data-protection-content h1 {
    font-size: 1.8rem;
    color: #222f6c;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

/* Estilo do Ícone */
.data-protection-icon {
    width: 80px;
}

/* Estilo dos Parágrafos */
.data-protection-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Link para a Política de Privacidade */
.data-protection-content a {
    color: #222f6c;
    font-weight: bold;
    text-decoration: none;
}

.data-protection-content a:hover {
    text-decoration: underline;
}

.data-protection-content strong {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #222f6c;
}

.denuncia-form-section {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 20px 7vh;
    width: 100%;
    background:
        radial-gradient(circle at top left, rgba(34, 47, 108, 0.12), transparent 34rem),
        linear-gradient(135deg, #f7f9fc 0%, #edf3f7 48%, #f9fbfd 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.denuncia-form .termo {
    font-size: 0.95rem;
    padding: 16px 18px;
    color: #222f6c;
    background: #f8fafc;
    border: 1px solid #cfd9e6;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
    width: 100%;
    margin-bottom: 10px;
}

.denuncia-form-section h1 {
    color: #1A2C5B;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 2rem;
}

.denuncia-form-section h2 {
    color: #1A2C5B;
    margin-bottom: 12px;
    margin-left: 0;
    text-align: center;
    font-size: 2rem;
}

.denuncia-form-section h3 {
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #1A2C5B;
}

/* Estilo do Formulário */
.denuncia-form {
    display: flex;
    flex-direction: column;
    width: min(1140px, 100%);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(26, 44, 91, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(26, 44, 91, 0.14);
    padding: 36px;
}

.campo-form {
    padding-top: 18px;
}

.denuncia-form label {
    font-size: 1rem;
    color: #1A2C5B;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 0;
}

.denuncia-form select,
.denuncia-form input,
.denuncia-form textarea {
    font-size: 1rem;
    padding: 12px 14px;
    color: #222f6c;
    background: #ffffff;
    border: 1px solid #b8c6d8;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%; 
    margin-bottom: 10px;
}

.denuncia-form input[type="file"] {
    background: #fff;
    border-radius: 12px;
}

.denuncia-form span {
    font-size: 1rem;
}

.denuncia-form input,
.denuncia-form textarea {
    font-size: 1rem;
    padding: 12px 14px;
    color: #222f6c;
    border: 1px solid #b8c6d8;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
    width: 100%; 
    margin-bottom: 10px; 
}


.denuncia-form select:focus,
.denuncia-form input:focus,
.denuncia-form textarea:focus {
    border-color: #3a4a8b;
    box-shadow: 0 0 0 3px rgba(58, 74, 139, 0.12);
}

.denuncia-form input::placeholder,  textarea::placeholder {
    color: #aaa;
    text-indent: 5px;
}

/* Estilo do Botão */
.denuncia-form button {
    margin-top: 20px;
    padding: 12px;
    font-size: 1rem;
    color: white;
    background-color: #1A2C5B;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.denuncia-form button:hover {
    background-color: #3a4a8b;
}

.switch {
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #b6ccdd, #b6ccdd 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	text-transform: uppercase;
	background: #e9ebec;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #252f6a;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #222f6c;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
.etica-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
}

.text-etica {
    width: 60%;
}

.text-etica h1 {
    font-size: 2.5rem;
    color: #262d6a;
    margin-bottom: 20px;
}

.text-etica p {
    font-size: 1.3rem;
    color: #262d6a;
    line-height: 1.6;
    margin-bottom: 15px;
}

.image-etica {
    position: relative;
    width: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.form-image {
    width: 100%;
    border-radius: 15px;
}

.button-etica {
    color: white;
    border: none;
    font-size: 1rem;
    border-radius: 20px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-etica {
    padding: 20px;
    width: 15vh;
}

.icon-etica img {
    width: 100%;
    height: 100%;
}

.button-text-etica {
    color: #1A2C5B;
    font-weight: bold;
}

.report-button-etica {
    background-color: #1A2C5B;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.report-button-etica a {
    color: white;
    text-decoration: none;
}

.report-button-etica:hover {
    background-color: #0f1b3f;
}

/* Seção Principal */
.buscar-empresa-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 90vh;
    padding: 20vh 20px 7vh;
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(34, 47, 108, 0.12), transparent 34rem),
        linear-gradient(135deg, #f7f9fc 0%, #edf3f7 48%, #f9fbfd 100%);
}

/* Contêiner Principal */
.buscar-empresa-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1140px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(26, 44, 91, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(26, 44, 91, 0.14);
    padding: 36px;
}

/* Título e Ícone */
.buscar-empresa-title-container {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    color: #1A2C5B;
}

.buscar-empresa-title-container h1 {
    padding-left: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1A2C5B;
    line-height: 1.1;
    margin: 0 0 8px;
}

.buscar-empresa-title-container p {
    color: #43527d;
    font-size: 1.05rem;
    margin: 0;
}

.buscar-empresa-title-container h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #1A2C5B;
}

.buscar-empresa-texto {
    background: #f8fafc;
    border: 1px solid #d7e0eb;
    border-radius: 8px;
    padding: 16px 18px;
}

.buscar-empresa-texto h4 {
    color: #1A2C5B;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0;
}

.buscar-empresa-span {
    font-size: 1rem;
    font-weight: bold;
    color: #8f1611;
    display: inline-block;
    min-height: 24px;
}

.buscar-empresa-span.is-success {
    color: #1f6f46;
}

.buscar-empresa-span.is-success strong {
    color: #1A2C5B;
    display: block;
    font-size: 1.25rem;
    margin: 4px 0;
}

/* posicionar ao lado direito de .buscar-empresa-span */
.avancar-empresa-span {
    font-size: 2.5vh;
    font-weight: bold;
    color: #1A2C5B;
    display: inline-block;
}

.buscar-empresa-title-container img {
    width: 86px;
    max-width: 22vw;
}

.buscar-empresa-search {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: stretch;
}

/* Campo de Entrada */
.buscar-empresa-input {
    width: 100%;
    padding: 13px 14px;
    font-size: 1rem;
    color: #222f6c;
    border: 1px solid #b8c6d8;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.buscar-empresa-input:focus {
    border-color: #3a4a8b;
    box-shadow: 0 0 0 3px rgba(58, 74, 139, 0.12);
}

/* Botão de Avançar */
.buscar-empresa-button {
    background-color: #1A2C5B;
    color: white;
    border: none;
    padding: 13px 20px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}

.buscar-empresa-button:hover {
    background-color: #30467c;
}

.buscar-empresa-button-secondary {
    background-color: #eef3f8;
    color: #1A2C5B;
    border: 1px solid #c9d5e4;
}

.buscar-empresa-button-secondary:hover {
    background-color: #dde8f3;
}

.tipo-denuncia {
    background: #f8fafc;
    border: 1px solid #d7e0eb;
    border-radius: 8px;
    padding: 16px;
}

.tipo-denuncia > label {
    display: block;
    margin-bottom: 12px;
}

.tipo-denuncia div {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 0 18px 8px 0;
}

.tipo-denuncia input {
    margin: 0;
}

/* Logo no Fundo */
.buscar-empresa-section::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.1;
    z-index: -1;
}

.sobre-nos-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 90vh;
    padding: 20vh 20px 7vh;
    background:
        radial-gradient(circle at top left, rgba(34, 47, 108, 0.12), transparent 34rem),
        linear-gradient(135deg, #f7f9fc 0%, #edf3f7 48%, #f9fbfd 100%);
}

.sobre-nos-container {
    max-width: 1140px;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(26, 44, 91, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(26, 44, 91, 0.14);
    padding: 40px;
}

.sobre-nos-title span {
    display: block;
    color: #43527d;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.sobre-nos-title h1 {
    color: #1A2C5B;
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 24px;
}

.sobre-nos-content p {
    color: #222f6c;
    font-size: 1.15rem;
    line-height: 1.65;
    margin-bottom: 18px;
}

.sobre-nos-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sobre-nos-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    color: #ffffff;
    background-color: #1A2C5B;
    border: 1px solid #1A2C5B;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

.sobre-nos-button:hover {
    background-color: #30467c;
}

.sobre-nos-button-secondary {
    color: #1A2C5B;
    background-color: #eef3f8;
    border-color: #c9d5e4;
}

.sobre-nos-button-secondary:hover {
    background-color: #dde8f3;
}

/* Estilo do Aviso de Cookies */
.cookie-banner {
    position: fixed;
    bottom: -220px; /* Começa fora da tela para o efeito deslizante */
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #142845;
    padding: 16px 18px;
    text-align: left;
    font-size: 0.88rem;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    box-shadow: 0 12px 34px rgba(20, 40, 69, 0.18);
    transition: bottom 0.5s ease-in-out; /* Transição suave para deslizamento */
    z-index: 3000;
    width: min(680px, calc(100% - 24px));
    max-height: min(42vh, 220px);
    overflow-y: auto;
}

.cookie-banner p {
    margin: 0;
    flex: 1;
    color: #22314a;
    line-height: 1.42;
}

.cookie-banner a {
    color: #1d5d9f;
    text-decoration: underline;
}

.cookie-banner a:hover {
    color: #142845;
}

.cookie-button {
    flex: 0 0 auto;
    background-color: #142845;
    color: #ffffff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-button:hover {
    background-color: #1d3a63;
}

/* Classe para tornar o banner visível */
.cookie-banner.show {
    bottom: max(12px, env(safe-area-inset-bottom)); /* Sobe o banner para ficar visível */
}

/* Responsividade */

/* Ajuste para Tablets */
@media (max-width: 768px) {
    .buscar-empresa-section {
        padding: 20px;
        min-height: 100vh;
    }

    .buscar-empresa-container {
        padding: 20px;
        width: 90%;
        height: auto;
    }

    .buscar-empresa-title-container h1 {
        font-size: 2rem;
    }

    .buscar-empresa-title-container img {
        width: 72px;
    }

    .buscar-empresa-search {
        grid-template-columns: 1fr;
    }
}

/* Ajuste para Dispositivos Móveis */
@media (max-width: 480px) {
    .buscar-empresa-section {
        padding: 10px;
        min-height: auto;
    }

    .buscar-empresa-container {
        padding: 10px;
        width: 100%;
        height: auto;
    }

    .buscar-empresa-title-container {
        flex-direction: column;
        align-items: center;
    }

    .buscar-empresa-title-container h1 {
        font-size: 1.7rem;
        text-align: center;
    }

    .buscar-empresa-title-container img {
        width: 64px;
    }

    .buscar-empresa-input {
        padding: 10px;
        font-size: 0.9rem; /* Reduz o tamanho do texto no campo de entrada */
    }

    .buscar-empresa-button {
        width: 100%;
        font-size: 1rem;
        padding: 10px;
    }

    .tipo-denuncia div {
        display: flex;
        margin-right: 0;
    }

    .buscar-empresa-section::after {
        width: 150px;
        height: 150px;
        top: 20px;
        right: 10px;
    }
}


/* Responsividade */
@media (max-width: 320px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 15px;
        border-radius: 5px;
    }

    .info-steps img {
        width: 100%;
    }

    .info-note {
        margin: 130px auto 0px auto;
    }

    .navbar.active {
        display: flex;
        background-color: #b6ccdd;
    }

    .navbar.active a{
        color: #252f6a;
    }

    .hamburger {
        display: block;
        color: white;
        margin-right: -150px;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.9rem;
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        margin-bottom: 10px;
    }

    .content {
        flex-direction: column;
        text-align: center;
        padding: 140px 20px 40px; /* Aumenta o espaçamento superior no modo responsivo */
    }

    .intro-text {
        margin-bottom: 0px;
    }

    .icone {
        position: static;
        margin-top: 20px;
        width: 150px;
    }

    .header .logo img {
        width: 150px;
        padding: 0px 20px 0px 20px;
        margin-left: -180px;
    }

    .info-steps {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-column h3 {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #252f6a;
        padding: 15px;
        border-radius: 5px;
    }

    .info-steps img {
        width: 100%;
    }

    .info-note {
        margin: 130px auto 0px auto;
    }

    .navbar.active {
        display: flex;
        background-color: #b6ccdd;
    }

    .navbar.active a{
        color: #252f6a;
    }


    .hamburger {
        display: block;
        color: white;
        margin-right: -150px;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.9rem;
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        margin-bottom: 10px;
    }

    .content {
        flex-direction: column;
        text-align: center;
        padding: 140px 20px 40px; /* Aumenta o espaçamento superior no modo responsivo */
    }

    .intro-text {
        margin-bottom: 0px;
    }

    .icone {
        position: static;
        margin-top: 20px;
        width: 150px;
    }

    .header .logo img {
        width: 150px;
        padding: 0px 20px 0px 20px;
        margin-left: -180px;
    }

    .info-steps {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-column h3 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #222f6c;
        padding: 15px;
        border-radius: 5px;
    }

    .info-steps img {
        width: 100%;
    }

    .info-note {
        margin: 130px auto 0px auto;
    }

    .navbar.active {
        display: flex;
        background-color: #b6ccdd;
    }

    .navbar.active a{
        color: #252f6a;
    }

    .hamburger {
        display: block;
        color: white;
        margin-right: -150px;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.9rem;
        background-repeat: no-repeat;
        width: 77px;
        height: 42px;
        margin-bottom: 10px;
    }

    .content {
        flex-direction: column;
        text-align: center;
        padding: 140px 20px 40px; /* Aumenta o espaçamento superior no modo responsivo */
    }

    .intro-text {
        margin-bottom: 20px;
    }

    .icone {
        position: static;
        margin-top: 20px;
        width: 150px;
    }

    .header .logo img {
        width: 150px;
        padding: 0px 20px 0px 20px;
        margin-left: -180px;
    }

    .info-steps {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-column h3 {
        margin-top: 10px;
    }
    
    .etica-section {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .text-etica, .image-etica {
        width: 100%;
        text-align: center;
    }

    .text-etica h1 {
        font-size: 2rem;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #222f6c;
        padding: 15px;
        border-radius: 5px;
    }

    .info-steps img {
        width: 80%;
        margin-bottom: 10px;
    }

    .info-note {
        margin: 130px auto 0px auto;
    }

    .navbar.active {
        display: flex;
        background-color: #b6ccdd;
    }

    .navbar.active a{
        color: #252f6a;
    }

    .hamburger {
        display: block;
        color: white;
        margin-right: -50px;
    }

    .content {
        flex-direction: column;
        text-align: center;
        padding: 140px 20px 40px; /* Aumenta o espaçamento superior no modo responsivo */
    }

    .intro-text {
        margin-bottom: 20px;
    }

    .intro-text h2 {
        font-size: 2rem;
    }

    .intro-text p {
        font-size: 1.5rem;
    }

    .icone {
        position: static;
        margin-top: 20px;
        width: 200px;
    }

    .header .logo img {
        width: 25%;
    }

    .info-steps {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-column h3 {
        margin-top: 10px;
    }

    .buscar-empresa-section {
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        position: relative;
        min-height: 90vh;
    }
}

@media (min-width: 1025px) {
    .navbar {
        display: flex;
        gap: 60px; /* Aumenta o espaçamento entre os elementos */
    }

    .info-steps img {
        width: 50%;
        margin-bottom: 10px;
    }

    .info-note {
        margin: 130px auto 0px auto;
    }

    .navbar.active {
        display: flex;
        background-color: #b6ccdd;
    }

    .navbar.active a{
        color: #252f6a;
    }


    .hamburger {
        display: none;
    }

    .content {
        flex-direction: row;
        text-align: left;
        padding: 0px 600px 0px 200px;
    }

    .intro-text {
        margin-bottom: 0px;
    }

    .intro-text h2 {
        font-size: 3rem;
    }

    .intro-text p {
        font-size: 2rem;
    }

    .icone {
        position: absolute;
        margin-top: 50px;
        right: 10%;
        top: 20%;
        width: 350px;
        max-width: 100%;
    }

    .header .logo img {
        width: 150px;
    }

    .info-steps {
        flex-direction: row;
    }

    .footer-content {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .footer-logo {
        margin-bottom: 0px;
    }

    .footer-links {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }

    .footer-column h3 {
        margin-top: 0px;
    }
}

/* Ajustes de responsividade */
html {
    scroll-padding-top: 110px;
}

body {
    overflow-x: hidden;
}

.header {
    min-height: 86px;
    height: auto;
    padding: 14px clamp(18px, 5vw, 120px);
    gap: 24px;
}

.header .logo {
    flex: 0 0 auto;
}

.header .logo img {
    width: clamp(132px, 14vw, 170px);
    max-width: 100%;
}

.navbar {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: clamp(14px, 2.3vw, 36px);
}

.navbar a {
    font-size: clamp(0.86rem, 0.9vw, 1rem);
}

.content {
    min-height: 100svh;
    padding: 120px clamp(20px, 7vw, 120px) 64px;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(190px, 240px) minmax(240px, 360px);
    align-items: center;
    gap: clamp(32px, 5vw, 84px);
    overflow: hidden;
}

.intro-text h2 {
    font-size: clamp(2.1rem, 4vw, 3rem);
}

.intro-text p {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.icone {
    position: static;
    width: clamp(170px, 22vw, 320px);
    max-width: 100%;
    margin-top: 0;
}

.content > div:last-child {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-action {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
}

.info-section {
    padding: clamp(56px, 9vw, 96px) 20px;
}

.info {
    scroll-margin-top: 120px;
}

.info-steps {
    margin-bottom: 0;
}

.info-steps img {
    width: min(720px, 100%);
}

.info-note {
    margin-top: 28px;
}

.lgpd-section {
    height: auto;
    min-height: auto;
    padding: clamp(56px, 9vw, 92px) 20px;
}

.lgpd-content {
    width: min(1000px, 100%);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
}

.lgpd-content h1,
.data-protection-section-title {
    font-size: clamp(1.6rem, 3.2vw, 2.5rem);
    align-items: flex-start;
}

.data-protection-section {
    min-height: auto;
    padding: clamp(56px, 8vw, 80px) 20px;
}

.etica-section {
    width: min(1200px, calc(100% - 40px));
    gap: clamp(24px, 5vw, 56px);
}

.text-etica h1 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
}

.text-etica p {
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.image-etica {
    width: min(320px, 35%);
}

.termo-section,
.denuncia-form-section,
.buscar-empresa-section,
.sobre-nos-section {
    padding: 130px 20px clamp(48px, 7vw, 72px);
}

.termo-content,
.denuncia-form,
.buscar-empresa-container,
.sobre-nos-container {
    padding: clamp(20px, 4vw, 36px);
}

.termo-content h1,
.denuncia-form-section h1,
.denuncia-form-section h2,
.buscar-empresa-title-container h1,
.sobre-nos-title h1 {
    font-size: clamp(1.65rem, 5vw, 2.5rem);
    overflow-wrap: anywhere;
}

.termo-content p,
.termo-content ul,
.denuncia-form label,
.sobre-nos-content p {
    font-size: clamp(1rem, 2.8vw, 1.15rem);
}

.denuncia-form select,
.denuncia-form input,
.denuncia-form textarea,
.buscar-empresa-input {
    min-height: 48px;
}

.denuncia-form textarea {
    min-height: 150px;
}

.footer-content {
    width: min(1140px, 100%);
}

.cookie-banner {
    max-width: min(600px, calc(100% - 24px));
}

@media (max-width: 1280px) {
    .header {
        padding-inline: clamp(18px, 3vw, 48px);
    }

    .navbar {
        gap: 16px;
    }

    .navbar a {
        font-size: 0.86rem;
    }

    .content {
        grid-template-columns: minmax(280px, 1fr) minmax(170px, 220px) minmax(180px, 260px);
        gap: clamp(24px, 4vw, 48px);
    }
}

@media (max-width: 1024px) {
    .header {
        min-height: 78px;
        padding: 12px 24px;
    }

    .navbar {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: absolute;
        top: calc(100% - 1px);
        left: 16px;
        right: 16px;
        padding: 8px;
        background-color: #b6ccdd;
        border-radius: 8px;
        box-shadow: 0 18px 36px rgba(26, 44, 91, 0.24);
    }

    .navbar.active {
        display: flex;
    }

    .navbar a,
    .navbar.active a {
        color: #252f6a;
        padding: 12px 14px;
        font-size: 0.95rem;
        border-radius: 6px;
    }

    .navbar a:hover {
        background: rgba(255, 255, 255, 0.45);
        text-decoration: none;
    }

    .hamburger {
        display: block;
        margin-right: 0;
        color: #ffffff;
        line-height: 1;
    }

    .content {
        min-height: auto;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 120px 20px 56px;
    }

    .como-funciona {
        grid-column: auto;
        grid-row: auto;
        justify-self: center;
    }

    .content > div:last-child {
        grid-column: auto;
        grid-row: auto;
    }

    .intro-text {
        margin-bottom: 0;
    }

    .icone {
        width: min(220px, 56vw);
    }

    .etica-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-etica,
    .image-etica {
        width: 100%;
    }

    .image-etica {
        max-width: 320px;
    }

    .button-etica {
        justify-content: center;
        flex-wrap: wrap;
    }

    .buscar-empresa-section,
    .termo-section,
    .denuncia-form-section,
    .sobre-nos-section {
        min-height: auto;
        padding-top: 108px;
    }

    .buscar-empresa-title-container {
        align-items: center;
    }

    .footer-content,
    .footer-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo img {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    html {
        scroll-padding-top: 86px;
    }

    .header {
        min-height: 72px;
        padding: 10px 16px;
    }

    .header .logo img {
        width: 132px;
        padding: 0;
        margin-left: 0;
    }

    .content {
        padding: 104px 16px 44px;
        gap: 22px;
    }

    .intro-text h2 {
        font-size: 2rem;
        line-height: 1.08;
    }

    .intro-text p {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .como-funciona button,
    .report-button-etica,
    .buscar-empresa-button,
    .sobre-nos-button,
    .denuncia-form button {
        min-height: 48px;
        border-radius: 8px;
    }

    .info-section,
    .lgpd-section,
    .data-protection-section {
        padding: 44px 16px;
    }

    .info {
        scroll-margin-top: 92px;
    }

    .info-content {
        padding-top: 0;
    }

    .info-content h2,
    .faq-section h1 {
        font-size: 1.45rem;
        line-height: 1.2;
    }

    .info-note,
    .data-protection-content,
    .lgpd-content,
    .faq-item {
        border-radius: 8px;
    }

    .lgpd-content h1,
    .data-protection-section-title,
    .faq-section-title {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lgpd-icon,
    .data-protection-icon {
        width: 56px;
    }

    .data-protection-content,
    .lgpd-content {
        padding: 20px;
    }

    .termo-section,
    .denuncia-form-section,
    .buscar-empresa-section,
    .sobre-nos-section {
        padding: 92px 12px 40px;
    }

    .termo-content,
    .denuncia-form,
    .buscar-empresa-container,
    .sobre-nos-container {
        padding: 18px;
        box-shadow: 0 12px 34px rgba(26, 44, 91, 0.12);
    }

    .buscar-empresa-title-container {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .buscar-empresa-title-container img {
        width: 58px;
        max-width: none;
    }

    .buscar-empresa-search {
        grid-template-columns: 1fr;
    }

    .tipo-denuncia div {
        display: flex;
        width: 100%;
        margin-right: 0;
    }

    .sobre-nos-actions {
        flex-direction: column;
    }

    .cookie-banner {
        flex-direction: column;
        align-items: center;
        bottom: -240px;
        gap: 12px;
        padding: 14px 16px;
        text-align: center;
        width: calc(100% - 24px);
        max-height: 42vh;
    }

    .cookie-banner.show {
        bottom: max(92px, env(safe-area-inset-bottom));
    }

    .cookie-banner p {
        font-size: 0.82rem;
        line-height: 1.36;
    }

    .cookie-button {
        align-self: center;
        min-height: 42px;
        min-width: 132px;
        padding: 9px 18px;
        font-size: 0.86rem;
    }
}

/* Movimento compartilhado entre as páginas públicas. */
@keyframes site-motion-hero-left {
    from { opacity: 0; transform: translateX(-18px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes site-motion-hero-right {
    from { opacity: 0; transform: translateX(18px); }
    to { opacity: 1; transform: translateX(0); }
}

.site-motion-hero-left {
    animation: site-motion-hero-left 0.65s ease-out both;
}

.site-motion-hero-right {
    animation: site-motion-hero-right 0.7s 0.08s ease-out both;
}

.site-motion-reveal {
    transition-delay: var(--site-motion-delay, 0ms) !important;
}

.site-motion-text {
    opacity: 0;
    transition: opacity 0.65s ease;
}

.site-motion-card {
    opacity: 0;
    transform: translateY(10px) scale(0.975);
    transition: opacity 0.5s ease, transform 0.55s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s ease;
}

.site-motion-panel-left,
.site-motion-panel-right {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.65s ease;
}

.site-motion-panel-left { transform: translateX(-16px); }
.site-motion-panel-right { transform: translateX(16px); }

.site-motion-stat {
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.45s ease, transform 0.5s ease;
}

.site-motion-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.home-card,
.home-steps article,
.company-card,
.protocol-consulta-card,
.protocol-result-card,
.sobre-card,
.terms-doc,
.report-form-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-card:hover,
.home-steps article:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(20, 40, 69, 0.11);
}

.home-btn,
.protocol-btn,
.company-search-button,
.report-submit,
.terms-go-button,
.sobre-nos-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.home-btn::after,
.protocol-btn::after,
.company-search-button::after,
.report-submit::after,
.terms-go-button::after,
.sobre-nos-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -60%;
    bottom: -60%;
    left: -45%;
    width: 26%;
    background: rgba(255, 255, 255, 0.18);
    transform: skewX(-20deg) translateX(-220%);
    transition: transform 0.55s ease;
}

.home-btn:hover::after,
.protocol-btn:hover::after,
.company-search-button:hover::after,
.report-submit:hover::after,
.terms-go-button:hover::after,
.sobre-nos-button:hover::after {
    transform: skewX(-20deg) translateX(680%);
}

@media (prefers-reduced-motion: reduce) {
    .site-motion-hero-left,
    .site-motion-hero-right {
        animation: none;
    }

    .site-motion-reveal {
        opacity: 1;
        transform: none;
        transition: none !important;
    }

    .home-btn::after,
    .protocol-btn::after,
    .company-search-button::after,
    .report-submit::after,
    .terms-go-button::after,
    .sobre-nos-button::after {
        display: none;
    }
}

@media (max-width: 380px) {
    .header .logo img {
        width: 118px;
    }

    .intro-text h2 {
        font-size: 1.75rem;
    }

    .intro-text p {
        font-size: 1.12rem;
    }

    .termo-content,
    .denuncia-form,
    .buscar-empresa-container,
    .sobre-nos-container {
        padding: 14px;
    }
}

/* Escala tipográfica mais compacta */
body,
p,
form,
input,
select,
textarea,
button {
    font-size: 16px;
}

.navbar a {
    font-size: clamp(0.78rem, 0.85vw, 0.92rem);
}

.intro-text h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}

.intro-text p {
    font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.info-content h2,
.faq-section h1,
.termo-content h1,
.denuncia-form-section h1,
.denuncia-form-section h2,
.buscar-empresa-title-container h1,
.sobre-nos-title h1 {
    font-size: clamp(1.45rem, 3.3vw, 2rem);
}

.text-etica h1,
.lgpd-content h1,
.data-protection-section-title {
    font-size: clamp(1.45rem, 2.8vw, 2.05rem);
}

.text-etica p,
.termo-content p,
.termo-content ul,
.sobre-nos-content p {
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
}

.info-content p,
.data-protection-content p,
.faq-item p,
.faq-item ul,
.acompanhar-item p,
.acompanhar-item ul,
.buscar-empresa-title-container p,
.buscar-empresa-texto h4,
.denuncia-form label,
.denuncia-form span,
.termo-section .termo {
    font-size: 0.98rem;
}

.faq-item h3,
.acompanhar-item h3,
.denuncia-form-section h3 {
    font-size: 1.08rem;
}

.buscar-empresa-button,
.sobre-nos-button,
.denuncia-form button,
.como-funciona button,
.report-button-etica {
    font-size: 0.95rem;
}

@media (max-width: 640px) {
    body,
    p,
    form,
    input,
    select,
    textarea,
    button {
        font-size: 15px;
    }

    .intro-text h2 {
        font-size: 1.65rem;
    }

    .intro-text p {
        font-size: 1.05rem;
    }

    .info-content h2,
    .faq-section h1,
    .termo-content h1,
    .denuncia-form-section h1,
    .denuncia-form-section h2,
    .buscar-empresa-title-container h1,
    .sobre-nos-title h1 {
        font-size: 1.45rem;
    }

    .text-etica h1,
    .lgpd-content h1,
    .data-protection-section-title {
        font-size: 1.4rem;
    }

    .text-etica p,
    .termo-content p,
    .termo-content ul,
    .sobre-nos-content p,
    .info-content p,
    .data-protection-content p,
    .faq-item p,
    .faq-item ul {
        font-size: 0.96rem;
    }
}

/* Home reformulada */
.home-modern {
    --hm-navy: #142845;
    --hm-navy-dark: #0d1c33;
    --hm-navy-soft: #1d3a63;
    --hm-ink: #11161f;
    --hm-slate: #5a6675;
    --hm-line: #e4e8ee;
    --hm-paper: #f6f8fb;
    --hm-accent: #3a6ea5;
    --hm-gold: #c8a84b;
    color: var(--hm-ink);
    background: #ffffff;
    font-family: 'Glacial Indifference', sans-serif;
}

.home-modern * {
    box-sizing: border-box;
}

.home-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 28px;
}

.home-modern h1,
.home-modern h2,
.home-modern h3 {
    font-family: 'Glacial Indifference Bold', sans-serif;
    line-height: 1.08;
    letter-spacing: 0;
}

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100svh;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(900px 500px at 88% -8%, rgba(58, 110, 165, 0.16), transparent 60%),
        linear-gradient(90deg, rgba(10, 25, 47, 0.98) 0%, rgba(10, 25, 47, 0.94) 43%, rgba(10, 25, 47, 0.68) 72%, rgba(10, 25, 47, 0.48) 100%),
        url('../images/home-hero-mulher.webp') center center / cover no-repeat;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 460px at 80% 10%, #000, transparent 75%);
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: center;
    padding: 162px 28px 92px;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--hm-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.home-hero h1 {
    max-width: 680px;
    margin: 26px 0 20px;
    color: #ffffff;
    font-size: clamp(2.6rem, 6vw, 4.25rem);
}

.home-hero h1 strong {
    color: #9dc0e8;
}

.home-hero-copy > p {
    max-width: 560px;
    color: #c6d3e4;
    font-size: 1.08rem;
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 22px;
    border: 0;
    border-radius: 10px;
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.home-btn:hover {
    transform: translateY(-1px);
}

.home-btn-primary {
    color: #ffffff;
    background: var(--hm-navy);
    box-shadow: 0 6px 18px rgba(20, 40, 69, 0.26);
}

.home-btn-light {
    color: var(--hm-navy);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.home-btn-outline {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
}

.home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-top: 42px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-trust span {
    color: #bcccdf;
    font-size: 0.9rem;
}

.home-trust span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background: #9dc0e8;
    border-radius: 50%;
}

.home-hero-card {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
}

.home-hero-card h2 {
    color: #ffffff;
    font-size: 1.55rem;
    text-transform: uppercase;
}

.home-hero-card > p {
    margin: 8px 0 24px;
    color: #a9bdd6;
}

.home-channel {
    width: 100%;
    padding: 15px 16px;
    margin-bottom: 11px;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    font: inherit;
    text-decoration: none;
    cursor: default;
}

.home-channel-action {
    display: block;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
}

.home-channel-action:hover,
.home-channel-action:focus {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
    outline: none;
}

.home-channel strong,
.home-channel span {
    display: block;
}

.home-channel strong {
    color: #ffffff;
}

.home-channel span {
    color: #9bb0ca;
    font-size: 0.9rem;
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .home-hero {
        background-attachment: fixed;
    }
}

.home-strip {
    background: var(--hm-paper);
    border-bottom: 1px solid var(--hm-line);
}

.home-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 28px;
}

.home-strip-grid > div {
    padding: 34px 28px;
    text-align: left;
    border-right: 1px solid var(--hm-line);
}

.home-strip-grid > div:first-child {
    padding-left: 0;
}

.home-strip-grid > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-strip-grid strong,
.home-strip-grid span {
    display: block;
}

.home-strip-grid strong {
    color: var(--hm-navy);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}

.home-strip-grid span {
    margin-top: 8px;
    color: var(--hm-slate);
    font-size: 0.9rem;
    font-weight: bold;
}

.home-block {
    padding: 96px 0;
}

.home-section-head {
    max-width: 700px;
    margin-bottom: 54px;
}

.home-section-head > span,
.home-final > .home-wrap > span {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--hm-accent);
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.home-section-head > span::before,
.home-final > .home-wrap > span::before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--hm-gold);
}

.home-section-head h2,
.home-track h2,
.home-final h2 {
    color: var(--hm-navy);
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.home-section-head p {
    max-width: 620px;
    margin-top: 14px;
    color: var(--hm-slate);
    font-size: 1.12rem;
}

.home-trust-body {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.75fr);
    gap: 54px;
    align-items: stretch;
}

.home-trust-body .home-card-grid {
    grid-template-columns: 1fr;
}

.home-trust-image {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin: 0;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.13);
    background: var(--hm-navy);
}

.home-trust-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(10, 25, 47, 0.02) 35%, rgba(10, 25, 47, 0.58) 100%),
        radial-gradient(460px 280px at 15% 12%, rgba(157, 192, 232, 0.14), transparent 64%);
}

.home-trust-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(.22, .61, .36, 1);
}

.home-trust-image:hover img {
    transform: scale(1.035);
}

.home-trust-image figcaption {
    position: absolute;
    z-index: 1;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 16px 18px;
    color: #ffffff;
    background: rgba(20, 40, 69, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 0.98rem;
    backdrop-filter: blur(8px);
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-card {
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid var(--hm-line);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(20, 40, 69, 0.06);
}

.home-card h3 {
    color: var(--hm-navy);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.home-card p {
    margin-top: 10px;
    color: var(--hm-slate);
}

.home-process {
    color: #ffffff;
    background:
        radial-gradient(700px 400px at 12% 110%, rgba(58, 110, 165, 0.18), transparent 60%),
        var(--hm-navy);
    scroll-margin-top: 120px;
}

.home-process .home-section-head h2,
.home-process .home-steps h3 {
    color: #ffffff;
}

.home-process .home-section-head p,
.home-process .home-steps p {
    color: #b3c4d9;
}

.home-process .home-section-head > span {
    color: #9dc0e8;
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.home-steps article {
    position: relative;
}

.home-steps article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 17px;
    right: -13px;
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.home-steps strong {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    color: var(--hm-navy-dark);
    background: var(--hm-gold);
    border-radius: 9px;
}

.home-steps h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.home-steps p {
    margin-top: 9px;
    font-size: 0.95rem;
}

.home-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--hm-line);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(20, 40, 69, 0.08);
}

.home-track-form,
.home-track-info {
    padding: 48px 44px;
}

.home-track-form p {
    margin: 14px 0 26px;
    color: var(--hm-slate);
}

.home-track-form form {
    display: flex;
    gap: 10px;
}

.home-track-form input {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    color: var(--hm-ink);
    border: 1.5px solid var(--hm-line);
    border-radius: 11px;
    outline: none;
}

.home-track-form input:focus {
    border-color: var(--hm-accent);
}

.home-track-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(160deg, var(--hm-navy) 0%, var(--hm-navy-dark) 100%);
}

.home-track-info span {
    color: #9dc0e8;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-track-info strong {
    max-width: 360px;
    margin: 10px 0;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.1;
}

.home-track-info p {
    color: #b3c4d9;
}

.home-faq {
    padding-top: 22px;
    background: #ffffff;
}

.home-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-faq-list details {
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid var(--hm-line);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(20, 40, 69, 0.06);
}

.home-faq-list summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    color: var(--hm-navy);
    font-family: 'Glacial Indifference Bold', Arial, sans-serif;
    font-size: 1.08rem;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--hm-accent);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.home-faq-list details[open] summary::after {
    content: "-";
}

.home-faq-list p {
    margin-top: 14px;
    color: var(--hm-slate);
    font-size: 1rem;
    line-height: 1.55;
}

.home-final {
    padding: 28px 0 104px;
    text-align: center;
}

.home-final > .home-wrap > span {
    justify-content: center;
}

.home-final h2 {
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: clamp(2rem, 5vw, 3.25rem);
}

.home-final p {
    max-width: 560px;
    margin: 0 auto 36px;
    color: var(--hm-slate);
    font-size: 1.08rem;
}

.home-company-note {
    padding: 0 0 86px;
    background: #ffffff;
}

.home-company-note-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding-top: 34px;
    border-top: 1px solid var(--hm-line);
}

.home-company-note span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--hm-accent);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.home-company-note h2 {
    margin: 0;
    color: var(--hm-navy);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.home-company-note p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--hm-slate);
    font-size: 1rem;
    line-height: 1.55;
}

.home-company-link {
    flex: 0 0 auto;
    color: var(--hm-navy);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 0.98rem;
    text-decoration: none;
    border-bottom: 2px solid #9dc0e8;
    transition: color 0.18s, border-color 0.18s;
}

.home-company-link:hover {
    color: var(--hm-accent);
    border-color: var(--hm-accent);
}

@media (max-width: 900px) {
    .home-hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 132px 28px 72px;
    }

    .home-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-strip-grid > div:nth-child(2) {
        padding-right: 0;
        border-right: 0;
    }

    .home-strip-grid > div:nth-child(3) {
        padding-left: 0;
    }

    .home-strip-grid > div {
        border-bottom: 1px solid var(--hm-line);
    }

    .home-card-grid,
    .home-trust-body,
    .home-faq-list,
    .home-track {
        grid-template-columns: 1fr;
    }

    .home-trust-image,
    .home-trust-image img {
        min-height: 420px;
    }

    .home-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-steps article::after {
        display: none;
    }

    .home-company-note-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}

@media (max-width: 560px) {
    .home-wrap {
        padding: 0 20px;
    }

    .home-hero {
        min-height: auto;
        background-position: 70% center;
    }

    .home-hero-inner {
        padding: 112px 20px 56px;
    }

    .home-hero h1 {
        font-size: clamp(2rem, 10vw, 2.35rem);
    }

    .home-eyebrow {
        align-items: flex-start;
        border-radius: 16px;
        padding: 8px 12px;
        font-size: 0.72rem;
        line-height: 1.35;
        letter-spacing: 1px;
    }

    .home-hero-copy > p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .home-hero-actions,
    .home-track-form form {
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .home-strip-grid,
    .home-steps {
        grid-template-columns: 1fr;
    }

    .home-trust-image,
    .home-trust-image img {
        min-height: 340px;
    }

    .home-strip-grid > div {
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-block {
        padding: 64px 0;
    }

    .home-faq-list details {
        padding: 20px 18px;
    }

    .home-faq-list summary {
        font-size: 1rem;
    }

    .home-final {
        padding: 24px 0 64px;
    }

    .home-company-note {
        padding-bottom: 60px;
    }

    .home-company-note-inner {
        padding-top: 26px;
    }

    .home-track-form,
    .home-track-info {
        padding: 32px 22px;
    }

    .home-hero-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .home-channel {
        padding: 14px;
    }
}

/* Header reformulado */
.site-header-modern {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 104px;
    height: auto;
    padding: 0;
    color: #142845;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(214, 222, 232, 0.88);
    box-shadow: 0 10px 32px rgba(20, 40, 69, 0.06);
    backdrop-filter: blur(12px);
}

.site-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1380px, 100%);
    height: 112px;
    margin: 0 auto;
    padding: 0 28px;
    gap: 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.site-brand {
    display: flex;
    align-items: center;
    color: #142845;
    text-decoration: none;
    flex: 0 0 auto;
}

.site-brand-logo {
    display: block;
    width: auto;
    height: 112px;
    max-width: clamp(430px, 42vw, 620px);
    max-height: 112px;
    margin-left: 0;
    object-fit: contain;
    object-position: left center;
    transform: translateX(-38px);
}

.site-brand-logo-square {
    width: auto;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
}

.site-brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: linear-gradient(150deg, #142845 0%, #1d3a63 100%);
    border-radius: 11px;
    box-shadow: 0 4px 14px rgba(20, 40, 69, 0.22);
}

.site-brand-mark svg {
    width: 22px;
    height: 22px;
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.site-brand-text span {
    color: #142845;
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.site-brand-text small {
    margin-top: 3px;
    color: #5a6675;
    font-size: 0.66rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.site-navlinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: nowrap;
}

.site-navlinks a {
    color: #5a6675;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    position: relative;
    padding: 8px 0;
    border-radius: 0;
    transition: color 0.18s, background 0.18s, border-color 0.18s, box-shadow 0.18s;
}

.site-navlinks a:hover {
    color: #142845;
    background: transparent;
}

.site-navlinks a:not(.site-nav-button)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #142845;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.site-navlinks a:not(.site-nav-button):hover::after {
    transform: scaleX(1);
}

.site-navlinks .site-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    color: #ffffff;
    background: linear-gradient(150deg, #142845 0%, #1d3a63 100%);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(20, 40, 69, 0.2);
}

.site-navlinks .site-nav-button:hover {
    color: #ffffff;
    background: linear-gradient(150deg, #1a3458 0%, #23456f 100%);
    box-shadow: 0 12px 28px rgba(20, 40, 69, 0.28);
}

.site-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    color: #142845;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.site-menu-toggle svg {
    width: 26px;
    height: 26px;
}

@media (max-width: 1024px) {
    .site-header-modern {
        min-height: 104px;
        padding: 0;
    }

    .site-nav-wrap {
        height: 104px;
        padding: 0 20px;
        border-radius: 0;
    }

    .site-brand-logo {
        width: auto;
        height: 100px;
        max-width: clamp(360px, 70vw, 560px);
        max-height: 100px;
        margin-left: 0;
        transform: translateX(-34px);
    }

    .site-brand-logo-square {
        width: auto;
        height: 54px;
        max-width: 54px;
        max-height: 54px;
    }

    .site-navlinks {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 16px;
        right: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #e4e8ee;
        border-radius: 14px;
        box-shadow: 0 18px 36px rgba(20, 40, 69, 0.18);
    }

    .site-navlinks.active {
        display: flex;
        background: #ffffff !important;
    }

    .site-navlinks a,
    .site-navlinks.active a {
        padding: 12px 14px;
        color: #142845;
        border-radius: 9px;
        font-size: 1.12rem;
    }

    .site-navlinks a:hover {
        background: #f6f8fb;
    }

    .site-navlinks a:not(:last-child) {
        position: relative;
    }

    .site-navlinks a:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 14px;
        right: 14px;
        height: 1px;
        background: linear-gradient(
            to right,
            transparent,
            rgba(20, 40, 69, 0.1) 20%,
            rgba(20, 40, 69, 0.1) 80%,
            transparent
        );
    }

    .site-navlinks .site-nav-button {
        margin-top: 0;
        padding: 12px 14px;
        color: #142845;
        background: transparent;
        border-radius: 8px;
        box-shadow: none;
        min-height: auto;
        justify-content: flex-start;
        font-size: 1.12rem;
    }

    .site-navlinks .site-nav-button:hover {
        color: #142845;
        background: #f6f8fb;
        box-shadow: none;
    }

    .site-menu-toggle {
        display: inline-grid;
        place-items: center;
        background: transparent;
        border: 0;
        border-radius: 0;
    }
}

@media (max-width: 520px) {
    .site-header-modern {
        min-height: 96px;
        padding: 0;
    }

    .site-nav-wrap {
        height: 96px;
        padding: 0 16px;
        border-radius: 0;
    }

    .site-brand-logo {
        width: auto;
        height: 86px;
        max-width: min(370px, 76vw);
        max-height: 86px;
        margin-left: 0;
        transform: translateX(-28px);
    }

    .site-brand-logo-square {
        width: auto;
        height: 48px;
        max-width: 48px;
        max-height: 48px;
    }

    .site-brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .site-brand-text span {
        font-size: 1rem;
    }

    .site-brand-text small {
        font-size: 0.58rem;
    }
}

@media (max-width: 380px) {
    .site-nav-wrap {
        padding-right: 12px;
    }

    .site-brand-logo {
        max-width: 70vw;
        transform: translateX(-22px);
    }

    .site-menu-toggle {
        width: 40px;
        height: 40px;
    }
}

.canal-vlibras[vw] {
    position: fixed !important;
    top: 250px !important;
    right: 18px !important;
    z-index: 1001 !important;
}

.canal-vlibras[vw] [vw-access-button] {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
}

.canal-vlibras[vw] [vw-plugin-wrapper] {
    top: 0 !important;
    right: 0 !important;
    z-index: 1002 !important;
}

@media (max-width: 1024px) {
    .canal-vlibras[vw] {
        top: 200px !important;
        right: 16px !important;
    }
}

@media (max-width: 520px) {
    .canal-vlibras[vw] {
        top: 200px !important;
        right: 10px !important;
    }
}

.site-footer-modern {
    padding: 0;
    color: #d8e8fb;
    background:
        radial-gradient(700px 420px at 20% -10%, rgba(58, 110, 165, 0.16), transparent 62%),
        linear-gradient(180deg, #0d1c33 0%, #10223d 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-modern .footer-content {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.45fr);
    width: min(1380px, 100%);
    max-width: none;
    margin: 0 auto;
    padding: 28px 28px 24px;
    gap: clamp(42px, 8vw, 110px);
    border-bottom: 1px solid rgba(157, 192, 232, 0.18);
}

.site-footer-modern .footer-about {
    max-width: 320px;
}

.site-footer-modern .footer-about p {
    margin: 0;
    color: #a9c2e0;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.4;
}

.site-footer-modern .footer-about strong,
.site-footer-modern .footer-about span {
    display: block;
}

.site-footer-modern .footer-about strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 400;
}

.site-footer-modern .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: clamp(48px, 9vw, 120px);
}

.site-footer-modern .footer-column {
    min-width: 0;
}

.site-footer-modern .footer-column:last-child {
    justify-self: end;
    width: auto;
    text-align: right;
}

.site-footer-modern .footer-column h3 {
    margin: 0 0 9px;
    color: #80c2ff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer-modern .footer-column ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-modern .footer-column ul li {
    margin: 0;
}

.site-footer-modern .footer-column ul li a {
    color: #eaf4ff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-modern .footer-column ul li a:hover {
    color: #80c2ff;
    text-decoration: none;
}

.site-footer-modern .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 10px 28px 12px;
    color: #8fa6c4;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.86rem;
    font-weight: 300;
    text-align: left;
}

.site-footer-modern .footer-bottom p {
    margin: 0;
}

.site-footer-modern .footer-protection {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: flex-end;
    text-align: right;
    color: #acd0ff;
}

.site-footer-modern .footer-protection svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 900px) {
    .site-footer-modern .footer-content {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .site-footer-modern .footer-column:last-child {
        justify-self: start;
        text-align: left;
    }

    .site-footer-modern .footer-links {
        width: 100%;
        gap: 36px;
    }
}

@media (max-width: 560px) {
    .site-footer-modern .footer-content {
        display: block;
        padding: 28px 20px 18px;
        border-bottom-color: rgba(157, 192, 232, 0.12);
        text-align: left;
    }

    .site-footer-modern .footer-about {
        max-width: none;
        margin-bottom: 24px;
    }

    .site-footer-modern .footer-about p {
        font-size: 0.92rem;
        line-height: 1.45;
        text-align: left;
    }

    .site-footer-modern .footer-about strong {
        margin-bottom: 0;
        font-size: 1rem;
    }

    .site-footer-modern .footer-about span {
        display: none;
    }

    .site-footer-modern .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
        text-align: left;
    }

    .site-footer-modern .footer-column {
        justify-self: stretch;
        text-align: left;
    }

    .site-footer-modern .footer-column:last-child {
        justify-self: stretch;
        text-align: left;
    }

    .site-footer-modern .footer-column h3 {
        margin-bottom: 10px;
        font-size: 0.7rem;
        letter-spacing: 0.12em;
    }

    .site-footer-modern .footer-column ul {
        gap: 9px;
    }

    .site-footer-modern .footer-column ul li a {
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .site-footer-modern .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px 20px 22px;
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .site-footer-modern .footer-protection {
        justify-content: flex-start;
        text-align: left;
        gap: 7px;
    }

    .site-footer-modern .footer-protection svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 380px) {
    .site-footer-modern .footer-links {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Sobre nós modernizado */
.sobre-page {
    --sb-navy: #142845;
    --sb-navy-dark: #0d1c33;
    --sb-ink: #11161f;
    --sb-slate: #5a6675;
    --sb-line: #e4e8ee;
    --sb-paper: #f6f8fb;
    --sb-accent: #3a6ea5;
    --sb-gold: #c8a84b;
    min-height: 100vh;
    color: var(--sb-ink);
    background: var(--sb-paper);
    font-family: 'Glacial Indifference', Arial, sans-serif;
}

.sobre-page *,
.sobre-page *::before,
.sobre-page *::after {
    box-sizing: border-box;
}

.sobre-wrap {
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 0 28px;
}

.sobre-head {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 164px 0 112px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--sb-navy-dark), var(--sb-navy));
}

.sobre-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 420px at 85% 0, #000, transparent 75%);
    pointer-events: none;
}

.sobre-head .sobre-wrap {
    position: relative;
    z-index: 1;
}

.sobre-crumbs {
    margin-bottom: 20px;
    color: #9dc0e8;
    font-size: 0.86rem;
}

.sobre-crumbs a {
    color: #9dc0e8;
    text-decoration: none;
}

.sobre-crumbs a:hover {
    text-decoration: underline;
}

.sobre-crumbs span {
    margin: 0 8px;
    color: #5e779a;
}

.sobre-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.sobre-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--sb-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.sobre-head h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
}

.sobre-head p {
    max-width: 650px;
    margin: 0;
    color: #dce8f7;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.55;
}

.sobre-content-section {
    position: relative;
    z-index: 2;
    padding: 0 0 74px;
}

.sobre-card {
    position: relative;
    z-index: 3;
    width: min(900px, 100%);
    margin: -64px auto 0;
    padding: 48px 42px 42px;
    background: #ffffff;
    border: 1px solid var(--sb-line);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(20, 40, 69, 0.1);
}

.sobre-card .sobre-nos-content p {
    margin: 0 0 18px;
    color: var(--sb-slate);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.03rem;
    font-weight: 700;
    line-height: 1.7;
}

.sobre-card .sobre-nos-content p:last-child {
    margin-bottom: 0;
}

.sobre-card .sobre-nos-actions {
    margin-top: 30px;
}

.sobre-card .sobre-nos-button {
    color: #ffffff;
    background: var(--sb-navy);
    border-color: var(--sb-navy);
    box-shadow: 0 12px 28px rgba(20, 40, 69, 0.2);
}

.sobre-card .sobre-nos-button:hover {
    color: #ffffff;
    background: #1d3a63;
    text-decoration: none;
}

.sobre-card .sobre-nos-button-secondary {
    color: var(--sb-navy);
    background: #f6f8fb;
    border-color: var(--sb-line);
    box-shadow: none;
}

.sobre-card .sobre-nos-button-secondary:hover {
    color: var(--sb-navy);
    background: #edf3f8;
}

@media (max-width: 640px) {
    .sobre-wrap {
        padding: 0 20px;
    }

    .sobre-head {
        padding: 132px 0 104px;
    }

    .sobre-card {
        padding: 30px 24px;
        border-radius: 16px;
    }

    .sobre-card .sobre-nos-actions {
        flex-direction: column;
    }

    .sobre-card .sobre-nos-button {
        width: 100%;
    }
}

@media (min-width: 900px) and (max-height: 850px) {
    .site-nav-wrap {
        height: 104px;
    }

    .site-brand-logo {
        height: 104px;
        max-height: 104px;
        max-width: clamp(430px, 43vw, 620px);
        margin-left: 0;
        transform: translateX(-37px);
    }

    .sobre-head,
    .protocol-page .protocol-head,
    .terms-page .terms-head,
    .company-page .company-head {
        padding-top: 128px;
        padding-bottom: 76px;
    }

    .sobre-head h1,
    .protocol-head h1,
    .terms-head h1,
    .company-head h1 {
        font-size: clamp(2.15rem, 4vw, 3.2rem);
        line-height: 1.04;
    }

    .sobre-head p,
    .protocol-head p,
    .terms-head p,
    .company-head p {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .sobre-eyebrow,
    .protocol-eyebrow,
    .terms-eyebrow,
    .company-eyebrow {
        margin-bottom: 14px;
    }

    .sobre-crumbs,
    .protocol-crumbs,
    .terms-crumbs,
    .company-crumbs {
        margin-bottom: 16px;
    }

    .sobre-card {
        width: min(840px, 100%);
        margin-top: -52px;
        padding: 34px 38px 32px;
    }

    .sobre-card .sobre-nos-content p {
        margin-bottom: 13px;
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .sobre-card .sobre-nos-actions {
        margin-top: 22px;
    }

    .protocol-content,
    .company-content {
        margin-top: -58px;
        padding-bottom: 64px;
    }

    .protocol-consulta-card {
        padding: 32px 36px;
    }

    .protocol-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .protocol-consulta-card h2 {
        font-size: 1.52rem;
    }

    .protocol-consulta-card > p {
        margin-bottom: 20px;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .terms-content {
        margin-top: -58px;
        padding-bottom: 64px;
    }

    .terms-doc-body {
        padding: 34px 42px;
    }

    .company-page .company-card {
        max-width: 600px;
        padding: 34px 40px;
    }

    .company-page .company-card-head {
        margin-bottom: 20px;
    }
}

/* Consulta e acompanhamento de protocolo */
.protocol-page {
    --pr-navy: #142845;
    --pr-navy-dark: #0d1c33;
    --pr-navy-soft: #1d3a63;
    --pr-ink: #11161f;
    --pr-slate: #5a6675;
    --pr-line: #e4e8ee;
    --pr-paper: #f6f8fb;
    --pr-accent: #3a6ea5;
    --pr-gold: #c8a84b;
    min-height: 100vh;
    color: var(--pr-ink);
    background: var(--pr-paper);
}

.protocol-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 28px;
}

.protocol-head {
    position: relative;
    overflow: hidden;
    padding: 128px 0 116px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--pr-navy-dark), var(--pr-navy));
}

.protocol-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 420px at 85% 0, #000, transparent 75%);
    pointer-events: none;
}

.protocol-head .protocol-wrap {
    position: relative;
    z-index: 1;
}

.protocol-crumbs {
    margin-bottom: 20px;
    color: #9dc0e8;
    font-size: 0.86rem;
}

.protocol-crumbs a {
    color: #9dc0e8;
    text-decoration: none;
}

.protocol-crumbs a:hover {
    text-decoration: underline;
}

.protocol-crumbs span {
    margin: 0 8px;
    color: #5e779a;
}

.protocol-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.protocol-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--pr-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.protocol-head h1 {
    max-width: 720px;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: clamp(2.15rem, 5vw, 3.25rem);
    line-height: 1.08;
}

.protocol-head p {
    max-width: 620px;
    color: #c6d3e4;
    font-size: 1.05rem;
}

.protocol-content {
    position: relative;
    z-index: 2;
    margin-top: -78px;
    padding-bottom: 90px;
}

.protocol-consulta-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 42px 40px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--pr-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.1);
}

.protocol-icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    color: #ffffff;
    background: linear-gradient(150deg, var(--pr-navy), var(--pr-navy-soft));
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(20, 40, 69, 0.22);
}

.protocol-icon svg {
    width: 28px;
    height: 28px;
}

.protocol-consulta-card h2 {
    color: var(--pr-navy);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1.75rem;
}

.protocol-consulta-card > p {
    max-width: 440px;
    margin: 10px auto 28px;
    color: var(--pr-slate);
}

.protocol-field {
    margin-bottom: 18px;
    text-align: left;
}

.protocol-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--pr-ink);
    font-size: 0.92rem;
    font-weight: bold;
}

.protocol-field input {
    width: 100%;
    padding: 15px 16px;
    color: var(--pr-ink);
    border: 1.5px solid var(--pr-line);
    border-radius: 12px;
    outline: none;
    font-size: 1rem;
    letter-spacing: 0.4px;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.protocol-field input:focus {
    border-color: var(--pr-accent);
    box-shadow: 0 0 0 3px rgba(58, 110, 165, 0.12);
}

.protocol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 50px;
    padding: 15px;
    color: #ffffff;
    background: var(--pr-navy);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(20, 40, 69, 0.26);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.protocol-btn:hover {
    transform: translateY(-1px);
    background: var(--pr-navy-soft);
    box-shadow: 0 10px 26px rgba(20, 40, 69, 0.34);
}

.protocol-help {
    margin-top: 20px;
    padding-top: 20px;
    color: var(--pr-slate);
    border-top: 1px solid var(--pr-line);
    font-size: 0.9rem;
}

.protocol-help a,
.protocol-back-link,
.protocol-attachments a {
    color: var(--pr-accent);
    font-weight: bold;
    text-decoration: none;
}

.protocol-help a:hover,
.protocol-back-link:hover,
.protocol-attachments a:hover {
    text-decoration: underline;
}

.protocol-back-link {
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.protocol-result-card {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--pr-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.1);
}

.protocol-success-message {
    padding: 16px 24px;
    color: #0d5b3d;
    background: #e8f7ef;
    border-bottom: 1px solid #cdebdc;
    font-weight: 700;
}

.protocol-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 32px 36px;
    border-bottom: 1px solid var(--pr-line);
}

.protocol-result-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--pr-slate);
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.protocol-result-head strong {
    display: block;
    color: var(--pr-navy);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1.9rem;
    letter-spacing: 0.8px;
}

.protocol-result-head p {
    margin-top: 8px;
    color: var(--pr-slate);
    font-size: 0.9rem;
}

.protocol-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    color: #b8862b;
    background: #faf3e3;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
}

.protocol-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(184, 134, 43, 0.22);
}

.protocol-result-body {
    padding: 32px 36px 36px;
}

.protocol-result-body h2,
.protocol-attachments h2 {
    color: var(--pr-navy);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.protocol-attachments {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--pr-line);
}

.protocol-attachments ul {
    margin-top: 12px;
    padding-left: 20px;
}

.protocol-timeline {
    position: relative;
    margin-top: 20px;
}

.protocol-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}

.protocol-timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 13px;
    bottom: 0;
    width: 2px;
    background: var(--pr-line);
}

.protocol-timeline-dot {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #ffffff;
    background: #1f8a5b;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
}

.protocol-timeline-item h3 {
    color: var(--pr-ink);
    font-family: 'Glacial Indifference Bold', sans-serif;
    font-size: 1.05rem;
}

.protocol-timeline-item time {
    display: block;
    margin: 3px 0 7px;
    color: var(--pr-slate);
    font-size: 0.86rem;
    font-weight: bold;
}

.protocol-timeline-item p {
    max-width: 620px;
    color: var(--pr-slate);
}

@media (max-width: 640px) {
    .protocol-wrap {
        padding: 0 20px;
    }

    .protocol-head {
        padding: 112px 0 104px;
    }

    .protocol-consulta-card,
    .protocol-result-head,
    .protocol-result-body {
        padding-left: 24px;
        padding-right: 24px;
    }

    .protocol-result-head {
        flex-direction: column;
    }

    .protocol-status {
        white-space: normal;
    }
}

.protocol-confirm-page {
    min-height: calc(100vh - 74px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 248, 251, 0.96)),
        #f6f8fb;
}

.protocol-confirm-backdrop {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 74px);
    padding: 96px 20px 40px;
}

.protocol-confirm-modal {
    width: min(100%, 425px);
    padding: 42px 30px 36px;
    color: #ffffff;
    background: #192d4d;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(20, 40, 69, 0.18);
}

.protocol-confirm-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #acd0ff;
    font-size: 1rem;
    font-weight: 700;
}

.protocol-confirm-status span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #49e28d;
    background: rgba(73, 226, 141, 0.16);
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
}

.protocol-confirm-modal h1 {
    max-width: 320px;
    margin: 28px 0 16px;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    font-weight: 700;
    line-height: 1.12;
}

.protocol-confirm-modal p {
    margin-bottom: 30px;
    color: #b8d1f5;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.5;
}

.protocol-confirm-note {
    display: block;
    margin: 10px 2px 22px;
    color: #8fa6c4;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.35;
}

.protocol-confirm-error {
    display: grid;
    gap: 6px;
    margin: 0 0 18px;
    padding: 14px 16px;
    color: #7a1e1e;
    background: #fff0f0;
    border: 1px solid #ffd1d1;
    border-radius: 12px;
    font-weight: 700;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.protocol-confirm-form input {
    width: 100%;
    min-height: 46px;
    padding: 12px 20px;
    color: #192d4d;
    background: #ffffff;
    border: 0;
    border-radius: 13px;
    font-size: 1.08rem;
    font-weight: 700;
    outline: none;
}

.protocol-confirm-form input::placeholder {
    color: #777f8b;
}

.protocol-confirm-form input:focus {
    box-shadow: 0 0 0 3px rgba(69, 147, 222, 0.34);
}

.protocol-confirm-form .protocol-btn {
    width: 100%;
    min-height: 61px;
    margin-top: 0;
    background: #4495df;
    border-radius: 14px;
    box-shadow: none;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
}

.protocol-confirm-form .protocol-btn:hover {
    background: #3b86cc;
    box-shadow: none;
}

.protocol-link-button {
    width: 100%;
    margin-top: 26px;
    padding: 0;
    color: #b8d1f5;
    background: transparent;
    border: 0;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.protocol-link-button:hover {
    color: #ffffff;
}

@media (max-width: 640px) {
    .protocol-confirm-backdrop {
        align-items: flex-start;
        padding: 94px 18px 32px;
    }

    .protocol-confirm-modal {
        padding: 34px 26px 30px;
        border-radius: 20px;
    }
}

/* Formulario de relato reformulado */
.report-page {
    --rp-navy: #142845;
    --rp-navy-dark: #0d1c33;
    --rp-navy-soft: #1d3a63;
    --rp-ink: #11161f;
    --rp-slate: #5a6675;
    --rp-line: #e4e8ee;
    --rp-paper: #f6f8fb;
    --rp-accent: #3a6ea5;
    --rp-gold: #c8a84b;
    --rp-ok: #1f8a5b;
    color: var(--rp-ink);
    background: var(--rp-paper);
    font-family: 'Glacial Indifference', Arial, sans-serif;
}

.report-page *,
.report-page *::before,
.report-page *::after {
    box-sizing: border-box;
}

.report-wrap {
    width: min(1140px, 100%);
    margin: 0 auto;
    padding: 0 28px;
}

.report-head {
    position: relative;
    overflow: hidden;
    padding: 132px 0 116px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--rp-navy-dark), var(--rp-navy));
}

.report-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 420px at 85% 0, #000, transparent 75%);
    pointer-events: none;
}

.report-head .report-wrap {
    position: relative;
    z-index: 1;
}

.report-crumbs {
    margin-bottom: 20px;
    color: #9dc0e8;
    font-size: 0.86rem;
}

.report-crumbs a {
    color: #9dc0e8;
    text-decoration: none;
}

.report-crumbs a:hover {
    text-decoration: underline;
}

.report-crumbs span {
    margin: 0 8px;
    color: #5e779a;
}

.report-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.report-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--rp-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.report-head h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.3rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.report-head p {
    max-width: 620px;
    color: #c6d3e4;
    font-size: 1.05rem;
    line-height: 1.6;
}

.report-content {
    position: relative;
    z-index: 2;
    margin-top: -78px;
    padding-bottom: 90px;
}

.report-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 900px;
    align-items: start;
    justify-items: stretch;
}

.report-form-card.denuncia-form {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--rp-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.1);
}

.report-steps-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--rp-paper);
    border-bottom: 1px solid var(--rp-line);
}

.report-step {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 18px 14px;
    text-align: center;
    border-right: 1px solid var(--rp-line);
}

.report-step:last-child {
    border-right: 0;
}

.report-step span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #ffffff;
    background: var(--rp-navy);
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
}

.report-step strong {
    color: var(--rp-navy);
    font-size: 0.82rem;
    font-weight: 700;
}

.report-form-body {
    padding: 38px 40px;
}

.report-alert {
    display: grid;
    gap: 6px;
    margin-bottom: 28px;
    padding: 14px 16px;
    color: #7a1e1e;
    background: #fff0f0;
    border: 1px solid #ffd1d1;
    border-radius: 12px;
    font-weight: 700;
}

.report-form-section {
    margin-bottom: 38px;
}

.report-form-section:last-child {
    margin-bottom: 0;
}

.report-section-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 6px;
}

.report-section-title span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #ffffff;
    background: var(--rp-navy);
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 700;
}

.report-section-title h2 {
    margin: 0;
    color: var(--rp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.report-form-section > p {
    margin: 0 0 20px;
    padding-left: 37px;
    color: var(--rp-slate);
    font-size: 0.95rem;
    line-height: 1.55;
}

.report-field {
    margin-bottom: 20px;
}

.report-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.report-page .report-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--rp-ink);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: left;
}

.report-page .report-field label span {
    color: #c0392b;
}

.report-page .report-field input,
.report-page .report-field select,
.report-page .report-field textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 13px 15px;
    color: var(--rp-ink);
    background: #ffffff;
    border: 1.5px solid var(--rp-line);
    border-radius: 11px;
    outline: none;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.report-page .report-field input[readonly] {
    color: var(--rp-navy);
    background: var(--rp-paper);
    font-weight: 700;
}

.report-page .report-field textarea {
    min-height: 150px;
    resize: vertical;
}

.report-page .report-field input:focus,
.report-page .report-field select:focus,
.report-page .report-field textarea:focus {
    border-color: var(--rp-accent);
    box-shadow: 0 0 0 3px rgba(58, 110, 165, 0.12);
}

.report-page .report-field input::placeholder,
.report-page .report-field textarea::placeholder {
    color: #8d98a7;
}

.report-field small {
    display: block;
    margin-top: 7px;
    color: var(--rp-slate);
    font-size: 0.84rem;
}

.report-other-field {
    margin-top: 10px !important;
}

.report-identity-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.report-id-option {
    display: block;
    margin: 0;
    cursor: pointer;
}

.report-id-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.report-id-option > span {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 13px;
    min-height: 112px;
    padding: 18px;
    color: var(--rp-slate);
    background: #ffffff;
    border: 1.5px solid var(--rp-line);
    border-radius: 13px;
    transition: border-color 0.18s, background 0.18s;
}

.report-id-option i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--rp-navy);
    background: var(--rp-paper);
    border-radius: 10px;
    transition: color 0.18s, background 0.18s;
}

.report-id-option svg {
    width: 19px;
    height: 19px;
}

.report-id-option b,
.report-id-option small {
    grid-column: 2;
}

.report-id-option b {
    display: block;
    margin-top: 1px;
    color: var(--rp-navy);
    font-size: 0.98rem;
}

.report-id-option small {
    display: block;
    margin-top: -9px;
    color: var(--rp-slate);
    font-size: 0.85rem;
    line-height: 1.4;
}

.report-id-option input:checked + span {
    background: #f5f8fc;
    border-color: var(--rp-navy);
}

.report-id-option input:checked + span i {
    color: #ffffff;
    background: var(--rp-navy);
}

.report-id-option input:focus-visible + span {
    outline: 3px solid rgba(58, 110, 165, 0.35);
    outline-offset: 2px;
}

.report-id-fields {
    margin-top: 4px;
}

.report-upload {
    display: grid !important;
    justify-items: center;
    gap: 5px;
    width: 100%;
    margin: 0 !important;
    padding: 28px;
    color: var(--rp-slate) !important;
    background: var(--rp-paper);
    border: 1.6px dashed var(--rp-line);
    border-radius: 13px;
    font-family: 'Glacial Indifference', Arial, sans-serif !important;
    font-weight: 400;
    text-align: center !important;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}

.report-upload:hover {
    background: #f5f8fc;
    border-color: var(--rp-accent);
}

.report-upload svg {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    color: var(--rp-accent);
}

.report-upload b {
    color: var(--rp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
}

.report-upload span {
    color: var(--rp-slate);
    font-family: 'Glacial Indifference', Arial, sans-serif !important;
    font-size: 0.86rem !important;
    font-weight: 700;
}

.report-file-input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 !important;
}

.report-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 18px;
    background: var(--rp-paper);
    border: 1px solid var(--rp-line);
    border-radius: 12px;
}

.report-page .report-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 2px 0 0;
    accent-color: var(--rp-navy);
    cursor: pointer;
}

.report-page .report-consent label {
    margin: 0;
    color: var(--rp-slate);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.report-consent a {
    color: var(--rp-accent);
    font-weight: 700;
    text-decoration: none;
}

.report-consent a:hover {
    text-decoration: underline;
}

.report-form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 24px 40px;
    background: var(--rp-paper);
    border-top: 1px solid var(--rp-line);
}

.report-form-foot span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rp-slate);
    font-size: 0.86rem;
}

.report-form-foot span svg {
    width: 15px;
    height: 15px;
    color: var(--rp-ok);
}

.report-page .report-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    margin: 0;
    padding: 14px 28px;
    color: #ffffff;
    background: var(--rp-navy);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(20, 40, 69, 0.26);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.report-page .report-submit:hover {
    transform: translateY(-1px);
    background: var(--rp-navy-soft);
    box-shadow: 0 10px 26px rgba(20, 40, 69, 0.34);
}

.report-submit svg {
    width: 17px;
    height: 17px;
}

.report-aside {
    position: sticky;
    top: 98px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.report-aside-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--rp-line);
    border-radius: 16px;
}

.report-aside-dark {
    color: #ffffff;
    background: linear-gradient(160deg, var(--rp-navy), var(--rp-navy-dark));
    border: 0;
}

.report-aside-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--rp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    text-transform: uppercase;
}

.report-aside-dark h3 {
    color: #ffffff;
}

.report-aside-card h3 svg {
    width: 19px;
    height: 19px;
    color: var(--rp-accent);
}

.report-aside-dark h3 svg {
    color: #9dc0e8;
}

.report-aside-card ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.report-aside-card li {
    position: relative;
    padding-left: 28px;
    color: var(--rp-slate);
    font-size: 0.92rem;
    line-height: 1.45;
}

.report-aside-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--rp-ok);
    font-weight: 700;
}

.report-aside-card p {
    margin: 0;
    color: #c6d3e4;
    font-size: 0.92rem;
    line-height: 1.55;
}

.report-aside-card p strong {
    color: #ffffff;
}

.report-aside-card a {
    display: inline-block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none;
}

.report-aside-card small {
    display: block;
    margin-top: 2px;
    color: #9bb0ca;
    font-size: 0.85rem;
}

@media (max-height: 860px) and (min-width: 921px) {
    .report-aside {
        position: static;
    }
}

@media (max-width: 920px) {
    .report-layout {
        grid-template-columns: 1fr;
    }

    .report-aside {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-aside-card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .report-wrap {
        padding: 0 20px;
    }

    .report-head {
        padding: 112px 0 104px;
    }

    .report-steps-bar {
        display: none;
    }

    .report-form-body,
    .report-form-foot {
        padding-left: 22px;
        padding-right: 22px;
    }

    .report-field-row,
    .report-identity-choice,
    .report-aside {
        grid-template-columns: 1fr;
    }

    .report-form-section > p {
        padding-left: 0;
    }

    .report-form-foot {
        align-items: stretch;
        flex-direction: column;
    }

    .report-page .report-submit {
        width: 100%;
    }
}

/* Termo de denuncia reformulado */
.terms-page {
    --tm-navy: #142845;
    --tm-navy-dark: #0d1c33;
    --tm-navy-soft: #1d3a63;
    --tm-ink: #11161f;
    --tm-slate: #5a6675;
    --tm-line: #e4e8ee;
    --tm-paper: #f6f8fb;
    --tm-accent: #3a6ea5;
    --tm-gold: #c8a84b;
    --tm-ok: #1f8a5b;
    color: var(--tm-ink);
    background: var(--tm-paper);
    font-family: 'Glacial Indifference', Arial, sans-serif;
}

.terms-page *,
.terms-page *::before,
.terms-page *::after {
    box-sizing: border-box;
}

.terms-wrap {
    width: min(1140px, 100%);
    margin: 0 auto;
    padding: 0 28px;
}

.terms-head {
    position: relative;
    overflow: hidden;
    padding: 128px 0 108px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--tm-navy-dark), var(--tm-navy));
}

.terms-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 420px at 85% 0, #000, transparent 75%);
    pointer-events: none;
}

.terms-head .terms-wrap {
    position: relative;
    z-index: 1;
}

.terms-crumbs {
    margin-bottom: 20px;
    color: #9dc0e8;
    font-size: 0.86rem;
}

.terms-crumbs a {
    color: #9dc0e8;
    text-decoration: none;
}

.terms-crumbs a:hover {
    text-decoration: underline;
}

.terms-crumbs span {
    margin: 0 8px;
    color: #5e779a;
}

.terms-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.terms-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--tm-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.terms-head h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 760px;
    margin: 0 0 14px;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(2.15rem, 5vw, 3.15rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.terms-head-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    color: #9dc0e8;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.terms-head-icon svg {
    width: 24px;
    height: 24px;
}

.terms-head p {
    max-width: 620px;
    color: #c6d3e4;
    font-size: 1.05rem;
    line-height: 1.6;
}

.terms-content {
    position: relative;
    z-index: 2;
    margin-top: -72px;
    padding-bottom: 92px;
}

.terms-layout {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.terms-toc {
    position: sticky;
    top: 98px;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid var(--tm-line);
    border-radius: 16px;
}

.terms-toc > strong {
    display: block;
    margin-bottom: 14px;
    color: var(--tm-slate);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.terms-toc nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.terms-toc a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    color: var(--tm-slate);
    border-radius: 9px;
    font-size: 0.9rem;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}

.terms-toc a span {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: var(--tm-line);
    border-radius: 50%;
    transition: background 0.15s, transform 0.15s;
}

.terms-toc a:hover {
    color: var(--tm-navy);
    background: var(--tm-paper);
}

.terms-toc a.active {
    color: var(--tm-navy);
    background: #f0f5fb;
    font-weight: 700;
}

.terms-toc a.active span {
    background: var(--tm-gold);
    transform: scale(1.25);
}

.terms-toc p {
    margin: 16px 0 0;
    padding-top: 16px;
    color: var(--tm-slate);
    border-top: 1px solid var(--tm-line);
    font-size: 0.8rem;
    line-height: 1.5;
}

.terms-toc p b {
    display: block;
    color: var(--tm-navy);
}

.terms-doc {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.08);
}

.terms-doc-body {
    padding: 46px 56px;
}

.terms-intro {
    margin-bottom: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--tm-line);
}

.terms-intro h2 {
    margin: 0 0 10px;
    color: var(--tm-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
}

.terms-intro p {
    max-width: 60ch;
    margin: 0;
    color: var(--tm-slate);
    font-size: 0.98rem;
    line-height: 1.6;
}

.terms-block {
    margin-bottom: 34px;
    scroll-margin-top: 96px;
}

.terms-block:last-of-type {
    margin-bottom: 8px;
}

.terms-block-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.terms-block-title span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: var(--tm-navy);
    border-radius: 9px;
    font-weight: 700;
}

.terms-block-title h3 {
    margin: 0;
    color: var(--tm-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.terms-block p {
    max-width: 66ch;
    margin: 0 0 13px;
    color: #33414f;
    font-size: 0.99rem;
    line-height: 1.62;
}

.terms-block p:last-child {
    margin-bottom: 0;
}

.terms-block .terms-lead {
    color: var(--tm-ink);
    font-size: 1.04rem;
    font-weight: 700;
}

.terms-privacy-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    max-width: 66ch;
    padding: 18px 20px;
    background: #f0f5fb;
    border: 1px solid #d9e6f3;
    border-left: 3px solid var(--tm-accent);
    border-radius: 12px;
}

.terms-privacy-note svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: var(--tm-accent);
}

.terms-privacy-note p {
    max-width: none;
    margin: 0;
    color: #2a3947;
}

.terms-intro-note {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 66ch;
    margin-top: 22px;
    padding: 15px 17px;
    color: #2f3d4d;
    background: #f3f7fb;
    border: 1px solid #dce8f4;
    border-radius: 12px;
}

.terms-intro-note span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--tm-accent);
    background: #ffffff;
    border: 1px solid #d9e6f3;
    border-radius: 10px;
}

.terms-intro-note svg {
    width: 18px;
    height: 18px;
}

.terms-intro-note p {
    flex: 1 1 auto;
    margin: 0;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
}

.terms-intro-note a {
    flex: 0 0 auto;
    color: var(--tm-navy);
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.terms-intro-note a:hover {
    color: var(--tm-accent);
}

.terms-principles {
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 66ch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-principles li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 14px 16px;
    color: #33414f;
    background: var(--tm-paper);
    border: 1px solid var(--tm-line);
    border-radius: 11px;
    font-size: 0.99rem;
    line-height: 1.45;
}

.terms-principles li span {
    color: var(--tm-ok);
    font-weight: 700;
}

.terms-principles li b {
    color: var(--tm-navy);
}

.terms-accept {
    padding: 30px 56px;
    background: var(--tm-paper);
    border-top: 1px solid var(--tm-line);
}

.terms-accept-inner {
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid var(--tm-line);
    border-radius: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.terms-accept.needs-attention .terms-accept-inner {
    border-color: var(--tm-accent);
    box-shadow: 0 0 0 4px rgba(45, 121, 197, 0.15), 0 16px 36px rgba(20, 40, 69, 0.14);
}

.terms-accept-head {
    margin-bottom: 14px;
}

.terms-accept-head span {
    display: block;
    margin-bottom: 5px;
    color: var(--tm-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.terms-accept-head h2 {
    margin: 0;
    color: var(--tm-navy);
    font-size: clamp(1.24rem, 2.3vw, 1.52rem);
    line-height: 1.18;
}

.terms-accept-inner p {
    max-width: none;
    margin: 0 0 18px;
    color: var(--tm-slate);
    font-size: 0.94rem;
    line-height: 1.6;
}

.terms-accept-inner a {
    color: var(--tm-accent);
    font-weight: 700;
    text-decoration: none;
}

.terms-accept-inner a:hover {
    text-decoration: underline;
}

.terms-check {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1.5px solid var(--tm-line);
    border-radius: 11px;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s;
}

.terms-check:hover {
    background: #fafcfe;
    border-color: #c9d6e5;
}

.terms-check input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: var(--tm-navy);
    cursor: pointer;
}

.terms-check span {
    color: var(--tm-ink);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
}

.terms-actionbar {
    position: sticky;
    bottom: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--tm-line);
    box-shadow: 0 -6px 24px rgba(20, 40, 69, 0.07);
    backdrop-filter: blur(10px);
}

.terms-actionbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
}

.terms-status {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--tm-slate);
}

.terms-status span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--tm-slate);
    background: var(--tm-paper);
    border: 1px solid var(--tm-line);
    border-radius: 9px;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.terms-status svg {
    width: 18px;
    height: 18px;
}

.terms-status strong {
    font-size: 0.94rem;
}

.terms-actionbar.ready .terms-status span {
    color: #ffffff;
    background: var(--tm-ok);
    border-color: var(--tm-ok);
}

.terms-actionbar.ready .terms-status strong {
    color: var(--tm-ok);
}

.terms-go-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 14px 30px;
    color: #ffffff;
    background: var(--tm-navy);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(20, 40, 69, 0.26);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, opacity 0.2s;
}

.terms-go-button:hover:not(:disabled) {
    transform: translateY(-1px);
    background: var(--tm-navy-soft);
    box-shadow: 0 10px 26px rgba(20, 40, 69, 0.34);
}

.terms-actionbar:not(.ready) .terms-go-button {
    background: #2d79c5;
    box-shadow: 0 6px 18px rgba(45, 121, 197, 0.24);
}

.terms-go-button svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 920px) {
    .terms-layout {
        grid-template-columns: 1fr;
    }

    .terms-toc {
        display: none;
    }

    .terms-doc-body {
        padding: 34px 30px;
    }

    .terms-accept {
        padding: 26px 30px;
    }
}

@media (max-width: 560px) {
    .terms-wrap {
        padding: 0 20px;
    }

    .terms-head {
        padding: 112px 0 104px;
    }

    .terms-doc-body {
        padding: 28px 22px;
    }

    .terms-accept {
        padding: 22px;
    }

    .terms-accept-inner {
        padding: 20px;
    }

    .terms-intro-note {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .terms-intro-note p {
        flex: 1 1 calc(100% - 48px);
    }

    .terms-intro-note a {
        margin-left: 47px;
    }

    .terms-actionbar-inner {
        justify-content: center;
    }

    .terms-go-button {
        width: 100%;
    }

    .terms-actionbar {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

/* Busca de empresa reformulada */
.company-page {
    --cp-navy: #142845;
    --cp-navy-dark: #0d1c33;
    --cp-navy-soft: #1d3a63;
    --cp-ink: #11161f;
    --cp-slate: #5a6675;
    --cp-line: #e4e8ee;
    --cp-paper: #f6f8fb;
    --cp-accent: #3a6ea5;
    --cp-gold: #c8a84b;
    --cp-ok: #1f8a5b;
    color: var(--cp-ink);
    background: var(--cp-paper);
    font-family: 'Glacial Indifference', Arial, sans-serif;
}

.company-page *,
.company-page *::before,
.company-page *::after {
    box-sizing: border-box;
}

.company-wrap {
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 0 28px;
}

.company-head {
    position: relative;
    overflow: hidden;
    padding: 128px 0 112px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--cp-navy-dark), var(--cp-navy));
}

.company-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(700px 420px at 85% 0, #000, transparent 75%);
    pointer-events: none;
}

.company-head .company-wrap {
    position: relative;
    z-index: 1;
}

.company-crumbs {
    margin-bottom: 20px;
    color: #9dc0e8;
    font-size: 0.86rem;
}

.company-crumbs a {
    color: #9dc0e8;
    text-decoration: none;
}

.company-crumbs a:hover {
    text-decoration: underline;
}

.company-crumbs span {
    margin: 0 8px;
    color: #5e779a;
}

.company-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #a9c2e0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.company-eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--cp-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(200, 168, 75, 0.2);
}

.company-head h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: #ffffff;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
}

.company-head p {
    max-width: 620px;
    color: #c6d3e4;
    font-size: 1.05rem;
    line-height: 1.6;
}

.company-content {
    position: relative;
    z-index: 2;
    margin-top: -78px;
    padding-bottom: 90px;
}

.company-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    align-items: start;
}

.company-card {
    padding: 38px 40px;
    background: #ffffff;
    border: 1px solid var(--cp-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 40, 69, 0.1);
}

.company-card-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.company-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    color: var(--cp-accent);
    background: #f0f5fb;
    border: 1px solid #d9e6f3;
    border-radius: 18px;
}

.company-icon svg {
    width: 38px;
    height: 38px;
}

.company-card h2 {
    margin: 0 0 8px;
    color: var(--cp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.company-card-head p {
    margin: 0;
    color: var(--cp-slate);
    font-size: 1rem;
    line-height: 1.55;
}

.company-notice {
    margin-bottom: 24px;
    padding: 18px 20px;
    color: var(--cp-navy);
    background: var(--cp-paper);
    border: 1px solid #d9e6f3;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.company-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 20px;
}

.company-page .buscar-empresa-input {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 14px 18px;
    color: var(--cp-ink);
    background: #ffffff;
    border: 1.5px solid var(--cp-line);
    border-radius: 11px;
    outline: none;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.company-page .buscar-empresa-input:focus {
    border-color: var(--cp-accent);
    box-shadow: 0 0 0 3px rgba(58, 110, 165, 0.12);
}

.company-page .buscar-empresa-button,
.company-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    min-width: 170px;
    margin: 0;
    padding: 14px 26px;
    color: #ffffff;
    background: var(--cp-navy);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(20, 40, 69, 0.26);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.company-page .buscar-empresa-button:hover,
.company-search-button:hover {
    transform: translateY(-1px);
    background: var(--cp-navy-soft);
    box-shadow: 0 10px 26px rgba(20, 40, 69, 0.34);
}

.company-result {
    display: grid;
    gap: 16px;
}

.company-page .buscar-empresa-span {
    display: block;
    min-height: 0;
    margin: 0;
    color: #8f1611;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.company-page .buscar-empresa-span.is-success {
    display: grid;
    gap: 8px;
    color: var(--cp-ok);
}

.company-page .buscar-empresa-span.is-success strong {
    display: block;
    color: var(--cp-navy);
    font-size: 1.25rem;
}

.company-report-options {
    padding: 20px;
    color: var(--cp-navy) !important;
    background: var(--cp-paper);
    border: 1px solid #d9e6f3;
    border-radius: 12px;
}

.company-report-options > label {
    display: block;
    margin: 0 0 14px;
    color: #8f1611;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-weight: 700;
}

.company-report-options div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 22px 0 0;
}

.company-report-options input {
    width: 18px;
    height: 18px;
    accent-color: var(--cp-navy);
}

.company-report-options div label {
    margin: 0;
    color: var(--cp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.company-next {
    display: flex;
    justify-content: flex-start;
}

.company-aside {
    position: sticky;
    top: 98px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.company-aside-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--cp-line);
    border-radius: 16px;
}

.company-aside-dark {
    color: #ffffff;
    background: linear-gradient(160deg, var(--cp-navy), var(--cp-navy-dark));
    border: 0;
}

.company-aside-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--cp-navy);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    text-transform: uppercase;
}

.company-aside-dark h3 {
    color: #ffffff;
}

.company-aside-card h3 svg {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    color: var(--cp-accent);
}

.company-aside-dark h3 svg {
    color: #9dc0e8;
}

.company-aside-card p {
    margin: 0;
    color: var(--cp-slate);
    font-size: 0.94rem;
    line-height: 1.55;
}

.company-aside-dark p {
    color: #c6d3e4;
}

@media (max-height: 780px) and (min-width: 921px) {
    .company-aside {
        position: static;
    }
}

@media (max-width: 920px) {
    .company-layout {
        grid-template-columns: 1fr;
    }

    .company-aside {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .company-wrap {
        padding: 0 20px;
    }

    .company-head {
        padding: 112px 0 104px;
    }

    .company-card {
        padding: 30px 22px;
    }

    .company-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .company-search,
    .company-aside {
        grid-template-columns: 1fr;
    }

    .company-page .buscar-empresa-button,
    .company-search-button {
        width: 100%;
    }

    .company-report-options div {
        display: flex;
        margin: 0 0 12px;
    }
}

.company-page .company-eyebrow {
    display: none;
}

.company-page .company-head {
    padding: 128px 0 104px;
}

.company-page .company-head h1 {
    font-size: clamp(2rem, 5vw, 3rem);
}

.company-page .company-head p {
    max-width: 520px;
}

.company-page .company-content {
    margin-top: -66px;
}

.company-page .company-wrap {
    max-width: 1380px;
}

.company-stepdots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
}

.company-stepdots span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9dc0e8;
    font-size: 0.84rem;
    font-weight: 700;
}

.company-stepdots span.active {
    color: #ffffff;
}

.company-stepdots b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #cfe0f2;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    font-size: 0.78rem;
}

.company-stepdots .active b {
    color: var(--cp-navy);
    background: #ffffff;
}

.company-stepdots i {
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.company-page .company-card {
    max-width: 640px;
    margin: 0 auto;
    padding: 46px 48px;
    border-radius: 20px;
}

.company-page .company-card-head {
    display: block;
    margin-bottom: 28px;
}

.company-page .company-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    color: #ffffff;
    background: linear-gradient(150deg, var(--cp-navy), var(--cp-navy-soft));
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(20, 40, 69, 0.22);
}

.company-page .company-icon svg {
    width: 27px;
    height: 27px;
}

.company-page .company-card h2 {
    margin-bottom: 9px;
    font-size: 1.72rem;
    text-transform: none;
}

.company-page .company-card-head p {
    max-width: 460px;
    font-size: 0.98rem;
}

.company-page .company-notice {
    display: none;
}

.company-page .company-search {
    display: flex;
    gap: 10px;
}

.company-input-wrap {
    position: relative;
    flex: 1 1 auto;
    min-width: 260px;
}

.company-input-wrap svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 19px;
    height: 19px;
    color: #9aa6b5;
    transform: translateY(-50%);
    pointer-events: none;
}

.company-page .buscar-empresa-input {
    min-height: 52px;
    padding-left: 46px;
}

.company-page .buscar-empresa-button,
.company-search-button {
    flex: 0 0 auto;
    width: auto;
    min-height: 52px;
    min-width: auto;
    padding: 0 24px;
}

.company-page .company-result {
    gap: 0;
}

.company-page .buscar-empresa-span:not(.is-success):not(.company-report-options) {
    margin-top: 12px;
}

.company-page .buscar-empresa-span.is-success {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 18px;
    color: var(--cp-ok);
    background: #e8f5ee;
    border: 1.5px solid var(--cp-ok);
    border-radius: 14px;
}

.company-page .buscar-empresa-span.is-success .company-found-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: var(--cp-ok);
    border-radius: 11px;
}

.company-page .buscar-empresa-span.is-success .company-found-icon svg {
    width: 21px;
    height: 21px;
}

.company-page .buscar-empresa-span.is-success .company-found-label,
.company-page .buscar-empresa-span.is-success .company-found-name {
    display: block;
}

.company-page .buscar-empresa-span.is-success .company-found-label {
    margin-bottom: 2px;
    color: var(--cp-ok);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.company-page .buscar-empresa-span.is-success .company-found-name {
    color: var(--cp-navy);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.35;
}

.company-page .company-report-options {
    margin-top: 26px;
    padding: 0;
    background: transparent;
    border: 0;
}

.company-report-options p {
    margin: 0 0 14px;
    color: var(--cp-ink);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
}

.company-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.company-report-options .company-types {
    display: grid;
    margin: 0;
}

.company-type {
    display: block;
    margin: 0;
    cursor: pointer;
}

.company-type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.company-type > span {
    display: block;
    min-height: 156px;
    padding: 20px 16px;
    text-align: center;
    background: #ffffff;
    border: 1.5px solid var(--cp-line);
    border-radius: 14px;
    transition: border-color 0.18s, background 0.18s, transform 0.15s;
}

.company-type:hover > span {
    border-color: #cfd9e6;
    transform: translateY(-2px);
}

.company-type i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    color: var(--cp-navy);
    background: var(--cp-paper);
    border-radius: 11px;
    transition: color 0.18s, background 0.18s;
}

.company-type svg {
    width: 21px;
    height: 21px;
}

.company-type b {
    display: block;
    margin-bottom: 3px;
    color: var(--cp-navy);
    font-size: 0.95rem;
    font-weight: 700;
}

.company-type small {
    display: block;
    color: var(--cp-slate);
    font-size: 0.8rem;
    line-height: 1.35;
}

.company-type input:checked + span {
    background: #f5f8fc;
    border-color: var(--cp-navy);
}

.company-type input:checked + span i {
    color: #ffffff;
    background: var(--cp-navy);
}

.company-type input:focus-visible + span {
    outline: 3px solid rgba(58, 110, 165, 0.35);
    outline-offset: 2px;
}

.company-page .company-next {
    justify-content: flex-end;
    margin-top: 26px;
}

.company-page .company-next .buscar-empresa-button {
    gap: 9px;
}

.company-page .company-next .buscar-empresa-button svg {
    width: 17px;
    height: 17px;
}

.company-reset-button {
    display: block;
    margin: 16px auto 0;
    padding: 0;
    color: var(--cp-accent);
    background: transparent;
    border: 0;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.company-reset-button:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .company-page .company-card {
        padding: 34px 22px;
    }

    .company-page .company-search {
        flex-direction: column;
    }

    .company-input-wrap {
        min-width: 0;
        width: 100%;
    }

    .company-page .buscar-empresa-button,
    .company-search-button {
        justify-content: center;
        width: 100%;
        padding: 14px;
    }

    .company-types {
        grid-template-columns: 1fr;
    }

    .company-stepdots {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px 10px;
    }

    .company-stepdots i {
        display: none;
    }
}

@media (max-width: 380px) {
    .company-page .company-card {
        padding: 28px 18px;
    }

    .company-page .company-card h2 {
        font-size: 1.55rem;
    }

    .company-type > span {
        min-height: 0;
        padding: 18px 14px;
    }
}

/* Ajuste fino do respiro abaixo do cabeçalho nas telas de protocolo. */
.protocol-page .protocol-head {
    padding-top: 164px;
}

.terms-page .terms-head {
    padding-top: 164px;
}

.company-page .company-head {
    padding-top: 164px;
}

@media (max-width: 640px) {
    .protocol-page .protocol-head {
        padding-top: 132px;
    }

    .terms-page .terms-head {
        padding-top: 132px;
    }

    .company-page .company-head {
        padding-top: 132px;
    }
}
