h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/* --- Login kutusu (Faz 1 iskeleti) --- */
.login-box { max-width: 22rem; margin: 4rem auto; padding: 2rem; border: 1px solid #ddd; border-radius: .5rem; }
.login-box h1 { font-size: 1.25rem; margin-bottom: 1rem; }
.login-box div { margin-bottom: .75rem; }
.login-box label { display: block; margin-bottom: .25rem; font-weight: 600; }
.login-box input { width: 100%; padding: .4rem .6rem; border: 1px solid #ccc; border-radius: .25rem; }
.login-box button { width: 100%; padding: .5rem; background: #1b6ec2; color: #fff; border: 0; border-radius: .25rem; cursor: pointer; }
.alert-danger { margin-top: 1rem; padding: .5rem .75rem; background: #fdecea; color: #b02a37; border-radius: .25rem; }

/* --- Dashboard stat kartlari (ui-ux-pro-max: data-dense, semantik durum renkleri) --- */
.stat-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    padding: 1.25rem 1.4rem;
    color: #fff;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
}
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.stat-card .stat-value { font-size: 2.4rem; font-weight: 800; line-height: 1; letter-spacing: -1px; }
.stat-card .stat-label { font-size: .82rem; font-weight: 600; opacity: .95; text-transform: uppercase; letter-spacing: .4px; }
.stat-card .stat-icon { position: absolute; right: -6px; bottom: -10px; opacity: .18; font-size: 5.5rem; }
.stat-blue   { background: linear-gradient(135deg, #2563eb, #1e40af); }
.stat-teal   { background: linear-gradient(135deg, #0d9488, #115e59); }
.stat-orange { background: linear-gradient(135deg, #ea580c, #9a3412); }
.stat-amber  { background: linear-gradient(135deg, #d97706, #92400e); }
.stat-violet { background: linear-gradient(135deg, #7c3aed, #5b21b6); }
.stat-slate  { background: linear-gradient(135deg, #475569, #1e293b); }
.stat-red    { background: linear-gradient(135deg, #dc2626, #991b1b); }
.dash-section-title { font-weight: 700; margin: 1.5rem 0 .5rem; }

/* MudBlazor layout CSS degiskenleri fallback: bunlar :root'ta tanimli degil (dinamik
   emit ediliyor). Tanimlanmazsa mud-main-content offset'i calc(var(...)) = 0 olur ve
   icerik sabit appbar altinda kalir; drawer push'u da bozulur. Kesin fallback. */
:root {
    --mud-appbar-height: 64px;
    --mud-appbar-min-height: 64px;
    --mud-drawer-width-left: 240px;
    --mud-drawer-width-right: 240px;
    --mud-drawer-width-mini-left: 56px;
    --mud-drawer-width-mini-right: 56px;
}

/* Sabit appbar'ın altındaki içeriği net biçimde temizle (MudBlazor'ın kırılgan
   calc(var(--mud-appbar-height)-.../8) offset'i yerine kesin değer). */
.mud-layout .mud-main-content { padding-top: 72px !important; }

/* ===================== pacttransfer.com public sitesi (Faz 4) =====================
   Gerçek marka: altın #CDA349 + lacivert #04284C, orijinal görseller (wwwroot/img).
   Hero-centric + conversion-optimized (ui-ux-pro-max). */
:root {
    --pt-gold: #cda349;
    --pt-gold-dk: #b8912f;
    --pt-navy: #04284c;
    --pt-navy-2: #0f294c;
    --pt-ink: #1c2733;
    --pt-muted: #7a8794;
    --pt-line: #e5e9ee;
    --pt-bg: #f4f6f9;
}
.pt-site { font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif; color: var(--pt-ink); background: #fff; }
.pt-container { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.pt-site a { color: var(--pt-gold-dk); }

/* Üst şerit */
.pt-topbar { background: var(--pt-navy); color: #cfd8e3; font-size: .82rem; }
.pt-topbar-in { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.pt-topbar a { color: #cfd8e3; text-decoration: none; margin-left: 18px; }
.pt-topbar a:hover { color: var(--pt-gold); }
.pt-topbar .pt-tb-contact span { margin-right: 18px; }

/* Header */
.pt-header { background: #fff; border-bottom: 1px solid var(--pt-line); position: sticky; top: 0; z-index: 50;
    box-shadow: 0 2px 14px rgba(4, 40, 76, .05); }
.pt-header-in { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.pt-logo img { height: 42px; display: block; }
.pt-nav { display: flex; align-items: center; gap: 26px; }
.pt-nav a { color: var(--pt-navy); text-decoration: none; font-weight: 600; font-size: .92rem; letter-spacing: .02em; }
.pt-nav a:hover { color: var(--pt-gold-dk); }
.pt-nav .pt-login-btn { background: var(--pt-gold); color: #fff !important; border-radius: 6px; padding: 9px 18px;
    letter-spacing: .04em; transition: background .15s; }
.pt-nav .pt-login-btn:hover { background: var(--pt-gold-dk); }

/* Hero (gerçek slide-image3.jpg) + arama kartı overlap */
.pt-hero { position: relative; background: #dfe6ee url('img/slide-image3.jpg') center/cover no-repeat; min-height: 460px; }
.pt-hero::after { content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(4,40,76,.05) 0%, rgba(4,40,76,0) 40%, rgba(255,255,255,0) 100%); }
.pt-booking-wrap { margin-top: -96px; position: relative; z-index: 5; padding-bottom: 30px; }
.pt-booking-card { background: #fff; border-radius: 14px; box-shadow: 0 22px 60px rgba(4, 40, 76, .22);
    padding: 26px 28px 30px; border-top: 4px solid var(--pt-gold); }
.pt-booking-card h1 { font-size: 1.5rem; margin: 0 0 4px; color: var(--pt-navy); font-weight: 800; letter-spacing: .01em; }
.pt-booking-card .pt-sub { color: var(--pt-muted); margin: 0 0 20px; font-size: .95rem; }

.pt-search-grid { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr 1fr .7fr auto; gap: 13px; align-items: end; }
.pt-field { display: flex; flex-direction: column; position: relative; }
.pt-field label { font-size: .74rem; font-weight: 700; color: var(--pt-navy); margin-bottom: 6px; letter-spacing: .03em;
    text-transform: uppercase; }
.pt-field label span { font-weight: 400; color: var(--pt-muted); text-transform: none; }
.pt-field input, .pt-field select, .pt-field textarea { border: 1.5px solid #d7dee6; border-radius: 8px;
    padding: 11px 13px; font-size: .95rem; color: var(--pt-ink); background: #fff; outline: none; width: 100%;
    box-sizing: border-box; transition: border-color .15s, box-shadow .15s; }
.pt-field input:focus, .pt-field select:focus, .pt-field textarea:focus {
    border-color: var(--pt-gold); box-shadow: 0 0 0 3px rgba(205, 163, 73, .16); }
.pt-field-sm { max-width: 120px; }

.pt-ac-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    border: 1px solid #d7dee6; border-radius: 8px; margin-top: 4px; max-height: 270px; overflow-y: auto;
    box-shadow: 0 12px 30px rgba(4, 40, 76, .16); z-index: 60; }
.pt-ac-item { padding: 10px 13px; cursor: pointer; font-size: .92rem; color: var(--pt-ink); }
.pt-ac-item:hover { background: #faf5ea; color: var(--pt-navy); }

.pt-btn { display: inline-block; background: var(--pt-gold); color: #fff; border: 0; border-radius: 8px;
    padding: 12px 24px; font-size: .98rem; font-weight: 700; cursor: pointer; text-decoration: none;
    text-align: center; letter-spacing: .03em; transition: background .15s, transform .1s; white-space: nowrap; }
.pt-btn:hover { background: var(--pt-gold-dk); color: #fff; }
.pt-btn:active { transform: translateY(1px); }
.pt-btn-lg { padding: 13px 30px; }
.pt-btn-navy { background: var(--pt-navy); }
.pt-btn-navy:hover { background: var(--pt-navy-2); }

/* Bölüm başlıkları + altın çizgi */
.pt-section { padding: 72px 0; }
.pt-section h2 { text-align: center; font-size: 2rem; font-weight: 800; color: var(--pt-navy); margin: 0 0 8px;
    letter-spacing: .02em; }
.pt-section .pt-lead { text-align: center; color: var(--pt-muted); font-size: 1.05rem; margin: 0 0 8px; }
.pt-divider { width: 62px; height: 3px; background: var(--pt-gold); margin: 18px auto 46px; border-radius: 2px; }

/* HOW IT WORKS */
.pt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.pt-step { text-align: center; padding: 0 14px; position: relative; }
.pt-step-ico { width: 92px; height: 92px; border-radius: 50%; background: #faf5ea; display: flex; align-items: center;
    justify-content: center; margin: 0 auto 18px; border: 2px solid #eeddba; }
.pt-step-ico img { max-width: 46px; max-height: 46px; }
.pt-step h3 { font-size: 1.2rem; color: var(--pt-navy); margin: 0 0 8px; }
.pt-step h3 b { color: var(--pt-gold-dk); }
.pt-step p { color: var(--pt-muted); line-height: 1.6; margin: 0; }

/* FACILITIES */
.pt-facilities { background: var(--pt-bg); }
.pt-fac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pt-fac { background: #fff; border: 1px solid var(--pt-line); border-radius: 12px; padding: 30px 26px; text-align: center;
    transition: transform .15s, box-shadow .15s; }
.pt-fac:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(4, 40, 76, .1); }
.pt-fac-ico { height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pt-fac-ico img { max-height: 52px; max-width: 56px; }
.pt-fac h3 { font-size: 1rem; color: var(--pt-navy); margin: 0 0 10px; letter-spacing: .03em; }
.pt-fac .pt-fac-line { width: 34px; height: 2px; background: var(--pt-gold); margin: 0 auto 12px; }
.pt-fac p { color: var(--pt-muted); line-height: 1.55; margin: 0; font-size: .93rem; }

/* CUSTOMER SAYS (lacivert) */
.pt-says { background: var(--pt-navy); color: #dbe4ef; }
.pt-says h2 { color: var(--pt-gold); }
.pt-says .pt-lead { color: #a9b8ca; }
.pt-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pt-quote { background: rgba(255, 255, 255, .05); border: 1px solid rgba(205, 163, 73, .22); border-radius: 12px; padding: 26px; }
.pt-quote .pt-stars { color: var(--pt-gold); letter-spacing: 2px; margin-bottom: 10px; }
.pt-quote p { line-height: 1.65; margin: 0 0 16px; font-style: italic; color: #eaf0f7; }
.pt-quote strong { color: var(--pt-gold); font-style: normal; }

/* CONTACT */
.pt-contact { background: var(--pt-bg); }
.pt-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 860px; margin: 0 auto; }
.pt-contact-card { background: #fff; border: 1px solid var(--pt-line); border-radius: 12px; padding: 28px; text-align: center; }
.pt-contact-card .pt-ci { width: 54px; height: 54px; border-radius: 50%; background: var(--pt-navy); color: var(--pt-gold);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 1.4rem; }
.pt-contact-card h3 { margin: 0 0 6px; color: var(--pt-navy); font-size: 1rem; }
.pt-contact-card a, .pt-contact-card p { color: var(--pt-muted); text-decoration: none; margin: 2px 0; display: block; }
.pt-contact-card a:hover { color: var(--pt-gold-dk); }

/* Footer */
.pt-footer { background: #061c33; color: #9fb2c6; padding: 54px 0 0; }
.pt-footer-in { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.pt-footer img { height: 40px; margin-bottom: 18px; }
.pt-footer strong { color: #fff; display: block; margin-bottom: 12px; letter-spacing: .04em; font-size: .95rem; }
.pt-footer p { margin: 5px 0; font-size: .9rem; line-height: 1.6; }
.pt-footer a { color: #9fb2c6; text-decoration: none; }
.pt-footer a:hover { color: var(--pt-gold); }
.pt-social { display: flex; gap: 12px; margin-top: 14px; }
.pt-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex;
    align-items: center; justify-content: center; color: #cfd8e3; font-weight: 700; }
.pt-social a:hover { background: var(--pt-gold); color: #fff; }
.pt-footer-alt { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 16px; font-size: .82rem; color: #7d90a5; }

/* Sonuç / rezervasyon / onay sayfaları */
.pt-results { padding: 40px 0 72px; background: var(--pt-bg); min-height: 60vh; }
.pt-results-head h1 { font-size: 1.7rem; margin: 0 0 4px; color: var(--pt-navy); }
.pt-results-head p { color: var(--pt-muted); margin: 0 0 26px; }
.pt-results-head a { color: var(--pt-gold-dk); }
.pt-vehicle-list { display: flex; flex-direction: column; gap: 14px; }
.pt-vehicle { background: #fff; border: 1px solid var(--pt-line); border-radius: 12px; padding: 22px 26px;
    display: flex; justify-content: space-between; gap: 22px; align-items: center; transition: box-shadow .15s; }
.pt-vehicle:hover { box-shadow: 0 12px 28px rgba(4, 40, 76, .08); }
.pt-vehicle-info h3 { margin: 0 0 4px; font-size: 1.18rem; color: var(--pt-navy); }
.pt-vehicle-meta { color: var(--pt-muted); margin: 0 0 6px; font-size: .92rem; }
.pt-vehicle-perks { color: #2e9e5b; font-size: .85rem; margin: 0; }
.pt-vehicle-price { text-align: right; min-width: 200px; }
.pt-price { font-size: 1.8rem; font-weight: 800; color: var(--pt-navy); }
.pt-price span { font-size: 1rem; color: var(--pt-muted); }
.pt-price-alt { font-size: .8rem; color: var(--pt-muted); margin-bottom: 10px; }

.pt-alert { background: #fdf4e3; border: 1px solid #ecd6a6; color: #7a5a1c; border-radius: 10px; padding: 14px 18px; margin: 14px 0; }
.pt-alert a { color: var(--pt-gold-dk); }
.pt-alert-info { background: #e8f1fb; border-color: #bcd6f2; color: #17456f; }
.pt-muted { color: var(--pt-muted); font-size: .86rem; }

.pt-book-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 28px; align-items: start; }
.pt-book h1 { font-size: 1.5rem; margin: 0 0 18px; color: var(--pt-navy); }
.pt-form { background: #fff; border: 1px solid var(--pt-line); border-radius: 12px; padding: 26px; }
.pt-form h3 { margin: 22px 0 12px; font-size: 1rem; color: var(--pt-gold-dk); letter-spacing: .02em; }
.pt-form h3:first-child { margin-top: 0; }
.pt-form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-bottom: 8px; }
.pt-pay { background: #faf5ea; border-radius: 8px; padding: 16px 18px; margin-bottom: 14px; line-height: 2.1; }
.pt-summary { background: #fff; border: 1px solid var(--pt-line); border-radius: 12px; padding: 24px; position: sticky; top: 90px; }
.pt-summary h3 { margin: 0 0 14px; color: var(--pt-navy); }
.pt-summary dl { margin: 0; }
.pt-summary dt { font-size: .76rem; color: var(--pt-muted); font-weight: 700; margin-top: 10px; text-transform: uppercase; }
.pt-summary dd { margin: 2px 0 0; }
.pt-summary-total { display: flex; justify-content: space-between; align-items: center; border-top: 2px solid #eef2f6;
    margin-top: 16px; padding-top: 14px; }
.pt-summary-total strong { font-size: 1.5rem; color: var(--pt-gold-dk); }

.pt-confirm { display: flex; justify-content: center; }
.pt-confirm-card { background: #fff; border-radius: 14px; padding: 46px 50px; text-align: center; max-width: 560px;
    border: 1px solid var(--pt-line); border-top: 4px solid var(--pt-gold); }
.pt-confirm-icon { width: 66px; height: 66px; border-radius: 50%; background: #2e9e5b; color: #fff; font-size: 2rem;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.pt-confirm-no { font-size: 1.1rem; color: var(--pt-navy); }

@media (max-width: 960px) {
    .pt-search-grid { grid-template-columns: 1fr 1fr; }
    .pt-steps, .pt-fac-grid, .pt-quotes, .pt-contact-grid { grid-template-columns: 1fr; }
    .pt-book-grid { grid-template-columns: 1fr; }
    .pt-vehicle { flex-direction: column; align-items: stretch; }
    .pt-vehicle-price { text-align: left; }
    .pt-footer-in { grid-template-columns: 1fr; }
    .pt-nav a:not(.pt-login-btn) { display: none; }
    .pt-booking-wrap { margin-top: -40px; }
    .pt-hero { min-height: 300px; }
}

/* Araç görseli (arama sonuçları) */
.pt-vehicle-img { flex: 0 0 150px; display: flex; align-items: center; justify-content: center; }
.pt-vehicle-img img { max-width: 150px; max-height: 92px; object-fit: contain; }
@media (max-width: 960px) { .pt-vehicle-img { flex: none; justify-content: flex-start; } }

/* Filtre tarih seçicileri: yalnız min-genişlik (asla kırpma yok — max-width takvimi
   daraltıp yarım gösteriyordu). Takvim popover'ı için savunmacı min-genişlik. */
.pt-dp { min-width: 150px; }
.mud-picker-container { min-width: 296px; }

/* ============ Manuel Rezervasyon formu (admin /admin/orders/new) ============ */
.pt-mo-head { display: flex; align-items: center; gap: 14px; margin: 4px 0 18px; }
.pt-mo-title { color: var(--pt-navy); font-weight: 800; }
.pt-mo-card { border: 1px solid var(--pt-line); border-radius: 14px; padding: 20px 22px; margin-bottom: 16px;
    background: #fff; box-shadow: 0 1px 2px rgba(4,40,76,.04); }
.pt-mo-step { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 700;
    color: var(--pt-navy); margin-bottom: 16px; }
.pt-mo-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
    border-radius: 50%; background: var(--pt-gold); color: #fff; font-size: .85rem; font-weight: 800; }
.pt-mo-sub { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--pt-navy);
    margin-bottom: 14px; font-size: .98rem; }
.pt-mo-sub .mud-icon-root { color: var(--pt-gold); }
.pt-mo-tag { margin-left: auto; font-size: .72rem; font-weight: 700; letter-spacing: .06em; color: var(--pt-gold-dk);
    background: #faf5ea; border: 1px solid #efe2c4; padding: 2px 9px; border-radius: 20px; }
.pt-mo-route { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; padding: 10px 14px;
    background: #f6f8fb; border: 1px solid var(--pt-line); border-radius: 10px; color: var(--pt-navy); font-weight: 600; }
.pt-mo-route .mud-icon-root { color: var(--pt-gold-dk); }
.pt-mo-chip { display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid var(--pt-line);
    border-radius: 20px; padding: 3px 11px; font-size: .85rem; color: var(--pt-ink); }
.pt-mo-btn { background: var(--pt-navy) !important; color: #fff !important; font-weight: 700; border-radius: 10px; }
.pt-mo-btn:hover { background: var(--pt-navy-2) !important; }
.pt-mo-actions { display: flex; gap: 12px; align-items: center; margin: 4px 0 32px; }
.pt-mo-btn-go { background: var(--pt-gold) !important; color: #fff !important; font-weight: 800; border-radius: 10px;
    padding-inline: 26px; box-shadow: 0 4px 14px rgba(205,163,73,.35); }
.pt-mo-btn-go:hover { background: var(--pt-gold-dk) !important; }

/* Araç seçim kartları */
.pt-veh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.pt-veh-card { position: relative; border: 2px solid var(--pt-line); border-radius: 14px; background: #fff;
    cursor: pointer; overflow: hidden; transition: border-color .18s, box-shadow .18s, transform .18s; }
.pt-veh-card:hover { border-color: #d9c38a; box-shadow: 0 6px 20px rgba(4,40,76,.10); transform: translateY(-2px); }
.pt-veh-card.selected { border-color: var(--pt-gold); box-shadow: 0 6px 22px rgba(205,163,73,.28); }
.pt-veh-card.selected::before { content: ""; position: absolute; inset: 0; background: rgba(205,163,73,.05); pointer-events: none; }
.pt-veh-check { position: absolute; top: 8px; right: 8px; color: var(--pt-gold); background: #fff; border-radius: 50%; z-index: 1; }
.pt-veh-img { height: 108px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg,#fbfcfe,#f2f5f9); }
.pt-veh-img img { max-width: 88%; max-height: 92px; object-fit: contain; }
.pt-veh-body { padding: 12px 14px 14px; }
.pt-veh-name { font-weight: 800; color: var(--pt-navy); font-size: 1rem; }
.pt-veh-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 6px 0; color: var(--pt-muted); font-size: .82rem; }
.pt-veh-meta span { display: inline-flex; align-items: center; gap: 4px; }
.pt-veh-meta .mud-icon-root { font-size: 1rem; color: var(--pt-gold-dk); }
.pt-veh-models { font-size: .78rem; color: var(--pt-muted); font-style: italic; margin-bottom: 8px; min-height: 1em; }
.pt-veh-price { font-size: 1.35rem; font-weight: 800; color: var(--pt-gold-dk); font-variant-numeric: tabular-nums; }
.pt-veh-price span { font-size: .82rem; font-weight: 700; color: var(--pt-muted); }

/* Sayaç (stepper) — koltuk + ekstra */
.pt-stepper { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--pt-line); border-radius: 10px; padding: 2px; background: #fff; }
.pt-stepper-val { min-width: 26px; text-align: center; font-weight: 800; color: var(--pt-navy); font-variant-numeric: tabular-nums; }
.pt-seat-row { display: flex; flex-wrap: wrap; gap: 18px; }
.pt-seat { display: flex; flex-direction: column; gap: 6px; }
.pt-seat-label { font-size: .8rem; font-weight: 600; color: var(--pt-muted); }

/* Ekstra hizmet kartları */
.pt-extra-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.pt-extra-card { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px;
    border: 1.5px solid var(--pt-line); border-radius: 12px; background: #fff; transition: border-color .15s, background .15s; }
.pt-extra-card.selected { border-color: var(--pt-gold); background: #fffdf7; }
.pt-extra-name { font-weight: 700; color: var(--pt-navy); font-size: .92rem; }
.pt-extra-price { font-size: .82rem; color: var(--pt-gold-dk); font-weight: 700; }
.pt-extra-total { margin-top: 14px; text-align: right; color: var(--pt-navy); font-size: 1rem; }

/* ============ Giriş ekranları (admin/acente/şoför) ============ */
.pt-login { min-height: 100dvh; display: grid; grid-template-columns: 1.05fr .95fr; font-family: 'Segoe UI', system-ui, Arial, sans-serif; }
.pt-login-brand { position: relative; display: flex; flex-direction: column; justify-content: space-between;
    padding: 48px 52px; color: #eaf0f7; overflow: hidden;
    background: linear-gradient(150deg, #04284c 0%, #0a3160 45%, #0f294c 100%); }
.pt-login-brand::after { content: ""; position: absolute; inset: 0; background: url('img/slide-image3.jpg') center/cover;
    opacity: .14; mix-blend-mode: luminosity; }
.pt-login-brand > * { position: relative; z-index: 1; }
.pt-login-logo { height: 38px; width: auto; background: #fff; padding: 9px 16px; border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,.20); align-self: flex-start; }
.pt-login-hero h2 { font-size: 2.1rem; line-height: 1.2; font-weight: 800; margin: 0 0 14px; }
.pt-login-hero h2 span { color: var(--pt-gold); }
.pt-login-hero p { color: #b9c6d6; font-size: 1.02rem; max-width: 30ch; margin: 0; }
.pt-login-feats { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.pt-login-feats li { display: flex; align-items: center; gap: 10px; color: #cdd8e6; font-size: .95rem; }
.pt-login-feats li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pt-gold); flex: 0 0 auto; }
.pt-login-foot { color: #7f92aa; font-size: .8rem; }
.pt-login-panel { display: flex; align-items: center; justify-content: center; padding: 32px; background: var(--pt-bg); }
.pt-login-card { width: 100%; max-width: 380px; background: #fff; border: 1px solid var(--pt-line); border-radius: 16px;
    padding: 34px 32px 30px; box-shadow: 0 12px 40px rgba(4,40,76,.10); border-top: 4px solid var(--pt-gold); }
.pt-login-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--pt-gold-dk); background: #faf5ea; border: 1px solid #efe2c4; padding: 5px 12px; border-radius: 20px; }
.pt-login-card h1 { font-size: 1.5rem; color: var(--pt-navy); font-weight: 800; margin: 16px 0 4px; }
.pt-login-card .pt-login-sub { color: var(--pt-muted); font-size: .92rem; margin: 0 0 22px; }
.pt-login-field { margin-bottom: 15px; }
.pt-login-field label { display: block; font-size: .78rem; font-weight: 700; color: var(--pt-navy); margin-bottom: 6px; letter-spacing: .02em; }
.pt-login-field input { width: 100%; padding: 12px 14px; font-size: .96rem; color: var(--pt-ink); background: #fff;
    border: 1px solid #cfd7e0; border-radius: 10px; outline: none; transition: border-color .15s, box-shadow .15s; }
.pt-login-field input:focus { border-color: var(--pt-gold); box-shadow: 0 0 0 3px rgba(205,163,73,.16); }
.pt-login-submit { width: 100%; padding: 13px; margin-top: 6px; background: var(--pt-navy); color: #fff; border: 0;
    border-radius: 10px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background .15s, transform .1s; }
.pt-login-submit:hover { background: var(--pt-navy-2); }
.pt-login-submit:active { transform: translateY(1px); }
.pt-login-err { margin-top: 16px; padding: 11px 14px; background: #fde8e8; border: 1px solid #f5b5b5; color: #a12020;
    border-radius: 10px; font-size: .9rem; }
@media (max-width: 860px) {
    .pt-login { grid-template-columns: 1fr; }
    .pt-login-brand { padding: 28px 26px; min-height: 210px; }
    .pt-login-hero h2 { font-size: 1.6rem; }
    .pt-login-feats { display: none; }
    .pt-login-panel { padding: 22px 16px 40px; }
}
