/* ============================================================
   apoie-o-projeto.css — Estilos específicos da página de acesso antecipado
   Componentes reutilizáveis estão em 09-components.css
   ============================================================ */

/* Wrapper do bloco de termos legais */
.terms-container {
	background: #f8f9fa;
	border-radius: 12px;
	overflow: hidden;
}
.terms-header {
	background: #fff;
	padding: 20px 25px;
	border-bottom: 1px solid #dee2e6;
}
.terms-header p {
	margin-bottom: 0;
	font-size: 1.05rem;
	color: #495057;
}
.terms-footer {
	padding: 20px 25px;
	background: #f8f9fa;
}

/* Bloco de documentação legal (dentro de terms-footer) */
.terms-legal-box {
	background: #ffffff;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid #dee2e6;
	text-align: center;
}
.terms-legal-box h5 {
	margin-bottom: 15px;
	color: #2c3e50;
	font-weight: 600;
}
.terms-legal-box p {
	margin-bottom: 15px;
	color: #6c757d;
	font-size: 0.95rem;
}
.terms-legal-link {
	display: inline-block;
	background: #2c3e50;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.2s ease;
}
.terms-legal-link:hover {
	background: #354879;
	color: #fff !important;
	text-decoration: none;
}

/* Lista de benefícios */
.benefits-list {
	list-style: none;
	padding: 0;
	text-align: center;
}
.benefits-list li {
	margin: 10px 0;
}

/* Nota de rodapé pequena */
.note-small {
	font-size: 14px;
}

/* Tabela de descontos */
.discount-table {
	max-width: 700px;
	margin: auto;
}

/* Passo a passo "Como apoiar" */
.how-to-list {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 20px;
}
.how-to-list li {
	margin-bottom: 20px;
	display: list-item;
}
.how-to-list li:last-child {
	margin-bottom: 10px;
}
.how-to-note {
	font-size: 15px;
}