:root {
    --pp-index-bg: #f5f7fb;
    --pp-index-surface: #ffffff;
    --pp-index-text: #101828;
    --pp-index-muted: #667085;
    --pp-index-border: #e1e7ef;
    --pp-index-blue: #2563eb;
    --pp-index-dark: #0f172a;
}

.pp-index {
    color: var(--pp-index-text);
    background: var(--pp-index-bg);
}

.pp-index-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

.pp-index-kicker {
    display: block;
    margin-bottom: 8px;
    color: #5b6f8d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pp-index-search {
    padding: 30px 0 22px;
}

.pp-index-search__inner {
    padding: clamp(28px, 4vw, 48px);
    background: #fff;
    border: 1px solid var(--pp-index-border);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.pp-index-search__header {
    max-width: 820px;
}

.pp-index-search__header h1 {
    margin: 0;
    color: #101828 !important;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 950;
    line-height: 1.07;
    letter-spacing: -.035em;
}

.pp-index-search__header p {
    margin: 14px 0 0;
    color: var(--pp-index-muted);
    font-size: 17px;
}

/* ========================================
   ГЛАВНЫЙ ПОИСК
======================================== */

.pp-index-searchbox {
    width: 100%;
    max-width: 1050px;
    margin-top: 24px;
    padding: 8px;
    background: #eef2f6;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    box-sizing: border-box;
}

.pp-index-searchbox *,
.pp-index-searchbox *::before,
.pp-index-searchbox *::after {
    box-sizing: border-box;
}

.pp-index-searchbox__tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 0 8px;
}

.pp-index-searchbox__tab {
    min-height: 38px;
    padding: 0 13px;
    border: 0;
    color: #667085;
    background: transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.pp-index-searchbox__tab.is-active {
    color: #101828;
    background: #fff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .07);
}

.pp-index-searchbox__content {
    width: 100%;
    min-width: 0;
}

.pp-index-searchbox__content.is-hidden {
    display: none;
}

/* Поиск по артикулу */

.pp-index-searchform {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.pp-index-searchform__field {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.pp-index-searchform__field:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.pp-index-searchform__field svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 11px;
    fill: none;
    stroke: #667085;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.pp-index-searchform__field input {
    display: block;
    width: 100%;
    min-width: 0;
    height: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #101828;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}

.pp-index-searchform__field input::placeholder {
    color: #98a2b3;
}

.pp-index-searchform > button {
    width: 130px;
    min-width: 0;
    min-height: 56px;
    padding: 0 18px;
    border: 0;
    color: #fff;
    background: #2563eb;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
    transition:
        background .18s ease,
        transform .18s ease;
}

.pp-index-searchform > button:hover {
    background: #1d4ed8;
}

.pp-index-searchform > button:active {
    transform: translateY(1px);
}

/* Примеры */

.pp-index-searchbox__examples {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 9px;
    padding: 10px 7px 2px;
    color: #7a8aa0;
    font-size: 12px;
    line-height: 1.4;
}

.pp-index-searchbox__examples span {
    flex: 0 0 auto;
}

.pp-index-searchbox__examples button {
    padding: 0;
    border: 0;
    color: #2563eb;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

/* VIN */

.pp-index-vinform {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 180px;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 8px;
    background: #fff;
    border-radius: 14px;
}

.pp-index-vinform__field {
    min-width: 0;
}

.pp-index-vinform__field label {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.pp-index-vinform__field input {
    display: block;
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    outline: 0;
    color: #101828;
    background: #fff;
    font-size: 14px;
}

.pp-index-vinform__field input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.pp-index-vinform > button {
    align-self: end;
    width: 180px;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    border: 0;
    color: #fff;
    background: #2563eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.pp-index-vinform__message {
    grid-column: 1 / -1;
    padding: 10px 12px;
    color: #166534;
    background: #dcfce7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.pp-index-vinform__message--error {
    color: #991b1b;
    background: #fee2e2;
}

.pp-index-searchbox__examples {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 7px 2px;
    color: #7a8aa0;
    font-size: 12px;
}

.pp-index-searchbox__examples button {
    padding: 0;
    border: 0;
    color: #2563eb;
    background: transparent;
    font-weight: 800;
}

.pp-index-vinform {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    padding: 8px;
    background: #fff;
    border-radius: 14px;
}

.pp-index-vinform__field label {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.pp-index-vinform__field input {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    outline: 0;
}

.pp-index-vinform__message {
    grid-column: 1 / -1;
    padding: 10px 12px;
    color: #166534;
    background: #dcfce7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.pp-index-vinform__message--error {
    color: #991b1b;
    background: #fee2e2;
}

.pp-index-search__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.pp-index-search__facts span {
    padding: 7px 10px;
    color: #475467;
    background: #f7f9fc;
    border: 1px solid #e4eaf1;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
}

.pp-index-section {
    padding: 38px 0;
}

.pp-index-section--compact {
    padding-top: 18px;
}

.pp-index-section--muted {
    background: #edf2f7;
    border-top: 1px solid #dde5ee;
    border-bottom: 1px solid #dde5ee;
}

.pp-index-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.pp-index-section__head h2,
.pp-index-business h2,
.pp-index-supplier h2,
.pp-index-contacts h2 {
    margin: 0;
    color: #101828 !important;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 950;
    letter-spacing: -.025em;
}

.pp-index-section__head > a {
    color: #2563eb;
    font-weight: 850;
    text-decoration: none;
}

.pp-index-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.pp-index-category {
    display: grid;
    min-height: 145px;
    align-content: start;
    padding: 20px;
    color: #101828;
    background: #fff;
    border: 1px solid var(--pp-index-border);
    border-radius: 16px;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease;
}

.pp-index-category:hover {
    border-color: #b9c8dc;
    transform: translateY(-2px);
}

.pp-index-category > span {
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
}

.pp-index-category strong {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 900;
}

.pp-index-category small {
    margin-top: 7px;
    color: #667085;
    line-height: 1.45;
}

.pp-index-promos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.pp-index-promo {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    text-decoration: none;
}

.pp-index-promo::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,23,42,.86), rgba(15,23,42,.16));
    content: "";
}

.pp-index-promo > div {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    color: #fff;
}

.pp-index-promo span {
    margin-bottom: 7px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pp-index-promo strong {
    max-width: 430px;
    font-size: 26px;
    line-height: 1.15;
}

.pp-index-brands {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.pp-index-brands a {
    display: flex;
    min-height: 118px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    color: #101828;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    text-decoration: none;
}

.pp-index-brands img {
    max-width: 105px;
    max-height: 50px;
    object-fit: contain;
}

.pp-index-brands span {
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.pp-index-business,
.pp-index-supplier,
.pp-index-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--pp-index-border);
    border-radius: 20px;
}

.pp-index-business p,
.pp-index-supplier p,
.pp-index-contacts p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #667085;
    line-height: 1.6;
}

.pp-index-business__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.pp-index-business__list span {
    padding: 11px 13px;
    color: #344054;
    background: #f7f9fc;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.pp-index-supplier {
    color: #fff;
    background: #0f172a;
    border-color: #0f172a;
}

.pp-index-supplier h2 {
    color: #fff !important;
}

.pp-index-supplier p {
    color: #cbd5e1;
}

.pp-index-supplier__actions,
.pp-index-contacts__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pp-index-btn,
.pp-index-contacts__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    color: #fff;
    background: #2563eb;
    border: 1px solid #2563eb;
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
}

.pp-index-btn--light {
    color: #101828;
    background: #fff;
    border-color: #fff;
}

.pp-index-contacts__actions {
    flex-direction: column;
}

.pp-index-contacts__actions a:last-child {
    color: #101828;
    background: #fff;
    border-color: #d8e0ea;
}

.pp-index-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .65);
    backdrop-filter: blur(5px);
}

.pp-index-loader__box {
    display: grid;
    min-width: 310px;
    justify-items: center;
    padding: 28px;
    color: #101828;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.pp-index-loader__box span {
    margin-top: 5px;
    color: #667085;
    font-size: 13px;
}

.pp-index-loader__spinner {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border: 3px solid #dbeafe;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: pp-index-spin .8s linear infinite;
}

@keyframes pp-index-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
    .pp-index-categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .pp-index-brands {
        grid-template-columns: repeat(4, 1fr);
    }

    .pp-index-business,
    .pp-index-supplier,
    .pp-index-contacts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pp-index {
        overflow-x: hidden;
    }

    .pp-index-container {
        width: 100%;
        padding: 0 14px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .pp-index-search {
        padding: 12px 0 20px;
    }

    .pp-index-search__inner {
        width: 100%;
        padding: 22px 16px;
        border-radius: 18px;
        box-sizing: border-box;
    }

    .pp-index-kicker {
        margin-bottom: 8px;
        font-size: 10px;
        letter-spacing: .08em;
    }

    .pp-index-search__header h1 {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.04;
        letter-spacing: -.035em;
    }

    .pp-index-search__header p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.45;
    }

    .pp-index-searchbox {
        width: 100%;
        max-width: none;
        margin-top: 20px;
        padding: 7px;
        border-radius: 16px;
    }

    .pp-index-searchbox__tabs {
        gap: 3px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .pp-index-searchbox__tabs::-webkit-scrollbar {
        display: none;
    }

    .pp-index-searchbox__tab {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 11px;
        font-size: 12px;
    }

    .pp-index-searchform {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 6px;
        width: 100%;
    }

    .pp-index-searchform__field {
        min-height: 50px;
        padding: 0 13px;
        border-radius: 12px;
    }

    .pp-index-searchform__field svg {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .pp-index-searchform__field input {
        height: 48px;
        font-size: 15px;
    }

    .pp-index-searchform__field input::placeholder {
        font-size: 14px;
    }

    .pp-index-searchform > button {
        width: 92px;
        min-height: 50px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 14px;
    }

    .pp-index-searchbox__examples {
        gap: 5px 8px;
        padding: 9px 5px 2px;
        font-size: 11px;
    }

    .pp-index-searchbox__examples button {
        font-size: 11px;
    }

    .pp-index-vinform {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 8px;
    }

    .pp-index-vinform > button {
        width: 100%;
        height: 48px;
    }

    .pp-index-search__facts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 14px;
    }

    .pp-index-search__facts span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 7px 8px;
        border-radius: 11px;
        font-size: 11px;
        line-height: 1.25;
        text-align: center;
    }

    .pp-index-section {
        padding: 28px 0;
    }

    .pp-index-section__head {
        display: block;
        margin-bottom: 15px;
    }

    .pp-index-section__head h2 {
        font-size: 27px;
        line-height: 1.12;
    }

    .pp-index-section__head > a {
        display: inline-flex;
        margin-top: 10px;
        font-size: 14px;
    }

    .pp-index-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pp-index-category {
        min-height: 125px;
        padding: 15px;
        border-radius: 14px;
    }

    .pp-index-category strong {
        margin-top: 13px;
        font-size: 15px;
        line-height: 1.25;
    }

    .pp-index-category small {
        font-size: 11px;
        line-height: 1.4;
    }

    .pp-index-promos {
        grid-template-columns: 1fr;
    }

    .pp-index-promo,
    .pp-index-promo > div {
        min-height: 175px;
    }

    .pp-index-promo > div {
        padding: 20px;
    }

    .pp-index-promo strong {
        font-size: 21px;
    }

    .pp-index-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pp-index-brands a {
        min-height: 100px;
        padding: 12px;
    }

    .pp-index-brands img {
        max-width: 90px;
        max-height: 42px;
    }

    .pp-index-business,
    .pp-index-supplier,
    .pp-index-contacts {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
        border-radius: 17px;
    }

    .pp-index-business h2,
    .pp-index-supplier h2,
    .pp-index-contacts h2 {
        font-size: 27px;
    }

    .pp-index-business__list {
        grid-template-columns: 1fr;
    }

    .pp-index-supplier__actions,
    .pp-index-contacts__actions {
        width: 100%;
        flex-direction: column;
    }

    .pp-index-btn,
    .pp-index-contacts__actions a {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .pp-index-container {
        padding: 0 10px;
    }

    .pp-index-search__inner {
        padding: 19px 13px;
    }

    .pp-index-search__header h1 {
        font-size: 30px;
    }

    .pp-index-searchform {
        grid-template-columns: minmax(0, 1fr) 78px;
    }

    .pp-index-searchform > button {
        width: 78px;
        padding: 0 7px;
        font-size: 13px;
    }

    .pp-index-searchform__field {
        padding: 0 10px;
    }

    .pp-index-searchform__field input {
        font-size: 14px;
    }

    .pp-index-search__facts {
        grid-template-columns: 1fr 1fr;
    }
}

:root {
    --pp-home-bg: #f4f7fb;
    --pp-home-surface: #ffffff;
    --pp-home-text: #0f172a;
    --pp-home-muted: #64748b;
    --pp-home-border: #dfe6ef;
    --pp-home-primary: #2563eb;
    --pp-home-dark: #0f172a;
}

.pp-home,
.pp-supplier-page {
    color: var(--pp-home-text);
    background: var(--pp-home-bg);
}

.pp-home-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

.pp-home-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #5f7392;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pp-home-hero,
.pp-supplier-hero {
    padding: 46px 0 36px;
}

.pp-home-hero__grid,
.pp-supplier-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, .8fr);
    gap: 20px;
}

.pp-home-hero__main,
.pp-supplier-hero__main {
    padding: clamp(30px, 5vw, 58px);
    background:
        radial-gradient(circle at 90% 10%, rgba(37, 99, 235, .15), transparent 35%),
        var(--pp-home-surface);
    border: 1px solid var(--pp-home-border);
    border-radius: 30px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
}

.pp-home-hero__title,
.pp-supplier-hero h1 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(38px, 5.3vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 950;
}

.pp-home-hero__lead,
.pp-supplier-hero__main p {
    max-width: 790px;
    margin: 22px 0 0;
    color: var(--pp-home-muted);
    font-size: 18px;
    line-height: 1.65;
}

.pp-home-search {
    margin-top: 32px;
    padding: 9px;
    background: #eef3f9;
    border: 1px solid var(--pp-home-border);
    border-radius: 22px;
}

.pp-home-search__tabs {
    display: flex;
    gap: 6px;
    padding: 2px 2px 9px;
}

.pp-home-search__tab {
    border: 0;
    padding: 9px 13px;
    color: #64748b;
    background: transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 850;
}

.pp-home-search__tab.is-active {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}

.is-hidden {
    display: none !important;
}

.pp-home-search__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.pp-home-search__input-wrap {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #dce4ee;
    border-radius: 16px;
}

.pp-home-search__input-wrap svg {
    flex: 0 0 22px;
    margin-right: 12px;
    color: #64748b;
}

.pp-home-search__input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #0f172a;
    background: transparent;
    font-size: 16px;
}

.pp-home-search__form > button,
.pp-home-vin-form > button {
    min-height: 58px;
    padding: 0 24px;
    border: 0;
    color: #fff;
    background: var(--pp-home-primary);
    border-radius: 16px;
    font-weight: 900;
}

.pp-home-search__examples {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 8px 3px;
    color: #7b8da7;
    font-size: 12px;
}

.pp-home-search__examples button {
    padding: 0;
    border: 0;
    color: #2563eb;
    background: transparent;
    font-weight: 800;
}

.pp-home-vin-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    padding: 8px;
    background: #fff;
    border-radius: 16px;
}

.pp-home-vin-form__field label {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.pp-home-vin-form__field input {
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid #dce4ee;
    border-radius: 12px;
    outline: none;
}

.pp-home-vin-message {
    grid-column: 1 / -1;
    padding: 10px 12px;
    color: #166534;
    background: #dcfce7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.pp-home-vin-message--error {
    color: #991b1b;
    background: #fee2e2;
}

.pp-home-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.pp-home-fact {
    padding: 15px;
    background: #f8fafc;
    border: 1px solid #e5ebf2;
    border-radius: 16px;
}

.pp-home-fact strong,
.pp-home-fact span {
    display: block;
}

.pp-home-fact strong {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 900;
}

.pp-home-fact span {
    color: #64748b;
    font-size: 12px;
}

.pp-home-hero__aside,
.pp-supplier-summary {
    display: flex;
    flex-direction: column;
    padding: 34px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, .45), transparent 38%),
        #0f172a;
    border-radius: 30px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.pp-home-hero__aside-label,
.pp-supplier-summary > span {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pp-home-hero__aside h2,
.pp-supplier-summary > strong {
    display: block;
    margin: 18px 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 950;
}

.pp-home-hero__aside ul,
.pp-supplier-summary ul {
    display: grid;
    gap: 13px;
    margin: 0 0 28px;
    padding-left: 20px;
    color: #cbd5e1;
}

.pp-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    color: #fff;
    background: var(--pp-home-primary);
    border: 1px solid var(--pp-home-primary);
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
}

.pp-home-button--light {
    margin-top: auto;
    color: #0f172a;
    background: #fff;
    border-color: #fff;
}

.pp-home-button--outline {
    color: #0f172a;
    background: transparent;
    border-color: #cbd5e1;
}

.pp-home-section {
    padding: 44px 0;
}

.pp-home-section--muted {
    background: #eaf0f7;
    border-top: 1px solid #dbe4ee;
    border-bottom: 1px solid #dbe4ee;
}

.pp-home-section__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 22px;
}

.pp-home-section__header h2,
.pp-home-panel h2,
.pp-home-contact h2,
.pp-supplier-requirements h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 950;
}

.pp-home-section__header > a,
.pp-home-text-link {
    color: #2563eb;
    font-weight: 850;
    text-decoration: none;
}

.pp-home-categories,
.pp-home-advantages,
.pp-supplier-steps,
.pp-supplier-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pp-home-category,
.pp-home-advantages article,
.pp-supplier-steps article,
.pp-supplier-features article {
    padding: 24px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.pp-home-category > span,
.pp-home-advantages article > span,
.pp-supplier-steps article > span {
    color: #2563eb;
    font-size: 12px;
    font-weight: 950;
}

.pp-home-category h3,
.pp-home-advantages h3,
.pp-supplier-steps h3,
.pp-supplier-features h3 {
    margin: 22px 0 9px;
    font-size: 19px;
    font-weight: 950;
}

.pp-home-category p,
.pp-home-advantages p,
.pp-supplier-steps p,
.pp-supplier-features p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

.pp-home-brands {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.pp-home-brands a {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    text-decoration: none;
}

.pp-home-brands img {
    max-width: 110px;
    max-height: 55px;
    object-fit: contain;
}

.pp-home-brands span {
    font-size: 13px;
    font-weight: 850;
    text-align: center;
}

.pp-home-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pp-home-panel {
    padding: clamp(28px, 4vw, 42px);
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 28px;
}

.pp-home-panel--dark {
    color: #fff;
    background: #0f172a;
    border-color: #0f172a;
}

.pp-home-panel > p {
    margin: 18px 0 24px;
    color: #64748b;
    line-height: 1.65;
}

.pp-home-panel--dark > p {
    color: #cbd5e1;
}

.pp-home-feature {
    padding: 15px;
    margin-top: 10px;
    background: #f7f9fc;
    border-radius: 15px;
}

.pp-home-panel--dark .pp-home-feature {
    background: rgba(255,255,255,.07);
}

.pp-home-feature strong,
.pp-home-feature span {
    display: block;
}

.pp-home-feature strong {
    margin-bottom: 4px;
    font-weight: 900;
}

.pp-home-feature span {
    color: #64748b;
    font-size: 13px;
}

.pp-home-panel--dark .pp-home-feature span {
    color: #cbd5e1;
}

.pp-home-panel__actions,
.pp-supplier-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}

.pp-home-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: clamp(28px, 5vw, 52px);
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 28px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.pp-home-contact p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #64748b;
    line-height: 1.65;
}

.pp-home-contact__actions {
    display: grid;
    gap: 10px;
    min-width: 230px;
}

.pp-supplier-requirements {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 30px;
    padding: 34px;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 28px;
}

.pp-supplier-requirements p {
    color: #64748b;
    line-height: 1.6;
}

.pp-supplier-requirements__list {
    display: grid;
    gap: 9px;
}

.pp-supplier-requirements__list div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 15px;
    background: #f7f9fc;
    border-radius: 13px;
}

.pp-supplier-requirements__list strong {
    color: #64748b;
    font-size: 12px;
}

.pp-supplier-requirements__list span {
    font-weight: 900;
}

.pp-home-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, .64);
    backdrop-filter: blur(5px);
}

.pp-home-loader[hidden] {
    display: none;
}

.pp-home-loader__card {
    display: grid;
    justify-items: center;
    min-width: 310px;
    padding: 28px;
    color: #0f172a;
    background: #fff;
    border-radius: 22px;
}

.pp-home-loader__card small {
    margin-top: 5px;
    color: #64748b;
}

.pp-home-loader__spinner {
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
    border: 3px solid #dbeafe;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: pp-home-spin .8s linear infinite;
}

@keyframes pp-home-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
    .pp-home-hero__grid,
    .pp-supplier-hero__grid,
    .pp-home-dual {
        grid-template-columns: 1fr;
    }

    .pp-home-categories,
    .pp-home-advantages,
    .pp-supplier-steps,
    .pp-supplier-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .pp-home-brands {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .pp-home-container {
        width: min(100% - 24px, 1320px);
    }

    .pp-home-hero,
    .pp-supplier-hero {
        padding-top: 20px;
    }

    .pp-home-search__form,
    .pp-home-vin-form,
    .pp-home-contact,
    .pp-supplier-requirements {
        grid-template-columns: 1fr;
    }

    .pp-home-search__form > button,
    .pp-home-vin-form > button {
        width: 100%;
    }

    .pp-home-facts,
    .pp-home-categories,
    .pp-home-advantages,
    .pp-supplier-steps,
    .pp-supplier-features,
    .pp-home-brands {
        grid-template-columns: 1fr;
    }

    .pp-home-section {
        padding: 32px 0;
    }

    .pp-home-section__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .pp-home-contact__actions {
        width: 100%;
    }
}

