:root {
	--g8-navy: #102a43;
	--g8-navy-dark: #071e34;
	--g8-blue: #1f5ea8;
	--g8-orange: #e87924;
	--g8-orange-dark: #c85f13;
	--g8-text: #25364a;
	--g8-muted: #66788a;
	--g8-light: #f4f7fb;
	--g8-white: #ffffff;
	--g8-border: #dce5ee;
	--g8-shadow: 0 20px 60px rgba(10, 36, 62, 0.1);
}

/* Visora/PXL fallback: generated Elementor CSS can survive an import briefly. */
html:root {
	--primary-color: #e87924 !important;
	--primary-color-rgb: 232, 121, 36 !important;
	--secondary-color: #e87924 !important;
	--secondary-color-rgb: 232, 121, 36 !important;
	--third-color: #e87924 !important;
	--gradient-color-from: #e87924 !important;
	--gradient-color-to: #e87924 !important;
	--link-color-hover: #e87924 !important;
	--link-color-active: #e87924 !important;
}

body .pxl-heading .pxl-title--highlight,
body .pxl-nav-menu .pxl-menu-primary > li:hover > a,
body .pxl-nav-menu .pxl-menu-primary > li.current-menu-item > a,
body .pxl-nav-menu .pxl-menu-primary > li.current_page_item > a,
body .pxl-breadcrumb a:hover {
	color: var(--g8-orange) !important;
}

body .pxl-button .btn,
body .pxl-pricing--button .btn,
body .pxl-post--readmore .btn,
body .pxl-anchor-button .pxl-icon-line::before,
body .pxl-anchor-button .pxl-icon-line::after {
	border-color: var(--g8-orange) !important;
	background-color: var(--g8-orange) !important;
}

body {
	color: var(--g8-text);
}

.gateway8-site,
.gateway8-form-wrap {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

.gateway8-site .elementor-container {
	max-width: 1240px;
}

.g8-home-hero {
	position: relative;
	overflow: hidden;
}

.g8-home-hero::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 56%;
	background: linear-gradient(90deg, rgba(4, 20, 38, 0.98) 0%, rgba(7, 30, 52, 0.9) 60%, rgba(7, 30, 52, 0) 100%);
	pointer-events: none;
}

.g8-home-hero .elementor-container,
.g8-page-hero .elementor-container {
	position: relative;
	z-index: 2;
}

.g8-home-title .elementor-heading-title,
.g8-page-title .elementor-heading-title {
	font-size: clamp(2.65rem, 5.3vw, 5rem);
	font-weight: 750;
	line-height: 1.02;
	letter-spacing: -0.045em;
	max-width: 820px;
}

.g8-page-title .elementor-heading-title {
	font-size: clamp(2.45rem, 4.4vw, 4.25rem);
}

.g8-kicker .elementor-heading-title,
.g8-kicker {
	color: var(--g8-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.g8-light,
.g8-light .elementor-heading-title,
.g8-light .elementor-widget-container,
.g8-light p,
.g8-light a {
	color: var(--g8-white);
}

.g8-home-intro,
.g8-hero-intro {
	font-size: 1.15rem;
	line-height: 1.75;
	max-width: 720px;
	margin-top: 20px;
}

.g8-section-title .elementor-heading-title,
.g8-section-title {
	color: var(--g8-navy);
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.g8-section-title.g8-light .elementor-heading-title,
.g8-light.g8-section-title .elementor-heading-title {
	color: var(--g8-white);
}

.g8-center,
.g8-center .elementor-heading-title,
.g8-center .elementor-widget-container,
.g8-center .elementor-button-wrapper {
	text-align: center;
}

.g8-section-intro {
	max-width: 820px;
	margin: 0 auto 30px;
	color: var(--g8-muted);
	font-size: 1.08rem;
	line-height: 1.75;
}

.g8-richtext,
.g8-richtext .elementor-widget-container {
	font-size: 1.06rem;
	line-height: 1.8;
	color: var(--g8-text);
}

.g8-richtext p + p {
	margin-top: 1.15em;
}

.g8-richtext h2,
.g8-richtext h3 {
	color: var(--g8-navy);
	margin: 1.5em 0 0.45em;
}

.g8-richtext a,
.g8-source a {
	color: var(--g8-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.g8-source {
	margin-top: 26px;
	padding: 18px 20px;
	border-left: 4px solid var(--g8-orange);
	background: var(--g8-light);
	font-size: 0.93rem;
}

.gateway8-button,
.gateway8-site .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 25px;
	border: 2px solid var(--g8-orange);
	border-radius: 7px;
	background: var(--g8-orange);
	color: var(--g8-white) !important;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gateway8-button:hover,
.gateway8-site .elementor-button:hover {
	background: var(--g8-orange-dark);
	border-color: var(--g8-orange-dark);
	box-shadow: 0 10px 28px rgba(232, 121, 36, 0.25);
	transform: translateY(-2px);
}

.g8-button-primary .elementor-button {
	background: var(--g8-navy);
	border-color: var(--g8-navy);
}

.g8-button-primary .elementor-button:hover {
	background: var(--g8-navy-dark);
	border-color: var(--g8-navy-dark);
}

.g8-button-orange .elementor-button {
	background: var(--g8-orange);
	border-color: var(--g8-orange);
}

.g8-button-outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
}

.g8-button-outline:hover {
	background: var(--g8-white);
	border-color: var(--g8-white);
	color: var(--g8-navy) !important;
}

.g8-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.g8-trust-strip {
	background: var(--g8-white);
	box-shadow: 0 18px 55px rgba(7, 30, 52, 0.12);
}

.g8-trust-strip .elementor-column + .elementor-column {
	border-left: 1px solid var(--g8-border);
}

.g8-trust-strip .elementor-widget-wrap {
	padding: 10px 28px;
}

.g8-trust-title .elementor-heading-title {
	color: var(--g8-navy);
	font-size: 1rem;
	font-weight: 800;
}

.g8-trust-strip p {
	margin: 0;
	color: var(--g8-muted);
	font-size: 0.9rem;
}

.g8-feature-image img {
	width: 100%;
	min-height: 560px;
	object-fit: cover;
	border-radius: 16px 80px 16px 16px;
	box-shadow: var(--g8-shadow);
}

.g8-feature-image--landscape img {
	min-height: 420px;
	border-radius: 16px;
}

.g8-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 36px;
}

.g8-card-grid--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.g8-founder-quote {
	max-width: 900px;
	margin: 30px auto;
	padding: 46px;
	border: 1px solid rgba(16, 42, 67, 0.12);
	border-left: 6px solid var(--g8-orange);
	border-radius: 12px;
	background: var(--g8-white);
	box-shadow: var(--g8-shadow);
}

.g8-founder-quote blockquote {
	margin: 0 0 24px;
	color: var(--g8-navy);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	font-weight: 750;
	line-height: 1.35;
}

.g8-founder-quote p {
	margin: 0;
	color: var(--g8-muted);
	line-height: 1.6;
}

.g8-partner-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 28px 32px;
	border: 1px solid var(--g8-border);
	border-radius: 12px;
	background: var(--g8-light);
}

.g8-partner-note p {
	margin: 0;
	line-height: 1.7;
}

.g8-partner-note .gateway8-button {
	flex: 0 0 auto;
}

.g8-card {
	position: relative;
	min-height: 260px;
	padding: 34px 30px 30px;
	overflow: hidden;
	border: 1px solid var(--g8-border);
	border-radius: 14px;
	background: var(--g8-white);
	box-shadow: 0 12px 36px rgba(16, 42, 67, 0.06);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.g8-card:hover {
	border-color: rgba(232, 121, 36, 0.55);
	box-shadow: var(--g8-shadow);
	transform: translateY(-6px);
}

.g8-card-mark {
	display: block;
	width: 42px;
	height: 8px;
	margin-bottom: 28px;
	border-radius: 99px;
	background: var(--g8-orange);
}

.g8-card h3 {
	margin: 0 0 12px;
	color: var(--g8-navy);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.25;
}

.g8-card p {
	margin: 0 0 23px;
	color: var(--g8-muted);
	font-size: 0.96rem;
	line-height: 1.65;
}

.g8-card a {
	color: var(--g8-navy);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.g8-card a:hover {
	color: var(--g8-orange);
}

.g8-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 38px 0;
}

.g8-step {
	position: relative;
	padding: 30px;
	border: 1px solid var(--g8-border);
	border-radius: 12px;
	background: var(--g8-white);
}

.g8-step > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--g8-orange);
	color: var(--g8-white);
	font-weight: 850;
}

.g8-step h3 {
	margin: 0 0 9px;
	color: var(--g8-navy);
	font-size: 1.12rem;
	font-weight: 800;
}

.g8-step p {
	margin: 0;
	color: var(--g8-muted);
	line-height: 1.6;
}

.g8-steps--dark .g8-step {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
}

.g8-steps--dark .g8-step h3,
.g8-steps--dark .g8-step p {
	color: var(--g8-white);
}

.g8-steps--dark .g8-step p {
	opacity: 0.75;
}

.g8-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 38px;
}

.g8-price {
	padding: 38px 32px;
	border: 1px solid var(--g8-border);
	border-radius: 16px;
	background: var(--g8-white);
	box-shadow: 0 12px 36px rgba(16, 42, 67, 0.06);
}

.g8-price--featured {
	border: 2px solid var(--g8-orange);
	box-shadow: var(--g8-shadow);
	transform: translateY(-10px);
}

.g8-price h3 {
	margin: 0 0 16px;
	color: var(--g8-navy);
	font-size: 1.25rem;
	font-weight: 800;
}

.g8-price-value {
	min-height: 72px;
	margin-bottom: 24px;
	color: var(--g8-orange);
	font-size: 1.65rem;
	font-weight: 850;
	line-height: 1.2;
}

.g8-price ul {
	min-height: 160px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.g8-price li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 24px;
	color: var(--g8-muted);
}

.g8-price li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--g8-orange);
	font-weight: 800;
}

.g8-faq-section .elementor-accordion,
.g8-content-section .elementor-accordion {
	max-width: 920px;
	margin: 38px auto 34px;
}

.gateway8-site .elementor-accordion .elementor-accordion-item {
	margin-bottom: 12px;
	border: 1px solid var(--g8-border);
	border-radius: 10px;
	overflow: hidden;
}

.gateway8-site .elementor-accordion .elementor-tab-title {
	padding: 21px 22px;
	background: var(--g8-white);
	color: var(--g8-navy);
	font-size: 1rem;
	font-weight: 800;
}

.gateway8-site .elementor-accordion .elementor-tab-content {
	padding: 0 22px 22px;
	border: 0;
	color: var(--g8-muted);
	line-height: 1.7;
}

.g8-cta-section {
	position: relative;
	overflow: hidden;
}

.g8-cta-section::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -90px;
	width: 330px;
	height: 330px;
	border: 50px solid rgba(232, 121, 36, 0.18);
	border-radius: 50%;
}

.g8-cta-title .elementor-heading-title {
	font-size: clamp(2rem, 3.8vw, 3.6rem);
	font-weight: 750;
	letter-spacing: -0.035em;
}

.g8-cta-text {
	max-width: 750px;
	margin: 0 auto 22px;
	font-size: 1.05rem;
	line-height: 1.75;
}

.g8-cta-section .elementor-button-wrapper {
	text-align: center;
}

.gateway8-form-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 42px;
	border: 1px solid var(--g8-border);
	border-radius: 16px;
	background: var(--g8-white);
	box-shadow: var(--g8-shadow);
}

.gateway8-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.gateway8-form label {
	display: block;
	color: var(--g8-navy);
	font-size: 0.92rem;
	font-weight: 750;
}

.gateway8-form label > span {
	display: block;
	margin-bottom: 8px;
}

.gateway8-form input:not([type="checkbox"]),
.gateway8-form select,
.gateway8-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cdd9e4;
	border-radius: 7px;
	background: #fbfcfe;
	color: var(--g8-text);
	font: inherit;
	font-weight: 500;
}

.gateway8-form textarea {
	min-height: 150px;
	resize: vertical;
}

.gateway8-form input:focus,
.gateway8-form select:focus,
.gateway8-form textarea:focus {
	border-color: var(--g8-blue);
	box-shadow: 0 0 0 3px rgba(31, 94, 168, 0.12);
	outline: 0;
}

.gateway8-form-full,
.gateway8-consent {
	margin-top: 22px;
}

.gateway8-consent {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500 !important;
	line-height: 1.55;
}

.gateway8-consent input {
	margin-top: 4px;
}

.gateway8-consent span {
	margin: 0 !important;
}

.gateway8-form button {
	margin-top: 24px;
	cursor: pointer;
}

.gateway8-form-note {
	margin: 18px 0 0;
	color: var(--g8-muted);
	font-size: 0.86rem;
	line-height: 1.55;
}

.gateway8-form-message {
	margin-bottom: 24px;
	padding: 15px 18px;
	border-radius: 7px;
}

.gateway8-form-message--success {
	border: 1px solid #9cd5b2;
	background: #e9f8ef;
	color: #1c6135;
}

.gateway8-form-message--error {
	border: 1px solid #f0c7a7;
	background: #fff5ed;
	color: #8c4718;
}

.gateway8-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
}

.gateway8-button--whatsapp {
	background: #168b54;
	border-color: #168b54;
}

.gateway8-button--whatsapp:hover {
	background: #0d7242;
	border-color: #0d7242;
}

@media (max-width: 1024px) {
	.g8-home-hero::after {
		width: 72%;
	}

	.g8-card-grid,
	.g8-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.g8-trust-strip .elementor-widget-wrap {
		padding: 10px 16px;
	}
}

@media (max-width: 767px) {
	.g8-partner-note {
		align-items: flex-start;
		flex-direction: column;
	}

	.g8-home-hero {
		background-position: 66% center !important;
	}

	.g8-home-hero::after {
		width: 100%;
		background: linear-gradient(90deg, rgba(4, 20, 38, 0.97), rgba(7, 30, 52, 0.8));
	}

	.g8-home-title .elementor-heading-title,
	.g8-page-title .elementor-heading-title {
		font-size: 2.45rem;
	}

	.g8-card-grid,
	.g8-steps,
	.g8-pricing-grid,
	.gateway8-form-grid {
		grid-template-columns: 1fr;
	}

	.g8-price--featured {
		transform: none;
	}

	.g8-trust-strip .elementor-column + .elementor-column {
		border-top: 1px solid var(--g8-border);
		border-left: 0;
	}

	.g8-feature-image img,
	.g8-feature-image--landscape img {
		min-height: 360px;
		border-radius: 12px;
	}

	.gateway8-form-wrap {
		padding: 24px 18px;
	}

	.g8-button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.g8-button-row .gateway8-button {
		width: 100%;
	}
}
