@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Global */
body{
  font-family:'Poppins', sans-serif;
  background-color:#e8f0f6;
  color:#444;
  margin:0;
  padding:0;
  scroll-behavior:smooth;
}

/* FIX pre dropdown menu Bootstrapu */
nav.navbar, .dropdown-menu, .navbar-nav{
  position:relative;
  z-index:99999 !important;
}

/* ========== HERO ========== */
.threats-hero{
  background-color:#2c3e50;
  overflow:hidden;
  position:relative;
}

.threats-hero::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width:420px;
  height:420px;
  background:rgba(255,145,0,.14);
  border-radius:50%;
}

.threats-hero::after{
  content:"";
  position:absolute;
  inset:auto auto -160px -160px;
  width:520px;
  height:520px;
  background:rgba(255,255,255,.06);
  border-radius:50%;
}

/* Badge */
.threats-badge{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  padding:.45rem .9rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:600;
}

/* Stats */
.threats-stats{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.threats-stats .stat{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
}

.threats-stats .stat-num{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#2c3e50;
  background:#FF9100;
}

.threats-stats .stat-text{
  color:rgba(255,255,255,.78);
  font-weight:600;
}

/* Card base */
.card-glass{
  border-radius:15px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  padding:22px;
  position:relative;
  z-index:1;
}

/* Quick warning signs list */
.alerts-list{
  list-style:none;
  padding-left:0;
  margin:0;
}

.alerts-list li{
  position:relative;
  padding-left:1.35rem;
  margin:.55rem 0;
  color:rgba(255,255,255,.8);
  line-height:1.45;
}

.alerts-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6rem;
  width:.55rem;
  height:.55rem;
  border-radius:50%;
  background:#FF9100;
}

/* Quick warning icon red */
.threats-hero h3 i{
  color:#dc3545;
}

/* Sections */
.threats-section{
  padding:70px 0;
}

/* Alternate dark section */
.threats-alt{
  background:#2c3e50;
  padding:80px 0;
}

/* Head */
.section-head .text-white-50{
  max-width:900px;
  margin:0 auto;
}

.section-head h2{
  font-size:3rem;
  font-weight:700;
  letter-spacing:1px;
}

/* ===================================
   UNIFIED SECTION TITLES
   =================================== */

.section-head .th-title{
  font-family:'Poppins', sans-serif;
  font-weight:900;
  font-size:3.2rem;
  letter-spacing:-0.6px;
  text-transform:uppercase;
  color: var(--tuke-blue);
  margin-bottom:14px;
}

.section-head .th-sub{
  font-size:1.15rem;
  color:rgba(15,42,82,.65);
  font-weight:500;
}

.section-head p,
.section-head .th-sub{
  font-size:1.15rem;
  font-weight:500;
  color: rgba(15,42,82,.90);
  margin-top:10px;
}

/* Categories cards */
.threat-card{
  border-radius:15px;
  overflow:hidden;
  border:1px solid #ddd;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.1);
  padding:22px;
  transition:transform .3s ease, box-shadow .3s ease;
  height:100%;
}

.threat-card:hover{
  transform:translateY(-12px);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.threat-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2c3e50;
  color:#FF9100;
  font-size:1.35rem;
  margin-bottom:14px;
  border:2px solid #FF9100;
}

.threat-card h3{
  font-size:1.35rem;
  font-weight:700;
  color:#2c3e50;
  margin-bottom:10px;
}

.threat-card p{
  font-size:1.02rem;
  color:#555;
  line-height:1.6;
  margin-bottom:12px;
}

.threat-mini{
  margin-top:10px;
  padding-top:12px;
  border-top:1px dashed rgba(44,62,80,.25);
}

.mini-label{
  font-size:.9rem;
  font-weight:700;
  color:#FF9100;
  margin-bottom:2px;
}

.mini-text{
  color:#555;
  font-size:.98rem;
  line-height:1.5;
}

/* ==== NEW DESIGN: Panels + Timeline + Chips (pre attack-basics) ==== */
.threats-alt .panel{
  background:transparent;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:26px;
}

.threats-alt .panel-title{
  color:#fff;
  font-weight:800;
  font-size:2.2rem;
  margin:0 0 8px 0;
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.threats-alt .panel-title i{
  color:#FF9100;
}

.threats-alt .panel-sub{
  color:rgba(255,255,255,.82);
  margin:0 0 18px 0;
}

.timeline{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}

.timeline::before{
  content:"";
  position:absolute;
  left:16px;
  top:6px;
  bottom:6px;
  width:2px;
  background:rgba(255,255,255,.18);
}

.tl-item{
  display:flex;
  gap:16px;
  padding:12px 0;
  position:relative;
}

.tl-badge{
  width:34px;
  height:34px;
  border-radius:12px;
  background:#FF9100;
  color:#2c3e50;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 34px;
  position:relative;
  z-index:1;
}

.tl-title{
  color:#fff;
  font-weight:800;
  margin-bottom:2px;
}

.tl-text{
  color:rgba(255,255,255,.85);
  line-height:1.5;
}

.chipgrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:12px;
}

.chip{
  display:flex;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.chip i{
  color:#FF9100;
  margin-top:2px;
  font-size:1.15rem;
}

.chip-title{
  color:#fff;
  font-weight:800;
  margin-bottom:2px;
}

.chip-text{
  color:rgba(255,255,255,.84);
  line-height:1.45;
}

.callout{
  margin-top:16px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,145,0,.12);
  border:1px solid rgba(255,145,0,.55);
  color:#fff;
}

.callout i{
  color:#FF9100;
  margin-top:2px;
}

/* Incident checklist */
.checklist{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.check-item{
  display:flex;
  gap:14px;
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(44,62,80,.12);
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.check-bullet{
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
  background:#2c3e50;
  flex:0 0 38px;
  border:2px solid #FF9100;
}

.check-title{
  font-weight:900;
  color:#2c3e50;
  margin-bottom:2px;
}

.check-text{
  color:#555;
  line-height:1.5;
}

/* Tips list */
.tips-list{
  list-style:none;
  padding-left:0;
  margin:0;
}

.tips-list li{
  padding:10px 0;
  color:#555;
  border-bottom:1px dashed rgba(44,62,80,.2);
}

.tips-list li:last-child{
  border-bottom:none;
}

/* Download box */
.download-box{
  background:#fff;
  border:1px solid rgba(44,62,80,.12);
  border-radius:14px;
  padding:16px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.download-title{
  color:#2c3e50;
  font-weight:900;
  margin-bottom:4px;
}

.download-links{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.download-link{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#2c3e50;
  padding:10px 12px;
  border-radius:12px;
  border:2px solid #2c3e50;
  background:#fff;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease;
}

.download-link i{
  color:#FF9100;
}

.download-link:hover{
  background:#2c3e50;
  color:#fff;
  border-color:#FF9100;
}

.download-link:hover i{
  color:#FF9100;
}

/* Self-check (legacy) */
.selfcheck{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sc-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(44,62,80,.12);
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  color:#555;
  cursor:pointer;
  user-select:none;
}

.sc-item input{
  margin-top:3px;
  transform:scale(1.1);
}

.sc-item:hover{
  border-color:rgba(255,145,0,.55);
}

/* Scenarios (legacy base) */
.scenario{
  background:#fff;
  border:1px solid rgba(44,62,80,.12);
  border-radius:14px;
  padding:16px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  margin-bottom:14px;
}

.scenario:last-child{
  margin-bottom:0;
}

.scenario-head{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:8px;
}

.scenario-tag{
  padding:6px 12px;
  border-radius:999px;
  background:#FF9100;
  color:#2c3e50;
  font-weight:800;
  font-size:.9rem;
}

.scenario-title{
  font-weight:900;
  color:#2c3e50;
}

.scenario-body{
  color:#555;
  line-height:1.55;
}

/* Buttons */
.threats-hero .btn-primary{
  background:#fff;
  color:#333;
  border:2px solid #333;
  border-radius:30px;
  padding:12px 25px;
  transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}

.threats-hero .btn-primary:hover{
  background:#2c3e50;
  color:#fff;
  border:2px solid #FF9100;
}

.threats-hero .btn-outline-light{
  border-radius:30px;
  padding:12px 25px;
}

/* Scroll to top */
.scroll-to-top{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  background-color:#FF9100;
  color:white;
  border:none;
  padding:10px 15px;
  border-radius:50%;
  font-size:20px;
  cursor:pointer;
  transition:opacity .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  box-shadow:0 4px 6px rgba(0,0,0,.1);
  z-index:9999;
}

.scroll-to-top.show{
  opacity:1;
  visibility:visible;
}

.scroll-to-top:hover{
  background-color:#e07b00;
}

/* =========================================================
   DOPLNENÉ: ŠTÝLY PRE SEKCIU #attack-basics (threats-altflow)
   - tmavomodré pozadie (TUKE look)
   - výrazný timeline + glass protect items
   ========================================================= */

#attack-basics{
  background:#2c3e50;
  padding:90px 0;
  position:relative;
  overflow:hidden;
}

#attack-basics::before{
  content:"";
  position:absolute;
  top:46%;
  left:clamp(120px, 10vw, 220px);
  width:520px;
  height:520px;
  background:rgba(255,145,0,.08);
  border-radius:50%;
  transform:translateY(-50%);
}

#attack-basics::after{
  content:"";
  position:absolute;
  top:60px;                  /* aby nebola odseknutá */
  right:80px;
  width:640px;
  height:640px;
  background:rgba(255,255,255,.04);
  border-radius:50%;
}

#attack-basics .container{
  position:relative;
  z-index:1;
}

#attack-basics .flow-title{
  color:#fff;
  font-weight:800;
  font-size:2.35rem;
  margin:0 0 10px 0;
  display:flex;
  align-items:flex-start;
  gap:12px;
  letter-spacing:.2px;
}

#attack-basics .flow-title i{
  color:#FF9100;
  margin-top:4px;
}

#attack-basics .flow-sub{
  color:rgba(255,255,255,.85);
  margin:0 0 26px 0;
  max-width:560px;
  line-height:1.6;
}

/* CTA (ľavý stĺpec) */
#attack-basics .flow-cta{
  margin-top:10px;
  border-radius:999px;
  padding:12px 18px;
  background:#fff;
  color:#2c3e50;
  border:2px solid rgba(255,255,255,.25);
  font-weight:700;
}

#attack-basics .flow-cta:hover{
  background:#2c3e50;
  color:#fff;
  border-color:#FF9100;
}

/* Timeline (v-timeline / vt-*) */
#attack-basics .v-timeline{
  position:relative;
  padding-left:34px;
}

#attack-basics .v-timeline::before{
  content:"";
  position:absolute;
  left:18px;
  top:8px;
  bottom:8px;
  width:2px;
  background:rgba(255,255,255,.22);
}

#attack-basics .vt-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-bottom:22px;
}

#attack-basics .vt-dot{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#FF9100;
  color:#2c3e50;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 38px;
  position:relative;
  z-index:2;
}

#attack-basics .vt-title{
  color:#fff;
  font-weight:800;
  font-size:1.08rem;
  margin-bottom:2px;
}

#attack-basics .vt-text{
  color:rgba(255,255,255,.86);
  line-height:1.55;
}

/* Protect grid (pravý stĺpec) */
#attack-basics .protect-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:4px;
}

#attack-basics .protect-item{
  display:flex;
  gap:14px;
  padding:18px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .25s ease, background-color .25s ease, border-color .25s ease;
}

#attack-basics .protect-item:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.10);
  border-color:rgba(255,145,0,.7);
}

#attack-basics .protect-item i{
  color:#FF9100;
  font-size:1.25rem;
  margin-top:3px;
}

#attack-basics .protect-title{
  color:#fff;
  font-weight:800;
  margin-bottom:2px;
}

#attack-basics .protect-text{
  color:rgba(255,255,255,.85);
  font-size:.95rem;
  line-height:1.5;
}

/* Note box */
#attack-basics .flow-note{
  margin-top:20px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,145,0,.12);
  border:1px solid rgba(255,145,0,.55);
  color:#fff;
  display:flex;
  gap:10px;
  align-items:flex-start;
}

#attack-basics .flow-note i{
  color:#FF9100;
  margin-top:2px;
  font-size:1.15rem;
}

/* ========== INCIDENT STEPPER ========== */

#incident-steps{
  position:relative;
  padding:95px 0;
  background:#2c3e50;
  overflow:hidden;
}

/* gule – ponechané */
#incident-steps::before{
  content:"";
  position:absolute;
  top:90px;
  left:80px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(255,145,0,.08);
}

#incident-steps::after{
  content:"";
  position:absolute;
  bottom:70px;
  right:90px;
  width:640px;
  height:640px;
  border-radius:50%;
  background:rgba(255,255,255,.04);
}

#incident-steps .container::before{
  content:"";
  position:absolute;
  top:55%;
  right:48%;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(16,67,179,.10);
  transform:translate(50%,-50%);
  pointer-events:none;
}

/* nadpisy */
#incident-steps .section-head{
  position:relative;
  z-index:1;
}

#incident-steps .th-title{
  color:#fff;
  font-weight:900;
  letter-spacing:-.6px;
  font-size:3.05rem;
}

#incident-steps .th-sub{
  max-width:980px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
}

/* container width */
#incident-steps .container{
  position:relative;
  z-index:1;
  max-width:1700px;
  width:100%;
}

/* wrapper */
#incident-steps .incident-stepper-wrap{
  max-width:1650px;
  margin:0 auto;
}

/* STEP ROW */
#incident-steps .incident-stepper{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:26px;
  margin:34px auto 0;
  width:100%;
  max-width:1600px;
}

/* STEP CARD */
#incident-steps .step-item{
  position:relative;
  flex:1 1 0;
  min-width:320px;
  max-width:420px;

  padding:32px 28px;
  text-align:center;

  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  box-shadow:0 16px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(2px);

  display:flex;
  flex-direction:column;
  align-items:center;

  word-break:normal;
  overflow-wrap:anywhere;
  hyphens:none;
}

/* spojovacia čiara */
#incident-steps .step-item::after{
  content:"";
  position:absolute;
  top:58px;
  right:-26px;
  width:26px;
  height:2px;
  background:rgba(255,255,255,.14);
}

#incident-steps .step-item:last-child::after{
  content:none;
}

/* ICON */
#incident-steps .step-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  background:rgba(255,145,0,.10);
  border:1px solid rgba(255,145,0,.35);
  color:#FF9100;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 14px 0;
}

#incident-steps .step-icon i{
  font-size:1.25rem;
}

/* STEP label */
#incident-steps .step-top{
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  color:rgba(255,255,255,.58);
  margin-bottom:12px;
}

/* TITLE */
#incident-steps .step-title{
  font-size:1.18rem;
  font-weight:900;
  color:#fff;
  line-height:1.3;

  width:100%;
  padding:0 14px;     /* rovnaká medzera z oboch strán */
  margin:0 0 14px 0;

  min-height:2.6em;   /* vyrovná výšku titulkov */
}

/* TEXT */
#incident-steps .step-text{
  color:rgba(255,255,255,.82);
  line-height:1.75;
  font-size:1rem;

  width:100%;
  padding:0 14px;     /* rovnaká medzera z oboch strán */
  margin:0;

  min-height:7.5em;   /* vyrovná výšku textov medzi kartami */
}

/* Hover */
#incident-steps .step-item:hover{
  transform:translateY(-2px);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  box-shadow:0 20px 70px rgba(0,0,0,.28);
  border-color:rgba(255,145,0,.35);
}

/* CTA */
#incident-steps .incident-cta{
  margin-top:30px;
}

#incident-steps .incident-cta-btn{
  border-radius:999px;
  padding:12px 22px;
  font-weight:800;
  background:#FF9100;
  border:1px solid rgba(255,145,0,.45);
  color:#2c3e50;
}

#incident-steps .incident-cta-btn:hover{
  background:#2c3e50;
  color:#fff;
  border-color:#FF9100;
}


/* ========== SELF-CHECK (čisto biele pozadie) ========== */

#self-check{
  position:relative;
  overflow:hidden;
  background:#ffffff;
}

/* vycentrovanie contentu */
#self-check .container{
  max-width:1200px;
}

#self-check .row{
  justify-content:center;
  align-items:stretch; /* dôležité, aby mali oba panely rovnakú výšku */
}

/* panely */
#self-check .self-panel,
#self-check .learn-panel{
  background:#ffffff;
  border:1px solid rgba(16,67,179,.10);
  border-radius:26px;
  box-shadow:0 18px 55px rgba(16,67,179,.08);
  padding:30px;
  height:100%;

  display:flex;
  flex-direction:column; /* kvôli TIP dole */
}

/* hlavičky */
#self-check .self-head,
#self-check .learn-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}

#self-check .self-icon,
#self-check .learn-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,145,0,.10);
  border:1px solid rgba(255,145,0,.28);
  color:#FF9100;
  flex:0 0 52px;
}

#self-check .self-title,
#self-check .learn-title{
  color:#0f2a52;
  font-weight:900;
  letter-spacing:-.6px;
  line-height:1.12;
  margin:0;
  font-size:2.05rem;
}

#self-check .self-sub,
#self-check .learn-sub{
  margin:8px 0 0 0;
  color:rgba(15,42,82,.72);
  line-height:1.6;
  font-size:1.02rem;
}

/* checklist rows */
#self-check .self-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;

  flex:1 1 auto; /* vyplní priestor a umožní TIP ísť úplne dole */
}

#self-check .self-row{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:16px;
  align-items:center;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(16,67,179,.10);
  background:#f9fbff;
  box-shadow:0 10px 26px rgba(16,67,179,.06);
  cursor:pointer;
  user-select:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

#self-check .self-row:hover{
  transform:translateY(-2px);
  border-color:rgba(255,145,0,.40);
  box-shadow:0 14px 34px rgba(16,67,179,.10);
}

#self-check .self-check{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef3ff;
  border:1px solid rgba(16,67,179,.14);
}

#self-check .self-check input{
  transform:scale(1.18);
  accent-color:#FF9100;
}

#self-check .self-text{
  color:#0f2a52;
  font-weight:800;
  line-height:1.35;
  font-size:1.02rem;
}

#self-check .self-tag{
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:.88rem;
  color:#b85f00;
  background:rgba(255,145,0,.10);
  border:1px solid rgba(255,145,0,.30);
  white-space:nowrap;
}

/* TIP úplne dole */
#self-check .self-tip{
  margin-top:auto; /* kľúčové */
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,145,0,.08);
  border:1px solid rgba(255,145,0,.28);
  color:#0f2a52;
  line-height:1.6;
}

#self-check .self-tip i{
  color:#FF9100;
  margin-top:2px;
}

/* scenarios */
#self-check .scenario{
  background:#f9fbff;
  border:1px solid rgba(16,67,179,.10);
  border-radius:20px;
  box-shadow:0 10px 28px rgba(16,67,179,.07);
  padding:22px;
  margin-bottom:16px;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

#self-check .scenario:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(16,67,179,.10);
  border-color:rgba(255,145,0,.28);
}

#self-check .scenario:last-child{
  margin-bottom:0;
}

#self-check .scenario-head{
  display:flex;
  flex-direction:column;   /* vždy pod seba */
  align-items:flex-start;
  gap:8px;
  margin-bottom:10px;
}

#self-check .scenario-tag{
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,145,0,.10);
  color:#b85f00;
  border:1px solid rgba(255,145,0,.30);
  font-weight:900;
  font-size:.9rem;
}

#self-check .scenario-title{
  color:#0f2a52;
  font-weight:900;
  line-height:1.25;
  font-size:1.08rem;
	  width:100%;
}

#self-check .scenario-body{
  color:rgba(15,42,82,.78);
  line-height:1.7;
  margin-top:8px;
  font-size:1.02rem;
}

/* ========== RESPONSIVE (zjednotené) ========== */

@media (max-width: 991px){
  #self-check .self-panel,
  #self-check .learn-panel{
    padding:24px;
  }

  #self-check .self-title,
  #self-check .learn-title{
    font-size:1.8rem;
  }

  #self-check .self-row{
    grid-template-columns:46px 1fr;
    grid-template-rows:auto auto;
  }

  #self-check .self-tag{
    grid-column:2 / 3;
    justify-self:start;
    margin-top:4px;
  }
}

@media (max-width: 576px){
  #self-check .self-panel,
  #self-check .learn-panel{
    padding:20px;
  }

  #self-check .self-icon,
  #self-check .learn-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
  }

  #self-check .self-title,
  #self-check .learn-title{
    font-size:1.65rem;
  }

  #self-check .self-row{
    grid-template-columns:40px 1fr;
  }

  #self-check .self-check{
    width:40px;
    height:40px;
    border-radius:14px;
  }

  #self-check .self-check input{
    transform:scale(1.12);
  }
}

/* ========== RESPONSIVE (zjednotené) ========== */

@media (max-width: 991px){
  .threats-hero{ padding:60px 0; }
  .threats-stats .stat{ width:100%; }
  .threat-card{ padding:18px; }
  .threat-card h3{ font-size:1.25rem; }
  .chipgrid{ grid-template-columns:1fr; }
	
  
  #attack-basics{ padding:70px 0; }
  #attack-basics .protect-grid{ grid-template-columns:1fr; }
  #attack-basics .flow-title{ font-size:2rem; }

  #incident-steps{ padding:80px 0; }
  #incident-steps .th-title{ font-size:2.4rem; }
  #incident-steps .container{ max-width:1100px !important; }

  #incident-steps .incident-stepper{
    flex-wrap:wrap;
    max-width:980px;
  }
  .section-head .th-title{
    font-size:2.2rem;
    letter-spacing:-0.3px;
  }	

  #incident-steps .step-item{
    flex:1 1 calc(50% - 22px);
    min-width:320px;
    max-width:none;
  }

  #incident-steps .step-item::after{
    content:none;
  }

  .self-panel,
  .learn-panel{
    padding:24px;
  }

  .self-title,
  .learn-title{
    font-size:1.8rem;
  }

  .self-row{
    grid-template-columns:46px 1fr;
    grid-template-rows:auto auto;
  }

  .self-tag{
    grid-column:2 / 3;
    justify-self:start;
    margin-top:4px;
  }
}

@media (max-width: 576px){
  .threats-hero .btn-primary,
  .threats-hero .btn-outline-light{
    width:100%;
  }

  #incident-steps .th-title{ font-size:2.05rem; }
  #incident-steps .container{ max-width:540px !important; }

  #incident-steps .incident-stepper{
    max-width:520px;
    gap:16px;
  }

  #incident-steps .step-item{
    flex:1 1 100%;
    min-width:auto;
    padding:22px 18px;
  }
  .section-head .th-title{
    font-size:2.5rem;
    line-height:1.2;
    letter-spacing:-0.2px;
  }	

  /* gule (ak ich chceš nechať meniť na mobile, nechaj; ak nie, tieto 3 bloky zmaž) */
  #incident-steps::before{
    top:40px;
    left:16px;
    width:320px;
    height:320px;
  }

  #incident-steps::after{
    bottom:30px;
    right:14px;
    width:420px;
    height:420px;
  }

  #incident-steps .container::before{
    width:360px;
    height:360px;
    top:62%;
    right:40%;
  }

  .self-panel,
  .learn-panel{
    padding:20px;
  }

  .self-icon,
  .learn-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
  }

  .self-title,
  .learn-title{
    font-size:1.65rem;
  }

  .self-row{
    grid-template-columns:40px 1fr;
    grid-template-rows:auto auto;
  }

  .self-tag{
    grid-column:2 / 3;
    justify-self:start;
    margin-top:2px;
  }
}