:root{
  --blue:#428dff;--blue-l:#E6F1FB;--blue-m:#85B7EB;--blue-d:#0C447C;
  --amber:#BA7517;--amber-l:#FAEEDA;--amber-m:#F5C97A;
  --text:#0F172A;--sub:#475569;--hint:#94A3B8;
  --border:#E5E7EB;--surface:#F8FAFC;--white:#FFFFFF;
  --green:#428dff;--green-l:#DCFCE7;
}


/* ── HEADER ── */
.section-header{margin-bottom:48px;}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--amber);text-transform:uppercase;margin-bottom:10px;}
.heading{font-size:clamp(28px,4vw,44px);font-weight:900;color:var(--text);line-height:1.1;letter-spacing:-.03em;margin-bottom:10px;}
.heading em{color:var(--blue);font-style:normal;}
.subtext{font-size:15px;color:var(--sub);line-height:1.75;max-width:580px;}

/* ── MAIN LAYOUT ── */
.layout{display:grid;
    grid-template-columns:1fr 320px;gap:
    48px;align-items:start;
    align-items: center;
}

/* ── STEPS LIST ── */
.steps-list{display:flex;flex-direction:column;}

.step{
  display:flex;gap:20px;
  padding:22px 12px;
  border-bottom:1.5px solid var(--border);
  position:relative;
  transition:background .18s, border-color .18s, border-radius .18s;
  border-radius:8px;
}
.step:first-child{padding-top:12px;}
.step:last-child{border-bottom:none;}
.step:hover{background:var(--blue-l);border-bottom-color:transparent;border-radius:10px;}

.step-indicator{display:flex;flex-direction:column;align-items:center;gap:0;flex-shrink:0;}
.step-num{
  width:40px;height:40px;border-radius:50%;
  background:var(--blue);border:2px solid var(--blue);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:800;color:#fff;
  flex-shrink:0;transition:all .2s;z-index:1;position:relative;
}

.step-body{flex:1;min-width:0;padding-top:8px;}
.step-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:6px;}
.step.active .step-label{color:var(--green);}
.step.done .step-label{color:var(--green);}
.objective-box-heading{
  
    margin-bottom:8px;


    

}
.step.active .step-title{color:var(--blue-d);}
.step-desc{font-size:14px;color:var(--sub);line-height:1.75;}
.step-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--blue);margin-top:8px;text-decoration:none;}
.step-link:hover{text-decoration:underline;}
.step-link svg{width:13px;height:13px;stroke:currentColor;flex-shrink:0;}

/* ── SIDEBAR CARD ── */
.sidebar{position:sticky;top:32px;}

.info-card{
  background:var(--white);
  border:1.5px solid var(--border);
  border-radius:16px;overflow:hidden;
}

.info-card-h{
    font-size:16px;font-weight:600;
    ;line-height:1.3;
    letter-spacing:-.01em;
    color: #000000;
}

.info-card-body{padding:20px 0px;}
.info-divider{height:1px;background:var(--border);margin:16px 0;}

.tips-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hint);margin-bottom:12px;}
.tip-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;}
.tip-item:last-child{margin-bottom:0;}
.tip-icon{
  width:22px;height:22px;border-radius:50%;
  background:var(--blue-l);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:1px;
}
.tip-icon svg{width:11px;height:11px;stroke:var(--blue);stroke-width:2.5;}
.tip-text{font-size:13px;color:var(--sub);line-height:1.6;}

.sidebar-enroll-btn{
  display:block;width:100%;
  background:var(--blue);color:#fff;
  font-size:14px;font-weight:800;
  padding:14px;border-radius:10px;
  text-align:center;text-decoration:none;
  transition:background .18s;
  letter-spacing:.01em;
}
.info-card-header{
    text-align: center;
}
.sidebar-enroll-btn:hover{background:#185FA5;}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .layout{grid-template-columns:1fr 280px;gap:28px;}
  .section{padding:64px 24px 72px;}
}
@media(max-width:900px){
  .layout{grid-template-columns:1fr;gap:28px;}
  .sidebar{position:static;}
  .info-card-header{padding:18px 18px 14px;}
  .info-card-body{padding:16px 18px;}
  .section-header{text-align:center!important;}
  .subtext{margin:0 auto!important;}
  .sidebar-enroll-btn{font-size:15px;padding:15px;}
}
@media(max-width:640px){
  .section{padding:48px 20px 56px;}
  .heading{font-size:clamp(22px,6vw,34px);}
  .subtext{font-size:14px;}
  .step{gap:14px;padding:16px 10px;}
  .step:hover{background:var(--blue-l);}
  .step-num{width:36px;height:36px;font-size:13px;}
  .step-title{font-size:16px;}
  .step-desc{font-size:13.5px;}
}
@media(max-width:480px){
  .section{padding:40px 16px 52px;}
  .heading{font-size:22px;}
  .subtext{font-size:13.5px;}
  .step{gap:12px;padding:14px 8px;}
  .step:hover{background:var(--blue-l);border-radius:10px;}
  .step-num{width:32px;height:32px;font-size:12px;}
  .step-body{padding-top:5px;}
  .step-label{font-size:10px;}
  .step-title{font-size:15px;margin-bottom:6px;}
  .step-desc{font-size:13px;}
  .info-card-h{font-size:14px;}
  .tip-text{font-size:12px;}
  .tips-label{font-size:9px;}
}
@media(max-width:360px){
  .section{padding:32px 12px 44px;}
  .step-num{width:28px;height:28px;font-size:11px;}
  .step-title{font-size:14px;}
  .step-desc{font-size:12.5px;}
}