
.aicp-wrapper {
    width:100%;
    background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    padding:60px 0;
}
.aicp-card {
    display:flex;
    max-width:1400px;
    margin:0 auto;
    gap:40px;
}
.aicp-form, .aicp-result-panel {
    flex:1;
    background:#ffffff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,0.2);
}
.aicp-form h2 {
    margin-bottom:20px;
}
.aicp-form input, .aicp-form select {
    width:100%;
    padding:14px;
    margin-bottom:14px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}
#aicp-submit {
    background:#2c5364;
    color:#fff;
    padding:14px;
    border:none;
    border-radius:8px;
    cursor:pointer;
}
#aicp-submit:hover {
    background:#1c3b4a;
}
#aicp-result {
    font-size:48px;
    font-weight:bold;
    color:#2c5364;
    margin-top:30px;
}
