.sp-wrapper-da1c098f {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: #333;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.sp-conditions-bar-da1c098f {
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #e0f2fe;
    padding: 15px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border: 1px solid #bae6fd;
}

.sp-cond-item-da1c098f {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #0369a1;
}

.sp-cond-item-da1c098f svg {
    color: #0284c7;
}

.sp-header-da1c098f {
    text-align: center;
    margin-bottom: 50px;
}

.sp-label-da1c098f {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #666;
    margin-bottom: 12px;
    font-weight: 600;
}

.sp-heading-da1c098f {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #111;
}

.sp-subtext-da1c098f {
    font-size: 17px;
    color: #555;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

.sp-grid-da1c098f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    align-items: start;
    padding-top: 20px; /* added to ensure top badge has room */
}

.sp-card-da1c098f {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    overflow: visible; /* Fixed: changed from hidden to visible */
}

.sp-card-has-bg-da1c098f {
    background-size: cover;
    background-position: center;
}

.sp-card-content-da1c098f {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-card-da1c098f:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.sp-card-featured-da1c098f {
    border: 2px solid #f59e0b;
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.12);
}

.sp-badge-da1c098f {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.5px;
    z-index: 99; /* Fixed: increased z-index */
    display: block; /* Ensure it is displayed */
}

.sp-card-title-da1c098f {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #111;
    text-align: center;
}

.sp-price-wrap-da1c098f {
    text-align: center;
    margin-bottom: 30px;
}

.sp-price-old-da1c098f {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.sp-price-new-da1c098f {
    font-size: 42px;
    font-weight: 800;
    color: #111;
}

.sp-features-da1c098f {
    flex-grow: 1;
    margin-bottom: 25px;
}

.sp-included-title-da1c098f {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #333;
}

.sp-features-da1c098f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-features-da1c098f li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
}

.sp-features-da1c098f svg {
    flex-shrink: 0;
    color: #10b981;
    margin-right: 10px;
    margin-top: 3px;
}

.sp-desc-da1c098f {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.sp-card-has-bg-da1c098f .sp-desc-da1c098f {
    border-top-color: rgba(0,0,0,0.1);
}

.sp-btn-wrap-da1c098f {
    margin-top: auto;
}

.sp-btn-da1c098f {
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sp-btn-da1c098f:hover {
    background: #333;
    color: #fff;
}

.sp-card-featured-da1c098f .sp-btn-da1c098f {
    background: #10b981;
}

.sp-card-featured-da1c098f .sp-btn-da1c098f:hover {
    background: #059669;
}

.sp-footer-da1c098f {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}