/* ============================================
   LEAD GENERATION – modernizace
   ============================================ */

.LEAD_GENERATION {
    background: linear-gradient(135deg, #9eaf41 0%, #7d9130 100%) !important;
    border-radius: 16px !important;
    width: 340px !important;
    padding: 22px 22px 20px !important;
    box-shadow: 0 12px 40px rgba(125, 145, 48, .35), 0 2px 8px rgba(0, 0, 0, .12) !important;
    font-family: inherit !important;
    line-height: 1.4em !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    overflow: hidden;
    position: relative;
    animation: dl-lead-in .45s cubic-bezier(.34, 1.56, .64, 1) both;
}

/* jemný dekorativní záblesk v rohu */
.LEAD_GENERATION::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 70%);
    pointer-events: none;
}

/* nadpis / text nabídky */
.LEAD_GENERATION ._3mDFKQZigEhQEdroYsGC_E {
    display: block !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 1;
}

/* společný základ pro oba buttony (ANO/NE) */
.LEAD_GENERATION ._2Vsk5w0-MYWeEUdY3mt1M1 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 11px 22px !important;
    margin-right: 10px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s cubic-bezier(.34, 1.56, .64, 1), box-shadow .18s ease, background .18s ease, color .18s ease !important;
    position: relative;
    z-index: 1;
    border: 2px solid transparent !important;
}

/* ANO – plné bílé, výrazné */
.LEAD_GENERATION ._1ZswQNCWbJve9zaHJzNa_C {
    background: #fff !important;
    color: #5f7320 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18) !important;
}
.LEAD_GENERATION ._1ZswQNCWbJve9zaHJzNa_C:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28) !important;
}

/* NE – obrysové, decentní */
.LEAD_GENERATION ._2tX3YZush_cZAefa2dlLIt {
    background: transparent !important;
    color: rgba(255, 255, 255, .9) !important;
    border-color: rgba(255, 255, 255, .55) !important;
    margin-right: 0 !important;
}
.LEAD_GENERATION ._2tX3YZush_cZAefa2dlLIt:hover {
    background: rgba(255, 255, 255, .15) !important;
    border-color: #fff !important;
    transform: translateY(-2px);
}

/* společný active stav */
.LEAD_GENERATION ._2Vsk5w0-MYWeEUdY3mt1M1:active {
    transform: translateY(0) scale(.97);
}

@keyframes dl-lead-in {
    from { opacity: 0; transform: translateY(20px) scale(.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 480px) {
    .LEAD_GENERATION {
        width: calc(100vw - 40px) !important;
        max-width: 340px;
    }
}

/* ============================================
   LEAD GENERATION – rozkliknutý formulář
   ============================================ */

._3QFqK-UGMnhVXzC9oa-Ht8 {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 26px 24px 30px !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22), 0 2px 8px rgba(0, 0, 0, .08) !important;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    font-family: inherit !important;
    width: 340px !important;
    box-sizing: border-box;
    animation: dl-lead-in .4s cubic-bezier(.34, 1.56, .64, 1) both;
    overflow: hidden;
}

/* zavírací křížek */
._3QFqK-UGMnhVXzC9oa-Ht8 ._3zVGn1n1sA39IpScatWOJW {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #999 !important;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
._3QFqK-UGMnhVXzC9oa-Ht8 ._3zVGn1n1sA39IpScatWOJW:hover {
    background: #f1f1f1;
    color: #333 !important;
    transform: rotate(90deg);
}

/* hlavní nadpis (Stačí se přihlásit…) */
._3QFqK-UGMnhVXzC9oa-Ht8 > div:nth-of-type(1) {
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #5f7320 !important;
    margin: 4px 30px 14px 0 !important;
}

/* popisný text (odhlášení, min. hodnota) */
._3QFqK-UGMnhVXzC9oa-Ht8 > div:nth-of-type(2) {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    color: #6b6b6b !important;
    margin-bottom: 6px !important;
}
._3QFqK-UGMnhVXzC9oa-Ht8 > div:nth-of-type(2) div:empty {
    display: none !important;
}

/* vstupní pole */
._3QFqK-UGMnhVXzC9oa-Ht8 input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1.5px solid #e2e2e2 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    margin-top: 12px !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fafafa !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    outline: none !important;
}
._3QFqK-UGMnhVXzC9oa-Ht8 input[type="text"]::placeholder {
    color: #aaa !important;
}
._3QFqK-UGMnhVXzC9oa-Ht8 input[type="text"]:focus {
    border-color: #9eaf41 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(158, 175, 65, .18) !important;
}

/* hlavní tlačítko */
._3QFqK-UGMnhVXzC9oa-Ht8 button {
    width: 100% !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #9eaf41 0%, #7d9130 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 14px 16px !important;
    margin-top: 18px !important;
    cursor: pointer !important;
    box-shadow: 0 6px 18px rgba(125, 145, 48, .35) !important;
    transition: transform .18s cubic-bezier(.34, 1.56, .64, 1), box-shadow .18s ease, filter .18s ease !important;
}
._3QFqK-UGMnhVXzC9oa-Ht8 button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(125, 145, 48, .45) !important;
    filter: brightness(1.05);
}
._3QFqK-UGMnhVXzC9oa-Ht8 button:active {
    transform: translateY(0) scale(.98);
}

/* GDPR text */
._3QFqK-UGMnhVXzC9oa-Ht8 > div[style*="text-align: center"] {
    font-size: 10.5px !important;
    color: #b0b0b0 !important;
    line-height: 1.4 !important;
    padding: 12px 0 4px !important;
}

/* Leadhub branding decentně */
._3QFqK-UGMnhVXzC9oa-Ht8 a[href*="leadhub"] {
    color: #ccc !important;
}

@media (max-width: 480px) {
    ._3QFqK-UGMnhVXzC9oa-Ht8 {
        width: calc(100vw - 40px) !important;
        max-width: 340px;
    }
}