/* =========================================
   Register Salon (B2B) — mobile-first
   Primary #0b2241 | Almond #F4EBE2 | Gold CTA
   ========================================= */
.bt-register-page {
    --bt-reg-primary: #0b2241;
    --bt-reg-almond: #F4EBE2;
    --bt-reg-white: #ffffff;
    --bt-reg-gold: #d4af37;
    --bt-reg-gold-mid: #c9a84c;
    --bt-reg-gold-deep: #a88222;
    --bt-reg-muted: #6a7a8a;
    --bt-reg-border: rgba(11, 34, 65, 0.12);
    --bt-reg-radius: 16px;
    background: var(--bt-reg-white);
    color: var(--bt-reg-primary);
    direction: rtl;
}

.bt-reg-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.bt-reg-form-wrap {
    max-width: 520px;
}

/* ----- Hero ----- */
.bt-reg-hero {
    padding: 16px 0 8px;
    background: var(--bt-reg-white);
}
.bt-reg-hero .bt-reg-container {
    max-width: 1200px;
}
.bt-reg-hero-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #d4af37 0%, #a88222 100%);
    border-radius: 18px;
    padding: 40px 16px 36px;
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.22);
    box-sizing: border-box;
}
.bt-reg-hero-card::before {
    content: '';
    position: absolute;
    top: -45%;
    right: -18%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}
.bt-reg-hero-card::after {
    content: '';
    position: absolute;
    bottom: -35%;
    left: -20%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}
.bt-reg-hero-title {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
    color: #ffffff !important;
}
.bt-reg-hero-sub {
    position: relative;
    z-index: 2;
    margin: 0 auto 24px;
    max-width: none;
    font-size: clamp(11px, 2.85vw, 16px);
    line-height: 1.5;
    color: #ffffff !important;
    opacity: 0.95;
    white-space: nowrap;
}

/* ----- Buttons ----- */
.bt-reg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}
.bt-reg-btn-hero {
    background: #ffffff !important;
    color: #a88222 !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
body .bt-register-page a.bt-reg-btn-hero:hover,
body .bt-register-page a.bt-reg-btn-hero:focus,
body .bt-register-page a.bt-reg-btn-hero:active,
body .bt-register-page a.bt-reg-btn-hero:visited:hover {
    background: var(--bt-reg-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(11, 34, 65, 0.25);
}
.bt-reg-btn-gold {
    background: linear-gradient(135deg, #d4af37 0%, #a88222 100%) !important;
    color: var(--bt-reg-primary) !important;
    box-shadow: 0 8px 20px rgba(168, 130, 34, 0.28);
}
body .bt-register-page a.bt-reg-btn-gold:hover,
body .bt-register-page a.bt-reg-btn-gold:focus,
body .bt-register-page a.bt-reg-btn-gold:active,
body .bt-register-page button.bt-reg-btn-gold:hover,
body .bt-register-page button.bt-reg-btn-gold:focus,
body .bt-register-page button.bt-reg-btn-gold:active {
    background: var(--bt-reg-primary) !important;
    background-image: none !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(11, 34, 65, 0.25);
}
.bt-reg-btn-submit {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    margin-top: 8px;
}

/* ----- Benefit chips: SMALL pills + icons ----- */
.bt-reg-benefits {
    background: transparent !important;
    padding: 14px 0 6px !important;
    margin: 0 !important;
}
.bt-reg-benefits .bt-reg-container {
    max-width: 1200px;
}
.bt-reg-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}
.bt-reg-tag,
.bt-register-page .bt-reg-tag {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    padding: 7px 12px 7px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #F4EBE2 !important;
    border: 1px solid rgba(11, 34, 65, 0.1) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    text-align: right !important;
}
.bt-reg-tag-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #a88222 !important;
    box-shadow: 0 1px 2px rgba(11, 34, 65, 0.08) !important;
}
.bt-reg-tag-icon svg {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    stroke: currentColor !important;
}
.bt-reg-tag-text {
    display: inline !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #0b2241 !important;
    white-space: nowrap !important;
}

/* ----- City searchable picker ----- */
.bt-city-picker {
    position: relative;
}
.bt-city-search {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid var(--bt-reg-border);
    border-radius: 10px;
    background: var(--bt-reg-almond);
    color: var(--bt-reg-primary);
    font-size: 16px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
}
.bt-city-search:focus {
    border-color: var(--bt-reg-gold-mid);
    background: var(--bt-reg-white);
}
.bt-city-list {
    position: absolute;
    z-index: 30;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    max-height: 220px;
    overflow-y: auto;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: var(--bt-reg-white);
    border: 1px solid var(--bt-reg-border);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(11, 34, 65, 0.12);
}
.bt-city-list li {
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    color: var(--bt-reg-primary);
}
.bt-city-list li:hover,
.bt-city-list li:focus {
    background: var(--bt-reg-almond);
    outline: none;
}

/* ----- Form ----- */
.bt-reg-form-section {
    padding: 40px 0 28px;
}
.bt-reg-section-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    color: var(--bt-reg-primary);
    text-align: center;
}
.bt-reg-section-sub {
    margin: 0 0 24px;
    text-align: center;
    font-size: 13px;
    color: var(--bt-reg-muted);
    line-height: 1.7;
}
.bt-reg-alert {
    padding: 12px 16px;
    border-radius: var(--bt-reg-radius);
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
}
.bt-reg-alert-success {
    background: #eef8f0;
    color: #1a5c2e;
    border: 1px solid #c5e6ce;
}
.bt-reg-alert-error {
    background: #fdf0f0;
    color: #8a1f1f;
    border: 1px solid #efc5c5;
}
.bt-reg-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bt-reg-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bt-reg-primary);
}
.bt-reg-req { color: var(--bt-reg-gold-deep); }
.bt-reg-field input,
.bt-reg-field select,
.bt-reg-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid var(--bt-reg-border);
    border-radius: 10px;
    background: var(--bt-reg-almond);
    color: var(--bt-reg-primary);
    font-size: 16px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
}
.bt-reg-field textarea { resize: vertical; min-height: 88px; }
.bt-reg-field input:focus,
.bt-reg-field select:focus,
.bt-reg-field textarea:focus {
    border-color: var(--bt-reg-gold-mid);
    background: var(--bt-reg-white);
}
.bt-reg-trust {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--bt-reg-muted);
    text-align: center;
    line-height: 1.7;
}

/* ----- FAQ ----- */
.bt-reg-faq {
    padding: 16px 0 56px;
    background: #fcfbf9;
}
.bt-reg-faq .bt-reg-section-title { margin-bottom: 20px; }
.bt-reg-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
}
.bt-reg-faq-item {
    background: var(--bt-reg-white);
    border: 1px solid var(--bt-reg-border);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}
.bt-reg-faq-item summary {
    padding: 14px 16px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    list-style: none;
    color: var(--bt-reg-primary);
}
.bt-reg-faq-item summary::-webkit-details-marker { display: none; }
.bt-reg-faq-item summary::after {
    content: '+';
    float: left;
    font-weight: 300;
    font-size: 18px;
    color: var(--bt-reg-gold-deep);
}
.bt-reg-faq-item[open] summary::after { content: '−'; }
.bt-reg-faq-item p {
    margin: 0;
    padding: 0 16px 14px;
    font-size: 13px;
    line-height: 1.8;
    color: var(--bt-reg-muted);
}

/* ----- Tablet / Desktop ----- */
@media (min-width: 768px) {
    .bt-reg-container { padding: 0 20px; }
    .bt-reg-hero { padding: 36px 0 12px; }
    .bt-reg-hero-card {
        border-radius: 20px;
        padding: 52px 40px 48px;
    }
    .bt-reg-hero-card::before {
        width: 300px;
        height: 300px;
        top: -50%;
        right: -12%;
    }
    .bt-reg-hero-title { font-size: 30px; }
    .bt-reg-hero-sub {
        font-size: 16px;
        margin-bottom: 28px;
        white-space: nowrap;
    }
    .bt-reg-btn { font-size: 16px; padding: 14px 34px; }
    .bt-reg-benefits { padding: 16px 0 8px !important; }
    .bt-reg-tags { gap: 10px !important; }
    .bt-reg-tag,
    .bt-register-page .bt-reg-tag {
        padding: 8px 14px 8px 11px !important;
        gap: 8px !important;
    }
    .bt-reg-tag:hover {
        border-color: rgba(201, 168, 76, 0.45) !important;
        transform: translateY(-1px);
    }
    .bt-reg-tag-icon {
        width: 24px !important;
        height: 24px !important;
    }
    .bt-reg-tag-icon svg {
        width: 13px !important;
        height: 13px !important;
    }
    .bt-reg-tag-text { font-size: 13px !important; }
    .bt-reg-form-section { padding: 56px 0 40px; }
    .bt-reg-section-title { font-size: 22px; }
    .bt-reg-section-sub { font-size: 14px; }
    .bt-reg-field label { font-size: 14px; }
    .bt-reg-field input,
    .bt-reg-field select,
    .bt-reg-field textarea,
    .bt-city-search { font-size: 14px; }
    .bt-reg-faq { padding: 20px 0 72px; }
    .bt-reg-faq-item summary { font-size: 14px; }
    .bt-reg-faq-item p { font-size: 14px; }
}
