@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 ========== */
.teachers-hero{
  background-color:#2c3e50;
  overflow:hidden;
  position:relative;
}

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

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

/* Badge */
.teachers-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 */
.teachers-stats{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.teachers-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);
}

.teachers-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;
}

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

/* Card base (glass) */
.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;
}

/* HERO toolkit grid */
.hero-toolkit h3 i{
  color:#FF9100;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

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

.hero-ico{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,145,0,.10);
  border:1px solid rgba(255,145,0,.35);
  color:#FF9100;
  flex:0 0 46px;
}

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

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

.hero-note{
  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;
}

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

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

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

/* ===================================
   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;
}

/* Topic cards */
.teacher-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%;
}

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

.teacher-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;
}

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

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

.teacher-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;
}

/* =========================================================
   DARK FLOW SECTION (#classroom-flow)
   ========================================================= */
#classroom-flow{
  background:#2c3e50;
  padding:90px 0;
  position:relative;
  overflow:hidden;
}

#classroom-flow::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%);
}

#classroom-flow::after{
  content:"";
  position:absolute;
  top:60px;
  right:80px;
  width:640px;
  height:640px;
  background:rgba(255,255,255,.04);
  border-radius:50%;
}

#classroom-flow .container{
  position:relative;
  z-index:1;
}

#classroom-flow .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;
}

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

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

/* CTA */
#classroom-flow .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;
}

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

/* Timeline */
#classroom-flow .v-timeline{
  position:relative;
  padding-left:34px;
}

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

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

#classroom-flow .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;
}

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

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

/* Protect grid */
#classroom-flow .protect-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:4px;
}

#classroom-flow .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;
}

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

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

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

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

/* Note box */
#classroom-flow .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;
}

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

/* =========================================================
   INCIDENT STEPPER (#school-response)
   ========================================================= */
#school-response{
  position:relative;
  padding:95px 0;
  background:#2c3e50;
  overflow:hidden;
}

#school-response::before{
  content:"";
  position:absolute;
  top:90px;
  left:80px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(255,145,0,.08);
}

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

#school-response .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;
}

#school-response .section-head{
  position:relative;
  z-index:1;
}

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

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

#school-response .container{
  position:relative;
  z-index:1;
  max-width:1700px;
  width:100%;
}

#school-response .incident-stepper-wrap{
  max-width:1650px;
  margin:0 auto;
}

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

#school-response .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;
}

#school-response .step-item::after{
  content:"";
  position:absolute;
  top:58px;
  right:-26px;
  width:26px;
  height:2px;
  background:rgba(255,255,255,.14);
}

#school-response .step-item:last-child::after{
  content:none;
}

#school-response .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;
}

#school-response .step-icon i{
  font-size:1.25rem;
}

#school-response .step-top{
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  color:rgba(255,255,255,.58);
  margin-bottom:12px;
}

#school-response .step-title{
  font-size:1.18rem;
  font-weight:900;
  color:#fff;
  line-height:1.3;
  width:100%;
  padding:0 14px;
  margin:0 0 14px 0;
  min-height:2.6em;
}

#school-response .step-text{
  color:rgba(255,255,255,.82);
  line-height:1.75;
  font-size:1rem;
  width:100%;
  padding:0 14px;
  margin:0;
  min-height:7.5em;
}

#school-response .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);
}

#school-response .incident-cta{
  margin-top:30px;
}

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

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

/* =========================================================
   TOOLKIT SECTION (#toolkit) – white layout (no self-check)
   ========================================================= */
#toolkit{
  position:relative;
  overflow:hidden;
  background:#ffffff;
}

#toolkit .container{
  max-width:1200px;
}

#toolkit .row{
  justify-content:center;
  align-items:stretch;
}

#toolkit .tool-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;
}

#toolkit .tool-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}

#toolkit .tool-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;
}

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

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

#toolkit .tool-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;
  flex:1 1 auto;
}

#toolkit .tool-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);
}

#toolkit .tool-badge{
  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);
  color:#0f2a52;
}

#toolkit .tool-row-title{
  color:#0f2a52;
  font-weight:900;
  line-height:1.2;
}

#toolkit .tool-row-sub{
  color:rgba(15,42,82,.78);
  line-height:1.55;
  margin-top:4px;
  font-size:1rem;
}

#toolkit .tool-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;
}

#toolkit .tool-tip{
  margin-top:auto;
  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;
}

#toolkit .tool-tip i{
  color:#FF9100;
  margin-top:2px;
}

#toolkit .tool-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#toolkit .tool-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#2c3e50;
  padding:10px 14px;
  border-radius:999px;
  border:2px solid #2c3e50;
  background:#fff;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease;
  font-weight:800;
}

#toolkit .tool-link i{
  color:#FF9100;
}

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

/* Scenarios */
#toolkit .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;
}

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

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

#toolkit .scenario-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  margin-bottom:10px;
}

#toolkit .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;
}

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

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

/* Buttons (hero) */
.teachers-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;
}

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

.teachers-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;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px){
  .teachers-hero{ padding:60px 0; }
  .teachers-stats .stat{ width:100%; }

  .teacher-card{ padding:18px; }
  .teacher-card h3{ font-size:1.25rem; }

  #classroom-flow{ padding:70px 0; }
  #classroom-flow .protect-grid{ grid-template-columns:1fr; }
  #classroom-flow .flow-title{ font-size:2rem; }

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

  #school-response .incident-stepper{
    flex-wrap:wrap;
    max-width:980px;
  }

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

  #school-response .step-item::after{
    content:none;
  }

  .section-head .th-title{
    font-size:2.2rem;
    letter-spacing:-0.3px;
  }

  #toolkit .tool-panel{
    padding:24px;
  }

  #toolkit .tool-title{
    font-size:1.8rem;
  }

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

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

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

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

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

  #school-response .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;
  }

  #school-response::before{
    top:40px;
    left:16px;
    width:320px;
    height:320px;
  }

  #school-response::after{
    bottom:30px;
    right:14px;
    width:420px;
    height:420px;
  }

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

  #toolkit .tool-panel{
    padding:20px;
  }

  #toolkit .tool-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
  }

  #toolkit .tool-title{
    font-size:1.65rem;
  }

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

  #toolkit .tool-badge{
    width:40px;
    height:40px;
    border-radius:14px;
  }

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