.sunwin-site-header,
.sunwin-site-header *,
.sunwin-site-footer,
.sunwin-site-footer *,
.sunwin-page-shell,
.sunwin-page-shell * {
	box-sizing: border-box;
}

.sunwin-site-header {
	position: relative;
	z-index: 50;
	margin: 0;
	padding: 26px 24px;
	background: #fff;
	border-bottom: 1px solid rgba(15, 35, 55, 0.09);
	box-shadow: 0 6px 22px rgba(9, 31, 55, 0.06);
}

.sunwin-site-header__inner {
	width: min(100%, 1340px);
	min-height: 72px;
	gap: 36px;
	margin-right: auto;
	margin-left: auto;
}

.sunwin-site-header__logo {
	flex: 0 0 auto;
	margin: 0;
	line-height: 0;
}

.sunwin-site-header__logo img {
	display: block;
	width: min(270px, 34vw);
	height: auto;
}

.sunwin-site-header__nav {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.2vw, 34px);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 650;
	color: #102033;
}

.sunwin-site-header__nav a,
.sunwin-menu-toggle {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #102033;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

.sunwin-site-header__nav a:hover,
.sunwin-site-header__nav a:focus-visible,
.sunwin-menu-toggle:hover,
.sunwin-menu-toggle:focus-visible,
.sunwin-menu-toggle[aria-expanded="true"] {
	color: #00558f;
}

.sunwin-menu-toggle::after {
	margin-left: 5px;
	content: "⌄";
	font-size: 13px;
	line-height: 1;
}

.sunwin-site-header__actions {
	flex: 0 0 auto;
}

.sunwin-site-header__quote .wp-block-button__link {
	padding: 14px 28px;
	border: 1px solid #102033;
	border-radius: 999px;
	background: #fff;
	color: #102033;
	font-size: 16px;
	font-weight: 650;
}

.sunwin-site-header__quote .wp-block-button__link:hover,
.sunwin-site-header__quote .wp-block-button__link:focus-visible {
	border-color: #df2f2f;
	background: #df2f2f;
	color: #fff;
}

body.home .sunwin-site-header {
	display: block;
	height: 144px;
	min-height: 0;
	padding: 0 24px !important;
}

body.home .sunwin-site-header__inner {
	height: 144px;
	min-height: 0 !important;
}

body.home .sunwin-site-header__logo img {
	width: min(220px, 30vw) !important;
	height: auto !important;
	object-fit: contain;
}

body.home .wp-site-blocks > .wp-block-template-part:first-child {
	height: 144px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .wp-site-blocks {
	padding-top: 0 !important;
}

.sunwin-page-shell {
	margin-top: 0;
	background: #fff;
}

.sunwin-page-shell > .wp-block-post-content {
	margin-top: 0;
}

.sunwin-page-shell > .wp-block-post-content > p:first-child:empty,
.sunwin-page-shell > .wp-block-post-content > p:has(> .sunwin-page:first-child) {
	margin: 0;
}

.sunwin-breadcrumb {
	margin: 0;
	padding: 16px 24px;
	background: #f5f8fb;
	border-bottom: 1px solid #dfe6ee;
	color: #102033;
}

.sunwin-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: min(100%, 1340px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 750;
}

.sunwin-breadcrumb__list li:not(:last-child)::after {
	margin-left: 8px;
	color: #7d8ca0;
	content: "/";
}

.sunwin-breadcrumb a {
	color: #00558f;
	text-decoration: none;
}

.sunwin-breadcrumb a:hover,
.sunwin-breadcrumb a:focus-visible {
	text-decoration: underline;
}

.sunwin-page,
.sunwin-page * {
	box-sizing: border-box;
}

.sunwin-page {
	margin: 0;
	background: #fff;
	color: #071728;
	font-family: inherit;
}

.sunwin-page .alignwide,
.sunwin-section,
.sunwin-section__heading,
.sunwin-split,
.sunwin-contact-grid,
.sunwin-card-grid,
.sunwin-process {
	width: min(100%, 1240px);
	max-width: calc(100vw - 48px);
	margin-right: auto;
	margin-left: auto;
}

.sunwin-page__hero {
	margin: 0;
	padding: clamp(64px, 7vw, 104px) 24px;
	background: linear-gradient(90deg, rgba(7, 23, 40, 0.96), rgba(15, 58, 92, 0.84)), #071728;
	color: #fff;
}

.sunwin-page__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
}

.sunwin-page__eyebrow,
.eh-eyebrow {
	margin: 0 0 18px;
	color: #e02f2f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sunwin-page h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(2.35rem, 5vw, 4.25rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
}

.sunwin-page__lead {
	max-width: 760px;
	margin: 24px 0 0;
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.62;
}

.sunwin-page__hero-card {
	display: grid;
	gap: 14px;
	padding: clamp(24px, 3vw, 34px);
	border-left: 5px solid #e02f2f;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 48px rgba(9, 31, 55, 0.14);
	color: #102033;
}

.sunwin-page__hero-card strong {
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.2;
}

.sunwin-page__hero-card span {
	color: #637188;
	line-height: 1.7;
}

.sunwin-section {
	padding: clamp(54px, 7vw, 92px) 0;
}

.sunwin-section--soft {
	width: 100%;
	max-width: none;
	padding-right: 24px;
	padding-left: 24px;
	background: #f4f7fa;
}

.sunwin-section--soft > * {
	width: min(100%, 1240px);
	max-width: calc(100vw - 48px);
	margin-right: auto;
	margin-left: auto;
}

.sunwin-section__heading {
	margin-bottom: 34px;
}

.sunwin-section__heading h2,
.sunwin-split h2 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(1.9rem, 3vw, 3.1rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}

.sunwin-section__heading p:not(.eh-eyebrow),
.sunwin-split p,
.sunwin-card p,
.sunwin-resource p,
.sunwin-contact-note p {
	color: #637188;
	line-height: 1.72;
}

.sunwin-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sunwin-card-grid--products {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sunwin-card,
.sunwin-resource,
.sunwin-contact-note {
	overflow: hidden;
	border: 1px solid #dfe6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(9, 31, 55, 0.06);
}

.sunwin-card img,
.sunwin-resource img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	background: #f4f7fa;
}

.sunwin-card__body,
.sunwin-resource__body,
.sunwin-contact-note {
	padding: 22px;
}

.sunwin-card h3,
.sunwin-resource h3,
.sunwin-contact-note h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	line-height: 1.25;
}

.sunwin-card__link,
.sunwin-resource__link {
	display: inline-flex;
	margin-top: 12px;
	color: #00558f;
	font-weight: 900;
	text-decoration: none;
}

.sunwin-card__link::after,
.sunwin-resource__link::after {
	margin-left: 8px;
	content: "→";
}

.sunwin-split,
.sunwin-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
	gap: clamp(32px, 5vw, 70px);
	align-items: center;
}

.sunwin-split img {
	display: block;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(9, 31, 55, 0.12);
}

.sunwin-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.sunwin-list li {
	position: relative;
	padding-left: 22px;
	color: #102033;
	font-weight: 750;
}

.sunwin-list li::before {
	position: absolute;
	left: 0;
	color: #e02f2f;
	content: "•";
}

.sunwin-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sunwin-step {
	margin: 0 0 14px;
	color: #e02f2f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.sunwin-form {
	display: grid;
	gap: 16px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid #dfe6ee;
	border-top: 5px solid #e02f2f;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(9, 31, 55, 0.12);
}

.sunwin-form label {
	display: grid;
	gap: 7px;
	font-size: 14px;
	font-weight: 850;
	color: #102033;
}

.sunwin-form input,
.sunwin-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #d5dee8;
	border-radius: 4px;
	font: inherit;
}

.sunwin-form textarea {
	min-height: 150px;
	resize: vertical;
}

.sunwin-form button {
	min-height: 48px;
	border: 0;
	border-radius: 4px;
	background: #e02f2f;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.sunwin-latest-resources {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sunwin-latest-card {
	overflow: hidden;
	border: 1px solid #dfe6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(9, 31, 55, 0.06);
}

.sunwin-latest-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #e9eef4;
}

.sunwin-latest-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sunwin-latest-card__body {
	padding: 20px;
}

.sunwin-latest-card time {
	color: #e02f2f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.sunwin-latest-card h3 {
	margin: 10px 0;
	font-size: 1.05rem;
	line-height: 1.3;
}

.sunwin-latest-card h3 a {
	color: #071728;
	text-decoration: none;
}

.sunwin-latest-card p {
	margin: 0;
	color: #637188;
	font-size: 0.92rem;
	line-height: 1.6;
}

.sunwin-mega[hidden] {
	display: none;
}

.sunwin-mega {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 60;
	width: 100vw;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	background: #fff;
	border-top: 1px solid #dfe6ee;
	border-bottom: 1px solid #dfe6ee;
	box-shadow: 0 18px 48px rgba(9, 31, 55, 0.14);
}

.sunwin-mega__inner {
	display: grid;
	grid-template-columns: 33% 67%;
	min-height: 430px;
}

.sunwin-mega__panel {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4vw, 54px);
	background: #f4f7fa;
	border-right: 3px solid #e02f2f;
}

.sunwin-mega__back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-bottom: 30px;
	border: 0;
	background: transparent;
	color: #00558f;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.sunwin-mega__back span:first-child,
.sunwin-mega__enter span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 2px solid currentColor;
	border-radius: 999px;
}

.sunwin-mega__image {
	display: block;
	width: min(230px, 58%);
	aspect-ratio: 4 / 3;
	object-fit: contain;
	margin: 0 auto 26px;
	background: #fff;
}

.sunwin-mega h2,
.sunwin-mega h3 {
	margin: 0;
	color: #00558f;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.2;
}

.sunwin-mega p {
	max-width: 520px;
	margin: 18px 0 0;
	color: #102033;
	line-height: 1.7;
}

.sunwin-mega__enter {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin-top: auto;
	color: #00558f;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.sunwin-mega__content {
	padding: clamp(34px, 5vw, 62px);
}

.sunwin-mega__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 56px;
	margin-top: 24px;
}

.sunwin-mega__links a {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #d5dee8;
	color: #071728;
	font-weight: 900;
	text-decoration: none;
}

.sunwin-mega__links a:hover,
.sunwin-mega__links a:focus-visible {
	color: #00558f;
}

.sunwin-back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: #e02f2f;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(9, 31, 55, 0.22);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.sunwin-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sunwin-site-footer {
	margin: 0;
	padding: 56px 24px 28px;
	background: #071728;
	color: #fff;
}

.sunwin-site-footer__grid,
.sunwin-site-footer__bottom {
	width: min(100%, 1340px);
	margin-right: auto;
	margin-left: auto;
}

.sunwin-site-footer__grid {
	gap: clamp(28px, 5vw, 84px);
}

.sunwin-site-footer h3,
.sunwin-site-footer h4,
.sunwin-site-footer p {
	margin-top: 0;
}

.sunwin-site-footer__brand {
	font-size: clamp(30px, 3vw, 44px);
	letter-spacing: 0;
}

.sunwin-site-footer p {
	max-width: 520px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.sunwin-site-footer__links {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 16px 0 0;
	list-style: none;
}

.sunwin-site-footer__links a,
.sunwin-site-footer__bottom a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.sunwin-site-footer__links a:hover,
.sunwin-site-footer__links a:focus-visible,
.sunwin-site-footer__bottom a:hover,
.sunwin-site-footer__bottom a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.sunwin-site-footer__bottom {
	padding-top: 26px;
	margin-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 14px;
}

@media (max-width: 900px) {
	.sunwin-site-header {
		padding: 20px;
	}

	.sunwin-site-header__inner {
		gap: 18px;
		min-height: 60px;
	}

	.sunwin-site-header__logo img {
		width: min(220px, 48vw);
	}

	.sunwin-site-header__actions {
		display: none;
	}

	.sunwin-page .alignwide,
	.sunwin-section,
	.sunwin-section__heading,
	.sunwin-split,
	.sunwin-contact-grid,
	.sunwin-card-grid,
	.sunwin-process,
	.sunwin-section--soft > * {
		max-width: calc(100vw - 40px);
	}

	.sunwin-page__hero-grid,
	.sunwin-split,
	.sunwin-contact-grid {
		grid-template-columns: 1fr;
	}

	.sunwin-card-grid,
	.sunwin-card-grid--products,
	.sunwin-process,
	.sunwin-latest-resources {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sunwin-mega {
		position: fixed;
		top: 101px;
		bottom: 0;
		overflow: auto;
	}

	.sunwin-mega__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sunwin-mega__panel {
		border-right: 0;
		border-bottom: 3px solid #e02f2f;
	}

	.sunwin-mega__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.sunwin-site-header {
		padding: 16px 20px;
	}

	.sunwin-site-header__inner {
		align-items: center;
	}

	.sunwin-site-header__logo img {
		width: min(190px, 56vw);
	}

	.sunwin-site-footer {
		padding: 42px 20px 24px;
	}

	.sunwin-breadcrumb {
		padding: 14px 20px;
	}

	.sunwin-page .alignwide,
	.sunwin-section,
	.sunwin-section__heading,
	.sunwin-split,
	.sunwin-contact-grid,
	.sunwin-card-grid,
	.sunwin-process,
	.sunwin-section--soft > * {
		max-width: calc(100vw - 40px);
	}

	.sunwin-page__hero {
		padding: 52px 20px;
	}

	.sunwin-page h1 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.sunwin-card-grid,
	.sunwin-card-grid--products,
	.sunwin-process,
	.sunwin-latest-resources {
		grid-template-columns: 1fr;
	}

	.sunwin-mega {
		top: 89px;
	}

	.sunwin-mega__panel,
	.sunwin-mega__content {
		padding: 24px 20px;
	}

	.sunwin-back-to-top {
		right: 18px;
		bottom: 18px;
		width: 42px;
		height: 42px;
	}
}
