.mhas {
	--mhas-navy: #082b48;
	--mhas-blue: #0f75bc;
	--mhas-blue-dark: #07558d;
	--mhas-yellow: #f8cf2c;
	--mhas-ink: #14283b;
	--mhas-muted: #607386;
	--mhas-line: #dce6ee;
	--mhas-soft: #f5f9fc;
	--mhas-green: #2b9b62;
	--mhas-orange: #ec7f23;
	--mhas-purple: #6d44b8;
	color: var(--mhas-ink);
	font-family: inherit;
	line-height: 1.85;
	box-sizing: border-box;
}
.mhas *, .mhas *::before, .mhas *::after { box-sizing: inherit; }
.mhas h1, .mhas h2, .mhas p { margin-top: 0; }
.mhas h1, .mhas h2 { color: var(--mhas-navy); line-height: 1.45; }
.mhas h1 { font-size: clamp(2rem, 4.4vw, 3.7rem); }
.mhas h2 { font-size: clamp(1.45rem, 2.8vw, 2.3rem); }
.mhas p { color: var(--mhas-muted); }
.mhas-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.mhas-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--mhas-blue); font-size: .82rem; font-weight: 800; letter-spacing: .01em; }
.mhas-eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 5px; background: var(--mhas-yellow); }
.mhas-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 10px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1.45; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mhas-button:hover { transform: translateY(-2px); }
.mhas-button--primary { background: linear-gradient(135deg, var(--mhas-blue), var(--mhas-blue-dark)); color: #fff !important; box-shadow: 0 10px 24px rgba(15,117,188,.2); }
.mhas-button--ghost { border-color: var(--mhas-line); background: #fff; color: var(--mhas-navy) !important; }
.mhas-button--yellow { background: var(--mhas-yellow); color: var(--mhas-navy) !important; box-shadow: 0 10px 25px rgba(248,207,44,.18); }

.mhas-main { display: grid; gap: clamp(26px, 4vw, 50px); }
.mhas-hero { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(25px, 4vw, 64px); align-items: center; min-height: 530px; padding: clamp(32px, 6vw, 76px); overflow: hidden; border: 1px solid var(--mhas-line); border-radius: 30px; background: linear-gradient(135deg, #fff 0%, #f6fbff 65%, #eff8ff 100%); box-shadow: 0 22px 60px rgba(8,43,72,.08); }
.mhas-hero::before { content: ""; position: absolute; width: 360px; height: 360px; left: -130px; bottom: -180px; border-radius: 50%; background: rgba(15,117,188,.05); }
.mhas-hero__content { position: relative; z-index: 2; }
.mhas-hero h1 { max-width: 720px; margin-bottom: 18px; }
.mhas-hero h1 em { position: relative; color: var(--mhas-blue); font-style: normal; white-space: nowrap; }
.mhas-hero h1 em::after { content: ""; position: absolute; right: 0; bottom: -4px; width: 72%; height: 7px; border-radius: 8px; background: var(--mhas-yellow); opacity: .9; }
.mhas-hero__content>p { max-width: 680px; margin-bottom: 27px; font-size: 1.08rem; }
.mhas-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.mhas-hero__visual { position: relative; min-height: 440px; }
.mhas-hero-mark { position: absolute; z-index: 1; inset: 120px 92px auto auto; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 225px; height: 195px; padding: 26px; text-align: center; border-radius: 42% 58% 56% 44% / 48% 43% 57% 52%; background: linear-gradient(145deg, var(--mhas-navy), var(--mhas-blue)); color: #fff; box-shadow: 0 25px 55px rgba(8,43,72,.28); }
.mhas-hero-mark .mhas-icon { width: 44px; height: 44px; margin-bottom: 8px; color: var(--mhas-yellow); }
.mhas-hero-mark span, .mhas-hero-mark strong { display: block; color: #fff; }
.mhas-hero-mark span { color: rgba(255,255,255,.78); }
.mhas-hero-mark strong { font-size: 1.05rem; }
.mhas-pillar { position: absolute; z-index: 2; min-width: 138px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.88); border-right: 4px solid var(--mhas-green); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 12px 34px rgba(8,43,72,.13); backdrop-filter: blur(10px); }
.mhas-pillar b, .mhas-pillar span { display: block; }
.mhas-pillar b { color: var(--mhas-navy); }
.mhas-pillar span { color: var(--mhas-muted); font-size: .76rem; }
.mhas-pillar--one { top: 25px; right: 4px; border-right-color: var(--mhas-green); }
.mhas-pillar--two { top: 45px; left: 0; border-right-color: var(--mhas-blue); }
.mhas-pillar--three { right: 0; bottom: 28px; border-right-color: var(--mhas-orange); }
.mhas-pillar--four { left: 8px; bottom: 15px; border-right-color: var(--mhas-purple); }

.mhas-registration { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(24px, 4vw, 46px); align-items: start; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--mhas-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 46px rgba(8,43,72,.07); scroll-margin-top: 40px; }
.mhas-about { position: sticky; top: 30px; padding: 12px 0; }
.mhas-richtext p:last-child { margin-bottom: 0; }
.mhas-mini-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.mhas-mini-features span { display: flex; align-items: center; gap: 7px; padding: 11px 13px; border-radius: 11px; background: var(--mhas-soft); color: var(--mhas-navy); font-size: .86rem; font-weight: 800; }
.mhas-mini-features .mhas-icon { color: var(--mhas-green); }
.mhas-form-card { padding: clamp(20px, 3vw, 34px); border: 1px solid var(--mhas-line); border-radius: 20px; background: var(--mhas-soft); }
.mhas-form-card h2 { margin-bottom: 7px; font-size: 1.45rem; }
.mhas-form-card>p { margin-bottom: 20px; font-size: .92rem; }
.mhas-form .gform_wrapper { margin: 0; }
.mhas-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .mhas-form select, .mhas-form textarea { border: 1px solid #cbd9e4 !important; border-radius: 10px !important; background: #fff !important; box-shadow: none !important; }
.mhas-form input[type="submit"], .mhas-form .gform_button { min-height: 47px !important; padding: 10px 27px !important; border: 0 !important; border-radius: 11px !important; background: var(--mhas-blue) !important; color: #fff !important; font-weight: 800 !important; }
.mhas-notice { padding: 17px; border-right: 4px solid var(--mhas-orange); border-radius: 10px; background: #fff7ed; }

.mhas-member-wrap { max-width: 900px; margin-inline: auto; }
.mhas-member-card { position: relative; padding: clamp(27px, 5vw, 55px); overflow: hidden; border: 1px solid var(--mhas-line); border-radius: 25px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 18px 50px rgba(8,43,72,.09); }
.mhas-member-card::after { content: ""; position: absolute; left: -80px; top: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(15,117,188,.05); pointer-events: none; }
.mhas-member-card>a { display: inline-block; text-decoration: none; }
.mhas-welcome { margin-bottom: 14px; color: var(--mhas-navy) !important; font-size: 1.08rem; font-weight: 800; }
.mhas-validity { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 18px 0; padding: 14px 17px; border-radius: 12px; background: var(--mhas-navy); color: #fff; }
.mhas-validity span { display: flex; align-items: center; gap: 8px; }
.mhas-validity .mhas-icon { color: var(--mhas-yellow); }
.mhas-message { margin: 18px 0; padding: 20px; border-right: 4px solid var(--mhas-green); border-radius: 13px; background: #f1faf5; }
.mhas-message p { color: var(--mhas-ink); }
.mhas-message--warning { border-right-color: var(--mhas-orange); background: #fff8ef; }

.mhas-cta-wrap { width: 100%; max-width: 1240px; margin: clamp(28px,3vw,44px) auto clamp(48px,5vw,72px); padding-inline: 18px; }
.mhas-school-cta { display: grid !important; grid-template-columns: 1fr .9fr !important; gap: 30px !important; align-items: center !important; width: 100% !important; margin: 0 !important; padding: clamp(28px,5vw,52px) !important; overflow: hidden !important; border: 1px solid rgba(248,207,44,.48) !important; border-radius: 25px !important; background: radial-gradient(circle at 12% 14%,rgba(248,207,44,.26),transparent 31%),linear-gradient(135deg,#5523a6 0%,#0f75bc 58%,#008e85 100%) !important; color: #fff !important; box-shadow: 0 20px 48px rgba(53,35,125,.25) !important; }
.mhas-school-cta h2 { margin-bottom: 8px; color: #fff !important; }
.mhas-school-cta p { color: rgba(255,255,255,.75) !important; }
.mhas-school-cta .mhas-eyebrow { color: var(--mhas-yellow); }
.mhas-school-cta .mhas-eyebrow::before { background: #fff; }
.mhas-school-cta__features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mhas-school-cta__features span { display: flex; align-items: center; gap: 8px; padding: 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.12); color: #fff; font-size: .83rem; font-weight: 800; }
.mhas-school-cta__features .mhas-icon { color: var(--mhas-yellow); }

.mhas-home-buttons { display: flex; align-items: stretch; justify-content: flex-start; gap: 12px; width: 100%; margin: 0; }
.mhas-home-button { display: inline-flex; flex: 0 1 216px; justify-content: center; align-items: center; min-height: 54px; padding: 14px 26px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; line-height: 1.55; text-align: center; text-decoration: none !important; box-shadow: 0 8px 18px rgba(8,43,72,.16); transition: transform .2s ease, box-shadow .2s ease; }
.mhas-home-button:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(8,43,72,.2); }
.mhas-home-button--about { background: linear-gradient(135deg,#0088cc 0%,#504bfd 80%); color: #fff !important; }
.mhas-home-button--school { background: var(--mhas-yellow); color: var(--mhas-navy) !important; }

@media (max-width: 1000px) {
	.mhas-hero { grid-template-columns: 1fr; min-height: 0; }
	.mhas-hero__visual { width: 100%; max-width: 510px; margin: 0 auto; }
	.mhas-registration { grid-template-columns: 1fr; }
	.mhas-about { position: static; }
}
@media (max-width: 700px) {
	.mhas-hero { padding: 30px 22px; border-radius: 22px; }
	.mhas-hero__visual { min-height: 365px; transform: scale(.94); margin: -10px auto; }
	.mhas-hero-mark { inset: 88px calc(50% - 96px) auto auto; width: 192px; height: 170px; }
	.mhas-pillar { min-width: 124px; padding: 10px 12px; }
	.mhas-pillar--one { top: 5px; right: 0; }
	.mhas-pillar--two { top: 5px; left: 0; }
	.mhas-pillar--three { right: 0; bottom: 5px; }
	.mhas-pillar--four { left: 0; bottom: 5px; }
	.mhas-registration { padding: 24px 18px; border-radius: 20px; }
	.mhas-school-cta { grid-template-columns: 1fr !important; padding: 27px 22px !important; border-radius: 19px !important; }
	.mhas-home-buttons { flex-direction: column; }
	.mhas-home-button { flex-basis: auto; width: 100%; }
}
@media (max-width: 470px) {
	.mhas-actions .mhas-button { width: 100%; }
	.mhas-hero__visual { min-height: 330px; transform: none; }
	.mhas-hero-mark { top: 92px; width: 170px; height: 150px; right: calc(50% - 85px); padding: 18px; }
	.mhas-hero-mark .mhas-icon { width: 34px; height: 34px; }
	.mhas-pillar { min-width: 107px; max-width: 119px; }
	.mhas-pillar span { display: none; }
	.mhas-mini-features, .mhas-school-cta__features { grid-template-columns: 1fr; }
	.mhas-validity { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	.mhas-button { transition: none; }
}
