/* Theme15 - Message Form Supplementary Styles */

.t15-message-intro {
    background: var(--t15-card-bg);
    padding: 32px;
    border-radius: var(--t15-radius);
    margin-bottom: 40px;
    box-shadow: var(--t15-shadow);
    position: relative;
    overflow: hidden;
}

.t15-message-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--t15-gradient-3);
}

.t15-message-intro h3 {
    margin-bottom: 14px;
    background: var(--t15-gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t15-message-intro p {
    color: var(--t15-text-secondary);
    margin-bottom: 0;
}

.t15-form-card .t15-form-group:last-of-type {
    margin-bottom: 0;
}

.t15-form-card .t15-btn {
    margin-top: 8px;
}

.t15-contact-sidebar {
    background: var(--t15-card-bg);
    border-radius: var(--t15-radius);
    padding: 32px;
    margin-top: 40px;
    box-shadow: var(--t15-shadow);
    position: relative;
    overflow: hidden;
}

.t15-contact-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--t15-gradient-2);
}

.t15-contact-sidebar h4 {
    margin-bottom: 20px;
    background: var(--t15-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.2rem;
}

.t15-contact-sidebar p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    color: var(--t15-text-secondary);
}

.t15-contact-sidebar strong {
    color: var(--t15-text);
}
