.rs-container-d05320f9 {
    font-family: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.rs-header-d05320f9 {
    margin-bottom: 40px;
    max-width: 600px;
}

.rs-subtitle-d05320f9 {
    color: #e67e22; /* Default orange */
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rs-title-d05320f9 {
    font-size: 36px;
    font-weight: 700;
    color: #1a3c26; /* Default dark green */
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.rs-desc-d05320f9 {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.rs-grid-d05320f9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.rs-card-d05320f9 {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.rs-card-d05320f9:hover {
    transform: translateY(-5px);
}

.rs-card-d05320f9.is-highlighted {
    background: #1a5628; /* Default highlighted bg */
    color: #fff;
    border: none;
    box-shadow: 0 15px 40px rgba(26, 86, 40, 0.2);
}

.rs-badge-d05320f9 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e67e22;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.rs-icon-wrap-d05320f9 {
    width: 45px;
    height: 45px;
    background: #1a5628;
    color: #e67e22;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 18px;
}

.rs-card-d05320f9.is-highlighted .rs-icon-wrap-d05320f9 {
    background: rgba(255,255,255,0.1);
}

.rs-card-title-d05320f9 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: inherit;
}

.rs-card-d05320f9:not(.is-highlighted) .rs-card-title-d05320f9 {
    color: #1a3c26;
}

.rs-card-desc-d05320f9 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    color: #666;
}

.rs-card-d05320f9.is-highlighted .rs-card-desc-d05320f9 {
    color: rgba(255,255,255,0.8);
}

.rs-feature-list-d05320f9 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.rs-feature-list-d05320f9 li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 12px;
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.rs-card-d05320f9.is-highlighted .rs-feature-list-d05320f9 li {
    color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rs-feature-list-d05320f9 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.rs-feature-list-d05320f9 li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #e67e22;
    font-weight: bold;
}

.rs-link-d05320f9 {
    font-size: 14px;
    font-weight: 600;
    color: #1a3c26;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
}

.rs-card-d05320f9.is-highlighted .rs-link-d05320f9 {
    color: #e67e22;
}

.rs-link-d05320f9:hover {
    text-decoration: underline;
}
