.sc-9ed882ff-card {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}

.sc-9ed882ff-eyebrow-wrapper {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.sc-9ed882ff-eyebrow-line {
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 12px;
}

.sc-9ed882ff-heading {
    font-size: 32px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
}

.sc-9ed882ff-description {
    font-size: 16px;
    line-height: 1.6;
}

.sc-9ed882ff-description p {
    margin: 0 0 10px;
}

.sc-9ed882ff-description p:last-child {
    margin: 0;
}

.sc-9ed882ff-tags-container {
    display: flex;
    flex-wrap: wrap;
}

.sc-9ed882ff-tag {
    display: inline-flex;
    align-items: center;
    border-style: solid;
    font-size: 14px;
    font-weight: 600;
}

.sc-9ed882ff-tag-icon {
    display: inline-flex;
    margin-right: 6px;
}

.sc-9ed882ff-checklist {
    display: flex;
    flex-direction: column;
}

.sc-9ed882ff-check-item {
    display: flex;
    align-items: center;
}

.sc-9ed882ff-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

.sc-9ed882ff-checklist-text {
    font-size: 16px;
}

.sc-9ed882ff-cta {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    cursor: pointer;
    align-self: flex-start;
}

.sc-9ed882ff-cta-icon {
    display: inline-flex;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.sc-9ed882ff-cta:hover .sc-9ed882ff-cta-icon {
    transform: translateX(4px);
}