.trust-verify {
    padding: 70px 0;
    background: #f7fafc;
}

/* =========================
   GRID — GIVE IMAGE MORE SPACE
========================= */

.trust-verify-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* =========================
   TEXT SIDE
========================= */

.trust-verify-text h2 {
    font-size: 2.8rem;
    line-height: 1.05;
    margin: 0 0 8px;
    color: #0f172a;
}

.trust-verify-text p {
    color: #64748b;
    margin: 0 0 14px;
    line-height: 1.55;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #0f172a;
    font-weight: 500;
}

.trust-list i {
    color: #14b8a6;
}

/* =========================
   MEDIA SIDE
========================= */

.trust-verify-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* REMOVE ALL LIMITS */

.phone-mockup {
    width: 100%;
    max-width: none;
}

.phone-frame {
    background: transparent;
    padding: 0;
    box-shadow: none;
    width: 100%;
}

.phone-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 960px) {

    .trust-verify-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .trust-verify-media {
        justify-content: center;
        margin-top: 30px;
    }
}