/* --- UstaBura KURUMSAL TASARIM --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary: #0f1c2e;
    --primary-blue: #2563eb;
    --bg-main: #f4f6f9;
    --card-bg: #ffffff;
    --border: #e2e8f0;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --accent: #2563eb;
    --success: #064e3b;
    --shadow-md: 0 4px 20px rgba(0,0,0,0.06);
    --shadow-sm: 0 1px 4px rgba(0,0,0,0.04);
}

.mobile-wordmark {
    display: none;
}

/* Shared brand treatment */
.logo-area .service-detail-link {
    display: none !important;
}

@media (min-width: 769px) {
    .logo-area .brand-link .site-logo {
        display: block !important;
    }

    .logo-area .brand-link .mobile-wordmark {
        display: none !important;
        align-items: baseline !important;
        color: #ffffff !important;
        font-family: Inter, system-ui, sans-serif !important;
        font-size: 34px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -2px !important;
        text-transform: lowercase !important;
    }

    .logo-area .brand-link .mobile-wordmark > span {
        margin-left: 2px !important;
        color: #ffd600 !important;
        font-size: 31px !important;
    }
}

.service-icon-repair,
.service-icon-part {
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border: 0;
    border-radius: 999px;
    font-size: 0;
}

.service-icon-repair::before,
.service-icon-part::before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: currentColor;
}

.service-icon-repair {
    color: #0b1f3a;
    background: #fff5cf;
}

.service-icon-repair::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L12 3.6 9.6 6 7.3 3.7a4 4 0 0 0 5 5l-7.7 7.7a2 2 0 1 0 2.8 2.8l7.3-7.3'/%3E%3Ccircle cx='17' cy='16' r='3.2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L12 3.6 9.6 6 7.3 3.7a4 4 0 0 0 5 5l-7.7 7.7a2 2 0 1 0 2.8 2.8l7.3-7.3'/%3E%3Ccircle cx='17' cy='16' r='3.2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

.service-icon-part {
    color: #1746a2;
    background: #edf3ff;
}

.service-icon-part::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 7 8-4 8 4-8 4-8-4Z'/%3E%3Cpath d='M4 7v9l8 4 4-2m4-11v5M12 11v9'/%3E%3Ccircle cx='19' cy='18' r='4'/%3E%3Cpath d='M19 16v4m-2-2h4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 7 8-4 8 4-8 4-8-4Z'/%3E%3Cpath d='M4 7v9l8 4 4-2m4-11v5M12 11v9'/%3E%3Ccircle cx='19' cy='18' r='4'/%3E%3Cpath d='M19 16v4m-2-2h4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

/* Final notification panel polish */
.notification-panel {
    border: 1px solid #d9e2ec !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18) !important;
}

.notification-panel-head {
    background: #0b1628 !important;
    border-bottom: 1px solid #111827 !important;
}

.notification-panel-head strong {
    color: #fff !important;
    letter-spacing: 0 !important;
}

.notification-panel-head button {
    border-radius: 6px !important;
    font-family: Inter, sans-serif !important;
    font-weight: 900 !important;
}

.notification-list {
    padding: 8px !important;
}

.notification-item {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
    padding: 10px !important;
    border: 1px solid #eef2f6 !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.notification-item-main {
    min-width: 0;
}

.notification-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.notification-item-title,
.notification-item-body {
    overflow-wrap: anywhere;
}

/* Corporate service cards and request controls */
.nearby-results-title {
    margin: 0 0 14px;
    color: #0b1628;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.nearby-mechanic-card {
    font-family: Inter, sans-serif;
    border: 1px solid #d9e2ec !important;
    border-radius: 8px !important;
    background: #fff;
    padding: 14px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.nearby-mechanic-card.is-full { opacity: 0.74; }

.nearby-card-head {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
}

.nearby-avatar,
.notification-avatar {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b1628;
    color: #ffd600;
    font-weight: 900;
    font-size: 14px;
}

.nearby-card-main { min-width: 0; }

.nearby-name {
    color: #0b1628;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.nearby-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.nearby-meta span {
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 7px;
}

.nearby-status {
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.nearby-status.is-open {
    background: #ecfdf3;
    color: #047857;
}

.nearby-status.is-full {
    background: #fef2f2;
    color: #b42318;
}

.mechanic-btn-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.nearby-action,
.nearby-profile-btn {
    min-height: 42px;
    border-radius: 6px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    cursor: pointer;
}

.nearby-action.primary {
    border: 1px solid #0b1628;
    background: #0b1628;
    color: #fff;
}

.nearby-action.primary.disabled {
    border-color: #94a3b8;
    background: #94a3b8;
    cursor: not-allowed;
}

.nearby-action.outline {
    border: 1px solid #0b1628;
    background: #fff;
    color: #0b1628;
}

.nearby-profile-btn {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #d9e2ec;
    background: #f8fafc;
    color: #0b1628;
}

.mobile-step-toggle,
.mobile-next-step,
#arizaFuel,
#arizaGear,
#parcaFuel,
#parcaGear,
.modalItemText,
.tek-parca-adi,
.tek-parca-not {
    font-family: Inter, sans-serif !important;
    letter-spacing: 0 !important;
}

#arizaFuel,
#arizaGear,
#parcaFuel,
#parcaGear {
    border-radius: 6px !important;
    color: #0b1628 !important;
    font-weight: 700 !important;
}

select,
select option,
.mobile-select-head,
.mobile-select-option {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: 0 !important;
}

select {
    font-size: 14px !important;
    font-weight: 750 !important;
    color: #0b1628 !important;
}

select option {
    font-size: 14px !important;
    font-weight: 650 !important;
    color: #0b1628 !important;
    background: #fff !important;
}

/* Request forms: compact native dropdowns on both desktop and phone. */
#sideFormUsta select,
#sideFormParca select {
    min-height: 42px !important;
    padding-right: 34px !important;
    color: #0b1628 !important;
    background-color: #fff !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

#sideFormUsta select option,
#sideFormParca select option {
    min-height: 30px;
    padding: 5px 8px;
    color: #0b1628 !important;
    background: #fff !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 760px) {
    #sideFormUsta select,
    #sideFormParca select {
        min-height: 40px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    #sideFormUsta select option,
    #sideFormParca select option {
        font-size: 13px !important;
        font-weight: 400 !important;
    }
}

.mobile-step-body[data-force-open="true"] {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 640px) {
    .nearby-card-head {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .nearby-status {
        grid-column: 2;
        width: fit-content;
    }

    .mechanic-btn-grid {
        grid-template-columns: 1fr;
    }
}

/* --- GENEL --- */
body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden;
}

.container { display: flex; flex-direction: column; min-height: 100vh; }
@media (min-width: 1024px) {
    .container { flex-direction: row; height: 100vh; overflow: hidden; }
}

/* --- BİLDİRİM --- */
.notif-container {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.notif-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    padding: 5px;
    z-index: 10001;
}

.notif-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: white;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 0 2px white;
}

.notif-dropdown {
    display: none;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    z-index: 99999 !important;
    border: 1px solid var(--border);
    overflow: hidden;
    margin-top: 10px;
}

.notif-dropdown::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: #f8fafc;
    transform: rotate(45deg);
    border-left: 1px solid var(--border);
    border-top: 1px solid var(--border);
}

.notif-header {
    padding: 12px 15px;
    background: #f8fafc;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.notif-header h4 {
    margin: 0; font-size: 11px; font-weight: 700;
    color: var(--primary); letter-spacing: 0.8px; text-transform: uppercase;
}

.notif-list { max-height: 350px; overflow-y: auto; }

.notif-item {
    padding: 14px 15px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.15s;
}

.notif-item:hover { background: #f8fafc; }

.notif-item.unread {
    background: #eff6ff;
    border-left: 3px solid var(--primary-blue);
}

.notif-item p { margin: 0; font-size: 13px; color: #334155; line-height: 1.5; font-weight: 500; }
.notif-item small { color: #94a3b8; font-size: 10px; margin-top: 5px; display: block; }

.all-read-btn {
    font-size: 10px;
    color: var(--primary-blue);
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

/* --- SIDEBAR --- */
.sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--card-bg);
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    box-shadow: 2px 0 12px rgba(0,0,0,0.04);
}
@media (min-width: 1024px) {
    .sidebar { width: 440px; height: 100vh; border-right: 1px solid var(--border); flex-shrink: 0; }
}

.sidebar-scroll { flex: 1; overflow-y: auto; padding-bottom: 30px; }

/* User bar */
.user-bar {
    background: var(--primary);
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}

.login-btn-header {
    background: transparent;
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 7px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.login-btn-header:hover { background: rgba(255,255,255,0.1); }

#loggedInContent > div:first-child {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

#userNameText {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,0.92) !important;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    line-height: 1;
}

#userNameText::before {
    content: "👤";
    font-size: 13px;
}

#userNameText::after {
    content: "⌄";
    color: rgba(255,255,255,0.62);
    font-size: 13px;
}

#loggedInContent #profilimBtn,
#loggedInContent > div:first-child > a[href="../features/musteri/settings_surucu.html"] {
    display: none !important;
}

.account-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 150px;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
    z-index: 10020;
}

.account-dropdown a {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--primary) !important;
    text-decoration: none;
    font-size: 12px !important;
    font-weight: 800;
}

.account-dropdown a:hover {
    background: #f1f5f9;
}

#loggedInContent a {
    color: rgba(255,255,255,0.75) !important;
    font-size: 16px !important;
    transition: color 0.2s;
}
#loggedInContent a:hover { color: #ffffff !important; }

.account-dropdown a {
    color: var(--primary) !important;
    font-size: 12px !important;
}

.account-dropdown a:hover {
    color: var(--primary) !important;
    background: #f1f5f9;
}

@media (max-width: 768px) {
    .user-bar {
        padding: 10px 14px !important;
    }

    #loggedInContent {
        gap: 10px;
    }

    #loggedInContent > div:first-child {
        min-width: 0;
    }

    #userNameText {
        max-width: 136px;
        min-height: 34px;
        padding: 0 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .account-dropdown {
        top: calc(100% + 9px);
        width: 156px;
    }

    .notification-bell {
        width: 34px;
        height: 34px;
    }

    .logout-link {
        min-height: 34px !important;
        display: inline-flex !important;
        align-items: center;
        padding: 0 12px !important;
    }
}

.logout-link {
    color: #fca5a5;
    background: rgba(239,68,68,0.15);
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

/* Logo alanı */
.logo-area {
    padding: 24px 22px 18px;
    border-bottom: 1px solid var(--border);
    text-align: left;
}

.logo-area h1 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary);
    margin: 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.site-logo {
    display: block;
    width: min(190px, 76%);
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.site-logo-topbar {
    width: 148px;
    max-height: 42px;
    padding: 4px 7px;
    border-radius: 7px;
    background: #fff;
}

.logo-area p {
    color: var(--text-muted);
    font-size: 9px;
    margin-top: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- FORM ALANI --- */
#formMoverArea {
    background: white;
    border-radius: 0;
    padding: 18px 22px 20px;
    border: none;
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    margin: 0;
    position: relative;
}

.request-start {
    display: grid;
    gap: 2px;
    margin-bottom: 12px;
}

.request-start span {
    color: var(--primary-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.request-start strong {
    color: var(--primary);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.side-tab-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.side-tab-btn {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1.5px solid var(--border);
    background: #f8fafc;
    color: var(--text-main);
    cursor: pointer;
    transition: 0.2s;
    border-radius: 8px;
    text-align: left;
    font-family: inherit;
}

.side-tab-btn strong {
    display: block;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.side-tab-btn small {
    display: block;
    margin-top: 4px;
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;
}

.service-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--border);
    font-size: 17px;
}

.side-tab-btn.active-tamir,
.side-tab-btn.active-parca {
    background: #fffbe8;
    border-color: #111827;
    box-shadow: inset 4px 0 0 #ffd600;
}

.parca-request-icon {
    background: #eef2ff;
    border-color: #c7d2fe;
}

.parts-store-icon {
    background: #fff7d1;
    border-color: #ffd600;
}

.form-area { display: none; }
.form-area.active { display: block; }

.form-step-title {
    margin: 0 0 12px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.mobile-next-step,
.mobile-step-toggle {
    display: none;
}

.mobile-step-body {
    display: block;
}

.mobile-bottom-action {
    display: none;
}

input, select, textarea {
    width: 100%; padding: 10px 13px;
    max-width: 100%;
    border-radius: 5px !important;
    border: 1.5px solid var(--border) !important;
    background: #f8fafc !important;
    font-size: 13px !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
    color: var(--text-main);
}

select {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

option,
optgroup {
    max-width: 100%;
    white-space: normal;
}

button,
a,
.tab-btn,
.aktif-action-btn,
.nearby-mechanic-card,
.nearby-mechanic-card * {
    max-width: 100%;
}

.aktif-action-btn,
.nearby-mechanic-card button,
.mobile-bottom-action button,
.mobile-bottom-action a {
    overflow-wrap: anywhere;
    word-break: normal;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--primary-blue) !important;
    outline: none;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.08) !important;
}

.btn-search-nearby {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    transition: opacity 0.2s;
    text-transform: uppercase;
}

.btn-search-nearby:hover { opacity: 0.88; }

.sidebar-footer-action {
    padding: 16px 22px;
    border-top: 1px solid var(--border);
    background: #ffffff;
}

.btn-sorun-nedir {
    background: transparent;
    color: #1e293b;
    border: 1.5px solid #1e293b;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    transition: border-color 0.2s, color 0.2s;
    letter-spacing: 0.3px;
}

.btn-sorun-nedir:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: rgba(37, 99, 235, 0.05);
}

#arizaKaydetBtn, #parcaKaydetBtn {
    width: 100%; padding: 13px;
    border: none; border-radius: 6px;
    color: white; font-weight: 700;
    font-size: 11px; cursor: pointer;
    transition: opacity 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

#arizaKaydetBtn { background: var(--primary-blue); }
#parcaKaydetBtn { background: var(--primary-blue); }
#arizaKaydetBtn:hover, #parcaKaydetBtn:hover { opacity: 0.88; }

/* --- ANA İÇERİK --- */
.main-content { flex: 1; position: relative; }
@media (min-width: 1024px) { .main-content { overflow-y: auto; } }

/* --- HERO --- */
.welcome-hero {
    background: #ffffff;
    color: var(--text-main);
    padding: 42px 44px 38px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.welcome-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--primary-blue);
}

.welcome-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 30px;
    align-items: center;
}

.welcome-hero-copy {
    min-width: 0;
}

.welcome-hero h2 {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    line-height: 1.13;
    font-weight: 900;
    color: var(--primary);
    margin: 0;
    letter-spacing: -0.8px;
    max-width: 700px;
}

.welcome-hero p {
    color: var(--text-muted);
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    max-width: 560px;
    line-height: 1.7;
}

.service-visual {
    margin: 0;
    min-height: 360px;
    border-radius: 8px;
    border: 1px solid var(--border);
    overflow: hidden;
    position: relative;
    background: #0f1c2e;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.service-visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
}

.service-visual figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 4px;
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(15, 28, 46, 0.88);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

.service-visual figcaption strong {
    font-size: 13px;
    font-weight: 900;
}

.service-visual figcaption span {
    color: rgba(255,255,255,0.78);
    font-size: 11px;
    line-height: 1.45;
}

/* Hero badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.hero-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563eb;
    display: inline-block;
    flex-shrink: 0;
}

.hero-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
    max-width: 980px;
}

.hero-action-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 15px 16px;
    background: #fff;
    border: 1.5px solid #111827;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    box-shadow: 0 3px 0 rgba(17,24,39,0.08);
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.hero-action-card.featured {
    background: #fffbeb;
}

.hero-action-card.parts-store-card {
    background: #071426;
    border-color: #071426;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.18);
}

.hero-action-card.parts-store-card strong,
.hero-action-card.parts-store-card small {
    color: #ffffff;
}

.hero-action-card.parts-store-card small {
    opacity: 0.78;
}

.hero-action-card:hover {
    background: #fffbe8;
    transform: translateY(-1px);
    box-shadow: 0 5px 0 rgba(17,24,39,0.1);
}

.hero-action-card.parts-store-card:hover {
    background: #0f1c2e;
    box-shadow: 0 14px 30px rgba(7, 20, 38, 0.22);
}

.hero-action-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFD600;
    border: 1px solid #e0bd00;
    font-size: 18px;
}

.hero-action-card strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 4px;
}

.hero-action-card small {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.35;
}

.hero-trust-note {
    display: inline-flex;
    margin-top: 14px;
    padding: 9px 12px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

.hero-assistant-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 12px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1.5px solid #0f172a;
    background: #fff;
    color: #0f172a;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 4px 0 rgba(15, 23, 42, 0.08);
}

.hero-assistant-btn:hover {
    background: #f8fafc;
}

.why-ustabura {
    padding: 34px 44px 36px;
    background: #f8fafc;
    border-bottom: 1px solid var(--border);
}

.section-heading {
    display: grid;
    gap: 7px;
    margin-bottom: 18px;
}

.section-heading span,
.promo-eyebrow {
    font-size: 11px;
    color: var(--primary-blue);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2 {
    margin: 0;
    max-width: 720px;
    color: var(--primary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.why-grid article {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 18px 16px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.why-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #fff7c2;
    color: #0f1c2e;
    font-weight: 900;
    border: 1px solid #f1d768;
}

.why-grid h3 {
    margin: 0 0 7px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
}

.why-grid p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.55;
}

.app-promo-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 26px;
    align-items: center;
    margin: 28px 44px 0;
    padding: 28px 32px;
    border-radius: 8px;
    background: #0f1c2e;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}

.app-promo-band h2 {
    margin: 8px 0 8px;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
}

.app-promo-band p {
    margin: 0;
    max-width: 640px;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    line-height: 1.7;
}

.promo-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 16px;
}

.promo-checks span {
    color: #dff7e8;
    font-size: 12px;
    font-weight: 800;
}

.promo-phone {
    width: 150px;
    min-height: 210px;
    justify-self: end;
    border-radius: 24px;
    background: #fff;
    border: 6px solid rgba(255,255,255,0.22);
    padding: 16px 10px 12px;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.phone-top {
    width: 44px;
    height: 6px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: #0f1c2e;
}

.phone-card {
    display: grid;
    gap: 5px;
    margin-bottom: 9px;
    padding: 10px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #0f1c2e;
    font-size: 10px;
    font-weight: 800;
}

.phone-card.active {
    background: #fffbeb;
    border: 1px solid #f1d768;
}

.phone-card b {
    font-size: 12px;
}

.phone-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 16px;
}

.phone-nav span {
    height: 6px;
    border-radius: 999px;
    background: #dbe3ed;
}

.notification-bell {
    position: relative;
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.14);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
}

.notification-bell small {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: #FFD600;
    color: #111827;
    border: 1px solid #111827;
    font-size: 10px;
    line-height: 16px;
    font-weight: 900;
}

.notification-panel {
    position: fixed;
    top: 62px;
    left: 18px;
    width: min(360px, calc(100vw - 36px));
    background: #fff;
    border: 1.5px solid #111827;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.18);
    z-index: 99997;
    overflow: hidden;
}

.notification-panel.hidden { display: none; }

.notification-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    background: #FFD600;
    border-bottom: 1px solid #111827;
}

.notification-panel-head strong {
    font-size: 13px;
    color: #111827;
}

.notification-panel-head button {
    border: 1px solid #111827;
    background: #fff;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 8px;
    cursor: pointer;
}

.notification-list {
    max-height: 340px;
    overflow-y: auto;
}

.notification-item {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
}

.notification-item:last-child { border-bottom: none; }

.notification-item-title {
    font-size: 12px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 4px;
}

.notification-item-body {
    font-size: 12px;
    color: #4b5563;
    line-height: 1.45;
}

.notification-item-time {
    margin-top: 6px;
    font-size: 10px;
    color: #9ca3af;
    font-weight: 700;
}

.notification-empty {
    padding: 22px 14px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

/* --- NASIL ÇALIŞIR --- */
.nasil-calisir {
    padding: 42px 44px 38px;
    border-bottom: 1px solid var(--border);
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.nasil-ust {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 24px;
}

.nasil-baslik {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 9px;
}

.nasil-ust h2 {
    margin: 0;
    max-width: 560px;
    font-size: 24px;
    line-height: 1.18;
    color: var(--primary);
    letter-spacing: 0;
    font-weight: 900;
}

.nasil-ust p {
    max-width: 420px;
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    color: var(--text-muted);
}

.nasil-akis {
    display: grid;
    grid-template-columns: repeat(6, minmax(132px, 1fr));
    gap: 0;
    background: white;
    border: 1px solid #111827;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.nasil-adim {
    background: white;
    position: relative;
    min-height: 190px;
    padding: 26px 18px 20px;
    border-right: 1px solid var(--border);
}

.nasil-adim:last-child {
    border-right: none;
}

.nasil-adim::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 2px;
    background: #dbe3ed;
}

.nasil-adim:first-child::before {
    left: 50%;
}

.nasil-adim:last-child::before {
    right: 50%;
}

.nasil-adim.aktif {
    background: #fffbeb;
}

.nasil-sira {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #111827;
    background: #ffffff;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 0 0 8px #ffffff;
}

.nasil-adim.aktif .nasil-sira {
    background: #ffd600;
    box-shadow: 0 0 0 8px #fffbeb;
}

.nasil-adim h3 {
    min-height: 38px;
    margin: 28px 0 8px;
    font-size: 12px;
    line-height: 1.35;
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.nasil-adim p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: var(--text-muted);
}

.nasil-ozet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.nasil-ozet div {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px 16px;
}

.nasil-ozet span {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
}

.nasil-ozet b {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    color: var(--primary);
}

/* --- TALEP KARTLARI --- */
.talep-ana-kart {
    background: white;
    border-radius: 8px;
    border: 1px solid var(--border);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    max-width: 960px;
    margin: 28px auto;
    position: relative;
    z-index: 20;
}

.aktif-panel-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.aktif-panel-eyebrow {
    font-size: 10px;
    font-weight: 800;
    color: #8a7400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.aktif-panel-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0;
}

.aktif-panel-header p {
    margin: 7px 0 0;
    max-width: 620px;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.55;
}

.aktif-panel-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff7c2;
    color: #6b5600;
    border: 1px solid #f1d768;
    font-size: 11px;
    font-weight: 800;
}

.tab-container {
    background: #f1f5f9;
    padding: 4px;
    border-radius: 8px;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    gap: 4px;
    margin-bottom: 22px;
}

.tab-btn {
    flex: 0 0 auto; background: transparent; border: none; padding: 9px 14px;
    font-size: 11px; font-weight: 800; border-radius: 6px;
    color: var(--text-muted); cursor: pointer;
    text-transform: uppercase; letter-spacing: 0.3px;
    transition: background 0.2s, color 0.2s;
}

.tab-btn.active {
    background: white;
    color: var(--primary);
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

/* --- FOOTER --- */
.main-footer {
    background: var(--primary);
    color: rgba(255,255,255,0.4);
    padding: 36px 28px;
    text-align: center;
    margin-top: 40px;
    border-top: 3px solid var(--primary-blue);
}

.footer-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: color 0.2s;
    margin: 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-links a:hover { color: white; }

/* --- MODAL --- */
.modal-overlay {
    display: none; position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10,16,28,0.65);
    backdrop-filter: blur(3px);
    z-index: 9999; justify-content: center; align-items: center; padding: 20px;
}

.modal-card {
    background: white; width: 100%; max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 32px 64px rgba(0,0,0,0.18);
    overflow: hidden;
    animation: modalFadeUp 0.25s ease-out;
}

@keyframes modalFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-header {
    padding: 22px 25px;
    background: #f8fafc;
    border-bottom: 1px solid var(--border);
}

.modal-body { padding: 25px; max-height: 70vh; overflow-y: auto; }

/* --- MOBİL --- */
@media (max-width: 768px) {
    .container { height: auto !important; overflow-y: visible !important; }
    body { padding-bottom: 84px; }
    .sidebar {
        height: auto !important; position: relative !important;
        border-right: none !important; border-bottom: 1px solid var(--border) !important;
    }
    .main-content { height: auto !important; overflow-y: visible !important; }
    .logo-area { padding: 18px 15px !important; }
    .welcome-hero { padding: 36px 20px !important; }
    .welcome-hero-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .welcome-hero h2 { font-size: 22px !important; }
    .service-visual { min-height: 220px !important; }
    .service-visual img { min-height: 220px !important; }
    .service-visual figcaption { left: 10px !important; right: 10px !important; bottom: 10px !important; }
    .hero-actions { grid-template-columns: 1fr !important; }
    .hero-action-card { min-height: 68px !important; }
    .why-ustabura { padding: 28px 20px !important; }
    .section-heading h2 { font-size: 20px !important; }
    .why-grid { grid-template-columns: 1fr !important; }
    .app-promo-band {
        grid-template-columns: 1fr !important;
        margin: 20px 20px 0 !important;
        padding: 22px !important;
    }
    .app-promo-band h2 { font-size: 21px !important; }
    .promo-phone { justify-self: start !important; width: 140px !important; min-height: 188px !important; }
    .talep-ana-kart { margin: 20px 15px !important; padding: 22px !important; width: auto !important; }
    #formMoverArea { margin: 0 !important; padding: 18px !important; }
    .side-tab-container { position: sticky; top: 0; z-index: 20; background: #fff; padding-bottom: 8px; }
    .side-tab-btn {
        min-height: 66px !important;
        padding: 12px !important;
        border-radius: 10px !important;
        background: #fff !important;
        border: 1px solid var(--border) !important;
    }
    .side-tab-btn.active-tamir,
    .side-tab-btn.active-parca {
        background: #fffbeb !important;
        border-color: var(--accent-yellow) !important;
        box-shadow: 0 8px 18px rgba(255, 214, 0, 0.15) !important;
    }
    .side-tab-btn small { display: none; }
    .service-icon { width: 34px; height: 34px; font-size: 16px; border-radius: 10px; }
    .form-area.active {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    }
    .form-step-title {
        display: grid !important;
        grid-template-columns: 32px 1fr;
        align-items: center;
        gap: 12px;
        margin: 0 0 16px !important;
        color: var(--primary) !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
    .form-step-title::before {
        content: "1";
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: var(--accent-yellow);
        color: var(--primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 900;
    }
    .btn-search-nearby {
        min-height: 52px !important;
        border-radius: 10px !important;
        background: var(--primary) !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
    }
    .mobile-next-step {
        display: block;
        width: 100%;
        margin: 14px 0 12px;
        padding: 15px;
        border: none;
        border-radius: 10px;
        background: var(--accent-yellow);
        color: var(--primary);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        box-shadow: 0 10px 22px rgba(255, 214, 0, 0.22);
    }
    .mobile-step-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0 0;
        padding: 14px 13px;
        border: 1.5px solid var(--border);
        border-radius: 12px;
        background: #fff;
        color: var(--primary);
        font: inherit;
        font-size: 16px;
        font-weight: 900;
        text-transform: none;
        letter-spacing: 0;
        cursor: pointer;
    }
    .mobile-step-toggle::before {
        content: "2";
        width: 30px;
        height: 30px;
        margin-right: 12px;
        border-radius: 50%;
        background: #eff6ff;
        color: var(--primary-blue);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 900;
        flex: 0 0 auto;
    }
    .mobile-step-toggle::after {
        content: "+";
        font-size: 16px;
        color: var(--primary-blue);
    }
    .mobile-step-toggle.open::after {
        content: "−";
    }
    .mobile-step-body {
        display: none;
        padding-top: 12px;
    }
    .mobile-step-body.open {
        display: block;
    }
    .form-area.active .mobile-step-body.open #arizaKaydetBtn,
    .form-area.active .mobile-step-body.open #parcaKaydetBtn {
        position: sticky;
        bottom: 10px;
        z-index: 25;
        box-shadow: 0 12px 30px rgba(15, 28, 46, 0.18);
    }
    .mobile-bottom-action {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 80;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 70px 74px 66px;
        gap: 8px;
        align-items: center;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255,255,255,0.96);
        border-top: 1px solid var(--border);
        box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(10px);
    }
    .mobile-bottom-action button,
    .mobile-bottom-action a {
        min-height: 48px;
        border: 0;
        border-radius: 9px;
        background: transparent;
        color: var(--primary);
        font: inherit;
        font-size: 11px;
        font-weight: 900;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .mobile-bottom-action button:first-child {
        background: var(--accent-yellow);
        box-shadow: 0 10px 20px rgba(255, 214, 0, 0.24);
    }
    .mobile-bottom-action button:first-child span { font-size: 18px; line-height: 1; }
    .mobile-bottom-action .mobile-parts-store-btn {
        background: #071426;
        color: #ffffff;
        box-shadow: 0 10px 20px rgba(7, 20, 38, 0.16);
    }
    .nasil-calisir { padding: 28px 20px !important; }
    .nasil-ust { flex-direction: column !important; align-items: flex-start !important; }
    .nasil-ust h2 { font-size: 20px !important; }
    .nasil-akis { grid-template-columns: 1fr !important; }
    .nasil-adim { min-height: auto !important; border-right: none !important; border-bottom: 1px solid var(--border) !important; display: grid !important; grid-template-columns: 52px 1fr !important; gap: 12px !important; padding: 18px !important; }
    .nasil-adim:last-child { border-bottom: none !important; }
    .nasil-adim::before { top: 0 !important; bottom: 0 !important; left: 38px !important; right: auto !important; width: 2px !important; height: auto !important; }
    .nasil-adim:first-child::before { top: 38px !important; left: 38px !important; }
    .nasil-adim:last-child::before { bottom: 38px !important; right: auto !important; }
    .nasil-sira { box-shadow: 0 0 0 7px #ffffff !important; }
    .nasil-adim.aktif .nasil-sira { box-shadow: 0 0 0 7px #fffbeb !important; }
    .nasil-adim h3 { min-height: 0 !important; margin: 0 0 6px !important; }
    .nasil-ozet { grid-template-columns: 1fr !important; }
    .aktif-panel-header { flex-direction: column; }
    .aktif-panel-badge { align-self: flex-start; }
}



/* --- YAKIT TİPİ --- */
#sideFormUsta select#arizaFuel { display: none; }
#sideFormUsta.active select#arizaFuel { display: block; }

/* --- WEB ANA SAYFA YENI KURUMSAL YAPI --- */
.desktop-main-nav {
    display: none;
}

.service-detail-link {
    color: var(--primary-blue);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    display: block;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-detail-link::before {
    content: "Parça Mağazası";
}

.service-detail-link {
    font-size: 0;
}

.service-detail-link::before {
    font-size: 10px;
}

.home-request-section {
    padding: 0 44px 34px;
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.home-request-head {
    max-width: 740px;
    margin: 0 auto 14px;
}

.home-request-head span {
    display: block;
    color: var(--primary-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.home-request-head h2 {
    margin: 0;
    color: var(--primary);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.home-request-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.nearby-mechanic-results {
    display: none;
    margin: 16px 0 10px;
    padding: 16px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid var(--border);
}

.nearby-mechanic-results:not(:empty) {
    display: block;
}

.nearby-mechanic-card {
    background: #fff;
    border: 1px solid #d7dee8;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.nearby-mechanic-card.selected {
    border-color: #e0bd00;
    background: #fffbeb;
    box-shadow: 0 10px 26px rgba(255, 214, 0, 0.16);
}

.nearby-mechanic-card:last-child {
    margin-bottom: 0;
}

.nearby-mechanic-card .mechanic-btn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.web-topbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 44px;
    background: #071426;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.web-brand-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.web-brand {
    color: #fff;
    text-decoration: none;
    min-width: 0;
}

.web-brand strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3px;
}

.web-brand span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.72);
    font-size: 10px;
    font-weight: 600;
}

.web-brand .site-logo {
    display: block;
}

.web-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.web-nav a {
    color: rgba(255,255,255,0.84);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.web-nav a.active {
    color: #ffd600;
}

.requests-page {
    min-height: 100vh;
    background: #f5f8fb;
}

.requests-page-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 24px 56px;
}

.requests-back-btn-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1;
}

.requests-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.requests-hero span {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.requests-hero h1 {
    margin: 0;
    max-width: 720px;
    color: var(--primary);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.requests-hero h4 {
    margin: 0;
    max-width: 720px;
    color: var(--primary);
    font-size: 22px;
    line-height: 1.45;
    font-weight: 850;
    letter-spacing: 0;
}

.requests-hero p {
    margin: 10px 0 0;
    max-width: 740px;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.65;
}

.requests-new-btn {
    flex: 0 0 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    background: #ffd600;
    color: #0f172a;
    border: 1px solid #e0bd00;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.requests-hero-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.requests-back-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #d7dee8;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.requests-back-btn:hover {
    border-color: #0f172a;
}

.requests-card {
    max-width: none;
    margin: 0;
}

@media (min-width: 900px) {
    .container {
        display: block;
        height: auto;
        overflow: visible;
    }

    .sidebar {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 64px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        background: #071426;
        color: #fff;
    }

    .sidebar-scroll {
        height: 64px;
        overflow: visible;
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 0 44px;
    }

    .logo-area {
        flex: 1;
        order: 1;
        display: flex;
        align-items: center;
        gap: 28px;
        padding: 0 !important;
        border: 0 !important;
    }

    .logo-area h1 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.3px;
    }

    .logo-area p {
        margin: 2px 0 0;
        color: rgba(255,255,255,0.72);
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .desktop-main-nav {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-left: 20px;
    }

    .desktop-main-nav a,
    .service-detail-link {
        color: rgba(255,255,255,0.84) !important;
        text-decoration: none;
        font-size: 12px !important;
        font-weight: 800;
        margin: 0 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    .desktop-main-nav .nav-parts-store {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 8px;
        background: #ffd600;
        color: #071426 !important;
        box-shadow: 0 8px 18px rgba(255, 214, 0, 0.18);
    }

    .user-bar {
        order: 2;
        width: auto;
        min-height: 0;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .login-btn-header {
        min-height: 36px;
        padding: 0 16px;
        border-color: rgba(255,255,255,0.24);
        color: #fff;
        background: rgba(255,255,255,0.08);
    }

    .sidebar-footer-action,
    #formMoverSource:empty {
        display: none;
    }

    .main-content {
        height: auto;
        overflow: visible;
    }

    .welcome-hero {
        padding: 48px 44px 34px;
    }

    .welcome-hero-grid {
        max-width: 1320px;
        margin: 0 auto;
        grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
        gap: 44px;
    }

    .welcome-hero h2 {
        font-size: clamp(40px, 4vw, 60px);
        line-height: 0.98;
        max-width: 650px;
    }

    .welcome-hero p {
        font-size: 16px;
        max-width: 650px;
    }

    .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }

    .hero-action-card {
        min-height: 104px;
        padding: 18px;
    }

    .hero-action-card strong {
        font-size: 16px;
    }

    .hero-action-card small {
        font-size: 13px;
    }

    .service-visual,
    .service-visual img {
        min-height: 400px;
    }

    #homeRequestMount #formMoverArea {
        margin: 0;
    }

    #homeRequestMount .request-start {
        display: none;
    }

    #homeRequestMount .teklif-konteyner {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    #homeRequestMount .side-tab-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 14px;
        background: #f1f5f9;
        padding: 6px;
        border-radius: 10px;
    }

    #homeRequestMount .side-tab-btn {
        min-height: 52px;
        justify-content: center;
        border-radius: 8px;
        background: #fff;
    }

    #homeRequestMount .side-tab-btn small {
        display: none;
    }

    #homeRequestMount .side-tab-btn.active-tamir,
    #homeRequestMount .side-tab-btn.active-parca {
        background: #ffd600;
        border-color: #e0bd00;
    }

    #homeRequestMount .form-area.active {
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 18px;
        background: #fff;
    }

    #homeRequestMount .mobile-next-step {
        display: none;
    }

    #homeRequestMount .mobile-step-toggle {
        display: flex;
        width: 100%;
        margin: 14px 0 0;
        padding: 15px 16px;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: #fff;
        color: var(--primary);
        font: inherit;
        font-size: 16px;
        font-weight: 900;
        cursor: pointer;
    }

    #homeRequestMount .mobile-step-toggle::after {
        content: "+";
        margin-left: auto;
        color: var(--primary-blue);
    }

    #homeRequestMount .mobile-step-toggle.open::after {
        content: "-";
    }

    #homeRequestMount .mobile-step-body {
        display: none;
        padding-top: 12px;
    }

    #homeRequestMount .mobile-step-body.open {
        display: block;
    }
}

@media (max-width: 899px) {
    .home-request-section {
        display: none;
    }

    .desktop-main-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .web-topbar {
        padding: 12px 16px;
        align-items: flex-start;
        flex-direction: column;
    }

    .web-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        overflow: visible;
        padding-bottom: 0;
    }

    .web-nav a {
        min-width: 0;
        padding: 9px 5px;
        border-radius: 8px;
        background: rgba(255,255,255,0.08);
        text-align: center;
        font-size: 10px;
        line-height: 1.15;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .requests-page-main {
        padding: 20px 12px 36px;
    }

    .requests-hero {
        display: grid;
        gap: 14px;
    }

    .requests-hero h1 {
        font-size: 23px;
    }

    .requests-new-btn {
        width: 100%;
    }

    .requests-hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .nearby-mechanic-results {
        margin-top: 12px;
        padding: 12px;
    }

    .nearby-mechanic-card {
        padding: 14px;
    }

    .nearby-mechanic-card .mechanic-btn-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* --- MOBILE FORM AND NEARBY MECHANIC POLISH --- */
#sideFormUsta .mobile-step-body > div[style*="display:flex"],
#sideFormParca .mobile-step-body > div[style*="display:flex"] {
    align-items: stretch !important;
}

#sideFormUsta .mobile-step-body > div[style*="display:flex"] > input,
#sideFormUsta .mobile-step-body > div[style*="display:flex"] > select,
#sideFormParca .mobile-step-body > div[style*="display:flex"] > input,
#sideFormParca .mobile-step-body > div[style*="display:flex"] > select {
    flex: 1 1 0 !important;
    min-width: 0;
}

.nearby-mechanic-card {
    overflow: hidden;
}

.nearby-mechanic-card > div[style*="display:flex;justify-content:space-between"] {
    min-width: 0;
}

.nearby-mechanic-card > div[style*="display:flex;justify-content:space-between"] > div:first-child {
    min-width: 0;
}

.nearby-mechanic-card .mechanic-btn-grid button,
.nearby-mechanic-card > button {
    min-height: 44px !important;
    border-radius: 8px !important;
    padding: 12px 10px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

.nearby-mechanic-card > button {
    display: block !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    #formMoverArea {
        padding: 14px 12px 18px !important;
    }

    .request-start {
        margin-bottom: 10px !important;
    }

    .request-start strong {
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    .side-tab-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        position: static !important;
        padding-bottom: 0 !important;
    }

    .side-tab-btn {
        min-height: 56px !important;
        gap: 10px !important;
    }

    .side-tab-btn strong {
        font-size: 12px !important;
        line-height: 1.2 !important;
        overflow-wrap: anywhere;
    }

    .requests-hero-actions {
        grid-template-columns: 1fr !important;
    }

    .requests-new-btn {
        width: auto !important;
        min-width: 0 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .requests-back-btn-icon {
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        margin-bottom: 14px;
    }

    .form-area.active {
        padding: 14px !important;
        border-radius: 10px !important;
    }

    .form-step-title {
        font-size: 16px !important;
        line-height: 1.25 !important;
    }

    input,
    select,
    textarea {
        min-height: 46px;
        font-size: 16px !important;
        padding: 12px 12px !important;
        margin-bottom: 9px !important;
    }

    textarea {
        min-height: 92px;
        line-height: 1.45;
    }

    #randevuTuruBilgi {
        padding: 12px !important;
        margin-bottom: 12px !important;
    }

    #sideFormUsta .mobile-step-body > div[style*="display:flex"],
    #sideFormParca .mobile-step-body > div[style*="display:flex"] {
        flex-direction: column !important;
        gap: 0 !important;
        margin-bottom: 0 !important;
    }

    #sideFormUsta .mobile-step-body > div[style*="display:flex"] > input,
    #sideFormUsta .mobile-step-body > div[style*="display:flex"] > select,
    #sideFormParca .mobile-step-body > div[style*="display:flex"] > input,
    #sideFormParca .mobile-step-body > div[style*="display:flex"] > select {
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    .btn-search-nearby,
    #arizaKaydetBtn,
    #parcaKaydetBtn,
    .mobile-next-step {
        min-height: 50px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal;
    }

    .nearby-mechanic-results {
        padding: 10px !important;
        margin: 12px 0 !important;
        border-radius: 10px !important;
    }

    .nearby-mechanic-card {
        padding: 13px !important;
        border-radius: 10px !important;
        margin-bottom: 10px !important;
    }

    .nearby-mechanic-card > div[style*="display:flex;justify-content:space-between"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .nearby-mechanic-card > div[style*="display:flex;justify-content:space-between"] span {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .nearby-mechanic-card > div[style*="display:flex;justify-content:space-between"] > div:last-child {
        text-align: left !important;
    }

    .nearby-mechanic-card .mechanic-btn-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }

    .nearby-mechanic-card .mechanic-btn-grid button {
        width: auto !important;
        min-width: 0 !important;
        margin-top: 0 !important;
    }

    .nearby-mechanic-card > button {
        width: 100% !important;
        margin-top: 8px !important;
    }

    .aktif-actions {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: flex-start !important;
    }

    .aktif-actions .aktif-action-btn {
        flex: 1 1 calc(50% - 8px) !important;
        width: auto !important;
        min-width: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        text-align: center !important;
    }

    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 76px 112px !important;
        gap: 6px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 380px) {
    #formMoverArea {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .form-area.active {
        padding: 12px !important;
    }

    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 70px 104px !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    .hero-actions {
        grid-template-columns: 1fr !important;
        max-width: none !important;
    }

    .hero-action-card {
        min-height: 68px !important;
        padding: 13px 14px !important;
    }

    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 74px 108px !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        min-width: 0 !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 420px) {
    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 64px 98px !important;
        gap: 5px !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        font-size: 10px !important;
    }
}

/* --- FINAL MOBILE OVERFLOW GUARD --- */
@media (max-width: 768px) {
    #parcaFiltresi,
    #parcaFiltresi * {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #parcaFiltresi > div > div[style*="display:flex"] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: stretch !important;
    }

    #parcaFiltresi > div > div[style*="display:flex"] > div:first-child {
        grid-column: 1 / -1;
        width: 100% !important;
    }

    #parcaFiltresi > div > div[style*="display:flex"] > select {
        width: 100% !important;
        grid-column: 1 / -1;
    }

    #parcaFiltresi > div > div[style*="display:flex"] > div:last-child {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        grid-column: 1 / -1;
        width: 100% !important;
    }

    #parcaFiltresi button {
        width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    #parcaFiltresi .part-filter-box {
        padding: 10px !important;
    }

    #parcaFiltresi .part-filter-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #parcaFiltresi .price-filter-row {
        grid-column: 1 / -1;
        min-width: 0 !important;
        width: 100% !important;
    }

    #parcaFiltresi .filter-select,
    #parcaFiltresi .filter-actions {
        grid-column: 1 / -1;
        width: 100% !important;
    }

    #parcaFiltresi .filter-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #parcaFiltresi .filter-input,
    #parcaFiltresi .filter-select,
    #parcaFiltresi button {
        min-height: 38px !important;
        font-size: 12px !important;
    }
}

/* --- COMPACT MOBILE REQUEST FORM --- */
@media (max-width: 768px) {
    #formMoverArea {
        padding: 12px !important;
        background: #f8fafc !important;
    }

    .request-start {
        margin-bottom: 10px !important;
        padding: 10px 11px !important;
    }

    .request-start strong {
        font-size: 15px !important;
    }

    .side-tab-container {
        margin-bottom: 10px !important;
    }

    .side-tab-btn {
        min-height: 50px !important;
        padding: 9px !important;
    }

    .service-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
    }

    .form-area.active {
        padding: 12px !important;
    }

    .form-step-title {
        margin-bottom: 10px !important;
        font-size: 15px !important;
    }

    input,
    select,
    textarea {
        min-height: 40px !important;
        padding: 9px 10px !important;
        margin-bottom: 8px !important;
        font-size: 15px !important;
        border-radius: 8px !important;
    }

    textarea {
        min-height: 62px !important;
    }

    .mobile-next-step {
        min-height: 44px !important;
        margin: 10px 0 !important;
        padding: 12px !important;
    }

    .mobile-step-toggle {
        min-height: 48px !important;
        margin-top: 8px !important;
        padding: 10px 11px !important;
        font-size: 15px !important;
    }

    .mobile-step-toggle::before {
        width: 28px !important;
        height: 28px !important;
    }

    .mobile-step-body {
        padding-top: 10px !important;
    }

    .mobile-step-body > div[style*="text-align:center"] {
        display: none !important;
    }

    #randevuTuruBilgi {
        margin-bottom: 10px !important;
        padding: 10px !important;
    }

    #sideFormUsta .mobile-step-body > div[style*="display:flex"],
    #sideFormParca .mobile-step-body > div[style*="display:flex"] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-bottom: 0 !important;
    }

    #sideFormUsta .mobile-step-body > div[style*="display:flex"] > input,
    #sideFormUsta .mobile-step-body > div[style*="display:flex"] > select,
    #sideFormParca .mobile-step-body > div[style*="display:flex"] > input,
    #sideFormParca .mobile-step-body > div[style*="display:flex"] > select {
        width: 100% !important;
        flex: initial !important;
        min-width: 0 !important;
    }

    #sideFormUsta #arizaFuel {
        grid-column: 1 / -1;
    }

    #arizaKaydetBtn,
    #parcaKaydetBtn,
    .btn-search-nearby {
        min-height: 46px !important;
        border-radius: 9px !important;
    }
}

@media (max-width: 360px) {
    #sideFormUsta .mobile-step-body > div[style*="display:flex"],
    #sideFormParca .mobile-step-body > div[style*="display:flex"] {
        grid-template-columns: 1fr !important;
    }
}

/* --- MOBILE DETAIL MODAL FIT --- */
@media (max-width: 768px) {
    .modal-overlay {
        align-items: flex-end !important;
        padding: 10px !important;
    }

    .modal-card {
        width: 100% !important;
        max-width: calc(100vw - 20px) !important;
        max-height: calc(100dvh - 24px) !important;
        border-radius: 14px 14px 10px 10px !important;
    }

    .modal-body {
        max-height: calc(100dvh - 44px) !important;
        padding: 14px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    #detayIcerik,
    #detayIcerik * {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-wrap: anywhere !important;
    }

    #detayIcerik h3 {
        font-size: 15px !important;
        line-height: 1.25 !important;
        padding-bottom: 9px !important;
    }

    #detayIcerik div[style*="padding:16px"],
    #detayIcerik div[style*="padding: 16px"] {
        padding: 12px !important;
    }

    #detayIcerik div[style*="grid-template-columns:1fr 1fr 1fr"] {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    #detayIcerik div[style*="grid-template-columns:1fr 1fr 1fr"] a,
    #detayIcerik div[style*="grid-template-columns:1fr 1fr 1fr"] button {
        min-height: 42px !important;
        padding: 10px 6px !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    #detayIcerik div[style*="justify-content:space-between"] {
        gap: 8px !important;
    }
}

@media (max-width: 360px) {
    #detayIcerik div[style*="grid-template-columns:1fr 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
}

/* --- REQUEST CARD CONTRAST --- */
#islemKart .aktif-request-card {
    border: 1.5px solid #111827 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12) !important;
}

#islemKart .aktif-request-card + .aktif-request-card {
    margin-top: 14px !important;
}

@media (max-width: 768px) {
    #islemKart .aktif-request-card {
        border: 1.5px solid #111827 !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14) !important;
    }
}

/* --- ACCOUNT MENU POLISH --- */
#loggedInContent {
    gap: 10px;
}

#loggedInContent > div:first-child {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

#userNameText {
    min-height: 38px !important;
    max-width: 148px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(226,232,240,0.24) !important;
    border-radius: 9px !important;
    background: rgba(255,255,255,0.1) !important;
    color: rgba(255,255,255,0.94) !important;
    line-height: 1 !important;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 18px rgba(2,6,23,0.16);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#userNameText:hover,
#userNameText[aria-expanded="true"] {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(226,232,240,0.38) !important;
}

#userNameText::before {
    content: "" !important;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #6d5bd0;
    box-shadow: inset 0 -7px 0 rgba(15,23,42,0.2);
    flex: 0 0 auto;
}

#userNameText::after {
    content: "v" !important;
    margin-left: 2px;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    font-weight: 900;
}

#loggedInContent #profilimBtn,
#loggedInContent > div:first-child > a[href="../features/musteri/settings_surucu.html"] {
    display: none !important;
}

#loggedInContent .account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 208px;
    padding: 8px;
    border: 1px solid rgba(203,213,225,0.8);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15,23,42,0.22);
    z-index: 10020;
}

#loggedInContent .account-dropdown a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 11px;
    border-radius: 8px;
    color: #0f1c2e !important;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: 0;
}

#loggedInContent .account-dropdown a:hover {
    color: #0f1c2e !important;
    background: #f3f6fb;
}

#loggedInContent .account-dropdown a span {
    display: none;
}

#loggedInContent .account-dropdown a::before {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 auto;
}

#loggedInContent .account-dropdown a:first-child::before {
    content: "P";
}

#loggedInContent .account-dropdown a:last-child::before {
    content: "A";
    background: #f1f5f9;
    color: #334155;
}

#loggedInContent .notification-bell {
    width: 38px;
    height: 38px;
    margin-left: auto;
    border-radius: 9px;
}

#loggedInContent .logout-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .user-bar {
        padding: 10px 14px !important;
    }

    #loggedInContent {
        width: 100% !important;
        gap: 8px;
    }

    #userNameText {
        max-width: 145px;
        min-height: 36px !important;
        padding: 0 10px !important;
    }

    #loggedInContent .account-dropdown {
        width: min(210px, calc(100vw - 28px));
    }

    #loggedInContent .notification-bell {
        width: 36px;
        height: 36px;
    }

    #loggedInContent .logout-link {
        min-height: 36px;
        padding: 0 11px;
    }
}

/* --- FINAL PREMIUM ACCOUNT HEADER --- */
.user-bar {
    background: #071426 !important;
}

#loggedInContent {
    width: 100% !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

#loggedInContent > div:first-child {
    position: relative !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#userNameText {
    min-height: 52px !important;
    max-width: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 22px 0 12px !important;
    border: 1px solid rgba(226, 232, 240, 0.34) !important;
    border-radius: 999px !important;
    background: rgba(15, 28, 46, 0.78) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 12px 30px rgba(2, 6, 23, 0.18) !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

#userNameText:hover,
#userNameText[aria-expanded="true"] {
    background: rgba(21, 38, 61, 0.92) !important;
    border-color: rgba(226, 232, 240, 0.52) !important;
}

#userNameText::before {
    content: "" !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at 50% 36%, #ffffff 0 19%, transparent 20%),
        radial-gradient(circle at 50% 82%, #ffffff 0 31%, transparent 32%),
        linear-gradient(135deg, #12345f, #2563eb) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 4px 12px rgba(0,0,0,0.18) !important;
    flex: 0 0 auto !important;
}

#userNameText::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: 6px !important;
    border-right: 3px solid currentColor !important;
    border-bottom: 3px solid currentColor !important;
    transform: translateY(-2px) rotate(45deg) !important;
    opacity: 0.92 !important;
    flex: 0 0 auto !important;
}

#loggedInContent #profilimBtn,
#loggedInContent > div:first-child > a[href="../features/musteri/settings_surucu.html"] {
    display: none !important;
}

#loggedInContent .account-dropdown {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 0 !important;
    width: 288px !important;
    min-height: 128px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(226, 232, 240, 0.88) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18) !important;
    z-index: 10050 !important;
}

#loggedInContent .account-dropdown a {
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 0 4px !important;
    border-radius: 10px !important;
    color: #071426 !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
}

#loggedInContent .account-dropdown a + a {
    margin-top: 8px !important;
}

#loggedInContent .account-dropdown a:hover {
    color: #071426 !important;
    background: #f5f8fc !important;
}

#loggedInContent .account-dropdown a span {
    display: inline !important;
}

#loggedInContent .account-dropdown a span:first-child {
    display: none !important;
}

#loggedInContent .account-dropdown a::before {
    content: "" !important;
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 auto !important;
    background-color: #071426 !important;
    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    -webkit-mask-size: 32px 32px !important;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: 32px 32px !important;
}

#loggedInContent .account-dropdown a:first-child::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c.8-4 3.6-6 8-6s7.2 2 8 6'/%3E%3C/g%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c.8-4 3.6-6 8-6s7.2 2 8 6'/%3E%3C/g%3E%3C/svg%3E") !important;
}

#loggedInContent .account-dropdown a:last-child::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2 3.4-.2-.1a1.7 1.7 0 0 0-2.1-.3 8 8 0 0 1-1.2.5 1.7 1.7 0 0 0-1.2 1.6V22H9v-.2a1.7 1.7 0 0 0-1.2-1.6 8 8 0 0 1-1.2-.5 1.7 1.7 0 0 0-2.1.3l-.2.1-2-3.4.1-.1a1.7 1.7 0 0 0 .3-1.9 8 8 0 0 1-.3-1.3A1.7 1.7 0 0 0 1 12V8.5a1.7 1.7 0 0 0 1.4-1.4c.1-.5.2-.9.4-1.3a1.7 1.7 0 0 0-.3-1.9l-.1-.1 2-3.4.2.1a1.7 1.7 0 0 0 2.1.3c.4-.2.8-.4 1.2-.5A1.7 1.7 0 0 0 9 0h4a1.7 1.7 0 0 0 1.2 1.6c.4.1.8.3 1.2.5a1.7 1.7 0 0 0 2.1-.3l.2-.1 2 3.4-.1.1a1.7 1.7 0 0 0-.3 1.9c.2.4.3.8.4 1.3A1.7 1.7 0 0 0 23 10v4a1.7 1.7 0 0 0-1.4 1Z'/%3E%3C/g%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2 3.4-.2-.1a1.7 1.7 0 0 0-2.1-.3 8 8 0 0 1-1.2.5 1.7 1.7 0 0 0-1.2 1.6V22H9v-.2a1.7 1.7 0 0 0-1.2-1.6 8 8 0 0 1-1.2-.5 1.7 1.7 0 0 0-2.1.3l-.2.1-2-3.4.1-.1a1.7 1.7 0 0 0 .3-1.9 8 8 0 0 1-.3-1.3A1.7 1.7 0 0 0 1 12V8.5a1.7 1.7 0 0 0 1.4-1.4c.1-.5.2-.9.4-1.3a1.7 1.7 0 0 0-.3-1.9l-.1-.1 2-3.4.2.1a1.7 1.7 0 0 0 2.1.3c.4-.2.8-.4 1.2-.5A1.7 1.7 0 0 0 9 0h4a1.7 1.7 0 0 0 1.2 1.6c.4.1.8.3 1.2.5a1.7 1.7 0 0 0 2.1-.3l.2-.1 2 3.4-.1.1a1.7 1.7 0 0 0-.3 1.9c.2.4.3.8.4 1.3A1.7 1.7 0 0 0 23 10v4a1.7 1.7 0 0 0-1.4 1Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}

#loggedInContent .notification-bell {
    width: 54px !important;
    height: 54px !important;
    margin-left: auto !important;
    border: 1px solid rgba(226, 232, 240, 0.34) !important;
    border-radius: 14px !important;
    background: rgba(15, 28, 46, 0.66) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 12px 28px rgba(2,6,23,0.16) !important;
}

#loggedInContent .notification-bell > span {
    display: none !important;
}

#loggedInContent .notification-bell::before {
    content: "" !important;
    width: 28px !important;
    height: 28px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18 9.8c0-3.1-1.8-5.3-4.3-6a1.8 1.8 0 0 0-3.4 0C7.8 4.5 6 6.7 6 9.8v3.6L4.5 16v1h15v-1L18 13.4V9.8Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M9.6 19.2a2.6 2.6 0 0 0 4.8 0'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18 9.8c0-3.1-1.8-5.3-4.3-6a1.8 1.8 0 0 0-3.4 0C7.8 4.5 6 6.7 6 9.8v3.6L4.5 16v1h15v-1L18 13.4V9.8Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M9.6 19.2a2.6 2.6 0 0 0 4.8 0'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

#loggedInContent .notification-bell::after {
    content: "" !important;
    position: absolute !important;
    top: -9px !important;
    right: -8px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 999px !important;
    background: #ffd21f !important;
    box-shadow: 0 0 0 4px rgba(7, 20, 38, 0.72) !important;
}

#loggedInContent .notification-bell small {
    display: none !important;
}

#loggedInContent .logout-link {
    min-height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 22px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 28px rgba(220,38,38,0.22) !important;
}

@media (min-width: 900px) {
    #loggedInContent {
        width: auto !important;
        min-width: 0 !important;
    }

    #userNameText {
        min-height: 44px !important;
        gap: 11px !important;
        padding: 0 18px 0 10px !important;
        font-size: 15px !important;
    }

    #userNameText::before {
        width: 32px !important;
        height: 32px !important;
    }

    #userNameText::after {
        width: 8px !important;
        height: 8px !important;
        border-width: 2px !important;
        margin-left: 3px !important;
    }

    #loggedInContent .account-dropdown {
        width: 238px !important;
        min-height: 108px !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    #loggedInContent .account-dropdown a {
        min-height: 42px !important;
        gap: 14px !important;
        font-size: 19px !important;
    }

    #loggedInContent .account-dropdown a::before {
        width: 29px !important;
        height: 29px !important;
        -webkit-mask-size: 27px 27px !important;
        mask-size: 27px 27px !important;
    }

    #loggedInContent .notification-bell {
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
    }

    #loggedInContent .notification-bell::before {
        width: 23px !important;
        height: 23px !important;
    }

    #loggedInContent .notification-bell::after {
        top: -7px !important;
        right: -6px !important;
        width: 20px !important;
        height: 20px !important;
    }

    #loggedInContent .logout-link {
        min-height: 44px !important;
        padding: 0 18px !important;
        border-radius: 12px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 430px) {
    .user-bar {
        padding: 14px 18px !important;
    }

    #loggedInContent {
        gap: 8px !important;
    }

    #userNameText {
        min-height: 42px !important;
        max-width: 162px !important;
        gap: 9px !important;
        padding: 0 14px 0 8px !important;
        font-size: 13px !important;
    }

    #userNameText::before {
        width: 30px !important;
        height: 30px !important;
    }

    #userNameText::after {
        width: 8px !important;
        height: 8px !important;
        border-width: 2px !important;
        margin-left: 2px !important;
    }

    #loggedInContent .account-dropdown {
        width: min(260px, calc(100vw - 36px)) !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    #loggedInContent .account-dropdown a {
        min-height: 44px !important;
        gap: 14px !important;
        font-size: 18px !important;
    }

    #loggedInContent .account-dropdown a::before {
        width: 28px !important;
        height: 28px !important;
        -webkit-mask-size: 26px 26px !important;
        mask-size: 26px 26px !important;
    }

    #loggedInContent .notification-bell {
        width: 42px !important;
        min-height: 42px !important;
        height: 42px !important;
        border-radius: 10px !important;
    }

    #loggedInContent .notification-bell::before {
        width: 22px !important;
        height: 22px !important;
    }

    #loggedInContent .notification-bell::after {
        top: -6px !important;
        right: -5px !important;
        width: 18px !important;
        height: 18px !important;
        box-shadow: 0 0 0 3px rgba(7, 20, 38, 0.72) !important;
    }

    #loggedInContent .logout-link {
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 14px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
    }
}


/* Final corporate overrides for mechanic cards and notifications */
.nearby-results-title { margin: 0 0 12px !important; color: #0b1628 !important; font-family: Inter, sans-serif !important; font-size: 13px !important; font-weight: 900 !important; letter-spacing: 0 !important; }
.nearby-results-title span { display: inline-flex !important; align-items: center !important; min-height: 22px !important; margin-left: 5px !important; padding: 0 8px !important; border: 1px solid #e6edf5 !important; border-radius: 999px !important; background: #f8fafc !important; color: #475569 !important; font-size: 10.5px !important; font-weight: 800 !important; vertical-align: middle !important; }
.nearby-mechanic-card { font-family: Inter, sans-serif !important; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; background: #fff !important; padding: 13px !important; box-shadow: 0 8px 22px rgba(15, 23, 42, 0.055) !important; }
.nearby-mechanic-card.is-full { opacity: 0.74 !important; }
.nearby-card-head { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) auto !important; align-items: center !important; gap: 10px !important; }
.nearby-avatar, .notification-avatar { width: 36px !important; height: 36px !important; border-radius: 9px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: #0b1628 !important; color: #ffd600 !important; font-weight: 900 !important; font-size: 14px !important; }
.nearby-card-main, .notification-item-main { min-width: 0 !important; }
.nearby-name { color: #0b1628 !important; font-size: 14px !important; font-weight: 900 !important; line-height: 1.18 !important; overflow-wrap: anywhere !important; }
.nearby-meta { display: flex !important; flex-wrap: wrap !important; gap: 5px !important; margin-top: 6px !important; }
.nearby-meta span { border: 1px solid #e6edf5 !important; border-radius: 999px !important; background: #f8fafc !important; color: #475569 !important; font-size: 10.5px !important; font-weight: 800 !important; line-height: 1 !important; padding: 5px 7px !important; }
.nearby-status { align-self: start !important; border-radius: 999px !important; padding: 5px 8px !important; font-size: 10.5px !important; font-weight: 900 !important; line-height: 1 !important; white-space: nowrap !important; }
.nearby-status.is-open { background: #ecfdf3 !important; color: #047857 !important; }
.nearby-status.is-full { background: #fef2f2 !important; color: #b42318 !important; }
.mechanic-btn-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; margin-top: 12px !important; }
.nearby-action, .nearby-profile-btn { min-height: 40px !important; border-radius: 8px !important; font-family: Inter, sans-serif !important; font-size: 11.5px !important; font-weight: 900 !important; letter-spacing: 0 !important; cursor: pointer !important; }
.nearby-action.primary { border: 1px solid #0b1628 !important; background: #0b1628 !important; color: #fff !important; }
.nearby-action.primary.disabled { border-color: #94a3b8 !important; background: #94a3b8 !important; cursor: not-allowed !important; }
.nearby-action.outline { border: 1px solid #cbd5e1 !important; background: #fff !important; color: #0b1628 !important; }
.nearby-profile-btn { display: block !important; width: 100% !important; min-height: 36px !important; margin-top: 7px !important; border: 1px solid #e6edf5 !important; background: #f8fafc !important; color: #0b1628 !important; }
.mobile-step-toggle, .mobile-next-step, #arizaFuel, #arizaGear, #parcaFuel, #parcaGear, .modalItemText, .tek-parca-adi, .tek-parca-not { font-family: Inter, sans-serif !important; letter-spacing: 0 !important; }
.mobile-step-toggle { border-radius: 8px !important; }
#arizaFuel, #arizaGear, #parcaFuel, #parcaGear { border-radius: 6px !important; color: #0b1628 !important; font-weight: 700 !important; }
select, select option, .mobile-select-head, .mobile-select-option { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; letter-spacing: 0 !important; }
select { font-size: 14px !important; font-weight: 750 !important; color: #0b1628 !important; }
select option { font-size: 14px !important; font-weight: 650 !important; color: #0b1628 !important; background: #fff !important; }
.mobile-step-body[data-force-open="true"] { display: block !important; max-height: none !important; opacity: 1 !important; visibility: visible !important; }
.notification-panel { border: 1px solid #d9e2ec !important; border-radius: 8px !important; box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18) !important; }
.notification-panel-head { background: #0b1628 !important; border-bottom: 1px solid #111827 !important; }
.notification-panel-head strong { color: #fff !important; letter-spacing: 0 !important; }
.notification-panel-head button { border-radius: 6px !important; font-family: Inter, sans-serif !important; font-weight: 900 !important; }
.notification-list { padding: 8px !important; }
.notification-item { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) !important; gap: 10px !important; margin-bottom: 8px !important; padding: 10px !important; border: 1px solid #eef2f6 !important; border-radius: 8px !important; background: #fff !important; }
.notification-item-top { display: flex !important; align-items: flex-start !important; justify-content: space-between !important; gap: 8px !important; }
.notification-item-title, .notification-item-body { overflow-wrap: anywhere !important; }
@media (max-width: 640px) { .nearby-card-head { grid-template-columns: 34px minmax(0, 1fr) !important; } .nearby-avatar, .notification-avatar { width: 34px !important; height: 34px !important; } .nearby-status { grid-column: 2 !important; width: fit-content !important; margin-top: 1px !important; } .mechanic-btn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }

/* Final clean account bar */
.user-bar {
    background: #081526 !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
    box-shadow: none !important;
}

#loggedInContent {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 46px !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#loggedInContent > div:first-child {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

#userNameText {
    min-width: 0 !important;
    max-width: 185px !important;
    min-height: 38px !important;
    display: inline-grid !important;
    grid-template-columns: 3px minmax(0, auto) 8px !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 4px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #e5edf7 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    cursor: pointer !important;
}

#userNameText:hover,
#userNameText[aria-expanded="true"] {
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
}

#userNameText::before {
    content: "" !important;
    width: 3px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: #ffd600 !important;
    box-shadow: none !important;
    -webkit-mask: none !important;
    mask: none !important;
}

#userNameText::after {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    border-right: 1.5px solid #94a3b8 !important;
    border-bottom: 1.5px solid #94a3b8 !important;
    transform: translateY(-2px) rotate(45deg) !important;
    background: transparent !important;
}

#loggedInContent #profilimBtn,
#loggedInContent > div:first-child > a[href="../features/musteri/settings_surucu.html"] {
    display: none !important;
}

#loggedInContent .notification-bell {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin-left: 2px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(148, 163, 184, 0.24) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

#loggedInContent .notification-bell:hover {
    border-color: rgba(255, 214, 0, 0.62) !important;
    background: rgba(255, 214, 0, 0.08) !important;
}

#loggedInContent .notification-bell > span {
    display: none !important;
}

#loggedInContent .notification-bell::before {
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 1 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 1 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
}

#loggedInContent .notification-bell::after {
    content: "" !important;
    position: absolute !important;
    top: 7px !important;
    right: 8px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: #ffd600 !important;
    box-shadow: 0 0 0 2px #081526 !important;
}

#loggedInContent .notification-bell small {
    display: none !important;
}

#loggedInContent .logout-link {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    border: 1px solid rgba(248, 113, 113, 0.42) !important;
    border-radius: 9px !important;
    background: rgba(239, 68, 68, 0.10) !important;
    color: #fecaca !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
    cursor: pointer !important;
}

#loggedInContent .logout-link:hover {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #ffffff !important;
}

#loggedInContent .account-dropdown {
    top: calc(100% + 10px) !important;
    left: 0 !important;
    width: 188px !important;
    min-height: 0 !important;
    padding: 6px !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18) !important;
}

#loggedInContent .account-dropdown a {
    min-height: 38px !important;
    padding: 0 10px !important;
    gap: 9px !important;
    border-radius: 8px !important;
    color: #0b1628 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

#loggedInContent .account-dropdown a + a {
    margin-top: 2px !important;
    border-top: 0 !important;
}

#loggedInContent .account-dropdown a:hover {
    background: #f1f5f9 !important;
    color: #0b1628 !important;
}

#loggedInContent .account-dropdown a span {
    display: none !important;
}

#loggedInContent .account-dropdown a::before {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    background-color: #64748b !important;
    -webkit-mask-size: 16px 16px !important;
    mask-size: 16px 16px !important;
}

@media (max-width: 430px) {
    .user-bar {
        padding: 12px 16px !important;
    }

    #loggedInContent {
        gap: 9px !important;
    }

    #userNameText {
        max-width: 142px !important;
        grid-template-columns: 3px minmax(0, auto) 7px !important;
        gap: 8px !important;
        font-size: 12.5px !important;
    }

    #userNameText::before {
        width: 3px !important;
        height: 20px !important;
    }

    #loggedInContent .notification-bell {
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        border-radius: 9px !important;
    }

    #loggedInContent .logout-link {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 10px !important;
        border-radius: 8px !important;
        font-size: 11.5px !important;
    }
}

/* Requests page header alignment */
.requests-page .web-topbar {
    flex-wrap: wrap !important;
}

.requests-page .web-brand-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

.requests-page .requests-back-btn-icon {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 38px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
}

@media (max-width: 720px) {
    .requests-page .web-topbar {
        align-items: flex-start !important;
        gap: 16px !important;
        padding: 16px 18px 18px !important;
    }

    .requests-page .web-brand-row {
        width: 100% !important;
    }

    .requests-page .web-nav {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .requests-page .web-nav a {
        min-height: 38px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 8px !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 768px) {
    .requests-page .requests-page-main {
        padding-top: 14px !important;
    }

    .requests-page .requests-hero {
        margin-bottom: 10px !important;
        gap: 0 !important;
    }

    .requests-page .requests-hero h4 {
        margin: 0 !important;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .requests-page .requests-card {
        margin-top: 0 !important;
    }

    .requests-page .aktif-panel-header {
        margin-bottom: 14px !important;
        padding-bottom: 0 !important;
    }
}

/* Clean request cards: keep detail rows inside the detail modal */
#islemKart .aktif-request-summary,
#islemKart .aktif-offer-details,
#islemKart .aktif-price {
    display: none !important;
}

#islemKart .aktif-offer-details.is-parca {
    display: block !important;
    margin: 2px 0 12px !important;
    padding: 8px 12px !important;
    border: 1px solid #e6edf5 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
}

#islemKart .aktif-parca-total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #e6edf5 !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

#islemKart .aktif-parca-total strong {
    color: #0f172a !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
}

#islemKart .aktif-request-title {
    color: #0f172a !important;
    font-weight: 700 !important;
}

#islemKart .aktif-status-line {
    font-weight: 700 !important;
}

#islemKart .aktif-offer-name {
    font-weight: 700 !important;
}

#islemKart .aktif-action-btn {
    color: #334155 !important;
    min-height: 40px !important;
    border-radius: 9px !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    padding: 0 10px !important;
}

#islemKart .aktif-action-btn.primary {
    color: #f8fafc !important;
}

#islemKart .aktif-action-btn.yellow {
    color: #7a5a00 !important;
}

#islemKart .aktif-action-btn.danger {
    color: #dc2626 !important;
}

#islemKart .aktif-request-head > .aktif-action-btn {
    display: none !important;
}

/* Extracted public HTML utility classes */
.ui-hidden { display: none; }
.logged-in-content { width: 100%; justify-content: space-between; align-items: center; }
.user-actions-row { display: flex; align-items: center; gap: 8px; }
.user-name-trigger { font-weight: 800; color: var(--primary); font-size: 11px; text-transform: uppercase; }
.header-icon-link { text-decoration: none; color: white; opacity: 0.85; }
.plain-link { text-decoration: none; }
.form-divider { text-align: center; margin: 20px 0; color: #cbd5e1; font-size: 10px; font-weight: 800; position: relative; }
.form-divider-label { background: white; padding: 0 10px; position: relative; z-index: 1; text-transform: uppercase; }
.form-divider-line { height: 1px; background: #f1f5f9; position: absolute; top: 50%; left: 0; right: 0; }
.request-type-box { background: #f8fafc; border: 1.5px solid #0f172a; border-radius: 8px; padding: 11px 12px; margin-bottom: 12px; }
.request-type-label { font-size: 9px; font-weight: 900; color: #64748b; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 4px; }
.request-type-title { font-size: 13px; font-weight: 900; color: #0f172a; }
.request-type-desc { font-size: 11px; color: #64748b; line-height: 1.45; margin-top: 3px; }
.form-row { display: flex; gap: 8px; }

/* Full-width standalone requests page */
body.requests-page {
    overflow-x: hidden;
}

.requests-page .requests-page-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 22px clamp(16px, 3vw, 42px) 44px !important;
}

.requests-page .requests-hero,
.requests-page .requests-card,
.requests-page #islemKart,
.requests-page #gelenTeklifListesi {
    width: 100% !important;
    max-width: none !important;
}

.requests-page .requests-card,
.requests-page #islemKart {
    margin: 0 !important;
    border-radius: 8px !important;
}

.requests-page #gelenTeklifListesi {
    display: grid;
    gap: 14px;
}

.requests-page #islemKart .aktif-request-card {
    width: 100% !important;
}

@media (max-width: 768px) {
    .requests-page .requests-page-main {
        padding: 10px !important;
    }

    .requests-page .requests-card,
    .requests-page #islemKart {
        border-radius: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .requests-page #gelenTeklifListesi {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 8px !important;
    }

    .requests-page #gelenTeklifListesi .aktif-request-card {
        margin-bottom: 0 !important;
    }
}
.form-row-gap-bottom { margin-bottom: 8px; }
.vehicle-triple-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.vehicle-triple-row select {
    width: 100%;
    min-width: 0;
}
.field-fill { flex: 1; }
.textarea-80 { height: 80px; }
.parca-satir { background: #f8fafc; padding: 12px; border-radius: 8px; border: 1px solid #e2e8f0; margin-bottom: 12px; position: relative; }
.part-note-compact { height: 40px; margin-bottom: 0; }
.add-part-btn { background: none; border: 1.5px dashed var(--primary-blue); color: var(--primary-blue); width: 100%; padding: 10px; border-radius: 8px; cursor: pointer; margin-bottom: 15px; font-weight: 800; font-size: 11px; }

@media (max-width: 760px) {
    #sideFormParca .parca-satir {
        padding: 10px;
        margin-bottom: 10px;
    }

    #sideFormParca .tek-parca-adi {
        height: 42px !important;
        min-height: 42px !important;
        padding: 9px 11px !important;
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }

    #sideFormParca .tek-parca-not {
        height: 54px !important;
        min-height: 54px !important;
        padding: 9px 11px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        resize: vertical;
    }
}
.full-field-bottom { width: 100%; margin-bottom: 8px; }
.vin-field { width: 100%; text-transform: uppercase; font-family: monospace; }
.part-filter { padding: 0 0 12px 0; }
.part-filter-box { background: #FAFAF8; border: 0.5px solid #E8E8E4; border-radius: 10px; padding: 12px; }
.part-filter-title { font-size: 10px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.part-filter-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.price-filter-row { display: flex; gap: 4px; align-items: center; flex: 2; min-width: 160px; }
.filter-input { flex: 1; padding: 8px 10px; border: 0.5px solid #E8E8E4; border-radius: 8px; font-size: 12px; outline: none; background: #fff; }
.filter-separator { color: #aaa; font-size: 12px; flex-shrink: 0; }
.filter-select { flex: 1; min-width: 130px; padding: 8px 10px; border: 0.5px solid #E8E8E4; border-radius: 8px; font-size: 12px; outline: none; background: #fff; }
.filter-actions { display: flex; gap: 6px; flex-shrink: 0; }
.filter-apply-btn { background: #FFD600; color: #1a1a1a; border: none; padding: 8px 14px; border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 12px; }
.filter-clear-btn { background: #F5F5F2; color: #888; border: 0.5px solid #E8E8E4; padding: 8px 12px; border-radius: 8px; font-weight: 600; cursor: pointer; font-size: 12px; }
.muted-loading { color: #94a3b8; font-size: 12px; text-align: center; }
.footer-title { color: white; margin-top: 0; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; font-size: 18px; }
.footer-links-spaced { margin: 25px 0; }
.footer-copy { font-size: 10px; opacity: 0.5; }
.remove-part-btn { position: absolute; top: 5px; right: 10px; border: 0; background: transparent; color: #94a3b8; cursor: pointer; font-weight: bold; font-size: 16px; line-height: 1; padding: 0; }
.remove-part-btn:hover { color: #7f1d1d; }

@media (max-width: 520px) {
    .vehicle-triple-row {
        grid-template-columns: 1fr;
    }
}

/* Sade mobil randevu akisi */
@media (max-width: 768px) {
    #formMoverArea {
        padding: 16px 12px 18px !important;
        background: #f8fafc !important;
    }

    #formMoverArea .request-start {
        margin: 0 0 14px !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    #formMoverArea .request-start span {
        color: var(--primary-blue) !important;
        font-size: 19px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }

    .logo-area .service-detail-link {
        display: none !important;
    }

    #formMoverArea .side-tab-container {
        gap: 8px !important;
        margin-bottom: 12px !important;
    }

    #formMoverArea .side-tab-btn {
        min-height: 58px !important;
        padding: 10px !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    #formMoverArea .side-tab-btn strong {
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .side-tab-btn.active-tamir,
    #formMoverArea .side-tab-btn.active-parca {
        background: #ffd600 !important;
        border-color: #e0bd00 !important;
        color: var(--primary) !important;
        box-shadow: none !important;
    }

    #formMoverArea .form-area.active {
        padding: 14px !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }

    #formMoverArea .form-step-title {
        grid-template-columns: 30px minmax(0, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .form-step-title::before {
        width: 28px !important;
        height: 28px !important;
        background: #eaf2ff !important;
        color: var(--primary-blue) !important;
        font-weight: 600 !important;
    }

    #formMoverArea select,
    #formMoverArea input,
    #formMoverArea textarea {
        font-weight: 500 !important;
    }

    #formMoverArea .btn-search-nearby {
        min-height: 46px !important;
        background: var(--primary) !important;
        color: #fff !important;
        border: 1.5px solid var(--primary) !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-transform: none !important;
    }

    #formMoverArea .mobile-next-step {
        min-height: 46px !important;
        margin: 10px 0 !important;
        background: #ffd600 !important;
        color: var(--primary) !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }

    #formMoverArea .mobile-step-toggle {
        min-height: 50px !important;
        margin-top: 8px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .mobile-step-toggle::before {
        background: #eaf2ff !important;
        color: var(--primary-blue) !important;
        font-weight: 600 !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        font-weight: 600 !important;
    }
}

/* Mobil ana form: onayli goruntu olculeri */
@media (max-width: 768px) {
    #formMoverArea .request-start span {
        color: #2563eb !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .side-tab-btn {
        min-height: 72px !important;
        padding: 12px 14px !important;
        border: 1px solid #d7e0eb !important;
        border-radius: 14px !important;
        background: #ffffff !important;
    }

    #formMoverArea .side-tab-btn.active-tamir,
    #formMoverArea .side-tab-btn.active-parca {
        background: #ffd600 !important;
        border-color: #e0bd00 !important;
    }

    #formMoverArea .side-tab-btn strong {
        color: #071426 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    #formMoverArea .form-area.active {
        padding: 18px !important;
        border: 1px solid #d7e0eb !important;
        border-radius: 14px !important;
        background: #ffffff !important;
    }

    #formMoverArea .form-step-title {
        margin-bottom: 14px !important;
        color: #071426 !important;
        font-size: 21px !important;
        font-weight: 700 !important;
    }

    #formMoverArea #searchSpecialty {
        min-height: 52px !important;
        margin-bottom: 10px !important;
        padding: 0 16px !important;
        border: 1px solid #d7e0eb !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        color: #071426 !important;
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    #formMoverArea .btn-search-nearby {
        min-height: 58px !important;
        padding: 0 18px !important;
        background: #071426 !important;
        color: #ffffff !important;
        border: 1px solid #071426 !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    #formMoverArea .mobile-next-step {
        min-height: 58px !important;
        margin: 26px 0 12px !important;
        padding: 0 18px !important;
        background: #ffd600 !important;
        color: #071426 !important;
        border: 0 !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .mobile-step-toggle {
        min-height: 62px !important;
        padding: 0 14px !important;
        border: 1px solid #d7e0eb !important;
        border-radius: 12px !important;
        color: #071426 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }

    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 78px 122px !important;
        gap: 8px !important;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        min-height: 50px !important;
        padding: 0 8px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .mobile-bottom-action button:first-child {
        background: #ffffff !important;
        color: #071426 !important;
        box-shadow: 0 8px 20px rgba(255, 214, 0, 0.12) !important;
    }

    .mobile-bottom-action .mobile-parts-store-btn {
        background: #071426 !important;
        color: #ffffff !important;
    }
}

@media (max-width: 420px) {
    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1fr) 68px 108px !important;
        gap: 6px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Mobil form: son referans goruntu */
@media (max-width: 768px) {
    #formMoverArea .request-start span {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .side-tab-btn {
        min-height: 68px !important;
        padding: 10px 13px !important;
        border-radius: 12px !important;
    }

    #formMoverArea .side-tab-btn.active-tamir,
    #formMoverArea .side-tab-btn.active-parca {
        background: #fffdf5 !important;
        border-color: #f5c43d !important;
    }

    #formMoverArea .side-tab-btn strong {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    #formMoverArea .form-area.active {
        padding: 18px !important;
        border-radius: 12px !important;
    }

    #formMoverArea .form-step-title {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    #formMoverArea #searchSpecialty {
        min-height: 54px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    #formMoverArea .btn-search-nearby {
        min-height: 52px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
        padding: 0 14px !important;
        background: #ffffff !important;
        color: #123b8f !important;
        border: 1.5px solid #123b8f !important;
        border-radius: 9px !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .btn-search-nearby::before {
        content: "";
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
        background: #123b8f;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    #formMoverArea .mobile-next-step {
        min-height: 54px !important;
        margin: 22px 0 12px !important;
        background: linear-gradient(90deg, #ffc928 0%, #ffd43b 100%) !important;
        color: #071426 !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    #formMoverArea .mobile-step-toggle {
        min-height: 58px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .mobile-bottom-action {
        grid-template-columns: 170px minmax(0, 1fr) 134px !important;
        gap: 8px !important;
        padding: 10px 6px calc(10px + env(safe-area-inset-bottom)) !important;
        background: rgba(255, 255, 255, 0.98) !important;
    }

    .mobile-bottom-action button,
    .mobile-bottom-action a {
        min-height: 50px !important;
        padding: 0 7px !important;
        border-radius: 9px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .mobile-bottom-action button:first-child {
        background: #fff8df !important;
        color: #071426 !important;
        box-shadow: none !important;
    }

    .mobile-bottom-action button:nth-child(2) {
        background: #ffffff !important;
        color: #071426 !important;
    }

    .mobile-bottom-action .mobile-parts-store-btn {
        background: #071426 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }
}

@media (max-width: 420px) {
    .mobile-bottom-action {
        grid-template-columns: minmax(0, 1.25fr) minmax(62px, .9fr) minmax(104px, 1fr) !important;
        gap: 5px !important;
    }
}

/* Mobil marka ve islem ikonlari */
@media (max-width: 768px) {
    .logo-area {
        min-height: 76px !important;
        padding: 14px 16px !important;
        display: flex !important;
        align-items: center !important;
        border-bottom: 1px solid #dfe6ef !important;
        background: #ffffff !important;
    }

    .logo-area .brand-link {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
    }

    .logo-area .site-logo {
        display: block !important;
        width: 164px !important;
    }

    .logo-area > p {
        display: none !important;
    }

    .mobile-wordmark {
        display: none !important;
        align-items: baseline !important;
        color: #071426 !important;
        font-family: Inter, system-ui, sans-serif !important;
        font-size: 37px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -2.2px !important;
        text-transform: lowercase !important;
    }

    .mobile-wordmark > span {
        margin-left: 2px !important;
        color: #f4bd00 !important;
        font-size: 34px !important;
        line-height: 1 !important;
    }

    #formMoverArea .service-icon {
        position: relative !important;
        width: 38px !important;
        height: 38px !important;
        flex: 0 0 38px !important;
        border: 0 !important;
        border-radius: 999px !important;
        font-size: 0 !important;
        box-shadow: none !important;
    }

    #formMoverArea .service-icon::before {
        content: "" !important;
        width: 23px !important;
        height: 23px !important;
        display: block !important;
        background: currentColor !important;
    }

    #formMoverArea .service-icon-repair {
        color: #0b1f3a !important;
        background: #fff5cf !important;
    }

    #formMoverArea .service-icon-repair::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L12 3.6 9.6 6 7.3 3.7a4 4 0 0 0 5 5l-7.7 7.7a2 2 0 1 0 2.8 2.8l7.3-7.3'/%3E%3Ccircle cx='17' cy='16' r='3.2'/%3E%3Cpath d='M17 11.5V13m0 6v1.5m4.5-4.5H20m-6 0h-1.5m7.7-3.2-1.1 1.1m-4.2 4.2-1.1 1.1m6.4 0-1.1-1.1m-4.2-4.2-1.1-1.1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L12 3.6 9.6 6 7.3 3.7a4 4 0 0 0 5 5l-7.7 7.7a2 2 0 1 0 2.8 2.8l7.3-7.3'/%3E%3Ccircle cx='17' cy='16' r='3.2'/%3E%3Cpath d='M17 11.5V13m0 6v1.5m4.5-4.5H20m-6 0h-1.5m7.7-3.2-1.1 1.1m-4.2 4.2-1.1 1.1m6.4 0-1.1-1.1m-4.2-4.2-1.1-1.1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
    }

    #formMoverArea .service-icon-part {
        color: #1746a2 !important;
        background: #edf3ff !important;
    }

    #formMoverArea .service-icon-part::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 7 8-4 8 4-8 4-8-4Z'/%3E%3Cpath d='M4 7v9l8 4 4-2m4-11v5M12 11v9'/%3E%3Ccircle cx='19' cy='18' r='4'/%3E%3Cpath d='M19 16v4m-2-2h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 7 8-4 8 4-8 4-8-4Z'/%3E%3Cpath d='M4 7v9l8 4 4-2m4-11v5M12 11v9'/%3E%3Ccircle cx='19' cy='18' r='4'/%3E%3Cpath d='M19 16v4m-2-2h4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
    }
}
