/* InfoTitans premium direction, based on Canvas Branding Studio + AI Coding composition. */

:root {
	--itx-navy: #062440;
	--itx-ink: #101927;
	--itx-blue: #0b4e94;
	--itx-cyan: #15b7d4;
	--itx-gold: #c89038;
	--itx-paper: #f7f9fc;
	--itx-panel: #ffffff;
	--itx-muted: #647286;
	--itx-line: #dfe7ef;
	--itx-dark-line: rgba(255, 255, 255, 0.13);
	--itx-display: "Playfair Display", Georgia, serif;
	--itx-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cnvs-themecolor: var(--itx-blue);
	--cnvs-themecolor-rgb: 11, 78, 148;
	--cnvs-body-font: var(--itx-body);
	--cnvs-primary-font: var(--itx-body);
}

body.infotitans-premium {
	--cnvs-header-height: 78px;
	--cnvs-header-height-shrink: 68px;
	--cnvs-sticky-header-height: 78px;
	background: var(--itx-paper);
	color: var(--itx-ink);
	font-family: var(--itx-body);
	-webkit-font-smoothing: antialiased;
}

.infotitans-premium h1,
.infotitans-premium h2,
.infotitans-premium h3,
.infotitans-premium h4,
.infotitans-premium p {
	letter-spacing: 0;
}

.infotitans-premium #wrapper {
	background: var(--itx-paper);
}

.infotitans-premium .container {
	width: min(calc(100% - 40px), 1220px);
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.itx-header {
	--cnvs-header-bg: #fff;
	--cnvs-header-sticky-bg: #fff;
	--cnvs-primary-menu-font: var(--itx-body);
	--cnvs-primary-menu-font-size: 0.78rem;
	--cnvs-primary-menu-font-weight: 800;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 0.08em;
	--cnvs-primary-menu-color: var(--itx-ink);
	--cnvs-primary-menu-hover-color: var(--itx-blue);
	--cnvs-primary-menu-padding-x: 18px;
	border-bottom: 1px solid rgba(6, 36, 64, 0.1);
	box-shadow: 0 14px 38px rgba(6, 36, 64, 0.045);
}

.itx-header #header-wrap {
	background: #fff;
	z-index: 400;
}

.itx-header .header-row {
	min-height: 76px;
}

.itx-header .container {
	width: min(calc(100% - 52px), 1180px);
}

.itx-logo {
	display: block;
	height: auto !important;
	max-height: 38px;
	width: 178px;
}

.itx-header-cta {
	align-items: center;
	background: var(--itx-navy);
	border: 1px solid var(--itx-navy);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(6, 36, 64, 0.16);
	color: #fff !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 5px;
	letter-spacing: 0.07em;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px 0 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.itx-header-cta:hover {
	background: var(--itx-blue);
	border-color: var(--itx-blue);
	color: #fff !important;
}

.itx-header-cta i {
	font-size: 1.15rem;
	line-height: 1;
}

.itx-hero {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 249, 252, 0.92)),
		linear-gradient(135deg, rgba(21, 183, 212, 0.09), rgba(200, 144, 56, 0.08));
	overflow: hidden;
	padding: 138px 0 0;
	position: relative;
}

.itx-kicker {
	color: var(--itx-blue);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.16em !important;
	line-height: 1.4;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.itx-hero h1 {
	color: var(--itx-navy);
	font-family: var(--itx-body);
	font-size: clamp(3.05rem, 5vw, 5.75rem);
	font-weight: 800;
	line-height: 0.98;
	margin-bottom: 28px;
	max-width: 760px;
}

.itx-hero h1 em {
	color: var(--itx-gold);
	display: inline-block;
	font-family: var(--itx-display);
	font-style: italic;
	font-weight: 600;
}

.itx-hero-copy {
	color: #445367;
	font-size: 1.18rem;
	line-height: 1.75;
	margin-bottom: 36px;
	max-width: 650px;
}

.itx-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 42px;
}

.itx-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 6px;
	justify-content: center;
	line-height: 1.1;
	min-height: 50px;
	padding: 0 24px;
	text-transform: none;
}

.itx-btn i {
	font-size: 1.25rem;
	line-height: 1;
}

.itx-btn-primary {
	background: var(--itx-navy);
	box-shadow: 0 18px 36px rgba(6, 36, 64, 0.2);
	color: #fff !important;
}

.itx-btn-primary:hover {
	background: var(--itx-blue);
	color: #fff !important;
}

.itx-btn-ghost {
	background: #fff;
	border: 1px solid rgba(6, 36, 64, 0.16);
	color: var(--itx-navy) !important;
}

.itx-btn-ghost:hover {
	border-color: rgba(11, 78, 148, 0.35);
	color: var(--itx-blue) !important;
}

.itx-btn-light {
	background: #fff;
	color: var(--itx-navy) !important;
}

.itx-btn-light:hover {
	background: var(--itx-cyan);
	color: var(--itx-navy) !important;
}

.itx-proof-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 650px;
}

.itx-proof-row div {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(6, 36, 64, 0.09);
	border-radius: 12px;
	padding: 16px 18px;
}

.itx-proof-row strong {
	color: var(--itx-navy);
	display: block;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 7px;
}

.itx-proof-row span {
	color: #607083;
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
}

.itx-hero-collage {
	min-height: 680px;
	position: relative;
}

.itx-hero-collage img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.itx-collage-main,
.itx-collage-photo {
	border-radius: 18px;
	box-shadow: 0 30px 70px rgba(6, 36, 64, 0.18);
	display: block;
	overflow: hidden;
	position: absolute;
}

.itx-collage-main {
	height: 560px;
	right: 0;
	top: 20px;
	width: 76%;
}

.itx-collage-main::after,
.itx-collage-photo::after {
	content: "";
	inset: 0;
	position: absolute;
}

.itx-collage-main::after {
	background: linear-gradient(180deg, rgba(6, 36, 64, 0.05), rgba(6, 36, 64, 0.42));
}

.itx-collage-photo {
	border: 8px solid #fff;
	height: 260px;
	left: 0;
	top: 88px;
	width: 44%;
	z-index: 2;
}

.itx-collage-photo::after {
	background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(6, 36, 64, 0.16));
}

.itx-command-card {
	background: #091826;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	bottom: 42px;
	box-shadow: 0 28px 60px rgba(6, 36, 64, 0.34);
	color: #d7f6ff;
	left: 56px;
	max-width: 360px;
	overflow: hidden;
	position: absolute;
	width: 58%;
	z-index: 3;
}

.itx-window-bar {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	gap: 7px;
	padding: 13px 15px;
}

.itx-window-bar span {
	background: #f36f5f;
	border-radius: 50%;
	display: block;
	height: 9px;
	width: 9px;
}

.itx-window-bar span:nth-child(2) {
	background: #f5c76f;
}

.itx-window-bar span:nth-child(3) {
	background: #63d89c;
}

.itx-window-bar strong {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: 8px;
	text-transform: uppercase;
}

.itx-command-card pre {
	background: transparent;
	color: #d7f6ff;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-size: 0.8rem;
	line-height: 1.8;
	margin: 0;
	padding: 18px 20px 20px;
	white-space: pre-wrap;
}

.itx-floating-note {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 14px;
	box-shadow: 0 22px 48px rgba(6, 36, 64, 0.18);
	padding: 18px 20px;
	position: absolute;
	right: 32px;
	top: 496px;
	width: 260px;
	z-index: 4;
}

.itx-floating-note span,
.itx-showcase-card span {
	color: var(--itx-blue);
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.itx-floating-note strong {
	color: var(--itx-navy);
	display: block;
	font-size: 1.05rem;
	line-height: 1.35;
}

.itx-ticker {
	background: var(--itx-navy);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	margin-top: 52px;
	overflow: hidden;
}

.itx-ticker-track {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 18px 24px;
}

.itx-ticker span {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.itx-ticker i {
	background: var(--itx-gold);
	border-radius: 999px;
	display: block;
	height: 5px;
	width: 34px;
}

.itx-section {
	padding: 105px 0;
	scroll-margin-top: 104px;
}

.itx-services {
	background: #fff;
}

.itx-section-title {
	color: var(--itx-navy);
	font-family: var(--itx-body);
	font-size: clamp(2.2rem, 3.4vw, 4rem);
	font-weight: 800;
	line-height: 1.02;
	margin-bottom: 0;
	max-width: 780px;
}

.itx-section-copy {
	color: var(--itx-muted);
	font-size: 1.05rem;
	line-height: 1.75;
	margin-bottom: 0;
}

.itx-service-card {
	background: #fff;
	border: 1px solid rgba(6, 36, 64, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(6, 36, 64, 0.045);
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 30px;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.itx-service-card:hover {
	border-color: rgba(11, 78, 148, 0.32);
	box-shadow: 0 28px 65px rgba(6, 36, 64, 0.1);
	transform: translateY(-4px);
}

.itx-service-card-featured {
	background: linear-gradient(180deg, #092845, #061b31);
	border-color: rgba(21, 183, 212, 0.18);
	color: #fff;
}

.itx-service-card > span {
	color: var(--itx-gold);
	font-size: 0.72rem;
	font-weight: 800;
	position: absolute;
	right: 26px;
	top: 28px;
}

.itx-service-card i {
	align-items: center;
	background: rgba(21, 183, 212, 0.12);
	border-radius: 14px;
	color: var(--itx-blue);
	display: inline-flex;
	font-size: 1.55rem;
	height: 54px;
	justify-content: center;
	margin-bottom: 48px;
	width: 54px;
}

.itx-service-card-featured i {
	background: rgba(21, 183, 212, 0.18);
	color: var(--itx-cyan);
}

.itx-service-card h3 {
	color: var(--itx-navy);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.24;
	margin-bottom: 15px;
}

.itx-service-card-featured h3 {
	color: #fff;
}

.itx-service-card p {
	color: var(--itx-muted);
	font-size: 0.96rem;
	line-height: 1.68;
	margin-bottom: 0;
}

.itx-service-card-featured p {
	color: rgba(255, 255, 255, 0.72);
}

.itx-systems {
	background:
		linear-gradient(180deg, #f7f9fc, #eef4f8);
	border-bottom: 1px solid var(--itx-line);
	border-top: 1px solid var(--itx-line);
}

.itx-showcase-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1.35fr 0.85fr;
}

.itx-showcase-card {
	background: #fff;
	border: 1px solid rgba(6, 36, 64, 0.1);
	border-radius: 22px;
	box-shadow: 0 20px 52px rgba(6, 36, 64, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 330px;
	overflow: hidden;
	padding: 30px 30px 0;
}

.itx-showcase-card-large {
	background: linear-gradient(180deg, #fff 0%, #fff 48%, #eef5fb 100%);
	grid-row: span 2;
	justify-content: flex-start;
	min-height: 690px;
}

.itx-showcase-card h3 {
	color: var(--itx-navy);
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 10px;
}

.itx-showcase-card p {
	color: var(--itx-muted);
	font-size: 0.96rem;
	line-height: 1.65;
	margin-bottom: 22px;
	max-width: 560px;
}

.itx-showcase-card picture {
	border-radius: 16px 16px 0 0;
	box-shadow: 0 24px 50px rgba(6, 36, 64, 0.11);
	display: block;
	margin-top: 12px;
	overflow: hidden;
}

.itx-showcase-card-large picture {
	margin-top: 34px;
}

.itx-showcase-card img {
	display: block;
	height: auto;
	width: 100%;
}

.itx-showcase-dark {
	background: linear-gradient(160deg, #071d32, #0b4e94);
	color: #fff;
}

.itx-showcase-dark span,
.itx-showcase-dark h3,
.itx-showcase-dark p {
	color: #fff;
}

.itx-showcase-dark span {
	color: var(--itx-cyan);
}

.itx-approach {
	background: #071d32;
	color: #fff;
	overflow: hidden;
}

.itx-approach .itx-kicker {
	color: var(--itx-cyan);
}

.itx-approach .itx-section-title {
	color: #fff;
}

.itx-approach .itx-section-copy {
	color: rgba(255, 255, 255, 0.7);
}

.itx-operating-map {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	position: relative;
}

.itx-map-node {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--itx-dark-line);
	border-radius: 18px;
	min-height: 170px;
	padding: 26px;
}

.itx-map-node-main {
	background: linear-gradient(135deg, rgba(21, 183, 212, 0.18), rgba(200, 144, 56, 0.13));
	grid-column: span 2;
	min-height: 190px;
}

.itx-map-node i {
	align-items: center;
	background: rgba(21, 183, 212, 0.14);
	border-radius: 12px;
	color: var(--itx-cyan);
	display: inline-flex;
	font-size: 1.35rem;
	height: 46px;
	justify-content: center;
	margin-bottom: 24px;
	width: 46px;
}

.itx-map-node strong {
	color: #fff;
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 8px;
}

.itx-map-node-main strong {
	font-size: 1.7rem;
}

.itx-map-node span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 0.94rem;
	line-height: 1.55;
}

.itx-local {
	background: #fff;
}

.itx-local-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: 1.15fr 0.85fr;
}

.itx-local-grid .itx-section-copy {
	margin-top: 24px;
	max-width: 780px;
}

.itx-local-panel {
	background:
		linear-gradient(150deg, rgba(6, 36, 64, 0.96), rgba(11, 78, 148, 0.92)),
		var(--itx-navy);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(6, 36, 64, 0.16);
	color: #fff;
	padding: 32px;
}

.itx-local-panel div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	padding: 22px 0;
}

.itx-local-panel div:first-child {
	padding-top: 0;
}

.itx-local-panel div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.itx-local-panel span {
	color: var(--itx-cyan);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.itx-local-panel strong {
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.35;
}

.itx-local-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 46px;
}

.itx-local-list article {
	background: var(--itx-paper);
	border: 1px solid rgba(6, 36, 64, 0.1);
	border-radius: 18px;
	padding: 28px;
}

.itx-local-list h3 {
	color: var(--itx-navy);
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.24;
	margin-bottom: 12px;
}

.itx-local-list p {
	color: var(--itx-muted);
	font-size: 0.96rem;
	line-height: 1.68;
	margin-bottom: 0;
}

.itx-faq {
	background: linear-gradient(180deg, #f7f9fc, #eef4f8);
	border-top: 1px solid var(--itx-line);
}

.itx-faq-list {
	display: grid;
	gap: 14px;
}

.itx-faq-list details {
	background: #fff;
	border: 1px solid rgba(6, 36, 64, 0.1);
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(6, 36, 64, 0.045);
	padding: 0 24px;
}

.itx-faq-list summary {
	color: var(--itx-navy);
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
	list-style: none;
	padding: 22px 34px 22px 0;
	position: relative;
}

.itx-faq-list summary::-webkit-details-marker {
	display: none;
}

.itx-faq-list summary::after {
	color: var(--itx-blue);
	content: "+";
	font-size: 1.35rem;
	font-weight: 800;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.itx-faq-list details[open] summary::after {
	content: "-";
}

.itx-faq-list p {
	border-top: 1px solid rgba(6, 36, 64, 0.08);
	color: var(--itx-muted);
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
	padding: 20px 0 24px;
}

.itx-contact {
	background: #fff;
	padding: 90px 0;
}

.itx-contact-panel {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(6, 36, 64, 0.96), rgba(11, 78, 148, 0.94)),
		var(--itx-navy);
	border-radius: 26px;
	box-shadow: 0 28px 70px rgba(6, 36, 64, 0.18);
	color: #fff;
	display: grid;
	gap: 36px;
	grid-template-columns: 1.25fr 0.75fr;
	padding: 58px;
}

.itx-contact .itx-kicker {
	color: var(--itx-cyan);
}

.itx-contact h2 {
	color: #fff;
	font-size: clamp(2rem, 3.3vw, 3.6rem);
	font-weight: 800;
	line-height: 1.04;
	margin-bottom: 18px;
	max-width: 800px;
}

.itx-contact-panel > div > p:not(.itx-kicker) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.itx-contact-actions {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--itx-dark-line);
	border-radius: 18px;
	padding: 14px;
}

.itx-contact-actions a {
	align-items: center;
	border-radius: 13px;
	color: #fff !important;
	display: flex;
	font-weight: 800;
	gap: 12px;
	padding: 16px;
}

.itx-contact-actions a:hover {
	background: rgba(255, 255, 255, 0.08);
}

.itx-contact-actions i {
	align-items: center;
	background: rgba(21, 183, 212, 0.14);
	border-radius: 999px;
	color: var(--itx-cyan);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.itx-footer {
	background: var(--itx-paper);
	border-top: 1px solid var(--itx-line) !important;
	color: var(--itx-muted);
	padding: 34px 0;
}

.itx-footer img {
	display: block;
	height: auto;
	width: 170px;
}

@media (max-width: 1199.98px) {
	.itx-hero-collage {
		min-height: 620px;
	}

	.itx-collage-main {
		height: 520px;
	}

	.itx-command-card {
		left: 28px;
	}
}

@media (max-width: 991.98px) {
	body.infotitans-premium {
		--cnvs-header-height: 68px;
		--cnvs-sticky-header-height: 68px;
	}

	.infotitans-premium .container,
	.itx-header .container {
		width: min(calc(100% - 32px), 720px);
	}

	.itx-header .header-row {
		min-height: 68px;
	}

	.itx-logo {
		max-height: 34px;
		width: 166px;
	}

	.itx-header-cta {
		display: none;
	}

	.itx-hero {
		padding-top: 112px;
	}

	.itx-hero h1 {
		font-size: clamp(2.7rem, 10vw, 4.6rem);
	}

	.itx-hero-collage {
		min-height: 560px;
	}

	.itx-collage-main {
		height: 470px;
		width: 80%;
	}

	.itx-collage-photo {
		height: 220px;
		width: 42%;
	}

	.itx-command-card {
		width: 62%;
	}

	.itx-section {
		padding: 78px 0;
	}

	.itx-showcase-grid,
	.itx-contact-panel,
	.itx-local-grid,
	.itx-local-list {
		grid-template-columns: 1fr;
	}

	.itx-showcase-card-large {
		min-height: auto;
	}
}

@media (max-width: 767.98px) {
	.itx-proof-row,
	.itx-operating-map {
		grid-template-columns: 1fr;
	}

	.itx-map-node-main {
		grid-column: auto;
	}

	.itx-hero-collage {
		min-height: 500px;
	}

	.itx-collage-main {
		height: 420px;
		width: 100%;
	}

	.itx-collage-photo {
		display: none;
	}

	.itx-command-card {
		bottom: 24px;
		left: 18px;
		width: calc(100% - 36px);
	}

	.itx-floating-note {
		display: none;
	}

	.itx-contact-panel {
		border-radius: 20px;
		padding: 34px 24px;
	}
}

@media (max-width: 575.98px) {
	body.infotitans-premium {
		--cnvs-header-height: 64px;
		--cnvs-sticky-header-height: 64px;
	}

	.infotitans-premium .container,
	.itx-header .container {
		width: min(calc(100% - 24px), 100%);
	}

	.itx-logo {
		width: 144px;
	}

	.itx-hero {
		padding-top: 96px;
	}

	.itx-hero-copy,
	.itx-section-copy {
		font-size: 1rem;
	}

	.itx-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.itx-btn {
		width: 100%;
	}

	.itx-service-card {
		min-height: auto;
	}

	.itx-showcase-card {
		padding: 24px 24px 0;
	}
}
