/* =========================================================
   ROM TAROT — FOOTER GLOBAL
   ========================================================= */

/* Ocultar solamente el footer visual original de Astra */
.site-footer {
	display: none !important;
}


/* ---------------------------------------------------------
   CONTENEDOR
   --------------------------------------------------------- */

.rom-footer {
	width: 100%;
	clear: both;
	background: #fcf6f7;
	color: #4f3a50;
	border-top: 1px solid rgba(79, 58, 80, 0.08);
}

.rom-footer__inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	padding: 58px 0 48px;

	display: grid;
	grid-template-columns: 1.15fr 0.9fr 0.75fr;
	gap: 80px;
	align-items: start;
}


/* ---------------------------------------------------------
   TIPOGRAFÍA GENERAL
   --------------------------------------------------------- */

.rom-footer,
.rom-footer input,
.rom-footer button {
	font-family: inherit;
}

.rom-footer a {
	color: #725274;
	text-decoration: none;
	transition: color 0.2s ease;
}

.rom-footer a:hover {
	color: #b36c79;
}

.rom-footer__heading {
	margin: 0 0 18px;
	padding: 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #513750;
}


/* ---------------------------------------------------------
   MARCA
   --------------------------------------------------------- */

.rom-footer__logo {
	margin-bottom: 20px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.08;
	color: #4b304d;
}

.rom-footer__intro {
	max-width: 225px;
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.8;
	color: #755f70;
}

.rom-footer__deck {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #a85f70 !important;
}


/* ---------------------------------------------------------
   NAVEGACIÓN
   --------------------------------------------------------- */

.rom-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rom-footer__nav li {
	margin: 0 0 13px;
}

.rom-footer__nav a,
.rom-footer__social a {
	font-size: 15px;
	line-height: 1.5;
}


/* ---------------------------------------------------------
   COLUMNA COMUNIDAD
   --------------------------------------------------------- */

.rom-footer__community {
	display: block;
}

.rom-footer__social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}


/* ---------------------------------------------------------
   NEWSLETTER
   --------------------------------------------------------- */

.rom-footer__newsletter-intro {
	margin: -3px 0 17px;
	font-size: 14px;
	line-height: 1.5;
	color: #755f70;
}

.rom-brevo-form {
	margin: 0;
	padding: 0;
}

.rom-brevo-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.rom-brevo-field {
	margin: 0;
}

.rom-brevo-field label {
	display: block;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #60495e;
}

.rom-brevo-field .entry__field {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.rom-brevo-field input {
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #e1d5da !important;
	border-radius: 0;
	background: rgba(255,255,255,0.82) !important;
	color: #4f3a50;
	font-size: 13px;
	box-shadow: none !important;
}

.rom-brevo-field input:focus {
	border-color: #b98aa0 !important;
	outline: none;
}

.rom-brevo-field input::placeholder {
	color: #aa9ba5;
}

.rom-brevo-optin {
	margin-top: 14px;
}

.rom-brevo-check {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.45;
	color: #604f5e;
}

.rom-brevo-check input {
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.rom-brevo-help {
	margin: 5px 0 0 23px;
	font-size: 10px;
	line-height: 1.45;
	color: #927f8c;
}

.rom-brevo-actions {
	margin-top: 14px;
}

.rom-brevo-submit {
	min-height: 39px;
	padding: 9px 19px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #a86678 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.rom-brevo-submit:hover {
	background: #94586a !important;
}

.rom-brevo-submit svg {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	fill: currentColor;
}


/* Texto legal Brevo */

.rom-brevo-privacy {
	max-width: 390px;
	margin-top: 13px;
	font-size: 9px;
	line-height: 1.45;
	color: #9a8792;
}

.rom-brevo-privacy a {
	text-decoration: underline;
}


/* Mensajes Brevo */

.rom-brevo-message {
	display: none;
	margin: 0 0 12px;
	padding: 8px 10px;
	border: 0;
	font-size: 11px;
	line-height: 1.4;
}

.rom-brevo-message--success {
	background: #f2f7f2;
	color: #526552;
}

.rom-brevo-message--error {
	background: #fbefef;
	color: #895c62;
}

.entry__error {
	display: block;
	margin-top: 4px;
	font-size: 10px;
	color: #a34f5e;
}

.input--hidden {
	display: none !important;
}


/* ---------------------------------------------------------
   COPYRIGHT
   --------------------------------------------------------- */

.rom-footer__bottom {
	border-top: 1px solid rgba(79, 58, 80, 0.10);
}

.rom-footer__bottom-inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	padding: 18px 0 20px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #8b7785;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1000px) {

	.rom-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 45px 55px;
	}
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 700px) {

	.rom-footer__inner {
		width: min(100% - 36px, 520px);
		padding: 42px 0 36px;
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.rom-footer__intro {
		max-width: 280px;
	}

	.rom-brevo-fields {
		grid-template-columns: 1fr;
	}

	.rom-footer__bottom-inner {
		width: min(100% - 36px, 520px);
		padding: 16px 0 18px;
	}
}