.elementor-6852 .elementor-element.elementor-element-1ac1e9e{--display:flex;}.elementor-6852 .elementor-element.elementor-element-8379e60.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-4109218 *//*
  ObscureIQ — Advanced Digital Footprint Scanner (Step-based)
  Re-uses the same style language as OIQ Survey:
  - white card container
  - light background
  - primary accent #D81159
  - secondary CTA accent #6EC1E4 (white text, same color on hover)
*/

:root {
  --primary: #D81159;
  --primary-hover: #b80d4d;
  --accent: #6EC1E4;
  --bg: #f5f7fa;
  --text: #333;
  --muted: #6c757d;
  --border: #e9ecef;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; }
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: var(--bg);
  min-height: 100vh;
  color: var(--text);
  line-height: 1.6;
}

.survey-container {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  min-height: 100vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* Progress Bar */
.progress-container {
  background: #ffffff;
  color: #333333;
  padding: 30px;
  text-align: center;
}

.progress-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: var(--primary);
}

.progress-text {
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 20px;
}

.progress-bar {
  background: #e9ecef;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  max-width: 520px;
  margin: 0 auto;
}

.progress-fill {
  background: var(--primary);
  height: 100%;
  width: 0%;
  transition: width 0.4s ease;
  border-radius: 4px;
}

/* Steps */
.survey-step {
  display: none;
  padding: 40px;
}

.survey-step.active {
  display: block;
  animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-content {
  max-width: 800px;
  margin: 0 auto;
}

/* Headers */
.intro-header { text-align: center; margin-bottom: 32px; }
.intro-icon { font-size: 64px; margin-bottom: 10px; }
.survey-title { font-size: 34px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.survey-subtitle { font-size: 16px; color: #7f8c8d; margin-bottom: 10px; }

.step-header { text-align: center; margin-bottom: 30px; }
.question-category { font-size: 28px; font-weight: 800; margin-bottom: 8px; color: var(--primary); }
.step-description { font-size: 16px; color: #7f8c8d; }

/* Key points */
.key-points { margin: 26px 0 24px; }
.point-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
}
.point-icon { font-size: 22px; margin-right: 14px; min-width: 34px; }
.point-text { font-size: 15px; color: #555; }

.privacy-note {
  display: flex;
  align-items: flex-start;
  padding: 18px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid var(--primary);
  margin: 18px 0 26px;
}
.privacy-icon { font-size: 22px; margin-right: 12px; min-width: 34px; }
.privacy-text { font-size: 14px; color: #555; line-height: 1.6; }

/* Forms */
.questions-container { margin-bottom: 30px; }
.form-group { margin-bottom: 26px; display: flex; flex-direction: column; }
.question-label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c3e50;
}

.form-input {
  width: 100%;
  padding: 15px 18px;
  border: 2px solid var(--border);
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.25s ease;
  background: white;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(216, 17, 89, 0.1);
}

.input-help {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; }

.step-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 14px;
}

.btn-primary,
.btn-secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-primary {
  background: var(--primary);
  color: white;
}

.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(216, 17, 89, 0.3);
}

.btn-secondary {
  background: #f8f9fa;
  color: #555;
  border: 2px solid var(--border);
}

.btn-secondary:hover {
  background: #e9ecef;
  border-color: #dee2e6;
}

/* Action buttons area */
.results-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 26px;
}

.btn-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-advanced {
  background: var(--primary);
  color: white;
}

.btn-advanced:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
}

/* User requested: #6EC1E4 with white text, normal + hover */
.btn-mitigate {
  background: var(--accent);
  color: #ffffff;
}

.btn-mitigate:hover {
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-restart {
  background: #f8f9fa;
  color: #555;
  border: 2px solid var(--border);
}

.btn-restart:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  transform: translateY(-2px);
}

/* Checkbox cards */
.checkbox-grid {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.checkbox-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.checkbox-card {
  display: block;
  cursor: pointer;
  background: white;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 18px;
  transition: all 0.25s ease;
  position: relative;
}

.checkbox-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.checkbox-card input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-card input:checked + .checkbox-content {
  background: var(--primary);
  color: white;
  border-radius: 8px;
  padding: 15px;
  margin: -5px;
}

.checkbox-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.checkbox-desc { font-size: 14px; opacity: 0.85; }

/* Toggle */
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.toggle-meta { color: var(--muted); font-size: 14px; font-weight: 600; }
.toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.toggle input { display: none; }
.toggle-ui {
  width: 48px;
  height: 26px;
  border-radius: 999px;
  background: #e9ecef;
  border: 1px solid var(--border);
  position: relative;
}
.toggle-ui::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--border);
  transition: all 0.2s ease;
}
.toggle input:checked + .toggle-ui {
  background: rgba(110, 193, 228, 0.28);
  border-color: rgba(110, 193, 228, 0.70);
}
.toggle input:checked + .toggle-ui::after { left: 24px; border-color: rgba(110, 193, 228, 0.70); }
.toggle-text { color: #2c3e50; font-weight: 700; }

/* Small row inside config */
.row-inline { display: flex; gap: 12px; align-items: center; margin-top: 12px; flex-wrap: wrap; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 2px solid var(--border);
  background: #fff;
  font-weight: 800;
  font-size: 12px;
  color: #2c3e50;
}

/* Results styling */
.score-overview { margin-bottom: 30px; }
.breakdown-section { margin-bottom: 34px; }

.pdf-content {
  background: white;
  padding: 34px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}

.section-title {
  font-size: 22px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  text-align: center;
}

.overall-score-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 26px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 2px solid var(--primary);
  max-width: 720px;
  margin: 0 auto;
}

.score-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.score-number { font-size: 36px; font-weight: 800; line-height: 1; }
.score-max { font-size: 14px; opacity: 0.85; }

.risk-level-badge { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; justify-content: center; }
.risk-emoji { font-size: 22px; }
.risk-text { font-size: 24px; font-weight: 900; color: var(--primary); }
.risk-label { font-size: 12px; color: var(--muted); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; }
.assessment-description { font-size: 15px; color: #555; line-height: 1.6; max-width: 640px; text-align: center; }

.delta-strip {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.delta-pill {
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
  padding: 8px 12px;
  border: 2px solid var(--border);
  background: #fff;
}

.delta-pill--new { border-color: rgba(110,193,228,0.65); background: rgba(110,193,228,0.18); }
.delta-pill--resolved { border-color: rgba(40,167,69,0.55); background: rgba(40,167,69,0.12); }
.delta-pill--persist { border-color: rgba(108,117,125,0.35); background: rgba(108,117,125,0.10); }

.breakdown-grid { display: grid; gap: 16px; max-width: 760px; margin: 0 auto; }
.breakdown-item {
  background: #f8f9fa;
  padding: 18px;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
}
.breakdown-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.breakdown-name { font-weight: 700; color: #2c3e50; }
.breakdown-score { font-weight: 900; color: var(--primary); }
.breakdown-bar { background: #e9ecef; height: 8px; border-radius: 4px; overflow: hidden; }
.breakdown-fill { background: var(--primary); height: 100%; border-radius: 4px; transition: width 0.4s ease; }

/* Trend chart */
canvas {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 2px solid var(--border);
  background: #fbfbfc;
}

/* Graph */
.graph-wrap {
  border: 2px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fbfbfc;
}
#graph { width: 100%; height: auto; display: block; }

/* Filters */
.filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

/* Findings table */
.table { display: flex; flex-direction: column; gap: 10px; }
.trow {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 1fr 0.75fr 0.75fr;
  gap: 10px;
  border: 2px solid var(--border);
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.trow:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.thead { background: #f8f9fa; cursor: default; }
.th { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.tcell { font-size: 13px; color: #2c3e50; }
.tcell small { color: var(--muted); }

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid var(--border);
}
.badge--low { background: rgba(40,167,69,0.10); border-color: rgba(40,167,69,0.35); }
.badge--medium { background: rgba(245,158,11,0.12); border-color: rgba(245,158,11,0.35); }
.badge--high { background: rgba(220,53,69,0.10); border-color: rgba(220,53,69,0.35); }
.badge--critical { background: rgba(216,17,89,0.10); border-color: rgba(216,17,89,0.45); }
.badge--open { background: rgba(110,193,228,0.15); border-color: rgba(110,193,228,0.55); }
.badge--resolved { background: rgba(108,117,125,0.10); border-color: rgba(108,117,125,0.35); }

.badge--new { background: rgba(110,193,228,0.20); border-color: rgba(110,193,228,0.65); }
.badge--persisting { background: rgba(108,117,125,0.10); border-color: rgba(108,117,125,0.35); }

.badge--task-not { background: rgba(108,117,125,0.10); border-color: rgba(108,117,125,0.35); }
.badge--task-in { background: rgba(110,193,228,0.20); border-color: rgba(110,193,228,0.65); }
.badge--task-blocked { background: rgba(245,158,11,0.18); border-color: rgba(245,158,11,0.55); }
.badge--task-done { background: rgba(40,167,69,0.12); border-color: rgba(40,167,69,0.45); }

/* Two-column results blocks */
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.mini-card {
  background: #f8f9fa;
  border: 2px solid var(--border);
  border-radius: 16px;
  padding: 16px;
}

.mini-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.mini-title { font-size: 16px; font-weight: 900; color: #2c3e50; }
.mini-sub { font-size: 13px; color: var(--muted); margin: 6px 0 12px; }

.list { display: flex; flex-direction: column; gap: 10px; }
.list-item {
  background: white;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 12px;
}
.list-item__title { font-weight: 900; color: #2c3e50; }
.list-item__sub { color: var(--muted); font-size: 13px; margin-top: 6px; line-height: 1.5; }

.banner-warn {
  background: #fff7ed;
  border: 2px solid #fed7aa;
  color: #9a3412;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 10px 0 16px;
  text-align: center;
}

/* Helper card */
.helper-card {
  display: none;
  background: #f8f9fa;
  border: 2px dashed var(--border);
  border-radius: 12px;
  padding: 14px;
  color: #555;
}

/* Recommendations */
.recommendations-list { display: grid; gap: 12px; max-width: 760px; margin: 0 auto; }
.reco {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  padding: 16px;
}
.reco__icon { font-size: 18px; min-width: 30px; margin-top: 1px; }
.reco__text { font-size: 14px; color: #555; line-height: 1.6; }

/* Remediation planner */
.remediation-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 16px 0;
}
.kpi {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 12px;
}
.kpi__label { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.kpi__value { font-size: 20px; font-weight: 900; color: #2c3e50; margin-top: 6px; }

/* Footer */
.footer-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  text-align: center;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 760px;
  width: 92%;
  max-height: 84vh;
  overflow-y: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
}

.modal-header h3 {
  font-size: 20px;
  font-weight: 900;
  color: #2c3e50;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6c757d;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover { color: var(--primary); }

.form-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 16px;
  flex-wrap: wrap;
}

.kv { display: grid; grid-template-columns: 1fr 2fr; gap: 10px 12px; margin-top: 10px; }
.kv__k { color: var(--muted); font-weight: 900; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.kv__v { color: #2c3e50; font-size: 14px; }

.modal-divider { height: 1px; background: var(--border); margin: 16px 0; }
.modal-section-title { font-weight: 900; color: #2c3e50; margin-bottom: 10px; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }

/* Responsive */
@media (max-width: 768px) {
  .survey-step { padding: 18px; }
  .progress-container { padding: 18px; }
  .progress-title { font-size: 24px; }
  .survey-title { font-size: 28px; }

  .checkbox-grid--2 { grid-template-columns: 1fr; }

  .filters { grid-template-columns: 1fr; }
  .grid-two { grid-template-columns: 1fr; }
  .remediation-kpis { grid-template-columns: 1fr 1fr; }

  .trow { grid-template-columns: 1.2fr 0.8fr 1fr; }
  .trow .tcell:nth-child(4),
  .trow .tcell:nth-child(5) { display: none; }
  .thead .th:nth-child(4),
  .thead .th:nth-child(5) { display: none; }

  .step-navigation { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .btn-action { width: 100%; justify-content: center; max-width: 320px; }

  .kv { grid-template-columns: 1fr; }
  .modal-grid { grid-template-columns: 1fr; }
}/* End custom CSS */