.cl-section-c85dfbbe {
    background-color: #f8f7f4;
    padding: 80px 20px;
    width: 100%;
}

.cl-container-c85dfbbe {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: stretch;
}

.cl-col-c85dfbbe {
    flex: 1;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.cl-heading-c85dfbbe {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: bold;
    color: #3d5a3e !important;
    margin: 0 0 8px 0;
}

.cl-divider-gold-c85dfbbe {
    width: 50px;
    height: 2px;
    background-color: #c9a84c;
    margin-bottom: 24px;
}

.cl-body-c85dfbbe {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

.cl-contact-items-c85dfbbe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cl-contact-item-c85dfbbe {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cl-icon-circle-c85dfbbe {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(27, 43, 75, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2b4b;
    flex-shrink: 0;
}

.cl-item-content-c85dfbbe {
    display: flex;
    flex-direction: column;
}

.cl-item-label-c85dfbbe {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #1b2b4b;
    margin-bottom: 2px;
}

.cl-item-value-c85dfbbe {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}

.cl-email-link-c85dfbbe {
    color: #3d5a3e !important;
}

.cl-divider-thin-c85dfbbe {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 32px 0;
}

.cl-trust-badges-c85dfbbe {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.cl-trust-badge-c85dfbbe {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555555;
}

.cl-socials-c85dfbbe {
    display: flex;
    gap: 16px;
    align-items: center;
}

.cl-socials-c85dfbbe a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.cl-socials-c85dfbbe a:hover {
    opacity: 0.7;
}

.cl-h3-c85dfbbe {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: bold;
    color: #3d5a3e !important;
    margin: 0 0 8px 0;
}

.cl-body-sm-c85dfbbe {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #888888;
    margin: 0 0 24px 0;
}

.cl-form-container-c85dfbbe {
    width: 100%;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .cl-section-c85dfbbe {
        padding: 40px 20px;
    }
    
    .cl-container-c85dfbbe {
        flex-direction: column;
        gap: 24px;
    }
    
    .cl-col-c85dfbbe {
        padding: 32px 24px;
    }
}