* {
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

[dir="rtl"] body {
    font-family: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
}

a,
button {
    color: inherit;
    font: inherit;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

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

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

.site-header {
    --mega-top: 129px;
    --backdrop-top: 110px;
    position: absolute;
    top: 0;
    inset-inline: 0;
    z-index: 50;
    direction: ltr;
    background: transparent;
    box-shadow: none;
    max-width: 100vw;
}

.site-header.nav-scrolled {
    --mega-top: 89px;
    --backdrop-top: 110px;
}

.family-bar {
    min-height: 45px;
    color: #c8c7e2;
    background: rgba(0, 23, 74, .96);
    font-size: 14px;
}

.family-inner,
.nav-shell,
.main-nav,
.ticker-track,
.actions {
    display: flex;
    align-items: center;
}

.family-inner {
    min-height: 45px;
    gap: 24px;
}

.family-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    font-weight: 600;
}

.chevron {
    transform: translateY(-1px);
}

.family-bar nav {
    display: flex;
    gap: 18px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.family-bar a:hover {
    color: #fff;
}

.family-contact {
    margin-inline-start: auto;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .03em;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.language-switch a {
    min-width: 32px;
    padding: 5px 9px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    border-radius: 999px;
    line-height: 1;
    transition: color .18s ease, background .18s ease;
}

.language-switch a.is-active {
    color: #00174a;
    background: #fff;
}

.primary-nav {
    position: absolute;
    inset-inline: 0;
    top: 65px;
    z-index: 4;
    background: transparent;
    max-width: 100vw;
    transition: top .3s ease-out, transform .3s ease-out, opacity .3s ease-out;
}

.site-header.nav-scrolled .primary-nav {
    position: fixed;
    top: 25px;
    animation: nav-drop .3s ease-out both;
}

.nav-shell {
    min-height: 85px;
    justify-content: space-between;
    gap: 28px;
    padding-inline: 30px;
    color: #fff;
    background: transparent;
    border-radius: 0;
    transition: background .3s ease-out, box-shadow .3s ease-out, min-height .3s ease-out, border-radius .3s ease-out, padding .3s ease-out;
}

.site-header.nav-scrolled .nav-shell,
.site-header.mega-open .nav-shell {
    background: rgba(0, 23, 74, .95);
    box-shadow: 0 18px 45px rgba(0, 23, 74, .18);
}

.site-header.nav-scrolled .nav-shell {
    min-height: 72px;
    border-radius: 999px;
    padding-inline: 24px 18px;
}

.site-header.nav-scrolled .main-nav a,
.site-header.nav-scrolled .main-nav button {
    padding-block: 22px;
}

.site-header.nav-scrolled .main-nav .nav-language a {
    padding: 7px 10px;
}

.site-header.nav-scrolled .brand img {
    width: 220px;
    height: 48px;
}

.brand img {
    width: 260px;
    height: 57px;
    object-fit: contain;
}

.main-nav {
    gap: 2px;
    margin-inline: auto;
}

.nav-language {
    margin-inline-start: 10px;
}

.main-nav .nav-language a {
    min-width: 34px;
    min-height: auto;
    padding: 7px 10px;
    font-size: 11px;
}

.main-nav .nav-language a::after {
    display: none;
}

.mobile-language {
    display: none;
}

.main-nav a,
.main-nav button {
    position: relative;
    border: 0;
    padding: 30px 18px;
    color: #fff;
    background: transparent;
    font-weight: 700;
}

.main-nav a::after,
.main-nav button::after {
    content: "";
    position: absolute;
    inset-inline: 18px;
    bottom: 20px;
    height: 3px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--primary);
    transition: transform .22s ease;
}

.main-nav a:hover::after,
.main-nav button:hover::after,
.main-nav button.is-active::after {
    transform: scaleX(1);
}

.nav-cta,
.btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 12px 22px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.site-header.nav-scrolled .nav-cta {
    border-radius: 999px;
}

.nav-cta,
.btn.primary {
    color: #fff;
    background: var(--accent);
}

.btn.ghost {
    color: var(--ink);
    border: 1px solid rgba(10, 31, 68, .22);
    background: #fff;
}

.btn.ghost.on-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .06);
}

.btn:hover,
.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 23, 74, .18);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(10, 31, 68, .14);
    background: #fff;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: #0a1f44;
}

.nav-backdrop {
    position: fixed;
    inset: var(--backdrop-top) 0 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 23, 74, .38);
    transition: opacity .24s ease;
}

.site-header.mega-open .nav-backdrop {
    pointer-events: auto;
    opacity: 1;
}

.mega-panel {
    position: fixed;
    inset-inline: 0;
    top: var(--mega-top);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-20px);
    border-top: 1px solid rgba(10, 31, 68, .08);
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 23, 74, .18);
    transition: max-height .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out;
}

.mega-panel.is-open {
    visibility: visible;
    opacity: 1;
    max-height: 560px;
    transform: translateY(0);
}

.mega-grid {
    display: grid;
    gap: 34px;
    min-height: 331px;
    padding: 34px 0 42px;
}

.omnissa-menu {
    grid-template-columns: 1.45fr 1fr 1fr 1.1fr;
}

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

.mega-intro p,
.eyebrow,
.service-card span,
.article-card span,
.mega-feature span,
.mega-news span {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

[dir="rtl"] .mega-intro p,
[dir="rtl"] .eyebrow,
[dir="rtl"] .service-card span,
[dir="rtl"] .article-card span,
[dir="rtl"] .mega-feature span,
[dir="rtl"] .mega-news span {
    letter-spacing: 0;
    text-transform: none;
}

.mega-intro h3 {
    max-width: 360px;
    color: #001e60;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.22;
}

.mega-intro a,
.mega-list a,
.mega-feature em,
.mega-news strong,
.service-card a,
.article-card a,
.section-heading.wide a {
    color: #001e60;
    font-weight: 900;
}

.mega-list {
    display: grid;
    align-content: start;
    gap: 14px;
}

.mega-list strong {
    color: #001e60;
}

.mega-list a {
    color: #28334a;
}

.mega-feature,
.mega-news,
.mega-solution {
    display: grid;
    align-content: start;
    min-height: 150px;
    padding: 22px;
    border-left: 4px solid var(--primary);
    background: #f4f8fb;
}

.mega-feature strong,
.mega-news strong,
.mega-solution strong {
    color: #001e60;
    font-size: 18px;
    line-height: 1.25;
}

.mega-feature em {
    margin-top: 16px;
    font-style: normal;
}

.mega-solution span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--primary);
    border-radius: 50%;
    font-weight: 900;
}

.mega-solution small {
    margin-top: 10px;
    color: #637083;
}

.hero {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
}

.omnissa-hero {
    min-height: 830px;
    display: block;
    padding: 0 0 82px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 23, 74, .98) 0%, rgba(0, 23, 74, .86) 38%, rgba(72, 44, 210, .62) 68%, rgba(0, 23, 74, .18) 100%),
        var(--hero-bg-image) center / cover no-repeat,
        #00174a;
}

[dir="rtl"] .omnissa-hero {
    background:
        linear-gradient(90deg, rgba(0, 23, 74, .98) 0%, rgba(0, 23, 74, .86) 38%, rgba(72, 44, 210, .62) 68%, rgba(0, 23, 74, .18) 100%),
        var(--hero-bg-image) center / cover no-repeat,
        #00174a;
}

.hero-media {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-motion-map {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: 2;
    width: min(650px, 46vw);
    height: 560px;
    opacity: .42;
    mix-blend-mode: screen;
    max-width: none;
}

[dir="rtl"] .hero-motion-map {
    left: 0;
    right: auto;
    transform: none;
}

.motion-path {
    fill: none;
    stroke: rgba(200, 199, 226, .68);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 7 10;
    animation: dash-flow 16s linear infinite;
}

.motion-path.path-primary {
    stroke: rgba(0, 143, 199, .76);
    stroke-width: 3;
}

.motion-path.path-secondary,
.motion-path.warm {
    stroke: rgba(249, 165, 26, .74);
    animation-duration: 19s;
    animation-direction: reverse;
}

.motion-path.accent {
    stroke: rgba(241, 90, 36, .74);
}

.motion-pulse,
.connector-dot {
    fill: #fff;
    stroke: var(--secondary);
    stroke-width: 4;
    filter: drop-shadow(0 0 18px rgba(249, 165, 26, .42));
    transform-origin: center;
    animation: pulse-node 2.8s ease-in-out infinite;
}

.pulse-two,
.dot-b,
.dot-d {
    animation-delay: -1.25s;
}

.hero-media::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -95px;
    bottom: -180px;
    width: min(860px, 56vw);
    aspect-ratio: 1;
    border: 110px solid rgba(255, 255, 255, .13);
    border-left-color: rgba(255, 255, 255, .05);
    border-bottom-color: rgba(255, 255, 255, .06);
    border-radius: 50%;
    animation: none;
}

.hero-media::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: min(780px, 50vw);
    height: calc(100% - 110px);
    background: var(--hero-subject-image) right bottom / contain no-repeat;
}

.signal-orbit {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    animation: float 7s ease-in-out infinite;
}

.orbit-one {
    inset-inline-end: 9vw;
    top: 18vh;
    width: 220px;
    height: 90px;
    transform: rotate(-18deg);
}

.orbit-two {
    inset-inline-end: 20vw;
    bottom: 20vh;
    width: 340px;
    height: 120px;
    transform: rotate(15deg);
    animation-delay: -3s;
}

.hero-panel-art {
    display: none;
}

.hero-panel-art img {
    width: 100%;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .22));
}

.panel-lines {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.panel-lines span {
    height: 8px;
    background: rgba(255, 255, 255, .24);
}

.panel-lines span:nth-child(2) {
    width: 78%;
    background: rgba(0, 143, 199, .72);
}

.panel-lines span:nth-child(3) {
    width: 62%;
    background: rgba(249, 165, 26, .82);
}

.panel-lines span:nth-child(4) {
    width: 44%;
    background: rgba(241, 90, 36, .82);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 270px;
    direction: ltr;
}

.hero-copy {
    width: min(620px, 52vw);
    padding-bottom: 0;
}

[dir="rtl"] .hero-copy {
    text-align: right;
    direction: rtl;
}

.omnissa-hero h1 {
    max-width: 680px;
    font-size: clamp(56px, 4.8vw, 70px);
    line-height: 1.08;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.05;
}

h1 {
    max-width: 720px;
    font-size: clamp(58px, 8vw, 116px);
    font-weight: 300;
    letter-spacing: 0;
}

h2 {
    color: #001e60;
    font-size: clamp(34px, 4.4vw, 58px);
    font-weight: 300;
}

h3 {
    font-size: 23px;
}

.lead,
.section-lead,
.page-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, .82);
    font-size: 20px;
}

.section-lead,
.page-hero p {
    color: #52606d;
}

.actions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.omnissa-hero .actions {
    display: none;
}

.hero-news {
    position: relative;
    width: min(640px, 52vw);
    min-height: 212px;
    margin-top: 88px;
    margin-inline-start: 50px;
    direction: ltr;
}

.news-slider {
    position: relative;
    min-height: 212px;
}

.news-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    padding: 30px 92px 30px 30px;
    opacity: 0;
    transform: translateX(28px);
    background: rgba(255, 255, 255, .96);
    color: #28334a;
    border-top: 5px solid #6825ff;
    box-shadow: 0 26px 70px rgba(0, 23, 74, .18);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

[dir="rtl"] .news-slide {
    direction: rtl;
    text-align: right;
    transform: translateX(28px);
}

.news-slide.is-active {
    opacity: 1;
    transform: translateX(0);
}

.news-slide span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.news-slide h2 {
    margin: 12px 0;
    color: #001e60;
    font-size: 24px;
    font-weight: 400;
}

.news-slide p {
    color: #52606d;
}

.news-slide a {
    color: #001e60;
    font-weight: 900;
}

.news-dots {
    display: flex;
    position: absolute;
    left: -42px;
    top: 0;
    height: 212px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
}

.news-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
}

.news-dots button.is-active {
    width: 8px;
    height: 68px;
    background: var(--secondary);
}

.ticker-band {
    background: #00174a;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.ticker-track {
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    padding: 24px 0;
}

.ticker-track div {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.ticker-track strong {
    color: var(--secondary);
    font-size: 38px;
    font-weight: 300;
}

.ticker-track span {
    color: rgba(255, 255, 255, .75);
}

.section {
    padding: 96px 0;
}

.platform-section {
    background: #f4f8fb;
}

.platform-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.platform-visual {
    position: relative;
    min-height: 380px;
}

.platform-connectors {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

[dir="rtl"] .platform-connectors {
    transform: scaleX(-1);
}

.platform-connectors .motion-path {
    stroke: rgba(79, 97, 147, .5);
    stroke-width: 2;
}

.connector-dot {
    fill: #001e60;
    stroke: #fff;
}

.platform-device {
    position: absolute;
    z-index: 1;
    inset: 42px 60px 30px 0;
    display: grid;
    align-content: center;
    padding: 44px;
    background:
        linear-gradient(135deg, rgba(0, 143, 199, .14), rgba(249, 165, 26, .12)),
        #fff;
    box-shadow: 0 28px 80px rgba(0, 30, 96, .12);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), box-shadow .42s ease;
}

.platform-visual:hover .platform-device {
    transform: translateY(-8px);
    box-shadow: 0 34px 92px rgba(0, 30, 96, .18);
}

[dir="rtl"] .platform-device {
    inset: 42px 0 30px 60px;
}

.platform-device img {
    width: min(430px, 100%);
}

.platform-device span {
    height: 8px;
    margin-top: 16px;
    background: rgba(0, 30, 96, .1);
}

.platform-device span:nth-child(2) {
    width: 72%;
    background: rgba(0, 143, 199, .42);
}

.platform-device span:nth-child(3) {
    width: 55%;
    background: rgba(249, 165, 26, .6);
}

.platform-pill {
    position: absolute;
    z-index: 2;
    padding: 14px 18px;
    color: #fff;
    background: #001e60;
    box-shadow: 0 18px 40px rgba(0, 30, 96, .18);
    font-weight: 900;
    animation: pill-float 5.8s ease-in-out infinite;
}

.platform-pill.one {
    top: 0;
    inset-inline-start: 34px;
}

.platform-pill.two {
    top: 150px;
    inset-inline-end: 0;
    background: var(--primary);
    animation-delay: -1.8s;
}

.platform-pill.three {
    bottom: 0;
    inset-inline-start: 96px;
    background: var(--accent);
    animation-delay: -3.1s;
}

.platform-copy .section-lead {
    margin-bottom: 26px;
}

.platform-features {
    margin-top: 30px;
}

.split,
.detail-grid,
.cta-inner {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 62px;
    align-items: center;
}

.feature-stack {
    display: grid;
    gap: 1px;
    background: rgba(0, 30, 96, .12);
}

.feature-stack article {
    padding: 30px;
    background: #fff;
    transform: translateX(0);
    transition: transform .22s ease, background .22s ease;
}

.feature-stack article:hover {
    transform: translateX(8px);
    background: #fdfefe;
}

[dir="rtl"] .feature-stack article:hover {
    transform: translateX(-8px);
}

.feature-stack h3,
.service-card h3,
.article-card h3,
.solution-showcase h3 {
    color: #001e60;
}

.feature-stack p,
.service-card p,
.article-card p,
.solution-showcase p,
.detail-grid p,
.detail-grid li {
    color: #52606d;
}

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

.section-heading.wide {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.section-heading.wide p {
    max-width: 560px;
    color: #52606d;
}

.products-section {
    background: #fff;
}

.product-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.product-card-large {
    min-height: 520px;
    padding: 0;
}

.product-card-large::before {
    display: none;
}

.product-card-large > span,
.product-card-large > h3,
.product-card-large > p,
.product-card-large > a {
    margin-inline: 30px;
}

.product-card-large > span {
    margin-top: 30px;
}

.product-card-large > a {
    margin-bottom: 30px;
}

.product-art {
    min-height: 250px;
    display: grid;
    align-content: end;
    padding: 28px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 12%, rgba(255, 255, 255, .45), transparent 28%),
        linear-gradient(135deg, rgba(0, 143, 199, .96), rgba(0, 30, 96, .92));
}

.product-art::before {
    content: "";
    position: absolute;
    inset: 26px 24px;
    border: 1px dashed rgba(255, 255, 255, .45);
    transform: translateX(-16px);
    opacity: .55;
    animation: dash-box 9s linear infinite;
}

.product-art::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    inset-inline-end: 42px;
    top: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .14);
    animation: pulse-node 2.6s ease-in-out infinite;
}

.product-art.orange {
    background:
        radial-gradient(circle at 75% 12%, rgba(255, 255, 255, .42), transparent 28%),
        linear-gradient(135deg, rgba(249, 165, 26, .98), rgba(241, 90, 36, .92));
}

.screen-lines {
    position: relative;
    z-index: 1;
    display: grid;
    width: 72%;
    gap: 12px;
}

.screen-lines span {
    height: 12px;
    background: rgba(255, 255, 255, .72);
}

.screen-lines span:nth-child(2) {
    width: 78%;
}

.screen-lines span:nth-child(3) {
    width: 52%;
}

.service-link-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.service-link-row a {
    padding: 24px 28px;
    border: 1px solid rgba(0, 30, 96, .12);
    background: #f4f8fb;
    transition: transform .22s ease, border-color .22s ease;
}

.service-link-row a:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 143, 199, .35);
}

.service-link-row span {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
}

.service-link-row strong {
    color: #001e60;
    font-size: 22px;
}

.card-grid,
.article-grid,
.solution-showcase {
    display: grid;
    gap: 24px;
}

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

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

.service-card,
.article-card {
    position: relative;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 30, 96, .12);
    background: #fff;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card::before,
.article-card::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
}

.service-card:hover,
.article-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 143, 199, .32);
    box-shadow: 0 24px 60px rgba(0, 30, 96, .12);
}

.service-card:hover .product-art::before {
    opacity: .85;
}

.service-card.tall {
    min-height: 350px;
}

.service-card a,
.article-card a {
    margin-top: auto;
}

.card-image {
    width: calc(100% + 56px);
    height: 150px;
    margin: -28px -28px 22px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0, 30, 96, .1);
}

.featured-news .card-image {
    height: 220px;
    opacity: .92;
}

.solutions {
    color: #fff;
    background: #001e60;
}

.solutions h2,
.solutions .section-heading.wide p {
    color: #fff;
}

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

.solution-stage {
    position: relative;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 34px;
    align-items: stretch;
}

.solution-flow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .46;
}

[dir="rtl"] .solution-flow {
    transform: scaleX(-1);
}

.solution-flow-path {
    fill: none;
    stroke: rgba(200, 199, 226, .54);
    stroke-width: 2;
    stroke-dasharray: 6 12;
    animation: dash-flow 14s linear infinite;
}

.solution-flow-path.warm {
    stroke: rgba(249, 165, 26, .56);
    animation-direction: reverse;
}

.solution-tabs {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 1px;
    background: rgba(255, 255, 255, .16);
}

.solution-tabs button {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 0;
    padding: 18px 22px;
    color: rgba(255, 255, 255, .78);
    background: #061029;
    text-align: inherit;
    font-weight: 800;
    transition: background .22s ease, color .22s ease;
}

.solution-tabs button.is-active,
.solution-tabs button:hover {
    color: #001e60;
    background: #fff;
}

.solution-tabs span {
    width: 44px;
    height: 44px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: #001e60;
    background: var(--secondary);
    border-radius: 50%;
    font-weight: 900;
}

.solution-panels {
    position: relative;
    z-index: 1;
    min-height: 430px;
}

.solution-panels article {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    padding: 44px;
    opacity: 0;
    transform: translateX(28px);
    background:
        linear-gradient(180deg, rgba(0, 23, 74, .08), rgba(0, 23, 74, .86)),
        linear-gradient(135deg, rgba(0, 143, 199, .74), rgba(241, 90, 36, .42));
    transition: opacity .62s ease, transform .62s cubic-bezier(.22, 1, .36, 1);
}

[dir="rtl"] .solution-panels article {
    transform: translateX(-28px);
}

.solution-panels article.is-active {
    opacity: 1;
    transform: translateX(0);
}

.solution-art {
    position: absolute;
    inset-inline-end: 38px;
    top: 38px;
    width: 250px;
    display: grid;
    gap: 12px;
    opacity: .82;
}

.solution-art span {
    height: 18px;
    background: rgba(255, 255, 255, .45);
}

.solution-art span:nth-child(2) {
    width: 76%;
    background: rgba(249, 165, 26, .72);
}

.solution-art span:nth-child(3) {
    width: 54%;
    background: rgba(255, 255, 255, .64);
}

.solution-panels article p {
    color: var(--secondary);
    font-size: 52px;
    font-weight: 300;
    margin: 0 0 14px;
}

.solution-panels article h3 {
    max-width: 620px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
}

.solution-panels article div {
    max-width: 620px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 20px;
}

.solution-showcase article {
    min-height: 360px;
    display: grid;
    align-content: end;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(0, 23, 74, .1), rgba(0, 23, 74, .86)),
        linear-gradient(135deg, rgba(0, 143, 199, .56), rgba(241, 90, 36, .34));
    transition: transform .24s ease, background .24s ease;
}

.solution-showcase article:hover {
    transform: translateY(-10px);
}

.solution-showcase span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #001e60;
    background: #fff;
    border-radius: 50%;
    font-weight: 900;
}

.solution-showcase h3,
.solution-showcase p {
    color: #fff;
}

.latest {
    background: #fff;
}

.news-masonry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.news-masonry .article-card {
    min-height: 245px;
}

.news-masonry .featured-news {
    grid-row: span 2;
    min-height: 520px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 23, 74, .12), rgba(0, 23, 74, .9)),
        linear-gradient(135deg, rgba(0, 143, 199, .78), rgba(241, 90, 36, .34));
}

.featured-news h3,
.featured-news p,
.featured-news a {
    color: #fff;
}

.page-hero {
    padding: 92px 0 70px;
    background:
        linear-gradient(90deg, rgba(0, 23, 74, .95), rgba(0, 143, 199, .58)),
        #00174a;
}

.page-hero h1,
.page-hero .eyebrow {
    color: #fff;
}

.page-hero h1 {
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 300;
}

.page-hero p {
    color: rgba(255, 255, 255, .82);
}

.detail-body {
    background: #fff;
}

.detail-grid {
    align-items: start;
}

.detail-grid article {
    font-size: 20px;
}

.detail-grid aside {
    padding: 32px;
    border-left: 5px solid var(--primary);
    background: #f4f8fb;
}

.detail-grid ul {
    margin: 22px 0 0;
    padding-inline-start: 22px;
}

.narrow {
    max-width: 790px;
    font-size: 20px;
}

.detail-image {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 28px;
    margin-bottom: 28px;
    box-shadow: var(--shadow);
}

.attachment-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.attachment-list h3 {
    margin: 0 0 4px;
    color: #001e60;
}

.attachment-list a {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(0, 30, 96, .12);
    border-radius: 12px;
    color: #001e60;
    background: #fff;
    font-weight: 900;
}

.attachment-list a:hover {
    border-color: rgba(0, 143, 199, .45);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 30, 96, .09);
}

.attachment-list span {
    color: var(--accent);
    font-size: 12px;
    text-transform: uppercase;
}

.wide-list {
    margin-top: 34px;
}

.cta {
    padding: 68px 0;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(249, 165, 26, .32), transparent 25%),
        linear-gradient(90deg, #00174a, #001e60);
}

[dir="rtl"] .cta {
    background:
        radial-gradient(circle at 10% 20%, rgba(249, 165, 26, .32), transparent 25%),
        linear-gradient(270deg, #00174a, #001e60);
}

.cta h2 {
    color: #fff;
}

.cta p {
    color: rgba(255, 255, 255, .82);
}

.btn.light {
    color: #001e60;
    background: #fff;
}

.site-footer {
    padding: 62px 0 24px;
    color: rgba(255, 255, 255, .78);
    background: #07142a;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 38px;
}

.site-footer img {
    width: 190px;
    margin-bottom: 20px;
}

.site-footer strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
}

.site-footer a {
    display: block;
    margin: 10px 0;
    color: rgba(255, 255, 255, .72);
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

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

.reveal.is-visible .service-card,
.reveal.is-visible .article-card,
.reveal.is-visible .feature-stack article,
.reveal.is-visible .solution-tabs button {
    animation: card-rise .72s cubic-bezier(.22, 1, .36, 1) both;
}

.reveal.is-visible .service-card:nth-child(2),
.reveal.is-visible .article-card:nth-child(2),
.reveal.is-visible .feature-stack article:nth-child(2),
.reveal.is-visible .solution-tabs button:nth-child(2) {
    animation-delay: .08s;
}

.reveal.is-visible .service-card:nth-child(3),
.reveal.is-visible .article-card:nth-child(3),
.reveal.is-visible .feature-stack article:nth-child(3),
.reveal.is-visible .solution-tabs button:nth-child(3) {
    animation-delay: .16s;
}

.reveal.is-visible .service-card:nth-child(4),
.reveal.is-visible .article-card:nth-child(4),
.reveal.is-visible .feature-stack article:nth-child(4),
.reveal.is-visible .solution-tabs button:nth-child(4) {
    animation-delay: .24s;
}

@keyframes dash-flow {
    to {
        stroke-dashoffset: -240;
    }
}

@keyframes dash-box {
    to {
        transform: translateX(16px);
    }
}

@keyframes pulse-node {
    0%,
    100% {
        opacity: .72;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.28);
    }
}

@keyframes panel-drift {
    0%,
    100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -12px;
    }
}

@keyframes pill-float {
    0%,
    100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -10px;
    }
}

@keyframes card-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

@keyframes nav-drop {
    from {
        opacity: .96;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .site-header {
        --mega-top: 104px;
        position: absolute;
        top: 0;
        inset-inline: 0;
        background: transparent;
        box-shadow: none;
    }

    .primary-nav {
        position: absolute;
        inset-inline: 0;
        top: 61px;
        width: auto;
        max-width: 100vw;
        animation: none;
        background: transparent;
    }

    .site-header.nav-scrolled .primary-nav {
        position: fixed;
        inset-inline: 12px;
        top: 12px;
        width: auto;
        max-width: calc(100vw - 24px);
        animation: nav-drop .3s ease-out both;
    }

    .site-header.mobile-menu-open .primary-nav,
    .site-header.nav-scrolled.mobile-menu-open .primary-nav {
        position: fixed;
        inset-inline: 12px;
        top: 55px;
        width: auto;
        max-width: calc(100vw - 24px);
        animation: none;
    }

    .site-header.nav-scrolled.mobile-menu-open .primary-nav {
        top: 12px;
    }

    .nav-shell,
    .site-header.mega-open:not(.nav-scrolled) .nav-shell {
        min-height: 59px;
        color: #fff;
        background: transparent;
        box-shadow: none;
        gap: 12px;
        padding-inline: 14px;
    }

    .site-header.nav-scrolled .nav-shell {
        width: 100%;
        min-height: 56px;
        padding-inline: 68px 14px;
        color: #fff;
        background: rgba(0, 23, 74, .95);
        box-shadow: 0 18px 46px rgba(0, 23, 74, .2);
        border-radius: 999px;
        max-width: 100%;
        margin-inline: 0;
        overflow: visible;
    }

    .main-nav a,
    .main-nav button {
        color: #fff;
    }

    .family-bar {
        min-height: 45px;
    }

    .family-inner {
        min-height: 45px;
    }

    .site-header.nav-scrolled .family-bar {
        position: fixed;
        z-index: 96;
        top: 12px;
        inset-inline-start: 12px;
        width: 62px;
        min-height: 56px;
        overflow: hidden;
        background: transparent;
    }

    .site-header.nav-scrolled .family-inner {
        width: 62px;
        min-height: 56px;
        padding: 0;
    }

    .site-header.nav-scrolled .family-trigger {
        width: 62px;
        min-width: 62px;
        flex: 0 0 62px;
        height: 56px;
        justify-content: center;
        gap: 8px;
        color: #fff;
        pointer-events: auto;
    }

    .site-header.nav-scrolled .family-trigger span:first-child,
    .family-language {
        display: none;
    }

    .site-header.nav-scrolled .family-trigger::before {
        content: "";
        width: 22px;
        height: 22px;
        border: 2px solid rgba(255, 255, 255, .82);
        border-radius: 50%;
        background:
            linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, .62) 46% 54%, transparent 55%),
            linear-gradient(0deg, transparent 45%, rgba(255, 255, 255, .62) 46% 54%, transparent 55%);
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .08);
    }

    .site-header.nav-scrolled .family-trigger .chevron {
        display: none;
    }

    .site-header.nav-scrolled .family-trigger::after {
        content: "";
        width: 7px;
        height: 7px;
        margin-top: -3px;
        border-inline-end: 2px solid rgba(255, 255, 255, .75);
        border-bottom: 2px solid rgba(255, 255, 255, .75);
        transform: rotate(45deg);
    }

    .site-header.mobile-menu-open .family-bar {
        opacity: 0;
        pointer-events: none;
    }

    .family-bar nav,
    .main-nav,
    .nav-cta {
        display: none;
    }

    .family-language {
        margin-inline-start: auto;
    }

    .brand img {
        width: 156px;
        height: 42px;
        transition: height .28s ease;
    }

    .site-header.nav-scrolled .brand {
        margin-inline-start: 0;
    }

    .site-header.nav-scrolled .brand img {
        width: 156px;
        height: 42px;
    }

    .mobile-language {
        display: inline-flex;
        margin-inline-start: auto;
        padding: 2px;
        border-color: rgba(255, 255, 255, .22);
        background: rgba(255, 255, 255, .1);
    }

    .mobile-language a {
        min-width: 30px;
        padding: 7px 8px;
        font-size: 11px;
    }

    .site-header.nav-scrolled .mobile-language,
    .nav-shell.is-open .mobile-language,
    .nav-shell.is-closing .mobile-language {
        display: none;
    }

    .menu-toggle {
        display: block;
        width: 34px;
        height: 34px;
        flex: 0 0 auto;
        margin-inline-start: auto;
        padding: 2px;
        border: 0;
        border-radius: 6px;
        background: transparent;
        transform-origin: center;
        transition: transform .32s cubic-bezier(.22, 1, .36, 1);
    }

    .menu-toggle span {
        background: #fff;
        transition:
            width .28s cubic-bezier(.22, 1, .36, 1),
            height .28s cubic-bezier(.22, 1, .36, 1),
            margin .28s cubic-bezier(.22, 1, .36, 1),
            background-color .22s ease,
            opacity .18s ease;
    }

    .menu-toggle span:first-child,
    .menu-toggle span:last-child {
        width: 20px;
    }

    .menu-toggle span:nth-child(2) {
        width: 30px;
    }

    .nav-shell.is-open,
    .nav-shell.is-closing,
    .site-header.nav-scrolled .nav-shell.is-open,
    .site-header.nav-scrolled .nav-shell.is-closing {
        position: fixed;
        z-index: 95;
        inset-inline: 12px;
        top: 55px;
        width: auto;
        max-width: calc(100vw - 24px);
        max-height: calc(100vh - 68px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 18px 16px 22px;
        overflow-y: auto;
        color: #fff;
        background: rgba(0, 23, 74, .97);
        border-radius: 16px;
        box-shadow: 0 28px 80px rgba(0, 23, 74, .34);
        transform-origin: top center;
        transition: none;
        animation: mobile-menu-panel-in .42s cubic-bezier(.16, 1, .3, 1) both;
    }

    .site-header.mobile-menu-open .nav-shell.is-open,
    .site-header.mobile-menu-open .nav-shell.is-closing,
    .site-header.nav-scrolled.mobile-menu-open .nav-shell.is-open,
    .site-header.nav-scrolled.mobile-menu-open .nav-shell.is-closing {
        position: static;
        inset-inline: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
    }

    .nav-shell.is-closing,
    .site-header.nav-scrolled .nav-shell.is-closing {
        pointer-events: none;
        animation: mobile-menu-panel-out .28s cubic-bezier(.7, 0, .84, 0) both;
    }

    .nav-shell.is-open .brand,
    .nav-shell.is-closing .brand {
        min-width: 0;
    }

    .nav-shell.is-open .brand img,
    .nav-shell.is-closing .brand img,
    .site-header.nav-scrolled .nav-shell.is-open .brand img {
        width: 186px;
        height: 46px;
        object-position: left center;
    }

    .nav-shell.is-open .mobile-language,
    .nav-shell.is-closing .mobile-language {
        display: none;
    }

    .nav-shell.is-open .menu-toggle,
    .nav-shell.is-closing .menu-toggle {
        background: transparent;
        transform: rotate(-90deg);
    }

    .nav-shell.is-open .menu-toggle span,
    .nav-shell.is-closing .menu-toggle span {
        height: 2px;
        margin: 5px auto;
        display: block;
        background: var(--accent);
    }

    .nav-shell.is-open .menu-toggle span:first-child,
    .nav-shell.is-open .menu-toggle span:last-child,
    .nav-shell.is-closing .menu-toggle span:first-child,
    .nav-shell.is-closing .menu-toggle span:last-child {
        width: 20px;
    }

    .nav-shell.is-open .menu-toggle span:nth-child(2),
    .nav-shell.is-closing .menu-toggle span:nth-child(2) {
        display: block;
        width: 30px;
        opacity: 1;
    }

    .nav-shell.is-open .main-nav,
    .nav-shell.is-closing .main-nav {
        grid-column: 1 / -1;
        display: grid;
        position: static;
        width: 100%;
        max-height: none;
        gap: 10px;
        margin: 4px 0 0;
        padding: 0;
        overflow: visible;
        color: #fff;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        animation: none;
    }

    .nav-shell.is-open .main-nav a,
    .nav-shell.is-open .main-nav button,
    .nav-shell.is-closing .main-nav a,
    .nav-shell.is-closing .main-nav button {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 18px;
        color: rgba(255, 255, 255, .88);
        background: rgba(0, 12, 38, .92);
        border-radius: 10px;
        text-align: inherit;
        border-top: 0;
        font-size: 18px;
        font-weight: 800;
        opacity: 0;
        transform: translateY(-8px);
        animation: mobile-menu-item-in .34s cubic-bezier(.16, 1, .3, 1) both;
    }

    .nav-shell.is-closing .main-nav a,
    .nav-shell.is-closing .main-nav button {
        animation: mobile-menu-item-out .18s ease both;
    }

    .nav-shell.is-open .main-nav > :nth-child(1) {
        animation-delay: .05s;
    }

    .nav-shell.is-open .main-nav > :nth-child(2) {
        animation-delay: .09s;
    }

    .nav-shell.is-open .main-nav > :nth-child(3) {
        animation-delay: .13s;
    }

    .nav-shell.is-open .main-nav > :nth-child(4) {
        animation-delay: .17s;
    }

    .nav-shell.is-open .main-nav > :nth-child(5) {
        animation-delay: .21s;
    }

    .nav-shell.is-open .main-nav a::after,
    .nav-shell.is-closing .main-nav a::after {
        display: none;
    }

    .nav-shell.is-open .main-nav button::after,
    .nav-shell.is-closing .main-nav button::after {
        content: "⌄";
        position: static;
        inset: auto;
        width: auto;
        height: auto;
        transform: none;
        color: rgba(255, 255, 255, .84);
        background: transparent;
        font-size: 22px;
        line-height: 1;
    }

    .nav-shell.is-open .main-nav button.is-mobile-expanded,
    .nav-shell.is-closing .main-nav button.is-mobile-expanded {
        color: #001e60;
        background: #fff;
    }

    .nav-shell.is-open .main-nav button.is-mobile-expanded::after,
    .nav-shell.is-closing .main-nav button.is-mobile-expanded::after {
        color: #001e60;
        transform: rotate(180deg);
    }

    .mobile-subnav {
        display: grid;
        gap: 6px;
        margin: -4px 0 0;
        padding: 8px;
        background: rgba(255, 255, 255, .08);
        border-radius: 12px;
        animation: mobile-menu-item-in .24s ease-out both;
    }

    .nav-shell.is-open .mobile-subnav a,
    .nav-shell.is-closing .mobile-subnav a {
        min-height: 40px;
        padding: 10px 14px;
        color: rgba(255, 255, 255, .82);
        background: rgba(255, 255, 255, .06);
        border-radius: 8px;
        font-size: 14px;
    }

    .nav-shell.is-open .nav-language,
    .nav-shell.is-closing .nav-language {
        display: none;
    }

    .nav-shell.is-open .nav-cta,
    .nav-shell.is-closing .nav-cta {
        grid-column: 1 / -1;
        position: static;
        z-index: auto;
        justify-self: start;
        display: inline-flex;
        min-width: 158px;
        margin-top: 2px;
        color: #fff;
        border: 2px solid rgba(255, 255, 255, .88);
        border-radius: 999px;
        background: transparent;
        opacity: 0;
        transform: translateY(-8px);
        animation: mobile-menu-item-in .34s cubic-bezier(.16, 1, .3, 1) .25s both;
    }

    .nav-shell.is-closing .nav-cta {
        animation: mobile-menu-item-out .18s ease both;
    }

    .mega-panel,
    .nav-backdrop {
        display: none;
    }

    .omnissa-hero {
        min-height: 760px;
        padding-bottom: 48px;
    }

    .hero-grid,
    .split,
    .platform-layout,
    .detail-grid,
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        padding-top: 190px;
    }

    .hero-copy {
        width: min(620px, 80vw);
        padding-bottom: 0;
    }

    .hero-news {
        width: min(640px, 80vw);
        margin-top: 72px;
    }

    .hero-panel-art {
        opacity: .4;
    }

    .hero-motion-map {
        left: -130px;
        top: 260px;
        width: 560px;
        height: 480px;
        opacity: .32;
    }

    .card-grid,
    .product-feature-grid,
    .article-grid,
    .news-masonry,
    .solution-showcase,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-layout {
        gap: 38px;
    }

    .solution-stage {
        grid-template-columns: 1fr;
    }

    .solution-flow {
        opacity: .22;
    }

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

    .section-heading.wide {
        display: block;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, 1210px);
    }

    .family-contact {
        display: none;
    }

    .brand img {
        width: 157px;
        height: 42px;
    }

    .nav-shell {
        min-height: 59px;
    }

    .site-header.nav-scrolled .primary-nav .nav-shell {
        width: 100%;
        max-width: 100%;
    }

    .omnissa-hero {
        min-height: 820px;
        padding: 0 0 38px;
    }

    h1 {
        font-size: 54px;
    }

    .hero-grid {
        padding-top: 145px;
    }

    .hero-panel-art {
        display: none;
    }

    .hero-media::before {
        right: -255px;
        bottom: -90px;
        width: 620px;
        border-width: 72px;
    }

    .hero-media::after {
        right: -90px;
        width: 420px;
        height: 58%;
        opacity: .58;
    }

    .hero-motion-map {
        display: block;
        left: -220px;
        top: 260px;
        width: 520px;
        height: 520px;
        opacity: .26;
    }

    .hero-copy,
    .hero-news {
        width: 100%;
    }

    .hero-news {
        margin-top: 88px;
        margin-inline-start: 0;
    }

    .hero-news,
    .news-slider {
        min-height: 260px;
    }

    .news-slide {
        padding: 24px;
    }

    .news-dots {
        left: auto;
        right: 18px;
        top: auto;
        bottom: -32px;
        height: auto;
        flex-direction: row;
    }

    .news-dots button,
    .news-dots button.is-active {
        width: 34px;
        height: 4px;
        border-radius: 0;
    }

    .ticker-track,
    .ticker-track div {
        display: grid;
    }

    .card-grid,
    .product-feature-grid,
    .service-link-row,
    .article-grid,
    .news-masonry,
    .solution-showcase,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .platform-visual {
        min-height: 310px;
    }

    .platform-device {
        inset: 42px 0 24px;
        padding: 26px;
    }

    [dir="rtl"] .platform-device {
        inset: 42px 0 24px;
    }

    .platform-pill {
        max-width: 190px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .platform-pill.two {
        top: 126px;
    }

    .platform-pill.three {
        inset-inline-start: 28px;
    }

    .product-card-large {
        min-height: 460px;
    }

    .solution-tabs {
        grid-template-columns: 1fr;
    }

    .solution-panels {
        min-height: 380px;
    }

    .solution-panels article {
        padding: 28px;
    }

    .solution-art {
        width: 150px;
    }

    .news-masonry .featured-news {
        min-height: 390px;
    }

    .solution-showcase article {
        min-height: 280px;
    }

    .copyright {
        display: block;
    }
}

@keyframes mobile-menu-drop {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mobile-menu-panel-in {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(.992);
        clip-path: inset(0 0 86% 0 round 16px);
    }
    62% {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 16px);
    }
}

@keyframes mobile-menu-panel-out {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 16px);
    }
    to {
        opacity: 0;
        transform: translateY(-6px) scale(.992);
        clip-path: inset(0 0 84% 0 round 16px);
    }
}

@keyframes mobile-menu-item-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mobile-menu-item-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-5px);
    }
}
