﻿/* İş Sağlığı ve Güvenliği teması — Esnaf Max ana site görünümüyle uyumlu */

:root {
    --theme-primary: #0d4f4f;
    --theme-dark: #0a2424;
    --theme-page-bg: #ffffff;
    --theme-brand: #0d4f4f;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
    background-color: var(--theme-page-bg);
}

body {
    background-color: var(--theme-page-bg);
    background-image: none;
}

main {
    background-color: transparent;
}

.theme-container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .theme-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .theme-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.theme-hero-bg {
    background-color: transparent;
    background-image: none;
    color: var(--theme-dark);
}

.theme-hero-bg > .theme-container {
    padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .theme-hero-bg > .theme-container {
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .theme-hero-bg > .theme-container {
        padding-bottom: 3rem;
    }
}

.theme-hero-bg + .theme-section {
    padding-top: 2rem;
}

@media (min-width: 640px) {
    .theme-hero-bg + .theme-section {
        padding-top: 2.5rem;
    }
}

.theme-hero-grid {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .theme-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

.theme-hero-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.theme-hero-panel-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 14rem;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 640px) {
    .theme-hero-panel-img {
        max-height: 18rem;
    }
}

@media (min-width: 768px) {
    .theme-hero-panel {
        min-height: 20rem;
    }

    .theme-hero-panel-img {
        max-height: 20rem;
    }
}

@media (min-width: 1024px) {
    .theme-hero-panel {
        min-height: 22rem;
    }

    .theme-hero-panel-img {
        max-height: 22rem;
    }
}

.theme-section {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.theme-section--band {
    background-color: #f8fafc;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 640px) {
    .theme-section,
    .theme-section--band {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.theme-section--band + .theme-section--band {
    border-top: none;
}

.theme-section--band:has(+ .theme-section--band) {
    border-bottom: none;
}

/* Wizard scripti bolumler arasinda oldugu icin + secici tutmuyordu */
#araclar.theme-section--band {
    border-bottom: none;
}

#bolgeler.theme-section--band {
    border-top: none;
}

.theme-section-head {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.theme-section-head__desc {
    margin-top: 1rem;
    color: #64748b;
    line-height: 1.625;
}

.theme-section-body {
    margin-top: 2.5rem;
}

@media (min-width: 640px) {
    .theme-section-body {
        margin-top: 3rem;
    }
}

.theme-section-head__title {
    text-wrap: balance;
}

/* Hero arka plan turbo gorseli */
.theme-hero-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 56%;
    max-width: 760px;
    opacity: 0.65;
    object-fit: contain;
    z-index: 0;
}

.theme-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, var(--theme-dark) 22%, rgba(15, 23, 42, 0.55) 52%, transparent 100%);
}

.theme-hero-brand-wrap {
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.theme-hero-brand-logo {
    width: min(100%, 17.5rem);
    height: auto;
    max-height: 17.5rem;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.5rem;
    padding: 2.25rem;
    box-shadow:
        0 24px 48px -16px rgb(0 0 0 / 0.45),
        inset 0 0 0 1px rgb(255 255 255 / 0.12);
}

@media (min-width: 1024px) {
    .theme-hero-brand-wrap {
        display: flex;
        min-width: 17.5rem;
    }
}

@media (max-width: 1023px) {
    .theme-hero-img {
        display: none;
    }
    .theme-hero-overlay {
        display: none;
    }
}

.theme-veh-title {
    text-wrap: wrap;
}

.theme-veh-title .theme-veh-title__line {
    display: block;
}

.theme-veh-title .theme-veh-title__phrase {
    white-space: nowrap;
}

.theme-hero-inner {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.theme-hero-desc {
    margin-left: 0;
    margin-right: auto;
    color: rgb(71 85 105);
}

.theme-hero-cta-wrap {
    justify-content: flex-start;
}

@media (max-width: 639px) {
    .theme-hero-bg > .theme-container {
        padding-top: 1rem;
        padding-bottom: 1.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .theme-hero-bg:has(+ .theme-veh-wizard) > .theme-container,
    .theme-hero-bg:has(+ .theme-model-svc-nav) > .theme-container {
        padding-bottom: 0.5rem;
    }

    .theme-hero-title {
        font-size: 1.75rem;
        line-height: 1.22;
        letter-spacing: -0.02em;
    }

    .theme-hero-title.theme-veh-title {
        text-wrap: wrap;
    }

    .theme-hero-desc {
        font-size: 0.9375rem;
        line-height: 1.65;
        margin-top: 1rem;
        text-wrap: pretty;
    }

    .theme-hero-cta-wrap {
        margin-top: 1.75rem;
    }

    .theme-hero-cta-wrap > a {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .theme-hero-title {
        font-size: 1.625rem;
    }
}

@media (max-width: 639px) {
    .theme-why-title {
        font-size: min(1.5rem, 3.25vw);
        line-height: 1.25;
        white-space: nowrap;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 380px) {
    .theme-why-title {
        font-size: min(1.125rem, 3.1vw);
    }
}

.theme-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(var(--theme-primary-rgb), 0.25);
    border-color: rgba(var(--theme-primary-rgb), 0.45);
}

/* Galeri kartlari */
.theme-gallery-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.theme-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px -16px rgba(var(--theme-primary-rgb), 0.4);
}

/* Blog onizleme: tek satir kayan serit */
.theme-blog-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.theme-blog-marquee__track {
    display: flex;
    width: max-content;
    animation: theme-blog-marquee 45s linear infinite;
}

.theme-blog-marquee:hover .theme-blog-marquee__track {
    animation-play-state: paused;
}

.theme-blog-marquee__group {
    display: flex;
    flex-shrink: 0;
    gap: 1.5rem;
    padding-right: 1.5rem;
}

.theme-blog-marquee__group > .theme-blog-card,
.theme-blog-marquee__group > .theme-blog-cardwrap {
    flex: 0 0 19.5rem;
    width: 19.5rem;
    max-width: 85vw;
}

.theme-blog-marquee .theme-blog-card {
    height: 100%;
}

@keyframes theme-blog-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .theme-blog-marquee {
        overflow-x: auto;
        mask-image: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .theme-blog-marquee__track {
        animation: none;
    }
}

/* Blog kartlari */
.theme-blog-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px -16px rgba(var(--theme-primary-rgb), 0.32);
    border-color: rgba(var(--theme-primary-rgb), 0.45);
}

.theme-blog-date {
    color: #94a3b8;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.theme-blog-date svg {
    opacity: 0.7;
}

.theme-blog-card h3 {
    margin-top: 0.5rem;
}

.theme-blog-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.375rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    width: 100%;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--theme-primary, #2563eb);
    transition: gap 0.2s ease;
}

.theme-blog-card:hover .theme-blog-more {
    gap: 0.625rem;
}

/* Duzenleme modu: blog kartlari uzerinde duzenle/sil butonlari */
.theme-blog-cardwrap { position: relative; height: 100%; }
.theme-blog-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    display: flex;
    gap: 6px;
}
.theme-blog-actbtn {
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(2, 6, 23, 0.3);
    transition: transform 0.15s, filter 0.15s;
}
.theme-blog-actbtn:hover { transform: scale(1.08); filter: brightness(1.08); }
.theme-blog-actbtn--edit { background: var(--theme-primary); }
.theme-blog-actbtn--del { background: #ef4444; }

/* Tekil blog yazisi govdesi: zengin metin tipografisi */
.theme-article-body > :first-child { margin-top: 0; }
.theme-article-body p { margin: 0 0 1.1em; }
.theme-article-body h2 {
    margin: 1.6em 0 .6em;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--theme-dark);
}
.theme-article-body h3 {
    margin: 1.4em 0 .5em;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--theme-dark);
}
.theme-article-body h4 {
    margin: 1.2em 0 .5em;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--theme-dark);
}
.theme-article-body ul,
.theme-article-body ol { margin: 0 0 1.1em; padding-left: 1.4em; }
.theme-article-body ul { list-style: disc; }
.theme-article-body ol { list-style: decimal; }
.theme-article-body li { margin: 0 0 .4em; }
.theme-article-body a {
    color: var(--theme-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.theme-article-body a:hover { filter: brightness(1.1); }
.theme-article-body blockquote {
    margin: 1.2em 0;
    padding: .6em 1.1em;
    border-left: 4px solid var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.06);
    border-radius: 0 .6rem .6rem 0;
    color: #475569;
    font-style: italic;
}
.theme-article-body strong { font-weight: 700; }

.theme-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
    transition: color 0.2s, background-color 0.2s;
}

.theme-nav-link::after {
    display: none;
}

.theme-nav-link:hover {
    color: var(--theme-primary);
    background-color: #f8fafc;
}

.theme-nav-link[aria-current="page"] {
    color: var(--theme-primary);
    font-weight: 600;
}

.theme-nav-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.25rem;
    padding: 0 1.125rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--theme-primary);
    box-shadow: 0 2px 8px -2px color-mix(in srgb, var(--theme-primary) 45%, transparent);
    transition: background-color 0.2s, box-shadow 0.2s;
}

.theme-nav-btn-primary:hover {
    background-color: color-mix(in srgb, var(--theme-primary) 82%, #000);
    box-shadow: 0 4px 12px -2px color-mix(in srgb, var(--theme-primary) 50%, transparent);
}

.theme-site-header {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.theme-brand-name {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.theme-demo-banner {
    background: linear-gradient(90deg, #b91c1c, #dc2626);
}

/* Turbo fan: hover'da hizlanan donus animasyonu */
.theme-logo-spin svg {
    transition: transform 0.6s ease;
}

.theme-logo-spin:hover svg {
    animation: theme-spin 0.9s linear infinite;
}

@keyframes theme-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.theme-contact-panel {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .theme-contact-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
        align-items: stretch;
    }
}

.theme-contact-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 8px 30px -12px rgba(15, 23, 42, 0.12);
}

@media (min-width: 640px) {
    .theme-contact-card {
        padding: 1.75rem;
    }
}

.theme-contact-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.theme-contact-card__head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--theme-primary) 12%, transparent);
    color: var(--theme-primary);
}

.theme-contact-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.theme-contact-card__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme-contact-card__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.theme-contact-card__item-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.theme-contact-card__item-value {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0f172a;
}

.theme-contact-card__item-sub {
    font-size: 0.875rem;
    line-height: 1.45;
    color: #64748b;
}

.theme-contact-card__item-link {
    text-decoration: none;
    transition: color 0.2s;
}

.theme-contact-card__item-link:hover {
    color: var(--theme-primary);
}

.theme-contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: auto;
    padding-top: 1.25rem;
}

.theme-contact-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.625rem 1.125rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.theme-contact-card__btn--primary {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: 0 4px 14px -4px color-mix(in srgb, var(--theme-primary) 55%, transparent);
}

.theme-contact-card__btn--primary:hover {
    background: color-mix(in srgb, var(--theme-primary) 82%, #000);
}

.theme-contact-card__btn--wa {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.theme-contact-card__btn--wa:hover {
    border-color: #86efac;
    background: #dcfce7;
}

.theme-contact-hours {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.theme-contact-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.theme-contact-hours__row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.theme-contact-hours__row:first-child {
    padding-top: 0;
}

.theme-contact-hours__row dt {
    color: #64748b;
    font-weight: 500;
}

.theme-contact-hours__row dd {
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
    color: #0f172a;
}

.theme-contact-hours__row dd.is-closed {
    color: #94a3b8;
}

.theme-contact-input {
    appearance: none;
}

.theme-contact-input:focus {
    border-color: var(--theme-primary);
}

.theme-cta-bg {
    background-color: #f8fafc;
    background-image: none;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-top: 1px solid #e2e8f0;
}

@media (min-width: 640px) {
    .theme-cta-bg {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.theme-cta-card {
    border-radius: 1.5rem;
    background-image: linear-gradient(to right, var(--theme-primary), color-mix(in srgb, var(--theme-primary) 70%, #000));
    box-shadow: 0 20px 40px -16px color-mix(in srgb, var(--theme-primary) 35%, transparent);
}

.theme-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #fff;
    color: var(--theme-primary);
    padding: 0.75rem 1.75rem;
    font-weight: 700;
    transition: background-color 0.2s;
}

.theme-cta-btn:hover {
    background-color: color-mix(in srgb, var(--theme-primary) 8%, #fff);
}

.theme-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0;
    background-color: var(--theme-primary);
    color: #fff;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    transition: background-color 0.2s;
}

.theme-hero-btn:hover {
    background-color: color-mix(in srgb, var(--theme-primary) 82%, #000);
}

.theme-site-footer {
    background-color: #141414;
    color: #a3a3a3;
    border-top: none;
}

.theme-site-footer__main {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

.theme-site-footer__grid {
    display: grid;
    gap: 2.5rem 2rem;
}

@media (min-width: 640px) {
    .theme-site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .theme-site-footer__grid {
        grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
        gap: 2.5rem 3rem;
    }
}

.theme-site-footer__brand {
    max-width: 22rem;
}

.theme-site-footer__logo-img {
    height: 3.25rem;
    width: auto;
    max-width: 14rem;
    object-fit: contain;
}

.theme-site-footer__desc {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #a3a3a3;
}

.theme-site-footer__heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.theme-site-footer__links {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    font-size: 0.875rem;
    line-height: 1.4;
}

.theme-site-footer__links a {
    color: #a3a3a3;
    transition: color 0.2s;
}

.theme-site-footer__links a:hover {
    color: #fff;
}

.theme-site-footer__contact {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme-site-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.theme-site-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.06);
    color: #d4d4d4;
}

.theme-site-footer__contact-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #737373;
}

.theme-site-footer__contact-value {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #e5e5e5;
}

.theme-site-footer__contact-link {
    transition: color 0.2s;
}

.theme-site-footer__contact-link:hover {
    color: #fff;
}

.theme-site-footer__hours {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.theme-site-footer__hours-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.theme-site-footer__hours-row dt {
    color: #737373;
}

.theme-site-footer__hours-row dd {
    margin: 0;
    white-space: nowrap;
    font-weight: 600;
    color: #e5e5e5;
}

.theme-site-footer__hours-row dd.is-closed {
    color: #737373;
}

.theme-site-footer__map-row {
    margin-top: 2.5rem;
}

.theme-site-footer__map {
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.theme-site-footer__map iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.theme-site-footer__map-fallback {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #a3a3a3;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}

.theme-site-footer__map-fallback:hover {
    color: #fff;
}

.theme-site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

.theme-site-footer h4,
.theme-site-footer .theme-site-footer__heading {
    color: #fff;
}

.theme-site-footer .theme-footer-brand {
    color: #fff;
    font-size: 1.25rem;
}

.theme-site-footer .theme-footer-link {
    color: #d4d4d4;
    transition: color 0.2s;
}

.theme-site-footer .theme-footer-link:hover {
    color: #fff;
}

.theme-site-footer .theme-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: #d4d4d4;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.theme-site-footer .theme-footer-social:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.theme-site-footer__bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-site-footer__bar-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 0.8125rem;
    text-align: center;
}


.theme-site-footer__copy {
    color: #737373;
    white-space: nowrap;
}

.theme-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    color: #737373;
}

.theme-site-footer__legal a {
    color: #a3a3a3;
    transition: color 0.2s;
}

.theme-site-footer__legal a:hover {
    color: #fff;
}

.theme-site-footer__credit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #737373;
    font-size: 0.75rem;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.theme-site-footer__credit:hover {
    color: #a3a3a3;
}

.theme-site-footer__credit-text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
}

.theme-site-footer__credit-label {
    color: #737373;
}

.theme-site-footer__credit-brand {
    font-weight: 600;
    color: #d4d4d4;
    letter-spacing: -0.01em;
}

.theme-site-footer__credit:hover .theme-site-footer__credit-label {
    color: #a3a3a3;
}

.theme-site-footer__credit:hover .theme-site-footer__credit-brand {
    color: #fff;
}

.theme-wa-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.125rem 0.5rem 0.5rem;
    border-radius: 9999px;
    background: #f5f5f5;
    color: #171717;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}

.theme-wa-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.theme-wa-float__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: #25d366;
    color: #fff;
    flex-shrink: 0;
}

.theme-wa-float__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.theme-wa-float__text {
    padding-right: 0.25rem;
    white-space: nowrap;
}

@media (max-width: 639px) {
    .theme-wa-float__text {
        display: none;
    }
    .theme-wa-float {
        padding: 0.5rem;
    }
}

[hidden] {
    display: none !important;
}

.theme-mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.theme-mobile-menu.is-open {
    max-height: 22rem;
}

/* Mobil hamburger butonu: cizgiler acilinca X'e doner */
.theme-burger-box {
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
}

.theme-burger-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}

.theme-burger-line:nth-child(1) { top: 0; }
.theme-burger-line:nth-child(2) { top: 6px; }
.theme-burger-line:nth-child(3) { top: 12px; }

.theme-burger.is-open {
    color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
    border-color: rgba(var(--theme-primary-rgb), 0.35);
}

.theme-burger.is-open .theme-burger-line:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.theme-burger.is-open .theme-burger-line:nth-child(2) {
    opacity: 0;
}

.theme-burger.is-open .theme-burger-line:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
}

/* ---------------- Mobil alt aksiyon cubugu ---------------- */
.theme-mobilebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: none;
    align-items: flex-end;
    justify-content: space-around;
    gap: 0;
    min-height: calc(3.75rem + env(safe-area-inset-bottom, 0px));
    padding: 0 0.2rem calc(0.3rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    backdrop-filter: blur(16px) saturate(1.2);
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.07);
}

.theme-mobilebar-item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
    min-height: 3.4rem;
    padding: 0.5rem 0.15rem 0.25rem;
    border-radius: 0.75rem;
    font-size: 0.6875rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    line-height: 1.15;
    color: #475569;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s ease, background 0.15s ease;
}

.theme-mobilebar-item > svg,
.theme-mobilebar-icon {
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
}

.theme-mobilebar-item > span:not(.theme-mobilebar-cta-circle) {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-mobilebar-item:hover {
    color: var(--theme-primary);
}

.theme-mobilebar-item:active {
    background: rgba(var(--theme-primary-rgb), 0.08);
}

.theme-mobilebar-cta {
    color: var(--theme-primary);
    position: relative;
    z-index: 1;
}

.theme-mobilebar-cta-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    margin-top: -1.35rem;
    border-radius: 9999px;
    background: var(--theme-primary);
    color: #fff;
    border: 3px solid #fff;
    box-shadow:
        0 2px 4px rgba(var(--theme-primary-rgb), 0.18),
        0 10px 22px rgba(var(--theme-primary-rgb), 0.38);
    transition: transform 0.15s ease;
}

.theme-mobilebar-cta-circle svg,
.theme-mobilebar-cta-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.theme-mobilebar-cta:active .theme-mobilebar-cta-circle {
    transform: scale(0.96);
}

@media (max-width: 767px) {
    .theme-mobilebar {
        display: flex;
    }
    body {
        padding-bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px));
    }
    /* Alt cubuk WhatsApp'i zaten icerdiginden yuzen butonu mobilde gizle */
    .theme-wa-float {
        display: none;
    }
}

/* Hizmet bolgeleri (lokasyon SEO) — ic link cipleri */
.theme-region-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 0.45rem 0.95rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(71 85 105);
    transition: color .2s, background-color .2s, border-color .2s;
}

.theme-region-chip:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.4);
    background: rgba(var(--theme-primary-rgb), 0.06);
    color: var(--theme-primary);
}

.theme-region-chip--active {
    border-color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.1);
    color: var(--theme-primary);
}

.theme-region-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.theme-region-marquee__track {
    display: flex;
    width: max-content;
    animation: theme-region-marquee 70s linear infinite;
}

.theme-region-marquee:hover .theme-region-marquee__track {
    animation-play-state: paused;
}

.theme-region-marquee__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.625rem;
    padding-right: 0.625rem;
}

.theme-region-marquee .theme-region-chip {
    flex-shrink: 0;
    white-space: nowrap;
}

@keyframes theme-region-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .theme-region-marquee {
        overflow-x: auto;
        mask-image: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .theme-region-marquee__track {
        animation: none;
    }
}

/* Model + hizmet sayfalari: hizmet navigasyonu */
.theme-model-svc-nav {
    position: relative;
    z-index: 5;
}

.theme-hero-bg + .theme-model-svc-nav {
    padding-top: 1.25rem;
}

@media (min-width: 640px) {
    .theme-hero-bg + .theme-model-svc-nav {
        padding-top: 1.5rem;
    }
}

.theme-hero-bg:has(+ .theme-model-svc-nav) > .theme-container {
    padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
    .theme-hero-bg:has(+ .theme-model-svc-nav) > .theme-container {
        padding-bottom: 1rem;
    }
}

.theme-hero-bg--compact .theme-hero-brand-logo {
    width: min(100%, 14rem);
    max-height: 14rem;
    padding: 1.75rem;
}

@media (min-width: 1024px) {
    .theme-hero-bg--compact .theme-hero-brand-wrap {
        min-width: 14rem;
    }
}

.theme-model-svc-nav .theme-container {
    max-width: 72rem;
}

.theme-model-svc-nav__card {
    border-radius: 1.25rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 1.5rem;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.05),
        0 12px 24px -8px rgb(15 23 42 / 0.08);
}

@media (min-width: 640px) {
    .theme-model-svc-nav__card {
        padding: 2rem 2.25rem;
    }
}

.theme-model-svc-nav__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.theme-model-svc-nav__title {
    margin-top: 0.5rem;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

@media (min-width: 640px) {
    .theme-model-svc-nav__title {
        font-size: 1.625rem;
    }
}

.theme-model-svc-nav__desc {
    margin-top: 0.375rem;
    max-width: 36rem;
    font-size: 0.875rem;
    color: rgb(100 116 139);
}

.theme-model-svc-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin-top: 1.25rem;
}

@media (min-width: 640px) {
    .theme-model-svc-nav__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 1.5rem;
    }
}


.theme-svc-chip {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 3rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240);
    background: rgb(248 250 252);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(51 65 85);
    transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s;
}

.theme-svc-chip:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.05);
    color: var(--theme-primary);
}

.theme-svc-chip--active {
    border-color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
    color: var(--theme-primary);
    box-shadow: 0 0 0 1px rgba(var(--theme-primary-rgb), 0.12);
}

.theme-svc-chip__icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: #fff;
    color: var(--theme-primary);
    box-shadow: inset 0 0 0 1px rgb(226 232 240);
}

.theme-svc-chip--active .theme-svc-chip__icon {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: none;
}

.theme-svc-chip__label {
    flex: 1;
    min-width: 0;
}

.theme-veh-brand-logo {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 9999px;
    background: #fff;
    padding: 0.15rem;
    box-shadow: inset 0 0 0 1px rgb(226 232 240);
}

/* Hizmet verilen araclar — marka kartlari */
.theme-veh-brands {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .theme-veh-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.theme-veh-brand-card {
    --veh-chip-h: 2.5rem;
    --veh-grid-gap: 0.5rem;
    --veh-collapsed-rows: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1.25rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 1.25rem;
    box-shadow:
        0 1px 3px rgb(15 23 42 / 0.04),
        0 8px 20px -12px rgb(15 23 42 / 0.08);
}

@media (min-width: 640px) {
    .theme-veh-brand-card {
        --veh-chip-h: 2.75rem;
        --veh-grid-gap: 0.625rem;
        padding: 1.5rem;
    }
}

.theme-veh-brand-card__head {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-height: 3.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(241 245 249);
}

.theme-veh-brand-card__logo .theme-veh-brand-logo {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
}

.theme-veh-brand-card__meta {
    min-width: 0;
}

.theme-veh-brand-card__title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

.theme-veh-brand-card__count {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgb(100 116 139);
}

.theme-veh-brand-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.theme-veh-brand-card__toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.theme-veh-brand-card__grid-wrap {
    min-height: 0;
}

.theme-veh-brand-card__grid-wrap--collapsible {
    position: relative;
}

.theme-veh-brand-card__toggle:not(:checked) + .theme-veh-brand-card__grid-wrap--collapsible {
    max-height: calc(var(--veh-chip-h) * var(--veh-collapsed-rows) + var(--veh-grid-gap) * (var(--veh-collapsed-rows) - 1));
    overflow: hidden;
}

.theme-veh-brand-card__toggle:not(:checked) + .theme-veh-brand-card__grid-wrap--collapsible::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    background: linear-gradient(180deg, rgb(255 255 255 / 0), #fff);
    pointer-events: none;
}

.theme-veh-brand-card__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--veh-grid-gap);
    margin-top: 1rem;
}

.theme-veh-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--veh-chip-h);
    padding: 0.25rem 0.5rem;
    border-radius: 0.625rem;
    border: 1px solid rgb(226 232 240);
    background: rgb(248 250 252);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    color: rgb(51 65 85);
    transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s;
}

@media (min-width: 640px) {
    .theme-veh-chip {
        padding: 0.3rem 0.625rem;
        font-size: 0.8125rem;
    }
}

.theme-veh-chip__label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.theme-veh-chip:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.05);
    color: var(--theme-primary);
}

.theme-veh-chip--active {
    border-color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
    color: var(--theme-primary);
    box-shadow: 0 0 0 1px rgba(var(--theme-primary-rgb), 0.12);
}

.theme-veh-brand-card__foot {
    margin-top: auto;
    padding-top: 0.875rem;
    min-height: 2.75rem;
}

.theme-veh-brand-card__more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.625rem;
    border: 1px dashed rgb(203 213 225);
    background: rgb(248 250 252);
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--theme-primary);
    user-select: none;
    transition: background-color .2s, border-color .2s;
}

.theme-veh-brand-card__more-btn::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s;
    flex-shrink: 0;
}

.theme-veh-brand-card__toggle:checked ~ .theme-veh-brand-card__foot .theme-veh-brand-card__more-btn::after {
    transform: rotate(-135deg);
    margin-top: 0.15rem;
}

.theme-veh-brand-card__more-btn:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.05);
}

.theme-veh-brand-card__more-btn--static {
    margin: 0;
    border-style: solid;
    border-color: rgb(241 245 249);
    background: #fff;
    color: rgb(148 163 184);
    cursor: default;
}

.theme-veh-brand-card__more-btn--static:hover {
    border-color: rgb(241 245 249);
    background: #fff;
    color: rgb(148 163 184);
}

.theme-veh-brand-card__toggle:checked ~ .theme-veh-brand-card__foot .theme-veh-brand-card__more-text--expand {
    display: none;
}

.theme-veh-brand-card__toggle:not(:checked) ~ .theme-veh-brand-card__foot .theme-veh-brand-card__more-text--collapse {
    display: none;
}

/* Ana sayfa: marka → model → hizmet sihirbazi */
.theme-veh-wizard {
    --veh-chip-h: 3rem;
    position: relative;
    z-index: 5;
}

@media (min-width: 640px) {
    .theme-veh-wizard {
        --veh-chip-h: 3.375rem;
    }
}

.theme-hero-bg + .theme-veh-wizard {
    padding-top: 1.25rem;
}

@media (min-width: 640px) {
    .theme-hero-bg + .theme-veh-wizard {
        padding-top: 1.5rem;
    }
}

.theme-hero-bg:has(+ .theme-veh-wizard) > .theme-container {
    padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
    .theme-hero-bg:has(+ .theme-veh-wizard) > .theme-container {
        padding-bottom: 1rem;
    }
}

.theme-veh-wizard .theme-container {
    max-width: 72rem;
}

.theme-veh-wizard__card {
    border-radius: 1.25rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 1.25rem 1rem;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.05),
        0 12px 24px -8px rgb(15 23 42 / 0.08);
}

@media (min-width: 640px) {
    .theme-veh-wizard__card {
        padding: 2rem 2.25rem;
    }
}

.theme-veh-wizard__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.theme-veh-wizard__title {
    margin-top: 0.5rem;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

@media (min-width: 640px) {
    .theme-veh-wizard__title {
        font-size: 1.625rem;
    }
}

.theme-veh-wizard__desc {
    margin-top: 0.375rem;
    max-width: 36rem;
    font-size: 0.875rem;
    color: rgb(100 116 139);
}

.theme-veh-wizard__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.375rem;
    margin-top: 1.25rem;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .theme-veh-wizard__steps {
        gap: 0.75rem;
        margin-top: 1.5rem;
    }
}

.theme-veh-wizard__step {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.5rem 0.375rem;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240);
    background: rgb(248 250 252);
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgb(100 116 139);
    line-height: 1.2;
    transition: border-color .2s, background-color .2s, color .2s;
}

@media (min-width: 640px) {
    .theme-veh-wizard__step {
        justify-content: flex-start;
        gap: 0.5rem;
        font-size: 0.8125rem;
        padding: 0.75rem 1rem;
    }
}

.theme-veh-wizard__step-num {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 9999px;
    background: #fff;
    font-size: 0.625rem;
    font-weight: 800;
    color: rgb(100 116 139);
    box-shadow: inset 0 0 0 1px rgb(226 232 240);
}

@media (min-width: 640px) {
    .theme-veh-wizard__step-num {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.6875rem;
    }
}

.theme-veh-wizard__step--active {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.06);
    color: var(--theme-primary);
}

.theme-veh-wizard__step--active .theme-veh-wizard__step-num {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: none;
}

.theme-veh-wizard__step--done {
    border-color: rgba(var(--theme-primary-rgb), 0.2);
    color: rgb(51 65 85);
    cursor: pointer;
}

.theme-veh-wizard__step--done:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.04);
    color: var(--theme-primary);
}

.theme-veh-wizard__step--done .theme-veh-wizard__step-num {
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    box-shadow: none;
}

.theme-veh-wizard__crumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.theme-veh-wizard__back {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgb(71 85 105);
    transition: border-color .2s, color .2s;
}

.theme-veh-wizard__back:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    color: var(--theme-primary);
}

.theme-veh-wizard__path {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.theme-veh-wizard__panel {
    margin-top: 1.25rem;
}

@media (min-width: 640px) {
    .theme-veh-wizard__panel {
        margin-top: 1.5rem;
    }
}

.theme-veh-wizard__brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}

@media (min-width: 640px) {
    .theme-veh-wizard__brand-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.875rem;
    }
}

.theme-veh-wizard__brand-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 6.75rem;
    padding: 1rem 0.75rem;
    border-radius: 0.875rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 4px 12px -6px rgb(15 23 42 / 0.08);
    transition:
        border-color .2s,
        background-color .2s,
        box-shadow .2s,
        transform .15s;
}

@media (min-width: 640px) {
    .theme-veh-wizard__brand-btn {
        min-height: 7.25rem;
        padding: 1.125rem 0.875rem;
    }
}

.theme-veh-wizard__brand-btn:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.4);
    background: rgba(var(--theme-primary-rgb), 0.03);
    box-shadow:
        0 4px 14px -4px rgba(var(--theme-primary-rgb), 0.2),
        0 8px 20px -8px rgb(15 23 42 / 0.1);
    transform: translateY(-2px);
}

.theme-veh-wizard__brand-btn:active {
    transform: translateY(0);
}

.theme-veh-wizard__brand-btn:focus-visible {
    outline: 2px solid rgba(var(--theme-primary-rgb), 0.45);
    outline-offset: 2px;
}

.theme-veh-wizard__brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 9999px;
    background: rgb(248 250 252);
    box-shadow: inset 0 0 0 1px rgb(226 232 240);
}

.theme-veh-wizard__brand-logo .theme-veh-brand-logo {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.theme-veh-wizard__brand-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.01em;
    word-break: break-word;
    hyphens: auto;
}

@media (min-width: 640px) {
    .theme-veh-wizard__brand-name {
        font-size: 0.875rem;
    }
}

.theme-veh-wizard__model-btn {
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.theme-veh-wizard__step-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-veh-wizard__model-panel,
.theme-veh-wizard__svc-panel {
    max-height: 28rem;
    overflow-y: auto;
    padding-right: 0.25rem;
    scrollbar-width: thin;
}
