.dev-hero,
.dev-commitment {
    background: linear-gradient(135deg, #1156b3 0%, #0b8c99 100%);
    color: #fff;
}

.dev-hero {
    padding: 86px 0 72px;
}

.dev-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 380px;
    gap: 42px;
    align-items: center;
}

.dev-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-radius: 999px;
    background: rgba(20, 194, 142, .13);
    color: #0b8c68;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    padding: 9px 12px;
    text-transform: uppercase;
}

.dev-hero .dev-eyebrow,
.dev-commitment .dev-eyebrow {
    background: rgba(255, 255, 255, .15);
    color: #bfffe5;
}

.dev-hero h1,
.dev-commitment h2 {
    max-width: 820px;
    margin: 18px 0 18px;
    font-size: clamp(40px, 5vw, 70px);
    line-height: .98;
    letter-spacing: 0;
}

.dev-hero p,
.dev-commitment p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.7;
}

.dev-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dev-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 8px;
    padding: 0 18px;
    background: #19c28e;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.dev-actions a + a {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
}

.dev-hero-card {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    padding: 28px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 24px 70px rgba(0, 36, 96, .24);
}

.dev-hero-card strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
}

.dev-hero-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
}

.dev-hero-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.dev-hero-card span {
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 10px;
}

.dev-section {
    padding: 72px 0;
    background: #fff;
}

.dev-section-soft {
    background: #f3f7fc;
}

.dev-intro {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
    gap: 38px;
    align-items: end;
    margin-bottom: 30px;
}

.dev-intro h2,
.dev-section-head h2,
.dev-team-copy h2 {
    margin: 14px 0 0;
    color: #001b3f;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.dev-intro p,
.dev-team-copy p,
.dev-benefit-grid p,
.dev-feature-card p {
    color: #53657f;
    line-height: 1.65;
}

.dev-intro p {
    margin: 0;
}

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

.dev-feature-card,
.dev-benefit-grid article,
.dev-team-grid div {
    border: 1px solid #d7e4f5;
    border-radius: 14px;
    background: #fff;
}

.dev-feature-card {
    padding: 20px;
}

.dev-feature-card span {
    color: #0ba87a;
    font-size: 12px;
    font-weight: 900;
}

.dev-feature-card h3 {
    margin: 10px 0 8px;
    color: #001b3f;
    font-size: 18px;
    line-height: 1.25;
}

.dev-feature-card p {
    margin: 0;
    font-size: 14px;
}

.dev-section-head {
    max-width: 720px;
    margin-bottom: 24px;
}

.dev-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dev-benefit-grid article {
    padding: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.dev-benefit-grid h3,
.dev-team-grid strong {
    color: #001b3f;
}

.dev-benefit-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.dev-benefit-grid p {
    margin: 0;
}

.dev-team-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: start;
}

.dev-team-copy p {
    margin: 16px 0 0;
}

.dev-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dev-team-grid div {
    padding: 18px;
    background: #f8fbff;
}

.dev-team-grid span {
    display: block;
    color: #637692;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dev-team-grid strong {
    display: block;
    margin-top: 7px;
    font-size: 18px;
}

.dev-commitment {
    padding: 68px 0;
}

@media (max-width: 860px) {
    .dev-hero {
        padding: 36px 0 32px;
    }

    .dev-hero-grid,
    .dev-intro,
    .dev-team-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .dev-hero h1,
    .dev-commitment h2 {
        margin: 12px 0 10px;
        font-size: 29px;
        line-height: 1.05;
    }

    .dev-hero p,
    .dev-commitment p,
    .dev-intro p,
    .dev-team-copy p {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .dev-eyebrow {
        font-size: 9px;
        padding: 7px 9px;
    }

    .dev-actions {
        gap: 8px;
        margin-top: 18px;
    }

    .dev-actions a {
        flex: 1 1 0;
        min-height: 38px;
        border-radius: 8px;
        padding: 0 10px;
        font-size: 11.5px;
    }

    .dev-hero-card {
        border-radius: 14px;
        padding: 16px;
    }

    .dev-hero-card strong {
        font-size: 16px;
    }

    .dev-hero-card p,
    .dev-hero-card span {
        font-size: 11px;
    }

    .dev-section,
    .dev-commitment {
        padding: 34px 0;
    }

    .dev-intro {
        margin-bottom: 18px;
    }

    .dev-intro h2,
    .dev-section-head h2,
    .dev-team-copy h2 {
        margin-top: 10px;
        font-size: 23px;
        line-height: 1.12;
    }

    .dev-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dev-feature-card {
        border-radius: 10px;
        padding: 12px;
    }

    .dev-feature-card span {
        font-size: 9px;
    }

    .dev-feature-card h3 {
        margin: 7px 0 5px;
        font-size: 12.5px;
    }

    .dev-feature-card p {
        font-size: 10.5px;
        line-height: 1.45;
    }

    .dev-benefit-grid,
    .dev-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dev-benefit-grid article,
    .dev-team-grid div {
        border-radius: 10px;
        padding: 12px;
    }

    .dev-benefit-grid h3,
    .dev-team-grid strong {
        font-size: 13px;
        line-height: 1.25;
    }

    .dev-benefit-grid p {
        font-size: 10.5px;
        line-height: 1.45;
    }

    .dev-team-grid span {
        font-size: 8.5px;
    }
}
