.registration-page{color:#1e2430;min-height:100vh;font-family:var(--font-dm-sans), sans-serif;background:#f4f1e9}.registration-layout{grid-template-columns:minmax(340px,.8fr) minmax(560px,1.2fr);min-height:100vh;display:grid}.registration-intro{color:#fff;background:radial-gradient(circle at 80% 20%,#e2bd551f,#0000 25%),#0d4035;align-items:center;min-height:100vh;padding:100px max(6vw,60px);display:flex;position:relative;overflow:hidden}.registration-intro:before{content:"";pointer-events:none;border:1px solid #e2bd552e;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-220px;right:-280px;box-shadow:0 0 0 90px #e2bd5509,0 0 0 180px #e2bd5506}.registration-intro-content{z-index:2;width:min(100%,560px);position:relative}.registration-eyebrow{color:#e2bd55;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:38px;font-size:.66rem;font-weight:700;display:inline-flex}.registration-eyebrow:before{content:"";background:currentColor;width:28px;height:1px}.registration-intro h1{letter-spacing:-.065em;margin:0;font-size:clamp(4rem,7vw,7rem);font-weight:400;line-height:.88}.registration-intro h1 span{color:#e2bd55;font-family:var(--font-playfair), serif;letter-spacing:-.045em;margin-left:45px;font-style:italic;font-weight:400;display:block}.registration-intro-content>p{color:#ffffffab;max-width:470px;margin:38px 0 0;font-size:.9rem;line-height:1.8}.registration-event-note{border-top:1px solid #ffffff24;flex-direction:column;gap:7px;margin-top:55px;padding-top:22px;display:flex}.registration-event-note span{color:#e2bd55;letter-spacing:.16em;font-size:.65rem;font-weight:700}.registration-event-note strong{color:#ffffffb8;font-size:.78rem;font-weight:500}.registration-form-section{background:#fff;align-items:flex-start;min-height:100vh;padding:185px max(6vw,60px) 90px;display:flex}.registration-form{width:min(100%,720px);margin:0 auto}.registration-progress{border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);margin-bottom:65px;display:grid}.registration-progress-step{color:#a1a6aa;align-items:center;gap:10px;padding-bottom:17px;transition:color .18s;display:flex;position:relative}.registration-progress-step span{border:1px solid #dfe2e2;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:.6rem;font-weight:700;transition:background-color .18s,border-color .18s,color .18s;display:flex}.registration-progress-step small{letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:700}.registration-progress-step.is-active{color:#0d4035}.registration-progress-step.is-active:after{content:"";background:#e2bd55;height:2px;position:absolute;bottom:-1px;left:0;right:20px}.registration-progress-step.is-active span,.registration-progress-step.is-completed span{color:#fff;background:#0d4035;border-color:#0d4035}.registration-form-content{min-height:500px}.registration-step{animation:.26s both registration-step-in}@keyframes registration-step-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.registration-step-label{color:#8d7444;letter-spacing:.15em;align-items:center;gap:10px;font-size:.64rem;font-weight:700;display:inline-flex}.registration-step-label:before{content:"";background:currentColor;width:24px;height:1px}.registration-step h2{color:#1e2430;letter-spacing:-.06em;max-width:650px;margin:30px 0 18px;font-size:clamp(3rem,5vw,5rem);font-weight:400;line-height:.92}.registration-step h2 span{color:#0d4035;font-family:var(--font-playfair), serif;letter-spacing:-.045em;margin-left:35px;font-style:italic;font-weight:400;display:block}.registration-step-description{color:#73797d;max-width:540px;margin:0 0 38px;font-size:.86rem;line-height:1.8}.registration-events{flex-direction:column;gap:12px;margin-top:35px;display:flex}.registration-event-card{color:#1e2430;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e5e5;border-radius:12px;grid-template-columns:48px 1fr 35px;align-items:center;gap:20px;width:100%;padding:24px 25px;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative}.registration-event-card:hover{border-color:#b8c3bf;transform:translateY(-2px);box-shadow:0 12px 30px #0f2d270f}.registration-event-card.is-selected{background:#f7f8f5;border-color:#0d4035;box-shadow:inset 3px 0 #e2bd55}.registration-event-number{color:#9d382f;letter-spacing:.1em;font-size:.65rem;font-weight:700}.registration-event-card div{flex-direction:column;gap:5px;display:flex}.registration-event-card div>span{color:#9d382f;letter-spacing:.13em;font-size:.6rem;font-weight:700}.registration-event-card strong{color:#1e2430;letter-spacing:-.025em;font-size:1rem;font-weight:600}.registration-event-card small{color:#7c8286;font-size:.72rem}.registration-event-check{color:#0000;border:1px solid #dfe2e2;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:.7rem;font-weight:700;transition:background-color .18s,border-color .18s,color .18s;display:flex}.registration-event-card.is-selected .registration-event-check{color:#fff;background:#0d4035;border-color:#0d4035}.registration-fields{flex-direction:column;gap:22px;margin-top:35px;display:flex}.registration-fields label{color:#555d61;letter-spacing:.04em;flex-direction:column;gap:9px;font-size:.69rem;font-weight:700;display:flex}.registration-fields input,.registration-fields select{color:#1e2430;background:#fff;border:1px solid #dfe2e2;border-radius:8px;outline:none;width:100%;min-height:52px;padding:0 16px;font-family:inherit;font-size:.84rem;font-weight:400;transition:border-color .18s,box-shadow .18s}.registration-fields input::placeholder{color:#a7acae}.registration-fields input:focus,.registration-fields select:focus{border-color:#0d4035;box-shadow:0 0 0 3px #0d403512}.registration-field-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.registration-payment-note{background:#f7f3e8;border-left:3px solid #e2bd55;grid-template-columns:1fr auto;gap:7px 20px;padding:20px 22px;display:grid}.registration-payment-note>span{color:#8d7444;letter-spacing:.13em;font-size:.62rem;font-weight:700}.registration-payment-note strong{color:#0d4035;font-size:1.2rem;font-weight:600}.registration-payment-note p{color:#73706a;grid-column:1/-1;margin:0;font-size:.74rem;line-height:1.65}.registration-step-actions{justify-content:space-between;align-items:center;gap:15px;margin-top:85px;display:flex}.registration-next-button,.registration-submit-button{color:#fff;cursor:pointer;background:#0d4035;border:0;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 24px;font-family:inherit;font-size:.72rem;font-weight:700;transition:transform .18s,background-color .18s,opacity .18s;display:inline-flex}.registration-next-button:hover:not(:disabled),.registration-submit-button:hover{background:#09352d;transform:translateY(-2px)}.registration-next-button:disabled{opacity:.35;cursor:not-allowed}.registration-next-button span,.registration-submit-button span{transition:transform .18s}.registration-next-button:hover:not(:disabled) span,.registration-submit-button:hover span{transform:translate(3px)}.registration-back-button{color:#747b7f;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-height:50px;padding:0 5px;font-family:inherit;font-size:.72rem;font-weight:700;display:inline-flex}.registration-back-button:hover{color:#0d4035}@media (max-width:900px){.registration-layout{grid-template-columns:1fr}.registration-intro{min-height:auto;padding:120px 30px 70px}.registration-intro:before{width:400px;height:400px;bottom:-260px;right:-220px}.registration-intro h1{font-size:clamp(3.8rem,12vw,5.5rem)}.registration-event-note{margin-top:38px}.registration-form-section{min-height:auto;padding:140px 30px 90px}}@media (max-width:600px){.registration-intro{padding:105px 22px 60px}.registration-intro h1{font-size:clamp(3.3rem,15vw,4.8rem)}.registration-intro h1 span{margin-left:25px}.registration-form-section{padding:125px 22px 75px}.registration-progress{grid-template-columns:repeat(4,auto);justify-content:space-between;margin-bottom:50px}.registration-progress-step{gap:0}.registration-progress-step small{display:none}.registration-progress-step.is-active:after{right:0}.registration-step h2{font-size:clamp(2.8rem,13vw,4rem)}.registration-step h2 span{margin-left:25px}.registration-field-row{grid-template-columns:1fr}.registration-event-card{grid-template-columns:35px 1fr 30px;gap:13px;padding:20px 17px}.registration-event-card strong{font-size:.9rem}.registration-step-actions{margin-top:35px}.registration-next-button,.registration-submit-button{min-height:48px;padding:0 20px}}.registration-form-error{color:#8a332b;background:#faf1ef;border-left:3px solid #9d382f;margin-top:25px;padding:14px 16px;font-size:.74rem;line-height:1.6}.registration-submit-button:disabled{opacity:.55;cursor:wait;transform:none}.registration-payment-cancelled{color:#123f35;background:#c9a44a14;border:1px solid #c9a44a59;margin-bottom:32px;padding:18px 20px}.registration-payment-cancelled strong{margin-bottom:5px;font-size:.82rem;font-weight:700;display:block}.registration-payment-cancelled p{color:#6d7774;margin:0;font-size:.76rem;line-height:1.6}
