*{box-sizing:border-box}html,body{margin:0;background:#fff;color:#17181d;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.pg-new-home{overflow-x:hidden}.pg-header{height:134px;display:flex;align-items:center;padding:0 36px;border-bottom:1px solid #ddd;background:#fff}.pg-logo{width:360px;flex:0 0 360px}.pg-logo img{width:305px;height:auto;display:block}.pg-nav{height:100%;flex:1;display:flex;justify-content:center;align-items:center;gap:52px}.pg-nav a{height:100%;display:flex;align-items:center;position:relative;font-size:25px;font-weight:700}.pg-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:6px;background:#c90083}.pg-actions{width:285px;flex:0 0 285px;display:flex;align-items:center;justify-content:flex-end;gap:13px;font-size:25px;font-weight:700}.pg-search{font-size:33px;margin-right:17px;transform:rotate(-20deg)}.pg-actions b{width:43px;height:43px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#c90083;color:#fff}.pg-guide{height:154px;position:relative;border-bottom:1px solid #d8d8da;box-shadow:0 2px 5px rgba(0,0,0,.08);overflow:hidden}.pg-guide-note{position:absolute;left:30.5%;top:27px;width:150px;height:95px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:700;line-height:1.15;color:#fff;background:#242424;border-radius:6px}.pg-guide-circle{position:absolute;top:15px;width:110px;height:110px;border:1px solid #ddd;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.pg-guide-circle img{width:100%;height:100%;object-fit:contain}.pg-guide-circle-1{left:49%}.pg-guide-circle-2{left:74%}.pg-guide-arc{position:absolute;left:49.5%;top:47px;width:30%;height:55px;border-top:2px dashed #c90083;transform:rotate(-12deg);border-radius:50%}.pg-popular{padding:37px 5.2% 52px}.pg-popular h2{margin:0 0 28px;font-size:31px;letter-spacing:-1px}.pg-popular-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.pg-popular-grid a{height:102px;border:1px solid #e1e1e3;border-radius:9px;box-shadow:0 6px 18px rgba(0,0,0,.08);display:flex;align-items:center;padding:0 24px;background:#fff}.pg-popular-grid i{font-style:normal;color:#c90083;font-size:38px;width:43px;text-align:center}.pg-popular-grid strong{font-size:19px;margin-left:16px;flex:1}.pg-popular-grid b{font-size:34px;font-weight:400}@media(max-width:1100px){.pg-header{height:100px;padding:0 22px}.pg-logo{width:250px;flex-basis:250px}.pg-logo img{width:220px}.pg-nav{gap:25px}.pg-nav a{font-size:17px}.pg-actions{width:190px;flex-basis:190px;font-size:16px}.pg-popular-grid{gap:10px}.pg-popular-grid a{padding:0 12px}.pg-popular-grid strong{font-size:14px;margin-left:6px}}@media(max-width:700px){.pg-header{height:auto;min-height:76px;flex-wrap:wrap;padding:10px 18px}.pg-logo{width:180px;flex-basis:180px}.pg-logo img{width:170px}.pg-actions{margin-left:auto;width:auto;flex-basis:auto}.pg-actions span:not(.pg-search){display:none}.pg-nav{order:3;width:100%;height:40px;justify-content:flex-start;overflow-x:auto;gap:22px}.pg-nav a{height:40px;font-size:14px}.pg-guide{height:95px}.pg-guide-note{display:none}.pg-guide-circle{width:70px;height:70px;top:12px}.pg-guide-circle-1{left:50%}.pg-guide-circle-2{left:76%}.pg-popular{padding:30px 20px}.pg-popular-grid{grid-template-columns:1fr 1fr}.pg-popular-grid a{height:80px}}



/* ===== ASSORTIMENT — PROFESSIONELE CATEGORIEKAARTEN ===== */
.pg-assortment {
    padding: 65px 5.2% 85px;
}

.pg-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 34px;
}

.pg-section-head small {
    color: #c90083;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.pg-section-head h2 {
    margin: 9px 0 8px;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -1.4px;
}

.pg-section-head p {
    margin: 0;
    color: #70747c;
    font-size: 16px;
}

.pg-section-head > a {
    color: #c90083;
    font-weight: 700;
    white-space: nowrap;
}

.pg-assortment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.pg-assortment-card {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e8;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.pg-assortment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.10);
}

.pg-assortment-visual {
    position: relative;
    height: 190px;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #f5f5f6 0%, #ffffff 62%);
}

.pg-assortment-visual::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -70px;
    bottom: -100px;
    border-radius: 50%;
    background: #c90083;
    opacity: .10;
}

.pg-assortment-visual span {
    position: relative;
    z-index: 2;
    display: block;
    color: #c90083;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.pg-assortment-visual strong {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 22px;
    max-width: 80%;
    font-size: 24px;
    line-height: 1.05;
}

.pg-assortment-card-copy {
    padding: 20px 22px 22px;
}

.pg-assortment-card-copy h3 {
    margin: 0 0 7px;
    font-size: 19px;
}

.pg-assortment-card-copy p {
    margin: 0 0 16px;
    color: #767981;
    font-size: 14px;
}

.pg-assortment-card-copy b {
    color: #c90083;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .pg-assortment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .pg-assortment {
        padding: 45px 20px 60px;
    }

    .pg-section-head {
        display: block;
    }

    .pg-section-head > a {
        display: inline-block;
        margin-top: 16px;
    }

    .pg-assortment-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== WAAROM PRINTGROUP ===== */
.pg-why {
    margin: 18px 5.2% 28px;
    padding: 48px 52px;
    display: grid;
    grid-template-columns: 1.15fr 2.85fr;
    gap: 55px;
    background: #f7f7f8;
    border-radius: 18px;
}

.pg-why-intro small {
    color: #c90083;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.pg-why-intro h2 {
    margin: 10px 0 14px;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
}

.pg-why-intro p {
    margin: 0 0 22px;
    color: #686b72;
    font-size: 16px;
    line-height: 1.55;
}

.pg-why-intro a {
    color: #c90083;
    font-weight: 700;
}

.pg-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pg-why-grid article {
    padding: 24px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 180px;
}

.pg-why-grid span {
    display: block;
    margin-bottom: 28px;
    color: #c90083;
    font-size: 13px;
    font-weight: 800;
}

.pg-why-grid h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.pg-why-grid p {
    margin: 0;
    color: #70747c;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .pg-why {
        grid-template-columns: 1fr;
    }

    .pg-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .pg-why {
        margin: 12px 20px 24px;
        padding: 30px 22px;
    }

    .pg-why-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== HERO — ENKELE SCHONE OPLOSSING ===== */
.pg-hero {
    position: relative;
    width: 100%;
    height: 581px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.pg-hero > img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 581px;
    max-width: none;
    display: block;
}

.pg-hero-copy {
    position: relative;
    z-index: 2;
    width: 46%;
    height: 100%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pg-hero-copy h1 {
    margin: 0 0 28px;
    font-size: 70px;
    line-height: .98;
    letter-spacing: -3.5px;
}

.pg-hero-copy h1 span {
    color: #c90083;
}

.pg-hero-copy p {
    margin: 0 0 38px;
    font-size: 25px;
    line-height: 1.45;
}

.pg-hero-copy a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 64px;
    background: #c90083;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .pg-hero {
        height: 500px;
    }

    .pg-hero > img {
        height: 500px;
    }

    .pg-hero-copy h1 {
        font-size: 52px;
    }

    .pg-hero-copy p {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .pg-hero {
        height: auto;
        overflow: visible;
    }

    .pg-hero-copy {
        width: 100%;
        height: auto;
        padding: 40px 24px;
    }

    .pg-hero-copy h1 {
        font-size: 42px;
        letter-spacing: -2px;
    }

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

    .pg-hero > img {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
    }
}



/* PRINTGROUP VLIEGTUIG CURSOR */
html,
body {
    cursor: url("/static/img/printgroup-booster-cursor-small.png") 88 8, auto !important;
}


/* ===== PRINTGROUP SERVICE ===== */

.pg-service {
    margin: 10px 5.2% 80px;
    padding: 55px 48px;
    background: #17181d;
    color: #fff;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1.05fr 2fr;
    gap: 60px;
}

.pg-service-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pg-service-intro small {
    color: #e50091;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.pg-service-intro h2 {
    margin: 12px 0 18px;
    max-width: 430px;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.pg-service-intro p {
    margin: 0;
    max-width: 430px;
    color: #c8c9cd;
    font-size: 15px;
    line-height: 1.6;
}

.pg-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pg-service-grid article {
    min-height: 220px;
    padding: 27px 24px;
    background: #24252a;
    border: 1px solid #34353b;
    border-radius: 13px;
}

.pg-service-grid span {
    display: block;
    margin-bottom: 55px;
    color: #e50091;
    font-size: 12px;
    font-weight: 800;
}

.pg-service-grid h3 {
    margin: 0 0 12px;
    font-size: 19px;
}

.pg-service-grid p {
    margin: 0;
    color: #bfc0c5;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .pg-service {
        grid-template-columns: 1fr;
    }

    .pg-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .pg-service {
        margin: 10px 20px 55px;
        padding: 35px 22px;
    }

    .pg-service-intro h2 {
        font-size: 32px;
    }

    .pg-service-grid {
        grid-template-columns: 1fr;
    }

    .pg-service-grid article {
        min-height: 180px;
    }

    .pg-service-grid span {
        margin-bottom: 35px;
    }
}


/* ===== NIEUWSBRIEF ===== */

.pg-newsletter {
    margin: 0 5.2% 0;
    padding: 36px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: linear-gradient(90deg, #c90083 0%, #eb168e 100%);
    color: #fff;
    border-radius: 18px 18px 0 0;
}

.pg-newsletter small {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    opacity: .8;
}

.pg-newsletter h2 {
    margin: 7px 0 6px;
    font-size: 28px;
    line-height: 1.08;
}

.pg-newsletter p {
    margin: 0;
    font-size: 14px;
    opacity: .88;
}

.pg-newsletter-form {
    display: flex;
    gap: 10px;
    width: min(520px, 100%);
}

.pg-newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    font: inherit;
    outline: none;
}

.pg-newsletter-form button {
    height: 50px;
    padding: 0 26px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}


/* ===== FOOTER ===== */

.pg-footer {
    margin: 0 5.2%;
    padding: 48px 42px 24px;
    background: #f5f5f6;
    border-radius: 0 0 18px 18px;
}

.pg-footer-main {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 45px;
}

.pg-footer-brand img {
    width: 220px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.pg-footer-brand p {
    max-width: 320px;
    margin: 0;
    color: #6f7279;
    font-size: 14px;
    line-height: 1.6;
}

.pg-footer h3 {
    margin: 0 0 16px;
    font-size: 14px;
}

.pg-footer-main > div:not(.pg-footer-brand) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pg-footer a,
.pg-footer-contact p {
    margin: 0 0 9px;
    color: #666970;
    font-size: 13px;
}

.pg-footer a:hover {
    color: #c90083;
}

.pg-footer-bottom {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid #dddde0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: #878a90;
    font-size: 12px;
}

.pg-footer-bottom div {
    display: flex;
    gap: 22px;
}

.pg-footer-bottom a {
    margin: 0;
    font-size: 12px;
}

@media (max-width: 1100px) {
    .pg-newsletter {
        align-items: flex-start;
        flex-direction: column;
    }

    .pg-footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .pg-newsletter {
        margin: 0 20px;
        padding: 30px 22px;
    }

    .pg-newsletter-form {
        flex-direction: column;
    }

    .pg-newsletter-form button {
        width: 100%;
    }

    .pg-footer {
        margin: 0 20px;
        padding: 36px 22px 22px;
    }

    .pg-footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pg-footer-brand {
        grid-column: auto;
    }

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

    .pg-footer-bottom div {
        flex-direction: column;
        gap: 8px;
    }
}


/* =========================================================
   PRINTGROUP — DEFINITIEF RESPONSIVE
   Desktop boven 1100px wordt NIET gewijzigd
   ========================================================= */


/* TABLET */
@media (min-width: 701px) and (max-width: 1100px) {

    .pg-header {
        height: auto;
        padding: 14px 24px 0;
        flex-wrap: wrap;
    }

    .pg-logo {
        width: auto;
        flex: 1 1 auto;
    }

    .pg-logo img {
        width: 230px;
    }

    .pg-actions {
        width: auto;
        flex: 0 0 auto;
        font-size: 16px;
    }

    .pg-nav {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        height: 56px;
        justify-content: center;
        gap: 34px;
        overflow-x: auto;
    }

    .pg-nav a {
        height: 56px;
        flex: 0 0 auto;
        font-size: 16px;
        white-space: nowrap;
    }

    .pg-hero {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .pg-hero-copy {
        position: relative;
        order: 1;
        width: 100%;
        height: auto;
        padding: 38px 5.2% 32px;
        background: #fff;
    }

    .pg-hero-copy h1 {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .pg-hero-copy p {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .pg-hero > img {
        position: relative;
        order: 2;
        top: auto;
        right: auto;
        width: auto;
        height: clamp(350px, 47vw, 480px);
        max-width: none;
        align-self: flex-end;
        flex-shrink: 0;
    }
}


/* GSM */
@media (max-width: 700px) {

    .pg-header {
        height: auto;
        min-height: 0;
        padding: 12px 18px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .pg-logo {
        width: auto;
        flex: 1 1 auto;
    }

    .pg-logo img {
        width: 175px;
    }

    .pg-actions {
        width: auto;
        flex: 0 0 auto;
        margin-left: auto;
        gap: 8px;
        font-size: 14px;
    }

    .pg-actions span:not(.pg-search) {
        display: inline;
    }

    .pg-actions b {
        width: 36px;
        height: 36px;
    }

    .pg-search {
        margin: 0;
        font-size: 26px;
    }

    .pg-nav {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        height: 46px;
        justify-content: flex-start;
        gap: 24px;
        overflow-x: auto;
    }

    .pg-nav a {
        height: 46px;
        flex: 0 0 auto;
        font-size: 14px;
        white-space: nowrap;
    }

    .pg-hero {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background: #fff;
    }

    .pg-hero-copy {
        position: relative;
        order: 1;
        width: 100%;
        height: auto;
        padding: 32px 24px 28px;
        background: #fff;
    }

    .pg-hero-copy h1 {
        margin: 0 0 18px;
        font-size: 40px;
        line-height: 1;
        letter-spacing: -2px;
    }

    .pg-hero-copy p {
        margin: 0 0 24px;
        font-size: 17px;
        line-height: 1.45;
    }

    .pg-hero-copy a {
        width: 100%;
        height: 56px;
    }

    .pg-hero > img {
        position: relative;
        order: 2;
        top: auto;
        right: auto;
        width: auto;
        height: 290px;
        max-width: none;
        align-self: flex-end;
        flex-shrink: 0;
    }
}


/* ===== GSM HEADER — WINKELMAND CORRECTIE ===== */
@media (max-width: 700px) {

    .pg-logo {
        flex: 0 0 auto;
    }

    .pg-logo img {
        width: 165px;
    }

    .pg-actions {
        margin-left: auto;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 10px;
    }

    .pg-actions b {
        display: flex;
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }
}


/* ===== GSM — GEEN HORIZONTALE OVERFLOW ===== */
@media (max-width: 700px) {
    html,
    body,
    .pg-new-home {
        max-width: 100%;
        overflow-x: hidden;
    }

    .pg-header,
    .pg-hero,
    .pg-popular,
    .pg-why,
    .pg-assortment,
    .pg-service,
    .pg-newsletter,
    .pg-footer {
        max-width: 100%;
    }
}


/* ===== FOOTER BEDRIJFSINFO ===== */

.pg-footer-contact strong {
    color: #202229;
}

.pg-footer-contact .pg-footer-company-note {
    margin-top: 8px;
    color: #85888f;
    font-size: 11px;
    line-height: 1.45;
}
