@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Badeen+Display&family=Carattere&family=Outfit:wght@100..900&family=Pacifico&family=Pochaevsk&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Alexandria", sans-serif;
    background: #0a0a0a;
    color: #e5e7eb;
}

section {
    padding: 20px 20px;
}

.curriculum-link{
    display: block;
    text-align: center;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}


/* Scroll to top button */
#scrollTopBtn {
    font-family: "Alexandria", sans-serif;
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* SVG ring */
.progress-ring {
    position: absolute;
    /* top: 0;
    left: 0; */
    transform: rotate(-90deg);
}

.progress-ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 4;
}

.progress-ring-fill {
    fill: none;
    stroke: #ff7a18;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 138;
    /* 2πr */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.2s ease;
}

/* Percentage text */
.scroll-percent {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    /* top: 12px; */
    opacity: 0.6;
    color: orange
}

/* Arrow */
.arrow {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* Hover */
#scrollTopBtn:hover {
    background: #000;
}

/* Mobile adjustment */
@media (max-width: 480px) {
    #scrollTopBtn {
        width: 48px;
        height: 48px;
    }
}

.fsd-hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: radial-gradient(circle at top, #151515, #000);
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg,
            hsl(210, 100%, 9%) 0%,
            hsl(0, 0%, 6%) 50%,
            hsl(23, 100%, 11%) 100%);
    height: 90vh;
}

.fsd-hero-container {
    max-width: 1000px;
    margin: auto;

}

.fsd-batch-badge {
    background: rgba(249, 115, 22, 0.2);
    color: #f97316;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
}

.fsd-main-title {
    font-size: 3rem;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .fsd-main-title {
        font-size: 1.75rem;
    }

    .fsd-hero-section {
        padding: 30px 10px !important;
    }

    .fsd-price {
        font-size: 2.5rem !important;
    }

    .fsd-final-title {
        font-size: 1.75rem !important;
    }

}

.fsd-main-title span,
.fsd-section-title span,
.fsd-final-title span {
    background: linear-gradient(135deg,
            hsl(24, 95%, 53%),
            hsl(32, 100%, 60%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fsd-hero-description {
    max-width: 780px;
    margin: auto;
    color: #9ca3af;
}

.fsd-hero-meta {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px auto;
}

@media (max-width: 750px) {
    .fsd-hero-meta {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .fsd-meta-item {
    display: flex;                 /* IMPORTANT */
    align-items: center;
    justify-content: center;
  }

    .fsd-hero-meta span {
        font-size: 8px !important;
        padding: 6px 4px !important;
    }

    .fsd-meta-item svg {
        height: 15px;
        width: 15px;
    }

    /* Second row: 2 boxes (span 2 columns) */
    /* .fsd-meta-item:nth-child(1),
    .fsd-meta-item:nth-child(4),
    .fsd-meta-item:nth-child(5) {
        grid-column: span 2;
    }*/

    .fsd-meta-item:nth-child(6) {
        grid-column: span 2;
    } 

}


.fsd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #222;
    background: #111;

    font-size: 0.85rem;
    color: #e5e7eb;
}

.fsd-meta-item svg {
    color: #f97316;
}


.fsd-hero-meta span {
    border: 1px solid #222;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
}

.fsd-price-box {
    margin: 25px 0;
}

.fsd-price {
    font-size: 5rem;
    background: linear-gradient(135deg,
            hsl(24, 95%, 53%),
            hsl(32, 100%, 60%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.fsd-price-sub {
    display: block;
    font-size: 0.85rem;
    color: #9ca3af;
}

.fsd-primary-cta {
    margin-top: 20px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #000;
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid white;
}

.fsd-primary-cta:hover {
    opacity: 0.7;
}

.fsd-final-cta-section {
    background: radial-gradient(circle at top, #141414, #0a0a0a);
    padding: 100px 20px;
    text-align: center;
}

.fsd-final-title {
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.fsd-final-desc {
    max-width: 820px;
    margin: 0 auto 18px;
    color: #d1d5db;
}

.fsd-final-highlight {
    font-size: 1.1rem;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 30px;
}

.fsd-contact-info {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #9ca3af;
}

.fsd-final-note {
    margin-top: 14px;
    font-size: 0.85rem;
    color: #6b7280;
}


.fsd-section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: bold
}

.fsd-value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: auto;
}

.fsd-value-card {
    background: #111;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #222;
}

.fsd-value-card h3 {
    color: #f97316;
}

.fsd-skill-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 900px;
    margin: auto;
}

.fsd-skill-tags span {
    background: #111;
    border: 1px solid #222;
    padding: 10px 16px;
    border-radius: 999px;
}

.fsd-outcome-list {
    max-width: 800px;
    margin: auto;
    list-style: none;
    padding-left: 0px !important;
}

.fsd-outcome-list li {
    margin-bottom: 14px;
    padding-left: 26px;
    position: relative;
}

.fsd-outcome-list li::before {
    content: "✔";
    color: #f97316;
    position: absolute;
    left: 0;
}

.fsd-final-cta-section {
    text-align: center;
    background: #0f0f0f;
}

.fsd-contact-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fsd-footer {
    padding: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #6b7280;
}

.fsd-roi-section,
.fsd-launchpad-section,
.fsd-program-policy,
.fsd-outcome-section {
    background: linear-gradient(135deg,
            hsl(211, 100%, 6%) 0%,
            hsl(0, 0%, 6%) 50%,
            hsl(25, 100%, 6%) 100%);
}

.fsd-roi-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #9ca3af;
}

.fsd-roi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: auto;
}

.fsd-roi-card {
    background: #111;
    border: 1px solid #222;
    padding: 28px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fsd-roi-card h3 {
    margin-bottom: 10px;
    color: #f97316;
}

.fsd-roi-highlight {
    display: block;
    margin-top: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #22c55e;
}

.fsd-roi-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;
}


/* ===============================
   PROGRAM ROADMAP BASE
================================ */
.fsd-program-roadmap {
    padding: 50px 20px;
    background: linear-gradient(135deg,
            hsl(211, 100%, 6%) 0%,
            hsl(0, 0%, 6%) 50%,
            hsl(25, 100%, 6%) 100%);
    color: #e5e7eb;
}




/* ===============================
   PHASE STYLING
================================ */
.fsd-phase {
    max-width: 1100px;
    margin: 0 auto 80px;
}

.fsd-phase-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: #f97316;
}

.fsd-phase-desc {
    color: #9ca3af;
    max-width: 800px;
    margin-bottom: 36px;
}

/* ===============================
   TIMELINE
================================ */
.fsd-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
}

.fsd-timeline-block {
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 26px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fsd-timeline-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.fsd-timeline-block h4 {
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #f97316;
}

.fsd-timeline-block ul {
    list-style: none;
    padding-left: 0;
}

.fsd-timeline-block li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 0.92rem;
    color: #d1d5db;
}

.fsd-timeline-block li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f97316;
    font-size: 1.3rem;
    line-height: 1;
}

/* ===============================
   WEEKLY OUTCOMES
================================ */
.fsd-weekly-outcomes {
    max-width: 900px;
    margin: 0 auto 90px;
    text-align: center;
}

.fsd-sub-title {
    font-size: 1.5rem;
    margin-bottom: 22px;
    text-decoration: underline;
}

.fsd-weekly-outcomes ul {
    list-style: none;
    padding: 0;
}

.fsd-weekly-outcomes li {
    margin-bottom: 12px;
    color: #d1d5db;
}

/* ===============================
   PROJECTS SECTION
================================ */
.fsd-projects {
    max-width: 900px;
    margin: 0 auto 80px;
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    padding: 40px;
}

.fsd-projects ul {
    list-style: none;
    padding-left: 0;
}

.fsd-projects li {
    padding-left: 26px;
    margin-bottom: 14px;
    position: relative;
}

.fsd-projects li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
}

/* ===============================
   JOB MAPPING
================================ */
.fsd-job-mapping {
    max-width: 1100px;
    margin: 0 auto 30px;
    text-align: center;
}

.fsd-job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.fsd-job-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fsd-job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
}

.fsd-job-card h3 {
    color: #f97316;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.fsd-job-card p {
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .fsd-section-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .fsd-hero-description {
        font-size: 12px;
    }

    .fsd-phase-title {
        font-size: 1.4rem;
    }

    .fsd-projects {
        padding: 26px;
    }
}

/* ===============================
   PROGRESS BAR
================================ */
.fsd-progress-wrapper {
    max-width: 900px;
    margin: 0 auto 80px;
}

.fsd-progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #99beff;
    margin-bottom: 10px;
}

.fsd-progress-track {
    height: 10px;
    background: #1a1a1a;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid #222;
}

.fsd-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ffd3b4, #df6400);
    border-radius: 999px;
    transition: width 5s ease;
}

/* ===============================
   VERTICAL TIMELINE
================================ */
.fsd-vertical-timeline {
    position: relative;
    padding-left: 40px;
}

/* Vertical line */
.fsd-vertical-timeline::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom,
            #f97316,
            rgba(249, 115, 22, 0.3));
}

/* Timeline blocks */
.fsd-vertical-timeline .fsd-timeline-block {
    position: relative;
    margin-bottom: 40px;
}

/* Connector dot */
.fsd-vertical-timeline .fsd-timeline-block::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f97316;
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.15);
}

/* Hover highlight */
.fsd-vertical-timeline .fsd-timeline-block:hover::before {
    box-shadow: 0 0 0 10px rgba(249, 115, 22, 0.25);
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {
    .fsd-vertical-timeline {
        padding-left: 26px;
    }

    .fsd-vertical-timeline::before {
        left: 8px;
    }

    .fsd-vertical-timeline .fsd-timeline-block::before {
        left: -22px;
    }

    .fsd-policy-box {

        padding: 20px !important;
    }
}

/* ===============================
   TIMELINE SCROLL ANIMATION
================================ */
.fsd-timeline-block {
    opacity: 0.4;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fsd-timeline-block.fsd-active {
    opacity: 1;
    transform: translateY(0);
}

/* Animated connector dot */
.fsd-vertical-timeline .fsd-timeline-block::before {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: scale(0.6);
    background: #444;
}

/* Active dot */
.fsd-vertical-timeline .fsd-timeline-block.fsd-active::before {
    background: #f97316;
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.25);
}

/* ===============================
   YOU ARE HERE BADGE
================================ */
.fsd-you-are-here {
    position: absolute;
    top: -14px;
    right: 18px;

    padding: 6px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #000;

    box-shadow:
        0 6px 18px rgba(34, 197, 94, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);

    animation: pulseMarker 1.8s infinite;
}

/* Pulse animation */
@keyframes pulseMarker {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}


.fsd-program-policy {
    max-width: 1100px;
    margin: 0 auto 100px;
}

.fsd-policy-box {
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    padding: 40px;
}

.fsd-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 26px;
}

.fsd-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    color: #e5e7eb;
}

.fsd-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f97316;
}

.fsd-note {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-top: 20px;
}

.fsd-faq-section {
    max-width: 1100px;
    margin: 0 auto 30px;
}

.fsd-faq-container {
    max-width: 900px;
    margin: auto;
}

.fsd-faq-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}

.fsd-faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;

    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1rem;
    font-weight: 600;
    color: #f97316;
    text-align: left;
}

.fsd-faq-icon {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.fsd-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.6;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

/* ACTIVE STATE */
.fsd-faq-item.active .fsd-faq-answer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.fsd-faq-item.active .fsd-faq-icon {
    transform: rotate(45deg);
}


.fsd-certification-section {
    max-width: 1100px;
    margin: 0 auto 120px;
}

.fsd-certification-intro {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    color: #9ca3af;
}

.fsd-certification-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.fsd-cert-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 26px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fsd-cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.fsd-cert-card h3 {
    color: #f97316;
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.fsd-cert-card ul {
    list-style: none;
    padding-left: 0;
}

.fsd-cert-card li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #d1d5db;
}

.fsd-cert-card li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
}

.fsd-certification-note {
    margin-top: 40px;
    text-align: center;
    font-size: 0.95rem;
    color: #9ca3af;
}


.fsd-ai-tools-section {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.fsd-ai-intro {
    max-width: 850px;
    margin: 0 auto 40px;
    color: #9ca3af;
}

.fsd-ai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.fsd-ai-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
}

.fsd-ai-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
}

.fsd-ai-card h3 {
    color: #f97316;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.fsd-ai-card p {
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.6;
}

.fsd-ai-tag {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.15);
    color: #f97316;
}


/* ================= ENTRANCE & SCHOLARSHIP EXAM ================= */

.fsd-entrance-section {
    padding: 80px 20px;
    background: #0f0f0f;
    color: #eaeaea;
}

.fsd-entrance-intro {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 16px;
    color: #bdbdbd;
    line-height: 1.7;
}

/* ================= BOX ================= */

.fsd-entrance-box {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 30px;
    background: #161616;
    border-radius: 16px;
    border: 1px solid #262626;
}

/* ================= EXAM GRID ================= */

.fsd-exam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.fsd-exam-card {
    background: #1d1d1d;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #2a2a2a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fsd-exam-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.fsd-exam-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.fsd-exam-card p {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.6;
}

.fsd-exam-marks {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ff7a18, #ff9f1a);
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 20px;
}

/* ================= SYLLABUS ================= */

.fsd-syllabus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.fsd-syllabus-card {
    background: #1c1c1c;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #2a2a2a;
}

.fsd-syllabus-card h4 {
    font-size: 17px;
    margin-bottom: 14px;
    color: #ffffff;
}

.fsd-syllabus-card ul {
    padding-left: 18px;
}

.fsd-syllabus-card li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #cfcfcf;
}

/* ================= LIST ================= */

.fsd-list {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.fsd-list li {
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #d6d6d6;
    position: relative;
}

.fsd-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9f1a;
    font-weight: bold;
}

/* ================= NOTE ================= */

.fsd-note {
    margin-top: 24px;
    padding: 16px 18px;
    background: rgba(255, 122, 24, 0.1);
    border-left: 4px solid #ff7a18;
    border-radius: 8px;
    font-size: 14px;
    color: #f0f0f0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
    .fsd-entrance-box {
        padding: 22px;
    }

    .fsd-exam-card,
    .fsd-syllabus-card {
        padding: 20px;
    }

    .fsd-exam-card h4,
    .fsd-syllabus-card h4 {
        font-size: 16px;
    }
}

.viewcurr {
    color: orange;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    border: 2px solid white;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.viewcurr:hover {
    background: white;
    color: black;
    transition: 0.3s;
    font-weight: bold;
    border: 2px solid orange;
}



/* ================= STICKY ROADMAP ================= */

.launchpad-roadmap-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 122, 24, 0.1);
    border-bottom: 1px solid #262626;
    padding: 10px;
    /* Blur effect */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.launchpad-roadmap {
    display: flex;
    overflow-x: auto;
    justify-content: space-evenly;
    /* gap: 10px; */
    margin-bottom: 10px;
    padding: 2px 5px;
    scrollbar-width: none;
}

.launchpad-roadmap::-webkit-scrollbar {
    display: none;
}

.launchpad-roadmap button {
    background: #161616;
    color: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.launchpad-roadmap button span {
    font-size: 10px;
    color: #ffffff;
}

.launchpad-roadmap button.active {
    background: linear-gradient(135deg, #ff7a18, #ff9f1a);
    color: #000;
    font-weight: 700;
    border: 2px solid white;
}

.launchpad-roadmap button:hover {
    background: linear-gradient(135deg, rgb(78, 78, 78), rgb(165, 165, 165));
}

/* COMPLETED STEP */
.launchpad-roadmap button.completed {
    background: linear-gradient(135deg, #ff7a18, #ff9f1a);
    color: #000;
    border-color: transparent;
    font-weight: 600;
    opacity: 0.4;
}

.launchpad-roadmap button.completed span {
    color: #000;
}



.fsd-launchpad-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #bdbdbd;
}

/* ================= PROGRESS LINE ================= */

.launchpad-progress-track {
    margin: auto;
    width: 70%;
    height: 4px;
    background: #1f1f1f;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .launchpad-progress-track {
        width: 90%;
    }
}

.launchpad-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff7a18, #ff9f1a);
    transition: width 0.15s linear;
}

/* Base CTA */
.fsd-primary-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #3b1900, #00031e);
    color: #ffffff;
    box-shadow: 2px 8px 20px rgba(255, 173, 173, 0.438);
}

/* Icon size */
.fsd-primary-cta .cta-icon {
    width: 30px;
    height: 30px;
}

/* SHINE EFFECT */
.fsd-primary-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    transform: skewX(-20deg);
    animation: fsdShine 3s infinite;
}

/* Shine animation */
@keyframes fsdShine {
    0% {
        left: -75%;
    }

    60% {
        left: 125%;
    }

    100% {
        left: 125%;
    }
}