.belepes-oldal {
    padding: 8px 0 54px;
}

.belepes-fejlec {
    max-width: 860px;
    margin-bottom: 28px;
    padding: 32px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #eef3fb 100%);
    border: 1px solid #dce2ee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.belepes-kisfejlec {
    margin: 0 0 10px;
    color: #2f6fed;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.belepes-fejlec h1 {
    margin: 0 0 18px;
    color: #18243a;
    font-size: 42px;
    line-height: 1.14;
}

.belepes-fejlec p {
    margin: 0;
    color: #5b6473;
    font-size: 17px;
    line-height: 1.65;
}

.belepes-tartalom {
    display: grid;
    grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.login-wrap.belepes-doboz {
    margin: 0;
    padding: 28px;
}

.login-form {
    max-width: 460px;
}

.form-row {
    margin-bottom: 16px;
}

.form-row label,
.form-row legend {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #18243a;
}

.form-row input[type="text"],
.form-row input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #bcc8da;
    border-radius: 8px;
    font-size: 16px;
    color: #222222;
    background: #ffffff;
}

.form-row input[type="text"]:focus,
.form-row input[type="password"]:focus {
    outline: none;
    border-color: #2f6fed;
    box-shadow: 0 0 0 3px rgba(47, 111, 237, 0.14);
}

.mode-fieldset {
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    padding: 12px 14px;
    background: #f8fbff;
}

.mode-fieldset legend {
    padding: 0 6px;
}

.radio-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.radio-line:last-child {
    margin-bottom: 0;
}

.radio-line:hover {
    background: #eef3fb;
}

.radio-line input {
    margin-top: 4px;
}

.radio-line span {
    display: block;
}

.radio-line strong {
    display: block;
    color: #18243a;
    font-weight: 700;
}

.radio-line small {
    display: block;
    margin-top: 2px;
    color: #5b6473;
    line-height: 1.35;
}

.login-form button {
    appearance: none;
    border: 0;
    border-radius: 8px;
    background: #1f5fbf;
    color: #ffffff;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(31, 95, 191, 0.22);
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.login-form button:hover {
    transform: translateY(-1px);
    background: #194f9f;
}

.belepes-info {
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dce2ee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.045);
}

.belepes-info h2 {
    margin: 0 0 14px;
    color: #18243a;
    font-size: 26px;
    line-height: 1.22;
}

.belepes-info p {
    margin: 0 0 16px;
    color: #5b6473;
    line-height: 1.65;
}

.belepes-info ul {
    margin: 0 0 18px;
    padding-left: 22px;
    color: #5b6473;
    line-height: 1.65;
}

.belepes-info li {
    margin-bottom: 6px;
}

.belepes-info-kapcsolat {
    padding-top: 16px;
    border-top: 1px solid #dce2ee;
}

.belepes-info a {
    color: #2f6fed;
    font-weight: 700;
    text-decoration: none;
}

.belepes-info a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .belepes-tartalom {
        grid-template-columns: 1fr;
    }

    .belepes-fejlec {
        max-width: none;
    }

    .login-form {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .belepes-fejlec,
    .login-wrap.belepes-doboz,
    .belepes-info {
        padding: 24px;
    }

    .belepes-fejlec h1 {
        font-size: 34px;
    }

    .belepes-info h2 {
        font-size: 24px;
    }
}