/* ====== Project Theme ====== */
:root {
    --project-primary: #262a6b;
    --project-primary-strong: #b88a55;
    --project-primary-soft: rgba(38, 42, 107, 0.08);
    --project-brand-blue: #262a6b;
    --project-brand-gold: #b88a55;
    --project-surface: #ffffff;
    --project-text: #0f172a;
    --project-muted: #64748b;
    --project-border: rgba(15, 23, 42, 0.09);
    --project-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    --project-accent: var(--project-brand-gold);
    --project-accent-soft: rgba(184, 138, 85, 0.18);
    --project-brand-blue-soft: rgba(38, 42, 107, 0.18);
}

.project-body {
    font-family: 'Zain', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--project-text);
    background: radial-gradient(1200px 500px at 50% 0%, rgba(38, 42, 107, 0.14), transparent 55%),
        radial-gradient(900px 520px at 85% 35%, rgba(184, 138, 85, 0.12), transparent 60%),
        linear-gradient(180deg, rgba(250, 250, 252, 0.95), rgba(255, 255, 255, 1));
    min-height: 100vh;
}

#projectContent > header + section,
#projectContent > section + section {
    margin-top: 60px;
}




















/* ====== Header ====== */
.project-site-header {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
}

.project-brand {
    font-weight: 900;
    letter-spacing: 0.02em;
    color: var(--project-text);
}

.project-logo {
    height: 42px;
    width: auto;
    display: block;
}

.project-nav-link {
    font-weight: 800;
    color: var(--project-text);
    opacity: 0.85;
}

.project-nav-link:hover {
    color: var(--project-brand-blue);
    opacity: 1;
}

.project-hero-v2 {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    color: #ffffff;
    background: var(--project-brand-blue);
}

.project-hero-v2-slides {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
}

.project-hero-v2-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    display: flex;
    align-items: stretch;
}

.project-hero-v2-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.project-hero-v2-slide.is-active .project-hero-v2-bg {
    animation: project-hero-v2-kenburns 14s ease both;
}

.project-hero-v2-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    filter: saturate(1.08);
}

.project-hero-v2-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 600px at 10% 30%, rgba(255, 255, 255, 0.12), transparent 60%),
        radial-gradient(900px 600px at 75% 15%, var(--project-accent-soft), transparent 62%),
        linear-gradient(90deg, rgba(38, 42, 107, 0.9), rgba(15, 118, 110, 0.38));
}

.project-hero-v2-overlay::before {
    content: '';
    position: absolute;
    inset: -35% -25%;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.16) 50%, transparent 65%);
    transform: translateX(-35%) rotate(8deg);
    animation: project-hero-v2-sweep 7s ease-in-out infinite;
    opacity: 0.35;
    mix-blend-mode: overlay;
}

.project-hero-v2-overlay::after {
    content: '';
    position: absolute;
    width: 720px;
    height: 720px;
    border-radius: 999px;
    left: -240px;
    bottom: -260px;
    background: radial-gradient(circle at 35% 35%, rgba(184, 138, 85, 0.42), transparent 60%);
    filter: blur(14px);
    opacity: 0.8;
    animation: project-hero-v2-blob 8.5s ease-in-out infinite;
}

.project-hero-v2-noise {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.project-hero-v2-inner {
    position: relative;
    max-width: 1500px;
    margin-inline: auto;
    padding-top: clamp(100px, 10vh, 150px);
    padding-bottom: clamp(90px, 10vh, 150px);
    padding-inline: 30px;
}

.project-hero-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 900;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92);
}

.project-hero-v2-kicker-dot {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--project-accent);
    box-shadow: 0 16px 38px rgba(184, 138, 85, 0.32);
    position: relative;
}

.project-hero-v2-kicker-dot::after {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
}

.project-hero-v2-title {
    font-weight: 900;
    font-size: clamp(2.65rem, 4.9vw, 4.4rem);
    line-height: 1.12;
    letter-spacing: 0.01em;
    margin-top: 0.8rem;
    text-shadow: 0 24px 60px rgba(2, 6, 23, 0.32);
}

.project-hero-v2-title-mark {
    position: relative;
    color: rgba(255, 255, 255, 1);
    z-index: 0;
}

.project-hero-v2-title-mark::after {
    content: '';
    position: absolute;
    left: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    height: 12px;
    border-radius: 999px;
    background: var(--project-accent);
    z-index: -1;
}

.project-hero-v2-subtitle {
    max-width: 740px;
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.9);
}

.project-hero-v2-search {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.project-hero-v2-search-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.28);
}

.project-hero-v2-search-select {
    border: none;
    height: 48px;
    border-radius: 16px;
    padding-inline: 1rem;
    font-weight: 900;
    background: rgba(2, 6, 23, 0.04);
    color: rgba(15, 23, 42, 0.92);
    min-width: 170px;
}

.project-hero-v2-search-input {
    border: none;
    height: 48px;
    border-radius: 16px;
    padding-inline: 1rem;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.92);
    flex: 1;
    outline: none;
}

.project-hero-v2-search-select:focus,
.project-hero-v2-search-input:focus {
    outline: 3px solid rgba(184, 138, 85, 0.32);
    outline-offset: 2px;
}

.project-hero-v2-search-btn {
    height: 48px;
    border: none;
    border-radius: 16px;
    padding-inline: 1.35rem;
    background: var(--project-brand-blue);
    color: #ffffff;
    font-weight: 900;
}

.project-hero-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.4rem;
}

.project-hero-v2-tag {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    padding: 0.55rem 0.95rem;
    font-size: 0.9rem;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.project-hero-v2-tag.is-active,
.project-hero-v2-tag:hover {
    border-color: rgba(184, 138, 85, 0.85);
    background: var(--project-accent-soft);
    transform: translateY(-1px);
}

.project-hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.project-hero-v2-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 18px;
    padding-inline: 1.5rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.project-hero-v2-cta.is-primary {
    background: var(--project-accent);
    border: 1px solid rgba(184, 138, 85, 0.9);
    color: #ffffff;
}

.project-hero-v2-cta.is-secondary {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.project-hero-v2-cta:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.project-hero-v2-figure {
    position: relative;
    width: min(700px, 100%);
    margin-inline: auto;
    min-height: 560px;
}

.project-hero-v2-figure-ring {
    position: absolute;
    inset: 4% -2% 12% -2%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(184, 138, 85, 0.38), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(38, 42, 107, 0.2), transparent 58%);
    filter: blur(10px);
    opacity: 0.9;
}

.project-hero-v2-figure-image {
    position: absolute;
    inset: 0.9rem 0.9rem 0 0.9rem;
    background-size: cover;
    background-position: center;
    border-radius: 999px;
    border: 8px solid rgba(184, 138, 85, 0.92);
    box-shadow: 0 48px 120px rgba(2, 6, 23, 0.4);
    transform: translateY(6px);
}

.project-hero-v2-stats {
    position: absolute;
    inset-inline: 0;
    bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    padding-inline: 1rem;
}

.project-hero-v2-stat {
    border-radius: 18px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.26);
    color: rgba(15, 23, 42, 0.92);
    min-width: 140px;
}

.project-hero-v2-stat-value {
    font-weight: 900;
    font-size: 1.15rem;
    line-height: 1.1;
}

.project-hero-v2-stat-label {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.7);
}

.project-hero-v2-controls {
    position: absolute;
    inset-inline: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
    z-index: 3;
    pointer-events: none;
}

.project-hero-v2-control {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(2, 6, 23, 0.22);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background 0.15s ease;
}

.project-hero-v2-control:hover {
    transform: translateY(-1px);
    background: rgba(2, 6, 23, 0.32);
}

.project-hero-v2-dots {
    position: absolute;
    bottom: 1.25rem;
    inset-inline: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 0.55rem;
}

.project-hero-v2-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.project-hero-v2-dot.is-active {
    width: 38px;
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
}

.project-hero-v2-slide.is-anim .project-hero-v2-kicker,
.project-hero-v2-slide.is-anim .project-hero-v2-title,
.project-hero-v2-slide.is-anim .project-hero-v2-subtitle,
.project-hero-v2-slide.is-anim .project-hero-v2-search,
.project-hero-v2-slide.is-anim .project-hero-v2-tags,
.project-hero-v2-slide.is-anim .project-hero-v2-actions {
    animation: project-hero-v2-fade-up 0.7s ease both;
}

.project-hero-v2-slide.is-anim .project-hero-v2-title {
    animation-delay: 0.06s;
}

.project-hero-v2-slide.is-anim .project-hero-v2-subtitle {
    animation-delay: 0.12s;
}

.project-hero-v2-slide.is-anim .project-hero-v2-search {
    animation-delay: 0.18s;
}

.project-hero-v2-slide.is-anim .project-hero-v2-tags {
    animation-delay: 0.24s;
}

.project-hero-v2-slide.is-anim .project-hero-v2-actions {
    animation-delay: 0.3s;
}

.project-hero-v2-slide.is-anim .project-hero-v2-figure {
    animation: project-hero-v2-float-in 0.9s ease both;
    animation-delay: 0.08s;
}

@keyframes project-hero-v2-fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes project-hero-v2-float-in {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes project-hero-v2-kenburns {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
        filter: saturate(1.05) contrast(1);
    }
    to {
        transform: scale(1.12) translate3d(1.5%, -1.2%, 0);
        filter: saturate(1.12) contrast(1.03);
    }
}

@keyframes project-hero-v2-sweep {
    0% {
        transform: translateX(-45%) rotate(8deg);
    }
    55% {
        transform: translateX(25%) rotate(8deg);
    }
    100% {
        transform: translateX(45%) rotate(8deg);
    }
}

@keyframes project-hero-v2-blob {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(40px, -28px, 0) scale(1.06);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 991.98px) {
    .project-hero-v2 {
        min-height: 100vh;
        min-height: 100svh;
    }

    .project-hero-v2-slides {
        min-height: 100vh;
        min-height: 100svh;
    }

    .project-hero-v2-controls {
        display: none;
    }

    .project-hero-v2-inner {
        padding-top: 88px;
        padding-bottom: 72px;
        padding-inline: 20px;
    }

    .project-hero-v2-search-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .project-hero-v2-search-select {
        min-width: auto;
        width: 100%;
    }

    .project-hero-v2-search-btn {
        width: 100%;
    }

    .project-hero-v2-figure {
        width: min(520px, 100%);
        min-height: 420px;
    }
}

@media (min-width: 1200px) {
    .project-hero-v2-figure {
        width: min(780px, 100%);
        min-height: 640px;
    }

    .project-hero-v2-stat {
        min-width: 170px;
    }
}

.project-hero-slider {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.project-hero-slides {
    position: relative;
    min-height: 560px;
}

.project-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    display: flex;
    align-items: stretch;
    --project-hero-accent: rgba(250, 204, 21, 1);
    --project-hero-bg: #5b4bff;
}

.project-hero-slide.is-indigo {
    --project-hero-bg: #5b4bff;
    --project-hero-accent: rgba(250, 204, 21, 1);
}

.project-hero-slide.is-amber {
    --project-hero-bg: #5b4bff;
    --project-hero-accent: rgba(250, 204, 21, 1);
}

.project-hero-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.project-hero-slide-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1100px 520px at 70% 35%, rgba(255, 255, 255, 0.18), transparent 60%),
        radial-gradient(900px 520px at 25% 80%, rgba(255, 255, 255, 0.08), transparent 62%),
        linear-gradient(135deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.02)),
        var(--project-hero-bg);
}

.project-hero-slide-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.35;
}

.project-hero-slide-inner {
    position: relative;
    padding-top: 4.6rem;
    padding-bottom: 4.25rem;
}

.project-hero-slide-inner.container {
    padding-inline: 30px;
}

.project-hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
}

.project-hero-kicker-dot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 1);
    box-shadow: 0 10px 24px rgba(250, 204, 21, 0.35);
    position: relative;
}

.project-hero-kicker-dot::after {
    content: '';
    position: absolute;
    inset: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.project-hero-title {
    font-weight: 900;
    font-size: clamp(2.25rem, 4.2vw, 3.65rem);
    line-height: 1.12;
    text-shadow: 0 18px 44px rgba(2, 6, 23, 0.28);
}

.project-hero-title-accent {
    position: relative;
    color: rgba(255, 255, 255, 1);
}

.project-hero-title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    height: 10px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.95);
    opacity: 0.9;
    z-index: -1;
}

.project-hero-subtitle {
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.92);
    max-width: 760px;
}

.project-hero-search-inner {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.project-hero-search {
    margin-bottom: 1.1rem;
}

.project-hero-search-inner {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 16px;
    padding: 0.55rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.22);
}

.project-hero-search-select {
    border: none;
    background: rgba(2, 6, 23, 0.04);
    border-radius: 14px;
    height: 46px;
    padding-inline: 0.9rem;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.9);
    min-width: 160px;
}

.project-hero-search-select:focus,
.project-hero-search-input:focus {
    outline: 3px solid rgba(250, 204, 21, 0.38);
    outline-offset: 2px;
}

.project-hero-search-input {
    flex: 1;
    border: none;
    height: 46px;
    border-radius: 14px;
    padding-inline: 1rem;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.9);
    outline: none;
}

.project-hero-search-btn {
    height: 46px;
    border: none;
    border-radius: 14px;
    padding-inline: 1.25rem;
    background: rgba(79, 70, 229, 1);
    color: #ffffff;
    font-weight: 900;
}

.project-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.35rem;
}

.project-hero-tag {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.project-hero-tag.is-active,
.project-hero-tag:hover {
    border-color: rgba(250, 204, 21, 0.9);
    background: rgba(250, 204, 21, 0.18);
    transform: translateY(-1px);
}

.project-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.95rem 1.35rem;
    background: rgba(250, 204, 21, 1);
    border: 1px solid rgba(250, 204, 21, 0.9);
    color: rgba(15, 23, 42, 0.92);
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease;
}

.project-hero-cta:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.project-hero-figure {
    position: relative;
    width: min(520px, 100%);
    margin-inline: auto;
    min-height: 420px;
}

.project-hero-figure::before {
    content: '';
    position: absolute;
    inset: 12% -4% 12% -4%;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 30%, rgba(250, 204, 21, 0.35), transparent 60%),
        radial-gradient(circle at 65% 70%, rgba(255, 255, 255, 0.22), transparent 58%);
    filter: blur(10px);
    opacity: 0.9;
}

.project-hero-figure-image {
    position: absolute;
    inset: 0.5rem 0.5rem 0 0.5rem;
    background-size: cover;
    background-position: center;
    border-radius: 999px;
    box-shadow: 0 40px 110px rgba(2, 6, 23, 0.35);
    border: 7px solid rgba(250, 204, 21, 0.9);
    transform: translateY(6px);
}

.project-hero-badges {
    position: absolute;
    inset-inline: 0;
    bottom: 0.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-inline: 1rem;
    gap: 0.75rem;
}

.project-hero-badge {
    border-radius: 16px;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: rgba(15, 23, 42, 0.92);
    min-width: 150px;
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.22);
}

.project-hero-badge.is-yellow {
    background: rgba(250, 204, 21, 1);
    border-color: rgba(250, 204, 21, 0.92);
}

.project-hero-badge-value {
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.1;
}

.project-hero-badge-label {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.75);
}

.project-hero-controls {
    position: absolute;
    inset-inline: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
    z-index: 2;
    pointer-events: none;
}

.project-hero-control {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(2, 6, 23, 0.22);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background 0.15s ease;
}

.project-hero-control:hover {
    transform: translateY(-1px);
    background: rgba(2, 6, 23, 0.32);
}

.project-hero-dots {
    position: absolute;
    bottom: 1.4rem;
    inset-inline: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.project-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.project-hero-dot.is-active {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    width: 38px;
}

@media (max-width: 991.98px) {
    .project-hero-controls {
        display: none;
    }

    .project-hero-slide-inner {
        padding-top: 3.5rem;
        padding-bottom: 3.25rem;
    }

    .project-hero-slide-inner.container {
        padding-inline: 20px;
    }

    .project-hero-figure {
        min-height: 340px;
    }

    .project-hero-search-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .project-hero-search-select {
        min-width: auto;
        width: 100%;
    }

    .project-hero-search-btn {
        width: 100%;
    }
}

/* ====== Project Auth Pages ====== */
.project-auth-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 1.8rem 1.6rem;
}

.project-auth-title {
    font-weight: 900;
    font-size: 1.55rem;
    margin: 0;
}

.project-auth-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    margin: 0;
}

.project-auth-label {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.82);
}

.project-auth-input {
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0.75rem 0.9rem;
    font-weight: 700;
}

.project-auth-button {
    background: linear-gradient(135deg, var(--project-primary), var(--project-primary-strong));
    border: none;
    border-radius: 14px;
    padding: 0.8rem 1rem;
    font-weight: 900;
    color: #ffffff;
}

.project-auth-button:hover {
    color: #ffffff;
    filter: brightness(0.98);
}

.project-auth-link {
    color: var(--project-primary);
    font-weight: 900;
    text-decoration: none;
}

.project-auth-link:hover {
    color: var(--project-primary);
    text-decoration: underline;
}

.project-auth-shell {
    position: relative;
}

.project-auth-grid {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .project-auth-grid {
        grid-template-columns: 0.9fr 1.1fr;
    }
}

.project-auth-side {
    padding: 2.2rem 2rem;
    background: radial-gradient(1200px 500px at 40% -10%, rgba(14, 165, 164, 0.22), transparent 55%),
        radial-gradient(700px 420px at 90% 40%, rgba(99, 102, 241, 0.18), transparent 55%),
        rgba(248, 250, 252, 0.9);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

@media (min-width: 992px) {
    .project-auth-side {
        border-bottom: none;
        border-inline-end: 1px solid rgba(15, 23, 42, 0.06);
    }
}

.project-auth-side-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: rgba(99, 102, 241, 0.95);
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0.45rem 1.05rem;
    border-radius: 999px;
    font-size: 0.72rem;
}

.project-auth-side-title {
    font-weight: 900;
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    margin: 1rem 0 0.75rem;
}

.project-auth-side-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 1.5rem;
    max-width: 460px;
}

.project-auth-side-art {
    position: relative;
    min-height: 240px;
}

.project-auth-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(0px);
    opacity: 0.95;
}

.project-auth-orb-one {
    width: 140px;
    height: 140px;
    inset-inline-start: 10%;
    inset-block-start: 8%;
    background: radial-gradient(circle at 35% 35%, rgba(14, 165, 164, 0.55), rgba(14, 165, 164, 0.08));
}

.project-auth-orb-two {
    width: 180px;
    height: 180px;
    inset-inline-end: 8%;
    inset-block-end: 0;
    background: radial-gradient(circle at 35% 35%, rgba(99, 102, 241, 0.42), rgba(99, 102, 241, 0.08));
}

.project-auth-side-card {
    position: absolute;
    inset-inline-start: 18%;
    inset-block-end: 14%;
    width: 64%;
    height: 60%;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
}

.project-auth-side-avatar {
    position: absolute;
    inset-inline-end: 6%;
    inset-block-start: 10%;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: radial-gradient(circle at 35% 25%, rgba(249, 115, 22, 0.18), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(15, 118, 110, 0.16), transparent 60%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.project-auth-panel {
    padding: 2.2rem 2rem;
}

.project-auth-panel-header {
    margin-bottom: 1.3rem;
}

.project-auth-muted-link {
    color: var(--project-muted);
    font-weight: 800;
    text-decoration: none;
}

.project-auth-muted-link:hover {
    color: var(--project-primary);
}




















/* ====== Categories Section ====== */
.project-categories-section {
    position: relative;
}


.project-categories-header {
    max-width: 760px;
    margin-inline: auto;
}

.project-categories-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--project-muted);
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.project-categories-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--project-primary), var(--project-primary-strong));
    box-shadow: 0 0 0 4px rgba(14, 165, 164, 0.14);
}

.project-categories-title {
    font-weight: 800;
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    margin: 1rem 0 0.55rem;
}

.project-categories-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    max-width: 700px;
    margin: 0.1rem auto 2rem;
}

.project-title-accent {
    display: inline-block;
    background: linear-gradient(135deg, rgba(14, 165, 164, 0.18), rgba(15, 118, 110, 0.12));
    color: var(--project-primary);
    padding: 0.15rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 164, 0.2);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

/* ====== Project Courses Section ====== */
.project-courses-header {
    max-width: 860px;
    margin-inline: auto;
}

.project-courses-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--project-muted);
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.project-courses-title {
    font-weight: 900;
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    margin: 1rem 0 0.55rem;
}

.project-courses-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    max-width: 720px;
    margin: 0.1rem auto 1.7rem;
}

.project-courses-tabs {
    margin-bottom: 1.8rem;
}

.project-courses-tab {
    border: none;
    background: transparent;
    color: var(--project-text);
    font-weight: 900;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    opacity: 0.85;
    transition: background 160ms ease, opacity 160ms ease;
}

.project-courses-tab.is-active {
    background: rgba(15, 118, 110, 0.1);
    color: var(--project-primary);
    opacity: 1;
}

.project-popular-course-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    height: 100%;
}

.project-popular-course-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.project-popular-course-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-popular-course-image-placeholder {
    background: radial-gradient(circle at 30% 20%, rgba(15, 118, 110, 0.28), transparent 55%),
        radial-gradient(circle at 70% 85%, rgba(99, 102, 241, 0.18), transparent 60%),
        rgba(241, 245, 249, 0.9);
}

.project-popular-course-favorite {
    position: absolute;
    inset-inline-end: 12px;
    inset-block-start: 12px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.9);
    color: rgba(15, 23, 42, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.project-popular-course-price-badge {
    position: absolute;
    inset-inline-end: 12px;
    inset-block-end: 12px;
    background: rgba(15, 118, 110, 0.92);
    color: #ffffff;
    font-weight: 900;
    padding: 0.3rem 0.65rem;
    border-radius: 10px;
    font-size: 0.82rem;
}

.project-popular-course-body {
    padding: 1.2rem 1.2rem 1.3rem;
}

.project-popular-course-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 900;
    margin-bottom: 0.65rem;
    color: rgba(15, 23, 42, 0.75);
}

.project-popular-course-level {
    color: var(--project-primary);
    letter-spacing: 0.08em;
    font-size: 0.72rem;
}

.project-popular-course-duration {
    color: rgba(100, 116, 139, 0.95);
    font-size: 0.8rem;
}

.project-popular-course-title {
    font-weight: 900;
    font-size: 1.18rem;
    margin: 0 0 0.6rem;
}

.project-popular-course-description {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 1.1rem;
}

.project-popular-course-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--project-text);
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.project-popular-course-cta-link:hover {
    color: var(--project-primary);
}

.project-popular-course-item.is-hidden {
    display: none;
}

.project-category-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.project-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(14, 165, 164, 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

.project-category-title {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--project-text);
    margin: 0;
}

.project-category-count {
    color: var(--project-muted);
    font-weight: 800;
    margin-top: 0.35rem;
}

.project-category-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: rgba(15, 23, 42, 0.75);
    flex: 0 0 auto;
}

.project-category-card-body {
    padding: 1.6rem 1.5rem;
}

.project-media-center-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(184, 138, 85, 0.26);
    background: rgba(184, 138, 85, 0.12);
    color: rgba(38, 42, 107, 0.95);
    font-weight: 900;
}

.project-media-center-action:hover {
    color: rgba(38, 42, 107, 1);
    border-color: rgba(184, 138, 85, 0.4);
}

.project-media-category-card {
    overflow: hidden;
}

.project-media-category-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(184, 138, 85, 0.22), rgba(184, 138, 85, 0.08));
    border: 1px solid rgba(38, 42, 107, 0.1);
    color: rgba(38, 42, 107, 0.82);
    flex: 0 0 auto;
}

.project-media-category-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.6;
}

.project-media-category-count {
    margin-top: 0.55rem;
    color: rgba(38, 42, 107, 0.85);
    font-weight: 900;
    font-size: 0.9rem;
}

.project-media-latest-badge {
    display: inline-block;
    color: rgba(184, 138, 85, 0.98);
    font-weight: 900;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin-bottom: 0.35rem;
}

.project-media-latest-title {
    font-weight: 900;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.project-media-latest-back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--project-text);
    font-weight: 900;
    letter-spacing: 0.04em;
}

.project-media-latest-back:hover {
    color: var(--project-primary);
}

.project-media-latest-back-arrow {
    font-size: 1.05rem;
}

.project-media-highlight-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    padding: 1.5rem 1.4rem;
}

.project-media-post-image {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(38, 42, 107, 0.04);
    aspect-ratio: 16 / 9;
}

.project-media-post-image-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-media-highlight-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    background: rgba(14, 165, 164, 0.12);
    border: 1px solid rgba(14, 165, 164, 0.22);
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
    font-size: 0.82rem;
}

.project-media-highlight-date {
    color: var(--project-muted);
    font-weight: 800;
    direction: ltr;
}

.project-media-highlight-title {
    font-weight: 900;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0;
}

.project-media-highlight-summary {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

.project-media-post-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(38, 42, 107, 0.98);
    font-weight: 900;
    letter-spacing: 0.04em;
}

.project-media-post-link:hover {
    color: var(--project-primary);
}

.project-media-anchor-title {
    font-weight: 900;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    margin: 0;
}




















/* ====== Trainers Section ====== */
.project-trainers-section {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    padding-top: clamp(56px, 6vw, 84px);
    padding-bottom: clamp(56px, 6vw, 90px);
}

.project-trainers-header {
    max-width: 980px;
    padding-inline: 30px;
    margin-inline: auto;
}

.project-trainers-slider-shell {
    padding-inline: 30px;
    margin-top: 1.75rem;
    flex: 1;
    display: flex;
    align-items: center;
}

.project-trainers-slider {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.75rem 0.25rem 1.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.project-trainers-slider::-webkit-scrollbar {
    height: 10px;
}

.project-trainers-slider::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.16);
    border-radius: 999px;
}

.project-trainers-slider::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.06);
    border-radius: 999px;
}

.project-trainer-slide {
    position: relative;
    flex: 0 0 420px;
    height: 560px;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    scroll-snap-align: start;
    box-shadow: 0 28px 80px rgba(2, 6, 23, 0.18);
    transform: translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.project-trainer-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 34px 90px rgba(2, 6, 23, 0.24);
}

.project-trainer-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.02);
    transition: transform 0.6s ease;
}

.project-trainer-slide:hover .project-trainer-slide-bg {
    transform: scale(1.1);
}

.project-trainer-slide-bg.is-placeholder {
    background:
        radial-gradient(900px 480px at 30% 20%, rgba(184, 138, 85, 0.28), transparent 60%),
        radial-gradient(700px 480px at 80% 70%, rgba(38, 42, 107, 0.22), transparent 62%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(38, 42, 107, 0.88));
}

.project-trainer-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(520px 340px at 20% 25%, rgba(184, 138, 85, 0.22), transparent 70%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.04) 0%, rgba(2, 6, 23, 0.24) 42%, rgba(2, 6, 23, 0.9) 100%);
}

.project-trainer-slide-overlay::after {
    content: '';
    position: absolute;
    inset: -30% -30%;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.16) 50%, transparent 65%);
    transform: translateX(-35%) rotate(8deg);
    animation: project-trainer-sweep 8s ease-in-out infinite;
    opacity: 0.35;
    mix-blend-mode: overlay;
}

.project-trainer-slide-initials {
    position: absolute;
    inset-inline-start: 1.25rem;
    top: 1.25rem;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.85rem;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.project-trainer-slide-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.55rem 1.55rem 1.6rem;
    gap: 1rem;
}

.project-trainer-slide-quote {
    font-weight: 700;
    line-height: 1.85;
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.92);
    max-height: 9.2em;
    overflow: hidden;
}

.project-trainer-slide-meta {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.project-trainer-slide-name {
    font-weight: 900;
    font-size: 1.22rem;
    color: rgba(255, 255, 255, 0.98);
}

.project-trainer-slide-role {
    font-weight: 800;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 575.98px) {
    .project-trainer-slide {
        flex-basis: 86vw;
        height: 66vh;
    }

    .project-trainers-header {
        padding-inline: 20px;
    }

    .project-trainers-slider-shell {
        padding-inline: 20px;
    }
}

@keyframes project-trainer-sweep {
    0% {
        transform: translateX(-45%) rotate(8deg);
    }
    55% {
        transform: translateX(25%) rotate(8deg);
    }
    100% {
        transform: translateX(45%) rotate(8deg);
    }
}

.project-trainers-badge {
    display: inline-block;
    color: #f97316;
    font-weight: 900;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
}

.project-trainers-title {
    font-weight: 900;
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
    margin: 0.7rem 0 0.65rem;
}

.project-trainers-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    max-width: 760px;
    margin: 0 auto 2.3rem;
}

.project-trainer-card {
    border-radius: 18px;
    padding: 1.25rem 1rem 1.5rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.project-trainer-avatar {
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, rgba(15, 118, 110, 0.18), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(249, 115, 22, 0.14), transparent 60%),
        rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    display: grid;
    place-items: center;
}

.project-trainer-avatar-inner {
    width: 146px;
    height: 146px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(14, 165, 164, 0.08));
    border: 1px solid rgba(14, 165, 164, 0.22);
    color: var(--project-text);
    font-weight: 900;
    font-size: 2.1rem;
    display: grid;
    place-items: center;
}

.project-trainer-avatar-image {
    width: 146px;
    height: 146px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid rgba(14, 165, 164, 0.22);
}

.project-trainer-name {
    font-weight: 900;
    font-size: 1.05rem;
    color: var(--project-text);
}

.project-trainer-role {
    color: var(--project-muted);
    font-weight: 700;
    font-size: 0.92rem;
}

.project-trainer-bio {
    margin-top: 0.55rem;
    color: rgba(15, 23, 42, 0.72);
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.7;
    max-width: 280px;
    margin-inline: auto;
}

.project-trainer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.25rem;
}

.project-trainer-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.8);
    color: var(--project-text);
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.project-trainer-contact-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.16);
}

.project-trainer-contact-link.is-phone {
    border-color: rgba(59, 130, 246, 0.22);
    background: rgba(59, 130, 246, 0.08);
}

.project-trainer-contact-link.is-whatsapp {
    border-color: rgba(34, 197, 94, 0.26);
    background: rgba(34, 197, 94, 0.1);
}

.project-trainer-contact-link.is-email {
    border-color: rgba(249, 115, 22, 0.26);
    background: rgba(249, 115, 22, 0.1);
}

.project-trainer-social {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.project-trainer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 0.85rem;
    text-decoration: none;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.8);
    color: var(--project-text);
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.project-trainer-social-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.16);
}

.project-trainer-social-link.is-x {
    background: rgba(15, 23, 42, 0.1);
    border-color: rgba(15, 23, 42, 0.18);
}

.project-trainer-social-link.is-linkedin {
    background: rgba(10, 102, 194, 0.12);
    border-color: rgba(10, 102, 194, 0.22);
}

.project-trainer-social-link.is-facebook {
    background: rgba(24, 119, 242, 0.12);
    border-color: rgba(24, 119, 242, 0.22);
}

.project-trainer-social-link.is-instagram {
    background: rgba(225, 48, 108, 0.12);
    border-color: rgba(225, 48, 108, 0.22);
}

.project-trainer-social-link.is-youtube {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.2);
}

.project-trainer-social-link.is-website {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.22);
}

/* ====== Project FAQ Section ====== */
.project-faq-header {
    margin-bottom: 1.5rem;
}

.project-faq-badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.18);
    color: rgba(99, 102, 241, 0.95);
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.project-faq-title {
    font-weight: 900;
    font-size: clamp(1.8rem, 2.9vw, 2.8rem);
    margin: 0.9rem 0 0;
}

.project-faq-accent {
    color: rgba(99, 102, 241, 0.95);
}

.project-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-faq-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.project-faq-question {
    list-style: none;
    cursor: pointer;
    padding: 1.15rem 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 900;
    color: var(--project-text);
}

.project-faq-question::-webkit-details-marker {
    display: none;
}

.project-faq-toggle {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(15, 23, 42, 0.7);
    position: relative;
}

.project-faq-toggle::before,
.project-faq-toggle::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}

.project-faq-toggle::after {
    transform: rotate(90deg);
    transition: transform 160ms ease;
}

.project-faq-item[open] .project-faq-toggle::after {
    transform: rotate(0deg);
}

.project-faq-answer {
    padding: 0 1.15rem 1.15rem;
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

.project-faq-visual {
    position: relative;
    min-height: 360px;
}

.project-faq-visual-decor-moon {
    position: absolute;
    inset-inline-start: 22%;
    inset-block-start: 10px;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(99, 102, 241, 0.45), rgba(99, 102, 241, 0.12));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.project-faq-visual-card {
    position: absolute;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
}

.project-faq-visual-card-main {
    inset-inline-end: 0;
    inset-block-start: 10px;
    width: 92%;
    height: 92%;
    border-top-left-radius: 999px;
    background: radial-gradient(circle at 35% 25%, rgba(14, 165, 164, 0.12), transparent 55%),
        radial-gradient(circle at 70% 85%, rgba(249, 115, 22, 0.12), transparent 60%),
        rgba(255, 255, 255, 0.9);
}

.project-faq-visual-card-secondary {
    inset-inline-start: 0;
    inset-block-end: 25%;
    width: 55%;
    height: 42%;
    border-radius: 18px;
    background: radial-gradient(circle at 30% 25%, rgba(99, 102, 241, 0.16), transparent 55%),
        rgba(255, 255, 255, 0.9);
}

.project-faq-visual-avatar {
    position: absolute;
    inset-inline-start: 8%;
    inset-block-end: 0;
    width: 62%;
    height: 62%;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: radial-gradient(circle at 40% 30%, rgba(15, 118, 110, 0.18), transparent 58%),
        radial-gradient(circle at 70% 80%, rgba(249, 115, 22, 0.14), transparent 60%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

/* ====== Project Testimonials Section ====== */
.project-testimonials-heading {
    max-width: 720px;
}

.project-testimonials-badge {
    display: inline-block;
    background: rgba(38, 42, 107, 0.08);
    border: 1px solid rgba(38, 42, 107, 0.16);
    color: var(--project-brand-blue);
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.project-testimonials-title {
    font-weight: 900;
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    margin: 0.9rem 0 0;
}

.project-testimonials-accent {
    color: var(--project-brand-blue);
}

.project-testimonials-action {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.2rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    color: #ffffff;
    background: linear-gradient(135deg, var(--project-brand-blue), rgba(38, 42, 107, 0.85));
    box-shadow: 0 18px 40px rgba(38, 42, 107, 0.18);
}

.project-testimonials-action-arrow {
    opacity: 0.9;
}

.project-testimonial-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 1.5rem 1.4rem;
}

.project-testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    background: radial-gradient(circle at 35% 25%, rgba(99, 102, 241, 0.22), transparent 60%),
        rgba(241, 245, 249, 0.95);
    display: grid;
    place-items: center;
}

.project-testimonial-avatar-text {
    font-weight: 900;
    color: rgba(15, 23, 42, 0.78);
}

.project-testimonial-name {
    font-weight: 900;
    color: var(--project-text);
}

.project-testimonial-title {
    color: var(--project-muted);
    font-weight: 700;
    font-size: 0.92rem;
}

.project-testimonial-quote {
    font-size: 3rem;
    line-height: 1;
    color: rgba(184, 138, 85, 0.22);
    font-weight: 900;
}

.project-testimonial-text {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
}

.project-testimonial-rating {
    display: inline-flex;
    gap: 0.25rem;
    color: rgba(184, 138, 85, 0.22);
    font-size: 1.05rem;
}

.project-testimonial-star.is-active {
    color: var(--project-brand-gold);
}




    background: rgba(255, 255, 255, 0.75);
    color: var(--project-muted);
    font-weight: 700;
}




















/* ====== Footer ====== */
.project-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.85);
}

.project-footer-top {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.project-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.project-footer-logo-image {
    height: 54px;
    width: auto;
    display: block;
}

.project-footer-description {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

.project-footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: rgba(15, 23, 42, 0.7);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-footer-social-link:hover {
    transform: translateY(-2px);
    color: var(--project-primary);
    border-color: rgba(14, 165, 164, 0.25);
}

.project-footer-title {
    font-weight: 900;
    font-size: 1rem;
    margin: 0 0 1rem;
}

.project-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.project-footer-item-label {
    display: block;
    color: rgba(249, 115, 22, 0.95);
    font-weight: 900;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
}

.project-footer-item-value {
    color: var(--project-muted);
    font-weight: 700;
}

.project-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.project-footer-link {
    color: var(--project-muted);
    font-weight: 800;
    text-decoration: none;
}

.project-footer-link:hover {
    color: var(--project-primary);
}

.project-footer-newsletter-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.9);
}

.project-footer-input {
    flex: 1 1 auto;
    border: none;
    outline: none;
    padding: 0.35rem 0.75rem;
    background: transparent;
    font-weight: 700;
    color: var(--project-text);
}

.project-footer-button {
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1.05rem;
    font-weight: 900;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.project-footer-bottom {
    background: rgba(255, 255, 255, 0.8);
}

.project-footer-bottom-text {
    color: rgba(100, 116, 139, 0.95);
    font-weight: 800;
}

.project-footer-bottom-links {
    color: rgba(100, 116, 139, 0.9);
}

.project-footer-separator {
    opacity: 0.55;
}

.project-footer-to-top {
    position: fixed;
    inset-inline-end: 18px;
    inset-block-end: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(249, 115, 22, 0.95);
    color: rgba(249, 115, 22, 0.95);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    text-decoration: none;
}




















/* ====== Section Page ====== */
.project-section-header {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
}

.project-section-breadcrumb {
    color: var(--project-muted);
    font-weight: 700;
}

.project-section-link {
    color: var(--project-primary);
    font-weight: 800;
}

.project-section-separator {
    margin-inline: 0.35rem;
    opacity: 0.55;
}

.project-section-title {
    font-weight: 900;
    font-size: clamp(1.3rem, 2vw, 2rem);
}

.project-section-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(14, 165, 164, 0.2);
    background: rgba(14, 165, 164, 0.1);
    color: var(--project-primary);
    font-weight: 800;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
}

.project-course-card {
    border: 1px solid var(--project-border);
    border-radius: 18px;
    box-shadow: var(--project-shadow);
}

.project-course-media {
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: rgba(38, 42, 107, 0.05);
    aspect-ratio: 16 / 9;
}

.project-course-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-course-image-placeholder {
    background: radial-gradient(circle at 20% 20%, rgba(184, 138, 85, 0.15), transparent 55%),
        radial-gradient(circle at 80% 30%, rgba(38, 42, 107, 0.12), transparent 55%),
        linear-gradient(135deg, rgba(38, 42, 107, 0.06), rgba(184, 138, 85, 0.06));
}

.project-course-title {
    font-size: 1.05rem;
    font-weight: 900;
    margin: 0;
}

.project-course-meta-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.project-course-meta-label {
    color: var(--project-muted);
    font-weight: 800;
    white-space: nowrap;
}

.project-course-meta-value {
    color: var(--project-text);
    font-weight: 800;
    text-align: left;
    direction: ltr;
}

.project-course-old-price {
    color: var(--project-muted);
    font-weight: 800;
    text-decoration: line-through;
    margin-inline-start: 0.4rem;
}

.project-course-cta {
    background: linear-gradient(135deg, var(--project-primary), var(--project-primary-strong));
    border: none;
    color: #ffffff;
    font-weight: 900;
    padding: 0.75rem 1rem;
    border-radius: 14px;
}

.project-course-cta:hover {
    color: #ffffff;
    filter: brightness(0.98);
}

.project-course-details-media {
    border: 1px solid var(--project-border);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: var(--project-shadow);
}

.project-course-details-image {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.project-course-details-image-placeholder {
    background: radial-gradient(circle at 30% 20%, rgba(184, 138, 85, 0.18), transparent 60%),
        radial-gradient(circle at 75% 40%, rgba(38, 42, 107, 0.14), transparent 60%),
        linear-gradient(135deg, rgba(38, 42, 107, 0.08), rgba(184, 138, 85, 0.08));
}

.project-course-details-card {
    border: 1px solid var(--project-border);
    border-radius: 18px;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: var(--project-shadow);
}

.project-course-details-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.12);
}

.project-course-details-row:last-child {
    border-bottom: none;
}

.project-course-details-label {
    color: var(--project-muted);
    font-weight: 900;
    white-space: nowrap;
    min-width: 120px;
}

.project-course-details-value {
    color: var(--project-text);
    font-weight: 900;
    text-align: start;
    direction: auto;
}

.project-course-hero {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #ffffff;
}

.project-course-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 500px at 50% 0%, rgba(14, 165, 164, 0.18), transparent 55%),
        radial-gradient(900px 520px at 75% 40%, rgba(184, 138, 85, 0.22), transparent 60%),
        linear-gradient(135deg, rgba(38, 42, 107, 0.92), rgba(15, 118, 110, 0.85));
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    transform: scale(1.04);
}

.project-course-hero-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    transform: scale(1.04);
    opacity: 0.45;
}

.project-course-hero-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.7));
    opacity: 1;
}

.project-course-hero-inner {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3.25rem;
}

.project-course-hero-title {
    font-weight: 900;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    letter-spacing: 0.01em;
}

.project-course-hero-prefix {
    opacity: 0.92;
}

.project-course-hero-separator {
    margin-inline: 0.6rem;
    opacity: 0.75;
}

.project-course-hero-subtitle {
    max-width: 820px;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.project-course-hero-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.project-course-breadcrumb-bar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.project-course-breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 0;
    flex-wrap: wrap;
    color: var(--project-muted);
    font-weight: 800;
}

.project-course-breadcrumb-home {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: rgba(38, 42, 107, 0.92);
    text-decoration: none;
}

.project-course-breadcrumb-link {
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
    text-decoration: none;
}

.project-course-breadcrumb-link:hover {
    color: rgba(14, 165, 164, 1);
    text-decoration: underline;
}

.project-course-breadcrumb-current {
    color: rgba(38, 42, 107, 0.92);
    font-weight: 900;
}

.project-course-side-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    padding: 1.25rem 1.15rem;
}

.project-course-side-title {
    font-weight: 900;
    color: rgba(38, 42, 107, 0.95);
    font-size: 1.05rem;
    margin-bottom: 0.9rem;
}

.project-course-side-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.12);
}

.project-course-side-row:last-child {
    border-bottom: none;
}

.project-course-side-label {
    color: var(--project-muted);
    font-weight: 900;
    white-space: nowrap;
}

.project-course-side-value {
    color: rgba(15, 23, 42, 0.92);
    font-weight: 800;
    text-align: left;
}

.project-course-side-link {
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
    text-decoration: none;
}

.project-course-side-link:hover {
    color: rgba(14, 165, 164, 1);
    text-decoration: underline;
}

.project-course-side-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0.8rem 1rem;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: rgba(38, 42, 107, 0.92);
    font-weight: 900;
    text-decoration: none;
}

.project-course-side-back:hover {
    color: rgba(38, 42, 107, 1);
    border-color: rgba(14, 165, 164, 0.28);
}

.project-course-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, var(--project-primary), var(--project-primary-strong));
    border: none;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.project-course-pdf-btn:hover {
    color: #ffffff;
    filter: brightness(0.98);
}

.project-course-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0.75rem 1rem;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: rgba(38, 42, 107, 0.92);
    font-weight: 900;
    text-decoration: none;
}

.project-course-pdf-link:hover {
    color: rgba(38, 42, 107, 1);
    border-color: rgba(184, 138, 85, 0.35);
}

.project-course-days-nav {
    display: grid;
    gap: 0.5rem;
}

.project-course-days-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 14px;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.9);
    color: rgba(15, 23, 42, 0.92);
    font-weight: 900;
    text-decoration: none;
}

.project-course-days-nav-link:hover {
    border-color: rgba(14, 165, 164, 0.28);
    color: rgba(14, 165, 164, 1);
}

.project-course-days-empty {
    color: var(--project-muted);
    font-weight: 800;
}

.project-course-share-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
}

.project-course-share-btn {
    appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.95);
    color: rgba(15, 23, 42, 0.92);
    border-radius: 14px;
    padding: 0.7rem 0.8rem;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.project-course-share-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 165, 164, 0.28);
    color: rgba(14, 165, 164, 1);
}

.project-course-share-btn.is-whatsapp {
    background: #25d366;
    border-color: rgba(37, 211, 102, 0.55);
    color: #ffffff;
}

.project-course-share-btn.is-x {
    background: #0f172a;
    border-color: rgba(15, 23, 42, 0.55);
    color: #ffffff;
}

.project-course-share-btn.is-telegram {
    background: #229ed9;
    border-color: rgba(34, 158, 217, 0.55);
    color: #ffffff;
}

.project-course-share-btn.is-facebook {
    background: #1877f2;
    border-color: rgba(24, 119, 242, 0.55);
    color: #ffffff;
}

.project-course-share-btn.is-linkedin {
    background: #0a66c2;
    border-color: rgba(10, 102, 194, 0.55);
    color: #ffffff;
}

.project-course-share-btn.is-whatsapp:hover,
.project-course-share-btn.is-x:hover,
.project-course-share-btn.is-telegram:hover,
.project-course-share-btn.is-facebook:hover,
.project-course-share-btn.is-linkedin:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.34);
    filter: brightness(0.97);
}

.project-course-share-btn.is-copy {
    width: 100%;
    grid-column: 1 / -1;
}

.project-course-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.project-course-main-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.project-course-main-header {
    padding: 1.2rem 1.3rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(248, 250, 252, 0.9);
}

.project-course-video-link {
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
    text-decoration: none;
}

.project-course-video-link:hover {
    color: rgba(14, 165, 164, 1);
    text-decoration: underline;
}

.project-course-video-embed {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(38, 42, 107, 0.04);
}

.project-course-main-title {
    font-weight: 900;
    color: rgba(38, 42, 107, 0.95);
    font-size: 1.25rem;
}

.project-course-main-body {
    padding: 1.25rem 1.3rem;
}

.project-course-days-count {
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(184, 138, 85, 0.26);
    background: rgba(184, 138, 85, 0.12);
    color: rgba(38, 42, 107, 0.95);
    font-weight: 900;
}

.project-course-day {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.project-course-days-list {
    display: grid;
    gap: 0.85rem;
}

.project-course-day-summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.92);
    background: rgba(248, 250, 252, 0.9);
}

.project-course-day-summary::-webkit-details-marker {
    display: none;
}

.project-course-day-badge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 165, 164, 0.12);
    border: 1px solid rgba(14, 165, 164, 0.22);
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
    flex: 0 0 auto;
}

.project-course-day-title {
    flex: 1 1 auto;
}

.project-course-day-toggle {
    width: 14px;
    height: 14px;
    border-right: 2px solid rgba(38, 42, 107, 0.85);
    border-bottom: 2px solid rgba(38, 42, 107, 0.85);
    transform: rotate(45deg);
    transition: transform 180ms ease;
    flex: 0 0 auto;
}

.project-course-day[open] .project-course-day-toggle {
    transform: rotate(-135deg);
}

.project-course-day-body {
    padding: 1.1rem 1.1rem 1.25rem;
}

.project-rich-content h1,
.project-rich-content h2,
.project-rich-content h3 {
    font-weight: 900;
    color: rgba(38, 42, 107, 0.95);
}

.project-rich-content p {
    color: rgba(15, 23, 42, 0.88);
    font-weight: 700;
    line-height: 1.95;
}

.project-rich-content ul,
.project-rich-content ol {
    color: rgba(15, 23, 42, 0.88);
    font-weight: 700;
    line-height: 1.95;
    padding-inline-start: 1.2rem;
}

.project-rich-content a {
    color: rgba(14, 165, 164, 0.95);
    font-weight: 900;
}

.project-rich-content a:hover {
    color: rgba(14, 165, 164, 1);
}

.project-course-details-value.is-ltr {
    direction: ltr;
    text-align: end;
}

.project-course-details-value a {
    color: var(--project-brand-blue);
    font-weight: 900;
    text-decoration: none;
}

.project-course-details-value a:hover {
    text-decoration: underline;
}

.project-course-details-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(38, 42, 107, 0.16);
    background: rgba(38, 42, 107, 0.06);
    color: var(--project-brand-blue);
    text-decoration: none;
    font-weight: 900;
}

.project-course-details-back:hover {
    filter: brightness(0.98);
}

.project-course-details-description {
    border: 1px solid var(--project-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--project-shadow);
    padding: 1.6rem;
}

.project-course-details-description-title {
    font-weight: 900;
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
    color: var(--project-brand-blue);
}

.project-course-details-description-text {
    color: var(--project-text);
    font-weight: 700;
    line-height: 1.9;
}

.project-course-details-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.project-enroll-card {
    border: 1px solid var(--project-border);
    border-radius: 18px;
    padding: 2.25rem;
    background: #ffffff;
    box-shadow: var(--project-shadow);
}

.project-enroll-title {
    font-weight: 900;
    color: var(--project-brand-blue);
    font-size: 1.35rem;
}

.project-enroll-subtitle {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

.project-form-label {
    font-weight: 900;
    color: var(--project-text);
}

.project-form-control {
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.85rem 1rem;
    font-weight: 700;
}

.project-form-control:focus {
    border-color: rgba(38, 42, 107, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(38, 42, 107, 0.12);
}

.project-form-control.is-ltr {
    direction: ltr;
    text-align: left;
}

.project-form-check {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: rgba(38, 42, 107, 0.04);
}

.project-form-check-label {
    font-weight: 800;
    color: var(--project-text);
}

.project-enroll-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    border: none;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(135deg, var(--project-brand-blue), rgba(38, 42, 107, 0.85));
    box-shadow: 0 18px 40px rgba(38, 42, 107, 0.18);
}

.project-enroll-submit:hover {
    color: #ffffff;
    filter: brightness(0.98);
}

.project-enroll-info-card,
.project-enroll-content-card {
    border: 1px solid var(--project-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--project-shadow);
    padding: 1.5rem;
}

.project-enroll-info-title,
.project-enroll-content-title,
.project-payments-title {
    font-weight: 900;
    color: var(--project-brand-blue);
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.project-enroll-info-list {
    margin: 0;
    padding-inline-start: 1.2rem;
    display: grid;
    gap: 0.6rem;
    color: var(--project-text);
    font-weight: 700;
    line-height: 1.9;
}

.project-payments {
    border: 1px dashed rgba(38, 42, 107, 0.22);
    border-radius: 18px;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(38, 42, 107, 0.06), rgba(184, 138, 85, 0.06));
}

.project-payments-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.project-payment-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 900;
    color: var(--project-text);
    direction: ltr;
    text-align: center;
}

.project-payment-pill-installments {
    border-color: rgba(184, 138, 85, 0.5);
    background: rgba(184, 138, 85, 0.12);
}

.project-payments-note {
    margin-top: 0.75rem;
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

.project-enroll-content-text {
    color: var(--project-text);
    font-weight: 700;
    line-height: 1.9;
}

.project-enroll-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.project-enroll-trust-item {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--project-shadow);
    padding: 1.1rem 1.25rem;
}

.project-enroll-trust-title {
    font-weight: 900;
    color: var(--project-brand-blue);
    margin-bottom: 0.3rem;
}

.project-enroll-trust-text {
    color: var(--project-muted);
    font-weight: 700;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .project-enroll-trust-grid {
        grid-template-columns: 1fr;
    }
}
