.nws-ha {
	--magenta: #d80951;
	--gold: #e9ad36;
	--ink: #283039;
	--soft: #5d6670;
	--cream: #fbf7f0;
	--blush: #fff3f6;
	--line: #e4e0dc;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--ink);
	background: #fff;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 21px;
	line-height: 1.68;
}

.nws-ha *,
.nws-ha *::before,
.nws-ha *::after {
	box-sizing: border-box;
}

.nws-ha img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nws-ha a { text-decoration: none; }
.nws-ha-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nws-ha-narrow { max-width: 930px; }
.nws-ha-section { padding: 94px 0; }
.nws-ha-section--cream { background: var(--cream); }
.nws-ha-section--blush { background: var(--blush); }

.nws-ha h1,
.nws-ha h2,
.nws-ha h3 {
	margin-top: 0;
	font-family: inherit;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.nws-ha h1 {
	margin-bottom: 28px;
	font-size: clamp(50px, 5.8vw, 82px);
	font-weight: 800;
	letter-spacing: -.045em;
}

.nws-ha h1 em { color: var(--magenta); font-style: normal; }
.nws-ha h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 56px); font-weight: 800; letter-spacing: -.035em; }
.nws-ha h3 { margin-bottom: 14px; font-size: clamp(25px, 2.2vw, 31px); font-weight: 800; }
.nws-ha p { margin: 0 0 26px; overflow-wrap: anywhere; }

.nws-ha-kicker {
	margin: 0 0 14px !important;
	color: var(--magenta);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.nws-ha-kicker--gold { color: var(--gold); }
.nws-ha-intro,
.nws-ha-lead { max-width: 880px; color: var(--soft); font-size: 24px; line-height: 1.55; }
.nws-ha-lead { margin-bottom: 34px; }
.nws-ha-lead strong { color: var(--ink); font-weight: 800; }

.nws-ha-label {
	display: inline-flex;
	max-width: 100%;
	margin-bottom: 28px;
	padding: 10px 24px;
	border-radius: 999px;
	color: var(--ink);
	background: var(--gold);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
}

.nws-ha-button {
	display: inline-flex;
	max-width: 100%;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	padding: 17px 31px;
	border-radius: 999px;
	color: #fff !important;
	background: var(--magenta);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	white-space: normal;
	transition: .18s ease;
}

.nws-ha-button:hover,
.nws-ha-button:focus-visible {
	filter: brightness(.92);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(216, 9, 81, .22);
}

.nws-ha-button--gold { color: var(--ink) !important; background: var(--gold); }

.nws-ha-hero { padding: 72px 0 68px; border-top: 7px solid var(--magenta); background: var(--cream); }
.nws-ha-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 70px; align-items: center; }
.nws-ha-hero__grid > * { min-width: 0; }
.nws-ha-hero__image { height: 690px; overflow: hidden; border-radius: 34px; }
.nws-ha-hero__image img { object-position: center 28%; }
.nws-ha-facts { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 28px; }
.nws-ha-facts span { max-width: 100%; padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }

.nws-ha-manifest { color: #fff; background: var(--magenta); }
.nws-ha-manifest h2 { color: #fff; }
.nws-ha-manifest p { color: rgba(255, 255, 255, .9); }
.nws-ha-manifest .nws-ha-kicker { color: var(--gold); }
.nws-ha blockquote { margin: 36px 0; padding: 5px 0 5px 29px; border-left: 6px solid var(--gold); font-size: clamp(26px, 3vw, 38px); font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; }

.nws-ha-cards,
.nws-ha-included { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.nws-ha-cards article,
.nws-ha-included article { min-width: 0; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.nws-ha-cards article { border-top: 8px solid var(--magenta); }
.nws-ha-cards p,
.nws-ha-included p { color: var(--soft); font-size: 19px; }

.nws-ha-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.nws-ha-split > * { min-width: 0; }
.nws-ha-image { height: 560px; overflow: hidden; border-radius: 27px; }
.nws-ha-image--portrait { height: 690px; }
.nws-ha-highlight { max-width: 100%; padding: 25px 28px; border-left: 6px solid var(--magenta); border-radius: 0 16px 16px 0; background: var(--blush); font-weight: 700; overflow: hidden; }

.nws-ha-contrast { color: #fff; background: var(--ink); }
.nws-ha-contrast h2,
.nws-ha-contrast h3 { color: #fff; }
.nws-ha-compare { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 25px; margin-top: 42px; }
.nws-ha-compare article { min-width: 0; padding: 37px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 22px; background: rgba(255, 255, 255, .05); overflow: hidden; }
.nws-ha-compare .is-new { border-color: var(--gold); background: rgba(233, 173, 54, .1); }
.nws-ha-compare ul,
.nws-ha-checks { padding: 0; list-style: none; }
.nws-ha-compare li,
.nws-ha-checks li { position: relative; margin: 13px 0; padding-left: 32px; overflow-wrap: anywhere; }
.nws-ha-compare li::before,
.nws-ha-checks li::before { position: absolute; left: 0; color: var(--gold); font-weight: 900; content: "✓"; }

.nws-ha-phases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.nws-ha-phases article { min-width: 0; padding: 34px; border-radius: 21px; background: #fff; overflow: hidden; }
.nws-ha-phases span { display: block; margin-bottom: 20px; color: var(--magenta); font-size: 16px; font-weight: 800; text-transform: uppercase; }

.nws-ha-modules { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.nws-ha-modules article { display: grid; min-width: 0; grid-template-columns: 54px minmax(0, 1fr); gap: 20px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.nws-ha-modules > article > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: #fff; background: var(--magenta); font-size: 15px; font-weight: 800; }
.nws-ha-modules h3 { font-size: 25px; }
.nws-ha-modules p { margin: 0; color: var(--soft); font-size: 18px; }
.nws-ha-center { margin-top: 42px; text-align: center; }
.nws-ha-story { background: var(--blush); }
.nws-ha-story blockquote { color: var(--magenta); border-color: var(--magenta); }

.nws-ha-application { position: relative; color: #fff; background: var(--magenta); }
.nws-ha-application::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(233, 173, 54, .25), transparent 33%); content: ""; pointer-events: none; }
.nws-ha-application h2,
.nws-ha-application h3 { color: #fff; }
.nws-ha-application .nws-ha-kicker { color: var(--gold); }
.nws-ha-application__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 64px; align-items: center; }
.nws-ha-application__grid > * { min-width: 0; }

.nws-ha-offer-prices { display: flex; align-items: flex-end; gap: 34px; flex-wrap: wrap; margin-top: 34px; }
.nws-ha-regular,
.nws-ha-special-price { display: flex; flex-direction: column; align-items: flex-start; }
.nws-ha-regular > span,
.nws-ha-special-price > span { margin-bottom: 8px; font-size: 15px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.nws-ha-regular-price { position: relative; display: inline-block; color: #fff; font-size: clamp(55px, 6.2vw, 82px); line-height: 1; letter-spacing: -.045em; }
.nws-ha-regular-price::after { position: absolute; top: 51%; left: -5%; width: 110%; height: 7px; border-radius: 99px; background: var(--gold); box-shadow: 0 2px 0 rgba(40, 48, 57, .18); content: ""; transform: rotate(-10deg); transform-origin: center; }
.nws-ha-special-price { padding: 16px 20px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 17px; background: rgba(255, 255, 255, .1); }
.nws-ha-special-price strong { color: var(--gold); font-size: clamp(50px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; }
.nws-ha-expired-message { display: none; margin-top: 28px !important; padding: 18px 21px; border-radius: 14px; color: var(--ink); background: #fff; font-weight: 700; }
.nws-ha-expired-message strong { display: block; margin-bottom: 8px; color: var(--magenta); font-size: 28px; line-height: 1.2; }
.nws-ha-expired-message span { display: block; margin-top: 7px; }

.nws-ha-callcard { min-width: 0; padding: 39px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(40, 48, 57, .23); overflow: hidden; }
.nws-ha-callcard h3 { margin-bottom: 22px; color: var(--ink); }
.nws-ha-spots { display: inline-flex; margin-bottom: 18px; padding: 9px 15px; border-radius: 99px; color: #fff; background: var(--magenta); font-size: 15px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.nws-ha-countdown { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 18px; }
.nws-ha-countdown > div { min-width: 0; padding: 15px 8px 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); text-align: center; }
.nws-ha-countdown strong { display: block; color: var(--magenta); font-size: clamp(34px, 4vw, 50px); line-height: 1; font-variant-numeric: tabular-nums; }
.nws-ha-countdown span { display: block; margin-top: 8px; color: var(--soft); font-size: 12px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.nws-ha-deadline { margin: 0 0 20px !important; color: var(--soft); font-size: 15px; font-weight: 700; text-align: center; }
.nws-ha-callcard .nws-ha-button { width: 100%; }
.nws-ha-reservation-note { margin: 17px 0 0 !important; color: var(--soft); font-size: 15px; line-height: 1.55; text-align: center; }

.nws-ha-application.is-expired .nws-ha-special-price,
.nws-ha-application.is-expired .nws-ha-countdown,
.nws-ha-application.is-expired .nws-ha-deadline,
.nws-ha-application.is-expired .nws-ha-spots,
.nws-ha-application.is-expired .nws-ha-reservation-note { display: none; }
.nws-ha-application.is-expired .nws-ha-expired-message { display: block; }
.nws-ha-application.is-expired .nws-ha-regular-price { color: var(--gold); }
.nws-ha-application.is-expired .nws-ha-regular-price::after { display: none; }

.nws-ha-faq { border-top: 1px solid var(--line); }
.nws-ha-faq details { border-bottom: 1px solid var(--line); }
.nws-ha-faq summary { padding: 24px 44px 24px 0; cursor: pointer; font-size: 22px; font-weight: 800; overflow-wrap: anywhere; }
.nws-ha-faq details p { padding: 0 0 27px; color: var(--soft); }
.nws-ha-final { text-align: center; }
.nws-ha-final > div > p:not(.nws-ha-kicker):not(.nws-ha-disclaimer) { font-size: 23px; }
.nws-ha-disclaimer { margin-top: 45px !important; color: var(--soft); font-size: 14px !important; line-height: 1.55; }

@media (max-width: 960px) {
	.nws-ha-hero__grid,
	.nws-ha-split,
	.nws-ha-application__grid { gap: 40px; }
	.nws-ha-cards,
	.nws-ha-included { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nws-ha-hero__image { height: 620px; }
}

@media (max-width: 780px) {
	.nws-ha { font-size: 20px; }
	.nws-ha-wrap { width: min(100% - 30px, 680px); }
	.nws-ha-section { padding: 66px 0; }
	.nws-ha-hero { padding: 42px 0 58px; }
	.nws-ha-hero__grid,
	.nws-ha-split,
	.nws-ha-application__grid,
	.nws-ha-compare,
	.nws-ha-phases,
	.nws-ha-modules { grid-template-columns: 1fr; }
	.nws-ha-hero__image { order: -1; height: min(116vw, 650px); }
	.nws-ha-image,
	.nws-ha-image--portrait { height: min(112vw, 650px); }
	.nws-ha-modules article { padding: 25px 22px; }
	.nws-ha-application__grid { gap: 46px; }
	.nws-ha-offer-prices { gap: 20px; }
}

@media (max-width: 560px) {
	.nws-ha h1 { font-size: 43px; }
	.nws-ha h2 { font-size: 35px; }
	.nws-ha-intro,
	.nws-ha-lead,
	.nws-ha-final > div > p:not(.nws-ha-kicker):not(.nws-ha-disclaimer) { font-size: 20px; }
	.nws-ha-button { width: 100%; }
	.nws-ha-cards,
	.nws-ha-included { grid-template-columns: 1fr; }
	.nws-ha-cards article,
	.nws-ha-included article,
	.nws-ha-callcard { padding: 27px 24px; }
	.nws-ha-facts { display: grid; }
	.nws-ha-regular-price { font-size: 58px; }
	.nws-ha-special-price { width: 100%; }
	.nws-ha-special-price strong { font-size: 54px; }
	.nws-ha-countdown strong { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
	.nws-ha *,
	.nws-ha *::before,
	.nws-ha *::after { transition: none !important; }
}
