@charset "UTF-8";

:root {
	--jada-navy: #0d1f3d;
	--jada-gold: #b8965a;
	--jada-gold-deep: #a86d00;
	--jada-ivory: #fffdfa;
}

.jada-global-footer-host {
	background: var(--jada-ivory);
	color: var(--jada-navy);
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

.jada-global-footer-host a {
	color: inherit;
	text-decoration: none;
}

.jada-footer {
	overflow: hidden;
	background:
		radial-gradient(circle at 48% 34%, rgba(184, 150, 90, 0.055), transparent 27rem),
		var(--jada-ivory);
}

.jada-footer__symbols {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.jada-connect {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
	padding: 40px 0 22px;
}

.jada-connect__intro {
	width: min(100%, 900px);
	margin-inline: auto;
	text-align: center;
}

.jada-connect__title,
.jada-connect-card h3,
.jada-footer__logo {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.jada-connect__title {
	margin: 0;
	font-size: clamp(54px, 6.25vw, 82px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.jada-connect__lead {
	margin: 24px 0 36px;
	font-size: clamp(16px, 1.55vw, 21px);
	line-height: 1.5;
}

.jada-connect__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: min(100%, 430px);
	min-height: 84px;
	padding: 18px 32px;
	border: 1px solid #ba7d0f;
	border-radius: 11px;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 33%, rgba(255, 255, 255, 0.08) 68%, transparent),
		#cf962b;
	box-shadow: inset 0 0 24px rgba(139, 83, 0, 0.08);
	color: #fff !important;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.09em;
	transition: filter 180ms ease, transform 180ms ease;
}

.jada-connect__cta:hover,
.jada-connect__cta:focus-visible {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.jada-connect__cta svg {
	width: 40px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.jada-connect__audience {
	margin: 27px 0 37px;
	font-size: clamp(15px, 1.3vw, 18px);
	line-height: 1.6;
}

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

.jada-connect-card {
	min-width: 0;

	position: relative;
	display: flex;
	min-height: 224px;
	flex-direction: column;
	align-items: center;
	padding: 20px 14px 26px;
	border: 1px solid rgba(184, 150, 90, 0.72);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
}

/***
.jada-connect-card > a {
	position: relative;
	display: flex;
	min-height: 224px;
	flex-direction: column;
	align-items: center;
	padding: 20px 14px 26px;
	border: 1px solid rgba(184, 150, 90, 0.72);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
***/

.jada-connect-card > a:hover,
.jada-connect-card > a:focus-visible {
	border-color: var(--jada-gold-deep);
	box-shadow: 0 10px 28px rgba(13, 31, 61, 0.08);
	transform: translateY(-3px);
}

.jada-connect-card__icon {
	width: 51px;
	height: 51px;
	fill: none;
	stroke: var(--jada-gold-deep);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.jada-connect-card h3 {
	margin: 12px 0 8px;
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.24;
	white-space: nowrap;
}

.jada-connect-card__rule {
	display: block;
	width: 31px;
	height: 2px;
	margin-bottom: 11px;
	background: var(--jada-gold-deep);
}

.jada-connect-card p {
	margin: 0;
	font-size: clamp(12px, 1.04vw, 15px);
	line-height: 1.55;
}

.jada-footer__inner {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
}

.jada-footer__divider {
	display: grid;
	grid-template-columns: 1fr 54px 1fr;
	align-items: center;
	gap: 20px;
	margin: 0 0 18px;
}

.jada-footer__divider span {
	height: 1px;
	background: var(--jada-gold);
}

.jada-footer__divider span:first-child::after,
.jada-footer__divider span:last-child::before {
	float: right;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-radius: 50%;
	background: var(--jada-gold);
	content: "";
}

.jada-footer__divider span:last-child::before {
	float: left;
}

.jada-footer__divider svg {
	width: 54px;
	height: 54px;
	fill: none;
	stroke: var(--jada-gold-deep);
	stroke-width: 1.25;
}

.jada-footer__main {
	display: grid;
	grid-template-columns: 300px 310px 1fr;
	align-items: center;
	min-height: 116px;
}

.jada-footer__brand,
.jada-footer__statement {
	min-height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jada-footer__brand {
	padding: 0 27px 0 24px;
	border-right: 1px solid rgba(184, 150, 90, 0.55);
}

.jada-footer__logo {
	margin: 0 0 7px;
	font-size: 33px;
	font-variant: small-caps;
	letter-spacing: 0.01em;
	line-height: 1;
}

.jada-footer__tagline {
	margin: 0;
	color: #9d6200;
	font-size: 13px;
	white-space: nowrap;
}

.jada-footer__statement {
	margin: 0;
	padding: 0 30px;
	border-right: 1px solid rgba(184, 150, 90, 0.55);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.75;
}

.jada-footer__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 26px;
	padding-left: 23px;
}

.jada-footer__nav {
/*	display: flex;		*/
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 1vw, 43px);

    display: grid;
    grid-template-columns: 180px 180px 1fr;
}

.jada-footer__nav a {
	position: relative;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 12px 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	white-space: nowrap;
}

.jada-footer__nav a::after {
	position: absolute;
	right: 26%;
	bottom: 5px;
	left: 26%;
	height: 1px;
	background: var(--jada-gold-deep);
	content: "";
	transition: inset 180ms ease;
}

.jada-footer__nav a:hover::after,
.jada-footer__nav a:focus-visible::after {
	right: 0;
	left: 0;
}

.jada-footer__socials {
	display: flex;
	gap: 8px;
}

.jada-footer__socials > a,
.jada-footer__social {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid var(--jada-gold);
	border-radius: 50%;
	color: #a86d00;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.jada-footer__socials svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.jada-footer__socials > .jada-footer__language-switch {
	width: auto;
	min-width: 92px;
	height: 44px;
	grid-auto-flow: column;
	gap: 8px;
	padding-inline: 14px;
	border-radius: 999px;
	font-size: 14px;
}

.jada-footer__language-switch:focus-visible {
	outline: 2px solid var(--jada-gold-deep);
	outline-offset: 3px;
}

.jada-footer__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px;
	min-height: 76px;
	margin-top: 7px;
	border-top: 1px solid rgba(184, 150, 90, 0.4);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
}

.jada-footer__legal p {
	margin: 0;
}

.jada-footer__legal nav {
	display: flex;
}

.jada-footer__legal a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.jada-footer__legal nav::before,
.jada-footer__legal a + a::before {
	display: inline-block;
	width: 1px;
	height: 18px;
	margin: 12px 26px;
	background: rgba(184, 150, 90, 0.7);
	vertical-align: middle;
	content: "";
}

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

	.jada-footer__main {
		grid-template-columns: 1fr 1fr;
	}

	.jada-footer__statement {
		border-right: 0;
	}

	.jada-footer__links {
		grid-column: 1 / -1;
		justify-content: center;
		padding: 17px 0 8px;
	}
}

@media (max-width: 767px) {
	.jada-connect,
	.jada-footer__inner {
		width: min(100% - 32px, 560px);
	}

	.jada-connect {
		padding-top: 28px;
	}

	.jada-connect__title {
		font-size: clamp(42px, 13vw, 60px);
	}

	.jada-connect__lead {
		margin: 18px 0 26px;
	}

	.jada-connect__cta {
		min-height: 70px;
		gap: 20px;
		font-size: 21px;
	}

	.jada-connect__cta svg {
		width: 32px;
	}

	.jada-connect__audience {
		margin: 22px auto 28px;
	}

	.jada-connect__cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.jada-connect-card > a {
		min-height: 212px;
	}

	.jada-connect-card h3 {
		font-size: 21px;
	}

	.jada-connect-card p {
		font-size: 14px;
	}

	.jada-footer__divider {
		grid-template-columns: 1fr 46px 1fr;
		gap: 12px;
		margin-top: 10px;
	}

	.jada-footer__divider svg {
		width: 46px;
		height: 46px;
	}

	.jada-footer__main {
		display: block;
		text-align: center;
	}

	.jada-footer__brand,
	.jada-footer__statement {
		min-height: 0;
		border-right: 0;
	}

	.jada-footer__brand {
		padding: 13px 0 22px;
	}

	.jada-footer__statement {
		padding: 0 0 24px;
	}

	.jada-footer__links {
		display: block;
		padding: 12px 0 20px;
		border-top: 1px solid rgba(184, 150, 90, 0.4);
	}

	.jada-footer__nav {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2px 24px;
	}

	.jada-footer__socials {
		justify-content: center;
		margin-top: 19px;
	}

	.jada-footer__legal {
		flex-direction: column;
		gap: 10px;
		padding: 19px 0 22px;
		font-size: 12px;
	}

	.jada-footer__legal nav::before {
		display: none;
	}

	.jada-footer__legal a + a::before {
		margin: 0 17px;
	}
}

@media (max-width: 380px) {
	.jada-connect__cta {
		padding-inline: 19px;
		font-size: 18px;
	}

	.jada-connect-card h3 {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jada-connect__cta,
	.jada-connect-card > a,
	.jada-footer__nav a::after {
		transition: none;
	}
}
