@media (max-width: 544px) {
	.ast-plain-container {
		background-color: var(--fc-bg) !important;
	}
}

@media (max-width: 921px) {
	.ast-plain-container {
		background-color: var(--fc-bg) !important;
	}
}

.fc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 24px;
	border-radius: 10px;
	border: 2px solid #9a3122;
	background: #e3472f;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.02em;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
	cursor: pointer;
	font-family: inherit;
}

.fc-btn:hover,
.fc-btn:focus {
	background: #cc3a24;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(227, 71, 47, 0.25);
}

.fc-btn:focus-visible {
	outline: 3px solid #ff8e7b;
	outline-offset: 2px;
}

.fc-global-header {
	position: sticky;
	top: 0;
	z-index: 1001;
	background: #fff;
	border-bottom: 1px solid #e6e9ef;
}

.fc-top-bar {
	background: #10131a;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	padding: 8px 0;
}

.fc-top-bar p {
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.fc-top-bar a {
	color: inherit;
}

.fc-global-header__middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.fc-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	border: 1px solid #d6dbe5;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	padding: 0 12px;
}

.fc-menu-toggle__bar {
	height: 2px;
	width: 100%;
	background: #1f2531;
	border-radius: 2px;
}
.fc-menu-toggle:hover {
	border-color: #e3472f;
	color: #e3472f;
}

.fc-global-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #171b24;
	transition: opacity 0.2s ease;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.fc-global-brand:hover {
	opacity: 0.8;
}

.fc-global-brand:focus-visible {
	outline: 2px solid #e3472f;
	outline-offset: 3px;
	border-radius: 4px;
}

.fc-global-brand .custom-logo {
	max-height: 42px;
	width: auto;
}

.fc-global-brand__text {
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.01em;
}
.fc-global-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.fc-icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #d6dbe5;
	border-radius: 10px;
	background: #fff;
	color: #222935;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.fc-icon-link svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.fc-icon-link:hover {
	border-color: #e3472f;
	color: #e3472f;
}

.fc-icon-link:focus-visible {
	outline: 2px solid #e3472f;
	outline-offset: 2px;
}

.fc-icon-link__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e3472f;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	position: absolute;
	top: -5px;
	right: -4px;
	line-height: 1;
}

.fc-global-actions .fc-btn {
	min-height: 44px;
	padding: 10px 18px;
}

.fc-menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(11, 15, 25, 0.82);
	z-index: 1002;
	padding: 28px;
	display: none;
	grid-template-rows: auto 1fr;
	overflow-y: auto;
}

.fc-menu-overlay.is-open {
	display: grid;
}

.fc-menu-overlay__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	max-width: 1160px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.fc-menu-overlay__header p {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fc-menu-overlay__close {
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: transparent;
	color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 20px;
}

.fc-menu-overlay__content {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	background: #10131a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 32px;
}

.fc-overlay-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 16px;
}

.fc-overlay-nav a {
	display: inline-flex;
	text-decoration: none;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	transition: color 0.2s ease;
}

.fc-overlay-nav a:hover {
	color: #ff8e7b;
}

.fc-overlay-nav a:focus-visible,
.fc-menu-overlay__close:focus-visible,
.fc-menu-toggle:focus-visible {
	outline: 2px solid #ff8e7b;
	outline-offset: 3px;
	border-radius: 6px;
}

.fc-menu-overlay__empty {
	margin: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.78);
}

.fc-menu-open {
	overflow: hidden;
}

.fc-global-footer {
	background: #10131a;
	color: #fff;
}

.fc-global-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 32px;
	padding-top: 52px;
	padding-bottom: 44px;
	align-items: start;
}

.fc-global-footer h4 {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
}

.fc-global-footer p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.65);
}

/* Brand column */
img.fc-global-footer__logo {
	max-height: 52px;
	margin-bottom: 14px;
	display: block;
}

.fc-global-footer__brand p {
	margin-bottom: 20px;
}

.fc-global-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 4px;
}

.fc-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.75);
	transition: background 0.2s ease, color 0.2s ease;
	text-decoration: none;
}

.fc-social-icon svg {
	width: 16px;
	height: 16px;
}

.fc-social-icon:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

/* Nav / legal link columns */
.fc-global-footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.fc-global-footer__links a {
	text-decoration: none;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	transition: color 0.2s ease;
}

.fc-global-footer__links a:hover {
	color: #fff;
}

.fc-global-footer__links a:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 3px;
	border-radius: 3px;
}

/* CTA column */
.fc-global-footer__cta .fc-btn {
	margin-top: 16px;
	width: 100%;
	max-width: none;
	text-align: center;
}

.fc-global-footer__payment {
	margin-top: 12px !important;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.45) !important;
}

/* Bottom bar */
.fc-global-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 16px 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	max-width: var(--fc-content-max);
	margin: 0 auto;
}

.fc-global-footer__bottom-left {
	color: rgba(255, 255, 255, 0.45);
}

.fc-global-footer__bottom-legal {
	display: flex;
	gap: 16px;
	align-items: center;
}

.fc-global-footer__bottom-legal a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color 0.2s ease;
	font-size: 12px;
}

.fc-global-footer__bottom-legal a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.fc-global-footer__bottom-right {
	display: flex;
	align-items: center;
	gap: 6px;
}

.fc-global-footer__bottom-right a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.fc-global-footer__bottom-right a:hover {
	color: #fff;
}

@media (max-width: 980px) {
	.fc-top-bar {
		font-size: 12px;
		padding: 7px 0;
	}

	.fc-global-brand .custom-logo {
		max-height: 34px;
	}

	.fc-global-actions .fc-btn {
		display: none;
	}

	.fc-menu-overlay {
		padding: 16px;
	}

	.fc-menu-overlay__content {
		padding: 24px 18px;
	}

	.fc-global-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 28px 24px;
	}

	.fc-global-footer__brand {
		grid-column: 1 / -1;
	}

	.fc-global-footer__cta {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.fc-global-footer__inner {
		grid-template-columns: 1fr;
		padding-top: 36px;
		padding-bottom: 28px;
		gap: 24px;
	}

	.fc-global-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 14px 20px;
	}

	.fc-global-footer__bottom-legal {
		gap: 12px;
		flex-wrap: wrap;
	}

	.fc-global-footer__social {
		gap: 8px;
	}

	img.fc-global-footer__logo {
		max-height: 42px;
	}

	.fc-trust-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 12px 0;
	}

	.fc-trust-inner ul {
		flex-wrap: wrap;
		justify-content: center;
	}
}
