/* ============================================================
   INVENSYS CRM — Time Tracking + WhatsApp Bot CSS
   ============================================================ */

/* =============================================================
   ENGINEER TIME TRACKING
   ============================================================= */

/* ─── Active Check-In Card ─── */
.tt-active-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #064e3b 0%, #065f46 60%, #047857 100%);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(6,78,59,0.35);
  flex-wrap: wrap;
}
.tt-active-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.tt-active-pulse {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,0.6);
  animation: ttPulse 1.5s infinite;
  flex-shrink: 0;
}
@keyframes ttPulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,0.6); }
  70%  { box-shadow: 0 0 0 12px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.tt-active-info { flex: 1; min-width: 200px; }
.tt-active-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4ade80;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.tt-active-site {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}
.tt-active-addr {
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 3px;
}
.tt-active-since {
  font-size: 12px;
  opacity: 0.6;
}
.tt-active-timer-wrap {
  text-align: center;
  flex-shrink: 0;
}
.tt-timer-label {
  font-size: 11px;
  opacity: 0.6;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.tt-live-timer {
  font-size: 38px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #4ade80;
  letter-spacing: -1px;
  min-width: 140px;
  text-align: center;
  transition: color 0.5s;
}
.tt-checkout-btn {
  margin-top: 12px;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tt-checkout-btn:hover {
  background: rgba(255,255,255,0.25);
}

/* ─── Check-In Prompt (not checked in) ─── */
.tt-checkin-prompt {
  text-align: center;
  background: #f0fdf4;
  border: 2px dashed #86efac;
  border-radius: 16px;
  padding: 28px 20px;
  margin-bottom: 20px;
}

/* ─── Session List ─── */
.tt-session-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tt-session-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border: 1.5px solid transparent;
  transition: border-color 0.15s;
}
.tt-session-row:hover { border-color: #e0e7ff; }
.tt-session-active {
  border-color: #4ade8060 !important;
  background: #f0fdf4;
}
.tt-session-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.tt-dot-live {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.5);
  animation: ttPulse 1.5s infinite;
}
.tt-session-body { flex: 1; min-width: 0; }
.tt-session-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.tt-session-proj {
  font-size: 14px;
  font-weight: 700;
  color: #1a1d2e;
}
.tt-session-eng {
  font-size: 12px;
  color: #6b7280;
  background: #f3f4f6;
  padding: 2px 8px;
  border-radius: 6px;
}
.tt-session-times {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px;
}
.tt-session-times span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tt-session-notes {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tt-map-link {
  font-size: 11.5px;
  color: #3b82f6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.tt-session-right {
  text-align: right;
  flex-shrink: 0;
}
.tt-session-dur {
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.tt-session-hrs {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}
.tt-session-bill {
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  margin-top: 4px;
}
.tt-co-mini {
  margin-top: 6px;
  background: #10b981;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ─── Project/Engineer table ─── */
.tt-proj-table {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.tt-proj-header {
  display: grid;
  grid-template-columns: 2fr 1.5fr 0.8fr 1.2fr 1.2fr;
  padding: 10px 16px;
  background: #f8faff;
  font-size: 11.5px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #f3f4f6;
}
.tt-proj-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 0.8fr 1.2fr 1.2fr;
  padding: 12px 16px;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #f9fafb;
  align-items: center;
  transition: background 0.12s;
}
.tt-proj-row:hover { background: #f8faff; }
.tt-proj-row:last-child { border-bottom: none; }
.tt-proj-name { font-weight: 700; color: #1a1d2e; }
.tt-bill-amt { font-weight: 700; color: #1d4ed8; }

/* ─── Billing table variant (6 cols) ─── */
.tt-proj-table.billing .tt-proj-header,
.tt-proj-table.billing .tt-proj-row {
  grid-template-columns: 2fr 1.5fr 0.8fr 0.8fr 1.2fr 0.8fr;
}

/* ─── Checkout Summary ─── */
.tt-checkout-summary {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}
.tt-co-site {
  font-size: 18px;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 10px;
}
.tt-co-times {
  display: flex;
  gap: 16px;
  justify-content: center;
  font-size: 13px;
  color: #374151;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.tt-co-duration, .tt-co-bill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}
.tt-co-dur-label, .tt-co-bill-label {
  font-size: 12px;
  color: #6b7280;
}
.tt-co-dur-value {
  font-size: 28px;
  font-weight: 800;
  color: #065f46;
  font-variant-numeric: tabular-nums;
}
.tt-co-bill-value {
  font-size: 20px;
  font-weight: 800;
  color: #1d4ed8;
}

/* ─── Dashboard Widget ─── */
.tt-dashboard-widget {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  border: 1.5px solid #e5e7eb;
  transition: border-color 0.15s;
}
.tt-dashboard-widget:hover { border-color: #10b981; }
.tt-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.tt-widget-active { margin-bottom: 10px; }
.tt-widget-timer {
  font-size: 32px;
  font-weight: 800;
  color: #10b981;
  font-variant-numeric: tabular-nums;
}
.tt-widget-stats {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f4f6;
  font-size: 13px;
  color: #374151;
}

/* =============================================================
   WHATSAPP BOT SIMULATOR
   ============================================================= */

/* Layout */
.bot-layout {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .bot-layout { grid-template-columns: 1fr; }
}

/* Phone Frame */
.bot-phone-wrap {
  position: sticky;
  top: 80px;
}
.bot-phone {
  background: #111;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1);
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

/* Status bar */
.bot-phone-status {
  background: #000;
  color: #fff;
  text-align: right;
  font-size: 11px;
  padding: 8px 20px 4px;
}

/* Chat header */
.bot-chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #128c7e;
  padding: 10px 16px;
}
.bot-phone-header { background: #128c7e; }
.bot-chat-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.bot-chat-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.bot-chat-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
}

/* Chat area */
.bot-chat-area {
  background: #ece5dd url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c0b9b2' fill-opacity='0.3'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 420px;
  overflow-y: auto;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}

/* Messages */
.bot-msg {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  max-width: 85%;
}
.bot-msg.user-msg {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.bot-msg.bot-msg-left {
  align-self: flex-start;
}

.bot-bubble {
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 100%;
  word-break: break-word;
}
.user-bubble {
  background: #dcf8c6;
  color: #1a1d2e;
  border-bottom-right-radius: 4px;
}
.bot-bub {
  background: #fff;
  color: #1a1d2e;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.bot-avatar-sm {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.bot-msg-time {
  font-size: 10px;
  color: #9ca3af;
  margin: 2px 4px 0;
}

/* Button row */
.bot-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
  align-self: flex-start;
  max-width: 90%;
}
.bot-quick-btn {
  background: #fff;
  border: 1.5px solid #25d366;
  color: #075e54;
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all 0.15s;
  white-space: nowrap;
}
.bot-quick-btn:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

/* Input bar */
.bot-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f2f5;
  padding: 8px 12px;
}
.bot-input {
  flex: 1;
  background: #fff;
  border: none;
  border-radius: 22px;
  padding: 9px 16px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  outline: none;
  color: #1a1d2e;
}
.bot-send-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #25d366;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.bot-send-btn:hover { background: #128c7e; }

/* ─── Info Panel (right side) ─── */
.bot-info-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bot-arch-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.bot-arch-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f4f6;
}
.bot-arch-flows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bot-flow-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bot-flow-icon {
  font-size: 20px;
  width: 30px;
  flex-shrink: 0;
  margin-top: 1px;
}
.bot-flow-label {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 2px;
}
.bot-flow-desc {
  font-size: 12px;
  color: #9ca3af;
}

/* Smart Detection */
.bot-detect-row {
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}
.bot-detect-new      { background: #fef2f2; border-left: 3px solid #dc2626; }
.bot-detect-existing { background: #f0fdf4; border-left: 3px solid #10b981; }
.bot-detect-owner    { background: #fefce8; border-left: 3px solid #f59e0b; }

/* Bot stats */
.bot-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.bot-stat-item { text-align: center; }
.bot-stat-val {
  font-size: 20px;
  font-weight: 800;
  color: #1a1d2e;
  text-transform: capitalize;
}
.bot-stat-lbl {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 640px) {
  .tt-proj-header,
  .tt-proj-row { grid-template-columns: 1.5fr 0fr 0fr 1fr 1fr; }
  .tt-proj-header span:nth-child(2),
  .tt-proj-row span:nth-child(2),
  .tt-proj-header span:nth-child(3),
  .tt-proj-row span:nth-child(3) { display: none; }
  .tt-active-card { flex-direction: column; text-align: center; }
  .tt-live-timer { font-size: 28px; }
  .bot-phone { border-radius: 20px; }
  .bot-chat-area { height: 300px; }
}

/* =============================================================
   WHATSAPP BOT — DEPLOY GUIDE MODAL
   ============================================================= */

.deploy-guide-wrap {
  font-family: 'Inter', sans-serif;
  max-width: 100%;
}

/* Problem Banner */
.deploy-problem-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbeb;
  border: 1.5px solid #fde68a;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #92400e;
  line-height: 1.6;
}

/* Path Selector Tabs */
.deploy-path-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.deploy-path-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
  font-family: 'Inter', sans-serif;
  position: relative;
}
.deploy-path-tab:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}
.deploy-path-tab.active {
  border-color: #3b82f6;
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
}
.dpt-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1d2e;
}
.dpt-sub {
  font-size: 11.5px;
  color: #6b7280;
  margin-top: 2px;
}
.dpt-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-left: auto;
  flex-shrink: 0;
}
.dpt-badge-green { background: #d1fae5; color: #065f46; }
.dpt-badge-blue  { background: #dbeafe; color: #1d4ed8; }

/* Path Content */
.deploy-path-content { animation: deployFadeIn 0.2s ease; }
@keyframes deployFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Path Headers */
.deploy-path-header {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
}
.deploy-path-header i {
  font-size: 22px;
  flex-shrink: 0;
  color: #fff;
}
.hacker-header { background: linear-gradient(135deg, #065f46 0%, #047857 100%); }
.pro-header     { background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%); }

/* Steps */
.deploy-step {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}
.deploy-step-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #1d4ed8;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.hacker-header ~ .deploy-step .deploy-step-num,
.deploy-path-content:first-child .deploy-step-num {
  background: #047857;
}
.deploy-step-body {
  flex: 1;
  min-width: 0;
}
.deploy-step-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 6px;
}
.deploy-step-body p {
  font-size: 13px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 8px;
}
.deploy-tip {
  background: #f0fdf4;
  border-left: 3px solid #10b981;
  border-radius: 0 8px 8px 0;
  padding: 8px 12px;
  font-size: 12.5px;
  color: #065f46;
  margin-top: 8px;
  line-height: 1.6;
}
.deploy-ol {
  padding-left: 18px;
  font-size: 13px;
  color: #374151;
  line-height: 2;
  margin-bottom: 8px;
}

/* Credentials Grid */
.deploy-creds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 10px 0;
}
@media (max-width: 600px) { .deploy-creds-grid { grid-template-columns: 1fr; } }
.deploy-cred-item {
  background: #1e1b4b;
  border-radius: 10px;
  padding: 10px 12px;
}
.deploy-cred-label {
  font-size: 12px;
  font-weight: 700;
  color: #a5b4fc;
  margin-bottom: 4px;
}
.deploy-cred-where {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* Code Block */
.deploy-code-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
  margin-top: 10px;
}
.deploy-code-block {
  background: #0f172a;
  border-radius: 10px;
  padding: 14px;
  position: relative;
  overflow: auto;
  max-height: 280px;
}
.deploy-code-block pre {
  color: #a5f3fc;
  font-size: 11.5px;
  font-family: 'Courier New', monospace;
  line-height: 1.7;
  white-space: pre;
  margin: 0;
}
.deploy-copy-btn {
  position: sticky;
  top: 0;
  float: right;
  background: rgba(255,255,255,0.12);
  color: #e2e8f0;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background 0.15s;
}
.deploy-copy-btn:hover { background: rgba(255,255,255,0.22); }

/* URL Code */
.deploy-url-code {
  display: inline-block;
  background: #0f172a;
  color: #67e8f9;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-family: 'Courier New', monospace;
  word-break: break-all;
  margin-top: 4px;
}

/* Env Table */
.deploy-env-table {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 12.5px;
}
.deploy-env-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  padding: 9px 14px;
  align-items: center;
}
.deploy-env-row.header {
  background: #f3f4f6;
  font-weight: 700;
  color: #374151;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.deploy-env-row:not(.header) {
  border-top: 1px solid #f3f4f6;
  color: #374151;
}
.deploy-env-row code {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0369a1;
  padding: 2px 8px;
  border-radius: 5px;
  font-family: 'Courier New', monospace;
  font-size: 11.5px;
}

/* Cost Cards */
.deploy-cost-card {
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 16px;
}
.hacker-cost { background: #f0fdf4; border: 1.5px solid #bbf7d0; }
.pro-cost    { background: #eff6ff; border: 1.5px solid #bfdbfe; }
.deploy-cost-title {
  font-size: 16px;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 10px;
}
.pro-cost .deploy-cost-title { color: #1d4ed8; }
.deploy-cost-breakdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
}

/* BSP Card Grid (Pro Path) */
.deploy-bsp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 640px) { .deploy-bsp-grid { grid-template-columns: 1fr; } }
.deploy-bsp-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.deploy-bsp-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.deploy-bsp-name {
  font-size: 16px;
  font-weight: 800;
  color: #1a1d2e;
  margin-bottom: 4px;
}
.deploy-bsp-price {
  font-size: 14px;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 8px;
}
.deploy-bsp-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.best-value   { background: #fef3c7; color: #92400e; }
.india-pick   { background: #dbeafe; color: #1d4ed8; }
.premium      { background: #f5f3ff; color: #6d28d9; }
.deploy-bsp-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #374151;
  line-height: 2;
}

/* Deploy Links */
.deploy-link {
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.deploy-link:hover { color: #1d4ed8; }

/* Deploy guide modal — wider (set via JS on open) */
.modal-box.deploy-wide {
  max-width: 860px !important;
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .deploy-path-tabs { grid-template-columns: 1fr; }
  .deploy-creds-grid { grid-template-columns: 1fr; }
  .deploy-bsp-grid { grid-template-columns: 1fr; }
  .dpt-badge { display: none; }
}
