/* =========================================================
   WESERVE INTERNAL PAGES
========================================================= */


/* INNER HERO */

.ws-inner-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 110px;
    background:
        radial-gradient(circle at 88% 10%, rgba(173, 73, 236, 0.16), transparent 32%),
        radial-gradient(circle at 70% 85%, rgba(115, 168, 206, 0.2), transparent 32%),
        var(--ws-white);
}

.ws-inner-hero__grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.ws-inner-hero__title {
    max-width: 800px;
    margin-bottom: 26px;
    font-size: clamp(54px, 6vw, 88px);
    letter-spacing: -0.055em;
}

.ws-inner-hero__title .ws-text-gradient {
    display: block;
}

.ws-inner-hero__lead {
    max-width: 690px;
    color: var(--ws-text-soft);
    font-size: 20px;
    line-height: 1.7;
}


/* TONER HERO PANEL */

.ws-toner-hero__panel {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 80% 15%, rgba(173, 73, 236, 0.35), transparent 32%),
        linear-gradient(145deg, #16143e, #34205d);
    box-shadow: var(--ws-shadow-md);
}

.ws-toner-hero__panel span {
    display: block;
    margin-bottom: 25px;
    color: var(--ws-azure);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-toner-hero__panel strong {
    color: var(--ws-white);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}


/* PROBLEM */

.ws-toner-problem {
    background: var(--ws-bg-soft);
}

.ws-toner-problem__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
}

.ws-toner-longcopy {
    max-width: 720px;
}

.ws-toner-longcopy p {
    margin-bottom: 22px;
    color: var(--ws-text-soft);
    font-size: 17px;
    line-height: 1.8;
}


/* THIRD OPTION */

.ws-third-option {
    background: var(--ws-white);
}

.ws-third-option__box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 85%, rgba(115, 168, 206, 0.16), transparent 30%),
        var(--ws-dark-blue);
}

.ws-third-option__box h2 {
    max-width: 540px;
    color: var(--ws-white);
    font-size: clamp(38px, 4.5vw, 62px);
    letter-spacing: -0.045em;
}

.ws-third-option__box p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
}


/* BRANDS */

.ws-toner-brands {
    background: var(--ws-bg-soft);
}

.ws-brand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.ws-brand-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    border: 1px solid var(--ws-border);
    border-radius: 20px;
    background: var(--ws-white);
    color: var(--ws-dark-blue);
    font-size: 20px;
    font-weight: 700;
    transition: var(--ws-transition);
}

.ws-brand-grid div:hover {
    transform: translateY(-5px);
    color: var(--ws-blue);
    box-shadow: var(--ws-shadow-sm);
}


/* ORDER METHODS */

.ws-order-section {
    background: var(--ws-white);
}

.ws-order-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ws-order-card {
    min-height: 370px;
    padding: 36px;
    border: 1px solid var(--ws-border);
    border-radius: 26px;
    background: var(--ws-white);
}

.ws-order-card__number {
    display: block;
    margin-bottom: 75px;
    color: var(--ws-blue);
    font-size: 12px;
    font-weight: 700;
}

.ws-order-card h3 {
    font-size: 27px;
}

.ws-order-card p {
    color: var(--ws-text-soft);
}

.ws-order-card--featured {
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 30%),
        var(--ws-dark-blue);
}

.ws-order-card--featured h3 {
    color: var(--ws-white);
}

.ws-order-card--featured p {
    color: rgba(255, 255, 255, 0.7);
}


/* HIGH VOLUME */

.ws-volume-section {
    background: var(--ws-dark-blue);
}

.ws-volume-section .ws-heading-lg {
    color: var(--ws-white);
}

.ws-volume-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
}

.ws-volume-list article {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-volume-list article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-volume-list h3 {
    margin-bottom: 9px;
    color: var(--ws-white);
    font-size: 22px;
}

.ws-volume-list p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}


/* BENEFITS */

.ws-toner-benefits {
    background: var(--ws-bg-soft);
}

.ws-toner-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.ws-toner-benefit-grid > div {
    min-height: 230px;
    padding: 32px;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: var(--ws-white);
}

.ws-toner-benefit-grid span {
    display: block;
    margin-bottom: 50px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-toner-benefit-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ws-dark-blue);
    font-size: 19px;
}

.ws-toner-benefit-grid p {
    margin: 0;
    color: var(--ws-text-soft);
}


/* SAMPLE */

.ws-sample-section {
    background: var(--ws-white);
}

.ws-sample-box {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.24), transparent 30%),
        linear-gradient(145deg, #16143e, #2c205b);
}

.ws-sample-box h2 {
    max-width: 650px;
    color: var(--ws-white);
    font-size: clamp(38px, 4.5vw, 60px);
    letter-spacing: -0.045em;
}

.ws-sample-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}

.ws-sample-box strong {
    color: var(--ws-azure);
    font-size: 20px;
}


/* FINAL CTA */

.ws-page-final-cta {
    padding-top: 0;
    background: var(--ws-white);
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-inner-hero__grid,
    .ws-toner-problem__grid,
    .ws-third-option__box,
    .ws-volume-grid,
    .ws-sample-box {
        grid-template-columns: 1fr;
    }

    .ws-inner-hero__grid,
    .ws-toner-problem__grid,
    .ws-volume-grid {
        gap: 50px;
    }

    .ws-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ws-toner-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 760px) {

    .ws-inner-hero {
        padding: 80px 0;
    }

    .ws-inner-hero__title {
        font-size: clamp(48px, 13vw, 70px);
    }

    .ws-toner-hero__panel {
        min-height: 340px;
        padding: 34px;
    }

    .ws-third-option__box,
    .ws-sample-box {
        padding: 40px 30px;
    }

    .ws-order-grid,
    .ws-toner-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ws-order-card {
        min-height: auto;
    }

    .ws-order-card__number {
        margin-bottom: 45px;
    }

}


@media (max-width: 560px) {

    .ws-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-brand-grid div {
        min-height: 90px;
        font-size: 17px;
    }

}

/* =========================================================
   INTERNAL PAGE CTA FIX
========================================================= */

.ws-page-final-cta .ws-home-cta__inner h2 {
    color: var(--ws-white);
}

.ws-page-final-cta .ws-home-cta__inner p {
    color: rgba(255, 255, 255, 0.72);
}

.ws-page-final-cta .ws-home-cta__inner .ws-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   CORPORATE TONER SUPPLY PAGE
========================================================= */

.ws-corporate-hero__panel {
    padding: 44px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.24), transparent 30%),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-corporate-hero__stat {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-corporate-hero__stat:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-corporate-hero__stat span {
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-corporate-hero__stat strong {
    color: var(--ws-white);
    font-size: 19px;
}

.ws-corporate-intro {
    background: var(--ws-white);
}


/* PROCUREMENT FLOW */

.ws-procurement-flow {
    background: var(--ws-bg-soft);
}

.ws-procurement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ws-procurement-grid article {
    min-height: 260px;
    padding: 32px;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: var(--ws-white);
    transition: var(--ws-transition);
}

.ws-procurement-grid article:hover {
    transform: translateY(-5px);
    box-shadow: var(--ws-shadow-sm);
}

.ws-procurement-grid span {
    display: block;
    margin-bottom: 48px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-procurement-grid h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.ws-procurement-grid p {
    margin: 0;
    color: var(--ws-text-soft);
}


/* BUSINESS CASE */

.ws-corporate-case {
    background: var(--ws-dark-blue);
}

.ws-corporate-case__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
}

.ws-corporate-case h2 {
    max-width: 600px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 64px);
    letter-spacing: -0.045em;
}

.ws-corporate-case p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.8;
}


/* BENEFITS */

.ws-corporate-benefits {
    background: var(--ws-bg-soft);
}


/* SAMPLE */

.ws-corporate-sample {
    background: var(--ws-white);
}


/* FIT */

.ws-corporate-fit {
    background: var(--ws-white);
}

.ws-corporate-fit__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ws-corporate-fit__grid article {
    min-height: 180px;
    padding: 28px;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: var(--ws-white);
    transition: var(--ws-transition);
}

.ws-corporate-fit__grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(119, 127, 227, 0.32);
    box-shadow: var(--ws-shadow-sm);
}

.ws-corporate-fit__grid span {
    display: block;
    margin-bottom: 52px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-corporate-fit__grid h3 {
    margin: 0;
    font-size: 20px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-corporate-case__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ws-procurement-grid,
    .ws-corporate-fit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 700px) {

    .ws-procurement-grid,
    .ws-corporate-fit__grid {
        grid-template-columns: 1fr;
    }

    .ws-corporate-hero__panel {
        padding: 30px;
    }

    .ws-procurement-grid article {
        min-height: auto;
    }

}

/* =========================================================
   SOLUTIONS PAGE
========================================================= */

.ws-solutions-page-hero {
    background:
        radial-gradient(circle at 88% 12%, rgba(173, 73, 236, 0.14), transparent 32%),
        radial-gradient(circle at 70% 82%, rgba(115, 168, 206, 0.18), transparent 34%),
        var(--ws-white);
}

.ws-solutions-hero__panel {
    padding: 46px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 28%),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-solutions-hero__panel h2 {
    max-width: 520px;
    margin-bottom: 30px;
    color: var(--ws-white);
    font-size: clamp(36px, 4vw, 52px);
    letter-spacing: -0.04em;
}

.ws-solutions-hero__list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-solutions-hero__list div {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.ws-solutions-intro {
    background: var(--ws-white);
}


/* DETAIL ROWS */

.ws-solution-detail__grid {
    display: grid;
    grid-template-columns: 70px 0.95fr 1.05fr;
    gap: 60px;
    align-items: start;
}

.ws-solution-detail__number {
    padding-top: 7px;
    color: var(--ws-blue);
    font-size: 12px;
    font-weight: 700;
}

.ws-solution-detail__copy {
    max-width: 720px;
}

.ws-solution-detail__copy p {
    color: var(--ws-text-soft);
    font-size: 17px;
    line-height: 1.8;
}

.ws-solution-detail--light {
    background: var(--ws-white);
}

.ws-solution-detail--soft {
    background: var(--ws-bg-soft);
}

.ws-solution-detail--dark {
    background: var(--ws-dark-blue);
}

.ws-solution-detail--dark .ws-heading-lg {
    color: var(--ws-white);
}

.ws-solution-detail--dark .ws-solution-detail__number {
    color: var(--ws-blue);
}

.ws-solution-detail--dark .ws-solution-detail__copy p {
    color: rgba(255, 255, 255, 0.68);
}


/* FIT */

.ws-solutions-fit {
    background: var(--ws-white);
}

.ws-solutions-fit__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 30%),
        linear-gradient(145deg, #16143e, #30205b);
}

.ws-solutions-fit__inner h2 {
    max-width: 650px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    letter-spacing: -0.045em;
}

.ws-solutions-fit__inner p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}


/* TONER REMINDER */

.ws-solutions-toner {
    background: var(--ws-bg-soft);
}

.ws-solutions-toner__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-solution-detail__grid {
        grid-template-columns: 50px 1fr;
        gap: 35px;
    }

    .ws-solution-detail__copy {
        grid-column: 2;
    }

    .ws-solutions-fit__inner,
    .ws-solutions-toner__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}

@media (max-width: 700px) {

    .ws-solution-detail__grid {
        grid-template-columns: 1fr;
    }

    .ws-solution-detail__copy {
        grid-column: auto;
    }

    .ws-solution-detail__number {
        padding-top: 0;
    }

    .ws-solutions-fit__inner {
        padding: 40px 30px;
    }

    .ws-solutions-hero__panel {
        padding: 32px;
    }

}

/* =========================================================
   WHY WESERVE PAGE
========================================================= */

.ws-why-hero__panel {
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 30%),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-why-hero__panel h2 {
    max-width: 520px;
    margin-bottom: 30px;
    color: var(--ws-white);
    font-size: clamp(36px, 4vw, 52px);
    letter-spacing: -0.04em;
}

.ws-why-hero__points {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-why-hero__points div {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
}

.ws-why-reasons {
    background: var(--ws-bg-soft);
}

.ws-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ws-why-card {
    min-height: 330px;
    padding: 38px;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    background: var(--ws-white);
    transition: var(--ws-transition);
}

.ws-why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ws-shadow-sm);
}

.ws-why-card > span {
    display: block;
    margin-bottom: 55px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-why-card h3 {
    max-width: 470px;
    margin-bottom: 16px;
    font-size: 25px;
}

.ws-why-card p {
    margin: 0;
    color: var(--ws-text-soft);
    line-height: 1.8;
}

.ws-why-proof {
    background: var(--ws-white);
}

.ws-why-proof__grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 90px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 30%),
        var(--ws-dark-blue);
}

.ws-why-proof h2 {
    max-width: 620px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    letter-spacing: -0.045em;
}

.ws-why-proof p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}

.ws-why-industries {
    background: var(--ws-bg-soft);
}

.ws-why-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ws-why-industries__grid article {
    min-height: 180px;
    padding: 28px;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: var(--ws-white);
}

.ws-why-industries__grid span {
    display: block;
    margin-bottom: 52px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-why-industries__grid h3 {
    margin: 0;
    font-size: 21px;
}

.ws-why-experience {
    background: var(--ws-white);
}

.ws-why-experience__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 90%, rgba(115, 168, 206, 0.18), transparent 30%),
        linear-gradient(145deg, #16143e, #30205b);
}

.ws-why-experience__inner h2 {
    max-width: 650px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    letter-spacing: -0.045em;
}

.ws-why-experience__inner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}

@media (max-width: 1000px) {

    .ws-why-grid {
        grid-template-columns: 1fr;
    }

    .ws-why-proof__grid,
    .ws-why-experience__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ws-why-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 700px) {

    .ws-why-hero__panel,
    .ws-why-proof__grid,
    .ws-why-experience__inner {
        padding: 34px;
    }

    .ws-why-industries__grid {
        grid-template-columns: 1fr;
    }

    .ws-why-card {
        min-height: auto;
    }

}

/* =========================================================
   ABOUT PAGE
========================================================= */

.ws-about-hero__panel {
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 90%, rgba(173, 73, 236, 0.22), transparent 30%),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-about-hero__panel h2 {
    max-width: 520px;
    margin: 0;
    color: var(--ws-white);
    font-size: clamp(38px, 4vw, 54px);
    letter-spacing: -0.04em;
}

.ws-about-story {
    background: var(--ws-white);
}


/* PURPOSE */

.ws-about-purpose {
    background: var(--ws-bg-soft);
}

.ws-about-purpose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ws-about-purpose__grid article {
    min-height: 360px;
    padding: 42px;
    border: 1px solid var(--ws-border);
    border-radius: 26px;
    background: var(--ws-white);
}

.ws-about-purpose__grid h2 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.2;
    letter-spacing: -0.035em;
}


/* VALUES */

.ws-about-values {
    background: var(--ws-white);
}

.ws-about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ws-about-values__grid article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: var(--ws-white);
}

.ws-about-values__grid span {
    display: block;
    margin-bottom: 50px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-about-values__grid h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.ws-about-values__grid p {
    margin: 0;
    color: var(--ws-text-soft);
}


/* LEADERSHIP */

.ws-about-leadership-intro {
    background: var(--ws-bg-soft);
}

.ws-about-team {
    padding-top: 0;
    background: var(--ws-bg-soft);
}

.ws-about-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ws-team-card {
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 26px;
    background: var(--ws-white);
}

.ws-team-card__visual {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 70% 30%, rgba(173, 73, 236, 0.24), transparent 28%),
        linear-gradient(145deg, #16143e, #30205b);
}

.ws-team-card__visual span {
    color: var(--ws-white);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.ws-team-card__body {
    padding: 32px;
}

.ws-team-card__body h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.ws-team-card__body p {
    margin: 0;
    color: var(--ws-text-soft);
    line-height: 1.75;
}


/* EXPERIENCE */

.ws-about-experience {
    background: var(--ws-white);
}

.ws-about-experience__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 90%, rgba(115, 168, 206, 0.18), transparent 30%),
        linear-gradient(145deg, #16143e, #30205b);
}

.ws-about-experience__inner h2 {
    max-width: 650px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    letter-spacing: -0.045em;
}

.ws-about-experience__inner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-about-purpose__grid {
        grid-template-columns: 1fr;
    }

    .ws-about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-about-team__grid {
        grid-template-columns: 1fr;
    }

    .ws-about-experience__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}

@media (max-width: 700px) {

    .ws-about-hero__panel,
    .ws-about-experience__inner {
        padding: 34px;
    }

    .ws-about-values__grid {
        grid-template-columns: 1fr;
    }

    .ws-about-purpose__grid article {
        min-height: auto;
    }

}

/* =========================================================
   INSIGHTS PAGE
========================================================= */

.ws-insights-hero__panel {
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.22),
            transparent 30%
        ),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-insights-hero__panel h2 {
    max-width: 540px;
    margin-bottom: 32px;
    color: var(--ws-white);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ws-insights-hero__topics {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-insights-hero__topics div {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.76);
}


/* INTRO */

.ws-insights-intro {
    background: var(--ws-white);
}


/* STARTING TOPICS */

.ws-insight-topics {
    background: var(--ws-bg-soft);
}

.ws-insight-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ws-insight-topic-card {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    padding: 36px;
    border: 1px solid var(--ws-border);
    border-radius: 26px;
    background: var(--ws-white);
    transition: var(--ws-transition);
}

.ws-insight-topic-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ws-shadow-sm);
}

.ws-insight-topic-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: auto;
}

.ws-insight-topic-card__meta span {
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-insight-topic-card__meta small {
    color: var(--ws-text-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-insight-topic-card h3 {
    max-width: 420px;
    margin-top: 80px;
    margin-bottom: 32px;
    font-size: clamp(26px, 2.5vw, 34px);
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.ws-insight-topic-card__line {
    height: 1px;
    margin-top: auto;
    background: var(--ws-border);
}

.ws-insight-topic-card--dark {
    border-color: transparent;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.22),
            transparent 30%
        ),
        var(--ws-dark-blue);
}

.ws-insight-topic-card--dark h3 {
    color: var(--ws-white);
}

.ws-insight-topic-card--dark .ws-insight-topic-card__meta small {
    color: rgba(255, 255, 255, 0.65);
}

.ws-insight-topic-card--dark .ws-insight-topic-card__line {
    background: rgba(255, 255, 255, 0.12);
}


/* PUBLISHED POSTS */

.ws-latest-insights {
    background: var(--ws-white);
}

.ws-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ws-blog-card {
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    background: var(--ws-white);
    transition: var(--ws-transition);
}

.ws-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ws-shadow-sm);
}

.ws-blog-card__media {
    display: block;
    overflow: hidden;
    height: 240px;
    background: var(--ws-bg-soft);
}

.ws-blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.ws-blog-card:hover .ws-blog-card__image {
    transform: scale(1.035);
}

.ws-blog-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 75% 25%,
            rgba(173, 73, 236, 0.25),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #16143e,
            #30205b
        );
}

.ws-blog-card__placeholder span {
    color: var(--ws-white);
    font-size: 24px;
    font-weight: 700;
}

.ws-blog-card__body {
    padding: 30px;
}

.ws-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ws-blog-card__body h3 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.3;
}

.ws-blog-card__body h3 a {
    color: var(--ws-dark-blue);
    text-decoration: none;
}

.ws-blog-card__body p {
    color: var(--ws-text-soft);
    line-height: 1.75;
}


/* PROCUREMENT BOX */

.ws-insights-procurement {
    background: var(--ws-white);
}

.ws-insights-procurement__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.22),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #16143e,
            #30205b
        );
}

.ws-insights-procurement__inner h2 {
    max-width: 680px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.ws-insights-procurement__inner p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}


/* TONER BRIDGE */

.ws-insights-toner {
    background: var(--ws-bg-soft);
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-insight-topic-grid,
    .ws-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-insights-procurement__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}

@media (max-width: 700px) {

    .ws-insights-hero__panel,
    .ws-insights-procurement__inner {
        padding: 34px;
    }

    .ws-insight-topic-grid,
    .ws-blog-grid {
        grid-template-columns: 1fr;
    }

    .ws-insight-topic-card {
        min-height: 330px;
    }

    .ws-blog-card__media {
        height: 220px;
    }

}

/* =========================================================
   REQUEST A QUOTE PAGE
========================================================= */


/* HERO */

.ws-quote-hero__panel {
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.24),
            transparent 30%
        ),
        var(--ws-dark-blue);
    box-shadow: var(--ws-shadow-md);
}

.ws-quote-hero__panel h2 {
    max-width: 520px;
    margin-bottom: 25px;
    color: var(--ws-white);
    font-size: clamp(38px, 4.2vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.ws-quote-hero__panel p {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.75;
}

.ws-quote-hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.ws-quote-hero__assurances > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border: 1px solid var(--ws-border);
    border-radius: 999px;
    background: var(--ws-white);
}

.ws-quote-hero__assurances span {
    color: var(--ws-blue);
    font-size: 10px;
    font-weight: 700;
}

.ws-quote-hero__assurances strong {
    color: var(--ws-dark-blue);
    font-size: 13px;
}


/* MAIN */

.ws-quote-main {
    background: var(--ws-bg-soft);
}

.ws-quote-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: 42px;
    align-items: start;
}


/* FORM WRAPPER */

.ws-quote-form-wrap {
    padding: 48px;
    border: 1px solid var(--ws-border);
    border-radius: 30px;
    background: var(--ws-white);
}

.ws-quote-form-intro {
    max-width: 650px;
    margin-bottom: 45px;
    color: var(--ws-text-soft);
    font-size: 17px;
    line-height: 1.7;
}


/* FORM SECTIONS */

.ws-form-section {
    padding: 36px 0;
    border-top: 1px solid var(--ws-border);
}

.ws-form-section__head {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    margin-bottom: 25px;
}

.ws-form-section__head > span {
    padding-top: 4px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-form-section__head strong {
    display: block;
    margin-bottom: 2px;
    color: var(--ws-dark-blue);
    font-size: 19px;
}

.ws-form-section__head p {
    margin: 0;
    color: var(--ws-text-soft);
    font-size: 14px;
}


/* FIELDS */

.ws-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ws-field {
    display: flex;
    flex-direction: column;
}

.ws-field--full {
    grid-column: 1 / -1;
}

.ws-field label {
    margin-bottom: 9px;
    color: var(--ws-dark-blue);
    font-size: 14px;
    font-weight: 700;
}

.ws-field label em {
    color: var(--ws-lavender);
    font-style: normal;
}

.ws-field input,
.ws-field textarea,
.ws-field select {
    width: 100%;
    padding: 15px 17px;
    border: 1px solid var(--ws-border);
    border-radius: 13px;
    outline: none;
    background: var(--ws-white);
    color: var(--ws-dark-blue);
    font: inherit;
    transition: var(--ws-transition);
}

.ws-field textarea {
    resize: vertical;
    min-height: 120px;
}

.ws-field input:focus,
.ws-field textarea:focus,
.ws-field select:focus {
    border-color: var(--ws-blue);
    box-shadow: 0 0 0 4px rgba(119, 127, 227, 0.08);
}

.ws-field input::placeholder,
.ws-field textarea::placeholder {
    color: rgba(22, 20, 62, 0.4);
}

.ws-field small {
    margin-top: 7px;
    color: var(--ws-text-soft);
    font-size: 12px;
}


/* SUBMIT */

.ws-form-submit {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 10px;
}

.ws-form-submit button {
    border: 0;
    cursor: pointer;
}

.ws-form-submit p {
    margin: 0;
    color: var(--ws-text-soft);
    font-size: 13px;
}


/* HONEYPOT */

.ws-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* FORM MESSAGES */

.ws-form-message {
    margin: 0 0 35px;
    padding: 20px 22px;
    border-radius: 15px;
}

.ws-form-message strong {
    display: block;
    margin-bottom: 4px;
}

.ws-form-message p {
    margin: 0;
}

.ws-form-message--success {
    border: 1px solid rgba(35, 140, 80, 0.18);
    background: rgba(35, 140, 80, 0.07);
}

.ws-form-message--error {
    border: 1px solid rgba(190, 50, 50, 0.18);
    background: rgba(190, 50, 50, 0.07);
}


/* SIDEBAR */

.ws-quote-sidebar {
    position: sticky;
    top: 120px;
}

.ws-quote-sidebar__card {
    padding: 38px;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.22),
            transparent 30%
        ),
        var(--ws-dark-blue);
}

.ws-quote-process {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-quote-process article {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 13px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-quote-process article > span {
    padding-top: 3px;
    color: var(--ws-blue);
    font-size: 10px;
    font-weight: 700;
}

.ws-quote-process strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ws-white);
    font-size: 16px;
}

.ws-quote-process p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.6;
}


/* SIDEBAR CONTACT */

.ws-quote-sidebar__contact {
    margin-top: 18px;
    padding: 32px;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    background: var(--ws-white);
}

.ws-quote-sidebar__contact h3 {
    margin-bottom: 22px;
    font-size: 24px;
}

.ws-quote-sidebar__contact > a {
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    color: var(--ws-dark-blue);
    font-weight: 700;
    text-decoration: none;
}


/* REASSURANCE */

.ws-quote-reassurance {
    background: var(--ws-white);
}

.ws-quote-reassurance__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    padding: 65px;
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.22),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #16143e,
            #30205b
        );
}

.ws-quote-reassurance h2 {
    max-width: 650px;
    color: var(--ws-white);
    font-size: clamp(40px, 4.8vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.ws-quote-reassurance p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}


/* LOCATION */

.ws-quote-location {
    background: var(--ws-bg-soft);
}


/* RESPONSIVE */

@media (max-width: 1050px) {

    .ws-quote-layout {
        grid-template-columns: 1fr;
    }

    .ws-quote-sidebar {
        position: static;
    }

    .ws-quote-reassurance__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}

@media (max-width: 700px) {

    .ws-quote-form-wrap {
        padding: 28px 22px;
    }

    .ws-form-grid {
        grid-template-columns: 1fr;
    }

    .ws-field--full {
        grid-column: auto;
    }

    .ws-form-submit {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws-quote-hero__panel,
    .ws-quote-sidebar__card,
    .ws-quote-reassurance__inner {
        padding: 34px;
    }

}

@media (max-width: 500px) {

    .ws-quote-hero__assurances {
        flex-direction: column;
        align-items: stretch;
    }

    .ws-quote-hero__assurances > div {
        border-radius: 14px;
    }

}

/* =========================================================
   CONTACT PAGE
========================================================= */


/* HERO */

.ws-contact-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.ws-contact-hero__links a {
    display: flex;
    flex-direction: column;
    min-width: 190px;
    padding: 18px 20px;
    border: 1px solid var(--ws-border);
    border-radius: 18px;
    background: var(--ws-white);
    color: var(--ws-dark-blue);
    text-decoration: none;
    transition: var(--ws-transition);
}

.ws-contact-hero__links a:hover {
    transform: translateY(-3px);
    box-shadow: var(--ws-shadow-sm);
}

.ws-contact-hero__links span {
    margin-bottom: 3px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ws-contact-hero__links strong {
    font-size: 15px;
}


.ws-contact-hero__panel {
    padding: 50px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.25),
            transparent 32%
        ),
        var(--ws-dark-blue);
}

.ws-contact-hero__panel h2 {
    max-width: 550px;
    margin-bottom: 22px;
    color: var(--ws-white);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.ws-contact-hero__panel p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.7;
}

.ws-contact-hero__status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    color: var(--ws-white);
    font-size: 13px;
    font-weight: 700;
}

.ws-contact-hero__status span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--ws-azure);
}


/* CONTACT OPTIONS */

.ws-contact-options {
    background: var(--ws-white);
}

.ws-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 50px;
}

.ws-contact-cards article {
    min-height: 300px;
    padding: 32px;
    border: 1px solid var(--ws-border);
    border-radius: 25px;
    background: var(--ws-white);
}

.ws-contact-card__number {
    display: block;
    margin-bottom: 60px;
    color: var(--ws-blue);
    font-size: 11px;
    font-weight: 700;
}

.ws-contact-cards h3 {
    margin: 8px 0 20px;
    color: var(--ws-dark-blue);
    font-size: 25px;
    line-height: 1.2;
}

.ws-contact-cards a {
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    color: var(--ws-dark-blue);
    font-weight: 700;
    text-decoration: none;
}

.ws-contact-cards p {
    color: var(--ws-text-soft);
    font-size: 16px;
    line-height: 1.7;
}


/* CONTACT MAIN */

.ws-contact-main {
    background: var(--ws-bg-soft);
}

.ws-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 45px;
    align-items: start;
}

.ws-contact-form-intro {
    max-width: 640px;
    margin-bottom: 35px;
    color: var(--ws-text-soft);
    font-size: 17px;
    line-height: 1.7;
}

.ws-contact-form {
    padding: 40px;
    border: 1px solid var(--ws-border);
    border-radius: 28px;
    background: var(--ws-white);
}


/* ASIDE */

.ws-contact-aside {
    position: sticky;
    top: 120px;
}

.ws-contact-aside__dark {
    padding: 38px;
    border-radius: 27px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.25),
            transparent 32%
        ),
        var(--ws-dark-blue);
}

.ws-contact-aside__dark h3 {
    margin: 14px 0 20px;
    color: var(--ws-white);
    font-size: 30px;
    line-height: 1.15;
}

.ws-contact-aside__dark p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.ws-contact-address {
    margin-top: 18px;
    padding: 32px;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    background: var(--ws-white);
}

.ws-contact-address h3 {
    margin: 10px 0 17px;
    font-size: 25px;
    line-height: 1.2;
}

.ws-contact-address p {
    color: var(--ws-text-soft);
    line-height: 1.75;
}


/* QUOTE BRIDGE */

.ws-contact-quote {
    background: var(--ws-white);
}

.ws-contact-quote__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 58px 65px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 90%,
            rgba(173, 73, 236, 0.24),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #16143e,
            #33205f
        );
}

.ws-contact-quote h2 {
    max-width: 750px;
    margin: 10px 0;
    color: var(--ws-white);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.ws-contact-quote p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ws-contact-cards {
        grid-template-columns: 1fr;
    }

    .ws-contact-cards article {
        min-height: auto;
    }

    .ws-contact-card__number {
        margin-bottom: 35px;
    }

    .ws-contact-layout {
        grid-template-columns: 1fr;
    }

    .ws-contact-aside {
        position: static;
    }

}


@media (max-width: 720px) {

    .ws-contact-hero__panel {
        padding: 34px;
    }

    .ws-contact-form {
        padding: 25px;
    }

    .ws-contact-quote__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 38px 30px;
    }

}


@media (max-width: 500px) {

    .ws-contact-hero__links {
        flex-direction: column;
    }

    .ws-contact-hero__links a {
        width: 100%;
    }

}