.eq-brand-logo {
	display: block;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
}

.eq-brand-logo svg {
	display: block;
	width: 100%;
	height: 100%;
}

.eq-brand-footer .eq-brand-logo {
	width: 48px;
	height: 48px;
}

@media (min-width: 783px) {
	.eq-inquiry-grid {
		align-items: start;
		min-height: 820px;
	}

	.eq-inquiry-card {
		position: sticky;
		top: 104px;
	}

	.admin-bar .eq-inquiry-card {
		top: 136px;
	}
}

:root {
	--eq-navy: #071a2f;
	--eq-navy-2: #0d2947;
	--eq-ink: #10243d;
	--eq-body: #435268;
	--eq-paper: #f7f5f0;
	--eq-white: #ffffff;
	--eq-line: #d9e0e7;
	--eq-orange: #ff7a1a;
	--eq-orange-dark: #c84b00;
	--eq-shadow: 0 20px 54px rgba(7, 26, 47, 0.12);
	--eq-shell: 1240px;
	--eq-radius: 18px;
}

html {
	scroll-behavior: smooth;
}

body.equicky-site {
	margin: 0;
	background: var(--eq-white);
	color: var(--eq-body);
	font-family: "Source Sans 3", "Segoe UI Variable", "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.equicky-site * {
	box-sizing: border-box;
}

body.equicky-site img {
	display: block;
	max-width: 100%;
}

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

body.equicky-site button,
body.equicky-site summary,
body.equicky-site a {
	-webkit-tap-highlight-color: transparent;
}

body.equicky-site :focus-visible {
	outline: 3px solid var(--eq-orange);
	outline-offset: 4px;
}

.eq-shell {
	width: min(calc(100% - 48px), var(--eq-shell));
	margin-inline: auto;
}

.eq-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	transform: translateY(-160%);
	background: var(--eq-white);
	color: var(--eq-navy);
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 700;
}

.eq-skip-link:focus {
	transform: translateY(0);
}

.eq-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(7, 26, 47, 0.96);
	color: var(--eq-white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
}

.admin-bar .eq-header {
	top: 32px;
}

.eq-header-inner {
	min-height: 78px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 38px;
}

.eq-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--eq-white);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.eq-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	background: var(--eq-orange);
	color: var(--eq-navy);
	border-radius: 10px 3px 10px 3px;
	font-style: italic;
	line-height: 1;
}

.eq-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.2vw, 34px);
	font-size: 15px;
	font-weight: 600;
}

.eq-desktop-nav a {
	color: #e8eef5;
	transition: color 180ms ease;
}

.eq-desktop-nav a:hover {
	color: var(--eq-orange);
}

.eq-mobile-nav {
	display: none;
	position: relative;
}

.eq-mobile-nav summary {
	cursor: pointer;
	color: var(--eq-white);
	font-weight: 700;
	list-style: none;
}

.eq-mobile-nav summary::-webkit-details-marker {
	display: none;
}

.eq-mobile-nav > div {
	position: absolute;
	top: 45px;
	right: 0;
	width: min(280px, calc(100vw - 32px));
	padding: 14px;
	background: var(--eq-navy);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	box-shadow: var(--eq-shadow);
}

.eq-mobile-nav a {
	display: block;
	padding: 11px 10px;
	color: var(--eq-white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid var(--eq-orange);
	border-radius: 9px;
	background: var(--eq-orange);
	color: var(--eq-navy);
	font-weight: 800;
	line-height: 1.1;
	box-shadow: 0 12px 30px rgba(255, 122, 26, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.eq-button:hover {
	transform: translateY(-2px);
	background: #ff8b38;
	box-shadow: 0 16px 34px rgba(255, 122, 26, 0.32);
}

.eq-button-small {
	min-height: 44px;
	padding: 10px 19px;
	font-size: 15px;
}

.eq-button-outline {
	background: rgba(7, 26, 47, 0.32);
	color: var(--eq-white);
	border-color: rgba(255, 255, 255, 0.56);
	box-shadow: none;
}

.eq-button-outline:hover {
	background: rgba(255, 255, 255, 0.12);
}

.eq-hero {
	position: relative;
	min-height: 760px;
	overflow: hidden;
	background: var(--eq-navy);
	color: var(--eq-white);
}

.eq-hero-media,
.eq-hero-shade {
	position: absolute;
	inset: 0;
}

.eq-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
}

.eq-hero-shade {
	background:
		linear-gradient(90deg, rgba(7, 26, 47, 0.96) 0%, rgba(7, 26, 47, 0.86) 38%, rgba(7, 26, 47, 0.25) 72%, rgba(7, 26, 47, 0.2) 100%),
		linear-gradient(180deg, rgba(7, 26, 47, 0.08) 48%, rgba(7, 26, 47, 0.94) 100%);
}

.eq-hero-grid {
	position: relative;
	z-index: 2;
	min-height: 670px;
	display: grid;
	grid-template-columns: minmax(0, 0.93fr) minmax(440px, 0.8fr);
	align-items: center;
	gap: 50px;
	padding-block: 82px 115px;
}

.eq-eyebrow {
	margin: 0 0 12px;
	color: var(--eq-orange-dark);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.eq-hero .eq-eyebrow {
	color: #ffb37c;
}

.eq-hero h1,
.eq-section h2,
.eq-final-cta h2,
.eq-footer h2 {
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	color: var(--eq-navy);
	font-weight: 700;
	letter-spacing: -0.018em;
}

.eq-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--eq-white);
	font-size: clamp(60px, 6.4vw, 96px);
	line-height: 0.92;
	text-wrap: balance;
}

.eq-hero-lead {
	max-width: 650px;
	margin: 27px 0 0;
	color: #e8eef5;
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.52;
}

.eq-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.eq-route-board {
	position: relative;
	width: 100%;
	aspect-ratio: 13 / 8;
	align-self: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 26px;
	background: rgba(7, 26, 47, 0.5);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(6px);
}

.eq-route-board:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000, transparent);
}

.eq-route-board svg,
.eq-world-panel svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.eq-route-board path,
.eq-world-panel path {
	fill: none;
	stroke: var(--eq-orange);
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-dasharray: 7 8;
	filter: drop-shadow(0 0 5px rgba(255, 122, 26, 0.52));
}

.eq-route-board circle,
.eq-world-panel circle {
	fill: var(--eq-orange);
	stroke: var(--eq-white);
	stroke-width: 2;
}

.eq-route-board .eq-origin-dot,
.eq-world-panel .eq-origin-dot {
	fill: var(--eq-white);
	stroke: var(--eq-orange);
	stroke-width: 5;
}

.eq-route-origin,
.eq-world-origin {
	position: absolute;
	z-index: 2;
	padding: 5px 9px;
	border-radius: 7px;
	background: var(--eq-orange);
	color: var(--eq-navy);
	font-size: 13px;
	font-weight: 800;
}

.eq-route-origin {
	left: 67%;
	top: 50%;
	transform: translate(8px, -30px);
}

.eq-route-label {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	font-weight: 700;
	color: var(--eq-white);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.eq-route-europe { left: 6%; top: 13%; }
.eq-route-north-america { right: 1%; top: 24%; }
.eq-route-southeast-asia { right: 1%; bottom: 9%; }
.eq-route-africa { left: 29%; bottom: 13%; }
.eq-route-middle-east { left: 46%; top: 41%; }

.eq-mode-bar {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(7, 26, 47, 0.88);
	overflow: hidden;
}

.eq-mode-bar span {
	padding: 15px 17px;
	color: #f4f7fb;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.eq-mode-bar span:last-child {
	border-right: 0;
}

.eq-trust {
	background: var(--eq-navy);
	color: var(--eq-white);
	padding: 28px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.eq-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.eq-trust-item {
	display: grid;
	grid-template-columns: 45px 1fr;
	gap: 15px;
	align-items: center;
	padding: 6px 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.eq-trust-item:first-child {
	padding-left: 0;
}

.eq-trust-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.eq-trust-item svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: var(--eq-orange);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.eq-trust-item strong,
.eq-trust-item span {
	display: block;
}

.eq-trust-item strong {
	color: var(--eq-white);
	font-size: 16px;
}

.eq-trust-item span {
	margin-top: 3px;
	color: #b9c6d5;
	font-size: 13px;
	line-height: 1.35;
}

.eq-section {
	padding: 105px 0;
}

.eq-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 42px;
}

.eq-section-heading h2,
.eq-routes-copy h2,
.eq-reasons h2,
.eq-faq h2 {
	margin: 0;
	font-size: clamp(43px, 5vw, 64px);
	line-height: 0.98;
}

.eq-section-heading > p,
.eq-routes-copy > p,
.eq-faq-grid > div > p:last-child {
	max-width: 540px;
	margin: 0;
	color: var(--eq-body);
	font-size: 18px;
}

.eq-services {
	background: var(--eq-paper);
}

.eq-service-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.eq-service-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: var(--eq-white);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(7, 26, 47, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.eq-service-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--eq-shadow);
}

.eq-service-image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #dce3e9;
}

.eq-service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.eq-service-card:hover .eq-service-image img {
	transform: scale(1.035);
}

.eq-service-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px 20px 21px;
}

.eq-service-body h3 {
	margin: 0;
	color: var(--eq-navy);
	font-size: 22px;
	line-height: 1.12;
}

.eq-service-body p {
	margin: 12px 0 18px;
	font-size: 15px;
	line-height: 1.55;
}

.eq-service-body a {
	margin-top: auto;
	color: var(--eq-orange-dark);
	font-size: 14px;
	font-weight: 800;
}

.eq-routes {
	background: var(--eq-navy);
	color: var(--eq-white);
}

.eq-routes-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
	gap: 70px;
	align-items: center;
}

.eq-routes .eq-eyebrow {
	color: #ffb37c;
}

.eq-routes-copy h2 {
	color: var(--eq-white);
}

.eq-routes-copy > p {
	margin-top: 22px;
	color: #c8d3df;
}

.eq-market-list {
	display: grid;
	gap: 0;
	margin: 33px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.eq-market-list li {
	display: grid;
	grid-template-columns: 135px 1fr;
	gap: 18px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.eq-market-list strong {
	color: var(--eq-white);
}

.eq-market-list span {
	color: #b9c6d5;
	font-size: 15px;
}

.eq-world-panel {
	position: relative;
	min-height: 500px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background: linear-gradient(145deg, #0d2947, #071a2f);
	overflow: hidden;
}

.eq-world-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: radial-gradient(circle at 58% 45%, #000 20%, transparent 76%);
}

.eq-world-origin {
	left: 73%;
	top: 40%;
	transform: translate(8px, -34px);
}

.eq-world-note {
	position: absolute;
	left: 26px;
	bottom: 26px;
	width: min(330px, calc(100% - 52px));
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.eq-world-note strong,
.eq-world-note span {
	display: block;
}

.eq-world-note strong {
	color: var(--eq-white);
	font-size: 20px;
}

.eq-world-note span {
	margin-top: 5px;
	color: #c8d3df;
	font-size: 15px;
}

.eq-process {
	background: var(--eq-white);
}

.eq-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: eq-process;
}

.eq-process-grid li {
	position: relative;
	text-align: center;
}

.eq-process-grid li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 93px;
	left: calc(50% + 82px);
	width: calc(100% - 124px);
	height: 1px;
	background: var(--eq-line);
}

.eq-process-image {
	width: 184px;
	height: 184px;
	margin: 0 auto 22px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid var(--eq-paper);
	box-shadow: 0 0 0 1px var(--eq-line);
}

.eq-process-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eq-process-grid li > span {
	position: absolute;
	top: 145px;
	left: calc(50% - 78px);
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--eq-orange);
	color: var(--eq-navy);
	font-weight: 900;
	border: 4px solid var(--eq-white);
}

.eq-process-grid h3 {
	margin: 0;
	color: var(--eq-navy);
	font-size: 24px;
}

.eq-process-grid p {
	max-width: 245px;
	margin: 8px auto 0;
	font-size: 15px;
	line-height: 1.5;
}

.eq-reasons {
	background: var(--eq-paper);
}

.eq-reasons-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
	gap: 70px;
	align-items: center;
}

.eq-reason-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 38px;
}

.eq-reason-list > div {
	padding: 22px 0 0;
	border-top: 2px solid var(--eq-line);
}

.eq-reason-list strong,
.eq-reason-list span {
	display: block;
}

.eq-reason-list strong {
	color: var(--eq-navy);
	font-size: 19px;
}

.eq-reason-list span {
	margin-top: 7px;
	font-size: 15px;
}

.eq-commitment {
	padding: 38px;
	background: var(--eq-white);
	border: 1px solid var(--eq-line);
	border-radius: 24px;
	box-shadow: var(--eq-shadow);
}

.eq-commitment h3 {
	margin: 0;
	color: var(--eq-navy);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 39px;
	line-height: 1;
}

.eq-commitment > p:not(.eq-eyebrow) {
	margin: 18px 0 0;
}

.eq-commitment ul {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	color: var(--eq-navy);
	font-weight: 700;
}

.eq-commitment li:before {
	content: "✓";
	margin-right: 10px;
	color: var(--eq-orange-dark);
}

.eq-faq {
	background: var(--eq-white);
}

.eq-faq-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
	gap: 75px;
	align-items: start;
}

.eq-faq-grid > div > p:last-child {
	margin-top: 20px;
}

.eq-faq-list {
	display: grid;
	gap: 12px;
}

.eq-faq-list details {
	border: 1px solid var(--eq-line);
	border-radius: 13px;
	background: var(--eq-white);
	overflow: hidden;
}

.eq-faq-list summary {
	position: relative;
	padding: 19px 52px 19px 20px;
	cursor: pointer;
	color: var(--eq-navy);
	font-weight: 800;
	list-style: none;
}

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

.eq-faq-list summary:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: var(--eq-orange-dark);
	font-size: 24px;
}

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

.eq-faq-list details p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 15px;
}

.eq-final-cta {
	background: var(--eq-navy);
	padding: 0;
}

.eq-final-cta-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	min-height: 430px;
	width: min(100%, 1440px);
}

.eq-cta-image {
	position: relative;
	overflow: hidden;
}

.eq-cta-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 26, 47, 0) 50%, var(--eq-navy) 100%);
}

.eq-cta-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eq-cta-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px;
	color: #cbd6e2;
}

.eq-cta-copy .eq-eyebrow {
	color: #ffb37c;
}

.eq-final-cta h2 {
	margin: 0;
	color: var(--eq-white);
	font-size: clamp(48px, 5vw, 70px);
	line-height: 0.95;
}

.eq-cta-copy p:not(.eq-eyebrow) {
	max-width: 560px;
	margin: 20px 0 28px;
	font-size: 18px;
}

.eq-footer {
	padding: 72px 0 20px;
	background: #041120;
	color: #c5d0dc;
}

.eq-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 0.85fr 1fr;
	gap: 55px;
}

.eq-brand-footer {
	margin-bottom: 16px;
}

.eq-footer-grid > div:first-child p {
	max-width: 330px;
	margin: 0;
	font-size: 15px;
}

.eq-footer h2 {
	margin: 0 0 14px;
	color: var(--eq-white);
	font-family: "Source Sans 3", "Segoe UI Variable", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.eq-footer-grid > div:not(:first-child) a,
.eq-footer-grid > div:not(:first-child) span {
	display: block;
	margin-top: 8px;
	color: #c5d0dc;
	font-size: 15px;
}

.eq-footer-grid a:hover {
	color: var(--eq-orange);
}

.eq-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 52px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

.eq-photo-credits {
	text-align: right;
}

.eq-photo-credits summary {
	cursor: pointer;
}

.eq-photo-credits p {
	max-width: 560px;
	margin: 8px 0 0;
	color: #9cacbd;
}

.eq-inquiry {
	background: linear-gradient(135deg, #f5f8fb 0%, #eef3f7 100%);
}

.eq-inquiry-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: 72px;
	align-items: center;
}

.eq-inquiry-copy h2 {
	margin: 0;
	font-size: clamp(46px, 5vw, 68px);
	line-height: 0.98;
}

.eq-inquiry-copy > p:not(.eq-eyebrow) {
	max-width: 560px;
	margin: 24px 0 0;
	color: var(--eq-body);
	font-size: 18px;
}

.eq-inquiry-copy ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	color: var(--eq-navy);
	font-weight: 700;
}

.eq-inquiry-copy li:before {
	content: "✓";
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-right: 11px;
	border-radius: 50%;
	background: rgba(255, 122, 26, 0.14);
	color: var(--eq-orange-dark);
}

.eq-inquiry-card {
	padding: 42px;
	border: 1px solid var(--eq-line);
	border-radius: 24px;
	background: var(--eq-white);
	box-shadow: var(--eq-shadow);
}

.eq-inquiry-form {
	display: grid;
	gap: 18px;
}

.eq-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.eq-inquiry-form label,
.eq-inquiry-form label > span {
	display: block;
}

.eq-inquiry-form label > span {
	margin-bottom: 8px;
	color: var(--eq-navy);
	font-size: 15px;
	font-weight: 800;
}

.eq-inquiry-form b {
	color: var(--eq-orange-dark);
}

.eq-inquiry-form input,
.eq-inquiry-form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #cbd5df;
	border-radius: 10px;
	background: #fbfcfd;
	color: var(--eq-navy);
	font: inherit;
	font-size: 16px;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.eq-inquiry-form input {
	min-height: 52px;
	padding: 0 15px;
}

.eq-inquiry-form textarea {
	min-height: 145px;
	padding: 13px 15px;
	resize: vertical;
}

.eq-inquiry-form input:focus,
.eq-inquiry-form textarea:focus {
	outline: none;
	border-color: var(--eq-orange);
	background: var(--eq-white);
	box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.16);
}

.eq-inquiry-form .eq-button {
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border: 0;
	cursor: pointer;
}

.eq-form-privacy {
	margin: -3px 0 0;
	color: var(--eq-body);
	font-size: 13px;
	text-align: center;
}

.eq-form-notice {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 10px;
	font-weight: 700;
}

.eq-form-success {
	border: 1px solid #8fd0a2;
	background: #edf9f0;
	color: #176b32;
}

.eq-form-error {
	border: 1px solid #e2a3a3;
	background: #fff1f1;
	color: #952525;
}

.eq-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 782px) {
	.eq-inquiry-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.eq-inquiry-card {
		padding: 28px;
	}
}

@media (max-width: 560px) {
	.eq-field-grid {
		grid-template-columns: 1fr;
	}

	.eq-inquiry-card {
		padding: 22px;
		border-radius: 18px;
	}
}

@media (max-width: 1100px) {
	.eq-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.eq-desktop-nav {
		display: none;
	}

	.eq-mobile-nav {
		display: block;
		justify-self: end;
	}

	.eq-header .eq-button-small {
		display: none;
	}

	.eq-hero-grid {
		grid-template-columns: 1fr 0.8fr;
	}

	.eq-route-board {
		opacity: 0.84;
	}

	.eq-service-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.eq-service-card:nth-child(4),
	.eq-service-card:nth-child(5) {
		grid-column: span 1;
	}

	.eq-trust-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px 0;
	}

	.eq-trust-item:nth-child(2) {
		border-right: 0;
	}

	.eq-routes-grid,
	.eq-reasons-grid {
		grid-template-columns: 1fr;
	}

	.eq-world-panel {
		min-height: 440px;
	}

	.eq-process-grid {
		grid-template-columns: 1fr 1fr;
		gap: 54px 30px;
	}

	.eq-process-grid li:not(:last-child):after {
		display: none;
	}

	.eq-final-cta-grid {
		grid-template-columns: 1fr 1fr;
	}

	.eq-footer-grid {
		grid-template-columns: 1.2fr 0.8fr 0.8fr;
	}

	.eq-footer-grid > div:last-child {
		grid-column: 2 / 4;
	}
}

@media (max-width: 782px) {
	.admin-bar .eq-header {
		top: 46px;
	}

	.eq-shell {
		width: min(calc(100% - 32px), var(--eq-shell));
	}

	.eq-header-inner {
		min-height: 68px;
		gap: 18px;
	}

	.eq-brand {
		font-size: 25px;
	}

	.eq-brand-mark {
		width: 32px;
		height: 32px;
	}

	.eq-hero {
		min-height: 720px;
	}

	.eq-hero-grid {
		min-height: 620px;
		grid-template-columns: 1fr;
		align-items: end;
		padding-block: 80px 130px;
	}

	.eq-hero-shade {
		background:
			linear-gradient(90deg, rgba(7, 26, 47, 0.9), rgba(7, 26, 47, 0.28)),
			linear-gradient(180deg, rgba(7, 26, 47, 0.18) 25%, rgba(7, 26, 47, 0.98) 84%);
	}

	.eq-hero-copy {
		max-width: 680px;
	}

	.eq-route-board {
		display: none;
	}

	.eq-mode-bar {
		width: calc(100% - 32px);
		grid-template-columns: repeat(2, 1fr);
		bottom: 20px;
	}

	.eq-mode-bar span {
		padding: 9px;
		font-size: 12px;
	}

	.eq-mode-bar span:nth-child(2n) {
		border-right: 0;
	}

	.eq-mode-bar span:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}

	.eq-trust-grid {
		grid-template-columns: 1fr;
	}

	.eq-trust-item,
	.eq-trust-item:first-child,
	.eq-trust-item:last-child {
		padding: 8px 0;
		border-right: 0;
	}

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

	.eq-section-heading {
		display: block;
	}

	.eq-section-heading > p {
		margin-top: 18px;
	}

	.eq-service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.eq-market-list li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.eq-world-panel {
		min-height: 360px;
	}

	.eq-process-grid,
	.eq-reason-list {
		grid-template-columns: 1fr 1fr;
	}

	.eq-faq-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.eq-final-cta-grid {
		grid-template-columns: 1fr;
	}

	.eq-cta-image {
		min-height: 320px;
	}

	.eq-cta-image:after {
		background: linear-gradient(180deg, rgba(7, 26, 47, 0) 55%, var(--eq-navy) 100%);
	}

	.eq-cta-copy {
		padding: 0 24px 62px;
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.eq-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.eq-footer-grid > div:last-child {
		grid-column: auto;
	}

	.eq-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.eq-photo-credits {
		text-align: left;
	}
}

@media (max-width: 560px) {
	body.equicky-site {
		font-size: 16px;
	}

	.eq-hero {
		min-height: 690px;
	}

	.eq-hero-image {
		object-position: 58% center;
	}

	.eq-hero h1 {
		font-size: 56px;
	}

	.eq-hero-lead {
		font-size: 18px;
	}

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

	.eq-actions .eq-button {
		width: 100%;
	}

	.eq-section-heading h2,
	.eq-routes-copy h2,
	.eq-reasons h2,
	.eq-faq h2 {
		font-size: 46px;
	}

	.eq-service-grid {
		grid-template-columns: 1fr;
	}

	.eq-service-image {
		aspect-ratio: 16 / 9;
	}

	.eq-process-grid,
	.eq-reason-list,
	.eq-footer-grid {
		grid-template-columns: 1fr;
	}

	.eq-process-grid {
		gap: 46px;
	}

	.eq-world-panel {
		min-height: 330px;
	}

	.eq-world-note {
		left: 16px;
		bottom: 16px;
		width: calc(100% - 32px);
	}

	.eq-commitment {
		padding: 28px;
	}

	.eq-cta-copy {
		padding-inline: 16px;
	}

	.eq-final-cta h2 {
		font-size: 52px;
	}
}

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

	.eq-button,
	.eq-service-card,
	.eq-service-image img {
		transition: none;
	}
}


.eq-nav-services {
	position: relative;
	display: flex;
	align-self: stretch;
	align-items: center;
}

.eq-nav-services-trigger {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

.eq-nav-services-trigger span {
	font-size: 14px;
	transition: transform 180ms ease;
}

.eq-nav-services-menu {
	position: absolute;
	z-index: 100;
	top: calc(100% - 4px);
	left: 50%;
	min-width: 210px;
	padding: 10px;
	border: 1px solid rgba(9, 39, 68, .12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 46px rgba(4, 24, 43, .2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.eq-nav-services:hover .eq-nav-services-menu,
.eq-nav-services:focus-within .eq-nav-services-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.eq-nav-services:hover .eq-nav-services-trigger span,
.eq-nav-services:focus-within .eq-nav-services-trigger span {
	transform: rotate(180deg);
}

.eq-desktop-nav .eq-nav-services-menu a {
	display: block;
	padding: 11px 13px;
	border-radius: 8px;
	color: #102d49;
	white-space: nowrap;
}

.eq-desktop-nav .eq-nav-services-menu a:hover,
.eq-desktop-nav .eq-nav-services-menu a.is-current {
	background: #edf4f8;
	color: #e85f00;
}

.eq-desktop-nav a.is-current {
	color: var(--eq-orange);
}

.eq-mobile-nav .eq-mobile-submenu-link {
	padding-left: 28px;
	color: #9fd2f0;
	font-size: 14px;
}

.eq-mobile-nav .eq-mobile-submenu-link.is-current {
	color: var(--eq-orange);
}


.eq-whatsapp-link {
	display: inline-flex !important;
	gap: 8px;
	align-items: center;
	color: #25d366 !important;
	font-weight: 700;
	text-decoration: none;
}

.eq-whatsapp-link:hover {
	color: #62e58e !important;
}

.eq-whatsapp-icon {
	display: inline-flex;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
}

.eq-whatsapp-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.eq-contact-phone {
	font-weight: 700;
}


.eq-email-link {
	display: inline-flex !important;
	gap: 8px;
	align-items: center;
	text-decoration: none;
}

.eq-email-icon {
	display: inline-flex;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.eq-email-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}


.eq-contact-phone {
	display: inline-flex !important;
	gap: 8px;
	align-items: center;
	font-weight: 700;
	text-decoration: none;
}

.eq-phone-icon {
	display: inline-flex;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.eq-phone-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}


.eq-wechat-contact {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #16844f;
	font-weight: 700;
}

.eq-wechat-icon {
	display: inline-flex;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
}

.eq-wechat-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}


body.equicky-services-page .services-contact-card,
body.equicky-air-page .air-contact-card {
	gap: 5px;
	padding: 28px 30px;
	border: 1px solid rgba(255, 122, 26, .28);
	border-left: 5px solid #ff7a1a;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #fff7f0 100%);
	box-shadow: 0 18px 42px rgba(8, 38, 66, .11);
}

body.equicky-services-page .services-contact-card > span:first-child,
body.equicky-air-page .air-contact-card > span:first-child {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(8, 38, 66, .12);
	color: #bd4a00;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.equicky-services-page .services-contact-card > a,
body.equicky-services-page .services-contact-card > .eq-wechat-contact,
body.equicky-air-page .air-contact-card > a,
body.equicky-air-page .air-contact-card > .eq-wechat-contact {
	min-height: 38px;
	padding: 7px 9px;
	border-radius: 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

body.equicky-services-page .services-contact-card > a,
body.equicky-air-page .air-contact-card > a {
	color: #123e65;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.equicky-services-page .services-contact-card > a:hover,
body.equicky-air-page .air-contact-card > a:hover {
	background: rgba(80, 165, 216, .12);
	color: #071a2f;
	transform: translateX(3px);
}

body.equicky-services-page .services-contact-card .eq-phone-icon,
body.equicky-air-page .air-contact-card .eq-phone-icon {
	color: #ff7a1a;
}

body.equicky-services-page .services-contact-card .eq-whatsapp-link,
body.equicky-air-page .air-contact-card .eq-whatsapp-link {
	color: #138c50 !important;
}

body.equicky-services-page .services-contact-card .eq-email-link,
body.equicky-air-page .air-contact-card .eq-email-link {
	color: #146b9f;
}

body.equicky-services-page .services-contact-card .eq-wechat-contact,
body.equicky-air-page .air-contact-card .eq-wechat-contact {
	color: #12804c;
}

body.equicky-services-page .services-contact-card .eq-phone-icon,
body.equicky-services-page .services-contact-card .eq-whatsapp-icon,
body.equicky-services-page .services-contact-card .eq-email-icon,
body.equicky-services-page .services-contact-card .eq-wechat-icon,
body.equicky-air-page .air-contact-card .eq-phone-icon,
body.equicky-air-page .air-contact-card .eq-whatsapp-icon,
body.equicky-air-page .air-contact-card .eq-email-icon,
body.equicky-air-page .air-contact-card .eq-wechat-icon {
	flex-basis: 21px;
	width: 21px;
	height: 21px;
}

@media (max-width: 560px) {
	body.equicky-services-page .services-contact-card,
	body.equicky-air-page .air-contact-card {
		padding: 23px 20px;
	}

	body.equicky-services-page .services-contact-card > a,
	body.equicky-services-page .services-contact-card > .eq-wechat-contact,
	body.equicky-air-page .air-contact-card > a,
	body.equicky-air-page .air-contact-card > .eq-wechat-contact {
		font-size: 16px;
	}
}
