/* vbuuk Registration Page - isolated styles */
.register-page .register-hero{
    padding:56px 20px;
    background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);
    color:#ffffff;
    text-align:center;
}
.register-page .register-hero h1{
    font-size:42px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 12px;
}
.register-page .register-hero p{
    max-width:760px;
    margin:0 auto;
    font-size:17px;
    color:rgba(255,255,255,.92);
}
.register-page .register-section{
    background:#f6f8fc;
    padding:58px 0 64px;
}
.register-page .register-shell{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) 320px;
    gap:32px;
    align-items:start;
}
.register-page .register-card,
.register-page .plan-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(18,38,63,.08);
}
.register-page .register-card{
    padding:36px;
}
.register-page .register-tag,
.register-page .trial-tag{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    padding:7px 13px;
}
.register-page .register-tag{
    background:#eaf1ff;
    color:#2563eb;
    margin-bottom:14px;
}
.register-page .trial-tag{
    background:#dcfce7;
    color:#15803d;
    margin-bottom:18px;
}
.register-page .register-card h2{
    color:#0f172a;
    font-size:30px;
    line-height:1.2;
    margin:0 0 8px;
}
.register-page .register-intro{
    color:#64748b;
    margin:0 0 24px;
}
.register-page .register-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.register-page .field label{
    display:block;
    color:#0f172a;
    font-size:13px;
    font-weight:800;
    margin-bottom:8px;
}
.register-page .field input,
.register-page .field select{
    width:100%;
    height:52px;
    border:1px solid #d8e0ec;
    border-radius:12px;
    padding:0 14px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    color:#0f172a;
    background:#ffffff;
}
.register-page .field input[readonly]{
    background:#f8fafc;
    color:#475569;
}
.register-page .field input:focus,
.register-page .field select:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.register-page .password-meter{
    display:block;
    margin-top:8px;
    font-size:12px;
    color:#64748b;
}
.register-page .checkbox-panel{
    margin:24px 0 18px;
    padding:18px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:16px;
}
.register-page .checkbox-panel label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#334155;
    font-size:14px;
    line-height:1.5;
    margin:0 0 12px;
}
.register-page .checkbox-panel label:last-child{margin-bottom:0;}
.register-page .checkbox-panel input{margin-top:4px;}
.register-page .register-submit{
    width:100%;
    min-height:52px;
    border:none;
    border-radius:12px;
    background:#2563eb;
    color:#ffffff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 12px 25px rgba(37,99,235,.22);
}
.register-page .register-submit:hover{background:#1e40af;}
.register-page .signin-note{
    margin:18px 0 0;
    text-align:center;
    color:#64748b;
    font-size:14px;
}
.register-page .signin-note a{
    color:#2563eb;
    font-weight:800;
    text-decoration:none;
}
.register-page .plan-card{
    padding:30px;
    position:sticky;
    top:104px;
}
.register-page .plan-card .label{
    color:#64748b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin:0 0 8px;
}
.register-page .plan-card h3{
    color:#0f172a;
    font-size:32px;
    line-height:1.1;
    margin:0;
}
.register-page .plan-subtitle{
    color:#15803d;
    font-weight:800;
    margin:12px 0;
}
.register-page .plan-price{
    color:#2563eb;
    font-size:26px;
    font-weight:900;
    margin:18px 0 8px;
}
.register-page .plan-desc{
    color:#475569;
    line-height:1.65;
    margin:0 0 18px;
}
.register-page .plan-features{
    list-style:none;
    margin:18px 0 0;
    padding:0;
}
.register-page .plan-features li{
    color:#334155;
    margin-bottom:10px;
    padding-left:24px;
    position:relative;
    font-size:14px;
}
.register-page .plan-features li:before{
    content:'✓';
    position:absolute;
    left:0;
    color:#16a34a;
    font-weight:900;
}
.register-page .scope-box{
    margin-top:20px;
    padding:18px;
    border-radius:16px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#1e3a8a;
}
.register-page .scope-box strong{display:block;margin-bottom:8px;}
.register-page .scope-box p{margin:0;line-height:1.6;font-size:14px;}
.register-page .change-plan{
    display:inline-flex;
    margin-top:22px;
    color:#2563eb;
    font-weight:900;
    text-decoration:none;
}
@media(max-width:980px){
    .register-page .register-shell{grid-template-columns:1fr;}
    .register-page .plan-card{position:static;}
}
@media(max-width:700px){
    .register-page .register-hero{padding:46px 18px;}
    .register-page .register-hero h1{font-size:32px;}
    .register-page .register-card{padding:24px;}
    .register-page .register-form-grid{grid-template-columns:1fr;}
}

/* EMAIL VERIFICATION / ONBOARDING STEP 2 */
.verify-hero{
    padding:56px 20px;
}

.verify-section{
    padding:56px 0 70px;
}

.verify-card{
    width:min(620px,100%);
    margin:0 auto;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:38px;
    box-shadow:0 20px 45px rgba(18,38,63,.08);
}

.verify-card h2{
    font-size:30px;
    margin:12px 0 8px;
    color:#111827;
}

.verify-intro{
    color:#64748b;
    margin:12px 0 24px;
}

.onboarding-alert{
    border-radius:14px;
    padding:14px 16px;
    margin:18px 0;
    font-weight:500;
}

.onboarding-alert p{
    margin:0 0 6px;
}

.onboarding-alert p:last-child{
    margin-bottom:0;
}

.onboarding-alert.success{
    background:#dcfce7;
    color:#166534;
    border:1px solid #86efac;
}

.onboarding-alert.error{
    background:#fee2e2;
    color:#991b1b;
    border:1px solid #fecaca;
}

.verify-form label{
    display:block;
    font-weight:700;
    margin-bottom:10px;
    color:#111827;
}

.verify-form input{
    width:100%;
    height:58px;
    border:1px solid #dbe3ef;
    border-radius:14px;
    padding:0 18px;
    font-size:24px;
    font-weight:700;
    letter-spacing:8px;
    text-align:center;
    color:#111827;
    outline:none;
    margin-bottom:18px;
}

.verify-form input:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.resend-form{
    text-align:center;
    margin-top:18px;
}

.resend-form button{
    border:0;
    background:transparent;
    color:#2563eb;
    font-weight:700;
    cursor:pointer;
    font-family:'Poppins',sans-serif;
}

.resend-form button:hover{
    text-decoration:underline;
}

.company-placeholder-card{
    width:min(760px,100%);
    margin:0 auto;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:38px;
    box-shadow:0 20px 45px rgba(18,38,63,.08);
    text-align:center;
}

.company-placeholder-card h2{
    font-size:30px;
    margin:12px 0;
}

.company-placeholder-card p{
    color:#64748b;
    margin-bottom:18px;
}

@media(max-width:768px){
    .verify-card,
    .company-placeholder-card{
        padding:28px 22px;
    }

    .verify-form input{
        font-size:20px;
        letter-spacing:5px;
    }
}

/* ONBOARDING STEP 3 - COMPANY / FACILITY SETUP */
.setup-section{padding:56px 0 72px;}
.setup-shell{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) 330px;
    gap:32px;
    align-items:start;
}
.setup-card,
.setup-summary-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(18,38,63,.08);
}
.setup-card{padding:36px;}
.setup-card h2{font-size:30px;line-height:1.2;margin:0 0 8px;color:#0f172a;}
.setup-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.setup-grid .full-field{grid-column:1 / -1;}
.register-page .field textarea{
    width:100%;
    border:1px solid #d8e0ec;
    border-radius:12px;
    padding:14px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    color:#0f172a;
    background:#ffffff;
    resize:vertical;
}
.register-page .field textarea:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.register-page .field small{display:block;margin-top:8px;color:#64748b;font-size:12px;}
.setup-actions{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:24px;
}
.setup-actions .register-submit{max-width:260px;}
.secondary-action,
.back-link{
    color:#2563eb;
    font-weight:800;
    text-decoration:none;
}
.secondary-action:hover,
.back-link:hover{text-decoration:underline;}
.setup-summary-card{
    padding:30px;
    position:sticky;
    top:104px;
}
.setup-summary-card .plan-kicker,
.plan-kicker{
    color:#64748b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin:0 0 8px;
}
.setup-summary-card h3{
    color:#0f172a;
    font-size:26px;
    line-height:1.18;
    margin:0 0 18px;
}
.summary-row{
    border-top:1px solid #e5e7eb;
    padding:14px 0;
}
.summary-row span{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:4px;
}
.summary-row strong{
    color:#0f172a;
    font-size:14px;
    word-break:break-word;
}
.summary-note{
    margin:18px 0 0;
    padding:16px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    border-radius:14px;
    color:#1e3a8a;
    line-height:1.6;
    font-size:14px;
}
@media(max-width:980px){
    .setup-shell{grid-template-columns:1fr;}
    .setup-summary-card{position:static;}
}
@media(max-width:700px){
    .setup-card{padding:24px;}
    .setup-grid{grid-template-columns:1fr;}
    .setup-actions{flex-direction:column;align-items:stretch;}
    .setup-actions .register-submit{max-width:none;}
}
