.ksm-article-cta,
.ksm-article-cta * {
    box-sizing: border-box;
}

.ksm-article-cta {
    --ksm-cta-burgundy: #7a151a;
    --ksm-cta-burgundy-dark: #5f0f13;
    --ksm-cta-silver: #c7c9cc;
    --ksm-cta-white: #fff;
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 42px 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(122, 21, 26, 0.28);
    border-left: 5px solid var(--ksm-cta-silver);
    background:
        linear-gradient(115deg, rgba(95, 15, 19, 0.99), rgba(122, 21, 26, 0.96)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px);
    color: var(--ksm-cta-white);
    box-shadow: 0 18px 45px rgba(43, 24, 26, 0.14);
    font-family: inherit;
    text-align: left;
}

.ksm-article-cta::before,
.ksm-article-cta::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(199, 201, 204, 0.15);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.ksm-article-cta::before {
    width: 260px;
    height: 260px;
    right: -145px;
    top: -155px;
}

.ksm-article-cta::after {
    width: 150px;
    height: 150px;
    right: 60px;
    bottom: -115px;
}

.ksm-article-cta__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
    gap: 26px;
    padding: clamp(25px, 4vw, 38px);
}

.ksm-article-cta--no-contacts .ksm-article-cta__inner {
    grid-template-columns: 1fr;
}

.ksm-article-cta__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ksm-article-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 11px;
    color: var(--ksm-cta-silver);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.ksm-article-cta__eyebrow::after {
    width: 42px;
    height: 1px;
    background: rgba(199, 201, 204, 0.75);
    content: "";
}

.ksm-article-cta__eyebrow-icon {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.ksm-article-cta__eyebrow-icon svg {
    width: 17px;
    height: 17px;
}

.ksm-article-cta svg path,
.ksm-article-cta svg rect,
.ksm-article-cta svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ksm-article-cta__title {
    margin: 0 0 11px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: clamp(21px, 3vw, 28px) !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

.ksm-article-cta__subtitle {
    max-width: 720px;
    margin: 0 0 23px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    text-align: left !important;
}

.ksm-article-cta__button {
    display: inline-flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 19px !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--ksm-cta-burgundy) !important;
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.16);
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, color 180ms ease, box-shadow 220ms ease;
}

.ksm-article-cta__button:hover {
    transform: translateY(-3px);
    background: var(--ksm-cta-silver) !important;
    color: var(--ksm-cta-burgundy-dark) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.ksm-article-cta__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.42);
    outline-offset: 4px;
}

.ksm-article-cta__button-arrow {
    width: 19px;
    height: 19px;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ksm-article-cta__button:hover .ksm-article-cta__button-arrow {
    transform: translateX(3px);
}

.ksm-article-cta__contacts {
    position: relative;
    display: grid;
    align-content: center;
    gap: 9px;
    min-width: 0;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
}

.ksm-article-cta__contacts-label {
    display: block;
    margin: 0 3px 3px;
    color: var(--ksm-cta-silver);
    font-size: 11px;
    font-weight: 800;
}

.ksm-article-cta__contact {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 11px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.12) !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: border-color 180ms ease, background-color 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ksm-article-cta a.ksm-article-cta__contact:hover {
    transform: translateX(3px);
    border-color: rgba(255, 255, 255, 0.35) !important;
    background: rgba(255, 255, 255, 0.11) !important;
}

.ksm-article-cta a.ksm-article-cta__contact:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.ksm-article-cta__contact-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(199, 201, 204, 0.36);
    color: #fff;
}

.ksm-article-cta__contact-icon svg {
    width: 21px;
    height: 21px;
}

.ksm-article-cta__contact-copy {
    display: block;
    min-width: 0;
}

.ksm-article-cta__contact-copy small,
.ksm-article-cta__contact-copy b {
    display: block;
    overflow-wrap: anywhere;
}

.ksm-article-cta__contact-copy small {
    margin-bottom: 3px;
    color: var(--ksm-cta-silver) !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.ksm-article-cta__contact-copy b {
    color: #fff !important;
    font-family: inherit !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
}

.ksm-article-cta__contact--address {
    align-items: flex-start;
}

@media (max-width: 560px) {
    .ksm-article-cta {
        margin: 32px 0;
        border-left-width: 4px;
    }

    .ksm-article-cta__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px 18px;
    }

    .ksm-article-cta__title {
        font-size: 21px !important;
    }

    .ksm-article-cta__subtitle {
        font-size: 13px !important;
    }

    .ksm-article-cta__button {
        width: 100%;
    }

    .ksm-article-cta__contacts {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ksm-article-cta__button,
    .ksm-article-cta__button-arrow,
    .ksm-article-cta__contact {
        transition: none !important;
    }
}
