:root {
    --expedition-navy: #101331;
    --expedition-navy-soft: #1c2550;
    --expedition-blue: #3268ff;
    --expedition-cyan: #ff9f43;
    --expedition-mint: #ffd166;
    --expedition-ink: #151b3d;
    --expedition-muted: #6d7188;
    --expedition-line: #e3e4ef;
    --expedition-surface: #f7f7fc;
    --expedition-white: #ffffff;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

.expedition-public {
    overflow: hidden;
    color: var(--expedition-ink);
    background: #ffffff;
    font-family: "Inter", sans-serif;
}

.expedition-public h1,
.expedition-public h2,
.expedition-public h3,
.expedition-public p {
    margin-top: 0;
}

.expedition-public h1,
.expedition-public h2,
.expedition-public h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.expedition-public a {
    text-decoration: none;
}

/* Navbar */

.expedition-public-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(3, 30, 47, 0.16);
}

.expedition-public-nav.is-scrolled {
    border-bottom-color: rgba(16, 91, 121, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 38px rgba(4, 34, 52, 0.1);
    backdrop-filter: blur(18px);
}

.expedition-public-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
}

.expedition-public-nav .nav-link:hover,
.expedition-public-nav .nav-link:focus-visible {
    color: #ffffff;
}

.expedition-public-nav.is-scrolled .nav-link {
    color: #666b86;
}

.expedition-public-nav.is-scrolled .nav-link:hover,
.expedition-public-nav.is-scrolled .nav-link:focus-visible {
    color: #3268ff;
}

.expedition-public-nav__brand-text strong {
    color: #ffffff;
}

.expedition-public-nav__brand-text small {
    color: rgba(220, 242, 247, 0.72);
}

.expedition-public-nav.is-scrolled .expedition-public-nav__brand-text strong {
    color: #171d43;
}

.expedition-public-nav.is-scrolled .expedition-public-nav__brand-text small {
    color: #77788d;
}

.expedition-public-nav__contact,
.expedition-public-nav__back {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    padding: 10px 16px;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 750;
    transition: color 160ms ease, border-color 160ms ease,
        background 160ms ease, transform 160ms ease;
}

.expedition-public-nav__contact {
    border-color: transparent;
    background: linear-gradient(135deg, #3268ff, #7a42f4);
    box-shadow: 0 12px 28px rgba(8, 127, 245, 0.24);
}

.expedition-public-nav__back {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.expedition-public-nav__contact:hover,
.expedition-public-nav__back:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.expedition-public-nav.is-scrolled .expedition-public-nav__back {
    border-color: #ded8f5;
    color: #5241a5;
    background: linear-gradient(
        135deg,
        rgba(8, 127, 245, 0.09),
        rgba(24, 199, 216, 0.11)
    );
}

/* Shared */

.expedition-section {
    position: relative;
    padding: 112px 0;
}

.expedition-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #6046da;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.expedition-eyebrow::before {
    width: 29px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3268ff, #ff9f43);
    content: "";
}

.expedition-eyebrow--light {
    color: #ffd79b;
}

.expedition-eyebrow--light::before {
    background: linear-gradient(90deg, #ffd166, #8b6cff);
}

.expedition-eyebrow--light i {
    display: block;
    width: 7px;
    height: 7px;
    margin-left: -20px;
    border-radius: 50%;
    background: #ffd166;
    box-shadow: 0 0 0 6px rgba(98, 241, 207, 0.09);
}

.expedition-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
    align-items: end;
    gap: 64px;
    margin-bottom: 50px;
}

.expedition-section-heading h2,
.expedition-features__intro h2,
.expedition-about__content h2,
.expedition-faq header h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--expedition-ink);
    font-size: clamp(2rem, 4vw, 3.55rem);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 1.08;
}

.expedition-section-heading > p,
.expedition-section-heading--center > p,
.expedition-faq header > p {
    margin-bottom: 4px;
    color: var(--expedition-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.expedition-section-heading--center {
    display: flex;
    max-width: 800px;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.expedition-section-heading--center > p {
    max-width: 660px;
    margin-top: 22px;
}

.expedition-icon-box {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(8, 127, 245, 0.13);
    border-radius: 15px;
    color: #3268ff;
    background: linear-gradient(145deg, #f2f8ff, #eafcfc);
}

.expedition-empty-state {
    display: grid;
    min-height: 180px;
    place-items: center;
    border: 1px dashed #cbdde6;
    border-radius: 22px;
    color: #748795;
    background: #f7fbfc;
    text-align: center;
}

.expedition-empty-state--dark {
    border-color: rgba(132, 213, 229, 0.22);
    color: rgba(225, 245, 248, 0.7);
    background: rgba(255, 255, 255, 0.04);
}

/* Hero */

.expedition-hero {
    position: relative;
    min-height: 930px;
    overflow: hidden;
    padding: 188px 0 104px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 28%, rgba(17, 177, 219, 0.22), transparent 30%),
        radial-gradient(circle at 10% 86%, rgba(20, 110, 214, 0.19), transparent 35%),
        linear-gradient(125deg, #021522 0%, #032a3f 50%, #044b5c 100%);
}

.expedition-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(116, 220, 238, 0.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 220, 238, 0.075) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to bottom, black, transparent 94%);
}

.expedition-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.expedition-hero__glow--one {
    top: 7%;
    right: -12%;
    width: 480px;
    height: 480px;
    background: rgba(25, 203, 213, 0.12);
}

.expedition-hero__glow--two {
    bottom: -24%;
    left: 16%;
    width: 420px;
    height: 420px;
    background: rgba(8, 127, 245, 0.13);
}

.expedition-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.92fr);
    align-items: center;
    gap: clamp(54px, 7vw, 108px);
}

.expedition-hero__content {
    position: relative;
    z-index: 2;
}

.expedition-hero h1 {
    max-width: 780px;
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(3.3rem, 6.4vw, 6.3rem);
    font-weight: 760;
    letter-spacing: -0.07em;
    line-height: 0.99;
}

.expedition-hero__description {
    max-width: 690px;
    margin-bottom: 36px;
    color: rgba(224, 241, 245, 0.77);
    font-size: clamp(1rem, 1.55vw, 1.17rem);
    line-height: 1.85;
}

.expedition-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.expedition-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 14px 22px;
    font-size: 0.88rem;
    font-weight: 800;
    transition: transform 170ms ease, box-shadow 170ms ease,
        border-color 170ms ease, background 170ms ease;
}

.expedition-button:hover {
    transform: translateY(-2px);
}

.expedition-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #3268ff, #16c3d5);
    box-shadow: 0 19px 38px rgba(7, 120, 210, 0.27);
}

.expedition-button--primary:hover {
    color: #ffffff;
    box-shadow: 0 23px 46px rgba(7, 120, 210, 0.36);
}

.expedition-button--ghost {
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
}

.expedition-button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
}

.expedition-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 50px;
}

.expedition-hero__metrics > span {
    display: grid;
    min-width: 126px;
    gap: 5px;
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.expedition-hero__metrics > span:first-child {
    padding-left: 0;
    border-left: 0;
}

.expedition-hero__metrics strong {
    color: #ffffff;
    font: 750 1.12rem/1.1 "Plus Jakarta Sans", sans-serif;
}

.expedition-hero__metrics small {
    color: rgba(201, 229, 235, 0.62);
    font-size: 0.66rem;
}

.expedition-hero__visual {
    position: relative;
    z-index: 1;
}

.expedition-network-card {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(159, 231, 241, 0.22);
    border-radius: 38px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(4, 33, 51, 0.46);
    box-shadow: 0 45px 90px rgba(0, 14, 25, 0.32);
    backdrop-filter: blur(18px);
}

.expedition-network-card::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 54%, rgba(23, 196, 215, 0.16), transparent 33%),
        linear-gradient(rgba(137, 223, 235, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(137, 223, 235, 0.05) 1px, transparent 1px);
    background-size: auto, 38px 38px, 38px 38px;
    content: "";
}

.expedition-network-card__media {
    position: absolute;
    inset: 0;
}

.expedition-network-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 28, 43, 0.2), rgba(2, 26, 40, 0.68));
    content: "";
}

.expedition-network-card__media img,
.expedition-network-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expedition-network-card__topbar,
.expedition-network-card__footer {
    position: absolute;
    z-index: 4;
    right: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(223, 246, 248, 0.7);
    font-size: 0.61rem;
    font-weight: 750;
    letter-spacing: 0.06em;
}

.expedition-network-card__topbar {
    top: 23px;
}

.expedition-network-card__topbar > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.expedition-network-card__topbar i,
.expedition-network-card__footer i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffd166;
    box-shadow: 0 0 0 5px rgba(98, 241, 207, 0.09);
}

.expedition-network-card__topbar strong,
.expedition-network-card__footer strong {
    color: #8fe9ee;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
}

.expedition-network-card__footer {
    bottom: 23px;
    justify-content: flex-start;
}

.expedition-network-card__footer strong {
    margin-left: auto;
}

.expedition-network-map {
    position: absolute;
    z-index: 3;
    top: 72px;
    right: 20px;
    bottom: 65px;
    left: 20px;
}

.expedition-network-map__ring,
.expedition-network-map__line {
    position: absolute;
    display: block;
    pointer-events: none;
}

.expedition-network-map__ring {
    top: 50%;
    left: 50%;
    border: 1px solid rgba(105, 220, 232, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.expedition-network-map__ring--one {
    width: 265px;
    height: 265px;
}

.expedition-network-map__ring--two {
    width: 405px;
    height: 405px;
    border-style: dashed;
}

.expedition-network-map__line {
    top: 50%;
    left: 50%;
    width: 145px;
    height: 1px;
    background: linear-gradient(90deg, rgba(67, 215, 228, 0.6), rgba(67, 215, 228, 0.05));
    transform-origin: left center;
}

.expedition-network-map__line--one {
    transform: rotate(-136deg);
}

.expedition-network-map__line--two {
    transform: rotate(-43deg);
}

.expedition-network-map__line--three {
    transform: rotate(40deg);
}

.expedition-network-map__line--four {
    transform: rotate(137deg);
}

.expedition-network-map__core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 142px;
    height: 142px;
    place-items: center;
    border: 1px solid rgba(181, 240, 247, 0.27);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 30px 70px rgba(0, 17, 31, 0.3),
        0 0 0 18px rgba(18, 187, 208, 0.035);
    transform: translate(-50%, -50%) rotate(-5deg);
}

.expedition-network-map__core img {
    width: 91px;
    height: 91px;
    object-fit: contain;
    transform: rotate(5deg);
}

.expedition-network-map__node {
    position: absolute;
    display: flex;
    min-width: 116px;
    min-height: 55px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(168, 231, 239, 0.2);
    border-radius: 17px;
    padding: 11px 13px;
    color: #7de2eb;
    background: rgba(3, 34, 51, 0.77);
    box-shadow: 0 17px 32px rgba(0, 13, 24, 0.18);
    backdrop-filter: blur(12px);
}

.expedition-network-map__node svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.expedition-network-map__node b {
    color: rgba(239, 252, 253, 0.9);
    font-size: 0.64rem;
    white-space: nowrap;
}

.expedition-network-map__node--operations {
    top: 9%;
    left: 2%;
}

.expedition-network-map__node--cloud {
    top: 8%;
    right: 0;
}

.expedition-network-map__node--branches {
    right: 1%;
    bottom: 8%;
}

.expedition-network-map__node--support {
    bottom: 8%;
    left: 2%;
}

/* Solutions */

.expedition-solutions {
    background: #ffffff;
}

.expedition-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.expedition-solution-card {
    position: relative;
    display: flex;
    min-height: 390px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dfeaf0;
    border-radius: 25px;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(9, 45, 65, 0.045);
    transition: transform 180ms ease, border-color 180ms ease,
        box-shadow 180ms ease;
}

.expedition-solution-card::after {
    position: absolute;
    right: -70px;
    bottom: -82px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(8, 127, 245, 0.09);
    border-radius: 50%;
    content: "";
}

.expedition-solution-card:hover {
    border-color: #b9dce8;
    box-shadow: 0 26px 58px rgba(8, 65, 93, 0.09);
    transform: translateY(-5px);
}

.expedition-solution-card.is-featured {
    background: linear-gradient(155deg, #ffffff 55%, #f0fbfc);
}

.expedition-solution-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.expedition-solution-card__top > small {
    color: #b6c6d0;
    font: 700 0.72rem/1 "Plus Jakarta Sans", sans-serif;
}

.expedition-solution-card__eyebrow {
    margin-bottom: 10px;
    color: #0b8cab;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.expedition-solution-card h3 {
    margin-bottom: 14px;
    color: #092538;
    font-size: 1.22rem;
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.expedition-solution-card p {
    margin-bottom: 24px;
    color: #687b89;
    font-size: 0.86rem;
    line-height: 1.75;
}

.expedition-solution-card > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    color: #087fc0;
    font-size: 0.73rem;
    font-weight: 800;
}

.expedition-solution-card > a span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    color: #3268ff;
    background: #edf7ff;
}

/* Features */

.expedition-features {
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 30%, rgba(18, 187, 208, 0.13), transparent 24%),
        linear-gradient(125deg, #031b2b, #073a4b);
}

.expedition-features__layout {
    display: grid;
    grid-template-columns: minmax(390px, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(48px, 6vw, 88px);
}

.expedition-features__intro {
    position: relative;
    padding-right: 25px;
}

.expedition-features__intro h2 {
    margin-bottom: 22px;
    color: #ffffff;
}

.expedition-features__intro > p {
    max-width: 510px;
    color: rgba(216, 239, 243, 0.7);
    line-height: 1.8;
}

.expedition-loading-scene {
    position: relative;
    width: min(100%, 560px);
    overflow: hidden;
    margin-top: 38px;
    border: 1px solid rgba(149, 229, 235, 0.17);
    border-radius: 25px;
    background:
        radial-gradient(circle at 68% 42%, rgba(91, 103, 246, 0.2), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow: 0 28px 60px rgba(0, 13, 24, 0.24);
    isolation: isolate;
}

.expedition-loading-scene::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(rgba(128, 220, 230, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128, 220, 230, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
}

.expedition-loading-scene__header,
.expedition-loading-scene__footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
}

.expedition-loading-scene__header {
    border-bottom: 1px solid rgba(157, 229, 236, 0.12);
}

.expedition-loading-scene__header span,
.expedition-loading-scene__footer span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.expedition-loading-scene__header span {
    text-transform: uppercase;
}

.expedition-loading-scene__header span > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #65efcf;
    box-shadow: 0 0 0 6px rgba(101, 239, 207, 0.08);
}

.expedition-loading-scene__header small {
    color: rgba(214, 239, 243, 0.56);
    font-size: 0.59rem;
    font-weight: 700;
}

.expedition-loading-scene__art {
    display: block;
    width: 100%;
    height: auto;
    min-height: 238px;
}

.expedition-loading-scene__footer {
    justify-content: center;
    border-top: 1px solid rgba(157, 229, 236, 0.12);
    background: rgba(2, 20, 32, 0.25);
}

.expedition-loading-scene__footer span {
    color: rgba(231, 248, 250, 0.72);
    font-size: 0.57rem;
    letter-spacing: 0;
}

.expedition-loading-scene__footer span > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69e6ec;
}

.expedition-loading-scene__footer .is-transit {
    background: #ffd166;
}

.expedition-loading-scene__footer .is-delivery {
    background: #65efcf;
}

.expedition-loading-scene__footer b {
    color: rgba(180, 226, 233, 0.32);
    font-size: 0.72rem;
    font-weight: 500;
}

.expedition-loading-scene__worker,
.expedition-loading-scene__worker-bob,
.expedition-loading-scene__carried-box,
.expedition-loading-scene__wheel,
.expedition-loading-scene__loaded-box,
.expedition-loading-scene__dock-pulse,
.expedition-loading-scene__truck {
    transform-box: fill-box;
    transform-origin: center;
}

.expedition-feature-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    padding-left: 25px;
}

.expedition-feature-list::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 5px;
    border-left: 1px dashed rgba(109, 229, 234, 0.34);
    content: "";
}

.expedition-feature-list article {
    position: relative;
    display: grid;
    min-height: 116px;
    grid-template-columns: 49px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(163, 225, 235, 0.15);
    border-radius: 22px;
    padding: 20px 23px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(10px);
}

.expedition-feature-list article::before {
    position: absolute;
    top: 50%;
    left: -26px;
    width: 11px;
    height: 11px;
    border: 3px solid #073346;
    border-radius: 50%;
    background: #69e6ec;
    box-shadow: 0 0 0 5px rgba(105, 230, 236, 0.08);
    content: "";
    transform: translate(-50%, -50%);
}

.expedition-feature-list article:nth-child(2)::before {
    background: #ffd166;
}

.expedition-feature-list article:nth-child(3)::before {
    background: #8a71ff;
}

.expedition-feature-list article:nth-child(4)::before {
    background: #65efcf;
}

.expedition-feature-list article > span {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    border-radius: 14px;
    color: #65e4ec;
    background: rgba(29, 184, 207, 0.12);
}

.expedition-feature-list h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 730;
}

.expedition-feature-list p {
    margin-bottom: 0;
    color: rgba(216, 239, 243, 0.66);
    font-size: 0.82rem;
    line-height: 1.62;
}

/* About */

.expedition-about {
    background: #f5fafc;
}

.expedition-about__layout {
    display: grid;
    grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1fr);
    align-items: center;
    gap: 92px;
}

.expedition-about__visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid #d8e7ed;
    border-radius: 34px;
    background:
        linear-gradient(rgba(8, 127, 245, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 127, 245, 0.04) 1px, transparent 1px),
        linear-gradient(145deg, #ffffff, #eaf6f9);
    background-size: 44px 44px, 44px 44px, auto;
    box-shadow: 0 26px 60px rgba(9, 53, 76, 0.07);
}

.expedition-about__orbit,
.expedition-about__center,
.expedition-about__pulse {
    position: absolute;
    display: block;
}

.expedition-about__orbit {
    top: 50%;
    left: 50%;
    border: 1px solid rgba(8, 127, 245, 0.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.expedition-about__orbit--outer {
    width: 390px;
    height: 390px;
    border-style: dashed;
}

.expedition-about__orbit--inner {
    width: 245px;
    height: 245px;
}

.expedition-about__center {
    top: 50%;
    left: 50%;
    display: grid;
    width: 170px;
    height: 170px;
    place-items: center;
    align-content: center;
    gap: 6px;
    border-radius: 45px;
    color: #ffffff;
    background: linear-gradient(145deg, #056ad6, #0ab8ca);
    box-shadow: 0 25px 50px rgba(7, 121, 191, 0.25);
    transform: translate(-50%, -50%) rotate(-6deg);
}

.expedition-about__center strong {
    font: 800 1.7rem/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.05em;
    transform: rotate(6deg);
}

.expedition-about__center small {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    transform: rotate(6deg);
}

.expedition-about__pulse {
    width: 15px;
    height: 15px;
    border: 4px solid #eaf8fb;
    border-radius: 50%;
    background: #ff9f43;
    box-shadow: 0 0 0 7px rgba(16, 185, 204, 0.08);
}

.expedition-about__pulse--one {
    top: 20%;
    left: 27%;
}

.expedition-about__pulse--two {
    top: 49%;
    right: 13%;
}

.expedition-about__pulse--three {
    bottom: 17%;
    left: 31%;
}

.expedition-about__content h2 {
    margin-bottom: 25px;
}

.expedition-about__content > p {
    color: #637785;
    font-size: 1rem;
    line-height: 1.9;
}

.expedition-about__checks {
    display: grid;
    gap: 11px;
    margin-top: 30px;
}

.expedition-about__checks > span {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 15px;
    border: 1px solid #dce8ee;
    border-radius: 15px;
    padding: 11px 16px;
    color: #25465a;
    background: #ffffff;
    font-size: 0.84rem;
    font-weight: 720;
}

.expedition-about__checks i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #3268ff;
    background: #edf7ff;
    font-size: 0.64rem;
    font-style: normal;
}

/* Process */

.expedition-process {
    background: #ffffff;
}

.expedition-process__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.expedition-process__grid::before {
    position: absolute;
    top: 50px;
    right: 11%;
    left: 11%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bcdfe8 12%, #bcdfe8 88%, transparent);
    content: "";
}

.expedition-process__grid article {
    position: relative;
    z-index: 1;
    min-height: 290px;
    border: 1px solid #e0ebef;
    border-radius: 22px;
    padding: 26px;
    background: #ffffff;
}

.expedition-process__number {
    position: absolute;
    top: 21px;
    right: 22px;
    color: #bac9d1;
    font: 750 0.7rem/1 "Plus Jakarta Sans", sans-serif;
}

.expedition-process__grid .expedition-icon-box {
    margin-bottom: 27px;
}

.expedition-process__grid article > small {
    color: #0a8eaa;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.expedition-process__grid h3 {
    margin: 9px 0 12px;
    color: #0b283a;
    font-size: 1.05rem;
    font-weight: 750;
}

.expedition-process__grid p {
    margin-bottom: 0;
    color: #6d7f8b;
    font-size: 0.81rem;
    line-height: 1.75;
}

/* FAQ */

.expedition-faq {
    background: #f5fafc;
}

.expedition-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 86px;
}

.expedition-faq header {
    position: sticky;
    top: 120px;
}

.expedition-faq header h2 {
    margin-bottom: 22px;
}

.expedition-faq__list {
    display: grid;
    gap: 11px;
}

.expedition-faq__list details {
    overflow: hidden;
    border: 1px solid #dce8ed;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(9, 53, 76, 0.025);
}

.expedition-faq__list summary {
    display: grid;
    min-height: 78px;
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    cursor: pointer;
    list-style: none;
}

.expedition-faq__list summary::-webkit-details-marker {
    display: none;
}

.expedition-faq__list summary > span {
    color: #0c91b1;
    font: 750 0.67rem/1 "Plus Jakarta Sans", sans-serif;
}

.expedition-faq__list summary strong {
    color: #183649;
    font-size: 0.86rem;
    line-height: 1.5;
}

.expedition-faq__list summary i {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #eff8fb;
}

.expedition-faq__list summary i::before,
.expedition-faq__list summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: #0789ad;
    content: "";
    transform: translate(-50%, -50%);
}

.expedition-faq__list summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 160ms ease;
}

.expedition-faq__list details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.expedition-faq__list details > div {
    padding: 0 64px 22px 69px;
    color: #687c89;
    font-size: 0.83rem;
    line-height: 1.8;
}

/* Contact */

.expedition-contact {
    padding: 0 0 110px;
    background: #f5fafc;
}

.expedition-contact__card {
    position: relative;
    display: grid;
    min-height: 350px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.55fr);
    align-items: center;
    gap: 70px;
    border-radius: 34px;
    padding: clamp(42px, 7vw, 82px);
    color: #ffffff;
    background:
        linear-gradient(rgba(126, 225, 235, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(126, 225, 235, 0.055) 1px, transparent 1px),
        linear-gradient(130deg, #032338, #075268);
    background-size: 48px 48px, 48px 48px, auto;
    box-shadow: 0 35px 75px rgba(3, 41, 59, 0.16);
}

.expedition-contact__glow {
    position: absolute;
    right: -140px;
    bottom: -190px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(25, 203, 213, 0.18);
    filter: blur(6px);
}

.expedition-contact__card > div {
    position: relative;
    z-index: 1;
}

.expedition-contact h2 {
    max-width: 720px;
    margin-bottom: 19px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 1.06;
}

.expedition-contact p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(220, 241, 244, 0.7);
    line-height: 1.8;
}

.expedition-contact__action {
    display: grid;
    gap: 13px;
}

.expedition-contact__action > a {
    display: flex;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 16px;
    color: #063149;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 15, 25, 0.17);
    font-size: 0.86rem;
    font-weight: 800;
    transition: color 170ms ease, background 170ms ease,
        transform 170ms ease;
}

.expedition-contact__action > a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #3268ff, #15bfd2);
    transform: translateY(-2px);
}

.expedition-contact__action small {
    color: rgba(215, 239, 243, 0.56);
    font-size: 0.65rem;
    line-height: 1.55;
    text-align: center;
}

/* Tablet */

@media (max-width: 1199.98px) {
    .expedition-hero {
        min-height: auto;
        padding: 165px 0 90px;
    }

    .expedition-hero__layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.8fr);
        gap: 45px;
    }

    .expedition-hero h1 {
        font-size: clamp(3.2rem, 6vw, 4.8rem);
    }

    .expedition-network-card {
        min-height: 520px;
    }

    .expedition-network-map__ring--two {
        width: 340px;
        height: 340px;
    }

    .expedition-network-map__line {
        width: 120px;
    }

    .expedition-solution-grid,
    .expedition-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expedition-solution-card {
        min-height: 340px;
    }

    .expedition-process__grid::before {
        display: none;
    }

    .expedition-about__layout {
        gap: 55px;
    }
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 82px;
    }

    .expedition-public-nav .navbar-collapse {
        margin-top: 11px;
        border: 1px solid rgba(142, 217, 228, 0.18);
        border-radius: 20px;
        padding: 14px;
        background: rgba(3, 33, 50, 0.97);
        box-shadow: 0 25px 55px rgba(0, 18, 30, 0.24);
    }

    .expedition-public-nav.is-scrolled .navbar-collapse {
        border-color: #d9e8ee;
        background: rgba(255, 255, 255, 0.98);
    }

    .expedition-public-nav .nav-link {
        padding: 11px 12px;
    }

    .expedition-public-nav__contact,
    .expedition-public-nav__back {
        width: 100%;
        margin-top: 7px;
    }

    .expedition-hero {
        padding: 150px 0 80px;
    }

    .expedition-hero__layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .expedition-hero__content {
        max-width: 770px;
    }

    .expedition-hero h1 {
        max-width: 800px;
        font-size: clamp(3.5rem, 9vw, 5.5rem);
    }

    .expedition-hero__visual {
        width: min(100%, 680px);
        margin: -6px auto 0;
    }

    .expedition-network-card {
        min-height: 600px;
    }

    .expedition-network-map__ring--two {
        width: 420px;
        height: 420px;
    }

    .expedition-section {
        padding: 90px 0;
    }

    .expedition-section-heading,
    .expedition-features__layout,
    .expedition-about__layout,
    .expedition-faq__layout,
    .expedition-contact__card {
        grid-template-columns: 1fr;
    }

    .expedition-section-heading {
        align-items: start;
        gap: 22px;
    }

    .expedition-section-heading > p {
        max-width: 700px;
    }

    .expedition-features__layout {
        gap: 46px;
    }

    .expedition-features__intro {
        padding-right: 0;
    }

    .expedition-loading-scene {
        width: min(100%, 720px);
        margin-top: 34px;
    }

    .expedition-about__visual {
        width: min(100%, 650px);
        min-height: 570px;
        margin: 0 auto;
    }

    .expedition-about__content {
        max-width: 760px;
    }

    .expedition-faq__layout {
        gap: 38px;
    }

    .expedition-faq header {
        position: static;
        max-width: 730px;
    }

    .expedition-contact__card {
        gap: 35px;
    }

    .expedition-contact__action {
        max-width: 370px;
    }
}

/* Mobile */

@media (max-width: 767.98px) {
    .expedition-hero {
        padding: 132px 0 68px;
    }

    .expedition-hero h1 {
        margin-bottom: 22px;
        font-size: clamp(2.75rem, 13vw, 4.4rem);
        line-height: 1.02;
    }

    .expedition-hero__description {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .expedition-hero__actions,
    .expedition-button {
        width: 100%;
    }

    .expedition-hero__metrics {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 38px;
    }

    .expedition-hero__metrics > span {
        min-width: 0;
        padding: 0 12px;
    }

    .expedition-hero__metrics small {
        font-size: 0.58rem;
    }

    .expedition-hero__layout {
        gap: 42px;
    }

    .expedition-network-card {
        min-height: 470px;
        border-radius: 28px;
    }

    .expedition-network-map {
        top: 65px;
        right: 10px;
        bottom: 60px;
        left: 10px;
    }

    .expedition-network-map__ring--one {
        width: 200px;
        height: 200px;
    }

    .expedition-network-map__ring--two {
        width: 315px;
        height: 315px;
    }

    .expedition-network-map__line {
        width: 95px;
    }

    .expedition-network-map__core {
        width: 115px;
        height: 115px;
        border-radius: 30px;
    }

    .expedition-network-map__core img {
        width: 74px;
        height: 74px;
    }

    .expedition-network-map__node {
        min-width: 93px;
        min-height: 48px;
        gap: 6px;
        border-radius: 14px;
        padding: 8px 9px;
    }

    .expedition-network-map__node svg {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }

    .expedition-network-map__node b {
        font-size: 0.55rem;
    }

    .expedition-network-card__topbar,
    .expedition-network-card__footer {
        right: 16px;
        left: 16px;
    }

    .expedition-network-card__topbar > span {
        max-width: 190px;
    }

    .expedition-section {
        padding: 76px 0;
    }

    .expedition-section-heading {
        margin-bottom: 34px;
    }

    .expedition-section-heading h2,
    .expedition-features__intro h2,
    .expedition-about__content h2,
    .expedition-faq header h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .expedition-solution-grid,
    .expedition-feature-list,
    .expedition-process__grid {
        grid-template-columns: 1fr;
    }

    .expedition-solution-card {
        min-height: 330px;
    }

    .expedition-loading-scene {
        margin-top: 28px;
        border-radius: 21px;
    }

    .expedition-loading-scene__header,
    .expedition-loading-scene__footer {
        padding: 13px 14px;
    }

    .expedition-loading-scene__art {
        min-height: 0;
    }

    .expedition-feature-list article {
        min-height: 128px;
    }

    .expedition-about__layout {
        gap: 45px;
    }

    .expedition-about__visual {
        min-height: 440px;
        border-radius: 26px;
    }

    .expedition-about__orbit--outer {
        width: 320px;
        height: 320px;
    }

    .expedition-about__orbit--inner {
        width: 205px;
        height: 205px;
    }

    .expedition-about__center {
        width: 145px;
        height: 145px;
        border-radius: 38px;
    }

    .expedition-process__grid article {
        min-height: 250px;
    }

    .expedition-faq__list summary {
        grid-template-columns: 31px minmax(0, 1fr) 28px;
        gap: 10px;
        padding: 15px;
    }

    .expedition-faq__list details > div {
        padding: 0 48px 19px 56px;
    }

    .expedition-contact {
        padding-bottom: 78px;
    }

    .expedition-contact__card {
        min-height: 0;
        border-radius: 26px;
        padding: 36px 24px;
    }

    .expedition-contact__action {
        max-width: none;
    }
}

@media (max-width: 479.98px) {
    .expedition-public-nav__brand-text strong {
        font-size: 0.82rem;
    }

    .expedition-public-nav__brand-text small {
        font-size: 0.57rem;
    }

    .expedition-hero h1 {
        font-size: clamp(2.45rem, 12.8vw, 3.55rem);
    }

    .expedition-hero__metrics {
        gap: 18px 0;
    }

    .expedition-hero__metrics strong {
        font-size: 0.93rem;
    }

    .expedition-network-card {
        min-height: 410px;
    }

    .expedition-network-map__ring--two {
        width: 265px;
        height: 265px;
    }

    .expedition-network-map__ring--one {
        width: 175px;
        height: 175px;
    }

    .expedition-network-map__line {
        width: 77px;
    }

    .expedition-network-map__core {
        width: 100px;
        height: 100px;
        border-radius: 27px;
    }

    .expedition-network-map__core img {
        width: 66px;
        height: 66px;
    }

    .expedition-network-map__node {
        min-width: 0;
        min-height: 42px;
        padding: 7px 8px;
    }

    .expedition-network-map__node svg {
        width: 16px;
        height: 16px;
    }

    .expedition-network-map__node b {
        font-size: 0.49rem;
    }

    .expedition-network-map__node--operations,
    .expedition-network-map__node--support {
        left: 0;
    }

    .expedition-network-map__node--cloud,
    .expedition-network-map__node--branches {
        right: 0;
    }

    .expedition-network-card__topbar > span {
        font-size: 0;
    }

    .expedition-network-card__topbar > span i {
        font-size: initial;
    }

    .expedition-loading-scene__header small {
        display: none;
    }

    .expedition-loading-scene__footer {
        gap: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .expedition-loading-scene__footer span {
        gap: 5px;
        font-size: 0.49rem;
    }

    .expedition-about__visual {
        min-height: 390px;
    }

    .expedition-about__orbit--outer {
        width: 280px;
        height: 280px;
    }

    .expedition-about__orbit--inner {
        width: 185px;
        height: 185px;
    }

    .expedition-faq__list details > div {
        padding-right: 18px;
        padding-left: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .expedition-public *,
    .expedition-public *::before,
    .expedition-public *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Inquiry form */

.expedition-contact__card {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    align-items: stretch;
    gap: clamp(32px, 5vw, 72px);
    padding: clamp(34px, 5vw, 64px);
    background:
        linear-gradient(rgba(255, 209, 102, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 209, 102, 0.055) 1px, transparent 1px),
        linear-gradient(132deg, #101331 0%, #20265a 52%, #4b2a81 100%);
    box-shadow: 0 35px 78px rgba(21, 19, 49, 0.2);
}

.expedition-contact__intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
    min-width: 0;
}

.expedition-contact__action {
    max-width: 410px;
}

.expedition-contact__action > a:hover {
    background: linear-gradient(135deg, #3268ff, #7a42f4 58%, #ff9f43);
}

.expedition-inquiry-form {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 25px;
    padding: clamp(23px, 3vw, 34px);
    color: #1c2148;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 65px rgba(5, 8, 31, 0.22);
    backdrop-filter: blur(20px);
}

.expedition-inquiry-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.expedition-inquiry-form__heading strong,
.expedition-inquiry-form__heading span {
    display: block;
}

.expedition-inquiry-form__heading strong {
    color: #171d43;
    font: 800 clamp(1.12rem, 2vw, 1.45rem)/1.25 "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.025em;
}

.expedition-inquiry-form__heading span {
    margin-top: 6px;
    color: #7a7e94;
    font-size: 0.67rem;
    line-height: 1.55;
}

.expedition-inquiry-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.expedition-inquiry-form label:not(.expedition-inquiry-consent) {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.expedition-inquiry-form label > span {
    color: #343b65;
    font-size: 0.66rem;
    font-weight: 750;
}

.expedition-inquiry-form input,
.expedition-inquiry-form select,
.expedition-inquiry-form textarea {
    width: 100%;
    min-height: 47px;
    border: 1px solid #dfe2ef;
    border-radius: 12px;
    outline: none;
    padding: 11px 13px;
    color: #171d43;
    background: #fafaff;
    font: 500 0.76rem/1.5 "Inter", sans-serif;
    transition: border-color 150ms ease, background 150ms ease,
        box-shadow 150ms ease;
}

.expedition-inquiry-form textarea {
    min-height: 126px;
    resize: vertical;
}

.expedition-inquiry-form input:focus,
.expedition-inquiry-form select:focus,
.expedition-inquiry-form textarea:focus {
    border-color: #7c68e9;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(101, 75, 220, 0.1);
}

.expedition-inquiry-form textarea::placeholder {
    color: #a2a6ba;
}

.expedition-inquiry-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.expedition-inquiry-consent input {
    flex: 0 0 17px;
    width: 17px;
    min-height: 17px;
    margin-top: 2px;
    padding: 0;
    accent-color: #654bdc;
}

.expedition-inquiry-consent span {
    color: #69708c !important;
    font-size: 0.63rem !important;
    font-weight: 550 !important;
    line-height: 1.55;
}

.expedition-inquiry-form > button {
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(115deg, #3268ff, #7144e9 58%, #ef8732);
    box-shadow: 0 15px 32px rgba(74, 64, 204, 0.25);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.expedition-inquiry-form > button:hover {
    transform: translateY(-2px);
    box-shadow: 0 19px 38px rgba(74, 64, 204, 0.33);
}

.expedition-inquiry-alert {
    border: 1px solid;
    border-radius: 12px;
    padding: 11px 13px;
    font-size: 0.68rem;
    line-height: 1.55;
}

.expedition-inquiry-alert ul {
    margin: 0;
    padding-left: 17px;
}

.expedition-inquiry-alert--success {
    border-color: #b8e6d1;
    color: #08714a;
    background: #eaf9f2;
}

.expedition-inquiry-alert--error {
    border-color: #f0c3cc;
    color: #a32c42;
    background: #fff1f4;
}

@media (max-width: 991.98px) {
    .expedition-contact__card {
        grid-template-columns: 1fr;
    }

    .expedition-contact__intro {
        max-width: 760px;
    }
}

@media (max-width: 575.98px) {
    .expedition-contact__card {
        padding: 28px 17px;
    }

    .expedition-inquiry-form {
        border-radius: 20px;
        padding: 20px 15px;
    }

    .expedition-inquiry-form__grid {
        grid-template-columns: 1fr;
    }
}

/* Gradient typography and motion enhancement */

.expedition-hero h1 {
    color: transparent;
    background: linear-gradient(96deg, #ffffff 0%, #bdeeff 55%, #63f1d1 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.expedition-section-heading h2,
.expedition-about__content h2,
.expedition-faq header h2 {
    color: transparent;
    background: linear-gradient(112deg, #08273a 0%, #3268ff 56%, #7a42f4 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.expedition-features__intro h2,
.expedition-contact h2 {
    color: transparent;
    background: linear-gradient(96deg, #ffffff 0%, #bfefff 58%, #64f1d1 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.expedition-hero h1 {
    animation: expeditionTitleEnter 920ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expedition-hero__description {
    animation: expeditionFadeRise 820ms 250ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expedition-hero__actions {
    animation: expeditionFadeRise 820ms 370ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expedition-hero__metrics {
    animation: expeditionFadeRise 820ms 490ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.expedition-network-card {
    animation:
        expeditionCardEnter 1s 170ms cubic-bezier(0.22, 1, 0.36, 1) both,
        expeditionCardDrift 6.4s 1.3s ease-in-out infinite;
}

.expedition-hero__glow--one {
    animation: expeditionGlowOne 9s ease-in-out infinite alternate;
}

.expedition-hero__glow--two {
    animation: expeditionGlowTwo 10s ease-in-out infinite alternate;
}

.expedition-network-map__ring--one {
    animation: expeditionRingSpin 20s linear infinite;
}

.expedition-network-map__ring--two {
    animation: expeditionRingSpinReverse 27s linear infinite;
}

.expedition-network-map__core {
    animation: expeditionCoreFloat 5s ease-in-out infinite;
}

.expedition-network-map__line {
    animation: expeditionLinePulse 2.4s ease-in-out infinite;
}

.expedition-network-map__line--two {
    animation-delay: -0.6s;
}

.expedition-network-map__line--three {
    animation-delay: -1.2s;
}

.expedition-network-map__line--four {
    animation-delay: -1.8s;
}

.expedition-network-map__node--operations {
    animation: expeditionNodeFloat 4.4s ease-in-out infinite;
}

.expedition-network-map__node--cloud {
    animation: expeditionNodeFloat 4.8s -1.4s ease-in-out infinite;
}

.expedition-network-map__node--branches {
    animation: expeditionNodeFloat 5.2s -2.7s ease-in-out infinite;
}

.expedition-network-map__node--support {
    animation: expeditionNodeFloat 4.6s -3.5s ease-in-out infinite;
}

.expedition-loading-scene__worker {
    animation: expeditionWorkerLoad 9s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.expedition-loading-scene__worker-bob {
    animation: expeditionWorkerBob 820ms ease-in-out infinite alternate;
}

.expedition-loading-scene__carried-box {
    animation: expeditionBoxLoad 9s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.expedition-loading-scene__truck {
    animation: expeditionTruckIdle 2.8s ease-in-out infinite;
}

.expedition-loading-scene__wheel {
    animation: expeditionWheelTurn 2.8s linear infinite;
}

.expedition-loading-scene__loaded-box {
    animation: expeditionLoadedBox 9s ease-in-out infinite;
}

.expedition-loading-scene__dock-pulse {
    animation: expeditionDockPulse 1.7s ease-out infinite;
}

.expedition-loading-scene__route {
    animation: expeditionRouteDash 2.2s linear infinite;
}

.expedition-loading-scene__header span > i {
    animation: expeditionStatusPulse 1.8s ease-in-out infinite;
}

.expedition-about__orbit--outer {
    animation: expeditionAboutOrbit 25s linear infinite;
}

.expedition-about__orbit--inner {
    animation: expeditionAboutOrbitReverse 18s linear infinite;
}

.expedition-about__center {
    animation: expeditionAboutCore 5.4s ease-in-out infinite;
}

.expedition-about__pulse {
    animation: expeditionPulse 2.4s ease-in-out infinite;
}

.expedition-about__pulse--two {
    animation-delay: -0.8s;
}

.expedition-about__pulse--three {
    animation-delay: -1.6s;
}

.expedition-solution-card:hover .expedition-icon-box,
.expedition-process__grid article:hover .expedition-icon-box {
    animation: expeditionIconPulse 1.5s ease-in-out infinite;
}

.expedition-contact__card {
    background-size: 48px 48px, 48px 48px, 135% 135%;
    animation: expeditionContactGradient 10s ease-in-out infinite alternate;
}

.expedition-contact__glow {
    animation: expeditionContactGlow 7s ease-in-out infinite alternate;
}

@supports (animation-timeline: view()) {
    .expedition-section-heading,
    .expedition-solution-card,
    .expedition-features__intro,
    .expedition-feature-list article,
    .expedition-about__visual,
    .expedition-about__content,
    .expedition-process__grid article,
    .expedition-faq header,
    .expedition-faq__list details {
        animation: expeditionScrollReveal linear both;
        animation-timeline: view();
        animation-range: entry 5% cover 28%;
    }

    .expedition-solution-card:nth-child(2n),
    .expedition-feature-list article:nth-child(2n),
    .expedition-process__grid article:nth-child(2n),
    .expedition-faq__list details:nth-child(2n) {
        animation-name: expeditionScrollRevealAlt;
    }
}

@keyframes expeditionTitleEnter {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes expeditionFadeRise {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expeditionCardEnter {
    from {
        opacity: 0;
        filter: blur(9px);
        transform: translate3d(45px, 35px, 0) rotate(3deg) scale(0.94);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) rotate(0) scale(1);
    }
}

@keyframes expeditionCardDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0);
    }

    50% {
        transform: translate3d(0, -9px, 0) rotate(0.7deg);
    }
}

@keyframes expeditionGlowOne {
    from {
        transform: translate3d(-22px, -12px, 0) scale(0.94);
    }

    to {
        transform: translate3d(35px, 28px, 0) scale(1.12);
    }
}

@keyframes expeditionGlowTwo {
    from {
        transform: translate3d(20px, 17px, 0) scale(1);
    }

    to {
        transform: translate3d(-38px, -22px, 0) scale(1.15);
    }
}

@keyframes expeditionRingSpin {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes expeditionRingSpinReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes expeditionCoreFloat {
    0%,
    100% {
        transform: translate(-50%, -50%) rotate(-5deg) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) rotate(-1deg) translateY(-8px);
    }
}

@keyframes expeditionLinePulse {
    0%,
    100% {
        opacity: 0.35;
        filter: brightness(0.85);
    }

    50% {
        opacity: 1;
        filter: brightness(1.35);
    }
}

@keyframes expeditionNodeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes expeditionWorkerLoad {
    0%,
    8% {
        opacity: 0;
        transform: translateX(-20px);
    }

    12% {
        opacity: 1;
        transform: translateX(-10px);
    }

    42% {
        opacity: 1;
        transform: translateX(60px);
    }

    58% {
        opacity: 1;
        transform: translateX(115px);
    }

    64% {
        opacity: 1;
        transform: translateX(125px) rotate(0);
    }

    70%,
    76% {
        opacity: 1;
        transform: translateX(125px) translateY(3px) rotate(3deg);
    }

    82% {
        opacity: 1;
        transform: translateX(88px) rotate(0);
    }

    96% {
        opacity: 1;
        transform: translateX(-10px);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes expeditionWorkerBob {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-2.5px);
    }
}

@keyframes expeditionBoxLoad {
    0%,
    8% {
        opacity: 0;
        transform: translateX(-20px);
    }

    12% {
        opacity: 1;
        transform: translateX(-10px);
    }

    42% {
        opacity: 1;
        transform: translateX(60px);
    }

    58% {
        opacity: 1;
        transform: translateX(115px);
    }

    64% {
        opacity: 1;
        transform: translateX(125px) translateY(0) rotate(0);
    }

    70% {
        opacity: 1;
        transform: translateX(150px) translateY(-12px) rotate(-2deg);
    }

    76% {
        opacity: 1;
        transform: translateX(205px) translateY(-12px) rotate(0);
    }

    79% {
        opacity: 0;
        transform: translateX(220px) translateY(-12px);
    }

    80%,
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes expeditionTruckIdle {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

@keyframes expeditionWheelTurn {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes expeditionLoadedBox {
    0%,
    66%,
    100% {
        opacity: 0.18;
        transform: translateY(7px) scale(0.94);
    }

    73%,
    92% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes expeditionDockPulse {
    0% {
        opacity: 0.35;
        transform: scale(0.72);
    }

    70% {
        opacity: 1;
        transform: scale(1.08);
    }

    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

@keyframes expeditionRouteDash {
    to {
        stroke-dashoffset: -38;
    }
}

@keyframes expeditionStatusPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(101, 239, 207, 0.04);
        opacity: 0.72;
    }

    50% {
        box-shadow: 0 0 0 8px rgba(101, 239, 207, 0.1);
        opacity: 1;
    }
}

@keyframes expeditionAboutOrbit {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes expeditionAboutOrbitReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes expeditionAboutCore {
    0%,
    100% {
        transform: translate(-50%, -50%) rotate(-6deg) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) rotate(-2deg) translateY(-8px);
    }
}

@keyframes expeditionPulse {
    0%,
    100% {
        box-shadow: 0 0 0 6px rgba(16, 185, 204, 0.07);
        transform: scale(0.92);
    }

    50% {
        box-shadow: 0 0 0 16px rgba(16, 185, 204, 0.015);
        transform: scale(1.1);
    }
}

@keyframes expeditionIconPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(8, 127, 245, 0.06);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(8, 127, 245, 0.02);
        transform: scale(1.04);
    }
}

@keyframes expeditionContactGradient {
    from {
        background-position: 0 0, 0 0, 0% 50%;
    }

    to {
        background-position: 24px 24px, 24px 24px, 100% 50%;
    }
}

@keyframes expeditionContactGlow {
    from {
        transform: translate3d(-25px, 10px, 0) scale(0.94);
    }

    to {
        transform: translate3d(25px, -18px, 0) scale(1.1);
    }
}

@keyframes expeditionScrollReveal {
    from {
        opacity: 0;
        clip-path: inset(12% 0 0 0 round 18px);
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0 round 0);
        transform: translateY(0);
    }
}

@keyframes expeditionScrollRevealAlt {
    from {
        opacity: 0;
        clip-path: inset(0 10% 0 0 round 18px);
        transform: translateX(22px);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0 round 0);
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .expedition-hero h1,
    .expedition-hero__description,
    .expedition-hero__actions,
    .expedition-hero__metrics,
    .expedition-network-card,
    .expedition-hero__glow,
    .expedition-network-map__ring,
    .expedition-network-map__core,
    .expedition-network-map__line,
    .expedition-network-map__node,
    .expedition-loading-scene__worker,
    .expedition-loading-scene__worker-bob,
    .expedition-loading-scene__carried-box,
    .expedition-loading-scene__truck,
    .expedition-loading-scene__wheel,
    .expedition-loading-scene__loaded-box,
    .expedition-loading-scene__dock-pulse,
    .expedition-loading-scene__route,
    .expedition-loading-scene__header span > i,
    .expedition-about__orbit,
    .expedition-about__center,
    .expedition-about__pulse,
    .expedition-icon-box,
    .expedition-section-heading,
    .expedition-solution-card,
    .expedition-features__intro,
    .expedition-feature-list article,
    .expedition-about__visual,
    .expedition-about__content,
    .expedition-process__grid article,
    .expedition-faq header,
    .expedition-faq__list details,
    .expedition-contact__card,
    .expedition-contact__glow {
        animation: none !important;
        clip-path: none;
        filter: none;
    }
}
