/* Wise Hero Widget — v2.0.0 (centred editorial)
   Scoped to .wise-hero-widget. Brand values exposed as CSS custom properties. */

.wise-hero-widget {
	--wh-bg: #0D05EC;
	--wh-accent: #F2A2D6;
	--wh-cta-bg: #F2A2D6;
	--wh-cta-text: #14051f;
	--wh-heading: #ffffff;
	--wh-sub: rgba(255, 255, 255, 0.82);
	--wh-marquee-speed: 40s;
	font-family: 'Montserrat', sans-serif;
}

.wise-hero-widget *,
.wise-hero-widget *::before,
.wise-hero-widget *::after {
	box-sizing: border-box;
}

.wise-hero-widget img {
	max-width: 100%;
}

/* ---------- SECTION ---------- */

.wise-hero {
	position: relative;
	overflow: hidden;
	background: var(--wh-bg);
}

.wise-hero__lines {
	position: absolute;
	inset: 0;
	pointer-events: none;
	display: none;
}

.wise-hero__lines i {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.06);
}

.wise-hero__lines i:nth-child(1) { left: 25%; }
.wise-hero__lines i:nth-child(2) { left: 75%; }

.wise-hero__vign {
	position: absolute;
	inset: 0;
	background: radial-gradient(1100px 560px at 50% -14%, rgba(255, 255, 255, 0.08), transparent 62%);
	pointer-events: none;
}

.wise-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	padding: 64px 24px 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* ---------- CONTENT ---------- */

.wise-hero-widget .wise-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.66);
	margin-bottom: 26px;
}

.wise-hero__eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--wh-accent);
	flex: none;
}

.wise-hero-widget .wise-hero__h1 {
	font-family: inherit;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	color: var(--wh-heading);
	letter-spacing: -0.02em;
	margin: 0 auto 20px;
	max-width: 14em;
}

.wise-hero-widget .wise-hero__h1 .wise-hero__dot {
	color: var(--wh-accent);
}

.wise-hero-widget .wise-hero__sub {
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--wh-sub);
	font-weight: 400;
	max-width: 36em;
	margin: 0 auto 30px;
}

.wise-hero-widget .wise-hero__sub strong {
	color: #fff;
	font-weight: 600;
}

.wise-hero__services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	margin-bottom: 34px;
	width: 100%;
	max-width: 680px;
	list-style: none;
	padding-left: 0;
}

.wise-hero-widget .wise-hero__service {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

.wise-hero__service em {
	font-style: normal;
	color: rgba(255, 255, 255, 0.38);
	margin-right: 8px;
	font-weight: 500;
}

.wise-hero__ctas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.wise-hero-widget a.wise-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	background: var(--wh-cta-bg);
	color: var(--wh-cta-text);
	padding: 18px 30px;
	border-radius: 10px;
	transition: transform 0.16s, box-shadow 0.16s;
}

.wise-hero-widget a.wise-hero__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(242, 162, 214, 0.32);
	color: var(--wh-cta-text);
}

.wise-hero__btn svg {
	transition: transform 0.16s;
}

.wise-hero__btn:hover svg {
	transform: translate(2px, -2px);
}

.wise-hero-widget a.wise-hero__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14.5px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 4px;
	transition: border-color 0.16s;
}

.wise-hero-widget a.wise-hero__link:hover {
	border-color: #fff;
	color: #fff;
}

.wise-hero-widget .wise-hero__proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 22px;
	font-size: 12.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

.wise-hero-widget .wise-hero__proof b {
	color: #fff;
	font-weight: 600;
}

.wise-hero__proof .wise-hero__stars {
	display: inline-flex;
	gap: 2px;
	margin-right: 7px;
	vertical-align: -2px;
}

.wise-hero__proof .wise-hero__sep {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	flex: none;
}

/* ---------- LOGO STRIP ---------- */

.wise-strip {
	background: #fff;
	border-bottom: 1px solid #ececf1;
	content-visibility: auto;
	contain-intrinsic-size: auto 100px;
}

.wise-strip__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
}

.wise-strip__label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6a6f68;
	flex: none;
}

.wise-strip__marquee {
	flex: 1;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.wise-strip__track {
	display: flex;
	align-items: center;
	gap: 44px;
	width: max-content;
	animation: wise-scroll var(--wh-marquee-speed) linear infinite;
}

.wise-strip__track img {
	height: 28px;
	width: auto;
	flex: none;
}

.wise-strip--gray .wise-strip__track img {
	filter: grayscale(1);
	opacity: 0.55;
	transition: filter 0.25s, opacity 0.25s;
}

.wise-strip--gray .wise-strip__track img:hover {
	filter: grayscale(0);
	opacity: 1;
}

@keyframes wise-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.wise-strip__track {
		animation: none;
	}
}

/* ---------- DESKTOP (1025px+) ---------- */

@media (min-width: 1025px) {

	.wise-hero__lines {
		display: block;
	}

	.wise-hero__inner {
		padding: 110px 40px 84px;
	}

	.wise-hero__h1 {
		font-size: 66px;
		line-height: 1.06;
		margin-bottom: 26px;
	}

	.wise-hero__sub {
		font-size: 17.5px;
		margin-bottom: 38px;
	}

	.wise-hero__services {
		margin-bottom: 42px;
		gap: 12px 32px;
	}

	.wise-hero__ctas {
		margin-bottom: 44px;
	}

	.wise-strip__inner {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 36px;
		padding: 22px 40px;
	}

	.wise-strip__track {
		gap: 56px;
	}

	.wise-strip__track img {
		height: 34px;
	}
}
