.av-lk {
    padding: 2.5rem 0 4rem;
}

.av-lk__wrap {
    max-width: 46rem;
}

.av-lk__eyebrow {
    display: block;
    margin-bottom: 0.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--accent-hover, #91AB7C);
}

.av-lk h1 {
    margin: 0 0 0.6rem;
    color: var(--text-primary, #F1F4EE);
}

.av-lk__lead {
    margin: 0 0 1rem;
    color: var(--text-secondary, #B7C4B0);
    line-height: 1.45;
}

.av-lk__form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.av-lk__form[hidden],
.av-lk__panel[hidden] {
    display: none !important;
}

.av-lk__form label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted, #7F8F78);
}

.av-lk__form input {
    min-height: 2.8rem;
    padding: 0.55rem 0.8rem;
    border-radius: 10px;
    border: 1px solid rgba(148, 168, 132, 0.28);
    background: #1A211C;
    color: #F1F4EE;
    font-size: 1.05rem;
    letter-spacing: 0;
    text-transform: none;
}

.av-lk__form button,
.av-lk__actions .home-btn,
.av-lk__inline .home-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: auto;
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 0 0.95rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
}

.av-lk__form button {
    border: 1px solid #6d8660;
    background: #7A9368;
    color: #0E1210;
    cursor: pointer;
}

.av-lk__link {
    margin-top: 0.8rem;
    border: 0;
    background: transparent;
    color: #91AB7C;
    cursor: pointer;
    padding: 0;
}

.av-lk__msg {
    margin: 0 0 1rem;
    color: #B7C4B0;
}

.av-lk__msg--error {
    color: #E7B3A8;
}

.av-lk__code {
    margin: 0 0 1rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    background: rgba(122, 147, 104, 0.16);
    color: #F1F4EE;
}

.av-lk__code strong {
    letter-spacing: 0.18em;
    font-size: 1.3rem;
}

.av-lk__empty {
    margin-top: 1.25rem;
    padding: 1.2rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.2);
    color: #7F8F78;
}

.av-lk__deals {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.av-lk__deals li {
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.2);
    color: #B7C4B0;
}

.av-lk__deals a {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.8rem 0.9rem;
    color: inherit;
    text-decoration: none;
}

.av-lk__deals a:hover {
    background: rgba(122, 147, 104, 0.08);
}

.av-lk__card {
    margin: 0 0 1.2rem;
}

.av-lk__card div {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.4rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(148, 168, 132, 0.12);
}

.av-lk__card dt {
    color: #7F8F78;
}

.av-lk__card dd {
    margin: 0;
    color: #F1F4EE;
}

.av-lk__cars {
    margin: 0;
    padding-left: 1.1rem;
}

.av-lk__items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.av-lk__items th,
.av-lk__items td {
    text-align: left;
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid rgba(148, 168, 132, 0.14);
    vertical-align: top;
}

.av-lk__items th {
    color: #7F8F78;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.av-lk__price {
    color: #91AB7C;
    font-weight: 700;
    white-space: nowrap;
}

.av-lk__deals strong {
    color: #F1F4EE;
}

.av-lk__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.av-lk__h2 {
    margin: 1.4rem 0 0.6rem;
    font-size: 1.05rem;
    color: #F1F4EE;
}

.av-cart__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.av-cart__row {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(148, 168, 132, 0.22);
    border-radius: 12px;
}

.av-cart__check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #F1F4EE;
    font-weight: 700;
}

.av-cart__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.av-cart__qty {
    display: inline-flex;
    align-items: center;
    height: 2.2rem;
    border: 1px solid rgba(148, 168, 132, 0.28);
    border-radius: 8px;
    overflow: hidden;
}

.av-cart__qty button {
    width: 2rem;
    height: 2.2rem;
    border: 0;
    background: transparent;
    color: #F1F4EE;
    font-size: 1.1rem;
    cursor: pointer;
}

.av-cart__qty input {
    width: 2.4rem;
    height: 2.2rem;
    border: 0;
    background: transparent;
    color: #F1F4EE;
    text-align: center;
    font-weight: 700;
}

.av-cart__check input {
    width: 1.05rem;
    height: 1.05rem;
}

.av-lk__car-form {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(148, 168, 132, 0.2);
}

.av-lk__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
    margin: 0 0 1.1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.2);
    background: rgba(26, 33, 28, 0.55);
}

.av-lk__facts div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.av-lk__facts dt {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7F8F78;
}

.av-lk__facts dd {
    margin: 0;
    color: #F1F4EE;
}

.av-lk__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.2rem;
}

.av-lk__section-head .av-lk__h2 {
    margin: 0;
}

.av-lk__plus {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    border: 1px solid rgba(148, 168, 132, 0.28);
    background: #1A211C;
    color: #F1F4EE;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.av-lk__plus:hover,
.av-lk__plus[aria-expanded="true"] {
    background: rgba(122, 147, 104, 0.16);
    border-color: #7A9368;
}

.av-lk__muted {
    margin: 0.45rem 0 0;
    color: #7F8F78;
    line-height: 1.4;
}

.av-lk__carlist {
    list-style: none;
    margin: 0.65rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.av-lk__car {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.2);
    background: transparent;
    color: #F1F4EE;
    text-align: left;
    cursor: pointer;
}

.av-lk__car strong {
    display: block;
    font-weight: 650;
}

.av-lk__car small {
    display: block;
    margin-top: 0.12rem;
    color: #B7C4B0;
    font-size: 0.85rem;
}

.av-lk__car-vin {
    color: #7F8F78;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.av-lk__car[aria-expanded="true"] {
    border-color: #7A9368;
    background: rgba(122, 147, 104, 0.08);
}

.av-lk__panel {
    margin-top: 0.45rem;
    padding: 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.22);
    background: #141a16;
}

.av-lk__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 0.75rem;
}

.av-lk__fold {
    margin-top: 1rem;
    border: 1px solid rgba(148, 168, 132, 0.2);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    transition: border-color 160ms ease;
}

.av-lk__fold > :not(summary) {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
}

.av-lk__fold[open] {
    padding-bottom: 0.9rem;
    border-color: rgba(148, 168, 132, 0.32);
}

.av-lk__fold summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    list-style: none;
    cursor: pointer;
    padding: 0.8rem 0.9rem;
    font-weight: 600;
    color: #F1F4EE;
    background: transparent;
    transition: background 160ms ease, color 160ms ease;
}

.av-lk__fold summary::-webkit-details-marker {
    display: none;
}

.av-lk__fold summary::after {
    content: '';
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    border-right: 1.5px solid #91AB7C;
    border-bottom: 1.5px solid #91AB7C;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
}

.av-lk__fold[open] > summary::after {
    transform: translateY(2px) rotate(-135deg);
}

.av-lk__fold summary:hover {
    background: rgba(122, 147, 104, 0.08);
}

.av-lk__fold:hover {
    border-color: rgba(148, 168, 132, 0.32);
}

.av-lk__fold summary:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(122, 147, 104, 0.45);
    border-radius: 12px;
}

.av-lk__fold[open] > summary {
    border-bottom: 1px solid rgba(148, 168, 132, 0.14);
    margin-bottom: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
    .av-lk__fold summary::after {
        transition: none;
    }
}

.av-lk__form--split {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(148, 168, 132, 0.14);
}

.av-lk__inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.2);
}

.av-lk__inline .av-lk__h2,
.av-lk__inline .av-lk__muted {
    margin: 0;
}

.av-lk__inline .av-lk__muted {
    margin-top: 0.15rem;
}

.av-lk__h2--orders {
    margin-top: 1.15rem;
}

.av-lk__deals {
    margin-top: 0.55rem;
}

@media (max-width: 560px) {
    .av-lk__facts,
    .av-lk__fields {
        grid-template-columns: 1fr;
    }
    .av-lk__inline {
        align-items: stretch;
        flex-direction: column;
    }
    .av-lk__car {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }
}

.av-lk__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.av-lk__btn-quiet {
    background: transparent !important;
    color: #E7B3A8 !important;
    border: 1px solid rgba(231, 179, 168, 0.45) !important;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 0.95rem;
    white-space: nowrap;
}

.av-lk-slot {
    position: relative;
}

.av-lk-slot__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    min-width: 2.375rem;
    min-height: 2.375rem;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid var(--border, rgba(148, 168, 132, 0.28));
    border-radius: 10px;
    background: var(--surface, #1A211C);
    color: #F1F4EE;
    cursor: pointer;
    flex-shrink: 0;
    transition:
        background 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.av-lk-slot__btn svg {
    width: 19px;
    height: 19px;
}

.av-lk-slot__btn:hover {
    background: rgba(122, 147, 104, 0.16);
    border-color: #7A9368;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.av-lk-slot__btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.av-lk-slot__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(122, 147, 104, 0.35);
}

.av-lk-pop {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 80;
    width: 16rem;
    padding: 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 168, 132, 0.28);
    background: #141a16;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.av-lk-pop__title {
    margin: 0 0 0.5rem;
    color: #F1F4EE;
    font-weight: 700;
}

.av-lk-pop__form[hidden],
.av-lk-pop__in[hidden],
.av-lk-pop__err[hidden] {
    display: none !important;
}

.av-lk-pop__form,
.av-lk-pop__in {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.av-lk-pop__name {
    margin: 0;
    color: #F1F4EE;
    font-weight: 700;
    font-size: 1rem;
}

.av-lk-pop__phone {
    margin: -0.2rem 0 0.35rem;
    color: #7F8F78;
    font-size: 0.82rem;
}

.av-lk-pop__menu {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.av-lk-pop__cart {
    justify-content: space-between;
    gap: 0.75rem;
}

.av-lk-pop__cart-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #B7C4B0;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.av-lk-pop__cart-meta b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #7A9368;
    color: #0E1210;
    font-size: 0.75rem;
}

.av-lk-pop__menu a,
.av-lk-pop__menu button {
    display: flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.2rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #F1F4EE;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.av-lk-pop__menu a:hover,
.av-lk-pop__menu button:hover {
    background: rgba(122, 147, 104, 0.16);
}

.av-lk-pop__menu form {
    margin: 0;
}

.av-lk-pop label {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7F8F78;
}

.av-lk-pop input {
    min-height: 2.2rem;
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
    border: 1px solid rgba(148, 168, 132, 0.28);
    background: #1A211C;
    color: #F1F4EE;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.95rem;
}

.av-lk-pop button {
    min-height: 2.2rem;
    border: 0;
    border-radius: 8px;
    background: #7A9368;
    color: #0E1210;
    font-weight: 700;
    cursor: pointer;
}

.av-lk-pop a {
    color: #91AB7C;
    font-size: 0.88rem;
    text-align: center;
}

.av-lk-pop__err {
    margin: 0;
    color: #E7B3A8;
    font-size: 0.82rem;
    text-transform: none;
    letter-spacing: 0;
}

.av-lk-pop__in button {
    background: transparent;
    color: #B7C4B0;
    border: 1px solid rgba(148, 168, 132, 0.28);
}
