.trust-strip {
    margin: -22px auto 2rem;
    position: relative;
    z-index: 20;
}

.trust-strip .trust-grid {
    background: #ffffff;
    border: 1px solid rgba(15, 42, 79, 0.08);
    box-shadow: 0 16px 36px rgba(15, 42, 79, 0.16);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.trust-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f2f7ff, #ffffff);
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1d4ed8;
}

.trust-pill i {
    color: #00b894;
}

.story-section {
    padding: 3.5rem 0;
}

.story-card {
    background: #ffffff;
    border: 1px solid rgba(15, 42, 79, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 42, 79, 0.12);
    padding: 1.3rem 1.4rem;
    height: 100%;
}

.story-year {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.signature-banner {
    margin-top: -15px;
    margin-bottom: 1.2rem;
}

.signature-banner .inner {
    background: linear-gradient(135deg, #0f2a4f, #1f6feb);
    color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(15, 42, 79, 0.24);
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.signature-banner .kpi {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.signature-banner .kpi i {
    color: #8ee4d4;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lounge-accordion .accordion-button {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    color: #0f2a4f;
    font-weight: 700;
    box-shadow: none;
}

.lounge-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #eaf2ff, #ffffff);
    color: #0f2a4f;
}

.lounge-accordion .accordion-body {
    background: #ffffff;
}

.entity-accordion .accordion-button {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    color: #0f2a4f;
    font-weight: 700;
    box-shadow: none;
}

.entity-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #eaf2ff, #ffffff);
    color: #0f2a4f;
}

.entity-accordion .accordion-body {
    background: #ffffff;
}

.practical-sidebar {
    position: sticky;
    top: 92px;
}

.practical-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2a4f;
    margin-bottom: 0.9rem;
}

.practical-card {
    background: #ffffff;
    border: 1px solid rgba(15, 42, 79, 0.1);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 42, 79, 0.1);
    padding: 0.95rem 1rem;
    margin-bottom: 0.85rem;
}

.practical-card h4 {
    font-size: 0.98rem;
    font-weight: 800;
    color: #11335e;
    border-bottom: 1px dashed #dbe6f8;
    padding-bottom: 0.45rem;
    margin-bottom: 0.65rem;
}

.practical-card p {
    margin-bottom: 0.45rem;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.practical-card p:last-child {
    margin-bottom: 0;
}

.practical-card p i {
    width: 18px;
    color: #1f6feb;
    margin-right: 6px;
}

.practical-actions .btn {
    width: 100%;
}


@media (max-width: 900px) {
    .trust-strip .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .practical-sidebar {
        position: static;
        top: auto;
        margin-top: 1.2rem;
    }

}

@media (max-width: 576px) {
    .trust-strip .trust-grid {
        grid-template-columns: 1fr;
    }

}
