/* Honda Service Compare Makassar - Custom Styles */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

code {
    font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
}

/* Smooth focus styles */
input:focus, select:focus, button:focus, a:focus {
    outline: none;
}

/* Table responsive scrollbar */
.overflow-x-auto::-webkit-scrollbar {
    height: 6px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

/* Honda official logo assets */
.honda-logo {
    display: block;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.honda-logo-sm { height: 1.75rem; }
.honda-logo-md { height: 2.25rem; }
.honda-logo-lg { height: 3.5rem; }
.honda-logo-xl { height: 4.5rem; max-width: 100%; }
.navbar-logo-img.honda-logo-sm,
.admin-sidebar-logo-img.honda-logo-md {
    height: 2.5rem;
    max-width: 2.75rem;
}
.honda-logo-wordmark.honda-logo-md { height: 2rem; width: auto; }
.honda-logo-wordmark.honda-logo-lg { height: 3rem; }
.honda-logo-wordmark.honda-logo-xl { height: 3.75rem; }

/* ── Public navbar ── */
.public-nav {
    background: rgba(26, 26, 26, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.25s, box-shadow 0.25s;
}
.public-nav.is-scrolled {
    background: rgba(26, 26, 26, 0.98);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.public-nav-link {
    color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.public-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.public-nav-link.is-active {
    color: #fff;
    background: rgba(204, 0, 0, 0.2);
}
.public-nav-link--admin {
    color: #fcd34d;
}
.public-nav-cta {
    margin-left: 0.5rem;
    background: #CC0000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.625rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.15s;
}
.public-nav-cta:hover {
    background: #b30000;
}
.public-nav-toggle {
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background 0.2s;
}
.public-nav-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}
.public-mobile-menu {
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 0.25rem;
}
.public-mobile-link {
    display: block;
    padding: 0.75rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.public-mobile-link:hover,
.public-mobile-link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.public-mobile-link.is-active {
    background: rgba(204, 0, 0, 0.15);
}
.public-mobile-link--accent {
    color: #fcd34d;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 1rem;
}

/* ── Public footer ── */
.public-footer {
    background: #111827;
    color: #9ca3af;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.public-footer-link {
    color: #9ca3af;
    transition: color 0.2s;
}
.public-footer-link:hover {
    color: #fff;
}
.public-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.8125rem;
    text-align: center;
}
@media (min-width: 640px) {
    .public-footer-bottom {
        flex-direction: row;
        text-align: left;
    }
}

/* ── Landing page ── */
.landing-hero {
    background: linear-gradient(145deg, #0f0f0f 0%, #1a1a1a 40%, #3d0a0a 100%);
    color: #fff;
}
.landing-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(204, 0, 0, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 90%, rgba(204, 0, 0, 0.12) 0%, transparent 50%);
    pointer-events: none;
}
.landing-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent 80%);
    pointer-events: none;
}
.landing-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}
.landing-badge--live {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.25);
    color: #86efac;
}
.landing-pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    animation: landing-pulse 2s ease-in-out infinite;
}
@keyframes landing-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}
.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.875rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}
.landing-btn:active {
    transform: scale(0.98);
}
.landing-btn--primary {
    background: #CC0000;
    color: #fff;
    box-shadow: 0 4px 20px rgba(204, 0, 0, 0.35);
}
.landing-btn--primary:hover {
    background: #b30000;
    box-shadow: 0 6px 28px rgba(204, 0, 0, 0.45);
}
.landing-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.landing-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
}
.landing-btn--outline {
    background: #fff;
    color: #CC0000;
    border: 2px solid #CC0000;
}
.landing-btn--outline:hover {
    background: #CC0000;
    color: #fff;
}
.landing-btn--lg {
    padding: 1rem 1.75rem;
}
.landing-stat-pill {
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.landing-hero-card {
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}
.landing-hero-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.landing-score-badge {
    padding: 0.375rem 0.625rem;
    border-radius: 0.5rem;
    background: #CC0000;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}
.landing-rank-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.landing-rank-num {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: var(--rank-color, #6b7280);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.landing-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6b7280;
    flex-shrink: 0;
}
.landing-status-dot.is-open {
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}
.landing-hero-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(204, 0, 0, 0.15);
    border: 1px solid rgba(204, 0, 0, 0.25);
    transition: background 0.2s, color 0.2s;
}
.landing-hero-card-link:hover {
    background: rgba(204, 0, 0, 0.3);
    color: #fff;
}
.landing-section-label {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #CC0000;
    margin-bottom: 0.5rem;
}
.landing-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #CC0000;
    transition: gap 0.2s;
}
.landing-link-arrow:hover {
    gap: 0.625rem;
}
.landing-step {
    position: relative;
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    transition: transform 0.2s, box-shadow 0.2s;
}
.landing-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.landing-step-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    background: rgba(204, 0, 0, 0.1);
    color: #CC0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.landing-step-num {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(204, 0, 0, 0.08);
    line-height: 1;
}
.landing-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #f3f4f6;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-decoration: none;
    color: inherit;
}
.landing-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: #e5e7eb;
}
.landing-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    transition: transform 0.2s;
}
.landing-feature:hover .landing-feature-icon {
    transform: scale(1.05);
}
.landing-feature--emerald .landing-feature-icon { background: #ecfdf5; color: #059669; }
.landing-feature--amber .landing-feature-icon { background: #fffbeb; color: #d97706; }
.landing-feature--violet .landing-feature-icon { background: #f5f3ff; color: #7c3aed; }
.landing-feature--sky .landing-feature-icon { background: #f0f9ff; color: #0284c7; }
.landing-feature--rose .landing-feature-icon { background: #fff1f2; color: #e11d48; }
.landing-feature-arrow {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #f3f4f6;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.landing-feature:hover .landing-feature-arrow {
    background: #CC0000;
    color: #fff;
    transform: translateX(2px);
}
.landing-workshop {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.landing-workshop:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.landing-workshop-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #CC0000 0%, #991b1b 100%);
}
.landing-workshop-status {
    flex-shrink: 0;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 600;
}
.landing-workshop-status.is-open {
    background: rgba(34, 197, 94, 0.25);
    color: #bbf7d0;
}
.landing-workshop-status.is-closed {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.landing-workshop-body {
    padding: 1.25rem 1.5rem 1.5rem;
}
.landing-workshop-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 0.5rem;
    background: #f9fafb;
}
.landing-workshop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.landing-workshop-btn:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}
.landing-workshop-btn--primary {
    background: #CC0000;
    border-color: #CC0000;
    color: #fff;
}
.landing-workshop-btn--primary:hover {
    background: #b30000;
    border-color: #b30000;
}
.landing-cta {
    position: relative;
    padding: 4rem 1rem;
    overflow: hidden;
}
.landing-cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #450a0a 100%);
}
.landing-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(204, 0, 0, 0.25) 0%, transparent 60%);
}
.landing-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: var(--reveal-delay, 0ms);
}
.landing-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.landing-reveal--delay {
    transition-delay: 150ms;
}
@media (prefers-reduced-motion: reduce) {
    .landing-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .landing-pulse {
        animation: none;
    }
}

/* ── Map page (Leaflet + GeoJSON Kota Makassar) ── */
.map-panel {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.map-canvas {
    width: 100%;
    height: 420px;
    z-index: 0;
    background: #e8eef4;
}
@media (min-width: 768px) {
    .map-canvas { height: 520px; }
}
.map-panel .leaflet-container {
    font-family: inherit;
    background: #e8eef4;
}
.map-panel .leaflet-control-layers,
.map-panel .leaflet-control-zoom {
    border: none !important;
    border-radius: 0.625rem !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}
.map-panel .leaflet-control-zoom a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 18px !important;
    color: #374151 !important;
}
.map-pin-icon {
    background: transparent;
    border: none;
}
.map-pin {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.28));
    transition: transform 0.2s ease;
}
.map-pin:hover {
    transform: scale(1.08) translateY(-2px);
}
.map-popup strong {
    font-size: 0.875rem;
}
.map-route-info {
    padding: 0.75rem 1rem;
    background: #eff6ff;
    border-bottom: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 0.8125rem;
}
.map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    font-size: 0.6875rem;
    color: #6b7280;
}
.map-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}
.map-legend-swatch {
    width: 1rem;
    height: 0.625rem;
    border-radius: 2px;
    border: 1.5px solid #CC0000;
    background: rgba(204, 0, 0, 0.12);
}
.map-legend-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
.map-legend-dot--user { background: #2563eb; }
.map-legend-dot--workshop { background: #CC0000; }
.map-legend-line {
    width: 1.25rem;
    height: 0;
    border-top: 3px solid #4285F4;
}
.map-legend-line--route {
    border-radius: 1px;
}
.map-attribution {
    padding: 0.5rem 1rem 0.75rem;
    font-size: 0.625rem;
    color: #9ca3af;
    text-align: center;
    border-top: 1px solid #f3f4f6;
}
.map-workshop-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1rem 1.125rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.map-workshop-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.map-workshop-card.is-selected {
    border-color: #CC0000;
    box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.15);
}
.map-workshop-status {
    flex-shrink: 0;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
}
.map-workshop-status.is-open {
    background: #dcfce7;
    color: #166534;
}
.map-workshop-status.is-closed {
    background: #f3f4f6;
    color: #6b7280;
}
.map-workshop-meta {
    padding: 0.5rem 0.625rem;
    border-radius: 0.5rem;
    background: #f9fafb;
}
.map-workshop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    text-decoration: none;
    cursor: pointer;
}
.map-workshop-btn:hover {
    background: #f9fafb;
}
.map-workshop-btn--primary {
    background: #CC0000;
    border-color: #CC0000;
    color: #fff;
}
.map-workshop-btn--primary:hover {
    background: #b30000;
    border-color: #b30000;
}
.map-district-tooltip {
    background: rgba(26, 26, 26, 0.92);
    border: none;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    box-shadow: none;
}
.map-district-tooltip::before {
    display: none;
}
.leaflet-container {
    font-family: inherit;
}

.map-location-bar {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}
@media (min-width: 640px) {
    .map-location-bar {
        flex-direction: row;
        align-items: center;
    }
}
.map-location-current {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    min-width: 0;
    flex: 1;
}
.map-search-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    background: #f9fafb;
}
.map-search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 0.8125rem;
    outline: none;
}
.map-search-results {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 100%;
    z-index: 500;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    max-height: 220px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0.25rem;
}
.map-search-result {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
    color: #374151;
    border-radius: 0.375rem;
    border: none;
    background: transparent;
    cursor: pointer;
}
.map-search-result:hover {
    background: #f3f4f6;
}

/* ── Workshop detail page ── */
.workshop-detail-breadcrumb {
    margin-bottom: 0;
}
.workshop-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #CC0000;
    transition: opacity 0.2s;
}
.workshop-detail-back:hover {
    opacity: 0.85;
}
.workshop-detail-hero {
    background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
    color: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 12px 40px rgba(204, 0, 0, 0.22);
}
.workshop-detail-hero__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.workshop-detail-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 0.35rem;
}
.workshop-detail-hero__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .workshop-detail-hero__title {
        font-size: 1.75rem;
    }
}
.workshop-detail-hero__desc {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.92;
    max-width: 42rem;
}
.workshop-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.workshop-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
}
.workshop-detail-badge.is-open {
    background: rgba(34, 197, 94, 0.35);
}
.workshop-detail-badge.is-closed {
    background: rgba(0, 0, 0, 0.25);
}
.workshop-detail-badge.is-distance {
    background: rgba(255, 255, 255, 0.22);
}
.workshop-detail-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
@media (min-width: 640px) {
    .workshop-detail-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.workshop-detail-info-card {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem 1.125rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.workshop-detail-info-card__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    background: #fef2f2;
    color: #CC0000;
    font-size: 0.9375rem;
}
.workshop-detail-info-card__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    margin-bottom: 0.2rem;
}
.workshop-detail-info-card__value {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.45;
}
.workshop-detail-info-card__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #CC0000;
}
.workshop-detail-info-card__link:hover {
    text-decoration: underline;
}
.workshop-detail-copy {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s;
}
.workshop-detail-copy:hover,
.workshop-detail-copy.is-copied {
    color: #CC0000;
}
.workshop-detail-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.workshop-detail-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.workshop-detail-panel__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}
.workshop-detail-panel__meta {
    font-size: 0.8125rem;
    color: #6b7280;
}
.workshop-detail-queue-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
@media (min-width: 480px) {
    .workshop-detail-queue-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}
.workshop-detail-stat {
    text-align: center;
    padding: 1rem 0.75rem;
    background: #f9fafb;
    border-radius: 0.875rem;
    border: 1px solid #f3f4f6;
}
.workshop-detail-stat__value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
.workshop-detail-stat__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9ca3af;
    margin-top: 0.25rem;
}
.workshop-detail-stat--badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.workshop-detail-empty {
    text-align: center;
    padding: 2rem 1rem;
    background: #f9fafb;
    border-radius: 1rem;
    border: 1px dashed #e5e7eb;
}
.workshop-detail-empty__icon {
    font-size: 2rem;
    color: #d1d5db;
    margin-bottom: 0.75rem;
}
.workshop-detail-empty__title {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}
.workshop-detail-empty__text {
    font-size: 0.8125rem;
    color: #9ca3af;
    max-width: 22rem;
    margin: 0 auto;
}
.workshop-detail-panel--map {
    padding-bottom: 1rem;
}
.workshop-detail-panel__head--map {
    margin-bottom: 0.75rem;
}
.workshop-detail-map-panel {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.workshop-detail-route-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    background: #eff6ff;
    border-bottom: 1px solid #dbeafe;
    color: #1e40af;
}
.workshop-detail-route-bar.is-loading {
    color: #64748b;
    background: #f8fafc;
    border-bottom-color: #e5e7eb;
}
.workshop-detail-route-bar.is-ready {
    background: #eff6ff;
    color: #1e3a8a;
}
.workshop-detail-route-bar.is-error {
    background: #fef2f2;
    border-bottom-color: #fecaca;
    color: #991b1b;
}
.workshop-detail-map-shell {
    position: relative;
    background: #e8eef4;
}
.workshop-detail-map-shell.is-loading .workshop-detail-map::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 500;
    background: linear-gradient(110deg, #e8eef4 8%, #f1f5f9 18%, #e8eef4 33%);
    background-size: 200% 100%;
    animation: ws-map-shimmer 1.2s linear infinite;
}
.workshop-detail-map-shell.is-ready .workshop-detail-map::before {
    display: none;
}
@keyframes ws-map-shimmer {
    to { background-position-x: -200%; }
}
.workshop-detail-map {
    position: relative;
    width: 100%;
    height: 300px;
    background: #e8eef4;
    z-index: 0;
}
@media (min-width: 768px) {
    .workshop-detail-map {
        height: 340px;
    }
}
.workshop-detail-map .leaflet-container {
    font-family: inherit;
    background: #e8eef4;
}
.workshop-detail-map-panel .leaflet-control-zoom,
.workshop-detail-map-panel .leaflet-control-attribution {
    border: none !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12) !important;
    margin: 0.5rem !important;
}
.workshop-detail-map-panel .leaflet-control-zoom {
    overflow: hidden;
}
.workshop-detail-map-panel .leaflet-control-zoom a {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 16px !important;
    color: #374151 !important;
    background: #fff !important;
}
.workshop-detail-map-panel .leaflet-control-zoom a:hover {
    background: #f9fafb !important;
    color: #CC0000 !important;
}
.workshop-detail-map-panel .leaflet-control-attribution {
    font-size: 0.625rem !important;
    padding: 2px 6px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    color: #94a3b8 !important;
    max-width: calc(100% - 5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workshop-detail-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 0.625rem 1rem;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #64748b;
}
.workshop-detail-map-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.workshop-detail-map-legend__dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.workshop-detail-map-legend__dot--user { background: #4285F4; }
.workshop-detail-map-legend__dot--workshop { background: #CC0000; }
.workshop-detail-map-legend__line {
    display: inline-block;
    width: 1.125rem;
    height: 0.2rem;
    border-radius: 9999px;
    background: #2563eb;
}
.workshop-map-popup-addr {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
}
.workshop-detail-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.875rem;
}
.workshop-detail-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.workshop-detail-schedule-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    border: 1px solid #f3f4f6;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
}
@media (min-width: 640px) {
    .workshop-detail-schedule-item {
        grid-template-columns: 1.2fr 1.5fr auto;
        align-items: center;
    }
}
.workshop-detail-schedule-item.is-today {
    border-color: #fecaca;
    background: #fff5f5;
}
.workshop-detail-schedule-item__day {
    font-weight: 600;
    font-size: 0.875rem;
    color: #111827;
}
.workshop-detail-schedule-item__tag {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.45rem;
    border-radius: 9999px;
    background: #CC0000;
    color: #fff;
    vertical-align: middle;
}
.workshop-detail-schedule-item__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: #6b7280;
}
.workshop-detail-schedule-item__metrics i {
    color: #9ca3af;
    margin-right: 0.25rem;
}
.workshop-detail-sidebar {
    position: sticky;
    top: 5.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.workshop-detail-sidebar__label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin-bottom: 0.875rem;
}
.workshop-detail-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.workshop-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.workshop-detail-btn:hover {
    transform: translateY(-1px);
}
.workshop-detail-btn--primary {
    background: #CC0000;
    color: #fff;
    box-shadow: 0 4px 14px rgba(204, 0, 0, 0.28);
}
.workshop-detail-btn--primary:hover {
    background: #b30000;
}
.workshop-detail-btn--secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}
.workshop-detail-btn--secondary:hover {
    background: #e5e7eb;
}
.workshop-detail-btn--outline {
    background: #fff;
    color: #CC0000;
    border: 1.5px solid #CC0000;
}
.workshop-detail-btn--outline:hover {
    background: #fef2f2;
}
.workshop-detail-btn--ghost {
    background: transparent;
    color: #374151;
    border: 1px solid #d1d5db;
    width: auto;
}
.workshop-detail-btn--ghost:hover {
    background: #f9fafb;
}
.workshop-detail-btn--sm {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
}
.workshop-detail-tip {
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
    margin-top: 1rem;
    padding: 0.875rem;
    border-radius: 0.75rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 0.8125rem;
    color: #78350f;
    line-height: 1.5;
}
.workshop-detail-tip--muted {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #6b7280;
}
.workshop-detail-tip i {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ── Select Vehicle ── */
.vehicle-select-header {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
.vehicle-select-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #CC0000;
    margin-bottom: 0.5rem;
}
.vehicle-select-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .vehicle-select-title { font-size: 2rem; }
}
.vehicle-select-subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}
.vehicle-select-stats {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}
.vehicle-select-stats__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
}
.vehicle-select-current {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}
.vehicle-select-current__icon {
    color: #059669;
    font-size: 1.25rem;
}
.vehicle-select-current__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #047857;
}
.vehicle-select-current__value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #064e3b;
    line-height: 1.35;
}
.vehicle-select-current__link {
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #059669;
    white-space: nowrap;
}
.vehicle-select-current__link:hover {
    color: #047857;
    text-decoration: underline;
}
.vehicle-select-form {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .vehicle-select-form { padding: 1.5rem 1.75rem; }
}
.vehicle-select-steps {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    list-style: none;
}
.vehicle-select-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
}
.vehicle-select-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 0.8125rem;
    font-weight: 700;
    background: #f1f5f9;
    color: #94a3b8;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.vehicle-select-step__label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #94a3b8;
    transition: color 0.2s;
}
.vehicle-select-step.is-active .vehicle-select-step__num {
    background: #CC0000;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.12);
}
.vehicle-select-step.is-active .vehicle-select-step__label {
    color: #CC0000;
}
.vehicle-select-step.is-done .vehicle-select-step__num {
    background: #ecfdf5;
    color: #059669;
}
.vehicle-select-step.is-done .vehicle-select-step__label {
    color: #059669;
}
.vehicle-select-field {
    margin-bottom: 1.25rem;
    transition: opacity 0.2s;
}
.vehicle-select-field.is-disabled {
    opacity: 0.55;
}
.vehicle-select-field.is-loading .vehicle-select-input {
    background-image: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
    background-size: 200% 100%;
    animation: ws-map-shimmer 1.2s linear infinite;
}
.vehicle-select-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.vehicle-select-label__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #fef2f2;
    color: #CC0000;
    font-size: 0.75rem;
}
.vehicle-select-search-wrap {
    position: relative;
    margin-bottom: 0.5rem;
}
.vehicle-select-search-icon {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.8125rem;
    pointer-events: none;
}
.vehicle-select-search {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 0.625rem 0.875rem 0.625rem 2.25rem;
    font-size: 0.8125rem;
    background: #f9fafb;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.vehicle-select-search:focus {
    border-color: #CC0000;
    box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.1);
    background: #fff;
}
.vehicle-model-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    max-height: 220px;
    overflow-y: auto;
    padding: 0.125rem;
}
@media (min-width: 640px) {
    .vehicle-model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-height: 260px;
    }
}
.vehicle-model-grid.has-no-results::after {
    content: 'Model tidak ditemukan';
    grid-column: 1 / -1;
    text-align: center;
    padding: 1rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}
.vehicle-model-chip {
    display: block;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}
.vehicle-model-chip:hover {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #CC0000;
}
.vehicle-model-chip.is-selected {
    border-color: #CC0000;
    background: #CC0000;
    color: #fff;
    box-shadow: 0 2px 8px rgba(204, 0, 0, 0.25);
}
.vehicle-model-chip.is-hidden {
    display: none;
}
.vehicle-select-input--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.vehicle-select-field.is-collapsed {
    display: none;
}
.vehicle-select-field.is-visible,
.vehicle-select-field.is-loading,
.vehicle-select-field.is-done:not([data-field="model"]) {
    display: block;
    animation: vehicle-field-in 0.25s ease;
}
@keyframes vehicle-field-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.vehicle-select-input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    background: #fff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s, opacity 0.15s;
    appearance: auto;
}
.vehicle-select-input:focus {
    border-color: #CC0000;
    box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.1);
}
.vehicle-select-input:disabled {
    background: #f9fafb;
    cursor: not-allowed;
    color: #9ca3af;
}
.vehicle-select-hint {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.4;
}
.vehicle-select-alert {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-bottom: 0.625rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.625rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 0.75rem;
    color: #92400e;
    line-height: 1.45;
}
.vehicle-select-alert.hidden {
    display: none;
}
.vehicle-select-alert i {
    margin-top: 0.1rem;
    flex-shrink: 0;
}
.vehicle-select-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.875rem 1.25rem;
    border: none;
    border-radius: 0.875rem;
    background: #e5e7eb;
    color: #9ca3af;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: not-allowed;
    transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.vehicle-select-submit.is-ready {
    background: #CC0000;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(204, 0, 0, 0.25);
}
.vehicle-select-submit.is-ready:hover {
    background: #b30000;
    transform: translateY(-1px);
}
.vehicle-select-submit.is-ready:active {
    transform: translateY(0);
}
.vehicle-select-submit__icon {
    font-size: 1rem;
}
.vehicle-select-preview {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.vehicle-select-preview__title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}
.vehicle-select-preview__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.vehicle-select-preview__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8125rem;
    line-height: 1.4;
}
.vehicle-select-preview__row dt {
    color: #9ca3af;
    font-weight: 500;
}
.vehicle-select-preview__row dd {
    font-weight: 600;
    color: #374151;
    text-align: right;
}
.vehicle-select-preview__row dd.is-empty {
    color: #cbd5e1;
    font-weight: 500;
}
.vehicle-select-preview__row dd.is-filled {
    color: #CC0000;
}
.vehicle-select-preview__note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.6875rem;
    color: #94a3b8;
    line-height: 1.45;
}
.vehicle-select-preview__note i {
    color: #059669;
    margin-right: 0.25rem;
}
.vehicle-select-tips {
    background: #f8fafc;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1rem 1.25rem;
}
.vehicle-select-tips__title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.625rem;
}
.vehicle-select-tips__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.45;
}
.vehicle-select-tips__list li {
    padding-left: 1rem;
    position: relative;
}
.vehicle-select-tips__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #CC0000;
}

/* ── Compare Page ── */
.compare-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .compare-title { font-size: 2rem; }
}
.compare-vehicle {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    color: #64748b;
}
.compare-vehicle i {
    color: #CC0000;
    margin-right: 0.25rem;
}
.compare-change-vehicle {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border-radius: 0.625rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}
.compare-change-vehicle:hover {
    border-color: #CC0000;
    color: #CC0000;
}
.compare-estimate-ref {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    color: #64748b;
}
.compare-estimate-ref strong {
    color: #111827;
}
.compare-location {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.compare-location__main {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.compare-location__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    color: #CC0000;
    flex-shrink: 0;
}
.compare-location__label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}
.compare-location__addr {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
    margin-top: 0.125rem;
}
.compare-location__coords {
    font-size: 0.6875rem;
    color: #94a3b8;
    font-family: ui-monospace, monospace;
    margin-top: 0.25rem;
}
.compare-location__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}
.compare-location__inputs {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    min-width: 200px;
}
.compare-location__field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}
.compare-location__field span {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #94a3b8;
}
.compare-location__input {
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem 0.625rem;
    font-size: 0.8125rem;
    width: 100%;
    min-width: 0;
}
.compare-location__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.compare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.compare-btn--dark {
    background: #1f2937;
    color: #fff;
}
.compare-btn--dark:hover { background: #111827; }
.compare-btn--outline {
    background: #fff;
    border-color: #CC0000;
    color: #CC0000;
}
.compare-btn--outline:hover { background: #fef2f2; }
.compare-btn--ghost {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
}
.compare-btn--ghost:hover { background: #f3f4f6; }
.compare-btn--primary {
    background: #CC0000;
    color: #fff;
}
.compare-btn--primary:hover { background: #b30000; }
.compare-map-picker {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}
.compare-map-picker.hidden { display: none; }
.compare-map-picker__hint {
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.compare-map-picker__map {
    width: 100%;
    height: 240px;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    z-index: 0;
}
.compare-map-picker__apply {
    margin-top: 0.75rem;
    width: 100%;
}
@media (min-width: 640px) {
    .compare-map-picker__apply { width: auto; }
}
.compare-best {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #CC0000 0%, #991b1b 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(204, 0, 0, 0.22);
}
.compare-best__icon {
    font-size: 2rem;
    color: #fde047;
    flex-shrink: 0;
}
.compare-best__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fecaca;
}
.compare-best__name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0.125rem;
}
.compare-best__msg {
    font-size: 0.8125rem;
    color: #fecaca;
    margin-top: 0.375rem;
    line-height: 1.45;
}
.compare-best__score {
    flex-shrink: 0;
}
.compare-best__score .compare-final-badge--lg {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.4);
    color: #047857;
}
.compare-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #f9fafb;
    border-radius: 1rem;
    border: 1px dashed #d1d5db;
    color: #64748b;
}
.compare-empty i {
    font-size: 2.5rem;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
}
.compare-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.compare-card--best {
    border-color: #fecaca;
    box-shadow: 0 4px 16px rgba(204, 0, 0, 0.08);
}
.compare-card__head {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.875rem;
}
.compare-card__rank {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #CC0000;
    margin-bottom: 0.25rem;
}
.compare-card__rank--muted { color: #94a3b8; }
.compare-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}
.compare-card__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 0.875rem;
}
.compare-card__stats dt {
    color: #94a3b8;
    font-weight: 500;
}
.compare-card__stats dd {
    font-weight: 600;
    color: #374151;
}
.compare-table__skor-col,
.compare-table__penilaian-col {
    min-width: 10.5rem;
}
.compare-table__rekom-col {
    min-width: 8.5rem;
}
.compare-table__aksi-col {
    width: 7rem;
}
.compare-table__penilaian {
    vertical-align: middle;
}
.compare-table__rekom {
    vertical-align: middle;
    text-align: center;
}
.compare-table__aksi {
    vertical-align: middle;
    text-align: center;
}
.compare-table__distance strong,
.compare-table__cost strong {
    display: block;
    color: #111827;
}
.compare-table__sub {
    display: block;
    font-size: 0.6875rem;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 0.125rem;
}
.compare-table__status {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
}
.compare-table__status.is-open { color: #059669; }
.compare-table__status.is-closed { color: #9ca3af; }
.compare-same-cost {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}
.compare-score-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}
.compare-score-row {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.3;
}
.compare-score-row__dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    flex-shrink: 0;
}
.compare-score-row--high .compare-score-row__dot { background: #10b981; }
.compare-score-row--mid .compare-score-row__dot { background: #f59e0b; }
.compare-score-row--low .compare-score-row__dot { background: #ef4444; }
.compare-score-row__icon {
    width: 0.875rem;
    text-align: center;
    flex-shrink: 0;
    font-size: 0.6875rem;
    color: #94a3b8;
}
.compare-score-row__text {
    font-weight: 600;
    color: #374151;
}
.compare-score-row--high .compare-score-row__text { color: #047857; }
.compare-score-row--mid .compare-score-row__text { color: #b45309; }
.compare-score-row--low .compare-score-row__text { color: #dc2626; }
.compare-card__scores-title {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.compare-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}
.compare-table__skor-hint {
    display: block;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #94a3b8;
    font-size: 0.625rem;
    margin-top: 0.125rem;
}
.compare-final-badge {
    display: inline-block;
    padding: 0.35rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
    max-width: 9rem;
}
.compare-final-badge--lg {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    max-width: 8.5rem;
}
.compare-final-badge--high {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}
.compare-final-badge--mid {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}
.compare-final-badge--low {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}
.compare-weights__note {
    display: block;
    margin-top: 0.25rem;
    color: #64748b;
}
.compare-card__scores {
    margin-bottom: 0.875rem;
}
.compare-table-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.compare-table {
    width: 100%;
    font-size: 0.8125rem;
    border-collapse: collapse;
}
.compare-table thead {
    background: #f8fafc;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}
.compare-table th,
.compare-table td {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}
.compare-table tbody tr:hover { background: #fafafa; }
.compare-table tbody tr.is-best {
    background: #fff5f5;
}
.compare-table tbody tr.is-best:hover { background: #fef2f2; }
.compare-table__rank {
    font-weight: 700;
    color: #94a3b8;
    width: 2rem;
}
.compare-table__name { font-weight: 600; }
.compare-table__link {
    color: #111827;
}
.compare-table__link:hover {
    color: #CC0000;
    text-decoration: underline;
}
.compare-table__badge {
    display: inline-block;
    margin-left: 0.375rem;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    background: #CC0000;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    vertical-align: middle;
}
.compare-table__muted { color: #64748b; }
.compare-tag {
    display: inline-block;
    margin-left: 0.25rem;
    padding: 0.0625rem 0.375rem;
    border-radius: 0.25rem;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.625rem;
    font-weight: 600;
}
.compare-status {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
}
.compare-status.is-open {
    background: #ecfdf5;
    color: #059669;
}
.compare-status.is-closed {
    background: #f3f4f6;
    color: #6b7280;
}
.compare-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 800;
    font-size: 0.875rem;
    background: #ecfdf5;
    color: #059669;
}
.compare-score-badge[data-score="100"],
.compare-score-badge--lg[data-score="100"] {
    background: #fef3c7;
    color: #b45309;
}
.compare-score-badge[data-score="0"],
.compare-score-badge--lg[data-score="0"] {
    background: #f3f4f6;
    color: #9ca3af;
}
.compare-card__scores {
    margin-bottom: 0.875rem;
}
.compare-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}
.compare-actions {
    display: inline-flex;
    gap: 0.25rem;
}
.compare-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 0.75rem;
}
.compare-action:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #CC0000;
}
.compare-action--booking:hover {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #059669;
}
.compare-weights {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.6875rem;
    color: #94a3b8;
}

/* ── Genuine Parts ── */
.genuine-parts-header {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}
.genuine-parts-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #CC0000;
    margin-bottom: 0.5rem;
}
.genuine-parts-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .genuine-parts-title { font-size: 2rem; }
}
.genuine-parts-subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}
.genuine-parts-stats {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}
.genuine-parts-stats i {
    color: #CC0000;
    margin-right: 0.25rem;
}
.genuine-parts-stats__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
}
.genuine-parts-filter {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .genuine-parts-filter { padding: 1.5rem 1.75rem; }
}
.genuine-parts-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: stretch;
}
.genuine-parts-search__field {
    flex: 1 1 12rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0.875rem;
    border-radius: 0.625rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    min-height: 2.75rem;
}
.genuine-parts-search__field:focus-within {
    border-color: #CC0000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.08);
}
.genuine-parts-search__field i {
    color: #94a3b8;
    font-size: 0.875rem;
}
.genuine-parts-search__field input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    color: #111827;
    outline: none;
}
.genuine-parts-search__field input::placeholder {
    color: #9ca3af;
}
.genuine-parts-select {
    flex: 0 1 11rem;
    min-height: 2.75rem;
    padding: 0 0.75rem;
    border-radius: 0.625rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 0.875rem;
    color: #374151;
}
.genuine-parts-select:focus {
    outline: none;
    border-color: #CC0000;
    box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.08);
}
.genuine-parts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    min-height: 2.75rem;
    padding: 0 1rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.genuine-parts-btn--primary {
    background: #CC0000;
    color: #fff;
    border: 1px solid #CC0000;
}
.genuine-parts-btn--primary:hover {
    background: #a30000;
    border-color: #a30000;
}
.genuine-parts-btn--ghost {
    background: #f9fafb;
    color: #64748b;
    border: 1px solid #e5e7eb;
}
.genuine-parts-btn--ghost:hover {
    background: #f3f4f6;
    color: #374151;
}
.genuine-parts-btn--outline {
    background: #fff;
    color: #CC0000;
    border: 1px solid #fecaca;
}
.genuine-parts-btn--outline:hover {
    background: #fef2f2;
}
.genuine-parts-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}
.genuine-parts-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.15s;
}
.genuine-parts-chip i {
    font-size: 0.6875rem;
    opacity: 0.85;
}
.genuine-parts-chip:hover {
    border-color: #fecaca;
    color: #CC0000;
    background: #fff5f5;
}
.genuine-parts-chip.is-active {
    background: #CC0000;
    border-color: #CC0000;
    color: #fff;
}
.genuine-parts-chip.is-active i {
    opacity: 1;
}
.genuine-parts-result-meta {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    color: #64748b;
}
.genuine-parts-result-meta strong {
    color: #334155;
    font-weight: 600;
}
.genuine-parts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) {
    .genuine-parts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .genuine-parts-grid { grid-template-columns: repeat(3, 1fr); }
}
.genuine-parts-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.875rem;
    border: 1px solid #e5e7eb;
    padding: 1.125rem 1.25rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.genuine-parts-card:hover {
    border-color: #fecaca;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}
.genuine-parts-card__head {
    margin-bottom: 0.625rem;
}
.genuine-parts-card__category {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fde68a;
}
.genuine-parts-card__category i {
    font-size: 0.625rem;
}
.genuine-parts-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}
.genuine-parts-card__price {
    font-size: 1.125rem;
    font-weight: 800;
    color: #CC0000;
    margin-bottom: 0.5rem;
}
.genuine-parts-card__price-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 0.125rem;
}
.genuine-parts-card__desc {
    flex: 1;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.genuine-parts-card__foot {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}
.genuine-parts-card__note {
    font-size: 0.6875rem;
    color: #94a3b8;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.genuine-parts-card__note i {
    margin-right: 0.25rem;
}
.genuine-parts-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #CC0000;
}
.genuine-parts-card__link:hover {
    text-decoration: underline;
}
.genuine-parts-card__link i {
    font-size: 0.625rem;
}
.genuine-parts-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px dashed #e5e7eb;
}
.genuine-parts-empty__icon {
    font-size: 2.5rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}
.genuine-parts-empty__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 0.5rem;
}
.genuine-parts-empty__text {
    font-size: 0.875rem;
    color: #64748b;
    max-width: 24rem;
    margin: 0 auto 1.25rem;
    line-height: 1.5;
}
.genuine-parts-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    margin-top: 1.75rem;
}
.genuine-parts-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: all 0.15s;
}
.genuine-parts-page-btn:hover:not(.is-disabled):not(.is-active) {
    border-color: #fecaca;
    color: #CC0000;
}
.genuine-parts-page-btn.is-active {
    background: #CC0000;
    border-color: #CC0000;
    color: #fff;
}
.genuine-parts-page-btn.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.genuine-parts-ppn-note {
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 0.75rem;
    color: #92400e;
    line-height: 1.45;
}
.genuine-parts-ppn-note i {
    margin-right: 0.375rem;
}
