
/* Полностью убираем верхнюю плавающую шапку темы */
body.home .top,
body.home header.top,
body.home .site-header.is-sticky,
body.home .sticky-header,
body.home .floating-header {
    display: none !important;
}

/* Убираем отступ, который мог остаться после шапки */
body.home {
    padding-top: 0 !important;
}
body.home .premium-hero,
body.home .poster-home,
body.home main {
    margin-top: 0 !important;
}

/* Две главные кнопки должны быть видны сразу */
body.home .premium-actions,
body.home .poster-actions,
body.home .hero-actions,
body.home .kardan-main-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px !important;
    width: 100%;
    margin-top: 24px !important;
}

body.home .premium-actions .btn,
body.home .poster-actions .btn,
body.home .hero-actions .btn,
body.home .kardan-main-actions .btn {
    min-height: 58px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px !important;
    padding: 12px 14px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

/* Нижняя плавающая панель — примерно в 2 раза меньше */
body.home .bottom-bar,
body.home .mobile-bottom-bar,
body.home .fixed-bottom,
body.home .sticky-bottom,
body.home .bottom-actions {
    padding: 7px 10px !important;
    gap: 8px !important;
    min-height: 66px !important;
}

body.home .bottom-bar a,
body.home .mobile-bottom-bar a,
body.home .fixed-bottom a,
body.home .sticky-bottom a,
body.home .bottom-actions a {
    min-height: 48px !important;
    height: 48px !important;
    padding: 7px 10px !important;
    border-radius: 13px !important;
    font-size: 16px !important;
    line-height: 1.05 !important;
}

body.home .bottom-bar a span,
body.home .mobile-bottom-bar a span,
body.home .fixed-bottom a span,
body.home .sticky-bottom a span,
body.home .bottom-actions a span {
    font-size: 16px !important;
}

/* Новая VIN-форма */
#vin.kardan-vin-section {
    scroll-margin-top: 14px;
    background: #f4f4f4;
    color: #111;
    padding: 34px 20px 110px;
}

.kardan-vin-wrap {
    max-width: 680px;
    margin: 0 auto;
}

.kardan-vin-title {
    margin: 0 0 8px;
    font-size: 34px;
    font-weight: 1000;
}

.kardan-vin-subtitle {
    margin: 0 0 24px;
    color: #555;
    font-size: 16px;
}

.kardan-vin-form {
    display: grid;
    gap: 18px;
}

.kardan-vin-form label {
    display: grid;
    gap: 8px;
    font-size: 18px;
    font-weight: 900;
}

.kardan-vin-form input,
.kardan-vin-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    background: white;
    color: #111;
    padding: 16px 18px;
    font: inherit;
    font-size: 18px;
    outline: none;
}

.kardan-vin-form input:focus,
.kardan-vin-form textarea:focus {
    border-color: #ffc400;
    box-shadow: 0 0 0 3px rgba(255,196,0,.25);
}

.kardan-vin-form textarea {
    min-height: 135px;
    resize: vertical;
}

.kardan-photo-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 12px;
    border-radius: 15px;
    background: #111;
    color: white;
    cursor: pointer;
}

.kardan-photo-button input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.kardan-file-name {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.kardan-submit {
    min-height: 58px;
    border: 0;
    border-radius: 16px;
    background: #ffc400;
    color: #080808;
    font-size: 19px;
    font-weight: 1000;
    cursor: pointer;
}

.kardan-submit:disabled {
    opacity: .65;
    cursor: wait;
}

.kardan-form-status {
    min-height: 24px;
    font-weight: 800;
}

.kardan-form-status.success { color: #157a34; }
.kardan-form-status.error { color: #b11b1b; }

@media (max-width: 620px) {
    body.home .premium-actions,
    body.home .poster-actions,
    body.home .hero-actions,
    body.home .kardan-main-actions {
        grid-template-columns: 1fr !important;
    }

    body.home .premium-actions .btn,
    body.home .poster-actions .btn,
    body.home .hero-actions .btn,
    body.home .kardan-main-actions .btn {
        min-height: 56px !important;
        font-size: 17px !important;
    }

    .kardan-vin-title { font-size: 29px; }
}
