/* ─── LANDING PAGE ENHANCEMENTS ─────────────────────────── */

/* ── Hero ── */
.hero {
    background: linear-gradient(135deg, #060e24 0%, #0a1a4a 55%, #0d1f5a 100%);
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%);
    top: -200px; right: -100px;
    pointer-events: none;
}
.hero__title { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.1; font-weight: 900; letter-spacing: -0.04em; }
.hero__title span { color: #f59e0b; -webkit-text-fill-color: #f59e0b; }
.hero__paragraph { font-size: 1.05rem; color: #cbd5e1; max-width: 500px; line-height: 1.7; margin-bottom: 1.5rem; }

.hero__trust {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.hero__trust-avatars { display: flex; }
.hero__trust-avatars img { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #1e3a8a; object-fit: cover; margin-left: -8px; }
.hero__trust-avatars img:first-child { margin-left: 0; }
.hero__trust-text { font-size: 0.82rem; color: #93c5fd; font-weight: 500; }
.hero__trust-text strong { color: #fff; }

/* ── Trust Bar ── */
.trust-bar {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.2rem 0;
}
.trust-bar__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.trust-bar__label { font-size: 0.78rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.trust-bar__divider { width: 1px; height: 20px; background: #e2e8f0; }
.trust-bar__pills { display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: center; }
.trust-bar__pill {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    padding: 0.3rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

/* ── Feature Grid ── */
.focus { background: #fff; }
.focus__grid-panel {
    border-radius: 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    padding: 1.5rem;
    transition: all 0.25s;
}
.focus__grid-panel:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37,99,235,0.1);
    transform: translateY(-3px);
}
.focus__grid-panel-heading { font-size: 0.95rem; font-weight: 700; color: #0f172a; }
.focus__grid-panel-text { font-size: 0.82rem; color: #64748b; line-height: 1.5; }
.focus__heading { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #0f172a; letter-spacing: -0.03em; line-height: 1.25; }
.focus__heading span { color: #2563eb; }
.focus .paragraph { color: #64748b; line-height: 1.8; font-size: 0.95rem; }

/* ── Course Cards ── */
.trendingCourse--box { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: none; transition: transform 0.2s, box-shadow 0.2s; }
.trendingCourse--box:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.14); }
.trendingCourse__image { height: 180px; background-size: cover; background-position: center; position: relative; }
.trendingCourse__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 60%); }
.trendingCourse__info { padding: 1rem 1.1rem 1.2rem; background: #fff; }
.trendingCourse__info--heading { font-size: 0.9rem; font-weight: 700; color: #0f172a; line-height: 1.4; margin-bottom: 0.35rem; }
.trendingCourse__info--author { font-size: 0.78rem; color: #2563eb; font-weight: 600; display: block; margin-bottom: 0.4rem; }
.course-meta { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.course-badge { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 100px; font-size: 0.7rem; font-weight: 600; }
.course-badge--new { background: #dcfce7; color: #16a34a; }
.course-badge--hot { background: #fef3c7; color: #d97706; }
.course-rating { font-size: 0.78rem; font-weight: 700; color: #0f172a; }
.course-rating::before { content: '⭐ '; }
.course-enrolled { font-size: 0.75rem; color: #64748b; }

/* ── Stats ── */
.statistics { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); padding: 4rem 0; }
.statistics__box { border-radius: 20px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(10px); padding: 2rem 1.5rem; }
.statistics__fig { font-size: 2.8rem; font-weight: 900; color: #fff; letter-spacing: -0.04em; }
.statistics__aim { font-size: 0.88rem; color: #bfdbfe; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.25rem; }
.stats-icon { font-size: 2rem; margin-bottom: 0.5rem; }

/* ── How It Works ── */
.how-it-works { background: #f8fafc; padding: 5rem 0; }
.how-it-works__heading { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #0f172a; letter-spacing: -0.03em; text-align: center; margin-bottom: 0.5rem; }
.how-it-works__sub { color: #64748b; text-align: center; margin-bottom: 3rem; font-size: 0.95rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { background: #fff; border-radius: 20px; padding: 2rem; border: 1.5px solid #e2e8f0; position: relative; }
.step-card::before { content: attr(data-step); position: absolute; top: -14px; left: 1.5rem; background: #2563eb; color: #fff; font-size: 0.75rem; font-weight: 800; padding: 0.2rem 0.75rem; border-radius: 100px; letter-spacing: 0.05em; }
.step-card__icon { font-size: 2.2rem; margin-bottom: 1rem; }
.step-card__title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; }
.step-card__text { font-size: 0.85rem; color: #64748b; line-height: 1.6; }

/* ── Community ── */
.community { background: #fff; }
.community__board { border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); }
.community__black { padding: 3rem; }
.community__black h3, .community__black h4 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 800; line-height: 1.3; color: #fff; }
.community__black p { color: #93c5fd; font-size: 0.92rem; line-height: 1.7; }
.community__black .btn-primaryBtn { background: #f59e0b; border-color: #f59e0b; color: #0f172a; font-weight: 700; }
.community__black .btn-primaryBtn:hover { background: #d97706; }

/* ── Testimonials ── */
.testimony { background: #f8fafc; padding: 5rem 0; }
.testimony__box {
    background: #fff;
    border-radius: 20px;
    padding: 1.75rem;
    border: 1.5px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: box-shadow 0.2s;
}
.testimony__box:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.testimony__stars { color: #f59e0b; font-size: 0.85rem; letter-spacing: 2px; }
.testimony__text { font-size: 0.9rem; color: #374151; line-height: 1.7; font-style: italic; flex: 1; }
.testimony__author-name { font-size: 0.88rem; font-weight: 700; color: #0f172a; }
.testimony__author-location { font-size: 0.78rem; color: #2563eb; font-weight: 500; }
.testimony__avatar-img { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #2563eb, #7c3aed); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0; }

/* ── Platforms ── */
.platform--box { border-radius: 16px; overflow: hidden; border: 1.5px solid #e2e8f0; transition: all 0.2s; background: #fff; }
.platform--box:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: #2563eb; }
.platform__image { height: 130px; background-size: cover; background-position: center; }
.platform__info { padding: 1rem; background: #fff; }
.platform__info--heading { font-size: 0.88rem; font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
.platform__info--desc { font-size: 0.76rem; color: #64748b; line-height: 1.4; }
.platform__info .btn-primaryBtn { font-size: 0.78rem; padding: 0.4rem 0.9rem; border-radius: 8px; }

/* ── Section headings ── */
.section-label {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 0.75rem;
}

/* ── Footer ── */
.footer { background: #0f172a; }
.footer__container { padding-top: 3.5rem; padding-bottom: 2rem; }
.heading-h5 { color: #f8fafc; font-size: 0.88rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer__ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.footer__li-a { color: #94a3b8; font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
.footer__li-a:hover { color: #fff; }
.footer__addr { color: #94a3b8; font-size: 0.85rem; line-height: 1.8; font-style: normal; display: flex; flex-direction: column; gap: 0.25rem; }
.footer__addr a { color: #93c5fd; text-decoration: none; }
.footer__p { color: #94a3b8; font-size: 0.82rem; line-height: 1.6; margin-bottom: 0.75rem; }
.footer__input { background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.12); color: #fff; }
.footer__input::placeholder { color: #64748b; }
.footer__input:focus { background: rgba(255,255,255,0.1); border-color: #2563eb; }
.footer__credit { color: #475569; font-size: 0.78rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; line-height: 1.7; }
.footer__credit a { color: #2563eb; text-decoration: none; }
.footer-social { display: flex; gap: 0.5rem; margin-top: 0.75rem; }
.footer-social a {
    width: 34px; height: 34px; border-radius: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: #94a3b8; font-size: 0.85rem; text-decoration: none;
    transition: all 0.2s;
}
.footer-social a:hover { background: #2563eb; color: #fff; border-color: #2563eb; }

/* ── Step & stat icons (Bootstrap Icons) ── */
.step-card__icon { font-size: 1.8rem; color: #2563eb; margin-bottom: 1rem; line-height: 1; }
.step-card__icon i { font-size: 1.8rem; }
.stats-icon { font-size: 1.8rem; margin-bottom: 0.5rem; color: rgba(255,255,255,0.8); line-height: 1; }
.stats-icon i { font-size: 1.8rem; }
.platform-icon { font-size: 1.4rem; color: #2563eb; margin-bottom: 0.5rem; line-height: 1; }
.platform-icon i { font-size: 1.4rem; }
.reg-left__feature-icon i { font-size: 1.4rem; }

/* ── Sponsors bar ── */
.sponsors { background: #fff; border-bottom: 1px solid #f1f5f9; }
.sponsors__heading { color: #94a3b8; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.sponsors__logo-box img { height: 70px; width: auto; object-fit: contain; }
