.pyrotech-site-footer {
	background: #0A2767;
	color: #fff;
}

.pyrotech-site-footer__main {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pyrotech-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 20%) repeat(4, minmax(0, 0.5fr)) minmax(220px, 1.15fr);
	gap: 32px 40px;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 60px;
	box-sizing: border-box;
}

/* Column 1 — logo, intro, socials */
.pyrotech-site-footer__brand {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	min-width: 0;
}

.pyrotech-site-footer__logo-link {
	display: inline-block;
	line-height: 0;
}

.pyrotech-site-footer__logo {
	display: block;
	height: auto;
	max-width: 220px;
	width: 100%;
}

.pyrotech-site-footer__intro {
	
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	
	color: #ffffff80;
	margin: 0;
}

.pyrotech-site-footer__socials {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	align-items: center;
}

.pyrotech-site-footer__social-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 31px;
	height: 31px;
	padding: 6px;
	background: #ffffff1f;
	border-radius: 6px;
	opacity: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.pyrotech-site-footer__social-card:hover {
	opacity: 0.9;
}

.pyrotech-site-footer__social-card img {
	display: block;
	width: 19px;
	height: 19px;
	object-fit: contain;
}

/* Link columns */
.pyrotech-site-footer__col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.pyrotech-site-footer__col-title {
	font-weight: 400;
	font-size: 17px;
	line-height: 106%;
	
	color: #ffffff;
	margin: 0;
}

.pyrotech-site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pyrotech-site-footer__link {
	
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	
	color: #ffffff99;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pyrotech-site-footer__link:hover {
	color: #ffffff;
}

/* Newsletter */
.pyrotech-site-footer__newsletter {
	min-width: 0;
}

.pyrotech-site-footer__newsletter-title {
	
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0 0 20px;
}

.pyrotech-site-footer__newsletter-form {
	margin: 0;
}

.pyrotech-site-footer__newsletter-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 10px;
}

.pyrotech-site-footer__newsletter-input {
	flex: 1 1 160px;
	min-width: 0;
	
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	
	color: #fff;
	background: transparent;
	border: none;
	outline: none;
	padding: 4px 0;
}

.pyrotech-site-footer__newsletter-input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.pyrotech-site-footer__newsletter-submit {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	color: #fff;
	
	font-weight: 700;
	font-size: 12.88px;
	line-height: 100%;
	
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease;
	flex-shrink: 0;
}

.pyrotech-site-footer__newsletter-submit:hover {
	opacity: 0.88;
	color: #fff;
}

.pyrotech-site-footer__newsletter-arrow {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #0364b8;
}

.pyrotech-site-footer__newsletter-arrow svg {
	width: 14px;
	height: 14px;
	display: block;
}

.pyrotech-site-footer__newsletter-legal {
	font-size: 12px;
	line-height: 150%;
	
	color: rgba(255, 255, 255, 0.55);
	margin: 12px 0 0;
}

.pyrotech-site-footer__newsletter-legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pyrotech-site-footer__newsletter-legal a:hover {
	color: #fff;
}

/* Bottom bar */
.pyrotech-site-footer__bar {
	padding: 20px 24px 28px;
	box-sizing: border-box;
}

.pyrotech-site-footer__bar-inner {
	max-width: var(--container-max-width);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
}

.pyrotech-site-footer__copyright {
	
	font-size: 13px;
	line-height: 150%;
	
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
}

.pyrotech-site-footer__bar-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.pyrotech-site-footer__bar-links a {
	
	font-size: 13px;
	line-height: 150%;
	
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.pyrotech-site-footer__bar-links a:hover {
	color: #fff;
	text-decoration: underline;
}

.pyrotech-site-footer__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1200px) {
	.pyrotech-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pyrotech-site-footer__brand {
		grid-column: 1 / -1;
		max-width: 520px;
	}
}

@media (max-width: 768px) {
	.pyrotech-site-footer__inner {
		grid-template-columns: 1fr;
		padding: 48px 20px 40px;
		gap: 32px;
	}

	.pyrotech-site-footer__newsletter-title {
		font-size: 22px;
	}

	.pyrotech-site-footer__bar-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
