.reg-page{background:var(--background);min-height:100vh}.reg-hero{padding-top:calc(var(--nav-height,6rem) + 3rem);background:var(--background);border-bottom:1px solid #e6e6e6}.reg-hero__inner{padding-inline:4rem;max-width:1280px;margin-inline:auto;padding-bottom:2.5rem}.reg-hero__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--clr-text-muted,#6b7280);margin-top:5rem;font-size:.65rem;font-weight:600}.reg-hero__title{letter-spacing:-.02em;color:var(--foreground);margin:2rem 0 1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:.95}.reg-body{max-width:900px;margin-inline:auto;padding:2.5rem 4rem 5rem}.reg-topbar{justify-content:flex-end;margin-bottom:2rem;display:flex}.reg-back-btn{color:var(--clr-text-muted,#6b7280);background:var(--background);border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.35rem;padding:.45rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.reg-back-btn:hover{border-color:var(--foreground);color:var(--foreground)}.reg-card{background:var(--background);border:1px solid #e6e6e6;border-radius:12px;margin-bottom:2rem;padding:2.5rem}.reg-card__heading{color:var(--foreground);margin:0 0 .4rem;font-size:1.25rem;font-weight:700}.reg-card__sub{color:var(--clr-text-muted,#6b7280);margin:0 0 2rem;font-size:.9rem}.reg-form{flex-direction:column;gap:1.25rem;display:flex}.reg-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.reg-form__group{flex-direction:column;gap:.4rem;display:flex}.reg-form__group--full{grid-column:1/-1}.reg-form__label{color:var(--foreground);letter-spacing:.01em;font-size:.82rem;font-weight:600}.reg-required{color:#dc2626}.reg-form__input{width:100%;color:var(--foreground);background:var(--background);box-sizing:border-box;appearance:none;border:1px solid #d9d9d9;border-radius:6px;outline:none;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.reg-form__input:focus{border-color:var(--foreground);box-shadow:0 0 0 3px #0f172a14}.reg-form__input::placeholder{color:var(--clr-text-muted,#9ca3af)}.reg-form__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.5rem}.reg-form__textarea{resize:vertical;min-height:110px;line-height:1.6}.reg-form__actions{justify-content:flex-end;margin-top:.5rem;display:flex}.reg-submit-btn{background:var(--foreground,#0f172a);color:var(--background,#fff);cursor:pointer;letter-spacing:.02em;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.65rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .15s;display:inline-flex}.reg-submit-btn:hover:not(:disabled){opacity:.8}.reg-submit-btn:disabled{opacity:.5;cursor:not-allowed}.reg-success{text-align:center;background:var(--background);border:1px solid #e6e6e6;border-radius:12px;flex-direction:column;align-items:center;margin-bottom:2rem;padding:4rem 2rem;display:flex}.reg-success__icon{color:#065f46;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;font-size:1.75rem;display:flex}.reg-success__title{color:var(--foreground);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.reg-success__text{color:var(--clr-text-muted,#6b7280);margin:0 0 2rem;font-size:.95rem}.reg-contact{background:#f5f8ff;border:1px solid #cdf;border-radius:12px;padding:1.75rem 2rem}.reg-contact__heading{color:var(--foreground);margin:0 0 .4rem;font-size:.95rem;font-weight:700}.reg-contact__text{color:var(--clr-text-muted,#6b7280);margin:0 0 1.25rem;font-size:.88rem}.reg-contact__grid{grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;display:grid}.reg-contact__item{flex-direction:column;gap:.15rem;display:flex}.reg-contact__item--full{grid-column:1/-1}.reg-contact__label{letter-spacing:.08em;text-transform:uppercase;color:var(--clr-text-muted,#6b7280);font-size:.75rem;font-weight:600}.reg-contact__value{color:var(--foreground);font-size:.9rem}@media (max-width:768px){.reg-hero__inner,.reg-body{padding-inline:1.5rem}.reg-body{padding-top:1.75rem;padding-bottom:3rem}.reg-form__row,.reg-contact__grid{grid-template-columns:1fr}.reg-card{padding:1.5rem}}
