:root {
	--green: #075f46;
	--mint: #edf7f2;
	--ink: #17221e;
	--muted: #64736d;
	--border: #dce7e1;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	background: #f4f7f5;
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.5;
}

.svh-branded-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 9% 8%, rgba(255, 255, 255, .98), transparent 28%),
		radial-gradient(circle at 91% 22%, rgba(168, 174, 186, .42), transparent 31%),
		radial-gradient(circle at 48% 76%, rgba(255, 255, 255, .72), transparent 34%),
		linear-gradient(145deg, #eef0f4 0%, #cfd3da 46%, #f5f6f8 100%);
	background-attachment: fixed;
	color: #151515;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.container { width: min(1080px, calc(100% - 28px)); margin: 28px auto; }

.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(24px, 5vw, 54px);
	border-radius: 20px;
	background: linear-gradient(130deg, #064c39, #087457);
	color: #fff;
	box-shadow: 0 14px 38px rgba(16, 55, 40, .13);
}

.hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	right: clamp(12px, 5vw, 58px);
	width: min(31vw, 270px);
	aspect-ratio: 1;
	transform: translateY(-50%);
	background-image: var(--svh-site-logo);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .11;
	filter: grayscale(1) brightness(3);
}

.svh-branded-page .hero::after {
	right: -90px;
	width: min(48vw, 570px);
	transform: translateY(-50%) rotate(12deg);
	opacity: .1;
}

.svh-branded-page .hero {
	padding: clamp(24px, 3.5vw, 40px);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 34px;
	background:
		radial-gradient(circle at 82% 14%, rgba(255, 255, 255, .14), transparent 31%),
		linear-gradient(145deg, #0a7355, #064633);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 30px 80px rgba(18, 22, 30, .24);
}

.svh-branded-page .hero-content { max-width: 760px; }
.svh-branded-page .eyebrow { font-weight: 850; letter-spacing: .2em; opacity: .86; }
.svh-branded-page .hero h1 { max-width: 720px; margin-top: .34rem; font-size: clamp(2rem, 4.4vw, 3.3rem); font-weight: 850; letter-spacing: -.045em; text-wrap: balance; }
.svh-branded-page .hero .lead { margin-top: .65rem; font-size: clamp(.98rem, 2vw, 1.18rem); font-weight: 550; }
.svh-branded-page .portal-actions { margin-top: 18px; }

.hero-content { position: relative; z-index: 1; max-width: 760px; }

.hero-live-time {
	position: relative;
	z-index: 2;
	top: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	gap: 10px;
	margin: 0 auto 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(0, 35, 25, .18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 5px 16px rgba(0, 28, 20, .08);
	color: #fff;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .055em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.hero-live-date,
.hero-live-clock { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.hero-live-clock { padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, .3); }
.hero-live-clock time { font-size: .76rem; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.hero-live-clock small { font-size: .58rem; opacity: .72; }
.hero-live-icon { position: relative; display: inline-block; flex: 0 0 auto; width: 13px; height: 13px; opacity: .88; }
.hero-live-calendar { border: 1.5px solid currentColor; border-radius: 2px; }
.hero-live-calendar::before { content: ""; position: absolute; top: 2px; left: 0; width: 100%; border-top: 1.5px solid currentColor; }
.hero-live-calendar::after { content: ""; position: absolute; top: -2px; left: 2px; width: 6px; height: 3px; border-right: 1.5px solid currentColor; border-left: 1.5px solid currentColor; }
.hero-live-clock-icon { border: 1.5px solid currentColor; border-radius: 50%; }
.hero-live-clock-icon::before { content: ""; position: absolute; top: 2px; left: 5px; width: 1.5px; height: 4px; border-radius: 2px; background: currentColor; transform-origin: bottom; }
.hero-live-clock-icon::after { content: ""; position: absolute; top: 5px; left: 5px; width: 3px; height: 1.5px; border-radius: 2px; background: currentColor; transform: rotate(28deg); transform-origin: left center; }

.site-logo {
	display: block;
	width: auto;
	max-width: 150px;
	height: 72px;
	margin: 0 0 18px;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .12));
}

.hero h1 { margin: .25rem 0; font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.05; }
.hero p { margin: .45rem 0; opacity: .9; }
.hero .lead { font-size: clamp(1rem, 3vw, 1.35rem); font-weight: 650; }
.eyebrow { font-size: .75rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.portal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.portal-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.portal-button:hover { transform: translateY(-1px); }
.portal-button-light { border: 1px solid rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .94); box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(0, 0, 0, .16); color: #111; }
.portal-button-outline { border: 1px solid rgba(255, 255, 255, .58); background: rgba(0, 0, 0, .12); color: #fff; backdrop-filter: blur(8px); }
.portal-button-outline:hover { background: rgba(0, 0, 0, .22); color: #fff; }
.games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.games article { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 20px; background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(246, 247, 250, .58)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 16px 38px rgba(24, 29, 38, .09); backdrop-filter: blur(14px); }
.games time { color: var(--green); font-size: 1.35rem; font-weight: 800; }
.games strong, .games small { display: block; }
.games small { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.card { padding: 24px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(246, 247, 250, .58)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), inset 0 -1px 0 rgba(255, 255, 255, .28), 0 20px 55px rgba(24, 29, 38, .1); backdrop-filter: blur(14px); }
.card h2 { margin: 0; color: var(--green); font-size: 1.15rem; }
.service-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 0 0 14px; }
.service-heading > strong { padding: 4px 9px; border-radius: 99px; background: var(--mint); color: var(--green); font-size: .76rem; white-space: nowrap; }
.card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.card li { padding: 11px 12px; border-radius: 9px; background: var(--mint); }
.card li strong, .card li span, .card li small { display: block; }
.card li strong .helper-team { display: inline; margin-left: 3px; color: var(--muted); font-size: .72em; font-weight: 600; }
.card li span, .card li small { margin-top: 2px; color: var(--muted); font-size: .86rem; }
.muted { color: var(--muted); }
footer { padding: 22px 4px; color: var(--muted); font-size: .82rem; text-align: center; }

@media (max-width: 650px) {
	.container { margin: 14px auto; }
	.games, .service-grid { grid-template-columns: 1fr; }
	.hero { border-radius: 15px; }
	.hero::after { right: -30px; width: 190px; opacity: .08; }
	.svh-branded-page .hero { padding: 26px 22px; border-radius: 24px; }
	.svh-branded-page .hero::after { right: -72px; width: 270px; transform: translateY(-50%) rotate(14deg); opacity: .08; }
	.hero-live-time { gap: 8px; margin-bottom: 17px; padding: 7px 10px; font-size: .62rem; }
	.hero-live-clock { padding-left: 8px; }
	.hero-live-clock time { font-size: .7rem; }
	.hero-live-clock small { display: none; }
	.site-logo { max-width: 120px; height: 58px; margin-bottom: 14px; }
	.portal-button { width: 100%; }
	.card { padding: 18px; }
}
