/**
 * FYP Portal - Landing Home Refresh v5.1
 * Scope: home landing page only (body.landing-page)
 */

body.landing-page {
    --home-ink: #102233;
    --home-muted: #4e5f71;
    --home-primary: #2563eb;
    --home-primary-2: #1e40af;
    --home-accent: #38bdf8;
    --home-accent-2: #1e3a8a;
    --home-surface: #f2f7ff;
    --home-surface-alt: #e9f3ff;
    --home-card: #ffffff;
    --home-border: rgba(16, 34, 51, 0.1);
    --home-shadow: 0 20px 50px rgba(16, 34, 51, 0.12);
    --home-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --home-font-title: 'Orbitron', 'Inter', sans-serif;
    font-family: var(--home-font-body);
    color: var(--home-ink);
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 42%, #eaf4ff 100%);
}

body.landing-page h1,
body.landing-page h2,
body.landing-page h3,
body.landing-page h4,
body.landing-page h5,
body.landing-page h6 {
    font-family: var(--home-font-title);
    letter-spacing: -0.03em;
}

body.landing-page .scroll-progress {
    height: 4px;
    background: linear-gradient(90deg, var(--home-primary), var(--home-accent), var(--home-primary-2));
}

body.landing-page .landing-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 18px 0;
    background: linear-gradient(145deg, rgba(10, 28, 46, 0.82), rgba(6, 18, 32, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    margin: 10px auto 0;
    width: min(1200px, calc(100% - 32px));
    box-shadow:
        18px 18px 36px rgba(1, 8, 18, 0.55),
        -12px -12px 28px rgba(90, 150, 210, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

body.landing-page .landing-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 36%, rgba(125, 211, 252, 0.12) 64%, transparent 100%);
    opacity: 0.6;
    pointer-events: none;
}

body.landing-page .landing-nav > .container {
    position: relative;
    z-index: 1;
}

body.landing-page .landing-nav.scrolled {
    background: linear-gradient(145deg, rgba(8, 24, 38, 0.92), rgba(4, 12, 22, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        12px 12px 26px rgba(1, 8, 16, 0.6),
        -6px -6px 18px rgba(80, 140, 200, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    padding: 12px 0;
    margin-top: 10px;
    width: min(1200px, calc(100% - 32px));
    border-radius: 24px;
}

body.landing-page .landing-nav .navbar-brand {
    color: #f7fbff;
    font-family: var(--home-font-title);
    font-weight: 800;
    font-size: 1.22rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 2px 8px rgba(3, 12, 22, 0.55);
}

body.landing-page .landing-nav.scrolled .navbar-brand {
    color: #f7fbff;
}

body.landing-page .landing-nav .navbar-brand .brand-stack {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

body.landing-page .landing-nav .navbar-brand .brand-text {
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}

body.landing-page .landing-nav .navbar-brand .brand-campus {
    align-self: flex-start;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        6px 6px 14px rgba(2, 10, 20, 0.45);
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(230, 246, 255, 0.9);
}

body.landing-page .landing-nav .navbar-toggler {
    background: rgba(7, 22, 36, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 8px 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(2, 12, 24, 0.3);
}

body.landing-page .landing-nav .nav-link {
    color: rgba(245, 251, 255, 0.92);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 10px 16px !important;
    border-radius: 999px;
    background: rgba(7, 22, 36, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(2, 12, 24, 0.35);
    text-shadow: 0 2px 6px rgba(2, 12, 24, 0.45);
    transition: all 0.3s;
}

body.landing-page .landing-nav .nav-link:hover {
    color: #fff;
    background: rgba(56, 189, 248, 0.18);
    border-color: rgba(125, 211, 252, 0.4);
    transform: translateY(-1px);
}

body.landing-page .landing-nav.scrolled .nav-link {
    color: rgba(245, 251, 255, 0.92);
    background: rgba(6, 20, 34, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
}

body.landing-page .landing-nav .nav-link::after {
    height: 3px;
    bottom: 3px;
    background: linear-gradient(90deg, var(--home-accent), var(--home-primary-2));
}

body.landing-page .landing-nav .nav-link:hover,
body.landing-page .landing-nav .nav-link.active {
    color: #ffffff;
}

body.landing-page .landing-nav.scrolled .nav-link:hover,
body.landing-page .landing-nav.scrolled .nav-link.active {
    color: #ffffff;
    background: rgba(125, 211, 252, 0.22);
    border-color: rgba(125, 211, 252, 0.45);
}

body.landing-page .nav-login-btn {
    background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-primary) 52%, var(--home-accent-2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    font-family: var(--home-font-title);
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(4, 14, 26, 0.45);
}

body.landing-page .nav-login-btn:hover {
    box-shadow: 0 20px 36px rgba(37, 99, 235, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

body.landing-page .landing-team-fab {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: var(--home-font-title);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(56, 189, 248, 0.92));
    box-shadow: 0 16px 34px rgba(16, 34, 51, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.landing-page .landing-team-fab i {
    font-size: 0.95rem;
}

body.landing-page .landing-team-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(16, 34, 51, 0.35);
    color: #ffffff;
}

@media (min-width: 992px) {
    body.landing-page .team-nav-item {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    body.landing-page .landing-team-fab {
        right: 16px;
        bottom: 16px;
        padding: 10px 14px;
        font-size: 0.75rem;
        gap: 8px;
    }
}

body.landing-page .nav-ayat-item {
    position: relative;
}

body.landing-page .nav-ayat-toggle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 100px;
    padding: 10px 22px;
    font-size: 0.9rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.landing-page .nav-ayat-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.landing-page .landing-nav.scrolled .nav-ayat-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

body.landing-page .nav-ayat-toggle::after {
    margin-left: 7px;
}

body.landing-page .nav-ayat-dropdown {
    width: min(430px, 92vw);
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    margin-top: 12px;
}

body.landing-page .nav-ayat-card {
    position: relative;
    padding: 14px 14px 13px;
    border-radius: 20px;
    border: 1px solid rgba(191, 219, 254, 0.34);
    background:
        radial-gradient(circle at 12% 20%, rgba(125, 211, 252, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 86% 78%, rgba(37, 99, 235, 0.34) 0%, transparent 48%),
        linear-gradient(136deg, rgba(7, 19, 45, 0.96) 0%, rgba(8, 37, 71, 0.94) 48%, rgba(14, 84, 132, 0.9) 100%);
    box-shadow: 0 22px 38px rgba(3, 16, 30, 0.36);
    overflow: hidden;
    isolation: isolate;
}

body.landing-page .nav-ayat-card::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -36%;
    width: 34%;
    height: 180%;
    background: linear-gradient(96deg, transparent 0%, rgba(255, 255, 255, 0.42) 52%, transparent 100%);
    transform: rotate(20deg);
    animation: navAyatShine 4.6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes navAyatShine {

    0%,
    18% {
        transform: translateX(-190%) rotate(20deg);
        opacity: 0;
    }

    38% {
        opacity: 0.84;
    }

    70% {
        opacity: 0.64;
    }

    100% {
        transform: translateX(440%) rotate(20deg);
        opacity: 0;
    }
}

body.landing-page .nav-ayat-badge,
body.landing-page .nav-ayat-text,
body.landing-page .nav-ayat-footer {
    position: relative;
    z-index: 1;
}

body.landing-page .nav-ayat-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(224, 242, 254, 0.46);
    color: #dcf4ff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(8, 22, 48, 0.48);
    margin-bottom: 10px;
}

body.landing-page .nav-ayat-text {
    margin: 0;
    color: #f5fbff;
    text-shadow: 0 2px 12px rgba(8, 13, 32, 0.52);
    transition: opacity 0.19s ease, transform 0.19s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
}

body.landing-page .nav-ayat-text+.nav-ayat-text {
    margin-top: 6px;
}

body.landing-page .nav-ayat-text-ur {
    font-family: 'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif;
    font-size: 1.12rem;
    line-height: 1.7;
    text-align: right;
}

body.landing-page .nav-ayat-text-en {
    font-family: var(--home-font-body);
    font-size: 0.9rem;
    line-height: 1.52;
    letter-spacing: 0.01em;
    color: rgba(227, 245, 255, 0.9);
    text-align: left;
}

body.landing-page .nav-ayat-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.landing-page .nav-ayat-ref {
    font-family: 'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif;
    color: #d9edff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(186, 230, 253, 0.38);
    background: rgba(6, 25, 50, 0.44);
    transition: opacity 0.19s ease, transform 0.19s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
}

body.landing-page .nav-ayat-next {
    border: 1px solid rgba(191, 219, 254, 0.46);
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.34), rgba(37, 99, 235, 0.56));
    color: #eff8ff;
    border-radius: 999px;
    min-height: 34px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--home-font-title);
    font-size: 0.72rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.landing-page .nav-ayat-next:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.3);
}

body.landing-page .nav-ayat-text.ayat-fade-out,
body.landing-page .nav-ayat-ref.ayat-fade-out,
body.landing-page .hero-ayat-text.ayat-fade-out,
body.landing-page .hero-ayat-ref.ayat-fade-out {
    opacity: 0;
    transform: translateY(4px);
}

body.landing-page .nav-ayat-text.ayat-fade-in,
body.landing-page .nav-ayat-ref.ayat-fade-in,
body.landing-page .hero-ayat-text.ayat-fade-in,
body.landing-page .hero-ayat-ref.ayat-fade-in {
    opacity: 1;
    transform: translateY(0);
}

body.landing-page .nav-register-btn,
body.landing-page .hero-register-btn {
    background: linear-gradient(135deg, #7dd3fc 0%, var(--home-primary) 52%, var(--home-accent-2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 26px rgba(30, 64, 175, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 2px 8px rgba(4, 14, 26, 0.4);
}

body.landing-page .nav-register-btn:hover,
body.landing-page .hero-register-btn:hover {
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.42);
}

body.landing-page .hero-section {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.92)),
        url("https://images.unsplash.com/photo-1517433456452-f9633a875f6f?auto=format&fit=crop&w=1600&q=80&fm=webp") center/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

body.landing-page .hero-noise {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.05;
    pointer-events: none;
    z-index: 2;
}

body.landing-page .hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    z-index: 1;
    animation: orbFloat 20s infinite alternate;
}

@keyframes orbFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

body.landing-page .hero-orb-1 {
    width: 600px;
    height: 600px;
    background: #6366f1;
    top: -200px;
    left: -200px;
}

body.landing-page .hero-orb-2 {
    width: 500px;
    height: 500px;
    background: #a855f7;
    bottom: -100px;
    right: -100px;
    animation-delay: -5s;
}

body.landing-page .hero-orb-3 {
    width: 400px;
    height: 400px;
    background: #3b82f6;
    top: 20%;
    right: 10%;
    animation-delay: -10s;
}

body.landing-page .hero-section::before {
    background:
        radial-gradient(ellipse 60% 60% at 20% 22%, rgba(56, 189, 248, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 54% 50% at 80% 78%, rgba(37, 99, 235, 0.2) 0%, transparent 66%),
        radial-gradient(ellipse 42% 36% at 52% 10%, rgba(255, 255, 255, 0.1) 0%, transparent 64%);
    animation: heroPulse 11s ease-in-out infinite alternate;
}

body.landing-page .hero-section::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.62;
    animation: heroGridDrift 26s linear infinite;
}

@keyframes heroPulse {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.05) translate3d(8px, -8px, 0);
    }
}

@keyframes heroGridDrift {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 72px 36px, -72px -36px;
    }
}

body.landing-page .hero-badge {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: #f7fcff;
    font-weight: 600;
}

body.landing-page .hero-badge i {
    color: #93c5fd;
}

body.landing-page .hero-title {
    margin-bottom: 20px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-size: clamp(2.1rem, 4.9vw, 4rem);
    text-wrap: balance;
    text-shadow: 0 20px 34px rgba(5, 24, 35, 0.25);
}

body.landing-page .hero-title .gradient-text {
    background: linear-gradient(120deg, #f3faff 0%, #a6d5ff 36%, #7dc8ff 62%, #d5ebff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.landing-page .hero-title .line-2 {
    color: #eff7fb;
    margin-top: 6px;
    display: inline-block;
    font-weight: 700;
}

body.landing-page .hero-title-deco {
    position: relative;
    display: inline-block;
}

body.landing-page .hero-title-underline {
    display: block;
    width: min(100%, 260px);
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #7dd3fc, #2563eb, #1e3a8a, #7dd3fc);
    background-size: 300% 100%;
    margin-top: 14px;
    animation: heroUnderlineFlow 4.8s ease-in-out infinite;
}

@keyframes heroUnderlineFlow {
    0% {
        background-position: 0% 50%;
        transform: scaleX(0.92);
    }

    50% {
        background-position: 100% 50%;
        transform: scaleX(1);
    }

    100% {
        background-position: 0% 50%;
        transform: scaleX(0.92);
    }
}

body.landing-page .hero-subtitle {
    color: rgba(246, 252, 255, 0.82);
    max-width: 620px;
    margin-bottom: 20px;
}

body.landing-page .hero-ayat-panel {
    position: relative;
    margin-bottom: 24px;
    width: min(100%, 700px);
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px 14px;
    border-radius: 20px;
    border: 1px solid rgba(191, 219, 254, 0.4);
    background:
        radial-gradient(circle at 12% 22%, rgba(125, 211, 252, 0.28) 0%, transparent 40%),
        radial-gradient(circle at 82% 84%, rgba(37, 99, 235, 0.32) 0%, transparent 42%),
        linear-gradient(132deg, rgba(6, 22, 51, 0.82) 0%, rgba(8, 35, 72, 0.78) 48%, rgba(10, 64, 104, 0.7) 100%);
    box-shadow: 0 22px 44px rgba(4, 19, 35, 0.3);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    overflow: hidden;
    isolation: isolate;
}

body.landing-page .hero-ayat-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(122deg, rgba(255, 255, 255, 0.15), transparent 34%, rgba(191, 219, 254, 0.12) 55%, transparent 82%);
}

body.landing-page .hero-ayat-head,
body.landing-page .hero-ayat-text,
body.landing-page .hero-ayat-ref-row {
    position: relative;
    z-index: 1;
}

body.landing-page .hero-ayat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.landing-page .hero-ayat-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--home-font-title);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #dcf3ff;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(186, 230, 253, 0.44);
    background: rgba(8, 26, 52, 0.45);
}

body.landing-page .hero-ayat-chip i {
    color: #93c5fd;
}

body.landing-page .hero-ayat-refresh {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(191, 219, 254, 0.5);
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.25), rgba(37, 99, 235, 0.42));
    color: #f3faff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.landing-page .hero-ayat-refresh:hover {
    transform: translateY(-1px) rotate(-6deg);
    box-shadow: 0 10px 18px rgba(30, 64, 175, 0.32);
}

body.landing-page .hero-ayat-text {
    margin: 0;
    color: #f4f9ff;
    text-shadow: 0 2px 12px rgba(3, 14, 30, 0.54);
    transition: opacity 0.19s ease, transform 0.19s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
}

body.landing-page .hero-ayat-text+.hero-ayat-text {
    margin-top: 6px;
}

body.landing-page .hero-ayat-text-ur {
    font-family: 'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif;
    font-size: 1.22rem;
    line-height: 1.8;
    text-align: right;
}

body.landing-page .hero-ayat-text-en {
    font-family: var(--home-font-body);
    font-size: 0.95rem;
    line-height: 1.55;
    letter-spacing: 0.01em;
    color: rgba(228, 243, 255, 0.9);
    text-align: left;
}

body.landing-page .hero-ayat-ref-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

body.landing-page .hero-ayat-ref {
    font-family: 'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif;
    color: #d6ebff;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(191, 219, 254, 0.4);
    padding: 4px 10px;
    background: rgba(6, 24, 50, 0.5);
    transition: opacity 0.19s ease, transform 0.19s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
}

body.landing-page .hero-ayat-note {
    color: rgba(224, 242, 254, 0.82);
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

body.landing-page .hero-visual .hero-ayat-panel.hero-ayat-panel-right {
    width: 100%;
    margin: 0 0 14px;
    padding: 12px 12px 11px;
    z-index: 4;
    border-radius: 16px;
}

body.landing-page .hero-visual .hero-ayat-panel.hero-ayat-panel-right .hero-ayat-text {
    line-height: 1.68;
}

body.landing-page .hero-visual .hero-ayat-panel.hero-ayat-panel-right .hero-ayat-text-ur {
    font-size: 1.08rem;
}

body.landing-page .hero-visual .hero-ayat-panel.hero-ayat-panel-right .hero-ayat-text-en {
    font-size: 0.88rem;
}

body.landing-page .hero-visual .hero-ayat-panel.hero-ayat-panel-right .hero-ayat-note {
    font-size: 0.7rem;
}

body.landing-page .hero-insight-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

body.landing-page .hero-insight-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(6, 35, 54, 0.34);
    color: rgba(246, 252, 255, 0.95);
    font-size: 0.81rem;
    font-weight: 600;
}

body.landing-page .hero-insight-pill i {
    color: #93c5fd;
}

body.landing-page .hero-cta {
    gap: 14px;
}

body.landing-page .btn-hero-primary {
    background: linear-gradient(130deg, #7dd3fc 0%, #2563eb 56%, #1e3a8a 100%);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.38);
    font-family: var(--home-font-title);
    letter-spacing: 0.01em;
}

body.landing-page .btn-hero-primary:hover {
    box-shadow: 0 22px 40px rgba(30, 64, 175, 0.45);
}

body.landing-page .btn-hero-outline {
    background: rgba(12, 47, 88, 0.28);
    border: 1px solid rgba(125, 211, 252, 0.42);
    color: #f5fbff;
}

body.landing-page .btn-hero-outline:hover {
    background: rgba(37, 99, 235, 0.35);
}

body.landing-page .btn-hero-internship {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(224, 242, 254, 0.78);
    background: linear-gradient(126deg, #f0fbff 0%, #dbeafe 42%, #93c5fd 100%);
    color: #0b2a44;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 30px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: var(--home-font-title);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(14, 116, 144, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

body.landing-page .btn-hero-internship::before {
    content: '';
    position: absolute;
    top: -24%;
    left: -52%;
    width: 44%;
    height: 150%;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 88%);
    transform: skewX(-18deg);
    opacity: 0.85;
    pointer-events: none;
    animation: internshipLightSweep 3.2s ease-in-out infinite;
}

body.landing-page .btn-hero-internship::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(186, 230, 253, 0.9);
    box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.5);
    pointer-events: none;
    animation: internshipHalo 2.8s ease-out infinite;
}

body.landing-page .btn-hero-internship:hover {
    color: #051c30;
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(14, 116, 144, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.landing-page .btn-hero-internship:active {
    transform: translateY(-1px) scale(0.995);
}

body.landing-page .btn-hero-internship:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(191, 219, 254, 0.82), 0 16px 30px rgba(14, 116, 144, 0.34);
}

body.landing-page .btn-hero-internship .cta-external-icon {
    font-size: 0.8rem;
    opacity: 0.78;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

body.landing-page .btn-hero-internship:hover .cta-external-icon {
    opacity: 1;
    transform: translate(1px, -1px);
}

@keyframes internshipLightSweep {
    0% {
        transform: translateX(-170%) skewX(-18deg);
    }

    54% {
        transform: translateX(240%) skewX(-18deg);
    }

    100% {
        transform: translateX(240%) skewX(-18deg);
    }
}

@keyframes internshipHalo {
    0% {
        box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.48);
        opacity: 0.92;
    }

    70% {
        box-shadow: 0 0 0 12px rgba(125, 211, 252, 0);
        opacity: 0.2;
    }

    100% {
        box-shadow: 0 0 0 0 rgba(125, 211, 252, 0);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.landing-page .btn-hero-internship,
    body.landing-page .btn-hero-internship::before,
    body.landing-page .btn-hero-internship::after,
    body.landing-page .btn-hero-internship .cta-external-icon {
        animation: none !important;
        transition: none !important;
    }
}

body.landing-page .register-submit-btn,
body.landing-page .reg-success-close {
    background: linear-gradient(130deg, #7dd3fc 0%, #2563eb 56%, #1e3a8a 100%);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

body.landing-page .register-submit-btn:hover,
body.landing-page .reg-success-close:hover {
    box-shadow: 0 14px 28px rgba(30, 64, 175, 0.42);
}

body.landing-page .hero-stats-shell {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
}

body.landing-page .hero-stat-chip {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 14px 24px rgba(5, 27, 40, 0.16);
}

body.landing-page .hero-stat-chip p {
    margin: 0;
    color: rgba(244, 252, 255, 0.8);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.landing-page .hero-stat-chip h4 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
}

body.landing-page .hero-proofline {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

body.landing-page .hero-proofline span {
    font-size: 0.82rem;
    color: rgba(240, 251, 255, 0.86);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.landing-page .hero-proofline i {
    color: #7cf0a9;
}

body.landing-page .hero-visual-card {
    border-radius: 28px;
    padding: 34px 30px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 36px 74px rgba(6, 28, 42, 0.32);
}

body.landing-page .hero-visual-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

body.landing-page .hero-visual-info h4 {
    font-size: 1.05rem;
}

body.landing-page .hero-visual-info p {
    color: rgba(242, 251, 255, 0.78);
    margin-bottom: 16px;
}

body.landing-page .hero-visual-metrics {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.landing-page .hero-visual-metrics li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(5, 41, 59, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(244, 252, 255, 0.85);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.landing-page .hero-visual-metrics strong {
    color: #bfdbfe;
    font-size: 0.75rem;
    font-weight: 700;
}

body.landing-page .section-heading {
    background: linear-gradient(120deg, #13283a 0%, #2563eb 52%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.landing-page .section-label {
    color: var(--home-primary);
    border: 1px solid rgba(37, 99, 235, 0.22);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(56, 189, 248, 0.14));
}

body.landing-page .section-desc {
    color: var(--home-muted);
    max-width: 680px;
}

body.landing-page .section-how {
    background: linear-gradient(180deg, #f1f7ff 0%, #f8fbff 42%, #ebf4ff 100%);
    padding: 120px 0;
}

body.landing-page .workflow-peek-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 34px;
}

body.landing-page .workflow-peek-card {
    border-radius: 18px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(155deg, #ffffff 0%, #f2fbff 100%);
    box-shadow: 0 16px 34px rgba(16, 34, 51, 0.1);
    padding: 18px 18px 16px;
}

body.landing-page .workflow-peek-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1rem;
    background: linear-gradient(130deg, var(--home-primary), var(--home-primary-2));
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}

body.landing-page .workflow-peek-card h5 {
    margin: 0 0 6px;
    font-size: 0.97rem;
    color: #10364f;
}

body.landing-page .workflow-peek-card p {
    margin: 0;
    font-size: 0.86rem;
    color: #5e6e7d;
    line-height: 1.55;
}

body.landing-page .process-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.landing-page .process-timeline::before {
    display: none;
}

body.landing-page .process-step {
    border-radius: 20px;
    border: 1px solid rgba(16, 34, 51, 0.08);
    background: linear-gradient(160deg, #ffffff 0%, #f3f9fd 100%);
    box-shadow: 0 16px 38px rgba(16, 34, 51, 0.08);
    padding: 20px 18px;
}

body.landing-page .step-circle {
    width: 124px;
    height: 124px;
    margin-bottom: 14px;
}

body.landing-page .step-circle-bg {
    border-radius: 28px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    background: linear-gradient(160deg, #f8feff 0%, #eaf3ff 100%);
    box-shadow: 0 14px 26px rgba(16, 34, 51, 0.1);
}

body.landing-page .step-circle:hover .step-circle-bg {
    transform: translateY(-8px) scale(1.03);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 22px 34px rgba(16, 34, 51, 0.16);
}

body.landing-page .step-num {
    background: linear-gradient(130deg, #2563eb, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.landing-page .step-ico {
    background: linear-gradient(130deg, #38bdf8 0%, #1e40af 100%);
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.3);
}

body.landing-page .step-phase {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: #1e40af;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.landing-page .process-step h4 {
    color: #10364f;
    font-size: 1.03rem;
    margin-bottom: 8px;
}

body.landing-page .process-step p {
    color: #5a6774;
    font-size: 0.87rem;
}

body.landing-page .step-dots span {
    background: rgba(37, 99, 235, 0.24);
}

body.landing-page .section-roles {
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 45%, #eef6ff 100%);
}

body.landing-page .role-card-v3 {
    border-radius: 24px;
    border: 1px solid rgba(16, 34, 51, 0.1);
    background: linear-gradient(165deg, #ffffff 0%, #f5fbff 100%);
    box-shadow: 0 18px 44px rgba(16, 34, 51, 0.08);
}

body.landing-page .role-card-v3:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 54px rgba(16, 34, 51, 0.14);
}

body.landing-page .role-features li {
    border-bottom-color: rgba(16, 34, 51, 0.08);
    color: #4f6172;
}

body.landing-page .section-ideas {
    background: linear-gradient(180deg, #eef8ff 0%, #ffffff 50%, #edf5ff 100%);
}

body.landing-page .idea-card-v3 {
    border: 1px solid rgba(16, 34, 51, 0.1);
    background: linear-gradient(165deg, #ffffff 0%, #f8fdff 100%);
    box-shadow: 0 14px 34px rgba(16, 34, 51, 0.08);
}

body.landing-page .idea-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 44px rgba(16, 34, 51, 0.13);
}

body.landing-page .idea-type-pill {
    color: #1e40af;
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.22);
}

body.landing-page .idea-chip {
    color: #1e3a8a;
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.16);
}

body.landing-page .idea-chip-soft {
    color: #1e40af;
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

body.landing-page .idea-avatar {
    background: linear-gradient(135deg, #38bdf8 0%, #1e40af 100%);
}

body.landing-page .section-features {
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 40%, #edf6ff 100%);
}

body.landing-page .feature-card-v3 {
    border: 1px solid rgba(16, 34, 51, 0.1);
    background: linear-gradient(160deg, #ffffff 0%, #f6fbff 100%);
    box-shadow: 0 16px 36px rgba(16, 34, 51, 0.08);
}

body.landing-page .feature-card-v3:hover {
    transform: translateY(-9px);
    box-shadow: 0 24px 52px rgba(16, 34, 51, 0.14);
}

body.landing-page .section-resources-home {
    background: linear-gradient(180deg, #f2f9ff 0%, #f7fcff 100%);
}

body.landing-page .resource-home-card {
    border: 1px solid rgba(16, 34, 51, 0.1);
    background: linear-gradient(160deg, #ffffff 0%, #f7fcff 100%);
    box-shadow: 0 16px 32px rgba(16, 34, 51, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.landing-page .resource-home-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(37, 99, 235, 0.22);
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
}

body.landing-page .resource-home-link:hover {
    color: #ffffff;
    background: linear-gradient(130deg, #7dd3fc 0%, #2563eb 56%, #1e3a8a 100%);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

body.landing-page .section-contact {
    background:
        radial-gradient(circle at 20% 18%, rgba(125, 211, 252, 0.2) 0%, transparent 28%),
        radial-gradient(circle at 82% 82%, rgba(37, 99, 235, 0.26) 0%, transparent 30%),
        linear-gradient(150deg, #07263a 0%, #0d3f73 48%, #1b4f95 100%);
}

body.landing-page .contact-glass {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    box-shadow: 0 30px 56px rgba(5, 28, 42, 0.3);
}

body.landing-page .contact-item {
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.landing-page .contact-text h5 {
    color: #f5fcff;
}

body.landing-page .contact-text p {
    color: rgba(243, 252, 255, 0.8);
}

body.landing-page .team-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(125, 211, 252, 0.16) 0%, transparent 24%),
        radial-gradient(circle at 82% 80%, rgba(37, 99, 235, 0.2) 0%, transparent 32%),
        linear-gradient(180deg, #071f31 0%, #0d3360 46%, #18457f 100%);
}

body.landing-page .team-title {
    background: linear-gradient(120deg, #f3faff 0%, #7dc8ff 55%, #a8e8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.landing-page .team-subtitle {
    color: rgba(241, 251, 255, 0.78);
}

body.landing-page .team-card {
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.52), rgba(30, 64, 175, 0.46));
}

body.landing-page .team-role {
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.2), rgba(37, 99, 235, 0.22));
    color: #dbeafe;
}

body.landing-page .team-bio {
    color: rgba(242, 251, 255, 0.74);
}

body.landing-page .team-portfolio-btn .btn-gradient {
    background: linear-gradient(135deg, #7dd3fc, #2563eb, #1e3a8a);
}

body.landing-page .team-preview-image {
    cursor: zoom-in;
}

body.landing-page .team-preview-image:focus-visible {
    outline: 3px solid rgba(191, 219, 254, 0.95);
    outline-offset: -2px;
}

body.landing-page .team-avatar::after {
    content: 'Click to preview';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) translateY(8px);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ecf6ff;
    background: rgba(6, 25, 50, 0.72);
    border: 1px solid rgba(191, 219, 254, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

body.landing-page .team-card:hover .team-avatar::after,
body.landing-page .team-avatar:focus-within::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

body.landing-page .team-info-advanced .team-bio {
    margin-bottom: 14px;
    min-height: 0;
}

body.landing-page .team-detail-list {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    text-align: left;
}

body.landing-page .team-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(8, 30, 57, 0.46);
    border: 1px solid rgba(186, 230, 253, 0.2);
    color: rgba(236, 248, 255, 0.88);
    font-size: 0.82rem;
    line-height: 1.4;
}

body.landing-page .team-detail-item i {
    color: #93c5fd;
    width: 14px;
}

body.landing-page .team-info-advanced .team-skills {
    margin-bottom: 22px;
}

body.landing-page .team-info-advanced .skill-tag {
    border-color: rgba(147, 197, 253, 0.3);
    color: rgba(235, 247, 255, 0.9);
    background: rgba(29, 78, 216, 0.16);
}

body.landing-page .team-image-modal .modal-content {
    border: 1px solid rgba(147, 197, 253, 0.3);
    border-radius: 20px;
    background: linear-gradient(160deg, #06243a 0%, #0d335f 55%, #153e71 100%);
    box-shadow: 0 28px 70px rgba(2, 15, 31, 0.65);
}

body.landing-page .team-image-modal .modal-header {
    border-bottom: 1px solid rgba(186, 230, 253, 0.22);
    padding: 14px 18px;
}

body.landing-page .team-image-modal .modal-title {
    color: #edf8ff;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.landing-page .team-image-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

body.landing-page .team-image-modal .btn-close:hover {
    opacity: 1;
}

body.landing-page .team-image-modal .modal-body {
    padding: 14px;
}

body.landing-page .team-image-modal #teamImagePreviewImg {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 14px;
    border: 1px solid rgba(186, 230, 253, 0.2);
    background: #031426;
}

body.landing-page .landing-footer {
    background: linear-gradient(180deg, #061d2d 0%, #082335 100%);
}

body.landing-page .landing-footer a:hover {
    color: #a5eaff;
}

@media (max-width: 1199.98px) {
    body.landing-page .hero-stats-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-page .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-page .workflow-peek-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.landing-page .landing-nav,
    body.landing-page .landing-nav.scrolled {
        width: calc(100% - 16px);
        margin-top: 10px;
        border-radius: 20px;
    }

    body.landing-page .landing-nav .navbar-collapse {
        background: linear-gradient(155deg, rgba(7, 24, 38, 0.96), rgba(4, 15, 26, 0.98));
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        box-shadow: 0 18px 34px rgba(2, 10, 20, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.landing-page .landing-nav .navbar-collapse,
    body.landing-page .landing-nav .navbar-collapse.collapse,
    body.landing-page .landing-nav .navbar-collapse.collapsing,
    body.landing-page .landing-nav .navbar-collapse.show,
    body.landing-page .landing-nav .collapsing {
        transition: none !important;
        animation: none !important;
    }

    body.landing-page .landing-nav .nav-link,
    body.landing-page .landing-nav .nav-link::after,
    body.landing-page .landing-nav .navbar-toggler,
    body.landing-page .nav-login-btn,
    body.landing-page .nav-register-btn {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    body.landing-page .nav-ayat-item,
    body.landing-page .hero-ayat-panel {
        display: none !important;
    }

    body.landing-page .landing-nav.scrolled .navbar-collapse {
        background: linear-gradient(155deg, rgba(7, 24, 38, 0.96), rgba(4, 15, 26, 0.98));
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    body.landing-page .hero-section {
        min-height: auto;
        padding-top: 98px;
        padding-bottom: 72px;
        background:
            linear-gradient(150deg, rgba(7, 38, 58, 0.86) 0%, rgba(13, 63, 115, 0.9) 55%, rgba(27, 79, 149, 0.94) 100%),
            url("https://images.unsplash.com/photo-1517433456452-f9633a875f6f?auto=format&fit=crop&w=1600&q=80&fm=webp") center/cover no-repeat;
        background-attachment: scroll;
    }

    body.landing-page .scroll-progress {
        display: none;
    }

    body.landing-page .hero-section::before,
    body.landing-page .hero-section::after {
        animation: none;
        opacity: 0.35;
    }

    body.landing-page .hero-noise,
    body.landing-page .hero-orb,
    body.landing-page .hero-particles,
    body.landing-page .hero-wave {
        display: none !important;
    }

    body.landing-page .hero-section *,
    body.landing-page .hero-section *::before,
    body.landing-page .hero-section *::after {
        animation: none !important;
        transition: none !important;
    }

    body.landing-page .hero-title-underline {
        animation: none;
        background-size: 100% 100%;
    }

    body.landing-page .hero-insight-pill,
    body.landing-page .hero-stat-chip {
        transition: none;
    }

    body.landing-page .hero-stat-chip {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: 0 8px 16px rgba(5, 27, 40, 0.14);
    }

    body.landing-page .hero-title {
        font-size: 2.4rem;
    }

    body.landing-page .hero-insight-row {
        margin-bottom: 22px;
    }

    body.landing-page .hero-proofline {
        margin-top: 12px;
    }

    body.landing-page .workflow-peek-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.landing-page .process-timeline {
        gap: 14px;
    }

    body.landing-page .section-how,
    body.landing-page .section-roles,
    body.landing-page .section-ideas,
    body.landing-page .section-features,
    body.landing-page .section-resources-home,
    body.landing-page .section-contact {
        padding: 84px 0;
    }

    body.landing-page .team-detail-item {
        font-size: 0.8rem;
        padding: 7px 9px;
    }
}

@media (max-width: 767.98px) {

    body.landing-page .nav-register-btn::before,
    body.landing-page .hero-register-btn::before {
        display: none;
        animation: none !important;
    }

    body.landing-page .hero-title {
        font-size: 1.95rem;
    }

    body.landing-page .hero-subtitle {
        font-size: 0.97rem;
    }

    body.landing-page .hero-title .line-2 {
        gap: 8px;
    }

    body.landing-page .hero-insight-pill {
        width: 100%;
        justify-content: center;
    }

    body.landing-page .hero-cta {
        flex-direction: column;
    }

    body.landing-page .btn-hero-primary,
    body.landing-page .btn-hero-outline,
    body.landing-page .btn-hero-internship,
    body.landing-page .hero-register-btn {
        width: 100%;
        justify-content: center;
        margin-left: 0 !important;
    }

    body.landing-page .hero-stats-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        max-width: 420px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body.landing-page .hero-stat-chip {
        min-height: 84px;
        padding: 12px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 14px;
    }

    body.landing-page .hero-stat-chip p {
        font-size: 0.68rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        white-space: nowrap;
    }

    body.landing-page .hero-stat-chip h4 {
        margin-top: 6px;
        font-size: 1.18rem;
    }

    body.landing-page .hero-proofline {
        flex-direction: column;
        gap: 8px;
    }

    body.landing-page .process-timeline {
        grid-template-columns: 1fr;
    }

    body.landing-page .process-step {
        max-width: 420px;
        margin: 0 auto;
    }

    body.landing-page .step-circle {
        width: 112px;
        height: 112px;
    }

    body.landing-page .section-heading {
        font-size: 1.8rem;
    }

    body.landing-page .section-desc {
        font-size: 0.95rem;
    }

    body.landing-page .contact-glass {
        padding: 24px;
    }

    body.landing-page .section-resources-home .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.landing-page .resource-home-grid {
        gap: 12px;
    }

    body.landing-page .resource-home-card {
        padding: 16px;
    }

    body.landing-page .resource-home-card h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    body.landing-page .resource-home-card p {
        font-size: 0.88rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    body.landing-page .resource-home-list {
        gap: 6px;
        margin-bottom: 12px;
    }

    body.landing-page .resource-home-list li {
        font-size: 0.82rem;
        line-height: 1.45;
        align-items: flex-start;
    }

    body.landing-page .resource-home-link {
        font-size: 0.82rem;
        min-height: 42px;
        padding: 9px 11px;
    }

    body.landing-page .resource-home-card,
    body.landing-page .feature-card-v3,
    body.landing-page .role-card-v3,
    body.landing-page .idea-card-v3 {
        border-radius: 18px;
    }

    body.landing-page .team-image-modal .modal-dialog {
        margin: 0.6rem;
    }

    body.landing-page .team-image-modal .modal-title {
        font-size: 0.95rem;
    }

    body.landing-page .team-image-modal #teamImagePreviewImg {
        max-height: 70vh;
    }
}

@media (max-width: 575.98px) {
    body.landing-page .hero-stats-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 340px;
    }

    body.landing-page .hero-title {
        font-size: 1.72rem;
    }

    body.landing-page .section-label {
        font-size: 0.67rem;
    }

    body.landing-page .register-dropdown-inner {
        padding-top: 18px;
    }

    body.landing-page .register-panel-head h4 {
        font-size: 1.06rem;
    }

    body.landing-page .resource-home-card {
        border-radius: 14px;
        padding: 14px;
    }

    body.landing-page .resource-home-link {
        min-height: 40px;
        font-size: 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.landing-page .hero-section::before,
    body.landing-page .hero-section::after,
    body.landing-page .hero-insight-pill,
    body.landing-page .hero-stat-chip,
    body.landing-page .process-step,
    body.landing-page .role-card-v3,
    body.landing-page .feature-card-v3,
    body.landing-page .resource-home-card,
    body.landing-page .team-card {
        transition: none !important;
        animation: none !important;
    }
}