.gcnet-download-gate {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gcnet-download-gate.active {
    display: flex;
}

.gcnet-download-gate__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
}

.gcnet-download-gate__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-shadow: 0 24px 60px rgba(15, 42, 88, 0.22);
}

.gcnet-download-gate__close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
}

.gcnet-download-gate__panel h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #102a43;
}

.gcnet-download-gate__panel p {
    margin: 0 0 22px;
    color: #566573;
    line-height: 1.6;
}

.gcnet-download-gate__actions {
    display: grid;
    gap: 12px;
}

.gcnet-download-gate__btn {
    display: block;
    text-align: center;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.gcnet-download-gate__btn--primary {
    background: #0f62fe;
    color: #ffffff;
}

.gcnet-download-gate__btn--secondary {
    background: #e3f2ff;
    color: #0f62fe;
}
