/* CEFC Registration page */
.register-page{background:#f7f9fc;color:#18243a}
.register-page .register-hero{min-height:360px;display:flex;align-items:flex-end;position:relative;isolation:isolate;background:linear-gradient(135deg,#0d2f68,#154f9c 55%,#8b1128);overflow:hidden}
.register-page .register-hero::after{content:"";position:absolute;right:-70px;top:-90px;width:360px;height:360px;border-radius:50%;background:rgba(255,196,35,.17);z-index:-1}
.register-page .register-hero>div{width:min(1180px,calc(100% - 40px));margin:auto;padding:72px 0 58px;color:#fff}
.register-page .register-hero h1{color:#fff;margin:.35rem 0 .7rem;font-size:clamp(2.4rem,5vw,4.4rem)}
.register-page .register-hero p:last-child{max-width:740px;font-size:1.12rem;line-height:1.7;color:rgba(255,255,255,.9)}
.register-shell{width:min(1180px,calc(100% - 40px));margin:auto;padding:64px 0 84px}
.register-intro{text-align:center;max-width:820px;margin:0 auto 34px}
.register-intro h2{margin:.3rem 0 .7rem;color:#12213a}
.register-intro p{color:#5b6472;line-height:1.7}
.register-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:34px}
.register-choice{border:2px solid #e3e8f0;background:#fff;border-radius:22px;padding:26px;text-align:left;cursor:pointer;box-shadow:0 10px 30px rgba(20,37,65,.08);transition:.2s ease;position:relative}
.register-choice:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(20,37,65,.13)}
.register-choice.active{border-color:#d5a92f;box-shadow:0 0 0 4px rgba(213,169,47,.15),0 16px 36px rgba(20,37,65,.13)}
.register-choice .choice-icon{font-size:2.3rem;display:block;margin-bottom:10px}
.register-choice h3{margin:0 0 7px;color:#12213a;font-size:1.35rem}
.register-choice p{margin:0;color:#606978;line-height:1.55}
.register-choice .choice-tag{display:inline-block;margin-top:13px;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#123d7a;font-size:.78rem;font-weight:800}
.register-choice.active .choice-tag{background:#fff4cf;color:#694b00}
.registration-card{background:#fff;border:1px solid #e6eaf0;border-radius:26px;padding:clamp(24px,4vw,44px);box-shadow:0 18px 48px rgba(18,33,58,.1)}
.registration-heading{display:flex;gap:16px;align-items:flex-start;border-bottom:1px solid #edf0f4;padding-bottom:22px;margin-bottom:25px}
.registration-heading-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#eef4ff;font-size:1.8rem;flex:0 0 auto}
.registration-heading h2{margin:0 0 5px;color:#12213a}
.registration-heading p{margin:0;color:#66707d;line-height:1.55}
.reg-section-title{font-size:1rem;text-transform:uppercase;letter-spacing:.07em;color:#7b1f36;margin:30px 0 14px;font-weight:900}
.reg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.reg-field{display:flex;flex-direction:column;gap:7px}
.reg-field.full{grid-column:1/-1}
.reg-field label{font-weight:800;color:#243149;font-size:.94rem}
.reg-field input,.reg-field select,.reg-field textarea{width:100%;box-sizing:border-box;border:1px solid #ccd4df;border-radius:12px;padding:12px 13px;background:#fff;color:#17233b;font:inherit;outline:none;transition:.15s ease}
.reg-field textarea{min-height:115px;resize:vertical}
.reg-field input:focus,.reg-field select:focus,.reg-field textarea:focus{border-color:#1d5ca8;box-shadow:0 0 0 3px rgba(29,92,168,.12)}
.reg-help{font-size:.82rem;color:#727c89;line-height:1.45}
.reg-event-panel{display:none}
.reg-event-panel.active{display:block}
.reg-consent{margin:26px 0 18px;padding:16px 18px;border-radius:14px;background:#f7f9fc;border:1px solid #e6ebf2;display:flex;align-items:flex-start;gap:11px}
.reg-consent input{margin-top:4px}
.reg-consent label{line-height:1.55;color:#4c5665;font-size:.9rem}
.reg-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 24px;background:#d3aa4b;color:#12213a;font-weight:900;font-size:1rem;cursor:pointer;box-shadow:0 8px 20px rgba(211,170,75,.25)}
.reg-submit:hover{filter:brightness(.97);transform:translateY(-1px)}
.reg-note{margin-top:14px;color:#66707d;font-size:.86rem;line-height:1.5}
.reg-side-note{margin-top:28px;border-radius:18px;padding:20px 22px;background:#102544;color:#fff;line-height:1.6}
.reg-side-note strong{color:#ffd35a}
.reg-success{background:#eef9f0;border:1px solid #cde7d1;color:#245d2d;padding:16px;border-radius:14px;margin-bottom:20px}
.parent-fields[hidden]{display:none!important}
@media(max-width:760px){.register-choice-grid,.reg-grid{grid-template-columns:1fr}.register-shell,.register-page .register-hero>div{width:min(100% - 28px,1180px)}.register-page .register-hero{min-height:330px}.registration-heading{align-items:center}.reg-field.full{grid-column:auto}}

.christmas-live-count{display:flex;align-items:center;gap:14px;margin:0 0 22px;padding:16px 18px;border-radius:16px;background:#fff7dc;border:1px solid #ead18a;color:#26344b}
.christmas-live-count[hidden]{display:none!important}.christmas-live-count-icon{font-size:2rem;line-height:1}.christmas-live-count strong{display:block;color:#7b1f36;font-size:1.05rem;margin-bottom:2px}.christmas-live-count div span{display:block;color:#687281;font-size:.88rem}
