﻿
/* =========================================================
   PRE-LAUNCH I
   REAL HOME TRUST SIGNALS ONLY
   ========================================================= */

.home-real-trust{
    position:relative;
    z-index:3;
    padding:0 0 34px;
    margin-top:-20px;
}

.home-real-trust .shell{
    position:relative;
}

.home-real-trust-card{
    display:grid;
    grid-template-columns:minmax(190px,.9fr) minmax(0,2.1fr);
    align-items:center;
    gap:22px;
    padding:17px 18px;
    border:1px solid rgba(43,94,78,.14);
    border-radius:18px;
    background:rgba(255,255,255,.96);
    box-shadow:0 18px 48px rgba(20,61,50,.08);
    backdrop-filter:blur(12px);
}

.home-real-trust-intro{
    min-width:0;
    padding-inline-end:18px;
    border-inline-end:1px solid #e4ebe8;
}

.home-real-trust-intro small{
    display:block;
    margin-bottom:4px;
    color:#987b3c;
    font-size:.66rem;
    font-weight:950;
    letter-spacing:.07em;
}

.home-real-trust-intro strong{
    display:block;
    color:#173f35;
    font-size:.91rem;
    font-weight:950;
    line-height:1.5;
}

.home-real-trust-intro span{
    display:block;
    margin-top:4px;
    color:#7a8984;
    font-size:.69rem;
    line-height:1.65;
}

.home-real-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
}

.home-real-trust-item{
    display:grid;
    align-content:center;
    min-height:82px;
    padding:10px 11px;
    border:1px solid #e2e9e6;
    border-radius:12px;
    background:#fafcfb;
    color:#284f43;
    text-decoration:none;
    transition:transform .15s ease,border-color .15s ease,background .15s ease;
}

.home-real-trust-item:hover{
    transform:translateY(-2px);
    border-color:#c7dad2;
    background:#fff;
}

.home-real-trust-item strong{
    display:block;
    color:#1f5c49;
    font-size:1.25rem;
    font-weight:950;
    line-height:1;
}

.home-real-trust-item span{
    display:block;
    margin-top:6px;
    color:#536f66;
    font-size:.72rem;
    font-weight:850;
    line-height:1.45;
}

.home-real-trust-item small{
    display:block;
    margin-top:2px;
    color:#94a09b;
    font-size:.59rem;
}

@media(max-width:980px){
    .home-real-trust-card{
        grid-template-columns:1fr;
        gap:13px;
    }

    .home-real-trust-intro{
        padding-inline-end:0;
        padding-bottom:11px;
        border-inline-end:0;
        border-bottom:1px solid #e4ebe8;
    }

    .home-real-trust-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:620px){
    .home-real-trust{
        margin-top:-8px;
        padding-bottom:24px;
    }

    .home-real-trust-card{
        padding:12px;
        border-radius:15px;
    }

    .home-real-trust-grid{
        gap:6px;
    }

    .home-real-trust-item{
        min-height:78px;
        padding:9px;
    }

    .home-real-trust-item strong{
        font-size:1.12rem;
    }

    .home-real-trust-item span{
        font-size:.67rem;
    }
}
