#property-hero {
    display: flex;
    flex-wrap: wrap;
}

#property-summary {
    background-color: #042C66;
    color: #ffffff;
    padding: 24px;
    flex: 1 1 300px;
}

#property-summary h1 {
    margin-top: 0;
}

#property-summary ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    display: flex;
    gap: 16px;
}

#property-summary li {
    padding-bottom: 5%;
    padding-top: 5%;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#property-summary li i {
    margin-right: 8px;
}

#property-summary .price {
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0;
}

.whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #357df9 0%, #042C66 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 4px 15px rgba(53, 125, 249, 0.35);
    cursor: pointer;
}

.whatsapp-cta i {
    font-size: 22px;
}

.whatsapp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(53, 125, 249, 0.5);
    filter: brightness(1.08);
    color: #ffffff;
    text-decoration: none;
}

.whatsapp-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(53, 125, 249, 0.3);
}

#property-image {
    flex: 2 1 500px;
}

#property-image img {
    display: block;
}

#breadcrumb {
    display: flex;
    list-style: none;
    margin: 16px 0;
    padding: 8px 16px;
    background-color: #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

#breadcrumb li {
    display: flex;
    align-items: center;
}

#breadcrumb li+li::before {
    content: ">";
    margin: 0 8px;
    color: #6c757d;
}

#breadcrumb a {
    color: #042C66;
    text-decoration: none;
    font-weight: 500;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#breadcrumb li:last-child {
    color: #6c757d;
}

#detalhes {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px;
}

#amenities {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#amenities li {
    width: 50%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

#amenities li i {
    color: #1a365d;
    margin-right: 8px;
}