/* =========================================================
   PrinterToner Enterprise Hero v1.28.1
   English comment: Namespaced hero CSS, rebuilt to match the approved v2 mockup and keep Elementor/header CSS untouched.
========================================================= */

.pt-hero2,
.pt-hero2 * {
    box-sizing: border-box;
}

.pt-hero2 {
    --pt-primary: var(--shop-primary, #0971B7);
    --pt-primary-dark: var(--shop-primary-dark, #075E98);
    --pt-primary-deep: var(--shop-primary-deep, #053E66);
    --pt-accent: var(--shop-accent, #10ABB6);
    --pt-accent-dark: var(--shop-accent-dark, #0C8F99);
    --pt-text: var(--shop-text, #073B5F);
    --pt-ink: #081741;
    --pt-muted: var(--shop-muted, #5F7181);
    --pt-border: var(--shop-border, #D7ECF4);
    --pt-soft: var(--shop-primary-soft, #EEF8FB);
    position: relative;
    width: 100%;
    min-height: 790px;
    margin: 0 auto 42px;
    padding: clamp(48px, 5.2vw, 82px) 0 0;
    overflow: hidden;
    color: var(--pt-text);
    background-color: #eef8ff;
    background-image: url('../img/hero-printer-supplies-v2-bg.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    isolation: isolate;
}

.pt-hero2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(247, 252, 255, 0.86) 0%, rgba(247, 252, 255, 0.64) 37%, rgba(247, 252, 255, 0.08) 58%, rgba(247, 252, 255, 0.00) 100%);
}

.pt-hero2__shell {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
}

.pt-hero2__content {
    width: min(100%, 690px);
    min-width: 0;
    padding: 0 0 10px;
}

.pt-hero2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 9px 17px;
    border: 1px solid rgba(16, 171, 182, 0.34);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(16, 171, 182, 0.18), rgba(255, 255, 255, 0.82));
    color: #0076a9;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.01em;
    box-shadow: 0 14px 32px rgba(7, 59, 95, 0.07);
}

.pt-hero2__eyebrow svg {
    width: 15px;
    height: 15px;
    color: var(--pt-accent);
    flex: 0 0 15px;
}

.pt-hero2__title {
    max-width: 690px;
    margin: 0;
    color: var(--pt-ink);
    font-size: clamp(38px, 3.9vw, 62px);
    font-weight: 950;
    line-height: 1.055;
    letter-spacing: -0.058em;
    text-wrap: balance;
}

.pt-hero2__title span {
    display: block;
    color: var(--pt-accent);
    background: linear-gradient(90deg, #0A83C9 0%, #10ABB6 74%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pt-hero2__subtitle {
    max-width: 680px;
    margin: 18px 0 0;
    color: #0b3557;
    font-size: clamp(16px, 1.15vw, 18px);
    font-weight: 650;
    line-height: 1.62;
}

.pt-hero2__finder {
    width: min(100%, 680px);
    margin: 24px 0 0;
    padding: 24px;
    border: 1px solid rgba(215, 236, 244, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 24px 64px rgba(7, 59, 95, 0.13);
    backdrop-filter: blur(16px);
}

.pt-hero2__finder-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 18px;
}

.pt-hero2__finder-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(9, 113, 183, 0.12), rgba(16, 171, 182, 0.16));
    color: var(--pt-primary);
    flex: 0 0 44px;
}

.pt-hero2__finder-icon svg {
    width: 22px;
    height: 22px;
}

.pt-hero2__finder-head strong {
    display: block;
    color: var(--pt-ink);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.pt-hero2__finder-head span:not(.pt-hero2__finder-icon) {
    display: block;
    margin-top: 5px;
    color: var(--pt-muted);
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.42;
}

.pt-hero2__finder-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(130px, 0.82fr);
    gap: 14px;
    width: 100%;
    margin: 0 !important;
}

.pt-hero2__field {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0 !important;
}

.pt-hero2__field > span {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 18px;
    margin: 0 0 8px;
    color: var(--pt-ink);
    font-size: 12.5px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.pt-hero2__field em {
    color: var(--pt-muted);
    font-style: normal;
    font-weight: 750;
}

.pt-hero2__finder-form select,
.pt-hero2__finder-form input[type="search"],
.pt-hero2__finder-form input[type="text"] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid rgba(7, 59, 95, 0.16) !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    color: var(--pt-text) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 48px !important;
    outline: 0 !important;
    box-shadow: 0 5px 16px rgba(7, 59, 95, 0.045) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.pt-hero2__finder-form select {
    padding-right: 36px !important;
    background-image: linear-gradient(45deg, transparent 50%, #073B5F 50%), linear-gradient(135deg, #073B5F 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}

.pt-hero2__finder-form select:disabled,
.pt-hero2__finder-form input:disabled {
    color: #91a3b4 !important;
    background-color: #f7fafc !important;
    cursor: not-allowed;
}

.pt-hero2__finder-form select:focus,
.pt-hero2__finder-form input:focus {
    border-color: var(--pt-accent) !important;
    box-shadow: 0 0 0 4px rgba(16, 171, 182, 0.16), 0 8px 22px rgba(7, 59, 95, 0.08) !important;
}

.pt-hero2__finder-button {
    grid-column: 1 / -1;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 2px 0 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background-color: var(--pt-accent) !important;
    background-image: linear-gradient(135deg, var(--pt-accent), var(--pt-primary)) !important;
    color: #ffffff !important;
    font-size: 15.5px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(16, 171, 182, 0.30) !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease !important;
}

.pt-hero2__finder-button svg,
.pt-hero2__finder-button span {
    color: #ffffff !important;
    fill: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.pt-hero2__finder-button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.pt-hero2__finder-button:hover,
.pt-hero2__finder-button:focus {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(16, 171, 182, 0.36) !important;
}

.pt-hero2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0 0;
}

.pt-hero2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: 15.5px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.pt-hero2__button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.pt-hero2__button--primary {
    background: linear-gradient(135deg, var(--pt-primary), var(--pt-accent));
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(9, 113, 183, 0.24);
}

.pt-hero2__button--secondary {
    border: 1px solid rgba(9, 113, 183, 0.28);
    background: rgba(255, 255, 255, 0.88);
    color: var(--pt-primary-dark) !important;
    box-shadow: 0 10px 24px rgba(7, 59, 95, 0.06);
}

.pt-hero2__button:hover,
.pt-hero2__button:focus {
    transform: translateY(-2px);
}

.pt-hero2__visual {
    display: none;
}

.pt-hero2__trust-shell {
    position: relative;
    z-index: 3;
    width: min(100% - 48px, 1420px);
    margin: 30px auto 0;
}

.pt-hero2__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(215, 236, 244, 0.88);
    border-radius: 24px 24px 0 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 46px rgba(7, 59, 95, 0.08);
    backdrop-filter: blur(14px);
}

.pt-hero2__benefit {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 22px 26px;
    border-right: 1px solid rgba(215, 236, 244, 0.78);
}

.pt-hero2__benefit:last-child {
    border-right: 0;
}

.pt-hero2__benefit svg {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    color: var(--pt-accent);
}

.pt-hero2__benefit strong {
    display: block;
    min-width: 0;
    color: var(--pt-ink);
    font-size: 15.5px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pt-hero2__benefit span {
    display: block;
    min-width: 0;
    margin-top: 3px;
    color: var(--pt-muted);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.3;
}

.pt-hero2__brands {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(260px, 1.45fr);
    gap: 0;
    align-items: center;
    min-height: 82px;
    padding: 0 30px;
    border: 1px solid rgba(215, 236, 244, 0.78);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 46px rgba(7, 59, 95, 0.06);
}

.pt-hero2__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 4px 10px;
    text-decoration: none !important;
    line-height: 1;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.pt-hero2__brand:hover,
.pt-hero2__brand:focus {
    transform: translateY(-1px);
    filter: saturate(1.08);
}

.pt-hero2__brand span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(19px, 1.55vw, 25px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.pt-hero2__brand--hp span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0096d6;
    color: #ffffff;
    font-style: italic;
    letter-spacing: -0.12em;
}

.pt-hero2__brand--canon span {
    color: #cc1f26;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 900;
}

.pt-hero2__brand--brother span {
    color: #075aaa;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.pt-hero2__brand--epson span {
    color: #003f8f;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.pt-hero2__brand--lexmark span {
    color: #243044;
    font-weight: 800;
}

.pt-hero2__brand--lexmark span::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    background: #36a936;
    transform: rotate(45deg);
}

.pt-hero2__brand--samsung span {
    padding: 7px 20px;
    border-radius: 999px;
    background: #0b4da2;
    color: #ffffff;
    font-size: clamp(17px, 1.38vw, 22px);
    letter-spacing: -0.035em;
}

.pt-hero2__rating {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 8px 12px;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding-left: 26px;
    border-left: 1px solid rgba(215, 236, 244, 0.9);
    color: var(--pt-ink);
    font-style: normal;
}

.pt-hero2__rating b {
    grid-row: 1 / 3;
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.035em;
}

.pt-hero2__rating i {
    display: block;
    color: #f5b301;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
}

.pt-hero2__rating small {
    display: block;
    color: var(--pt-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.15;
}

.pt-hero2__review-icon {
    grid-row: 1 / 3;
    display: inline-flex;
    width: 36px;
    height: 36px;
    color: #19ad63;
}

.pt-hero2__review-icon svg {
    display: block;
    width: 36px;
    height: 36px;
}

@media (min-width: 1500px) {
    .pt-hero2 {
        min-height: 820px;
    }
}

@media (max-width: 1280px) {
    .pt-hero2 {
        min-height: 760px;
        background-position: center top;
    }

    .pt-hero2::before {
        background: linear-gradient(90deg, rgba(247, 252, 255, 0.94) 0%, rgba(247, 252, 255, 0.76) 44%, rgba(247, 252, 255, 0.18) 72%, rgba(247, 252, 255, 0.00) 100%);
    }

    .pt-hero2__content {
        width: min(100%, 640px);
    }

    .pt-hero2__title {
        font-size: clamp(38px, 4.4vw, 56px);
    }

    .pt-hero2__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-hero2__benefit:nth-child(2) {
        border-right: 0;
    }

    .pt-hero2__benefit:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(215, 236, 244, 0.78);
    }

    .pt-hero2__brands {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 8px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .pt-hero2__rating {
        grid-column: 1 / -1;
        justify-self: center;
        padding: 16px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(215, 236, 244, 0.9);
    }
}

@media (max-width: 940px) {
    .pt-hero2 {
        min-height: 0;
        padding-top: 30px;
        background-image: linear-gradient(145deg, #ffffff 0%, #f2fbff 52%, #dcf4fb 100%);
        background-position: center top;
        background-size: auto;
    }

    .pt-hero2::before {
        background: radial-gradient(circle at 85% 12%, rgba(16, 171, 182, 0.18), transparent 34%);
    }

    .pt-hero2__shell,
    .pt-hero2__trust-shell {
        width: min(100% - 24px, 1500px);
    }

    .pt-hero2__content {
        width: 100%;
    }

    .pt-hero2__title {
        font-size: clamp(32px, 8.2vw, 52px);
        line-height: 1.03;
        letter-spacing: -0.06em;
    }

    .pt-hero2__subtitle {
        max-width: 100%;
        font-size: 15.5px;
        line-height: 1.58;
    }

    .pt-hero2__finder {
        width: 100%;
    }

    .pt-hero2__finder-form {
        grid-template-columns: 1fr;
    }

    .pt-hero2__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pt-hero2__button {
        width: 100%;
    }

    .pt-hero2__visual {
        position: relative;
        z-index: 2;
        display: block;
        width: min(100%, 720px);
        margin: 28px auto 0;
    }

    .pt-hero2__product-picture {
        display: block;
        overflow: hidden;
        border-radius: 24px;
        box-shadow: 0 20px 46px rgba(7, 59, 95, 0.13);
    }

    .pt-hero2__product-picture img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .pt-hero2__benefits {
        grid-template-columns: 1fr;
        border-radius: 22px 22px 0 0;
    }

    .pt-hero2__benefit,
    .pt-hero2__benefit:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(215, 236, 244, 0.78);
    }

    .pt-hero2__benefit:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .pt-hero2 {
        margin-bottom: 30px;
        padding-top: 24px;
    }

    .pt-hero2__eyebrow {
        font-size: 11.5px;
        margin-bottom: 20px;
    }

    .pt-hero2__title {
        font-size: clamp(30px, 8.9vw, 40px);
    }

    .pt-hero2__finder {
        padding: 16px;
        border-radius: 20px;
    }

    .pt-hero2__finder-head {
        gap: 12px;
    }

    .pt-hero2__finder-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        flex-basis: 40px;
    }

    .pt-hero2__finder-head strong {
        font-size: 17px;
    }

    .pt-hero2__finder-form select,
    .pt-hero2__finder-form input[type="search"],
    .pt-hero2__finder-form input[type="text"] {
        height: 50px !important;
        min-height: 50px !important;
        line-height: 50px !important;
    }

    .pt-hero2__benefit {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px;
    }

    .pt-hero2__benefit svg {
        width: 32px;
        height: 32px;
    }

    .pt-hero2__brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px 16px 20px;
        border-radius: 0 0 22px 22px;
    }

    .pt-hero2__brand {
        min-height: 52px;
    }

    .pt-hero2__brand span {
        font-size: 19px;
    }

    .pt-hero2__rating {
        grid-column: 1 / -1;
        grid-template-columns: auto 1fr auto;
        width: 100%;
    }

    .pt-hero2__rating b {
        font-size: 25px;
    }
}

/* =========================================================
   PrinterToner Enterprise Hero v1.28.3 refinements
   English comment: Final alignment pass based on production screenshots: full background, smaller H1, independent finder, icon replacements and mobile fixes.
========================================================= */
.pt-hero2 {
    min-height: 735px !important;
    padding-top: clamp(30px, 3.8vw, 46px) !important;
    background-size: contain !important;
    background-position: center top !important;
}

.pt-hero2::before {
    background: linear-gradient(90deg, rgba(247, 252, 255, 0.74) 0%, rgba(247, 252, 255, 0.54) 37%, rgba(247, 252, 255, 0.10) 57%, rgba(247, 252, 255, 0) 100%) !important;
}

.pt-hero2__shell {
    width: min(100% - 48px, 1420px) !important;
}

.pt-hero2__content {
    width: min(100%, 660px) !important;
}

.pt-hero2__eyebrow {
    gap: 8px !important;
    margin-bottom: 18px !important;
    padding: 7px 13px 7px 8px !important;
    border-color: rgba(16, 171, 182, 0.42) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: #06577e !important;
    box-shadow: 0 14px 34px rgba(7, 59, 95, 0.08) !important;
}

.pt-hero2__eyebrow svg {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px !important;
}

.pt-hero2__eyebrow b {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #087fbe, #10abb6);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.pt-hero2__eyebrow small {
    color: #06577e;
    font-size: 12.5px;
    font-weight: 950;
    line-height: 1;
}

.pt-hero2__title {
    max-width: 650px !important;
    font-size: clamp(38px, 3vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.048em !important;
}

.pt-hero2__subtitle {
    max-width: 650px !important;
    margin-top: 14px !important;
    font-size: 16.5px !important;
    line-height: 1.55 !important;
}

.pt-hero2__finder {
    width: min(100%, 720px) !important;
    margin-top: 20px !important;
    padding: 22px 24px 22px !important;
    border-radius: 22px !important;
}

.pt-hero2__finder-head {
    margin-bottom: 16px !important;
}

.pt-hero2__finder-form {
    display: grid !important;
    grid-template-columns: 180px minmax(250px, 1fr) 168px !important;
    gap: 13px 14px !important;
    align-items: end !important;
}

.pt-hero2__field > span {
    min-height: 19px !important;
    margin-bottom: 7px !important;
    white-space: nowrap !important;
}

.pt-hero2__finder-form select,
.pt-hero2__finder-form input[type="search"],
.pt-hero2__finder-form input[type="text"] {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    border-color: rgba(7, 59, 95, 0.18) !important;
    color: #073b5f !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
}

.pt-hero2__finder-button {
    grid-column: 1 / -1 !important;
    display: flex !important;
    min-height: 54px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #10abb6, #087fbe) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.pt-hero2__actions {
    margin-top: 20px !important;
}

.pt-hero2__button svg {
    width: 22px !important;
    height: 22px !important;
}

.pt-hero2__trust-shell {
    margin-top: 24px !important;
}

.pt-hero2__benefit svg {
    width: 42px !important;
    height: 42px !important;
    color: var(--pt-accent) !important;
}

.pt-hero2__benefit .pt-hs0,
.pt-hero2__benefit .pt-hs1,
.pt-hero2__benefit .pt-hs2,
.pt-hero2__benefit .pt-hs3 {
    vector-effect: non-scaling-stroke;
}

.pt-hero2__brand--hp span {
    width: auto !important;
    height: auto !important;
    min-width: 48px;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0096d6 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: -0.035em !important;
    font-weight: 950 !important;
}

.pt-hero2__brand--samsung span {
    text-transform: uppercase !important;
    letter-spacing: 0.035em !important;
    font-weight: 950 !important;
}

.pt-hero2__rating {
    grid-template-columns: auto 34px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 3px 10px !important;
    align-items: center !important;
}

.pt-hero2__rating b {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    font-size: 25px !important;
}

.pt-hero2__review-icon {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    width: 34px !important;
    height: 34px !important;
    color: #16b347 !important;
}

.pt-hero2__review-icon svg {
    width: 34px !important;
    height: 34px !important;
}

.pt-hero2__rating i {
    grid-column: 3 !important;
    grid-row: 1 !important;
    font-size: 17px !important;
}

.pt-hero2__rating small {
    grid-column: 3 !important;
    grid-row: 2 !important;
    font-size: 11.5px !important;
    line-height: 1.08 !important;
    max-width: 145px !important;
}

@media (max-width: 1280px) {
    .pt-hero2 {
        min-height: 705px !important;
        background-size: contain !important;
    }

    .pt-hero2__title {
        font-size: clamp(36px, 3.8vw, 46px) !important;
    }

    .pt-hero2__content {
        width: min(100%, 625px) !important;
    }

    .pt-hero2__finder-form {
        grid-template-columns: 170px minmax(220px, 1fr) 155px !important;
    }
}

@media (max-width: 1040px) {
    .pt-hero2__finder-form {
        grid-template-columns: 1fr 1fr !important;
    }

    .pt-hero2__field:nth-of-type(3) {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 940px) {
    .pt-hero2 {
        padding-top: 26px !important;
        background-size: auto !important;
    }

    .pt-hero2::before {
        background: radial-gradient(circle at 85% 12%, rgba(16, 171, 182, 0.18), transparent 34%) !important;
    }

    .pt-hero2__title {
        font-size: clamp(32px, 8vw, 42px) !important;
        line-height: 1.04 !important;
    }

    .pt-hero2__finder-form {
        grid-template-columns: 1fr !important;
    }

    .pt-hero2__field:nth-of-type(3) {
        grid-column: auto !important;
    }
}

@media (max-width: 640px) {
    .pt-hero2 {
        padding-top: 20px !important;
    }

    .pt-hero2__eyebrow {
        margin-bottom: 16px !important;
        padding-right: 10px !important;
    }

    .pt-hero2__eyebrow small {
        font-size: 11.5px !important;
    }

    .pt-hero2__title {
        font-size: clamp(29px, 8.4vw, 38px) !important;
        letter-spacing: -0.055em !important;
    }

    .pt-hero2__subtitle {
        font-size: 15px !important;
    }

    .pt-hero2__finder {
        margin-top: 18px !important;
        padding: 16px !important;
    }

    .pt-hero2__finder-button,
    .pt-hero2__button {
        min-height: 52px !important;
    }

    .pt-hero2__rating {
        grid-template-columns: auto 34px auto !important;
        justify-content: center !important;
        text-align: left !important;
    }

    .pt-hero2__rating small {
        max-width: 135px !important;
    }
}

/* =========================================================
   PrinterToner Enterprise Hero v1.28.3 micro-fixes
   English comment: Apply final requested visual corrections: inline highlighted title text, no title max-width, and cover background image.
========================================================= */
.pt-hero2 {
    background-size: cover !important;
}

.pt-hero2__title {
    max-width: none !important;
}

.pt-hero2__title span {
    display: inline !important;
}

@media (max-width: 1280px) {
    .pt-hero2 {
        background-size: cover !important;
    }

    .pt-hero2__title {
        max-width: none !important;
    }
}

@media (max-width: 940px) {
    .pt-hero2 {
        background-size: cover !important;
    }

    .pt-hero2__title {
        max-width: none !important;
    }

    .pt-hero2__title span {
        display: inline !important;
    }
}

/* =========================================================
   Next homepage SEO section
   English comment: This block extends the enterprise hero with conversion and SEO-focused content panels.
   ========================================================= */
.pt-afterhero {
  position: relative;
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.pt-afterhero__shell {
  width: min(1340px, calc(100% - 32px));
  margin: 0 auto;
}

.pt-afterhero__header {
  margin-bottom: 28px;
  text-align: center;
}

.pt-afterhero__title {
  margin: 0;
  color: #0b1d5b;
  font-size: clamp(30px, 2.5vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pt-afterhero__title span {
  color: #1ba9d6;
}

.pt-afterhero__lead {
  max-width: 860px;
  margin: 12px auto 0;
  color: #58708a;
  font-size: 16px;
  line-height: 1.75;
}

.pt-afterhero__reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.pt-afterhero__reason {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #e4edf6;
  border-radius: 26px;
  box-shadow: 0 14px 40px rgba(13, 55, 103, 0.05);
}

.pt-afterhero__reason-icon,
.pt-afterhero__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(14, 161, 207, 0.08) 0%, rgba(14, 161, 207, 0.14) 100%);
  color: #119bbe;
}

.pt-afterhero__reason-icon svg,
.pt-afterhero__stat-icon svg {
  width: 34px;
  height: 34px;
}

.pt-afterhero__reason-body h3 {
  margin: 0 0 8px;
  color: #0b1d5b;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.pt-afterhero__reason-body p {
  margin: 0;
  color: #5b728a;
  font-size: 16px;
  line-height: 1.75;
}

.pt-afterhero__guides,
.pt-afterhero__stats {
  background: #ffffff;
  border: 1px solid #e4edf6;
  border-radius: 30px;
  box-shadow: 0 16px 48px rgba(13, 55, 103, 0.06);
}

.pt-afterhero__guides {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 3fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 28px;
}

.pt-afterhero__guides-intro {
  padding: 34px 28px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5faff 100%);
  border-right: 1px solid #e4edf6;
}

.pt-afterhero__guides-intro h3,
.pt-afterhero__stats-intro h3 {
  margin: 0 0 14px;
  color: #0b1d5b;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pt-afterhero__guides-intro p,
.pt-afterhero__stats-intro p {
  margin: 0 0 18px;
  color: #5b728a;
  font-size: 16px;
  line-height: 1.75;
}

.pt-afterhero__guide-points {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.pt-afterhero__guide-points li {
  position: relative;
  padding-left: 28px;
  color: #183253;
  font-size: 15px;
  line-height: 1.55;
}

.pt-afterhero__guide-points li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1cb6cc 0%, #1b86dc 100%);
  box-shadow: 0 0 0 4px rgba(28, 182, 204, 0.12);
}

.pt-afterhero__guides-button,
.pt-afterhero__guide-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pt-afterhero__guides-button {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid #1b9ad3;
  border-radius: 999px;
  color: #0f7ec9;
  font-size: 15px;
  font-weight: 800;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(14, 72, 130, 0.08);
}

.pt-afterhero__guides-button:hover,
.pt-afterhero__guides-button:focus-visible {
  color: #0b6fb4;
  border-color: #0b6fb4;
  transform: translateY(-1px);
}

.pt-afterhero__guides-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
}

.pt-afterhero__guide-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e7eef7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(13, 55, 103, 0.04);
}

.pt-afterhero__guide-media {
  display: block;
  overflow: hidden;
}

.pt-afterhero__guide-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  -o-object-fit: cover;
     object-fit: cover;
}

.pt-afterhero__guide-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.pt-afterhero__guide-content h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.pt-afterhero__guide-content h3 a {
  color: #0b1d5b;
  text-decoration: none;
}

.pt-afterhero__guide-content p {
  margin: 0 0 16px;
  color: #5b728a;
  font-size: 15px;
  line-height: 1.7;
}

.pt-afterhero__guide-link {
  margin-top: auto;
  color: #1595d2;
  font-size: 15px;
  font-weight: 800;
}

.pt-afterhero__guide-link::after,
.pt-afterhero__guides-button::after {
  content: '→';
  font-size: 1em;
}

.pt-afterhero__guide-link:hover,
.pt-afterhero__guide-link:focus-visible {
  color: #0c79bb;
  transform: translateX(2px);
}

.pt-afterhero__stats {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 3fr);
  gap: 0;
  overflow: hidden;
}

.pt-afterhero__stats-intro {
  padding: 32px 28px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5faff 100%);
  border-right: 1px solid #e4edf6;
}

.pt-afterhero__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pt-afterhero__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 28px 22px;
  border-right: 1px solid #e4edf6;
}

.pt-afterhero__stat:last-child {
  border-right: 0;
}

.pt-afterhero__stat strong {
  color: #0b1d5b;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pt-afterhero__stat span {
  color: #0b1d5b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.pt-afterhero__stat small {
  color: #5b728a;
  font-size: 14px;
  line-height: 1.65;
}

.pt-afterhero__stat-icon {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
}

.pt-afterhero__stat-icon .clr-i-outline,
.pt-afterhero__stat-icon svg {
  max-width: 100%;
}

@media (max-width: 1279px) {
  .pt-afterhero__reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-afterhero__guides,
  .pt-afterhero__stats {
    grid-template-columns: 1fr;
  }

  .pt-afterhero__guides-intro,
  .pt-afterhero__stats-intro {
    border-right: 0;
    border-bottom: 1px solid #e4edf6;
  }

  .pt-afterhero__guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-afterhero__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-afterhero__stat:nth-child(2) {
    border-right: 0;
  }

  .pt-afterhero__stat:nth-child(-n + 2) {
    border-bottom: 1px solid #e4edf6;
  }
}

@media (max-width: 767px) {
  .pt-afterhero {
    padding: 26px 0 48px;
  }

  .pt-afterhero__shell {
    width: min(100% - 20px, 100%);
  }

  .pt-afterhero__header {
    margin-bottom: 20px;
    text-align: left;
  }

  .pt-afterhero__lead {
    margin-left: 0;
  }

  .pt-afterhero__reasons,
  .pt-afterhero__guides-grid,
  .pt-afterhero__stats-grid {
    grid-template-columns: 1fr;
  }

  .pt-afterhero__reason {
    padding: 18px;
    border-radius: 22px;
  }

  .pt-afterhero__reason-icon,
  .pt-afterhero__stat-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .pt-afterhero__reason-icon svg,
  .pt-afterhero__stat-icon svg {
    width: 28px;
    height: 28px;
  }

  .pt-afterhero__reason-body h3 {
    font-size: 20px;
  }

  .pt-afterhero__guides,
  .pt-afterhero__stats {
    border-radius: 24px;
  }

  .pt-afterhero__guides-intro,
  .pt-afterhero__stats-intro,
  .pt-afterhero__guides-grid,
  .pt-afterhero__stat {
    padding: 20px;
  }

  .pt-afterhero__guides-intro h3,
  .pt-afterhero__stats-intro h3 {
    font-size: 27px;
  }

  .pt-afterhero__guide-content {
    padding: 16px 16px 18px;
  }

  .pt-afterhero__guide-content h3 {
    font-size: 19px;
  }

  .pt-afterhero__stats-grid {
    gap: 0;
  }

  .pt-afterhero__stat {
    border-right: 0;
    border-bottom: 1px solid #e4edf6;
  }

  .pt-afterhero__stat:last-child {
    border-bottom: 0;
  }

  .pt-afterhero__stat strong {
    font-size: 32px;
  }

  .pt-afterhero__stat span {
    font-size: 17px;
  }
}

/* =========================================================
   Complete after-hero conversion blocks
   English comment: These rules complete the first homepage concept with full benefits and brand/rating blocks.
   ========================================================= */
.pt-afterhero__top-benefits,
.pt-afterhero__brand-band {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2edf7;
  box-shadow: 0 16px 44px rgba(9, 47, 92, 0.06);
  backdrop-filter: blur(14px);
}

.pt-afterhero__top-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 26px;
}

.pt-afterhero__top-benefit {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  min-width: 0;
  padding: 26px 24px;
  border-right: 1px solid #e2edf7;
}

.pt-afterhero__top-benefit:last-child {
  border-right: 0;
}

.pt-afterhero__top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  color: #0aaebb;
}

.pt-afterhero__top-icon svg {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pt-afterhero__top-benefit h3 {
  margin: 0 0 6px;
  color: #0b1d5b;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pt-afterhero__top-benefit strong {
  display: block;
  margin-bottom: 10px;
  color: #119bbe;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

.pt-afterhero__top-benefit p {
  margin: 0;
  color: #536b84;
  font-size: 15px;
  line-height: 1.65;
}

.pt-afterhero__brand-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(0, 2.25fr) minmax(240px, 0.72fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 46px;
  padding: 28px 34px;
  border-radius: 26px;
}

.pt-afterhero__brand-copy {
  padding-right: 24px;
  border-right: 1px solid #e2edf7;
}

.pt-afterhero__brand-copy h3 {
  margin: 0 0 10px;
  color: #0b1d5b;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.pt-afterhero__brand-copy p {
  margin: 0;
  color: #536b84;
  font-size: 15px;
  line-height: 1.7;
}

.pt-afterhero__brand-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.pt-afterhero__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: #0b1d5b;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.pt-afterhero__brand-logo:hover,
.pt-afterhero__brand-logo:focus-visible {
  opacity: 0.88;
  transform: translateY(-1px);
}

.pt-afterhero__brand-logo--hp {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
}

.pt-afterhero__brand-logo--hp::before {
  content: 'HP';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0e8ee6 0%, #0b5ec8 100%);
  font-style: italic;
  letter-spacing: -0.08em;
}

.pt-afterhero__brand-logo--hp {
  font-size: 0;
}

.pt-afterhero__brand-logo--canon {
  color: #d71920;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 800;
}

.pt-afterhero__brand-logo--brother {
  color: #0871ce;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.pt-afterhero__brand-logo--epson {
  color: #0556b5;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.pt-afterhero__brand-logo--lexmark {
  gap: 7px;
  color: #1f2c3d;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.pt-afterhero__brand-logo--lexmark span {
  width: 26px;
  height: 26px;
  background: #28a745;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.pt-afterhero__brand-logo--samsung {
  color: #1458b6;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.pt-afterhero__brand-rating {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px 12px;
  align-items: center;
  justify-content: end;
  padding-left: 24px;
  border-left: 1px solid #e2edf7;
}

.pt-afterhero__brand-rating b {
  color: #0b1d5b;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pt-afterhero__brand-rating span {
  color: #ffb800;
  font-size: 23px;
  letter-spacing: 0.04em;
}

.pt-afterhero__brand-rating small {
  grid-column: 1 / 2;
  color: #536b84;
  font-size: 14px;
  line-height: 1.25;
}

.pt-afterhero__brand-rating i {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.pt-afterhero__brand-rating i svg {
  width: 52px;
  height: 52px;
}

@media (max-width: 1279px) {
  .pt-afterhero__top-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-afterhero__top-benefit:nth-child(2) {
    border-right: 0;
  }

  .pt-afterhero__top-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid #e2edf7;
  }

  .pt-afterhero__brand-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pt-afterhero__brand-copy,
  .pt-afterhero__brand-rating {
    padding: 0;
    border: 0;
  }

  .pt-afterhero__brand-rating {
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .pt-afterhero__top-benefits {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .pt-afterhero__top-benefit,
  .pt-afterhero__top-benefit:nth-child(2) {
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid #e2edf7;
  }

  .pt-afterhero__top-benefit:last-child {
    border-bottom: 0;
  }

  .pt-afterhero__top-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .pt-afterhero__top-icon svg {
    width: 48px;
    height: 48px;
  }

  .pt-afterhero__top-benefit h3 {
    font-size: 21px;
  }

  .pt-afterhero__top-benefit strong {
    font-size: 17px;
  }

  .pt-afterhero__brand-band {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .pt-afterhero__brand-copy h3 {
    font-size: 24px;
  }

  .pt-afterhero__brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .pt-afterhero__brand-logo--canon {
    font-size: 29px;
  }

  .pt-afterhero__brand-logo--brother,
  .pt-afterhero__brand-logo--epson,
  .pt-afterhero__brand-logo--samsung {
    font-size: 27px;
  }

  .pt-afterhero__brand-logo--lexmark {
    font-size: 24px;
  }

  .pt-afterhero__brand-rating b {
    font-size: 30px;
  }

  .pt-afterhero__brand-rating span {
    font-size: 20px;
  }
}
/* =========================================================
   Featured products showcase section
   English comment: Pixel-oriented implementation of the approved product showcase mockup.
   ========================================================= */
.pt-featured-products {
  position: relative;
  padding: 46px 0 84px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.pt-featured-products__shell {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 0;
  width: min(1680px, calc(100% - 56px));
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfeaf6;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(11, 45, 96, 0.08);
}

.pt-featured-products__intro {
  padding: 50px 38px 52px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4faff 100%);
  border-right: 1px solid #e5eef8;
}

.pt-featured-products__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin-bottom: 28px;
  padding: 0 18px;
  color: #0a7ee6;
  background: #e9f6ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pt-featured-products__eyebrow svg {
  width: 18px;
  height: 18px;
}

.pt-featured-products__intro h2 {
  margin: 0;
  color: #071955;
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.pt-featured-products__intro > p {
  max-width: 390px;
  margin: 28px 0 0;
  color: #5d7192;
  font-size: 18px;
  line-height: 1.68;
  font-weight: 500;
}

.pt-featured-products__checks {
  display: grid;
  gap: 17px;
  margin: 28px 0 0;
  padding: 0;
  color: #13356d;
  list-style: none;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.pt-featured-products__checks li {
  position: relative;
  min-height: 34px;
  padding-left: 44px;
}

.pt-featured-products__checks li::before {
  content: '✓';
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
  background: linear-gradient(135deg, #25c2f4 0%, #086fe2 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(17, 151, 224, 0.11);
  font-size: 15px;
  font-weight: 900;
}

.pt-featured-products__b2b {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 20px;
  align-items: end;
  margin-top: 52px;
  padding: 26px 22px 24px;
  background: linear-gradient(145deg, #f5fbff 0%, #ffffff 100%);
  border: 1px solid #dfeaf6;
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 38px rgba(11, 45, 96, 0.04);
}

.pt-featured-products__b2b h3 {
  max-width: 230px;
  margin: 0 0 12px;
  color: #071955;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.pt-featured-products__b2b p {
  margin: 0 0 22px;
  color: #5d7192;
  font-size: 16px;
  line-height: 1.58;
}

.pt-featured-products__b2b a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  color: #0677dd;
  background: #ffffff;
  border: 1px solid #1689ef;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.pt-featured-products__b2b a::after {
  content: '→';
}

.pt-featured-products__b2b-icon {
  display: grid;
  place-items: center;
  align-self: center;
  min-width: 112px;
  color: #0c80e4;
}

.pt-featured-products__b2b-icon svg {
  width: 118px;
  height: 118px;
}

.pt-featured-products__main {
  min-width: 0;
  padding: 48px 48px 50px;
}

.pt-featured-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.pt-featured-products__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pt-featured-products__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 166px;
  min-height: 60px;
  padding: 0 24px;
  color: #1b2d5e;
  background: #ffffff;
  border: 1px solid #dfe9f4;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(12, 52, 95, 0.03);
}

.pt-featured-products__tab svg {
  width: 22px;
  height: 22px;
}

.pt-featured-products__tab.is-active {
  color: #056fd5;
  border-color: #1689ef;
  box-shadow: 0 12px 30px rgba(16, 117, 229, 0.08);
}

.pt-featured-products__arrows {
  display: flex;
  gap: 14px;
  margin-left: auto;
}

.pt-featured-products__arrows span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #9aabc1;
  background: #ffffff;
  border: 1px solid #e0eaf5;
  border-radius: 50%;
}

.pt-featured-products__arrows svg {
  width: 22px;
  height: 22px;
}

.pt-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pt-featured-products__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 612px;
  padding: 22px 20px 22px;
  background: #ffffff;
  border: 1px solid #dfe9f4;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(10, 46, 96, 0.04);
}

.pt-featured-products__card-top {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.pt-featured-products__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.pt-featured-products__badge--blue {
  color: #0b7cdf;
  background: #e7f4ff;
}

.pt-featured-products__badge--orange {
  color: #f59a00;
  background: #fff5e4;
}

.pt-featured-products__heart {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #8094b2;
  background: rgba(255,255,255,.9);
  border: 1px solid #e0eaf5;
  border-radius: 12px;
  pointer-events: auto;
}

.pt-featured-products__heart svg {
  width: 21px;
  height: 21px;
}

.pt-featured-products__image {
  display: grid;
  place-items: end center;
  width: 100%;
  height: 212px;
  margin-bottom: 20px;
  padding-top: 26px;
  overflow: hidden;
  text-decoration: none;
}

.pt-featured-products__image img {
  display: block;
  max-width: 100%;
  max-height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(11, 45, 96, 0.08));
}

.pt-featured-products__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pt-featured-products__card h3 {
  margin: 0 0 20px;
  color: #071955;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.pt-featured-products__card h3 a {
  color: inherit;
  text-decoration: none;
}

.pt-featured-products__features {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  color: #536b91;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.pt-featured-products__features li {
  position: relative;
  padding-left: 30px;
}

.pt-featured-products__features li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.pt-featured-products__features--blue li::before {
  background: #1c9bf0;
}

.pt-featured-products__features--orange li::before {
  background: #ffad1f;
}

.pt-featured-products__stock {
  position: relative;
  margin-top: auto;
  margin-bottom: 14px;
  padding-left: 24px;
  color: #148d2d;
  font-size: 15px;
  font-weight: 800;
}

.pt-featured-products__stock::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4ac943;
}

.pt-featured-products__price {
  display: block;
  margin-bottom: 5px;
  color: #071955;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.pt-featured-products__tax {
  display: block;
  margin-bottom: 22px;
  color: #7486a2;
  font-size: 14px;
  font-weight: 700;
}

.pt-featured-products__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, 154px);
  min-height: 44px;
  color: #ffffff;
  background: linear-gradient(135deg, #0879e8 0%, #0069dd 100%);
  border-radius: 11px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(5, 106, 221, 0.18);
}

.pt-featured-products__button::after {
  content: '→';
}

@media (max-width: 1399px) {
  .pt-featured-products__shell {
    grid-template-columns: 380px minmax(0, 1fr);
  }

  .pt-featured-products__intro,
  .pt-featured-products__main {
    padding: 36px 28px;
  }

  .pt-featured-products__tab {
    min-width: 144px;
  }

  .pt-featured-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .pt-featured-products__shell {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 100%);
  }

  .pt-featured-products__intro {
    border-right: 0;
    border-bottom: 1px solid #e5eef8;
  }

  .pt-featured-products__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .pt-featured-products__arrows {
    display: none;
  }
}

@media (max-width: 640px) {
  .pt-featured-products {
    padding: 28px 0 48px;
  }

  .pt-featured-products__shell {
    border-radius: 26px;
  }

  .pt-featured-products__intro,
  .pt-featured-products__main {
    padding: 24px 18px;
  }

  .pt-featured-products__intro h2 {
    font-size: 36px;
  }

  .pt-featured-products__intro > p {
    font-size: 16px;
  }

  .pt-featured-products__b2b {
    grid-template-columns: 1fr;
  }

  .pt-featured-products__b2b-icon {
    display: none;
  }

  .pt-featured-products__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }

  .pt-featured-products__tab {
    min-width: 0;
    min-height: 52px;
    padding: 0 12px;
    font-size: 13px;
  }

  .pt-featured-products__grid {
    grid-template-columns: 1fr;
  }

  .pt-featured-products__card {
    min-height: auto;
  }
}
