/* SECTION */
#real-growth {
    background: #f8fafc;
}

/* HEADINGS */
.real-section-label {
    font-size: 14px;
    font-weight: 600;
    color: #6366f1;
}

.real-section-heading {
    font-size: 32px;
    font-weight: 700;
}

.real-section-sub {
    max-width: 850px;
    margin: auto;
    color: #6c757d;
    font-size: 15px;
}

/* CARD */
.real-growth-card {
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    height: 100%;
}

.real-growth-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ICON */
.real-growth-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;

    background: linear-gradient(135deg, #4f46e5, #22c55e);
}

/* TITLE */
.real-growth-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* LIST */
.real-list {
    padding-left: 0;
    margin: 0;
}

.real-list li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #6c757d;
}

.real-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4f46e5;
    font-weight: bold;
}

.real-faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.real-faq-accordion .accordion-button {
    font-weight: 600;
    background: #fff;
    padding: 16px 20px;
}

.real-faq-accordion .accordion-button:not(.collapsed) {
    background: #eef2ff;
    color: #4f46e5;
    box-shadow: none;
}

.real-faq-accordion .accordion-body {
    background: #fff;
    color: #6c757d;
    font-size: 14px;
    padding: 16px 20px;
}
