﻿:root {
    --brand: #2f6cf6;
    --brand-2: #4aa3ff;
    --muted: #7a8aa0;
    --card: #ffffff;
    --bg: #f4f7ff;
    --field: #f4f8ff;
    --border: #d9e5ff;
    --shadow: 0 18px 40px rgba(26, 44, 80, .12);
}

body {
    background: radial-gradient(1200px 600px at 20% 10%, #ffffff 0%, var(--bg) 55%, #eef4ff 100%);
    min-height: 100vh;
    color: #1d2b3a;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.page-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 12px;
}

.reg-card {
    width: min(520px, 100%);
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background: var(--card);
    box-shadow: var(--shadow);
}

.reg-header {
    background: linear-gradient(135deg, #eef3ff 0%, #ffffff 35%, #f6efe9 100%);
    padding: 28px 26px 18px;
    position: relative;
}

.logo-badge {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #ffffff;
    border: 1px solid rgba(40, 92, 255, .10);
    box-shadow: 0 10px 18px rgba(0,0,0,.06);
    margin: 0 auto 10px;
    color: var(--brand);
    font-size: 24px;
}

.title {
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 2px;
    letter-spacing: .2px;
}

    .title span {
        color: var(--brand);
        font-weight: 800;
    }

.subtitle {
    text-align: center;
    color: var(--muted);
    font-size: 12.5px;
    margin-bottom: 16px;
    font-weight: 600;
}

/* Stepper */
.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-bottom: 6px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 120px;
}

    .step .dot {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: #fff;
        border: 2px solid #d9e5ff;
        color: #97a9c6;
        font-size: 18px;
        z-index: 2;
    }

    .step.active .dot {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        box-shadow: 0 10px 18px rgba(47,108,246,.28);
    }

    .step .label {
        margin-top: 8px;
        font-size: 10px;
        letter-spacing: .8px;
        font-weight: 800;
        color: #9aaac2;
    }

    .step.active .label {
        color: var(--brand);
    }

.connector {
    height: 4px;
    width: 120px;
    background: #d9e5ff;
    border-radius: 99px;
    margin: 0 -10px;
    position: relative;
    top: -14px;
    z-index: 1;
}

    .connector.filled {
        background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
    }

/* Body */
.reg-body {
    padding: 18px 22px 24px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 16px;
    margin: 6px 0 14px;
}

    .section-title .sec-ic {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: #eef4ff;
        color: var(--brand);
        border: 1px solid rgba(47,108,246,.12);
    }

.field {
    background: var(--field);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 12px 14px;
}
    /* When input inside is focused */
    .field:focus-within {
        border: 2px solid var(--brand);
        color: var(--brand);
    }

    .field label {
        font-size: 10px;
        letter-spacing: .7px;
        font-weight: 900;
        color: var(--brand);
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    /* Select styling */
    .field select.form-control {
        border: none;
        outline: none;
        background: transparent;
        font-weight: 700;
        color: #2b3b4f;
        padding: 0;
        box-shadow: none;
        appearance: none; /* Remove default arrow */
    }

        /* Placeholder color */
        .field select.form-control option:disabled {
            color: #9cb0cb;
        }
    .field .req {
        color: #ff3b30;
    }

    .field .form-control {
        border: 0;
        background: transparent;
        padding: 0;
        height: auto;
        font-weight: 700;
        color: #2b3b4f;
        outline: none !important;
        box-shadow: none !important;
    }

        .field .form-control::placeholder {
            color: #9cb0cb;
            font-weight: 700;
        }
/* Regional Info Box */
.zone-box {
    border: 1px solid rgba(23, 34, 53, .10);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 16px rgba(20,40,80,.05);
}

.zone-label {
    font-size: 12px;
    font-weight: 800;
    color: #7f90ab;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.zone-option input {
    position: absolute;
    opacity: 0;
}

.zone-pill {
    border-radius: 14px;
    border: 1px solid #dbe6f7;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    cursor: pointer;
    background: #f9fbff;
    transition: .2s;
}

.radio-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd8ee;
    display: grid;
    place-items: center;
}

    .radio-dot::after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: transparent;
    }

.zone-option input:checked + .zone-pill {
    border: 2px solid var(--brand);
    color: var(--brand);
}

    .zone-option input:checked + .zone-pill .radio-dot {
        border-color: var(--brand);
    }

        .zone-option input:checked + .zone-pill .radio-dot::after {
            background: var(--brand);
        }

/* Upload Rows */
.upload-row {
    border: 2px dashed #d8e4f6;
    border-radius: 18px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .upload-row:hover {
        border: 2px dashed var(--brand);
        color: var(--brand);
    }

.upload-row1 {
    border: 2px dashed #d8e4f6;
    border-radius: 18px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .upload-row1:hover {
        border: 2px dashed #f97316;
        color: #f97316;
    }

.upload-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.upload-ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
}

    .upload-ic.blue {
        background: #eaf2ff;
        color: var(--brand);
    }

    .upload-ic.orange {
        background: #fff1e6;
        color: #ff7a1a;
    }

.upload-title {
    font-weight: 800;
}

.upload-sub {
    font-size: 11px;
    font-weight: 700;
    color: #9aa9c0;
    text-transform: uppercase;
}

.camera-btn {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 0;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
}

    .camera-btn.blue {
        background: var(--brand);
    }

    .camera-btn.orange {
        background: #ff7a1a;
    }

/* CTA */
.cta {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    border: 0;
    font-weight: 800;
    font-size: 18px;
    background: linear-gradient(180deg,#0e1930,#0a1326);
    color: #fff;
}
.brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #ffffff;
    border: 1px solid rgba(40, 92, 255, .10);
    box-shadow: 0 10px 18px rgba(0,0,0,.06);
    color: var(--brand);
    font-size: 22px;
    flex: 0 0 auto;
}

.title {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

    .title span {
        color: var(--brand);
    }

.subtitle {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

/* Tabs */
.tabs {
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(47,108,246,.12);
    border-radius: 16px;
    padding: 6px;
}

    .tabs .nav-link {
        border-radius: 12px;
        font-weight: 800;
        color: #526a8b;
        padding: 10px 14px;
    }

        .tabs .nav-link.active {
            background: var(--brand);
            color: #fff;
            box-shadow: 0 12px 18px rgba(47,108,246,.22);
        }

.reg-body {
    padding: 18px 22px 22px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 16px;
    margin: 8px 0 14px;
}

    .section-title .sec-ic {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: #eef4ff;
        color: var(--brand);
        border: 1px solid rgba(47,108,246,.12);
    }

/* Buttons */
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    border-radius: 14px;
    font-weight: 900;
    padding: 12px 14px;
    box-shadow: 0 10px 18px rgba(47,108,246,.18);
}

.btn-soft {
    border-radius: 14px;
    font-weight: 900;
    padding: 12px 14px;
    background: #f1f6ff;
    border: 1px solid rgba(47,108,246,.15);
    color: #2d4a79;
}

/* List Table */
.list-card {
    border: 1px solid rgba(23,34,53,.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20,40,80,.06);
}

.list-toolbar {
    padding: 14px;
    background: #fbfdff;
    border-bottom: 1px solid rgba(23,34,53,.06);
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #7c8faa;
    font-weight: 900;
    background: #ffffff;
}

.table tbody td {
    font-weight: 650;
    color: #25364d;
    vertical-align: middle;
}

.badge-soft {
    background: #eaf2ff;
    color: var(--brand);
    font-weight: 900;
}

.footer[b-hrl0dvh6mm] {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 35px;
}


/* Small screens spacing */
@media (max-width: 420px) {
    .reg-header {
        padding: 22px 16px 14px;
    }

    .reg-body {
        padding: 16px 16px 20px;
    }

    .step {
        width: 98px;
    }

    .connector {
        width: 98px;
    }
}
