:root {
    --ivp-blue: #005dcc;
    --ivp-blue-dark: #0b3f8a;
    --ivp-blue-soft: #edf6ff;
    --ivp-yellow: #FEBF00;
    --ivp-yellow-soft: #fff7d6;
    --ivp-mint: #9df7d9;
    --ivp-mint-strong: #35d6a6;
    --ivp-mint-soft: #f2fffb;
    --ivp-orange: #ff5b12;
    --ivp-green: #21a83b;
    --ivp-ink: #162033;
    --ivp-muted: #667085;
    --ivp-line: #e7edf5;
    --ivp-soft: #f5f8fc;
    --public-gutter: 48px;
}

body {
    margin: 0;
    color: var(--ivp-ink);
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--ivp-line);
}

.market-topbar {
    background: #0d1526;
    color: #fff;
    font-size: 12px;
}

.market-topbar .container,
.market-category-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.public-nav > .container,
.market-category-nav > .container {
    max-width: none;
    width: auto;
    margin-right: var(--public-gutter);
    margin-left: var(--public-gutter);
    padding-right: 0;
    padding-left: 0;
}

.market-topbar .container {
    min-height: 26px;
}

.market-topbar a {
    color: #fff;
    margin-left: 18px;
    font-weight: 700;
}

.public-nav {
    padding: 12px 0;
}

.navbar-brand {
    width: 235px;
    flex: 0 0 235px;
    padding: 0;
}

.navbar-brand img {
    width: 268px;
    height: 70px;
    object-fit: contain;
}

.header-search {
    flex: 0 1 760px;
    width: 760px;
    max-width: 1080px;
    margin: 0 22px;
    border: 1px solid var(--ivp-line);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.public-nav .navbar-collapse {
    flex: 0 0 auto;
}

.header-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 8px 12px;
    font-size: 13px;
}

.header-search button {
    width: 44px;
    border: 0;
    background: #2563eb;
    color: #fff;
}

.public-nav .nav-link {
    color: var(--ivp-ink);
    font-weight: 700;
    padding: 10px 14px !important;
}

.public-nav .nav-link.active,
.public-nav .nav-link:hover {
    color: var(--ivp-blue);
}

.public-nav .nav-icon-stack {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 46px;
    line-height: 1;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.public-nav .nav-icon-stack i {
    font-size: 18px;
}

.public-nav .nav-icon-stack span {
    font-size: 12px;
}

.navbar-toggler {
    border: 0;
    color: var(--ivp-blue);
}

.public-btn {
    border-radius: 6px;
    font-weight: 700;
    padding: 9px 15px;
}

.public-btn-primary {
    background: #facc15;
    border-color: #facc15;
    color: #172033;
    box-shadow: 0 10px 24px rgba(250, 204, 21, 0.28);
}

.public-btn-primary:hover {
    background: #e94d09;
    border-color: #e94d09;
    color: #fff;
}

.public-flash {
    margin: 14px var(--public-gutter) 0;
    padding: 12px 16px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    border-radius: 6px;
    font-size: 14px;
}

.public-flash.is-error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.public-rfq-modal .modal-dialog {
    max-width: 860px;
}

.public-rfq-modal .modal-content {
    border: 1px solid #dbe5f3;
    border-radius: 8px;
    min-height: 420px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
}

.public-rfq-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 3;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 22px;
    line-height: 1;
}

.public-rfq-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 420px;
}

.public-rfq-steps {
    background: #0f2f5f;
    color: #fff;
    padding: 38px 24px 26px;
}

.public-rfq-steps h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 18px;
}

.public-rfq-steps ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-rfq-steps li {
    position: relative;
    min-height: 48px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.45;
}

.public-rfq-steps li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: inset 0 0 0 5px #dffbea;
}

.public-rfq-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 25px;
    width: 2px;
    height: 28px;
    border-left: 2px dotted rgba(255, 255, 255, .65);
}

.public-rfq-form {
    position: relative;
    padding: 38px 34px 30px;
    color: #111827;
    background: #ffffff;
}

.public-rfq-loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: rgba(255, 255, 255, .86);
    color: #0f172a;
    text-align: center;
}

.public-rfq-loading span {
    width: 42px;
    height: 42px;
    border: 4px solid #dbeafe;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: publicRfqSpin .8s linear infinite;
}

.public-rfq-loading strong {
    font-size: 15px;
}

.public-rfq-form.is-submitting .public-rfq-loading {
    display: flex;
}

.public-rfq-form.is-submitting input,
.public-rfq-form.is-submitting button {
    pointer-events: none;
}

@keyframes publicRfqSpin {
    to {
        transform: rotate(360deg);
    }
}

.public-rfq-form h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #0f172a;
}

.public-rfq-form p {
    margin-bottom: 16px;
    font-size: 15px;
    color: #52637a;
}

.public-rfq-form label {
    display: block;
    margin: 0 0 5px;
    color: #334155;
    font-size: 14px;
}

.public-rfq-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #111827;
    font-size: 14px;
    padding: 8px 11px;
}

.public-rfq-form > input {
    width: 100%;
    margin-bottom: 10px;
}

.public-rfq-mobile-row {
    display: flex;
    align-items: center;
    gap: 0;
}

.public-rfq-mobile-row span {
    height: 40px;
    min-width: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 14px;
}

.public-rfq-mobile-row input {
    width: 230px;
    border-color: #cbd5e1;
    border-radius: 0 6px 6px 0;
    box-shadow: none;
}

.public-rfq-mobile-row button {
    margin-left: 12px;
    min-width: 92px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #FEBF00;
    color: #102033;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(249, 115, 22, .22);
}

.public-rfq-errors {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
    border-radius: 6px;
    font-size: 13px;
}

.footer-link-button {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #cbd5e1;
    font-size: 14px;
    text-align: left;
}

.footer-link-button:hover {
    color: #fff;
}

.public-btn-light,
.public-btn-outline {
    background: #fff;
    border: 1px solid var(--ivp-line);
    color: var(--ivp-blue);
}

.market-category-nav {
    background: #fff;
    border-top: 1px solid var(--ivp-line);
}

.market-category-nav .container {
    justify-content: flex-start;
    min-height: 38px;
}

.market-category-nav a {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.market-category-nav a:first-child {
    color: #111827;
}

.market-hero {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    padding: 52px 0 34px;
    color: #fff;
    background:
        linear-gradient(154deg, rgba(9, 16, 34, .98) 0%, rgba(15, 27, 50, .98) 44%, rgba(45, 100, 220, .96) 100%),
        #0b1224;
}

.market-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .26;
    background-image: radial-gradient(rgba(255, 255, 255, .45) 1px, transparent 1px);
    background-size: 50px 50px;
}

.market-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -18%;
    width: 62%;
    height: 82%;
    background: radial-gradient(circle at center, rgba(59, 130, 246, .42), transparent 68%);
    pointer-events: none;
}

.market-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding-right: 36px;
    padding-left: 36px;
}

.market-hero-content {
    max-width: 960px;
}

.market-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    padding: 5px 16px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .18);
    color: #f8fafc;
    font-size: 14px;
    font-weight: 700;
}

.market-pill i {
    color: #22c55e;
    font-size: 7px;
}

.market-hero h1 {
    margin: 28px 0 20px;
    max-width: 780px;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.market-hero h1 span {
    display: block;
    color: #ff6a00;
}

.market-hero p {
    max-width: 690px;
    margin: 0;
    color: #d9e2ef;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.market-search {
    display: grid;
    grid-template-columns: minmax(0, 745px) 206px;
    align-items: center;
    gap: 10px;
    max-width: 960px;
    margin-top: 41px;
    padding: 0;
}

.market-search-field {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    height: 60px;
    padding: 0 18px;
    background: #fff;
    border-radius: 11px;
}

.market-search-field i {
    color: #64748b;
    font-size: 20px;
}

.market-search input {
    min-width: 0;
    height: 60px;
    border: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 500;
    outline: 0;
}

.market-search button {
    height: 60px;
    border: 0;
    border-radius: 11px;
    padding: 0 26px;
    background: #ff6a00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(255, 106, 0, .22);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.market-search button:hover {
    background: #f25f00;
    box-shadow: 0 22px 38px rgba(255, 106, 0, .28);
    transform: translateY(-1px);
}

.market-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 39px;
}

.market-actions a,
.market-actions button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(226, 232, 240, .28);
    border-radius: 9px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.market-actions a:hover,
.market-actions button:hover {
    border-color: rgba(255, 255, 255, .46);
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transform: translateY(-1px);
}

.market-actions button {
    cursor: pointer;
}

.market-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 59px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.market-stats div {
    text-align: center;
}

.market-stats i {
    display: block;
    color: #ff6a00;
    font-size: 22px;
    margin-bottom: 12px;
}

.market-stats strong,
.market-stats span {
    display: block;
}

.market-stats strong {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.market-stats span {
    color: #cbd5e1;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.market-section {
    padding: 58px 0;
    background: #fff;
}

.live-rfq-section {
    padding: 80px 0;
    background: linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.live-rfq-shell {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow:
        0 10px 40px rgba(15,23,42,.06),
        0 1px 3px rgba(15,23,42,.04);
    border: 1px solid #eef2f7;
}

.live-rfq-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.inventory-eyebrow {
    display: inline-block;
    color: #ff5722;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.live-rfq-head h2 {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.live-rfq-head p {
    color: #64748b;
    font-size: 16px;
    max-width: 650px;
}

.live-rfq-board {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    overflow: hidden;
}

.live-rfq-board-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(
        90deg,
        rgba(255,87,34,.06),
        rgba(255,87,34,.01)
    );
    border-bottom: 1px solid #eef2f7;
}

.live-rfq-board-title span {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.live-rfq-board-title small {
    color: #64748b;
}

.live-rfq-table-head {
    display: grid;
    grid-template-columns:
        2.5fr
        1.2fr
        1fr
        1.5fr
        .8fr;
    padding: 16px 24px;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.live-rfq-row {
    display: grid;
    grid-template-columns:
        2.5fr
        1.2fr
        1fr
        1.5fr
        .8fr;

    align-items: center;
    gap: 20px;

    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;

    transition: all .25s ease;
    background: #fff;
    position: relative;
}

.live-rfq-row:hover {
    background: #fafcff;
    transform: translateX(4px);
}

.live-rfq-row:last-child {
    border-bottom: none;
}

.live-rfq-title-cell strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.live-rfq-title-cell small {
    display: block;
    color: #64748b;
    margin-bottom: 4px;
}

.live-rfq-title-cell em {
    font-style: normal;
    color: #94a3b8;
    font-size: 13px;
}

.live-rfq-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 110px;
    padding: 8px 14px;

    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.live-rfq-status.is-started {
    background: #ecfdf5;
    color: #059669;
}

.live-rfq-status.is-ongoing {
    background: #eff6ff;
    color: #2563eb;
}

.live-rfq-status.is-completed {
    background: #fff7ed;
    color: #ea580c;
}

.live-rfq-entity-cell {
    font-weight: 600;
    color: #334155;
}

.live-rfq-scroll {
    max-height: 520px;
    overflow: hidden;
}

.live-rfq-section {
    padding: 34px 0;
    background: #f8fafc;
    border-bottom: 1px solid #dbe5f1;
}

.live-rfq-shell {
    border: 1px solid #dbe5f1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.live-rfq-section .container {
    max-width: 1400px;
    width: calc(100% - 32px);
}

.live-rfq-shell {
    width: 100%;
}

.live-rfq-board {
    width: 100%;
}

.live-rfq-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(249, 115, 22, .08)),
        #fff;
    border-bottom: 1px solid #e2e8f0;
}

.live-rfq-head h2 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
}

.live-rfq-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.live-rfq-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.live-rfq-counts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #d8e4f2;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.live-rfq-counts strong {
    color: #0f172a;
    font-size: 15px;
}

.live-rfq-board {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.live-rfq-board-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #255a93, #113f70);
    color: #fff;
    border-bottom: 1px solid #0d3158;
}

.live-rfq-board-title span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
}

.live-rfq-board-title i {
    color: #fbbf24;
}

.live-rfq-board-title small {
    color: #dbeafe;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.live-rfq-table {
    background: #fff;
}

.live-rfq-table-head,
.live-rfq-row {
    display: grid;
    grid-template-columns: minmax(360px, 1.7fr) minmax(170px, .75fr) minmax(170px, .7fr) minmax(120px, .42fr);
}

.live-rfq-table-head {
    background: #eef4fb;
    border-bottom: 1px solid #c9d8ea;
    color: #17365d;
    font-size: 13px;
    font-weight: 800;
}

.live-rfq-table-head span {
    padding: 9px 12px;
    border-right: 1px solid #d6e2f0;
}

.live-rfq-table-head span:last-child,
.live-rfq-row > span:last-child {
    border-right: 0;
}

.live-rfq-scroll {
    position: relative;
    height: 318px;
    overflow: hidden;
    background: #fff;
}

.live-rfq-scroll::before,
.live-rfq-scroll::after {
    display: none;
}


.live-rfq-track {
    display: grid;
    gap: 0;
    animation: liveRfqScroll 20s linear infinite;
    will-change: transform;
}

.live-rfq-scroll:hover .live-rfq-track {
    animation-play-state: paused;
}

.live-rfq-row {
    display: grid;
    min-height: 66px;
    border-bottom: 1px solid #e5edf6;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
}

.live-rfq-row:nth-child(even) {
    background: #fbfdff;
}

.live-rfq-row:hover {
    background: #fff7ed;
}

.live-rfq-row > div,
.live-rfq-row > span {
    min-width: 0;
    padding: 10px 12px;
    border-right: 1px solid #eef2f7;
}

.live-rfq-row > span {
    display: flex;
    align-items: center;
}

.live-rfq-title-cell strong,
.live-rfq-title-cell small,
.live-rfq-title-cell em {
    display: block;
}

.live-rfq-title-cell strong {
    color: #0f3b68;
    font-size: 13px;
    line-height: 1.35;
}

.live-rfq-title-cell small {
    margin-top: 3px;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.live-rfq-title-cell em {
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.live-rfq-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.live-rfq-status.is-started {
    background: #eff6ff;
    color: #1d4ed8;
}

.live-rfq-status.is-ongoing {
    background: #fff7ed;
    color: #c2410c;
}

.live-rfq-status.is-completed {
    background: #ecfdf5;
    color: #047857;
}

.live-rfq-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 12px;
    border-top: 1px solid #c9d8ea;
    background: #eef4fb;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.live-rfq-footer button {
    border: 0;
    border-radius: 4px;
    background: #f97316;
    color: #fff;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 800;
}

.live-rfq-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 300px;
    padding: 24px;
    color: #64748b;
}

.live-rfq-empty strong {
    color: #0f172a;
    font-size: 18px;
}

@keyframes liveRfqScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.market-band,
.trusted-section,
.testimonials-section {
    background: #f3f6fa;
}

.market-heading {
    text-align: center;
    margin-bottom: 32px;
}

.market-heading h2,
.inventory-head h2,
.market-cta h2 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
}

.market-heading p,
.inventory-head p {
    margin: 0;
    color: #64748b;
}

.market-clear-link {
    display: inline-flex;
    margin-top: 10px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.category-tile {
    display: flex;
    min-height: 108px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7e0ec;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    text-align: center;
}

.category-tile:hover {
    color: #0f172a;
    border-color: #93b4f6;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.category-tile.is-active {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .12);
}

.tile-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.tile-blue { color: #2563eb; background: #eaf1ff; }
.tile-orange { color: #f97316; background: #fff1e8; }
.tile-green { color: #16a34a; background: #eafbf0; }
.tile-yellow { color: #ca8a04; background: #fff8db; }
.tile-purple { color: #9333ea; background: #f5eaff; }
.tile-teal { color: #0d9488; background: #e7fbf8; }
.tile-indigo { color: #4f46e5; background: #eef2ff; }
.tile-pink { color: #db2777; background: #fdf2f8; }

.category-tile strong {
    font-size: 13px;
    font-weight: 700;
}

.category-tile small {
    color: #64748b;
    font-size: 11px;
}

.inventory-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.home-inventory-head {
    align-items: flex-end;
    margin: 0 0 20px;
    padding: 8px 2px 4px;
}

.inventory-eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f97316;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.inventory-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.inventory-summary span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #dbe5f1;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.inventory-summary strong {
    color: #0f172a;
    font-size: 14px;
}

.inventory-head a {
    color: #2563eb;
    font-weight: 700;
}

.inventory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-inventory-section {
    padding: 34px 0 64px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.home-inventory-wrap {
    width: auto;
    margin-right: var(--public-gutter);
    margin-left: var(--public-gutter);
}

.home-catalog-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.category-sidebar {
    position: sticky;
    top: 106px;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    border: 1px solid #dbe5f1;
    border-radius: 14px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.category-sidebar-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
}

.category-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 36px;
    padding: 9px 10px;
    border-radius: 9px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.category-sidebar-link:hover,
.category-sidebar-link.is-active {
    background: #edf5ff;
    color: #1557c0;
}

.category-sidebar-link small {
    min-width: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #edf2f8;
    color: #64748b;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.category-sidebar-link.is-active small {
    background: rgba(37, 99, 235, .12);
    color: #1d4ed8;
}

.city-filter-row {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #dbe5f1;
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}

.city-filter-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 32px;
    align-items: center;
    min-height: 42px;
    border: 1px solid #d2ddec;
    border-radius: 12px;
    background: #f8fafc;
    padding: 0 11px;
}

.city-filter-search i {
    color: #0f172a;
    font-size: 13px;
}

.city-filter-search input {
    min-width: 0;
    border: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.city-filter-search button {
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 13px;
}

.city-filter-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 4px 0;
}

.near-me-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.near-distance-filter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #d2ddec;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.near-distance-filter i {
    color: #2563eb;
    font-size: 12px;
}

.near-distance-filter select {
    min-width: 84px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    cursor: pointer;
}

.city-filter-scroll::-webkit-scrollbar {
    height: 7px;
}

.city-filter-scroll::-webkit-scrollbar-track,
.brand-filter-wrap::-webkit-scrollbar-track {
    background: #e7edf5;
    border-radius: 999px;
}

.city-filter-scroll::-webkit-scrollbar-thumb,
.brand-filter-wrap::-webkit-scrollbar-thumb {
    background: #b8c5d8;
    border-radius: 999px;
}

.city-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 6px 14px;
    border: 1px solid #d2ddec;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.city-filter-pill:hover,
.city-filter-pill.is-active {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

.city-filter-pill.is-loading {
    opacity: .75;
    pointer-events: none;
}

.brand-filter-wrap {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0 0 14px;
    margin: 0 0 16px;
}

.brand-filter-wrap::-webkit-scrollbar {
    height: 8px;
}

.brand-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #d8e1ee;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
}

.brand-filter-pill:hover,
.brand-filter-pill.is-active {
    border-color: #2563eb;
    background: #eaf1ff;
    color: #1d4ed8;
}

.related-products-note {
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.catalog-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    text-align: center;
    font-weight: 700;
}

.inventory-card,
.testimonial-grid article {
    overflow: hidden;
    border: 1px solid #dce5f0;
    border-radius: 14px;
    background: #fff;
}

.inventory-card {
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inventory-card:hover {
    border-color: #bad2f4;
    box-shadow: 0 22px 44px rgba(15, 23, 42, .1);
    transform: translateY(-3px);
}

.inventory-media {
    position: relative;
    height: 164px;
    background: linear-gradient(135deg, #e9eef5, #f7fafc);
}

.inventory-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventory-media span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 700;
}

.inventory-media em {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #111827;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.inventory-media b {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-weight: 800;
}

.inventory-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}

.inventory-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    min-height: 0px;
}

.inventory-body h3 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.inventory-title-row > span {
    flex: 0 0 auto;
    max-width: 90px;
    overflow: hidden;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inventory-body p {
    margin: 5px 0;
    color: #64748b;
    font-size: 12px;
}

.inventory-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.inventory-body p small {
    color: #2563eb;
    margin-left: 6px;
}

.inventory-meta {
    display: flex;
    justify-content: space-between;
    gap: 1px;
    padding: 4px;
    border-radius: 12px;
    background: #f8fafc;
}

.inventory-meta small,
.inventory-meta strong {
    display: block;
}

.inventory-meta small {
    color: #64748b;
}

.inventory-meta strong {
    color: #0f172a;
    font-size: 13px;
}

.inventory-body > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid #2563eb;
    border-radius: 10px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    transition: background-color .18s ease, color .18s ease;
    margin-top: auto;
}

.inventory-body > a:hover {
    background: #2563eb;
    color: #fff;
}

.supplier-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.supplier-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid #dfe6f0;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.supplier-grid i {
    color: #2563eb;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-grid article {
    padding: 22px;
}

.stars {
    color: #f97316;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.testimonial-grid p {
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}

.testimonial-grid strong,
.testimonial-grid small {
    display: block;
}

.testimonial-grid strong {
    color: #0f172a;
    font-size: 13px;
}

.testimonial-grid small {
    color: #64748b;
    font-size: 11px;
}

.market-cta {
    padding: 60px 0;
    background: #316be8;
    color: #fff;
    text-align: center;
}

.market-cta h2 {
    color: #fff;
}

.market-cta p {
    color: #dbeafe;
}

.market-cta .container > i {
    font-size: 34px;
    margin-bottom: 18px;
}

.market-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 154px;
    margin: 14px 5px 0;
    padding: 11px 16px;
    border-radius: 6px;
    font-weight: 700;
}

.cta-primary {
    background: #fff;
    color: #2563eb;
}

.cta-secondary {
    border: 1px solid rgba(255, 255, 255, .52);
    color: #fff;
}

.about-hero {
    padding: 92px 0 94px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 20% 24%, rgba(59, 130, 246, .22), transparent 30%),
        linear-gradient(120deg, #0f1a2f 0%, #193b7c 50%, #2f6bea 100%);
}

.about-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
}

.about-hero h1 {
    max-width: 740px;
    margin: 24px auto 18px;
    color: #fff;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 700;
}

.about-hero h1 span {
    display: block;
    color: var(--ivp-orange);
}

.about-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: #d9e5f7;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.about-stats {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #e5edf7;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    text-align: center;
}

.about-stats-grid strong,
.about-stats-grid span {
    display: block;
}

.about-stats-grid strong {
    color: #2563eb;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.about-stats-grid span {
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.about-section {
    padding: 76px 0;
    background: #f6f8fb;
}

.about-mission {
    background: #f7f9fc;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: 80px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.about-split h2,
.about-heading h2,
.about-cta h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
}

.about-split p,
.about-heading p,
.about-value-card p,
.about-cta p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
}

.about-split img {
    width: 100%;
    min-height: 260px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .14);
}

.about-checks {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.about-checks i {
    color: #22c55e;
    margin-right: 8px;
}

.about-values,
.about-team {
    background: #f5f7fb;
}

.about-heading {
    max-width: 560px;
    margin: 0 auto 44px;
    text-align: center;
}

.about-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1060px;
    margin: 0 auto;
}

.about-value-card {
    min-height: 230px;
    padding: 28px 24px;
    border: 1px solid #dfe7f2;
    border-radius: 8px;
    background: #fff;
}

.about-value-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eaf1ff;
    color: #2563eb;
    font-size: 18px;
    margin-bottom: 24px;
}

.about-value-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
}

.about-value-card p {
    margin: 0;
    font-size: 14px;
}

.about-team {
    padding-top: 52px;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-team-grid img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px;
    box-shadow: 0 0 0 4px #e5edf7;
}

.about-team-grid strong,
.about-team-grid span {
    display: block;
    font-weight: 700;
}

.about-team-grid strong {
    color: #0f172a;
    font-size: 14px;
}

.about-team-grid span {
    color: #64748b;
    font-size: 12px;
}

.about-cta {
    padding: 70px 0;
    background: #2f6bea;
    color: #fff;
    text-align: center;
}

.about-cta h2 {
    color: #fff;
}

.about-cta p {
    max-width: 560px;
    margin: 0 auto;
    color: #dbeafe;
}

.about-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    margin: 28px 6px 0;
    padding: 13px 18px;
    border-radius: 7px;
    font-weight: 700;
}

.about-cta-primary {
    background: #fff;
    color: #2563eb;
}

.about-cta-secondary {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
}

.public-hero {
    padding: 92px 0 70px;
    background:
        linear-gradient(120deg, rgba(0, 93, 204, .10), rgba(255, 91, 18, .11)),
        #f8fbff;
    border-bottom: 1px solid var(--ivp-line);
}

.public-page-hero {
    padding: 74px 0 58px;
}

.hero-grid,
.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 42px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    color: var(--ivp-blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.public-hero h1 {
    max-width: 760px;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 700;
    margin: 0 0 18px;
}

.public-hero p,
.section-heading p,
.content-panel p {
    color: var(--ivp-muted);
    font-size: 18px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-dashboard,
.hero-panel,
.content-panel,
.contact-form,
.pricing-card {
    background: #fff;
    border: 1px solid var(--ivp-line);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(22, 32, 51, .08);
}

.hero-dashboard {
    padding: 28px;
}

.dashboard-top {
    height: 12px;
    width: 120px;
    background: linear-gradient(90deg, var(--ivp-blue), var(--ivp-orange));
    border-radius: 999px;
    margin-bottom: 22px;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ivp-line);
    font-weight: 700;
}

.metric-row span {
    color: var(--ivp-muted);
}

.dashboard-bars {
    display: grid;
    grid-template-columns: 1fr 1.4fr .8fr;
    gap: 12px;
    align-items: end;
    height: 116px;
    margin-top: 24px;
}

.dashboard-bars span {
    display: block;
    background: var(--ivp-blue);
    border-radius: 6px 6px 0 0;
}

.dashboard-bars span:nth-child(1) { height: 52%; background: var(--ivp-green); }
.dashboard-bars span:nth-child(2) { height: 86%; }
.dashboard-bars span:nth-child(3) { height: 68%; background: var(--ivp-orange); }

.hero-panel {
    padding: 24px;
    display: grid;
    gap: 16px;
}

.signal-card {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-radius: 8px;
    background: var(--ivp-soft);
}

.signal-card span {
    color: var(--ivp-muted);
    font-weight: 700;
}

.public-section {
    padding: 72px 0;
}

.public-band {
    background: var(--ivp-soft);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.section-heading h2,
.content-panel h2,
.split-grid h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 14px;
}

.feature-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    border: 1px solid var(--ivp-line);
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    min-height: 145px;
}

.feature-card i {
    color: var(--ivp-green);
    font-size: 24px;
    margin-bottom: 16px;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.process-list {
    display: grid;
    gap: 14px;
}

.process-list div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--ivp-line);
    border-radius: 8px;
}

.process-list strong {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ivp-blue);
    color: #fff;
}

.content-panel,
.contact-form,
.pricing-card {
    padding: 30px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.pricing-card .btn-block {
    margin-top: auto;
}

.plan-type {
    color: var(--ivp-blue);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.pricing-card h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0;
}

.price {
    font-size: 34px;
    font-weight: 700;
    color: var(--ivp-orange);
    margin-bottom: 12px;
}

.pricing-card ul,
.public-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-card li,
.public-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--ivp-line);
    color: var(--ivp-muted);
}

.contact-form label {
    display: block;
    color: var(--ivp-ink);
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 5px;
    border: 1px solid var(--ivp-line);
    border-radius: 6px;
    padding: 9px 12px;
}

.site-footer {
    background: #111827;
    color: #d4d9e2;
    padding: 60px 0 24px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-brand span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #2563eb;
    color: #fff;
}

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    width: 220px;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-brand-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.site-footer p {
    color: #d4d9e2;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.footer-contact {
    color: #d4d9e2;
    font-size: 13px;
    margin: 9px 0;
    font-weight: 700;
}

.footer-contact i {
    width: 18px;
    color: #cbd5e1;
}

.site-footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-footer a {
    display: block;
    color: #d4d9e2;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 700;
}

.footer-subscribe {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-subscribe input {
    min-width: 0;
    flex: 1;
    border: 1px solid #4b5563;
    border-radius: 7px;
    background: #1f2937;
    color: #fff;
    padding: 8px 10px;
    font-weight: 700;
}

.footer-subscribe button {
    border: 0;
    border-radius: 7px;
    background: #FEBF00 !important;
    color: #000 !important;
    padding: 0 14px;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 48px;
    padding-top: 20px;
    color: #aab2c0;
    font-size: 12px;
    font-weight: 700;
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-bottom a {
    margin: 0;
    color: #aab2c0;
    font-size: 12px;
}

@media (max-width: 991px) {
    :root {
        --public-gutter: 16px;
    }

    .market-topbar,
    .market-category-nav {
        display: none;
    }

    .hero-grid,
    .split-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .category-grid,
    .inventory-grid,
    .supplier-grid,
    .testimonial-grid,
    .market-stats,
    .about-card-grid,
    .about-team-grid,
    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-catalog-layout {
        grid-template-columns: 1fr;
    }

    .home-inventory-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .live-rfq-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .live-rfq-counts {
        justify-content: flex-start;
    }

    .live-rfq-board-title {
        padding: 18px 20px;
    }

    .live-rfq-table {
        overflow-x: auto;
    }

    .live-rfq-table-head,
    .live-rfq-row {
        min-width: 860px;
    }

    .inventory-summary {
        justify-content: flex-start;
    }

    .category-sidebar {
        position: static;
        max-height: none;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .category-sidebar-title,
    .category-sidebar-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .category-sidebar-title {
        margin: 0;
    }

    .city-filter-row {
        grid-template-columns: 1fr;
    }

    .about-split {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer .col-md-6 {
        margin-bottom: 28px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .market-hero h1 {
        font-size: 42px;
    }

    .market-hero {
        min-height: auto;
        padding: 48px 0 38px;
    }

    .market-hero .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .market-search {
        grid-template-columns: 1fr;
    }

    .market-search button {
        width: 100%;
    }

    .public-hero h1 {
        font-size: 42px;
    }

    .public-nav .nav-item {
        width: 100%;
        margin: 4px 0 !important;
    }

    .public-rfq-modal .modal-dialog {
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    .public-rfq-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .public-rfq-modal .modal-content {
        min-height: auto;
    }

    .public-rfq-steps {
        padding: 12px 18px 18px;
    }

    .public-rfq-form {
        padding: 24px 20px 28px;
    }

    .public-rfq-mobile-row {
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .public-rfq-mobile-row input {
        width: calc(100% - 58px);
    }

    .public-rfq-mobile-row button {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .market-hero {
        padding: 48px 0 34px;
    }

    .market-hero h1 {
        font-size: 34px;
    }

    .market-search {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .market-search-field,
    .market-search input,
    .market-search button {
        height: 52px;
    }

    .market-hero p {
        font-size: 18px;
    }

    .market-actions {
        margin-top: 26px;
    }

    .market-actions a,
    .market-actions button {
        width: 100%;
        justify-content: center;
    }

    .live-rfq-section {
        padding: 20px 0;
    }

    .live-rfq-head,
    .live-rfq-board-title {
        padding: 18px;
    }

    .live-rfq-head h2 {
        font-size: 23px;
    }

    .live-rfq-scroll {
        height: 360px;
    }

    .live-rfq-track {
        animation-duration: 20s;
    }

    .live-rfq-table-head,
    .live-rfq-row {
        grid-template-columns: minmax(300px, 1.6fr) 160px 160px 112px;
        min-width: 732px;
    }

    .category-grid,
    .inventory-grid,
    .supplier-grid,
    .testimonial-grid,
    .market-stats,
    .about-card-grid,
    .about-team-grid,
    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding: 58px 0 62px;
    }

    .about-hero h1 {
        font-size: 32px;
    }

    .about-section {
        padding: 54px 0;
    }

    .about-card-grid {
        gap: 16px;
    }

    .home-inventory-wrap {
        margin-right: 16px;
        margin-left: 16px;
    }

    .city-filter-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .near-me-controls {
        width: 100%;
    }

    .near-me-controls .city-filter-pill,
    .near-distance-filter {
        flex: 1 1 0;
    }

    .near-distance-filter select {
        width: 100%;
    }

    .city-filter-search {
        min-height: 40px;
    }

    .brand-filter-pill {
        min-width: 116px;
        min-height: 46px;
        padding: 10px 14px;
        font-size: 13px;
    }

    .inventory-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .inventory-summary {
        width: 100%;
    }

    .inventory-summary span {
        flex: 1 1 140px;
        justify-content: center;
    }

    .inventory-location {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-hero {
        padding: 58px 0 46px;
    }

    .public-hero h1 {
        font-size: 34px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .navbar-brand img {
        width: 180px;
    }

    .navbar-brand {
        width: 190px;
        flex-basis: 190px;
    }
}
