/**
 * New Home page — Key Property layout adapted for World IT Center.
 * Scoped under .witc-nh / body.witc-new-home
 */

body.witc-new-home {
	--nh-navy: var(--witc-navy, #003366);
	--nh-navy-deep: var(--witc-navy-deep, #001f3d);
	--nh-navy-mid: var(--witc-navy-mid, #0a4a7a);
	--nh-beam: var(--witc-beam, #00b4d8);
	--nh-ink: var(--witc-ink, #0f2438);
	--nh-muted: var(--witc-ink-muted, #4a6074);
	--nh-surface: var(--witc-surface, #f5f8fb);
	--nh-surface-2: var(--witc-surface-2, #eef3f8);
	--nh-white: #fff;
	--nh-accent: #e8a317;
	--nh-section-y: var(--witc-section-y, clamp(2.5rem, 4vw, 3.5rem));
	--nh-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.witc-new-home .witc-nh > .section,
body.witc-new-home .witc-nh > section {
	padding-top: var(--nh-section-y);
	padding-bottom: var(--nh-section-y);
}

body.witc-new-home .section-head {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto var(--witc-space-8, 2rem);
}

body.witc-new-home .section-eyebrow {
	margin: 0 0 0.5rem;
	color: var(--nh-beam);
	font-size: var(--witc-fs-xs, 0.8125rem);
	font-weight: var(--witc-fw-bold, 700);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.witc-new-home .section-title {
	margin: 0 0 0.75rem;
	font-family: var(--witc-font-display);
	font-size: clamp(1.55rem, 2.6vw, 2.1rem);
	line-height: 1.15;
	color: var(--nh-navy);
}

body.witc-new-home .section-lead {
	margin: 0;
	color: var(--nh-muted);
	font-size: var(--witc-fs-base, 1.0625rem);
	line-height: 1.65;
}

/* Hero */
.witc-nh-hero {
	position: relative;
	padding: 0.5rem 0 var(--nh-section-y);
	overflow-x: clip;
	background:
		radial-gradient(1200px 700px at 10% -10%, #d9e9f8 0%, transparent 50%),
		radial-gradient(900px 600px at 100% 20%, #c5daf0 0%, transparent 45%),
		linear-gradient(180deg, #f4f8fc 0%, #e8eef5 100%);
}

.witc-nh-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: center;
}

.witc-nh-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 51, 102, 0.1);
	color: var(--nh-navy);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.witc-nh-hero__pill-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1fa971;
	box-shadow: 0 0 0 4px rgba(31, 169, 113, 0.18);
}

.witc-nh-hero__eyebrow {
	margin: 0.65rem 0 0.4rem;
	color: var(--nh-muted);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.82rem;
}

.witc-nh-hero__title {
	margin: 0 0 0.7rem;
	font-family: var(--witc-font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
	color: var(--nh-ink);
	letter-spacing: -0.03em;
	font-weight: 800;
}

.witc-nh-hero__gloss {
	background: linear-gradient(120deg, var(--nh-navy) 10%, var(--nh-beam) 45%, var(--nh-navy) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	background-size: 200% 100%;
	animation: witc-nh-gloss 6s ease-in-out infinite;
}

@keyframes witc-nh-gloss {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

.witc-nh-hero__lead {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--nh-muted);
}

.witc-nh-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.1rem;
}

.witc-nh-hero__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 1.25rem;
	border-radius: 10px;
	border: 0;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform 0.25s var(--nh-ease), box-shadow 0.25s var(--nh-ease);
}

.witc-nh-hero__btn:hover,
.witc-nh-hero__btn:focus-visible {
	transform: translateY(-2px);
}

.witc-nh-hero__btn--gloss {
	color: #fff;
	background: linear-gradient(180deg, var(--nh-navy-mid) 0%, var(--nh-navy) 45%, var(--nh-navy-deep) 100%);
	box-shadow: 0 12px 28px rgba(0, 51, 102, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.witc-nh-hero__shine {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.45) 48%, transparent 62%);
	transform: translateX(-120%);
	animation: witc-nh-sheen 3.2s ease-in-out infinite;
}

@keyframes witc-nh-sheen {
	0%, 55% { transform: translateX(-120%); }
	75%, 100% { transform: translateX(120%); }
}

.witc-nh-hero__btn--glass {
	color: var(--nh-navy);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 10px 30px rgba(0, 51, 102, 0.08);
	backdrop-filter: blur(12px);
}

.witc-nh-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 1rem 0 0;
	list-style: none;
	border-top: 1px solid rgba(0, 53, 99, 0.1);
}

.witc-nh-hero__stats li {
	padding: 0;
}

.witc-nh-hero__stats strong,
.witc-nh-hero__stats strong span {
	display: block;
	font-size: clamp(1.75rem, 2.4vw, 2.15rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--nh-navy);
	text-transform: none;
	margin-top: 0;
}

.witc-nh-hero__stats li > span:last-child {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.76rem;
	color: var(--nh-muted);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.witc-nh-hero__stage {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin-inline: auto;
	overflow: hidden;
	border-radius: var(--witc-radius-xl, 1.25rem);
}

.witc-nh-hero__panel {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.95;
	min-height: 0;
	max-height: 480px;
	border-radius: 1.25rem;
	overflow: hidden;
	background: linear-gradient(160deg, #fff 0%, var(--nh-surface-2) 100%);
	box-shadow: 0 24px 50px rgba(0, 31, 61, 0.12);
}

.witc-nh-hero__scene {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 2%;
	display: block;
	z-index: 1;
}

.witc-nh-hero__marquee {
	position: absolute;
	z-index: 3;
	top: 3%;
	bottom: 10%;
	left: 2.5%;
	width: 156px;
	max-width: 42%;
	overflow: hidden;
	contain: paint;
	mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
	pointer-events: none;
}

.witc-nh-hero__marquee-track {
	display: flex;
	flex-direction: column;
	width: 100%;
	animation: witc-nh-hero-marquee 22s linear infinite;
	will-change: transform;
}

.witc-nh-hero__marquee-group {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 0.35rem 0;
	flex-shrink: 0;
}

.witc-nh-hero__float {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.4rem 0.45rem 0.45rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.98);
	box-shadow: 0 10px 22px rgba(0, 53, 99, 0.14);
	backdrop-filter: blur(12px);
	text-align: center;
	min-width: 0;
}

.witc-nh-hero__float img {
	width: 100%;
	height: 52px;
	object-fit: contain;
	border-radius: 8px;
	display: block;
	background: #f4f7fb;
	padding: 0.2rem;
}

.witc-nh-hero__float--logo img {
	object-fit: contain;
	padding: 0.2rem;
}

.witc-nh-hero__float figcaption {
	margin-top: 0.28rem;
	font-size: 0.62rem;
	font-weight: 700;
	color: var(--nh-navy);
	padding: 0 0.08rem 0.02rem;
	line-height: 1.2;
	text-align: center;
}

.witc-nh-hero__badge {
	position: absolute;
	z-index: 4;
	left: auto;
	right: 0.9rem;
	bottom: 1rem;
	transform: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	max-width: calc(100% - 1.5rem);
	white-space: nowrap;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: var(--nh-navy);
	color: #fff;
	font-weight: 700;
	font-size: 0.82rem;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 31, 61, 0.25);
}

.witc-nh-hero__badge-blip {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1fa971;
	animation: witc-nh-pulse 1.8s ease infinite;
}

@keyframes witc-nh-hero-marquee {
	from { transform: translateY(0); }
	to { transform: translateY(-50%); }
}

@keyframes witc-nh-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes witc-nh-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

/* Reach */
.witc-nh-reach {
	background: var(--nh-surface);
}

.witc-nh-reach__panel {
	display: grid;
	gap: 1.25rem;
	align-items: stretch;
}

@media (min-width: 900px) {
	.witc-nh-reach__panel {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
	}
}

.witc-nh-reach__media {
	border-radius: 16px;
	overflow: hidden;
	background: #d9e1ea;
	min-height: 0;
	height: 100%;
	max-height: 280px;
}

@media (min-width: 900px) {
	.witc-nh-reach__media {
		max-height: none;
	}
}

.witc-nh-reach__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 280px;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	box-shadow: none;
}

@media (min-width: 900px) {
	.witc-nh-reach__img {
		max-height: none;
		position: absolute;
		inset: 0;
	}

	.witc-nh-reach__media {
		position: relative;
	}
}

.witc-nh-reach__aside {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.15rem 1.25rem 1.25rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #d5dde6;
	box-shadow: 0 10px 28px rgba(18, 52, 90, 0.06);
	height: 100%;
	min-height: 0;
}

.witc-nh-reach__aside-eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--nh-muted);
}

.witc-nh-reach__aside-title {
	margin: 0;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.25;
	color: var(--nh-navy);
}

.witc-nh-reach__aside-lead {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--nh-muted);
}

.witc-nh-reach__flags {
	display: grid;
	gap: 0.55rem;
	margin: 0.15rem 0 0.25rem;
	padding: 0;
	list-style: none;
}

.witc-nh-reach__flags li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.65rem 0.8rem;
	border-radius: 12px;
	background: #f3f6f9;
	border: 1px solid #e4ebf2;
	font-weight: 600;
	color: var(--nh-navy);
}

.witc-nh-reach__flag {
	width: 1.75rem;
	height: auto;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.witc-nh-reach__flag-label {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--nh-navy);
}

.witc-nh-reach__flag-text {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--nh-muted);
}

.witc-nh-reach__aside .witc-btn {
	align-self: flex-start;
	width: fit-content;
	margin-top: auto;
	min-height: 42px;
	padding: 0 1.15rem;
	font-size: 0.88rem;
}

/* Certs marquee */
.witc-nh-certs {
	background: var(--nh-surface-2);
}

.witc-nh-certs__marquee {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.witc-nh-certs__track {
	display: flex;
	width: max-content;
	animation: witc-nh-marquee 36s linear infinite;
}

.witc-nh-certs__group {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	padding-right: 1.5rem;
}

.witc-nh-certs__item {
	margin: 0;
	padding: 1rem 1.25rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 31, 61, 0.06);
}

.witc-nh-certs__logo {
	max-height: 3.5rem;
	width: auto;
	max-width: 10rem;
	object-fit: contain;
}

/* Services — Key Property dark cards with photo + copy */
.witc-nh-services {
	background: #f3f6f9;
}

.witc-nh-services__grid {
	display: grid;
	gap: 1.5rem;
}

.witc-nh-services__card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	gap: 1.4rem;
	background: #12345a;
	color: #fff;
	border-radius: 18px;
	overflow: hidden;
	min-height: 280px;
	padding: 1.35rem;
	box-shadow: 0 14px 34px rgba(18, 52, 90, 0.1);
}

.witc-nh-services__card::before,
.witc-nh-services__card::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	pointer-events: none;
}

.witc-nh-services__card::before {
	width: 260px;
	height: 260px;
	right: -70px;
	bottom: -120px;
}

.witc-nh-services__card::after {
	width: 170px;
	height: 170px;
	right: -25px;
	bottom: -75px;
}

.witc-nh-services__media {
	border-radius: 14px;
	overflow: hidden;
}

.witc-nh-services__media img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.witc-nh-services__body {
	padding: 0.6rem 0.35rem 0.35rem 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.witc-nh-services__body h3 {
	margin: 0;
	font-size: 1.35rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	width: 100%;
	color: #fff;
}

.witc-nh-services__body p {
	margin: 1rem 0 1.25rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.7;
	font-size: 0.94rem;
}

.witc-nh-services__body .witc-btn {
	margin-top: auto;
}

@media (min-width: 700px) {
	.witc-nh-services__card {
		grid-template-columns: minmax(190px, 240px) 1fr;
	}

	.witc-nh-services__media img {
		min-height: 230px;
	}
}

@media (min-width: 900px) {
	.witc-nh-services__grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* Why — white band, icon + text carousel */
.witc-nh-why {
	background: #fff;
}

.witc-nh-why__shell {
	position: relative;
}

.witc-nh-why .section-head {
	margin-bottom: 1.75rem;
}

.witc-nh-why__carousel {
	position: relative;
	padding-inline: 2.75rem;
}

.witc-nh-why__grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 0;
}

@media (min-width: 700px) {
	.witc-nh-why__grid {
		grid-auto-columns: calc((100% - 1.5rem) / 2);
	}
}

@media (min-width: 980px) {
	.witc-nh-why__grid {
		grid-auto-columns: calc((100% - 3rem) / 3);
	}
}

.witc-nh-why__grid::-webkit-scrollbar {
	display: none;
}

.witc-nh-why__grid article {
	scroll-snap-align: start;
	display: grid;
	grid-template-columns: 48px 1fr;
	column-gap: 0.9rem;
	align-items: start;
	text-align: left;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0.75rem 0;
	box-shadow: none;
	min-width: 0;
}

.witc-nh-why__icon {
	grid-row: 1 / span 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #12345a;
	color: #fff;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.witc-nh-why__grid h3 {
	margin: 0.2rem 0 0.5rem;
	color: #12345a;
	font-size: 1.02rem;
}

.witc-nh-why__grid p {
	margin: 0;
	color: #475569;
	font-size: 0.88rem;
	line-height: 1.6;
}

.witc-nh-why__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(18, 52, 90, 0.18);
	border-radius: 50%;
	background: #fff;
	color: #12345a;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(9, 30, 54, 0.08);
}

.witc-nh-why__nav:hover,
.witc-nh-why__nav:focus-visible {
	background: #f3f6f9;
}

.witc-nh-why__nav--prev { left: 0; }
.witc-nh-why__nav--next { right: 0; }

.witc-nh-why__cta {
	display: flex;
	justify-content: center;
	margin-top: 2.25rem;
}

.witc-nh-why__cta .witc-btn--primary {
	min-height: 50px;
	padding: 0 2.15rem;
	background: #12345a;
	color: #fff;
	border-radius: 10px;
	font-weight: 400;
}

.witc-nh-why__cta .witc-btn--primary:hover {
	background: #0d2744;
	color: #fff;
}

/* About — navy panel: photo | copy | mission */
.witc-nh-about {
	background: #f3f6f9;
}

.witc-nh-about__panel {
	background: #12345a;
	color: #fff;
	border-radius: 16px;
	padding: clamp(1.35rem, 3vw, 2rem);
	display: grid;
	gap: 1.75rem;
	align-items: stretch;
}

.witc-nh-about__media {
	border-radius: 12px;
	overflow: hidden;
	min-height: 260px;
}

.witc-nh-about__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	border-radius: 0;
}

.witc-nh-about__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0;
}

.witc-nh-about__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.witc-nh-about__copy h2 {
	margin: 0 0 0.85rem;
	color: #fff;
	font-family: var(--witc-font-display);
	font-size: clamp(1.55rem, 2.6vw, 2rem);
}

.witc-nh-about__copy > p {
	margin: 0 0 1.1rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.75;
	font-size: 0.92rem;
}

.witc-nh-about__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 2rem;
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.witc-nh-about__checks li {
	position: relative;
	padding-left: 1.45rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.witc-nh-about__checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #8fc1ff;
	font-weight: 800;
}

.witc-nh-about__copy .witc-btn {
	align-self: flex-start;
	width: fit-content;
	max-width: 100%;
}

.witc-nh-about__mission {
	background: #0c243f;
	border-radius: 12px;
	padding: 1.75rem 1.4rem 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.75rem;
	color: #fff;
}

.witc-nh-about__mission-icon {
	color: rgba(255, 255, 255, 0.88);
	line-height: 0;
}

.witc-nh-about__mission-slide h3 {
	margin: 0 0 0.65rem;
	color: #fff;
	font-size: 1.05rem;
}

.witc-nh-about__mission-slide p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.88rem;
	line-height: 1.7;
}

.witc-nh-about__mission-nav {
	margin-top: auto;
	display: flex;
	gap: 1.1rem;
	padding-top: 1rem;
}

.witc-nh-about__mission-nav button {
	appearance: none;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.25rem;
}

.witc-nh-about__mission-nav button:hover,
.witc-nh-about__mission-nav button:focus-visible {
	color: #fff;
}

@media (min-width: 1000px) {
	.witc-nh-about__panel {
		grid-template-columns: minmax(300px, 420px) 1fr minmax(220px, 250px);
	}
}

/* Reliable — Key Property split feature + gallery */
.witc-nh-reliable {
	background: #f3f6f9;
}

.witc-nh-reliable__panel {
	background: #f3f6f9;
	border-radius: 0;
	padding: 0;
}

.witc-nh-reliable__intro {
	display: grid;
	gap: 0.75rem;
	max-width: none;
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
	.witc-nh-reliable__intro {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		column-gap: clamp(1.5rem, 4vw, 3.25rem);
		row-gap: 0.55rem;
		align-items: start;
	}

	.witc-nh-reliable__eyebrow {
		grid-column: 1;
		grid-row: 1;
	}

	.witc-nh-reliable__intro .section-title {
		grid-column: 1;
		grid-row: 2;
	}

	.witc-nh-reliable__lead {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: center;
		margin: 0;
		max-width: none;
	}
}

.witc-nh-reliable__eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #475569;
}

.witc-nh-reliable__intro .section-title {
	margin: 0;
	color: #12345a;
	max-width: none;
	text-align: left;
	text-wrap: balance;
}

.witc-nh-reliable__lead {
	margin: 0.15rem 0 0;
	color: #5c6978;
	max-width: 40rem;
	line-height: 1.65;
	font-size: 1.02rem;
}

.witc-nh-reliable__grid {
	display: grid;
	gap: 1.15rem;
}

@media (min-width: 960px) {
	.witc-nh-reliable__grid {
		grid-template-columns: 1.45fr 1fr;
		align-items: stretch;
	}
}

.witc-nh-reliable__card {
	display: grid;
	grid-template-columns: 1fr;
	background: #12345a;
	border-radius: 1.15rem;
	overflow: hidden;
	min-height: 100%;
	box-shadow: none;
}

@media (min-width: 720px) {
	.witc-nh-reliable__card {
		grid-template-columns: minmax(12rem, 0.95fr) 1.15fr;
	}
}

.witc-nh-reliable__card-media {
	min-height: 220px;
	background: #0c243f;
}

.witc-nh-reliable__card-media-img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	object-position: center left;
	display: block;
}

@media (max-width: 719px) {
	.witc-nh-reliable__card {
		grid-template-columns: 1fr;
	}

	.witc-nh-reliable__card-media {
		position: relative;
		min-height: 0;
		aspect-ratio: 16 / 9;
		max-height: 200px;
		overflow: hidden;
	}

	.witc-nh-reliable__card-media-img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		object-fit: cover;
		object-position: center center;
	}

	.witc-nh-reliable__card-body {
		align-items: center;
		text-align: center;
		padding: 1.15rem 1.1rem 1.25rem;
	}

	.witc-nh-reliable__card-body h3,
	.witc-nh-reliable__card-lead {
		text-align: center;
	}

	.witc-nh-reliable__card-body ul {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		margin: 0 0 1.15rem;
		width: 100%;
		align-self: stretch;
		justify-items: start;
		text-align: left;
	}

	.witc-nh-reliable__card-body li {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0.45rem;
		padding-left: 0;
		text-align: left;
	}

	.witc-nh-reliable__card-body li::before {
		position: static;
		flex: 0 0 auto;
		line-height: 1.35;
	}

	.witc-nh-reliable__card-cta {
		align-self: stretch;
		width: 100%;
		justify-content: center;
	}
}

.witc-nh-reliable__card-body {
	display: flex;
	flex-direction: column;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	background: #12345a;
	color: #fff;
}

.witc-nh-reliable__card-body h3 {
	margin: 0 0 0.55rem;
	color: #fff;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.2;
	text-wrap: balance;
}

.witc-nh-reliable__card-lead {
	margin: 0 0 1rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	line-height: 1.5;
}

.witc-nh-reliable__card-body ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem 1.25rem;
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

@media (min-width: 720px) {
	.witc-nh-reliable__card-body ul {
		grid-template-columns: 1fr 1fr;
	}
}

.witc-nh-reliable__card-body li {
	position: relative;
	padding-left: 1.35rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	line-height: 1.35;
}

.witc-nh-reliable__card-body li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #9ec5f5;
	font-weight: 800;
}

.witc-nh-reliable__card-cta {
	align-self: flex-start;
	margin-top: auto;
	width: fit-content;
	border-radius: 999px;
	padding-inline: 1.35rem;
}

.witc-nh-reliable__gallery {
	display: flex;
	flex-direction: column;
	background:
		linear-gradient(180deg, rgba(234, 243, 255, 0.92), rgba(243, 246, 249, 0.98)),
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 27px,
			rgba(20, 102, 203, 0.07) 27px,
			rgba(20, 102, 203, 0.07) 28px
		),
		repeating-linear-gradient(
			90deg,
			transparent,
			transparent 27px,
			rgba(20, 102, 203, 0.07) 27px,
			rgba(20, 102, 203, 0.07) 28px
		);
	border: 1px solid rgba(18, 52, 90, 0.06);
	border-radius: 1.15rem;
	padding: clamp(1.15rem, 2.2vw, 1.5rem);
	box-shadow: none;
	color: #202a35;
}

.witc-nh-reliable__gallery h3 {
	margin: 0 0 1rem;
	color: #12345a;
	font-size: 1.15rem;
	font-weight: 800;
}

.witc-nh-reliable__thumbs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.55rem;
	margin-bottom: 1.25rem;
	flex: 0 0 auto;
	align-content: start;
	align-items: start;
}

.witc-nh-reliable__thumbs img {
	width: 100%;
	height: clamp(72px, 10vw, 96px);
	object-fit: cover;
	border-radius: 0.65rem;
	background: transparent;
	aspect-ratio: auto;
}

.witc-nh-reliable__gallery-cta {
	align-self: flex-start;
	margin-top: auto;
	width: fit-content;
	border-radius: 999px;
	padding-inline: 1.25rem;
	background-color: #003563;
	color: #fff;
}

.witc-nh-reliable__gallery-cta:hover,
.witc-nh-reliable__gallery-cta:focus-visible {
	background-color: #00284b;
	color: #fff;
}

/* Reviews — Key Property Google Reviews layout */
.witc-nh-reviews {
	--witc-nh-gr-bg: #f3f6f9;
	--witc-nh-gr-card: #ffffff;
	--witc-nh-gr-border: #d5dde6;
	--witc-nh-gr-text: #202a35;
	--witc-nh-gr-muted: #5c6978;
	--witc-nh-gr-link: #1466cb;
	--witc-nh-gr-heading: #12345a;
	background: var(--witc-nh-gr-bg);
	color: var(--witc-nh-gr-text);
}

.witc-nh-reviews__inner {
	width: min(100% - (var(--witc-gutter) * 2), var(--witc-container));
	max-width: var(--witc-container);
	margin: 0 auto;
}

.witc-nh-reviews__summary {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.25rem 2rem;
	align-items: center;
	margin-bottom: 2rem;
	padding: 1.5rem 1.75rem;
	background: var(--witc-nh-gr-card);
	border: 1px solid var(--witc-nh-gr-border);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(18, 52, 90, 0.06), 0 1px 3px 1px rgba(18, 52, 90, 0.04);
}

.witc-nh-reviews__brand {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	grid-column: 1;
}

.witc-nh-reviews__g svg,
.witc-nh-gr-google-g {
	display: block;
	flex-shrink: 0;
}

.witc-nh-reviews__eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--witc-nh-gr-muted);
}

.witc-nh-reviews__title {
	margin: 0.15rem 0 0;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--witc-nh-gr-heading);
}

.witc-nh-reviews__score {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	grid-column: 1;
}

.witc-nh-reviews__rating {
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--witc-nh-gr-heading);
}

.witc-nh-reviews__stars,
.witc-nh-gr-card__stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.witc-nh-gr-star {
	display: block;
}

.witc-nh-gr-card__verified {
	margin-left: 4px;
}

.witc-nh-reviews__count {
	margin: 0.25rem 0 0;
	font-size: 0.875rem;
	color: var(--witc-nh-gr-muted);
}

.witc-nh-reviews__cta {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.7rem 1.1rem;
	border-radius: 24px;
	border: 1px solid var(--witc-nh-gr-border);
	background: var(--witc-nh-gr-card);
	color: var(--witc-nh-gr-link);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	transition: background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.witc-nh-reviews__cta:hover,
.witc-nh-reviews__cta:focus-visible {
	background: #eaf3ff;
	border-color: rgba(20, 102, 203, 0.35);
	box-shadow: 0 1px 2px rgba(18, 52, 90, 0.12);
	outline: none;
	color: var(--witc-nh-gr-link);
}

.witc-nh-reviews__cta svg {
	width: 18px;
	height: 18px;
}

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

.witc-nh-gr-card {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.15rem 1.2rem 1.25rem;
	background: var(--witc-nh-gr-card);
	border: 1px solid var(--witc-nh-gr-border);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(18, 52, 90, 0.05);
	min-height: 100%;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.witc-nh-gr-card:hover {
	box-shadow: 0 2px 8px rgba(18, 52, 90, 0.1);
	transform: translateY(-2px);
}

.witc-nh-gr-card__head {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.witc-nh-gr-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	flex-shrink: 0;
	letter-spacing: 0.02em;
	overflow: hidden;
	background: #1466cb;
}

.witc-nh-gr-card__avatar--photo {
	padding: 0;
	background: #e8eef5;
}

.witc-nh-gr-card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.witc-nh-gr-card__identity {
	min-width: 0;
	flex: 1;
}

.witc-nh-gr-card__name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.witc-nh-gr-card__name {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--witc-nh-gr-text);
}

.witc-nh-gr-card__source svg {
	width: 16px;
	height: 16px;
	opacity: 0.9;
}

.witc-nh-gr-card__when {
	margin: 0.1rem 0 0;
	font-size: 0.8125rem;
	color: var(--witc-nh-gr-muted);
}

.witc-nh-gr-card__stars .witc-nh-gr-star {
	width: 14px;
	height: 14px;
}

.witc-nh-gr-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.witc-nh-gr-card__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--witc-nh-gr-text);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.witc-nh-gr-card.is-expanded .witc-nh-gr-card__text {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.witc-nh-gr-card__more {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--witc-nh-gr-link);
	cursor: pointer;
}

.witc-nh-gr-card__more:hover,
.witc-nh-gr-card__more:focus-visible {
	text-decoration: underline;
	outline: none;
}

@media (max-width: 960px) {
	.witc-nh-reviews__summary {
		grid-template-columns: 1fr;
	}

	.witc-nh-reviews__cta {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
	}

	.witc-nh-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.witc-nh-reviews__summary {
		padding: 1.15rem 1.1rem;
	}

	.witc-nh-reviews__rating {
		font-size: 2.25rem;
	}

	.witc-nh-reviews__grid {
		grid-template-columns: 1fr;
	}

	.witc-nh-gr-card:hover {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.witc-nh-gr-card {
		transition: none;
	}

	.witc-nh-gr-card:hover {
		transform: none;
	}
}

/* News — Key Property carousel (1 / 2 / 3 visible) */
.witc-nh-news__rule {
	display: block;
	width: 4rem;
	height: 3px;
	margin: 1rem auto 0;
	background: var(--nh-beam);
	border-radius: 999px;
}

.witc-nh-news__viewport {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	position: relative;
}

.witc-nh-news__grid {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1.5rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
}

.witc-nh-news__grid::-webkit-scrollbar {
	display: none;
}

.witc-nh-news__card {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(32, 42, 53, 0.06);
	box-shadow: 0 10px 30px rgba(18, 52, 90, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.witc-nh-news__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(18, 52, 90, 0.1);
}

.witc-nh-news__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d9e1ea;
}

.witc-nh-news__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.witc-nh-news__body {
	padding: 1.1rem 1.15rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	flex: 1;
}

.witc-nh-news__body h3 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
}

.witc-nh-news__body h3 a {
	color: var(--nh-navy);
	text-decoration: none;
}

.witc-nh-news__body p {
	margin: 0;
	color: var(--nh-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.witc-nh-news__more {
	margin-top: auto;
	font-weight: 600;
	color: var(--nh-beam);
	text-decoration: none;
}

.witc-nh-news__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.5rem;
	padding: 0.25rem 0 0.5rem;
}

.witc-nh-news__dots button {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px;
	max-height: 10px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: #c2c9d2;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	touch-action: manipulation;
}

.witc-nh-news__dots button.is-active {
	background: var(--nh-navy);
}

.witc-nh-news__dots button:focus-visible {
	outline: 2px solid #1466cb;
	outline-offset: 3px;
}

.witc-nh-news__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	text-align: center;
}

@media (min-width: 700px) {
	.witc-nh-news__card {
		flex-basis: calc((100% - 1.5rem) / 2);
		width: calc((100% - 1.5rem) / 2);
		max-width: calc((100% - 1.5rem) / 2);
		min-width: calc((100% - 1.5rem) / 2);
	}
}

@media (min-width: 1100px) {
	.witc-nh-news__card {
		flex-basis: calc((100% - 3rem) / 3);
		width: calc((100% - 3rem) / 3);
		max-width: calc((100% - 3rem) / 3);
		min-width: calc((100% - 3rem) / 3);
	}
}

@media (prefers-reduced-motion: reduce) {
	.witc-nh-news__card {
		transition: none;
	}

	.witc-nh-news__card:hover {
		transform: none;
	}
}

/* Core business verticals — left tabs, right panel */
.witc-nh-hero .witc-nh-verts {
	background: transparent;
	padding: var(--witc-space-10, 2.5rem) 0 0;
}

.witc-nh-verts {
	background: var(--nh-surface);
	scroll-margin-top: calc(var(--witc-header-offset, 6.6rem) + 0.75rem);
}

.witc-nh-verts__shell {
	display: grid;
	gap: 0.85rem;
	align-items: stretch;
}

.witc-nh-verts__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	padding: 0.65rem;
	overflow: visible;
	background: var(--nh-navy-deep);
	border-radius: var(--witc-radius-xl);
}

.witc-nh-verts__tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	min-height: 4.25rem;
	margin: 0;
	padding: 0.5rem 0.35rem;
	border: 0;
	border-radius: var(--witc-radius-md);
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font-family: inherit;
	font-size: 0.68rem;
	font-weight: var(--witc-fw-semibold);
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background var(--witc-transition), color var(--witc-transition);
}

.witc-nh-verts__tab:hover,
.witc-nh-verts__tab:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.witc-nh-verts__tab:focus-visible {
	outline: 2px solid var(--nh-beam);
	outline-offset: 2px;
}

.witc-nh-verts__tab.is-active {
	background: var(--nh-white);
	color: var(--nh-navy);
}

.witc-nh-verts__num {
	flex: 0 0 auto;
	font-family: var(--witc-font-display);
	font-size: 0.78rem;
	font-weight: var(--witc-fw-bold);
	letter-spacing: 0.04em;
	color: var(--nh-beam);
}

.witc-nh-verts__tab.is-active .witc-nh-verts__num {
	color: var(--nh-navy-mid);
}

.witc-nh-verts__tab-label {
	min-width: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.witc-nh-verts__panels {
	min-width: 0;
	padding: 1.25rem 1.15rem 1.4rem;
	background: var(--nh-white);
	border: 1px solid var(--witc-border);
	border-radius: var(--witc-radius-xl);
	box-shadow: var(--witc-shadow-soft);
}

.witc-nh-verts__panel[hidden] {
	display: none;
}

.witc-nh-verts__tagline {
	margin: 0 0 0.4rem;
	color: var(--nh-beam);
	font-size: var(--witc-fs-xs);
	font-weight: var(--witc-fw-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.witc-nh-verts__title {
	margin: 0 0 0.7rem;
	color: var(--nh-navy);
	font-family: var(--witc-font-display);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	line-height: 1.25;
}

.witc-nh-verts__text {
	margin: 0 0 1rem;
	color: var(--nh-muted);
	font-size: var(--witc-fs-base);
	line-height: var(--witc-lh-body);
	max-width: 46rem;
}

.witc-nh-verts__channels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.1rem;
	padding: 0;
	list-style: none;
}

.witc-nh-verts__channels a {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.25rem 0.75rem;
	border: 1px solid var(--witc-border);
	border-radius: 999px;
	background: var(--nh-surface);
	color: var(--nh-navy);
	font-size: var(--witc-fs-xs);
	font-weight: var(--witc-fw-semibold);
	text-decoration: none;
}

.witc-nh-verts__channels a:hover,
.witc-nh-verts__channels a:focus-visible {
	border-color: var(--nh-beam);
	color: var(--nh-navy-mid);
}

.witc-nh-verts__solutions-label {
	margin: 0 0 0.65rem;
	color: var(--nh-navy);
	font-size: var(--witc-fs-xs);
	font-weight: var(--witc-fw-bold);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.witc-nh-verts__solutions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.4rem 1.25rem;
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.witc-nh-verts__solutions li {
	position: relative;
	padding-left: 1.35rem;
	color: var(--nh-ink);
	font-size: 0.95rem;
	line-height: 1.45;
}

.witc-nh-verts__solutions li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--nh-beam);
}

.witc-nh-verts__cta {
	width: fit-content;
}

.witc-nh-verts__close {
	max-width: 52rem;
	margin: 1.5rem auto 0;
	text-align: center;
	color: var(--nh-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

@media (max-width: 379px) {
	.witc-nh-verts__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.witc-nh-verts__tab {
		min-height: 3.75rem;
		font-size: 0.72rem;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.witc-nh-verts__solutions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.witc-nh-verts__shell {
		grid-template-columns: minmax(15.5rem, 0.34fr) minmax(0, 1fr);
		gap: 0;
		background: var(--nh-white);
		border: 1px solid var(--witc-border);
		border-radius: var(--witc-radius-xl);
		overflow: hidden;
		box-shadow: var(--witc-shadow-soft);
	}

	.witc-nh-verts__nav {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.2rem;
		padding: 1rem 0.75rem 1rem 0.85rem;
		overflow: visible;
		border-radius: 0;
	}

	.witc-nh-verts__tab {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 0;
		white-space: normal;
		text-align: left;
		font-size: 0.88rem;
		line-height: 1.3;
		gap: 0.55rem;
		padding: 0.72rem 0.85rem;
	}

	.witc-nh-verts__tab-label {
		display: inline;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
		overflow: visible;
	}

	.witc-nh-verts__tab.is-active {
		box-shadow: inset 3px 0 0 var(--nh-beam);
	}

	.witc-nh-verts__panels {
		padding: 1.6rem 1.75rem 1.7rem;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background:
			radial-gradient(720px 280px at 100% 0%, rgba(0, 180, 216, 0.08), transparent 55%),
			#fff;
	}

	.witc-nh-verts__solutions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.witc-nh-verts__tab {
		transition: none;
	}
}

/* Final CTA — Key Property schedule-style closer */
.witc-nh-final-cta {
	background: #fff;
}

.witc-nh-final-cta__panel {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.35rem, 3vw, 2.5rem);
	color: #fff;
	background:
		linear-gradient(90deg, rgba(7, 21, 38, 0.9) 0%, rgba(11, 31, 58, 0.78) 55%, rgba(7, 21, 38, 0.88) 100%),
		var(--witc-nh-final-cta-bg, none) center / cover no-repeat,
		#12345a;
	box-shadow:
		0 18px 40px rgba(18, 52, 90, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.witc-nh-final-cta__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.witc-nh-final-cta__copy h2 {
	margin: 0 0 0.75rem;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	line-height: 1.2;
	text-wrap: balance;
}

.witc-nh-final-cta__copy p {
	margin: 0 0 1.35rem;
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.98rem;
	line-height: 1.65;
}

.witc-nh-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
}

.witc-nh-final-cta__panel .witc-btn--light {
	width: fit-content;
	border-radius: 999px;
	padding-inline: 1.4rem;
	background: #fff;
	color: #12345a;
}

.witc-nh-final-cta__panel .witc-btn--light:hover,
.witc-nh-final-cta__panel .witc-btn--light:focus-visible {
	background: #eef2f6;
	color: #12345a;
}

.witc-nh-final-cta__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
}

.witc-nh-final-cta__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.witc-nh-final-cta__phone:hover,
.witc-nh-final-cta__phone:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Responsive */
@media (min-width: 900px) {
	.witc-nh-hero__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 2rem;
		align-items: center;
	}

	.witc-nh-hero__stage {
		max-width: none;
		margin: 0;
		width: 100%;
	}

	.witc-nh-hero__panel {
		width: min(100%, 500px);
		max-height: 460px;
		aspect-ratio: 1 / 0.95;
		margin-left: auto;
	}

	.witc-nh-hero__marquee {
		width: 156px;
		max-width: 34%;
		left: 2%;
	}

	.witc-nh-hero__float img {
		height: 48px;
	}

	.witc-nh-reach__panel {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
	}
}


@media (max-width: 899px) {
	.witc-nh-hero__scene {
		object-position: center 6%;
	}
}

@media (max-width: 899px) {
	.witc-nh-hero__stage {
		width: min(100%, 420px);
		margin-inline: auto;
	}

	.witc-nh-hero__panel {
		max-height: 420px;
		aspect-ratio: 1 / 1;
	}

	.witc-nh-hero__marquee {
		width: 140px;
		max-width: 38%;
	}

	.witc-nh-hero__float img {
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.witc-nh-hero__gloss,
	.witc-nh-hero__shine,
	.witc-nh-hero__marquee-track,
	.witc-nh-certs__track {
		animation: none !important;
	}

	.witc-nh-hero__marquee-group[aria-hidden="true"] {
		display: none;
	}
}
