/* RZ Footer Plus — frontend styles
 *
 * Brand farby zladené s rezilio.sk:
 *   primary pink   #d6336c
 *   deep pink      #831843
 *   soft pink      #fce7f3
 *   yellow accent  #fde047
 */

.rzfp-footer {
	background: #0a0a0a;
	color: rgba(255, 255, 255, 0.78);
	padding: 72px 24px 32px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	box-sizing: border-box;
}

.rzfp-footer * {
	box-sizing: border-box;
}

.rzfp-footer-inner {
	max-width: 1180px;
	margin: 0 auto;
}

/* ─── CTA blok (voliteľný) ───────────────────────────────── */
.rzfp-cta {
	max-width: 720px;
	margin: 0 auto 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.rzfp-cta-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #fde047;
	text-transform: uppercase;
	margin: 0 0 14px;
}

.rzfp-cta-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	color: white;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.rzfp-cta-button {
	display: inline-block;
	padding: 14px 32px;
	background: #d6336c;
	color: white !important;
	text-decoration: none !important;
	font-weight: 500;
	border-radius: 999px;
	font-size: 15px;
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 6px 20px -8px rgba(214, 51, 108, 0.6);
}

.rzfp-cta-button:hover {
	background: #831843;
	transform: translateY(-1px);
	box-shadow: 0 10px 28px -10px rgba(214, 51, 108, 0.7);
}

/* ─── 3-column grid ──────────────────────────────────────── */
.rzfp-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 48px;
}

.rzfp-col {
	min-width: 0;
}

.rzfp-col-brand .rzfp-logo {
	display: inline-block;
	text-decoration: none !important;
	margin-bottom: 16px;
}

.rzfp-logo-text {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: 400;
	color: white;
	letter-spacing: -0.02em;
	line-height: 1;
}

.rzfp-logo-dot {
	color: #d6336c;
}

.rzfp-brand-description {
	margin: 0 0 20px;
	max-width: 360px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13.5px;
	line-height: 1.65;
}

.rzfp-col-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: white;
	margin: 0 0 16px;
}

.rzfp-col-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rzfp-col-links li {
	margin-bottom: 10px;
}

.rzfp-col-links li.rzfp-col-meta {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	margin-top: 4px;
}

.rzfp-col-links a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	font-size: 13.5px;
	transition: color 0.15s ease;
	border-bottom: 1px solid transparent;
}

.rzfp-col-links a:hover,
.rzfp-col-links a:focus {
	color: #fbcfe8;
	border-bottom-color: rgba(251, 207, 232, 0.4);
}

/* ─── Socials ────────────────────────────────────────────── */
.rzfp-socials {
	display: flex;
	gap: 8px;
	margin-top: 4px;
}

.rzfp-socials a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	transition: all 0.15s ease;
}

.rzfp-socials a:hover {
	color: white;
	background: #d6336c;
	transform: translateY(-1px);
}

/* ─── Newsletter (voliteľný) ─────────────────────────────── */
.rzfp-newsletter {
	max-width: 540px;
	margin: 0 auto 48px;
	padding: 32px 28px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	text-align: center;
}

.rzfp-newsletter-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 400;
	color: white;
	margin: 0 0 8px;
}

.rzfp-newsletter-sub {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 20px;
	line-height: 1.6;
}

.rzfp-newsletter-form {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.rzfp-newsletter-form input[type="email"] {
	flex: 1;
	padding: 11px 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: white;
	font-size: 14px;
	outline: none;
	transition: border-color 0.15s ease;
}

.rzfp-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.rzfp-newsletter-form input[type="email"]:focus {
	border-color: #d6336c;
}

.rzfp-newsletter-form button {
	padding: 11px 20px;
	background: #d6336c;
	color: white;
	border: none;
	border-radius: 999px;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.rzfp-newsletter-form button:hover {
	background: #831843;
}

.rzfp-newsletter-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	text-align: left;
	line-height: 1.5;
}

.rzfp-newsletter-consent input {
	margin-top: 3px;
	accent-color: #d6336c;
}

.rzfp-newsletter-consent a {
	color: #fbcfe8;
}

.rzfp-newsletter-note {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	margin: 12px 0 0;
	font-style: italic;
}

/* ─── Bottom bar — fakturačné údaje + legal ─────────────── */
.rzfp-bottom {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	flex-wrap: wrap;
}

.rzfp-bottom-company {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.7;
}

.rzfp-bottom-company strong {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
}

.rzfp-bottom-meta {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.45);
}

.rzfp-tagline {
	display: inline-block;
	margin-top: 6px;
}

.rzfp-heart {
	display: inline-block;
	color: #d6336c;
	animation: rzfp-heartbeat 1.6s ease-in-out infinite;
}

@keyframes rzfp-heartbeat {
	0%, 100% { transform: scale(1); }
	14% { transform: scale(1.18); }
	28% { transform: scale(1); }
	42% { transform: scale(1.18); }
	70% { transform: scale(1); }
}

.rzfp-bottom-legal {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.rzfp-bottom-legal a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	font-size: 12.5px;
	transition: color 0.15s ease;
}

.rzfp-bottom-legal a:hover,
.rzfp-bottom-legal a:focus {
	color: #fbcfe8;
}

/* ─── Decorative gradient top border ────────────────────── */
.rzfp-footer {
	position: relative;
}

.rzfp-decorative-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg,
		transparent 0%,
		rgba(214, 51, 108, 0.4) 20%,
		#d6336c 50%,
		rgba(214, 51, 108, 0.4) 80%,
		transparent 100%
	);
	opacity: 0.7;
}

/* ─── Trust badges row ──────────────────────────────────── */
.rzfp-trust-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 8px 0 48px;
	padding: 28px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rzfp-trust-item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.rzfp-trust-icon {
	width: 28px;
	height: 28px;
	color: #d6336c;
	flex-shrink: 0;
	stroke-width: 1.6;
}

.rzfp-trust-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.rzfp-trust-text strong {
	color: white;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.005em;
}

.rzfp-trust-text span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11.5px;
	line-height: 1.3;
}

/* ─── Personal signature line ───────────────────────────── */
.rzfp-signature {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 32px 0 28px;
	padding: 0 4px;
}

.rzfp-signature-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg,
		transparent 0%,
		rgba(214, 51, 108, 0.35) 100%
	);
}

.rzfp-signature-text {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.rzfp-signature-text em {
	color: rgba(251, 207, 232, 0.85);
	font-style: italic;
}

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 880px) {
	.rzfp-footer {
		padding: 56px 20px 28px;
	}
	.rzfp-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.rzfp-col-brand {
		text-align: center;
	}
	.rzfp-col-brand .rzfp-socials {
		justify-content: center;
	}
	.rzfp-brand-description {
		margin-left: auto;
		margin-right: auto;
	}
	.rzfp-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.rzfp-bottom-legal {
		justify-content: center;
	}
	.rzfp-cta-title {
		font-size: 22px;
	}
	.rzfp-newsletter-form {
		flex-direction: column;
	}
	.rzfp-trust-badges {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 16px;
		padding: 24px 0;
	}
	.rzfp-signature {
		flex-direction: column;
		gap: 14px;
		text-align: center;
	}
	.rzfp-signature-line {
		display: none;
	}
	.rzfp-signature-text {
		white-space: normal;
		max-width: 320px;
		line-height: 1.5;
	}
}

@media (max-width: 480px) {
	.rzfp-trust-badges {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.rzfp-trust-item {
		justify-content: flex-start;
	}
}
