.elementor-widget-dc-development-foundations .dc-development-foundations {
    --dc-section-bg: #ffffff;
    --dc-badge-color: #fe0b21;
    --dc-badge-bg: #fcfcfc;
    --dc-heading-color: #011139;
    --dc-lead-color: #26324d;
    --dc-card-bg: #ffffff;
    --dc-card-radius: 24px;
    --dc-border-start: rgba(3, 106, 229, 0.05);
    --dc-border-end: rgba(160, 221, 255, 0.6);
    --dc-icon-size: 48px;
    --dc-number-color: #e8f2ff;
    --dc-card-title-color: #011139;
    --dc-divider-color: #e8e8e8;
    --dc-card-text-color: #405071;

    width: 100%;
    min-width: 0;
    padding: 64px 24px;
    box-sizing: border-box;
    background: var(--dc-section-bg);
}

.elementor-widget-dc-development-foundations .dc-development-foundations__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    text-align: center;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 39px;
    margin: 0 0 14px;
    padding: 7px 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    box-sizing: border-box;
    background: var(--dc-badge-bg);
    color: var(--dc-badge-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    flex: 0 0 8px;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__heading {
    margin: 0 0 18px;
    color: var(--dc-heading-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__lead {
    max-width: 900px;
    margin: 0;
    color: var(--dc-lead-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__card {
    position: relative;
    min-width: 0;
    min-height: 235px;
    padding: 16px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: var(--dc-card-radius);
    background:
        linear-gradient(var(--dc-card-bg), var(--dc-card-bg)) padding-box,
        linear-gradient(160deg, var(--dc-border-start) 0%, var(--dc-border-end) 100%) border-box;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__number {
    position: absolute;
    top: -14px;
    right: 10px;
    z-index: 0;
    color: var(--dc-number-color);
    font-size: 112px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    pointer-events: none;
    user-select: none;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__icon {
    display: block;
    width: var(--dc-icon-size);
    height: var(--dc-icon-size);
    max-width: none;
    margin: 0 0 20px;
    object-fit: contain;
    object-position: center;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__card-title {
    margin: 0;
    color: var(--dc-card-title-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.elementor-widget-dc-development-foundations .dc-development-foundations__divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background: var(--dc-divider-color);
}

.elementor-widget-dc-development-foundations .dc-development-foundations__card-text {
    margin: 0;
    color: var(--dc-card-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48;
}

@media (max-width: 1024px) {
    .elementor-widget-dc-development-foundations .dc-development-foundations {
        padding: 56px 24px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__heading {
        font-size: 34px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__lead {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-dc-development-foundations .dc-development-foundations {
        padding: 40px 16px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__header {
        margin-bottom: 28px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__heading {
        font-size: 29px;
        line-height: 1.18;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__lead {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.5;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__card {
        min-height: 0;
        padding: 18px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__number {
        top: -8px;
        right: 12px;
        font-size: 92px;
    }

    .elementor-widget-dc-development-foundations .dc-development-foundations__icon {
        margin-bottom: 16px;
    }
}
