.jhse-wrap,
.jhsc-page{
	--jh-navy:#17324d;
	--jh-blue:#244d72;
	--jh-orange:#e97827;
	--jh-border:#d8e1e8;
	--jh-muted:#5e6d79;
}

.jhsc-page{max-width:1240px;margin:0 auto}
.jhsc-intro{max-width:860px;margin:0 0 26px}
.jhsc-kicker,.jhse-kicker{margin:0 0 7px;color:var(--jh-orange);font-size:12px;font-weight:800;letter-spacing:.09em}
.jhsc-intro h2{margin:0 0 12px;color:var(--jh-navy);font-size:30px;line-height:1.2}
.jhsc-intro p{margin:0 0 8px;color:#263b4d;line-height:1.6}

.jhsc-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(285px,.9fr);gap:26px;align-items:start}
.jhsc-side{display:grid;gap:16px;position:sticky;top:24px}
.jhsc-panel,.jhsc-note{border:1px solid var(--jh-border);border-radius:14px;background:#fff;padding:20px;box-shadow:0 7px 22px rgba(23,50,77,.045)}
.jhsc-panel h3{margin:0 0 14px;color:var(--jh-navy);font-size:19px}
.jhsc-checks{margin:0;padding:0;list-style:none}
.jhsc-checks li{position:relative;padding:0 0 10px 24px;color:#32475a;line-height:1.5}
.jhsc-checks li:last-child{padding-bottom:0}
.jhsc-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--jh-orange);font-weight:900}
.jhsc-link{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf1f4;color:var(--jh-blue);font-weight:700;text-decoration:none}
.jhsc-link:first-of-type{padding-top:0}
.jhsc-link:last-child{border-bottom:0;padding-bottom:0}
.jhsc-link:hover{text-decoration:underline}
.jhsc-panel p{margin:0 0 12px;color:#3a4d5e;line-height:1.45}
.jhsc-panel p:last-child{margin-bottom:0}
.jhsc-note{background:#f7fafc;color:#31475a}
.jhsc-note strong{color:var(--jh-navy)}
.jhsc-note p{margin:6px 0 0;line-height:1.5}

.jhse-wrap{margin:0;padding:26px 28px;border:1px solid var(--jh-border);border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(23,50,77,.06)}
.jhse-heading{max-width:760px;margin-bottom:20px}
.jhse-heading h2{margin:0 0 9px;color:var(--jh-navy);font-size:28px;line-height:1.15}
.jhse-heading p{margin:0;color:var(--jh-muted);line-height:1.6}
.jhse-alert{padding:14px 16px;border-radius:10px;margin:0 0 20px;font-weight:700}
.jhse-success{background:#eef8f1;border:1px solid #abd5b6;color:#245d34}
.jhse-error{background:#fff2f0;border:1px solid #e5b5ae;color:#8b2f24}
.jhse-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 20px}
.jhse-full{grid-column:1/-1}
.jhse-field label{display:block;margin:0 0 7px;font-weight:750;color:var(--jh-navy)}
.jhse-field label span{color:var(--jh-orange)}
.jhse-field label small{font-weight:500;color:var(--jh-muted)}
.jhse-field input[type=text],
.jhse-field input[type=email],
.jhse-field input[type=tel],
.jhse-field select,
.jhse-field textarea{box-sizing:border-box;width:100%;border:1px solid #bdcad5;border-radius:9px;background:#fff;color:#142638;font:inherit;padding:12px 13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.jhse-field textarea{resize:vertical;min-height:130px}
.jhse-field input:focus,.jhse-field select:focus,.jhse-field textarea:focus{border-color:var(--jh-blue);box-shadow:0 0 0 3px rgba(36,77,114,.12)}
.jhse-help{font-size:13px;color:var(--jh-muted);margin:7px 0 0}
.jhse-consent label{display:flex;gap:10px;align-items:flex-start;font-weight:500;line-height:1.5}
.jhse-consent input{margin-top:4px}
.jhse-consent label span{color:#263b4d}
.jhse-consent a{color:var(--jh-blue);text-decoration:underline}
.jhse-submit-row{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-top:20px;border-top:1px solid var(--jh-border);padding-top:20px}
.jhse-submit{border:0;border-radius:9px;background:var(--jh-orange);color:#fff;font-weight:800;font-size:16px;padding:13px 22px;cursor:pointer}
.jhse-submit:hover,.jhse-submit:focus{background:#cc641d;color:#fff}
.jhse-submit:disabled{cursor:wait;opacity:.72}
.jhse-submit-row p{margin:0;color:var(--jh-muted);font-size:13px;line-height:1.5}
.jhse-recaptcha-note{max-width:620px}
.jhse-recaptcha-note a{color:var(--jh-blue);text-decoration:underline}
.jhse-client-error{box-sizing:border-box;width:100%;padding:12px 14px;border:1px solid #e5b5ae;border-radius:9px;background:#fff2f0;color:#8b2f24;font-weight:700}
.jhse-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media (max-width:900px){
	.jhsc-layout{grid-template-columns:1fr}
	.jhsc-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
	.jhse-wrap{padding:20px}
	.jhse-grid{grid-template-columns:1fr}
	.jhse-full{grid-column:auto}
	.jhsc-side{grid-template-columns:1fr}
	.jhse-heading h2,.jhsc-intro h2{font-size:27px}
}
