.hebang-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hebang-form label,
.hebang-download-gate label {
    display: grid;
    gap: 8px;
    color: #234d93;
    font-weight: 700;
}

.hebang-form input,
.hebang-form textarea,
.hebang-download-gate input {
    width: 100%;
    border: 1px solid #c7c8ca;
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
    color: #25304b;
}

.hebang-form .full {
    grid-column: 1 / -1;
}

.hebang-form button,
.hebang-download-gate button {
    border: 0;
    border-radius: 6px;
    background: #234d93;
    color: #fff;
    font-weight: 800;
    padding: 13px 20px;
    cursor: pointer;
}

.hebang-hp {
    position: absolute;
    left: -9999px;
}

.hebang-notice {
    margin-bottom: 18px;
    border-radius: 6px;
    padding: 12px 14px;
}

.hebang-notice.success {
    background: #e8f6f2;
    color: #0f6d61;
}

.hebang-download-gate {
    border: 1px solid #d9e4f4;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f8fbff;
}

.hebang-download-gate summary {
    cursor: pointer;
    font-weight: 800;
    color: #234d93;
}

.hebang-download-gate form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.hebang-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hebang-meta-grid label {
    display: grid;
    gap: 6px;
}

.hebang-meta-grid input,
.hebang-meta-grid textarea,
.hebang-params-table input {
    width: 100%;
}

@media (max-width: 720px) {
    .hebang-form,
    .hebang-download-gate form,
    .hebang-meta-grid {
        grid-template-columns: 1fr;
    }
}
