.wa-btn {
    position: fixed;
    bottom: 30px;
    right: 90px; /* Megnövelve, hogy ne takarja ki az oldalvissza görgetőt */
    padding: 0 20px;
    min-width: 52px;
    height: 52px;
    background: #25d366;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
    z-index: 9999;
    transition: transform 0.2s, box-shadow 0.2s;
    animation: pulse-wa 2.5s infinite;
    font-family: sans-serif;
}

.wa-text {
    margin-left: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
}

.wa-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.7);
    color: #fff;
}
/* ════════════════════════════════════════════════════════
    LEADERSHUB / CGA BRAND OVERRIDE - STABLE COMPACT
══════════════════════════════════════════════════════════ */

:root {
    --brand-gold: #F7BC2C;
    --brand-gold-active: #d9a424;
}

/* ─── 1. FORM ELEMEK (Login & Register) ─────────── */

/* Linkek színe */
.link-primary, .text-hover-primary:hover, .signin-link a {
    color: var(--brand-gold) !important;
}

/* Input mezők - Visszafogott méretcsökkentés a stabilitásért */
#kt_sign_in_form .form-control,
#kt_sign_up_form .form-control {
    background-color: #f9f9f9 !important;
    border: 1px solid #dbdfe9 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important; /* Elég hely a szövegnek */
    font-size: 14px !important;
    color: #071437 !important;
    height: auto !important;
    min-height: 42px !important; /* Nem engedjük túl kicsire, hogy ne essen szét */
}

/* Gombok - Kompakt, de kattintható */
#kt_sign_in_submit,
#kt_sign_up_submit {
    background: linear-gradient(90deg, var(--brand-gold) 0%, var(--brand-gold-active) 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    box-shadow: 0 4px 12px rgba(247, 188, 44, 0.2) !important;
    width: 100% !important;
}

/* Térközök finomítása az űrlapon belül */
#kt_sign_in_form .fv-row, 
#kt_sign_up_form .fv-row {
    margin-bottom: 1rem !important; /* Szabványosított alsó margó */
}

/* ─── 2. JOBB OLDAL (Asdie Background & Overlay) ──────── */

.order-1.order-lg-2.bgi-size-cover {
    position: relative;
    overflow: hidden !important; 
}

.order-1.order-lg-2.bgi-size-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 10, 0.35) !important;
    z-index: 1;
}

.order-1.order-lg-2.bgi-size-cover > .d-flex {
    position: relative;
    z-index: 2 !important;
}

/* ─── 3. JOBB OLDAL (Manifesto Text - Kisebb méret) ────── */

.auth-right-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px; /* Szűkebb konténer */
    text-align: center;
    margin: 0 auto;
}

.auth-tagline {
    font-size: 32px !important; /* Jelentősen kisebb, hogy ne nyomja le az oldalt */
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 15px !important;
}

.auth-tagline span {
    color: var(--brand-gold);
}

.auth-tagline-sub {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

/* Pillérek */
.brand-pillars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px !important;
}

.pillar-item {
    font-size: 10px !important;
    padding: 6px 14px !important;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

/* Glow hatások (kisebb méretben) */
.glow-circle {
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    filter: blur(80px);
    opacity: 0.25;
    z-index: 1;
}
.glow-1 { width: 300px; height: 300px; top: -50px; right: -50px; }
.glow-2 { width: 250px; height: 250px; bottom: -50px; left: -50px; }