/* ===== CUSTOM PAGES - WORKATO VARIANT CSS ===== */

/* Workato - Specific Stat Gradient (Same as Azure) */
.stat {
    background: -webkit-linear-gradient(0deg, #004B88 -41%, #004A88 43%, #0B88C7 60%, #10E0D0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.2;
    padding: 2px 0;
}

/* Workato Specific Styles */
.benefits-card {
    background-color: #f8f9fa;
    border-radius: 20px;
}

.benefits-card > img {
    width: 50px;
    height: 50px;
}

.benefits-card:hover {
    box-shadow: 0 0 40px 5px rgba(103, 234, 221, 0.7) !important;
}

.migration-card {
    background-color: #003966;
    border-radius: 15px;
    min-height: 400px;
    text-align: center;
}

.solution-btn {
    border-radius: 30px;
    padding: 10px 35px;
    background: linear-gradient(to right, #09599A, #10E0D0);
    border: 0;
    transition: all 0.3s ease;
}

.solution-btn:hover {
    background: linear-gradient(to right, #39A8FF, #2b82c9);
}

/* Feature Box */
.feature-box {
    padding: 30px 20px;
    line-height: 1.5rem;
    min-height: 300px;
    border-radius: 20px;
    border: 1px solid #67EADD;
    display: flex;
    flex-direction: column;
}

.feature-box:hover {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #67EADD, #004A88) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
}

.workato-partner {
    color: #0a0a0a !important;
    font-weight: 600 !important;
}
