/* ==========================================================================
   AutoB2B — Welcome v2 (nová úvodní stránka)
   Samostatná stylová sada. Sdílíme jen tlačítka (ap-buttons.css) a ikony.
   Třídy prefixovány "wv2-" kvůli koexistenci se starou welcome.
   ==========================================================================

   OBSAH
   1. Design tokeny (:root)
   2. Reset a základní typografie
   3. Layout: container, section, section head/cta
   4. Tlačítka (rozšíření ap-btn)
   5. Navigace
   6. Hero
   7. Jak to funguje (taby + feature karty)
   8. Aktuální aukce (Vue mount)
   9. Prodejte auto (sell CTA)
   10. Proč AutoB2B (statistiky + testimonial)
   11. Kontakt
   12. FAQ
   13. Footer
   14. Lead modál
   15. Responsivita
   ========================================================================== */

/* ====== 1. DESIGN TOKENY ================================================== */
.wv2-page {
    /* Barvy */
    --wv2-navy:        #00103D;
    --wv2-navy-2:      #001B5E;
    --wv2-blue:        #0149FF;
    --wv2-yellow:      #FFC703;
    --wv2-orange:      #FF3D00;
    --wv2-white:       #FFFFFF;
    --wv2-grey:        #CDCFDE;

    /* Plochy */
    --wv2-bg-light:    #F4F6FB;
    --wv2-bg-white:    #FFFFFF;
    --wv2-surface:     #FFFFFF;

    /* Text */
    --wv2-text:        #1A2238;
    --wv2-text-muted:  #5B6580;
    --wv2-text-on-dark:        #FFFFFF;
    --wv2-text-on-dark-muted:  rgba(255, 255, 255, 0.72);

    /* Linky/okraje */
    --wv2-border:      rgba(0, 27, 94, 0.12);
    --wv2-border-dark: rgba(255, 255, 255, 0.14);

    /* Typografie */
    --wv2-font: 'Poppins', 'Segoe UI', Arial, Helvetica, sans-serif;

    /* Spacing / layout */
    --wv2-container: 1200px;
    --wv2-gutter: 24px;
    --wv2-section-y: 88px;
    --wv2-gap: 24px;

    /* Rádiusy */
    --wv2-radius-sm: 12px;
    --wv2-radius: 18px;
    --wv2-radius-lg: 28px;
    --wv2-radius-pill: 50em;

    /* Stíny */
    --wv2-shadow-sm: 0 6px 18px rgba(8, 32, 84, 0.08);
    --wv2-shadow:    0 16px 40px rgba(8, 32, 84, 0.12);
    --wv2-shadow-lg: 0 28px 60px rgba(0, 18, 51, 0.28);

    /* Přechody */
    --wv2-ease: 0.22s ease;
}

/* ====== 2. RESET + TYPOGRAFIE ============================================ */
.wv2-page * { box-sizing: border-box; }

.wv2-page {
    margin: 0;
    font-family: var(--wv2-font);
    color: var(--wv2-text);
    background: var(--wv2-bg-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.wv2-page img { max-width: 100%; display: block; }
.wv2-page :where(a:not(.ap-btn)) { color: inherit; text-decoration: none; }
.wv2-page .ap-btn,
.wv2-page .ap-btn:hover,
.wv2-page .ap-btn:focus {
    text-decoration: none;
}
.wv2-page h1,
.wv2-page h2,
.wv2-page h3 { margin: 0; line-height: 1.2; font-weight: 800; }
.wv2-page p { margin: 0; }
.wv2-page ul { margin: 0; padding: 0; list-style: none; }
.wv2-page button { font-family: inherit; cursor: pointer; }

.wv2-page :focus-visible:not(input):not(textarea):not(select) {
    outline: 3px solid var(--wv2-blue);
    outline-offset: 2px;
    border-radius: 4px;
}

.wv2-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100;
    background: var(--wv2-navy);
    color: #fff;
    padding: 10px 16px;
    border-radius: 0 0 8px 0;
}
.wv2-skip-link:focus { left: 0; }

/* ====== 3. LAYOUT ======================================================== */
.wv2-container {
    width: 100%;
    max-width: var(--wv2-container);
    margin-inline: auto;
    padding-inline: var(--wv2-gutter);
}

.wv2-section {
    padding-block: var(--wv2-section-y);
}
.wv2-section--light { background: var(--wv2-bg-light); }
.wv2-section--dark {
    background: var(--wv2-navy);
    color: var(--wv2-text-on-dark);
}

.wv2-section__head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}
.wv2-section__title {
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    color: var(--wv2-navy-2);
    letter-spacing: -0.01em;
}
.wv2-section__title--light { color: var(--wv2-white); }
.wv2-section__lead {
    margin-top: 14px;
    font-size: 1.05rem;
    color: var(--wv2-text-muted);
}
.wv2-section__lead--light { color: var(--wv2-text-on-dark-muted); }

.wv2-section__cta {
    margin-top: 40px;
    text-align: center;
}

/* ====== 4. TLAČÍTKA (rozšíření ap-btn) =================================== */
.wv2-btn { font-family: var(--wv2-font); font-weight: 600; }
.wv2-btn__icon { margin-right: 8px; }
.wv2-btn--pill { border-radius: var(--wv2-radius-pill); }
.wv2-btn--lg {
    height: auto;
    padding: 0.85rem 1.7rem;
    font-size: 0.95rem;
}
.wv2-btn--block { width: 100%; }

/* Reverzní hover: pozadí zůstává žluté, mění se jen text - default tm. modrý, hover bílý */
.wv2-page .wv2-btn--invert-hover {
    background-color: var(--wv2-yellow);
    color: var(--wv2-navy-2);
}
.wv2-page .wv2-btn--invert-hover i {
    color: var(--wv2-navy-2);
}
.wv2-page .wv2-btn--invert-hover:hover,
.wv2-page .wv2-btn--invert-hover:focus {
    background-color: var(--wv2-yellow);
    color: var(--wv2-white);
}
.wv2-page .wv2-btn--invert-hover:hover i,
.wv2-page .wv2-btn--invert-hover:focus i {
    color: var(--wv2-white);
}

/* Ghost varianta pro tmavé pozadí (hero) */
.wv2-btn--ghost {
    background: transparent;
    color: var(--wv2-white);
    border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.wv2-btn--ghost:hover,
.wv2-btn--ghost:focus {
    background: rgba(255, 255, 255, 0.1);
    color: var(--wv2-white);
    border-color: var(--wv2-white);
}

/* ====== 5. NAVIGACE ====================================================== */
.wv2-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background var(--wv2-ease), border-color var(--wv2-ease), box-shadow var(--wv2-ease);
}
.wv2-nav.is-scrolled {
    background:
        radial-gradient(120% 120% at 85% 0%, rgba(1, 73, 255, 0.37) 0%, rgba(1, 73, 255, 0) 55%),
        linear-gradient(90deg, var(--wv2-navy-2) 0%, var(--wv2-blue) 100%);
    border-bottom-color: var(--wv2-border-dark);
    box-shadow: var(--wv2-shadow);
}
.wv2-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
}
.wv2-nav__logo-img { height: 44px; width: auto; }

.wv2-nav__menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
.wv2-nav__links {
    display: flex;
    align-items: center;
    gap: 26px;
}
.wv2-nav .wv2-nav__link {
    color: var(--wv2-white);
    font-size: 0.92rem;
    font-weight: 500;
    transition: color var(--wv2-ease);
}
.wv2-nav .wv2-nav__link:hover { color: var(--wv2-yellow); }
.wv2-nav__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.wv2-nav__actions .ap-btn {
    width: auto;
    min-width: 0;
    padding-inline: 1.15rem;
    white-space: nowrap;
}
.wv2-nav .wv2-nav__link--login { color: var(--wv2-white); font-weight: 600; }

.wv2-nav__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
}
.wv2-nav__toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin-inline: auto;
    background: #fff;
    border-radius: 2px;
    transition: transform var(--wv2-ease), opacity var(--wv2-ease);
}
.wv2-nav__toggle.is-open .wv2-nav__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wv2-nav__toggle.is-open .wv2-nav__toggle-bar:nth-child(2) { opacity: 0; }
.wv2-nav__toggle.is-open .wv2-nav__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ====== 6. HERO ========================================================== */
.wv2-hero {
    position: relative;
    background:
        radial-gradient(120% 120% at 85% 0%, rgba(1, 73, 255, 0.37) 0%, rgba(1, 73, 255, 0) 55%),
        linear-gradient(90deg, var(--wv2-navy-2) 0%, var(--wv2-blue) 100%);
    color: var(--wv2-text-on-dark);
    overflow: hidden;
}
.wv2-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
    padding-block: 88px;
}
.wv2-hero__eyebrow {
    color: var(--wv2-yellow);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.wv2-hero__title {
    font-size: clamp(2.1rem, 4.6vw, 3.5rem);
    letter-spacing: -0.02em;
}
.wv2-hero__title-accent { color: var(--wv2-yellow); }
.wv2-hero__lead {
    margin-top: 20px;
    max-width: 520px;
    font-size: 1.1rem;
    color: var(--wv2-text-on-dark-muted);
}
.wv2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}
.wv2-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 32px;
}
.wv2-hero__tags li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wv2-text-on-dark-muted);
    font-size: 0.92rem;
}
.wv2-hero__tags i { color: var(--wv2-yellow); }

.wv2-page .wv2-hero__list {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.wv2-hero__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--wv2-text-on-dark);
    font-size: 1.05rem;
}
.wv2-hero__list i {
    color: var(--wv2-white);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wv2-hero__media {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wv2-hero__car {
    width: min(520px, 100%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

/* ====== 7. JAK TO FUNGUJE =============================================== */
#jak-to-funguje .wv2-section__head {
    margin-bottom: 28px;
}
.wv2-how__controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 44px;
}
.wv2-tabs {
    display: inline-flex;
    padding: 5px;
    background: #fff;
    border: 1px solid var(--wv2-border);
    border-radius: var(--wv2-radius-pill);
    box-shadow: var(--wv2-shadow-sm);
}
.wv2-tab {
    border: 0;
    background: transparent;
    padding: 0.6rem 1.6rem;
    border-radius: var(--wv2-radius-pill);
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--wv2-text-muted);
    transition: background var(--wv2-ease), color var(--wv2-ease);
}
.wv2-tab.is-active {
    background: var(--wv2-blue);
    color: #fff;
}
.wv2-how__video-frame {
    width: min(532px, 100%);
    overflow: hidden;
    border: 1px solid var(--wv2-border);
    border-radius: var(--wv2-radius-lg);
    background: var(--wv2-navy-2);
    box-shadow: var(--wv2-shadow);
    transition: width var(--wv2-ease);
}
.wv2-how__video-frame.is-playing {
    width: min(760px, 100%);
}
.wv2-how__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--wv2-navy-2);
}
.wv2-how__subtitle {
    margin: 10px 0 0;
    padding: 0;
    max-width: 520px;
    text-align: center;
    font-size: clamp(1.15rem, 2.1vw, 1.3rem);
    font-weight: 600;
    line-height: 1.35;
    color: var(--wv2-navy-2);
    letter-spacing: -0.01em;
}

.wv2-how__panel { display: none; }
.wv2-how__panel.is-active { display: block; }

.wv2-how__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.wv2-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 210px));
    justify-content: center;
    gap: 54px;
}
.wv2-feature {
    position: relative;
    background: #fff;
    border: 1px solid var(--wv2-border);
    border-radius: var(--wv2-radius);
    padding: 28px 24px;
    text-align: center;
    box-shadow: var(--wv2-shadow-sm);
    transition: transform var(--wv2-ease), box-shadow var(--wv2-ease);
}
.wv2-feature:hover {
    transform: translateY(-4px);
    box-shadow: var(--wv2-shadow);
}
.wv2-feature:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
    color: var(--wv2-blue);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}
.wv2-feature__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--wv2-navy-2), var(--wv2-blue));
    color: #fff;
    font-size: 1.2rem;
}
.wv2-feature__step { font-weight: 800; font-size: 1.25rem; }
.wv2-feature__title {
    font-size: 1.1rem;
    color: var(--wv2-navy-2);
    margin-bottom: 8px;
}
.wv2-feature__text {
    color: var(--wv2-text-muted);
    font-size: 0.95rem;
}

/* ====== 8. AKTUÁLNÍ AUKCE (Vue mount) =================================== */
.wv2-auctions {
    background: var(--wv2-bg-white);
}

/* Skryjeme interní hlavičku Vue komponenty – sekce má vlastní nadpis.
   Vue styly jsou scoped, proto !important. */
.wv2-auctions .hsp-header { display: none !important; }
.wv2-auctions .home-auction-spotlight { margin: 0 !important; }
.wv2-auctions__mount { min-height: 120px; }

/* ====== 9. PRODEJTE AUTO (sell CTA) ===================================== */
.wv2-sell__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}
.wv2-sell .wv2-section__lead {
    margin-top: 24px;
    margin-bottom: 34px;
}
.wv2-sell__list {
    display: grid;
    gap: 22px;
    margin-top: 0;
}
.wv2-sell__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--wv2-text-on-dark-muted);
    line-height: 1.75;
}
.wv2-sell__list i {
    color: var(--wv2-yellow);
    margin-top: 4px;
    flex: 0 0 auto;
}
.wv2-sell__list strong { color: #fff; font-weight: 600; }
.wv2-sell__list-note {
    padding-left: 0;
}
.wv2-sell__list-note span {
    display: block;
}
.wv2-sell__cta {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.wv2-sell__cta-text {
    margin: 0;
    color: var(--wv2-text-on-dark-muted);
    line-height: 1.75;
}
.wv2-sell__cta-text strong { color: #fff; font-weight: 600; }
.wv2-sell__media {
    position: relative;
    display: flex;
    justify-content: center;
}
.wv2-sell__docs {
    width: 100%;
    max-width: 460px;
    filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.35));
}
.wv2-sell__media--fallback {
    min-height: 280px;
    border-radius: var(--wv2-radius-lg);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--wv2-border-dark);
}

/* ====== 10. PROČ AUTOB2B (statistiky + testimonial) ==================== */
.wv2-why {
    background: var(--wv2-bg-white);
}

.wv2-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--wv2-gap);
    margin-bottom: 56px;
}
.wv2-stat {
    text-align: center;
    padding: 28px 18px;
    background: #fff;
    border: 1px solid var(--wv2-border);
    border-radius: var(--wv2-radius);
    box-shadow: var(--wv2-shadow-sm);
}
.wv2-stat__value {
    display: block;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: var(--wv2-blue);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.wv2-stat__value.is-counting {
    font-feature-settings: 'tnum' 1;
}
.wv2-stat__label {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--wv2-text-muted);
}
.wv2-testimonial {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.wv2-testimonial__quote {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--wv2-text);
    font-weight: 500;
    font-style: italic;
}
.wv2-testimonial__author {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
}
.wv2-testimonial__name { font-weight: 800; color: var(--wv2-navy-2); font-size: 1.05rem; }
.wv2-testimonial__role { color: var(--wv2-text-muted); font-size: 0.9rem; }
.wv2-testimonial__photo {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
    background: var(--wv2-white);
}
.wv2-testimonial__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.wv2-testimonial__photo--fallback {
    background: linear-gradient(135deg, var(--wv2-navy-2), var(--wv2-blue));
}

/* ====== 11. KONTAKT ===================================================== */
.wv2-contact__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 56px;
    align-items: start;
}
.wv2-contact__details {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}
.wv2-contact__details li {
    display: flex;
    align-items: center;
    gap: 16px;
}
.wv2-contact__detail-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--wv2-border-dark);
    color: var(--wv2-yellow);
    flex: 0 0 auto;
}
.wv2-contact__details a:hover { color: var(--wv2-yellow); }
.wv2-contact__detail-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wv2-text-on-dark-muted);
}
.wv2-contact__person {
    align-items: center;
    gap: 18px;
    margin-top: 8px;
}
.wv2-contact__person-photo {
    flex: 0 0 auto;
    width: 92px;
    height: 92px;
    max-width: 100%;
    display: block;
    border-radius: 0;
    object-fit: unset;
    box-shadow: none;
}
.wv2-contact__person-copy {
    display: grid;
    gap: 2px;
}
.wv2-contact__person-name {
    color: var(--wv2-white);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}
.wv2-contact__person-role,
.wv2-contact__person-hours {
    color: var(--wv2-text-on-dark-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.wv2-contact__form {
    display: grid;
    gap: 18px;
    color: var(--wv2-text);
    border-radius: var(--wv2-radius-lg);
    box-shadow: var(--wv2-shadow-lg);
}
.wv2-field { display: grid; gap: 7px; }
.wv2-field label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--wv2-white);
}
.wv2-field__optional { color: var(--wv2-text-muted); font-weight: 400; }
.wv2-field input,
.wv2-field textarea {
    width: 100%;
    border: 1px solid #d7dfec;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--wv2-text);
    background: #fff;
    transition: border-color var(--wv2-ease), box-shadow var(--wv2-ease);
}
.wv2-field input {
    min-height: 40px;
    border-radius: var(--wv2-radius-pill);
    padding: 8px 16px;
}
.wv2-field textarea {
    resize: vertical;
    min-height: 110px;
    border-radius: var(--wv2-radius-sm);
    padding: 12px 14px;
}
.wv2-field input:focus,
.wv2-field input:focus-visible,
.wv2-field textarea:focus,
.wv2-field textarea:focus-visible {
    outline: none;
    border-color: #8aa7ff;
    box-shadow: 0 0 0 4px rgba(1, 73, 255, 0.1);
}
.wv2-field input:focus,
.wv2-field input:focus-visible {
    border-radius: var(--wv2-radius-pill);
}
.wv2-field textarea:focus,
.wv2-field textarea:focus-visible {
    border-radius: var(--wv2-radius-sm);
}
.wv2-contact__form.was-validated input:invalid,
.wv2-contact__form.was-validated textarea:invalid { border-color: #dc3545; }
#wv2-contact-submit {
    justify-self: center;
    width: min(260px, 100%);
    height: 34px;
    font-size: 0.82rem;
}

.wv2-form-message {
    display: none;
    border-radius: var(--wv2-radius-sm);
    padding: 12px 14px;
    font-size: 0.9rem;
    line-height: 1.45;
}
.wv2-form-message.is-visible { display: block; }
.wv2-form-message.is-success { background: #e9f8ef; color: #166534; border: 1px solid #b7e4c7; }
.wv2-form-message.is-error { background: #fff1f2; color: #9f1239; border: 1px solid #fecdd3; }

/* ====== 12. FAQ ========================================================= */
.wv2-contact {
    padding-bottom: 50px;
}
.wv2-faq {
    padding-top: 50px;
}

.wv2-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.wv2-faq__col {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
}
.wv2-faq__item {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 199, 3, 0.4);
    border-radius: var(--wv2-radius-sm);
    overflow: hidden;
    min-height: 100%;
}
.wv2-faq__question {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    padding: 18px 20px 10px;
}
.wv2-faq__answer { padding: 0 20px 18px; }
.wv2-faq__answer p {
    margin: 0;
    color: var(--wv2-text-on-dark-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ====== 13. FOOTER ====================================================== */
.wv2-footer {
    position: relative;
    background: var(--wv2-navy);
    color: rgba(255, 255, 255, 0.72);
    overflow: hidden;
}
.wv2-footer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(620px, 52vw);
    aspect-ratio: 1 / 1;
    background: url('/assets/images/wv-2/fragment-footer.png') no-repeat right bottom / contain;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
.wv2-footer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
    gap: 0;
    padding-block: 64px;
}
.wv2-footer__col {
    padding-inline: 56px;
}
.wv2-footer__col + .wv2-footer__col {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.wv2-footer__logo { height: 34px; width: auto; margin-bottom: 18px; }
.wv2-footer__tagline { max-width: 320px; font-size: 0.92rem; line-height: 1.6; }
.wv2-footer__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}
.wv2-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--wv2-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--wv2-border-dark);
    transition: background var(--wv2-ease), color var(--wv2-ease), transform var(--wv2-ease);
}
.wv2-footer__socials a:hover,
.wv2-footer__socials a:focus {
    color: var(--wv2-navy-2);
    background: var(--wv2-yellow);
    transform: translateY(-2px);
}
.wv2-footer .wv2-footer__heading {
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
}
.wv2-footer .wv2-footer__heading--stacked {
    margin-top: 36px;
}
.wv2-footer .wv2-footer__heading--social {
    margin-top: 24px;
    margin-bottom: 14px;
}
.wv2-footer__col ul { display: grid; gap: 6px; }
.wv2-footer__col li {
    font-size: 0.736rem;
    line-height: 1.35;
}
.wv2-footer__col a { font-size: 0.736rem; transition: color var(--wv2-ease); }
.wv2-footer__col a:hover { color: var(--wv2-yellow); }
.wv2-footer__bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--wv2-border-dark);
    padding-block: 22px;
    font-size: 0.85rem;
    text-align: center;
}

/* ====== 14. RESPONSIVITA =============================================== */
@media (max-width: 992px) {
    .wv2-page { --wv2-section-y: 64px; }

    .wv2-hero__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-block: 104px 56px;
        text-align: center;
    }
    .wv2-hero__lead { margin-inline: auto; }
    .wv2-hero__actions,
    .wv2-hero__tags { justify-content: center; }
    .wv2-hero__media { order: -1; }
    .wv2-hero__car { width: min(360px, 80%); }
    .wv2-page .wv2-hero__list { text-align: left; }
    .wv2-hero__list li { justify-content: flex-start; text-align: left; }

    .wv2-features {
        grid-template-columns: minmax(0, 320px);
        gap: 44px;
    }
    .wv2-feature:not(:last-child)::after {
        content: "↓";
        top: auto;
        right: auto;
        bottom: -33px;
        left: 50%;
        transform: translateX(-50%);
    }
    .wv2-stats { grid-template-columns: repeat(2, 1fr); }

    .wv2-sell__inner { grid-template-columns: 1fr; gap: 32px; }
    .wv2-sell__list { gap: 14px; }
    .wv2-sell__list li { line-height: 1.45; }
    .wv2-sell__media { order: 0; }

    .wv2-testimonial { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
    .wv2-testimonial__author { align-items: center; }
    .wv2-testimonial__photo { order: -1; width: 140px; height: 140px; margin: 0 auto; }

    .wv2-contact__inner { grid-template-columns: 1fr; gap: 40px; }
    .wv2-contact { padding-bottom: var(--wv2-section-y); }
    .wv2-faq { padding-top: var(--wv2-section-y); }
    .wv2-faq__grid { grid-template-columns: 1fr; }
    .wv2-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px 0;
    }
    .wv2-footer__col {
        padding-inline: 28px;
    }
    .wv2-footer__brand {
        padding-right: 28px;
    }
    .wv2-footer__col:nth-of-type(2) {
        border-left: 0;
    }
}

@media (max-width: 768px) {
    /* Mobilní navigace */
    .wv2-nav__toggle { display: flex; }
    .wv2-nav__menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px var(--wv2-gutter) 20px;
        background: var(--wv2-navy);
        border-bottom: 1px solid var(--wv2-border-dark);
        box-shadow: var(--wv2-shadow);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: transform var(--wv2-ease), opacity var(--wv2-ease);
    }
    .wv2-nav__menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .wv2-nav__links { flex-direction: column; align-items: stretch; gap: 4px; }
    .wv2-nav__link { display: block; padding: 12px 4px; }
    .wv2-nav__actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--wv2-border-dark);
    }
    .wv2-nav__actions .ap-btn {
        width: min(240px, 100%);
        height: 29px;
        font-size: 0.686rem;
    }

    .wv2-footer__inner {
        grid-template-columns: 1fr;
        padding-block: 44px;
        gap: 0;
    }
    .wv2-footer::after {
        width: min(420px, 86vw);
    }
    .wv2-footer__brand {
        padding: 0 0 26px;
    }
    .wv2-footer__col {
        padding: 26px 0;
    }
    .wv2-footer__brand + .wv2-footer__col,
    .wv2-footer__col + .wv2-footer__col {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .wv2-how__controls { gap: 19px; }
    .wv2-how__panel.is-active .wv2-features { grid-template-columns: minmax(0, 320px); }
}

@media (max-width: 520px) {
    .wv2-page { --wv2-gutter: 18px; --wv2-section-y: 52px; }
    .wv2-features,
    .wv2-stats { grid-template-columns: 1fr; }
    .wv2-how__cta .ap-btn {
        width: min(240px, 100%);
        height: 29px;
        font-size: 0.72rem;
        margin-inline: auto;
    }
    .wv2-how__cta .ap-btn i {
        font-size: 0.95em;
    }
    .wv2-hero__actions .ap-btn {
        font-size: 0.72rem;
    }
    .wv2-hero__actions .ap-btn i {
        font-size: 0.95em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wv2-page *,
    .wv2-page *::before,
    .wv2-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

/* ====== 16. AUTH MODAL (registrace přes vozidlo) ========================= */
.wv2-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: var(--wv2-font);
}

.wv2-auth-modal[hidden] { display: none; }

.wv2-auth-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 16, 61, 0.62);
    backdrop-filter: blur(2px);
}

.wv2-auth-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: var(--wv2-white);
    border-radius: var(--wv2-radius-lg);
    box-shadow: var(--wv2-shadow-lg);
    animation: wv2-auth-pop 0.22s ease;
}

@keyframes wv2-auth-pop {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.wv2-auth-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: none;
    border-radius: 50%;
    background: rgba(0, 16, 61, 0.06);
    color: var(--wv2-navy-2);
    font-size: 1rem;
    cursor: pointer;
    transition: background var(--wv2-ease);
}

.wv2-auth-modal__close:hover { background: rgba(0, 16, 61, 0.14); }

.wv2-auth-modal__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    min-height: 0;
}

.wv2-auth-modal__aside {
    display: block;
    min-height: 0;
    min-width: 0;
}

.wv2-auth-modal__aside [hidden] {
    display: none !important;
}

/* LEVÁ ČÁST – vozidlo */
.wv2-auth-modal__vehicle {
    display: flex;
    flex-direction: column;
    background: var(--wv2-bg-light);
    border-radius: var(--wv2-radius-lg) 0 0 var(--wv2-radius-lg);
    overflow: hidden;
}

.wv2-auth-modal__media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #e7ecf7;
}

.wv2-auth-modal__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wv2-auth-modal__timer {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: var(--wv2-radius-pill);
    background: rgba(0, 16, 61, 0.78);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}

.wv2-auth-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--wv2-navy-2);
    box-shadow: var(--wv2-shadow-sm);
    cursor: pointer;
    transition: background var(--wv2-ease);
}

.wv2-auth-modal__nav:hover { background: #fff; }
.wv2-auth-modal__nav--prev { left: 10px; }
.wv2-auth-modal__nav--next { right: 10px; }
.wv2-auth-modal__nav[hidden] { display: none; }

.wv2-auth-modal__vehicle-body {
    padding: 18px 20px 22px;
}

.wv2-auth-modal__vehicle-title {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--wv2-navy-2);
}

.wv2-auth-modal__facts {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.wv2-auth-modal__facts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wv2-text-muted);
    font-size: 0.86rem;
    font-weight: 600;
}

.wv2-auth-modal__facts span i {
    width: 16px;
    text-align: center;
    color: var(--wv2-blue);
}

.wv2-auth-modal__price-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 12px;
    border-top: 1px solid var(--wv2-border);
}

.wv2-auth-modal__price-label {
    font-size: 0.78rem;
    color: var(--wv2-text-muted);
}

.wv2-auth-modal__price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--wv2-navy-2);
}

/* LEVÁ ČÁST – prodávající (CTA karta jako v HomeAuctionSpotlight) */
.wv2-auth-modal__sell-preview {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
    border-radius: var(--wv2-radius-lg) 0 0 var(--wv2-radius-lg);
    overflow: hidden;
}

.wv2-auth-modal__sell-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: #f1f4fb;
}

.wv2-auth-modal__sell-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    object-fit: contain;
}

.wv2-auth-modal__sell-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    padding: 20px 24px 28px;
}

.wv2-auth-modal__sell-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    color: #0d2b6b;
}

.wv2-auth-modal__sell-text {
    margin: 10px 0 0;
    color: #5c6983;
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 280px;
}

/* PRAVÁ ČÁST – CTA */
.wv2-auth-modal__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 44px;
}

.wv2-auth-modal__cta-title {
    margin: 0 0 14px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--wv2-navy-2);
}

.wv2-auth-modal__cta-subtitle {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--wv2-text);
}

.wv2-auth-modal__cta-text {
    margin: 0 0 36px;
    color: var(--wv2-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.wv2-auth-modal__register {
    align-self: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
}

.wv2-auth-modal__login-row {
    margin: 32px 0 0;
    color: var(--wv2-text-muted);
    font-size: 0.92rem;
}

.wv2-auth-modal__login-row a {
    color: var(--wv2-blue);
    font-weight: 700;
    text-decoration: none;
}

.wv2-auth-modal__login-row a:hover { text-decoration: underline; }

body.wv2-modal-open { overflow: hidden; }

@media (max-width: 720px) {
    .wv2-auth-modal { padding: 14px; }
    .wv2-auth-modal__grid { grid-template-columns: 1fr; }
    .wv2-auth-modal__aside,
    .wv2-auth-modal__vehicle,
    .wv2-auth-modal__sell-preview {
        border-radius: var(--wv2-radius-lg) var(--wv2-radius-lg) 0 0;
    }
    .wv2-auth-modal__media { aspect-ratio: 16 / 10; }
    .wv2-auth-modal__sell-image-wrap { aspect-ratio: 16 / 10; }
    .wv2-auth-modal__cta { padding: 28px 22px 32px; }
    .wv2-auth-modal__cta-title { font-size: 1.35rem; }
    .wv2-auth-modal__register { align-self: stretch; text-align: center; }
}
