        .contact-container { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 100%; max-width: 400px; }

        .contact-title { text-align: center; color: #333; margin-bottom: 20px; }

        .contact-group { margin-bottom: 15px; }

        .contact-label { display: block; margin-bottom: 5px; color: #666; font-size: 0.9em; }

        .contact-input, .contact-textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; font-size: 1em; }

        .contact-button { width: 100%; padding: 12px; background-color: #0088cc; border: none; border-radius: 4px; color: white; font-size: 1em; cursor: pointer; transition: background 0.3s; }
        .contact-button:hover { background-color: #006699; }

        .contact-success { color: #28a745; text-align: center; margin-top: 15px; font-weight: bold; }
        .contact-error { color: #dc3545; text-align: center; margin-top: 15px; font-weight: bold; }
