:root {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-synthesis: none;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	--izi-orange: #f58216;
	--izi-orange-light: #ff9e42;
	--izi-charcoal: #111111;
	--izi-surface: #191919;
	--izi-border: rgba(255, 255, 255, 0.12);
	--izi-muted: #a8a8a8;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 78px;
}

body {
	background: var(--izi-charcoal);
	color: #e8e8e8;
	min-height: 100vh;
	overflow-x: hidden;
}

a {
	color: inherit;
}

.skip-link {
	background: #fff;
	border-radius: 4px;
	color: #111;
	font-weight: 800;
	left: 1rem;
	padding: 0.6rem 0.85rem;
	position: fixed;
	top: -80px;
	z-index: 100;
}

.skip-link:focus {
	top: 1rem;
}

.landing-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.landing-header {
	background: rgba(12, 12, 12, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.landing-nav {
	align-items: center;
	display: flex;
	height: 76px;
	justify-content: space-between;
}

.landing-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.landing-brand img {
	height: auto;
	max-width: 180px;
	width: 100%;
}

.landing-nav-links {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.landing-nav-links a {
	color: #d0d0d0;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.18s ease;
}

.landing-nav-links a:hover,
.landing-nav-links a:focus-visible {
	color: #fff;
}

.landing-nav-access {
	align-items: center;
	background: var(--izi-orange);
	border: 1px solid var(--izi-orange-light);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 800;
	gap: 0.5rem;
	min-height: 42px;
	padding: 0.55rem 1rem;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.landing-nav-access:hover,
.landing-nav-access:focus-visible {
	background: var(--izi-orange-light);
	color: #fff;
	transform: translateY(-1px);
}

.landing-hero {
	height: min(820px, 86svh);
	min-height: 650px;
	overflow: hidden;
	position: relative;
}

.landing-hero-image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.landing-hero-shade {
	background: rgba(0, 0, 0, 0.48);
	inset: 0;
	position: absolute;
}

.landing-hero-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-top: 76px;
	position: relative;
	z-index: 2;
}

.hero-eyebrow,
.section-kicker {
	color: var(--izi-orange-light);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-eyebrow {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	margin-bottom: 0.9rem;
}

.hero-eyebrow span {
	background: var(--izi-orange);
	display: block;
	height: 3px;
	width: 38px;
}

.landing-hero h1 {
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.hero-statement {
	color: #f2f2f2;
	font-size: 1.28rem;
	font-weight: 500;
	line-height: 1.55;
	margin: 1.25rem 0 0;
	max-width: 660px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.7rem;
}

.landing-primary-button,
.landing-secondary-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	gap: 0.65rem;
	justify-content: center;
	min-height: 48px;
	padding: 0.72rem 1.15rem;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.landing-primary-button {
	background: var(--izi-orange);
	border: 1px solid var(--izi-orange-light);
	color: #fff;
}

.landing-primary-button:hover,
.landing-primary-button:focus-visible {
	background: var(--izi-orange-light);
	color: #fff;
	transform: translateY(-1px);
}

.landing-secondary-button {
	background: rgba(10, 10, 10, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

.landing-secondary-button:hover,
.landing-secondary-button:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.hero-assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.hero-assurances li {
	align-items: center;
	color: #e0e0e0;
	display: flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.45rem;
}

.hero-assurances svg,
.hero-assurances i {
	color: #79d7a5;
}

.landing-signal-band {
	background: #0d0d0d;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-grid > div {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.15rem 1.35rem;
}

.signal-grid > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-grid strong,
.signal-grid span {
	display: block;
}

.signal-grid strong {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.signal-grid span {
	color: #8f8f8f;
	font-size: 0.76rem;
	margin-top: 0.15rem;
}

.landing-section {
	padding: 6rem 0;
	scroll-margin-top: 76px;
}

.access-section {
	background: #161616;
}

.access-layout {
	align-items: center;
	display: grid;
	gap: 5rem;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
}

.access-copy h2,
.section-heading h2,
.technology-layout h2,
.faq-layout h2,
.landing-cta h2 {
	font-size: 2.45rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.access-copy h2 {
	color: #fff;
	margin: 0.55rem 0 1rem;
}

.access-copy > p {
	color: #b5b5b5;
	font-size: 1.05rem;
	max-width: 600px;
}

.access-points {
	display: grid;
	gap: 0.65rem;
	margin-top: 1.6rem;
}

.access-points > div {
	align-items: center;
	color: #e1e1e1;
	display: flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.8rem;
}

.access-points svg,
.access-points i {
	color: var(--izi-orange-light);
	width: 18px;
}

.login-card {
	background: #222;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
	padding: 1.5rem;
	position: relative;
	width: 100%;
}

.login-heading {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
}

.company-logo {
	height: auto;
	max-width: 132px;
	width: 100%;
}

.login-heading h3 {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0;
}

.login-heading p {
	color: #9d9d9d;
	font-size: 0.8rem;
	margin: 0.1rem 0 0;
}

.login-success-message {
	background: rgba(32, 145, 92, 0.14);
	border-color: rgba(81, 205, 139, 0.35);
	color: #b9efd2;
	font-size: 0.84rem;
}

.form-label {
	color: #d8d8d8;
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 0.42rem;
}

.login-input-group {
	align-items: center;
	background: #171717;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 7px;
	display: flex;
	min-height: 48px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.login-input-group:focus-within {
	border-color: var(--izi-orange);
	box-shadow: 0 0 0 3px rgba(245, 130, 22, 0.14);
}

.login-input-group > svg,
.login-input-group > i {
	color: #858585;
	flex: 0 0 auto;
	margin-left: 0.9rem;
	width: 16px;
}

.form-control {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 0.92rem;
	min-height: 46px;
	padding: 0.65rem 0.85rem;
}

.form-control:focus {
	background: transparent;
	box-shadow: none;
	color: #fff;
}

.form-control::placeholder {
	color: #707070;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid {
	background-image: none;
	padding-right: 0.85rem;
}

.was-validated .login-input-group:has(.form-control:invalid) {
	border-color: #dc3545;
}

.was-validated .login-input-group:has(.form-control:invalid) + .invalid-feedback {
	display: block;
}

.login-btn {
	align-items: center;
	background: #f68a25;
	border: 1px solid #ffa34e;
	border-radius: 7px;
	box-shadow: 0 8px 20px rgba(245, 130, 22, 0.22);
	color: #fff;
	display: flex;
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	text-shadow: 0 1px 2px rgba(83, 34, 0, 0.5);
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.login-btn:hover,
.login-btn:focus-visible {
	background: #ff9a3d;
	color: #fff;
	transform: translateY(-1px);
}

.recaptcha-feedback {
	color: #f0a0a8;
	font-size: 0.8rem;
	text-align: center;
}

.login-version {
	color: #777;
	font-size: 0.68rem;
	margin-top: 1.1rem;
	text-align: center;
}

.platform-section,
.workflow-section {
	background: #f3f3f3;
	color: #161616;
}

.section-heading {
	margin-bottom: 2.4rem;
	max-width: 760px;
}

.section-heading h2 {
	color: #141414;
	margin: 0.5rem 0 0.9rem;
}

.section-heading p {
	color: #5f5f5f;
	font-size: 1.02rem;
}

.platform-pillars {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-pillars article {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	min-height: 260px;
	padding: 1.35rem;
	position: relative;
}

.platform-pillars article > svg,
.platform-pillars article > i {
	color: var(--izi-orange);
	font-size: 1.65rem;
	margin: 2rem 0 1rem;
}

.pillar-number {
	color: #b7b7b7;
	font-size: 0.75rem;
	font-weight: 900;
	position: absolute;
	right: 1.25rem;
	top: 1.1rem;
}

.platform-pillars h3 {
	font-size: 1.2rem;
	font-weight: 900;
}

.platform-pillars p {
	color: #686868;
	font-size: 0.9rem;
	margin: 0.55rem 0 0;
}

.features-section {
	background: #101010;
}

.section-heading-light h2 {
	color: #fff;
}

.section-heading-light p {
	color: #aaa;
}

.feature-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	min-height: 225px;
	padding: 1.25rem;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.feature-card:hover {
	border-color: rgba(255, 158, 66, 0.48);
	transform: translateY(-2px);
}

.feature-card-highlight {
	border-top: 3px solid var(--izi-orange);
}

.feature-card > svg,
.feature-card > i {
	color: var(--izi-orange-light);
	font-size: 1.45rem;
	margin-bottom: 1.6rem;
}

.feature-card:nth-child(3n) > svg,
.feature-card:nth-child(3n) > i {
	color: #79d7a5;
}

.feature-card h3 {
	color: #fff;
	font-size: 1.02rem;
	font-weight: 900;
}

.feature-card p {
	color: #9f9f9f;
	font-size: 0.84rem;
	margin: 0.55rem 0 0;
}

.technology-section {
	background: #e9e9e9;
	color: #151515;
}

.technology-layout {
	align-items: center;
	display: grid;
	gap: 5rem;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.technology-layout h2 {
	margin: 0.5rem 0 1rem;
}

.technology-layout > div:first-child p {
	color: #5f5f5f;
	margin-bottom: 0.85rem;
}

.technology-list {
	display: grid;
	gap: 0.7rem;
}

.technology-list > div {
	align-items: center;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	display: grid;
	gap: 1rem;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 1rem;
}

.technology-icon {
	align-items: center;
	border-radius: 6px;
	display: flex;
	font-size: 1.25rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.technology-icon.azure {
	background: rgba(0, 120, 212, 0.12);
	color: #006fbd;
}

.technology-icon.cloud {
	background: rgba(245, 130, 22, 0.14);
	color: #d76d0a;
}

.technology-icon.security {
	background: rgba(30, 150, 94, 0.13);
	color: #137a49;
}

.technology-list h3 {
	font-size: 0.98rem;
	font-weight: 900;
	margin: 0;
}

.technology-list p {
	color: #676767;
	font-size: 0.82rem;
	margin: 0.2rem 0 0;
}

.workflow-list {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.workflow-list li {
	border-top: 2px solid #d2d2d2;
	padding: 1.3rem 1.2rem 0 0;
	position: relative;
}

.workflow-list li::before {
	background: var(--izi-orange);
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: -9px;
	width: 16px;
}

.workflow-list li > span {
	color: var(--izi-orange);
	display: block;
	font-size: 0.75rem;
	font-weight: 900;
	margin-bottom: 0.55rem;
}

.workflow-list strong {
	color: #151515;
	font-size: 1rem;
}

.workflow-list p {
	color: #686868;
	font-size: 0.82rem;
	margin: 0.25rem 0 0;
}

.faq-section {
	background: #151515;
}

.faq-layout {
	display: grid;
	gap: 5rem;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.faq-layout h2 {
	color: #fff;
	margin: 0.5rem 0 0.8rem;
}

.faq-layout > div:first-child p {
	color: #999;
}

.faq-list {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.faq-list details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	padding: 1rem 0;
}

.faq-list summary {
	color: #fff;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 800;
	list-style-position: inside;
}

.faq-list details[open] summary {
	color: var(--izi-orange-light);
}

.faq-list p {
	color: #a8a8a8;
	font-size: 0.86rem;
	margin: 0.75rem 0 0 1.2rem;
}

.landing-cta {
	background: #242424;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 3px solid var(--izi-orange);
	padding: 3.2rem 0;
}

.landing-cta .landing-shell {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.landing-cta h2 {
	color: #fff;
	font-size: 1.85rem;
	margin: 0.45rem 0 0;
}

.landing-footer {
	background: #0c0c0c;
	padding: 1.6rem 0;
}

.landing-footer .landing-shell {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr auto;
}

.landing-footer img {
	height: auto;
	width: 145px;
}

.landing-footer p,
.landing-footer span {
	color: #777;
	font-size: 0.75rem;
	margin: 0;
}

.landing-footer span {
	text-align: right;
}

.landing-whatsapp-link {
	align-items: center;
	background: rgba(37, 211, 102, 0.1);
	border: 1px solid rgba(37, 211, 102, 0.34);
	border-radius: 999px;
	color: #72e69d;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 750;
	gap: 0.45rem;
	justify-self: center;
	padding: 0.48rem 0.8rem;
	text-decoration: none;
}

.landing-whatsapp-link:hover,
.landing-whatsapp-link:focus-visible {
	background: rgba(37, 211, 102, 0.17);
	border-color: rgba(37, 211, 102, 0.58);
	color: #9af0b9;
}

.landing-whatsapp-link svg,
.landing-whatsapp-link i {
	font-size: 1rem;
}

.landing-whatsapp-link span {
	color: inherit;
	font-size: inherit;
	text-align: left;
}

.hidden {
	display: none;
}

@media (max-width: 1100px) {
	.feature-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.access-layout,
	.technology-layout,
	.faq-layout {
		gap: 3rem;
	}
}

@media (max-width: 991.98px) {
	.landing-nav-links {
		display: none;
	}

	.landing-hero {
		height: 760px;
		min-height: 0;
	}

	.landing-hero-image {
		object-position: 62% center;
	}

	.landing-hero-shade {
		background: rgba(0, 0, 0, 0.6);
	}

	.landing-hero h1 {
		font-size: 4rem;
	}

	.signal-grid,
	.feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.access-layout,
	.technology-layout,
	.faq-layout {
		grid-template-columns: 1fr;
	}

	.access-copy {
		max-width: 680px;
	}

	.login-card {
		max-width: 560px;
	}

	.workflow-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 2rem;
	}
}

@media (max-width: 767.98px) {
	.landing-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.landing-nav {
		height: 66px;
	}

	.landing-brand img {
		max-width: 140px;
	}

	.landing-nav-access {
		font-size: 0.78rem;
		min-height: 38px;
		padding: 0.45rem 0.75rem;
	}

	.landing-hero {
		height: min(700px, 88svh);
		min-height: 560px;
	}

	.landing-hero-content {
		justify-content: flex-end;
		padding-bottom: 3rem;
		padding-top: 66px;
	}

	.landing-hero h1 {
		font-size: 3.2rem;
	}

	.hero-statement {
		font-size: 1.05rem;
	}

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

	.hero-assurances {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.55rem;
	}

	.signal-grid {
		grid-template-columns: 1fr 1fr;
	}

	.signal-grid > div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.landing-section {
		padding: 4.25rem 0;
	}

	.access-copy h2,
	.section-heading h2,
	.technology-layout h2,
	.faq-layout h2 {
		font-size: 2rem;
	}

	.platform-pillars,
	.feature-grid,
	.workflow-list {
		grid-template-columns: 1fr;
	}

	.platform-pillars article,
	.feature-card {
		min-height: 0;
	}

	.workflow-list {
		gap: 1.6rem;
	}

	.landing-cta .landing-shell {
		align-items: stretch;
		flex-direction: column;
	}

	.landing-footer .landing-shell {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.landing-footer img {
		margin: 0 auto;
	}

	.landing-footer span {
		text-align: center;
	}

	.landing-whatsapp-link {
		justify-self: center;
	}
}

@media (max-width: 420px) {
	.landing-nav-access svg,
	.landing-nav-access i {
		display: none;
	}

	.landing-hero h1 {
		font-size: 2.75rem;
	}

	.signal-grid {
		grid-template-columns: 1fr;
	}

	.signal-grid > div {
		border-left: 1px solid rgba(255, 255, 255, 0.08);
	}

	.login-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
	}
}
/* Landing page header: use the company mark directly through CSS, without JavaScript. */
.landing-header {
	overflow: visible;
	position: relative !important;
}

.landing-header *:has(img[src*="logo.png"]) {
	position: static !important;
}

.landing-header img[src*="logo.png"] {
	bottom: -60px !important;
	content: url("../images/logo.png");
	display: block;
	height: 120px !important;
	left: auto;
	margin: 0;
	max-height: 120px !important;
	max-width: 160px;
	object-fit: contain;
	position: absolute !important;
	top: auto !important;
	transform: none !important;
	width: auto;
	z-index: 5;
}

@media (max-width: 576px) {
	.landing-header img[src*="logo.png"] {
		bottom: -23px !important;
		height: 46px !important;
		max-height: 46px !important;
		max-width: 132px;
	}
}