.axiotech-growth-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.axiotech-case-card {
    min-height: 360px;
}

.axiotech-case-card h2 {
    font-size: clamp(26px, 2.2vw, 34px);
}

.axiotech-phase-two-links {
    margin-top: 25px;
}

.axiotech-phase-two-links > div {
    display: grid;
    gap: 8px;
}

.axiotech-phase-two-links a {
    display: flex;
    gap: 16px;
    padding: 9px 0;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #d8deea;
    color: #273b8d !important;
    font-weight: 700;
    text-decoration: none !important;
}

.axiotech-phase-two-links a:hover {
    color: #111d3f !important;
    text-decoration: underline !important;
}

.axiotech-assessment-list {
    display: grid;
    gap: 28px;
}

.axiotech-assessment {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 30px;
    padding: 38px;
    border: 1px solid #dfe3eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 30px rgba(24, 36, 69, .07);
}

.axiotech-assessment-number {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #273b8d;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: .05em;
}

.axiotech-assessment-result {
    margin: 26px 0;
    padding: 17px 19px;
    border-left: 4px solid #f5bd25;
    background: #f4f6fb;
}

.axiotech-proof-strip {
    padding: 54px 0;
    background: #111d3f;
    color: rgba(255, 255, 255, .86);
}

.axiotech-proof-strip .axiotech-growth-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 45px;
    align-items: center;
}

.axiotech-proof-strip h2 {
    margin-bottom: 10px;
    color: #fff;
}

.axiotech-proof-strip p:last-child {
    margin-bottom: 0;
}

.axiotech-proof-strip .axiotech-growth-kicker {
    color: #f5bd25;
}

.axiotech-proof-strip .axiotech-growth-actions {
    justify-content: flex-end;
}

.axiotech-contextual-conversion {
    width: min(1120px, calc(100% - 36px));
    margin: 65px auto 40px;
    padding: 34px;
    border: 1px solid #d8deea;
    border-top: 6px solid #4058b4;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7f8fc, #fff);
    box-shadow: 0 12px 35px rgba(24, 36, 69, .09);
    color: #1d2433;
    font-size: 16px;
    line-height: 1.65;
}

.axiotech-contextual-conversion h2 {
    margin: 0 0 14px;
    color: #1d2433;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.18;
}

.axiotech-contextual-conversion .axiotech-growth-kicker {
    margin: 0 0 10px;
    color: #273b8d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.axiotech-contextual-conversion > .axiotech-phase-two-links {
    margin-top: 28px;
}

.axiotech-contextual-conversion .axiotech-phase-two-links > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.axiotech-contextual-conversion .axiotech-phase-two-links a {
    padding: 13px 15px;
    border: 1px solid #d8deea;
    border-radius: 6px;
    background: #fff;
}

.axiotech-contextual-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.axiotech-contextual-actions > a {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 17px;
    align-items: center;
    border: 2px solid #4058b4;
    border-radius: 4px;
    background: #4058b4;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.axiotech-contextual-actions > a + a {
    background: transparent;
    color: #273b8d !important;
}

.axiotech-contextual-actions > a:hover {
    border-color: #273b8d;
    background: #273b8d;
    color: #fff !important;
}

.axiotech-industry-conversion {
    margin-top: 48px;
}

.axiotech-growth-section-dark .axiotech-growth-checklist li {
    border-bottom-color: rgba(255,255,255,.16);
}

@media (max-width: 900px) {
    .axiotech-proof-strip .axiotech-growth-wrap {
        grid-template-columns: 1fr;
    }
    .axiotech-proof-strip .axiotech-growth-actions {
        justify-content: flex-start;
    }
    .axiotech-contextual-conversion .axiotech-phase-two-links > div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .axiotech-growth-grid-2 {
        grid-template-columns: 1fr;
    }
    .axiotech-assessment {
        grid-template-columns: 1fr;
        padding: 27px;
    }
    .axiotech-assessment-number {
        width: 58px;
        height: 58px;
        font-size: 17px;
    }
}

@media (max-width: 560px) {
    .axiotech-contextual-conversion {
        width: calc(100% - 24px);
        padding: 23px;
    }
    .axiotech-contextual-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .axiotech-contextual-actions > a {
        justify-content: center;
    }
}
