:root {
  --ink: #0b1f33;
  --ink-soft: #17324a;
  --current: #18c7b5;
  --prism: #806cff;
  --mist: #ddeaf0;
  --cloud: #f4f8fa;
  --slate: #50677b;
  --line: #d8e4eb;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--ink); }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--cloud); font: 16.5px/1.7 Manrope, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-nav, .hero, .product-slider, .intro-strip, .products-section, .approach-section, .ai-banner, .roadmap-section, .pilot-section, .closing-section, .site-footer, .legal-page, .product-hero, .product-context, .product-features, .product-workflow, .product-closing, .contact-hero, .contact-note, .page-hero, .about-page-content, .solutions-page-content, .products-index, .product-screens, .error-page, .axis-hero, .axis-model-layer, .axis-flow-section, .axis-modules, .axis-closing { width: min(calc(100% - 64px), 1280px); margin: auto; }

.site-nav { position: relative; z-index: 20; min-height: 104px; display: flex; align-items: center; gap: 30px; }
.brand-lockup { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--ink); line-height: 1; text-decoration: none; }
.brand-lockup img { display: block; flex: 0 0 44px; width: 44px; height: 44px; }
.brand-wordmark { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; white-space: nowrap; }
.brand-wordmark strong { font-family: "Manrope", "Avenir Next", Arial, sans-serif; font-size: 1.23rem; font-weight: 800; letter-spacing: -.065em; line-height: .85; }
.brand-wordmark small { color: var(--slate); font-family: "Manrope", "Avenir Next", Arial, sans-serif; font-size: .44rem; font-weight: 800; letter-spacing: .105em; line-height: 1; }
.brand-lockup-inverse { padding: 8px 10px; border: 1px solid rgba(214, 227, 235, .12); border-radius: 14px; background: rgba(11, 31, 51, .38); }
.brand-lockup-inverse .brand-wordmark strong { color: #f4f8fa; }
.brand-lockup-inverse .brand-wordmark small { color: #79f0e2; }
.primary-navigation { flex: 1 1 auto; min-width: 0; margin-left: auto; }
.main-menu { display: flex; align-items: center; justify-content: flex-end; gap: 17px; margin: 0; padding: 0; list-style: none; }
.main-menu > li { position: relative; }
.main-menu summary, .menu-link { display: inline-flex; align-items: center; gap: 6px; color: var(--slate); font-size: .77rem; font-weight: 700; white-space: nowrap; cursor: pointer; transition: color .2s ease; }
.main-menu summary { list-style: none; }
.main-menu summary::-webkit-details-marker { display: none; }
.main-menu summary > span[aria-hidden="true"] { color: var(--prism); font-size: .9rem; transition: transform .2s ease; }
.nav-dropdown[open] summary > span[aria-hidden="true"], .nav-dropdown:hover summary > span[aria-hidden="true"], .nav-dropdown:focus-within > summary > span[aria-hidden="true"] { transform: rotate(180deg); }
.main-menu summary:hover, .menu-link:hover, .nav-dropdown:focus-within > summary { color: var(--ink); }
.nav-dropdown { position: relative; }
.nav-dropdown::after { position: absolute; top: 100%; right: -32px; left: -32px; height: 14px; content: ""; }
.mega-menu { position: absolute; top: calc(100% + 14px); left: -20px; display: block; min-width: 270px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(8px); background: rgba(244, 248, 250, .98); box-shadow: 0 22px 42px rgba(11, 31, 51, .16); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.nav-dropdown:hover > .mega-menu, .nav-dropdown:focus-within > .mega-menu, .nav-dropdown[open] > .mega-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-compact a { display: block; padding: 12px; border-radius: 10px; transition: background .2s ease; }
.menu-compact a:hover { background: #e5f8f5; }
.menu-compact strong { display: block; font-size: .8rem; line-height: 1.35; }
.menu-compact small { display: block; margin-top: 3px; color: var(--slate); font-size: .68rem; line-height: 1.45; }
.product-mega-menu { left: -28px; display: block; width: min(330px, calc(100vw - 64px)); padding: 10px; }
.mega-menu-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; padding: 0 0 17px; border-bottom: 1px solid var(--line); }
.mega-menu-heading span { color: var(--prism); font-size: .71rem; font-weight: 700; letter-spacing: .01em; }
.mega-menu-heading strong { max-width: 250px; font-size: .8rem; line-height: 1.4; text-align: right; }
.product-menu-list { display: block; padding: 0; }
.product-menu-list a { display: block; padding: 12px; border-radius: 10px; font-size: .75rem; font-weight: 700; line-height: 1.38; transition: background .2s ease, color .2s ease; }
.product-menu-list a:hover { color: var(--ink); background: #e5f8f5; }
.product-menu-list small { display: block; margin-top: 3px; color: var(--slate); font-size: .66rem; font-weight: 600; line-height: 1.4; }
.mega-menu-all { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 0; padding: 13px 10px 1px; border-top: 1px solid var(--line); color: var(--ink); font-size: .74rem; font-weight: 800; }
.mega-menu-all span { color: var(--current); font-size: 1rem; }
.menu-link-contact { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.menu-link-contact:hover { border-color: var(--current); background: #e5f8f5; }
.language-switcher { position: relative; flex: 0 0 auto; }
.language-switcher > summary { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; font-size: .72rem; font-weight: 800; list-style: none; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary > span { color: var(--current); font-size: .92rem; }
.language-switcher > summary > i { color: var(--prism); font-size: .85rem; font-style: normal; transition: transform .18s ease; }
.language-switcher[open] > summary > i { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 30; display: grid; min-width: 158px; gap: 3px; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: rgba(244, 248, 250, .99); box-shadow: 0 18px 34px rgba(11, 31, 51, .14); }
.language-menu button { display: flex; align-items: center; justify-content: space-between; min-height: 35px; padding: 0 9px; border: 0; border-radius: 9px; color: var(--ink); background: transparent; cursor: pointer; font: inherit; font-size: .75rem; font-weight: 750; text-align: inherit; }
.language-menu button:hover, .language-menu button[aria-current="true"] { background: #e5f8f5; }
.language-menu button[aria-current="true"] { color: #087f75; }
.language-menu small { color: var(--prism); font-size: .61rem; font-weight: 800; }
.mobile-navigation { display: none; }
.mobile-submenu { padding: 0 0 8px; }
.mobile-submenu a { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 10px 11px; border-radius: 10px; color: var(--slate); font-size: .73rem; font-weight: 700; line-height: 1.4; }
.mobile-submenu a:hover { color: var(--ink); background: #e5f8f5; }
.mobile-submenu a > span { flex: 0 0 auto; color: var(--current); font-size: 1rem; }
.text-link { color: var(--slate); font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.text-link:hover { color: var(--ink); }

html[dir="rtl"] body { font-family: "Noto Sans Arabic", "Segoe UI", Arial, sans-serif; }
html[dir="rtl"] .mega-menu { right: -20px; left: auto; text-align: right; }
html[dir="rtl"] .product-mega-menu { right: -28px; left: auto; }
html[dir="rtl"] .language-menu { right: auto; left: 0; }
html[dir="rtl"] .slider-arrows button:first-child { right: -21px; left: auto; }
html[dir="rtl"] .slider-arrows button:last-child { right: auto; left: -21px; }
html[dir="rtl"] .footer-copy { align-items: flex-end; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--slate); font-size: .76rem; font-weight: 700; letter-spacing: .01em; line-height: 1.25; }
.eyebrow > span:first-child { flex: 0 0 18px; width: 18px; height: 2px; background: var(--current); }
.eyebrow-light { color: #b9cbd9; }
.eyebrow-light span { background: #0b1f33; }

.product-slider { padding: 40px 0 72px; }
.slider-stage { position: relative; }
.slider-frame { display: flex; gap: 0; min-height: 542px; overflow-x: auto; padding: 4px 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-y; }
.slider-frame::-webkit-scrollbar { display: none; }
.slider-frame.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.product-slide { position: relative; display: grid; flex: 0 0 100%; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: center; gap: 52px; min-height: 534px; padding: 40px; border: 1px solid var(--line); border-radius: 36px; background: #eaf3f6; box-shadow: 0 18px 42px rgba(11, 31, 51, .06); scroll-snap-align: start; scroll-snap-stop: always; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-slide:hover { border-color: #bdd8df; box-shadow: 0 24px 50px rgba(11, 31, 51, .1); transform: translateY(-2px); }
.slider-frame.is-dragging .product-slide { transform: none; }
.slider-copy { align-self: center; }
.slider-copy h1 { max-width: 560px; margin: 0; letter-spacing: -.04em; line-height: 1.12; font-size: clamp(2.15rem, 3.2vw, 3.25rem); }
.slider-product-name { margin: 0 0 16px; color: var(--prism); font-size: .8rem; font-weight: 700; letter-spacing: .01em; line-height: 1.35; }
.slider-lede { max-width: 560px; margin: 25px 0 0; color: var(--slate); font-size: 1.02rem; line-height: 1.78; }
.slider-visual { position: relative; min-height: 420px; overflow: hidden; padding: 20px; border: 1px solid rgba(221, 234, 240, .15); border-radius: 28px; background: var(--ink); box-shadow: 0 20px 45px rgba(11, 31, 51, .15); }
.slider-visual::before { position: absolute; inset: 0; content: ""; opacity: .45; background-image: linear-gradient(rgba(221, 234, 240, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(221, 234, 240, .07) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.slider-visual-bottom, .slider-visual img { position: relative; z-index: 1; }
.slider-visual img { display: block; width: 100%; max-height: 318px; margin: 12px auto 0; border: 1px solid rgba(221, 234, 240, .14); border-radius: 16px; object-fit: contain; background: #102a42; box-shadow: 0 18px 40px rgba(0, 0, 0, .22); }
.slider-visual-bottom { position: absolute; right: 24px; bottom: 21px; left: 24px; display: flex; align-items: center; gap: 10px; color: #b9cbd9; font-size: .67rem; line-height: 1.45; }
.slider-visual-bottom .signal-mark { flex: 0 0 auto; width: 13px; height: 13px; }
.product-slide.service-card .slider-visual, .product-slide.project-card .slider-visual { background: #143d45; }
.product-slide.social-card .slider-visual, .product-slide.ai-card .slider-visual { background: #222246; }
.product-slide.llm-card .slider-visual { background: #071c32; }
.product-slide.forge-card .slider-visual { background: #112d49; }
.product-slide.aegis-card .slider-visual { background: #24214a; }
.product-slide.pulse-card .slider-visual { background: #0b2c40; }
.product-slide.participation-card .slider-visual { background: #4a3825; }
.product-slide.commerce-card .slider-visual, .product-slide.support-card .slider-visual { background: #183654; }
.slider-arrows { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.slider-arrows button { position: absolute; top: 50%; display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #f8fcfd; box-shadow: 0 10px 22px rgba(11, 31, 51, .1); cursor: pointer; font-size: 1.1rem; pointer-events: auto; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.slider-arrows button:first-child { left: -21px; }
.slider-arrows button:last-child { right: -21px; }
.slider-arrows button:hover { border-color: var(--current); background: #e5f8f5; transform: translateY(calc(-50% - 2px)); }

.hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr); align-items: center; gap: 70px; min-height: 675px; padding: 52px 0 86px; }
.hero h1, .section-heading h2, .approach-copy h2, .ai-banner h2, .roadmap-heading h2, .pilot-section h2, .closing-section h2, .legal-page h1, .product-hero h1, .contact-hero h1, .contact-note h2, .product-context h2, .product-section-heading h2, .product-workflow h2, .product-closing h2 { margin: 0; letter-spacing: -.05em; line-height: 1.08; font-weight: 750; }
.hero h1 { max-width: 620px; font-size: clamp(3rem, 5.25vw, 5rem); }
.hero-lede { max-width: 565px; margin: 26px 0 0; color: var(--slate); font-size: 1.06rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 21px; border-radius: 999px; font-size: .86rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--current); }
.button-primary:hover { background: #30d7c6; }

.hero-visual { position: relative; min-height: 482px; overflow: hidden; padding: 30px; border-radius: 34px; color: #e7f1f7; background: var(--ink); box-shadow: 0 24px 60px rgba(11, 31, 51, .14); }
.hero-visual::before { position: absolute; inset: 0; content: ""; opacity: .45; background-image: linear-gradient(rgba(221, 234, 240, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(221, 234, 240, .08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.visual-label, .flow-card, .visual-footer { position: relative; z-index: 1; }
.visual-label { display: flex; justify-content: space-between; color: #a9bdcb; font-size: .72rem; font-weight: 700; letter-spacing: .01em; }
.visual-label span { color: var(--current); }
.flow-card { border: 1px solid rgba(221, 234, 240, .17); border-radius: 18px; background: rgba(23, 50, 74, .83); }
.flow-card-main { width: 64%; margin-top: 96px; padding: 23px; }
.card-title-row { display: flex; align-items: center; gap: 10px; }
.card-title-row strong, .flow-card-small strong { color: #f4f8fa; font-size: .92rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--current); box-shadow: 0 0 0 5px rgba(24, 199, 181, .13); }
.card-count { margin-left: auto; color: #9eb3c3; font-size: .78rem; font-weight: 650; }
.flow-card-main p { margin: 14px 0 18px; color: #a9bdcb; font-size: .78rem; line-height: 1.55; }
.progress-line { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(221, 234, 240, .12); }
.progress-line i { display: block; width: 67%; height: 100%; border-radius: inherit; background: var(--current); }
.flow-card-small { position: absolute; right: 30px; width: 43%; padding: 18px; }
.flow-card-top { top: 120px; }
.flow-card-bottom { top: 280px; }
.mini-label { display: block; margin-bottom: 10px; color: var(--current); font-size: .67rem; font-weight: 700; letter-spacing: .01em; }
.flow-card-small small { display: block; margin-top: 6px; color: #a9bdcb; font-size: .72rem; }
.flow-link { position: absolute; z-index: 0; height: 1px; transform-origin: left; background: linear-gradient(90deg, var(--current), var(--prism)); }
.flow-link-one { top: 270px; left: 48%; width: 34%; transform: rotate(-25deg); }
.flow-link-two { top: 343px; left: 47%; width: 33%; transform: rotate(24deg); }
.visual-footer { position: absolute; bottom: 28px; left: 30px; display: flex; align-items: center; gap: 10px; color: #a9bdcb; font-size: .73rem; }
.signal-mark { width: 17px; height: 17px; border: 2px solid var(--current); border-radius: 5px; transform: rotate(45deg); }

.intro-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-strip p { max-width: 700px; margin: 0; font-size: 1.08rem; font-weight: 650; letter-spacing: -.015em; line-height: 1.65; }
.intro-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.intro-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); font-size: .69rem; font-weight: 650; letter-spacing: .01em; }

.products-section { padding: 138px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; column-gap: 70px; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 435px; margin: 0 0 6px; color: var(--slate); line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; display: block; min-height: 302px; padding: 28px 28px 58px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cloud); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.product-card:hover { z-index: 1; color: #f4f8fa; background: var(--ink); box-shadow: 0 18px 30px rgba(11, 31, 51, .12); transform: translateY(-5px); }
.product-card:hover p { color: #e8f0f5; }
.product-card:hover .card-kicker { color: #79f0e2; }
.product-card:hover .card-arrow { color: var(--current); }
.card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--prism); font-size: .72rem; font-weight: 800; letter-spacing: .01em; }
.card-kicker em { display: inline-flex; align-items: center; min-height: 20px; padding: 0 7px; border: 1px solid currentColor; border-radius: 999px; font-family: "IBM Plex Mono", Consolas, monospace; font-size: .54rem; font-style: normal; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.product-card h3 { max-width: 280px; margin: 37px 0 14px; font-size: 1.38rem; line-height: 1.28; letter-spacing: -.035em; }
.product-card p { max-width: 296px; margin: 0; color: var(--slate); font-size: .88rem; line-height: 1.7; }
.card-arrow { position: absolute; right: 26px; bottom: 23px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .01em; }
.card-arrow b { font-size: 1.1rem; }
.product-card.featured-card { color: #f4f8fa; background: var(--ink); }
.product-card.featured-card p { color: #e8f0f5; }
.product-card.featured-card .card-kicker { color: #79f0e2; }
.product-card.featured-card .card-arrow { color: var(--current); }
.product-card.service-card { background: #e3f5f3; }
.product-card.social-card { background: #eeebff; }
.product-card.participation-card { background: #f7f0e5; }
.product-card.commerce-card { background: #e6f0fa; }
.product-card.ai-card { background: #e9e7ff; }
.product-card.project-card { background: #dff4ee; }
.product-card.support-card { background: #e4eff7; }
.product-card.forge-card { background: #dfeaf7; }
.product-card.aegis-card { background: #ece9ff; }
.product-card.pulse-card { background: #d8f0ee; }
.product-card.llm-card { color: #f4f8fa; background: #102b47; }
.product-card.llm-card p { color: #c6d9e7; }
.product-card.llm-card .card-kicker { color: #79f0e2; }
.product-card.llm-card .card-arrow { color: var(--current); }
.product-card.service-card:hover, .product-card.social-card:hover, .product-card.participation-card:hover, .product-card.commerce-card:hover, .product-card.ai-card:hover, .product-card.project-card:hover, .product-card.support-card:hover, .product-card.forge-card:hover, .product-card.aegis-card:hover, .product-card.pulse-card:hover { background: var(--ink); }

.approach-section { display: grid; grid-template-columns: .98fr 1.02fr; gap: 80px; padding: 124px 0; border-top: 1px solid var(--line); }
.approach-copy h2 { max-width: 620px; }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 65px 1fr 1.25fr; gap: 16px; align-items: baseline; padding: 23px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--prism); font-size: .73rem; font-weight: 700; }
.principles h3 { margin: 0; font-size: 1.03rem; letter-spacing: -.02em; }
.principles p { margin: 0; color: var(--slate); font-size: .88rem; line-height: 1.7; }

.ai-banner { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 32px 80px; min-height: 390px; overflow: hidden; padding: 68px; border-radius: 30px; color: #f4f8fa; background: var(--ink); }
.ai-banner > p { align-self: end; max-width: 430px; margin: 0; color: #b9cbd9; font-size: 1rem; line-height: 1.8; }
.text-link-light { color: var(--current); }
.text-link-light:hover { color: #f4f8fa; }
.ai-orbit { position: absolute; top: -128px; right: -42px; width: 340px; height: 340px; border: 1px solid rgba(24, 199, 181, .42); border-radius: 50%; }
.ai-orbit::before, .ai-orbit::after { position: absolute; border: 1px solid rgba(128, 108, 255, .45); border-radius: 50%; content: ""; }
.ai-orbit::before { inset: 40px; }
.ai-orbit::after { inset: 93px; }
.ai-orbit i, .ai-orbit b, .ai-orbit em { position: absolute; display: block; width: 13px; height: 13px; border-radius: 50%; background: var(--current); }
.ai-orbit i { top: 56px; left: 51px; }
.ai-orbit b { top: 119px; right: 30px; background: var(--prism); }
.ai-orbit em { bottom: 56px; left: 74px; width: 8px; height: 8px; background: #f4f8fa; }

.roadmap-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; padding: 130px 0; }
.roadmap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.roadmap-list li { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.roadmap-list span { color: var(--prism); font-size: .73rem; font-weight: 700; }
.roadmap-list strong { font-size: 1.04rem; line-height: 1.58; letter-spacing: -.02em; }

.pilot-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: 75px; padding: 70px; border-radius: 30px; color: #f4f8fa; background: var(--ink); }
.pilot-section h2 { max-width: 565px; }
.pilot-section > div > p:not(.eyebrow) { max-width: 585px; margin: 24px 0 32px; color: #b9cbd9; line-height: 1.75; }
.pilot-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(221, 234, 240, .2); }
.pilot-section li { display: grid; grid-template-columns: 48px 1fr; gap: 10px 14px; padding: 20px 0; border-bottom: 1px solid rgba(221, 234, 240, .2); }
.pilot-section li span { color: var(--current); font-size: .73rem; font-weight: 700; }
.pilot-section li strong { font-size: .93rem; }
.pilot-section li p { grid-column: 2; margin: 0; color: #b9cbd9; font-size: .79rem; line-height: 1.65; }
.closing-section { padding: 105px 0 115px; border-top: 1px solid var(--line); text-align: center; }
.closing-section .eyebrow { justify-content: center; }
.brand-tagline { display: block; margin: 0; color: var(--prism); font-size: .69rem; font-weight: 800; letter-spacing: .075em; line-height: 1.45; text-transform: uppercase; }
.brand-tagline-inverse { color: #79f0e2; }
.closing-section .brand-tagline { margin: 11px auto 23px; }
.closing-section h2 { margin-bottom: 36px; }

.site-footer { padding: 42px 0 34px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 42px; }
.footer-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; max-width: 345px; }
.footer-copy p { margin: 0; color: var(--slate); font-size: .81rem; line-height: 1.6; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--slate); font-size: .71rem; }
.footer-bottom div { display: flex; align-items: center; gap: 20px; }
.footer-bottom a:hover { color: var(--ink); }

.legal-page { max-width: 780px; padding: 110px 0 140px; }
.legal-page h1 { font-size: clamp(3rem, 5vw, 4.6rem); }
.legal-lede { margin: 18px 0 48px; color: var(--slate); }
.legal-content { color: var(--slate); font-size: 1rem; line-height: 1.8; }

.error-page { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .58fr); gap: 64px; min-height: 500px; overflow: hidden; margin-top: 36px; margin-bottom: 120px; padding: 60px; border-radius: 30px; color: #f4f8fa; background: var(--ink); isolation: isolate; }
.error-page::before, .error-page::after { position: absolute; border-radius: 50%; content: ""; pointer-events: none; }
.error-page::before { top: -190px; right: -120px; z-index: -1; width: 460px; height: 460px; border: 1px solid rgba(24, 199, 181, .34); box-shadow: inset 0 0 0 54px rgba(24, 199, 181, .035), inset 0 0 0 132px rgba(128, 108, 255, .035); }
.error-page::after { bottom: -210px; left: 36%; z-index: -1; width: 390px; height: 390px; border: 1px solid rgba(128, 108, 255, .28); }
.error-page-copy, .error-page-aside { position: relative; z-index: 1; }
.error-page-copy { align-self: center; max-width: 690px; }
.error-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #b9cbd9; font-size: .76rem; font-weight: 750; letter-spacing: .01em; }
.error-eyebrow > span:first-child { flex: 0 0 18px; width: 18px; height: 2px; background: var(--current); }
.error-code { display: block; color: var(--current); font-family: "Manrope", "Avenir Next", Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.error-page h1 { max-width: 690px; margin: 15px 0 20px; color: #f4f8fa; font-size: 3rem; font-weight: 750; letter-spacing: -.05em; line-height: 1.08; }
.error-lede { max-width: 620px; margin: 0; color: #b9cbd9; font-size: 1rem; line-height: 1.82; }
.error-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.error-products-link { display: inline-flex; align-items: center; gap: 8px; color: #dce8ef; font-size: .86rem; font-weight: 750; transition: color .2s ease; }
.error-products-link:hover { color: var(--current); }
.error-page-aside { align-self: center; min-height: 314px; padding: 32px; border: 1px solid rgba(221, 234, 240, .18); border-radius: 24px; background: rgba(23, 50, 74, .78); box-shadow: 0 24px 48px rgba(0, 0, 0, .12); }
.error-signal { position: relative; display: block; width: 108px; height: 108px; margin-bottom: 35px; border: 1px solid rgba(24, 199, 181, .56); border-radius: 50%; }
.error-signal::before, .error-signal::after { position: absolute; border: 1px solid rgba(128, 108, 255, .5); border-radius: 50%; content: ""; }
.error-signal::before { inset: 19px; }
.error-signal::after { inset: 40px; }
.error-signal i, .error-signal b, .error-signal em { position: absolute; display: block; border-radius: 50%; background: var(--current); }
.error-signal i { top: 16px; right: 13px; width: 10px; height: 10px; }
.error-signal b { bottom: 16px; left: 15px; width: 8px; height: 8px; background: var(--prism); }
.error-signal em { top: 48px; left: 48px; width: 11px; height: 11px; background: #f4f8fa; box-shadow: 0 0 0 6px rgba(24, 199, 181, .12); }
.error-page-aside > strong { display: block; color: #f4f8fa; font-size: 1.08rem; letter-spacing: -.02em; }
.error-page-aside > p { margin: 12px 0 0; color: #b9cbd9; font-size: .86rem; line-height: 1.72; }
.error-aside-tag { display: block; margin-top: 26px; color: var(--current); font-size: .61rem; font-weight: 800; letter-spacing: .075em; line-height: 1.45; }
html[dir="rtl"] .error-page-aside { text-align: right; }

.product-hero { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(320px, .76fr); align-items: center; gap: 56px; min-height: 480px; margin-top: 38px; padding: 56px; border-radius: 30px; background: #e8f1f5; }
.product-hero h1 { max-width: 690px; letter-spacing: -.047em; line-height: 1.12; }
.product-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 34px; color: var(--slate); font-size: .8rem; font-weight: 700; }
.product-back:hover { color: var(--ink); }
.product-lede { max-width: 590px; margin: 22px 0 0; color: var(--slate); font-size: .98rem; line-height: 1.72; }
.product-overview { align-self: center; display: flex; flex-direction: column; justify-content: center; padding: 30px 32px; border: 1px solid rgba(11, 31, 51, .13); border-radius: 18px; background: rgba(244, 248, 250, .66); }
.overview-label { display: block; margin: 24px 0 9px; color: var(--prism); font-size: .78rem; font-weight: 700; letter-spacing: .01em; }
.overview-label:first-child { margin-top: 0; }
.product-overview p { margin: 0; font-size: .94rem; line-height: 1.68; }
.product-hero.featured-card, .product-hero.ai-card, .product-hero.llm-card { color: #f4f8fa; background: var(--ink); }
.product-hero.featured-card .eyebrow, .product-hero.ai-card .eyebrow, .product-hero.llm-card .eyebrow, .product-hero.featured-card .product-lede, .product-hero.ai-card .product-lede, .product-hero.llm-card .product-lede, .product-hero.featured-card .product-back, .product-hero.ai-card .product-back, .product-hero.llm-card .product-back { color: #b9cbd9; }
.product-hero.featured-card .product-overview, .product-hero.ai-card .product-overview, .product-hero.llm-card .product-overview { border-color: rgba(221, 234, 240, .2); background: rgba(23, 50, 74, .8); }
.product-hero.service-card { background: #dff4ee; }
.product-hero.social-card { background: #eeebff; }
.product-hero.participation-card { background: #f7f0e5; }
.product-hero.commerce-card { background: #e6f0fa; }
.product-hero.project-card { background: #ddf3ee; }
.product-hero.support-card { background: #e3eff7; }
.product-hero.forge-card { background: #dfeaf7; }
.product-hero.aegis-card { background: #ece9ff; }
.product-hero.pulse-card { background: #d8f0ee; }
.product-context { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; padding: 125px 0; }
.product-context > p { align-self: end; max-width: 560px; margin: 0; color: var(--slate); font-size: 1.04rem; line-height: 1.86; }
.product-features { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; padding: 0 0 125px; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--prism); font-size: .73rem; font-weight: 700; }
.feature-list p { margin: 0; font-size: .98rem; line-height: 1.62; letter-spacing: -.015em; }
.product-workflow { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 70px; border-radius: 30px; color: #f4f8fa; background: var(--ink); }
.product-workflow ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(221, 234, 240, .2); }
.product-workflow li { display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 16px; padding: 28px 0; border-bottom: 1px solid rgba(221, 234, 240, .2); }
.product-workflow li span { color: var(--current); font-size: .74rem; font-weight: 700; }
.product-workflow li strong { font-size: 1.05rem; line-height: 1.5; letter-spacing: -.02em; }
.product-closing { max-width: 880px; padding: 125px 0 135px; text-align: center; }
.product-closing .eyebrow { justify-content: center; }
.product-closing > p:not(.eyebrow) { max-width: 610px; margin: 26px auto 34px; color: var(--slate); line-height: 1.75; }

.contact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); align-items: end; gap: 80px; min-height: 560px; margin-top: 38px; padding: 70px; border-radius: 32px; color: #f4f8fa; background: var(--ink); }
.contact-hero > div > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: #b9cbd9; font-size: 1.04rem; line-height: 1.78; }
.contact-email-card { padding: 30px; border: 1px solid rgba(221, 234, 240, .22); border-radius: 20px; background: rgba(23, 50, 74, .78); }
.contact-email-card > span { display: block; margin-bottom: 18px; color: var(--current); font-size: .73rem; font-weight: 700; letter-spacing: .01em; }
.contact-email-card a { display: inline-block; color: #f4f8fa; font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 800; letter-spacing: -.04em; word-break: break-word; }
.contact-email-card a:hover { color: var(--current); }
.contact-email-card p { margin: 18px 0 0; color: #b9cbd9; font-size: .83rem; line-height: 1.68; }
.contact-note { max-width: 900px; padding: 118px 0 140px; }
.contact-note h2 { max-width: 800px; }
.contact-note > p:not(.eyebrow) { max-width: 710px; margin: 28px 0 0; color: var(--slate); font-size: 1rem; line-height: 1.85; }
.contact-note .contact-location { margin-top: 16px; color: var(--ink); font-weight: 700; }

.page-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(270px, .68fr); align-items: end; gap: 70px; margin-top: 38px; padding: 54px 60px; border-radius: 32px; background: #e8f1f5; }
.page-hero h1 { max-width: 780px; margin: 0; letter-spacing: -.05em; line-height: 1.08; font-weight: 750; }
.page-hero-copy > p:not(.eyebrow), .page-hero-side p { margin: 25px 0 0; color: var(--slate); font-size: 1.03rem; line-height: 1.8; }
.page-hero-side { padding: 26px; border: 1px solid rgba(11, 31, 51, .13); border-radius: 20px; background: rgba(244, 248, 250, .62); }
.page-hero-side span { display: block; margin-bottom: 10px; color: var(--prism); font-size: .71rem; font-weight: 700; letter-spacing: .01em; }
.page-hero-side p { margin: 0; font-size: .84rem; }
.page-hero-dark { color: #f4f8fa; background: var(--ink); }
.page-hero-dark .eyebrow, .page-hero-dark .page-hero-copy > p:not(.eyebrow) { color: #b9cbd9; }
.page-hero-dark .page-hero-side { border-color: rgba(221, 234, 240, .2); background: rgba(23, 50, 74, .8); }
.about-page-content, .solutions-page-content, .products-index { padding: 120px 0 135px; }
.about-page-content { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; }
.about-page-content h2, .solutions-page-content h2, .products-index-heading h2 { margin: 0; letter-spacing: -.05em; line-height: 1.08; font-weight: 750; }
.about-page-content > div > p:not(.eyebrow), .products-index-heading > p:last-child { max-width: 545px; margin: 29px 0 0; color: var(--slate); line-height: 1.8; }
.about-page-content .principles { align-self: start; }
.about-page-cta { display: inline-flex; margin-top: 34px; }
.solutions-page-content { padding-bottom: 126px; }
.solutions-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { display: flex; min-height: 294px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cloud); transition: transform .2s ease, background .2s ease, color .2s ease; }
.solution-card:hover { color: #f4f8fa; background: var(--ink); transform: translateY(-5px); }
.solution-card > span { color: var(--prism); font-size: .72rem; font-weight: 700; }
.solution-card h2 { margin: 41px 0 16px; font-size: 1.4rem; letter-spacing: -.035em; line-height: 1.28; }
.solution-card p { margin: 0; color: var(--slate); font-size: .88rem; line-height: 1.72; }
.solution-card:hover p { color: #b9cbd9; }
.solution-card strong { margin-top: auto; padding-top: 28px; color: var(--current); font-size: .76rem; font-weight: 700; }
.products-index { padding-top: 100px; }
.products-index-heading { display: grid; grid-template-columns: 1.13fr .87fr; gap: 70px; margin-bottom: 60px; }
.products-index-heading .eyebrow { grid-column: 1 / -1; }
.product-grid-standalone { grid-template-columns: repeat(3, 1fr); }

.product-screens { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; padding: 0 0 125px; }
.product-screens h2 { margin: 0; letter-spacing: -.05em; line-height: 1.08; font-weight: 750; }
.product-screens-copy > p:not(.eyebrow) { max-width: 420px; margin: 25px 0 0; color: var(--slate); line-height: 1.75; }
.product-screen-figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #0b1f33; box-shadow: 0 22px 48px rgba(11, 31, 51, .13); }
.product-screen-figure img { display: block; width: 100%; height: auto; }
.product-screen-figure figcaption { padding: 13px 17px; color: #b9cbd9; font-size: .71rem; font-weight: 600; line-height: 1.5; letter-spacing: .01em; }
.product-screen-figure-live { background: #f4f8fa; }
.product-screen-link { position: relative; display: block; overflow: hidden; background: #f4f8fa; }
.product-screen-link img { transition: transform .35s ease; }
.product-screen-link:hover img { transform: scale(1.012); }
.product-screen-open { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #f4f8fa; background: rgba(11, 31, 51, .92); box-shadow: 0 10px 24px rgba(11, 31, 51, .22); font-size: .72rem; font-weight: 800; backdrop-filter: blur(10px); }
.product-screen-figure-live figcaption { color: var(--slate); background: #f4f8fa; }
html[dir="rtl"] .product-screen-open { right: auto; left: 18px; }

@media (max-width: 960px) {
  .site-nav, .hero, .product-slider, .intro-strip, .products-section, .approach-section, .ai-banner, .roadmap-section, .pilot-section, .closing-section, .site-footer, .legal-page, .product-hero, .product-context, .product-features, .product-workflow, .product-closing, .contact-hero, .contact-note, .page-hero, .about-page-content, .solutions-page-content, .products-index, .product-screens, .error-page { width: min(calc(100% - 44px), 700px); }
  .site-nav { gap: 20px; }
  .main-menu { gap: 17px; }
  .main-menu summary, .menu-link { font-size: .76rem; }
  .product-mega-menu { left: -250px; }
  .product-slider { padding-top: 28px; }
  .slider-frame, .product-slide { min-height: auto; }
  .slider-frame { gap: 0; }
  .product-slide { flex-basis: 100%; grid-template-columns: 1fr; gap: 38px; padding: 38px; }
  .slider-arrows button:first-child { left: -15px; }
  .slider-arrows button:last-child { right: -15px; }
  .slider-copy { max-width: 590px; }
  .slider-visual { min-height: 415px; }
  .slider-visual img { max-height: 310px; }
  .hero { grid-template-columns: 1fr; gap: 52px; min-height: auto; padding: 64px 0 72px; }
  .hero-visual { min-height: 450px; }
  .section-heading, .approach-section, .roadmap-section, .product-context, .product-features, .product-workflow, .contact-hero, .page-hero, .about-page-content, .products-index-heading, .product-screens { grid-template-columns: 1fr; gap: 42px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .ai-banner { grid-template-columns: 1fr; gap: 28px; padding: 52px; }
  .ai-banner > p { max-width: 520px; }
  .pilot-section { grid-template-columns: 1fr; gap: 48px; padding: 52px; }
  .product-hero { grid-template-columns: 1fr; gap: 36px; min-height: auto; padding: 48px; }
  .product-overview { min-height: auto; }
  .contact-hero { min-height: auto; padding: 54px; }
  .solutions-list { grid-template-columns: 1fr; }
  .solution-card { min-height: 230px; }
  .products-index-heading > p:last-child { margin-top: 0; }
  .error-page { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding: 48px; }
  .error-page-aside { min-height: 0; }
}

@media (max-width: 1100px) {
  .site-nav { min-height: 88px; gap: 0; }
  .primary-navigation { display: none; }
  .site-nav > .language-switcher { display: none; }
  .mobile-navigation { position: relative; display: block; margin-inline-start: auto; }
  .mobile-navigation > summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
  .mobile-navigation > summary::-webkit-details-marker, .mobile-products > summary::-webkit-details-marker { display: none; }
  .mobile-navigation > summary > span, .mobile-navigation > summary > span::before, .mobile-navigation > summary > span::after { display: block; width: 18px; height: 2px; border-radius: 4px; background: var(--ink); content: ""; transition: transform .2s ease; }
  .mobile-navigation > summary > span { position: relative; }
  .mobile-navigation > summary > span::before { position: absolute; top: -6px; }
  .mobile-navigation > summary > span::after { position: absolute; top: 6px; }
  .mobile-navigation[open] > summary { border-color: var(--ink); background: var(--ink); }
  .mobile-navigation[open] > summary > span { background: transparent; }
  .mobile-navigation[open] > summary > span::before { top: 0; background: #f4f8fa; transform: rotate(45deg); }
  .mobile-navigation[open] > summary > span::after { top: 0; background: #f4f8fa; transform: rotate(-45deg); }
  .mobile-drawer { position: absolute; top: calc(100% + 12px); right: 0; width: min(380px, calc(100vw - 44px)); max-height: min(680px, calc(100vh - 108px)); overflow: auto; padding: 9px; border: 1px solid var(--line); border-radius: 18px; transform-origin: top right; background: rgba(244, 248, 250, .99); box-shadow: 0 24px 48px rgba(11, 31, 51, .18); }
  .mobile-navigation[open] .mobile-drawer { animation: mobile-drawer-in .2s ease both; }
  .mobile-drawer > a, .mobile-products > summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 11px; border-radius: 11px; color: var(--ink); font-size: .88rem; font-weight: 800; cursor: pointer; }
  .mobile-drawer > a:hover, .mobile-products > summary:hover { background: #e5f8f5; }
  .mobile-drawer > a > span, .mobile-products > summary > span[aria-hidden="true"] { color: var(--current); font-size: 1.12rem; }
  .mobile-products { margin: 2px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .mobile-products > summary { list-style: none; }
  .mobile-products[open] > summary > span[aria-hidden="true"] { color: var(--prism); transform: rotate(45deg); }
  html[dir="rtl"] .mobile-drawer { right: auto; left: 0; transform-origin: top left; }
  html[dir="rtl"] .mobile-drawer, html[dir="rtl"] .mobile-products > summary { direction: rtl; text-align: right; }
  html[dir="rtl"] .slider-arrows button:first-child { right: -15px; left: auto; }
  html[dir="rtl"] .slider-arrows button:last-child { right: auto; left: -15px; }
  .mobile-product-list { padding: 0 0 8px; }
  .mobile-product-list a { display: block; padding: 10px 11px; border-radius: 10px; color: var(--slate); font-size: .73rem; font-weight: 700; line-height: 1.4; }
  .mobile-product-list a:hover { color: var(--ink); background: #e5f8f5; }
  .mobile-product-list a strong { display: block; color: var(--ink); font-size: .74rem; }
  .mobile-product-list a small { display: block; margin-top: 3px; color: var(--slate); font-size: .66rem; font-weight: 600; line-height: 1.4; }
  .mobile-contact-link { color: var(--ink) !important; background: #e5f8f5; }
  .mobile-language-selector { display: grid; gap: 9px; margin: 10px 2px 2px; padding: 14px 11px 4px; border-top: 1px solid var(--line); }
  .mobile-language-label { color: var(--slate); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-language-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .mobile-language-options button { display: flex; min-height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 5px 4px; border: 1px solid var(--line); border-radius: 10px; color: var(--slate); background: transparent; cursor: pointer; font: inherit; font-size: .65rem; font-weight: 800; line-height: 1.15; }
  .mobile-language-options button:hover, .mobile-language-options button[aria-current="true"] { border-color: #8edbd3; color: #087f75; background: #e5f8f5; }
  .mobile-language-options small { color: var(--prism); font-size: .56rem; font-weight: 800; letter-spacing: .05em; }
  html[dir="rtl"] .mobile-language-selector { direction: rtl; text-align: right; }
}

@media (max-width: 640px) {
  .site-nav, .hero, .product-slider, .intro-strip, .products-section, .approach-section, .ai-banner, .roadmap-section, .pilot-section, .closing-section, .site-footer, .legal-page, .product-hero, .product-context, .product-features, .product-workflow, .product-closing, .contact-hero, .contact-note, .page-hero, .about-page-content, .solutions-page-content, .products-index, .product-screens, .error-page { width: min(calc(100% - 32px), 560px); }
  .site-nav { min-height: 80px; gap: 0; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { flex-basis: 40px; width: 40px; height: 40px; }
  .brand-wordmark strong { font-size: 1.12rem; }
  .brand-wordmark small { font-size: .40rem; letter-spacing: .08em; }
  .primary-navigation { display: none; }
  .mobile-navigation { position: relative; display: block; margin-inline-start: auto; }
  .mobile-navigation > summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
  .mobile-navigation > summary::-webkit-details-marker, .mobile-products > summary::-webkit-details-marker { display: none; }
  .mobile-navigation > summary > span, .mobile-navigation > summary > span::before, .mobile-navigation > summary > span::after { display: block; width: 18px; height: 2px; border-radius: 4px; background: var(--ink); content: ""; transition: transform .2s ease; }
  .mobile-navigation > summary > span { position: relative; }
  .mobile-navigation > summary > span::before { position: absolute; top: -6px; }
  .mobile-navigation > summary > span::after { position: absolute; top: 6px; }
  .mobile-navigation[open] > summary { border-color: var(--ink); background: var(--ink); }
  .mobile-navigation[open] > summary > span { background: transparent; }
  .mobile-navigation[open] > summary > span::before { top: 0; background: #f4f8fa; transform: rotate(45deg); }
  .mobile-navigation[open] > summary > span::after { top: 0; background: #f4f8fa; transform: rotate(-45deg); }
  .mobile-drawer { position: absolute; top: calc(100% + 12px); right: 0; width: min(360px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 96px)); overflow: auto; padding: 9px; border: 1px solid var(--line); border-radius: 18px; transform-origin: top right; background: rgba(244, 248, 250, .99); box-shadow: 0 24px 48px rgba(11, 31, 51, .18); }
  .mobile-navigation[open] .mobile-drawer { animation: mobile-drawer-in .2s ease both; }
  .mobile-drawer > a, .mobile-products > summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 11px; border-radius: 11px; color: var(--ink); font-size: .88rem; font-weight: 800; cursor: pointer; }
  .mobile-drawer > a:hover, .mobile-products > summary:hover { background: #e5f8f5; }
  .mobile-drawer > a > span, .mobile-products > summary > span[aria-hidden="true"] { color: var(--current); font-size: 1.12rem; }
  .mobile-products { margin: 2px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .mobile-products > summary { list-style: none; }
  .mobile-products[open] > summary > span[aria-hidden="true"] { color: var(--prism); transform: rotate(45deg); }
  .language-switcher > summary { min-height: 38px; padding: 0 10px; }
  html[dir="rtl"] .mobile-drawer { right: auto; left: 0; transform-origin: top left; }
  html[dir="rtl"] .mobile-drawer, html[dir="rtl"] .mobile-products > summary { direction: rtl; text-align: right; }
  html[dir="rtl"] .slider-arrows button:first-child { right: 10px; left: auto; }
  html[dir="rtl"] .slider-arrows button:last-child { right: auto; left: 10px; }
  .mobile-product-list { padding: 0 0 8px; }
  .mobile-product-list a { display: block; padding: 10px 11px; border-radius: 10px; color: var(--slate); font-size: .73rem; font-weight: 700; line-height: 1.4; }
  .mobile-product-list a:hover { color: var(--ink); background: #e5f8f5; }
  .mobile-product-list a strong { display: block; color: var(--ink); font-size: .74rem; }
  .mobile-product-list a small { display: block; margin-top: 3px; color: var(--slate); font-size: .66rem; font-weight: 600; line-height: 1.4; }
  .mobile-product-list .mobile-products-index { justify-content: space-between; margin-bottom: 5px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .75rem; }
  .mobile-product-list .mobile-products-index > span { flex: initial; color: var(--current); font: inherit; }
  .mobile-contact-link { color: var(--ink) !important; background: #e5f8f5; }
  .product-slider { padding: 16px 0 50px; }
  .slider-stage { padding-bottom: 52px; }
  .slider-frame { gap: 0; padding: 2px 0; }
  .product-slide { flex-basis: 100%; gap: 24px; padding: 27px; border-radius: 25px; }
  .slider-copy h1 { max-width: 470px; letter-spacing: -.035em; line-height: 1.14; font-size: clamp(1.9rem, 8.4vw, 2.55rem); }
  .slider-product-name { margin-bottom: 14px; font-size: .64rem; }
  .slider-lede { margin-top: 18px; font-size: .93rem; }
  .slider-copy .hero-actions { margin-top: 24px; }
  .slider-visual { min-height: 0; padding: 15px; border-radius: 24px; }
  .slider-visual img { max-height: none; margin-top: 20px; border-radius: 11px; }
  .slider-visual-bottom { right: 16px; bottom: 16px; left: 16px; font-size: .61rem; }
  .slider-arrows { top: auto; right: 0; bottom: 0; left: 0; height: 36px; }
  .slider-arrows button { top: 0; width: 36px; height: 36px; background: rgba(248, 252, 253, .94); font-size: .96rem; transform: none; }
  .slider-arrows button:first-child { left: 0; }
  .slider-arrows button:last-child { right: 0; }
  .slider-arrows button:hover { transform: translateY(-2px); }
  html[dir="rtl"] .slider-arrows button:first-child { right: 0; left: auto; }
  html[dir="rtl"] .slider-arrows button:last-child { right: auto; left: 0; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(3.05rem, 15.8vw, 4.55rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-visual { min-height: 430px; padding: 22px; border-radius: 25px; }
  .flow-card-main { width: 72%; margin-top: 86px; }
  .flow-card-small { right: 22px; width: 48%; padding: 14px; }
  .flow-card-top { top: 140px; }
  .flow-card-bottom { top: 286px; }
  .visual-footer { bottom: 20px; left: 22px; }
  .intro-strip { grid-template-columns: 1fr; gap: 22px; }
  .intro-tags { justify-content: flex-start; }
  .products-section, .approach-section, .roadmap-section { padding: 88px 0; }
  .section-heading { margin-bottom: 42px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 256px; }
  .principles article { grid-template-columns: 40px 1fr; gap: 10px; }
  .principles p { grid-column: 2; }
  .ai-banner, .pilot-section { padding: 38px 28px; border-radius: 24px; }
  .ai-banner { min-height: 420px; }
  .ai-orbit { top: -95px; right: -150px; }
  .roadmap-list li { grid-template-columns: 1fr; gap: 6px; }
  .pilot-section li { grid-template-columns: 38px 1fr; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { gap: 16px; }
  .product-hero { margin-top: 18px; padding: 32px 26px; border-radius: 24px; }
  .product-hero h1 { font-size: clamp(2.1rem, 9.4vw, 2.7rem); }
  .product-back { margin-bottom: 28px; }
  .product-overview { padding: 26px; }
  .product-overview p { font-size: .9rem; }
  .product-back { margin-bottom: 38px; }
  .product-overview { padding: 24px; }
  .product-context, .product-features { padding: 82px 0; }
  .page-hero { min-height: auto; margin-top: 18px; padding: 42px 28px; border-radius: 24px; }
  .page-hero-side { padding: 22px; }
  .about-page-content, .solutions-page-content, .products-index { padding: 82px 0 92px; }
  .solutions-list { margin-top: 44px; }
  .solution-card { min-height: 220px; padding: 25px; }
  .product-grid-standalone { grid-template-columns: 1fr; }
  .product-screens { grid-template-columns: 1fr; gap: 34px; padding: 0 0 82px; }
  .product-screen-figure { border-radius: 18px; }
  .product-screen-open { right: 12px; bottom: 12px; padding: 8px 11px; font-size: .64rem; }
  html[dir="rtl"] .product-screen-open { right: auto; left: 12px; }
  .product-workflow { padding: 38px 28px; border-radius: 24px; }
  .product-workflow li { grid-template-columns: 44px 1fr; padding: 23px 0; }
  .product-closing { padding: 88px 0 98px; }
  .contact-hero { margin-top: 18px; padding: 42px 28px; border-radius: 24px; }
  .contact-note { padding: 88px 0 100px; }
  .error-page { margin-top: 18px; margin-bottom: 82px; padding: 34px 27px; border-radius: 24px; }
  .error-page h1 { font-size: 2.25rem; }
  .error-page-aside { padding: 27px; border-radius: 20px; }
  .error-signal { width: 88px; height: 88px; margin-bottom: 27px; }
  .error-signal::before { inset: 16px; }
  .error-signal::after { inset: 32px; }
  .error-signal i { top: 12px; right: 11px; }
  .error-signal b { bottom: 12px; left: 12px; }
  .error-signal em { top: 38px; left: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .mobile-navigation[open] .mobile-drawer { animation: none; }
}

@keyframes mobile-drawer-in {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Nitura Axis ecosystem */
.axis-home-banner { grid-template-columns: .86fr 1.05fr; align-items: center; }
.axis-home-copy { position: relative; z-index: 2; }
.axis-home-copy > p { max-width: 620px; margin: 0; color: #b9cbd9; line-height: 1.82; }
.axis-home-copy .text-link { display: inline-flex; margin-top: 22px; }
.axis-home-flow { position: absolute; right: 44px; bottom: 40px; left: 44px; z-index: 2; display: flex; align-items: center; gap: 10px; color: #dcebf2; font-size: .7rem; font-weight: 800; }
.axis-home-flow b, .axis-home-flow strong { padding: 8px 11px; border: 1px solid rgba(221, 234, 240, .16); border-radius: 999px; background: rgba(23, 50, 74, .74); font-weight: 800; }
.axis-home-flow strong { color: #79f0e2; }
.axis-home-flow i { width: 28px; height: 1px; background: linear-gradient(90deg, var(--current), var(--prism)); }

.axis-hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 48px; margin-top: 36px; padding: 54px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(135deg, #e8f4f5, #eef2ff); }
.axis-hero-copy { max-width: 690px; }
.axis-hero h1, .axis-model-layer h2, .axis-section-heading h2, .axis-closing h2 { margin: 0; letter-spacing: -.05em; line-height: 1.1; font-weight: 760; }
.axis-hero h1 { max-width: 650px; font-size: 3.35rem; }
.axis-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: var(--slate); font-size: 1.02rem; line-height: 1.82; }
.axis-hero-aside { align-self: center; padding: 28px; border: 1px solid #c8dce4; border-radius: 22px; background: rgba(248, 252, 253, .72); }
.axis-hero-aside > span { color: var(--prism); font-size: .76rem; font-weight: 800; }
.axis-hero-aside p { margin: 15px 0 22px; color: var(--slate); font-size: .92rem; line-height: 1.7; }
.axis-hero-aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.axis-hero-aside li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: .82rem; font-weight: 750; line-height: 1.45; }
.axis-hero-aside i { flex: 0 0 8px; width: 8px; height: 8px; margin-top: .38em; border-radius: 50%; background: var(--current); box-shadow: 0 0 0 4px rgba(24, 199, 181, .13); }

.axis-model-layer { display: grid; grid-template-columns: .77fr 1.23fr; gap: 70px; margin-top: 46px; padding: 56px; border-radius: 30px; color: #f4f8fa; background: var(--ink); }
.axis-model-layer h2 { font-size: 2.45rem; }
.axis-model-panel { display: grid; gap: 16px; }
.axis-model-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border: 1px solid rgba(121, 240, 226, .34); border-radius: 18px; background: linear-gradient(120deg, rgba(24, 199, 181, .18), rgba(128, 108, 255, .16)); }
.axis-model-main strong { color: #79f0e2; font-size: 1.35rem; letter-spacing: -.03em; }
.axis-model-main span { max-width: 320px; color: #dcebf2; font-size: .84rem; line-height: 1.5; text-align: right; }
.axis-model-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.axis-model-options > * { min-height: 136px; padding: 18px; border: 1px solid rgba(221, 234, 240, .18); border-radius: 16px; background: rgba(23, 50, 74, .75); }
.axis-model-options small { display: block; margin-bottom: 9px; color: #a89aff; font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.axis-model-options strong { display: block; color: #f4f8fa; font-size: .88rem; line-height: 1.32; }
.axis-model-options span { display: block; margin-top: 9px; color: #b9cbd9; font-size: .73rem; line-height: 1.45; }

.axis-flow-section { padding: 112px 0; }
.axis-section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 62px; align-items: end; }
.axis-section-heading h2 { max-width: 660px; font-size: 2.7rem; }
.axis-section-heading > p:not(.eyebrow) { max-width: 590px; margin: 0; color: var(--slate); font-size: .98rem; line-height: 1.78; }
.axis-diagram { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 56px; padding: 36px; border: 1px solid var(--line); border-radius: 30px; background: #f8fcfd; box-shadow: 0 22px 48px rgba(11, 31, 51, .06); }
.axis-diagram::before { position: absolute; inset: 0; border-radius: inherit; content: ""; opacity: .55; pointer-events: none; background-image: linear-gradient(rgba(11, 31, 51, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 31, 51, .035) 1px, transparent 1px); background-size: 32px 32px; }
.axis-diagram > * { position: relative; z-index: 1; }
.axis-node { width: 100%; border: 1px solid #cfe0e7; border-radius: 18px; background: #fff; box-shadow: 0 10px 22px rgba(11, 31, 51, .04); }
.axis-node a, .axis-node > span, .axis-node > strong, .axis-node > p { display: block; }
.axis-node a { height: 100%; padding: 22px; border-radius: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.axis-node a:hover { box-shadow: 0 12px 24px rgba(11, 31, 51, .09); transform: translateY(-2px); }
.axis-node:not(.axis-arctic):not(.axis-aegis):not(.axis-pulse):not(.axis-clara):not(.axis-forge):not(.axis-ai-dev) { padding: 22px; }
.axis-node strong { color: var(--ink); font-size: 1rem; line-height: 1.3; }
.axis-node p { margin: 10px 0 0; color: var(--slate); font-size: .78rem; line-height: 1.55; }
.axis-node em { display: block; margin-top: 15px; color: #087f75; font-size: .7rem; font-style: normal; font-weight: 800; }
.axis-step { display: block; margin-bottom: 8px; color: var(--prism); font-size: .66rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.axis-idea { max-width: 360px; text-align: center; }
.axis-arctic { max-width: 570px; border-color: #96d9d1; background: #e7f8f5; }
.axis-arctic a { padding: 25px 28px; }
.axis-arrow { color: var(--prism); font-size: 1.55rem; font-weight: 800; line-height: 1; }
.axis-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 910px); gap: 22px; }
.axis-branch > span { display: block; margin: 0 0 8px; color: var(--slate); font-size: .68rem; font-weight: 800; text-align: center; }
.axis-ai-dev { border-color: #a6dce7; background: #e8f3fa; }
.axis-forge { border-color: #b5b0f5; background: #eeebff; }
.axis-arrow-down { margin: 2px 0; }
.axis-aegis { max-width: 690px; border-color: #b7aef5; background: #f0eeff; }
.axis-aegis a { padding: 25px 28px; }
.axis-live-row { display: grid; grid-template-columns: .76fr 32px 1fr 1fr; width: 100%; gap: 14px; align-items: stretch; }
.axis-live-row > .axis-arrow { align-self: center; text-align: center; }
.axis-live { background: #f5f0e7; }
.axis-pulse { border-color: #88d1c8; background: #e2f6f1; }
.axis-clara { border-color: #a9cee5; background: #eaf3fa; }
.axis-return { display: flex; align-items: center; gap: 9px; color: #087f75; font-size: .72rem; font-weight: 800; }
.axis-return span { font-size: 1.35rem; }

.axis-modules { padding: 0 0 112px; }
.axis-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.axis-module-grid a { min-height: 224px; padding: 26px; background: #f8fcfd; transition: background .2s ease, color .2s ease; }
.axis-module-grid a:hover { color: #f4f8fa; background: var(--ink); }
.axis-module-grid span { display: block; color: var(--prism); font-size: .7rem; font-weight: 800; }
.axis-module-grid strong { display: block; margin-top: 33px; font-size: 1.05rem; letter-spacing: -.025em; }
.axis-module-grid p { margin: 11px 0 0; color: var(--slate); font-size: .8rem; line-height: 1.55; transition: color .2s ease; }
.axis-module-grid em { display: block; margin-top: 17px; color: #087f75; font-size: .7rem; font-style: normal; font-weight: 800; }
.axis-module-grid a:hover p { color: #b9cbd9; }
.axis-module-grid a:hover em { color: #79f0e2; }

.axis-closing { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; margin-bottom: 112px; padding: 56px; border-radius: 30px; color: #f4f8fa; background: #0b1f33; }
.axis-closing h2 { max-width: 620px; font-size: 2.55rem; }
.axis-closing > div:last-child { align-self: end; }
.axis-closing > div:last-child p { max-width: 520px; margin: 0; color: #b9cbd9; line-height: 1.78; }
.axis-closing .button { margin-top: 28px; }

html[dir="rtl"] .axis-model-main span { text-align: left; }
html[dir="rtl"] .axis-return span { transform: scaleX(-1); }

@media (max-width: 960px) {
  .site-nav, .hero, .product-slider, .intro-strip, .products-section, .approach-section, .ai-banner, .roadmap-section, .pilot-section, .closing-section, .site-footer, .legal-page, .product-hero, .product-context, .product-features, .product-workflow, .product-closing, .contact-hero, .contact-note, .page-hero, .about-page-content, .solutions-page-content, .products-index, .product-screens, .error-page, .axis-hero, .axis-model-layer, .axis-flow-section, .axis-modules, .axis-closing { width: min(calc(100% - 44px), 700px); }
  .axis-home-banner, .axis-hero, .axis-model-layer, .axis-section-heading, .axis-closing { grid-template-columns: 1fr; gap: 34px; }
  .axis-home-banner { padding-bottom: 112px; }
  .axis-home-flow { right: 30px; bottom: 36px; left: 30px; }
  .axis-hero h1 { font-size: 2.85rem; }
  .axis-model-options { grid-template-columns: 1fr; }
  .axis-model-options > * { min-height: auto; }
  .axis-section-heading h2 { font-size: 2.45rem; }
  .axis-live-row { grid-template-columns: 1fr 24px 1fr; }
  .axis-clara { grid-column: 1 / -1; }
  .axis-module-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .site-nav, .hero, .product-slider, .intro-strip, .products-section, .approach-section, .ai-banner, .roadmap-section, .pilot-section, .closing-section, .site-footer, .legal-page, .product-hero, .product-context, .product-features, .product-workflow, .product-closing, .contact-hero, .contact-note, .page-hero, .about-page-content, .solutions-page-content, .products-index, .product-screens, .error-page, .axis-hero, .axis-model-layer, .axis-flow-section, .axis-modules, .axis-closing { width: min(calc(100% - 32px), 560px); }
  .axis-home-banner { min-height: auto; padding: 36px 26px 124px; }
  .axis-home-copy > p { font-size: .9rem; }
  .axis-home-flow { right: 20px; bottom: 28px; left: 20px; gap: 6px; overflow: hidden; white-space: nowrap; font-size: .61rem; }
  .axis-home-flow b, .axis-home-flow strong { padding: 7px 8px; }
  .axis-home-flow i { flex-basis: 12px; width: 12px; }
  .axis-hero { margin-top: 18px; padding: 34px 26px; border-radius: 24px; }
  .axis-hero h1 { font-size: 2.25rem; }
  .axis-hero-copy > p:not(.eyebrow) { font-size: .91rem; }
  .axis-hero-aside { padding: 22px; }
  .axis-model-layer { margin-top: 28px; padding: 36px 26px; border-radius: 24px; }
  .axis-model-layer h2, .axis-section-heading h2, .axis-closing h2 { font-size: 2.05rem; }
  .axis-model-main { display: block; padding: 21px; }
  .axis-model-main span { margin-top: 9px; text-align: left; }
  .axis-flow-section { padding: 78px 0; }
  .axis-diagram { margin-top: 36px; padding: 20px; border-radius: 22px; }
  .axis-split, .axis-live-row { grid-template-columns: 1fr; }
  .axis-live-row > .axis-arrow { display: none; }
  .axis-clara { grid-column: auto; }
  .axis-node a, .axis-node:not(.axis-arctic):not(.axis-aegis):not(.axis-pulse):not(.axis-clara):not(.axis-forge):not(.axis-ai-dev) { padding: 19px; }
  .axis-arctic a, .axis-aegis a { padding: 21px; }
  .axis-module-grid { grid-template-columns: 1fr; margin-top: 34px; border-radius: 18px; }
  .axis-module-grid a { min-height: auto; padding: 23px; }
  .axis-module-grid strong { margin-top: 22px; }
  .axis-closing { margin-bottom: 82px; padding: 36px 26px; border-radius: 24px; }
}
