body{
background:#202020;
color:#ddd;
/* font-family:Arial, Helvetica, sans-serif; */
margin:0;
line-height:1.6;
}

.container{
width:90%;
max-width:950px;
margin:auto;
padding:40px 0;
}
li {    
    clear: left;
  display: list-item;
}



/* HEADER */

.page-header{
text-align:center;
margin-bottom:40px;
}

.page-header h1{
font-size:40px;
margin-bottom:10px;
font-weight: 700;
/* background: linear-gradient(100deg, #ffca28, #8E24AA); */
background:linear-gradient(90deg,#ffca28,#ab47bc);
/* background: linear-gradient(90deg, #a87ffb, #ffd700); */
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
}

.subtitle{
color:#bbb;
font-size:18px;
}

.section-intro{
color:#999;
font-size:14px;
margin-top:-8px;
margin-bottom:20px;
line-height:1.6;
}

/* PROGRESS */

.progress-wrapper{
margin-top:25px;
}

.progress-bar{
height:12px;
background:#333;
border-radius:10px;
overflow:hidden;
}

.progress-fill{
width:20%;
height:100%;
background:linear-gradient(90deg,#42a5f5,#7e57c2,#26a69a);
}

/* NAVIGATION */

.section-nav{
display:flex;
gap:12px;
flex-wrap:wrap;
margin:35px 0;
justify-content:center;
}

/* .section-nav a{
text-decoration:none;
background:#2a2a2a;
padding:8px 16px;
border-radius:20px;
color:#ddd;
font-size:14px;
transition:0.3s;
} */

.section-nav a{
display:inline-block;
padding:8px 16px;
margin-right:8px;
border-radius:8px;
background:#2a2a2a;
color:#ddd;
text-decoration:none;
font-size:14px;
transition:all .2s ease;
font-family:'Courier New', Courier, monospace;
border-color: #26a69a;
}

.section-nav a:hover{
background:#333;
color:#FFE082;
}

/* SECTION TITLES */

.section-title{
display:flex;
align-items:center;
gap:12px;
font-size:22px;
color:#FFE082;
margin-top:40px;
margin-bottom:15px;
font-weight:600;
}

/* .section-title{
display:inline-block;
background:#2a2a2a;
color:#FFE082;
padding:6px 14px;
border-radius:20px;
font-size:18px;
border:1px solid #FFE082;
margin-top:35px;
} */

.section-title::before{
content:"";
width:6px;
height:24px;
border-radius:3px;
background:linear-gradient(180deg,#FFE082,#ffb300);
/* border-left:4px solid #42a5f5; */
/* background:linear-gradient(270deg,#42a5f5,#7e57c2,#26a69a); */
/* box-shadow:0 0 6px rgba(255,224,130,0.4); */
}

/* QUESTION TILES */

.qa-tile{

background:linear-gradient(145deg,#252525,#1e1e1e);
padding:26px;
border-radius:12px;
margin-bottom:18px;

border:1px solid rgba(255,255,255,0.05);

box-shadow:0 10px 25px rgba(0,0,0,0.45);

transition:0.25s;

}

.qa-tile:hover{
transform:translateY(-3px);
box-shadow:0 12px 28px rgba(0,0,0,0.6);
}

.qa-question{
font-size:18px;
font-weight:bold;
color:#FFE082;
margin-bottom:10px;
}

.qa-answer{
color:#ccc;
font-size:15px;
}

/* TAGS AT BOTTOM */

.tag-container{
margin-top:14px;
}

.tag-section{
  margin-top: 10px;
  /* margin-bottom: 5px; */
}

/* .tag-must{
background:linear-gradient(135deg,#ffb300,#ff8f00);
color:white;
}

.tag-frequent{
background:linear-gradient(135deg,#1e88e5,#1565c0);
color:white;
}

.tag-tricky{
background:linear-gradient(135deg,#8e24aa,#6a1b9a);
color:white;
}

.tag-easy{
background:#2e7d32;
color:white;
}

.tag-medium{
background:linear-gradient(135deg,#26a69a,#00897b);
color:white;
}

.tag-hard{
background:linear-gradient(135deg,#ef5350,#c62828);
color:white;
}

.tag-advanced{
background:linear-gradient(135deg,#8e24aa,#6a1b9a);
color:white;
} */


.tag{
display:inline-block;
padding:4px 10px;
border-radius:12px;
font-size:12px;
margin:4px 6px 0 0;
background:#2a2a2a;
color:#ddd;
border:1px solid transparent;
font-weight:500;
opacity:0.85;
}

.tag:hover{
opacity:1;
}

/* importance */
 .tag-must{
border-color:#f9a825;
color:#f9a825;
}

.tag-frequent{
border-color:#42a5f5;
color:#42a5f5;
}

.tag-tricky{
border-color:#ab47bc;
color:#ab47bc;
}

.tag-nicetoknow{
border-color:#5e35b1;
color:#5e35b1;
}

/* difficulty */
.tag-easy{
border-color:#FFE082;
color:#FFE082;
}

.tag-medium{
border-color:#26a69a;
color:#26a69a;
}

.tag-hard{
border-color:#ef5350;
color:#ef5350;
}
.tag-commonmistake{
  border-color: lightsalmon;
  color: lightsalmon;
}

.tag-advanced{
border-color:#ec407a;
color:#ec407a;
}

.tag-concept{
border-color:#00acc1;
color:#00acc1;
} */

.tag-{
background:linear-gradient(135deg,#7e57c2,#5e35b1);
color:white;
}

.tag{
display:inline-flex;
align-items:center;
gap:6px;
padding:4px 10px;
border-radius:12px;
font-size:12px;
background:#2a2a2a;
color:#ddd;
}

.tag::before{
content:"";
width:6px;
height:6px;
border-radius:50%;
display:inline-block;
}

/* colors */

.tag-must::before{ background:#f9a825; }
.tag-frequent::before{ background:#42a5f5; }
.tag-tricky::before{ background:#ab47bc; }
.tag-commonmistake::before{background:lightsalmon}
.tag-easy::before{ background:#66bb6a; }
.tag-medium::before{ background:#26a69a; }
.tag-hard::before{ background:#ef5350; }
.tag-advanced::before{ background:#ec407a; }
.tag-concept::before{ background:#00acc1; }


/* INTERVIEWER INSIGHT */

.insight-box{

background:linear-gradient(135deg,#283593,#1a237e);
padding:22px;
border-radius:10px;
margin:30px 0;

color:#fff;

box-shadow:0 8px 20px rgba(0,0,0,0.4);

}

/* .highlight {
    color: #FFE082;
    font-weight: 500;
} */

/* .highlight {
    color: #4DB6AC;
    color: #FFE082;
    font-weight: 500;
    letter-spacing: 0.3px;
} */

/* ===== Highlight (inline important text) ===== */
.highlight {
    color: #FFE082;
    /* background: rgba(255, 224, 130, 0.04); */
    /* border-bottom: 1px dotted rgba(255, 224, 130, 0.5); */
    /* opacity: 0.85; */
    padding: 2px 6px;
    border-radius: 4px;
}

/* ===== Subtopic (section headers inside answers) ===== */
.subtopic {
    color: #81D4FA;
    font-size: 15.5px;
    font-weight: 550;
    /* margin-top: 18px; */
    /* margin-bottom: 6px; */
    display: block;
    letter-spacing: 0.3px;
}

.tip-box {
    border-left: 4px solid #4DB6AC;
    padding: 10px;
    margin-top: 12px;
    border-radius: 6px;
    color: #E3F2FD;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    gap: 6px;
}
.language-javascript {
    line-height: normal; 
}
/* Tip label */
.tip-box::before {
    content: "Tip:";
    color: #4DB6AC;
    white-space: nowrap;
}

/* ===== Optional: Hover polish (subtle premium feel) ===== */
.tip-box:hover {
    background: rgba(129, 212, 250, 0.12);
    transition: 0.2s ease;
}

/* ===== Spacing inside answers ===== */
#answer {
    line-height: 1.6;
    font-size: 14.5px;
}

.insight-box h3{
margin-top:0;
}

/* SCENARIO BOX */

.scenario-box{

background:#1f1f1f;

border-left:4px solid #42a5f5;

padding:20px;

border-radius:6px;

margin-bottom:20px;

}

/* BUTTONS */

.action-buttons{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:12px;

margin-top:50px;

margin-bottom:60px;

padding-top:24px;

border-top:1px solid rgba(168,127,251,0.2);

}

.btn{

padding:12px 26px;

border:none;

border-radius:8px;

cursor:pointer;

font-weight:bold;

font-size:14px;

}

.complete-btn{

background:linear-gradient(135deg,#66bb6a,#43a047);

color:white;

box-shadow:0 2px 10px rgba(102,187,106,0.3);

transition:opacity .2s,transform .2s,box-shadow .2s;

}

.complete-btn:hover{

opacity:1;

transform:translateY(-2px);

box-shadow:0 5px 18px rgba(102,187,106,0.45);

}

.next-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:6px;

padding:12px 28px;

background:linear-gradient(135deg,#7c4dff,#a87ffb);

color:#fff !important;

text-decoration:none !important;

border:none;

border-radius:8px;

cursor:pointer;

font-weight:700;

font-size:14px;

font-family:inherit;

line-height:1.4;

letter-spacing:0.3px;

box-shadow:0 2px 10px rgba(124,77,255,0.35);

transition:opacity .2s,transform .2s,box-shadow .2s;

}

.next-btn:hover{

opacity:1;

transform:translateY(-2px);

box-shadow:0 5px 18px rgba(124,77,255,0.5);

color:#fff !important;

text-decoration:none !important;

background:linear-gradient(135deg,#6a3de8,#9c6ef9);

}

.btn:hover{

opacity:0.9;

}

.tag-section{
  padding-bottom: 10px;
  margin-top: 20px;
}

                .table_content {
                    width: 100%;
                    border-collapse: collapse;
                    margin-top: 10px;
                    border-radius: 12px;
                    overflow: hidden;
                    background: #222;
                    border: 1px solid rgba(255, 224, 130, 0.15);
                }

                .table_content th {
                    background: linear-gradient(90deg, #2c2c2c, #1f1f1f);
                    color: #FFE082;
                    padding: 12px;
                    text-align: left;
                    font-weight: 500;
                    border-bottom: 1px solid rgba(255, 224, 130, 0.25);
                }

                .table_content td {
                    padding: 12px;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
                    color: #ddd;
                }

                .table_content tr:last-child td {
                    border-bottom: none;
                }

                .table_content tr:hover {
                    background-color: rgba(255, 224, 130, 0.05);
                    transition: 0.2s ease;
                }

                .table_content td:first-child {
                    color: #FFE082;
                    font-weight: 500;
                }


/* ================================================================
   REUSABLE ACCENT & COMPONENT CLASSES
   Add these to any premium page — no need to rewrite colors.
   ================================================================ */

/* ── Color utilities ── */
.text-purple { color: #a87ffb; }
.text-teal   { color: #81D4FA; }
.text-peach  { color: #FFAA99; }
.text-gold   { color: #FFE082; }

/* ── Section label: uppercase title with a trailing rule line ── */
.snb-section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #a87ffb;
    opacity: 0.85;
    margin: 46px 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.snb-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(168,127,251,0.28), transparent);
}

/* ── Card heading (h3 inside content cards) ── */
.card-title {
    font-size: 17px;
    font-weight: 600;
    color: #a87ffb;
    margin: 0 0 8px;
    line-height: 1.3;
}

/* ── CTA arrow link inside cards ── */
.cta-link {
    font-size: 13px;
    font-weight: 600;
    color: #81D4FA;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    text-decoration: none;
}
.cta-link:hover { color: #b3e5fc; text-decoration: none; }

/* ── Step / day number pill badge ── */
.step-badge {
    background: rgba(168,127,251,0.1);
    border: 1px solid rgba(168,127,251,0.28);
    color: #a87ffb;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 7px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-block;
}

/* ── Section label color variants ── */
.snb-section-label.label-teal { color: #81D4FA; }
.snb-section-label.label-teal::after {
    background: linear-gradient(90deg, rgba(129,212,250,0.25), transparent);
}
.snb-section-label.label-peach { color: #FFAA99; }
.snb-section-label.label-peach::after {
    background: linear-gradient(90deg, rgba(255,170,153,0.25), transparent);
}
.snb-section-label.label-gold { color: #FFE082; }
.snb-section-label.label-gold::after {
    background: linear-gradient(90deg, rgba(255,224,130,0.25), transparent);
}

/* ================================================================
   PREP TRACK  —  "What to Prepare" section
   ================================================================ */
.prep-track {
    background: #0f1a1a;
    border: 1px solid rgba(60,160,160,0.2);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}
.prep-track-header {
    background: linear-gradient(135deg,#111d1d,#0f1a1a);
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(60,160,160,0.15);
}
.prep-track-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3a9090;
}
.prep-track-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #7ecece;
    margin: 8px 0 6px;
}
.prep-track-header p {
    font-size: 14px;
    color: #888;
    margin: 0;
}
.prep-steps { padding: 4px 0; }
.prep-step {
    display: flex;
    align-items: flex-start;
    padding: 0 28px;
    position: relative;
}
.prep-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 42px;
    top: 52px;
    bottom: 0;
    width: 2px;
    background: rgba(60,160,160,0.18);
}
.prep-step-num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(135deg,#1a5252,#206464);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #ddd;
    margin-top: 20px;
    z-index: 1;
}
.prep-step-content {
    flex: 1;
    padding: 18px 0 18px 20px;
    border-bottom: 1px solid rgba(60,160,160,0.15);
}
.prep-step:last-child .prep-step-content { border-bottom: none; }
.prep-step-title {
    font-size: 16px;
    font-weight: 600;
    color: #70b8b8;
    margin-bottom: 8px;
}
.prep-step-content p {
    font-size: 15px;
    color: #c0c0c0;
    margin: 0;
    line-height: 1.7;
}

/* ================================================================
   INSIGHT GRID  —  "Key Points to Remember" section
   ================================================================ */
.insight-wrapper {
    background: #111812;
    border: 1px solid rgba(255,224,130,0.3);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}
.insight-header {
    background: linear-gradient(135deg,#172210,#111812);
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(255,224,130,0.2);
}
.insight-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e8c96a;
}
.insight-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #f0f0f0;
    margin: 8px 0 6px;
}
.insight-header p {
    font-size: 14px;
    color: #888;
    margin: 0;
}
.insight-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    background: rgba(255,224,130,0.12);
}
.insight-card {
    background: #151a14;
    padding: 22px 24px;
}
.insight-icon {
    font-size: 16px;
    color: #e8c96a;
    margin-bottom: 8px;
}
.insight-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #e8c96a;
    margin-bottom: 10px;
}
.insight-card p {
    font-size: 14px;
    color: #b8b8b8;
    margin: 0;
    line-height: 1.65;
}
@media (max-width:600px) {
    .insight-grid { grid-template-columns: 1fr; }
}
