.price-page-body {
    background: #000;
}

.price-page-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(76, 122, 255, 0.12), transparent 35%),
        linear-gradient(180deg, #05070b 0%, #000 100%);
    color: #f4f7fb;
}

.price-page-topbar,
.price-page-footer {
    padding: 18px 0;
}

.price-page-topbar__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.price-page-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-page-logo img {
    display: block;
    max-height: 42px;
    width: auto;
}

.price-page-logo span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2px;
}

.price-page-nav__menu,
.price-page-nav--footer .price-page-nav__menu {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.price-page-nav__menu a {
    color: #aab4c6;
    text-decoration: none;
    font-size: 14px;
}

.price-page-nav__menu a:hover {
    color: #fff;
}

.price-page {
    padding: 18px 0 38px;
}

.price-page .container {
    width: min(1180px, calc(100% - 32px));
}

.price-page__hero {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 18px;
}

.price-page__eyebrow,
.price-page__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #a7b1c2;
}

.price-page__hero h1 {
    margin: 10px 0 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.price-page__date {
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    white-space: nowrap;
}

.price-search {
    margin-bottom: 18px;
}

.price-search__field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
}

.price-search__field i {
    color: #8ea1c7;
}

.price-search__field input {
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font: inherit;
}

.price-search__results {
    margin-top: 12px;
}

.price-search__empty {
    padding: 18px;
    border: 1px dashed rgba(255,255,255,.1);
    border-radius: 16px;
    color: #aab3c4;
    text-align: center;
}

.price-search__result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.price-search__result {
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    font: inherit;
    cursor: pointer;
}

.price-page__intro {
    margin-bottom: 16px;
    color: #b8c0cf;
    line-height: 1.9;
}

.price-page__sections {
    display: grid;
    gap: 18px;
}

.price-category,
.price-brand {
    background: rgba(10, 12, 18, .86);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 22px;
    overflow: hidden;
}

.price-category__head,
.price-brand__head {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.price-category__title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.price-category__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.price-category__title h2,
.price-brand__head h3 {
    margin: 0;
    font-size: 18px;
}

.price-category__title p,
.price-brand__head span {
    margin: 4px 0 0;
    color: #96a0b1;
    font-size: 13px;
}

.price-category__brands {
    display: grid;
    gap: 14px;
    padding: 14px;
}

.price-table__wrap {
    overflow-x: auto;
}

.price-table__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.price-table__table th,
.price-table__table td {
    padding: 14px 16px;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,.05);
    vertical-align: middle;
}

.price-table__table thead th {
    font-size: 13px;
    font-weight: 600;
    color: #dbe2ee;
    background: rgba(255,255,255,.02);
}

.price-table__table thead th i {
    margin-left: 6px;
    color: #8ea1c7;
}

.price-table__product a {
    color: #f2f5fa;
    text-decoration: none;
}

.price-table__product a:hover {
    color: #8fc4ff;
}

.price-table__capacity,
.price-table__price {
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
}

.price-table__table tbody tr:hover {
    background: rgba(255,255,255,.025);
}

.price-page__empty {
    padding: 56px 24px;
    text-align: center;
    border: 1px dashed rgba(255,255,255,.1);
    border-radius: 22px;
    color: #aab3c4;
}

.price-page__empty i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #7d889d;
}

.price-page-footer {
    border-top: 1px solid rgba(255,255,255,.06);
    text-align: center;
}

.price-page-nav--footer {
    display: flex;
    justify-content: center;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.price-page-nav--footer .price-page-nav__menu {
    justify-content: center;
}

@media (max-width: 768px) {
    .price-page-topbar__inner,
    .price-page .container {
        width: min(100% - 20px, 1180px);
    }

    .price-page-topbar__inner {
        flex-direction: column;
        align-items: center;
    }

    .price-page__hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-category__head,
    .price-brand__head,
    .price-category__brands {
        padding-left: 14px;
        padding-right: 14px;
    }

    .price-table__table {
        min-width: 520px;
    }
}
