/* ── Header ── */
.cb-header {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}
.cb-header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 56px;
    padding: 0 20px;
}
.cb-header-back {
    position: absolute;
    left: 16px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50%;
    transition: background .2s;
}
.cb-header-back:hover {
    background: #f3f4f6;
    color: #1f2937;
}
.cb-header-logo img {
    display: block;
}

/* ── Progress bar ── */
.cb-progress-bar {
    display: flex;
    gap: 0;
    width: 100%;
}
.cb-progress-segment {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    transition: background .3s ease;
}
.cb-progress-segment.active {
    background: #0f6b5f;
}

/* ── Page wrapper ── */
.cb-page {
    background: #f8f9fa;
    min-height: calc(100vh - 60px);
    padding-top: 32px;
    padding-bottom: 60px;
}

/* ── Card ── */
.cb-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    padding: 32px 28px;
    max-width: 560px;
    margin: 0 auto;
}
.cb-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

/* ── Appointment summary (doctor / slot / venue) ── */
.cb-summary {
    margin-bottom: 14px;
    padding: 18px 18px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}
.cb-summary--face {
    border-left: 3px solid #0f6b5f;
}
.cb-summary--online {
    border-left: 3px solid #0284c7;
}
.cb-summary__expert {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cb-summary__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}
.cb-summary__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 18px;
}
.cb-summary__expert-body {
    min-width: 0;
}
.cb-summary__name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}
.cb-summary__branch {
    margin: 2px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.3;
}
.cb-summary__when {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 10px 12px;
    background: #f9fafb;
    border: 1px solid #eef0f3;
    border-radius: 10px;
}
.cb-summary__when-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
}
.cb-summary__when-main i {
    color: #0f6b5f;
    flex-shrink: 0;
}
.cb-summary__change {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 107, 95, 0.35);
    line-height: 1.2;
}
.cb-summary__change:hover {
    color: #0d5d53;
    border-bottom-color: #0d5d53;
}
.cb-summary__divider {
    height: 1px;
    margin: 16px 0;
    background: #eef0f3;
}
.cb-summary__meeting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}
.cb-summary__chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    border: 1px solid transparent;
}
.cb-summary__chip i {
    font-size: 12px;
}
.cb-summary__chip.is-face {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #0f6b5f;
}
.cb-summary__chip.is-online {
    background: #f0f9ff;
    border-color: #bae6fd;
    color: #0369a1;
}
.cb-summary__meeting-hint {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}
.cb-summary__online-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
    font-size: 12px;
    font-weight: 500;
    color: #0369a1;
    line-height: 1.4;
}
.cb-summary__online-note i {
    margin-top: 1px;
    flex-shrink: 0;
}

/* Bölüm başlığı deseni — cümle biçimi (yalnızca ilk harf büyük; UPPERCASE yok) */
.cb-section-label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.cb-venue-card {
    margin: 0 0 18px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}
.cb-venue-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.cb-venue-card__head .cb-section-label {
    margin-bottom: 0;
}
.cb-venue-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}
.cb-venue-card__address {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.45;
}
.cb-venue-card__city {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.35;
}
.cb-venue-card__map {
    margin-top: 12px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f1f5f9;
    z-index: 0;
}
.cb-venue-card__directions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
    line-height: 1.3;
}
.cb-venue-card__directions--header {
    margin-top: 0;
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f0faf7;
    border: 1px solid #d5ebe4;
    white-space: nowrap;
}
.cb-venue-card__directions:hover {
    color: #115e59;
    text-decoration: none;
}
.cb-venue-card__directions--header:hover {
    background: #e6f6f1;
    border-color: #b9ddd2;
}
.cb-venue-card__directions i {
    font-size: 12px;
}

/* Slot AJAX uyumluluğu */
.cb-slot-badge {
    display: contents;
}

/* ── Form elements ── */
.cb-form-group {
    margin-bottom: 16px;
}
.cb-form-group--after-venue {
    margin-top: 0;
    margin-bottom: 20px;
}
.cb-form-group > label,
.cb-form-group .cb-section-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #374151;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-transform: none;
}
.cb-form-group input,
.cb-form-group textarea,
.cb-form-group select {
    width: 100%;
    padding: 13px 16px;
    min-height: 50px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    background: #fff;
    font-family: inherit;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.cb-form-group input::placeholder,
.cb-form-group textarea::placeholder {
    color: #94a3b8;
    font-weight: 500;
}
.cb-form-group input:hover,
.cb-form-group textarea:hover,
.cb-form-group select:hover {
    border-color: #cbd5e1;
    background: #fafbfc;
}
.cb-form-group input:focus,
.cb-form-group textarea:focus,
.cb-form-group select:focus {
    border-color: #0f6b5f;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(15, 107, 95, 0.12);
}
.cb-form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat right 14px center / 14px;
    padding-right: 40px;
    cursor: pointer;
}
.cb-form-group select:focus {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230f6b5f' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat right 14px center / 14px;
}

/* İletişim formu — bilgi adımı */
.cb-contact-fields {
    margin: 4px 0 22px;
    padding: 18px 16px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 16px;
}
.cb-contact-fields__head {
    margin-bottom: 16px;
}
.cb-contact-fields__hint {
    margin: 4px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.4;
}
.cb-contact-fields__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}
.cb-input-with-icon {
    position: relative;
}
.cb-input-with-icon__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}
.cb-input-with-icon input {
    padding-left: 42px;
}
.cb-input-with-icon:focus-within .cb-input-with-icon__icon {
    color: #0f6b5f;
}

/* Birleşik telefon alanı */
.cb-phone-field {
    display: flex;
    align-items: stretch;
    min-height: 50px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.cb-phone-field:hover {
    border-color: #cbd5e1;
    background: #fafbfc;
}
.cb-phone-field:focus-within {
    border-color: #0f6b5f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 107, 95, 0.12);
}
.cb-phone-field .cb-custom-select--compact {
    width: 108px;
}
.cb-phone-field .cb-custom-select-trigger,
.cb-phone-field .cb-custom-select.has-value .cb-custom-select-trigger,
.cb-phone-field .cb-custom-select.is-open .cb-custom-select-trigger,
.cb-phone-field .cb-custom-select-trigger:hover,
.cb-phone-field .cb-custom-select-trigger:focus,
.cb-phone-field .cb-custom-select-trigger:focus-visible {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 12px 0 0 12px;
    min-height: 48px;
    padding-left: 14px;
    padding-right: 36px;
}
.cb-phone-field .cb-custom-select-chevron {
    right: 6px;
    background: #f1f5f9;
}
.cb-phone-field .cb-custom-select.is-open .cb-custom-select-chevron {
    background: #ecfdf5;
}
.cb-phone-field__divider {
    width: 1px;
    align-self: stretch;
    margin: 10px 0;
    background: #e5e7eb;
    flex-shrink: 0;
}
.cb-phone-field:focus-within .cb-phone-field__divider {
    background: #cce7df;
}
.cb-phone-field__input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 48px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 12px 12px 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.cb-phone-field__input:hover,
.cb-phone-field__input:focus {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* ── Custom select ── */
.cb-custom-select {
    position: relative;
    width: 100%;
}
.cb-custom-select-trigger {
    width: 100%;
    min-height: 50px;
    padding: 13px 44px 13px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: #111827;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
    position: relative;
    font-family: inherit;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}
.cb-custom-select-trigger:hover {
    border-color: #cbd5e1;
    background: #fafbfc;
}
.cb-custom-select.is-open .cb-custom-select-trigger,
.cb-custom-select-trigger:focus-visible,
.cb-custom-select-trigger:focus {
    border-color: #0f6b5f;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(15, 107, 95, 0.12);
}
.cb-custom-select.has-value .cb-custom-select-trigger {
    border-color: #cce7df;
    background: #f7fcfa;
}
.cb-custom-select-trigger.is-placeholder {
    color: #94a3b8;
    font-weight: 500;
}
.cb-custom-select-chevron {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #64748b;
    font-size: 11px;
    pointer-events: none;
    background: #f1f5f9;
    transition: transform .18s ease, color .18s ease, background .18s ease;
}
.cb-custom-select.is-open .cb-custom-select-chevron {
    transform: rotate(180deg);
    color: #0f6b5f;
    background: #ecfdf5;
}
.cb-custom-select-menu {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 16px 40px -8px rgba(15, 23, 42, 0.16);
    max-height: 288px;
    overflow-y: auto;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.cb-custom-select-menu::-webkit-scrollbar {
    width: 8px;
}
.cb-custom-select-menu::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}
.cb-custom-select-menu::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
    border: 2px solid #fff;
}
.cb-custom-select.is-open > .cb-custom-select-menu {
    display: block;
    animation: cb-select-pop 0.16s ease-out;
}

/* Arama destekli dropdown paneli */
.cb-custom-select-dropdown {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 16px 40px -8px rgba(15, 23, 42, 0.16);
    max-height: 340px;
    overflow: hidden;
}
.cb-custom-select.is-open > .cb-custom-select-dropdown {
    display: flex;
    animation: cb-select-pop 0.16s ease-out;
}
.cb-custom-select-dropdown .cb-custom-select-menu {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    animation: none;
    overflow-y: auto;
}
.cb-custom-select-search {
    position: relative;
    flex-shrink: 0;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #eef2f6;
    background: #fff;
}
.cb-custom-select-search__icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    z-index: 1;
    color: #94a3b8;
    font-size: 12px;
    pointer-events: none;
}
.cb-form-group .cb-custom-select-search__input,
.cb-custom-select-search__input {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px 8px 40px !important;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    color: #0f172a;
    outline: none;
    box-shadow: none !important;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.cb-custom-select-search__input::placeholder {
    color: #94a3b8;
}
.cb-form-group .cb-custom-select-search__input:focus,
.cb-custom-select-search__input:focus {
    border-color: #0f6b5f;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(15, 107, 95, 0.12) !important;
}
.cb-custom-select-search__input::-webkit-search-decoration,
.cb-custom-select-search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.cb-custom-select-empty {
    flex-shrink: 0;
    padding: 18px 14px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}
.cb-custom-select-option.is-filtered-out {
    display: none;
}
@keyframes cb-select-pop {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.cb-custom-select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    transition: background .14s ease, color .14s ease;
    line-height: 1.35;
}
.cb-custom-select-option:hover,
.cb-custom-select-option.is-active {
    background: #f8fafc;
    color: #0f172a;
}
.cb-custom-select-option.is-selected {
    background: #ecfdf5;
    color: #0f6b5f;
    font-weight: 700;
}
.cb-custom-select-option.is-selected::after {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f6b5f'%3E%3Cpath d='M13.485 3.242a1 1 0 0 1 .273 1.39l-6.2 8.2a1 1 0 0 1-1.54.12l-3.2-3.4a1 1 0 1 1 1.464-1.364l2.35 2.496 5.463-7.227a1 1 0 0 1 1.39-.215z'/%3E%3C/svg%3E");
}
.cb-custom-select-option.is-placeholder {
    display: none;
}

/* ── Select card (radio alternative) ── */
.cb-select-cards {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}
.cb-select-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    background: #fff;
}
.cb-select-card:hover {
    border-color: #a7d8cf;
    background: #f0fdf9;
}
.cb-select-card.active {
    border-color: #0f6b5f;
    background: #ecfdf5;
}
.cb-select-card input[type="radio"] {
    display: none;
}
.cb-select-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #6b7280;
    transition: all .2s;
}
.cb-select-card.active .cb-select-card-icon {
    background: #d1fae5;
    color: #065f46;
}
.cb-select-card-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}
.cb-select-card.active .cb-select-card-label {
    color: #065f46;
}

/* ── Legacy radio group (step 2 booked_for etc.) ── */
.cb-radio-group {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}
.cb-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #374151;
    transition: all .2s;
    flex: 1;
    justify-content: center;
    background: #fff;
}
.cb-radio-item:hover {
    border-color: #a7d8cf;
}
.cb-radio-item:has(input:checked) {
    border-color: #0f6b5f;
    background: #ecfdf5;
    color: #065f46;
    font-weight: 600;
}
.cb-radio-item input[type="radio"] {
    width: auto;
    min-height: auto;
    accent-color: #0f6b5f;
}

/* ── Buttons ── */
.cb-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: #0f6b5f;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .1s;
    min-height: 50px;
}
.cb-btn-primary:hover {
    background: #0d5d53;
}
.cb-btn-primary:active {
    transform: scale(.98);
}
.cb-btn-primary:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}
.cb-btn-primary .fa-arrow-right {
    font-size: 13px;
    transition: transform .2s;
}
.cb-btn-primary:hover .fa-arrow-right {
    transform: translateX(3px);
}

.cb-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    min-height: 50px;
    text-decoration: none;
}
.cb-btn-secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

/* ── OTP ── */
.cb-otp-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 28px 0;
}
.cb-otp-inputs input {
    width: 56px;
    height: 64px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #d1d5db;
    border-radius: 12px;
    background: #f9fafb;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.cb-otp-inputs input:focus {
    border-color: #0f6b5f;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15,107,95,.15);
}

.cb-otp-hint {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
}
.cb-otp-panel {
    text-align: center;
}
.cb-otp-panel__icon {
    margin-bottom: 8px;
    color: #0f6b5f;
    font-size: 40px;
    line-height: 1;
}
.cb-otp-panel__title {
    text-align: center;
}
.cb-otp-panel__desc {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 8px;
    line-height: 1.55;
}

.cb-otp-resend {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #6b7280;
}
.cb-otp-resend a {
    color: #0f6b5f;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.cb-otp-resend a:hover {
    color: #0d5d53;
}
.cb-otp-resend a.disabled {
    color: #9ca3af;
    pointer-events: none;
    text-decoration: none;
}

/* OTP yeniden gönder — dairesel geri sayım */
.cb-otp-cooldown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    min-height: 132px;
}
.cb-otp-cooldown__waiting {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: cb-otp-fade-in .35s ease;
}
.cb-otp-cooldown__ring {
    position: relative;
    width: 80px;
    height: 80px;
}
.cb-otp-cooldown__svg {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    display: block;
}
.cb-otp-cooldown__track {
    fill: none;
    stroke: #e8eef0;
    stroke-width: 5;
}
.cb-otp-cooldown__progress {
    fill: none;
    stroke: #0f6b5f;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 213.628;
    stroke-dashoffset: 0;
}
.cb-otp-cooldown__time {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb-otp-cooldown__digits {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}
.cb-otp-cooldown__label {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}
.cb-otp-resend-btn {
    appearance: none;
    border: 1px solid #cfe3df;
    background: #f3faf8;
    color: #0f6b5f;
    font-weight: 650;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 999px;
    padding: 11px 20px;
    min-width: 180px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    animation: cb-otp-ready-pop .45s cubic-bezier(.2,.9,.2,1.2);
}
.cb-otp-resend-btn:hover:not(:disabled) {
    background: #e7f6f2;
    border-color: #0f6b5f;
    box-shadow: 0 6px 16px rgba(15, 107, 95, .12);
}
.cb-otp-resend-btn:active:not(:disabled) {
    transform: translateY(1px);
}
.cb-otp-resend-btn:disabled {
    opacity: .7;
    cursor: wait;
}
.cb-otp-cooldown.is-ready {
    min-height: auto;
}
@keyframes cb-otp-fade-in {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes cb-otp-ready-pop {
    0% { opacity: 0; transform: scale(.92); }
    100% { opacity: 1; transform: scale(1); }
}

/* ── Success page ── */
.cb-success-icon {
    width: 80px;
    height: 80px;
    background: #d1fae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: cb-pop .4s cubic-bezier(.68,-.55,.27,1.55);
}
@keyframes cb-pop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.cb-success-icon i {
    font-size: 36px;
    color: #065f46;
}

.cb-success-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 8px;
}
.cb-success-hero--title-only .cb-success-title {
    margin-bottom: 24px;
}
.cb-success-desc {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Success meta — ödeme fiyat paneli / iletişim soft paneli ile aynı dil (özet kartını sarmamaz) */
.cb-success-meta {
    margin: 0 0 14px;
    padding: 4px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    text-align: left;
}
.cb-success-shell--online .cb-success-meta,
.cb-card--success-online .cb-success-meta {
    background: #f8fbff;
    border-color: #e0f2fe;
}
.cb-success-shell--face .cb-success-meta,
.cb-card--success-face .cb-success-meta {
    background: #f7fbfa;
    border-color: #dceee9;
}
.cb-success-meta .cb-summary-row:last-child {
    border-bottom: none;
}

.cb-success-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cb-success-notice__icon {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    opacity: .9;
}
.cb-success-notice__body {
    min-width: 0;
    flex: 1 1 auto;
}
.cb-success-shell--face .cb-success-notice,
.cb-card--success-face .cb-success-notice {
    background: #f0faf7;
    border-color: #d5ebe4;
    color: #0f6b5f;
}
.cb-success-shell--online .cb-success-notice,
.cb-card--success-online .cb-success-notice {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.cb-card--success .cb-venue-card {
    margin: 0 0 24px;
}

.cb-success-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.cb-success-buttons .cb-btn-primary,
.cb-success-buttons .cb-btn-secondary {
    flex: 1 1 calc(50% - 6px);
    min-width: 140px;
    width: auto;
    text-decoration: none;
}
.cb-success-buttons a.cb-btn-primary {
    color: #fff;
}
.cb-success-buttons a.cb-btn-secondary {
    color: #374151;
}
.cb-success-buttons .cb-btn-primary i,
.cb-success-buttons .cb-btn-secondary i {
    font-size: 13px;
    opacity: .9;
}
.cb-card--success .cb-success-buttons + .cb-app-download {
    margin-top: 24px;
}

/* ── Info box ── */
.cb-info-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.cb-info-box i {
    color: #d97706;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.cb-info-box span {
    font-size: 13px;
    color: #92400e;
    line-height: 1.5;
}

/* ── Summary rows ── */
.cb-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
}
.cb-summary-row:last-child {
    border-bottom: none;
}
.cb-summary-label {
    color: #6b7280;
}
.cb-summary-value {
    color: #1f2937;
    font-weight: 600;
}

/* ── Summary banner (Step 2) ── */
.cb-summary-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f0fdf4;
    border: 1px solid rgba(19, 170, 101, 0.15);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 24px;
}
.cb-summary-banner-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(19, 170, 101, 0.25);
    flex-shrink: 0;
}
.cb-summary-banner-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #9ca3af;
    font-size: 18px;
}
.cb-summary-banner-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.cb-summary-banner-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cb-summary-banner-slot {
    font-size: 13px;
    color: #0f6b5f;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cb-summary-banner-slot i {
    font-size: 12px;
}

/* ── Split layout (Step 2 — legacy) ── */
.cb-split-layout {
    display: flex;
    gap: 28px;
    max-width: 920px;
    margin: 0 auto;
    align-items: flex-start;
}
.cb-split-left {
    flex: 1;
    min-width: 0;
}
.cb-split-right {
    width: 320px;
    flex-shrink: 0;
}
.cb-sidebar-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    padding: 24px;
    position: sticky;
    top: 72px;
}

@media (max-width: 768px) {
    .cb-split-layout {
        flex-direction: column;
    }
    .cb-split-right {
        width: 100%;
    }
    .cb-sidebar-card {
        position: static;
    }
    .cb-success-buttons {
        flex-direction: column;
    }
    .cb-summary-banner {
        padding: 12px 14px;
        gap: 12px;
    }
    .cb-summary-banner-name {
        font-size: 14px;
    }
}

/* ── Free badge ── */
.cb-free-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #d1fae5;
    color: #065f46;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

/* ── Other reason textarea (toggle) ── */
.cb-other-reason {
    margin-top: 12px;
    display: none;
}
.cb-other-reason.visible {
    display: block;
}

/* ── Calendar modal ── */
#cbSlotChangeBody .calendar-container {
    max-height: 420px;
    overflow-y: auto;
}
#cbSlotChangeBody .calendar {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 8px;
    border-radius: 16px;
}
#cbSlotChangeBody .calendar th,
#cbSlotChangeBody .calendar td {
    width: 62px;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #374151;
    background-color: rgba(243, 252, 248, 1);
    border: 1px solid rgba(19, 170, 101, 0.2);
    border-radius: 10px;
}
#cbSlotChangeBody .calendar th.navigation {
    cursor: pointer;
    width: 30px;
    background-color: rgba(243, 252, 248, 1);
    transition: background-color .2s;
}
#cbSlotChangeBody .calendar th.navigation:hover {
    background-color: rgba(19, 170, 101, 0.15);
}
#cbSlotChangeBody .calendar th.hide {
    display: none;
}
#cbSlotChangeBody .calendar thead {
    height: 64px;
    background-color: #fff;
}
#cbSlotChangeBody .calendar thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}
#cbSlotChangeBody .calendar tbody td.reserved,
#cbSlotChangeBody .calendar tbody td.cancelled {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
#cbSlotChangeBody .calendar tbody td.none,
#cbSlotChangeBody .calendar tbody td.empty {
    visibility: hidden;
}
#cbSlotChangeBody .calendar tbody td.reservable {
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
}
#cbSlotChangeBody .calendar tbody td.reservable:hover {
    background-color: rgba(19, 170, 101, 0.2);
}
#cbSlotChangeBody .calendar tbody td.reservable:active {
    background-color: rgba(19, 170, 101, 1);
    color: #fff;
}
#cbSlotChangeBody .calendar tbody td.reservable-selected {
    background-color: rgba(19, 170, 101, 1);
    color: #fff;
    cursor: pointer;
}
#cbSlotChangeBody .calendar tbody td.reservable-selected:hover {
    background-color: rgb(7, 124, 71) !important;
}
#cbSlotChangeBody .calendar tbody td.prereservable {
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
}
#cbSlotChangeBody .calendar tbody td.prereservable:hover {
    background-color: rgba(245, 158, 11, 0.2);
}
#cbSlotChangeBody .calendar tbody td.prereservable-selected {
    background-color: rgba(245, 158, 11, 1);
    color: #fff;
    cursor: pointer;
}
#cbSlotChangeBody .col-md-12 > .row,
#cbSlotChangeBody .col-md-12 > .col-md-12:last-child {
    display: none;
}
#cbSlotChangeBody .no-calendar-warning {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px !important;
    gap: 16px;
}
#cbSlotChangeBody .no-calendar-warning::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 48px;
    color: #d1d5db;
    display: block;
}
#cbSlotChangeBody .no-calendar-warning p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 320px;
    margin: 0;
}
#cbSlotChangeBody .no-calendar-warning p i {
    display: none;
}

/* ── Phone input group ── */
.cb-phone-group {
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.cb-custom-select--compact {
    width: 118px;
    flex-shrink: 0;
}
.cb-custom-select--compact .cb-custom-select-trigger {
    min-height: 50px;
    padding-left: 12px;
    padding-right: 40px;
    font-variant-numeric: tabular-nums;
}
.cb-custom-select--compact .cb-custom-select-chevron {
    right: 8px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 10px;
}
.cb-custom-select--compact .cb-custom-select-menu,
.cb-custom-select--compact .cb-custom-select-dropdown {
    min-width: 280px;
    width: max-content;
    max-width: min(320px, calc(100vw - 48px));
    left: 0;
    right: auto;
}
.cb-custom-select--compact .cb-custom-select-option {
    padding: 10px 12px;
    align-items: flex-start;
}
.cb-custom-select--compact .cb-custom-select-option.is-selected::after {
    margin-top: 2px;
}
.cb-select-option-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.cb-select-option-main {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    line-height: 1.25;
}
.cb-select-option-sub {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.25;
}
.cb-custom-select-option.is-selected .cb-select-option-sub {
    color: rgba(15, 107, 95, 0.75);
}
.cb-phone-group > input[type="tel"] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 50px;
}
.cb-phone-group select {
    width: 100px;
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 576px) {
    .cb-card {
        padding: 24px 18px;
        margin: 0 8px;
        border-radius: 14px;
    }
    .cb-contact-fields {
        padding: 16px 14px 14px;
        border-radius: 14px;
    }
    .cb-contact-fields__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .cb-otp-inputs input {
        width: 48px;
        height: 56px;
        font-size: 20px;
    }
    .cb-select-cards {
        flex-direction: column;
    }
    .cb-summary {
        padding: 16px;
    }
    .cb-summary__when {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ── Set password block (success page) ── */
.cb-set-password-block {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}
.cb-set-password-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.cb-set-password-header > i {
    font-size: 22px;
    color: #065f46;
    margin-top: 2px;
    flex-shrink: 0;
}
.cb-set-password-header strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2px;
}
.cb-set-password-header span {
    font-size: 13px;
    color: #6b7280;
}
.cb-set-password-form .cb-form-group {
    margin-bottom: 12px;
}
.cb-set-password-skip {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
}
.cb-set-password-skip:hover {
    color: #374151;
    text-decoration: underline;
}

/* ── App store badges — CTA’ların altında (success / step3) ── */
.cb-app-download {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}
.cb-app-download .app-store-links-intro {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 16px;
    line-height: 1.5;
}
.cb-app-download .app-store-links-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.cb-app-download .app-store-links-badge {
    display: inline-block;
    line-height: 0;
    transition: opacity .2s ease, transform .2s ease;
}
.cb-app-download .app-store-links-badge:hover {
    opacity: .88;
    transform: translateY(-1px);
}
.cb-app-download .app-store-links-badge img {
    width: auto;
    max-width: 131px;
    height: 39px;
}

/* ── Checkout (ödeme / onay) — step1 kart deseni ── */
.cb-checkout-lead {
    margin: -4px 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.5;
}
.cb-checkout-shell .booking-checkout-payment {
    margin-top: 8px;
}
.cb-checkout-shell .booking-checkout-notice {
    margin-bottom: 16px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
}
.cb-checkout-shell .booking-checkout-notice__body {
    min-width: 0;
    flex: 1 1 auto;
}
.cb-checkout-shell .booking-checkout-notice__title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}
.cb-checkout-shell .booking-checkout-notice__text {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.5;
}
.cb-checkout-shell .booking-checkout-notice__text strong {
    color: #0f172a;
}
.cb-checkout-shell .booking-checkout-notice__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f5f2;
    color: #0f6b5f;
    font-size: 18px;
}
.cb-checkout-shell .booking-checkout-notice--clinic .booking-checkout-notice__icon {
    background: #e8f5f2;
    color: #0f6b5f;
}
.cb-checkout-shell .booking-checkout-notice--free {
    align-items: center;
}
.cb-checkout-shell .booking-checkout-notice--free .booking-checkout-notice__icon--info {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #94a3b8;
    font-size: 18px;
    line-height: 1;
    opacity: .9;
}
.cb-checkout-shell .booking-checkout-price-panel {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
}

/* Akışa göre soft tint — şerit yok, sadece hafif arka plan */
.cb-checkout-shell--online .booking-checkout-price-panel,
.cb-checkout-shell--online .booking-checkout-card-fields {
    background: #f8fbff;
    border-color: #e0f2fe;
}
.cb-checkout-shell--face .booking-checkout-price-panel,
.cb-checkout-shell--face .booking-checkout-card-fields {
    background: #f7fbfa;
    border-color: #dceee9;
}
.cb-checkout-shell--free .booking-checkout-price-panel,
.cb-checkout-shell--free .booking-checkout-card-fields {
    background: #f3fbf6;
    border-color: #cfeeda;
}
.cb-checkout-shell .booking-checkout-price-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 6px;
}
.cb-checkout-shell .booking-checkout-price-row.is-discount {
    color: #059669;
}
.cb-checkout-shell .booking-checkout-price-row.is-total {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
}
.cb-checkout-shell .booking-checkout-price-row.is-total strong {
    font-size: 16px;
    font-weight: 700;
}
.cb-checkout-shell .booking-checkout-cta.cb-btn-primary,
.cb-checkout-shell button.cb-btn-primary {
    width: 100%;
    min-height: 50px;
    border: none;
    border-radius: 12px;
    background: #0f6b5f !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}
.cb-checkout-shell .booking-checkout-cta.cb-btn-primary:hover,
.cb-checkout-shell button.cb-btn-primary:hover {
    background: #0d5d53 !important;
}
.cb-checkout-shell .submit-section {
    margin-top: 0 !important;
}
.cb-checkout-shell .booking-checkout-section-label {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

/* Kart bilgileri — tutar paneli ile aynı sade dil */
.cb-checkout-shell .booking-checkout-card-fields {
    margin: 0 0 16px;
    padding: 14px 16px;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
}
.cb-checkout-shell .booking-checkout-card-fields__title {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}
.cb-checkout-shell .booking-checkout-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.cb-checkout-shell .booking-checkout-card-row .cb-custom-select {
    width: 100%;
}
.cb-checkout-shell .booking-checkout-card-row .cb-custom-select.is-open {
    z-index: 40;
}
.cb-checkout-shell .booking-checkout-card-row .cb-custom-select-menu {
    z-index: 50;
    max-height: 240px;
}
.cb-checkout-shell .booking-checkout-card-fields .cb-form-group {
    margin-bottom: 14px;
}
.cb-checkout-shell .booking-checkout-card-fields .booking-checkout-card-row .cb-form-group {
    margin-bottom: 0;
}
.cb-checkout-shell .booking-checkout-card-fields .form-control,
.cb-checkout-shell .booking-checkout-card-fields .form-select,
.cb-checkout-shell .booking-checkout-card-fields select.form-control {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: inherit;
    appearance: auto;
    -webkit-appearance: auto;
}
.cb-checkout-shell .booking-checkout-card-fields .form-control:hover,
.cb-checkout-shell .booking-checkout-card-fields select.form-control:hover {
    border-color: #cbd5e1 !important;
    background: #fafbfc !important;
}
.cb-checkout-shell .booking-checkout-card-fields .form-control:focus,
.cb-checkout-shell .booking-checkout-card-fields select.form-control:focus {
    border-color: #0f6b5f !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(15, 107, 95, 0.12) !important;
}
.cb-checkout-shell .booking-checkout-card-fields .form-control::placeholder {
    color: #94a3b8 !important;
    font-weight: 500;
}
.cb-checkout-shell .booking-checkout-contracts {
    margin-top: 4px;
    padding-top: 0;
    border-top: none;
    text-align: left;
}
.cb-checkout-shell .booking-checkout-contracts .form-check-label,
.cb-checkout-shell .cb-checkout-agreements .form-check-label {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    line-height: 1.45;
}
.cb-checkout-shell .booking-checkout-contracts .use-terms-a,
.cb-checkout-shell .cb-checkout-agreements .use-terms-a {
    color: #0f6b5f;
    font-weight: 600;
    text-decoration: underline;
}
.cb-checkout-shell .booking-checkout-contracts .form-check-input,
.cb-checkout-shell .cb-checkout-agreements .form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.2em;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}
.cb-checkout-shell .booking-checkout-contracts .form-check-input:checked,
.cb-checkout-shell .cb-checkout-agreements .form-check-input:checked {
    background-color: #0f6b5f;
    border-color: #0f6b5f;
}
@media (max-width: 480px) {
    .cb-checkout-shell .booking-checkout-card-row {
        grid-template-columns: 1fr 1fr;
    }
    .cb-checkout-shell .booking-checkout-card-row .cb-form-group:last-child {
        grid-column: 1 / -1;
    }
}

.cb-checkout-shell .make-appointment-container,
.cb-checkout-shell .appoint-box {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

/* style.css yüklense bile CB sayfa arka planı korunur */
.cb-page.cb-checkout-shell {
    background: #f8f9fa;
}

/* Sonuç — checkout ile aynı hiyerarşi (iç içe kart yok) */
.cb-card--success .cb-summary {
    margin-bottom: 14px;
}

.cb-card--success .cb-success-hero {
    text-align: center;
    margin-bottom: 8px;
}
.cb-card--success .cb-success-title {
    text-align: center;
}
.cb-summary-value--pending {
    color: #d97706;
}

/* F2F onay — sözleşme satırı */
.cb-checkout-shell .cb-checkout-agreements {
    margin: 4px 0 8px;
    text-align: left;
}
.cb-checkout-shell .cb-checkout-agreements .form-check-label {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    line-height: 1.45;
}
.cb-checkout-shell .cb-checkout-agreements .use-terms-a {
    color: #0f6b5f;
    font-weight: 600;
    text-decoration: underline;
}
