/* Feature Landing Page styles — prefixed flp- to avoid conflicts */

.flp-benefits { padding: 160px 0 40px; }
.flp-benefit-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    height: 100%;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.flp-benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}
.flp-benefit-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 18px;
}
.flp-benefit-icon.flp-green { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); color: #2e7d32; }
.flp-benefit-icon.flp-blue { background: linear-gradient(135deg, #e3f2fd, #bbdefb); color: #1565c0; }
.flp-benefit-icon.flp-orange { background: linear-gradient(135deg, #fff3e0, #ffe0b2); color: #e65100; }
.flp-benefit-card h5 { font-size: 1.15em; font-weight: 700; margin-bottom: 10px; }
.flp-benefit-card p { font-size: 0.95em; color: #555; line-height: 1.6; margin: 0; }

.flp-steps { padding: 50px 0; background: #f8f9fa; }
.flp-step {
    text-align: center;
    padding: 20px 15px;
}
.flp-step-number {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #5cb85c;
    color: #fff;
    font-size: 1.2rem; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.flp-step h5 { font-size: 1.05em; font-weight: 700; margin-bottom: 8px; }
.flp-step p { font-size: 0.92em; color: #666; line-height: 1.55; }

.flp-cta-mid {
    padding: 50px 0;
    text-align: center;
}
.flp-cta-mid p { font-size: 0.9em; color: #555; margin-top: 10px; }

#dtr-main-content li { margin: 12px 30px; }
#dtr-main-content { font-size: 1.15em; }
