/* Footer — mobile-first. Loaded sitewide via footer.php (footer renders on every page). */

.myio-footer__top {
	background: #fff5f1;
	padding: 36px 0 28px;
}

.myio-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.myio-footer__col-title {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 10px;
}

.myio-footer__col-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 2px;
	background: #d4a24c;
}

/* ── About column ── */

.myio-footer__logo {
	height: 30px;
	width: auto;
	margin-bottom: 10px;
}

.myio-footer__tagline {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d4a24c;
}

.myio-footer__desc {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	max-width: 340px;
}

.myio-footer__badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.myio-footer__badges li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #1a1a1a;
}

.myio-footer__badges small {
	color: #888;
	font-weight: 400;
}

.myio-footer__badge-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #ffe3da;
	color: #ff4d72;
}

.myio-footer__badge-icon svg {
	width: 16px;
	height: 16px;
}

/* ── Menu columns ── */

.myio-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.myio-footer__menu a {
	font-size: 13px;
	color: #444;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}

.myio-footer__menu a::before {
	content: '›';
	color: #ff4d72;
}

.myio-footer__menu a:hover {
	color: #ff4d72;
}

/* ── Stay connected column ── */

.myio-footer__connect-desc {
	margin: 0 0 14px;
	font-size: 13px;
	color: #555;
	max-width: 280px;
}

.myio-footer__newsletter {
	display: flex;
	margin-bottom: 22px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e8d9d4;
}

.myio-footer__newsletter-input {
	flex: 1;
	border: none;
	padding: 11px 14px;
	font-size: 13px;
	background: #fff;
}

.myio-footer__newsletter-btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	background: #ff4d72;
	color: #fff;
}

.myio-footer__newsletter-btn svg {
	width: 16px;
	height: 16px;
}

.myio-footer__follow-title {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1a1a;
}

.myio-footer__social {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	gap: 10px;
}

.myio-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
}

.myio-footer__social-link svg {
	width: 16px;
	height: 16px;
}

.myio-footer__social-link--whatsapp  { background: #25d366; }
.myio-footer__social-link--instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 60%, #d6249f 90%, #285AEB 100%); }
.myio-footer__social-link--facebook  { background: #1877f2; }
.myio-footer__social-link--pinterest { background: #e60023; }
.myio-footer__social-link--youtube   { background: #ff0000; }

.myio-footer__trust-line {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	color: #777;
	margin: 0;
}

.myio-footer__trust-line svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: #d4a24c;
}

/* ── Bottom bar ── */

.myio-footer__bottom {
	background: #ff7396;
	color: #f3e3e8;
	padding: 18px 0;
}

.myio-footer__bottom-row {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
	font-size: 12px;
}

.myio-footer__made-in {
	margin: 0;
}

.myio-footer__made-in small {
	color: #d8b9c2;
}

.myio-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.myio-footer__payments-label {
	font-weight: 700;
	margin-right: 4px;
}

.myio-footer__payments img {
	background: #fff;
	border-radius: 4px;
	padding: 2px 4px;
}

.myio-footer__copyright {
	margin: 0;
	color: #d8b9c2;
}

.myio-footer__script-tagline {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	color: #e8c9a0;
	font-size: 16px;
}

/* ── Tablet and up ── */
@media (min-width: 768px) {
	.myio-footer__top {
		padding: 56px 0 40px;
	}

	.myio-footer__grid {
		grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
		gap: 24px;
	}

	.myio-footer__bottom-row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}
}
