.page-template-template-kbk-cold {
    overflow-x: hidden;
    background: #fff;
}

html .page-template-template-kbk-cold,
html .page-template-template-kbk-cold .eltd-wrapper,
html .page-template-template-kbk-cold .eltd-content,
html .page-template-template-kbk-cold .eltd-content-inner,
html .page-template-template-kbk-cold .eltd-container,
html .page-template-template-kbk-cold .eltd-full-width,
html .page-template-template-kbk-cold .eltd-full-width-inner {
    overflow-x: hidden;
}

.page-template-template-kbk-cold .eltd-container-inner.clearfix {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-template-kbk-cold .eltd-content .eltd-content-inner > .eltd-container > .eltd-container-inner,
.page-template-template-kbk-cold .eltd-content .eltd-content-inner > .eltd-full-width > .eltd-full-width-inner {
    padding-top: 0 !important;
}

.page-template-template-kbk-cold .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed),
.page-template-template-kbk-cold .eltd-mobile-header .eltd-mobile-header-inner {
    background: #f6eedf;
}

.page-template-template-kbk-cold .eltd-page-header .eltd-main-menu > ul > li > a,
.page-template-template-kbk-cold .eltd-page-header .eltd-main-menu > ul > li > a span,
.page-template-template-kbk-cold .eltd-mobile-header .eltd-mobile-menu-opener a {
    color: #17191d;
}

.kbk-cold-page {
    --kbk-cold-shell-max: 1320px;
    --kbk-cold-gutter: 40px;
    --kbk-cold-section-space: 84px;
    --kbk-cold-bg-cream: #f6eedf;
    --kbk-cold-bg-pink: #f4b5bc;
    --kbk-cold-bg-dark: #171a1f;
    --kbk-cold-bg-soft: #dff0f4;
    --kbk-cold-bg-soft-dark: #33434b;
    --kbk-cold-text: #16181b;
    --kbk-cold-text-muted: #4a4d53;
    --kbk-cold-text-light: #f4f4f4;
    --kbk-cold-accent-red: #e53b3b;
    --kbk-cold-accent-pink: #f1b4ba;
    --kbk-cold-accent-blue: #8ed3e0;
    --kbk-cold-border: #d8d1c7;
    --kbk-cold-font-sans: "Montserrat", "Muli", sans-serif;
    --kbk-cold-font-serif: "Playfair Display", Georgia, serif;
    --kbk-cold-type-hero: clamp(48px, 5vw, 72px);
    --kbk-cold-type-serif-xl: clamp(46px, 4.3vw, 66px);
    --kbk-cold-type-section: clamp(30px, 2.7vw, 42px);
    --kbk-cold-type-card-title: clamp(24px, 1.95vw, 30px);
    --kbk-cold-type-subtitle: clamp(18px, 1.45vw, 22px);
    --kbk-cold-type-body-lg: clamp(17px, 1.14vw, 19px);
    --kbk-cold-type-body: clamp(16px, 1.02vw, 18px);
    --kbk-cold-type-meta: clamp(15px, 0.95vw, 16px);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.kbk-cold-stack {
    position: relative;
}

.kbk-cold-stack > section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    font-family: var(--kbk-cold-font-sans) !important;
}

.kbk-cold-stack > section * {
    box-sizing: border-box;
}

.kbk-cold-shell {
    width: min(var(--kbk-cold-shell-max), calc(100% - (var(--kbk-cold-gutter) * 2)));
    margin: 0 auto;
}

.kbk-cold-page h2 {
    letter-spacing: -0.02em !important;
}

.kbk-cold-serif-title,
.kbk-cold-hero-title,
.kbk-cold-program-title {
    font-family: var(--kbk-cold-font-serif) !important;
    font-optical-sizing: auto;
}

.kbk-cold-hero {
    background: var(--kbk-cold-bg-cream);
    padding: 88px 0 120px;
}

.kbk-cold-hero-inner {
    width: min(100%, 760px);
    margin: 0 auto;
    text-align: center;
}

.kbk-cold-hero-title {
    margin: 0 0 48px !important;
    color: #101112;
    font-size: var(--kbk-cold-type-hero) !important;
    font-weight: 400 !important;
    line-height: 0.97 !important;
    letter-spacing: -0.045em;
}

.kbk-cold-hero-copy {
    max-width: 720px;
    margin: 0 auto 48px !important;
    color: #17191d;
    font-size: var(--kbk-cold-type-subtitle);
    font-weight: 500;
    line-height: 1.28;
}

.kbk-cold-hero-copy strong {
    font-weight: 700;
}

.kbk-cold-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kbk-cold-stat {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.kbk-cold-stat strong {
    color: #111214;
    font-family: var(--kbk-cold-font-serif) !important;
    font-size: clamp(50px, 4vw, 62px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
}

.kbk-cold-stat span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    padding: 10px 20px;
    border: 1.5px solid #1a1b1d;
    border-radius: 10px;
    color: #17191d;
    font-size: var(--kbk-cold-type-meta);
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.kbk-cold-fit {
    background: var(--kbk-cold-bg-dark);
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-fit-box {
    width: min(100%, 760px);
    margin: 0 auto;
}

.kbk-cold-fit h2 {
    margin: 0 0 30px !important;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.kbk-cold-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kbk-cold-check-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    border-radius: 10px;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.32;
}

.kbk-cold-check-list li + li {
    margin-top: 14px;
}

.kbk-cold-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.kbk-cold-check-icon img {
    display: block;
    width: 28px;
    height: 28px;
}

.kbk-cold-problem {
    background: #F8F8F8;
    padding: var(--kbk-cold-section-space) 0 0;
}

.kbk-cold-problem-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr);
    gap: 44px;
    align-items: stretch;
}

.kbk-cold-problem-copy {
    padding: 0 0 74px;
}

.kbk-cold-problem-copy h2 {
    margin: 0 0 28px !important;
    color: var(--kbk-cold-text);
    font-size: var(--kbk-cold-type-serif-xl) !important;
    font-weight: 400 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.025em;
}

.kbk-cold-arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kbk-cold-arrow-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    color: #24262b;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
}

.kbk-cold-arrow-list li + li {
    margin-top: 22px;
}

.kbk-cold-arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-height: 100%;
}

.kbk-cold-arrow-icon img {
    display: block;
    width: 30px;
    height: 18px;
}

.kbk-cold-problem-note {
    max-width: 480px;
    margin-top: 40px;
    padding: 18px 28px;
    border: 1px solid #d6c2c1;
    border-left: 12px solid #d43333;
    border-radius: 12px;
    background: #faefee;
}

.kbk-cold-problem-note p {
    margin: 0 !important;
    color: #1f2024;
    font-size: var(--kbk-cold-type-body);
    font-weight: 500;
    line-height: 1.28;
}

.kbk-cold-problem-note strong {
    font-weight: 800;
}

.kbk-cold-problem-visual {
    display: flex;
    align-self: stretch;
    align-items: flex-end;
    justify-content: flex-end;
}

.kbk-cold-problem-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.kbk-cold-why {
    background: var(--kbk-cold-bg-cream);
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-why-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-bottom: 40px;
    text-align: center;
}

.kbk-cold-x-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(241, 180, 186, 0.9);
    box-shadow: inset 0 0 0 14px rgba(255, 222, 225, 0.8);
}

.kbk-cold-x-badge img {
    display: block;
    width: 22px;
    height: 22px;
}

.kbk-cold-why h2 {
    margin: 0 !important;
    color: #14161a;
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.kbk-cold-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    width: min(100%, 800px);
    margin: 0 auto 40px;
}

.kbk-cold-why-card {
    min-height: 98px;
    padding: 22px 28px;
    border-radius: 12px;
    background: var(--kbk-cold-accent-pink);
    text-align: center;
}

.kbk-cold-why-card p,
.kbk-cold-why-note {
    margin: 0 !important;
    color: #17181b;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
}

.kbk-cold-why-note {
    width: min(100%, 720px);
    margin: 0 auto !important;
    text-align: center;
}

.kbk-cold-definition {
    background: var(--kbk-cold-bg-dark);
    padding: var(--kbk-cold-section-space) 0;
    color: var(--kbk-cold-text-light);
}

.kbk-cold-definition-grid {
    display: grid;
    width: min(100%, 1220px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 520px) minmax(0, 656px);
    gap: 44px;
    justify-content: center;
}

.kbk-cold-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
}

.kbk-cold-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.kbk-cold-heading-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.kbk-cold-card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kbk-cold-heading-icon-info {
    width: 18px;
    height: 28px;
    flex: 0 0 18px;
}

.kbk-cold-heading-icon-diff {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
}

.kbk-cold-heading h2 {
    margin: 0 !important;
    color: var(--kbk-cold-text-light);
    font-size: clamp(25px, 2vw, 35px) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.kbk-cold-definition-intro,
.kbk-cold-definition-label {
    margin: 0 0 18px !important;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 700;
    line-height: 1.4;
}

.kbk-cold-definition-label {
    margin-top: 30px !important;
}

.kbk-cold-tick-list,
.kbk-cold-cross-list,
.kbk-cold-works-box ul,
.kbk-cold-program-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kbk-cold-tick-list li,
.kbk-cold-cross-list li,
.kbk-cold-program-features li {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.92);
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
}

.kbk-cold-tick-list li + li,
.kbk-cold-cross-list li + li,
.kbk-cold-program-features li + li {
    margin-top: 18px;
}

.kbk-cold-tick-list li::before,
.kbk-cold-cross-list li::before,
.kbk-cold-program-features li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.kbk-cold-tick-list li::before,
.kbk-cold-program-features li::before {
    background-image: url("../img/kbk-cold-def-check.png");
}

.kbk-cold-cross-list li::before {
    background-image: url("../img/kbk-cold-def-x.png");
}

.kbk-cold-works-box {
    width: min(100%, 468px);
    margin-top: 34px;
    padding: 22px 24px 24px;
    border: 2px solid var(--kbk-cold-accent-blue);
    border-radius: 14px;
    background: rgba(142, 211, 224, 0.16);
}

.kbk-cold-works-box h3 {
    margin: 0 0 18px !important;
    color: var(--kbk-cold-text-light);
    font-size: clamp(22px, 1.4vw, 26px) !important;
    font-weight: 700 !important;
}

.kbk-cold-works-box ul {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
    gap: 16px 24px;
}

.kbk-cold-works-box li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: var(--kbk-cold-type-body);
    font-weight: 500;
    line-height: 1.24;
}

.kbk-cold-works-box li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/kbk-cold-def-check.png") center / contain no-repeat;
    content: "";
}

.kbk-cold-definition-footer {
    margin: 58px 0 0 !important;
    color: #f5c6cc;
    font-size: var(--kbk-cold-type-body-lg);
    font-style: italic;
    font-weight: 500;
    line-height: 1.36;
    text-align: center;
}

.kbk-cold-author {
    background: #fff;
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-author-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 64px;
    align-items: center;
}

.kbk-cold-author-photo-wrap {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 26px;
}

.kbk-cold-author-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: 58% center;
}

.kbk-cold-author-kicker {
    margin: 0 0 14px !important;
    color: var(--kbk-cold-accent-blue);
    font-size: var(--kbk-cold-type-subtitle);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

.kbk-cold-author-copy h2 {
    margin: 0 0 22px !important;
    color: #141519;
    font-size: var(--kbk-cold-type-serif-xl) !important;
    font-weight: 400 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.025em;
}

.kbk-cold-author-role,
.kbk-cold-author-copy p {
    margin: 0 0 22px !important;
    color: #22252a;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.34;
}

.kbk-cold-author-role strong {
    font-weight: 800;
}

.kbk-cold-author-emphasis {
    color: var(--kbk-cold-accent-blue) !important;
    font-weight: 800 !important;
}

.kbk-cold-author-recognition {
    margin-top: 80px;
}

.kbk-cold-author-recognition h3 {
    margin: 0 0 22px !important;
    color: #181a1d;
    font-size: var(--kbk-cold-type-card-title) !important;
    font-weight: 700 !important;
    text-align: center;
}

.kbk-cold-recognition-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kbk-cold-recognition-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px;
    border-radius: 10px;
    background: rgba(142, 211, 224, 0.22);
}

.kbk-cold-recognition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: url("../img/kbk-cold-check-author.png") center / contain no-repeat;
    font-size: 0;
    line-height: 0;
}

.kbk-cold-recognition-card span:last-child {
    color: #15171a;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 700;
    line-height: 1.3;
}

.kbk-cold-importance {
    background: var(--kbk-cold-bg-pink);
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-section-head {
    margin-bottom: 50px;
    text-align: center;
}

.kbk-cold-section-head h2 {
    margin: 0 0 12px !important;
    color: #16171a;
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.kbk-cold-section-head p {
    margin: 0 !important;
    color: #1f2124;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.4;
}

.kbk-cold-importance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kbk-cold-importance-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 158px;
    padding: 22px 22px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.kbk-cold-importance-card-accent {
    background: rgba(223, 240, 244, 0.82);
}

.kbk-cold-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    margin-bottom: 18px;
}

.kbk-cold-card-icon img {
    display: block;
    width: 62px;
    height: 62px;
}

.kbk-cold-importance-card-no-icon {
    justify-content: center;
}

.kbk-cold-importance-card p {
    margin: 0 !important;
    color: #1f2124;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.32;
}

.kbk-cold-importance-card-accent p {
    font-weight: 800;
}

.kbk-cold-importance-note {
    width: min(100%, 900px);
    margin: 30px auto 0;
    padding: 22px 30px;
    border: 1px solid rgba(79, 52, 57, 0.25);
    border-radius: 22px;
    text-align: center;
}

.kbk-cold-importance-note p {
    margin: 0 !important;
    color: #34272a;
    font-size: var(--kbk-cold-type-body-lg);
    font-style: italic;
    font-weight: 500;
    line-height: 1.36;
}

.kbk-cold-program {
    background: var(--kbk-cold-bg-dark);
    padding: var(--kbk-cold-section-space) 0;
    color: var(--kbk-cold-text-light);
}

.kbk-cold-program-title {
    margin: 0 0 60px !important;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-serif-xl) !important;
    font-weight: 400 !important;
    line-height: 1.03 !important;
    text-align: center;
    letter-spacing: -0.025em;
}

.kbk-cold-program-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: start;
}

.kbk-cold-program-copy h3,
.kbk-cold-program-card h3 {
    margin: 0 0 30px !important;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
}

.kbk-cold-program-topics {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kbk-cold-program-topics li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.kbk-cold-program-topics li + li {
    margin-top: 26px;
}

.kbk-cold-topic-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

.kbk-cold-topic-number img {
    display: block;
    width: 32px;
    height: 32px;
}

.kbk-cold-program-topics strong {
    display: block;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-card-title);
    font-weight: 800;
    line-height: 1.14;
}

.kbk-cold-program-topics p,
.kbk-cold-program-disclaimer,
.kbk-cold-program-footer {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
}

.kbk-cold-program-topics p {
    margin-top: 6px !important;
}

.kbk-cold-program-disclaimer {
    margin-top: 34px !important;
    font-style: italic;
}

.kbk-cold-program-card {
    padding: 36px 40px;
    border: 2px solid rgba(246, 238, 223, 0.86);
    border-radius: 18px;
}

.kbk-cold-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.kbk-cold-feature-icon img {
    display: block;
    width: 32px;
    height: 34px;
}

.kbk-cold-program-features li {
    display: flex;
    gap: 18px;
    padding-left: 0;
}

.kbk-cold-program-features li::before {
    content: none;
}

.kbk-cold-program-footer {
    margin-top: 60px !important;
    text-align: center;
}

.kbk-cold-cta {
    background: var(--kbk-cold-bg-pink);
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-cta-box {
    width: min(100%, 760px);
    margin: 0 auto;
    text-align: center;
}

.kbk-cold-cta-box h2 {
    margin: 0 0 12px !important;
    color: #15171a;
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.kbk-cold-cta-box p {
    margin: 0 0 28px !important;
    color: #191b1e;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
}

.kbk-cold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 50px;
    padding: 10px 24px;
    border: 2px solid #17191d;
    border-radius: 999px;
    background: #17191d;
    color: #fff !important;
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 700 !important;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kbk-cold-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    color: #fff !important;
}

.kbk-cold-cta-box span {
    display: block;
    margin-top: 18px;
    color: #191b1e;
    font-size: var(--kbk-cold-type-meta);
    font-weight: 500;
    line-height: 1.3;
}

.kbk-cold-not-for-you {
    background: #fff;
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-not-for-you-box {
    width: min(100%, 920px);
    margin: 0 auto;
    border: 1px solid var(--kbk-cold-border);
    border-radius: 16px;
    overflow: hidden;
}

.kbk-cold-not-for-you-head {
    padding: 16px 24px;
    background: var(--kbk-cold-bg-dark);
    text-align: center;
}

.kbk-cold-not-for-you-head h2 {
    margin: 0 !important;
    color: var(--kbk-cold-text-light);
    font-size: var(--kbk-cold-type-section) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.kbk-cold-not-for-you-list {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 56px 44px;
    list-style: none;
}

.kbk-cold-not-for-you-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 16px;
    color: #23252a;
    font-size: var(--kbk-cold-type-body-lg);
    font-weight: 500;
    line-height: 1.38;
    text-align: left;
}

.kbk-cold-not-for-you-list li + li {
    margin-top: 20px;
}

.kbk-cold-not-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: rgba(241, 180, 186, 0.95);
    color: var(--kbk-cold-accent-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    justify-self: center;
}

.kbk-cold-cta-final {
    padding: var(--kbk-cold-section-space) 0;
}

.kbk-cold-cta-final .kbk-cold-cta-box h2 {
    text-transform: none;
    letter-spacing: -0.025em;
}

@media only screen and (max-width: 1200px) {
    .kbk-cold-page {
        --kbk-cold-gutter: 32px;
    }

    .kbk-cold-hero-inner {
        width: min(100%, 720px);
    }

    .kbk-cold-problem-grid,
    .kbk-cold-author-grid,
    .kbk-cold-program-grid,
    .kbk-cold-definition-grid {
        gap: 40px;
    }

    .kbk-cold-definition-grid {
        width: min(100%, 1120px);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    }
}

@media only screen and (max-width: 1024px) {
    .kbk-cold-page {
        --kbk-cold-gutter: 28px;
        --kbk-cold-section-space: 64px;
    }

    .kbk-cold-stack > section {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .kbk-cold-hero {
        padding-top: 80px;
        padding-bottom: 104px;
    }

    .kbk-cold-hero-inner {
        width: 100%;
    }

    .kbk-cold-hero-title {
        margin-bottom: 40px !important;
    }

    .kbk-cold-hero-copy {
        margin-bottom: 40px !important;
    }

    .kbk-cold-stats,
    .kbk-cold-recognition-grid,
    .kbk-cold-importance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kbk-cold-stats {
        gap: 16px;
    }

    .kbk-cold-problem-grid,
    .kbk-cold-author-grid,
    .kbk-cold-program-grid,
    .kbk-cold-definition-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
    }

    .kbk-cold-problem-copy {
        padding-bottom: 0;
    }

    .kbk-cold-problem-copy,
    .kbk-cold-problem-visual,
    .kbk-cold-definition-column,
    .kbk-cold-program-copy,
    .kbk-cold-program-card {
        width: 100%;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .kbk-cold-problem-visual {
        justify-content: center;
        align-items: flex-end;
    }

    .kbk-cold-problem-image {
        max-width: min(100%, 560px);
        height: auto;
    }

    .kbk-cold-definition-grid {
        width: 100%;
        gap: 52px;
    }

    .kbk-cold-heading {
        margin-bottom: 32px;
    }

    .kbk-cold-author-photo-wrap {
        max-width: 420px;
    }

    .kbk-cold-author-copy {
        text-align: center;
    }

    .kbk-cold-author-recognition {
        margin-top: 64px;
    }

    .kbk-cold-works-box {
        width: 100%;
    }

    .kbk-cold-program-card {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .kbk-cold-section-head {
        margin-bottom: 40px;
    }

    .kbk-cold-importance-card {
        min-height: 176px;
    }

    .kbk-cold-not-for-you-box {
        width: min(100%, 760px);
    }

    .kbk-cold-not-for-you-list {
        padding: 34px 36px 38px;
    }

    .kbk-cold-heading h2 {
        font-size: clamp(28px, 3vw, 34px) !important;
        white-space: normal;
    }
}

@media only screen and (max-width: 768px) {
    .kbk-cold-page {
        --kbk-cold-gutter: 16px;
        --kbk-cold-section-space: 48px;
    }

    .kbk-cold-hero {
        padding: 46px 0 84px;
    }

    .kbk-cold-hero-title {
        margin-bottom: 32px !important;
        font-size: clamp(38px, 10vw, 50px) !important;
        line-height: 1.01 !important;
    }

    .kbk-cold-hero-copy {
        margin-bottom: 32px !important;
        font-size: 17px;
    }

    .kbk-cold-stats {
        gap: 16px;
    }

    .kbk-cold-stat {
        gap: 10px;
    }

    .kbk-cold-stat strong {
        font-size: 48px;
    }

    .kbk-cold-stat span {
        max-width: 360px;
        margin: 0 auto;
        min-height: 54px;
    }

    .kbk-cold-fit,
    .kbk-cold-why,
    .kbk-cold-definition,
    .kbk-cold-author,
    .kbk-cold-importance,
    .kbk-cold-program,
    .kbk-cold-cta,
    .kbk-cold-not-for-you,
    .kbk-cold-cta-final {
        padding-top: var(--kbk-cold-section-space);
        padding-bottom: var(--kbk-cold-section-space);
    }

    .kbk-cold-hero-copy,
    .kbk-cold-fit-box,
    .kbk-cold-why-grid,
    .kbk-cold-why-note,
    .kbk-cold-cta-box,
    .kbk-cold-not-for-you-box {
        width: 100%;
    }

    .kbk-cold-stats,
    .kbk-cold-why-grid,
    .kbk-cold-recognition-grid,
    .kbk-cold-importance-grid,
    .kbk-cold-works-box ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .kbk-cold-check-list li,
    .kbk-cold-arrow-list li,
    .kbk-cold-recognition-card,
    .kbk-cold-importance-card p,
    .kbk-cold-not-for-you-list li {
        font-size: var(--kbk-cold-type-body);
    }

    .kbk-cold-fit h2 {
        white-space: normal;
    }

    .kbk-cold-check-list li {
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
    }

    .kbk-cold-check-icon {
        margin-top: 2px;
    }

    .kbk-cold-program-card,
    .kbk-cold-not-for-you-list {
        padding: 26px 22px;
    }

    .kbk-cold-problem {
        padding-top: var(--kbk-cold-section-space);
    }

    .kbk-cold-problem-grid,
    .kbk-cold-author-grid,
    .kbk-cold-program-grid,
    .kbk-cold-definition-grid {
        gap: 32px;
    }

    .kbk-cold-arrow-list li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px;
        align-items: flex-start;
    }

    .kbk-cold-arrow-icon {
        width: 34px;
        min-height: 24px;
        justify-content: flex-start;
    }

    .kbk-cold-arrow-icon img {
        width: 26px;
        height: 16px;
    }

    .kbk-cold-problem-image {
        width: 100%;
        height: auto;
    }

    .kbk-cold-problem-note {
        max-width: none;
        margin-top: 32px;
        padding: 16px 18px;
    }

    .kbk-cold-why-head {
        gap: 18px;
        margin-bottom: 32px;
    }

    .kbk-cold-why-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .kbk-cold-heading {
        gap: 12px;
        margin-bottom: 24px;
    }

    .kbk-cold-definition-intro,
    .kbk-cold-definition-label {
        margin-bottom: 14px !important;
        font-size: var(--kbk-cold-type-body);
    }

    .kbk-cold-works-box {
        margin-top: 26px;
        padding: 20px 18px 22px;
    }

    .kbk-cold-author-photo-wrap {
        max-width: 340px;
    }

    .kbk-cold-author-copy {
        text-align: left;
    }

    .kbk-cold-author-recognition {
        margin-top: 48px;
    }

    .kbk-cold-recognition-card {
        padding: 18px;
    }

    .kbk-cold-importance-grid {
        gap: 16px;
    }

    .kbk-cold-importance-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .kbk-cold-card-icon,
    .kbk-cold-card-icon img {
        width: 56px;
        height: 56px;
    }

    .kbk-cold-importance-note {
        margin-top: 24px;
        padding: 18px 18px;
        border-radius: 18px;
    }

    .kbk-cold-program-title {
        margin-bottom: 40px !important;
    }

    .kbk-cold-program-copy h3,
    .kbk-cold-program-card h3 {
        margin-bottom: 24px !important;
        font-size: clamp(28px, 7vw, 34px) !important;
    }

    .kbk-cold-program-topics li {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 14px;
    }

    .kbk-cold-topic-number {
        width: 32px;
        height: 32px;
    }

    .kbk-cold-topic-number img {
        width: 30px;
        height: 30px;
    }

    .kbk-cold-program-footer {
        margin-top: 40px !important;
    }

    .kbk-cold-cta-box p {
        margin-bottom: 24px !important;
    }

    .kbk-cold-button,
    .kbk-cold-cta .kbk-cold-button,
    .kbk-cold-cta-final .kbk-cold-button {
        width: 100%;
        min-width: 0;
        max-width: 360px;
        min-height: 60px;
        padding: 14px 20px;
        font-size: 18px;
    }

    .kbk-cold-not-for-you-head {
        padding: 14px 18px;
    }

    .kbk-cold-not-for-you-list {
        width: 100%;
        max-width: 520px;
        padding: 26px 20px 30px;
    }

    .kbk-cold-not-for-you-list li {
        width: 100%;
    }

    .kbk-cold-not-icon {
        justify-self: start;
    }
}

.kbk-cold-cta .kbk-cold-button,
.kbk-cold-cta-final .kbk-cold-button {
    min-width: 282px;
    min-height: 64px;
    padding: 14px 34px;
    font-size: clamp(18px, 1.2vw, 22px);
}

@media only screen and (max-width: 480px) {
    .kbk-cold-hero {
        padding: 34px 0 72px;
    }

    .kbk-cold-hero-title {
        font-size: 32px !important;
    }

    .kbk-cold-hero-copy {
        font-size: 16px;
    }

    .kbk-cold-stat strong {
        font-size: 42px;
    }

    .kbk-cold-stat span {
        min-height: 50px;
        padding: 10px 16px;
    }

    .kbk-cold-fit h2,
    .kbk-cold-why h2,
    .kbk-cold-section-head h2,
    .kbk-cold-not-for-you-head h2,
    .kbk-cold-cta-box h2 {
        font-size: 26px !important;
    }

    .kbk-cold-heading h2 {
        font-size: 26px !important;
    }

    .kbk-cold-author-copy h2 {
        font-size: 34px !important;
    }

    .kbk-cold-program-title,
    .kbk-cold-problem-copy h2 {
        font-size: 34px !important;
    }

    .kbk-cold-check-list li,
    .kbk-cold-arrow-list li,
    .kbk-cold-why-card p,
    .kbk-cold-not-for-you-list li,
    .kbk-cold-importance-card p,
    .kbk-cold-program-topics p,
    .kbk-cold-program-features li {
        font-size: 16px;
    }

    .kbk-cold-problem-note p,
    .kbk-cold-why-note,
    .kbk-cold-definition-intro,
    .kbk-cold-definition-label,
    .kbk-cold-author-role,
    .kbk-cold-author-copy p,
    .kbk-cold-section-head p,
    .kbk-cold-cta-box p,
    .kbk-cold-program-disclaimer,
    .kbk-cold-program-footer,
    .kbk-cold-importance-note p {
        font-size: 16px;
    }

    .kbk-cold-author-photo-wrap {
        max-width: 280px;
        border-radius: 20px;
    }

    .kbk-cold-author-photo {
        min-height: 320px;
    }

    .kbk-cold-recognition-card {
        gap: 12px;
        padding: 16px;
    }

    .kbk-cold-importance-card {
        border-radius: 14px;
    }

    .kbk-cold-program-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .kbk-cold-feature-icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }

    .kbk-cold-feature-icon img {
        width: 30px;
        height: 30px;
    }

    .kbk-cold-not-for-you-list {
        padding: 22px 16px 26px;
    }

    .kbk-cold-button,
    .kbk-cold-cta .kbk-cold-button,
    .kbk-cold-cta-final .kbk-cold-button {
        min-height: 56px;
        font-size: 17px;
    }
}