:root {
    --navy-950: #061c33;
    --navy-900: #082f5b;
    --navy-800: #0b416f;
    --navy-700: #105986;
    --teal-600: #079b82;
    --teal-500: #10b99a;
    --teal-300: #79e0cd;
    --slate-950: #101827;
    --slate-700: #39465a;
    --slate-600: #556176;
    --slate-400: #8b96a8;
    --slate-200: #dbe2ea;
    --slate-100: #edf2f7;
    --surface: #f6f9fc;
    --white: #ffffff;
    --shadow-sm: 0 10px 30px rgba(8, 47, 91, 0.08);
    --shadow-lg: 0 28px 70px rgba(8, 47, 91, 0.16);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 30px;
    --container: 1200px;
    --transition: 200ms ease;
}

/* Mobile navigation: a solid, scrollable layer that never mixes with page content. */
@media (max-width: 979px) {
    .main-nav {
        z-index: 110;
        inset: 114px 0 0;
        width: 100%;
        height: calc(100dvh - 114px);
        padding: 18px max(24px, calc((100vw - var(--container)) / 2)) max(32px, env(safe-area-inset-bottom));
        gap: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: var(--white);
        box-shadow: 0 24px 50px rgba(6, 28, 51, 0.18);
    }

    .home-cinematic .main-nav {
        inset-block-start: 76px;
        height: calc(100dvh - 76px);
    }

    .main-nav > a:not(.button) {
        min-height: 58px;
        padding-inline: 6px;
    }

    .main-nav .button {
        margin-top: 20px;
        flex: 0 0 auto;
    }
}

/* Tfon Tech Mobil: product-led app showcase based on the real application screen. */
.mobile-app-showcase {
    position: relative;
    overflow: hidden;
    padding-block: 42px 76px;
    color: var(--white);
    background:
        radial-gradient(circle at 28% 58%, rgba(20, 101, 184, 0.22), transparent 30%),
        radial-gradient(circle at 82% 15%, rgba(16, 185, 154, 0.1), transparent 24%),
        #0d1729;
    isolation: isolate;
}

.mobile-app-showcase::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.mobile-app-showcase__breadcrumb {
    margin-bottom: 30px;
}

.mobile-app-showcase__heading {
    margin-bottom: 50px;
    text-align: center;
}

.mobile-app-showcase__heading .eyebrow {
    justify-content: center;
}

.mobile-app-showcase h1 {
    margin: 12px 0 0;
    color: var(--white);
    font-size: clamp(2.6rem, 8vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.mobile-app-showcase__grid {
    display: grid;
    align-items: center;
    gap: 56px;
}

.mobile-app-showcase__device {
    position: relative;
    width: min(82vw, 410px);
    aspect-ratio: 0.53;
    margin-inline: auto;
    overflow: hidden;
}

.mobile-app-showcase__device::after {
    position: absolute;
    inset: auto 10% -2% 10%;
    z-index: -1;
    height: 8%;
    content: "";
    background: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    filter: blur(20px);
}

.mobile-app-showcase__device img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 108%;
    transform: translateX(-54.3%);
    filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.38));
}

.mobile-app-showcase__glow {
    position: absolute;
    inset: 18% -12%;
    z-index: -1;
    background: rgba(35, 112, 211, 0.22);
    border-radius: 50%;
    filter: blur(44px);
}

.mobile-app-showcase__content {
    max-width: 680px;
}

.mobile-app-showcase__content > p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.66);
}

.mobile-app-showcase__content .mobile-app-showcase__lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
}

.mobile-app-showcase__features {
    margin: 26px 0 34px;
    padding: 0;
    display: grid;
    gap: 18px;
    list-style: none;
}

.mobile-app-showcase__features li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.mobile-app-showcase__features li > span:first-child {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: #1468bd;
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 900;
}

.mobile-app-showcase__features li > span:last-child {
    min-width: 0;
    width: auto;
    height: auto;
    display: block;
}

.mobile-app-showcase__features strong {
    color: var(--white);
}

.store-badges--showcase {
    padding-top: 8px;
}

.store-badges--showcase img {
    height: 52px;
}

@media (min-width: 760px) {
    .mobile-app-showcase {
        padding-block: 52px 100px;
    }

    .mobile-app-showcase__grid {
        grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
        gap: clamp(70px, 8vw, 130px);
    }

    .mobile-app-showcase__device {
        width: min(100%, 440px);
    }
}

/* ================================================================
   TFON TECH — CINEMATIC HOME EXPERIENCE
   ================================================================ */

body.splash-active {
    overflow: hidden;
}

.site-splash {
    display: none;
}

.js.splash-pending .site-splash {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 50% 48%, rgba(16, 185, 154, 0.17), transparent 24%),
        linear-gradient(145deg, #020a11 0%, #061827 58%, #04121d 100%);
    clip-path: inset(0);
    transition: clip-path 680ms cubic-bezier(0.76, 0, 0.24, 1);
}

.js.splash-pending .site-splash.is-leaving {
    clip-path: inset(0 0 100% 0);
}

.site-splash__grid {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(121, 224, 205, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 224, 205, 0.09) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.site-splash__stage {
    position: relative;
    width: min(calc(100% - 48px), 520px);
    display: grid;
    justify-items: center;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-splash.is-active .site-splash__stage {
    opacity: 1;
    transform: translateY(0);
}

.site-splash__status {
    color: var(--teal-300);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-splash__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-splash__status i {
    width: 7px;
    height: 7px;
    background: var(--teal-300);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121, 224, 205, 0.1), 0 0 20px rgba(121, 224, 205, 0.8);
    animation: splash-pulse 900ms ease-in-out infinite alternate;
}

.site-splash__orbit {
    position: relative;
    width: min(72vw, 340px);
    aspect-ratio: 1;
    margin-block: 28px 20px;
    display: grid;
    place-items: center;
}

.site-splash__orbit::before,
.site-splash__orbit::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.site-splash__orbit::before {
    inset: 18%;
    background: rgba(6, 28, 51, 0.72);
    border: 1px solid rgba(121, 224, 205, 0.26);
    box-shadow: inset 0 0 50px rgba(16, 185, 154, 0.08), 0 0 70px rgba(16, 185, 154, 0.08);
}

.site-splash__orbit::after {
    width: 8px;
    height: 8px;
    top: 4%;
    left: 50%;
    background: var(--teal-300);
    box-shadow: 0 0 18px rgba(121, 224, 205, 0.9);
    transform-origin: 0 156px;
    animation: splash-scan 1.4s linear infinite;
}

.site-splash__orbit img {
    position: relative;
    z-index: 2;
    width: 68%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.site-splash__ring {
    position: absolute;
    border: 1px solid rgba(121, 224, 205, 0.2);
    border-radius: 50%;
}

.site-splash__ring--outer {
    inset: 0;
    border-top-color: var(--teal-300);
    border-right-color: transparent;
    animation: splash-rotate 5s linear infinite;
}

.site-splash__ring--inner {
    inset: 10%;
    border-bottom-color: rgba(121, 224, 205, 0.66);
    border-left-color: transparent;
    animation: splash-rotate 4s linear infinite reverse;
}

.site-splash__stage p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 3vw, 1.18rem);
    font-weight: 650;
    letter-spacing: -0.02em;
}

.site-splash__progress {
    width: min(100%, 310px);
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.site-splash__progress span {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, var(--teal-300), var(--teal-500));
    transform: scaleX(0);
    transform-origin: left center;
}

.site-splash.is-active .site-splash__progress span {
    animation: splash-progress 1.25s 120ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.site-splash__company {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@keyframes splash-rotate { to { transform: rotate(360deg); } }
@keyframes splash-scan { to { transform: rotate(360deg); } }
@keyframes splash-pulse { to { opacity: 0.45; transform: scale(0.72); } }
@keyframes splash-progress { to { transform: scaleX(1); } }

.scroll-progress {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 3px;
    pointer-events: none;
}

.scroll-progress span {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, var(--teal-300), var(--teal-500));
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

.home-cinematic .topbar {
    display: none;
}

.home-cinematic .site-header {
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 40px rgba(0, 20, 35, 0.08);
}

.home-cinematic .site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 44px rgba(0, 20, 35, 0.15);
}

.cinematic-hero {
    --pointer-x: 50%;
    --pointer-y: 45%;
    position: relative;
    min-height: calc(100dvh - 76px);
    overflow: hidden;
    display: grid;
    align-items: center;
    color: var(--white);
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(26, 216, 181, 0.13), transparent 27%),
        linear-gradient(145deg, #020a11 0%, #061827 52%, #04121d 100%);
    isolation: isolate;
}

.cinematic-hero::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(4, 18, 29, 0.1), rgba(4, 18, 29, 0.58) 48%, rgba(4, 18, 29, 0.08));
}

.cinematic-hero__grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(121, 224, 205, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 224, 205, 0.09) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.7) 72%, transparent 100%);
}

.cinematic-hero__aurora {
    position: absolute;
    z-index: -1;
    width: 38vw;
    aspect-ratio: 1;
    opacity: 0.28;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.cinematic-hero__aurora--one {
    right: -12vw;
    top: -18vw;
    background: #00d6ad;
    animation: aurora-drift 12s ease-in-out infinite alternate;
}

.cinematic-hero__aurora--two {
    left: -20vw;
    bottom: -22vw;
    background: #0f65a0;
    animation: aurora-drift 15s ease-in-out -4s infinite alternate-reverse;
}

@keyframes aurora-drift {
    to { transform: translate3d(6vw, 5vw, 0) scale(1.12); }
}

.cinematic-hero__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), 1420px);
    padding-block: 64px 92px;
    display: grid;
    gap: 52px;
}

.cinematic-hero__copy {
    position: relative;
    z-index: 3;
}

.cinematic-hero__meta {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.58);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cinematic-hero__meta span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--teal-300);
}

.cinematic-hero__meta i,
.system-orbit__topbar i {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: var(--teal-300);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121, 224, 205, 0.11), 0 0 20px rgba(121, 224, 205, 0.72);
}

.cinematic-hero h1 {
    margin: 0;
    color: var(--white);
    font-size: clamp(3.65rem, 16vw, 7.6rem);
    font-weight: 760;
    line-height: 0.86;
    letter-spacing: -0.075em;
}

.hero-line {
    width: 100%;
    padding-bottom: 0.1em;
    padding-right: 0.08em;
    display: block;
    overflow: hidden;
}

.hero-line--lead {
    width: max-content;
    white-space: nowrap;
}

.hero-line > span {
    display: block;
}

.js .hero-line > span {
    transform: translateY(112%);
    transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js.is-ready .hero-line > span {
    transform: translateY(0);
}

.js .hero-line--accent > span {
    transition-delay: 100ms;
}

.hero-line--accent {
    padding-bottom: 0.22em;
    color: var(--teal-300);
    font-style: italic;
    font-weight: 500;
    line-height: 0.94;
}

.cinematic-hero__bottom {
    margin-top: 34px;
    display: grid;
    gap: 28px;
}

.cinematic-hero__bottom > p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 2.7vw, 1.15rem);
    line-height: 1.7;
}

.cinematic-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
}

.button--signal {
    color: #031a18;
    background: var(--teal-300);
    border-color: var(--teal-300);
    box-shadow: 0 18px 44px rgba(16, 185, 154, 0.18);
}

.button--signal:hover {
    color: #031a18;
    background: var(--white);
    border-color: var(--white);
    box-shadow: 0 20px 48px rgba(16, 185, 154, 0.3);
}

.hero-text-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 700;
}

.hero-text-link span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.hero-text-link:hover span {
    color: var(--navy-950);
    background: var(--white);
    transform: translateY(3px);
}

.system-orbit {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    width: min(100%, 610px);
    margin-inline: auto;
    overflow: hidden;
    background: rgba(3, 18, 29, 0.66);
    border: 1px solid rgba(121, 224, 205, 0.22);
    border-radius: 2px 42px 2px 42px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38), inset 0 0 70px rgba(121, 224, 205, 0.035);
    transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transition: transform 180ms ease-out;
    will-change: transform;
}

.system-orbit::before,
.system-orbit::after {
    position: absolute;
    z-index: 3;
    content: "";
    pointer-events: none;
}

.system-orbit::before {
    inset: 0;
    background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.055) 48%, transparent 55%);
    transform: translateX(-100%);
    animation: glass-scan 7s ease-in-out 1s infinite;
}

.system-orbit::after {
    width: 42px;
    height: 42px;
    right: -1px;
    top: -1px;
    border-top: 1px solid var(--teal-300);
    border-right: 1px solid var(--teal-300);
}

@keyframes glass-scan {
    0%, 68% { transform: translateX(-100%); }
    86%, 100% { transform: translateX(100%); }
}

.system-orbit__topbar,
.system-orbit__footer {
    position: relative;
    z-index: 4;
    min-height: 48px;
    padding-inline: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(121, 224, 205, 0.14);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
}

.system-orbit__topbar span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--teal-300);
}

.system-orbit__viewport {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(121, 224, 205, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 224, 205, 0.055) 1px, transparent 1px);
    background-size: 40px 40px;
}

.system-orbit__radar,
.system-orbit__radar .orbit {
    position: absolute;
    border: 1px solid rgba(121, 224, 205, 0.16);
    border-radius: 50%;
}

.system-orbit__radar {
    width: min(84%, 390px);
    aspect-ratio: 1;
    border-color: rgba(121, 224, 205, 0.26);
}

.system-orbit__radar::before,
.system-orbit__radar::after {
    position: absolute;
    content: "";
    background: rgba(121, 224, 205, 0.11);
}

.system-orbit__radar::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.system-orbit__radar::after { top: 50%; left: 0; right: 0; height: 1px; }
.orbit--one { inset: 14%; }
.orbit--two { inset: 29%; }
.orbit--three { inset: 42%; }

.radar-sweep {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50%;
    animation: radar-spin 8s linear infinite;
}

.radar-sweep::before {
    position: absolute;
    width: 50%;
    height: 50%;
    right: 50%;
    bottom: 50%;
    content: "";
    background: conic-gradient(from 88deg, transparent 0deg, rgba(121, 224, 205, 0.34) 25deg, transparent 72deg);
    transform-origin: 100% 100%;
}

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

.system-orbit__core {
    position: relative;
    z-index: 2;
    width: 146px;
    aspect-ratio: 1;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(5, 29, 43, 0.92);
    border: 1px solid rgba(121, 224, 205, 0.34);
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgba(121, 224, 205, 0.035), 0 0 60px rgba(16, 185, 154, 0.18);
}

.system-orbit__core span,
.system-orbit__core small {
    color: var(--teal-300);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.52rem;
    letter-spacing: 0.15em;
}

.system-orbit__core strong {
    margin-block: 8px;
    color: var(--white);
    font-size: 0.78rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
}

.module-node {
    position: absolute;
    z-index: 2;
    min-height: 30px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(5, 25, 38, 0.82);
    border: 1px solid rgba(121, 224, 205, 0.22);
    border-radius: 4px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.62rem;
    letter-spacing: 0.09em;
}

.module-node i {
    width: 5px;
    height: 5px;
    background: var(--teal-300);
    border-radius: 50%;
    box-shadow: 0 0 9px var(--teal-300);
}

.module-node--erp { left: 8%; top: 16%; }
.module-node--hrm { right: 8%; top: 18%; }
.module-node--crm { right: 3%; top: 49%; }
.module-node--mrp { left: 3%; top: 51%; }
.module-node--mobile { left: 14%; bottom: 12%; }
.module-node--bi { right: 14%; bottom: 11%; }

.system-orbit__footer {
    min-height: 54px;
    justify-content: flex-start;
    gap: 9px;
    border-top: 1px solid rgba(121, 224, 205, 0.14);
    border-bottom: 0;
}

.system-orbit__footer span {
    padding: 5px 8px;
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.cinematic-hero__scroll {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.38);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.58rem;
    letter-spacing: 0.15em;
    transform: translateX(-50%);
}

.cinematic-hero__scroll span {
    width: 28px;
    height: 1px;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.18);
}

.cinematic-hero__scroll span::after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: var(--teal-300);
    animation: scroll-cue 1.8s ease-in-out infinite;
}

@keyframes scroll-cue {
    0% { transform: translateX(-110%); }
    55%, 100% { transform: translateX(110%); }
}

.kinetic-strip {
    overflow: hidden;
    color: var(--navy-950);
    background: var(--teal-300);
    border-block: 1px solid #46bea9;
}

.kinetic-strip__track {
    width: max-content;
    display: flex;
    animation: kinetic-move 28s linear infinite;
}

.kinetic-strip:hover .kinetic-strip__track,
.kinetic-strip:focus-within .kinetic-strip__track {
    animation-play-state: paused;
}

.kinetic-strip__set {
    min-height: 98px;
    padding-inline: 26px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.kinetic-strip span {
    font-size: clamp(1.9rem, 7vw, 4rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.kinetic-strip i {
    width: 9px;
    height: 9px;
    background: var(--navy-950);
    border-radius: 50%;
}

@keyframes kinetic-move { to { transform: translateX(-50%); } }

.product-theater {
    position: relative;
    overflow: clip;
    padding-block: 110px 130px;
    color: var(--white);
    background: #050b10;
}

.product-theater::before {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -350px;
    top: 300px;
    content: "";
    opacity: 0.16;
    background: var(--teal-500);
    border-radius: 50%;
    filter: blur(160px);
}

.product-theater__heading {
    width: min(calc(100% - 32px), 1420px);
    margin-bottom: 90px;
    display: grid;
    gap: 28px;
}

.product-theater__heading h2 {
    margin: 15px 0 0;
    color: var(--white);
    font-size: clamp(3rem, 11vw, 7.2rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

.product-theater__heading h2 em {
    color: var(--teal-300);
    font-style: normal;
    font-weight: 450;
}

.product-theater__heading > div:last-child {
    max-width: 520px;
}

.product-theater__heading p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1rem;
}

.text-link--light {
    color: var(--white);
}

.product-theater__layout {
    width: min(calc(100% - 32px), 1420px);
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
}

.product-theater__rail {
    position: sticky;
    top: 120px;
    align-self: start;
    height: 65vh;
    min-height: 380px;
    padding-block: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.42);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.62rem;
}

.product-theater__current {
    color: var(--teal-300);
}

.product-theater__line {
    position: relative;
    width: 1px;
    flex: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
}

.product-theater__line i {
    position: absolute;
    inset: 0;
    display: block;
    background: var(--teal-300);
    transform: scaleY(0.05);
    transform-origin: top center;
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-scenes {
    display: grid;
    gap: 110px;
}

.product-scene {
    min-height: 72vh;
    display: grid;
    align-content: center;
    gap: 28px;
    opacity: 0.42;
    transition: opacity 500ms ease;
}

.product-scene.is-active {
    opacity: 1;
}

.product-scene__media {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    display: block;
    background: #0a1923;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px 34px 2px 34px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.product-scene__media::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    background: linear-gradient(150deg, transparent 45%, rgba(5, 11, 16, 0.5));
}

.product-scene__media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    filter: saturate(0.75) contrast(1.07);
    transform: scale(1.04);
    transition: filter 500ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-scene__media:hover img,
.product-scene.is-active .product-scene__media img {
    filter: saturate(1) contrast(1.03);
    transform: scale(1);
}

.product-scene__scan {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    opacity: 0;
    background: var(--teal-300);
    box-shadow: 0 0 20px var(--teal-300);
    transform: translateY(0);
}

.product-scene__media:hover .product-scene__scan {
    opacity: 0.8;
    animation: scene-scan 1.6s ease-in-out;
}

@keyframes scene-scan { to { transform: translateY(520px); } }

.product-scene__number,
.product-scene__open {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    color: var(--white);
    background: rgba(4, 18, 29, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

.product-scene__number {
    left: 18px;
    top: 18px;
    min-width: 48px;
    height: 32px;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.68rem;
}

.product-scene__open {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.1rem;
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.product-scene__media:hover .product-scene__open {
    color: var(--navy-950);
    background: var(--teal-300);
    transform: rotate(8deg);
}

.product-scene__body > span {
    color: var(--teal-300);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.product-scene__body h3 {
    margin: 12px 0 14px;
    color: var(--white);
    font-size: clamp(2rem, 7vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.product-scene__body p {
    max-width: 600px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.62);
}

.product-scene__body > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 750;
}

.product-scene__body > a span {
    color: var(--teal-300);
    transition: transform 220ms ease;
}

.product-scene__body > a:hover span { transform: translateX(5px); }

.signal-metrics {
    position: relative;
    overflow: hidden;
    padding-block: 110px;
    color: var(--navy-950);
    background: var(--teal-300);
}

.signal-metrics__noise {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(6, 28, 51, 0.28) 0 1px, transparent 1px);
    background-size: 36px 36px, 42px 42px;
    pointer-events: none;
}

.signal-metrics__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 1420px);
    display: grid;
    gap: 52px;
}

.signal-metrics__intro h2 {
    max-width: 850px;
    margin: 14px 0 22px;
    font-size: clamp(3rem, 10vw, 7rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

.signal-metrics__intro p {
    max-width: 640px;
    margin: 0;
    color: rgba(6, 28, 51, 0.72);
}

.signal-metrics__grid {
    display: grid;
    gap: 12px;
}

.signal-card {
    position: relative;
    min-height: 220px;
    padding: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(6, 28, 51, 0.14);
    border-radius: 2px 24px 2px 24px;
}

.signal-card > span {
    color: rgba(6, 28, 51, 0.46);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.62rem;
}

.signal-card strong {
    position: relative;
    z-index: 2;
    margin-top: auto;
    font-size: clamp(3.4rem, 13vw, 7rem);
    line-height: 0.82;
    letter-spacing: -0.075em;
}

.signal-card p {
    position: relative;
    z-index: 2;
    margin: 18px 0 0;
    font-weight: 750;
}

.signal-card i {
    position: absolute;
    width: 190px;
    height: 190px;
    right: -90px;
    bottom: -90px;
    border: 1px solid rgba(6, 28, 51, 0.12);
    border-radius: 50%;
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.signal-card:hover i { transform: scale(1.4); }

.signal-card--support {
    color: var(--white);
    background: var(--navy-950);
    border-color: var(--navy-950);
}

.signal-card--support > span { color: var(--teal-300); }

.method-section {
    padding-block: 110px;
    background: #f2f6f8;
}

.method-section__grid {
    width: min(calc(100% - 32px), 1420px);
    display: grid;
    gap: 64px;
}

.method-section__sticky h2 {
    margin: 16px 0 22px;
    color: var(--navy-950);
    font-size: clamp(2.8rem, 9vw, 6rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.method-section__sticky p {
    max-width: 570px;
    margin: 0 0 28px;
    color: var(--slate-600);
}

.method-steps {
    display: grid;
    gap: 16px;
}

.method-steps article {
    position: relative;
    min-height: 320px;
    padding: 30px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: 2px 28px 2px 28px;
    box-shadow: 0 20px 60px rgba(6, 28, 51, 0.06);
    transition: color 350ms ease, background 350ms ease, transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.method-steps article:hover {
    color: var(--white);
    background: var(--navy-950);
    transform: translateY(-6px);
}

.method-steps article > span {
    color: var(--teal-600);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.method-steps h3 {
    max-width: 360px;
    margin: 88px 0 12px;
    color: inherit;
    font-size: clamp(2rem, 7vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.method-steps p {
    position: relative;
    z-index: 2;
    max-width: 440px;
    margin: 0;
    color: var(--slate-600);
}

.method-steps article:hover p { color: rgba(255, 255, 255, 0.64); }

.method-steps svg {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -12px;
    top: -14px;
    fill: none;
    stroke: rgba(8, 47, 91, 0.13);
    stroke-width: 1.5;
    transition: stroke 350ms ease, transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.method-steps article:hover svg {
    stroke: rgba(121, 224, 205, 0.36);
    transform: rotate(12deg) scale(1.08);
}

.origin-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 7vw, 104px);
    color: var(--white);
    background: linear-gradient(135deg, #061c33 0%, #092f4b 48%, #04131f 100%);
}

.origin-section__year {
    position: absolute;
    left: -0.05em;
    bottom: -0.28em;
    color: rgba(255, 255, 255, 0.03);
    font-size: clamp(13rem, 40vw, 38rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.09em;
    pointer-events: none;
}

.origin-section__grid {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), 1420px);
    display: grid;
    gap: clamp(40px, 5vw, 72px);
}

.origin-section__visual {
    position: relative;
    min-height: clamp(360px, 31vw, 430px);
    padding: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(121, 224, 205, 0.22);
    border-radius: 2px 38px 2px 38px;
}

.origin-section__rings,
.origin-section__rings i {
    position: absolute;
    border: 1px solid rgba(121, 224, 205, 0.15);
    border-radius: 50%;
}

.origin-section__rings {
    width: 430px;
    height: 430px;
    right: -180px;
    top: -180px;
}

.origin-section__rings i:nth-child(1) { inset: 16%; }
.origin-section__rings i:nth-child(2) { inset: 32%; }
.origin-section__rings i:nth-child(3) { inset: 45%; background: var(--teal-300); box-shadow: 0 0 40px var(--teal-500); }

.origin-section__visual > span,
.origin-section__visual > small {
    color: var(--teal-300);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.64rem;
    letter-spacing: 0.15em;
}

.origin-section__visual > strong {
    margin-block: 12px;
    font-size: clamp(6rem, 26vw, 13rem);
    line-height: 0.72;
    letter-spacing: -0.085em;
}

.origin-section__content {
    align-self: center;
}

.origin-section__content h2 {
    margin: 16px 0 24px;
    color: var(--white);
    font-size: clamp(3rem, 5.4vw, 5.5rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.origin-section__content p {
    max-width: 650px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.66);
}

.reference-flow {
    padding-block: 100px;
    overflow: hidden;
    background: var(--surface);
}

.reference-flow__heading {
    width: min(calc(100% - 32px), 1420px);
    margin-bottom: 52px;
}

.reference-flow__heading h2 {
    max-width: 880px;
    margin: 14px 0 0;
    color: var(--navy-950);
    font-size: clamp(3rem, 9vw, 6rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.reference-flow__viewport {
    position: relative;
    overflow: hidden;
}

.reference-flow__viewport::before,
.reference-flow__viewport::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: min(12vw, 160px);
    content: "";
    pointer-events: none;
}

.reference-flow__viewport::before { left: 0; background: linear-gradient(90deg, var(--surface), transparent); }
.reference-flow__viewport::after { right: 0; background: linear-gradient(-90deg, var(--surface), transparent); }

.reference-flow__track,
.reference-flow__set {
    display: flex;
    gap: 16px;
}

.reference-flow__track {
    width: max-content;
    animation: reference-drift 34s linear infinite;
}

.reference-flow__track:hover { animation-play-state: paused; }

.reference-flow__set {
    flex: 0 0 auto;
}

.reference-flow__card {
    width: clamp(210px, 24vw, 330px);
    min-height: 150px;
    flex: 0 0 auto;
    padding: 28px;
    display: grid;
    place-items: center;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: 2px 22px 2px 22px;
    box-shadow: 0 16px 50px rgba(6, 28, 51, 0.05);
}

.reference-flow__card img {
    width: 100%;
    height: 74px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.65;
    transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

.reference-flow__card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

@keyframes reference-drift { to { transform: translateX(calc(-50% - 8px)); } }

.js [data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 650ms ease, transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 720px) {
    .cinematic-hero__bottom {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .signal-metrics__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .method-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .method-steps article:last-child {
        grid-column: 1 / -1;
    }
}

@media (min-width: 980px) {
    .home-cinematic .site-header__inner {
        min-height: 86px;
    }

    .cinematic-hero {
        min-height: calc(100dvh - 86px);
    }

    .cinematic-hero__inner {
        grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
        align-items: center;
        gap: clamp(54px, 6vw, 110px);
    }

    .cinematic-hero h1 {
        font-size: clamp(5rem, 7.2vw, 8.6rem);
    }

    .system-orbit__viewport {
        min-height: min(58vh, 570px);
    }

    .product-theater__heading {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
        align-items: end;
        justify-content: space-between;
        gap: 90px;
    }

    .product-theater__layout {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 48px;
    }

    .product-scenes { gap: 150px; }

    .product-scene {
        min-height: 78vh;
        grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.72fr);
        align-items: center;
        gap: clamp(52px, 7vw, 110px);
    }

    .product-scene:nth-child(even) {
        grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.25fr);
    }

    .product-scene:nth-child(even) .product-scene__media { grid-column: 2; grid-row: 1; }
    .product-scene:nth-child(even) .product-scene__body { grid-column: 1; grid-row: 1; }

    .product-scene__media,
    .product-scene__media img {
        min-height: min(64vh, 680px);
    }

    .signal-metrics__inner {
        grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
        align-items: end;
        gap: 86px;
    }

    .signal-metrics__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signal-card--2 { transform: translateY(34px); }
    .signal-card--support { transform: translateY(34px); }

    .method-section__grid {
        grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
        align-items: start;
        gap: clamp(70px, 9vw, 150px);
    }

    .method-section__sticky {
        position: sticky;
        top: 130px;
    }

    .method-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .method-steps article:last-child { grid-column: auto; }
    .method-steps article:nth-child(2) { margin-left: 11%; }
    .method-steps article:nth-child(3) { margin-left: 22%; }

    .origin-section__grid {
        grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
        align-items: center;
        gap: clamp(48px, 5vw, 88px);
    }
}

@media (min-width: 1380px) {
    .cinematic-hero__inner,
    .product-theater__heading,
    .product-theater__layout,
    .signal-metrics__inner,
    .method-section__grid,
    .origin-section__grid,
    .reference-flow__heading {
        width: min(calc(100% - 80px), 1420px);
    }
}

@media (max-width: 719px) {
    html,
    body {
        overflow-x: clip;
    }

    .home-cinematic .brand {
        width: 178px;
    }

    .home-cinematic .menu-toggle {
        display: inline-flex;
    }

    .cinematic-hero__inner,
    .cinematic-hero__inner > *,
    .cinematic-hero__bottom,
    .cinematic-hero__bottom > * {
        min-width: 0;
        max-width: 100%;
    }

    .cinematic-hero h1 {
        font-size: clamp(2.75rem, 13.2vw, 3.1rem);
        letter-spacing: -0.065em;
    }

    .cinematic-hero__meta span:last-child { display: none; }
    .cinematic-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .system-orbit {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .system-orbit__viewport { min-height: 340px; }
    .system-orbit__footer {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

    .system-orbit__footer span {
        min-width: 0;
        padding-inline: 4px;
        overflow: hidden;
        font-size: 0.49rem;
        text-align: center;
        text-overflow: ellipsis;
    }

    .module-node--erp { left: 4%; }
    .module-node--hrm { right: 4%; }
    .module-node--mobile { left: 6%; }
    .module-node--bi { right: 6%; }
    .system-orbit__footer { overflow: hidden; }
    .system-orbit__footer span { white-space: nowrap; }
    .product-theater { padding-block: 86px; }
    .product-theater__heading { margin-bottom: 60px; }
    .product-scenes { gap: 86px; }
    .product-scene { min-height: auto; opacity: 1; }
    .product-theater__rail { display: none; }
    .product-theater__layout { grid-template-columns: 1fr; }
    .signal-metrics, .method-section, .origin-section, .reference-flow { padding-block: 86px; }
}

@media (min-width: 720px) and (max-width: 979px) {
    .home-cinematic .menu-toggle {
        display: inline-flex;
    }
}

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

    .cinematic-hero__aurora,
    .system-orbit::before,
    .radar-sweep,
    .cinematic-hero__scroll span::after,
    .kinetic-strip__track,
    .reference-flow__track {
        animation: none !important;
    }

    .kinetic-strip__track,
    .reference-flow__track {
        transform: none !important;
    }

    .js .hero-line > span,
    .js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .system-orbit,
    [data-magnetic] {
        transform: none !important;
        transition: none !important;
    }
}

/* Support center */
.support-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(rgba(10, 34, 59, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 34, 59, 0.16) 1px, transparent 1px),
        radial-gradient(circle at 84% 16%, rgba(20, 184, 166, 0.23), transparent 31%),
        linear-gradient(135deg, var(--navy-950), var(--navy-800));
    background-size: 48px 48px, 48px 48px, auto, auto;
}

.support-hero__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(45, 212, 191, 0.18);
    filter: blur(80px);
    pointer-events: none;
}

.support-hero__grid {
    position: relative;
    z-index: 1;
    min-height: 580px;
    padding-block: clamp(56px, 8vw, 104px);
    display: grid;
    gap: 48px;
    align-items: center;
}

.support-hero .breadcrumb {
    margin-bottom: 38px;
}

.support-hero__content {
    max-width: 760px;
}

.support-hero__content h1 {
    max-width: 730px;
    margin: 20px 0 24px;
    color: var(--white);
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.support-hero__content > p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.75;
}

.support-hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    align-items: center;
}

.support-text-link {
    min-height: 48px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--white);
    font-weight: 750;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.support-text-link:hover,
.support-text-link:focus-visible {
    color: var(--teal-300);
    border-color: var(--teal-300);
}

.support-availability {
    padding: clamp(28px, 5vw, 42px);
    background: rgba(6, 30, 52, 0.78);
    border: 1px solid rgba(94, 234, 212, 0.24);
    border-radius: var(--radius-lg);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.support-availability__status {
    margin-bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--teal-300);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.support-availability__status i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal-300);
    box-shadow: 0 0 0 7px rgba(94, 234, 212, 0.1);
}

.support-availability > span,
.support-availability small {
    color: rgba(255, 255, 255, 0.62);
}

.support-availability strong,
.support-availability p {
    display: block;
    color: var(--white);
}

.support-availability strong {
    margin-top: 10px;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.support-availability p {
    margin: 2px 0 30px;
    font-size: 1.2rem;
}

.support-availability small {
    display: block;
    padding-top: 22px;
    line-height: 1.65;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.support-contact-section {
    background: var(--surface);
}

.support-section-heading {
    margin-bottom: 38px;
    display: grid;
    gap: 18px;
}

.support-section-heading h2,
.support-location__details h2 {
    margin: 12px 0 0;
    color: var(--navy-950);
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.support-section-heading > p {
    max-width: 560px;
    color: var(--slate-600);
    line-height: 1.7;
}

.support-channel-grid {
    display: grid;
    gap: 16px;
}

.support-channel-card {
    min-height: 260px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--navy-950);
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 36px rgba(10, 47, 82, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.support-channel-card:hover,
.support-channel-card:focus-visible {
    transform: translateY(-4px);
    border-color: var(--teal-500);
    box-shadow: 0 20px 48px rgba(10, 47, 82, 0.12);
}

.support-channel-card--primary {
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-900), var(--navy-700));
    border-color: transparent;
}

.support-channel-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: var(--teal-600);
    background: rgba(20, 184, 166, 0.1);
    border-radius: 16px;
}

.support-channel-card--primary .support-channel-card__icon {
    color: var(--teal-300);
    background: rgba(94, 234, 212, 0.12);
}

.support-channel-card__icon svg {
    width: 26px;
    height: 26px;
}

.support-channel-card__label {
    margin-top: 30px;
    color: var(--teal-600);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.support-channel-card--primary .support-channel-card__label {
    color: var(--teal-300);
}

.support-channel-card strong {
    margin-top: 8px;
    font-size: clamp(1.15rem, 3vw, 1.55rem);
    overflow-wrap: anywhere;
}

.support-channel-card small {
    margin-top: auto;
    padding-top: 22px;
    color: var(--slate-600);
    font-weight: 700;
}

.support-channel-card--primary small {
    color: rgba(255, 255, 255, 0.7);
}

.support-location-section {
    background: var(--white);
}

.support-location {
    display: grid;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 70px rgba(10, 47, 82, 0.09);
}

.support-location__details {
    padding: clamp(32px, 6vw, 64px);
}

.support-location__details address {
    margin: 28px 0 16px;
    color: var(--navy-950);
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-style: normal;
    font-weight: 750;
    line-height: 1.65;
}

.support-location__details p {
    max-width: 480px;
    margin-bottom: 28px;
    color: var(--slate-600);
    line-height: 1.75;
}

.support-location__map {
    min-height: 420px;
    background: var(--slate-200);
}

.support-location__map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    border: 0;
}

@media (min-width: 700px) {
    .support-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-section-heading {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
        align-items: end;
    }
}

@media (min-width: 960px) {
    .support-hero__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    }

    .support-channel-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .support-location {
        grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    }
}

@media (max-width: 480px) {
    .support-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .support-hero__actions .button,
    .support-text-link {
        width: 100%;
        justify-content: center;
    }
}

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

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

body {
    margin: 0;
    color: var(--slate-950);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
    font: inherit;
}

:focus-visible {
    outline: 3px solid var(--teal-500);
    outline-offset: 4px;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 16px;
    left: 16px;
    padding: 12px 18px;
    color: var(--white);
    background: var(--navy-950);
    border-radius: var(--radius-sm);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.topbar {
    color: rgba(255, 255, 255, 0.88);
    background: var(--navy-950);
    font-size: 0.82rem;
}

.topbar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar__inner > a,
.topbar__phones a {
    transition: color var(--transition);
}

.topbar__inner > a:hover,
.topbar__phones a:hover {
    color: var(--teal-300);
}

.topbar__phones {
    display: none;
    align-items: center;
    gap: 14px;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(219, 226, 234, 0.8);
    backdrop-filter: blur(16px);
}

.site-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    width: 196px;
    flex: 0 0 auto;
}

.brand img {
    width: 100%;
    height: auto;
}

.menu-toggle {
    min-width: 64px;
    min-height: 48px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: var(--navy-950);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.menu-toggle__label {
    font-size: 0.82rem;
    font-weight: 750;
}

.menu-toggle__icon {
    width: 24px;
    display: grid;
    gap: 5px;
}

.menu-toggle__icon i {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 10px;
    transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
    position: fixed;
    z-index: 99;
    inset: 114px 0 0;
    padding: 24px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--white);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.main-nav > a:not(.button) {
    min-height: 52px;
    padding: 12px 4px;
    display: flex;
    align-items: center;
    color: var(--navy-950);
    border-bottom: 1px solid var(--slate-100);
    font-size: 1.05rem;
    font-weight: 700;
}

.button {
    min-height: 52px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--white);
    background: var(--navy-900);
    border: 1px solid var(--navy-900);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(8, 47, 91, 0.2);
    font-weight: 750;
    line-height: 1.2;
    transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.button:hover {
    background: var(--navy-800);
    border-color: var(--navy-800);
    box-shadow: 0 16px 34px rgba(8, 47, 91, 0.26);
    transform: translateY(-2px);
}

.button--small {
    min-height: 46px;
    padding: 11px 19px;
    font-size: 0.9rem;
}

.button--ghost {
    color: var(--navy-900);
    background: transparent;
    border-color: var(--slate-200);
    box-shadow: none;
}

.button--ghost:hover {
    color: var(--navy-950);
    background: var(--white);
    border-color: var(--navy-700);
    box-shadow: var(--shadow-sm);
}

.button--light {
    color: var(--navy-950);
    background: var(--white);
    border-color: var(--white);
}

.button--light:hover {
    color: var(--navy-950);
    background: var(--teal-300);
    border-color: var(--teal-300);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy-700);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 22px;
    height: 2px;
    background: var(--teal-500);
}

.eyebrow--light {
    color: var(--teal-300);
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, #f5f9fd 0%, #ffffff 58%, #effaf7 100%);
}

.hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.42;
    background-image: linear-gradient(rgba(8, 47, 91, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 47, 91, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero__glow {
    position: absolute;
    width: 460px;
    height: 460px;
    right: -260px;
    top: -220px;
    background: rgba(16, 185, 154, 0.18);
    border-radius: 50%;
    filter: blur(40px);
}

.hero__grid {
    position: relative;
    z-index: 1;
    padding-block: 72px 84px;
    display: grid;
    gap: 58px;
}

.hero__content {
    max-width: 690px;
}

.hero h1 {
    margin: 18px 0 22px;
    color: var(--navy-950);
    font-size: clamp(2.65rem, 12vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.hero h1 em {
    display: block;
    color: var(--teal-600);
    font-style: normal;
}

.hero__lead {
    max-width: 630px;
    margin: 0;
    color: var(--slate-600);
    font-size: clamp(1.05rem, 3.5vw, 1.25rem);
    line-height: 1.7;
}

.hero__actions {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero__contact {
    margin-top: 28px;
    padding-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
    border-top: 1px solid var(--slate-200);
    color: var(--slate-600);
    font-size: 0.88rem;
}

.hero__contact > span {
    width: 100%;
    color: var(--slate-400);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero__contact a {
    color: var(--navy-900);
    font-weight: 750;
}

.hero-visual {
    position: relative;
    max-width: 650px;
    margin-inline: auto;
}

.hero-visual::before {
    position: absolute;
    inset: 7% -5% -8% 9%;
    z-index: -1;
    content: "";
    background: var(--navy-900);
    border-radius: var(--radius-lg);
    transform: rotate(3deg);
}

.hero-visual__frame {
    padding: 10px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(219, 226, 234, 0.92);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.hero-visual__bar {
    height: 34px;
    padding-inline: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-visual__bar span {
    width: 8px;
    height: 8px;
    background: var(--slate-200);
    border-radius: 50%;
}

.hero-visual__bar span:first-child {
    background: var(--teal-500);
}

.hero-visual__frame img {
    width: 100%;
    aspect-ratio: 1.36;
    object-fit: cover;
    border-radius: 20px;
}

.hero-visual__badge {
    position: absolute;
    padding: 12px 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 9px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(219, 226, 234, 0.94);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(10px);
}

.hero-visual__badge strong {
    color: var(--navy-950);
    font-size: 0.82rem;
}

.hero-visual__badge small {
    grid-column: 2;
    color: var(--slate-600);
    font-size: 0.66rem;
    white-space: nowrap;
}

.hero-visual__badge--top {
    top: -24px;
    right: -6px;
}

.hero-visual__badge--bottom {
    left: -6px;
    bottom: -32px;
}

.status-dot {
    width: 10px;
    height: 10px;
    grid-row: 1 / 3;
    background: var(--teal-500);
    border: 3px solid rgba(16, 185, 154, 0.22);
    border-radius: 50%;
    box-sizing: content-box;
}

.stats {
    color: var(--white);
    background: var(--navy-950);
}

.stats__grid {
    padding-block: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 12px;
}

.stats__intro {
    grid-column: 1 / -1;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.stats__intro span {
    display: block;
    color: var(--teal-300);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stats__intro strong {
    font-size: 1rem;
}

.stat strong,
.stat span {
    display: block;
}

.stat strong {
    color: var(--teal-300);
    font-size: clamp(1.65rem, 7vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.stat span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.section {
    padding-block: 86px;
}

.section--soft {
    background: var(--surface);
}

.section-heading {
    margin-bottom: 38px;
}

.section-heading h2,
.why-us h2,
.about-preview h2,
.cta-section h2,
.prose-section h2 {
    margin: 14px 0 0;
    color: var(--navy-950);
    font-size: clamp(2rem, 8vw, 3.65rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.section-heading p {
    margin: 20px 0 10px;
    color: var(--slate-600);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--navy-900);
    font-weight: 800;
}

.text-link span {
    color: var(--teal-600);
    transition: transform var(--transition);
}

.text-link:hover span {
    transform: translateX(5px);
}

.product-grid {
    display: grid;
    gap: 20px;
}

.product-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.product-card:hover {
    border-color: rgba(7, 155, 130, 0.48);
    box-shadow: var(--shadow-sm);
    transform: translateY(-5px);
}

.product-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card__media {
    position: relative;
    overflow: hidden;
    background: #eaf2f8;
}

.product-card__media img {
    width: 100%;
    aspect-ratio: 1.48;
    object-fit: cover;
    transition: transform 400ms ease;
}

.product-card:hover .product-card__media img {
    transform: scale(1.035);
}

.product-card__number {
    position: absolute;
    right: 14px;
    top: 14px;
    min-width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

.product-card__body {
    padding: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-card__category,
.compact-product-card > div > span {
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.product-card h3,
.compact-product-card h2 {
    margin: 9px 0 10px;
    color: var(--navy-950);
    font-size: 1.28rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.product-card p,
.compact-product-card p {
    margin: 0;
    color: var(--slate-600);
    font-size: 0.92rem;
}

.product-card__link {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: var(--navy-900);
    font-size: 0.86rem;
    font-weight: 800;
}

.product-card__link i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 50%;
    font-style: normal;
}

.why-us {
    color: var(--white);
    background: var(--navy-900);
}

.why-us__grid {
    display: grid;
    gap: 52px;
}

.why-us h2 {
    color: var(--white);
}

.why-us__intro > p {
    margin: 20px 0 28px;
    color: rgba(255, 255, 255, 0.72);
}

.feature-list article {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.feature-list article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.feature-list__index {
    color: var(--teal-300);
    font-size: 0.78rem;
    font-weight: 850;
}

.feature-list h3 {
    margin: -5px 0 7px;
    color: var(--white);
    font-size: 1.15rem;
}

.feature-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.about-preview__grid {
    display: grid;
    gap: 48px;
}

.about-preview__visual {
    position: relative;
    min-height: 360px;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
    border-radius: var(--radius-lg);
}

.about-preview__visual::before,
.about-preview__visual::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(121, 224, 205, 0.32);
    border-radius: 50%;
}

.about-preview__visual::before {
    width: 290px;
    height: 290px;
    right: -80px;
    top: -70px;
}

.about-preview__visual::after {
    width: 180px;
    height: 180px;
    right: -10px;
    top: 10px;
}

.about-preview__mark {
    position: absolute;
    left: -12px;
    top: 20px;
    color: rgba(255, 255, 255, 0.055);
    font-size: clamp(5rem, 30vw, 9rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}

.about-preview__card {
    position: relative;
    z-index: 1;
    width: min(100%, 250px);
    padding: 22px;
    display: grid;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    backdrop-filter: blur(12px);
}

.about-preview__card span,
.about-preview__card small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.about-preview__card strong {
    margin-top: 16px;
    color: var(--teal-300);
    font-size: 3.2rem;
    line-height: 1;
}

.about-preview__content p {
    color: var(--slate-600);
}

.about-preview__content .text-link {
    margin-top: 12px;
}

.section-heading--center {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

.reference-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.reference-card {
    min-height: 112px;
    padding: 18px;
    display: grid;
    place-items: center;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-sm);
}

.reference-card img {
    width: 100%;
    height: 65px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter var(--transition), opacity var(--transition), transform var(--transition);
}

.reference-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.cta-section {
    color: var(--white);
    background: var(--teal-600);
}

.cta-section__inner {
    padding-block: 66px;
    display: grid;
    gap: 30px;
}

.cta-section h2 {
    color: var(--white);
    font-size: clamp(2rem, 8vw, 3.3rem);
}

.cta-section__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

.cta-section__actions > a:last-child {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 750;
}

.page-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(125deg, var(--navy-950), var(--navy-700));
}

.page-hero::after {
    position: absolute;
    width: 380px;
    height: 380px;
    right: -190px;
    top: -190px;
    content: "";
    border: 70px solid rgba(121, 224, 205, 0.09);
    border-radius: 50%;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    padding-block: 74px;
}

.page-hero h1 {
    margin: 14px 0 15px;
    font-size: clamp(2.6rem, 12vw, 5.2rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.page-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
}

.compact-product-grid {
    display: grid;
    gap: 18px;
}

.compact-product-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: box-shadow var(--transition), transform var(--transition);
}

.compact-product-card:hover {
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.compact-product-card > img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
    background: var(--surface);
}

.compact-product-card > div {
    padding: 24px;
}

.compact-product-card a {
    margin-top: 18px;
    display: inline-flex;
    gap: 8px;
    color: var(--navy-900);
    font-size: 0.88rem;
    font-weight: 800;
}

.products-catalog {
    color: var(--navy-950);
    background: #f7fafc;
}

.products-catalog__hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 9vw, 132px);
    color: var(--white);
    background:
        radial-gradient(circle at 84% 14%, rgba(24, 206, 174, 0.25), transparent 25%),
        linear-gradient(135deg, #061a2e 0%, #0a3150 58%, #075c62 140%);
}

.products-catalog__hero::after {
    position: absolute;
    right: -180px;
    bottom: -270px;
    width: 580px;
    height: 580px;
    content: "";
    border: 1px solid rgba(121, 224, 205, 0.17);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(121, 224, 205, 0.035),
        0 0 0 160px rgba(121, 224, 205, 0.025);
}

.products-catalog__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 46px;
}

.products-catalog__hero h1 {
    max-width: 920px;
    margin: 18px 0 24px;
    color: var(--white);
    font-size: clamp(2.7rem, 7.2vw, 6.4rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.products-catalog__hero h1 em {
    color: var(--teal-300);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.products-catalog__hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.75;
}

.products-catalog__summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.products-catalog__summary div {
    padding: 24px 12px 0 0;
}

.products-catalog__summary div + div {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.products-catalog__summary strong,
.products-catalog__summary span {
    display: block;
}

.products-catalog__summary strong {
    color: var(--white);
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1;
}

.products-catalog__summary span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.products-catalog__nav {
    position: relative;
    z-index: 4;
    overflow-x: auto;
    color: var(--white);
    background: #071728;
    scrollbar-width: none;
}

.products-catalog__nav::-webkit-scrollbar { display: none; }

.products-catalog__nav .container {
    display: flex;
    min-width: max-content;
}

.products-catalog__nav a {
    min-height: 64px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    font-weight: 780;
    transition: color var(--transition), background var(--transition);
}

.products-catalog__nav a:first-child { border-left: 1px solid rgba(255, 255, 255, 0.1); }
.products-catalog__nav a:hover { color: var(--white); background: rgba(121, 224, 205, 0.08); }
.products-catalog__nav a span { color: var(--teal-300); font-family: ui-monospace, Consolas, monospace; font-size: 0.66rem; }

.product-group {
    padding-block: clamp(76px, 8vw, 116px);
    scroll-margin-top: 30px;
}

.product-group:nth-child(even) { background: #edf3f7; }

.product-group__heading {
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 18px;
}

.product-group__heading > span {
    min-width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--teal-700);
    background: rgba(16, 185, 154, 0.1);
    border: 1px solid rgba(16, 185, 154, 0.22);
    border-radius: 50%;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 0.7rem;
    font-weight: 850;
}

.product-group__heading h2 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.product-group__heading p {
    max-width: 680px;
    margin: 0;
    color: var(--slate-600);
}

.product-catalog-grid {
    display: grid;
    gap: 22px;
}

.product-catalog-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid rgba(16, 38, 60, 0.11);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 35px rgba(6, 28, 51, 0.05);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-catalog-card:hover {
    border-color: rgba(16, 185, 154, 0.32);
    box-shadow: 0 22px 54px rgba(6, 28, 51, 0.11);
    transform: translateY(-5px);
}

.product-catalog-card__media {
    position: relative;
    overflow: hidden;
    display: block;
    background: #dfe9f0;
}

.product-catalog-card__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-catalog-card:hover .product-catalog-card__media img { transform: scale(1.045); }

.product-catalog-card__media > span {
    position: absolute;
    right: 16px;
    top: 16px;
    min-width: 48px;
    height: 30px;
    padding-inline: 9px;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 99px;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 0.62rem;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

.product-catalog-card__body {
    padding: 22px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-catalog-card__category {
    color: var(--teal-700);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-catalog-card h3 {
    margin: 9px 0 12px;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.product-catalog-card h3 a { color: var(--navy-950); }

.product-catalog-card p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    color: var(--slate-600);
    font-size: 0.91rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-catalog-card ul {
    margin: 16px 0 0;
    padding: 13px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    border-top: 1px solid var(--slate-200);
    list-style: none;
}

.product-catalog-card li {
    padding: 6px 9px;
    color: var(--slate-600);
    background: var(--surface);
    border-radius: 4px;
    font-size: 0.67rem;
    font-weight: 720;
}

.product-catalog-card__link {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--navy-900);
    font-size: 0.83rem;
    font-weight: 850;
}

.product-catalog-card__link span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 50%;
    transition: background var(--transition), transform var(--transition);
}

.product-catalog-card__link:hover span { background: var(--teal-700); transform: translateX(3px); }

.products-catalog__cta {
    padding-block: clamp(74px, 9vw, 122px);
    color: var(--white);
    background: linear-gradient(120deg, #061a2e, #0a3d59 72%, #08736f);
}

.products-catalog__cta-inner {
    display: grid;
    align-items: center;
    gap: 34px;
}

.products-catalog__cta h2 {
    max-width: 900px;
    margin: 15px 0 0;
    color: var(--white);
    font-size: clamp(2rem, 5vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.products-catalog__cta .button { justify-self: start; }

@media (min-width: 680px) {
    .product-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1040px) {
    .products-catalog__hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.5fr); align-items: end; }
    .products-catalog__summary { align-self: end; }
    .product-group__heading { grid-template-columns: 54px minmax(0, 1fr); gap: 26px; }
    .product-group__heading > span { min-width: 54px; height: 54px; }
    .product-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .products-catalog__cta-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 80px; }
    .products-catalog__cta .button { justify-self: end; }
}

@media (max-width: 520px) {
    .products-catalog__summary div { padding-right: 7px; }
    .products-catalog__summary div + div { padding-left: 9px; }
    .products-catalog__summary span { font-size: 0.58rem; letter-spacing: 0.035em; }
    .products-catalog__nav a { min-height: 58px; padding-inline: 18px; }
    .product-catalog-card__body { padding: 22px; }
}

.prose-section__grid {
    display: grid;
    gap: 42px;
}

.prose-section aside {
    min-height: 270px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
    border-radius: var(--radius-lg);
}

.prose-section aside span,
.prose-section aside p {
    color: rgba(255, 255, 255, 0.68);
}

.prose-section aside strong {
    color: var(--teal-300);
    font-size: 4rem;
    line-height: 1;
}

.prose-section aside p {
    margin-bottom: 0;
}

.prose-section article {
    max-width: 760px;
}

.prose-section article p {
    color: var(--slate-600);
    font-size: 1.03rem;
}

.contact-grid {
    display: grid;
    gap: 16px;
}

.contact-card {
    min-height: 190px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.contact-card:hover {
    background: var(--white);
    border-color: var(--teal-500);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.contact-card span {
    color: var(--teal-600);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-card strong {
    margin-top: 10px;
    color: var(--navy-950);
    font-size: clamp(1.15rem, 5vw, 1.45rem);
}

.contact-card small {
    margin-top: 7px;
    color: var(--slate-600);
}

.contact-card--accent {
    color: var(--white);
    background: var(--navy-900);
    border-color: var(--navy-900);
}

.contact-card--accent span {
    color: var(--teal-300);
}

.contact-card--accent strong,
.contact-card--accent small {
    color: var(--white);
}

.contact-card--accent:hover,
.contact-card--accent:focus-visible {
    color: var(--white);
    background: var(--navy-800);
    border-color: var(--teal-300);
}

.contact-card--accent:hover span,
.contact-card--accent:focus-visible span {
    color: var(--teal-300);
}

.contact-card--accent:hover strong,
.contact-card--accent:hover small,
.contact-card--accent:focus-visible strong,
.contact-card--accent:focus-visible small {
    color: var(--white);
}

.product-detail-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 10%, rgba(16, 185, 154, 0.28), transparent 30%),
        linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.product-detail-hero__grid {
    padding-block: clamp(42px, 6vw, 64px);
    display: grid;
    gap: 38px;
}

.breadcrumb {
    margin-bottom: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}

.breadcrumb a:hover {
    color: var(--teal-300);
}

.product-detail-hero h1 {
    max-width: 760px;
    margin: 16px 0 18px;
    font-size: clamp(2.6rem, 9vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.product-detail-hero__content > p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
}

.product-detail-hero__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.product-detail-hero__phone {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--teal-300);
    font-weight: 800;
}

.product-detail-hero__visual {
    position: relative;
    align-self: center;
}

.product-detail-hero__visual::before {
    position: absolute;
    inset: -10px 16px 12px -10px;
    content: "";
    border: 1px solid rgba(121, 224, 205, 0.28);
    border-radius: var(--radius-md);
}

.product-detail-hero__visual img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-md);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.product-detail-hero__visual > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 12px;
    color: var(--navy-950);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

/* Privacy-safe, product-led CRM and BI previews. */
.product-detail-hero__visual--software {
    isolation: isolate;
    animation: software-preview-float 7s ease-in-out infinite;
}

.product-detail-hero__visual--software::before {
    inset: -12px;
    z-index: -1;
    border-color: rgba(121, 224, 205, 0.34);
    box-shadow: 0 0 54px rgba(16, 185, 154, 0.14);
}

.product-detail-hero__visual--software::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    pointer-events: none;
    border-radius: var(--radius-md);
    background: linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.14) 42%, transparent 61%);
    background-size: 230% 100%;
    animation: software-preview-shine 6.8s ease-in-out infinite;
}

.product-detail-hero__visual--software img {
    aspect-ratio: 16 / 9;
    object-position: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.product-detail-hero__visual--software > span {
    z-index: 3;
    color: var(--white);
    background: rgba(6, 28, 51, 0.78);
    border: 1px solid rgba(121, 224, 205, 0.3);
}

@keyframes software-preview-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes software-preview-shine {
    0%, 22% { opacity: 0; background-position: 120% 0; }
    38% { opacity: 0.65; }
    62%, 100% { opacity: 0; background-position: -120% 0; }
}

.product-overview__grid,
.corporate-intro__grid {
    display: grid;
    gap: 38px;
}

.product-overview h2,
.corporate-intro h2,
.capability-panel h2 {
    margin: 14px 0 0;
    color: var(--navy-950);
    font-size: clamp(2rem, 8vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.product-overview__copy {
    max-width: 760px;
}

.product-overview__copy p,
.corporate-intro article p {
    margin: 0 0 18px;
    color: var(--slate-600);
    font-size: 1.03rem;
}

/* Tfon Tech ERP: product-led desktop preview with restrained motion. */
.erp-overview-showcase {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 10vw, 132px);
    background:
        radial-gradient(circle at 12% 18%, rgba(16, 185, 154, 0.1), transparent 26%),
        radial-gradient(circle at 90% 76%, rgba(37, 99, 235, 0.1), transparent 30%),
        var(--surface);
}

.erp-overview-showcase::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.48;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(8, 47, 91, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 47, 91, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

.erp-overview-showcase__heading {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin-bottom: clamp(42px, 7vw, 78px);
}

.erp-overview-showcase__heading h2 {
    margin: 15px 0 20px;
    color: var(--navy-950);
    font-size: clamp(2.45rem, 7vw, 5.7rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.erp-overview-showcase__heading h2 em {
    color: var(--teal-600);
    font-style: normal;
    font-weight: 560;
}

.erp-overview-showcase__heading p {
    max-width: 710px;
    margin: 0;
    color: var(--slate-600);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.7;
}

.erp-overview-showcase__stage {
    position: relative;
    z-index: 2;
    width: min(100%, 1320px);
    margin-inline: auto;
    padding: 0;
}

.erp-overview-showcase__devices {
    display: grid;
    align-items: end;
    gap: clamp(24px, 4vw, 58px);
}

.erp-desktop-mockup {
    position: relative;
    overflow: hidden;
    padding: 7px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(223, 232, 241, 0.88));
    border: 1px solid rgba(8, 47, 91, 0.14);
    border-radius: clamp(16px, 2.5vw, 30px);
    box-shadow:
        0 44px 100px rgba(8, 47, 91, 0.2),
        0 10px 28px rgba(8, 47, 91, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    animation: erp-mockup-float 7s ease-in-out infinite;
}

.erp-desktop-mockup__bar {
    min-height: 46px;
    padding: 0 13px;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: var(--slate-600);
    font-size: 0.72rem;
    font-weight: 720;
    letter-spacing: 0.02em;
}

.erp-desktop-mockup__controls {
    display: flex;
    gap: 7px;
}

.erp-desktop-mockup__controls i {
    width: 9px;
    height: 9px;
    display: block;
    background: var(--slate-200);
    border-radius: 50%;
}

.erp-desktop-mockup__controls i:first-child { background: #ff756c; }
.erp-desktop-mockup__controls i:nth-child(2) { background: #f3bd4e; }
.erp-desktop-mockup__controls i:last-child { background: #4bc27b; }

.erp-desktop-mockup__bar > span {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erp-desktop-mockup__bar > strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--teal-600);
    font-size: 0.68rem;
    white-space: nowrap;
}

.erp-desktop-mockup__bar > strong i {
    width: 7px;
    height: 7px;
    background: var(--teal-500);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(16, 185, 154, 0.1);
    animation: erp-status-pulse 2.4s ease-out infinite;
}

.erp-desktop-mockup__screen {
    position: relative;
    aspect-ratio: 1.9;
    overflow: hidden;
    background: #eef3f8;
    border: 1px solid rgba(8, 47, 91, 0.12);
    border-radius: clamp(10px, 1.7vw, 22px);
}

.erp-desktop-mockup__screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.002);
    animation: erp-screen-breathe 9s ease-in-out infinite alternate;
}

.erp-desktop-mockup__scan {
    position: absolute;
    z-index: 2;
    inset: -25% 0 auto;
    height: 24%;
    opacity: 0;
    background: linear-gradient(to bottom, transparent, rgba(121, 224, 205, 0.16), transparent);
    pointer-events: none;
    animation: erp-screen-scan 6.5s ease-in-out 1s infinite;
}

.erp-desktop-mockup__shine {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.08));
}

.erp-mobile-mockup {
    position: relative;
    width: min(62vw, 250px);
    margin-inline: auto;
    padding: 14px 12px 16px;
    display: block;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 70% 18%, rgba(16, 185, 154, 0.18), transparent 28%),
        linear-gradient(160deg, #071c31, #0a3563);
    border: 1px solid rgba(121, 224, 205, 0.24);
    border-radius: 28px;
    box-shadow: 0 34px 80px rgba(8, 47, 91, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-decoration: none;
    animation: erp-mobile-float 6.4s ease-in-out -1.2s infinite;
}

.erp-mobile-mockup::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.07), transparent 25%, transparent 72%, rgba(121, 224, 205, 0.06));
}

.erp-mobile-mockup__label {
    position: relative;
    z-index: 2;
    margin: 2px 4px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal-300);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.62rem;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.erp-mobile-mockup__label i {
    width: 7px;
    height: 7px;
    background: var(--teal-300);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121, 224, 205, 0.1), 0 0 16px rgba(121, 224, 205, 0.7);
}

.erp-mobile-mockup__device {
    position: relative;
    width: 100%;
    aspect-ratio: 0.53;
    display: block;
    overflow: hidden;
}

.erp-mobile-mockup__device img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 108%;
    transform: translateX(-54.3%);
    filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.34));
}

.erp-mobile-mockup > strong {
    position: relative;
    z-index: 2;
    margin: 10px 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    font-size: 0.84rem;
}

.erp-mobile-mockup > strong span {
    color: var(--teal-300);
}

.erp-mobile-mockup:hover {
    color: var(--white);
    border-color: rgba(121, 224, 205, 0.52);
}

.erp-overview-chip {
    position: absolute;
    z-index: 4;
    padding: 12px 15px;
    display: none;
    align-items: center;
    gap: 10px;
    color: var(--navy-950);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(8, 47, 91, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(8, 47, 91, 0.16);
    font-size: 0.76rem;
    backdrop-filter: blur(16px);
}

.erp-overview-chip > i {
    width: 10px;
    height: 10px;
    background: var(--teal-500);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(16, 185, 154, 0.11);
}

.erp-overview-chip span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.erp-overview-chip strong {
    color: var(--navy-900);
    font-size: 1rem;
}

.erp-overview-chip--modules {
    top: 20%;
    left: -28px;
    animation: erp-chip-drift 5s ease-in-out -1.4s infinite;
}

.erp-overview-chip--control {
    right: -24px;
    bottom: 14%;
    animation: erp-chip-drift 5.8s ease-in-out infinite;
}

.erp-overview-benefits {
    position: relative;
    z-index: 2;
    width: min(100%, 1240px);
    margin: clamp(44px, 7vw, 78px) auto 0;
    display: grid;
    border-top: 1px solid rgba(8, 47, 91, 0.14);
}

.erp-overview-benefits article {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    border-bottom: 1px solid rgba(8, 47, 91, 0.12);
}

.erp-overview-benefits article > span {
    color: var(--teal-600);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.erp-overview-benefits h3 {
    margin: 0 0 7px;
    color: var(--navy-950);
    font-size: 1.02rem;
    letter-spacing: -0.025em;
}

.erp-overview-benefits p {
    margin: 0;
    color: var(--slate-600);
    font-size: 0.9rem;
    line-height: 1.55;
}

.erp-overview-actions {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 26px;
}

@keyframes erp-mockup-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes erp-screen-breathe {
    from { transform: scale(1.002); }
    to { transform: scale(1.012); }
}

@keyframes erp-screen-scan {
    0%, 16% { opacity: 0; transform: translateY(0); }
    28% { opacity: 1; }
    70% { opacity: 0.7; }
    84%, 100% { opacity: 0; transform: translateY(620%); }
}

@keyframes erp-status-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 154, 0.32); }
    70%, 100% { box-shadow: 0 0 0 8px rgba(16, 185, 154, 0); }
}

@keyframes erp-chip-drift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes erp-mobile-float {
    0%, 100% { transform: translateY(0) rotate(0.4deg); }
    50% { transform: translateY(-10px) rotate(-0.4deg); }
}

@media (min-width: 760px) {
    .erp-overview-showcase__stage {
        padding-inline: 36px;
    }

    .erp-overview-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .erp-overview-benefits article {
        padding: 28px clamp(18px, 2.5vw, 34px);
        border-bottom: 0;
        border-right: 1px solid rgba(8, 47, 91, 0.12);
    }

    .erp-overview-benefits article:first-child { padding-left: 0; }
    .erp-overview-benefits article:last-child {
        padding-right: 0;
        border-right: 0;
    }
}

@media (min-width: 940px) {
    .erp-overview-chip {
        display: flex;
    }

    .erp-overview-showcase__devices {
        grid-template-columns: minmax(0, 1fr) clamp(190px, 18vw, 265px);
    }

    .erp-mobile-mockup {
        width: 100%;
        margin-inline: 0;
    }

    .erp-overview-chip--control {
        right: -18px;
        bottom: 22%;
    }
}

.product-capabilities__grid {
    display: grid;
    gap: 20px;
}

.capability-panel {
    position: relative;
    overflow: hidden;
    padding: 32px;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
}

.capability-panel--dark {
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
    border-color: transparent;
}

.capability-panel__index {
    color: var(--teal-600);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.capability-panel h2 {
    max-width: 500px;
    margin-bottom: 28px;
    font-size: clamp(1.8rem, 6vw, 2.65rem);
}

.capability-panel--dark h2 {
    color: var(--white);
}

.chip-list,
.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.chip-list li {
    padding: 9px 13px;
    color: var(--navy-900);
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 750;
}

.check-list {
    display: grid;
    gap: 15px;
}

.check-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.check-list li span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: var(--teal-300);
    border-radius: 50%;
    font-weight: 900;
}

.related-products__grid {
    display: grid;
    gap: 16px;
}

.related-product-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--white);
    border-radius: var(--radius-md);
}

.related-product-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 20%, rgba(6, 28, 51, 0.94));
}

.related-product-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.related-product-card:hover img {
    transform: scale(1.04);
}

.related-product-card span,
.related-product-card strong,
.related-product-card i {
    position: relative;
    z-index: 1;
}

.related-product-card span {
    color: var(--teal-300);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.related-product-card strong {
    margin-top: 6px;
    max-width: calc(100% - 54px);
    font-size: 1.2rem;
}

.related-product-card i {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: var(--white);
    border-radius: 50%;
    font-style: normal;
}

.corporate-intro aside {
    min-height: 280px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
    border-radius: var(--radius-lg);
}

.corporate-intro aside span,
.corporate-intro aside p {
    color: rgba(255, 255, 255, 0.68);
}

.corporate-intro aside strong {
    color: var(--teal-300);
    font-size: 4.4rem;
    line-height: 1;
}

.corporate-intro aside p {
    margin-bottom: 0;
}

.site-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.68);
    background:
        radial-gradient(circle at 85% 8%, rgba(16, 185, 154, 0.22), transparent 28%),
        linear-gradient(135deg, #051a30 8%, #083760 58%, #086f70 140%);
}

.site-footer::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--teal-300), transparent);
}

.site-footer__lead {
    padding-block: 58px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__lead span {
    color: var(--teal-300);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer__lead h2 {
    max-width: 720px;
    margin: 8px 0 0;
    color: var(--white);
    font-size: clamp(2rem, 7vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.site-footer__grid {
    position: relative;
    padding-block: 52px 44px;
    display: grid;
    gap: 38px;
}

.site-footer__brand {
    width: fit-content;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.site-footer__about img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.site-footer__brand strong {
    color: var(--navy-900);
    font-size: 1.05rem;
    line-height: 1;
}

.site-footer__about p {
    max-width: 300px;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__social a {
    min-height: 36px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.74rem;
}

.site-footer__grid h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: 0.82rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.site-footer__grid > div:not(:first-child) a {
    margin-block: 8px;
    display: block;
    transition: color var(--transition), transform var(--transition);
}

.site-footer a:hover {
    color: var(--teal-300);
}

.site-footer__grid > div:not(:first-child) a:hover {
    transform: translateX(3px);
}

.site-footer__bottom {
    position: relative;
    padding-block: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
}

.site-footer__bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

@media (min-width: 600px) {
    .container {
        width: min(calc(100% - 48px), var(--container));
    }

    .topbar__inner {
        justify-content: space-between;
    }

    .topbar__phones {
        display: flex;
    }

    .hero__actions,
    .cta-section__actions {
        flex-direction: row;
        align-items: center;
    }

    .stats__grid {
        grid-template-columns: 1.35fr repeat(3, 1fr);
        align-items: center;
    }

    .stats__intro {
        grid-column: auto;
        padding: 0 24px 0 0;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 0;
    }

    .product-grid,
    .compact-product-grid,
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reference-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .site-footer__about {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 900px) {
    .hero__grid {
        min-height: 680px;
        padding-block: 96px 110px;
        grid-template-columns: minmax(0, 1.03fr) minmax(400px, 0.97fr);
        align-items: center;
        gap: 60px;
    }

    .hero h1 {
        font-size: clamp(4rem, 6.6vw, 5.6rem);
    }

    .section {
        padding-block: 112px;
    }

    .section-heading--split {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
        align-items: end;
        gap: 70px;
    }

    .section-heading--split p {
        margin-top: 0;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-card--featured {
        grid-column: span 2;
    }

    .product-card--featured > a {
        display: grid;
        grid-template-columns: 1.12fr 0.88fr;
    }

    .product-card--featured .product-card__media,
    .product-card--featured .product-card__media img {
        min-height: 100%;
    }

    .product-card--featured .product-card__media img {
        aspect-ratio: auto;
    }

    .why-us__grid,
    .about-preview__grid,
    .prose-section__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: center;
        gap: 90px;
    }

    .why-us__intro {
        position: sticky;
        top: 120px;
    }

    .about-preview__visual {
        min-height: 500px;
    }

    .reference-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .cta-section__inner {
        grid-template-columns: minmax(0, 1.4fr) auto;
        align-items: center;
    }

    .cta-section__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .compact-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__grid {
        grid-template-columns: 1.5fr repeat(3, 1fr);
    }

    .site-footer__about {
        grid-column: auto;
    }
}

@media (min-width: 980px) {
    .site-header__inner {
        min-height: 88px;
    }

    .brand {
        width: 220px;
    }

    .menu-toggle {
        display: none;
    }

    .main-nav {
        position: static;
        padding: 0;
        flex-direction: row;
        align-items: center;
        gap: 7px;
        background: transparent;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .main-nav > a:not(.button) {
        min-height: 44px;
        padding: 10px 12px;
        border: 0;
        border-radius: 8px;
        font-size: 0.88rem;
        transition: color var(--transition), background var(--transition);
    }

    .main-nav > a:not(.button):hover {
        color: var(--navy-900);
        background: var(--surface);
    }
}

@media (min-width: 1180px) {
    .main-nav {
        gap: 13px;
    }

    .main-nav > a:not(.button) {
        padding-inline: 14px;
    }

    .contact-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Late cascade refinements for shared controls used by the cinematic homepage. */
.button.button--signal {
    color: #031a18;
    background: var(--teal-300);
    border-color: var(--teal-300);
    box-shadow: 0 18px 44px rgba(16, 185, 154, 0.18);
}

.button.button--signal:hover {
    color: #031a18;
    background: var(--white);
    border-color: var(--white);
    box-shadow: 0 20px 48px rgba(16, 185, 154, 0.3);
}

.product-theater .text-link--light {
    color: var(--white);
}

@media (min-width: 600px) {
    .related-products__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__lead {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .site-footer__lead .button {
        flex: 0 0 auto;
    }
}

@media (min-width: 900px) {
    .product-detail-hero__grid {
        min-height: 570px;
        padding-block: 58px 70px;
        grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
        align-items: center;
        gap: clamp(44px, 5vw, 72px);
    }

    .product-detail-hero--software .product-detail-hero__grid {
        grid-template-columns: minmax(340px, 0.78fr) minmax(540px, 1.22fr);
        gap: clamp(38px, 4vw, 56px);
    }

    .product-detail-hero--software h1 {
        font-size: clamp(3.2rem, 4.8vw, 4.8rem);
    }

    .product-overview__grid,
    .corporate-intro__grid {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        align-items: start;
        gap: 90px;
    }

    .capability-panel {
        min-height: 460px;
        padding: 46px;
    }

}

@media (max-width: 979px) {
    .site-header {
        backdrop-filter: none;
    }

    body .main-nav {
        z-index: 110;
        inset: 114px 0 0;
        width: 100%;
        height: calc(100dvh - 114px);
        padding: 18px 24px max(32px, env(safe-area-inset-bottom));
        gap: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: var(--white);
        box-shadow: 0 24px 50px rgba(6, 28, 51, 0.18);
    }

    body.home-cinematic .main-nav {
        inset-block-start: 76px;
        height: calc(100dvh - 76px);
    }

    body .main-nav > a:not(.button) {
        min-height: 58px;
        padding-inline: 6px;
    }

    body .main-nav .button {
        margin-top: 20px;
        flex: 0 0 auto;
    }
}

/* Extended references */
.reference-flow__track {
    animation-duration: 96s;
}

.reference-flow__card {
    overflow: hidden;
}

.reference-flow__card--trim img {
    object-fit: cover;
    object-position: center;
}

/* Legal information center */
.legal-page {
    background: var(--surface);
}

.legal-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(78px, 10vw, 145px);
    color: var(--white);
    background:
        radial-gradient(circle at 82% 35%, rgba(64, 220, 191, 0.24), transparent 27%),
        linear-gradient(120deg, #061b32 0%, #0b355d 64%, #0b5c65 100%);
}

.legal-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, black, transparent 82%);
}

.legal-hero .container {
    position: relative;
    z-index: 1;
}

.legal-hero .banner-inner {
    max-width: 980px;
}

.legal-hero .eyebrow {
    margin-bottom: 18px;
}

.legal-hero h1 {
    max-width: 940px;
    margin: 0;
    color: var(--white);
    font-size: clamp(3rem, 8vw, 7.2rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

.legal-section {
    padding-block: clamp(64px, 9vw, 120px);
}

.legal-layout {
    display: grid;
    gap: 34px;
}

.legal-main {
    min-width: 0;
}

.legal-content {
    padding: clamp(26px, 5vw, 64px);
    color: var(--slate-700);
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: 2px 34px 2px 34px;
    box-shadow: 0 26px 80px rgba(6, 28, 51, 0.07);
}

.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5 {
    color: var(--navy-950);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.legal-content h2 {
    margin: 0 0 18px;
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.legal-content h3 {
    margin: 42px 0 12px;
    padding-top: 24px;
    border-top: 1px solid var(--slate-200);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

.legal-content h5 {
    margin: 26px 0 10px;
    font-size: 1.08rem;
}

.legal-content p,
.legal-content li {
    color: var(--slate-600);
    font-size: 1rem;
    line-height: 1.82;
}

.legal-content p {
    margin-block: 0 18px;
}

.legal-content ul,
.legal-content ol {
    margin-block: 12px 24px;
    padding-left: 24px;
}

.legal-content li + li {
    margin-top: 8px;
}

.legal-content a {
    color: var(--teal-700);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-content .tag-share {
    display: none;
}

.legal-nav {
    align-self: start;
    padding: 28px;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), #0b3d61);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px 26px 2px 26px;
    box-shadow: 0 24px 70px rgba(6, 28, 51, 0.18);
}

.legal-nav > span {
    color: var(--teal-300);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.legal-nav h2 {
    margin: 8px 0 24px;
    color: var(--white);
    font-size: 1.45rem;
}

.legal-nav nav {
    display: grid;
}

.legal-nav nav a {
    min-height: 64px;
    padding: 12px 4px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    transition: color 200ms ease, transform 200ms ease;
}

.legal-nav nav a:hover,
.legal-nav nav a:focus-visible,
.legal-nav nav a.is-active {
    color: var(--white);
    transform: translateX(4px);
}

.legal-nav nav a.is-active small,
.legal-nav nav a:hover i {
    color: var(--teal-300);
}

.legal-nav small {
    color: rgba(255, 255, 255, 0.38);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.legal-nav strong {
    font-size: 0.86rem;
    line-height: 1.25;
}

.legal-nav i {
    font-style: normal;
    transition: color 200ms ease;
}

.legal-nav > p {
    margin: 28px 0 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
}

.legal-nav__email {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--teal-300);
    font-weight: 750;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.site-footer__legal a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.2);
    text-underline-offset: 4px;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
    color: var(--teal-300);
}

@media (min-width: 980px) {
    .legal-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: clamp(48px, 6vw, 90px);
        align-items: start;
    }

    .legal-nav {
        position: sticky;
        top: 120px;
    }

    .site-footer__bottom {
        align-items: flex-start;
    }

    .site-footer__legal {
        max-width: 760px;
        justify-content: flex-end;
    }
}

/* Compact product stage: four featured products in a shorter 2 x 2 composition. */
.product-theater__layout--compact {
    display: block;
}

.product-scenes--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.product-scenes--grid .product-scene,
.product-scenes--grid .product-scene:nth-child(even) {
    min-height: 0;
    padding: 1px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    opacity: 1;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 2px 30px 2px 30px;
    transition: border-color 240ms ease, background 240ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-scenes--grid .product-scene:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(96, 232, 208, 0.5);
    transform: translateY(-6px);
}

.product-scenes--grid .product-scene__media,
.product-scenes--grid .product-scene:nth-child(even) .product-scene__media {
    min-height: 300px;
    grid-column: auto;
    grid-row: auto;
    border: 0;
    border-radius: 0 28px 0 0;
    box-shadow: none;
}

.product-scenes--grid .product-scene__media img,
.product-scenes--grid .product-scene:nth-child(even) .product-scene__media img {
    min-height: 300px;
    aspect-ratio: 1.42;
}

.product-scenes--grid .product-scene__body,
.product-scenes--grid .product-scene:nth-child(even) .product-scene__body {
    min-height: 250px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
}

.product-scenes--grid .product-scene__body h3 {
    margin-block: 12px 14px;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.product-scenes--grid .product-scene__body > a {
    margin-top: auto;
    align-self: flex-start;
}

/* Keep contact links readable on the bright footer strip in every state. */
.site-footer .footer-contact-strip a {
    padding-inline: 14px;
    color: var(--navy-950);
    border-radius: 10px;
    transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.site-footer .footer-contact-strip a:hover,
.site-footer .footer-contact-strip a:focus-visible {
    color: var(--navy-950);
    background: rgba(255, 255, 255, 0.38);
    transform: translateY(-2px);
}

@media (min-width: 760px) {
    .product-scenes--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

@media (min-width: 1180px) {
    .product-theater {
        padding-block: 100px 110px;
    }

    .product-theater__heading {
        margin-bottom: 64px;
    }

    .product-scenes--grid {
        gap: 34px;
    }
}

.corporate-nav {
    position: relative;
    z-index: 3;
    background: var(--white);
    border-bottom: 1px solid var(--slate-200);
}

.corporate-nav__inner {
    padding-block: 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.corporate-nav__inner::-webkit-scrollbar {
    display: none;
}

.corporate-nav a {
    min-height: 44px;
    padding: 9px 14px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--slate-600);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 750;
    transition: color var(--transition), background var(--transition);
}

.corporate-nav a:hover {
    color: var(--navy-900);
    background: var(--surface);
}

.software-story__grid {
    display: grid;
    gap: 48px;
}

.software-story__content h2,
.corporate-links-section h2,
.corporate-statement h2,
.career-form-card h2,
.identity-section .section-heading h2 {
    margin: 14px 0 22px;
    color: var(--navy-950);
    font-size: clamp(2.2rem, 8vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.software-story__content p {
    max-width: 720px;
    color: var(--slate-600);
    font-size: 1.02rem;
}

.software-story__visual {
    position: relative;
    min-height: 430px;
    padding: 22px 22px 94px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 12px;
    background:
        linear-gradient(rgba(121, 224, 205, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 224, 205, 0.08) 1px, transparent 1px),
        linear-gradient(145deg, var(--navy-950), #0a4262);
    background-size: 48px 48px, 48px 48px, auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.software-story__screen {
    grid-column: 1 / -1;
    align-self: stretch;
    padding: 30px;
    color: var(--white);
    background: rgba(5, 20, 35, 0.8);
    border: 1px solid rgba(121, 224, 205, 0.24);
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
}

.software-story__screen > span {
    color: var(--teal-300);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.software-story__screen > strong {
    margin-top: 24px;
    display: block;
    font-size: clamp(2rem, 8vw, 3.3rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.software-story__modules {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.software-story__modules i {
    padding: 8px 11px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 800;
}

.software-story__metric {
    padding: 17px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-sm);
}

.software-story__metric strong,
.software-story__metric span {
    display: block;
}

.software-story__metric strong {
    color: var(--teal-300);
    font-size: 1.35rem;
}

.software-story__metric span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
}

.corporate-capabilities__grid {
    display: grid;
    gap: 16px;
}

.corporate-capability {
    min-height: 260px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.corporate-capability:hover {
    border-color: rgba(7, 155, 130, 0.5);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.corporate-capability > span {
    margin-bottom: auto;
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.corporate-capability h3 {
    margin: 28px 0 8px;
    color: var(--navy-950);
    font-size: 1.42rem;
}

.corporate-capability p {
    margin: 0;
    color: var(--slate-600);
}

.corporate-capability--accent {
    background: linear-gradient(145deg, #cffff1, #eafff9);
    border-color: #b8eedf;
}

.corporate-capability--dark {
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
    border-color: transparent;
}

.corporate-capability--dark h3,
.corporate-capability--dark p {
    color: var(--white);
}

.corporate-capability--dark p {
    opacity: 0.7;
}

.corporate-links-grid {
    display: grid;
    gap: 14px;
}

.corporate-links-grid a {
    position: relative;
    min-height: 190px;
    padding: 26px 68px 26px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.corporate-links-grid a:hover {
    background: var(--white);
    border-color: var(--teal-500);
    transform: translateY(-3px);
}

.corporate-links-grid span {
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.corporate-links-grid strong {
    margin-top: 8px;
    color: var(--navy-950);
    font-size: 1.15rem;
}

.corporate-links-grid i {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 50%;
    font-style: normal;
}

.page-hero--compact .page-hero__inner {
    padding-block: 64px;
}

.corporate-statement__grid {
    display: grid;
    gap: 42px;
}

.corporate-statement img {
    width: 100%;
    aspect-ratio: 1.38;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.corporate-statement article {
    align-self: center;
}

.corporate-statement article p {
    color: var(--slate-600);
    font-size: clamp(1.08rem, 3vw, 1.35rem);
    line-height: 1.75;
}

.identity-grid {
    display: grid;
    gap: 20px;
}

.identity-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.identity-card__preview {
    min-height: 280px;
    padding: 40px;
    display: grid;
    place-items: center;
}

.identity-card__preview img {
    width: min(100%, 420px);
    height: auto;
}

.identity-card__preview--light {
    background-color: var(--surface);
    background-image: linear-gradient(45deg, #e4e9ee 25%, transparent 25%), linear-gradient(-45deg, #e4e9ee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e4e9ee 75%), linear-gradient(-45deg, transparent 75%, #e4e9ee 75%);
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
}

.identity-card__preview--dark {
    background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
}

.identity-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.identity-card__body span {
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.identity-card__body h2 {
    margin: 3px 0 0;
    color: var(--navy-950);
    font-size: 1.4rem;
}

.career-section__grid {
    display: grid;
    gap: 26px;
}

.career-section__visual {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.career-section__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 35%, rgba(6, 28, 51, 0.92));
}

.career-section__visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-section__visual > div {
    position: absolute;
    z-index: 1;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--white);
}

.career-section__visual > div span {
    color: var(--teal-300);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.career-form-card {
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.form-grid {
    display: grid;
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-field label {
    color: var(--navy-950);
    font-size: 0.84rem;
    font-weight: 800;
}

.form-field input,
.form-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--slate-950);
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-sm);
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.form-field textarea {
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    background: var(--white);
    border-color: var(--teal-600);
    box-shadow: 0 0 0 4px rgba(7, 155, 130, 0.1);
    outline: 0;
}

.form-field > span {
    color: #b42318;
    font-size: 0.78rem;
}

.form-field small {
    color: var(--slate-600);
}

.career-form-card .button {
    margin-top: 24px;
    border: 0;
    cursor: pointer;
}

.form-status {
    margin-bottom: 20px;
    padding: 13px 15px;
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
}

.form-status:empty {
    display: none;
}

.form-status--success {
    color: #065f46;
    background: #d1fae5;
}

.form-status--error {
    color: #991b1b;
    background: #fee2e2;
}

.blog-grid {
    display: grid;
    gap: 20px;
}

.blog-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.blog-card:hover {
    border-color: rgba(7, 155, 130, 0.48);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.blog-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card__media {
    overflow: hidden;
}

.blog-card__media img {
    width: 100%;
    aspect-ratio: 1.55;
    object-fit: cover;
    transition: transform 350ms ease;
}

.blog-card:hover img {
    transform: scale(1.035);
}

.blog-card__body {
    padding: 25px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-card__body > span,
.blog-card__body time {
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 800;
}

.blog-card__body time {
    margin-top: 5px;
    color: var(--slate-400);
}

.blog-card h2 {
    margin: 14px 0 10px;
    color: var(--navy-950);
    font-size: clamp(1.4rem, 5vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.blog-card p {
    margin: 0;
    color: var(--slate-600);
}

.blog-card__body > strong {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--navy-900);
    font-size: 0.86rem;
}

.blog-card__body > strong i {
    color: var(--teal-600);
    font-style: normal;
}

.article-hero {
    color: var(--white);
    background:
        radial-gradient(circle at 85% 15%, rgba(16, 185, 154, 0.23), transparent 30%),
        linear-gradient(135deg, var(--navy-950), var(--navy-700));
}

.article-hero__inner {
    padding-block: 66px 80px;
}

.article-hero h1 {
    max-width: 950px;
    margin: 16px 0 24px;
    font-size: clamp(2.5rem, 9vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
}

.article-layout {
    display: grid;
    gap: 42px;
}

.article-content {
    min-width: 0;
}

.article-content > img {
    width: 100%;
    margin-bottom: 34px;
    aspect-ratio: 1.58;
    object-fit: cover;
    border-radius: var(--radius-lg);
}

.article-content p,
.article-content li {
    color: var(--slate-600);
    font-size: 1.03rem;
}

.article-content .article-lead {
    color: var(--navy-950);
    font-size: 1.22rem;
    font-weight: 650;
}

.article-content h2 {
    margin: 42px 0 12px;
    color: var(--navy-950);
    font-size: clamp(1.55rem, 5vw, 2.25rem);
    line-height: 1.2;
}

.article-tags {
    margin-top: 44px;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid var(--slate-200);
}

.article-tags span {
    padding: 7px 11px;
    color: var(--navy-900);
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 750;
}

.article-sidebar {
    align-self: start;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
}

.article-sidebar > span {
    color: var(--teal-600);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.article-sidebar h2 {
    margin: 6px 0 22px;
    color: var(--navy-950);
    font-size: 1.5rem;
}

.article-sidebar a {
    padding-block: 16px;
    display: block;
    border-top: 1px solid var(--slate-200);
}

.article-sidebar small,
.article-sidebar strong {
    display: block;
}

.article-sidebar small {
    color: var(--teal-600);
}

.article-sidebar strong {
    margin-top: 5px;
    color: var(--navy-950);
    line-height: 1.35;
}

.site-footer {
    overflow: visible;
    padding-top: 1px;
    background:
        radial-gradient(circle at 95% 70%, rgba(16, 185, 154, 0.15), transparent 28%),
        radial-gradient(circle at 5% 82%, rgba(32, 73, 118, 0.38), transparent 22%),
        #0d1729;
}

.site-footer::before {
    display: none;
}

.footer-contact-strip {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 30px;
    display: grid;
    gap: 22px;
    color: var(--navy-950);
    background:
        linear-gradient(90deg, rgba(207, 255, 241, 0.96), rgba(48, 224, 181, 0.94)),
        url('/images/corporate/career.webp') center / cover;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.footer-contact-strip h2 {
    margin: 0;
    font-size: clamp(1.55rem, 5vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.footer-contact-strip a {
    min-height: 52px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-contact-strip span,
.footer-contact-strip strong {
    display: block;
}

.footer-contact-strip span {
    font-size: 0.72rem;
}

.footer-contact-strip strong {
    font-size: 0.94rem;
}

.site-footer__grid {
    padding-block: 62px 52px;
    grid-template-columns: 1fr;
    gap: 44px;
}

.site-footer__about {
    grid-column: auto;
}

.site-footer__about img {
    width: min(100%, 240px);
    max-width: 240px;
    height: auto;
}

.site-footer__about p {
    max-width: 310px;
    color: rgba(255, 255, 255, 0.66);
}

.site-footer__group {
    width: min(100%, 210px);
    min-height: 44px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: opacity var(--transition);
}

.site-footer__group:hover,
.site-footer__group:focus-visible {
    opacity: 0.82;
}

.site-footer__group img {
    width: 100%;
    height: auto;
}

.group-signature {
    position: fixed;
    z-index: 90;
    top: 50%;
    right: 0;
    min-height: 178px;
    padding: 18px 10px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--white);
    background: rgba(6, 28, 51, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 0;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 16px 44px rgba(6, 28, 51, 0.22);
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    text-decoration: none;
    backdrop-filter: blur(14px);
    transition: color var(--transition), background var(--transition), border-color var(--transition);
}

.group-signature strong {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.group-signature span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.65rem;
    font-weight: 650;
    letter-spacing: 0.06em;
}

.group-signature:hover,
.group-signature:focus-visible {
    color: var(--navy-950);
    background: var(--teal-300);
    border-color: var(--teal-300);
}

.group-signature:hover span,
.group-signature:focus-visible span {
    color: rgba(6, 28, 51, 0.7);
}

.site-footer__grid h2 {
    margin-bottom: 18px;
    color: var(--white);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
}

.site-footer__grid > div:not(:first-child) > a {
    margin: 9px 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.45;
}

.site-footer__grid > div:not(:first-child) > a:hover {
    color: var(--teal-300);
    transform: translateX(3px);
}

.site-footer__contact address {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.66);
    font-style: normal;
}

.store-links {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.store-links a {
    min-height: 62px;
    margin: 0 !important;
    padding: 10px 12px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    color: var(--navy-950) !important;
    background: var(--white);
    border-radius: 9px;
}

.store-links small,
.store-links strong {
    display: block;
}

.store-links small {
    font-size: 0.62rem;
}

.store-links strong {
    font-size: 0.88rem;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.store-badges a {
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    transition: opacity var(--transition), transform var(--transition);
}

.store-badges a:hover,
.store-badges a:focus-visible {
    opacity: 0.88;
    transform: translateY(-2px);
}

.store-badges img {
    width: auto;
    height: 48px;
    object-fit: contain;
}

.store-badges--footer {
    margin-top: 24px;
    gap: 8px;
}

.store-badges--footer a {
    margin: 0 !important;
}

.store-badges--footer img {
    height: 40px;
}

.site-footer__social {
    margin-top: 18px;
    gap: 7px;
}

.site-footer__social a {
    min-height: 40px;
    margin: 0 !important;
    padding: 8px 11px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.04);
}

.site-footer__bottom {
    padding-block: 22px;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 600px) {
    .corporate-capabilities__grid,
    .corporate-links-grid,
    .identity-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .identity-card__body {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

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

    .form-field--full {
        grid-column: 1 / -1;
    }

    .footer-contact-strip {
        grid-template-columns: 1.3fr 0.8fr 1fr;
        align-items: center;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__about {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 900px) {
    .software-story__grid,
    .corporate-statement__grid,
    .career-section__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: center;
        gap: 80px;
    }

    .corporate-statement--reverse img {
        order: 2;
    }

    .corporate-capabilities__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .corporate-capability:nth-child(2),
    .corporate-capability:nth-child(3) {
        transform: translateY(24px);
    }

    .corporate-capability:nth-child(2):hover,
    .corporate-capability:nth-child(3):hover {
        transform: translateY(20px);
    }

    .corporate-links-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .career-form-card {
        padding: 42px;
    }

    .blog-card--featured {
        grid-column: 1 / -1;
    }

    .blog-card--featured > a {
        display: grid;
        grid-template-columns: 1.12fr 0.88fr;
    }

    .blog-card--featured .blog-card__media img {
        height: 100%;
        min-height: 430px;
        aspect-ratio: auto;
    }

    .blog-card--featured .blog-card__body {
        padding: 42px;
        justify-content: center;
    }

    .article-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 70px;
    }

    .article-sidebar {
        position: sticky;
        top: 120px;
    }
}

@media (min-width: 1050px) {
    .group-signature {
        display: flex;
    }

    .site-footer__grid {
        grid-template-columns: 1.1fr 0.8fr 1fr 1.2fr;
    }

    .site-footer__about {
        grid-column: auto;
    }
}

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

}
