:root {
    --bg: #08111f;
    --bg-alt: #0d1b30;
    --panel: rgba(12, 24, 43, 0.58);
    --panel-strong: rgba(11, 20, 37, 0.72);
    --line: rgba(127, 180, 255, 0.18);
    --line-strong: rgba(147, 215, 255, 0.42);
    --text: #ecf4ff;
    --muted: #9fb0ca;
    --accent: #6ee7c8;
    --accent-strong: #6fc4ff;
    --accent-soft: rgba(111, 196, 255, 0.18);
    --danger: #ff9b95;
    --success: #98f0c7;
    --shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --content: min(1840px, calc(100vw - 0.35rem));
    --header-h: 92px;
}

body[data-theme="light"] {
    --bg: #edf3fa;
    --bg-alt: #dfe8f4;
    --panel: rgba(255, 255, 255, 0.64);
    --panel-strong: rgba(249, 251, 255, 0.74);
    --line: rgba(39, 77, 129, 0.12);
    --line-strong: rgba(39, 77, 129, 0.28);
    --text: #14243a;
    --muted: #54657f;
    --accent: #0fa787;
    --accent-strong: #0c7cd5;
    --accent-soft: rgba(12, 124, 213, 0.12);
    --danger: #c05252;
    --success: #21895b;
    --shadow: 0 28px 60px rgba(24, 52, 88, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 10% 10%, rgba(41, 96, 168, 0.3), transparent 30%),
        radial-gradient(circle at 85% 14%, rgba(110, 231, 200, 0.14), transparent 24%),
        radial-gradient(circle at 82% 82%, rgba(111, 196, 255, 0.1), transparent 26%),
        linear-gradient(150deg, #06101d 0%, #0a1426 45%, #071321 100%);
    overflow-x: hidden;
    transition: background-color 0.4s ease, color 0.4s ease;
}

body[data-theme="light"] {
    background:
        radial-gradient(circle at 12% 10%, rgba(12, 124, 213, 0.12), transparent 28%),
        radial-gradient(circle at 84% 16%, rgba(15, 167, 135, 0.1), transparent 26%),
        radial-gradient(circle at 78% 82%, rgba(39, 77, 129, 0.08), transparent 26%),
        linear-gradient(150deg, #f4f8fc 0%, #eaf1f8 46%, #edf4fb 100%);
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background-image:
        linear-gradient(rgba(126, 172, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(126, 172, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 92%);
}

body::after {
    background:
        radial-gradient(circle at 25% 30%, rgba(111, 196, 255, 0.15), transparent 0 16%),
        radial-gradient(circle at 62% 66%, rgba(110, 231, 200, 0.12), transparent 0 14%),
        radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.09), transparent 0 12%);
    animation: float-bg 18s ease-in-out infinite alternate;
    opacity: 0.8;
}

#particles-js {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.72;
}

body[data-theme="light"] #particles-js {
    opacity: 0.94;
    filter: saturate(1.08) contrast(1.04);
}

#particles-js canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.ambient-particles {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.ambient-particles span {
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 18px rgba(111, 196, 255, 0.2);
    animation: drift-particle linear infinite;
    opacity: 0.55;
}

.ambient-particles span:nth-child(1) { top: 12%; left: 8%; animation-duration: 18s; animation-delay: -2s; }
.ambient-particles span:nth-child(2) { top: 24%; left: 18%; width: 5px; height: 5px; animation-duration: 21s; animation-delay: -8s; }
.ambient-particles span:nth-child(3) { top: 16%; left: 72%; width: 6px; height: 6px; animation-duration: 19s; animation-delay: -4s; }
.ambient-particles span:nth-child(4) { top: 38%; left: 88%; width: 4px; height: 4px; animation-duration: 24s; animation-delay: -10s; }
.ambient-particles span:nth-child(5) { top: 66%; left: 12%; animation-duration: 22s; animation-delay: -6s; }
.ambient-particles span:nth-child(6) { top: 78%; left: 34%; width: 5px; height: 5px; animation-duration: 20s; animation-delay: -3s; }
.ambient-particles span:nth-child(7) { top: 84%; left: 58%; animation-duration: 23s; animation-delay: -11s; }
.ambient-particles span:nth-child(8) { top: 58%; left: 76%; width: 5px; height: 5px; animation-duration: 17s; animation-delay: -7s; }
.ambient-particles span:nth-child(9) { top: 48%; left: 48%; width: 4px; height: 4px; animation-duration: 26s; animation-delay: -5s; }
.ambient-particles span:nth-child(10) { top: 8%; left: 92%; width: 6px; height: 6px; animation-duration: 22s; animation-delay: -12s; }

body[data-theme="light"] .ambient-particles span {
    background: rgba(12, 124, 213, 0.24);
    box-shadow: 0 0 18px rgba(12, 124, 213, 0.2);
    opacity: 0.72;
}

body.home-loader-active {
    overflow: hidden;
}

.home-loader {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background:
        linear-gradient(180deg, rgba(4, 11, 20, 0.76), rgba(4, 11, 20, 0.9)),
        radial-gradient(circle at top, rgba(111, 196, 255, 0.16), transparent 38%),
        radial-gradient(circle at bottom, rgba(110, 231, 200, 0.12), transparent 30%);
    backdrop-filter: blur(18px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

.home-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.home-loader__panel {
    position: relative;
    width: min(520px, 100%);
    padding: clamp(1.5rem, 3.8vw, 2.5rem);
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 20, 35, 0.9), rgba(5, 14, 25, 0.96)),
        linear-gradient(130deg, rgba(111, 196, 255, 0.08), transparent 60%);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.24);
}

.home-loader__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.06), transparent 70%);
    pointer-events: none;
}

.home-loader__glow {
    position: absolute;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 196, 255, 0.22), transparent 68%);
    filter: blur(10px);
    animation: loader-pulse 2.4s ease-in-out infinite;
}

.home-loader__logo,
.home-loader__eyebrow,
.home-loader h2,
.home-loader__progress {
    position: relative;
    z-index: 1;
}

.home-loader__logo {
    width: min(360px, 82vw);
    filter: drop-shadow(0 14px 26px rgba(111, 196, 255, 0.14));
}

body[data-theme="dark"] .home-loader__logo {
    filter: brightness(0) invert(1) drop-shadow(0 14px 26px rgba(111, 196, 255, 0.18));
}

.home-loader__eyebrow {
    margin: 0;
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-loader h2 {
    margin: 0;
    font-size: clamp(1.55rem, 4vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.home-loader__progress {
    width: min(190px, 100%);
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home-loader__progress span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(111, 196, 255, 0.16), rgba(110, 231, 200, 0.92), rgba(111, 196, 255, 0.4));
    animation: loader-progress 1.25s ease-in-out infinite;
}

body[data-theme="light"] .home-loader {
    background:
        linear-gradient(180deg, rgba(237, 243, 250, 0.82), rgba(237, 243, 250, 0.94)),
        radial-gradient(circle at top, rgba(12, 124, 213, 0.16), transparent 38%),
        radial-gradient(circle at bottom, rgba(15, 167, 135, 0.1), transparent 30%);
}

body[data-theme="light"] .home-loader__panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 243, 252, 0.98)),
        linear-gradient(130deg, rgba(12, 124, 213, 0.08), transparent 60%);
    box-shadow: 0 26px 56px rgba(24, 52, 88, 0.14);
}

body[data-theme="light"] .home-loader__logo {
    filter: none;
}

body[data-theme="light"] .home-loader__progress {
    background: rgba(39, 77, 129, 0.12);
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    position: relative;
    z-index: 1;
    width: var(--content);
    margin: 0 auto;
    padding: 0.55rem 0 2rem;
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.site-header {
    position: sticky;
    top: 0.55rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.78rem;
    height: calc(100vh - 0.9rem);
    height: calc(100dvh - 0.9rem);
    max-height: calc(100vh - 0.9rem);
    max-height: calc(100dvh - 0.9rem);
    padding: 0.84rem 0.74rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--panel);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.site-main,
.site-footer,
.site-legal {
    grid-column: 2;
}

.site-main {
    width: 100%;
}

.brand-lockup {
    width: min(100%, 182px);
    margin-inline: auto;
    padding: 0.15rem 0;
    display: flex;
    justify-content: center;
}

.brand-lockup img,
.site-footer__brand img {
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.brand-lockup img {
    margin-inline: auto;
}

body[data-theme="dark"] .brand-lockup img,
body[data-theme="dark"] .site-footer__brand img {
    filter: brightness(0) invert(1);
}

.site-nav {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

.nav-link {
    padding: 0.62rem 0.82rem;
    border-radius: 16px;
    font-size: 0.92rem;
    color: var(--muted);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    border: 1px solid transparent;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
    color: var(--text);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

.header-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.62rem;
    margin-top: auto;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 0.6rem;
    padding: 0.72rem 0.92rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.menu-toggle__icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    background: var(--accent-soft);
}

.menu-toggle__icon span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.menu-toggle strong {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.menu-open .menu-toggle__icon span:first-child {
    transform: translateY(5px) rotate(45deg);
}

body.menu-open .menu-toggle__icon span:nth-child(2) {
    opacity: 0;
}

body.menu-open .menu-toggle__icon span:last-child {
    transform: translateY(-5px) rotate(-45deg);
}

.language-switcher {
    padding: 0.68rem 0.78rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.58rem;
    width: 100%;
    padding: 0.7rem 0.82rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
    transform: translateY(-2px);
    border-color: var(--line-strong);
}

.theme-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--accent-soft);
    font-size: 0.92rem;
}

.theme-toggle__label {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.language-switcher__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.74rem;
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.language-switcher__current {
    width: 100%;
    padding: 0.5rem 0.56rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.language-switcher__current:hover,
.language-switcher__current:focus-visible {
    transform: translateY(-2px);
    border-color: var(--line-strong);
}

.language-switcher__current .flag-button__name {
    flex: 1;
    text-align: left;
}

.language-switcher__caret {
    font-size: 1rem;
    line-height: 1;
    color: var(--muted);
    transition: transform 0.3s ease, color 0.3s ease;
}

.flag-button {
    width: 100%;
    padding: 0.5rem 0.55rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    gap: 0.45rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.language-modal {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: grid;
    place-items: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.language-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.language-modal__backdrop {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: rgba(4, 10, 19, 0.48);
    backdrop-filter: blur(0);
    transition: opacity 0.18s ease, backdrop-filter 0.22s ease;
}

.language-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, calc(100vw - 1.5rem));
    max-height: min(80vh, 760px);
    overflow: auto;
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, var(--panel), var(--panel-strong));
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(18px) scale(0.975);
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.language-modal.is-open .language-modal__backdrop {
    opacity: 1;
    backdrop-filter: blur(10px);
}

.language-modal.is-revealed .language-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.language-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.language-modal__header .eyebrow {
    margin-bottom: 0.45rem;
}

.language-modal__header h2 {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    max-width: 24ch;
}

.language-modal__close {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    font-size: 1.6rem;
    line-height: 1;
}

.language-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.flag-button:hover,
.flag-button:focus-visible,
.flag-button.is-active {
    transform: translateY(-2px);
    border-color: var(--line-strong);
    background: rgba(111, 196, 255, 0.12);
}

.flag-button__icon {
    font-size: 1.1rem;
    line-height: 1;
}

.flag-button__name {
    font-size: 0.78rem;
}

.language-switcher__help {
    margin: 0.42rem 0 0;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.35;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header .button {
    font-size: 0.86rem;
}

.site-header,
.hero,
.section,
.cta-panel,
.contact-layout,
.site-footer,
.nav-link,
.button,
.language-switcher,
.theme-toggle,
.flag-button,
.hero-stat,
.info-card,
.news-card,
.service-card,
.bullet-card,
.stack-list__item,
.timeline__item,
.contact-form,
.field input,
.field textarea {
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
}

body[data-theme="light"] .site-header,
body[data-theme="light"] .hero,
body[data-theme="light"] .section,
body[data-theme="light"] .cta-panel,
body[data-theme="light"] .contact-layout,
body[data-theme="light"] .site-footer {
    backdrop-filter: blur(16px);
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    color: #06121f;
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, var(--accent), #c4ffe9);
    box-shadow:
        0 16px 28px rgba(110, 231, 200, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button-secondary,
.button-ghost {
    color: var(--text);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.03);
}

body[data-theme="light"] .button-primary {
    color: #0a2b45;
    border-color: rgba(12, 124, 213, 0.14);
    background: linear-gradient(135deg, #68e2c3 0%, #b9f7ea 54%, #ecfffa 100%);
    box-shadow:
        0 14px 24px rgba(15, 167, 135, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 0 0 1px rgba(255, 255, 255, 0.26);
}

body[data-theme="light"] .button-secondary,
body[data-theme="light"] .button-ghost {
    border-color: rgba(39, 77, 129, 0.14);
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.button-block {
    width: 100%;
}

.site-main {
    display: grid;
    gap: 1.4rem;
    min-width: 0;
}

.hero,
.section,
.cta-panel,
.contact-layout,
.site-footer {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, var(--panel), var(--panel-strong));
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.hero::before,
.section::before,
.cta-panel::before,
.contact-layout::before,
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(111, 196, 255, 0.11), transparent 28%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.025), transparent 70%);
}

.hero::after,
.section::after,
.cta-panel::after,
.contact-layout::after,
.site-footer::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.018));
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
    gap: 1.2rem;
    padding: clamp(1.6rem, 3vw, 2.4rem);
}

.hero-copy,
.hero-board,
.section > *,
.cta-panel > *,
.contact-layout > *,
.site-footer > * {
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 0.9rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1,
.section h2,
.cta-panel h2,
.contact-panel h2 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.hero h1 {
    font-size: clamp(2.04rem, 3.7vw, 3.75rem);
    max-width: 16ch;
    text-wrap: balance;
}

body.page-home .hero {
    grid-template-columns: 1fr;
}

body.page-home .hero h1 {
    max-width: none;
}

.section h2,
.cta-panel h2,
.contact-panel h2 {
    font-size: clamp(1.68rem, 2.35vw, 2.5rem);
}

.hero-intro,
.section-heading p,
.rich-copy,
.cta-panel p,
.contact-panel p,
.site-footer p,
.site-legal {
    color: var(--muted);
    line-height: 1.75;
}

.hero-intro {
    max-width: 62ch;
    margin: 1rem 0 0;
}

body.page-home .hero-intro {
    max-width: none;
}

.hero-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.hero-video-card {
    min-width: 0;
}

.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 1.3rem 0 0;
}

body.page-home .hero-chips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.8rem;
}

.hero-chips span,
.badge-cloud span {
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
}

body.page-home .hero-chips span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    text-align: center;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1.5rem 0 0;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.hero-stat {
    min-height: 120px;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.028);
}

.hero-stat strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    color: var(--text);
}

.hero-stat span {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero-board {
    min-height: 100%;
    padding: 1.05rem;
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(7, 18, 32, 0.76), rgba(5, 13, 26, 0.82)),
        linear-gradient(120deg, rgba(111, 196, 255, 0.08), transparent);
}

body[data-theme="light"] .hero-board {
    background:
        linear-gradient(180deg, rgba(236, 243, 252, 0.76), rgba(226, 235, 247, 0.82)),
        linear-gradient(120deg, rgba(12, 124, 213, 0.08), transparent);
}

body[data-theme="light"] .hero-board__header p,
body[data-theme="light"] .hero-board__copy {
    color: #4a5d78;
}

body[data-theme="light"] .hero-board__grid span {
    background: rgba(255, 255, 255, 0.42);
}

.hero-board__glow {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 196, 255, 0.28), transparent 68%);
    filter: blur(8px);
}

.hero-board__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.hero-board__header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.hero-board__header span:first-child {
    background: #ff8d86;
}

.hero-board__header span:nth-child(2) {
    background: #ffcf78;
}

.hero-board__header span:nth-child(3) {
    background: #86ebb7;
}

.hero-board__header p {
    margin: 0 0 0 0.35rem;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.hero-board__copy {
    margin: 0.95rem 0 0.8rem;
    max-width: 32ch;
}

.hero-board__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.hero-board__grid span {
    padding: 0.72rem 0.82rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.hero-board__scan {
    position: absolute;
    inset: 58px 18px auto;
    height: 150px;
    background: linear-gradient(180deg, rgba(110, 231, 200, 0), rgba(110, 231, 200, 0.16), rgba(110, 231, 200, 0));
    filter: blur(2px);
    animation: sweep 4.6s ease-in-out infinite;
    opacity: 0.8;
}

.hero-board__routes {
    position: relative;
    min-height: 238px;
    margin-top: 1.15rem;
}

.hero-board__routes::before,
.hero-board__routes::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-board__routes::before {
    left: 4%;
    right: 4%;
    top: 14%;
    height: 142px;
    background:
        radial-gradient(circle at 24% 18%, rgba(111, 196, 255, 0.18), transparent 18%),
        radial-gradient(circle at 72% 72%, rgba(110, 231, 200, 0.12), transparent 16%);
    opacity: 0.9;
    filter: blur(12px);
}

.hero-board__routes::after {
    left: 8%;
    right: 8%;
    bottom: 12px;
    height: 1px;
    background: linear-gradient(90deg, rgba(111, 196, 255, 0), rgba(111, 196, 255, 0.22), rgba(110, 231, 200, 0.2), rgba(111, 196, 255, 0));
    animation: route-scan 6.8s linear infinite;
    opacity: 0.55;
}

.route-track {
    position: absolute;
    overflow: visible;
}

.route-track__line,
.route-track__wake {
    position: absolute;
    inset: 0;
    border-radius: 999px;
}

.route-track__line {
    border: 1px dashed rgba(111, 196, 255, 0.28);
    opacity: 0.7;
}

.route-track__wake {
    width: 48%;
    height: 2px;
    top: 50%;
    left: 4%;
    margin-top: -1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 196, 255, 0), rgba(111, 196, 255, 0.58), rgba(110, 231, 200, 0.12));
    filter: blur(0.5px);
    transform-origin: left center;
}

.route-track__vehicle {
    position: absolute;
    display: block;
    width: 40px;
    height: 28px;
    top: 50%;
    left: 0;
    margin-top: -14px;
}

.route-track__vehicle::before,
.route-track__vehicle::after,
.route-track__vehicle span::before,
.route-track__vehicle span::after {
    content: "";
    position: absolute;
    display: block;
}

.route-track--air {
    left: 0;
    top: -2px;
    width: 100%;
    height: 138px;
}

.route-track--air .route-track__line {
    border-top-color: rgba(111, 196, 255, 0.42);
    border-left-color: rgba(111, 196, 255, 0.16);
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-1deg);
}

.route-track--air .route-track__wake {
    left: 10px;
    top: 44px;
    transform-origin: left center;
    animation: vehicle-wake-air 5.4s linear infinite;
}

.route-track__vehicle--air {
    left: 0;
    right: auto;
    top: 44px;
    margin-top: -14px;
    animation: vehicle-air 5.4s linear infinite;
    filter: drop-shadow(0 3px 12px rgba(111, 196, 255, 0.25));
}

.route-track__vehicle--air::before {
    left: 0;
    top: 1px;
    width: 38px;
    height: 24px;
    clip-path: polygon(0 48%, 100% 0, 72% 44%, 100% 100%, 42% 62%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(170, 233, 255, 0.8));
}

.route-track__vehicle--air::after {
    left: 12px;
    top: 5px;
    width: 18px;
    height: 13px;
    clip-path: polygon(0 8%, 100% 0, 40% 52%, 100% 100%, 0 92%, 25% 52%);
    background: rgba(111, 196, 255, 0.24);
}

.route-track__vehicle--air span::before {
    left: 4px;
    top: 12px;
    width: 12px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.route-track__vehicle--air span::after {
    left: 14px;
    top: 12px;
    width: 26px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 196, 255, 0), rgba(111, 196, 255, 0.28), rgba(255, 255, 255, 0.72));
    filter: blur(0.8px);
}

.route-track--sea {
    left: 2%;
    bottom: -2px;
    width: 96%;
    height: 78px;
}

.route-track--sea .route-track__line {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgba(110, 231, 200, 0.34);
    border-left-color: rgba(110, 231, 200, 0.14);
}

.route-track--sea::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 9px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(111, 196, 255, 0), rgba(111, 196, 255, 0.18));
}

.route-track--sea::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 3px;
    height: 10px;
    background:
        radial-gradient(circle at 8px 4px, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px),
        radial-gradient(circle at 28px 4px, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px),
        linear-gradient(90deg, rgba(111, 196, 255, 0.08), rgba(110, 231, 200, 0.2), rgba(111, 196, 255, 0.08));
    background-size: 36px 8px, 36px 8px, 100% 100%;
    animation: sea-shimmer 7.2s linear infinite;
    opacity: 0.8;
}

.route-track--sea .route-track__wake {
    height: 3px;
    top: auto;
    bottom: 14px;
    left: 3%;
    background: linear-gradient(90deg, rgba(110, 231, 200, 0), rgba(110, 231, 200, 0.55), rgba(111, 196, 255, 0.12));
    animation: vehicle-wake-sea 7.2s cubic-bezier(0.4, 0.06, 0.22, 0.98) infinite;
}

.route-track__vehicle--sea {
    width: 28px;
    height: 18px;
    top: auto;
    bottom: 8px;
    margin-top: 0;
    animation: vehicle-sea 7.2s cubic-bezier(0.4, 0.06, 0.22, 0.98) infinite;
    filter: drop-shadow(0 4px 12px rgba(110, 231, 200, 0.18));
}

.route-track__vehicle--sea::before {
    left: 1px;
    bottom: 0;
    width: 26px;
    height: 9px;
    clip-path: polygon(10% 100%, 0 30%, 76% 30%, 92% 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(178, 241, 225, 0.76));
}

.route-track__vehicle--sea::after {
    left: 8px;
    bottom: 8px;
    width: 10px;
    height: 6px;
    border-radius: 3px 3px 0 0;
    background: rgba(255, 255, 255, 0.9);
}

.route-track__vehicle--sea span::before {
    left: 15px;
    bottom: 10px;
    width: 2px;
    height: 8px;
    background: rgba(255, 255, 255, 0.92);
}

.route-track__vehicle--sea span::after {
    left: 17px;
    bottom: 12px;
    width: 7px;
    height: 5px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: rgba(110, 231, 200, 0.85);
}

body[data-theme="light"] .route-track__line {
    border-color: rgba(12, 124, 213, 0.22);
}

body[data-theme="light"] .route-track--air .route-track__line {
    border-top-color: rgba(12, 124, 213, 0.4);
    border-left-color: rgba(12, 124, 213, 0.18);
}

body[data-theme="light"] .route-track--sea .route-track__line {
    border-bottom-color: rgba(15, 167, 135, 0.3);
    border-left-color: rgba(15, 167, 135, 0.12);
}

body[data-theme="light"] .route-track--air .route-track__wake {
    background: linear-gradient(90deg, rgba(12, 124, 213, 0), rgba(12, 124, 213, 0.72), rgba(15, 167, 135, 0.2));
    filter: blur(0.35px);
}

body[data-theme="light"] .route-track--sea::after {
    background: linear-gradient(180deg, rgba(12, 124, 213, 0), rgba(12, 124, 213, 0.16));
}

body[data-theme="light"] .route-track--sea::before {
    background:
        radial-gradient(circle at 8px 4px, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px),
        radial-gradient(circle at 28px 4px, rgba(12, 124, 213, 0.18) 0 2px, transparent 2px),
        linear-gradient(90deg, rgba(12, 124, 213, 0.1), rgba(15, 167, 135, 0.26), rgba(12, 124, 213, 0.1));
    opacity: 0.95;
}

body[data-theme="light"] .route-track--sea .route-track__wake {
    background: linear-gradient(90deg, rgba(15, 167, 135, 0), rgba(15, 167, 135, 0.68), rgba(12, 124, 213, 0.18));
    filter: blur(0.35px);
}

body[data-theme="light"] .route-track__vehicle--air {
    filter: drop-shadow(0 5px 14px rgba(12, 124, 213, 0.22));
}

body[data-theme="light"] .route-track__vehicle--sea {
    filter: drop-shadow(0 5px 14px rgba(15, 167, 135, 0.18));
}

body[data-theme="light"] .route-track__vehicle--air::before,
body[data-theme="light"] .route-track__vehicle--air::after,
body[data-theme="light"] .route-track__vehicle--air span::before,
body[data-theme="light"] .route-track__vehicle--air span::after,
body[data-theme="light"] .route-track__vehicle--sea::before,
body[data-theme="light"] .route-track__vehicle--sea::after,
body[data-theme="light"] .route-track__vehicle--sea span::before {
    box-shadow: 0 0 0 1px rgba(12, 124, 213, 0.04);
}

body[data-theme="light"] .route-track__vehicle--air::before {
    background: linear-gradient(135deg, rgba(10, 112, 192, 0.98), rgba(111, 196, 255, 0.96));
}

body[data-theme="light"] .route-track__vehicle--air::after {
    background: rgba(255, 255, 255, 0.62);
}

body[data-theme="light"] .route-track__vehicle--air span::before {
    background: rgba(255, 255, 255, 0.98);
}

body[data-theme="light"] .route-track__vehicle--air span::after {
    background: linear-gradient(90deg, rgba(12, 124, 213, 0), rgba(12, 124, 213, 0.34), rgba(255, 255, 255, 0.94));
}

body[data-theme="light"] .route-track__vehicle--sea::before {
    background: linear-gradient(180deg, rgba(15, 167, 135, 0.98), rgba(127, 223, 201, 0.94));
}

body[data-theme="light"] .route-track__vehicle--sea::after,
body[data-theme="light"] .route-track__vehicle--sea span::before {
    background: rgba(255, 255, 255, 0.98);
}

body[data-theme="light"] .route-track__vehicle--sea span::after {
    background: rgba(12, 124, 213, 0.86);
}

#next-section {
    height: 1px;
}

.section,
.cta-panel {
    padding: clamp(1.5rem, 2.4vw, 2.1rem);
}

.section--accent {
    background:
        linear-gradient(180deg, rgba(10, 22, 39, 0.78), rgba(6, 14, 24, 0.84)),
        linear-gradient(125deg, rgba(110, 231, 200, 0.1), transparent 55%);
}

body[data-theme="light"] .section--accent {
    background:
        linear-gradient(180deg, rgba(232, 239, 248, 0.76), rgba(220, 230, 242, 0.82)),
        linear-gradient(125deg, rgba(12, 124, 213, 0.08), transparent 55%);
}

body[data-theme="light"] .section--accent::before {
    background:
        radial-gradient(circle at top right, rgba(12, 124, 213, 0.08), transparent 30%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent 72%);
}

body[data-theme="light"] .section--accent .stack-list__item,
body[data-theme="light"] .section--accent .bullet-card,
body[data-theme="light"] .section--accent .info-card,
body[data-theme="light"] .section--accent .news-card,
body[data-theme="light"] .section--accent .service-card {
    background: rgba(255, 255, 255, 0.4);
}

.section-heading {
    max-width: 70ch;
    margin-bottom: 1.2rem;
}

.section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    max-width: none;
}

.section-heading__content {
    max-width: 70ch;
}

.section-heading__action {
    flex: 0 0 auto;
}

.section-heading p {
    margin: 0.9rem 0 0;
}

.rich-copy {
    display: grid;
    gap: 1rem;
}

.rich-copy p {
    margin: 0;
}

.home-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 1rem;
    align-items: stretch;
}

.home-overview__board {
    min-width: 0;
}

.home-video-card {
    position: relative;
    overflow: hidden;
    padding: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(9, 20, 35, 0.88), rgba(5, 14, 25, 0.96)),
        linear-gradient(120deg, rgba(111, 196, 255, 0.08), transparent 54%);
}

.home-video-card::before,
.home-video-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-video-card::before {
    top: -52px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(111, 196, 255, 0.18), transparent 68%);
    filter: blur(6px);
}

.home-video-card::after {
    left: -48px;
    bottom: -62px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(110, 231, 200, 0.14), transparent 68%);
    filter: blur(10px);
}

.home-video-card__frame {
    position: relative;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    background: #020a13;
    aspect-ratio: 16 / 9;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.home-video-card__frame iframe,
.home-video-card__shield {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-video-card__frame iframe {
    border: 0;
    pointer-events: none;
    transform: scale(1.38);
    transform-origin: center 47%;
}

.home-video-card__shield {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 11, 20, 0.08), rgba(4, 11, 20, 0.18)),
        linear-gradient(120deg, rgba(111, 196, 255, 0.12), transparent 46%),
        linear-gradient(0deg, rgba(4, 11, 20, 0.22), transparent 34%);
    pointer-events: auto;
}

body[data-theme="light"] .home-video-card {
    background:
        linear-gradient(180deg, rgba(236, 243, 252, 0.96), rgba(225, 235, 247, 0.98)),
        linear-gradient(120deg, rgba(12, 124, 213, 0.08), transparent 54%);
    border-color: rgba(70, 92, 120, 0.12);
}

body[data-theme="light"] .home-video-card__frame {
    background: rgba(220, 231, 244, 0.96);
    border-color: rgba(70, 92, 120, 0.1);
}

body[data-theme="light"] .home-video-card__shield {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.16)),
        linear-gradient(120deg, rgba(12, 124, 213, 0.12), transparent 46%),
        linear-gradient(0deg, rgba(216, 226, 238, 0.22), transparent 34%);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.news-card,
.service-card,
.bullet-card,
.stack-list__item,
.timeline__item {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.022);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.info-card,
.news-card,
.service-card,
.bullet-card {
    padding: 1.2rem;
}

.info-card:hover,
.news-card:hover,
.service-card:hover,
.bullet-card:hover,
.stack-list__item:hover,
.timeline__item:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.036);
}

body[data-theme="light"] .info-card,
body[data-theme="light"] .news-card,
body[data-theme="light"] .service-card,
body[data-theme="light"] .bullet-card,
body[data-theme="light"] .stack-list__item,
body[data-theme="light"] .timeline__item {
    background: rgba(255, 255, 255, 0.34);
}

body[data-theme="light"] .info-card:hover,
body[data-theme="light"] .news-card:hover,
body[data-theme="light"] .service-card:hover,
body[data-theme="light"] .bullet-card:hover,
body[data-theme="light"] .stack-list__item:hover,
body[data-theme="light"] .timeline__item:hover {
    background: rgba(255, 255, 255, 0.44);
}

.info-card h3,
.news-card h3,
.service-card h3,
.timeline__item strong,
.contact-form span {
    margin: 0;
}

.info-card p,
.news-card p,
.service-card p,
.stack-list__item p,
.timeline__item p,
.bullet-card p {
    margin: 0.7rem 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.capability-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
}

.service-video-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(9, 20, 35, 0.66), rgba(5, 14, 25, 0.78)),
        linear-gradient(135deg, rgba(111, 196, 255, 0.08), transparent 56%);
}

.service-video-card::before,
.service-video-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.service-video-card::before {
    top: -42px;
    right: -30px;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(111, 196, 255, 0.18), transparent 68%);
    filter: blur(4px);
}

.service-video-card::after {
    left: -34px;
    bottom: -48px;
    width: 210px;
    height: 210px;
    background: radial-gradient(circle, rgba(110, 231, 200, 0.14), transparent 66%);
    filter: blur(8px);
}

.service-video-card__frame,
.service-video-card__content {
    position: relative;
    z-index: 1;
}

.service-video-card__frame {
    min-height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(3, 12, 21, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.service-video-card__frame::before,
.service-video-card__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.service-video-card__frame::before {
    background:
        linear-gradient(180deg, rgba(4, 11, 20, 0.06), rgba(4, 11, 20, 0.28)),
        linear-gradient(125deg, rgba(111, 196, 255, 0.16), transparent 46%);
}

.service-video-card__frame::after {
    inset: 10px 10px auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    opacity: 0.75;
}

.service-video-card__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    filter: saturate(1.06) contrast(1.04);
}

.service-video-card__content {
    display: grid;
    gap: 0.45rem;
}

.service-video-card__content .eyebrow,
.service-video-card__content h3,
.service-video-card__content p {
    margin: 0;
}

.service-video-card__content p:last-child {
    color: var(--muted);
}

.service-video-card--air .service-video-card__media {
    object-position: center 42%;
}

.service-video-card--sea .service-video-card__media {
    object-position: center 50%;
}

.service-video-card--inland .service-video-card__media {
    object-position: center 48%;
}

body[data-theme="light"] .service-video-card {
    background:
        linear-gradient(180deg, rgba(236, 243, 252, 0.72), rgba(225, 235, 247, 0.8)),
        linear-gradient(125deg, rgba(12, 124, 213, 0.08), transparent 56%);
}

body[data-theme="light"] .service-video-card__frame {
    background: rgba(222, 232, 244, 0.74);
    border-color: rgba(70, 92, 120, 0.14);
}

body[data-theme="light"] .service-video-card__frame::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2)),
        linear-gradient(125deg, rgba(12, 124, 213, 0.16), transparent 46%);
}

.service-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.service-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: minmax(220px, 238px) 1fr;
    min-height: 100%;
    padding: 0;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 196, 255, 0.2), transparent 66%);
}

.service-card__media,
.service-card__body {
    position: relative;
    z-index: 1;
}

.service-card__media {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(4, 11, 20, 0.08), rgba(4, 11, 20, 0.32)),
        linear-gradient(135deg, rgba(111, 196, 255, 0.16), rgba(8, 17, 31, 0.88));
}

.service-card__media::before,
.service-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.service-card__media::before {
    background: linear-gradient(180deg, rgba(4, 11, 20, 0), rgba(4, 11, 20, 0.34));
    z-index: 1;
}

.service-card__media::after {
    inset: 10px 10px auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    opacity: 0.72;
    z-index: 2;
}

.service-card__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.04);
}

.service-card__body {
    display: grid;
    align-content: start;
    gap: 0.5rem;
    padding: 1rem 1.1rem 1.15rem;
}

.service-card__index {
    display: inline-block;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.service-card__body p {
    margin: 0;
}

.service-card__body a {
    margin-top: 0.35rem;
}

.service-card--air .service-card__video {
    object-position: center 42%;
}

.service-card--sea .service-card__video {
    object-position: center 50%;
}

.service-card--inland .service-card__video {
    object-position: center 48%;
}

body[data-theme="light"] .service-card__media {
    border-bottom-color: rgba(70, 92, 120, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.18)),
        linear-gradient(135deg, rgba(12, 124, 213, 0.16), rgba(220, 232, 245, 0.88));
}

.service-card a,
.news-card a {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--accent);
    font-weight: 700;
}

.news-card {
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card__media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.2), rgba(12, 24, 43, 0.9));
}

.news-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.news-card__media::before,
.news-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
}

.news-card__media::before {
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.14), rgba(12, 24, 43, 0.46));
    z-index: 1;
}

.news-card__media::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(6, 13, 23, 0.28)),
        linear-gradient(125deg, rgba(111, 196, 255, 0.16), transparent 44%);
    z-index: 2;
}

.news-card--seed .news-card__media {
    background: linear-gradient(135deg, rgba(110, 231, 200, 0.24), rgba(31, 90, 63, 0.86));
}

.news-card--seafood .news-card__media {
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.26), rgba(10, 63, 102, 0.88));
}

.news-card__content {
    display: grid;
    align-content: start;
    flex: 1 1 auto;
    gap: 0.55rem;
    padding: 1.1rem 1.15rem 1.2rem;
}

.news-card__content span,
.blog-post__meta span {
    color: var(--accent);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-card__content h3,
.news-card__content p,
.blog-post__body p,
.blog-post__lead {
    margin: 0;
}

.blog-post {
    display: grid;
    gap: 1rem;
}

.blog-post__back {
    justify-self: flex-start;
}

.blog-post__cover {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.22), rgba(8, 17, 31, 0.92));
}

.blog-post--seed .blog-post__cover {
    background: linear-gradient(135deg, rgba(110, 231, 200, 0.22), rgba(24, 78, 52, 0.92));
}

.blog-post--seafood .blog-post__cover {
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.24), rgba(10, 63, 102, 0.92));
}

.blog-post__cover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.blog-post__cover::before,
.blog-post__cover::after {
    content: "";
    position: absolute;
    inset: 0;
}

.blog-post__cover::before {
    background: linear-gradient(135deg, rgba(111, 196, 255, 0.12), rgba(8, 17, 31, 0.32));
    z-index: 1;
}

.blog-post__cover::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(6, 13, 23, 0.42)),
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 38%);
    z-index: 2;
}

.blog-post__cover-content {
    position: relative;
    z-index: 3;
    display: grid;
    align-content: end;
    min-height: 100%;
    gap: 0.65rem;
}

.blog-post__cover .eyebrow,
.blog-post__cover h2,
.blog-post__cover .blog-post__meta span {
    color: #f5fbff;
}

.blog-post__cover-content h2 {
    max-width: 19ch;
    text-wrap: balance;
}

.blog-post__body {
    display: grid;
    gap: 1rem;
}

.blog-post__lead {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--text);
}

.blog-post__body p {
    color: var(--muted);
    line-height: 1.8;
}

.blog-post__highlights {
    display: grid;
    gap: 0.8rem;
}

body[data-theme="light"] .news-card__media::after,
body[data-theme="light"] .blog-post__cover::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(16, 32, 52, 0.16)),
        linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 38%);
}

.badge-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.bullet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.bullet-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.bullet-card span,
.stack-list__item span {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-top: 0.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 0 0 6px rgba(110, 231, 200, 0.08);
}

.stack-list {
    display: grid;
    gap: 0.8rem;
}

.stack-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
}

.news-card span {
    color: var(--accent);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.timeline__item {
    padding: 1.1rem;
}

.timeline__item strong {
    display: inline-flex;
    padding-bottom: 0.4rem;
    color: var(--accent);
    font-size: 1.4rem;
}

.cta-panel {
    text-align: left;
}

.cta-panel h2 {
    max-width: 16ch;
}

.cta-panel p {
    max-width: 64ch;
    margin: 1rem 0 1.4rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 1rem;
    padding: clamp(1.5rem, 2.4vw, 2.1rem);
}

.contact-panel {
    padding-right: 1rem;
}

.contact-note {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.contact-form {
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.035);
}

.field {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.field span {
    color: var(--text);
    font-size: 0.95rem;
}

.field input,
.field textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--text);
    background: rgba(6, 13, 23, 0.88);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-theme="light"] .field input,
body[data-theme="light"] .field textarea {
    background: rgba(255, 255, 255, 0.92);
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--line-strong);
    box-shadow: 0 0 0 4px rgba(111, 196, 255, 0.12);
}

.field textarea {
    resize: vertical;
    min-height: 150px;
}

.field small {
    color: var(--danger);
}

.field.has-error input,
.field.has-error textarea {
    border-color: rgba(255, 155, 149, 0.75);
}

.form-banner {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    line-height: 1.6;
}

.form-banner--success {
    color: var(--success);
    border-color: rgba(152, 240, 199, 0.32);
    background: rgba(152, 240, 199, 0.08);
}

.form-banner--error {
    color: #ffd2d0;
    border-color: rgba(255, 155, 149, 0.32);
    background: rgba(255, 155, 149, 0.08);
}

.hp-field {
    position: absolute;
    left: -9999px;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.8fr 0.7fr;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
}

.site-footer__brand img {
    width: 210px;
    margin-bottom: 1rem;
}

.site-footer__column h2 {
    margin: 0 0 0.8rem;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer__column p {
    margin: 0 0 0.65rem;
}

.site-legal {
    padding: 1rem 0.4rem 0;
    text-align: center;
    font-size: 0.9rem;
    grid-column: 2;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

body.menu-open {
    overflow: hidden;
}

body.language-modal-open {
    overflow: hidden;
}

.theme-fader {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 120;
    background: transparent;
    transition: opacity 0.28s ease;
}

.theme-fader.is-active {
    opacity: 0.35;
}

@media (min-width: 1181px) and (max-height: 860px) {
    .site-header {
        top: 0.35rem;
        gap: 0.56rem;
        height: calc(100vh - 0.7rem);
        height: calc(100dvh - 0.7rem);
        max-height: calc(100vh - 0.7rem);
        max-height: calc(100dvh - 0.7rem);
        padding: 0.7rem 0.64rem;
    }

    .brand-lockup {
        width: min(100%, 168px);
    }

    .site-nav {
        gap: 0.34rem;
    }

    .nav-link {
        padding: 0.54rem 0.72rem;
        font-size: 0.88rem;
    }

    .header-actions {
        gap: 0.5rem;
    }

    .theme-toggle,
    .language-switcher {
        padding-left: 0.68rem;
        padding-right: 0.68rem;
    }

    .theme-toggle {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .language-switcher {
        padding-top: 0.56rem;
        padding-bottom: 0.56rem;
    }

    .theme-toggle__icon {
        width: 28px;
        height: 28px;
        font-size: 0.86rem;
    }

    .theme-toggle__label,
    .site-header .button {
        font-size: 0.82rem;
    }

    .language-switcher__label {
        margin-bottom: 0.34rem;
    }

    .language-switcher__current {
        padding: 0.44rem 0.5rem;
    }

    .language-switcher__help {
        display: none;
    }

    .button {
        min-height: 40px;
        padding: 0.58rem 0.85rem;
    }
}

@media (max-width: 1180px) {
    .site-shell {
        grid-template-columns: 1fr;
        width: min(100vw - 0.75rem, 100%);
        gap: 0.85rem;
    }

    .site-header {
        top: 0.45rem;
        height: auto;
        max-height: none;
        grid-template-columns: auto auto;
        align-items: start;
        display: grid;
        gap: 0.6rem;
        padding: 0.72rem 0.74rem;
        overflow: visible;
    }

    .brand-lockup {
        width: min(100%, 164px);
        padding: 0.1rem 0;
    }

    .menu-toggle {
        display: inline-flex;
        justify-self: end;
        align-self: center;
        gap: 0.45rem;
        padding: 0.56rem 0.72rem;
    }

    .menu-toggle__icon {
        width: 26px;
        height: 26px;
        padding: 6px;
    }

    .menu-toggle strong {
        font-size: 0.78rem;
    }

    .site-nav,
    .header-actions {
        grid-column: 1 / -1;
    }

    .site-nav {
        display: flex;
        justify-content: flex-start;
        padding-top: 0.35rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: max-height 0.34s ease, opacity 0.28s ease, transform 0.28s ease, padding-top 0.28s ease;
    }

    .header-actions {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: max-height 0.34s ease, opacity 0.28s ease, transform 0.28s ease, margin-top 0.28s ease;
    }

    body.menu-open .site-nav,
    body.menu-open .header-actions {
        max-height: 900px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .hero-stats,
    .card-grid,
    .service-track,
    .timeline,
    .site-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card {
        grid-template-rows: minmax(200px, 220px) 1fr;
    }

    .home-overview {
        grid-template-columns: 1fr;
    }

    .hero-video-grid {
        grid-template-columns: 1fr;
    }

    body.page-home .hero-chips {
        grid-template-columns: 1fr;
    }

    .blog-post__cover {
        min-height: 320px;
    }

    .capability-showcase {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .site-main,
    .site-footer,
    .site-legal {
        grid-column: auto;
    }
}

@media (max-width: 820px) {
    .site-shell {
        width: min(100vw - 0.35rem, 100%);
        padding-top: 0.12rem;
    }

    .site-header {
        top: 0.12rem;
        gap: 0.32rem;
        padding: 0.46rem 0.52rem;
        align-items: center;
    }

    .site-header,
    .hero,
    .section,
    .cta-panel,
    .contact-layout,
    .site-footer {
        border-radius: 24px;
    }

    .language-switcher {
        max-width: none;
        width: 100%;
    }

    .brand-lockup {
        width: min(100%, 138px);
        align-self: center;
    }

    .menu-toggle {
        gap: 0.38rem;
        padding: 0.42rem 0.58rem;
        align-self: center;
    }

    .menu-toggle__icon {
        width: 24px;
        height: 24px;
        padding: 5px;
    }

    .menu-toggle strong {
        font-size: 0.74rem;
    }

    .hero h1 {
        font-size: clamp(1.78rem, 8.9vw, 2.7rem);
    }

    .section-heading--split {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stats,
    .card-grid,
    .card-grid--three,
    .service-track,
    .bullet-grid,
    .timeline,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .news-card__media {
        min-height: 200px;
    }

    .service-card {
        grid-template-rows: minmax(188px, 208px) 1fr;
    }

    .service-card__body {
        padding: 0.95rem 1rem 1.05rem;
    }

    .blog-post__cover {
        min-height: 260px;
        padding: 1rem;
    }

    .hero-board__routes {
        min-height: 210px;
    }

    .home-video-card {
        padding: 0.6rem;
    }

    .home-video-card__frame {
        aspect-ratio: 16 / 9;
    }

    .service-video-card__frame {
        min-height: 280px;
    }

    .route-track--air {
        left: 0;
        width: 100%;
        height: 108px;
    }

    .route-track--air .route-track__wake,
    .route-track__vehicle--air {
        top: 42px;
    }

    .route-track--air .route-track__wake {
        animation-name: vehicle-wake-air-mobile;
    }

    .route-track__vehicle--air {
        animation-name: vehicle-air-mobile;
    }

    .route-track--sea {
        left: 0;
        width: 100%;
        height: 64px;
    }

    .route-track--sea .route-track__wake {
        animation-name: vehicle-wake-sea-mobile;
    }

    .route-track__vehicle--sea {
        animation-name: vehicle-sea-mobile;
    }

    .flag-button {
        min-width: 0;
    }

    .language-modal__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@keyframes loader-pulse {
    0%,
    100% {
        transform: scale(0.94);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes loader-progress {
    0% {
        transform: translateX(-140%);
    }
    100% {
        transform: translateX(340%);
    }
}

@keyframes float-bg {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(0, -14px, 0) scale(1.03);
    }
}

@keyframes sweep {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0;
    }
    20%,
    80% {
        opacity: 0.85;
    }
    50% {
        transform: translateY(220px);
        opacity: 0.32;
    }
}

@keyframes orbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-point {
    0% {
        box-shadow: 0 0 0 0 rgba(110, 231, 200, 0.4);
    }
    100% {
        box-shadow: 0 0 0 18px rgba(110, 231, 200, 0);
    }
}

@keyframes drift-particle {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.18;
    }
    25% {
        opacity: 0.55;
    }
    50% {
        transform: translate3d(18px, -26px, 0) scale(1.18);
    }
    75% {
        opacity: 0.36;
    }
    100% {
        transform: translate3d(-14px, -56px, 0) scale(0.92);
        opacity: 0.14;
    }
}

@keyframes vehicle-air {
    0% {
        left: 0;
        transform: translateY(18px) rotate(-10deg) scaleX(-1);
    }
    16% {
        left: 12%;
        transform: translateY(12px) rotate(-8deg) scaleX(-1);
    }
    34% {
        left: 28%;
        transform: translateY(2px) rotate(-5deg) scaleX(-1);
    }
    50% {
        left: 44%;
        transform: translateY(-9px) rotate(-1deg) scaleX(-1);
    }
    68% {
        left: 60%;
        transform: translateY(-6px) rotate(2deg) scaleX(-1);
    }
    84% {
        left: 76%;
        transform: translateY(2px) rotate(5deg) scaleX(-1);
    }
    100% {
        left: calc(100% - 40px);
        transform: translateY(16px) rotate(8deg) scaleX(-1);
    }
}

@keyframes vehicle-wake-air {
    0% {
        left: 10px;
        transform: translateY(44px) rotate(-10deg) scaleX(0.35);
        opacity: 0;
    }
    12% {
        opacity: 0.55;
    }
    28% {
        left: 18%;
        transform: translateY(34px) rotate(-6deg) scaleX(0.72);
        opacity: 0.88;
    }
    50% {
        left: 30%;
        transform: translateY(22px) rotate(-2deg) scaleX(1);
    }
    76% {
        left: 42%;
        transform: translateY(28px) rotate(3deg) scaleX(0.84);
    }
    100% {
        left: 55%;
        transform: translateY(36px) rotate(7deg) scaleX(0.38);
        opacity: 0;
    }
}

@keyframes vehicle-sea {
    0% {
        left: 8px;
        transform: translateY(0) rotate(-2deg);
    }
    20% {
        left: 18%;
        transform: translateY(-1px) rotate(1deg);
    }
    48% {
        left: 42%;
        transform: translateY(1px) rotate(-1deg);
    }
    74% {
        left: 68%;
        transform: translateY(-1px) rotate(1deg);
    }
    100% {
        left: calc(100% - 28px);
        transform: translateY(0) rotate(-2deg);
    }
}

@keyframes vehicle-wake-sea {
    0% {
        left: 3%;
        transform: scaleX(0.3);
        opacity: 0;
    }
    18% {
        opacity: 0.78;
    }
    50% {
        left: 26%;
        transform: scaleX(0.98);
    }
    100% {
        left: 50%;
        transform: scaleX(0.4);
        opacity: 0;
    }
}

@keyframes sea-shimmer {
    0% {
        background-position: 0 0, 18px 0, 0 0;
    }
    100% {
        background-position: 36px 0, 54px 0, 0 0;
    }
}

@keyframes route-scan {
    0% {
        transform: scaleX(0.68);
        opacity: 0.2;
    }
    50% {
        transform: scaleX(1);
        opacity: 0.55;
    }
    100% {
        transform: scaleX(0.72);
        opacity: 0.24;
    }
}

@keyframes vehicle-air-mobile {
    0% {
        left: 0;
        transform: translateY(15px) rotate(-10deg) scaleX(-1);
    }
    16% {
        left: 12%;
        transform: translateY(10px) rotate(-8deg) scaleX(-1);
    }
    34% {
        left: 27%;
        transform: translateY(3px) rotate(-5deg) scaleX(-1);
    }
    50% {
        left: 43%;
        transform: translateY(-5px) rotate(-1deg) scaleX(-1);
    }
    68% {
        left: 58%;
        transform: translateY(-2px) rotate(2deg) scaleX(-1);
    }
    84% {
        left: 74%;
        transform: translateY(4px) rotate(5deg) scaleX(-1);
    }
    100% {
        left: calc(100% - 40px);
        transform: translateY(13px) rotate(8deg) scaleX(-1);
    }
}

@keyframes vehicle-wake-air-mobile {
    0% {
        left: 10px;
        transform: translateY(42px) rotate(-10deg) scaleX(0.34);
        opacity: 0;
    }
    12% {
        opacity: 0.55;
    }
    28% {
        left: 17%;
        transform: translateY(34px) rotate(-6deg) scaleX(0.66);
        opacity: 0.86;
    }
    50% {
        left: 28%;
        transform: translateY(27px) rotate(-2deg) scaleX(0.9);
    }
    76% {
        left: 39%;
        transform: translateY(31px) rotate(3deg) scaleX(0.76);
    }
    100% {
        left: 52%;
        transform: translateY(37px) rotate(7deg) scaleX(0.34);
        opacity: 0;
    }
}

@keyframes vehicle-sea-mobile {
    0% {
        left: 8px;
        transform: translateY(0) rotate(-2deg);
    }
    20% {
        left: 17%;
        transform: translateY(-1px) rotate(1deg);
    }
    48% {
        left: 41%;
        transform: translateY(1px) rotate(-1deg);
    }
    74% {
        left: 67%;
        transform: translateY(-1px) rotate(1deg);
    }
    100% {
        left: calc(100% - 28px);
        transform: translateY(0) rotate(-2deg);
    }
}

@keyframes vehicle-wake-sea-mobile {
    0% {
        left: 3%;
        transform: scaleX(0.3);
        opacity: 0;
    }
    18% {
        opacity: 0.78;
    }
    50% {
        left: 25%;
        transform: scaleX(0.86);
    }
    100% {
        left: 48%;
        transform: scaleX(0.36);
        opacity: 0;
    }
}
