.edtech-grid-container-0fd116d8 {
    --grad-start: #3B82F6;
    --grad-end: #8B5CF6;
    background-color: #ffffff;
    padding: 40px 24px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.edtech-cards-grid-0fd116d8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

.edtech-card-0fd116d8 {
    background: #ffffff;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.edtech-card-0fd116d8:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.edtech-icon-wrapper-0fd116d8 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-end) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.edtech-card-0fd116d8:hover .edtech-icon-wrapper-0fd116d8 {
    transform: scale(1.1);
}

.edtech-icon-wrapper-0fd116d8 svg,
.edtech-icon-wrapper-0fd116d8 i {
    font-size: 24px;
    color: #ffffff;
    fill: #ffffff;
    width: 24px;
    height: 24px;
}

.edtech-card-title-0fd116d8 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #0F172A;
    margin: 0 0 12px 0;
}

.edtech-card-desc-0fd116d8 {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.edtech-cta-wrapper-0fd116d8 {
    text-align: center;
}

.edtech-cta-btn-0fd116d8 {
    display: inline-block;
    background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-end) 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.edtech-cta-btn-0fd116d8:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.35);
    opacity: 0.95;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .edtech-cards-grid-0fd116d8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .edtech-grid-container-0fd116d8 {
        padding: 56px 16px;
    }
    .edtech-cards-grid-0fd116d8 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
