

/* Start:/local/components/ipk/catalog.showcase/templates/.default/style.css?17897105787413*/
.ipk-cnc-showcase {
    --ipk-cnc-border: #d7e2f3;
    --ipk-cnc-blue: #0866ff;
    --ipk-cnc-navy: #07194b;
    color: var(--ipk-cnc-navy);
}

/* The legacy production template reserves a fixed left column even when it is empty. */
.intec-template-layout-columns:has(.ipk-cnc-showcase) > .intec-template-layout-column-fixed {
    display: none;
}

.intec-template-layout-columns:has(.ipk-cnc-showcase) > .intec-template-layout-column-adaptive {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
}

.ipk-cnc-showcase__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 430px;
    margin: 0 0 44px;
    overflow: hidden;
    border-radius: 10px;
    background: #061945 url('/local/templates/ipk/images/hero-tools-v1.png') center / cover no-repeat;
    color: #fff;
}

.ipk-cnc-showcase__hero::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 18, 55, 0.98) 0%, rgba(3, 18, 55, 0.9) 42%, rgba(3, 18, 55, 0.25) 73%, rgba(3, 18, 55, 0.08) 100%);
    content: '';
}

.ipk-cnc-showcase__hero-copy,
.ipk-cnc-showcase__advantages {
    position: relative;
    z-index: 1;
}

.ipk-cnc-showcase__hero-copy {
    width: min(720px, 67%);
    padding: 48px 46px 122px;
}

.ipk-cnc-showcase__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #83baff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ipk-cnc-showcase__hero h2,
.ipk-cnc-showcase__hero p {
    margin: 0;
    color: #fff;
}

.ipk-cnc-showcase__hero h2 {
    max-width: 680px;
    font-size: clamp(34px, 3.4vw, 55px);
    line-height: 1.06;
    text-wrap: balance;
}

.ipk-cnc-showcase__hero p {
    max-width: 650px;
    margin-top: 18px;
    color: #dce8ff;
    font-size: 18px;
    line-height: 1.5;
}

.ipk-cnc-showcase__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ipk-cnc-showcase__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border: 2px solid #0866ff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ipk-cnc-showcase__button--primary {
    background: #0866ff;
    color: #fff !important;
}

.ipk-cnc-showcase__button--secondary {
    background: rgba(4, 22, 61, 0.58);
    color: #fff !important;
}

.ipk-cnc-showcase__button:hover {
    border-color: #3c84ff;
    background: #3c84ff;
    color: #fff !important;
}

.ipk-cnc-showcase__advantages {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 22px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    background: rgba(3, 17, 50, 0.82);
    backdrop-filter: blur(8px);
}

.ipk-cnc-showcase__advantages div {
    min-width: 0;
    padding: 0 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ipk-cnc-showcase__advantages div:first-child {
    border-left: 0;
}

.ipk-cnc-showcase__advantages strong,
.ipk-cnc-showcase__advantages span {
    display: block;
}

.ipk-cnc-showcase__advantages strong {
    color: #fff;
    font-size: 15px;
}

.ipk-cnc-showcase__advantages span {
    margin-top: 5px;
    color: #c7d6f2;
    font-size: 13px;
    line-height: 1.35;
}

.ipk-cnc-showcase__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ipk-cnc-showcase__empty {
    margin: 32px 0;
    padding: 20px;
    border: 1px solid var(--ipk-cnc-border);
    border-radius: 8px;
    background: #fff;
}

.ipk-cnc-showcase__group-head {
    min-height: 92px;
    margin-bottom: 14px;
}

.ipk-cnc-showcase__group-head h2,
.ipk-cnc-showcase__group-head p {
    margin: 0;
}

.ipk-cnc-showcase__group-head h2 {
    color: var(--ipk-cnc-navy);
    font-size: 27px;
    line-height: 1.2;
    text-wrap: balance;
}

.ipk-cnc-showcase__group-head p {
    margin-top: 8px;
    color: #526581;
    font-size: 16px;
    line-height: 1.5;
}

.ipk-cnc-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ipk-cnc-showcase__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 10px;
    min-width: 0;
    min-height: 126px;
    padding: 15px;
    overflow: hidden;
    border: 1px solid var(--ipk-cnc-border);
    border-radius: 9px;
    background: #fff;
    color: var(--ipk-cnc-navy);
    text-decoration: none !important;
    touch-action: manipulation;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ipk-cnc-showcase__card:hover {
    border-color: #8fb9ff;
    background: #f8fbff;
    box-shadow: 0 10px 26px rgba(17, 55, 116, 0.09);
    color: var(--ipk-cnc-navy);
    text-decoration: none !important;
}

.ipk-cnc-showcase__card:focus-visible {
    outline: 3px solid rgba(8, 102, 255, 0.35);
    outline-offset: 3px;
}

.ipk-cnc-showcase__card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.ipk-cnc-showcase__card-copy strong {
    color: var(--ipk-cnc-navy) !important;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.ipk-cnc-showcase__card-copy > span {
    color: var(--ipk-cnc-blue);
    font-size: 12px;
    font-weight: 700;
}

.ipk-cnc-showcase__card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.ipk-cnc-showcase__card-image img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: contain;
}

@media (max-width: 1120px) {
    .ipk-cnc-showcase__groups {
        grid-template-columns: 1fr;
    }

    .ipk-cnc-showcase__group-head {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .ipk-cnc-showcase__hero {
        min-height: 0;
        margin-bottom: 34px;
        background-position: 64% center;
    }

    .ipk-cnc-showcase__hero::before {
        background: linear-gradient(90deg, rgba(3, 18, 55, 0.99) 0%, rgba(3, 18, 55, 0.94) 70%, rgba(3, 18, 55, 0.72) 100%);
    }

    .ipk-cnc-showcase__hero-copy {
        width: 100%;
        padding: 30px 22px;
    }

    .ipk-cnc-showcase__hero h2 {
        font-size: 32px;
    }

    .ipk-cnc-showcase__hero p {
        font-size: 16px;
    }

    .ipk-cnc-showcase__button {
        width: 100%;
    }

    .ipk-cnc-showcase__advantages {
        position: relative;
        grid-template-columns: 1fr;
        padding: 8px 22px 18px;
    }

    .ipk-cnc-showcase__advantages div,
    .ipk-cnc-showcase__advantages div:first-child {
        padding: 13px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .ipk-cnc-showcase__group-head h2 {
        font-size: 25px;
    }

    .ipk-cnc-showcase__grid {
        grid-template-columns: 1fr;
    }

    .ipk-cnc-showcase__card {
        grid-template-columns: minmax(0, 1fr) 104px;
        min-height: 142px;
        padding: 18px;
    }

    .ipk-cnc-showcase__card-image img {
        height: 98px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ipk-cnc-showcase__card {
        transition: none;
    }
}

/* End */
/* /local/components/ipk/catalog.showcase/templates/.default/style.css?17897105787413 */
