.wrapper-top .content > p {
    max-width: 820px;
    margin: 22px auto 0;
    text-align: center;
    line-height: 1.55;
}

.wrapper-white .content {
    width: min(1080px, calc(100% - 40px));
    max-width: 1080px !important;
}

.intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 26px;
    margin: 0 auto 42px;
    align-items: stretch;
}

.intro-promise,
.intro-reality {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.intro-promise {
    padding: 34px;
    background: linear-gradient(145deg, #202020 0%, #080808 100%);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.intro-promise::after {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.035), 0 0 0 56px rgba(255, 255, 255, 0.025);
}

.intro-label {
    position: relative;
    z-index: 1;
    margin: 0 0 26px !important;
    color: #fff;
    font-family: GothamBold, Arial, sans-serif !important;
    font-size: 21pt !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.idea-steps {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: idea-step;
}

.wrapper-white .idea-steps li {
    position: relative;
    min-height: 46px;
    margin: 0 0 18px;
    padding: 4px 0 0 58px;
    color: #fff;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    line-height: 1.45;
    counter-increment: idea-step;
}

.wrapper-white .idea-steps li:last-child {
    margin-bottom: 0;
}

.wrapper-white .idea-steps li::before {
    content: counter(idea-step);
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: #990000;
    color: #fff;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 13pt;
}

.intro-reality {
    padding: 34px 38px;
    border: 1px solid #e0c7c7;
    border-left: 7px solid #990000;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    box-shadow: 0 12px 30px rgba(94, 0, 0, 0.08);
}

.intro-reality p {
    text-align: left;
}

.reality-statement {
    margin-top: 0 !important;
    color: #990000;
    font-family: GothamBold, Arial, sans-serif !important;
    font-size: 22pt !important;
    line-height: 1.2 !important;
}

.topic-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    max-width: 1040px;
    margin: 10px auto 0;
}

.wrapper-white .content > ul,
.col_1 ul {
    margin: 14px 0 24px;
    padding: 16px 20px 16px 44px;
    border-left: 4px solid #990000;
    background: #fff;
}

.wrapper-white li {
    margin-bottom: 8px;
    color: #292929;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    line-height: 1.55;
}

.wrapper-white li:last-child {
    margin-bottom: 0;
}

.col_1 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    align-self: start;
    margin: 0;
    padding: 36px 46px 34px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-top: 5px solid #990000;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #f5f5f5 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    counter-increment: transcription-section;
}

.col_1:nth-child(even) {
    border-top-color: #262626;
    background: linear-gradient(145deg, #fff 0%, #f7f7f7 100%);
}

.col_1:nth-child(even) hr {
    background: #262626;
}

.col_1:nth-child(even)::before {
    color: rgba(30, 30, 30, 0.09);
}

.wrapper-white .content {
    counter-reset: transcription-section;
}

.col_1::before {
    content: counter(transcription-section, decimal-leading-zero);
    position: absolute;
    top: 15px;
    right: 22px;
    color: rgba(153, 0, 0, 0.1);
    font-family: GothamBold, Arial, sans-serif;
    font-size: 52pt;
    line-height: 1;
}

.col_title {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto 12px;
    color: #222;
    font-size: 23pt;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.red {
    color: #990000;
}

.col_1 hr {
    position: relative;
    z-index: 1;
    width: 85px;
    height: 2px;
    margin: 0 0 24px;
    border: 0;
    background: #990000;
}

.col_1 p,
.col_2_bottom p {
    position: relative;
    z-index: 1;
}

.col_2_bottom {
    max-width: 1040px;
    box-sizing: border-box;
    margin: 34px auto;
    padding: 34px 42px;
    border: 1px solid #d7d7d7;
    border-left: 6px solid #990000;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f3f3f3 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.col_2_bottom:first-of-type {
    margin-top: 42px;
}

.col_2_bottom h2 {
    margin-top: 0;
    color: #990000;
    font-size: 20pt;
    line-height: 1.2;
}

.col_2_bottom:last-of-type {
    border: 0;
    border-top: 5px solid #b20b0b;
    background: linear-gradient(145deg, #252525 0%, #090909 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.col_2_bottom:last-of-type h2 {
    color: #fff;
}

.col_2_bottom:last-of-type p {
    color: #fff;
}

.col_2_bottom:last-of-type .secondary-action {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.section-action,
.final-actions {
    margin-top: 25px !important;
    text-align: left !important;
}

.section-action a,
.primary-action,
.secondary-action {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 13px 20px;
    border-radius: 5px;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.section-action a,
.primary-action {
    border: 1px solid #790000;
    background: linear-gradient(#b20b0b, #840000);
    color: #fff;
    box-shadow: 0 4px 10px rgba(120, 0, 0, 0.22);
}

.secondary-action {
    border: 1px solid #8e741f;
    background: #fff;
    color: #6d5400;
}

.section-action a:hover,
.primary-action:hover,
.secondary-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.col_1 p:last-child,
.col_2_bottom p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .wrapper-top .content > p {
        text-align: left;
    }

    .intro-layout,
    .topic-grid {
        grid-template-columns: 1fr;
    }

    .intro-layout {
        gap: 18px;
        margin-bottom: 28px;
    }

    .intro-promise,
    .intro-reality {
        padding: 24px 20px;
    }

    .intro-label,
    .reality-statement {
        font-size: 18pt !important;
    }

    .topic-grid {
        gap: 20px;
    }

    .col_1,
    .col_2_bottom {
        margin: 20px auto;
        padding: 24px 20px;
    }

    .col_title {
        font-size: 18pt;
        text-align: left;
    }

    .col_2_bottom h2 {
        font-size: 17pt;
    }
}

@media (max-width: 500px) {
    .wrapper-white .idea-steps li {
        padding-left: 50px;
        font-size: 11pt;
    }

    .col_1,
    .col_2_bottom {
        padding: 15px;
    }

    .col_1::before {
        top: 12px;
        right: 12px;
        font-size: 38pt;
    }

    .col_title {
        font-size: 16pt;
    }

    .wrapper-white .content > ul,
    .col_1 ul {
        padding: 13px 14px 13px 34px;
    }

    .wrapper-white li {
        font-size: 11pt;
    }

    .section-action a,
    .primary-action,
    .secondary-action {
        display: block;
        margin-right: 0;
        text-align: center;
    }
}
