/* Interview Prep — Warm → Drill → Simulate → Prove */
.ip-hero {
    padding: 2.5rem 0 2rem;
    background:
        radial-gradient(ellipse 55% 45% at 85% 5%, rgba(167, 139, 250, 0.14), transparent 55%),
        radial-gradient(ellipse 45% 40% at 5% 80%, rgba(56, 189, 248, 0.1), transparent 50%);
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}

.ip-kicker {
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.65rem;
}

.ip-hero h1 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    max-width: 18ch;
    margin-bottom: 0.85rem;
}

.ip-lead {
    color: var(--text-muted, #94a3b8);
    max-width: 40rem;
    margin-bottom: 1.25rem;
    line-height: 1.65;
}

.ip-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.ip-loop {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    font-size: 0.88rem;
    color: var(--text-secondary, #cbd5e1);
}

.ip-loop strong {
    color: #a78bfa;
    margin-right: 0.35rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ip-quick {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.65rem;
}

.ip-quick-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.9rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    text-decoration: none !important;
    color: inherit !important;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.ip-quick-card:hover {
    border-color: rgba(167, 139, 250, 0.5);
    transform: translateY(-1px);
}

.ip-quick-card i {
    color: #a78bfa;
}

.ip-quick-card strong {
    font-size: 0.9rem;
}

.ip-quick-card span {
    font-size: 0.75rem;
    color: var(--text-muted, #94a3b8);
}

.ip-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
}

.ip-chip {
    display: inline-flex;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    color: var(--text-secondary, #cbd5e1) !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 650;
}

.ip-chip.is-active {
    border-color: rgba(167, 139, 250, 0.55);
    background: rgba(167, 139, 250, 0.14);
    color: #ddd6fe !important;
}

.ip-track-head {
    margin-bottom: 1.25rem;
}

.ip-stages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (max-width: 900px) {
    .ip-stages {
        grid-template-columns: 1fr;
    }
}

.ip-stage {
    padding: 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
}

.ip-stage-head {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.85rem;
}

.ip-stage-num {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: grid;
    place-items: center;
    font-weight: 750;
    font-size: 0.85rem;
    background: rgba(167, 139, 250, 0.18);
    color: #c4b5fd;
    flex-shrink: 0;
}

.ip-stage-title {
    font-size: 1rem;
    font-weight: 750;
    margin: 0;
}

.ip-stage-sub {
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-muted, #94a3b8);
}

.ip-stage-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ip-link {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.55rem;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    color: inherit !important;
}

.ip-link:hover {
    border-color: rgba(167, 139, 250, 0.4);
}

.ip-link strong {
    font-size: 0.88rem;
}

.ip-link span {
    font-size: 0.75rem;
    color: var(--text-muted, #94a3b8);
}

.ip-exam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.75rem;
}

.ip-exam {
    padding: 1rem;
    border-radius: 0.85rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
}

.ip-exam-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #c4b5fd;
    margin-bottom: 0.4rem;
}

.ip-exam h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.ip-exam h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.ip-exam-meta {
    font-size: 0.78rem;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.75rem;
}

.ip-footer-band {
    padding: 1.35rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background:
        linear-gradient(135deg, rgba(167, 139, 250, 0.1), transparent 60%),
        var(--bg-card, rgba(255, 255, 255, 0.03));
}
