/* Cost Comparison Section - c1a2b2f3 */

.ccs-wrapper-c1a2b2f3 {
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.ccs-container-c1a2b2f3 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
}

/* Cards */
.ccs-card-c1a2b2f3 {
    flex: 1;
    max-width: 540px;
    padding: 48px 48px 52px;
    border-radius: 12px;
    box-sizing: border-box;
}

.ccs-card-left-c1a2b2f3 {
    background-color: #faf9f7;
    border: 1px solid #e8e4df;
}

.ccs-card-right-c1a2b2f3 {
    background-color: #eef7f6;
    border: 1px solid #d0e8e5;
}

/* Labels */
.ccs-label-c1a2b2f3 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ccs-label-left-c1a2b2f3 {
    color: #c87941;
}

.ccs-label-right-c1a2b2f3 {
    color: #2a7d6e;
}

/* Titles */
.ccs-title-c1a2b2f3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 400;
    color: #1a2e2a;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

/* Amount */
.ccs-amount-c1a2b2f3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 56px;
    font-weight: 400;
    color: #1a2e2a;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.ccs-amount-right-c1a2b2f3 {
    font-size: 64px;
}

/* Subtitle */
.ccs-subtitle-c1a2b2f3 {
    font-size: 15px;
    color: #6b7c78;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

/* List */
.ccs-list-c1a2b2f3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ccs-list-c1a2b2f3 li {
    position: relative;
    padding: 16px 0 16px 20px;
    font-size: 15px;
    color: #2d3b38;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.ccs-list-c1a2b2f3 li:last-child {
    border-bottom: none;
}

.ccs-card-left-c1a2b2f3 .ccs-list-c1a2b2f3 li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c87941;
    font-size: 18px;
    line-height: 1.5;
}

.ccs-card-right-c1a2b2f3 .ccs-list-c1a2b2f3 li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2a7d6e;
    font-size: 18px;
    line-height: 1.5;
}

/* VS Badge */
.ccs-vs-badge-c1a2b2f3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 64px;
    height: 64px;
    background: #ffffff;
    border: 1px solid #e0ddd8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ccs-vs-badge-c1a2b2f3 span {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    font-style: italic;
    color: #3a4a46;
}

/* Responsive */
@media (max-width: 900px) {
    .ccs-container-c1a2b2f3 {
        flex-direction: column;
        gap: 40px;
    }

    .ccs-card-c1a2b2f3 {
        max-width: 100%;
        width: 100%;
    }

    .ccs-vs-badge-c1a2b2f3 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: -20px auto;
    }

    .ccs-amount-c1a2b2f3 {
        font-size: 42px;
    }

    .ccs-amount-right-c1a2b2f3 {
        font-size: 48px;
    }

    .ccs-title-c1a2b2f3 {
        font-size: 26px;
    }

    .ccs-card-c1a2b2f3 {
        padding: 32px 28px 36px;
    }
}
