
#thc-bar{position:fixed;left:0;right:0;bottom:0;z-index:99990;display:block;padding:0;
    background:#fff;box-shadow:0 -4px 24px rgba(16,26,46,.14);
    border-top:1px solid rgba(16,26,46,.06);
    font-family:Helvetica,Verdana,Arial,sans-serif;
    line-height:1.2}
#thc-bar .thc-bar-inner{display:flex;width:100%;gap:0}
#thc-bar .thc-bar-btn{flex:1 1 50%;display:flex!important;align-items:center;justify-content:center;
    gap:10px;padding:12px 8px;font-size:15px;text-decoration:none;border:0;cursor:pointer;
    color:#fff!important;font-weight:600;position:relative;min-height:64px;margin:0;
    box-sizing:border-box;border-radius:0}
#thc-bar .thc-bar-btn:hover{filter:brightness(1.08)}
#thc-bar .thc-bar-form{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}
#thc-bar .thc-bar-wa{background:linear-gradient(135deg,#25D366 0%,#128C7E 100%)}
#thc-bar .thc-bar-ico{width:26px;height:26px;flex:0 0 26px;color:#fff}
#thc-bar .thc-bar-text{display:flex;flex-direction:column;text-align:left}
#thc-bar .thc-bar-text strong{font-size:14px;color:#fff;font-weight:700}
#thc-bar .thc-bar-text small{font-size:11px;color:rgba(255,255,255,.88);font-weight:500;margin-top:2px}
@media (min-width:1024px){
    #thc-bar{padding:0 16px 14px;background:transparent;box-shadow:none;border-top:0}
    #thc-bar .thc-bar-inner{max-width:620px;margin:0 auto;gap:12px;border-radius:0;overflow:visible}
    #thc-bar .thc-bar-btn{border-radius:14px;min-height:56px;font-size:14px;
        box-shadow:0 12px 30px rgba(16,26,46,.28),0 3px 8px rgba(16,26,46,.14)}
    #thc-bar .thc-bar-btn:hover{transform:translateY(-1px);transition:transform .15s ease,filter .15s ease}
    #thc-bar .thc-bar-text strong{font-size:14px}
    #thc-bar .thc-bar-text small{font-size:11px}
    #thc-bar .thc-bar-ico{width:22px;height:22px;flex:0 0 22px}
    #thc-bar .thc-bar-wa::after{border-radius:14px}
}
#thc-bar .thc-bar-wa::after{content:"";position:absolute;inset:0;
    box-shadow:0 0 0 0 rgba(37,211,102,.55);animation:thc-p 2.2s infinite;pointer-events:none}
@keyframes thc-p{
    0%{box-shadow:inset 0 0 0 0 rgba(37,211,102,.55)}
    70%{box-shadow:inset 0 0 0 16px rgba(37,211,102,0)}
    100%{box-shadow:inset 0 0 0 0 rgba(37,211,102,0)}
}
#thc-wa-tip{position:fixed;right:12px;bottom:82px;background:#fff;color:#1b2838;
    padding:12px 36px 12px 14px;border-radius:14px;
    box-shadow:0 12px 36px rgba(16,26,46,.22),0 2px 6px rgba(16,26,46,.08);
    max-width:280px;opacity:0;transform:translateY(10px) scale(.96);pointer-events:none;
    transition:opacity .3s,transform .3s;z-index:99991;
    font-family:Helvetica,Verdana,Arial,sans-serif;line-height:1.35}
@media (min-width:1024px){
    #thc-wa-tip{right:calc(50% - 290px);bottom:78px;max-width:300px}
}
#thc-wa-tip.thc-show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
#thc-wa-tip .thc-tip-title{font-weight:700;font-size:14px;color:#0f172a}
#thc-wa-tip .thc-tip-sub{font-size:12px;color:#5b6474;margin-top:3px}
#thc-wa-tip .thc-tip-close{position:absolute;top:4px;right:6px;background:transparent;
    border:0;font-size:20px;cursor:pointer;color:#9ca3af;padding:2px 6px;line-height:1}
#thc-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px}
#thc-modal.thc-show{display:flex}
#thc-modal .thc-modal-bg{position:absolute;inset:0;background:rgba(8,16,30,.65)}
#thc-modal .thc-modal-card{position:relative;background:#fff;border-radius:16px;
    max-width:520px;width:100%;max-height:92vh;overflow:hidden;
    box-shadow:0 30px 60px rgba(8,16,30,.35);display:flex;flex-direction:column}
#thc-modal .thc-modal-x{position:absolute;top:10px;right:12px;background:rgba(255,255,255,.95);
    border:0;font-size:24px;cursor:pointer;color:#334155;width:34px;height:34px;
    border-radius:50%;line-height:1;z-index:2;box-shadow:0 2px 8px rgba(16,26,46,.14);padding:0}
#thc-modal .thc-modal-head{padding:24px 22px 14px;text-align:center;
    background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff}
#thc-modal .thc-modal-head h3{margin:0!important;font-size:20px;font-weight:700;color:#fff!important}
#thc-modal .thc-modal-head p{margin:8px 0 0!important;font-size:13px;opacity:.92;color:#fff!important}
#thc-modal .thc-modal-body{padding:18px 20px 20px;overflow-y:auto;flex:1}
/* SureForms success state iyilestirme */
#thc-modal .srfm-success-box,
#thc-modal .srfm-success-box-description{text-align:center!important;padding:10px 6px!important}
#thc-modal .srfm-success-box h2,
#thc-modal .srfm-success-box-description h2{color:#1a973d!important;font-size:22px!important;margin:14px 0 6px!important;font-weight:700!important;line-height:1.25!important}
#thc-modal .srfm-success-box p,
#thc-modal .srfm-success-box-description p{color:#334155!important;font-size:14px!important;line-height:1.5!important;margin:6px 0!important}
#thc-modal .srfm-success-box img{display:block;margin:0 auto 10px;max-width:64px;height:auto}
/* Custom teshekur mesaji */
#thc-modal .thc-extra-thanks{margin:16px -4px 4px;padding:16px 16px 18px;
    background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);
    border:1px solid #bbf7d0;border-radius:12px;text-align:center}
#thc-modal .thc-extra-thanks .thc-et-title{color:#15803d!important;margin:0 0 6px!important;
    font-size:16px!important;font-weight:700!important}
#thc-modal .thc-extra-thanks .thc-et-sub{color:#1f2937!important;margin:0 0 12px!important;
    font-size:13.5px!important;line-height:1.45!important}
#thc-modal .thc-extra-thanks .thc-et-wa{display:inline-flex;align-items:center;gap:8px;
    background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff!important;
    padding:10px 18px;border-radius:999px;font-weight:600;text-decoration:none!important;
    font-size:13.5px;box-shadow:0 4px 12px rgba(37,211,102,.3)}
#thc-modal .thc-extra-thanks .thc-et-wa:hover{filter:brightness(1.08)}
#thc-modal .thc-extra-thanks .thc-et-wa svg{width:16px;height:16px}
