/*
Theme Name: SiteForge
Theme URI: https://arjantech.ca
Author: Mahesh Gupta
Author URI: https://arjantech.ca
Description: A lightweight, Bootstrap-powered custom WordPress theme built for scalable production projects.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: siteforge
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--siteforge-primary: #2058d6;
	--siteforge-secondary: #16324f;
	--siteforge-body-bg: #f5f1e8;
	--siteforge-surface: #ffffff;
	--siteforge-surface-alt: #f8fafc;
	--siteforge-text: #1f2937;
	--siteforge-muted: #6b7280;
	--siteforge-border: rgba(22, 50, 79, 0.1);
	--siteforge-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
	--red-color: #AE3223;
	--bs-primary: var(--siteforge-primary);
	--bs-secondary: var(--siteforge-secondary);
	--bs-body-bg: var(--siteforge-body-bg);
	--bs-body-color: var(--siteforge-text);
	--bs-border-color: var(--siteforge-border);
	--bs-link-color: var(--siteforge-primary);
	--bs-link-hover-color: var(--siteforge-secondary);
}

html {
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	background-color: var(--siteforge-body-bg);
	color: var(--siteforge-text);
	font-family: "Poppins", sans-serif;
	line-height: 1.7;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

img {
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--siteforge-surface);
	clip: auto !important;
	clip-path: none;
	color: var(--siteforge-primary);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	line-height: normal;
	margin: 0;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 9999;
}

.site-header {
	background-color: var(--siteforge-surface);
	border-bottom: 1px solid rgba(16, 55, 104, 0.18);
	box-shadow: 0 0.85rem 2.25rem rgba(15, 23, 42, 0.07);
}

.site-header .custom-logo {
	max-height: 86px;
	width: auto;
}

.site-title {
	font-size: clamp(1.2rem, 1.4vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.site-title a {
	color: var(--siteforge-secondary);
	text-decoration: none;
}

.site-description {
	margin-bottom: 0;
	max-width: 22rem;
}

.site-header__topbar {
	background: linear-gradient(90deg, #0d4782 0%, #165796 100%);
	color: #fff;
	padding: 0.55rem 0;
}

.site-header__topbar a {
	color: inherit;
	text-decoration: none;
}

.site-header__topbar-inner,
.site-header__main-inner {
	align-items: center;
	display: flex;
	gap: 1.1rem;
	justify-content: space-between;
}

.site-header-search {
	flex: 1 1 26rem;
	max-width: 30rem;
}

.site-header-search__group {
	align-items: center;
	display: flex;
}

.site-header-search__field {
	background-color: #fff;
	border: 0;
	border-radius: 0.55rem 0 0 0.55rem;
	color: var(--siteforge-secondary);
	flex: 1 1 auto;
	font-size: 0.95rem;
	font-weight: 500;
	min-height: 2.5rem;
	padding: 0.65rem 0.95rem;
}

.site-header-search__field:focus {
	outline: 2px solid rgba(255, 255, 255, 0.4);
	outline-offset: 0;
}

.site-header-search__button {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.14);
	border: 0;
	border-radius: 0 0.55rem 0.55rem 0;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	min-height: 2.5rem;
	min-width: 2.8rem;
	padding: 0 0.75rem;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-header-search__button:hover,
.site-header-search__button:focus {
	background-color: rgba(255, 255, 255, 0.24);
	transform: translateY(-1px);
}

.site-header-search__button i {
	font-size: 1rem;
	line-height: 1;
}

.site-header__utility {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-end;
}

.site-header__utility-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 700;
	gap: 0.42rem;
	line-height: 1;
}

.site-header__utility-link:hover,
.site-header__utility-link:focus {
	color: #dce9f9;
}

.site-header__utility-icon {
	font-size: 0.82rem;
	line-height: 1;
}

.site-header__social {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0.45rem;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.site-header__social:hover,
.site-header__social:focus {
	background-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.site-header__social i {
	font-size: 1.05rem;
	line-height: 1;
}

.site-header__cta {
	align-items: center;
	background-color: #fff;
	border-radius: 0.55rem;
	color: #d71d24 !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 0.45rem;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.78rem 1.45rem;
	text-transform: uppercase;
}

.site-header__cta:hover,
.site-header__cta:focus {
	background-color: #f3f7fc;
	color: #b8161c !important;
}

.site-header__main {
	background-color: var(--siteforge-surface);
}

.site-header__main-inner {
	min-height: 6.1rem;
}

.site-branding {
	flex: 0 0 auto;
}

.site-header__nav-wrap {
	align-items: center;
	display: flex;
}

.site-header__nav .menu,
.site-header__nav .sub-menu,
.site-mobile-menu .menu,
.site-mobile-menu .sub-menu,
.site-footer__nav .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__nav .menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.65rem;
}

.site-header__nav .menu > .menu-item {
	position: relative;
}

.site-header__nav a,
.site-footer__nav a {
	color: var(--siteforge-secondary);
	display: inline-flex;
	font-size: 1.06rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 0.45rem 0;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
}

.site-header__nav .current-menu-item > a,
.site-header__nav .current-menu-ancestor > a,
.site-header__nav a:hover {
	color: #ef2b2d;
}

.site-header__nav .current-menu-item > a::after,
.site-header__nav .current-menu-ancestor > a::after,
.site-header__nav a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.site-header__nav > .menu > .menu-item > a::after {
	background-color: currentColor;
	bottom: -0.2rem;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.65);
	transform-origin: center;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.site-footer__nav a:hover {
	color: var(--siteforge-primary);
}

.site-header__nav .sub-menu {
	background-color: var(--siteforge-surface);
	border: 1px solid var(--siteforge-border);
	border-radius: 1rem;
	box-shadow: var(--siteforge-shadow);
	left: 0;
	min-width: 14rem;
	opacity: 0;
	padding: 0.75rem 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 1rem);
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	visibility: hidden;
	z-index: 40;
}

.site-header__nav .menu-item:hover > .sub-menu,
.site-header__nav .menu-item:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.site-header__nav .sub-menu a {
	display: block;
	font-weight: 500;
	padding: 0.55rem 1rem;
}

.site-header__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	display: inline-flex;
	flex-direction: column;
	gap: 0.28rem;
	justify-content: center;
	padding: 0.35rem;
}

.site-header__toggle span {
	background-color: var(--siteforge-secondary);
	border-radius: 999px;
	display: block;
	height: 2px;
	width: 1.4rem;
}
#menu-main-header-menu li {
    height: 74px;
    display: flex;
    align-items: center;
}

.offcanvas {
	background-color: var(--siteforge-surface);
}

.site-mobile-menu .menu-item {
	border-bottom: 1px solid var(--siteforge-border);
}

.site-mobile-menu .sub-menu {
	padding: 0 0 0.75rem 1rem;
}

.site-mobile-menu a {
	color: var(--siteforge-secondary);
	display: block;
	font-weight: 600;
	padding: 0.85rem 0;
	text-decoration: none;
}

.site-mobile-utility__link {
	color: var(--siteforge-secondary);
	display: block;
	font-weight: 600;
	padding: 0.35rem 0;
	text-decoration: none;
}

.site-main {
	min-height: 60vh;
}

.page-header,
.hero-section,
.site-section {
	position: relative;
}

.hero-section {
	background:
		linear-gradient(135deg, rgba(22, 50, 79, 0.92), rgba(32, 88, 214, 0.88)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 35%);
	color: #fff;
	overflow: hidden;
	padding: 6rem 0 5rem;
}

.hero-section::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0, transparent 60%);
	content: "";
	height: 22rem;
	position: absolute;
	right: -6rem;
	top: -7rem;
	width: 22rem;
}

.hero-section__media {
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.5rem;
	box-shadow: var(--siteforge-shadow);
	padding: 1.5rem;
	position: relative;
}

.hero-section__media .list-group-item {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.front-products {
	background:
		linear-gradient(180deg, #ffffff 0%, #ffffff 82%, #f4efe4 100%);
	padding-bottom: 6rem;
	padding-top: 4.75rem;
}

.front-products__header {
	margin-bottom: 3.2rem;
}

.front-products__title {
	color: #0f4c8a;
	font-size: clamp(2.45rem, 4.2vw, 4.15rem);
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.front-products__card {
	background-color: #fff;
	border: 1px solid rgba(15, 76, 138, 0.09);
	border-radius: 0.25rem;
	box-shadow: 0 1.4rem 3rem rgba(15, 23, 42, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	max-width: 18rem;
	min-height: 23.5rem;
	padding: 1.1rem 1.1rem 1.35rem;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.front-products__card:hover {
	box-shadow: 0 1.75rem 3.2rem rgba(15, 23, 42, 0.12);
	transform: translateY(-6px);
}

.front-products__card.is-featured {
	border-top: 4px solid #0f4c8a;
}

.front-products__media {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	padding: 0.85rem;
}

.front-products__art {
	align-items: center;
	background:
		radial-gradient(circle at top, rgba(15, 76, 138, 0.08), transparent 58%),
		linear-gradient(180deg, #fdfefe 0%, #f2f7fc 100%);
	border-radius: 0.9rem;
	color: #41566f;
	display: inline-flex;
	height: 12rem;
	justify-content: center;
	padding: 0.9rem;
	width: 100%;
}

.front-products__image {
	display: block;
	height: auto;
	max-height: 10.8rem;
	max-width: 100%;
	object-fit: contain;
}

.front-products__card-title {
	color: #0f4c8a;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin: 0;
	padding: 1rem 0 0.15rem;
	text-transform: uppercase;
}

.page-header {
	background-color: var(--siteforge-surface-alt);
	border-bottom: 1px solid var(--siteforge-border);
	padding: 3rem 0;
}

.site-section--page {
	padding-bottom: 6rem !important;
}

.page-header__eyebrow {
	color: var(--siteforge-primary);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.content-card,
.site-entry,
.widget,
.footer-widget,
.site-comment-form,
.site-pagination,
.hero-section__media,
.search-form,
.comments-area {
	box-shadow: var(--siteforge-shadow);
}

.content-card,
.site-entry,
.widget,
.footer-widget,
.search-form,
.comments-area {
	background-color: var(--siteforge-surface);
	border: 1px solid var(--siteforge-border);
	border-radius: 1.25rem;
}

.content-card .card-img-top {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.content-card .card-title a {
	color: var(--siteforge-secondary);
	text-decoration: none;
}

.content-card .card-title a:hover {
	color: var(--siteforge-primary);
}

.site-entry {
	padding: 2rem;
}

.site-entry--page {
	padding: 2.5rem;
}

.site-entry--page-empty {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 16rem;
	text-align: center;
}

.site-entry__thumbnail img {
	border-radius: 1rem;
}

.entry-meta,
.entry-footer {
	color: var(--siteforge-muted);
	font-size: 0.95rem;
}

.entry-meta a,
.entry-footer a {
	color: inherit;
}

.entry-content > *:last-child,
.page-content > *:last-child {
	margin-bottom: 0;
}

.page-content {
	color: var(--siteforge-secondary);
	font-size: 1.02rem;
	line-height: 1.85;
}

.page-content h2,
.page-content h3,
.page-content h4 {
	color: var(--siteforge-secondary);
	margin-top: 2rem;
}

.page-empty-state {
	max-width: 34rem;
}

.page-empty-state__title {
	color: var(--siteforge-secondary);
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.page-empty-state__text {
	color: var(--siteforge-muted);
	font-size: 1rem;
	margin-bottom: 0;
}

.entry-content blockquote,
.page-content blockquote {
	border-left: 4px solid var(--siteforge-primary);
	margin: 2rem 0;
	padding: 0.5rem 0 0.5rem 1.25rem;
}

.entry-content table,
.page-content table {
	width: 100%;
}

.entry-content th,
.entry-content td,
.page-content th,
.page-content td {
	border: 1px solid var(--siteforge-border);
	padding: 0.75rem;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: min(100%, 1200px);
}

.alignfull {
	margin-left: calc(50% - 50%);
	margin-right: calc(50% - 50%);
	max-width: 100%;
	width: 100%;
}

.widget {	
	padding: 1.5rem;
}

.footer-widget {
	height: 100%;
	padding: 0.5rem 0;
}

.widget-title {
	color: var(--siteforge-secondary);
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.widget ul,
.footer-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li + li,
.footer-widget li + li {
	margin-top: 0.75rem;
}

.site-footer {
	background-color: #114f8e;
	color: #fff;
	margin-top: 0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}


.site-footer__accent {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(230, 111, 46, 0.36), rgba(255, 255, 255, 0.12));
	height: 1.45rem;
}

.site-footer__main {
	background-color: #114f8e;
}

.site-footer__column {
	height: 100%;
}

.site-footer__title,
.site-footer__subtitle {
	color: #fff;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 1.2rem;
}

.site-footer__subtitle {
	font-size: 1.35rem;
	margin-bottom: 1rem;
	margin-top: 2.2rem;
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__list li + li {
	margin-top: 0.55rem;
}

.site-footer__list a {
	align-items: center;
	display: inline-flex;
	font-size: 1.08rem;
	font-weight: 500;
	gap: 0.6rem;
	line-height: 1.35;
}

.site-footer__list a::before {
	content: "\203A";
	font-size: 1rem;
	line-height: 1;
}

.site-footer__address {
	color: rgba(255, 255, 255, 0.96);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.65;
}

.site-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.site-footer__contact a {
	align-items: center;
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 500;
	gap: 0.6rem;
}

.site-footer__contact i {
	font-size: 0.9rem;
	line-height: 1;
}

.site-footer__social {
	display: flex;
	gap: 1rem;
}

.site-footer__social a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.site-footer__social a:hover,
.site-footer__social a:focus,
.site-footer__download:hover,
.site-footer__download:focus,
.site-footer__list a:hover,
.site-footer__list a:focus,
.site-footer__contact a:hover,
.site-footer__contact a:focus {
	color: #dcecff;
	opacity: 0.92;
}

.site-footer__social i {
	font-size: 1.15rem;
	line-height: 1;
}

.site-footer__column--catalog {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	text-align: right;
}

.site-footer__download {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	display: inline-flex;
	font-size: 1.08rem;
	font-weight: 700;
	justify-content: center;
	min-width: 9rem;
	padding: 0.9rem 1.8rem;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 3.5rem;
	padding-top: 1.55rem;
	text-align: center;
}

.site-footer__brand {
	color: #fff;
	font-weight: 700;
}

.site-footer__nav .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.site-footer__nav a {
	font-weight: 500;
	padding: 0;
}

.site-footer__copyright {
	color: rgba(255, 255, 255, 0.96);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.page-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.page-links .post-page-numbers {
	background-color: var(--siteforge-surface-alt);
	border: 1px solid var(--siteforge-border);
	border-radius: 999px;
	color: var(--siteforge-secondary);
	display: inline-flex;
	min-height: 2.5rem;
	min-width: 2.5rem;
	padding: 0.5rem 0.85rem;
	text-decoration: none;
}

.page-links > .post-page-numbers.current {
	background-color: var(--siteforge-primary);
	border-color: var(--siteforge-primary);
	color: #fff;
}

.site-pagination {
	background-color: var(--siteforge-surface);
	border: 1px solid var(--siteforge-border);
	border-radius: 999px;
	margin-top: 2.5rem;
	padding: 0.75rem;
}

.site-pagination .pagination {
	gap: 0.35rem;
}

.site-pagination .page-link {
	border: 0;
	border-radius: 999px !important;
	color: var(--siteforge-secondary);
	min-width: 2.75rem;
	padding: 0.65rem 0.9rem;
	text-align: center;
}

.site-pagination .active .page-link {
	background-color: var(--siteforge-primary);
	color: #fff;
}

.site-pagination .disabled .page-link {
	background-color: transparent;
	color: var(--siteforge-muted);
}

.search-form {
	padding: 1rem;
}

.search-form .input-group {
	align-items: stretch;
	gap: 0.75rem;
}

.search-form .search-field,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border-radius: 0.9rem;
}

.search-form .search-field {
	border: 1px solid var(--siteforge-border);
	min-height: 3rem;
}

.search-form .search-submit {
	border-radius: 0.9rem !important;
	font-weight: 600;
	min-width: 7rem;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.comment-body {
	border: 1px solid var(--siteforge-border);
	border-radius: 1rem;
	padding: 1.25rem;
}

.comment-metadata,
.comment-awaiting-moderation {
	color: var(--siteforge-muted);
	font-size: 0.9rem;
}

.comment-reply-link {
	font-weight: 700;
}

.back-to-top {
	align-items: center;
	border-radius: 999px;
	bottom: 1.5rem;
	display: inline-flex;
	height: 3.35rem;
	justify-content: center;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: fixed;
	right: 1.5rem;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 3.35rem;
	z-index: 1025;
}

.back-to-top i {
	font-size: 1rem;
	line-height: 1;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

@media (max-width: 991.98px) {
	.site-header__topbar-inner {
		gap: 0.85rem;
	}

	.site-header-search {
		max-width: 23rem;
	}

	.site-header__utility {
		gap: 0.8rem;
	}

	.site-header__main-inner {
		min-height: 5.3rem;
	}

	.site-header .custom-logo {
		max-height: 74px;
	}

	.site-header__nav .menu {
		gap: 1.1rem;
	}

	.hero-section {
		padding: 5rem 0 4rem;
	}

	.front-products__card {
		max-width: none;
		min-height: 20.5rem;
	}

	.front-products__title {
		font-size: clamp(2.2rem, 6vw, 3.2rem);
	}

	.site-footer__title,
	.site-footer__subtitle {
		font-size: 1.3rem;
	}

	.site-footer__list a,
	.site-footer__address,
	.site-footer__contact a {
		font-size: 1rem;
	}

	.site-footer__column--catalog {
		align-items: flex-start;
		text-align: left;
	}

	.site-entry {
		padding: 1.5rem;
	}

	.site-entry--page {
		padding: 2rem;
	}
}

@media (max-width: 767.98px) {
	.front-products {
		padding-bottom: 4rem;
		padding-top: 3.25rem;
	}

	.front-products__header {
		margin-bottom: 2.2rem;
	}

	.front-products__art {
		height: 10.5rem;
	}

	.site-footer__bottom {
		margin-top: 2.25rem;
	}

	.site-footer__download {
		width: 100%;
	}

	.site-footer__title,
	.site-footer__subtitle {
		font-size: 1.2rem;
	}

	.site-footer__nav .menu {
		flex-direction: column;
		gap: 0.35rem;
	}

	.hero-section {
		padding: 4.5rem 0 3.5rem;
	}
}

/* Final Home Layout */
:root {
	--fc-navy: #0b1f3a;
	--fc-blue: #1356a2;
	--fc-accent: #e63946;
	--fc-steel: #c8d6e5;
	--fc-light: #f4f7fb;
	--fc-white: #ffffff;
	--red-color: #AE3223;
}

body {
	background: var(--fc-white);
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
}

.site-main {
	min-height: 0;
}

.fc-site-header {
	background: transparent;
	border-bottom: 0;
	box-shadow: none;
}

.fc-topbar {
	background: var(--fc-navy);
	color: var(--fc-steel);
	font-size: 13px;
	padding: 8px 0;
}

.fc-topbar a {
	color: var(--fc-steel);
	text-decoration: none;
}

.fc-topbar a:hover {
	color: var(--fc-white);
}

.fc-topbar__contact i,
.fc-topbar .bi-linkedin,
.fc-topbar .bi-send-fill {
	font-size: 18px;
}

.fc-inquire-btn {
	background: var(--fc-accent);
	border: none;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 5px 16px;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

.fc-inquire-btn:hover {
	background: #c0303d;
}

.fc-navbar {
	background: var(--fc-white);
	border-bottom: 2px solid var(--fc-light);
	box-shadow: 0 2px 12px rgba(11, 31, 58, 0.08);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar .fc-navbar {
	top: 32px;
}

.fc-navbar .container {
	position: relative;
}

.fc-navbar .navbar-brand img {
	height: 65px;
	width: auto;
}

.fc-navbar .navbar-toggler {
	border: 1px solid #d8e0eb !important;
	border-radius: 4px;
	padding: 0.4rem 0.55rem;
}

.fc-navbar .navbar-toggler:focus {
	box-shadow: none;
}

.fc-navbar .navbar-nav {
	margin-top: 0;
	position: static;
}

.fc-navbar .nav-link {
	color: var(--fc-navy) !important;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;	
	padding: 6px 8px !important;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.fc-navbar .nav-link:hover,
.fc-navbar .nav-link.active {
	color: var(--fc-blue) !important;
}

.fc-navbar .menu-item-has-children,
.fc-navbar .menu-item-has-mega {
	position: static;
}

.fc-nav-caret {
	font-size: 10px;
	margin-left: 6px;
}

.fc-sub-menu,
.fc-mega-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-sub-menu {
	background: #fff;
	border: 1px solid #e2eaf4;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(11, 31, 58, 0.12);
	left: 0;
	min-width: 220px;
	opacity: 0;
	padding: 0.85rem 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 14px);
	transform: translateY(10px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
	visibility: hidden;
	z-index: 1000;
}

.fc-sub-menu li {
	margin: 0;
}

.fc-sub-menu__link {
	color: var(--fc-navy);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 0.65rem 1.15rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.fc-sub-menu__link:hover,
.fc-sub-menu__link.active {
	background: #f2f7fd;
	color: var(--fc-blue);
}

.fc-mega-menu {
	background: #fff;
	border-top: 1px solid #e2eaf4;
	box-shadow: 0 22px 46px rgba(11, 31, 58, 0.12);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(14px);
	transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
	visibility: hidden;
	z-index: 1010;
}

.fc-mega-menu__inner {
	padding: 0;
}

.fc-mega-menu__pane {
	color: var(--fc-navy);
	padding: 0;
}

.fc-mega-menu__column {
	padding: 1.5rem 1.25rem;
}

.fc-mega-menu__pane > *:last-child {
	margin-bottom: 0;
}

.fc-mega-menu__fallback {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	padding: 0.5rem 0;
}

.fc-mega-menu__link {
	color: var(--fc-navy);
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.5rem 0;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-mega-menu__link:hover {
	color: var(--fc-blue);
}

.fc-mega-catalog {
	display: flex;
	min-height: 440px;
}

.fc-mega-catalog--empty {
	padding: 1.5rem;
}

.fc-mega-catalog__cats {
	background: var(--fc-navy);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding: 12px 0;
	width: 270px;
}

.fc-mega-catalog__cat {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 3px solid transparent;
	color: var(--fc-steel);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 12px 20px;
	text-align: left;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	width: 100%;
}

.fc-mega-catalog__cat:hover,
.fc-mega-catalog__cat.is-active {
	background: rgba(255, 255, 255, 0.08);
	border-left-color: var(--fc-accent);
	color: #fff;
}

.fc-mega-catalog__cat-label {
	align-items: center;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fc-mega-catalog__cat-label .bi {
	font-size: 12px;
}

.fc-mega-catalog__cat > .bi-chevron-right {
	color: #4a6280;
	font-size: 10px;
	transition: color 0.2s ease;
}

.fc-mega-catalog__cat:hover > .bi-chevron-right,
.fc-mega-catalog__cat.is-active > .bi-chevron-right {
	color: var(--fc-accent);
}

.fc-mega-catalog__panels {
	flex: 1;
	min-width: 0;
}

.fc-mega-catalog__panel {
	display: none;
}

.fc-mega-catalog__panel.is-active {
	display: block;
}

.fc-mega-catalog__content {
	display: flex;
	gap: 32px;
	padding: 32px 36px;
}

.fc-mega-catalog__col {
	flex: 1;
	min-width: 0;
}

.fc-mega-catalog__title {
	border-bottom: 1.5px solid #eef2f8;
	color: #8fa8c8;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin-bottom: 14px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.fc-mega-catalog__link {
	align-items: center;
	border-radius: 6px;
	color: #374a5e;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 8px;
	padding: 7px 0;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.fc-mega-catalog__link .bi {
	color: #c0d0e0;
	font-size: 9px;
	transition: color 0.2s ease;
	width: 10px;
}

.fc-mega-catalog__link:hover {
	color: var(--fc-blue);
	padding-left: 4px;
}

.fc-mega-catalog__link:hover .bi {
	color: var(--fc-accent);
}

.fc-mega-catalog__image-panel {
	align-items: center;
	background: var(--fc-light);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 10px;
	justify-content: center;
	padding: 20px;
	width: 220px;
}

.fc-mega-catalog__image-panel img {
	max-height: 150px;
	max-width: 100%;
	object-fit: contain;
}

.fc-mega-catalog__image-label {
	color: var(--fc-blue);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.fc-mega-catalog__cta {
	border-top: 1.5px solid #eef2f8;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
	padding-top: 18px;
}

.fc-mega-catalog__btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.06em;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
}

.fc-mega-catalog__btn:hover {
	transform: translateY(-1px);
}

.fc-mega-catalog__btn--primary {
	background: var(--fc-navy);
	color: #fff;
}

.fc-mega-catalog__btn--primary:hover {
	background: var(--fc-blue);
	color: #fff;
}

.fc-mega-catalog__btn--accent {
	background: var(--fc-accent);
	color: #fff;
}

.fc-mega-catalog__btn--accent:hover {
	background: #c0303d;
	color: #fff;
}

.fc-navbar .menu-item-has-children:hover > .fc-sub-menu,
.fc-navbar .menu-item-has-children:focus-within > .fc-sub-menu,
.fc-navbar .menu-item-has-mega:hover > .fc-mega-menu,
.fc-navbar .menu-item-has-mega:focus-within > .fc-mega-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.fc-nav-search .search-input {
	border: 1.5px solid var(--fc-steel);
	border-radius: 20px;
	font-size: 13px;
	outline: none;
	padding: 5px 16px;
	transition: border-color 0.2s ease;
	width: min(100%, 240px);
}

.fc-nav-search .search-input:focus {
	border-color: var(--fc-blue);
}

.section-label {
	color: var(--fc-blue);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section-title {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 14px;
}

.divider-bar {
	background: var(--fc-accent);
	border-radius: 2px;
	height: 4px;
	margin: 16px 0 24px;
	width: 48px;
}

.fc-home-hero {
	background: #e8e3d6;
	padding: 28px 0 36px;
}

.products-section {
	background: var(--fc-light);
	padding: 90px 0;
}

.product-card {
	background: var(--fc-white);
	border: 1.5px solid #e2eaf4;
	border-radius: 12px;
	box-shadow: 0 0 4px 0 #6d6c6c73;
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: translateY(30px);
	transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.product-card:hover {
	border-color: var(--fc-blue);
	box-shadow: 0 16px 48px rgba(19, 86, 162, 0.13);
	transform: translateY(-6px);
}

.product-img-wrap {
	align-items: center;
	background: #ffffff;
	display: flex;
	height: 250px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.products-section .product-img-link {
	color: inherit;
	text-decoration: none;
}

.product-img-wrap img {
	max-height: 220px;
	max-width: 90%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img {
	transform: scale(1.06);
}

.product-body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 20px 22px 22px;
	text-align: center;
}

.product-name {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;	
}

.products-section .product-title-link {
	text-decoration: none;
	transition: color 0.2s ease;
}

.products-section .product-title-link:hover {
	color: var(--fc-primary);
}

.product-link {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	letter-spacing: 0.8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 0.2s ease, color 0.2s ease;
}

.product-link:hover {
	color: var(--fc-accent);
	gap: 10px;
}

.products-section .product-card {
	background: #fff;
	border: 1px solid var(--fc-line);
	border-radius: 16px;
	border-top: 4px solid var(--fc-primary);
	box-shadow: var(--fc-shadow);
	min-height: 100%;
	padding: 0;
	position: relative;
	transition: opacity 0.5s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.products-section .product-card:hover {
	border-color: var(--fc-soft);
	border-top-color: var(--fc-primary);
	box-shadow: 0 10px 26px rgba(16, 111, 180, 0.14);
	transform: translateY(-4px);
}

.products-section .product-img-wrap {
	background: linear-gradient(135deg, var(--fc-soft), #fff 62%);
	height: 230px;
	width: 100%;
}

.products-section .product-img-wrap img {
	display: block;
	height: 230px;
	max-height: none;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.28s ease;
	width: 100%;
}

.products-section .product-card:hover .product-img-wrap img {
	transform: scale(1.025);
}

.products-section .product-body {
	min-height: 106px;
	padding: 24px 64px 28px;
}

.products-section .product-name {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
}

.product-card--wide {
	flex-direction: row !important;
	padding: 0;
}

.product-img-wrap--wide {
	border-radius: 0;
	flex-shrink: 0;
	height: 160px;
	width: clamp(200px, 28%, 320px);
}

.product-body--wide {
	padding: 24px 32px;
}

.cta-section {
	background: linear-gradient(120deg, var(--fc-navy) 0%, var(--fc-blue) 100%);
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.cta-section::before {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 50%;
	content: "";
	height: 400px;
	position: absolute;
	right: -80px;
	top: -80px;
	width: 400px;
}

.cta-section::after {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	bottom: -60px;
	content: "";
	height: 280px;
	left: -40px;
	position: absolute;
	width: 280px;
}

.cta-section h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 800;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.cta-section p {
	color: var(--fc-steel);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.btn-white {
	background: #fff;
	border-radius: 4px;
	color: var(--fc-blue);
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 13px 34px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	z-index: 1;
}

.btn-white:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.cta-section__download-link {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.cta-section__download-link:hover {
	color: #fff;
}

.fc-footer {
	background: var(--fc-navy);
	color: var(--fc-steel);
	padding: 60px 0 24px;
}

.footer-brand {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footer-tagline {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.footer-heading {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.fc-footer ul,
.fc-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-footer ul li,
.fc-footer-menu li {
	margin-bottom: 8px;
}

.fc-footer ul li a,
.fc-footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	transition: color 0.2s ease;
}

.fc-footer ul li a:hover,
.fc-footer-menu li a:hover,
.footer-contact a:hover,
.fc-footer__legal-link:hover {
	color: #fff;
}

.footer-contact p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 6px;
}

.footer-contact a {
	color: #fff;
	text-decoration: none;
}

.footer-contact__icon {
	color: #fff;
}

.social-btn {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	height: 36px;
	justify-content: center;
	margin-right: 8px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	width: 36px;
}

.social-btn:hover {
	background: var(--fc-blue);
	color: #fff;
}

.fc-footer__catalog-copy {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 16px;
}

.download-btn {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 9px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.download-btn:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 13px;
	margin-top: 48px;
	padding-top: 24px;
}

.fc-footer__legal-link {
	color: #fff;
	font-size: 13px;
	margin-left: 16px;
	text-decoration: none;
}

.back-to-top {
	background: var(--fc-blue);
	border: 0;
	border-radius: 999px;
	bottom: 1.5rem;
	color: #fff;
	height: 3.35rem;
	padding: 0;
	right: 1.5rem;
	width: 3.35rem;
}

.back-to-top:hover {
	background: #0f4a8f;
}

@media (max-width: 991.98px) {

	.fc-navbar {
		top: 0;
	}

	body.admin-bar .fc-navbar {
		top: 32px;
	}

	.fc-navbar .navbar-collapse {
		padding: 1rem 0 1.25rem;
	}

	.fc-navbar .navbar-nav {
		gap: 0 !important;
	}

	.fc-sub-menu,
	.fc-mega-menu {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		opacity: 1;
		padding: 0.5rem 0 0;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
	}

	.fc-sub-menu {
		background: transparent;
		min-width: 0;
	}

	.fc-sub-menu__link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.fc-mega-menu {
		background: transparent;
	}

	.fc-mega-menu__inner {
		padding: 0.5rem 0 0;
	}

	.fc-mega-menu__pane {
		padding: 0;
	}

	.fc-mega-catalog {
		display: block;
		min-height: 0;
	}

	.fc-mega-catalog__cats {
		border-radius: 14px;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.fc-mega-catalog__panels {
		margin-top: 0.75rem;
	}

	.fc-mega-catalog__content {
		flex-direction: column;
		padding: 1rem 0;
	}

	.fc-mega-catalog__image-panel {
		width: 100%;
	}

	.fc-navbar .menu-item-has-children.is-open > .fc-sub-menu,
	.fc-navbar .menu-item-has-mega.is-open > .fc-mega-menu {
		display: block;
	}

	.fc-nav-search {
		margin-left: 0 !important;
	}

	.fc-nav-search .search-input {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.fc-home-hero {
		padding: 16px 0 24px;
	}

	.fc-home-hero .container-fluid {
		max-width: 100vw;
		overflow: hidden;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	body.admin-bar .fc-navbar {
		top: 46px;
	}

	.products-section {
		padding: 70px 0;
	}

	.product-body {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.product-card--wide {
		flex-direction: column !important;
	}

	.product-img-wrap--wide {
		height: 220px;
		width: 100%;
	}

	.product-body--wide {
		padding: 20px 22px 22px;
	}

	.cta-section {
		padding: 64px 0;
	}

	.footer-bottom {
		text-align: center;
	}

	.fc-footer__legal-link {
		display: inline-block;
		margin: 0 8px;
	}
}

/* Catalog Pages */
.breadcrumb-bar {
	background: var(--fc-navy);
	padding: 10px 0;
}

.breadcrumb-bar a,
.breadcrumb-bar span {
	font-size: 13px;
	text-decoration: none;
}

.breadcrumb-bar a {
	color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-bar a:hover {
	color: #fff;
}

.breadcrumb-bar span {
	color: #fff;
	margin: 0 6px;
}

.breadcrumb-bar .current {
	color: var(--fc-accent);
	font-weight: 700;
}

.catalog-page {
	padding: 36px 0 60px;
}

.catalog-page__description {
	color: rgba(11, 31, 58, 0.7);
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 26px;
	max-width: 820px;
}

.catalog-page .sidebar {
	position: sticky;
	top: 110px;
}

.catalog-page .sidebar-box {
	background: #fff;
	border: 1.5px solid #e2eaf4;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(11, 31, 58, 0.06);
	overflow: hidden;
}

.catalog-page .sidebar-heading {
	border-bottom: 1.5px solid #e2eaf4;
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.4px;
	padding: 20px 22px 16px;
}

.catalog-sidebar {
	background: #fff;
}

.catalog-sidebar__item {
	border-bottom: 1px solid #e8eef6;
}

.catalog-sidebar__item:last-child {
	border-bottom: 0;
}

.catalog-sidebar__row {
	align-items: stretch;
	display: flex;
	min-height: 52px;
}

.catalog-sidebar__link {
	align-items: center;
	color: var(--fc-navy);
	display: flex;
	flex: 1 1 auto;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.35px;
	line-height: 1.45;
	min-width: 0;
	padding: 12px 12px 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

.catalog-sidebar__link span {
	overflow-wrap: anywhere;
}

.catalog-sidebar__link:hover,
.catalog-sidebar__link.is-ancestor {
	background: #eef4fc;
	color: var(--fc-blue);
}

.catalog-sidebar__link.is-active {
	background: #dceaf8;
	color: var(--fc-blue);
}

.catalog-sidebar__link--depth-1 {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	padding-left: 34px;
	text-transform: none;
}

.catalog-sidebar__link--depth-2 {
	color: #405a78;
	font-size: 13px;
	font-weight: 500;
	padding-left: 46px;
	text-transform: none;
}

.catalog-sidebar__link--depth-3,
.catalog-sidebar__link--depth-4 {
	color: #526985;
	font-size: 12px;
	font-weight: 500;
	padding-left: 58px;
	text-transform: none;
}

.catalog-sidebar__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 1px solid #e8eef6;
	color: #8fa8c8;
	display: inline-flex;
	flex: 0 0 46px;
	justify-content: center;
	padding: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.catalog-sidebar__toggle:hover,
.catalog-sidebar__toggle:focus {
	background: #eef4fc;
	color: var(--fc-blue);
	outline: none;
}

.catalog-sidebar__toggle[aria-expanded="true"] {
	background: #eef4fc;
	color: var(--fc-blue);
}

.catalog-sidebar__icon {
	font-size: 14px;
	line-height: 1;
}

.catalog-sidebar__toggle .catalog-sidebar__icon--minus {
	display: inline-block;
}

.catalog-sidebar__toggle .catalog-sidebar__icon--plus {
	display: none;
}

.catalog-sidebar__toggle.collapsed .catalog-sidebar__icon--minus {
	display: none;
}

.catalog-sidebar__toggle.collapsed .catalog-sidebar__icon--plus {
	display: inline-block;
}

.catalog-sidebar__children {
	background: #f8fbff;
	border-top: 1px solid #e8eef6;
}

.catalog-sidebar__children .catalog-sidebar__item {
	border-bottom-color: #edf2f8;
}

.catalog-page .acc-item {
	border-bottom: 1px solid #e8eef6;
}

.catalog-page .acc-item:last-child {
	border-bottom: 0;
}

.catalog-page .acc-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--fc-navy);
	cursor: pointer;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.4px;
	padding: 14px 22px;
	text-align: left;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
	user-select: none;
	width: 100%;
}

.catalog-page .acc-trigger:hover,
.catalog-page .acc-trigger.active {
	background: #eef4fc;
	color: var(--fc-blue);
}

.catalog-page .acc-trigger .chevron {
	color: #8fa8c8;
	font-size: 11px;
	transition: transform 0.25s ease, color 0.25s ease;
}

.catalog-page .acc-trigger.active .chevron {
	color: var(--fc-blue);
	transform: rotate(180deg);
}

.catalog-page .acc-body {
	background: #f8fbff;
	display: none;
	padding: 6px 0 10px;
}

.catalog-page .acc-body.open {
	display: block;
}

.catalog-page .acc-sub-item {
	align-items: center;
	border-left: 3px solid transparent;
	color: #4a6280;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 8px;
	padding: 9px 22px 9px 32px;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.catalog-page .acc-sub-item:hover,
.catalog-page .acc-sub-item.is-ancestor {
	background: #e8f0fa;
	border-left-color: var(--fc-blue);
	color: var(--fc-blue);
}

.catalog-page .acc-sub-item.active {
	background: #dceaf8;
	border-left-color: var(--fc-accent);
	color: var(--fc-blue);
	font-weight: 600;
}

.catalog-page .acc-sub-item i {
	color: #b0c4d8;
	font-size: 10px;
}

.catalog-page .acc-sub-item.active i,
.catalog-page .acc-sub-item.is-ancestor i {
	color: var(--fc-accent);
}

.catalog-page .acc-sub-item--depth-1 {
	padding-left: 44px;
}

.catalog-page .acc-sub-item--depth-2 {
	padding-left: 56px;
}

.catalog-page .acc-sub-item--depth-3 {
	padding-left: 68px;
}

.catalog-page .catalog-box {
	background: #fff;
	border: 1.5px solid #e2eaf4;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(11, 31, 58, 0.06);
	margin-top: 20px;
	padding: 22px;
	text-align: center;
}

.catalog-page .catalog-box img {
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	margin-bottom: 14px;
	max-width: 110px;
}

.catalog-page .btn-catalog,
.catalog-page .btn-quote {
	align-items: center;
	border-radius: 30px;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.8px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.catalog-page .btn-catalog {
	background: transparent;
	border: 2px solid var(--fc-navy);
	color: var(--fc-navy);
}

.catalog-page .btn-catalog:hover {
	background: var(--fc-navy);
	color: #fff;
}

.catalog-page .contact-info {
	color: #5a6a7e;
	font-size: 13px;
	line-height: 1.9;
	margin-top: 14px;
}

.catalog-page .contact-info a {
	color: var(--fc-blue);
	font-weight: 600;
	text-decoration: none;
}

.catalog-page .contact-info a:hover {
	color: var(--fc-accent);
}

.catalog-page .btn-quote {
	background: var(--red-color);
	border: 0;
	color: #fff;
	margin-top: 14px;
}

.catalog-page .btn-quote:hover {
	background: var(--fc-primary);
	color: #fff;
	transform: translateY(-2px);
}

.catalog-page .page-title {
	color: var(--red-color);
	font-family: "Poppins", sans-serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 28px;
}

.catalog-page .product-card {
	background: #fff;
	border: 1.5px solid #e2eaf4;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(11, 31, 58, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transform: none;
}

.catalog-page .product-card:hover {
	border-color: var(--fc-blue);
	box-shadow: 0 14px 40px rgba(19, 86, 162, 0.13);
	transform: translateY(-5px);
}

.catalog-page .product-img-wrap {
	align-items: center;
	background: #f0f5fb;
	display: flex;
	height: 200px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
}

.catalog-page .product-img-wrap img {
	max-height: 150px;
	max-width: 85%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.catalog-page .product-card:hover .product-img-wrap img {
	transform: scale(1.07);
}

.catalog-page .product-body {
	border-top: 1.5px solid #eef2f8;
	padding: 16px 18px 18px;
}

.catalog-page .product-name {
	color: var(--fc-blue);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s ease;
}

.catalog-page .product-name:hover {
	color: var(--fc-accent);
}

.catalog-detail-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)),
		#fff;
	border: 1px solid rgba(20, 83, 142, 0.14);
	border-radius: 18px;
	box-shadow: 0 20px 55px rgba(11, 31, 58, 0.11);
	overflow: hidden;
	padding: clamp(22px, 3vw, 42px);
	position: relative;
}

.catalog-page--single {
	background:
		radial-gradient(circle at top right, rgba(19, 86, 162, 0.12), transparent 34rem),
		linear-gradient(180deg, #f7fbff 0%, var(--siteforge-body-bg) 100%);
}

.catalog-page--single .catalog-detail-card {
	margin-inline: auto;
	max-width: 1280px;
}

.catalog-detail-card__media {
	align-items: center;
    background: unset !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 0;
}

.catalog-detail-card__media img {
	height: auto;
	max-height: 390px;
	max-width: 100%;
	object-fit: contain;
}

.catalog-detail-card__summary {
	padding: 8px 0;
}

.catalog-detail-card__eyebrow {
	align-items: center;
	background: rgba(19, 86, 162, 0.09);
	border: 1px solid rgba(19, 86, 162, 0.14);
	border-radius: 999px;
	color: var(--fc-blue);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 16px;
	padding: 7px 14px;
	text-transform: uppercase;
}

.catalog-page .page-title--single {
	color: var(--fc-navy);
	font-size: clamp(36px, 4.6vw, 64px);
	line-height: 1.08;
	margin-bottom: 20px;
	max-width: 760px;
}

.catalog-detail-card__excerpt {
	color: rgba(11, 31, 58, 0.7);
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 720px;
}

.catalog-detail-card__body-shell {
	border: unset !important;
    box-shadow: unset !important;
    margin-top: clamp(24px, 3vw, 38px);
}

.catalog-detail-card__content {
	color: var(--fc-navy);
	font-size: 16px;
	line-height: 1.8;
}

.catalog-detail-card__content > :last-child {
	margin-bottom: 0;
}

.catalog-detail-card__content a {
	color: var(--fc-blue);
}

.catalog-detail-card__content a:hover {
	color: var(--fc-accent);
}

.catalog-detail-card__content ul,
.catalog-detail-card__content ol {
	padding-left: 1.25rem;
}

.catalog-detail-card__content li {
	margin-bottom: 0.45rem;
}

.catalog-detail-card__content table {
	border: 1px solid #dce6f2;
	border-collapse: collapse;
	font-size: 15px;
	margin: 1.25rem 0;
	width: 100%;
}

.catalog-detail-card__content th,
.catalog-detail-card__content td {
	border: 1px solid #dce6f2;
	padding: 12px 14px;
	vertical-align: top;
}

.catalog-detail-card__content th {
	background: #eef5fc;
	color: var(--fc-navy);
	font-weight: 700;
}

.catalog-related-case-studies {
	margin-top: clamp(28px, 4vw, 48px);
}

.catalog-related-case-studies__header {
	margin-bottom: 18px;
}

.catalog-related-case-studies__header h2 {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

/* Case Studies */
.case-study-archive {
	background: linear-gradient(180deg, #f8fbff 0%, var(--siteforge-body-bg) 100%);
}

.case-study-card {
	background: #fff;
	border: 1px solid rgba(20, 83, 142, 0.14);
	border-radius: 12px;
	box-shadow: 0 12px 34px rgba(11, 31, 58, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.case-study-card:hover {
	box-shadow: 0 18px 46px rgba(11, 31, 58, 0.13);
	transform: translateY(-4px);
}

.case-study-card__media {
	align-items: center;
	background: #eef5fc;
	display: flex;
	min-height: 210px;
	overflow: hidden;
	text-decoration: none;
	    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
}

.case-study-card__media img {
	height: 100%;
	min-height: 210px;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.case-study-card:hover .case-study-card__media img {
	transform: scale(1.04);
}

.case-study-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.case-study-card__eyebrow {
	color: var(--fc-blue);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.case-study-card__title {
	font-size: 22px;    
    line-height: 1.2;    
    text-decoration: unset;
    margin-top: 15px;
}

.case-study-card__title a {
	color: var(--fc-navy);
	text-decoration: none;
}

.case-study-card__title a:hover {
	color: var(--fc-blue);
}

.case-study-card__excerpt {
	color: rgba(11, 31, 58, 0.72);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.case-study-single {
	background: linear-gradient(180deg, #f8fbff 0%, var(--siteforge-body-bg) 100%);
}

.case-study-detail {
	background: #fff;
	border: 1px solid rgba(20, 83, 142, 0.14);
	border-radius: 18px;
	box-shadow: 0 20px 55px rgba(11, 31, 58, 0.1);
	margin-inline: auto;
	max-width: 1120px;
	overflow: hidden;
	padding: clamp(22px, 3vw, 42px);
}

.case-study-detail__hero {
	background: #eef5fc;
	border-radius: 16px;
	margin-bottom: clamp(22px, 3vw, 34px);
	overflow: hidden;
}

.case-study-detail__hero img {
	display: block;
	max-height: 560px;
	object-fit: cover;
	width: 100%;
}

.case-study-detail__products {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}

.case-study-detail__products span {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.case-study-detail__products a {
	background: rgba(19, 86, 162, 0.09);
	border: 1px solid rgba(19, 86, 162, 0.16);
	border-radius: 999px;
	color: var(--fc-blue);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 14px;
	text-decoration: none;
}

.case-study-detail__products a:hover {
	background: var(--fc-blue);
	color: #fff;
}

.case-study-detail__content {
	color: var(--fc-navy);
	font-size: 17px;
	line-height: 1.85;
}

.case-study-detail__content > :last-child {
	margin-bottom: 0;
}

.case-study-gallery {
	border-top: 1px solid #dce6f2;
	margin-top: clamp(28px, 4vw, 46px);
	padding-top: clamp(24px, 3vw, 36px);
}

.case-study-gallery h2 {
	color: var(--fc-navy);
	font-family: "Poppins", sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	margin-bottom: 20px;
}

.case-study-gallery__item {
	background: #eef5fc;
	border-radius: 12px;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.case-study-gallery__item img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

/* Contact Page */
.fc-contact-hero {
	background:
		linear-gradient(130deg, rgba(11, 31, 58, 0.96), rgba(17, 63, 111, 0.95)),
		var(--fc-navy);
	color: #fff;
	overflow: hidden;
	padding: clamp(76px, 9vw, 132px) 0 clamp(110px, 12vw, 170px);
	position: relative;
	text-align: center;
}

.fc-contact-hero::after {
	background: var(--siteforge-body-bg);
	bottom: -1px;
	clip-path: polygon(0 40%, 100% 80%, 100% 100%, 0 100%);
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	right: 0;
}

.fc-contact-hero__pattern {
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 7px, transparent 8px);
	background-size: 28px 28px;
	border-radius: 50%;
	height: 360px;
	left: -88px;
	opacity: 0.45;
	position: absolute;
	top: -80px;
	transform: perspective(500px) rotateY(38deg) rotateZ(-8deg);
	width: 430px;
}

.fc-contact-hero__eyebrow {
	color: var(--fc-steel);
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fc-contact-hero h1 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(46px, 6vw, 76px);
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.fc-contact-hero p:last-child {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.75;
	margin: 18px auto 0;
	max-width: 760px;
}

.fc-contact-main {
	background: linear-gradient(180deg, var(--siteforge-body-bg) 0%, #11151d 0%);
	color: #fff;
	margin-top: -74px;
	overflow: hidden;
	padding: 40px 0 40px;
	position: relative;
	z-index: 2;
}
.fc-submit-btn {
    background: var(--red-color) !important;
    color: #fff !important;
}
.fc-contact-intro {
	padding-top: 46px;
}

.fc-contact-intro .section-label {
	color: var(--fc-steel);
}

.fc-contact-intro h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 18px;
}

.fc-contact-intro p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 16px;
	line-height: 1.8;
	max-width: 560px;
}

.fc-contact-methods {
	display: grid;
	gap: 28px;
	margin-top: 36px;
	padding-bottom: 58px;
}

.fc-contact-method {
	align-items: center;
	display: flex;
	gap: 22px;
}

.fc-contact-method__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--fc-blue), #4d8ed8);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(19, 86, 162, 0.36);
	color: #fff;
	display: inline-flex;
	flex: 0 0 86px;
	font-size: 34px;
	height: 86px;
	justify-content: center;
	width: 86px;
}

.fc-contact-method h3 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 800;
	margin: 0 0 6px;
}

.fc-contact-method p {
	color: rgba(255, 255, 255, 0.64);
	line-height: 1.7;
	margin: 0;
}

.fc-contact-method a {
	color: var(--fc-steel);
	font-weight: 700;
	text-decoration: none;
}

.fc-contact-method a:hover {
	color: #fff;
}

.fc-contact-form-card {
	background:
		linear-gradient(135deg, rgba(18, 25, 37, 0.98), rgba(11, 31, 58, 0.96)),
		var(--fc-navy);
	border: 1px solid rgba(200, 214, 229, 0.12);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);	
	padding: clamp(30px, 4vw, 58px);
	position: relative;
	z-index: 4;
}

.fc-contact-form-card h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 28px;
}

.fc-contact-form label {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.fc-contact-form label span {
	color: var(--fc-accent);
}

.fc-contact-form input,
.fc-contact-form textarea {
	background: transparent;
	border: 0;
	border-bottom: 2px solid rgba(200, 214, 229, 0.34);
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 15px;
	outline: none;
	padding: 8px 0 12px;
	transition: border-color 0.2s ease;
	width: 100%;
}

.fc-contact-form textarea {
	resize: vertical;
}

.fc-contact-form input::placeholder,
.fc-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.fc-contact-form input:focus,
.fc-contact-form textarea:focus {
	border-color: var(--fc-blue);
}

.fc-contact-form button {
	background: var(--fc-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.8px;
	margin-top: 34px;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
}

.fc-contact-form button:hover {
	background: #c0303d;
	transform: translateY(-2px);
}

.fc-contact-map {
	background: #e9eef4;
	height: clamp(360px, 45vw, 560px);
	overflow: hidden;
	position: relative;
}

.fc-contact-map iframe {
	border: 0;	
	height: 100%;
	width: 100%;
}

.fc-contact-update {
	background: #11151d;
	margin-top: -72px;
	padding: 40px 0 40px;
	position: relative;
	z-index: 3;
}

.fc-contact-update__inner {
	align-items: center;
	background:
		radial-gradient(circle at 80% 100%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
		linear-gradient(135deg, var(--fc-blue), #2e75c8);
	background-size: 18px 18px, auto;
	border-radius: 28px;
	box-shadow: 0 22px 54px rgba(19, 86, 162, 0.25);
	color: #fff;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
	padding: clamp(30px, 5vw, 58px);
}

.fc-contact-update .section-label {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 10px;
}

.fc-contact-update h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 800;
	line-height: 1.14;
	margin: 0;
	max-width: 520px;
}

.fc-contact-update__form {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	display: flex;
	padding: 8px;
}

.fc-contact-update__signup {
	width: 100%;
}

.fc-contact-update__notice {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 4px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 12px;
	padding: 12px 16px;
}

.fc-contact-update__notice--success {
	color: var(--fc-blue);
}

.fc-contact-update__notice--error,
.fc-contact-update__notice--invalid {
	color: var(--red-color);
}

.fc-contact-update__form input {
	background: transparent;
	border: 0;
	color: var(--fc-navy);
	flex: 1;
	min-width: 0;
	outline: none;
	padding: 0 20px;
}

.fc-contact-update__form button {
	background: var(--red-color);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.8px;
	padding: 15px 32px;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.fc-contact-main {
		margin-top: -60px;
	}

	.fc-contact-form-card {
		margin-bottom: 40px;
	}

	.fc-contact-update {
		margin-top: 0;
		padding-top: 44px;
	}

	.fc-contact-update__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.fc-contact-hero {
		padding-top: 64px;
	}

	.fc-contact-hero h1 {
		font-size: clamp(32px, 9vw, 38px);
		letter-spacing: 0;
		line-height: 1.1;
	}

	.fc-contact-hero p:last-child {
		font-size: 16px;
		max-width: 31ch;
	}

	.fc-contact-intro h2 {
		font-size: clamp(32px, 9vw, 40px);
		max-width: 10ch;
	}

	.fc-contact-intro p {
		max-width: 32ch;
	}

	.fc-contact-method {
		align-items: flex-start;
	}

	.fc-contact-method > div:last-child {
		min-width: 0;
	}

	.fc-contact-method p,
	.fc-contact-method a {
		overflow-wrap: anywhere;
	}

	.fc-contact-method__icon {
		flex-basis: 64px;
		font-size: 26px;
		height: 64px;
		width: 64px;
	}

	.fc-contact-form-card {
		border-radius: 18px;
	}

	.fc-contact-update__inner {
		border-radius: 20px;
	}

	.fc-contact-update__form {
		align-items: stretch;
		border-radius: 18px;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.fc-contact-update__form input {
		min-height: 46px;
		padding: 0 12px;
	}
}

@media (max-width: 991.98px) {
	.catalog-page .sidebar {
		position: static;
		top: auto;
	}
}

@media (max-width: 767.98px) {
	.catalog-page {
		padding: 28px 0 50px;
	}

	.catalog-page .page-title {
		margin-bottom: 20px;
	}

	.catalog-page .product-img-wrap {
		height: 170px;
	}

	.catalog-detail-card {
		padding: 22px;
	}

	.catalog-detail-card__media {
		min-height: 260px;
	}

	.catalog-detail-card__body-shell {
		padding: 20px;
	}
}

/* Full Cryo Design System Refresh */
:root {
	--fc-primary: #106EB4;
	--fc-bright: #1e94d4;
	--fc-deep: #0b4f82;
	--fc-soft: #d6ecfa;
	--fc-canvas: #ffffff;
	--fc-cloud: #f7f7f7;
	--fc-fog: #e8e8e8;
	--fc-steel-2: #c2c2c2;
	--fc-ink: #1a1a1a;
	--fc-black: #000000;
	--fc-charcoal: #3d3d3d;
	--fc-graphite: #636363;
	--fc-coral: #ff5050;
	--fc-line: #e6e6e6;
	--fc-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	--siteforge-primary: var(--fc-primary);
	--siteforge-secondary: var(--fc-ink);
	--siteforge-body-bg: var(--fc-canvas);
	--siteforge-surface: var(--fc-canvas);
	--siteforge-surface-alt: var(--fc-cloud);
	--siteforge-text: var(--fc-ink);
	--siteforge-muted: var(--fc-graphite);
	--siteforge-border: var(--fc-line);
	--siteforge-shadow: var(--fc-shadow);
	--bs-primary: var(--fc-primary);
	--bs-secondary: var(--fc-ink);
	--bs-body-bg: var(--fc-canvas);
	--bs-body-color: var(--fc-ink);
	--bs-border-color: var(--fc-line);
	--bs-link-color: var(--fc-primary);
	--bs-link-hover-color: var(--fc-deep);
	--fc-navy: var(--fc-ink);
	--fc-blue: var(--fc-primary);
	--fc-accent: var(--fc-primary);
	--fc-light: var(--fc-cloud);
	--fc-white: var(--fc-canvas);
}

html,
body {
	background: var(--fc-canvas);
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

body,
.site-main {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.page-title,
.front-products__title,
.fc-contact-hero h1,
.fc-contact-intro h2,
.fc-contact-update h2,
.case-study-card__title,
.catalog-related-case-studies__header h2 {
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

p,
li,
.catalog-detail-card__content,
.case-study-detail__content,
.page-content,
.entry-content {
	color: var(--fc-charcoal);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.container {
	max-width: 1240px;
}

.site-section,
.products-section,
.case-study-archive,
.case-study-single,
.catalog-page,
.front-products {
	background: var(--fc-canvas);
	/* padding-bottom: 80px;
	padding-top: 80px; */
}

.site-section:nth-of-type(even),
.case-study-archive,
.products-section,
.catalog-page {
	background: var(--fc-cloud);
}

input,
textarea,
select,
.search-input,
.site-header-search__field {
	background: #fff;
	border: 1px solid var(--fc-steel-2);
	border-radius: 4px;
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	min-height: 44px;
	padding: 11px 14px;
}

input:focus,
textarea:focus,
select:focus,
.search-input:focus {
	border-color: var(--fc-ink);
	box-shadow: none;
	outline: 0;
}

.site-header,
.fc-site-header {
	background: var(--fc-canvas);
	border-bottom: 1px solid var(--fc-line);
	box-shadow: none;
	position: sticky;
	top: 0;
	z-index: 100;
}

body.admin-bar .site-header,
body.admin-bar .fc-site-header {
	top: 0;
}

.fc-topbar {
	align-items: center;
	background: var(--fc-cloud);
	border-bottom: 1px solid var(--fc-line);
	color: var(--fc-charcoal);
	display: flex;
	min-height: 38px;
	padding: 5px 0;
}

.fc-topbar .container > .d-flex {
	min-height: 38px;
}

.fc-topbar__contact {
	gap: 22px !important;
}

.fc-topbar a {
	color: var(--fc-charcoal);
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.fc-topbar a:hover,
.fc-navbar .nav-link:hover,
.fc-navbar .nav-link.active,
.site-header__nav .current-menu-item > a,
.site-header__nav .current-menu-ancestor > a {
	color: var(--fc-primary) !important;
}

.fc-topbar__actions {
	gap: 22px !important;
}

.fc-topbar__social {
	align-items: center;
	color: var(--fc-primary) !important;
	display: inline-flex;
	font-size: 16px !important;
	justify-content: center;
	line-height: 1;
}

.fc-inquire-btn,
.fc-book-btn {
	align-items: center;
	background: var(--fc-primary);
	border: 1px solid var(--fc-primary);
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.4px;
	line-height: 1;
	min-height: 30px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-book-btn {
	font-size: 12px;
    letter-spacing: 0.7px;
    min-height: 42px;
    padding: 0 24px;
    white-space: nowrap;
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
    border-radius: 0;
}

.fc-inquire-btn:hover,
.fc-book-btn:hover {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #fff !important;
}

.fc-topbar-search {
	margin: 0;
}

.fc-topbar-search__input {
	background: #fff;
	border: 1px solid var(--fc-line);
	border-radius: 999px;
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	min-height: 36px;
	line-height: 1;
	min-width: 260px;
	padding: 0 15px;
}

.fc-topbar-search__input:focus {
	border-color: var(--fc-primary);
	box-shadow: 0 0 0 3px rgba(16, 111, 180, 0.12);
	outline: none;
}

.fc-topbar-search__input::placeholder {
	color: var(--fc-graphite);
}

.fc-navbar {
	background: var(--fc-canvas);
	border: 0;
	border-bottom: 1px solid var(--fc-line);
	box-shadow: none;
	padding: 0;
	position: static;
	top: auto;
	z-index: auto;
}

.fc-navbar > .container {
	min-height: 70px;
}

body.admin-bar .fc-navbar {
	top: auto;
}

.fc-navbar .navbar-toggler {
	align-items: center;
	border: 1px solid var(--fc-line) !important;
	border-radius: 4px;
	display: none;
	height: 44px;
	justify-content: center;
	margin-left: auto;
	padding: 0;
	width: 44px;
}

.fc-navbar .navbar-toggler:focus {
	box-shadow: none;
	outline: 2px solid var(--fc-soft);
}

.fc-navbar .navbar-toggler-icon {
	background-image: none;
	height: 18px;
	position: relative;
	width: 22px;
}

.fc-navbar .navbar-toggler-icon::before,
.fc-navbar .navbar-toggler-icon::after,
.fc-navbar .navbar-toggler-icon {
	border-top: 2px solid var(--fc-ink);
}

.fc-navbar .navbar-toggler-icon::before,
.fc-navbar .navbar-toggler-icon::after {
	content: "";
	left: 0;
	position: absolute;
	width: 22px;
}

.fc-navbar .navbar-toggler-icon::before {
	top: 6px;
}

.fc-navbar .navbar-toggler-icon::after {
	top: 14px;
}

.fc-navbar .navbar-brand img {
	display: block;
	height: auto;
	max-height: 48px;
	width: 170px;
	object-fit: contain;
}

.fc-society-badge {
	align-items: center;
	
	border-radius: 999px;
	color: var(--fc-deep);
	display: inline-flex;
	gap: 8px;
	margin-left: 18px;
	min-height: 42px;
	padding: 6px 12px 6px 8px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.fc-society-badge:hover,
.fc-society-badge:focus {
	border-color: rgba(16, 110, 180, 0.28);
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	color: var(--fc-blue);
	text-decoration: none;
}

.fc-society-badge img {
	display: block;
	height: 28px;
	max-width: 82px;
	object-fit: contain;
	width: auto;
}

.fc-society-badge span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.7px;
	line-height: 1.1;
	text-transform: uppercase;
}

.fc-topbar .fc-society-badge {
	border-radius: 999px;
	margin-left: 0;
	min-height: 60px;
	padding: 4px 10px 4px 6px;
}

.fc-topbar .fc-society-badge img {
	    height: 51px;
    max-width: 150px;
}

.fc-topbar .fc-society-badge span {
	font-size: 10px;
	letter-spacing: 0.6px;
}

.fc-navbar .navbar-nav {
	gap: 28px !important;
}

.fc-navbar .nav-link {
	color: var(--fc-ink) !important;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 25px 0 !important;
	text-transform: none;
}

#menu-main-header-menu li {
	height: auto;
}

.fc-nav-search .search-input {
	border-color: var(--fc-steel-2);
	border-radius: 4px;
	font-size: 14px;
	height: 44px;
	width: min(100%, 250px);
}

.fc-sub-menu,
.fc-mega-menu {
	background: #fff;
	border: 1px solid var(--fc-line);
	border-radius: 0;
	box-shadow: var(--fc-shadow);
}

.fc-mega-catalog,
.fc-mega-catalog__cats {
	background: var(--fc-cloud);
	border-radius: 0;
}

.fc-mega-catalog__cat,
.fc-mega-catalog__link {
	/* border-radius: 4px; */
	color: var(--fc-ink);
}

.fc-mega-catalog__cat:hover,
.fc-mega-catalog__cat.is-active,
.fc-mega-catalog__link:hover {
	background: var(--fc-soft);
	color: var(--fc-primary);
}

.breadcrumb-bar {
	background: var(--fc-cloud);
	border-bottom: 1px solid var(--fc-line);
	padding: 14px 0;
}

.breadcrumb-bar a,
.breadcrumb-bar span {
	color: var(--fc-charcoal);
	font-size: 14px;
}

.breadcrumb-bar .current,
.breadcrumb-bar a:hover {
	color: var(--fc-primary);
}

.page-header,
.hero-section {
	background: var(--fc-cloud);
	border-bottom: 1px solid var(--fc-line);
	color: var(--fc-ink);
	padding: 80px 0;
}

.page-header__eyebrow,
.section-label,
.kicker,
.catalog-detail-card__eyebrow,
.case-study-card__eyebrow {
	color: var(--fc-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 16px;
	text-transform: uppercase;
}

.page-header h1,
.catalog-page .page-title,
.fc-contact-hero h1 {
	font-size: 42px;
	line-height: 1;
}

.catalog-page .page-title {
	color: var(--red-color);
}

.section-title,
.fc-contact-intro h2,
.fc-contact-update h2,
.catalog-related-case-studies__header h2 {
	color: var(--fc-ink);
	font-size: 36px;
	line-height: 1;
}

.content-card,
.site-entry,
.widget,
.comments-area,
.product-card,
.catalog-page .product-card,
.catalog-page .sidebar-box,
.catalog-page .catalog-box,
.catalog-detail-card,
.catalog-detail-card__body-shell,
.case-study-card,
.case-study-detail,
.fc-contact-form-card,
.fc-contact-update__inner,
.front-products__card,
.price-card {
	background: #fff;
	border: 1px solid var(--fc-line);
	border-radius: 16px;
	box-shadow: var(--fc-shadow);
}

.catalog-detail-card,
.case-study-detail,
.fc-contact-form-card {
	padding: clamp(24px, 4vw, 48px);
}

.product-card,
.catalog-page .product-card,
.case-study-card {
	transform: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover,
.catalog-page .product-card:hover,
.case-study-card:hover {
	border-color: var(--fc-line);
	box-shadow: var(--fc-shadow);
	transform: translateY(-2px);
}

.product-img-wrap,
.catalog-page .product-img-wrap,
.case-study-card__media,
.catalog-detail-card__media,
.case-study-detail__hero,
.case-study-gallery__item {
	background: var(--fc-cloud);
	border-radius: 16px;
}

.product-name,
.catalog-page .product-name,
.case-study-card__title a,
.catalog-page .page-title--single {
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.product-name:hover,
.catalog-page .product-name:hover,
.case-study-card__title a:hover {
	color: var(--fc-primary);
}

.catalog-page .sidebar-heading {
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

.catalog-sidebar__link,
.catalog-page .acc-trigger,
.catalog-page .acc-sub-item {
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: none;
}

.catalog-sidebar__link:hover,
.catalog-sidebar__link.is-ancestor,
.catalog-sidebar__toggle:hover,
.catalog-sidebar__toggle[aria-expanded="true"],
.catalog-page .acc-trigger:hover,
.catalog-page .acc-trigger.active,
.catalog-page .acc-sub-item:hover,
.catalog-page .acc-sub-item.is-ancestor {
	background: var(--fc-soft);
	color: var(--fc-primary);
}

.catalog-sidebar__link.is-active,
.catalog-page .acc-sub-item.active {
	background: var(--fc-primary);
	color: #fff;
}

.catalog-sidebar__children,
.catalog-page .acc-body {
	background: var(--fc-cloud);
}

.fc-footer {
	background: var(--fc-ink);
	color: #fff;
	padding: 80px 0 28px;
}

.fc-footer__logo {
	display: block;
	height: auto;
	margin-bottom: 20px;
	max-width: 180px;
	width: 100%;
}

.footer-brand {
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.footer-tagline,
.footer-contact p,
.fc-footer__catalog-copy,
.footer-bottom {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 21px;
}

.footer-heading {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.fc-footer-menu li a,
.fc-footer ul li a,
.footer-contact a,
.fc-footer__legal-link {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 21px;
}

.fc-footer-menu li a:hover,
.fc-footer ul li a:hover,
.footer-contact a:hover,
.fc-footer__legal-link:hover {
	color: #fff;
}

.social-btn,
.back-to-top {
	background: var(--fc-primary);
	border-radius: 4px;
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/* Homepage hero rewritten into design-system language */
.fc-home-hero {
	background: var(--fc-canvas);
	padding: 0;
}



/* Homepage products - Option A */
.products-section {
	padding: 80px 0;
}

.products-section__header {
	align-items: end;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.3fr 1fr;
	margin-bottom: 64px;
}

.products-section__eyebrow {
	align-items: center;
	color: var(--fc-primary);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 2.5px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.products-section__eyebrow::before {
	background: var(--fc-primary);
	content: "";
	height: 1px;
	width: 32px;
}

.products-section__title {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	max-width: 580px;
}

.products-section__title span {
	/* color: var(--fc-primary);
	font-style: italic;
	font-weight: 500; */
}

.products-section__lede {
	color: var(--fc-graphite);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	padding-bottom: 8px;
}

.products-section__actions {
	display: flex;
	gap: 16px;
	margin-top: 24px;
}

.products-section__btn {
	align-items: center;
	background: transparent;
	border: 1px solid var(--fc-primary);
	border-radius: 999px;
	color: var(--fc-primary);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.5px;
	min-height: 42px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease;
}

.products-section__btn:hover {
	background: var(--fc-primary);
	color: #fff;
}

.products-section__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-section .product-card {
	background: #fff;
	border: 1px solid var(--fc-fog);
	border-radius: 4px;
	border-top: 0;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	transform: translateY(30px);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.products-section .product-card::before {
	background: var(--fc-primary);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	width: 0;
	z-index: 3;
}

.products-section .product-card.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.products-section .product-card:hover {
	border-color: var(--fc-bright);
	box-shadow: 0 24px 56px -16px rgba(11, 79, 130, 0.18);
	transform: translateY(-6px);
}

.products-section .product-card:hover::before {
	width: 100%;
}

.products-section .product-img-wrap {
	background: transparent;
	border-radius: 0;
	color: inherit;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.products-section .product-image-surface {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, var(--fc-soft) 0%, #eaf4fc 100%);
	border-radius: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
}

.products-section .product-card:hover .product-image-surface {
	transform: scale(1.05);
}

.products-section .product-image-surface img {
	display: block;
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: contain;
	padding: 28px;
	transition: none;
	width: 100%;
}

.products-section .product-image-surface i {
	color: var(--fc-primary);
	font-size: clamp(72px, 8vw, 112px);
	line-height: 1;
}

.products-section .product-card:hover .product-img-wrap img {
	transform: none;
}

.products-section .product-category {
	background: #fff;
	border-radius: 999px;
	color: var(--fc-primary);
	font-size: 10px;
	font-weight: 700;
	left: 16px;
	letter-spacing: 1.5px;
	line-height: 1;
	max-width: calc(100% - 32px);
	overflow: hidden;
	padding: 8px 12px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: uppercase;
	top: 16px;
	white-space: nowrap;
	z-index: 2;
}

.products-section .product-card__overlay {
	align-items: flex-end;
	background: linear-gradient(180deg, transparent 50%, rgba(11, 79, 130, 0.85) 100%);
	border-radius: 0;
	display: flex;
	inset: 0;
	opacity: 0;
	padding: 24px;
	position: absolute;
	transition: opacity 0.4s ease;
}

.products-section .product-card__overlay span {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transform: translateY(8px);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.products-section .product-card:hover .product-card__overlay {
	opacity: 1;
}

.products-section .product-card:hover .product-card__overlay span {
	transform: translateY(0);
}

.products-section .product-body {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 16px;
	justify-content: center;
	min-height: 88px;
	padding: 28px 24px;
	text-align: center;
	position: relative;
}

.products-section .product-name {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.products-section .product-title-link:hover {
	color: var(--fc-primary);
}

.cta-section {
	background: var(--fc-ink);
}

.cta-section h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(38px, 5vw, 56px);
	font-weight: 500;
	line-height: 1;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.72);
}

.cta-section {
	background: var(--fc-canvas);
	overflow: visible;
	padding: 80px 0;
}

.fc-why-choose {
	background: var(--fc-canvas);
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.fc-why-choose::before,
.fc-why-choose::after {
	background: radial-gradient(circle, var(--fc-soft) 0%, transparent 68%);
	content: "";
	pointer-events: none;
	position: absolute;
}

.fc-why-choose::before {
	height: 600px;
	opacity: 0.6;
	right: -200px;
	top: -200px;
	width: 600px;
}

.fc-why-choose::after {
	bottom: -150px;
	height: 450px;
	left: -150px;
	opacity: 0.4;
	width: 450px;
}

.fc-why-choose .container {
	position: relative;
	z-index: 1;
}

.fc-why-choose__header {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 72px;
}

.fc-why-choose__eyebrow {
	align-items: center;
	color: var(--fc-primary);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 2.5px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.fc-why-choose__eyebrow::before {
	background: var(--fc-primary);
	content: "";
	height: 1px;
	width: 32px;
}

.fc-why-choose h2 {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: clamp(36px, 4.5vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	max-width: 580px;
}

.fc-why-choose h2 span {
	/* color: var(--fc-primary);
	font-style: italic; */
}

.fc-why-choose__header p {
	color: var(--fc-graphite);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 500px;
	padding-bottom: 8px;
}

.fc-why-choose__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-why-card {
	background: #fff;
	border: 1px solid var(--fc-fog);
	border-radius: 4px;
	cursor: default;
	overflow: hidden;
	padding: 48px 36px 40px;
	position: relative;
	transition: border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-why-card::before {
	background: var(--fc-primary);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0.15);
	transform-origin: top;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	width: 3px;
}

.fc-why-card::after {
	background: linear-gradient(180deg, var(--fc-soft) 0%, transparent 100%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.5s ease;
}

.fc-why-card:hover {
	border-color: var(--fc-bright);
	box-shadow: 0 24px 48px -16px rgba(11, 79, 130, 0.12);
	transform: translateY(-4px);
}

.fc-why-card:hover::before {
	transform: scaleY(1);
}

.fc-why-card:hover::after {
	opacity: 0.5;
}

.fc-why-card__inner {
	position: relative;
	z-index: 1;
}

.fc-why-card__index {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.fc-why-card__index span {
	color: var(--fc-steel);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}

.fc-why-card__icon {
	align-items: center;
	background: var(--fc-soft);
	border-radius: 50%;
	color: var(--fc-primary);
	display: inline-flex;
	height: 52px;
	justify-content: center;
	transition: background 0.4s ease, color 0.4s ease;
	width: 52px;
}

.fc-why-card__icon i {
	font-size: 24px;
	line-height: 1;
}

.fc-why-card:hover .fc-why-card__icon {
	background: var(--fc-primary);
	color: #fff;
}

.fc-why-card h3 {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.fc-why-card p {
	color: var(--fc-graphite);
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0 0 32px;
}

.fc-why-card__link {
	align-items: center;
	border-top: 1px solid var(--fc-fog);
	color: var(--fc-primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.8px;
	padding-top: 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.fc-why-card__link i {
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-why-card:hover .fc-why-card__link {
	color: var(--fc-deep);
}

.fc-why-card:hover .fc-why-card__link i {
	transform: translateX(6px);
}

.fc-testimonials {
	background: var(--fc-cloud);
	padding: 80px 0;
	position: relative;
}

.fc-testimonials__header {
	align-items: end;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.3fr 1fr;
	margin-bottom: 72px;
}

.fc-testimonials__eyebrow {
	align-items: center;
	color: var(--fc-primary);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 2.5px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.fc-testimonials__eyebrow::before {
	background: var(--fc-primary);
	content: "";
	height: 1px;
	width: 32px;
}

.fc-testimonials h2 {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	max-width: 620px;
}



.fc-testimonials__header p {
	color: var(--fc-graphite);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	padding-bottom: 8px;
}

.fc-testimonials__trust {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fc-fog);
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
	margin-bottom: 56px;
	padding: 20px 28px;
}

.fc-testimonials__rating {
	align-items: center;
	display: flex;
	gap: 12px;
}

.fc-testimonials__stars,
.fc-testimonial-card__stars {
	color: var(--fc-primary);
	display: flex;
	gap: 2px;
}

.fc-testimonials__stars i {
	font-size: 18px;
	line-height: 1;
}

.fc-testimonials__rating-text strong {
	color: var(--fc-deep);
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.fc-testimonials__rating-text span {
	color: var(--fc-graphite);
	font-size: 13px;
	margin-left: 6px;
}

.fc-testimonials__divider {
	background: var(--fc-fog);
	height: 28px;
	width: 1px;
}

.fc-testimonials__trust-item {
	color: var(--fc-graphite);
	font-size: 13px;
}

.fc-testimonials__trust-item strong {
	color: var(--fc-deep);
	font-weight: 700;
}

.fc-testimonials__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-testimonials__more {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.fc-testimonials__more-btn {
	align-items: center;
	background: var(--red-color);
	border: 1px solid var(--red-color);
	border-radius: 4px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-testimonials__more-btn:hover,
.fc-testimonials__more-btn:focus {
	background: #8f271d;
	border-color: #8f271d;
	color: #ffffff;
}

.fc-testimonial-card {
	background: #fff;
	border: 1px solid var(--fc-fog);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 36px 32px;
	position: relative;
	transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.fc-testimonial-card.is-featured {
	background: #fff;
	border-color: var(--fc-fog);
	color: var(--fc-ink);
}

.fc-testimonial-card:hover,
.fc-testimonial-card:focus-within {
	background: var(--fc-deep);
	border-color: var(--fc-bright);
	box-shadow: 0 16px 40px -12px rgba(11, 79, 130, 0.15);
	color: #fff;
	transform: translateY(-4px);
}

.fc-testimonial-card__tag {
	background: var(--fc-soft);
	border-radius: 999px;
	color: var(--fc-primary);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 4px 10px;
	position: absolute;
	right: 32px;
	text-transform: uppercase;
	top: 36px;
}

.fc-testimonial-card:hover .fc-testimonial-card__tag,
.fc-testimonial-card:focus-within .fc-testimonial-card__tag {
	background: var(--fc-primary);
	color: #fff;
}

.fc-testimonial-card__stars {
	margin-bottom: 20px;
}

.fc-testimonial-card__stars i {
	font-size: 14px;
	line-height: 1;
}

.fc-testimonial-card:hover .fc-testimonial-card__stars,
.fc-testimonial-card:focus-within .fc-testimonial-card__stars {
	color: var(--fc-soft);
}

.fc-testimonial-card__quote {
	color: var(--fc-ink);
	flex-grow: 1;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 28px;
}

.fc-testimonial-card:hover .fc-testimonial-card__quote,
.fc-testimonial-card:focus-within .fc-testimonial-card__quote {
	color: #fff;
}

.fc-testimonial-card__attr {
	align-items: center;
	border-top: 1px solid var(--fc-fog);
	display: flex;
	gap: 14px;
	padding-top: 24px;
}

.fc-testimonial-card:hover .fc-testimonial-card__attr,
.fc-testimonial-card:focus-within .fc-testimonial-card__attr {
	border-top-color: rgba(255, 255, 255, 0.15);
}

.fc-testimonial-card__avatar {
	align-items: center;
	background: var(--fc-soft);
	border-radius: 50%;
	color: var(--fc-primary);
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	overflow: hidden;
	width: 40px;
}

.fc-testimonial-card__avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fc-testimonial-card:hover .fc-testimonial-card__avatar,
.fc-testimonial-card:focus-within .fc-testimonial-card__avatar {
	background: var(--fc-primary);
	color: #fff;
}

.fc-testimonial-card__name {
	color: var(--fc-deep);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.fc-testimonial-card:hover .fc-testimonial-card__name,
.fc-testimonial-card:focus-within .fc-testimonial-card__name {
	color: #fff;
}

.fc-testimonial-card__role {
	color: var(--fc-graphite);
	font-size: 12.5px;
	line-height: 1.35;
	margin-top: 2px;
}

.fc-testimonial-card:hover .fc-testimonial-card__role,
.fc-testimonial-card:focus-within .fc-testimonial-card__role {
	color: var(--fc-soft);
	opacity: 0.85;
}

.fc-reviews-hero {
	background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
	border-bottom: 1px solid #e6edf3;
	padding: 76px 0 68px;
}

.fc-reviews-eyebrow {
	align-items: center;
	color: var(--red-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.fc-reviews-eyebrow::before {
	background: var(--red-color);
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-reviews-hero h1 {
	color: var(--fc-primary);
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
	max-width: 760px;
}

.fc-reviews-hero p:not(.fc-reviews-eyebrow) {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.fc-reviews-list {
	background: #f7f7f7;
	padding: 80px 0;
}

.fc-reviews-grid .fc-testimonial-card {
	background: #ffffff;
}

.fc-reviews-grid .fc-testimonial-card:hover,
.fc-reviews-grid .fc-testimonial-card:focus-within {
	background: var(--fc-deep);
}

.cta-section::before,
.cta-section::after {
	display: none;
}

.cta-section__panel {
	align-items: center;
	background: var(--fc-ink);
	border-radius: 16px;
	color: #fff;
	display: grid;
	gap: 36px 56px;
	grid-template-columns: minmax(0, 1.1fr) auto;
	min-height: 260px;
	overflow: hidden;
	padding: 58px 54px;
	position: relative;
}

.cta-section__panel::before,
.cta-section__panel::after {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	content: "";
	position: absolute;
	z-index: 0;
}

.cta-section__panel::before {
	height: 280px;
	left: -92px;
	top: 54px;
	width: 280px;
}

.cta-section__panel::after {
	height: 330px;
	right: -120px;
	top: -86px;
	width: 330px;
}

.cta-section__content,
.cta-section__actions {
	position: relative;
	z-index: 1;
}

.cta-section__content h2,
.cta-section h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(38px, 4.5vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
	max-width: 620px;
}

.cta-section__content p,
.cta-section p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	max-width: 720px;
}

.cta-section__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
}

.cta-section .btn-white {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: var(--fc-primary);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.7px;
	min-height: 48px;
	min-width: 210px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.cta-section .btn-white:hover {
	background: var(--fc-soft);
	border-color: var(--fc-soft);
	color: var(--fc-deep);
}

.cta-section__download-link {
	color: rgba(255, 255, 255, 0.82);
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-decoration: none;
	text-transform: uppercase;
}

.cta-section__download-link:hover {
	color: #fff;
}

.cta-section__art {
	background: linear-gradient(135deg, var(--fc-storm), var(--fc-mist));
	border-radius: 14px;
	display: none;
	height: 168px;
	position: relative;
	z-index: 1;
}

/* Contact page normalized from dark reference into Full Cryo system */
.fc-contact-hero {
	background: var(--fc-cloud);
	color: var(--fc-ink);
	padding: 96px 0 120px;
}

.fc-contact-hero::after {
	background: var(--fc-canvas);
}

.fc-contact-hero__pattern {
	background-image: radial-gradient(circle, rgba(16, 111, 180, 0.18) 0 7px, transparent 8px);
}

.fc-contact-hero h1,
.fc-contact-hero p:last-child {
	color: var(--fc-ink);
}

.fc-contact-hero p:last-child {
	color: var(--fc-charcoal);
}

.fc-contact-main {
	background: var(--fc-canvas);
	color: var(--fc-ink);
}

.fc-contact-intro .section-label,
.fc-contact-intro h2 {
	color: var(--fc-ink);
}

.fc-contact-intro .section-label {
	color: var(--fc-primary);
}

.fc-contact-intro p,
.fc-contact-method p {
	color: var(--fc-charcoal);
}

.fc-contact-method__icon {
	background: var(--fc-soft);
	box-shadow: none;
	color: var(--fc-primary);
}

.fc-contact-method h3,
.fc-contact-method a {
	color: var(--fc-ink);
}

.fc-contact-method a:hover {
	color: var(--fc-primary);
}

.fc-contact-form-card {
	background: #fff;
	color: var(--fc-ink);
}

.fc-contact-form-card h2,
.fc-contact-form label {
	color: var(--fc-ink);
}

.fc-contact-form input,
.fc-contact-form textarea {
	border: 1px solid var(--fc-steel-2);
	color: var(--fc-ink);
	padding: 11px 14px;
}

.fc-contact-form input::placeholder,
.fc-contact-form textarea::placeholder {
	color: var(--fc-graphite);
}

.fc-contact-form label span,
.help.error,
.text-danger,
.btn.sale,
.badge-sale {
	color: var(--fc-coral);
}

input.error,
textarea.error,
select.error {
	border-color: var(--fc-coral);
}

.fc-contact-map {
	background: var(--fc-fog);
}

.fc-contact-update {
	background: var(--fc-canvas);
	margin-top: 0;
}

.fc-contact-update__inner {
	background: var(--fc-cloud);
	color: var(--fc-ink);
}

.fc-contact-update h2 {
	color: var(--fc-ink);
}

.fc-contact-update .section-label {
	color: var(--fc-primary);
}

.fc-contact-update__form {
	border: 1px solid var(--fc-line);
	border-radius: 16px;
	box-shadow: var(--fc-shadow);
}

@media (max-width: 991.98px) {
	body.admin-bar .site-header,
	body.admin-bar .fc-site-header {
		top: 0;
	}

	.site-section,
	.products-section,
	.case-study-archive,
	.case-study-single,
	.catalog-page,
	.front-products {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.fc-navbar .navbar-nav {
		gap: 0 !important;
	}

	.fc-navbar .nav-link {
		padding: 12px 0 !important;
	}
}

@media (max-width: 767.98px) {
	.site-section,
	.products-section,
	.case-study-archive,
	.case-study-single,
	.catalog-page,
	.front-products {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.fc-topbar {
		display: none;
	}

	.fc-navbar {
		min-height: 66px;
	}

	.fc-navbar .container {
		position: relative;
	}

	.fc-navbar .navbar-brand img {
		width: 156px;
	}

	.fc-navbar .navbar-toggler {
		display: inline-flex !important;
		position: absolute;
		right: 18px;
		top: 11px;
	}

	.page-header,
	.hero-section {
		padding: 48px 0;
	}

	.section-title,
	.fc-contact-intro h2,
	.fc-contact-update h2 {
		font-size: 36px;
		line-height: 1;
	}
}

/* Owl Homepage Carousel */
.fc-home-hero {
	background: #fff;
	border-bottom: 1px solid var(--fc-line);
	padding: 0;
}

.fc-hero-carousel {
	background: #f7f7f7;
	position: relative;
}

.fc-hero-carousel .owl-stage-outer {
	min-height: 560px;
}

.fc-hero-carousel__item {
	background: var(--fc-soft);
	min-height: 560px;
	overflow: hidden;
	padding: 78px 0 42px;
	position: relative;
}

.fc-hero-carousel__item::before,
.fc-hero-carousel__item::after {
	content: "";
	inset: 0;
	position: absolute;
}

.fc-hero-carousel__item::before {
	background-image: var(--fc-hero-bg);
	background-position: center;
	background-size: cover;
	filter: saturate(1.05) contrast(1.02);
	transform: scale(1.02);
	z-index: 0;
}

.fc-hero-carousel__item::after {
	/* background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(214, 236, 250, 0.18) 62%, rgba(11, 79, 130, 0.22) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.18) 58%, rgba(16, 111, 180, 0.1) 100%);
	z-index: 1; */
}

.fc-hero-carousel__item .container {
	position: relative;
	z-index: 2;
}

.fc-hero-carousel .owl-item {
	overflow: hidden;
}

.fc-hero-carousel__slide {
	min-height: 440px;
}

.fc-hero-carousel__content {
	padding-left: 24px;
}

.fc-hero-carousel__eyebrow {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 1.1px;
	line-height: 16px;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.fc-hero-carousel__eyebrow span {
	background: var(--fc-primary);
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.fc-hero-carousel__title {
	color: var(--fc-ink);
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 26px;
}

.fc-hero-carousel__title span {
	display: block;
}

.fc-hero-carousel__title .is-accent {
	/* color: var(--fc-primary); */
}

.fc-hero-carousel__desc {
	color: var(--fc-charcoal);
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 28px;
	max-width: 560px;
}

.fc-hero-carousel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fc-hero-carousel__btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.7px;
	line-height: 20px;
	min-height: 44px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-hero-carousel__btn--primary {
	background: var(--fc-primary);
	border: 1px solid var(--fc-primary);
	color: #fff;
}

.fc-hero-carousel__btn--primary:hover {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #fff;
}

.fc-hero-carousel__btn--outline {
	background: #fff;
	border: 1px solid var(--fc-primary);
	color: var(--fc-primary);
}

.fc-hero-carousel__btn--outline:hover {
	background: var(--fc-primary);
	color: var(--fc-primary);
}

.fc-hero-carousel__image-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--fc-line);
	border-radius: 16px;
	box-shadow: var(--fc-shadow);
	display: flex;
	backdrop-filter: blur(10px);
	justify-content: center;
	min-height: 390px;
	padding: 64px 52px;
	position: relative;
}

.fc-hero-carousel__image-card img {
	background: #fff;
	border-radius: 16px;
	display: block;
	max-height: 260px;
	max-width: 100%;
	object-fit: contain;
	padding: 18px;
}

.fc-hero-carousel__tag,
.fc-hero-carousel__label {
	background: #fff;
	border: 1px solid var(--fc-line);
	border-radius: 4px;
	color: var(--fc-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 16px;
	padding: 12px 14px;
	position: absolute;
	text-transform: uppercase;
}

.fc-hero-carousel__tag {
	left: 0;
	top: 28px;
}

.fc-hero-carousel__label {
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.fc-hero-carousel .owl-nav {
	display: none;
}

.fc-hero-carousel .owl-dots {
	align-items: center;
	bottom: 34px;
	display: flex;
	gap: 10px;
	justify-content: center;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.fc-hero-carousel .owl-dots button.owl-dot {
	background: transparent;
	border: 0;
	height: 14px;
	padding: 0;
	width: 14px;
}

.fc-hero-carousel .owl-dots button.owl-dot span {
	background: rgba(16, 111, 180, 0.28);
	border-radius: 999px;
	display: block;
	height: 9px;
	margin: 0;
	transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
	width: 9px;
}

.fc-hero-carousel .owl-dots button.owl-dot.active span,
.fc-hero-carousel .owl-dots button.owl-dot:hover span {
	background: var(--fc-primary);
	transform: scale(1.15);
}

@media (max-width: 991.98px) {
	.products-section {
		padding: 80px 0;
	}

	.products-section__header {
		gap: 32px;
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.products-section__grid {
		grid-template-columns: 1fr;
	}

	.fc-why-choose {
		padding: 80px 0;
	}

	.fc-why-choose__header {
		gap: 32px;
		grid-template-columns: 1fr;
		margin-bottom: 56px;
	}

	.fc-why-choose__grid {
		grid-template-columns: 1fr;
	}

	.fc-why-card {
		padding: 36px 28px 32px;
	}

	.fc-testimonials {
		padding: 80px 0;
	}

	.fc-testimonials__header {
		gap: 32px;
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.fc-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.fc-testimonials__trust {
		gap: 16px 20px;
		padding: 18px 20px;
	}

	.cta-section__panel {
		grid-template-columns: 1fr;
		padding: 42px 34px;
	}

	.cta-section__actions {
		justify-content: flex-start;
	}

	.fc-navbar .navbar-toggler {
		display: inline-flex;
	}

	.fc-hero-carousel,
	.fc-hero-carousel .owl-stage-outer,
	.fc-hero-carousel__item {
		min-height: 0;
	}

	.fc-hero-carousel__item {
		padding: 54px 0 28px;
	}

	.fc-hero-carousel__content {
		padding-left: 0;
	}

	.fc-hero-carousel__title {
		font-size: 46px;
	}

	.fc-hero-carousel__image-card {
		min-height: 300px;
		padding: 52px 28px;
	}

	.fc-hero-carousel .owl-dots {
		bottom: 28px;
	}
}

@media (max-width: 767.98px) {
	.products-section {
		padding: 64px 0;
	}

	.products-section__title {
		font-size: 36px;
	}

	.products-section .product-body {
		padding: 24px 20px;
	}

	.products-section .product-name {
		font-size: 18px;
	}

	.fc-why-choose {
		padding: 64px 0;
	}

	.fc-why-choose h2 {
		font-size: 36px;
	}

	.fc-testimonials {
		padding: 64px 0;
	}

	.fc-testimonials__divider {
		display: none;
	}

	.fc-testimonial-card {
		padding: 30px 24px;
	}

	.cta-section {
		padding: 56px 0;
	}

	.cta-section__panel {
		border-radius: 16px;
		padding: 34px 24px;
	}

	.cta-section__actions,
	.cta-section .btn-white,
	.cta-section__download-link {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.fc-hero-carousel__item {
		padding: 56px 0 26px;
	}

	.fc-hero-carousel__eyebrow {
		margin-bottom: 26px;
	}

	.fc-hero-carousel__title {
		font-size: 42px;
	}

	.fc-hero-carousel__desc {
		font-size: 16px;
		line-height: 22px;
	}

	.fc-hero-carousel__actions,
	.fc-hero-carousel__btn {
		width: 100%;
	}

	.fc-hero-carousel__image-card {
		min-height: 260px;
		padding: 54px 18px 58px;
	}

	.fc-hero-carousel__image-card img {
		max-height: 170px;
		padding: 10px;
	}

	.fc-hero-carousel__tag,
	.fc-hero-carousel__label {
		font-size: 11px;
		max-width: calc(100% - 36px);
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.fc-hero-carousel .owl-dots {
		bottom: 24px;
	}
}

/* Homepage hero slider - Option A */
.fc-home-hero {
	background: var(--fc-deep);
	border-bottom: 0;
	overflow: hidden;
	padding: 0;
}

.fc-hero-carousel {
	background: var(--fc-deep);
	position: relative;
}

.fc-hero-carousel .owl-carousel,
.fc-hero-carousel .owl-stage-outer,
.fc-hero-carousel .owl-stage,
.fc-hero-carousel .owl-item {
	height: 100%;
}

.fc-hero-carousel .owl-stage-outer {
	min-height: 0;
}

.fc-hero-carousel__item {
	align-items: center;
	background: var(--fc-deep);
	display: flex;
	min-height: 640px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.fc-hero-carousel__item::before,
.fc-hero-carousel__item::after {
	content: "";
	inset: 0;
	position: absolute;
}

.fc-hero-carousel__item::before {
	background-image: var(--fc-hero-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(1.05) contrast(1.02);
	transform: none;
	z-index: 0;
}

.fc-hero-carousel__item::after {
	/* background: linear-gradient(110deg, rgba(11, 79, 130, 0.92) 0%, rgba(11, 79, 130, 0.72) 50%, rgba(11, 79, 130, 0.5) 100%); */
	z-index: 1;
}

.fc-hero-carousel__container {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	max-width: 1240px;
	padding: 80px 24px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.fc-hero-carousel__content {
	color: #fff;
	padding-left: 0;
	color: #fff;
    padding-left: 0;
    background-color: #0b4f82a8;
    padding: 50px;
}

.fc-hero-carousel__eyebrow {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 2.5px;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.fc-hero-carousel__eyebrow::before {
	background: #fff;
	content: "";
	height: 1px;
	width: 32px;
}

.fc-hero-carousel__title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: clamp(36px, 4.8vw, 60px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 24px;
	max-width: 560px;
}

.fc-hero-carousel__title span {
	display: inline;
}

.fc-hero-carousel__title span + span::before {
	content: " ";
}

.fc-hero-carousel__title .is-accent {
	/* color: var(--fc-bright);
	font-style: italic;
	font-weight: 500; */
}

.fc-hero-carousel__desc {
	color: rgba(214, 236, 250, 0.86);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 40px;
	max-width: 480px;
}

.fc-hero-carousel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.fc-hero-carousel__btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.6px;
	line-height: 1;
	min-height: 50px;
	padding: 0 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.fc-hero-carousel__btn i {
	transition: transform 0.3s ease;
}

.fc-hero-carousel__btn:hover i {
	transform: translateX(4px);
}

.fc-hero-carousel__btn--primary {
	background: #fff;
	border: 1px solid #fff;
	color: var(--fc-deep);
}

.fc-hero-carousel__btn--primary:hover {
	background: var(--fc-bright);
	border-color: var(--fc-bright);
	color: #fff;
}

.fc-hero-carousel__btn--outline {
	background: var(--red-color);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.fc-hero-carousel__btn--outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

.fc-hero-carousel__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.fc-hero-carousel__product {
	align-items: center;
	aspect-ratio: 1;
	/* backdrop-filter: blur(10px);
	background: radial-gradient(circle, rgba(214, 236, 250, 0.95) 0%, rgba(214, 236, 250, 0.4) 70%, transparent 100%);
	border-radius: 50%; */
	display: flex;
	justify-content: center;
	max-width: 460px;
	position: relative;
	width: 100%;
}

.fc-hero-carousel__product::before,
.fc-hero-carousel__product::after {
	/* border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	content: "";
	position: absolute; */
}

.fc-hero-carousel__product::before {
	inset: -20px;
}

.fc-hero-carousel__product::after {
	border-color: rgba(255, 255, 255, 0.08);
	inset: -50px;
}

.fc-hero-carousel__product img {
	display: block;
	max-height: 62%;
	max-width: 68%;
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.fc-hero-carousel__product i {
	color: var(--fc-primary);
	font-size: 110px;
	position: relative;
	z-index: 1;
}

.fc-hero-carousel .owl-nav {
	bottom: 40px;
	display: flex;
	gap: 8px;
	margin: 0;
	position: absolute;
	right: 60px;
	z-index: 4;
}

.fc-hero-carousel .owl-nav button.owl-prev,
.fc-hero-carousel .owl-nav button.owl-next {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-radius: 50%;
	color: #fff !important;
	display: flex !important;
	height: 48px;
	justify-content: center;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	width: 48px;
}

.fc-hero-carousel .owl-nav button.owl-prev:hover,
.fc-hero-carousel .owl-nav button.owl-next:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: var(--fc-deep) !important;
}

.fc-hero-carousel .owl-nav button span {
	font-size: 22px;
	line-height: 1;
	margin-top: -3px;
}

.fc-hero-carousel .owl-dots {
	bottom: 48px;
	display: flex;
	gap: 8px;
	left: 60px;
	margin: 0 !important;
	position: absolute;
	transform: none;
	z-index: 4;
}

.fc-hero-carousel .owl-dots button.owl-dot {
	background: transparent;
	border: 0;
	height: 8px;
	padding: 0;
	width: auto;
}

.fc-hero-carousel .owl-dots button.owl-dot span {
	background: rgba(255, 255, 255, 0.3) !important;
	border-radius: 999px;
	display: block;
	height: 8px;
	margin: 0 !important;
	transition: background 0.3s ease, width 0.3s ease;
	width: 8px;
}

.fc-hero-carousel .owl-dots button.owl-dot.active span,
.fc-hero-carousel .owl-dots button.owl-dot:hover span {
	background: #fff !important;
	transform: none;
	width: 32px;
}

@media (max-width: 991.98px) {
	.fc-hero-carousel__container {
		gap: 48px;
		grid-template-columns: 1fr;
		padding: 64px 20px 100px;
	}

	.fc-hero-carousel__item {
		min-height: 0;
		padding: 0;
	}

	.fc-hero-carousel__product {
		max-width: 320px;
	}

	.fc-hero-carousel .owl-dots {
		bottom: 20px;
		left: 20px;
	}

	.fc-hero-carousel .owl-nav {
		bottom: 16px;
		right: 20px;
	}

	.fc-hero-carousel .owl-nav button.owl-prev,
	.fc-hero-carousel .owl-nav button.owl-next {
		height: 40px;
		width: 40px;
	}
}

@media (max-width: 767.98px) {
	.fc-hero-carousel__actions,
	.fc-hero-carousel__btn {
		width: 100%;
	}

	.fc-hero-carousel__title {
		font-size: 38px;
	}
}


/* Catalog Single Product Content Styling */
.single-catalog_item .catalog-page--single {
    color: #1f2937;
    line-height: 1.7;
}

/* Section Headings */
.single-catalog_item .catalog-page--single h2 {
    margin: 45px 0 18px;
    padding-bottom: 12px;
    font-size: 26px;
    font-weight: 700 !important;
    line-height: 1.3;
    color: #102a43;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
}

.single-catalog_item .catalog-page--single h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 3px;
    background: #1f5f99;
    border-radius: 10px;
}

/* Table Wrapper Effect Without Changing HTML */
.single-catalog_item .catalog-page--single table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 35px;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

/* Table Cells */
.single-catalog_item .catalog-page--single table td,
.single-catalog_item .catalog-page--single table th {
    padding: 15px 18px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    line-height: 1.55;
    color: #334155;
    vertical-align: middle;
}

/* First Column Label Style */
.single-catalog_item .catalog-page--single table tr td:first-child {
    background: #f1f7fc;
    color: #102a43;
    font-weight: 700;
    width: 38%;
}

/* First Row Table Header Style */
.single-catalog_item .catalog-page--single table tr:first-child td {
    background: #1f5f99;
    color: #ffffff;
}

.single-catalog_item .catalog-page--single table tr:first-child td strong {
    color: #ffffff;
}

/* Strong Text Cleanup */
.single-catalog_item .catalog-page--single table strong {
    font-weight: 600;
    color: inherit;
}

/* Alternate Row Background */
.single-catalog_item .catalog-page--single table tr:nth-child(even) td {
    background-color: #fbfdff;
}

/* Keep first column slightly highlighted even on alternate rows */
.single-catalog_item .catalog-page--single table tr:nth-child(even) td:first-child {
    background-color: #edf6fc;
}

/* Image Styling */


/* Remove extra spacing from &nbsp; paragraph-like gaps */
.single-catalog_item .catalog-page--single > p:empty,
.single-catalog_item .catalog-page--single p:empty {
    display: none;
}

/* Better spacing after tables */
.single-catalog_item .catalog-page--single table + h2 {
    margin-top: 50px;
}

/* Responsive Table */
@media (max-width: 767px) {
    .single-catalog_item .catalog-page--single {
        overflow-x: hidden;
    }

    .single-catalog_item .catalog-page--single h2 {
        font-size: 22px;
        margin-top: 35px;
    }

    .single-catalog_item .catalog-page--single table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 12px;
    }

    .single-catalog_item .catalog-page--single table tbody {
        display: table;
        width: 100%;
    }

    .single-catalog_item .catalog-page--single table td,
    .single-catalog_item .catalog-page--single table th {
        padding: 12px 14px;
        font-size: 14px;
    }

    .single-catalog_item .catalog-page--single table tr td:first-child {
        min-width: 180px;
    }

    .single-catalog_item .catalog-page--single img {
        padding: 10px;
        border-radius: 12px;
        margin-bottom: 30px;
    }
}

.pride-product {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 15px;
    color: #1f2933;
    font-family: inherit;
}

.pride-product section {
    margin-bottom: 45px;
}

.pride-product__hero {
    text-align: center;
}

.pride-product figure {
    margin: 0;
}

.pride-product img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.pride-product__overview {
    background: #f8fafc;
    padding: 28px;
    border-radius: 12px;
    border-left: 5px solid #1f5f99;
}

.pride-product h2 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.25;
    color: #102a43;
}

.pride-product h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.3;
    color: #102a43;
    position: relative;
    padding-bottom: 10px;
}

.pride-product h3::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #1f5f99;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 4px;
}

.pride-product p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.pride-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.pride-spec-table,
.pride-env-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    overflow: hidden;
}

.pride-spec-table th,
.pride-spec-table td,
.pride-env-table th,
.pride-env-table td {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

.pride-spec-table th,
.pride-env-table th {
    background: #eef6fc;
    color: #102a43;
    font-weight: 700;
}

.pride-spec-table td,
.pride-env-table td {
    color: #334e68;
}

.pride-env-table thead th {
    background: #1f5f99;
    color: #ffffff;
}

.pride-product__outline,
.pride-product__load-map {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.pride-product__address {
    background: #f8fafc;
    padding: 22px 25px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

@media (max-width: 767px) {
    .pride-product {
        padding: 20px 12px;
    }

    .pride-product h2 {
        font-size: 26px;
    }

    .pride-product h3 {
        font-size: 21px;
    }

    .pride-product__overview,
    .pride-product__outline,
    .pride-product__load-map,
    .pride-product__address {
        padding: 20px;
    }

    .pride-spec-table th,
    .pride-spec-table td,
    .pride-env-table th,
    .pride-env-table td {
        padding: 12px;
        font-size: 14px;
    }
}

/* =========================================================
   Final Font Overrides
   Heading Font: Montserrat
   Text Font: Poppins
   Add this block at the end so it overrides older font rules.
   ========================================================= */
body,
p,
a,
li,
ul,
ol,
div,
label,
input,
textarea,
select,
button,
table,
td,
th,
small,
strong,
em,
blockquote,
.site-header__nav a,
.site-footer__nav a,
.fc-navbar .nav-link,
.fc-sub-menu__link,
.fc-mega-menu__fallback,
.fc-mega-menu__link,
.fc-mega-catalog__cat-label,
.fc-mega-catalog__link,
.fc-mega-catalog__image-label,
.fc-mega-catalog__btn,
.product-link,
.btn-white,
.cta-section__download-link,
.download-btn,
.catalog-sidebar__link,
.catalog-page .acc-trigger,
.catalog-page .btn-catalog,
.catalog-page .btn-quote {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-description,
.section-title,
.section-label,
.front-products__title,
.front-products__card-title,
.page-header__eyebrow,
.page-empty-state__title,
.widget-title,
.site-footer__title,
.site-footer__subtitle,
.footer-heading,
.footer-brand,
.products-section .product-name,
.product-name,
.catalog-page .page-title,
.catalog-page .page-title--single,
.catalog-page .sidebar-heading,
.catalog-detail-card__eyebrow,
.catalog-related-case-studies__header h2,
.case-study-card__eyebrow,
.case-study-card__title,
.cta-section h2,
.pride-product h1,
.pride-product h2,
.pride-product h3,
.pride-product h4,
.pride-product h5,
.pride-product h6 {
    font-family: "Montserrat", sans-serif !important;
}

/* Topbar Search With Icon Button */
.fc-topbar-search {
	margin: 0;
}

.fc-topbar-search__group {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe5ec;
	border-radius: 999px;
	display: flex;
	height: 34px;
	overflow: hidden;
	width: 235px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fc-topbar-search__group:focus-within {
	border-color: var(--fc-blue);
	box-shadow: 0 0 0 3px rgba(19, 86, 162, 0.12);
}

.fc-topbar-search__input {
	background: transparent;
	border: 0;
	color: var(--fc-navy);
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 400;
	height: 100%;
	min-width: 0;
	outline: none;
	padding: 0 8px 0 16px;
}

.fc-topbar-search__input::placeholder {
	color: #7a8795;
	opacity: 1;
}

.fc-topbar-search__button {
	align-items: center;
	background: var(--fc-bright);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 38px;
	height: 100%;
	justify-content: center;
	padding: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.fc-topbar-search__button:hover, .fc-topbar-search__button:focus {
    background: var(--fc-bright);
    color: #fff;
    outline: none;
}

.fc-topbar-search__button i {
	font-size: 14px;
	line-height: 1;
}

/* Mobile Adjustment */
@media (max-width: 767.98px) {
	.fc-topbar__actions {
		width: 100%;
		justify-content: space-between;
	}

	.fc-topbar-search {
		flex: 1;
	}

	.fc-topbar-search__group {
		width: 100%;
	}
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--red-color) !important;
}

/* About page redesign */
:root {
	--fc-bright: #1e94d4;
	--fc-deep: #0b4f82;
	--fc-soft: #d6ecfa;
	--red-color: #AE3223;
}

.page-template-page-about-us,
.page-id-about-us {
	background: #ffffff;
}

.fc-about-eyebrow {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fc-about-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-about-hero {
	align-items: center;
	display: flex;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.fc-about-hero__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.fc-about-hero__bg::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(16, 111, 180, 0.38) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(214, 236, 250, 0.7) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.fc-about-hero .container {
	position: relative;
	z-index: 1;
}

.fc-about-hero__content {
	max-width: 760px;
	padding: 68px 0;
}

.fc-about-hero h1 {
	color: var(--fc-blue);
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
	max-width: 820px;
}

.fc-about-hero__content > p:not(.fc-about-eyebrow) {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
	max-width: 650px;
}

.fc-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.fc-about-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 26px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fc-about-btn:hover,
.fc-about-btn:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.fc-about-btn--primary {
	background: var(--red-color);
	border: 1px solid var(--red-color);
	color: #ffffff;
}

.fc-about-btn--primary:hover,
.fc-about-btn--primary:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #ffffff;
}

.fc-about-btn--outline {
	background: #ffffff;
	border: 1px solid var(--fc-blue);
	color: var(--fc-blue);
}

.fc-about-btn--outline:hover,
.fc-about-btn--outline:focus {
	background: var(--fc-soft);
	color: var(--fc-deep);
}

.fc-about-profile,
.fc-about-why,
.fc-about-capabilities,
.fc-about-quality,
.fc-about-global,
.fc-about-cta,
.fc-about-editor-content {
	padding: 80px 0;
}

.fc-about-profile h2,
.fc-about-section-head h2,
.fc-about-quality h2,
.fc-about-global__intro h2,
.fc-about-cta h2 {
	color: #1a1a1a;
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
}

.fc-about-profile p,
.fc-about-section-head p,
.fc-about-quality p,
.fc-about-global__intro p,
.fc-about-cta p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.fc-about-profile__visual {
	background: #f7f7f7;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.fc-about-profile__visual img {
	display: block;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	width: 100%;
}

.fc-about-profile__visual::after {
	background: linear-gradient(180deg, rgba(16, 111, 180, 0.05), rgba(11, 79, 130, 0.34));
	content: "";
	inset: 0;
	position: absolute;
}

.fc-about-profile__badge {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(16, 111, 180, 0.16);
	border-radius: 16px;
	bottom: 24px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	left: 24px;
	max-width: 250px;
	padding: 18px;
	position: absolute;
	z-index: 1;
}

.fc-about-profile__badge span {
	color: var(--fc-blue);
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}

.fc-about-profile__badge small {
	color: #3d3d3d;
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.fc-about-stats {
	background: #f7f7f7;
	padding: 56px 0;
}

.fc-about-stats__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-about-stat {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	padding: 28px;
}

.fc-about-stat strong {
	color: var(--fc-blue);
	display: block;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.fc-about-stat span {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.fc-about-why {
	background: #ffffff;
}

.fc-about-section-head {
	margin: 0 auto 42px;
	max-width: 790px;
	text-align: center;
}

.fc-about-section-head .fc-about-eyebrow {
	justify-content: center;
}

.fc-about-section-head--split {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: 1.15fr 0.85fr;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	text-align: left;
}

.fc-about-section-head--split .fc-about-eyebrow {
	justify-content: flex-start;
}

.fc-about-section-head--split > p {
	margin: 0 0 8px;
	max-width: 520px;
}

.fc-about-value-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	height: 100%;
	padding: 34px;
	position: relative;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-about-value-card::before {
	background: var(--fc-blue);
	border-radius: 16px 16px 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fc-about-value-card:hover {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-4px);
}

.fc-about-value-card span {
	color: var(--fc-bright);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.6px;
	margin-bottom: 22px;
}

.fc-about-value-card h3,
.fc-about-capability-card h3,
.fc-about-global__item h3 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 14px;
}

.fc-about-value-card p,
.fc-about-capability-card p,
.fc-about-global__item p {
	color: #636363;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.fc-about-capabilities {
	background: #f7f7f7;
}

.fc-about-capabilities__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-about-capability-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	padding: 30px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-about-capability-card:hover {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-4px);
}

.fc-about-capability-card__icon,
.fc-about-global__item i {
	align-items: center;
	background: #d6ecfa;
	border-radius: 16px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	margin-bottom: 22px;
	width: 62px;
}

.fc-about-quality {
	background: #ffffff;
}

.fc-about-quality__panel {
	align-items: center;
	background: #1a1a1a;
	border-radius: 16px;
	display: grid;
	gap: 42px;
	grid-template-columns: 1fr 0.9fr;
	overflow: hidden;
	padding: 58px;
	position: relative;
}

.fc-about-quality__panel::before,
.fc-about-quality__panel::after {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.fc-about-quality__panel::before {
	height: 210px;
	left: -80px;
	top: -80px;
	width: 210px;
}

.fc-about-quality__panel::after {
	bottom: -110px;
	height: 260px;
	right: -90px;
	width: 260px;
}

.fc-about-quality__panel > * {
	position: relative;
	z-index: 1;
}

.fc-about-quality h2,
.fc-about-quality p {
	color: #ffffff;
}

.fc-about-quality .fc-about-eyebrow {
	color: #7bc8ef;
}

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

.fc-about-quality__list li {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	color: #ffffff;
	display: flex;
	gap: 12px;
	padding: 18px;
}

.fc-about-quality__list i {
	color: #7bc8ef;
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1;
	margin-top: 2px;
}

.fc-about-global {
	background: #e8e8e8;
}

.fc-about-global__intro {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	height: 100%;
	padding: 38px;
}

.fc-about-global__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-about-global__item {
	background: #ffffff;
	border: 1px solid #dfe7ed;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	padding: 28px;
}

.fc-about-global__item i {
	font-size: 24px;
	height: 54px;
	margin-bottom: 18px;
	width: 54px;
}

.fc-about-cta {
	background: #ffffff;
}

.fc-about-cta__panel {
	align-items: center;
	background: linear-gradient(135deg, #0b4f82 0%, #106EB4 100%);
	border-radius: 16px;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	overflow: hidden;
	padding: 54px 58px;
	position: relative;
}

.fc-about-cta__panel::after {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	content: "";
	height: 230px;
	position: absolute;
	right: -70px;
	top: -80px;
	width: 230px;
}

.fc-about-cta__panel > * {
	position: relative;
	z-index: 1;
}

.fc-about-cta h2,
.fc-about-cta p {
	color: #ffffff;
	margin-bottom: 0;
}

.fc-about-cta h2 {
	margin-bottom: 16px;
	max-width: 700px;
}

.fc-about-cta p {
	max-width: 690px;
}

.fc-about-btn--light {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--fc-blue);
	flex: 0 0 auto;
}

.fc-about-btn--light:hover,
.fc-about-btn--light:focus {
	background: #d6ecfa;
	border-color: #d6ecfa;
	color: var(--fc-deep);
}

.fc-about-editor-content {
	background: #f7f7f7;
}

.fc-about-editor-content:empty {
	display: none;
}

@media (max-width: 991.98px) {
	.fc-about-hero {
		min-height: auto;
	}

	.fc-about-hero__content {
		padding: 58px 0;
	}

	.fc-about-profile,
	.fc-about-why,
	.fc-about-capabilities,
	.fc-about-quality,
	.fc-about-global,
	.fc-about-cta,
	.fc-about-editor-content {
		padding: 56px 0;
	}

	.fc-about-stats__grid,
	.fc-about-capabilities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fc-about-section-head--split,
	.fc-about-quality__panel {
		grid-template-columns: 1fr;
	}

	.fc-about-cta__panel {
		align-items: flex-start;
		flex-direction: column;
		padding: 42px;
	}
}

@media (max-width: 767.98px) {
	.fc-about-hero__content {
		padding: 44px 0;
	}

	.fc-about-hero h1 {
		font-size: 40px;
		line-height: 1.06;
	}

	.fc-about-hero__content > p:not(.fc-about-eyebrow) {
		font-size: 16px;
	}

	.fc-about-profile,
	.fc-about-why,
	.fc-about-capabilities,
	.fc-about-quality,
	.fc-about-global,
	.fc-about-cta,
	.fc-about-editor-content {
		padding: 48px 0;
	}

	.fc-about-profile h2,
	.fc-about-section-head h2,
	.fc-about-quality h2,
	.fc-about-global__intro h2,
	.fc-about-cta h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.fc-about-stats__grid,
	.fc-about-capabilities__grid,
	.fc-about-global__grid {
		grid-template-columns: 1fr;
	}

	.fc-about-stat,
	.fc-about-value-card,
	.fc-about-capability-card,
	.fc-about-global__intro,
	.fc-about-global__item {
		padding: 24px;
	}

	.fc-about-profile__visual,
	.fc-about-profile__visual img {
		min-height: 310px;
	}

	.fc-about-profile__badge {
		bottom: 16px;
		left: 16px;
		right: 16px;
	}

	.fc-about-quality__panel,
	.fc-about-cta__panel {
		padding: 32px 24px;
	}

	.fc-about-btn {
		width: 100%;
	}
}

/* Careers page preview */
.fc-careers-eyebrow {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fc-careers-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-careers-hero {
	align-items: center;
	display: flex;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.fc-careers-hero__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.fc-careers-hero__bg::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(16, 111, 180, 0.42) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(214, 236, 250, 0.72) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.fc-careers-hero .container {
	position: relative;
	z-index: 1;
}

.fc-careers-hero__content {
	max-width: 760px;
	padding: 68px 0;
}

.fc-careers-hero h1 {
	color: var(--fc-blue);
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
	max-width: 820px;
}

.fc-careers-hero__content > p:not(.fc-careers-eyebrow) {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 1.55;
	margin: 0 0 34px;
	max-width: 650px;
}

.fc-careers-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 26px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fc-careers-btn:hover,
.fc-careers-btn:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.fc-careers-btn--primary {
	background: var(--red-color);
	border: 1px solid var(--red-color);
	color: #ffffff;
}

.fc-careers-btn--primary:hover,
.fc-careers-btn--primary:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #ffffff;
}

.fc-careers-intro,
.fc-careers-openings,
.fc-careers-benefits,
.fc-careers-cta,
.fc-careers-editor-content {
	padding: 80px 0;
}

.fc-careers-intro {
	background: #ffffff;
}

.fc-careers-intro__grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: 1.05fr 0.95fr;
}

.fc-careers-intro h2,
.fc-careers-section-head h2,
.fc-careers-cta h2 {
	color: #1a1a1a;
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
}

.fc-careers-intro p,
.fc-careers-section-head p,
.fc-careers-cta p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.fc-careers-openings {
	background: #f7f7f7;
}

.fc-careers-section-head {
	margin: 0 auto 42px;
	max-width: 790px;
	text-align: center;
}

.fc-careers-section-head .fc-careers-eyebrow {
	justify-content: center;
}

.fc-careers-section-head--left {
	margin-left: 0;
	margin-right: 0;
	max-width: 850px;
	text-align: left;
}

.fc-careers-section-head--left .fc-careers-eyebrow {
	justify-content: flex-start;
	font-size: 13px;
}

.fc-careers-jobs {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-careers-job-card,
.fc-careers-benefit-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	height: 100%;
	padding: 28px;
	position: relative;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-careers-job-card::before {
	background: var(--fc-blue);
	border-radius: 16px 16px 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fc-careers-job-card:hover,
.fc-careers-benefit-card:hover {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-4px);
}

.fc-careers-job-card__top {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.fc-careers-job-card__top span,
.fc-careers-job-card__top strong {
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.fc-careers-job-card__top span {
	background: #d6ecfa;
	color: var(--fc-deep);
}

.fc-careers-job-card__top strong {
	background: #ffffff;
	border: 1px solid #d6ecfa;
	color: var(--fc-blue);
}

.fc-careers-job-card h3,
.fc-careers-benefit-card h3 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 14px;
}

.fc-careers-job-card p,
.fc-careers-benefit-card p {
	color: #636363;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.fc-careers-job-card__location {
	align-items: center;
	color: var(--fc-blue) !important;
	display: flex;
	font-size: 14px !important;
	font-weight: 600;
	gap: 8px;
	margin-bottom: 16px !important;
}

.fc-careers-job-card > a {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.7px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-careers-job-card > a:hover,
.fc-careers-job-card > a:focus {
	color: var(--fc-deep);
}

.fc-careers-empty {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	grid-column: 1 / -1;
	padding: 34px;
	text-align: center;
}

.fc-careers-empty h3 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 10px;
}

.fc-careers-empty p {
	color: #636363;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.fc-careers-benefits {
	background: #ffffff;
}

.fc-careers-benefits__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-careers-benefit-card i {
	align-items: center;
	background: #d6ecfa;
	border-radius: 16px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	margin-bottom: 22px;
	width: 62px;
}

.fc-careers-cta {
	background: #ffffff;
}

.fc-careers-cta__panel {
	align-items: center;
	background: #1a1a1a;
	border-radius: 16px;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	overflow: hidden;
	padding: 54px 58px;
	position: relative;
}

.fc-careers-cta__panel::before,
.fc-careers-cta__panel::after {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.fc-careers-cta__panel::before {
	height: 220px;
	left: -90px;
	top: -80px;
	width: 220px;
}

.fc-careers-cta__panel::after {
	bottom: -100px;
	height: 260px;
	right: -90px;
	width: 260px;
}

.fc-careers-cta__panel > * {
	position: relative;
	z-index: 1;
}

.fc-careers-cta h2,
.fc-careers-cta p {
	color: #ffffff;
	margin-bottom: 0;
}

.fc-careers-cta h2 {
	margin-bottom: 16px;
	max-width: 700px;
}

.fc-careers-cta p {
	max-width: 690px;
}

.fc-careers-btn--light {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--fc-blue);
	flex: 0 0 auto;
}

.fc-careers-btn--light:hover,
.fc-careers-btn--light:focus {
	background: #d6ecfa;
	border-color: #d6ecfa;
	color: var(--fc-deep);
}

.fc-careers-editor-content {
	background: #f7f7f7;
}

.fc-application-hero {
	background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
	border-bottom: 1px solid #e6edf3;
	padding: 76px 0 68px;
}

.fc-application-hero h1 {
	color: var(--fc-blue);
	font-size: 56px;
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 18px;
	max-width: 820px;
}

.fc-application-hero p:not(.fc-careers-eyebrow) {
	color: #3d3d3d;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.fc-application-main {
	background: #f7f7f7;
	padding: 40px 0;
}

.fc-application-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
}

.fc-application-summary,
.fc-application-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
}

.fc-application-summary {
	align-self: start;
	padding: 30px;
}

.fc-application-summary span {
	color: var(--red-color);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fc-application-summary h2 {
	color: #1a1a1a;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

.fc-application-summary ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-application-summary li {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 1.5;
}

.fc-application-card {
	padding: 36px;
}

.fc-application-card h2 {
	color: #1a1a1a;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 22px;
}

.fc-application-notice {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 18px;
	padding: 13px 16px;
}

.fc-application-notice--success {
	background: #e8f4fb;
	color: var(--fc-blue);
}

.fc-application-notice--invalid,
.fc-application-notice--resume,
.fc-application-notice--resume_type,
.fc-application-notice--error {
	background: #fff3f1;
	color: var(--red-color);
}

.fc-application-form,
.fc-application-form__grid {
	display: grid;
	gap: 18px;
}

.fc-application-form__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-application-form label {
	color: #1a1a1a;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.35;
}

.fc-application-form input,
.fc-application-form textarea {
	background: #ffffff;
	border: 1px solid #d9e2ea;
	border-radius: 4px;
	color: #1a1a1a;
	font: inherit;
	font-weight: 400;
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.fc-application-form textarea {
	resize: vertical;
}

.fc-application-form input:focus,
.fc-application-form textarea:focus {
	border-color: var(--fc-blue);
	box-shadow: 0 0 0 3px rgba(16, 110, 180, 0.13);
	outline: none;
}

.fc-application-form small {
	color: #636363;
	font-size: 12px;
	font-weight: 400;
}

.fc-application-form__consent {
	align-items: flex-start;
	display: flex !important;
	gap: 10px;
}

.fc-application-form__consent input {
	flex: 0 0 auto;
	margin-top: 2px;
	min-height: auto;
	width: auto;
}

.fc-application-form button {
	background: var(--red-color);
	border: 1px solid var(--red-color);
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	letter-spacing: 0.7px;
	padding: 0 24px;
	text-transform: uppercase;
	width: fit-content;
}

.fc-application-form button:hover,
.fc-application-form button:focus {
	background: #8f271d;
	border-color: #8f271d;
}

@media (max-width: 991.98px) {
	.fc-careers-hero {
		min-height: auto;
	}

	.fc-careers-hero__content {
		padding: 58px 0;
	}

	.fc-careers-intro,
	.fc-careers-openings,
	.fc-careers-benefits,
	.fc-careers-cta,
	.fc-careers-editor-content {
		padding: 56px 0;
	}

	.fc-careers-intro__grid,
	.fc-careers-cta__panel {
		grid-template-columns: 1fr;
	}

	.fc-careers-intro__grid {
		gap: 26px;
	}

	.fc-careers-jobs,
	.fc-careers-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fc-careers-cta__panel {
		align-items: flex-start;
		flex-direction: column;
		padding: 42px;
	}

	.fc-application-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.fc-careers-hero__content {
		padding: 44px 0;
	}

	.fc-careers-hero h1 {
		font-size: 40px;
		line-height: 1.06;
	}

	.fc-careers-hero__content > p:not(.fc-careers-eyebrow) {
		font-size: 16px;
	}

	.fc-careers-intro,
	.fc-careers-openings,
	.fc-careers-benefits,
	.fc-careers-cta,
	.fc-careers-editor-content {
		padding: 48px 0;
	}

	.fc-careers-intro h2,
	.fc-careers-section-head h2,
	.fc-careers-cta h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.fc-careers-jobs,
	.fc-careers-benefits__grid {
		grid-template-columns: 1fr;
	}

	.fc-careers-job-card,
	.fc-careers-benefit-card {
		padding: 24px;
	}

	.fc-careers-job-card__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.fc-careers-cta__panel {
		padding: 32px 24px;
	}

	.fc-careers-btn {
		width: 100%;
	}

	.fc-application-hero {
		padding: 48px 0;
	}

	.fc-application-hero h1 {
		font-size: 38px;
	}

	.fc-application-main {
		padding: 48px 0;
	}

	.fc-application-card,
	.fc-application-summary {
		padding: 24px;
	}

	.fc-application-form__grid {
		grid-template-columns: 1fr;
	}

	.fc-application-form button {
		width: 100%;
	}
}

/* Downloads page */
.fc-downloads-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.72)),
		#f7f7f7;
	border-bottom: 1px solid #e6edf3;
	padding: 64px 0 54px;
}

.fc-downloads-eyebrow {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.fc-downloads-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-downloads-hero h1 {
	color: #1a1a1a;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.fc-downloads-hero p:not(.fc-downloads-eyebrow) {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 660px;
}

.fc-downloads-list,
.fc-downloads-editor-content {
	background: #ffffff;
	padding: 80px 0;
}

.fc-downloads-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-download-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 28px;
	position: relative;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-download-card::before {
	background: var(--fc-blue);
	border-radius: 16px 16px 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fc-download-card:hover {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-4px);
}

.fc-download-card__icon {
	align-items: center;
	background: #d6ecfa;
	border-radius: 16px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	margin-bottom: 22px;
	width: 58px;
}

.fc-download-card h2 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 14px;
}

.fc-download-card p {
	color: #636363;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 24px;
}

.fc-download-card a {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.7px;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-download-card a:hover,
.fc-download-card a:focus {
	color: var(--fc-deep);
}

.fc-downloads-editor-content {
	background: #f7f7f7;
}

@media (max-width: 991.98px) {
	.fc-downloads-list,
	.fc-downloads-editor-content {
		padding: 56px 0;
	}

	.fc-downloads-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.fc-downloads-hero {
		padding: 46px 0 42px;
	}

	.fc-downloads-hero h1 {
		font-size: 38px;
	}

	.fc-downloads-list,
	.fc-downloads-editor-content {
		padding: 48px 0;
	}

	.fc-downloads-grid {
		grid-template-columns: 1fr;
	}

	.fc-download-card {
		min-height: 0;
		padding: 24px;
	}
}

/* Blogs page */
.fc-blogs-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.7)),
		#f7f7f7;
	border-bottom: 1px solid #e6edf3;
	padding: 64px 0 54px;
}

.fc-blogs-eyebrow {
	align-items: center;
	color: var(--red-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.fc-blogs-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-blogs-hero h1 {
	color: var(--fc-blue);
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.fc-blogs-hero p:not(.fc-blogs-eyebrow) {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 680px;
}

.fc-blogs-list,
.fc-blogs-editor-content {
	background: #ffffff;
	padding: 80px 0;
}

.fc-blogs-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-blog-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-blog-card:hover {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-4px);
}

.fc-blog-card__image {
	background: #d6ecfa;
	display: block;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.fc-blog-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
	width: 100%;
}

.fc-blog-card:hover .fc-blog-card__image img {
	transform: scale(1.04);
}

.fc-blog-card__image span {
	align-items: center;
	color: var(--fc-blue);
	display: flex;
	font-size: 52px;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.fc-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.fc-blog-card__meta {
	align-items: center;
	color: var(--fc-blue);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.7px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.fc-blog-card__meta a {
	color: inherit;
	text-decoration: none;
}

.fc-blog-card h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 14px;
}

.fc-blog-card h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

.fc-blog-card h2 a:hover,
.fc-blog-card h2 a:focus {
	color: var(--fc-blue);
}

.fc-blog-card p {
	color: #636363;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 24px;
}

.fc-blog-card__link {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.7px;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-blog-card__link:hover,
.fc-blog-card__link:focus {
	color: var(--fc-deep);
}

.fc-blogs-pagination {
	display: flex;
	justify-content: center;
	margin-top: 44px;
}

.fc-blogs-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-blogs-pagination a,
.fc-blogs-pagination span {
	align-items: center;
	border: 1px solid #d6ecfa;
	border-radius: 4px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 14px;
	text-decoration: none;
}

.fc-blogs-pagination .current,
.fc-blogs-pagination a:hover,
.fc-blogs-pagination a:focus {
	background: var(--fc-blue);
	border-color: var(--fc-blue);
	color: #ffffff;
}

.fc-blogs-empty {
	background: #f7f7f7;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	padding: 42px;
	text-align: center;
}

.fc-blogs-empty h2 {
	color: #1a1a1a;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 12px;
}

.fc-blogs-empty p {
	color: #636363;
	margin: 0;
}

.fc-blogs-editor-content {
	background: #f7f7f7;
}

@media (max-width: 991.98px) {
	.fc-blogs-list,
	.fc-blogs-editor-content {
		padding: 56px 0;
	}

	.fc-blogs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.fc-blogs-hero {
		padding: 46px 0 42px;
	}

	.fc-blogs-hero h1 {
		font-size: 38px;
	}

	.fc-blogs-list,
	.fc-blogs-editor-content {
		padding: 48px 0;
	}

	.fc-blogs-grid {
		grid-template-columns: 1fr;
	}

	.fc-blog-card__image {
		height: 210px;
	}

	.fc-blog-card__body {
		padding: 24px;
	}
}

/* Blog detail page */
.fc-blog-single-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.72)),
		#f7f7f7;
	border-bottom: 1px solid #e6edf3;
	padding: 72px 0 64px;
	text-align: center;
}

.fc-blog-single-eyebrow {
	color: var(--fc-blue);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fc-blog-single-hero h1 {
	color: #1a1a1a;
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 auto 18px;
	max-width: 920px;
}

.fc-blog-single-hero p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 720px;
}

.fc-blog-single-wrap {
	background: #f7f7f7;
	padding: 80px 0;
}

.fc-blog-single-card,
.comments-area,
.fc-blog-sidebar-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
}

.fc-blog-single-card {
	overflow: hidden;
}

.fc-blog-single-card__image {
	background: #d6ecfa;
	border-bottom: 1px solid #e6edf3;
}

.fc-blog-single-card__image img {
	display: block;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	padding: 28px;
	width: 100%;
}

.fc-blog-single-card__meta {
	align-items: center;
	border-bottom: 1px solid #e6edf3;
	color: #636363;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 18px;
	padding: 22px 32px;
}

.fc-blog-single-card__meta span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.fc-blog-single-card__meta i {
	color: var(--fc-blue);
}

.fc-blog-single-card__meta a {
	color: var(--fc-blue);
	text-decoration: none;
}

.fc-blog-single-card__meta a:hover,
.fc-blog-single-card__meta a:focus {
	color: var(--fc-deep);
}

.fc-blog-single-card__content {
	padding: 34px 32px 12px;
}

.fc-blog-single-card__content p,
.fc-blog-single-card__content li {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.7;
}

.fc-blog-single-card__content p {
	margin: 0 0 18px;
}

.fc-blog-single-card__content h2,
.fc-blog-single-card__content h3,
.fc-blog-single-card__content h4 {
	color: #1a1a1a;
	font-weight: 500;
	letter-spacing: 0;
	margin: 32px 0 14px;
}

.fc-blog-single-card__content h2 {
	font-size: 34px;
	line-height: 1.12;
}

.fc-blog-single-card__content h3 {
	font-size: 26px;
	line-height: 1.2;
}

.fc-blog-single-card__footer {
	border-top: 1px solid #e6edf3;
	margin: 14px 32px 0;
	padding: 22px 0 30px;
}

.fc-blog-single-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.fc-blog-single-tags span {
	color: #636363;
	font-size: 14px;
}

.fc-blog-single-tags a {
	background: #d6ecfa;
	border-radius: 999px;
	color: var(--fc-deep);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-blog-single-tags a:hover,
.fc-blog-single-tags a:focus {
	background: var(--fc-blue);
	color: #ffffff;
}

.fc-blog-single-card .navigation.post-navigation {
	margin-top: 20px;
}

.fc-blog-single-card .nav-links {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-blog-single-card .nav-previous a,
.fc-blog-single-card .nav-next a {
	background: #f7f7f7;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	display: block;
	height: 100%;
	padding: 18px;
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fc-blog-single-card .nav-previous a:hover,
.fc-blog-single-card .nav-next a:hover,
.fc-blog-single-card .nav-previous a:focus,
.fc-blog-single-card .nav-next a:focus {
	border-color: rgba(16, 111, 180, 0.35);
	transform: translateY(-2px);
}

.fc-blog-single-card .nav-next {
	text-align: right;
}

.fc-blog-single-card .nav-links span {
	color: var(--fc-blue);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.fc-blog-single-card .nav-links strong {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.fc-blog-sidebar {
	position: sticky;
	top: 24px;
}

.fc-blog-sidebar-card {
	margin-bottom: 24px;
	padding: 28px;
}

.fc-blog-sidebar-card h2 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 18px;
}

.fc-blog-sidebar-card .search-form {
	display: block;
	margin: 0;
}

.fc-blog-sidebar-card .search-form label {
	display: none;
	margin: 0;
}

.fc-blog-sidebar-card .input-group {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.fc-blog-sidebar-card .search-field {
	background: #ffffff;
	border: 1px solid #dfe5ec;
	border-radius: 4px;
	color: #1a1a1a;
	flex: 1 1 auto;
	font-size: 14px;
	height: 44px;
	min-width: 0;
	padding: 0 12px;
	width: 100%;
}

.fc-blog-sidebar-card .search-field:focus {
	border-color: var(--fc-blue);
	box-shadow: 0 0 0 3px rgba(16, 111, 180, 0.12);
	outline: none;
}

.fc-blog-sidebar-card .search-submit {
	background: var(--fc-blue);
	border: 1px solid var(--fc-blue);
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	flex: 0 0 auto;
	height: 44px;
	letter-spacing: 0.7px;
	padding: 0 16px;
	text-transform: uppercase;
}

.fc-blog-sidebar-card .search-submit:hover,
.fc-blog-sidebar-card .search-submit:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
}

.fc-blog-sidebar-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-blog-sidebar-list li {
	border-bottom: 1px solid #edf2f7;
	margin: 0;
	padding: 0 0 12px;
}

.fc-blog-sidebar-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.fc-blog-sidebar-list a {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}

.fc-blog-sidebar-list a:hover,
.fc-blog-sidebar-list a:focus {
	color: var(--fc-blue);
}

.fc-blog-sidebar-card--cta {
	background: #1a1a1a;
	overflow: hidden;
	position: relative;
}

.fc-blog-sidebar-card--cta::after {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	content: "";
	height: 170px;
	position: absolute;
	right: -80px;
	top: -80px;
	width: 170px;
}

.fc-blog-sidebar-card--cta h2,
.fc-blog-sidebar-card--cta p,
.fc-blog-sidebar-card--cta a {
	position: relative;
	z-index: 1;
}

.fc-blog-sidebar-card--cta h2,
.fc-blog-sidebar-card--cta p {
	color: #ffffff;
}

.fc-blog-sidebar-card--cta p {
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 20px;
}

.fc-blog-sidebar-card--cta a {
	align-items: center;
	background: #ffffff;
	border-radius: 4px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-blog-sidebar-card--cta a:hover,
.fc-blog-sidebar-card--cta a:focus {
	background: #d6ecfa;
	color: var(--fc-deep);
}

.single-post .comments-area {
	margin-top: 24px !important;
	padding: 32px !important;
}

.single-post .comments-title,
.single-post .comment-reply-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 18px;
}

.single-post .comment-notes {
	color: #636363;
	font-size: 15px;
	margin-bottom: 18px;
}

.single-post .comment-form {
	display: grid;
	gap: 16px;
}

.single-post .comment-form p {
	margin: 0;
}

.single-post .comment-form label {
	color: #1a1a1a;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.single-post .comment-form textarea,
.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"],
.single-post .comment-form input[type="url"] {
	background: #ffffff;
	border: 1px solid #dfe5ec;
	border-radius: 4px;
	color: #1a1a1a;
	font-size: 15px;
	padding: 12px 14px;
	width: 100%;
}

.single-post .comment-form textarea {
	min-height: 170px;
	resize: vertical;
}

.single-post .comment-form textarea:focus,
.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form input[type="email"]:focus,
.single-post .comment-form input[type="url"]:focus {
	border-color: var(--fc-blue);
	box-shadow: 0 0 0 3px rgba(16, 111, 180, 0.12);
	outline: none;
}

.single-post .comment-form-cookies-consent {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.single-post .comment-form-cookies-consent input {
	margin-top: 4px;
}

.single-post .form-submit .submit {
	background: var(--fc-blue);
	border: 1px solid var(--fc-blue);
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	letter-spacing: 0.7px;
	padding: 0 24px;
	text-transform: uppercase;
}

.single-post .form-submit .submit:hover,
.single-post .form-submit .submit:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
}

@media (max-width: 991.98px) {
	.fc-blog-single-wrap {
		padding: 56px 0;
	}

	.fc-blog-sidebar {
		position: static;
		top: auto;
	}
}

@media (max-width: 767.98px) {
	.fc-blog-single-hero {
		padding: 48px 0 42px;
	}

	.fc-blog-single-hero h1 {
		font-size: 36px;
	}

	.fc-blog-single-wrap {
		padding: 48px 0;
	}

	.fc-blog-single-card__image img {
		padding: 16px;
	}

	.fc-blog-single-card__meta,
	.fc-blog-single-card__content,
	.single-post .comments-area,
	.fc-blog-sidebar-card {
		padding: 24px !important;
	}

	.fc-blog-single-card__footer {
		margin-left: 24px;
		margin-right: 24px;
	}

	.fc-blog-single-card .nav-links {
		grid-template-columns: 1fr;
	}

	.fc-blog-single-card .nav-next {
		text-align: left;
	}

	.fc-blog-sidebar-card .search-form {
		display: block;
	}

	.fc-blog-sidebar-card .input-group {
		flex-direction: column;
	}
}

/* Catalog single compact hero */
.fc-catalog-single-hero {
	align-items: center;
	display: flex;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.fc-catalog-single-hero__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.fc-catalog-single-hero__bg::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(16, 111, 180, 0.38) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(214, 236, 250, 0.7) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.fc-catalog-single-hero .container {
	position: relative;
	z-index: 1;
}

.fc-catalog-single-hero__content {
	max-width: 760px;
	padding: 68px 0;
}

.fc-catalog-single-eyebrow {
	align-items: center;
	color: var(--red-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fc-catalog-single-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-catalog-single-hero h1 {
	color: var(--fc-blue);
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
	max-width: 820px;
}

.fc-catalog-single-hero__content > p:not(.fc-catalog-single-eyebrow) {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
	max-width: 650px;
}

.single-catalog_item .catalog-page--single {
	padding-top: 80px;
}

.single-catalog_item .catalog-page .page-title--single {
	font-size: 44px;
	line-height: 1.05;
}

@media (max-width: 991.98px) {
	.fc-catalog-single-hero {
		min-height: auto;
	}

	.fc-catalog-single-hero__content {
		padding: 58px 0;
	}

	.single-catalog_item .catalog-page--single {
		padding-top: 56px;
	}
}

@media (max-width: 767.98px) {
	.fc-catalog-single-hero__content {
		padding: 44px 0;
	}

	.fc-catalog-single-hero h1 {
		font-size: 40px;
		line-height: 1.06;
	}

	.fc-catalog-single-hero__content > p:not(.fc-catalog-single-eyebrow) {
		font-size: 16px;
	}

	.single-catalog_item .catalog-page--single {
		padding-top: 48px;
	}

	.single-catalog_item .catalog-page .page-title--single {
		font-size: 34px;
	}
}

.fc-catalog-zigzag {
	background: #ffffff;
	padding: 80px 0 16px;
}

.fc-catalog-zigzag__row {
	align-items: center;
	background: #ffffff;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
	margin-bottom: 64px;
	padding: 0;
}

.fc-catalog-zigzag__row:nth-child(even) {
	background: var(--fc-cloud);
	border-radius: 16px;
	padding: 48px;
}

.fc-catalog-zigzag__row--reverse {
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.fc-catalog-zigzag__row--reverse .fc-catalog-zigzag__content {
	order: 2;
}

.fc-catalog-zigzag__row--reverse .fc-catalog-zigzag__media {
	order: 1;
}

.fc-catalog-zigzag__content {
	min-width: 0;
}

.fc-catalog-zigzag__eyebrow {
	align-items: center;
	color: var(--red-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fc-catalog-zigzag__eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-catalog-zigzag h2 {
	color: var(--fc-blue);
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 18px;
	max-width: 680px;
}

.fc-catalog-zigzag__text {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.75;
	max-width: 720px;
}

.fc-catalog-zigzag__text > :last-child {
	margin-bottom: 0;
}

.fc-catalog-zigzag__text ul,
.fc-catalog-zigzag__text ol {
	margin: 18px 0 0;
	padding-left: 20px;
}

.fc-catalog-zigzag__text li + li {
	margin-top: 8px;
}

.fc-catalog-zigzag__media {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

@media (max-width: 991.98px) {
	.fc-catalog-zigzag {
		padding: 56px 0 8px;
	}

	.fc-catalog-zigzag__row,
	.fc-catalog-zigzag__row--reverse {
		gap: 28px;
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.fc-catalog-zigzag__row:nth-child(even) {
		padding: 32px;
	}

	.fc-catalog-zigzag__row--reverse .fc-catalog-zigzag__content,
	.fc-catalog-zigzag__row--reverse .fc-catalog-zigzag__media {
		order: initial;
	}
}

@media (max-width: 767.98px) {
	.fc-catalog-zigzag {
		padding: 44px 0 0;
	}

	.fc-catalog-zigzag h2 {
		font-size: 30px !important;
		line-height: 1.12;
	}

	.fc-catalog-zigzag__row:nth-child(even) {
		border-radius: 12px;
		padding: 24px;
	}

}

/* Refined catalog product detail layout */
.single-catalog_item .catalog-page--single {
	background: #f7f7f7;
	padding-bottom: 80px;
}

.single-catalog_item .catalog-detail-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	max-width: 1180px;
	overflow: hidden;
	padding: 0;
}

.catalog-detail-card__overview {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
	min-height: 420px;
}

.catalog-detail-card__media-panel {
	background:
		linear-gradient(135deg, rgba(214, 236, 250, 0.92), rgba(255, 255, 255, 0.96)),
		#d6ecfa;
	border-right: 1px solid #e6edf3;
	display: flex;
	padding: 34px;
}

.catalog-detail-card__media {
	align-items: center;
	background: #ffffff !important;
	border: 1px solid rgba(16, 111, 180, 0.12) !important;
	border-radius: 16px !important;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08) !important;
	display: flex;
	justify-content: center;
	min-height: 0;
	padding: 26px;
	width: 100%;
}

.catalog-detail-card__media img {
	display: block;
	height: auto;
	margin: 0;
	max-height: 320px;
	max-width: 100%;
	object-fit: contain;
	padding: 0 !important;
}

.catalog-detail-card__media i {
	color: var(--fc-blue);
	font-size: 72px;
}

.catalog-detail-card__summary {
	align-self: center;
	padding: 48px;
}

.catalog-detail-card__eyebrow {
	background: #d6ecfa;
	border: 1px solid rgba(16, 111, 180, 0.16);
	color: var(--fc-deep);
	font-size: 12px;
	letter-spacing: 1.2px;
	margin-bottom: 22px;
	padding: 8px 14px;
}

.single-catalog_item .catalog-page .page-title--single {
	color: #1a1a1a;
	font-size: 44px;
	font-weight: 500 !important;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 18px;
	max-width: 660px;
	padding: 0;
	border: 0;
}

.single-catalog_item .catalog-page .page-title--single::after {
	display: none;
}

.catalog-detail-card__excerpt {
	color: #3d3d3d;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 660px;
}

.catalog-detail-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.catalog-detail-card__btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.catalog-detail-card__btn:hover,
.catalog-detail-card__btn:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.catalog-detail-card__btn--primary {
	background: var(--fc-blue);
	border: 1px solid var(--fc-blue);
	color: #ffffff;
}

.catalog-detail-card__btn--primary:hover,
.catalog-detail-card__btn--primary:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #ffffff;
}

.catalog-detail-card__btn--outline {
	background: #ffffff;
	border: 1px solid var(--fc-blue);
	color: var(--fc-blue);
}

.catalog-detail-card__btn--outline:hover,
.catalog-detail-card__btn--outline:focus {
	background: #d6ecfa;
	color: var(--fc-deep);
}

.catalog-detail-card__body-shell {
	background: #ffffff;
	border-top: 1px solid #e6edf3 !important;
	margin-top: 0;
	padding: 44px 48px 50px;
}

.catalog-detail-card__content {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 auto;
}

.catalog-detail-card__content > p:first-child {
	color: #3d3d3d;
	font-size: 17px;
	line-height: 1.7;
}

.single-catalog_item .catalog-page--single .catalog-detail-card__content h2 {
	border-bottom: 1px solid #e6edf3;
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 500 !important;
	line-height: 1.2;
	margin: 42px 0 18px;
	padding-bottom: 12px;
}

.single-catalog_item .catalog-page--single .catalog-detail-card__content h2::after {
	background: var(--fc-blue);
	height: 3px;
	width: 56px;
}

@media (max-width: 991.98px) {
	.catalog-detail-card__overview {
		grid-template-columns: 1fr;
	}

	.catalog-detail-card__media-panel {
		border-right: 0;
		border-bottom: 1px solid #e6edf3;
	}

	.catalog-detail-card__summary,
	.catalog-detail-card__body-shell {
		padding: 36px;
	}
}

@media (max-width: 767.98px) {
	.single-catalog_item .catalog-page--single {
		padding-bottom: 48px;
	}

	.catalog-detail-card__media-panel,
	.catalog-detail-card__summary,
	.catalog-detail-card__body-shell {
		padding: 24px;
	}

	.catalog-detail-card__media {
		padding: 18px;
	}

	.catalog-detail-card__media img {
		max-height: 240px;
	}

	.single-catalog_item .catalog-page .page-title--single {
		font-size: 34px;
	}

	.catalog-detail-card__actions,
	.catalog-detail-card__btn {
		width: 100%;
	}
}

/* Catalog detail cleanup after compact hero */
.catalog-detail-card__overview--media-only {
	background: linear-gradient(135deg, rgba(214, 236, 250, 0.85), rgba(255, 255, 255, 0.96));
	display: block;
	min-height: 0;
	padding: 34px;
}

.catalog-detail-card__overview--media-only .catalog-detail-card__media-panel {
	background: transparent;
	border: 0;
	margin: 0 auto;
	max-width: 760px;
	padding: 0;
}

.catalog-detail-card__overview--media-only .catalog-detail-card__media {
	min-height: 310px;
}

.catalog-detail-card__overview--media-only .catalog-detail-card__media img {
	max-height: 280px;
}

.single-catalog_item .catalog-detail-card__body-shell {
	border-top: 1px solid #e6edf3 !important;
	padding-top: 34px;
}

.single-catalog_item .catalog-related-products {
	border-top: 1px solid #e6edf3;
	margin: 0;
	padding: 34px 48px 46px;
}

.single-catalog_item .catalog-related-products__header {
	margin-bottom: 22px;
}

.single-catalog_item .catalog-related-products__header h2 {
	color: #1a1a1a;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.catalog-related-products__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-related-product-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	height: 100%;
	overflow: hidden;
}

.catalog-related-product-card__media {
	align-items: center;
	background: #d6ecfa;
	display: flex;
	justify-content: center;
	min-height: 190px;
	padding: 22px;
	text-decoration: none;
}

.catalog-related-product-card__media img {
	display: block;
	max-height: 150px;
	object-fit: contain;
	width: auto;
}

.catalog-related-product-card__media i {
	color: var(--fc-blue);
	font-size: 46px;
}

.catalog-related-product-card__body {
	padding: 20px 22px 24px;
	text-align: center;
}

.catalog-related-product-card__eyebrow {
	color: var(--red-color);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.4px;
	line-height: 1.35;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.catalog-related-product-card__title {
	color: var(--fc-blue);
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.catalog-related-product-card__title:hover,
.catalog-related-product-card__title:focus {
	color: var(--fc-deep);
	text-decoration: none;
}

.single-catalog_item .catalog-related-case-studies {
	border-top: 1px solid #e6edf3;
	margin: 0;
	padding: 34px 48px 46px;
}

.single-catalog_item .catalog-related-case-studies__header {
	margin-bottom: 22px;
}

.single-catalog_item .catalog-related-case-studies__header h2 {
	margin-top: 0;
}

.single-catalog_item .catalog-related-case-studies .row,
.single-catalog_item .catalog-related-case-studies__grid {
	margin-bottom: 0;
}

.single-catalog_item .case-study-card {
	height: 100%;
}

@media (max-width: 767.98px) {
	.catalog-detail-card__overview--media-only {
		padding: 24px;
	}

	.catalog-detail-card__overview--media-only .catalog-detail-card__media {
		min-height: 230px;
	}

	.catalog-detail-card__overview--media-only .catalog-detail-card__media img {
		max-height: 210px;
	}

	.single-catalog_item .catalog-related-case-studies {
		padding: 28px 24px 34px;
	}

	.single-catalog_item .catalog-related-products {
		padding: 28px 24px 34px;
	}

	.catalog-related-products__grid {
		grid-template-columns: 1fr;
	}
}

/* Product detail design page */
.fc-product-demo-eyebrow {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fc-product-demo-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-product-demo-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.72)),
		#f7f7f7;
	padding: 80px 0;
}

.fc-product-demo-hero__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.fc-product-demo-hero h1,
.fc-product-demo-intro h2,
.fc-product-demo-head h2,
.fc-product-demo-panel h2,
.fc-product-demo-specs h2,
.fc-product-demo-cta h2 {
	color: #1a1a1a;
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
}

.fc-product-demo-hero h1 {
	font-size: 60px;
}

.fc-product-demo-hero p,
.fc-product-demo-intro p,
.fc-product-demo-head p,
.fc-product-demo-specs p,
.fc-product-demo-cta p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.fc-product-demo-hero__visual {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	padding: 34px;
}

.fc-product-demo-hero__visual img {
	display: block;
	height: auto;
	max-height: 360px;
	object-fit: contain;
	width: 100%;
}

.fc-product-demo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.fc-product-demo-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.7px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fc-product-demo-btn:hover,
.fc-product-demo-btn:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.fc-product-demo-btn--primary {
	background: var(--fc-blue);
	border: 1px solid var(--fc-blue);
	color: #ffffff;
}

.fc-product-demo-btn--primary:hover,
.fc-product-demo-btn--primary:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #ffffff;
}

.fc-product-demo-btn--outline {
	background: #ffffff;
	border: 1px solid var(--fc-blue);
	color: var(--fc-blue);
}

.fc-product-demo-btn--outline:hover,
.fc-product-demo-btn--outline:focus {
	background: #d6ecfa;
	color: var(--fc-deep);
}

.fc-product-demo-section {
	background: #ffffff;
	padding: 80px 0;
}

.fc-product-demo-section--soft {
	background: #f7f7f7;
}

.fc-product-demo-intro,
.fc-product-demo-split,
.fc-product-demo-specs {
	display: grid;
	gap: 44px;
	grid-template-columns: 0.9fr 1.1fr;
}

.fc-product-demo-head {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

.fc-product-demo-head .fc-product-demo-eyebrow {
	justify-content: center;
}

.fc-product-demo-feature-grid,
.fc-product-demo-advantage-grid,
.fc-product-demo-process {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-product-demo-feature,
.fc-product-demo-panel,
.fc-product-demo-process article {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	padding: 30px;
}

.fc-product-demo-feature i {
	align-items: center;
	background: #d6ecfa;
	border-radius: 16px;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	margin-bottom: 22px;
	width: 62px;
}

.fc-product-demo-feature h3,
.fc-product-demo-process h3 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 14px;
}

.fc-product-demo-feature p,
.fc-product-demo-process p {
	color: #636363;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.fc-product-demo-panel--dark {
	background: #1a1a1a;
	overflow: hidden;
	position: relative;
}

.fc-product-demo-panel--dark::after {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 999px;
	content: "";
	height: 220px;
	position: absolute;
	right: -90px;
	top: -90px;
	width: 220px;
}

.fc-product-demo-panel--dark h2,
.fc-product-demo-panel--dark .fc-product-demo-eyebrow {
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.fc-product-demo-checklist {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-product-demo-checklist li {
	align-items: flex-start;
	color: #3d3d3d;
	display: flex;
	font-size: 16px;
	gap: 12px;
	line-height: 1.55;
}

.fc-product-demo-checklist i {
	color: var(--fc-blue);
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1;
	margin-top: 2px;
}

.fc-product-demo-advantage-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-product-demo-advantage-grid div {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 600;
	padding: 26px;
}

.fc-product-demo-specs table {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-collapse: separate;
	border-radius: 16px;
	border-spacing: 0;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	overflow: hidden;
	width: 100%;
}

.fc-product-demo-specs th,
.fc-product-demo-specs td {
	border-bottom: 1px solid #e6edf3;
	color: #3d3d3d;
	font-size: 15px;
	line-height: 1.55;
	padding: 18px 20px;
	vertical-align: top;
}

.fc-product-demo-specs tr:last-child th,
.fc-product-demo-specs tr:last-child td {
	border-bottom: 0;
}

.fc-product-demo-specs th {
	background: #d6ecfa;
	color: var(--fc-deep);
	font-weight: 700;
	width: 34%;
}

.fc-product-demo-process article span {
	color: var(--fc-blue);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.8px;
	margin-bottom: 18px;
}

.fc-product-demo-cta {
	background: #ffffff;
	padding: 80px 0;
}

.fc-product-demo-cta__panel {
	align-items: center;
	background: #1a1a1a;
	border-radius: 16px;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	overflow: hidden;
	padding: 54px 58px;
	position: relative;
}

.fc-product-demo-cta__panel::after {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	content: "";
	height: 260px;
	position: absolute;
	right: -90px;
	top: -100px;
	width: 260px;
}

.fc-product-demo-cta__panel > * {
	position: relative;
	z-index: 1;
}

.fc-product-demo-cta h2,
.fc-product-demo-cta p {
	color: #ffffff;
}

.fc-product-demo-cta p {
	margin-bottom: 0;
	max-width: 680px;
}

.fc-product-demo-btn--light {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--fc-blue);
	flex: 0 0 auto;
}

.fc-product-demo-btn--light:hover,
.fc-product-demo-btn--light:focus {
	background: #d6ecfa;
	border-color: #d6ecfa;
	color: var(--fc-deep);
}

@media (max-width: 991.98px) {
	.fc-product-demo-hero,
	.fc-product-demo-section,
	.fc-product-demo-cta {
		padding: 56px 0;
	}

	.fc-product-demo-hero__grid,
	.fc-product-demo-intro,
	.fc-product-demo-split,
	.fc-product-demo-specs {
		grid-template-columns: 1fr;
	}

	.fc-product-demo-feature-grid,
	.fc-product-demo-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fc-product-demo-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fc-product-demo-cta__panel {
		align-items: flex-start;
		flex-direction: column;
		padding: 42px;
	}
}

@media (max-width: 767.98px) {
	.fc-product-demo-hero,
	.fc-product-demo-section,
	.fc-product-demo-cta {
		padding: 48px 0;
	}

	.fc-product-demo-hero h1,
	.fc-product-demo-intro h2,
	.fc-product-demo-head h2,
	.fc-product-demo-panel h2,
	.fc-product-demo-specs h2,
	.fc-product-demo-cta h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.fc-product-demo-feature-grid,
	.fc-product-demo-advantage-grid,
	.fc-product-demo-process {
		grid-template-columns: 1fr;
	}

	.fc-product-demo-hero__visual,
	.fc-product-demo-feature,
	.fc-product-demo-panel,
	.fc-product-demo-process article,
	.fc-product-demo-cta__panel {
		padding: 24px;
	}

	.fc-product-demo-actions,
	.fc-product-demo-btn {
		width: 100%;
	}

	.fc-product-demo-specs table,
	.fc-product-demo-specs tbody,
	.fc-product-demo-specs tr,
	.fc-product-demo-specs th,
	.fc-product-demo-specs td {
		display: block;
		width: 100%;
	}

	.fc-product-demo-specs th {
		border-bottom: 0;
	}
}

/* Legal pages */
.fc-legal-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.72)),
		#f7f7f7;
	border-bottom: 1px solid #e6edf3;
	padding: 64px 0 54px;
}

.fc-legal-eyebrow {
	align-items: center;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.fc-legal-eyebrow::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 28px;
}

.fc-legal-hero h1 {
	color: #1a1a1a;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.fc-legal-hero p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.fc-legal-content {
	background: #f7f7f7;
	padding: 80px 0;
}

.fc-legal-card {
	background: #ffffff;
	border: 1px solid #e6edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
	margin: 0 auto;
	max-width: 940px;
	padding: 44px;
}

.fc-legal-card h2 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 34px 0 12px;
}

.fc-legal-card h2:first-child {
	margin-top: 0;
}

.fc-legal-card p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 767.98px) {
	.fc-legal-hero {
		padding: 46px 0 42px;
	}

	.fc-legal-hero h1 {
		font-size: 38px;
	}

	.fc-legal-content {
		padding: 48px 0;
	}

	.fc-legal-card {
		padding: 26px;
	}
}

[class*="eyebrow"] {
	color: var(--red-color) !important;
}

[class*="eyebrow"]::before {
	background: var(--red-color) !important;
}

.fc-hero-carousel__title,
.fc-contact-hero h1,
.fc-about-hero h1,
.fc-careers-hero h1,
.fc-application-hero h1,
.fc-downloads-hero h1,
.fc-blogs-hero h1,
.fc-blog-single-hero h1,
.fc-news-single-hero h1,
.fc-catalog-single-hero h1,
.fc-reviews-hero h1,
.fc-product-demo-hero h1,
.fc-legal-hero h1,
.catalog-page .page-title,
.catalog-page .page-title--single {
	font-size: 48px;
}

h2 {
	font-size: 36px !important;
}

.fc-contact-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(214, 236, 250, 0.72)),
		#f7f7f7;
	border-bottom: 1px solid #e6edf3;
	color: #1a1a1a;
	padding: 64px 0 54px;
	text-align: left;
}

.fc-contact-hero::after,
.fc-contact-hero__pattern {
	display: none;
}

.fc-contact-hero h1 {
	color: #1a1a1a;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
	text-transform: none;
}

.fc-contact-hero p:last-child {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 660px;
}

.fc-contact-main {
	margin-top: 0;
	padding-top: 40px;
}

.fc-mobile-menu {
	display: none;
}

@media (max-width: 1199.98px) {
	.fc-society-badge span {
		display: none;
	}

	.fc-society-badge {
		margin-left: 10px;
		padding: 6px 8px;
	}
}

@media (max-width: 575.98px) {
	.fc-society-badge {
		display: none;
	}
}

/* Products mega menu refresh */
.fc-navbar .menu-item-has-mega {
	position: static;
}

.fc-navbar .menu-item-has-mega > .fc-mega-menu {
	background: rgba(255, 255, 255, 0.98);
	border: 0;
	border-bottom: 1px solid var(--fc-line);
	border-top: 1px solid var(--fc-line);
	box-shadow: 0 18px 42px rgba(26, 26, 26, 0.12);
	left: 0;
	right: 0;
	top: 100%;
}

.fc-mega-menu__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 24px;
}

.fc-mega-catalog {
	background: transparent;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	min-height: 370px;
}

.fc-mega-catalog__cats {
	background: #ffffff;
	border-left: 1px solid var(--fc-line);
	border-right: 1px solid var(--fc-line);
	display: flex;
	flex-direction: column;
	padding: 18px 0;
	width: auto;
}

.fc-mega-catalog__cat {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 4px solid transparent;
	border-radius: 0;
	color: var(--fc-ink);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 68px;
	padding: 14px 20px 14px 22px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fc-mega-catalog__cat:hover,
.fc-mega-catalog__cat.is-active {
	background: var(--fc-soft);
	border-left-color: var(--red-color);
	color: var(--fc-blue);
}

.fc-mega-catalog__cat-label {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.fc-mega-catalog__cat-label .bi {
	color: var(--fc-blue);
	font-size: 14px;
}

.fc-mega-catalog__cat > .bi-chevron-right {
	color: var(--fc-blue);
	font-size: 12px;
	opacity: 0.72;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.fc-mega-catalog__cat:hover > .bi-chevron-right,
.fc-mega-catalog__cat.is-active > .bi-chevron-right {
	opacity: 1;
	transform: translateX(3px);
}

.fc-mega-catalog__panels {
	background: #ffffff;
	min-width: 0;
}

.fc-mega-catalog__panel[hidden] {
	display: none !important;
}

.fc-mega-catalog__panel.is-active {
	display: block;
}

.fc-mega-catalog__content {
	align-items: stretch;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) 260px;
	min-height: 370px;
	padding: 26px 28px 28px 36px;
}

.fc-mega-catalog__col {
	align-content: start;
	display: grid;
	min-width: 0;
}

.fc-mega-catalog__title {
	border-bottom: 1px solid var(--fc-line);
	color: #8aa4c2;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.3em;
	margin: 0 0 14px;
	padding: 0 0 14px;
	text-transform: uppercase;
}

.fc-mega-catalog__link {
	align-items: center;
	border-radius: 4px;
	color: var(--fc-ink);
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 10px;
	line-height: 1.35;
	padding: 8px 10px 8px 0;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.fc-mega-catalog__link .bi {
	color: #a5bad2;
	font-size: 10px;
	transition: color 0.2s ease;
}

.fc-mega-catalog__link:hover {
	background: transparent;
	color: var(--fc-blue);
	padding-left: 6px;
}

.fc-mega-catalog__link:hover .bi {
	color: var(--red-color);
}

.fc-mega-catalog__cta {
	border-top: 1px solid var(--fc-line);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
}

.fc-mega-catalog__btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.06em;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fc-mega-catalog__btn--primary {
	background: var(--fc-ink);
	border: 1px solid var(--fc-ink);
	color: #ffffff;
}

.fc-mega-catalog__btn--primary:hover {
	background: var(--red-color);
	border-color: var(--red-color);
	color: #ffffff;
}

.fc-mega-catalog__btn--accent {
	background: var(--fc-blue);
	border: 1px solid var(--fc-blue);
	color: #ffffff;
}

.fc-mega-catalog__btn--accent:hover {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
	color: #ffffff;
}

.fc-mega-catalog__image-panel {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, var(--fc-soft) 100%);
	border: 1px solid var(--fc-line);
	border-radius: 16px;
	box-shadow: var(--fc-shadow);
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: center;
	min-height: 230px;
	padding: 24px 20px;
	text-align: center;
	width: 100%;
}

.fc-mega-catalog__image-panel img {
	max-height: 118px;
	max-width: 190px;
	object-fit: contain;
}

.fc-mega-catalog__image-label {
	color: var(--fc-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.55;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.fc-mega-menu__inner {
		padding: 0;
	}

	.fc-mega-catalog {
		display: block;
		min-height: 0;
	}

	.fc-mega-catalog__cats {
		border: 1px solid var(--fc-line);
		padding: 0;
	}

	.fc-mega-catalog__cat {
		min-height: 56px;
		padding: 12px 16px;
	}

	.fc-mega-catalog__content {
		display: block;
		min-height: 0;
		padding: 18px 0 0;
	}

	.fc-mega-catalog__image-panel {
		display: none;
	}
}

/* Products mega menu directory layout */
.fc-mega-catalog {
	background: #ffffff;
	display: block;
	min-height: 0;
	padding: 30px 34px 26px;
}

.fc-mega-catalog__grid {
	display: grid;
	gap: 30px 42px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.fc-mega-catalog__group {
	min-width: 0;
}

.fc-mega-catalog__heading {
	align-items: flex-start;
	color: var(--fc-blue);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.fc-mega-catalog__heading i {
	color: var(--red-color);
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.35;
	margin-top: 1px;
}

.fc-mega-catalog__heading:hover,
.fc-mega-catalog__heading:focus {
	color: var(--red-color);
	text-decoration: none;
}

.fc-mega-catalog__products {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
}

.fc-mega-catalog__products a {
	color: var(--fc-charcoal);
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.fc-mega-catalog__products a:hover,
.fc-mega-catalog__products a:focus {
	color: var(--fc-blue);
	transform: translateX(3px);
}

.fc-mega-catalog__footer {
	align-items: center;
	border-top: 1px solid var(--fc-line);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
	padding-top: 20px;
}

.fc-mega-catalog__footer .fc-mega-catalog__btn--primary {
	background: var(--fc-blue);
	border-color: var(--fc-blue);
}

.fc-mega-catalog__footer .fc-mega-catalog__btn--primary:hover,
.fc-mega-catalog__footer .fc-mega-catalog__btn--primary:focus {
	background: var(--fc-deep);
	border-color: var(--fc-deep);
}

.fc-mega-catalog__footer .fc-mega-catalog__btn--accent {
	background: var(--red-color);
	border-color: var(--red-color);
}

.fc-mega-catalog__footer .fc-mega-catalog__btn--accent:hover,
.fc-mega-catalog__footer .fc-mega-catalog__btn--accent:focus {
	background: #8f281d;
	border-color: #8f281d;
}

.fc-mega-catalog-mobile {
	display: none;
}

@media (max-width: 1199.98px) {
	.fc-mega-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.fc-navbar .navbar-collapse {
		background: #ffffff;
		border-top: 1px solid var(--fc-line);
		margin-top: 12px;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		padding: 0 0 18px;
	}

	.fc-navbar .fc-desktop-menu {
		display: none !important;
	}

	.fc-mobile-menu {
		display: block;
		width: 100%;
	}

	.fc-mobile-menu__link {
		border-bottom: 1px solid #edf1f5;
		color: var(--fc-ink);
		display: block;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
		padding: 13px 0;
		text-decoration: none;
	}

	.fc-mobile-menu__toggle {
		align-items: center;
		background: transparent;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		text-align: left;
		width: 100%;
	}

	.fc-mobile-menu__toggle i {
		color: var(--red-color);
		font-size: 18px;
		line-height: 1;
		transition: transform 0.2s ease;
	}

	.fc-mobile-menu__toggle.is-open i {
		transform: rotate(45deg);
	}

	.fc-mobile-menu__link:hover,
	.fc-mobile-menu__link:focus {
		color: var(--fc-blue);
		text-decoration: none;
	}

	.fc-mobile-menu__link--section {
		border-bottom: 2px solid var(--fc-soft);
		color: var(--fc-blue);
		margin-top: 4px;
	}

	.fc-mobile-menu__products {
		border-bottom: 1px solid #edf1f5;
		padding-bottom: 10px;
	}

	.fc-mobile-menu__products-panel {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.32s ease, opacity 0.2s ease;
	}

	.fc-mobile-menu__products-panel.is-open {
		max-height: 1200px;
		opacity: 1;
	}

	.fc-mobile-menu__products-panel[hidden] {
		display: block;
	}

	.fc-mobile-products,
	.fc-mobile-products__items {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.fc-mobile-products {
		padding-top: 10px;
	}

	.fc-mobile-products__category {
		padding: 0 0 12px;
	}

	.fc-mobile-products__category + .fc-mobile-products__category {
		border-top: 1px solid #f0f3f6;
		padding-top: 12px;
	}

	.fc-mobile-products__category-link {
		color: var(--fc-blue);
		display: block;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.06em;
		line-height: 1.35;
		margin-bottom: 6px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.fc-mobile-products__category-link:hover,
	.fc-mobile-products__category-link:focus {
		color: var(--red-color);
		text-decoration: none;
	}

	.fc-mobile-products__items {
		padding-left: 16px;
	}

	.fc-mobile-products__items a {
		color: var(--fc-charcoal);
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.35;
		padding: 4px 0;
		text-decoration: none;
	}

	.fc-mobile-products__items a:hover,
	.fc-mobile-products__items a:focus {
		color: var(--fc-blue);
	}

	.fc-navbar .fc-book-btn {
		display: flex;
		margin-left: 0 !important;
		margin-top: 14px !important;
		width: 100%;
	}

	.fc-navbar .menu-item-has-mega > .fc-mega-menu {
		display: none !important;
	}
}
