/* ══════════════════════════════════
   BECOME A DEALER PAGE
══════════════════════════════════ */
.bd-page {
    background: #f2ede4;
    min-height: 100vh;
    padding: 0 0 80px;
}

/* ── Breadcrumb ── */
.bd-breadcrumb {
    padding: 0 60px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, color-mix(in srgb, #2456a8 6%, #f2ede4) 0%, #f2ede4 100%);
    border-bottom: 1px solid color-mix(in srgb, #2456a8 12%, transparent);
}
@media (max-width: 1180px) {
    .bd-breadcrumb { padding: 0 24px; }
}

.bd-breadcrumb-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 14px 0;
}

.bd-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2456a8;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 14px 6px 10px;
    border-radius: 8px;
    background: rgba(36,86,168,0.08);
    border: 1px solid rgba(36,86,168,0.18);
    transition: background 0.22s, transform 0.22s;
}
.bd-breadcrumb a:hover {
    transform: translateX(-2px);
    background: rgba(36,86,168,0.14);
}

/* ── Container ── */
.bd-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 40px 0;
}

/* ── Form header ── */
.bd-form-header {
    text-align: center;
    margin-bottom: 32px;
}

.bd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2456a8;
    margin-bottom: 14px;
}

.bd-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 800;
    color: #0a0f1e;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
}

.bd-sub {
    font-size: 0.9rem;
    color: #5a6478;
    line-height: 1.65;
    max-width: 540px;
    margin: 0 auto;
}

/* ── Form card ── */
.bd-form {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e8e2d8;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05), 0 20px 48px rgba(0,0,0,0.06);
    padding: 36px 40px;
}

.bd-form-section {
    margin-bottom: 28px;
}
.bd-form-section:last-of-type {
    margin-bottom: 0;
}

.bd-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    color: #0a0f1e;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0ece4;
}
.bd-section-title i {
    color: #2456a8;
    font-size: 1.1rem;
}

.bd-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
    flex: 1;
}
.bd-field:last-child { margin-bottom: 0; }

.bd-field-row {
    display: flex;
    gap: 18px;
}

.bd-field label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #374151;
}
.bd-field label span {
    color: #2456a8;
}

.bd-field input,
.bd-field textarea {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: #0a0f1e;
    background: #faf8f4;
    border: 1.5px solid #e8e2d8;
    border-radius: 10px;
    padding: 12px 16px;
    outline: none;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    resize: vertical;
}
.bd-field input:focus,
.bd-field textarea:focus {
    border-color: #2456a8;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(36,86,168,0.12);
}

.bd-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 24px 0 22px;
    cursor: pointer;
}
.bd-checkbox input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: #2456a8;
    flex-shrink: 0;
    cursor: pointer;
}

.bd-btn-row {
    display: flex;
    gap: 14px;
}

.bd-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 160px;
    background: #fff;
    color: #5a6478;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    border: 1.5px solid #e2dbcc;
    padding: 15px 24px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.bd-cancel:hover {
    background: #f6f3ec;
    border-color: #cbd2dc;
    color: #374151;
}

.bd-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    background: linear-gradient(135deg, #1a3a6e 0%, #2456a8 50%, #4f8ef7 100%);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    border: none;
    padding: 15px 28px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(36,86,168,0.4);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.bd-submit i {
    transition: transform 0.3s cubic-bezier(0.22,1,0.36,1);
}
.bd-submit:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 14px 30px rgba(36,86,168,0.55);
}
.bd-submit:hover i {
    transform: translateX(4px);
}

/* ── Success state ── */
.bd-success-wrap {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e8e2d8;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05), 0 20px 48px rgba(0,0,0,0.06);
    padding: 60px 40px;
    text-align: center;
}

.bd-success-icon {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2dd4a7, #1d7a5f);
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    box-shadow: 0 12px 28px rgba(29,122,95,0.35);
}

.bd-success-wrap h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0a0f1e;
    margin-bottom: 12px;
}

.bd-success-wrap p {
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 420px;
    margin: 0 auto 28px;
}

.bd-success-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1a3a6e 0%, #2456a8 50%, #4f8ef7 100%);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 22px rgba(36,86,168,0.4);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.bd-success-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 30px rgba(36,86,168,0.55);
}
