﻿:root {
    --bg: #050816;
    --bg-2: #091224;
    --surface: rgba(10, 18, 34, 0.62);
    --surface-strong: rgba(14, 24, 44, 0.82);
    --line: rgba(255,255,255,0.08);
    --text: #eef4ff;
    --muted: #9caecb;
    --cyan: #67e8f9;
    --blue: #60a5fa;
    --violet: #8b5cf6;
    --emerald: #34d399;
    --shadow: 0 20px 70px rgba(0,0,0,0.45);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --mx: 0px;
    --my: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.jurni-public-shell {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: radial-gradient(circle at 15% 20%, rgba(103, 232, 249, 0.10), transparent 26%), radial-gradient(circle at 85% 15%, rgba(139, 92, 246, 0.14), transparent 26%), radial-gradient(circle at 50% 80%, rgba(96, 165, 250, 0.10), transparent 25%), linear-gradient(180deg, #040713 0%, #07101f 52%, #030711 100%);
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.auth-brand {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--auth-text);
}

    .auth-brand:hover {
        color: var(--auth-text);
    }

.auth-brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--auth-cyan), var(--auth-violet));
    color: #08111f;
    font-weight: 800;
    box-shadow: 0 0 24px rgba(103, 232, 249, 0.28);
}

.auth-brand-word {
    font-family: 'Pacifico', cursive;
    font-size: 1.45rem;
    line-height: 1;
    color: #ffffff;
}

.jl-background {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.jl-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 35%, transparent 88%);
    opacity: 0.32;
}

.jl-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.65;
    transform: translate(var(--mx), var(--my));
    transition: transform 0.25s ease-out;
}

.jl-orb-1 {
    width: 300px;
    height: 300px;
    left: 8%;
    top: 12%;
    background: rgba(103, 232, 249, 0.18);
}

.jl-orb-2 {
    width: 360px;
    height: 360px;
    right: 8%;
    top: 8%;
    background: rgba(139, 92, 246, 0.20);
}

.jl-orb-3 {
    width: 240px;
    height: 240px;
    left: 48%;
    bottom: 8%;
    background: rgba(96, 165, 250, 0.18);
}

.jl-particles {
    position: absolute;
    inset: 0;
}

.jl-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 0 14px rgba(103, 232, 249, 0.55);
    animation: jlFloat linear infinite;
}

@keyframes jlFloat {
    0% {
        transform: translateY(0px) scale(1);
        opacity: 0.15;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translateY(-120px) scale(1.35);
        opacity: 0;
    }
}

.jl-nav,
.jl-main {
    position: relative;
    z-index: 1;
}

.jl-nav {
    padding: 22px 28px 0;
}

.jl-nav-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(8, 14, 28, 0.55);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.jl-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.jl-brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    color: #08111f;
    font-weight: 800;
    box-shadow: 0 0 24px rgba(103, 232, 249, 0.28);
}

.jl-brand-text {
    font-size: 1.05rem;
}

.jl-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 28px 60px;
}

.jl-hero {
    min-height: calc(100svh - 130px);
    display: block;
    padding: clamp(36px, 7vw, 88px) 0 24px;
}
.jl-hero-copy {
    max-width: 760px;
}

.jl-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(103, 232, 249, 0.25);
    background: rgba(103, 232, 249, 0.08);
    color: #d9faff;
    font-size: 0.84rem;
    margin-bottom: 18px;
}

.jl-hero-copy h1 {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    max-width: 720px;
}

    .jl-hero-copy h1 span {
        display: block;
        background: linear-gradient(90deg, #ffffff, #8ae8ff, #a78bfa);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.jl-subtitle {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.jl-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.jl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

    .jl-btn:hover {
        transform: translateY(-2px);
    }

.jl-btn-primary {
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    color: #07111f;
    box-shadow: 0 14px 36px rgba(103, 232, 249, 0.22);
}

.jl-btn-secondary,
.jl-btn-ghost {
    background: rgba(255,255,255,0.04);
    border-color: var(--line);
    color: var(--text);
}

    .jl-btn-secondary:hover,
    .jl-btn-ghost:hover {
        background: rgba(255,255,255,0.08);
    }

.jl-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    max-width: 900px;
}

.jl-stat-card {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
}

    .jl-stat-card strong {
        display: block;
        margin-bottom: 8px;
        font-size: 0.96rem;
    }

    .jl-stat-card span {
        color: var(--muted);
        font-size: 0.92rem;
    }

.jl-hero-visual {
    display: flex;
    justify-content: center;
}

.jl-screen {
    width: min(100%, 560px);
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(15, 25, 47, 0.78), rgba(7, 12, 24, 0.82));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translate(var(--mx), var(--my));
    transition: transform 0.2s ease-out;
}

.jl-screen-top {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
}

    .jl-screen-top span {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(255,255,255,0.22);
    }

.jl-screen-body {
    padding: 20px;
}

.jl-screen-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.jl-screen-panel {
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    border-radius: 22px;
    padding: 18px;
}

.jl-screen-panel-lg h3 {
    margin: 8px 0 10px;
    font-size: 1.28rem;
}

.jl-screen-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.jl-kicker {
    color: var(--cyan);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jl-bars {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.jl-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
}

    .jl-bar span {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--cyan), var(--violet));
    }

.jl-chip {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.jl-chip-cyan {
    background: rgba(103, 232, 249, 0.12);
    color: #c9fbff;
}

.jl-chip-purple {
    background: rgba(139, 92, 246, 0.14);
    color: #eadfff;
}

.jl-big-number {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.jl-muted {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.92rem;
}

.jl-timeline {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.jl-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.03);
    border-radius: 18px;
}

    .jl-timeline-item span {
        width: 10px;
        height: 10px;
        margin-top: 6px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--cyan), var(--violet));
        box-shadow: 0 0 18px rgba(103, 232, 249, 0.35);
    }

    .jl-timeline-item strong {
        display: block;
        margin-bottom: 4px;
    }

    .jl-timeline-item small {
        color: var(--muted);
        font-size: 0.9rem;
    }

.jl-features {
    padding: 50px 0 20px;
}

.jl-section-heading {
    max-width: 720px;
    margin-bottom: 24px;
}

    .jl-section-heading h2 {
        margin: 0 0 12px;
        font-size: clamp(2rem, 3vw, 3rem);
        letter-spacing: -0.03em;
    }

    .jl-section-heading p {
        margin: 0;
        color: var(--muted);
        line-height: 1.8;
    }

.jl-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.jl-feature-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

    .jl-feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(103, 232, 249, 0.22);
        background: rgba(255,255,255,0.06);
    }

    .jl-feature-card h3 {
        margin: 0 0 10px;
        font-size: 1.05rem;
    }

    .jl-feature-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
    }

.jl-bottom-cta {
    padding: 34px 0 10px;
}

.jl-bottom-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(11, 20, 36, 0.82), rgba(7, 12, 24, 0.88));
    box-shadow: var(--shadow);
}

    .jl-bottom-panel h2 {
        margin: 0;
        font-size: clamp(1.5rem, 3vw, 2.3rem);
        letter-spacing: -0.03em;
    }

[data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

    [data-reveal].is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.jl-trust-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* =========================
   JURNI FOOTER
   ========================= */

.jl-footer {
    position: relative;
    z-index: 1;
    padding: 18px 28px 22px;
}

.jl-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px 28px;
}

.jl-footer-copy {
    color: #b8c4dc;
    font-size: 0.96rem;
    white-space: nowrap;
}

.jl-footer-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 18px;
    min-width: 0;
    text-align: center;
    color: #b8c4dc;
    font-size: 0.98rem;
    line-height: 1.5;
}

    .jl-footer-meta > span {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

        .jl-footer-meta > span:not(:first-child)::before {
            content: "|";
            margin-right: 10px;
            color: rgba(255,255,255,0.16);
        }

.jl-footer-link {
    color: #7ddcff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

    .jl-footer-link:hover {
        color: #c9f6ff;
        text-decoration: underline;
    }

.jl-footer-muted {
    color: #8fa1bd;
}

.jl-footer-seal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 180px;
}

    .jl-footer-seal a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .jl-footer-seal #gogetssl-animated-seal {
        display: block;
        width: 180px !important;
        height: 58px !important;
    }

@media (max-width: 1100px) {
    .jl-nav {
        padding: 18px 18px 0;
    }

    .jl-main {
        padding: 28px 18px 48px;
    }

    .jl-nav-inner {
        padding: 14px 16px;
    }

    .jl-mini-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jl-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .jl-bottom-panel {
        padding: 22px;
    }

    .jl-screen {
        transform: none;
    }

    .jl-footer-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .jl-footer-copy {
        order: 1;
    }

    .jl-footer-meta {
        order: 2;
        justify-content: center;
    }

    .jl-footer-seal {
        order: 3;
        justify-content: center;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .jl-nav {
        padding: 14px 14px 0;
    }

    .jl-main {
        padding: 20px 14px 42px;
    }

    .jl-nav-inner {
        gap: 12px;
        padding: 12px 14px;
        border-radius: 18px;
    }

    .auth-brand-word {
        font-size: 1.2rem;
    }

    .jl-btn {
        min-height: 46px;
        width: 100%;
    }

    .jl-nav-actions {
        width: 100%;
    }

        .jl-nav-actions .jl-btn {
            width: 100%;
        }

    .jl-hero {
        min-height: auto;
        padding: 20px 0 14px;
    }

    .jl-hero-copy {
        max-width: 100%;
    }

    .jl-pill {
        font-size: 0.8rem;
        padding: 8px 12px;
        margin-bottom: 14px;
    }

    .jl-hero-copy h1 {
        font-size: clamp(2.1rem, 10vw, 3.1rem);
        line-height: 1.05;
        letter-spacing: -0.03em;
    }

    .jl-subtitle {
        margin-top: 16px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .jl-cta-row {
        flex-direction: column;
        gap: 12px;
        margin-top: 22px;
    }

    .jl-trust-note {
        margin-top: 12px;
        font-size: 0.92rem;
    }

    .jl-mini-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .jl-stat-card {
        padding: 16px;
        border-radius: 16px;
    }

    .jl-features {
        padding: 30px 0 12px;
    }

    .jl-section-heading {
        max-width: 100%;
        margin-bottom: 18px;
    }

        .jl-section-heading h2 {
            font-size: clamp(1.8rem, 8vw, 2.45rem);
            line-height: 1.08;
        }

        .jl-section-heading p {
            font-size: 1rem;
            line-height: 1.65;
        }

    .jl-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jl-feature-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

        .jl-feature-card h3 {
            font-size: 1.02rem;
            margin-bottom: 8px;
        }

        .jl-feature-card p {
            font-size: 0.98rem;
            line-height: 1.6;
        }

    .jl-bottom-cta {
        padding: 24px 0 8px;
    }

    .jl-bottom-panel {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 18px 16px;
        border-radius: 22px;
    }

        .jl-bottom-panel h2 {
            font-size: clamp(1.5rem, 7vw, 2rem);
            line-height: 1.12;
        }

        .jl-bottom-panel .jl-btn {
            width: 100%;
        }

    .jl-footer {
        padding: 16px 14px 20px;
    }

    .jl-footer-inner {
        gap: 12px;
    }

    .jl-footer-meta {
        flex-direction: column;
        gap: 8px;
        font-size: 0.93rem;
    }

        .jl-footer-meta > span {
            justify-content: center;
        }

            .jl-footer-meta > span:not(:first-child)::before {
                content: none;
                margin: 0;
            }

    .jl-footer-seal #gogetssl-animated-seal {
        width: 160px !important;
        height: 52px !important;
    }
}

@media (max-width: 480px) {
    .jl-nav-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .auth-brand {
        justify-content: center;
    }

    .jl-main {
        padding: 18px 12px 38px;
    }

    .jl-pill {
        width: fit-content;
        max-width: 100%;
    }

    .jl-hero-copy h1 {
        font-size: clamp(1.9rem, 11vw, 2.7rem);
    }

    .jl-subtitle,
    .jl-section-heading p,
    .jl-feature-card p {
        font-size: 0.96rem;
    }

    .jl-stat-card strong,
    .jl-feature-card h3 {
        font-size: 1rem;
    }

    .jl-bottom-panel h2 {
        font-size: clamp(1.35rem, 8vw, 1.8rem);
    }
}}