/* Safety & Security page */

.saf-hero-split__img,
.cp-feature-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    height: 100%;
}

.saf-hero-split__img img,
.cp-feature-img img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.saf-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    height: 100%;
}

.saf-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.35rem 1.15rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(47, 14, 61, 0.1);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.saf-stat__value {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.1;
}

.saf-stat__label {
    font-size: 0.88rem;
    color: var(--text);
    font-weight: 600;
}

.cp-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    text-align: center;
    flex: 1;
    min-width: 110px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary);
}

.cp-flow__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 0 4px rgba(251, 178, 37, 0.22);
}

.saf-section {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(47, 14, 61, 0.1);
    box-shadow: var(--shadow-sm);
}

.saf-section__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(47, 14, 61, 0.08);
}

.saf-section__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(251, 178, 37, 0.16);
    font-size: 1.35rem;
}

.saf-section__head h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 0.25rem;
}

.saf-section__head p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text);
}

.saf-card {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    height: 100%;
    padding: 1.1rem 1.05rem;
    border-radius: 12px;
    background: #faf7fb;
    border: 1px solid rgba(47, 14, 61, 0.08);
}

.saf-card__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(47, 14, 61, 0.1);
    font-size: 1.05rem;
}

.saf-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--text);
}

.saf-related {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.saf-related a {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(47, 14, 61, 0.08);
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
}

.saf-related a:hover {
    background: var(--primary);
    color: #fff;
}

@media (max-width: 767.98px) {
    .cp-flow {
        flex-wrap: wrap;
    }

    .cp-flow__line {
        display: none;
    }

    .saf-section {
        padding: 1.15rem;
    }
}
