/* ===== Rodapé Gráfica Penha ===== */

/* Esconde o rodapé padrão do tema (tema de blocos) para que este seja o único. */
body .wp-site-blocks footer.wp-block-template-part {
	display: none !important;
}

#gph-footer {
	background: #0a1f30;
	color: #cbd5e1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	width: 100%;
}

#gph-footer .gph-footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 24px 48px;
	box-sizing: border-box;
}

.gph-footer-grid {
	display: flex !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	width: 100% !important;
}

/* Distribuição equilibrada das 4 colunas do rodapé */
.gph-footer-col {
	margin: 0 !important;
	flex: 0 1 auto !important;
}

/* Largura equilibrada do bloco institucional da esquerda */
.gph-footer-col:first-child {
	max-width: 320px;
}

/* Larguras mínimas/estáveis para as colunas centrais */
.gph-footer-col:nth-child(2) {
	min-width: 170px; /* Coluna Informações */
}

.gph-footer-col:nth-child(3) {
	min-width: 230px; /* Coluna Atendimento */
}

/* Coluna de Pagamentos/Segurança na ponta direita */
.gph-footer-col:last-child {
	min-width: 240px;
}

/* Coluna 1 */
.gph-footer-logo {
	margin-bottom: 20px;
}
.gph-footer-logo-img {
	max-height: 90px;
	max-width: 280px;
	width: auto;
	height: auto;
}
.gph-footer-logo-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 280px;
	max-width: 100%;
	height: 90px;
	border: 2px dashed rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.5);
	gap: 4px;
}
.gph-footer-logo-placeholder-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.7);
}
.gph-footer-logo-placeholder-hint {
	font-size: 11px;
}

.gph-footer-about {
	margin: 0 0 24px;
	font-size: 14px;
	color: #cbd5e1;
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.gph-footer-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.gph-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
}
.gph-btn-outline:hover {
	background: #ffffff;
	color: #0a1f30;
}

/* Títulos das colunas */
.gph-footer-title {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* Coluna 2 — links */
.gph-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gph-footer-links li {
	margin-bottom: 2px; line-height: 1.3;
}
.gph-footer-links a {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
}
.gph-footer-links a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Coluna 3 — contato */
.gph-footer-contact {
	font-size: 13px;
	color: #ffffff;
	line-height: 1.6;
}
.gph-footer-contact p {
	margin: 0 0 10px;
}
.gph-footer-contact strong {
	color: #ffffff;
}
.gph-footer-contact a {
	color: #ffffff;
	text-decoration: none;
}
.gph-footer-contact a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Coluna 4 — blocos de ícones */
.gph-footer-block {
	margin-bottom: 24px;
}
.gph-footer-block:last-child {
	margin-bottom: 0;
}
.gph-footer-block .gph-footer-title {
	margin-bottom: 12px;
}
.gph-footer-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.gph-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	background: #ffffff;
	color: #0a1f30;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}
.gph-badge svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.gph-badge--text {
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* Responsivo */
@media (max-width: 900px) {
	.gph-footer-grid {
		flex-direction: column;
		align-items: stretch !important;
		gap: 32px;
	}
	.gph-footer-logo-placeholder {
		width: 100%;
		max-width: 280px;
	}
}

.gph-footer-about {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  opacity: 0.95 !important;
}
.gph-footer-badges h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
}
.gph-footer-badges h4:not(:first-child) {
  margin-top: 14px;
}
.gph-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
/* Badges de Pagamento */
.gph-badge-card img,
.gph-badge-pay img {
  height: 24px;
  border-radius: 3px;
  display: block;
}
/* Badges de Entrega */
.gph-badge-delivery {
  background: #ffffff;
  color: #1e293b;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.gph-badge-delivery.gph-correios img {
  height: 14px;
}
/* Selos de Segurança */
.gph-badge-seal {
  background: #ffffff;
  color: #1e293b;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-left: 3px solid #104f77; /* azul da casa (era verde #10b981) */
}
.gph-footer-assets h4 {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0.3px;
}
.gph-footer-assets h4:not(:first-child) {
  margin-top: 14px;
}
.gph-assets-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
/* Caixas cinza-escuro translúcidas dos pagamentos */
.gph-card-dark {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  width: 44px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  box-sizing: border-box;
}
.gph-card-dark img {
  max-width: 100%;
  max-height: 20px;
  object-fit: contain;
  display: block;
}
/* Caixas brancas para entrega e segurança */
.gph-card-white {
  background-color: #ffffff;
  border-radius: 3px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  box-sizing: border-box;
}
.gph-card-white img {
  max-height: 22px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.gph-security .gph-seal {
  height: 30px;
}
.gph-security .gph-seal img {
  max-height: 26px;
}
.gph-footer-logo-wrap {
  margin-bottom: 14px;
}
.gph-footer-logo {
  max-width: 260px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gph-footer-logo-wrap {
  margin-bottom: 16px;
}

.gph-footer-logo {
  width: 100% !important;
  max-width: 285px !important;
  height: auto !important;
  max-height: 95px !important;
  object-fit: contain;
  display: block;
}
/* Container da logo na 1ª coluna do rodapé - Centralizado */
.gph-footer-logo-wrap,
.footer-col:first-child .logo-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 16px !important;
}

.gph-footer-logo,
.gph-footer-logo-wrap img,
.footer-col:first-child img.logo {
  margin: 0 auto !important;
  display: block !important;
  max-width: 260px !important;
  height: auto !important;
}

/* ===== Barra inferior de créditos / copyright ===== */
.gph-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #08192a;
}
.gph-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  text-align: center;
  box-sizing: border-box;
}
.gph-footer-bottom-line {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.7;
}
.gph-footer-bottom-line + .gph-footer-bottom-line {
  margin-top: 2px;
}