.contact-hero{
        border-radius:1.5rem;
        background:linear-gradient(135deg,#fff 0%,#fff5f5 100%);
    }
    .contact-icon{
        width:42px;
        height:42px;
        border-radius:14px;
        display:flex;
        align-items:center;
        justify-content:center;
        background:rgba(220,53,69,.1);
        color:#dc3545;
        flex:0 0 auto;
    }
    .contact-info-row{
        display:flex;
        gap:1rem;
        padding:1rem 0;
        border-bottom:1px solid rgba(0,0,0,.06);
    }
    .contact-info-row:last-child{
        border-bottom:0;
    }
