.home-lost-pets-section{
    padding:82px 20px;
    background:
        linear-gradient(
            180deg,
            #f7fafc 0%,
            #eef5f9 100%
        );
}

.home-lost-pets-container{
    width:min(1240px,100%);
    margin:0 auto;
}

.home-lost-pets-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:30px;
}

.home-lost-pets-heading > div:first-child{
    max-width:710px;
}

.home-lost-pets-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#fff0f0;
    color:#b42318;
    font-size:11px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.home-lost-pets-heading h2{
    margin:14px 0 9px;
    color:#071d3c;
    font-size:40px;
    line-height:1.15;
}

.home-lost-pets-heading p{
    margin:0;
    color:#60778d;
    font-size:16px;
    line-height:1.7;
}

.home-lost-pets-heading-actions{
    flex:0 0 auto;
    display:flex;
    gap:10px;
}

.home-lost-pets-heading-actions a{
    min-height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 16px;
    border-radius:10px;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    white-space:nowrap;
}

.home-lost-pets-map-button{
    background:#159653;
    color:#fff;
}

.home-lost-pets-list-button{
    border:1px solid #cbd8e4;
    background:#fff;
    color:#12365d;
}

.home-lost-pets-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.home-lost-pet-card{
    min-width:0;
    overflow:hidden;
    border:1px solid #dce5ed;
    border-radius:19px;
    background:#fff;
    box-shadow:0 15px 40px rgba(6,27,58,.07);
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.home-lost-pet-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 50px rgba(6,27,58,.13);
}

.home-lost-pet-photo{
    position:relative;
    display:block;
    aspect-ratio:16 / 10;
    overflow:hidden;
    background: #e8eef4;#e7edf3;
}

.home-lost-pet-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    object-position:center center;
    background:#e8eef4;
    transition:none;
}

.home-lost-pet-card:hover
.home-lost-pet-photo img{
    transform:none;
}

.home-lost-pet-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#92a6b8;
    font-size:48px;
}

.home-lost-pet-missing,
.home-lost-pet-reward{
    position:absolute;
    top:12px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:7px 10px;
    border-radius:999px;
    color:#fff;
    font-size:9px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.home-lost-pet-missing{
    left:12px;
    background:#dc2626;
}

.home-lost-pet-reward{
    right:12px;
    background:#b77900;
}

.home-lost-pet-content{
    padding:18px;
}

.home-lost-pet-title{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
}

.home-lost-pet-title span{
    display:block;
    color:#dc2626;
    font-size:9px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.home-lost-pet-title h3{
    margin:4px 0 0;
    font-size:23px;
}

.home-lost-pet-title h3 a{
    color:#071d3c;
    text-decoration:none;
}

.home-lost-pet-title > i{
    color:#159653;
    font-size:22px;
}

.home-lost-pet-description{
    margin:7px 0 0;
    color:#647b91;
    font-size:13px;
    line-height:1.55;
}

.home-lost-pet-location,
.home-lost-pet-time{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#506a83;
    font-size:12px;
    line-height:1.5;
}

.home-lost-pet-location{
    margin-top:16px;
}

.home-lost-pet-time{
    margin-top:8px;
}

.home-lost-pet-location i{
    margin-top:2px;
    color:#dc2626;
}

.home-lost-pet-time i{
    margin-top:2px;
    color:#71859a;
}

.home-lost-pet-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:17px;
    padding-top:14px;
    border-top:1px solid #e7edf3;
}

.home-lost-pet-footer > div{
    display:flex;
    gap:11px;
    color:#71859a;
    font-size:11px;
}

.home-lost-pet-footer span{
    display:inline-flex;
    align-items:center;
    gap:4px;
}

.home-lost-pet-footer > a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#159653;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
}

.home-lost-pets-empty{
    display:flex;
    align-items:center;
    gap:18px;
    padding:25px;
    border:1px solid #dce5ed;
    border-radius:18px;
    background:#fff;
}

.home-lost-pets-empty > i{
    color:#159653;
    font-size:37px;
}

.home-lost-pets-empty h3{
    margin:0;
    color:#071d3c;
}

.home-lost-pets-empty p{
    margin:5px 0 0;
    color:#647b91;
}

.home-lost-pets-empty a{
    margin-left:auto;
    padding:11px 15px;
    border-radius:9px;
    background:#159653;
    color:#fff;
    font-weight:900;
    text-decoration:none;
}

.home-lost-pets-mobile-actions{
    display:none;
}

@media(max-width:1050px){
    .home-lost-pets-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .home-lost-pets-section{
        padding:60px 16px;
    }

    .home-lost-pets-heading{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-lost-pets-heading h2{
        font-size:34px;
    }

    .home-lost-pets-heading-actions{
        width:100%;
    }

    .home-lost-pets-heading-actions a{
        flex:1;
    }
}

@media(max-width:600px){
    .home-lost-pets-section{
        padding:48px 11px;
    }

    .home-lost-pets-heading{
        margin-bottom:22px;
    }

    .home-lost-pets-heading h2{
        font-size:30px;
    }

    .home-lost-pets-heading p{
        font-size:14px;
    }

    .home-lost-pets-heading-actions{
        display:none;
    }

    .home-lost-pets-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .home-lost-pet-photo{
        aspect-ratio:16 / 9;
    }

    .home-lost-pets-mobile-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:9px;
        margin-top:20px;
    }

    .home-lost-pets-mobile-actions a{
        min-height:45px;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        border-radius:10px;
        background:#159653;
        color:#fff;
        font-size:12px;
        font-weight:900;
        text-decoration:none;
    }

    .home-lost-pets-mobile-actions a:last-child{
        border:1px solid #cbd8e4;
        background:#fff;
        color:#12365d;
    }

    .home-lost-pets-empty{
        flex-direction:column;
        align-items:flex-start;
    }

    .home-lost-pets-empty a{
        width:100%;
        box-sizing:border-box;
        margin-left:0;
        text-align:center;
    }
}


