:root {
  --bg:#07101E; --bg2:#0D1A2E; --bg3:#0F2040;
  --blue:#1A6DFF; --blue-l:#4D8EFF;
  --gold:#F0A500; --gold-l:#FFB92A;
  --text:#E8EEF8; --muted:#7A9ABB;
  --border:#1A3050; --card:#0C1828;
  --green:#22C55E; --r:14px;
}

.tk-wrap { max-width: 600px; margin: 0 auto; padding: 32px 16px 80px; direction: rtl; font-family: 'Heebo', sans-serif; color: var(--text); }

/* CARDS */
.tk-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 22px; margin-bottom: 16px; }
.tk-card-title { font-size: 12px; font-weight: 700; letter-spacing: .6px; color: var(--muted); text-transform: uppercase; margin-bottom: 16px; }

/* FORM */
.tk-form-hdr h1 { font-size: 28px; font-weight: 900; margin-bottom: 6px; }
.tk-form-hdr p { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.tk-fg { margin-bottom: 14px; }
.tk-fg label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.tk-fg input, .tk-fg select, .tk-fg textarea { width: 100%; padding: 11px 14px; background: var(--bg3); border: 1.5px solid var(--border); border-radius: 10px; color: var(--text); font-family: 'Heebo', sans-serif; font-size: 14px; transition: border-color .2s; }
.tk-fg input:focus, .tk-fg select:focus, .tk-fg textarea:focus { outline: none; border-color: var(--blue); }
.tk-fg textarea { resize: vertical; min-height: 80px; }
.tk-fg select option { background: var(--bg2); }
.tk-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* CATEGORIES */
.tk-cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.tk-cat-btn { background: var(--bg3); border: 1.5px solid var(--border); border-radius: 10px; padding: 10px 8px; text-align: center; cursor: pointer; transition: all .2s; user-select: none; }
.tk-cat-btn:hover { border-color: rgba(26,109,255,.4); }
.tk-cat-btn.on { background: rgba(26,109,255,.13); border-color: var(--blue); color: #4D8EFF; }
.tk-ci { font-size: 20px; display: block; margin-bottom: 4px; }
.tk-ct { font-size: 12px; font-weight: 600; line-height: 1.3; }

/* PRICE BOX */
.tk-price-box { background: rgba(240,165,0,.07); border: 1.5px solid rgba(240,165,0,.22); border-radius: 14px; padding: 18px 22px; margin-bottom: 16px; }
.tk-price-box h4 { color: var(--gold); font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.tk-price-main { font-size: 36px; font-weight: 900; line-height: 1; }
.tk-price-note { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.6; }
.tk-price-note strong { color: var(--green); }

/* PWA BOX */
.tk-pwa-box { background: linear-gradient(135deg,rgba(26,109,255,.08),rgba(240,165,0,.05)); border: 1.5px solid rgba(26,109,255,.25); border-radius: 14px; padding: 20px; margin-bottom: 16px; text-align: center; }
.tk-pwa-box h4 { font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.tk-pwa-box p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 14px; }

/* NOTICE */
.tk-notice { background: rgba(26,109,255,.07); border: 1px solid rgba(26,109,255,.18); border-radius: 10px; padding: 12px 15px; font-size: 13px; color: var(--muted); margin-bottom: 16px; line-height: 1.6; }

/* CHECKBOX */
.tk-check-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; }
.tk-check-row input[type=checkbox] { width: 18px; height: 18px; margin-top: 2px; cursor: pointer; flex-shrink: 0; accent-color: var(--blue); }
.tk-check-row label { font-size: 13px; color: var(--muted); cursor: pointer; line-height: 1.6; }
.tk-check-row label a { color: #4D8EFF; }

/* BUTTONS */
.tk-btn-submit { width: 100%; padding: 15px; border: none; border-radius: 12px; font-family: 'Heebo', sans-serif; font-size: 16px; font-weight: 800; cursor: pointer; transition: all .2s; }
.tk-btn-blue { background: var(--blue); color: #fff; }
.tk-btn-blue:hover { background: var(--blue-l); transform: translateY(-1px); }
.tk-btn-gold { background: var(--gold); color: #07101E; }
.tk-btn-gold:hover { background: var(--gold-l); transform: translateY(-1px); }

/* MESSAGES */
.tk-msg { padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; font-weight: 600; }
.tk-msg.success { background: rgba(34,197,94,.1); border: 1px solid rgba(34,197,94,.3); color: var(--green); }
.tk-msg.error { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); color: #EF4444; }

/* CALLS LIST */
.tk-calls-list { display: flex; flex-direction: column; gap: 14px; }
.tk-call-card { cursor: pointer; transition: transform .2s; }
.tk-call-card:hover { transform: translateY(-2px); }
.tk-call-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.tk-cat-badge { background: rgba(26,109,255,.15); border: 1px solid rgba(26,109,255,.3); color: #4D8EFF; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.tk-time { font-size: 12px; color: var(--muted); }
.tk-call-city { font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.tk-desc { font-size: 14px; line-height: 1.6; color: var(--text); margin-bottom: 14px; }

/* RESPONSIVE */
@media(max-width:520px) {
  .tk-row { grid-template-columns: 1fr; }
  .tk-cat-grid { grid-template-columns: repeat(2,1fr); }
}

/* WP ADMIN RTL fix */
.wrap[dir="rtl"] { text-align: right; }
