.enroll-body { color: #101827; background: #f5f7f9; }
.enroll-header { color: #fff; background: #08111f; border-bottom: 1px solid #24334a; }
.enroll-header .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.enroll-header .wrap > a:last-child { color: #abb7c7; font-size: 13px; font-weight: 700; }
.enroll-hero { padding: 78px 0 160px; color: #fff; background: #08111f; }
.enroll-hero .section-label { color: #b8f238; }
.enroll-hero h1 { margin: 0; font-size: clamp(38px,5vw,62px); line-height: 1.15; letter-spacing: -.05em; }
.enroll-hero h1 em { color: #b8f238; font-style: normal; }
.enroll-hero p:last-child { max-width: 630px; margin: 22px 0 0; color: #a9b6c6; line-height: 1.75; }
.enroll-content { position: relative; margin-top: -96px; padding-bottom: 100px; }
.enroll-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: start; }
.enroll-products, .enroll-panel { padding: 30px; background: #fff; border-radius: 20px; box-shadow: 0 22px 65px rgba(8,17,31,.1); }
.step-label { display: block; margin-bottom: 20px; color: #5b7cff; font: 700 11px/1 "DM Sans", sans-serif; letter-spacing: .13em; }
.enroll-product { position: relative; display: grid; gap: 5px; margin-bottom: 10px; padding: 20px 88px 20px 20px; border: 1px solid #dce3eb; border-radius: 14px; cursor: pointer; transition: border .2s, background .2s; }
.enroll-product.selected { border-color: #5b7cff; background: #f1f3ff; box-shadow: 0 0 0 2px rgba(91,124,255,.1); }
.enroll-product input { position: absolute; opacity: 0; }
.plan-code { color: #5b7cff; font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.enroll-product strong { font-size: 17px; }
.enroll-product small { color: #6b7789; font-size: 11px; }
.enroll-product b { position: absolute; right: 18px; bottom: 20px; font-size: 15px; }
.enroll-help { margin-top: 22px; padding: 19px; color: #fff; background: #101f34; border-radius: 14px; }
.enroll-help strong { font-size: 14px; }
.enroll-help p { margin: 7px 0 12px; color: #aab6c6; font-size: 12px; line-height: 1.6; }
.enroll-help a { color: #b8f238; font-size: 12px; font-weight: 800; }
.enroll-form { display: grid; gap: 18px; }
.enroll-form label { display: grid; gap: 8px; }
.enroll-form label > span { font-size: 13px; font-weight: 700; }
.enroll-form input, .enroll-form select, .enroll-form textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #d7dee8; border-radius: 9px; outline: 0; background: #fbfcfd; }
.enroll-form textarea { min-height: 140px; padding-top: 14px; resize: vertical; }
.enroll-form input:focus, .enroll-form select:focus, .enroll-form textarea:focus { border-color: #5b7cff; box-shadow: 0 0 0 3px rgba(91,124,255,.12); }
.login-gate { padding: 28px 8px 16px; text-align: center; }
.login-gate > span { color: #5b7cff; font: 700 10px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.login-gate h2 { margin: 18px 0 10px; font-size: 28px; }
.login-gate p { color: #6b7789; line-height: 1.7; }
.login-gate > div { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }
.button.secondary { color: #101827; border-color: #cfd7e1; background: #fff; }
.secure-note { display: flex; align-items: center; gap: 12px; padding: 15px; background: #f5f7f9; border-radius: 10px; }
.secure-note > b { display: grid; flex: 0 0 34px; height: 34px; place-items: center; color: #436500; background: #e9ffc0; border-radius: 50%; }
.secure-note p { display: grid; gap: 3px; margin: 0; }
.secure-note strong { font-size: 12px; }
.secure-note small { color: #6b7789; font-size: 11px; }
.enroll-footer { padding: 28px 0; color: #7f8b9c; background: #08111f; font-size: 11px; }
@media(max-width:760px){.enroll-header .wrap{min-height:68px}.enroll-header .wrap>a:last-child{font-size:11px}.enroll-hero{padding:58px 0 130px}.enroll-grid{grid-template-columns:1fr}.enroll-products,.enroll-panel{padding:22px 18px}.enroll-content{padding-bottom:70px}.login-gate>div{flex-direction:column}.login-gate .button{width:100%}.form-row{grid-template-columns:1fr}.enroll-product{padding-right:76px}}
