:root {
    --manufacturers-navy: #003049;
    --manufacturers-navy-deep: #001f30;
    --manufacturers-orange: #f77f00;
    --manufacturers-green-bright: #1c9a52;
    --manufacturers-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
}

.manufacturers-section,
.manufacturers-section .btn {
    font-family: system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.manufacturers-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 7.5vw, 112px);
    color: #ffffff;
    background: radial-gradient(circle at 8% 10%, rgba(47, 200, 225, 0.1), transparent 22%),
    linear-gradient(145deg, var(--manufacturers-navy-deep), #07384f);
    font-size: 16px;
    line-height: 1.6;
}

.manufacturers-section::after {
    position: absolute;
    right: -200px;
    bottom: -250px;
    width: 600px;
    height: 600px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.02),
    0 0 0 180px rgba(255, 255, 255, 0.02);
    pointer-events: none;
}

.manufacturers-container {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 0;
}

.manufacturers-intro {
    --bs-gutter-x: 70px;
    --bs-gutter-y: 22px;
    margin-bottom: 58px;
}

.manufacturers-intro-main,
.manufacturers-intro-copy,
.manufacturers-flow-column,
.manufacturers-dashboard-copy,
.manufacturers-dashboard-ui,
.manufacturers-feature-column,
.manufacturers-stat-column,
.manufacturers-customization-copy,
.manufacturers-feature-chips {
    min-width: 0;
}

.manufacturers-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #dcebf2;
    font-size: 0.6875rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.manufacturers-kicker-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--manufacturers-green-bright);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(28, 154, 82, 0.14);
}

.manufacturers-intro h2 {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.25rem, 3.3vw, 3.25rem);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -0.047em;
}

.manufacturers-intro-copy {
    max-width: none;
    margin-bottom: 0;
    color: #b0c5cf;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.72;
}

.manufacturers-flow {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    gap: 1px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 52px;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 21px;
}

.manufacturers-flow-column {
    padding: 0;
}

.manufacturers-flow-card {
    min-height: 235px;
    padding: 24px 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.manufacturers-flow-card > span {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 38px;
    place-items: center;
    color: var(--manufacturers-orange);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1.4;
}

.manufacturers-flow-card h3 {
    min-height: 38px;
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.35;
}

.manufacturers-flow-card p {
    margin: 0;
    color: #8fa9b5;
    font-size: 0.75rem;
    line-height: 1.55;
}

.manufacturers-dashboard-card {
    overflow: hidden;
    margin-inline: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    box-shadow: var(--manufacturers-shadow);
}

.manufacturers-dashboard-copy {
    padding: clamp(32px, 5vw, 64px);
}

.manufacturers-meta-label {
    display: block;
    margin-bottom: 7px;
    color: #e7a85d;
    font-size: 0.6875rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.manufacturers-dashboard-copy h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(1.95rem, 2.75vw, 2.65rem);
    font-weight: 700;
    line-height: 1.06;
}

.manufacturers-dashboard-copy > p {
    margin: 0;
    color: #abc0ca;
    font-size: 0.9rem;
    line-height: 1.68;
}

.manufacturers-dashboard-features {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    margin-top: 28px;
}

.manufacturers-dashboard-feature {
    gap: 9px;
    padding-block: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.manufacturers-dashboard-feature > span {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    color: #65d58b;
    background: rgba(70, 201, 116, 0.14);
    border-radius: 50%;
    font-size: 0.6875rem;
    line-height: 1.4;
}

.manufacturers-dashboard-feature p {
    margin: 0;
    color: #8fa9b5;
    font-size: 0.75rem;
    line-height: 1.55;
}

.manufacturers-dashboard-feature strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1.55;
}

.manufacturers-dashboard-ui {
    align-self: flex-end;
    overflow: hidden;
    margin-top: 55px;
    color: #172128;
    background: #f5f7f8;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #cad3d8;
    border-radius: 18px 0 0;
    box-shadow: -20px 0 65px rgba(0, 0, 0, 0.25);
}

.manufacturers-dashboard-bar {
    gap: 8px;
    min-height: 48px;
    padding-inline: 18px;
    color: #ffffff;
    background: var(--manufacturers-navy);
    border-bottom: 2px solid var(--manufacturers-orange);
}

.manufacturers-dashboard-bar span {
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.55;
}

.manufacturers-dashboard-bar small {
    padding-left: 8px;
    color: #a9c0cb;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.6875rem;
    line-height: 1.4;
}

.manufacturers-dashboard-body {
    min-height: 480px;
}

.manufacturers-dashboard-nav {
    width: 115px;
    flex: 0 0 115px;
    gap: 8px;
    padding: 22px 10px;
    background: #eef2f4;
    border-right: 1px solid #dbe1e4;
}

.manufacturers-dashboard-nav span {
    padding: 9px 10px;
    color: #64717a;
    border-radius: 7px;
    font-size: 0.6875rem;
    font-weight: 750;
    line-height: 1.4;
}

.manufacturers-dashboard-nav .is-active {
    color: var(--manufacturers-navy);
    background: #ffffff;
    box-shadow: 0 3px 11px rgba(0, 48, 73, 0.08);
}

.manufacturers-dashboard-main {
    min-width: 0;
    padding: 28px;
}

.manufacturers-dash-title {
    margin-bottom: 23px;
}

.manufacturers-dash-title strong {
    font-size: 1rem;
    line-height: 1.4;
}

.manufacturers-dashboard-add {
    padding: 7px 10px;
    color: #1f160d;
    background: var(--manufacturers-orange);
    border: 0;
    border-radius: 7px;
    font-size: 0.6875rem;
    font-weight: 850;
    line-height: 1.4;
    pointer-events: none;
}

.manufacturers-dash-stats {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    margin-bottom: 23px;
}

.manufacturers-stat-card {
    height: 100%;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #dce2e5;
    border-radius: 10px;
}

.manufacturers-stat-card span,
.manufacturers-stat-card strong,
.manufacturers-stat-card small {
    display: block;
}

.manufacturers-stat-card span {
    color: #738089;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.manufacturers-stat-card strong {
    margin: 5px 0 2px;
    color: var(--manufacturers-navy);
    font-size: 1.2rem;
    line-height: 1.3;
}

.manufacturers-stat-card small {
    color: #5b936d;
    font-size: 0.6875rem;
    line-height: 1.4;
}

.manufacturers-dash-table {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce2e5;
    border-radius: 10px;
}

.manufacturers-dash-table > div {
    display: grid;
    min-height: 47px;
    padding-inline: 13px;
    grid-template-columns: 1.4fr 1fr 0.7fr;
    align-items: center;
    color: #172128;
    border-bottom: 1px solid #e5e9eb;
    font-size: 0.75rem;
    line-height: 1.55;
}

.manufacturers-dash-table > div:first-child {
    min-height: 36px;
    color: #748089;
    background: #f1f4f5;
    font-weight: 800;
    text-transform: uppercase;
}

.manufacturers-dash-table > div:last-child {
    border-bottom: 0;
}

.manufacturers-dash-table b {
    width: max-content;
    padding: 4px 6px;
    color: #278146;
    background: #e2f3e7;
    border-radius: 5px;
    font-size: 0.75rem;
    line-height: 1.55;
}

.manufacturers-customization {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 25px;
    margin-top: 45px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.manufacturers-customization h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.22;
}

.manufacturers-feature-chips {
    justify-content: flex-end;
    gap: 9px;
}

.manufacturers-feature-chips span {
    padding: 9px 12px;
    color: #bed0d8;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.55;
}

[data-bs-theme="light"] .manufacturers-section {
    color: #101417;
    background-color: #f4f6f8;
    background-image: radial-gradient(circle at 8% 10%, rgba(13, 110, 253, 0.06), transparent 22%),
    linear-gradient(145deg, #f4f6f8, #edf3f6);
}

[data-bs-theme="light"] .manufacturers-section::after {
    border-color: rgba(0, 48, 73, 0.07);
    box-shadow: 0 0 0 90px rgba(0, 48, 73, 0.025),
    0 0 0 180px rgba(0, 48, 73, 0.025);
}

[data-bs-theme="light"] .manufacturers-kicker {
    color: var(--manufacturers-navy);
}

[data-bs-theme="light"] .manufacturers-intro h2,
[data-bs-theme="light"] .manufacturers-flow-card,
[data-bs-theme="light"] .manufacturers-flow-card h3,
[data-bs-theme="light"] .manufacturers-dashboard-copy h3,
[data-bs-theme="light"] .manufacturers-dashboard-feature strong,
[data-bs-theme="light"] .manufacturers-customization h3 {
    color: #101417;
}

[data-bs-theme="light"] .manufacturers-intro-copy,
[data-bs-theme="light"] .manufacturers-dashboard-copy > p {
    color: #45515b;
}

[data-bs-theme="light"] .manufacturers-flow {
    background: #dee2e6;
    border-color: #dee2e6;
}

[data-bs-theme="light"] .manufacturers-flow-card,
[data-bs-theme="light"] .manufacturers-dashboard-card {
    background: #ffffff;
}

[data-bs-theme="light"] .manufacturers-flow-card > span {
    color: #a94f00;
    background: #fff0df;
    border-color: rgba(247, 127, 0, 0.24);
}

[data-bs-theme="light"] .manufacturers-flow-card p,
[data-bs-theme="light"] .manufacturers-dashboard-feature p {
    color: #66717b;
}

[data-bs-theme="light"] .manufacturers-dashboard-card {
    border-color: #dee2e6;
    box-shadow: 0 28px 80px rgba(0, 20, 31, 0.16);
}

[data-bs-theme="light"] .manufacturers-meta-label {
    color: #b65c00;
}

[data-bs-theme="light"] .manufacturers-dashboard-feature {
    border-top-color: #dee2e6;
}

[data-bs-theme="light"] .manufacturers-dashboard-feature > span {
    color: #117234;
    background: #dff3e6;
}

[data-bs-theme="light"] .manufacturers-customization {
    border-top-color: #d4dce1;
}

[data-bs-theme="light"] .manufacturers-feature-chips span {
    color: #45515b;
    background: #ffffff;
    border-color: #d4dce1;
}

@media (min-width: 1261px) {
    .manufacturers-flow-column {
        width: calc((100% - 5px) / 6);
        max-width: calc((100% - 5px) / 6);
        flex: 0 0 calc((100% - 5px) / 6);
    }

    .manufacturers-dashboard-copy {
        width: 38%;
        max-width: 38%;
        flex: 0 0 38%;
    }

    .manufacturers-dashboard-ui {
        width: 62%;
        max-width: 62%;
        flex: 0 0 62%;
    }
}

@media (min-width: 1051px) {
    .manufacturers-intro-main {
        width: 67.568%;
        max-width: 67.568%;
        flex: 0 0 67.568%;
    }

    .manufacturers-intro-copy {
        width: 32.432%;
        max-width: 32.432%;
        flex: 0 0 32.432%;
    }

    .manufacturers-customization-copy {
        width: 33.33333333%;
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .manufacturers-feature-chips {
        width: 66.66666667%;
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
}

@media (min-width: 1051px) and (max-width: 1260px) {
    .manufacturers-flow-column {
        width: calc((100% - 2px) / 3);
        max-width: calc((100% - 2px) / 3);
        flex: 0 0 calc((100% - 2px) / 3);
    }

    .manufacturers-flow-card {
        min-height: 205px;
    }

    .manufacturers-flow-card > span {
        margin-bottom: 25px;
    }

    .manufacturers-dashboard-copy {
        width: 42.5%;
        max-width: 42.5%;
        flex: 0 0 42.5%;
    }

    .manufacturers-dashboard-ui {
        width: 57.5%;
        max-width: 57.5%;
        flex: 0 0 57.5%;
    }
}

@media (min-width: 821px) and (max-width: 1050px) {
    .manufacturers-flow-column {
        width: calc((100% - 2px) / 3);
        max-width: calc((100% - 2px) / 3);
        flex: 0 0 calc((100% - 2px) / 3);
    }

    .manufacturers-flow-card {
        min-height: 205px;
    }

    .manufacturers-flow-card > span {
        margin-bottom: 25px;
    }
}

@media (min-width: 621px) and (max-width: 820px) {
    .manufacturers-flow-column {
        width: calc((100% - 1px) / 2);
        max-width: calc((100% - 1px) / 2);
        flex: 0 0 calc((100% - 1px) / 2);
    }

    .manufacturers-flow-card {
        min-height: 205px;
    }

    .manufacturers-flow-card > span {
        margin-bottom: 25px;
    }
}

@media (min-width: 621px) {
    .manufacturers-feature-column {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .manufacturers-stat-column {
        width: 33.33333333%;
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}

@media (max-width: 1050px) {
    .manufacturers-intro {
        --bs-gutter-x: 0;
        align-items: flex-start !important;
    }

    .manufacturers-intro-copy {
        max-width: 730px;
    }

    .manufacturers-dashboard-copy {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .manufacturers-dashboard-ui {
        width: calc(100% - 45px);
        max-width: calc(100% - 45px);
        flex: 0 0 calc(100% - 45px);
        margin: 0 0 0 45px;
    }

    .manufacturers-customization {
        --bs-gutter-x: 0;
    }

    .manufacturers-feature-chips {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .manufacturers-container {
        width: calc(100% - 28px);
    }

    .manufacturers-intro h2 {
        font-size: clamp(2rem, 9.25vw, 2.6rem);
        letter-spacing: -0.045em;
    }

    .manufacturers-flow-column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .manufacturers-flow-card {
        min-height: 165px;
    }

    .manufacturers-flow-card > span {
        margin-bottom: 25px;
    }

    .manufacturers-dashboard-copy {
        padding: 28px 20px;
    }

    .manufacturers-feature-column,
    .manufacturers-stat-column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .manufacturers-dashboard-ui {
        width: calc(100% - 14px);
        max-width: calc(100% - 14px);
        flex: 0 0 calc(100% - 14px);
        margin-left: 14px;
    }

    .manufacturers-dashboard-nav {
        width: 75px;
        flex-basis: 75px;
    }

    .manufacturers-dashboard-nav span {
        overflow: hidden;
        padding-inline: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .manufacturers-dashboard-main {
        padding: 18px 12px;
    }

    .manufacturers-stat-alerts {
        display: none;
    }

    .manufacturers-dash-table > div {
        grid-template-columns: 1.4fr 0.9fr;
    }

    .manufacturers-dash-table > div > :last-child {
        display: none;
    }
}

@media (max-width: 390px) {
    .manufacturers-container {
        width: calc(100% - 22px);
    }
}

@media print {
    .manufacturers-section {
        padding-block: 30px;
        break-inside: avoid;
    }

    .manufacturers-dashboard-card {
        box-shadow: none;
    }
}
