body.page-id-613 .entry-content,
body.page-id-613 .wp-block-post-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 20px;
}

body.page-id-613 .hoh-contact-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
    margin-bottom: 40px;
}

body.page-id-613 .wpforms-field input,
body.page-id-613 .wpforms-field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 16px;
    transition: all 0.2s ease;
}

body.page-id-613 .wpforms-field input:focus,
body.page-id-613 .wpforms-field textarea:focus {
    border-color: #8bb4ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(139,180,255,0.25);
    outline: none;
}

/* Submit Button — Darker HOH Lavender */
body.page-id-613 button.wpforms-submit,
body.page-id-613 .wpforms-submit[type="submit"],
body.page-id-613 #wpforms-submit-608 {
    background-color: #7a4bd8 !important; /* deep HOH purple */
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 28px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.2s ease, transform 0.1s ease !important;
}

body.page-id-613 button.wpforms-submit:hover,
body.page-id-613 .wpforms-submit[type="submit"]:hover,
body.page-id-613 #wpforms-submit-608:hover {
    background-color: #693ec0 !important; /* darker hover */
    transform: translateY(-2px) !important;
}



body.page-id-613 .wpforms-submit:active {
    transform: translateY(0);
}


body.page-id-613 .wpforms-confirmation-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #4a6cf7;
    margin-top: 20px;
}
