.ldp-map-wrapper{
    margin-top:20px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.ldp-map-wrapper iframe{
    display:block;
    width:100%;
    border:0;
}

.ldp-destination-hero{

    background:#f8fafc;

    padding:60px;

    border-radius:20px;

    margin-bottom:40px;

}

.ldp-destination-hero h1{

    font-size:42px;

    margin-bottom:15px;

}

.ldp-destination-hero p{

    font-size:18px;

    color:#555;

    max-width:900px;

}

.ldp-container{

    max-width:1600px;

    margin:0 auto;

    padding:40px 20px;

}

.ldp-destination{

    display:flex;

    flex-direction:column;

    gap:50px;

}

.ldp-section h2{

    font-size:34px;

    margin-bottom:25px;

    border-left:6px solid #0B5ED7;

    padding-left:15px;

}
.ldp-container{
    max-width:1700px;
    margin:0 auto;
    padding:30px;
}

.ldp-card-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(340px,1fr));

    gap:24px;

}

.ldp-destination-hero{
    background:linear-gradient(135deg,#0B3D91,#1E88E5);
    color:#fff;
    border-radius:20px;
    margin-bottom:35px;
    width:100%;
    padding:32px 45px;
    max-width:none;
    margin:0 0 40px;
}

.ldp-destination-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.70),
        rgba(0,0,0,.25),
        rgba(0,0,0,.10)
    );
    z-index:1;
}

.ldp-destination-overlay{
    position:relative;
    z-index:2;
    width:100%;
    padding:50px;
}

.ldp-destination-hero h1{
    font-size:46px;
    font-weight:700;
    margin:0 0 10px;
    line-height:1.1;
}

.ldp-destination-stats{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:20px;
    flex-wrap:wrap;
}

.ldp-stat{
    display:flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:50px;
    font-size:15px;
    font-weight:500;
}

.ldp-stat strong{
    font-size:18px;
    color:#fff;
}

.ldp-destination-hero p{
    margin:0;
    font-size:17px;
    max-width:700px;
    opacity:.95;
}

/* ==========================================
   Destination Hero
========================================== */

.ldp-destination-hero{
    background:linear-gradient(135deg,#0B3D91,#1E88E5);
    color:#fff;
    border-radius:20px;
    padding:30px 40px;
    margin-bottom:30px;
}

.ldp-destination-hero h1{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin:0 0 12px;
    line-height:1.1;
}

.ldp-destination-hero p{
    color:#fff;
    font-size:17px;
    margin:0;
    opacity:.95;
}

.ldp-destination-stats{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:20px;
    flex-wrap:wrap;
}

.ldp-stat{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:rgba(255,255,255,.15);
    border-radius:50px;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.ldp-stat strong{
    font-size:18px;
    color:#fff;
}

.ldp-section{
    margin:50px 0;
}

.ldp-section h2{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    color:#0B3D91;
}

.ldp-section h2 i{
    color:#F59E0B;
}