:root {
    --jn-blue: #005f95;
    --jn-navy: #082f49;
    --jn-cyan: #1ea7c7;
    --jn-orange: #ff7a1a;
    --jn-ink: #122033;
    --jn-muted: #5a6878;
    --jn-soft: #f2f7fb;
    --jn-white: #ffffff;
    --jn-gold: #e7ae55;
    --jn-ice: #dff6fb;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--jn-ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--jn-white);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.jn-site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 1px 20px rgba(8, 47, 73, 0.12);
}

.jn-topbar {
    min-height: 38px;
    padding: 8px max(22px, calc((100% - 1180px) / 2));
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    background: var(--jn-navy);
    color: var(--jn-white);
    font-size: 14px;
    font-weight: 700;
}

.jn-header-inner {
    width: min(1180px, calc(100% - 44px));
    min-height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
}

.jn-logo {
    display: grid;
    gap: 1px;
    color: var(--jn-blue);
    line-height: 1;
}

.jn-logo strong {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
}

.jn-logo span {
    color: var(--jn-orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.custom-logo {
    max-width: 220px;
    height: auto;
}

.jn-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--jn-navy);
    font-size: 14px;
    font-weight: 800;
}

.jn-menu a {
    display: block;
    padding: 13px 0;
}

.jn-menu a:hover,
.current-menu-item > a {
    color: var(--jn-orange);
}

.jn-menu a {
    position: relative;
}

.jn-menu a::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--jn-orange);
    transition: width 0.24s ease;
}

.jn-menu a:hover::after,
.current-menu-item > a::after {
    width: 100%;
}

.jn-nav-toggle {
    display: none;
    border: 1px solid rgba(0, 95, 149, 0.25);
    background: transparent;
    color: var(--jn-navy);
    padding: 10px 14px;
    font-weight: 800;
}

.jn-main {
    min-height: 55vh;
}

.jn-page {
    overflow: hidden;
}

.jn-hero,
.jn-contact-hero,
.jn-animated-banner {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    color: var(--jn-white);
    background-size: cover;
    background-position: center;
    isolation: isolate;
    animation: jn-bg-pan 22s ease-in-out infinite alternate;
}

.jn-hero::before,
.jn-contact-hero::before,
.jn-animated-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 22, 39, 0.95), rgba(8, 47, 73, 0.8) 43%, rgba(0, 95, 149, 0.34) 72%, rgba(255, 122, 26, 0.14));
    z-index: -1;
}

.jn-hero::after,
.jn-animated-banner::after,
.jn-contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.28;
    background-image: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.2) 42.1% 42.22%, transparent 42.3% 100%), linear-gradient(35deg, transparent 0 74%, rgba(231, 174, 85, 0.72) 74.1% 74.25%, transparent 74.35% 100%);
    background-size: 280px 280px;
    animation: jn-grid-drift 20s linear infinite;
}

.jn-hero > div,
.jn-animated-banner > div,
.jn-contact-panel {
    position: relative;
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.jn-hero h1,
.jn-contact-panel h1 {
    max-width: 980px;
    margin: 0 0 22px;
    font-size: clamp(44px, 6.4vw, 88px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
	color: white;
}

.jn-eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(231, 174, 85, 0.62);
    background: rgba(3, 22, 39, 0.48);
    color: var(--jn-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.jn-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 32px;
}

.jn-text-link {
    color: var(--jn-white);
    font-size: 15px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.jn-hero p,
.jn-animated-banner p,
.jn-contact-panel p {
    max-width: 860px;
    margin: 0;
    font-size: clamp(19px, 2.1vw, 30px);
    line-height: 1.4;
    font-weight: 700;
	color: rgb(238 120 51);
}

.jn-hero-badge {
    width: min(420px, 100%);
    padding: 18px 22px;
    margin-bottom: 26px;
    background: rgba(255, 255, 255, 0.95);
}

.jn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 26px;
    border: 2px solid var(--jn-orange);
    background: var(--jn-orange);
    color: var(--jn-white);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.jn-btn:hover {
    transform: translateY(-3px);
    background: var(--jn-gold);
    border-color: var(--jn-gold);
}

.jn-btn-light {
    margin-left: 12px;
    background: transparent;
    color: var(--jn-white);
    border-color: rgba(255, 255, 255, 0.8);
}

.jn-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--jn-orange);
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}

.jn-split,
.jn-service-feature,
.jn-contact-grid,
.jn-mission {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 110px 0;
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 54px;
    align-items: center;
}

.jn-split h2,
.jn-products h2,
.jn-alliances h2,
.jn-service-feature h2,
.jn-careers h2,
.jn-why h2,
.jn-mission h2,
.jn-cta h2 {
    margin: 0 0 20px;
    color: var(--jn-blue);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 900;
}

.jn-split p,
.jn-service-feature p,
.jn-careers p,
.jn-contact-grid p,
.jn-mission p,
.jn-job-copy,
.jn-product-grid li,
.jn-why li,
.jn-service-cards p {
    color: var(--jn-muted);
    font-size: 17px;
    line-height: 1.65;
}

.jn-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.jn-focus-grid article,
.jn-product-grid article,
.jn-service-cards article,
.jn-job-card,
.jn-contact-grid article,
.jn-mission article {
    min-height: 190px;
    padding: 28px;
    background: var(--jn-white);
    border: 1px solid rgba(0, 95, 149, 0.15);
    border-left: 5px solid var(--jn-orange);
    box-shadow: 0 16px 42px rgba(8, 47, 73, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.jn-focus-grid article:hover,
.jn-product-grid article:hover,
.jn-service-cards article:hover,
.jn-job-card:hover,
.jn-contact-grid article:hover,
.jn-mission article:hover {
    transform: translateY(-6px);
    border-left-color: var(--jn-blue);
    box-shadow: 0 24px 48px rgba(8, 47, 73, 0.15);
}

.jn-focus-grid img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}

.jn-focus-grid h3,
.jn-product-grid h3,
.jn-service-cards h3,
.jn-job-card h3,
.jn-contact-grid h3 {
    margin: 0 0 10px;
    color: var(--jn-navy);
    font-size: 24px;
    line-height: 1.18;
    font-weight: 900;
}

.jn-animated-banner {
    min-height: 500px;
    text-align: center;
}

.jn-animated-banner > div {
    max-width: 960px;
}

.jn-animated-banner h2,
.jn-soc-flip h2 {
    margin: 0 0 18px;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.05;
    font-weight: 900;
	color: #ffffff;
}

.jn-soc-flip {
    padding: 110px 22px;
    background-color: var(--jn-soft);
    background-image: linear-gradient(135deg, rgba(0, 95, 149, 0.07) 1px, transparent 1px), linear-gradient(45deg, rgba(255, 122, 26, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    perspective: 1200px;
}

.jn-flip-card {
    width: min(760px, 100%);
    min-height: 300px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    animation: jn-flip 9s ease-in-out infinite;
}

.jn-flip-card > div {
    position: absolute;
    inset: 0;
    padding: 40px;
    display: grid;
    place-content: center;
    text-align: center;
    background: linear-gradient(135deg, var(--jn-navy), var(--jn-blue));
    color: var(--jn-white);
    backface-visibility: hidden;
}

.jn-flip-card > div:nth-child(2) {
    background: linear-gradient(135deg, var(--jn-orange), #bd4f0c);
    transform: rotateY(180deg);
}

.jn-cta {
    padding: 96px 22px;
    text-align: center;
    color: var(--jn-white);
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--jn-navy), var(--jn-blue));
}

.jn-cta::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    top: -220px;
    right: -170px;
    border: 1px solid rgba(231, 174, 85, 0.52);
    transform: rotate(45deg);
}

.jn-cta > * {
    position: relative;
}

.jn-cta h2 {
    color: var(--jn-white);
}

.jn-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1050px;
    margin-top: 34px;
}

.jn-hero-stats span {
    min-height: 96px;
    padding: 18px;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(3, 22, 39, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 16px;
    font-weight: 900;
}

.jn-why,
.jn-products,
.jn-alliances,
.jn-careers,
.jn-simple {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 108px 0;
}

.jn-why ul,
.jn-service-feature ul,
.jn-product-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.jn-why li,
.jn-service-feature li,
.jn-product-grid li {
    position: relative;
    padding-left: 28px;
}

.jn-why li::before,
.jn-service-feature li::before,
.jn-product-grid li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--jn-orange);
}

.jn-product-grid,
.jn-service-cards,
.jn-logo-grid,
.jn-jobs-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.jn-product-grid article {
    min-height: 340px;
}

.jn-logo-grid figure {
    min-height: 116px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jn-white);
    color: var(--jn-blue);
    border: 1px solid rgba(0, 95, 149, 0.13);
    box-shadow: 0 10px 28px rgba(8, 47, 73, 0.08);
    font-size: 21px;
    font-weight: 900;
}

.jn-service-ring {
    width: 330px;
    height: 330px;
    margin-top: 34px;
    position: relative;
    display: grid;
    place-items: center;
    border: 2px solid rgba(231, 174, 85, 0.66);
    border-radius: 50%;
    animation: jn-spin 22s linear infinite;
}

.jn-service-ring strong {
    width: 130px;
    height: 130px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--jn-orange), var(--jn-gold));
    color: var(--jn-white);
    font-size: 22px;
}

.jn-service-ring span {
    position: absolute;
    width: 138px;
    min-height: 54px;
    padding: 10px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(231, 174, 85, 0.42);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--jn-navy);
    font-size: 13px;
    font-weight: 900;
    transform: rotate(calc(var(--i) * 72deg)) translateY(-180px) rotate(calc(var(--i) * -72deg));
}

.jn-service-feature {
    grid-template-columns: 1fr 0.9fr;
}

.jn-products,
.jn-alliances,
.jn-careers {
    position: relative;
}

.jn-products::before,
.jn-alliances::before,
.jn-careers::before {
    content: "";
    position: absolute;
    top: 82px;
    left: 0;
    width: 68px;
    height: 4px;
    background: var(--jn-orange);
}

.jn-service-feature img {
    width: 100%;
    display: block;
    box-shadow: 0 18px 40px rgba(8, 47, 73, 0.14);
}

.jn-service-cards {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 0 0 88px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jn-service-cards h4 {
    margin: 0 0 12px;
    color: var(--jn-orange);
    font-size: 17px;
    font-weight: 900;
}

.jn-contact-hero {
    min-height: 720px;
}

.jn-contact-panel {
    max-width: 580px;
    margin-left: max(22px, calc((100% - 1180px) / 2));
    padding: 42px;
    background: rgba(8, 47, 73, 0.88);
}

.jn-contact-panel h1 {
    font-size: clamp(34px, 4vw, 58px);
}

.jn-form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.jn-form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
}

.jn-form input,
.jn-form textarea {
    width: 100%;
    min-height: 44px;
    border: 0;
    padding: 11px 12px;
    font: inherit;
}

.jn-form textarea {
    min-height: 110px;
}

.jn-form button {
    min-height: 48px;
    border: 0;
    background: var(--jn-orange);
    color: var(--jn-white);
    font-weight: 900;
    text-transform: uppercase;
}

.jn-contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.jn-site-footer {
    background: #041d31;
    position: relative;
    overflow: hidden;
}

.jn-site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.42;
    background-image: linear-gradient(115deg, transparent 0 48%, rgba(231, 174, 85, 0.35) 48.1% 48.2%, transparent 48.3% 100%), linear-gradient(35deg, transparent 0 74%, rgba(30, 167, 199, 0.28) 74.1% 74.2%, transparent 74.3% 100%);
    background-size: 240px 240px;
}

.jn-site-footer > * {
    position: relative;
    color: var(--jn-white);
}

.jn-footer-grid {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 56px 0 32px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1.2fr 0.7fr;
    gap: 30px;
}

.jn-site-footer h3 {
    margin: 0 0 14px;
    color: var(--jn-white);
    font-size: 20px;
}

.jn-site-footer p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.jn-cert {
    color: var(--jn-orange) !important;
    font-weight: 900;
}

.jn-copyright {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 14px;
}

@keyframes jn-bg-pan {
    from {
        background-position: 50% 50%;
        background-size: 100%;
    }
    to {
        background-position: 58% 48%;
        background-size: 108%;
    }
}

@keyframes jn-grid-drift {
    to {
        background-position: 280px 0, -280px 0;
    }
}

@keyframes jn-flip {
    0%, 44% {
        transform: rotateY(0deg);
    }
    56%, 100% {
        transform: rotateY(180deg);
    }
}

@keyframes jn-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {
    .jn-topbar {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .jn-header-inner {
        min-height: 76px;
    }

    .jn-nav-toggle {
        display: inline-flex;
    }

    .jn-primary-nav {
        display: none;
        position: absolute;
        top: 114px;
        left: 0;
        right: 0;
        background: var(--jn-white);
        box-shadow: 0 16px 28px rgba(8, 47, 73, 0.13);
    }

    .jn-primary-nav.is-open {
        display: block;
    }

    .jn-menu {
        width: min(100% - 44px, 520px);
        margin: 0 auto;
        padding: 18px 0 24px;
        display: grid;
        gap: 4px;
    }

    .jn-hero,
    .jn-contact-hero {
        min-height: 560px;
    }

    .jn-split,
    .jn-service-feature,
    .jn-mission,
    .jn-contact-grid,
    .jn-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .jn-hero-stats,
    .jn-product-grid,
    .jn-logo-grid,
    .jn-jobs-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jn-contact-panel {
        width: min(580px, calc(100% - 44px));
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .jn-logo strong {
        font-size: 26px;
    }

    .jn-hero h1 {
        font-size: 40px;
    }

    .jn-focus-grid,
    .jn-hero-stats,
    .jn-product-grid,
    .jn-service-cards,
    .jn-logo-grid,
    .jn-jobs-list {
        grid-template-columns: 1fr;
    }

    .jn-service-ring {
        width: 260px;
        height: 260px;
    }

    .jn-service-ring span {
        width: 120px;
        transform: rotate(calc(var(--i) * 72deg)) translateY(-145px) rotate(calc(var(--i) * -72deg));
    }

    .jn-btn-light {
        margin: 12px 0 0;
    }
}
