.jk-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    padding: clamp(92px, 10vw, 140px) 0;
    overflow: clip;
    isolation: isolate;
    background: transparent;
}

.jk-global-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 80% 18%, rgba(212, 175, 55, 0.14), transparent 28%),
        radial-gradient(circle at 18% 76%, rgba(200, 16, 46, 0.10), transparent 24%);
    pointer-events: none;
}

.jk-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    justify-items: center;
}

.jk-hero-content {
    width: 100%;
    max-width: 680px;
    justify-self: center;
    text-align: center;
}

.jk-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    margin: 0 auto 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: var(--jk-gold-soft);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.jk-hero-title {
    margin: 0 0 16px;
    font-size: clamp(42px, 6.4vw, 86px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
}

.jk-hero-title span {
    color: transparent;
    background: linear-gradient(135deg, #ffffff 0%, var(--jk-gold-soft) 42%, var(--jk-red-glow) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.jk-hero-text {
    margin: 0 auto 30px;
    max-width: 54ch;
    color: rgba(248, 250, 252, 0.74);
    font-size: 17px;
    line-height: 1.95;
}

.jk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.jk-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
    border: 1px solid transparent;
    overflow: hidden;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.jk-btn > span,
.jk-btn > i {
    position: relative;
    z-index: 2;
}

.jk-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 45%, transparent 70%);
    transform: translateX(-120%);
    z-index: 1;
    pointer-events: none;
}

.jk-btn:hover::before {
    animation: jk-shimmer 0.9s ease forwards;
}

.jk-btn-glass {
    color: var(--jk-text);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.jk-btn-glass:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(212, 175, 55, 0.10);
}

.jk-btn-primary {
    color: #120b05;
    background: linear-gradient(135deg, var(--jk-gold-soft), var(--jk-gold) 48%, #a86f14);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow:
        0 18px 45px rgba(214, 170, 50, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    animation: jk-btn-glow 3.2s infinite ease-in-out;
}

.jk-btn-primary:hover {
    transform: translateY(-5px) scale(1.04);
    background: linear-gradient(135deg, #fff 0%, var(--jk-gold) 50%, #a86f14 100%);
    box-shadow: 0 25px 60px rgba(214, 170, 50, 0.58);
    color: #000;
}

.jk-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 18px;
    align-items: center;
}

.jk-hero-stat {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex: 0 0 auto;
    text-align: center;
}

.jk-hero-stat-value {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
}

.jk-hero-stat-label {
    display: block;
    color: rgba(248, 250, 252, 0.66);
    font-size: 13px;
    line-height: 1.8;
    white-space: nowrap;
}

.jk-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.jk-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.jk-badge-soon {
    color: rgba(248, 250, 252, 0.78);
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.10), rgba(212, 175, 55, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.jk-badge-soon i {
    font-size: 12px;
    color: var(--jk-gold-soft);
}

.jk-hero-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.jk-hero-image-wrap {
    width: fit-content;
    max-width: min(100%, 560px);
    padding: 20px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.06), transparent 48%),
        rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    margin-inline: auto;
}

.jk-hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.06), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%);
    pointer-events: none;
}

.jk-hero-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.30));
}

@keyframes jk-shimmer {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}

@keyframes jk-btn-glow {
    0%, 100% {
        box-shadow:
            0 18px 45px rgba(214, 170, 50, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }
    50% {
        box-shadow:
            0 18px 60px rgba(214, 170, 50, 0.48),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }
}

@media (max-width: 1024px) {
    .jk-hero-inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .jk-hero-media {
        order: -1;
    }

    .jk-hero-image-wrap {
        max-width: 100%;
        padding: 16px;
    }

    .jk-hero-image {
        max-height: 420px;
    }
}

@media (max-width: 640px) {
    .jk-hero {
        min-height: auto;
        padding: 86px 0 54px;
    }

    .jk-hero-inner {
        padding: 0 16px;
    }

    .jk-hero-title {
        font-size: clamp(34px, 12vw, 48px);
    }

    .jk-hero-text {
        font-size: 15px;
    }

    .jk-hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .jk-btn {
        width: 100%;
        max-width: 360px;
    }

    .jk-hero-image-wrap {
        padding: 12px;
    }

    .jk-hero-image {
        max-height: 320px;
    }

    .jk-hero-stat {
        width: auto;
    }

    .jk-hero-stat-value,
    .jk-hero-stat-label {
        white-space: normal;
    }
}
