.bootcamp-section{
  --text:#eaf0fa;
  --text2:#aebfd2;
  --muted:#7890a8;
  --border:rgba(255,255,255,0.09);
  --border2:rgba(255,255,255,0.14);
  --gold-border:rgba(245,166,35,0.26);
  margin:64px 0;
  padding:28px;
  border:1px solid var(--border2);
  border-radius:16px;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(245,166,35,0.12), transparent 34%),
    linear-gradient(145deg, rgba(8,19,34,0.98), rgba(4,12,24,0.96));
  box-shadow:0 24px 70px rgba(0,0,0,0.24);
}
.bootcamp-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:end;
  margin-bottom:24px;
}
.bootcamp-section h2{
  font-family:var(--font-d);
  font-size:clamp(34px,5vw,56px);
  line-height:0.95;
  letter-spacing:.5px;
  margin:8px 0 12px;
}
.bootcamp-section h2 span{color:var(--accent)}
.bootcamp-intro{
  color:var(--text2);
  font-size:16px;
  max-width:620px;
  margin:0;
}
.bootcamp-progress-card{
  min-width:180px;
  padding:16px;
  border:1px solid var(--gold-border);
  border-radius:12px;
  background:rgba(245,166,35,0.08);
}
.bootcamp-progress-label{
  font-family:var(--font-m);
  font-size:10px;
  letter-spacing:1.6px;
  color:var(--accent);
  text-transform:uppercase;
  margin-bottom:9px;
}
.bootcamp-progress-bar{
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  overflow:hidden;
}
.bootcamp-progress-fill{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--accent),#ffd36a);
  transition:width .25s ease;
}
.bootcamp-progress-text{
  margin-top:9px;
  font-family:var(--font-m);
  font-size:11px;
  color:var(--text2);
}
.bootcamp-progress-text strong{
  display:block;
  color:var(--text);
  font-size:12px;
  letter-spacing:.7px;
  margin-bottom:4px;
}
.bootcamp-progress-text span{
  display:block;
  color:var(--muted);
}
.bootcamp-mode-toggle{
  display:grid;
  gap:8px;
  margin-top:13px;
}
.bootcamp-mode-toggle button{
  width:100%;
  text-align:left;
  border:1px solid var(--border2);
  border-radius:10px;
  padding:10px 11px;
  background:rgba(255,255,255,0.04);
  color:var(--text2);
  cursor:pointer;
}
.bootcamp-mode-toggle button.is-active{
  border-color:var(--gold-border);
  background:linear-gradient(135deg, rgba(245,166,35,0.18), rgba(245,166,35,0.07));
  color:var(--text);
}
.bootcamp-mode-toggle strong{
  display:block;
  color:inherit;
  font:800 12px var(--font-b);
}
.bootcamp-mode-toggle span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font:600 10px var(--font-m);
}
.bootcamp-hook-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:24px 0 28px;
}
.bootcamp-capture{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:18px;
  align-items:center;
  margin:22px 0 24px;
  padding:20px;
  border:1px solid var(--gold-border);
  border-radius:14px;
  background:linear-gradient(135deg, rgba(245,166,35,0.12), rgba(255,255,255,0.035));
}
.bootcamp-capture h3{
  margin:0 0 8px;
  color:var(--text);
  font-size:20px;
}
.bootcamp-capture p{
  margin:0;
  color:var(--text2);
  font-size:14px;
  line-height:1.6;
}
.bootcamp-capture-form{
  min-width:0;
}
.bootcamp-capture-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}
.bootcamp-capture-row input[type="email"]{
  width:100%;
  min-height:44px;
  border:1px solid var(--border2);
  border-radius:9px;
  background:rgba(4,12,24,0.72);
  color:var(--text);
  padding:0 13px;
  font:600 14px var(--font-b);
}
.bootcamp-capture-row input[type="email"]::placeholder{
  color:var(--muted);
}
.bootcamp-capture-row input[type="email"]:focus{
  outline:2px solid rgba(245,166,35,0.32);
  border-color:var(--gold-border);
}
.bootcamp-capture-row button{
  min-height:44px;
  border:1px solid var(--gold-border);
  border-radius:9px;
  background:var(--accent);
  color:#07111f;
  padding:0 18px;
  font:800 13px var(--font-b);
  cursor:pointer;
}
.bootcamp-capture-row button:disabled{
  cursor:wait;
  opacity:.72;
}
.bootcamp-hp{
  position:absolute;
  left:-9999px;
  opacity:0;
  pointer-events:none;
}
.bootcamp-capture-msg{
  min-height:18px;
  margin-top:9px!important;
  font-family:var(--font-m);
  font-size:11px!important;
}
.bootcamp-capture-msg.is-ok{color:#39e39a}
.bootcamp-capture-msg.is-error{color:#ff8f8f}
.bootcamp-capture-note{
  margin-top:6px!important;
  color:var(--muted)!important;
  font-family:var(--font-m);
  font-size:10px!important;
}
.bootcamp-capture.is-enrolled{
  grid-template-columns:1fr;
}
.bootcamp-hook{
  padding:16px;
  border:1px solid var(--border);
  border-radius:12px;
  background:rgba(255,255,255,0.035);
}
.bootcamp-hook strong{
  display:block;
  color:var(--text);
  margin-bottom:5px;
}
.bootcamp-hook span{
  display:block;
  color:var(--text2);
  font-size:13px;
  line-height:1.55;
}
.bootcamp-start-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:0 0 24px;
}
.bootcamp-start-btn{
  min-height:74px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:16px 18px;
  border-radius:12px;
  border:1px solid var(--gold-border);
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}
.bootcamp-start-btn.primary{
  background:linear-gradient(135deg, #f5a623, #ffd36a);
  color:#07111f;
  box-shadow:0 16px 36px rgba(245,166,35,.16);
}
.bootcamp-start-btn.secondary{
  background:rgba(245,166,35,0.08);
  color:var(--text);
}
.bootcamp-start-btn strong{
  font:900 15px var(--font-b);
}
.bootcamp-start-btn span{
  font:700 11px var(--font-m);
  color:inherit;
  opacity:.76;
}
.bootcamp-stage{
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(3,10,20,0.58);
  overflow:hidden;
  margin-top:14px;
}
.bootcamp-stage.is-hidden{
  display:none;
}
.bootcamp-reference{
  border-color:rgba(174,191,210,0.18);
  background:rgba(255,255,255,0.025);
}
.bootcamp-reference .bootcamp-stage-num{
  color:var(--accent);
  background:rgba(245,166,35,0.08);
  border:1px solid var(--gold-border);
}
.bootcamp-stage-head{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  padding:18px;
  border-bottom:1px solid var(--border);
  background:rgba(255,255,255,0.025);
}
.bootcamp-stage-num{
  width:46px;
  height:46px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-family:var(--font-m);
  font-weight:700;
  color:#070a0e;
  background:var(--accent);
}
.bootcamp-stage-kicker{
  font-family:var(--font-m);
  color:var(--accent);
  font-size:10px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-bottom:4px;
}
.bootcamp-stage-title{
  font-size:20px;
  line-height:1.25;
  color:var(--text);
  font-weight:800;
}
.bootcamp-stage-goal{
  color:var(--text2);
  font-size:14px;
  margin-top:5px;
}
.bootcamp-list{
  display:grid;
  gap:0;
}
.bootcamp-link{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:13px;
  align-items:center;
  padding:15px 18px;
  color:var(--text2);
  text-decoration:none;
  border-bottom:1px solid var(--border);
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.bootcamp-link:last-child{border-bottom:none}
.bootcamp-link:hover{
  color:var(--text);
  background:rgba(245,166,35,0.06);
}
.bootcamp-check{
  width:22px;
  height:22px;
  border-radius:7px;
  border:1px solid var(--border2);
  background:rgba(255,255,255,0.04);
  display:grid;
  place-items:center;
  font-family:var(--font-m);
  font-size:12px;
  color:transparent;
}
.bootcamp-link.is-done .bootcamp-check{
  color:#07111f;
  background:var(--accent);
  border-color:var(--accent);
}
.bootcamp-link-title{
  display:block;
  color:var(--text);
  font-weight:700;
  line-height:1.35;
}
.bootcamp-fast-badge{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  margin-left:8px;
  padding:0 7px;
  border:1px solid var(--gold-border);
  border-radius:999px;
  color:var(--accent);
  background:rgba(245,166,35,0.08);
  font:800 9px var(--font-m);
  letter-spacing:.9px;
  text-transform:uppercase;
  vertical-align:middle;
}
.bootcamp-link-desc{
  display:block;
  margin-top:3px;
  color:var(--text2);
  font-size:13px;
  line-height:1.5;
}
.bootcamp-time{
  white-space:nowrap;
  font-family:var(--font-m);
  color:var(--muted);
  font-size:11px;
}
.bootcamp-action{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  margin-top:22px;
}
.bootcamp-challenge,
.bootcamp-email{
  padding:20px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.035);
}
.bootcamp-challenge h3,
.bootcamp-email h3{
  color:var(--text);
  font-size:19px;
  margin:0 0 8px;
}
.bootcamp-challenge p,
.bootcamp-email p{
  color:var(--text2);
  font-size:14px;
  line-height:1.65;
  margin:0 0 14px;
}
.bootcamp-btn-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.bootcamp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:8px;
  border:1px solid var(--gold-border);
  background:var(--accent);
  color:#08111d;
  font-weight:800;
  text-decoration:none;
}
.bootcamp-btn.secondary{
  background:rgba(245,166,35,0.08);
  color:var(--accent);
}
.bootcamp-small-note{
  display:block;
  margin-top:12px;
  font-family:var(--font-m);
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.bootcamp-continue-btn{
  background:linear-gradient(135deg, #f5a623, #ffd36a)!important;
  border-color:rgba(255,211,106,.82)!important;
  box-shadow:0 12px 32px rgba(245,166,35,.18);
}

@media (max-width:760px){
  .bootcamp-section{padding:20px}
  .bootcamp-head,
  .bootcamp-capture,
  .bootcamp-action{grid-template-columns:1fr}
  .bootcamp-hook-grid{grid-template-columns:1fr}
  .bootcamp-start-row{grid-template-columns:1fr}
  .bootcamp-capture-row{grid-template-columns:1fr}
  .bootcamp-link{grid-template-columns:auto 1fr}
  .bootcamp-time{display:none}
}
