.ts-b4203326-wrapper {
    background-color: #F9FAFB;
    padding: 60px;
    box-sizing: border-box;
    font-family: inherit;
}

.ts-b4203326-header {
    margin-bottom: 40px;
    max-width: 650px;
}

.ts-b4203326-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C8850A;
    margin-bottom: 12px;
}

.ts-b4203326-heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: #1A1A2E;
    margin: 0;
}

.ts-b4203326-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ts-b4203326-description {
    font-size: 15px;
    line-height: 1.7;
    color: #6B7280;
    margin: 0 0 30px 0;
}

.ts-b4203326-counter {
    margin-top: 10px;
}

.ts-b4203326-counter-number {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: #1A1A2E;
    letter-spacing: -3px;
}

.ts-b4203326-counter-label {
    font-size: 14px;
    line-height: 1.6;
    color: #6B7280;
    margin: 10px 0 0 0;
    max-width: 220px;
}

.ts-b4203326-col-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-b4203326-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.ts-b4203326-features-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A2E;
    margin: 0 0 20px 0;
}

.ts-b4203326-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.ts-b4203326-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.ts-b4203326-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C8850A;
    flex-shrink: 0;
}

.ts-b4203326-check svg {
    fill: #C8850A;
}

.ts-b4203326-feature-text {
    font-size: 15px;
    color: #374151;
}

.ts-b4203326-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #E8B86D;
    color: #1A1A2E;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
}

.ts-b4203326-button:hover {
    background-color: #D4A35C;
}

.ts-b4203326-arrow {
    font-size: 16px;
    line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .ts-b4203326-columns {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .ts-b4203326-col-center {
        order: -1;
        grid-column: 1 / -1;
    }

    .ts-b4203326-image img {
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }

    .ts-b4203326-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .ts-b4203326-columns {
        grid-template-columns: 1fr;
    }

    .ts-b4203326-heading {
        font-size: 28px;
    }

    .ts-b4203326-counter-number {
        font-size: 72px;
    }

    .ts-b4203326-wrapper {
        padding: 30px 20px;
    }
}
