.jx-about-page,
.jx-about-banner {
    --jx-blue: #054495;
    --jx-sky: #1c97d5;
    --jx-navy: #062e39;
    --jx-shadow: #07356e;
    --jx-soft: #eef7fc;
    --jx-muted: #5c6d76;
}

.jx-about-page {
    overflow: hidden;
    color: var(--jx-muted);
}

.jx-about-page h1,
.jx-about-page h2,
.jx-about-page h3,
.jx-about-page h4 { color: var(--jx-navy); }

.jx-about-page .jx-section { position: relative; padding: 105px 0; }
.jx-heading-wrap { max-width: 820px; }
.jx-about-page .jx-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; color: var(--jx-blue); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jx-about-page .jx-kicker::before { width: 42px; height: 3px; background: var(--jx-sky); content: ""; }
.jx-about-page .jx-kicker i { color: var(--jx-sky); }
.jx-about-page .jx-title { margin-bottom: 27px; font-size: clamp(34px, 4vw, 54px); line-height: 1.15; font-weight: 800; letter-spacing: -1.4px; }
.jx-about-page .jx-copy { font-size: 17px; line-height: 1.85; }
.jx-about-page .jx-btn { display: inline-flex; align-items: center; gap: 11px; min-height: 56px; padding: 14px 27px; border: 2px solid var(--jx-sky); background: var(--jx-sky); color: #fff; font-weight: 800; text-decoration: none; transition: .25s ease; }
.jx-about-page .jx-btn:hover { border-color: var(--jx-blue); background: var(--jx-blue); color: #fff; transform: translateY(-2px); }

.jx-about-banner { position: relative; display: flex; min-height: 520px; align-items: center; margin-top: -50px; overflow: hidden; background-position: center; background-size: cover; }
.jx-about-banner::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,46,57,.94) 0%, rgba(5,68,149,.72) 43%, rgba(6,46,57,.1) 76%); content: ""; }
.jx-about-banner::after { position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg, var(--jx-blue), var(--jx-sky)); content: ""; }
.jx-about-banner .container { z-index: 2; }
.jx-about-banner__content { position: relative; max-width: 720px; padding: 145px 0 85px; color: #fff; }
.jx-about-banner__content > span { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #8bd8ff; font-weight: 800; letter-spacing: .12em; }
.jx-about-banner__content > span::before { width: 38px; height: 2px; background: #8bd8ff; content: ""; }
.jx-about-banner h1 { margin-bottom: 18px; color: #fff; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.08; font-weight: 850; letter-spacing: -2px; }
.jx-about-banner p { max-width: 620px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.jx-about-banner .breadcrumb-item,
.jx-about-banner .breadcrumb-item.active,
.jx-about-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.74); }
.jx-about-banner .breadcrumb-item a { color: #fff; }
.jx-about-banner__route { position: absolute; right: 5%; bottom: 18%; z-index: 1; width: min(42vw, 620px); height: 150px; overflow: hidden; border-top: 2px dashed rgba(139,216,255,.55); border-radius: 50%; transform: rotate(-7deg); }
.jx-about-banner__route span { position: absolute; top: -17px; left: 4%; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: #fff; color: var(--jx-blue); box-shadow: 0 8px 25px rgba(0,0,0,.2); animation: jx-route-ship 9s ease-in-out infinite; }
.jx-about-banner__orb { position: absolute; z-index: 1; display: block; border: 1px solid rgba(139,216,255,.42); border-radius: 50%; animation: jx-orb-pulse 5s ease-in-out infinite; }
.jx-about-banner__orb--one { top: 23%; right: 7%; width: 110px; height: 110px; }
.jx-about-banner__orb--two { top: 31%; right: 10.2%; width: 35px; height: 35px; animation-delay: -2s; }

.jx-about-intro { background: #fff; }
.jx-about-intro__points { display: grid; gap: 13px; margin-top: 30px; }
.jx-about-intro__points span { display: flex; align-items: center; gap: 11px; color: var(--jx-navy); font-weight: 750; }
.jx-about-intro__points i { color: var(--jx-sky); }
.jx-about-intro__image { position: relative; padding: 0 0 34px 34px; }
.jx-about-intro__image::before { position: absolute; inset: 34px 34px 0 0; z-index: 0; background: var(--jx-soft); content: ""; }
.jx-about-intro__image img { position: relative; z-index: 1; display: block; width: 100%; min-height: 480px; object-fit: cover; box-shadow: 0 18px 55px rgba(6,46,57,.16); }
.jx-about-intro__badge { position: absolute; right: -18px; bottom: 0; z-index: 2; display: flex; max-width: 245px; align-items: center; gap: 13px; padding: 18px 21px; background: var(--jx-blue); color: #fff; box-shadow: 0 12px 30px rgba(5,68,149,.25); font-weight: 800; }
.jx-about-intro__badge i { color: #8bd8ff; font-size: 29px; }
.jx-about-intro__image:hover img { transform: translate(-5px, -5px); }
.jx-about-intro__image img { transition: transform .45s ease, box-shadow .45s ease; }

.jx-about-services { position: relative; background: linear-gradient(180deg, #f4faff 0%, #eaf5fb 100%); }
.jx-about-services::before { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(var(--jx-sky) .7px, transparent .7px); background-size: 16px 16px; content: ""; }
.jx-about-services .container { position: relative; }
.jx-service-card { height: 100%; overflow: hidden; border: 1px solid rgba(5,68,149,.09); background: #fff; box-shadow: 0 12px 35px rgba(6,46,57,.08); transition: transform .3s ease, box-shadow .3s ease; }
.jx-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(6,46,57,.14); }
.jx-service-card__media { position: relative; overflow: hidden; }
.jx-service-card__image { display: block; width: 100%; height: 265px; object-fit: cover; transition: transform .45s ease; }
.jx-service-card:hover .jx-service-card__image { transform: scale(1.045); }
.jx-service-card__icon { position: absolute; right: 24px; bottom: -29px; z-index: 2; display: grid; width: 62px; height: 62px; place-items: center; border: 5px solid #fff; border-radius: 50%; background: var(--jx-blue); color: #fff; font-size: 22px; }
.jx-service-card__body { padding: 34px 27px 28px; }
.jx-service-card h3 { margin-bottom: 13px; font-size: 23px; font-weight: 800; }
.jx-service-card p { min-height: 108px; margin-bottom: 20px; line-height: 1.75; }
.jx-service-card a { display: inline-flex; align-items: center; gap: 9px; color: var(--jx-blue); font-weight: 800; }
.jx-service-card a:hover { color: var(--jx-sky); }
.jx-service-card:hover .jx-service-card__icon { transform: rotateY(180deg); background: var(--jx-sky); }
.jx-service-card__icon { transition: transform .55s ease, background-color .3s ease; }

.jx-about-media { overflow: hidden; background: #fff; }
.jx-about-media .row { box-shadow: 0 20px 60px rgba(6,46,57,.14); }
.jx-about-media__image { position: relative; height: 100%; min-height: 490px; overflow: hidden; }
.jx-about-media__image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,46,57,.35), transparent 55%); content: ""; }
.jx-about-media__image img { width: 100%; height: 100%; object-fit: cover; }
.jx-about-media__image span { position: absolute; bottom: 28px; left: 28px; z-index: 2; display: inline-flex; align-items: center; gap: 11px; padding: 12px 17px; background: #fff; color: var(--jx-blue); font-weight: 850; letter-spacing: .08em; }
.jx-about-media__image span i { color: #c70000; font-size: 22px; }
.jx-about-media__content { display: flex; min-height: 490px; height: 100%; align-items: flex-start; justify-content: center; flex-direction: column; padding: 55px; background: var(--jx-navy); color: rgba(255,255,255,.77); }
.jx-about-media__content .jx-kicker { color: #8bd8ff; }
.jx-about-media__content .jx-kicker::before { background: #8bd8ff; }
.jx-about-media__content h2 { color: #fff; }
.jx-about-media__content p { margin-bottom: 28px; font-size: 17px; line-height: 1.8; }
.jx-about-media__image img { transition: transform 1s cubic-bezier(.2,.75,.25,1); }
.jx-about-media:hover .jx-about-media__image img { transform: scale(1.055); }

.jx-about-faq { overflow: hidden; background: var(--jx-soft); }
.jx-about-faq__ship { display: block; width: 100%; max-height: 330px; margin-top: 30px; object-fit: cover; box-shadow: 0 14px 38px rgba(6,46,57,.12); }
.jx-about-faq .accordion-item { margin-bottom: 13px; overflow: hidden; border: 0; border-left: 3px solid transparent; border-radius: 0; background: #fff; box-shadow: 0 5px 20px rgba(6,46,57,.07); }
.jx-about-faq .accordion-item:has(.accordion-button:not(.collapsed)) { border-left-color: var(--jx-sky); }
.jx-about-faq .accordion-button { padding: 21px 24px; color: var(--jx-navy); font-size: 17px; font-weight: 800; box-shadow: none; }
.jx-about-faq .accordion-button:not(.collapsed) { background: #fff; color: var(--jx-blue); }
.jx-about-faq .accordion-body { padding: 3px 24px 24px; line-height: 1.75; }

.jx-about-values { position: relative; background: var(--jx-blue); }
.jx-about-values::before { position: absolute; inset: 0; opacity: .12; background: linear-gradient(135deg, transparent 35%, #fff 35%, #fff 35.5%, transparent 35.5%, transparent 65%, #fff 65%, #fff 65.5%, transparent 65.5%); content: ""; }
.jx-about-values .container { position: relative; }
.jx-about-values .jx-kicker { color: #9de0ff; }
.jx-about-values .jx-kicker::before { background: #9de0ff; }
.jx-about-values .jx-title { color: #fff; }
.jx-value-card { position: relative; height: 100%; min-height: 295px; padding: 38px 32px 32px; overflow: hidden; border-top: 4px solid var(--jx-sky); background: #fff; box-shadow: 0 15px 38px rgba(2,29,61,.23); }
.jx-value-card > span { position: absolute; top: 9px; right: 17px; color: rgba(5,68,149,.08); font-size: 72px; line-height: 1; font-weight: 900; }
.jx-value-card > i { display: grid; width: 58px; height: 58px; margin-bottom: 25px; place-items: center; border-radius: 50%; background: var(--jx-soft); color: var(--jx-blue); font-size: 23px; }
.jx-value-card h3 { margin-bottom: 13px; font-size: 25px; font-weight: 850; }
.jx-value-card p { margin: 0; line-height: 1.75; }
.jx-value-card { transition: transform .32s ease, box-shadow .32s ease; }
.jx-value-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(2,29,61,.3); }
.jx-value-card > i { transition: transform .45s ease, background-color .3s ease, color .3s ease; }
.jx-value-card:hover > i { transform: rotateY(180deg); background: var(--jx-sky); color: #fff; }

.jx-deco-ring { position: absolute; z-index: 0; display: block; border: 2px solid rgba(28,151,213,.14); border-radius: 50%; pointer-events: none; }
.jx-deco-ring::before,
.jx-deco-ring::after { position: absolute; border: 1px solid rgba(5,68,149,.11); border-radius: inherit; content: ""; }
.jx-deco-ring::before { inset: 17px; }
.jx-deco-ring::after { inset: 38px; }
.jx-deco-ring--intro { top: -90px; left: -125px; width: 280px; height: 280px; animation: jx-slow-spin 28s linear infinite; }
.jx-deco-ring--services { right: -115px; bottom: -100px; width: 310px; height: 310px; animation: jx-slow-spin 32s linear infinite reverse; }
.jx-deco-ring--faq { top: 12%; right: -120px; width: 260px; height: 260px; animation: jx-float 8s ease-in-out infinite; }
.jx-deco-dots { position: absolute; z-index: 0; display: block; width: 125px; height: 125px; opacity: .34; background-image: radial-gradient(var(--jx-sky) 2px, transparent 2px); background-size: 15px 15px; pointer-events: none; }
.jx-deco-dots--intro { right: 4%; bottom: 4%; animation: jx-float 7s ease-in-out infinite; }
.jx-deco-dots--media { top: 7%; left: 2%; animation: jx-float 6s ease-in-out infinite reverse; }
.jx-deco-wave { position: absolute; top: 65px; left: -45px; width: 230px; height: 90px; opacity: .25; border-top: 3px solid var(--jx-sky); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.jx-deco-wave::before,
.jx-deco-wave::after { position: absolute; left: 12px; width: 100%; height: 100%; border-top: 2px solid var(--jx-blue); border-radius: 50%; content: ""; }
.jx-deco-wave::before { top: 16px; }
.jx-deco-wave::after { top: 31px; left: 24px; }
.jx-values-anchor { position: absolute; z-index: 0; color: rgba(255,255,255,.1); font-size: 95px; pointer-events: none; animation: jx-float 7s ease-in-out infinite; }
.jx-values-anchor--one { top: 10%; left: 3%; transform: rotate(-15deg); }
.jx-values-anchor--two { right: 4%; bottom: 8%; font-size: 125px; animation-delay: -3s; }

.jx-reveal { opacity: 0; transform: translateY(42px); transition: opacity .75s ease var(--jx-delay, 0ms), transform .75s cubic-bezier(.2,.75,.25,1) var(--jx-delay, 0ms); }
.jx-reveal.is-visible { opacity: 1; transform: translateY(0); }
.jx-about-intro .col-lg-6:nth-child(2).jx-reveal,
.jx-about-media .col-lg-6:nth-child(2).jx-reveal { transform: translateX(48px); }
.jx-about-intro .col-lg-6:nth-child(2).jx-reveal.is-visible,
.jx-about-media .col-lg-6:nth-child(2).jx-reveal.is-visible { transform: translateX(0); }
.jx-about-banner__content > span { animation: jx-banner-enter .65s ease both; }
.jx-about-banner h1 { animation: jx-banner-enter .75s .12s ease both; }
.jx-about-banner p { animation: jx-banner-enter .75s .24s ease both; }
.jx-about-banner nav { animation: jx-banner-enter .75s .36s ease both; }

@keyframes jx-banner-enter {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes jx-route-ship {
    0% { left: 4%; transform: translateY(0) rotate(4deg); }
    50% { transform: translateY(-11px) rotate(1deg); }
    100% { left: calc(96% - 35px); transform: translateY(0) rotate(-3deg); }
}

@keyframes jx-orb-pulse {
    0%, 100% { opacity: .45; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.08); }
}

@keyframes jx-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -18px; }
}

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

@media (max-width: 991.98px) {
    .jx-about-page .jx-section { padding: 80px 0; }
    .jx-about-banner { min-height: 470px; background-position: 64% center; }
    .jx-about-banner::before { background: linear-gradient(90deg, rgba(6,46,57,.95), rgba(5,68,149,.75) 58%, rgba(6,46,57,.3)); }
    .jx-about-intro__image { margin-top: 10px; }
    .jx-about-media__content { min-height: 430px; padding: 42px; }
}

@media (max-width: 767.98px) {
    .jx-about-page .jx-section { padding: 62px 0; }
    .jx-about-page .jx-title { font-size: 34px; letter-spacing: -.5px; }
    .jx-about-banner { min-height: 430px; margin-top: 0; background-position: 68% center; }
    .jx-about-banner__content { padding: 90px 0 70px; }
    .jx-about-banner h1 { font-size: 41px; letter-spacing: -1px; }
    .jx-about-intro__image { padding: 0 0 22px 18px; }
    .jx-about-intro__image img { min-height: 340px; }
    .jx-about-intro__badge { right: 0; max-width: 215px; }
    .jx-service-card__image { height: 235px; }
    .jx-service-card p { min-height: 0; }
    .jx-about-media__image { min-height: 340px; }
    .jx-about-media__content { min-height: 0; padding: 34px 27px; }
    .jx-value-card { min-height: 0; }
    .jx-about-banner__route { right: -25%; bottom: 11%; width: 78vw; opacity: .7; }
    .jx-about-banner__orb--one { right: -35px; }
    .jx-deco-ring,
    .jx-deco-wave,
    .jx-values-anchor { opacity: .45; }
}

@media (prefers-reduced-motion: reduce) {
    .jx-about-page *,
    .jx-about-banner * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .jx-reveal { opacity: 1; transform: none !important; }
}
