@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.angie-saas-card-wrapper-3f7d2bdd {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.angie-saas-card-3f7d2bdd {
    width: 100%;
    max-width: 380px;
    background-color: #FAF8FC; /* Default very light lavender */
    border-radius: 28px;
    border: 1px solid rgba(108, 77, 150, 0.1);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    box-sizing: border-box;
}

.angie-saas-card-3f7d2bdd:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(108, 77, 150, 0.18);
    border-color: rgba(108, 77, 150, 0.2);
}

.angie-saas-card-header-3f7d2bdd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.angie-saas-card-icon-wrap-3f7d2bdd {
    width: 64px;
    height: 64px;
    background-color: #F1EAF7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    color: #4A306D;
}

.angie-saas-card-icon-wrap-3f7d2bdd svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    transition: all 0.35s ease;
}

.angie-saas-card-icon-wrap-3f7d2bdd i {
    font-size: 28px;
    transition: all 0.35s ease;
}

.angie-saas-card-3f7d2bdd:hover .angie-saas-card-icon-wrap-3f7d2bdd {
    background-color: #4A306D;
    color: #FFFFFF;
}

.angie-saas-card-number-3f7d2bdd {
    font-size: 16px;
    font-weight: 600;
    color: #B5A8C4;
    letter-spacing: 0.5px;
}

.angie-saas-card-body-3f7d2bdd {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.angie-saas-card-heading-3f7d2bdd {
    font-size: 28px;
    font-weight: 700;
    color: #1A1525;
    margin: 0 0 16px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.angie-saas-card-desc-3f7d2bdd {
    font-size: 16px;
    color: #6C637A;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .angie-saas-card-3f7d2bdd {
        padding: 32px 24px;
    }
    
    .angie-saas-card-heading-3f7d2bdd {
        font-size: 24px;
    }
}
