#highvolumesellers {
    --hvs-teal: #00b798;
    --hvs-gold: #ffb600;
    --hvs-ink: #1f1f1f;
    --hvs-muted: #5a5a5a;
    --hvs-soft: #f6f6f3;
    --hvs-line: #e8e8e2;
    background: #fff;
    color: var(--hvs-ink);
    margin-top: -50px;
    overflow: hidden;
}

#highvolumesellers *,
#highvolumesellers *:before,
#highvolumesellers *:after {
    box-sizing: border-box;
}

#highvolumesellers img {
    display: block;
    max-width: 100%;
}

#highvolumesellers h1,
#highvolumesellers h2,
#highvolumesellers h3,
#highvolumesellers p {
    letter-spacing: 0;
}

#highvolumesellers h1,
#highvolumesellers h2,
#highvolumesellers h3 {
    color: inherit;
    margin: 0;
    text-align: left;
    text-shadow: none;
}

#highvolumesellers h1 {
    font-size: 42px;
    line-height: 1.02;
    max-width: 820px;
}

#highvolumesellers h2 {
    font-size: 30px;
    line-height: 1.08;
}

#highvolumesellers h3 {
    font-size: 21px;
    line-height: 1.14;
}

#highvolumesellers p,
#highvolumesellers li,
#highvolumesellers span {
    font-size: 16px;
    line-height: 1.6;
}

#highvolumesellers p {
    color: var(--hvs-muted);
    margin: 0;
    max-width: none;
    text-align: left;
}

.hvs-container {
    margin: 0 auto;
    max-width: 1180px;
    width: calc(100% - 32px);
}

.hvs-section {
    padding: 56px 0;
}

.hvs-section-heading {
    margin: 0 auto 28px;
    max-width: 820px;
    text-align: center;
}

.hvs-section-heading h2,
.hvs-section-heading p {
    text-align: center !important;
}

.hvs-eyebrow {
    color: var(--hvs-teal) !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: 1.6px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.hvs-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}

.hvs-btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
}

.hvs-btn--primary {
    background: var(--hvs-teal);
    color: #fff;
}

.hvs-btn--secondary {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(255, 255, 255, .82);
    color: var(--hvs-ink);
}

.hvs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hvs-hero {
    align-items: end;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .34) 48%, rgba(0, 0, 0, .1)), url("/Images/print-on-demand/expert.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: grid;
    min-height: 680px;
    padding: 150px 16px 34px;
}

.hvs-hero__content {
    margin: 0 auto;
    max-width: 1180px;
    text-align: left;
    width: 100%;
}

.hvs-hero__copy {
    color: rgba(255, 255, 255, .9) !important;
    display: block !important;
    font-size: 19px !important;
    line-height: 1.55 !important;
    margin-top: 18px !important;
    max-width: 650px !important;
}

.hvs-hero__stats {
    align-self: end;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 36px auto 0;
    max-width: 1180px;
    width: 100%;
}

.hvs-hero__stats div {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 8px;
    color: var(--hvs-ink);
    padding: 18px;
}

.hvs-hero__stats strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.hvs-hero__stats span {
    color: var(--hvs-muted);
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 8px;
}

.hvs-section--logos {
    background: var(--hvs-soft);
    padding: 40px 0;
}

.hvs-section--logos .hvs-container {
    text-align: center;
}

.hvs-section--logos h2,
.hvs-section--logos .hvs-eyebrow {
    text-align: center !important;
}

.hvs-logo-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.hvs-logo-grid span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hvs-line);
    border-radius: 8px;
    color: #303030;
    display: flex;
    font-size: 18px !important;
    font-weight: 800;
    justify-content: center;
    min-height: 74px;
    padding: 18px 10px;
    text-align: center;
}

.hvs-story {
    display: grid;
    gap: 28px;
}

.hvs-story__intro p:not(.hvs-eyebrow) {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-top: 16px !important;
}

.hvs-challenge-grid {
    display: grid;
    gap: 12px;
}

.hvs-challenge {
    border-bottom: 1px solid var(--hvs-line);
    padding: 0 0 18px;
}

.hvs-challenge strong {
    color: var(--hvs-ink);
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.hvs-challenge span {
    color: var(--hvs-muted);
    display: block;
}

.hvs-section--dark {
    background: #202020;
    color: #fff;
}

.hvs-section--dark .hvs-section-heading p:not(.hvs-eyebrow),
.hvs-section--dark .hvs-pillar p {
    color: rgba(255, 255, 255, .72) !important;
}

.hvs-pillar-grid {
    display: grid;
    gap: 16px;
}

.hvs-pillar {
    background: #fff;
    border-radius: 8px;
    color: var(--hvs-ink);
    overflow: hidden;
}

.hvs-pillar img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.hvs-pillar div {
    padding: 22px;
}

.hvs-pillar h3 {
    margin-bottom: 12px !important;
}

.hvs-kicker {
    color: var(--hvs-gold) !important;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 1.3px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.hvs-process-grid {
    display: grid;
    gap: 14px;
}

.hvs-step {
    border: 1px solid var(--hvs-line);
    border-radius: 8px;
    padding: 22px;
}

.hvs-step span {
    color: var(--hvs-teal);
    display: block;
    font-size: 14px !important;
    font-weight: 900;
    line-height: 1 !important;
    margin-bottom: 16px;
}

.hvs-step h3 {
    margin-bottom: 10px !important;
}

.hvs-section--split {
    background: var(--hvs-soft);
}

.hvs-split {
    display: grid;
    gap: 30px;
}

.hvs-split__media img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hvs-split__content {
    align-self: center;
}

.hvs-split__content p:not(.hvs-eyebrow) {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 16px 0 18px !important;
}

.hvs-checklist {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.hvs-checklist li {
    color: var(--hvs-ink);
    padding-left: 28px;
    position: relative;
}

.hvs-checklist li:before {
    color: var(--hvs-teal);
    content: "+";
    font-size: 22px;
    font-weight: 900;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 1px;
}

.hvs-section--proof {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88)), url("/Images/print-on-demand/packaging.jpg");
    background-position: center;
    background-size: cover;
}

.hvs-proof {
    display: grid;
    gap: 28px;
}

.hvs-proof-grid {
    display: grid;
    gap: 12px;
}

.hvs-proof-grid div {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 18px;
}

.hvs-proof-grid strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.hvs-proof-grid span {
    color: var(--hvs-muted);
    display: block;
}

.hvs-final-cta {
    background: #111;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.hvs-final-cta h2,
.hvs-final-cta p,
.hvs-final-cta .hvs-eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.hvs-final-cta h2 {
    max-width: 820px;
}

.hvs-final-cta p:not(.hvs-eyebrow) {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 16px auto 28px !important;
    max-width: 780px !important;
}

@media screen and (min-width: 700px) {
    #highvolumesellers h1 {
        font-size: 58px;
    }

    #highvolumesellers h2 {
        font-size: 38px;
    }

    .hvs-section {
        padding: 74px 0;
    }

    .hvs-hero {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hvs-hero__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hvs-logo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hvs-challenge-grid,
    .hvs-process-grid,
    .hvs-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 980px) {
    #highvolumesellers h1 {
        font-size: 66px;
    }

    #highvolumesellers h2 {
        font-size: 44px;
    }

    .hvs-hero {
        min-height: 720px;
        padding-top: 170px;
    }

    .hvs-story {
        align-items: start;
        grid-template-columns: .92fr 1.08fr;
    }

    .hvs-pillar-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hvs-process-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hvs-split {
        align-items: center;
        grid-template-columns: 1fr 1fr;
    }

    .hvs-proof {
        align-items: center;
        grid-template-columns: .8fr 1.2fr;
    }
}

@media screen and (max-width: 480px) {
    #highvolumesellers {
        margin-top: -30px;
    }

    #highvolumesellers h1 {
        font-size: 36px;
    }

    #highvolumesellers h2 {
        font-size: 28px;
    }

    .hvs-hero {
        background-position: 58% center;
        min-height: 650px;
        padding-top: 118px;
    }

    .hvs-actions,
    .hvs-btn {
        width: 100%;
    }

    .hvs-logo-grid {
        grid-template-columns: 1fr;
    }
}
