/* New template only: Service - Print (New Design) */

/* Self-hosted SF Pro (variable font - supports all weights incl. 590) */
@font-face {
    font-family: "SF Pro";
    src: url("../fonts/SF-Pro.woff2") format("woff2"),
         url("../fonts/SF-Pro.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Eyebrow override (scoped to this page) - matches design spec */
.new-print-intro .colored_sub_title,
.new-print-highlights .colored_sub_title,
.new-print-difference .colored_sub_title,
.new-print-comparison .colored_sub_title,
.new-print-methods .colored_sub_title,
.new-print-quality .colored_sub_title,
.new-print-process .colored_sub_title,
.new-print-related .colored_sub_title,
.new-print-cta .colored_sub_title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 590;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.02em;
    background: #0B67DC;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-print-intro .colored_sub_title:before,
.new-print-highlights .colored_sub_title:before,
.new-print-difference .colored_sub_title:before,
.new-print-comparison .colored_sub_title:before,
.new-print-methods .colored_sub_title:before,
.new-print-quality .colored_sub_title:before,
.new-print-process .colored_sub_title:before,
.new-print-related .colored_sub_title:before,
.new-print-cta .colored_sub_title:before {
    width: 80px;
}

.new-print-intro .colored_sub_title,
.new-print-highlights .colored_sub_title,
.new-print-difference .colored_sub_title,
.new-print-comparison .colored_sub_title,
.new-print-methods .colored_sub_title,
.new-print-quality .colored_sub_title,
.new-print-process .colored_sub_title,
.new-print-cta .colored_sub_title {
    padding-left: 100px;
}

.new-print-related .colored_sub_title {
    padding-left: 0;
    text-align: center;
    display: block;
}

.new-print-related .colored_sub_title:before,
.new-print-related .colored_sub_title:after {
    display: none;
}

.new-print-intro .colored_sub_title:before,
.new-print-intro .colored_sub_title:after,
.new-print-highlights .colored_sub_title:before,
.new-print-highlights .colored_sub_title:after,
.new-print-difference .colored_sub_title:before,
.new-print-difference .colored_sub_title:after,
.new-print-comparison .colored_sub_title:before,
.new-print-comparison .colored_sub_title:after,
.new-print-methods .colored_sub_title:before,
.new-print-methods .colored_sub_title:after,
.new-print-quality .colored_sub_title:before,
.new-print-quality .colored_sub_title:after,
.new-print-process .colored_sub_title:before,
.new-print-process .colored_sub_title:after,
.new-print-related .colored_sub_title:before,
.new-print-related .colored_sub_title:after,
.new-print-cta .colored_sub_title:before,
.new-print-cta .colored_sub_title:after {
    background-color: #0B67DC;
}

.new-print-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .new-print-hero {
        min-height: 52vh;
    }
    .new-print-hero-img-col {
        position: absolute;
        right: -180px;
        top: 120px;
        bottom: 0;
        width: 60%;
        padding: 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    /* picture (WebP plugin) is the flex child — make it 115% wide so left bleeds off */
    .new-print-hero-img-col > picture {
        display: block;
        flex-shrink: 0;
        width: 115%;
        line-height: 0;
    }
    /* All img elements inside the col */
    .new-print-hero-img-col img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none !important;
    }
    /* When img is a direct child (no WebP wrapper), it is the flex child */
    .new-print-hero-img-col > img {
        flex-shrink: 0;
        width: 115%;
    }
}

.new-print-hero .cs-title,
.new-print-intro .tech-title,
.new-print-difference .tech-title,
.new-print-comparison .tech-title,
.new-print-methods .tech-title,
.new-print-quality .tech-title,
.new-print-process .tech-title,
.new-print-related .tech-title,
.new-print-cta .tech-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
}

/* Hero eyebrow — bare h5, needs !important to beat theme's Source Sans Pro override */
.new-print-hero h5 {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Hero button — ~25% wider via extra horizontal padding */
.new-print-hero .cs-btn {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.new-print-intro {
    position: relative;
    padding-top: 24px;
}

.new-print-intro .tech-title {
    margin: 14px 0 24px 0;
}

.new-print-intro .row {
    align-items: flex-start;
}

.new-print-intro .offset-lg-1 {
    padding-top: 80px;
}

.new-print-intro .sr-text p {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.new-print-difference .sr-text p,
.new-print-comparison .sr-text p {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.new-print-intro .sr-text p:last-child,
.new-print-difference .sr-text p:last-child,
.new-print-comparison .sr-text p:last-child {
    margin-bottom: 0;
}

.new-print-intro-image,
picture.new-print-intro-image {
    border-radius: 24px;
    display: block;
    width: 100%;
    overflow: hidden; /* clips sub-pixel border-radius artifact */
}

picture.new-print-intro-image img {
    display: block;
    width: 100%;
    border: none !important;
    outline: none !important;
    border-radius: 0; /* let picture handle the rounding */
}

.new-print-highlights,
.new-print-comparison,
.new-print-quality,
.new-print-process,
.new-print-related,
.new-print-cta {
    position: relative;
}

.new-print-highlights {
    padding-top: 24px;
}

.new-print-difference {
    padding-top: 24px;
}

.new-print-comparison {
    padding-top: 20px;
}

.new-print-process {
    padding-top: 0;
    padding-bottom: 40px;
}

.new-print-highlights::after,
.new-print-difference::after,
.new-print-methods::after,
.new-print-quality::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #E0E0E0;
    margin: 40px auto 0;
}

.new-print-highlights-row {
    align-items: flex-start;
}

.new-print-highlight-item {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.new-print-highlight-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    object-fit: contain;
    margin-bottom: 0;
    color: #1f6fe5;
}

.new-print-highlight-content {
    flex: 1;
    min-width: 0;
}

.new-print-highlight-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #111;
}

.new-print-highlight-text {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #AFAFAF;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

/* Comparison section */
.new-print-comparison .colored_sub_title,
.new-print-comparison .tech-title,
.new-print-comparison .sr-text {
    text-align: left;
}

.new-print-comparison .sr-text p {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
}

.new-print-comparison-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F1F1F1;
    border: 1px solid #000;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new-print-comparison-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.new-print-comparison-media {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-print-comparison-media img,
.new-print-comparison-media picture,
.new-print-comparison-media picture img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    background: transparent;
}

.new-print-comparison-body {
    flex: 1 1 auto;
    padding: 24px 28px 28px;
    border-top: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.new-print-comparison-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 18px;
}

.new-print-comparison-label {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #0B67DC;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 33px;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
}

.new-print-comparison-text {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.new-print-comparison-text:last-child {
    margin-bottom: 0;
}

/* Quality control cards */
.new-print-quality-header {
    max-width: 100%;
    margin-bottom: 40px;
}

.new-print-quality-header .tech-title {
    margin: 14px 0 16px;
}

.new-print-quality-header .sr-text {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 0;
    max-width: 85%;
}

.new-print-quality-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #6B6B6B;
    border-radius: 14px;
    overflow: hidden;
}

.new-print-quality-media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.new-print-quality-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.new-print-quality-body {
    flex: 1 1 auto;
    background: #f4f5f6;
    padding: 22px 24px 26px;
}

.new-print-quality-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0 0 12px;
}

.new-print-quality-text {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 0;
}

/* Methods quick-comparison table */
.new-print-methods-caption {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.new-print-methods-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #000;
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.new-print-methods-table thead th {
    background: #1f1f1f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 18px 20px;
    border: 2px solid #000;
}

.new-print-methods-table thead th:first-child {
    text-align: center;
}

.new-print-methods-table tbody th[scope="row"] {
    background: #f1f2f4;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.new-print-methods-table tbody td {
    color: #000;
    text-align: center;
}

.new-print-methods-table tbody th[scope="row"],
.new-print-methods-table tbody td {
    padding: 18px 20px;
    border: 2px solid #000;
    font-size: 16px;
}

.new-print-process .accordion .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.7rem 1.1rem;
}

.new-print-process .accordion .collapse .bg-white {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.new-print-process .tech-title {
    margin: 14px 0 32px 0;
}
.new-print-process-text {
    margin-bottom: 48px;
}
.new-print-process-text p {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    color: #6B6B6B;
    margin-bottom: 20px;
}
/* Process - always-open gradient panel */
.new-print-process-panel {
    margin-top: 48px;
    margin-bottom: 25px;
}

.new-print-process-panel-header {
    background: linear-gradient(90deg, #1dd6b0 0%, #4fa8e8 55%, #7cb4f5 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 28px;
    border-radius: 0 999px 999px 0;
}

.new-print-process-panel-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

/* Double down-chevron icon */
.new-print-process-panel-chevron {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
    transition: transform 0.3s ease;
}
.new-print-process-panel-chevron::before,
.new-print-process-panel-chevron::after {
    content: '';
    position: absolute;
    left: 2px;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    transform: rotate(45deg);
}
.new-print-process-panel-chevron::before { top: 0; }
.new-print-process-panel-chevron::after  { top: 7px; }

.new-print-process-panel-body {
    background: #fff;
    padding: 22px 28px 26px;
}

.new-print-process-panel-body p {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.new-print-process-panel-body p:last-child {
    margin-bottom: 0;
}

/* Process - exclusive accordion */
.new-print-process-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new-print-process-step.accordion-item {
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.new-print-process-accordion .accordion-button {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #1a1a1a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding: 22px 28px;
    border-radius: 0 999px 999px 0 !important;
    box-shadow: none;
}

.new-print-process-accordion .accordion-button:not(.collapsed) {
    background: #1a1a1a;
    color: #fff;
    border-radius: 0 999px 999px 0 !important;
    box-shadow: none;
}

/* Double-down chevron matching the gradient panel icon */
.new-print-process-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,3 8,9 14,3'/%3E%3Cpolyline points='2,8 8,14 14,8'/%3E%3C/svg%3E");
    filter: none;
    flex-shrink: 0;
}

.new-print-process-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,3 8,9 14,3'/%3E%3Cpolyline points='2,8 8,14 14,8'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.new-print-process-accordion .accordion-body {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 22px 28px 26px;
}

.new-print-process-accordion .accordion-body p {
    margin-bottom: 16px;
}

.new-print-process-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.new-print-process-accordion .accordion-body strong,
.new-print-process-accordion .accordion-body b {
    color: #000;
}

.new-print-process-media {
    border-radius: 12px;
    overflow: hidden;
}

.new-print-process-media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Related services cards */
.new-print-related-header {
    margin-bottom: 44px;
}

.new-print-related-header .tech-title {
    margin-top: 14px;
    margin-bottom: 0;
}

.new-print-related-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10), 0 24px 48px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.new-print-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.13), 0 32px 56px rgba(0, 0, 0, 0.13);
}

.new-print-related-media {
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.new-print-related-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.new-print-related-body {
    padding: 22px 24px 26px;
}

.new-print-related-title {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
}

.new-print-cta {
    overflow: hidden;
}

.new-print-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.03));
    pointer-events: none;
}

@media (max-width: 991px) {
    .new-print-hero {
        padding: 56px 0;
    }

    .new-print-intro .tech-title,
    .new-print-difference .tech-title,
    .new-print-comparison .tech-title,
    .new-print-methods .tech-title,
    .new-print-quality .tech-title,
    .new-print-process .tech-title,
    .new-print-related .tech-title,
    .new-print-cta .tech-title {
        font-size: 34px;
    }

    .new-print-methods .col-lg-4,
    .new-print-comparison .col-lg-4,
    .new-print-related .col-lg-4 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .new-print-hero {
        padding: 44px 0;
    }

    .new-print-intro .tech-title,
    .new-print-difference .tech-title,
    .new-print-comparison .tech-title,
    .new-print-methods .tech-title,
    .new-print-quality .tech-title,
    .new-print-process .tech-title,
    .new-print-related .tech-title,
    .new-print-cta .tech-title {
        font-size: 28px;
    }

    .new-print-process-accordion .accordion-button {
        border-radius: 0 999px 999px 0 !important;
        padding: 18px 20px;
    }
}
