:root{--reg-ink:#251f1b;--reg-muted:#6f625a;--reg-red:#c51d0b;--reg-orange:#ef6508;--reg-gold:#ffbc2f;--reg-cream:#fff8ef;--reg-line:#eed8c8;--reg-green:#16814b;--reg-shadow:0 18px 48px rgba(90,51,24,.1)}
*{box-sizing:border-box}.registration-page{color:var(--reg-ink);background:#fffaf5}.registration-main{overflow:hidden}.registration-hero{position:relative;padding:42px 0 38px;background:linear-gradient(120deg,#f5ce75 0%,#ffe6ad 48%,#fff5df 100%)}.registration-hero:before,.registration-hero:after{position:absolute;border:1px solid rgba(197,29,11,.1);border-radius:50%;content:""}.registration-hero:before{width:210px;height:210px;top:-105px;right:8%}.registration-hero:after{width:120px;height:120px;right:22%;bottom:-70px}.registration-hero .container{position:relative;z-index:1}.registration-eyebrow{display:inline-flex;margin-bottom:12px;padding:7px 12px;border:1px solid rgba(197,29,11,.2);border-radius:999px;color:#ad1a0b;background:rgba(255,255,255,.62);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.registration-hero h1{max-width:780px;margin:0 0 12px;font-size:clamp(34px,4.6vw,62px);font-weight:900;line-height:1.02;letter-spacing:-.035em}.registration-hero p{max-width:760px;margin:0;color:#5f4c3f;font-size:clamp(16px,1.45vw,20px);line-height:1.65}.registration-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.registration-trust-row span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;color:#493b32;background:rgba(255,255,255,.72);font-size:12px;font-weight:700}.registration-trust-row span:before{color:var(--reg-green);content:"\2713";font-weight:900}.registration-content{padding:20px 0 60px}.registration-breadcrumb{margin-bottom:16px}.registration-breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:10px 14px;border:1px solid var(--reg-line);border-radius:999px;background:#fff;list-style:none;font-size:13px}.registration-breadcrumb li+li:before{margin-right:8px;color:#bc9a83;content:"/"}.registration-breadcrumb a{color:var(--reg-red);text-decoration:none}.registration-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;align-items:start}.registration-panel{min-width:0;padding:22px;border:1px solid var(--reg-line);border-radius:26px;background:#fff;box-shadow:var(--reg-shadow)}.registration-panel-heading{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.registration-panel-heading h2{margin:0 0 5px;font-size:clamp(23px,2.3vw,32px);font-weight:900}.registration-panel-heading p{margin:0;color:var(--reg-muted);font-size:14px;line-height:1.55}.registration-security-note{display:flex;align-items:center;align-self:flex-start;gap:7px;padding:8px 11px;border-radius:999px;color:#476052;background:#edf8f1;font-size:11px;font-weight:800;white-space:nowrap}.registration-security-note:before{content:"\2713"}.registration-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px;padding:0;list-style:none}.registration-progress li{position:relative;display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid var(--reg-line);border-radius:14px;color:#6f625a;background:#fffaf5}.registration-progress b{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:#b8aaa0;font-size:12px}.registration-progress strong{display:block;overflow:hidden;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.registration-progress small{display:block;color:#8a7c74;font-size:9px}.registration-progress li.is-current{border-color:#efb58e;background:#fff3e7}.registration-progress li.is-current b{background:linear-gradient(135deg,var(--reg-orange),var(--reg-red))}.registration-progress li.is-complete{border-color:#b9dfc8;background:#f1fbf5}.registration-progress li.is-complete b{background:var(--reg-green)}.registration-form-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.registration-step{position:relative;min-width:0;padding:18px;border:1px solid var(--reg-line);border-radius:20px;background:linear-gradient(145deg,#fff,#fffaf4);transition:opacity .2s,border-color .2s,box-shadow .2s}.registration-step[data-step="3"]{grid-column:1/-1}.registration-step.is-locked{opacity:.56;background:#f7f2ed}.registration-step.is-locked:after{position:absolute;top:15px;right:15px;padding:5px 8px;border-radius:999px;color:#786a61;background:#e9e1db;content:"Locked";font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.registration-step:not(.is-locked){border-color:#efc2a4;box-shadow:0 9px 25px rgba(93,52,26,.06)}.registration-step-head{display:flex;align-items:center;gap:11px;margin-bottom:15px;padding-right:50px}.registration-step-number{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--reg-orange),var(--reg-red));box-shadow:0 7px 15px rgba(188,44,8,.2);font-size:14px;font-weight:900}.registration-step-head h3{margin:0 0 3px;font-size:17px;font-weight:900}.registration-step-head p{margin:0;color:var(--reg-muted);font-size:11px;line-height:1.35}.registration-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.registration-step[data-step="1"] .registration-field-grid,.registration-step[data-step="2"] .registration-field-grid{grid-template-columns:1fr}.registration-field{min-width:0}.registration-field-full{grid-column:1/-1}.registration-field label{display:block;margin:0 0 6px;color:#4c4038;font-size:11px;font-weight:800;letter-spacing:.025em}.registration-field label span{color:var(--reg-red)}.registration-control{display:block;width:100%;min-height:48px;margin:0;padding:11px 13px;border:1px solid #dfcec2;border-radius:12px;color:#2f2824;background:#fff;font-family:inherit;font-size:14px;line-height:1.35;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.registration-control:focus{border-color:var(--reg-orange);box-shadow:0 0 0 3px rgba(239,101,8,.12)}textarea.registration-control{min-height:86px;resize:vertical}.registration-control:disabled{cursor:not-allowed;color:#8b8079;background:#eee9e5}.registration-validator{display:block;margin-top:4px;color:#b71909;font-size:10px;font-weight:700}.registration-fee-submit{display:grid;grid-template-columns:minmax(190px,.65fr) minmax(240px,1fr);gap:12px;align-items:stretch;margin-top:14px}.registration-fee-box{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #efd2bd;border-radius:15px;background:#fff3e1}.registration-fee-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--reg-orange),var(--reg-red));font-size:20px;font-weight:900}.registration-fee-box small{display:block;color:#76675e;font-size:9px;font-weight:800;text-transform:uppercase}.registration-fee-box strong{display:block;margin-top:2px;color:var(--reg-red);font-size:18px}.registration-submit-wrap{display:flex;flex-direction:column;justify-content:center}.registration-submit{width:100%;min-height:52px;border:0;border-radius:14px;color:#fff;background:linear-gradient(90deg,var(--reg-orange),var(--reg-red));box-shadow:0 10px 22px rgba(190,39,6,.22);font-family:inherit;font-size:15px;font-weight:900;cursor:pointer;transition:transform .2s,box-shadow .2s}.registration-submit:hover:not(:disabled),.registration-submit:focus-visible:not(:disabled){box-shadow:0 13px 28px rgba(190,39,6,.3);transform:translateY(-2px)}.registration-submit:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.6}.registration-submit-note{margin:6px 0 0;color:#7b6e66;font-size:9px;text-align:center}.registration-message{display:block;margin-top:7px;color:#b71909;font-size:12px;font-weight:800}.registration-aside{position:sticky;top:14px;display:grid;gap:14px}.registration-support-card,.registration-instructions{overflow:hidden;border:1px solid var(--reg-line);border-radius:23px;background:#fff;box-shadow:var(--reg-shadow)}.registration-support-visual{position:relative;min-height:220px;padding:18px 16px 0;background:linear-gradient(145deg,#221b18 0%,#3c251b 58%,#c73c0c 140%)}.registration-support-copy{position:relative;z-index:2;max-width:175px;color:#fff}.registration-support-copy span{display:inline-block;margin-bottom:8px;color:#ffbd37;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.registration-support-copy h2{margin:0 0 8px;font-size:23px;font-weight:900;line-height:1.12}.registration-support-copy p{margin:0;color:#eaded8;font-size:11px;line-height:1.45}.registration-student-image{position:absolute;right:-5px;bottom:0;width:125px;height:auto}.registration-support-actions{display:grid;gap:8px;padding:14px}.registration-support-actions a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:10px 12px;border:1px solid #ead8cb;border-radius:13px;color:#342923;background:#fff8f2;text-decoration:none;font-size:12px;font-weight:900}.registration-support-actions a:first-child{color:#fff;border-color:transparent;background:linear-gradient(90deg,var(--reg-orange),var(--reg-red))}.registration-support-actions a:hover{transform:translateY(-1px)}.registration-support-actions small{display:block;font-size:9px;font-weight:600;opacity:.78}.registration-instructions{padding:18px}.registration-instructions h2{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:17px;font-weight:900}.registration-instructions h2:before{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;color:var(--reg-red);background:#fff0e5;content:"!";font-size:16px;font-weight:900}.registration-instructions ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.registration-instructions li{position:relative;padding-left:18px;color:#65584f;font-size:11px;line-height:1.5}.registration-instructions li:before{position:absolute;top:1px;left:0;color:var(--reg-orange);content:"\2713";font-weight:900}.registration-instructions strong{color:var(--reg-red)}
.registration-thanks{padding:54px 0 70px;background:linear-gradient(145deg,#fff8ef,#fff)}.registration-thanks-card{position:relative;max-width:850px;margin:auto;padding:42px;border:1px solid var(--reg-line);border-radius:30px;background:#fff;box-shadow:var(--reg-shadow);text-align:center}.registration-thanks-check{display:grid;width:72px;height:72px;place-items:center;margin:0 auto 18px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#26a565,#107646);box-shadow:0 12px 26px rgba(23,129,75,.22);font-size:34px;font-weight:900}.registration-thanks-card h1{margin:0 0 10px;font-size:clamp(31px,4vw,48px);font-weight:900}.registration-thanks-card>p{max-width:620px;margin:0 auto;color:var(--reg-muted);font-size:16px;line-height:1.65}.registration-next-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:28px 0}.registration-next-steps article{padding:16px;border:1px solid var(--reg-line);border-radius:16px;background:#fffaf5;text-align:left}.registration-next-steps b{display:grid;width:30px;height:30px;place-items:center;margin-bottom:9px;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--reg-orange),var(--reg-red));font-size:11px}.registration-next-steps h2{margin:0 0 5px;font-size:14px}.registration-next-steps p{margin:0;color:var(--reg-muted);font-size:11px;line-height:1.45}.registration-thanks-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.registration-thanks-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border:1px solid #e8c7b0;border-radius:999px;color:var(--reg-red);background:#fff;text-decoration:none;font-size:13px;font-weight:900}.registration-thanks-actions a:first-child{color:#fff;border-color:transparent;background:linear-gradient(90deg,var(--reg-orange),var(--reg-red))}
@media(max-width:1199.98px){.registration-shell{grid-template-columns:minmax(0,1fr) 280px}.registration-panel{padding:18px}.registration-form-steps{grid-template-columns:1fr}.registration-step[data-step="3"]{grid-column:auto}.registration-progress strong{white-space:normal}}
@media(max-width:991.98px){.registration-shell{grid-template-columns:1fr}.registration-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.registration-support-visual{min-height:210px}.registration-instructions{height:100%}}
@media(max-width:767.98px){.registration-hero{padding:30px 0}.registration-hero h1{font-size:36px}.registration-content{padding:14px 0 40px}.registration-breadcrumb ol{border-radius:14px}.registration-panel{padding:13px;border-radius:19px}.registration-panel-heading{display:block}.registration-security-note{display:inline-flex;margin-top:10px}.registration-progress{gap:5px}.registration-progress li{justify-content:center;padding:7px 5px}.registration-progress b{width:27px;height:27px;flex-basis:27px}.registration-progress li>span{display:none}.registration-form-steps{gap:10px}.registration-step{padding:14px;border-radius:16px}.registration-step-head{padding-right:42px}.registration-field-grid{grid-template-columns:1fr}.registration-field-full{grid-column:auto}.registration-fee-submit{grid-template-columns:1fr}.registration-aside{grid-template-columns:1fr}.registration-support-visual{min-height:205px}.registration-student-image{width:122px}.registration-thanks{padding:36px 0 48px}.registration-thanks-card{padding:28px 16px;border-radius:22px}.registration-next-steps{grid-template-columns:1fr}.registration-next-steps article{text-align:center}.registration-next-steps b{margin-right:auto;margin-left:auto}}
@media(prefers-reduced-motion:reduce){.registration-step,.registration-control,.registration-submit,.registration-support-actions a{transition:none!important}}
