        :root {
            --bg-dark: #040a18;
            --bg-darker: #020611;
            --surface: #0e152b;
            --surface-2: #121c36;
            --border: rgba(157, 181, 233, 0.25);
            --text-main: #f2f7ff;
            --text-soft: #b7c7e9;
            --brand: #23b8ff;
            --brand-2: #22d3ee;
            --success: #38d39f;
            --max: 1200px;
            --shadow: 0 28px 60px rgba(0, 10, 30, 0.45);
            --mono: "JetBrains Mono", "Fira Code", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        }

        * {
            box-sizing: border-box;
        }

        html {
            overflow-x: hidden;
        }

        html,
        body {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            background: radial-gradient(circle at 80% -20%, rgba(35, 184, 255, 0.25), transparent 45%),
                        radial-gradient(circle at 15% 90%, rgba(56, 211, 159, 0.16), transparent 42%),
                        linear-gradient(180deg, var(--bg-dark), var(--bg-darker));
            color: var(--text-main);
            font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            min-height: 100%;
            line-height: 1.45;
        }

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

        .container {
            width: min(var(--max), calc(100% - 2rem));
            margin-inline: auto;
        }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 20;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(157, 181, 233, 0.12);
            background: linear-gradient(180deg, rgba(2, 8, 20, 0.97) 0%, rgba(3, 10, 26, 0.94) 100%);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 24px rgba(0, 0, 0, 0.12);
        }

        .header-wrap {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1.25rem;
            padding: 0.1rem 0;
            min-width: 0;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 1rem;
            min-width: 0;
            text-decoration: none;
        }

        .brand.brand-logo-only:hover .brand-mark {
            opacity: 0.9;
        }

        .brand-mark {
            width: 100px;
            height: 100px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
            background: none;
        }

        .brand.brand-logo-only .brand-mark {
            width: 100px;
            height: 100px;
        }

        .brand-mark .logo-img {
            width: 100%;
            height: 100%;
            min-width: 100%;
            min-height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
            background: none;
        }

        .brand-mark .logo-dark {
            display: block;
        }

        .brand-mark .logo-light {
            display: none;
        }

        body.light-mode-ui .brand-mark .logo-dark {
            display: none;
        }

        body.light-mode-ui .brand-mark .logo-light {
            display: block;
        }

        .brand-name {
            font-weight: 700;
            font-size: 1.1rem;
            letter-spacing: -0.02em;
            color: #f0f6ff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: color 0.2s ease;
        }

        .brand-sub {
            display: block;
            font-size: 0.72rem;
            color: var(--text-soft);
            font-weight: 500;
            margin-top: 1px;
            letter-spacing: 0.02em;
        }

        .nav {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .nav-item {
            position: relative;
        }

        .nav-link,
        .drop-btn {
            border: 0;
            background: transparent;
            color: var(--text-soft);
            font: inherit;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.65rem 0.9rem;
            border-radius: 10px;
            transition: color 0.2s ease, background 0.2s ease;
            cursor: pointer;
            letter-spacing: 0.01em;
        }

        /* Phosphor Icons - webfont */
        .ui-icon {
            font-size: 1.05em;
            line-height: 1;
            vertical-align: middle;
        }

        .nav-link .ui-icon,
        .drop-btn .ui-icon {
            margin-right: 0.36rem;
            opacity: 0.92;
        }

        .nav-link:hover,
        .drop-btn:hover,
        .drop-btn[aria-expanded="true"] {
            color: #ffffff;
            background: rgba(157, 181, 233, 0.1);
        }

        .nav-link.is-active {
            color: #ffffff;
            background: rgba(157, 181, 233, 0.12);
        }

        .drop-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            min-width: 235px;
            background: linear-gradient(180deg, var(--surface), #0a1124);
            border: 1px solid var(--border);
            border-radius: 14px;
            box-shadow: var(--shadow);
            padding: 0.6rem;
            opacity: 0;
            pointer-events: none;
            transform: translateY(8px);
            transition: 0.18s ease;
        }

        .drop-menu a {
            display: block;
            padding: 0.6rem 0.7rem;
            border-radius: 9px;
            color: var(--text-soft);
            font-size: 0.96rem;
        }

        .drop-menu a:hover {
            color: #fff;
            background: rgba(35, 184, 255, 0.14);
        }

        .mega-menu {
            left: 50%;
            min-width: 0;
            width: min(920px, calc(100vw - 2.4rem));
            max-height: min(78vh, 680px);
            padding: 0.82rem;
            overflow: auto;
            transform: translate(-50%, 8px);
        }

        .mega-menu-products {
            width: min(940px, calc(100vw - 2.4rem));
        }

        .mega-menu-services {
            width: min(860px, calc(100vw - 2.4rem));
        }

        .mega-menu-align-end {
            left: auto;
            right: 0;
            transform: translateY(8px);
        }

        .mega-menu-head {
            display: grid;
            gap: 0.22rem;
            padding: 0.1rem 0.12rem 0.76rem;
            margin-bottom: 0.76rem;
            border-bottom: 1px solid rgba(148, 163, 184, 0.16);
        }

        .mega-menu-head strong {
            color: #eef7ff;
            font-size: 0.94rem;
            font-weight: 700;
            letter-spacing: 0.01em;
        }

        .mega-menu-head span {
            color: #96afd2;
            font-size: 0.76rem;
            line-height: 1.45;
        }

        .mega-menu-grid {
            display: grid;
            gap: 0.58rem;
        }

        .mega-menu-grid-products {
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        }

        .mega-menu-grid-services {
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        }

        .mega-menu a.mega-menu-card {
            display: grid;
            grid-template-columns: 56px minmax(0, 1fr);
            gap: 0.68rem;
            align-items: center;
            padding: 0.62rem;
            border-radius: 14px;
            border: 1px solid rgba(148, 163, 184, 0.12);
            background: rgba(8, 16, 35, 0.5);
            color: inherit;
            transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
        }

        .mega-menu a.mega-menu-card:hover {
            color: inherit;
            background: rgba(17, 32, 63, 0.82);
            border-color: rgba(56, 189, 248, 0.24);
            box-shadow: 0 14px 26px rgba(0, 10, 28, 0.28);
            transform: translateY(-1px);
        }

        .mega-menu-thumb {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid rgba(148, 163, 184, 0.14);
            background:
                radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 52%),
                linear-gradient(145deg, rgba(12, 25, 48, 0.98), rgba(6, 14, 29, 0.98));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .mega-menu-thumb img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
            filter: brightness(0.82) saturate(0.9) contrast(1.06);
            transition: filter 0.22s ease;
        }

        .mega-menu-copy {
            display: grid;
            gap: 0.14rem;
            min-width: 0;
        }

        .mega-menu-meta {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            color: #5ad8ff;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .mega-menu-title {
            display: block;
            color: #f5fbff;
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 1.28;
        }

        .mega-menu-desc {
            display: block;
            color: #9ab2d6;
            font-size: 0.74rem;
            line-height: 1.42;
        }

        .nav-item.open .drop-menu {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .nav-item.open .mega-menu {
            transform: translate(-50%, 0);
        }

        .nav-item.open .mega-menu-align-end {
            transform: translateY(0);
        }

        .nav-toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 1px solid rgba(157, 181, 233, 0.2);
            background: rgba(255, 255, 255, 0.04);
            border-radius: 12px;
            cursor: pointer;
            color: var(--text-main);
            flex-shrink: 0;
            transition: background 0.2s ease, border-color 0.2s ease;
        }
        .nav-toggle:hover {
            background: rgba(157, 181, 233, 0.12);
            border-color: rgba(157, 181, 233, 0.35);
        }
        .nav-toggle-bar {
            display: block;
            width: 18px;
            height: 2px;
            background: currentColor;
            border-radius: 1px;
            transition: transform 0.25s ease, opacity 0.25s ease;
        }
        .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
            opacity: 0;
        }
        .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        .mobile-menu {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 100;
            pointer-events: none;
        }
        .mobile-menu.is-open {
            pointer-events: auto;
        }
        .mobile-menu-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.25s ease;
        }
        .mobile-menu.is-open .mobile-menu-backdrop {
            opacity: 1;
        }
        .mobile-menu-inner {
            position: absolute;
            top: 0;
            right: 0;
            width: min(300px, 85vw);
            max-height: 100vh;
            overflow-y: auto;
            background: linear-gradient(180deg, #0c1428 0%, #070e1a 100%);
            border-left: 1px solid rgba(157, 181, 233, 0.15);
            padding: 1.5rem;
            transform: translateX(100%);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: -8px 0 32px rgba(0, 0, 0, 0.35);
        }
        .mobile-menu.is-open .mobile-menu-inner {
            transform: translateX(0);
        }
        .mobile-nav-link {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.75rem 0.85rem;
            border-radius: 10px;
            color: var(--text-soft);
            font-size: 0.98rem;
            font-weight: 500;
            transition: color 0.2s ease, background 0.2s ease;
        }
        .mobile-nav-link:hover,
        .mobile-nav-link.is-active {
            color: #fff;
            background: rgba(35, 184, 255, 0.1);
        }
        .mobile-nav-section {
            border-bottom: 1px solid rgba(157, 181, 233, 0.12);
        }
        .mobile-nav-toggle {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            width: 100%;
            padding: 0.85rem 0.75rem;
            border: 0;
            background: transparent;
            color: var(--text-soft);
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            text-align: left;
            border-radius: 10px;
        }
        .mobile-nav-toggle:hover {
            color: #fff;
            background: rgba(35, 184, 255, 0.08);
        }
        .mobile-nav-toggle[aria-expanded="true"] {
            color: var(--brand);
        }
        .mobile-nav-sub {
            display: none;
            flex-direction: column;
            padding: 0 0 0.75rem 1.5rem;
            gap: 0.25rem;
        }
        .mobile-nav-toggle[aria-expanded="true"] + .mobile-nav-sub {
            display: flex;
        }
        .mobile-nav-sublink {
            padding: 0.5rem 0.75rem;
            font-size: 0.9rem;
            color: var(--text-soft);
            border-radius: 8px;
        }
        .mobile-nav-sublink:hover {
            color: #fff;
            background: rgba(35, 184, 255, 0.1);
        }
        .mobile-menu-actions {
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid rgba(157, 181, 233, 0.2);
        }
        .theme-toggle-mobile {
            align-self: flex-start;
        }
        .btn-mobile {
            width: 100%;
            justify-content: center;
        }

        .header-actions {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-left: 0.25rem;
        }

        .btn {
            padding: 0.6rem 1.15rem;
            border-radius: 10px;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.02em;
            border: 1px solid transparent;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .theme-toggle {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            border: 1px solid rgba(157, 181, 233, 0.2);
            background: rgba(255, 255, 255, 0.04);
            color: #d8e9ff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            font-size: 1.06rem;
        }

        .theme-toggle:hover {
            border-color: rgba(157, 181, 233, 0.4);
            background: rgba(157, 181, 233, 0.1);
        }

        .theme-toggle .theme-toggle-icon-sun {
            display: inline;
        }

        .theme-toggle .theme-toggle-icon-moon {
            display: none;
        }

        .theme-toggle-icon {
            font-size: 1.15em;
            vertical-align: middle;
        }

        body.light-mode-ui .theme-toggle .theme-toggle-icon-sun {
            display: none;
        }

        body.light-mode-ui .theme-toggle .theme-toggle-icon-moon {
            display: inline;
        }

        .btn-ghost {
            border: 1px solid rgba(157, 181, 233, 0.28);
            color: #dce9ff;
            background: rgba(255, 255, 255, 0.04);
        }

        .btn-ghost:hover {
            border-color: rgba(157, 181, 233, 0.45);
            background: rgba(157, 181, 233, 0.1);
            color: #ffffff;
        }

        .btn-primary {
            color: #031a2e;
            background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
            box-shadow: 0 2px 12px rgba(14, 165, 233, 0.35);
            border: none;
        }

        .btn-primary:hover {
            box-shadow: 0 4px 20px rgba(14, 165, 233, 0.45);
            filter: brightness(1.08);
        }

        .hero {
            position: relative;
            padding: 5.3rem 0 4.4rem;
            overflow: hidden;
        }

        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(40, 105, 185, 0.11) 1px, transparent 1px),
                linear-gradient(90deg, rgba(40, 105, 185, 0.11) 1px, transparent 1px);
            background-size: 36px 36px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 85%);
            pointer-events: none;
        }

        .hero-grid {
            position: relative;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 2.2rem;
            align-items: center;
        }

        .hero-content {
            background: linear-gradient(145deg, rgba(15, 32, 64, 0.5), rgba(9, 20, 42, 0.15));
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 22px;
            padding: 1.5rem;
            box-shadow: 0 30px 54px rgba(0, 8, 24, 0.36);
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 0.75rem;
            border-radius: 100px;
            border: 1px solid rgba(56, 189, 248, 0.4);
            color: #d7efff;
            font-size: 0.82rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin-bottom: 1rem;
            background: rgba(3, 105, 161, 0.2);
        }

        .hero h1 {
            margin: 0;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: clamp(2rem, 3.8vw, 3.35rem);
            line-height: 1.08;
            letter-spacing: -0.02em;
        }

        .hero h1 span {
            color: #61dafb;
        }

        .hero-lead {
            margin-top: 1rem;
            font-size: 1.07rem;
            color: var(--text-soft);
            max-width: 62ch;
        }

        .hero-actions {
            margin-top: 1.5rem;
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
        }

        .tech-strip {
            margin-top: 1rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
        }

        .tech-pill {
            border: 1px solid rgba(157, 181, 233, 0.35);
            background: rgba(157, 181, 233, 0.08);
            color: #cfe2ff;
            border-radius: 999px;
            font-size: 0.82rem;
            padding: 0.32rem 0.62rem;
            font-family: var(--mono);
        }

        .hero-metrics {
            margin-top: 1.25rem;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.75rem;
        }

        .metric {
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 0.76rem;
            background: linear-gradient(180deg, rgba(31, 49, 88, 0.34), rgba(13, 22, 44, 0.34));
        }

        .metric strong {
            display: block;
            font-size: 1.2rem;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #fff;
        }

        .metric span {
            font-size: 0.83rem;
            color: var(--text-soft);
        }

        .hero-card {
            border: 1px solid rgba(111, 165, 255, 0.33);
            border-radius: 20px;
            background: linear-gradient(180deg, rgba(9, 17, 36, 0.96), rgba(5, 11, 25, 0.96));
            box-shadow: 0 26px 58px rgba(0, 8, 26, 0.55);
            overflow: hidden;
        }

        .hero-card-head {
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 0.7rem;
            align-items: center;
            border-bottom: 1px solid rgba(157, 181, 233, 0.2);
            padding: 0.75rem 1rem;
            font-size: 0.84rem;
            color: var(--text-soft);
            font-family: var(--mono);
        }

        .window-dots {
            display: inline-flex;
            gap: 0.35rem;
        }

        .window-dots span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: block;
        }

        .window-dots span:nth-child(1) { background: #fb7185; }
        .window-dots span:nth-child(2) { background: #fbbf24; }
        .window-dots span:nth-child(3) { background: #4ade80; }

        .live-dot {
            color: #86efac;
            font-size: 0.8rem;
        }

        .hero-card-body {
            padding: 1rem;
            display: grid;
            gap: 0.75rem;
        }

        .code-block {
            margin: 0;
            padding: 0.85rem 0.9rem;
            border: 1px solid rgba(94, 234, 212, 0.25);
            border-radius: 12px;
            background: rgba(2, 6, 17, 0.85);
            color: #9fe8ff;
            font-size: 0.8rem;
            line-height: 1.5;
            font-family: var(--mono);
            overflow-x: auto;
        }

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

        .panel {
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 12px;
            padding: 0.8rem;
            background: rgba(255, 255, 255, 0.02);
        }

        .panel-title {
            color: #dff3ff;
            margin-bottom: 0.35rem;
            font-weight: 600;
            font-size: 0.88rem;
            font-family: var(--mono);
        }

        .panel p {
            margin: 0;
            color: var(--text-soft);
            font-size: 0.84rem;
        }

        .section {
            padding: 4rem 0 5rem;
        }

        .need-impact-section {
            padding: 5rem 0 6rem;
            background:
                radial-gradient(circle at 14% 16%, rgba(56, 189, 248, 0.12), transparent 34%),
                radial-gradient(circle at 86% 88%, rgba(34, 211, 238, 0.08), transparent 30%),
                linear-gradient(180deg, rgba(8, 15, 30, 0.97), rgba(5, 10, 22, 0.99));
            color: #eef6ff;
        }

        .need-impact-surface {
            border: 0;
            border-radius: 0;
            background: transparent;
            padding: 0.2rem 0;
            overflow: visible;
        }

        .need-impact-layout {
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 1.1rem;
            align-items: stretch;
        }

        .need-main {
            border: 0;
            border-radius: 16px;
            background:
                radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.1), transparent 30%),
                linear-gradient(180deg, rgba(16, 28, 54, 0.82), rgba(8, 16, 31, 0.88));
            padding: 1.25rem 1.3rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.08), 0 18px 36px rgba(3, 10, 22, 0.2);
        }

        .need-chip {
            display: inline-flex;
            align-items: center;
            align-self: flex-start;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.34);
            background: rgba(56, 189, 248, 0.12);
            color: #d6f6ff;
            font-size: 0.86rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0.2rem 0.56rem;
        }

        .need-main h2 {
            margin: 0;
            color: #eff7ff;
            font-size: clamp(2.05rem, 3.35vw, 2.95rem);
            line-height: 1.16;
            letter-spacing: -0.02em;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .need-main h2 span {
            color: #38bdf8;
        }

        .need-main p {
            margin: 0;
            color: #a8bcdd;
            font-size: 1.1rem;
            line-height: 1.58;
        }

        .need-main-visual {
            margin-top: 0.68rem;
        }

        .need-dial {
            margin-top: auto;
            display: flex;
            align-items: center;
            gap: 0.8rem;
            padding-top: 0.5rem;
        }

        .need-dial-graph {
            width: 92px;
            height: 92px;
            border-radius: 50%;
            background:
                radial-gradient(circle, #091322 58%, transparent 59%),
                conic-gradient(#38bdf8 0 220deg, rgba(148, 163, 184, 0.28) 220deg 360deg);
            position: relative;
            flex: 0 0 auto;
            box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.16);
        }

        .need-dial-graph::after {
            content: "61%";
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-weight: 800;
            color: #eff7ff;
            font-size: 1.26rem;
        }

        .need-dial-copy strong {
            display: block;
            color: #eff7ff;
            font-size: 1.2rem;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .need-dial-copy span {
            color: #98b2d8;
            font-size: 1rem;
            line-height: 1.45;
        }

        .need-signals {
            border: 0;
            border-radius: 16px;
            background:
                radial-gradient(circle at 86% 18%, rgba(56, 189, 248, 0.08), transparent 30%),
                linear-gradient(180deg, rgba(15, 27, 51, 0.8), rgba(7, 14, 28, 0.9));
            padding: 0.8rem;
            display: grid;
            gap: 0.72rem;
            box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.08), 0 18px 36px rgba(3, 10, 22, 0.18);
        }

        .need-signal {
            border: 0;
            border-radius: 14px;
            background: linear-gradient(180deg, rgba(16, 29, 54, 0.9), rgba(10, 18, 35, 0.92));
            padding: 0.9rem 0.95rem;
            display: grid;
            gap: 0.45rem;
            box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
        }

        .need-signal-layout {
            display: grid;
            grid-template-columns: 102px minmax(0, 1fr);
            gap: 0.74rem;
            align-items: start;
        }

        .need-signal-visual {
            border-radius: 12px;
            overflow: hidden;
            background: linear-gradient(145deg, rgba(20, 56, 102, 0.96), rgba(11, 31, 63, 0.98));
        }

        .need-signal-graphic {
            width: 100%;
            display: block;
            aspect-ratio: 1 / 1;
            object-fit: cover;
        }

        .need-signal-copy {
            display: grid;
            gap: 0.3rem;
            min-width: 0;
        }

        .need-signal-copy p {
            margin: 0;
        }

        .need-signal-head {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            gap: 0.6rem;
        }

        .need-signal-head h3 {
            margin: 0;
            color: #eff7ff;
            font-size: 1.18rem;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .need-signal-head strong {
            color: #7dd3fc;
            font-size: 0.96rem;
            font-family: var(--mono);
            white-space: nowrap;
        }

        .need-signal p {
            margin: 0;
            color: #9fb6da;
            font-size: 1.02rem;
            line-height: 1.5;
        }

        .need-signal-bar {
            margin-top: 0.18rem;
            height: 4px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.2);
            overflow: hidden;
        }

        .need-signal-bar span {
            display: block;
            height: 100%;
            width: var(--w, 70%);
            border-radius: inherit;
            background: linear-gradient(90deg, #38bdf8, #0ea5e9);
        }

        .ai-ecosystem-section {
            padding: 4rem 0 5rem;
            background:
                radial-gradient(circle at 15% 0%, rgba(167, 139, 250, 0.14), transparent 35%),
                radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 36%),
                linear-gradient(180deg, rgba(8, 15, 30, 0.96), rgba(5, 10, 22, 0.98));
        }

        .ai-ecosystem-surface {
            border: 0;
            border-radius: 0;
            padding: 0;
            background: transparent;
            overflow: visible;
        }

        .ai-chip {
            display: inline-block;
            border-radius: 999px;
            border: 1px solid rgba(192, 132, 252, 0.38);
            background: rgba(192, 132, 252, 0.12);
            color: #f3e8ff;
            font-size: 0.82rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0.2rem 0.58rem;
            margin-bottom: 0.48rem;
        }

        .ai-ecosystem-layout {
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 1rem;
            align-items: start;
        }

        .ai-brief {
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 14px;
            background: linear-gradient(180deg, rgba(17, 29, 56, 0.72), rgba(10, 18, 36, 0.78));
            padding: 0.95rem;
            position: sticky;
            top: 94px;
        }

        .ai-brief h2 {
            margin: 0;
            font-size: clamp(1.72rem, 3vw, 2.5rem);
            line-height: 1.16;
            font-family: "Plus Jakarta Sans", sans-serif;
            letter-spacing: -0.02em;
            color: #f6f8ff;
        }

        .ai-brief h2 span {
            color: #a78bfa;
        }

        .ai-brief p {
            margin: 0.58rem 0 0;
            color: #b8caed;
            font-size: 1rem;
            line-height: 1.52;
        }

        .ai-kpis {
            margin-top: 0.8rem;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.5rem;
        }

        .ai-kpi {
            border: 1px solid rgba(157, 181, 233, 0.22);
            border-radius: 10px;
            padding: 0.5rem;
            background: rgba(255, 255, 255, 0.03);
        }

        .ai-kpi strong {
            display: block;
            color: #f3f8ff;
            font-size: 1.08rem;
            font-family: "Plus Jakarta Sans", sans-serif;
            line-height: 1.1;
        }

        .ai-kpi span {
            color: #9fb6df;
            font-size: 0.82rem;
            line-height: 1.4;
        }

        .ai-stream {
            position: relative;
            display: grid;
            gap: 0.66rem;
        }

        .ai-stream::before {
            content: "";
            position: absolute;
            left: 19px;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background: linear-gradient(180deg, rgba(125, 211, 252, 0.35), rgba(167, 139, 250, 0.34));
        }

        .ai-node {
            display: grid;
            grid-template-columns: 40px 1fr;
            gap: 0.78rem;
            align-items: start;
            position: relative;
            z-index: 1;
        }

        .ai-node-index {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid rgba(157, 181, 233, 0.36);
            background: linear-gradient(135deg, rgba(14, 165, 233, 0.24), rgba(167, 139, 250, 0.3));
            display: grid;
            place-items: center;
            color: #eaf4ff;
            font-family: var(--mono);
            font-size: 0.82rem;
            font-weight: 700;
        }

        .ai-node-card {
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 16px;
            padding: 1rem;
            background:
                linear-gradient(180deg, rgba(17, 31, 59, 0.84), rgba(9, 17, 34, 0.9));
            box-shadow: 0 16px 34px rgba(4, 10, 22, 0.34);
            transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .ai-node-visual {
            margin-bottom: 0.78rem;
            padding: 0.34rem;
            border-radius: 14px;
            border-color: rgba(125, 211, 252, 0.38);
            background:
                radial-gradient(circle at 86% 12%, rgba(167, 139, 250, 0.2), transparent 34%),
                radial-gradient(circle at 14% 84%, rgba(34, 211, 238, 0.18), transparent 36%),
                linear-gradient(155deg, rgba(12, 24, 44, 0.86), rgba(8, 16, 31, 0.92));
            overflow: hidden;
            box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.16);
        }

        .ai-node-graphic {
            width: 100%;
            display: block;
            border-radius: 12px;
            border: 1px solid rgba(143, 173, 221, 0.38);
            background: radial-gradient(circle at 70% 0%, rgba(167, 139, 250, 0.12), rgba(9, 17, 33, 0.78));
            aspect-ratio: 16 / 7;
            height: auto;
            object-fit: contain;
            box-shadow: 0 10px 24px rgba(5, 12, 26, 0.4);
            transition: transform 0.2s ease, border-color 0.2s ease;
        }

        .ai-node:hover .ai-node-card {
            border-color: rgba(125, 211, 252, 0.5);
            box-shadow: 0 20px 38px rgba(4, 10, 22, 0.42);
            transform: translateY(-2px);
        }

        .ai-node:hover .ai-node-graphic {
            border-color: rgba(125, 211, 252, 0.58);
            transform: scale(1.01);
        }

        .ai-node-label {
            display: inline-block;
            border-radius: 999px;
            border: 1px solid rgba(167, 139, 250, 0.4);
            background: rgba(167, 139, 250, 0.12);
            color: #e9ddff;
            font-size: 0.79rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.2rem 0.52rem;
            margin-bottom: 0.48rem;
        }

        .ai-node:nth-child(1) .ai-node-card {
            border-top: 3px solid rgba(34, 211, 238, 0.62);
        }

        .ai-node:nth-child(2) .ai-node-card {
            border-top: 3px solid rgba(96, 165, 250, 0.68);
        }

        .ai-node:nth-child(3) .ai-node-card {
            border-top: 3px solid rgba(167, 139, 250, 0.64);
        }

        .ai-node:nth-child(1) .ai-node-visual {
            border-color: rgba(34, 211, 238, 0.42);
        }

        .ai-node:nth-child(2) .ai-node-visual {
            border-color: rgba(96, 165, 250, 0.44);
        }

        .ai-node:nth-child(3) .ai-node-visual {
            border-color: rgba(167, 139, 250, 0.44);
        }

        .ai-node-card h3 {
            margin: 0;
            color: #edf6ff;
            font-size: 1.28rem;
            line-height: 1.28;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .ai-node-card p {
            margin: 0.46rem 0 0;
            color: #b6c9ea;
            font-size: 0.97rem;
            line-height: 1.5;
        }

        .ai-node-card ul {
            margin: 0.6rem 0 0;
            padding-left: 1rem;
            color: #a9bfeb;
            font-size: 0.9rem;
            line-height: 1.55;
        }

        .journey-section {
            padding: 4rem 0 5rem;
            background:
                radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.12), transparent 34%),
                radial-gradient(circle at 84% 100%, rgba(167, 139, 250, 0.14), transparent 36%),
                linear-gradient(165deg, rgba(14, 30, 58, 0.78), rgba(8, 16, 31, 0.86));
        }

        .journey-surface {
            border: 0;
            border-radius: 0;
            padding: 0;
            background: transparent;
            overflow: visible;
            box-shadow: none;
        }

        .journey-head {
            text-align: center;
            max-width: 900px;
            margin: 0 auto 1.3rem;
        }

        .journey-head h2 {
            margin: 0;
            font-size: clamp(2rem, 3.6vw, 3.2rem);
            line-height: 1.16;
            letter-spacing: -0.02em;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #f3f8ff;
        }

        .journey-head p {
            margin: 0.82rem auto 0;
            max-width: 68ch;
            color: #b8c9ea;
            font-size: 1.07rem;
            line-height: 1.6;
        }

        .journey-strip {
            margin: 0 auto 1rem;
            max-width: 940px;
            height: 86px;
            border-radius: 12px;
            border: 1px solid rgba(154, 176, 222, 0.22);
            background:
                radial-gradient(circle at 22% 50%, rgba(56, 189, 248, 0.2), transparent 34%),
                radial-gradient(circle at 52% 52%, rgba(167, 139, 250, 0.18), transparent 34%),
                radial-gradient(circle at 80% 50%, rgba(56, 189, 248, 0.2), transparent 34%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(180, 197, 228, 0.06));
            position: relative;
            overflow: hidden;
        }

        .journey-strip::before {
            content: "";
            position: absolute;
            left: 8%;
            right: 8%;
            top: 50%;
            height: 10px;
            border-radius: 999px;
            transform: translateY(-50%);
            background: linear-gradient(90deg, rgba(148, 163, 184, 0.2), rgba(56, 189, 248, 0.45), rgba(167, 139, 250, 0.34), rgba(148, 163, 184, 0.2));
        }

        .journey-flow {
            position: relative;
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 0.88rem;
        }

        .journey-flow::before {
            content: "";
            position: absolute;
            top: 45px;
            left: 4%;
            right: 4%;
            height: 2px;
            background: linear-gradient(90deg, rgba(56, 189, 248, 0.25), rgba(56, 189, 248, 0.55), rgba(56, 189, 248, 0.25));
            z-index: 0;
        }

        .journey-step {
            position: relative;
            z-index: 1;
            border: 1px solid rgba(157, 181, 233, 0.25);
            border-radius: 14px;
            padding: 0.95rem 0.86rem 0.9rem;
            background: linear-gradient(180deg, rgba(17, 30, 56, 0.78), rgba(9, 18, 35, 0.82));
            min-height: 228px;
            transition: transform 0.25s ease, border-color 0.25s ease;
        }

        .journey-step:hover {
            transform: translateY(-4px);
            border-color: rgba(125, 211, 252, 0.45);
        }

        .journey-index {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: linear-gradient(120deg, #22d3ee, #38bdf8);
            color: #032037;
            font-weight: 800;
            font-size: 0.84rem;
            font-family: var(--mono);
            margin-bottom: 0.68rem;
            box-shadow: 0 0 0 3px rgba(8, 18, 36, 0.88);
        }

        .journey-step-visual {
            margin-bottom: 0.56rem;
            padding: 0.26rem;
            border-radius: 10px;
            overflow: hidden;
        }

        .journey-step-graphic {
            width: 100%;
            display: block;
            aspect-ratio: 16 / 7;
            object-fit: cover;
            border-radius: 8px;
        }

        .journey-step h3 {
            margin: 0;
            color: #ecf7ff;
            font-size: 1.06rem;
            line-height: 1.32;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .journey-step p {
            margin: 0.55rem 0 0;
            color: #b5caeb;
            font-size: 0.9rem;
            line-height: 1.55;
        }

        .journey-outcome {
            margin-top: 1rem;
            border: 1px solid rgba(34, 197, 94, 0.33);
            border-radius: 12px;
            background: rgba(34, 197, 94, 0.08);
            padding: 0.84rem 0.9rem;
            color: #c8f6df;
            font-size: 0.91rem;
        }

        .journey-metrics {
            margin-top: 0.82rem;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0.62rem;
        }

        .journey-metric {
            border: 1px solid rgba(157, 181, 233, 0.22);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.03);
            padding: 0.56rem;
            text-align: center;
        }

        .journey-metric strong {
            display: block;
            color: #f0f8ff;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 1.06rem;
            line-height: 1.15;
        }

        .journey-metric span {
            color: #a6bddf;
            font-size: 0.8rem;
            line-height: 1.4;
        }

        .section-title {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: clamp(1.5rem, 2.3vw, 2rem);
            line-height: 1.18;
            margin: 0 0 0.6rem;
        }

        .section-title .ui-icon {
            margin-right: 0.44rem;
            color: #5dd8ff;
        }

        .lead-title-icon {
            margin-right: 0.46rem;
            color: #7dd3fc;
            font-size: 0.9em;
            vertical-align: middle;
        }

        .section-copy {
            margin: 0 0 1.4rem;
            color: var(--text-soft);
            max-width: 68ch;
        }

        .section-visual-shell {
            border: 1px solid rgba(148, 163, 184, 0.28);
            border-radius: 12px;
            background:
                radial-gradient(circle at 14% 18%, rgba(56, 189, 248, 0.2), transparent 34%),
                linear-gradient(155deg, rgba(15, 28, 53, 0.76), rgba(8, 16, 31, 0.86));
            overflow: hidden;
            padding: 0.58rem;
        }

        .section-visual-head {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.32);
            background: rgba(56, 189, 248, 0.12);
            color: #d8f8ff;
            font-size: 0.72rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.14rem 0.46rem;
        }

        .section-visual-box {
            margin-top: 0.46rem;
            border: 1px dashed rgba(147, 197, 253, 0.45);
            border-radius: 10px;
            min-height: 82px;
            display: grid;
            place-items: center;
            color: #a9d9ff;
            font-size: 0.74rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            background: rgba(148, 197, 255, 0.06);
        }

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

        .service-card {
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1rem;
            background: rgba(157, 181, 233, 0.05);
        }

        .service-card h3 {
            margin: 0;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 1.06rem;
        }

        .service-card p {
            margin: 0.55rem 0 0;
            color: var(--text-soft);
            font-size: 0.95rem;
        }

        .usp-section {
            padding: 4rem 0 5rem;
        }

        .usp-wrap {
            border: 1px solid rgba(148, 163, 184, 0.22);
            border-radius: 20px;
            padding: 1.15rem;
            background:
                radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.1), transparent 36%),
                linear-gradient(150deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 255, 0.97));
            color: #0f172a;
        }

        .usp-grid {
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 1rem;
            margin-top: 0.9rem;
            align-items: start;
        }

        .usp-lead {
            border: 1px solid rgba(148, 163, 184, 0.24);
            border-radius: 12px;
            background: #ffffff;
            padding: 0.95rem;
        }

        .usp-kicker {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid rgba(14, 165, 233, 0.3);
            background: rgba(14, 165, 233, 0.08);
            color: #0c4a6e;
            padding: 0.18rem 0.54rem;
            font-size: 0.76rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 0.42rem;
        }

        .usp-lead h3 {
            margin: 0;
            color: #0f172a;
            font-size: 1.5rem;
            line-height: 1.18;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .usp-lead p {
            margin: 0.45rem 0 0;
            color: #4b5563;
            font-size: 0.9rem;
            line-height: 1.52;
        }

        .usp-metrics {
            margin-top: 0.72rem;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.5rem;
        }

        .usp-metric {
            border: 1px solid #dbe5f2;
            border-radius: 10px;
            padding: 0.5rem;
            background: #f8fbff;
        }

        .usp-metric strong {
            display: block;
            color: #0f172a;
            font-size: 0.98rem;
            line-height: 1.1;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .usp-metric span {
            color: #64748b;
            font-size: 0.77rem;
            line-height: 1.4;
        }

        .usp-highlights {
            display: grid;
            gap: 0.6rem;
        }

        .usp-point {
            border-radius: 12px;
            border: 1px solid #dbe5f2;
            background: #ffffff;
            padding: 0.75rem;
            display: grid;
            gap: 0.32rem;
        }

        .usp-point-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.6rem;
        }

        .usp-point-top h4 {
            margin: 0;
            color: #0f172a;
            font-size: 0.98rem;
            line-height: 1.28;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .usp-point-badge {
            border-radius: 999px;
            border: 1px solid rgba(14, 165, 233, 0.28);
            background: rgba(14, 165, 233, 0.08);
            color: #0c4a6e;
            padding: 0.14rem 0.46rem;
            font-size: 0.71rem;
            font-family: var(--mono);
            white-space: nowrap;
        }

        .usp-point p {
            margin: 0;
            color: #475569;
            font-size: 0.86rem;
            line-height: 1.44;
        }

        .usp-note {
            margin-top: 0.75rem;
            padding: 0.72rem 0.78rem;
            border-radius: 12px;
            border: 1px solid rgba(14, 165, 233, 0.3);
            background: rgba(14, 165, 233, 0.08);
            color: #0f3d57;
            font-size: 0.86rem;
            line-height: 1.45;
        }

        .services-offered-section {
            padding: 4rem 0 5rem;
        }

        .offered-tag {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.44);
            background: rgba(56, 189, 248, 0.15);
            color: #d6f6ff;
            font-size: 0.74rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0.2rem 0.56rem;
        }

        .products-section {
            padding: 4rem 0 5rem;
        }

        .showcase-shell {
            border: 1px solid rgba(153, 178, 224, 0.18);
            border-radius: 8px;
            background:
                radial-gradient(circle at 88% 16%, rgba(56, 189, 248, 0.14), transparent 34%),
                linear-gradient(158deg, rgba(10, 20, 39, 0.92), rgba(6, 12, 27, 0.96));
            padding: 0.95rem;
            overflow: hidden;
        }

        .showcase-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            margin-bottom: 0.8rem;
        }

        .showcase-count {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            border-radius: 999px;
            padding: 0.24rem 0.58rem;
            border: 1px solid rgba(148, 163, 184, 0.32);
            background: rgba(148, 163, 184, 0.08);
            color: #b9cae7;
            font-size: 0.79rem;
            font-family: var(--mono);
        }

        .showcase-controls {
            display: inline-flex;
            gap: 0.42rem;
        }

        .showcase-controls button {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            border: 1px solid rgba(56, 189, 248, 0.34);
            background: rgba(56, 189, 248, 0.12);
            color: #d9f8ff;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s ease;
        }

        .showcase-controls button:hover {
            border-color: rgba(56, 189, 248, 0.58);
            background: rgba(56, 189, 248, 0.2);
            transform: translateY(-1px);
        }

        .showcase-viewport {
            overflow: hidden;
            border-radius: 16px;
        }

        .showcase-track {
            display: flex;
            transition: transform 0.45s ease;
            will-change: transform;
        }

        .showcase-slide {
            min-width: 100%;
        }

        .showcase-vcard {
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
            gap: 0.86rem;
            border: 1px solid rgba(153, 178, 224, 0.26);
            border-radius: 16px;
            background: linear-gradient(180deg, rgba(11, 22, 43, 0.84), rgba(7, 14, 31, 0.9));
            padding: 0.92rem;
            min-height: 280px;
        }

        .vcard-body {
            display: flex;
            flex-direction: column;
            gap: 0.56rem;
        }

        .vcard-title-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.6rem;
        }

        .vcard-body h3 {
            margin: 0;
            color: #edf7ff;
            font-size: clamp(1.05rem, 1.5vw, 1.3rem);
            line-height: 1.3;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .vcard-body p {
            margin: 0;
            color: #b7caeb;
            font-size: 0.91rem;
            line-height: 1.55;
        }

        .vcard-bullets {
            margin: 0.2rem 0 0;
            padding-left: 1rem;
            color: #9dc5e8;
            display: grid;
            gap: 0.32rem;
            font-size: 0.84rem;
        }

        .vcard-media {
            position: relative;
            border-radius: 14px;
            border: 1px solid rgba(120, 166, 238, 0.3);
            background:
                radial-gradient(circle at 18% 14%, rgba(var(--accent), 0.34), transparent 35%),
                linear-gradient(150deg, rgba(16, 34, 66, 0.78), rgba(7, 14, 31, 0.9));
            overflow: hidden;
            padding: 0.78rem;
            min-height: 220px;
        }

        .vcard-media-label {
            display: inline-flex;
            border-radius: 999px;
            border: 1px solid rgba(148, 197, 255, 0.42);
            background: rgba(148, 197, 255, 0.16);
            color: #d8f6ff;
            font-size: 0.73rem;
            letter-spacing: 0.03em;
            padding: 0.17rem 0.52rem;
        }

        .vcard-image-slot {
            margin-top: 0.6rem;
            border: 1px solid rgba(147, 197, 253, 0.34);
            border-radius: 12px;
            min-height: 116px;
            display: grid;
            place-items: center;
            color: #b3dafe;
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            background: rgba(12, 24, 46, 0.62);
            overflow: hidden;
        }

        .vcard-image-slot img {
            width: 100%;
            height: 100%;
            min-height: 116px;
            display: block;
            object-fit: contain;
            border-radius: 10px;
            padding: 0.25rem;
        }

        .vcard-wave {
            display: none;
        }

        .vcard-points {
            position: absolute;
            inset: auto 0.8rem 0.72rem;
            display: flex;
            justify-content: space-between;
            gap: 0.4rem;
        }

        .vcard-points span {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: rgba(var(--accent), 0.74);
            box-shadow: 0 0 14px rgba(var(--accent), 0.62);
            animation: heroPulseDot 4.8s ease-in-out infinite;
        }

        .vcard-points span:nth-child(2) {
            animation-delay: 0.8s;
        }

        .vcard-points span:nth-child(3) {
            animation-delay: 1.5s;
        }

        .product-code {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid rgba(110, 231, 183, 0.4);
            background: rgba(110, 231, 183, 0.12);
            color: #d8fff0;
            font-size: 0.74rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.18rem 0.52rem;
        }

        .product-card-link {
            margin-top: auto;
            align-self: flex-start;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.34);
            background: rgba(56, 189, 248, 0.11);
            color: #9de9ff;
            font-size: 0.82rem;
            font-weight: 700;
            padding: 0.38rem 0.72rem;
            transition: 0.2s ease;
        }

        .product-card-link:hover {
            background: rgba(56, 189, 248, 0.22);
            color: #c6f5ff;
        }

        .showcase-bottom {
            margin-top: 0.74rem;
            display: grid;
            gap: 0.6rem;
        }

        .showcase-timer {
            height: 4px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.26);
            overflow: hidden;
        }

        .showcase-timer span {
            display: block;
            height: 100%;
            width: 0%;
            border-radius: inherit;
            background: linear-gradient(90deg, #38bdf8, #22d3ee);
            box-shadow: 0 0 14px rgba(56, 189, 248, 0.58);
        }

        .showcase-dots {
            display: inline-flex;
            gap: 0.38rem;
        }

        .showcase-dots button {
            width: 26px;
            height: 4px;
            border: 0;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.35);
            cursor: pointer;
            transition: 0.2s ease;
        }

        .showcase-dots button.is-active {
            width: 40px;
            background: rgba(56, 189, 248, 0.95);
        }

        .showcase-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 0.42rem;
        }

        .showcase-tabs button {
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, 0.3);
            background: rgba(148, 163, 184, 0.08);
            color: #b4c8e8;
            font-size: 0.76rem;
            padding: 0.28rem 0.54rem;
            cursor: pointer;
            transition: 0.2s ease;
        }

        .showcase-tabs button.is-active {
            border-color: rgba(56, 189, 248, 0.54);
            background: rgba(56, 189, 248, 0.18);
            color: #d8f8ff;
        }

        .testimonials-section {
            padding: 4rem 0 5rem;
        }

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

        .testimonial-card {
            border: 1px solid rgba(157, 181, 233, 0.26);
            border-radius: 16px;
            padding: 1.05rem;
            background: linear-gradient(180deg, rgba(14, 24, 46, 0.76), rgba(9, 16, 31, 0.8));
            position: relative;
            overflow: hidden;
        }

        .testimonial-card::before {
            content: "";
            position: absolute;
            top: -34px;
            right: -30px;
            width: 96px;
            height: 96px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
            pointer-events: none;
        }

        .quote-mark {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 2.1rem;
            line-height: 1;
            color: #7dd3fc;
            margin-bottom: 0.2rem;
            display: inline-block;
        }

        .testimonial-text {
            margin: 0;
            color: #d6e4ff;
            font-size: 0.96rem;
            line-height: 1.58;
        }

        .testimonial-meta {
            margin-top: 0.9rem;
            padding-top: 0.75rem;
            border-top: 1px solid rgba(157, 181, 233, 0.2);
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 0.6rem;
        }

        .testimonial-person {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: linear-gradient(140deg, #22d3ee, #3b82f6);
            color: #03203e;
            font-family: var(--mono);
            font-weight: 800;
            font-size: 0.78rem;
            margin-bottom: 0.34rem;
        }

        .testimonial-name {
            font-weight: 700;
            font-size: 0.87rem;
            color: #ecf5ff;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .testimonial-role {
            margin-top: 0.2rem;
            color: #9cb3df;
            font-size: 0.83rem;
        }

        .testimonial-rating {
            color: #facc15;
            letter-spacing: 0.12em;
            font-size: 0.81rem;
            white-space: nowrap;
        }

        .client-stats-section {
            padding: 4rem 0 5rem;
            background:
                radial-gradient(circle at 82% 4%, rgba(56, 189, 248, 0.12), transparent 34%),
                linear-gradient(160deg, rgba(11, 24, 49, 0.94), rgba(5, 12, 27, 0.97));
        }

        .stats-wrap {
            border: 0;
            border-radius: 0;
            padding: 0;
            background: transparent;
            overflow: visible;
            position: relative;
        }

        .stats-wrap::after {
            content: "";
            position: absolute;
            inset: auto -8% -56px;
            height: 118px;
            background: linear-gradient(120deg, rgba(56, 189, 248, 0.2), rgba(16, 185, 129, 0.16), transparent 68%);
            transform: rotate(-5deg);
            pointer-events: none;
        }

        .stats-head {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            align-items: end;
            margin-bottom: 0.95rem;
            position: relative;
            z-index: 1;
        }

        .stats-kpi-strip {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.58rem;
            margin-bottom: 0.92rem;
            position: relative;
            z-index: 1;
        }

        .stats-kpi {
            border: 1px solid rgba(148, 163, 184, 0.24);
            border-radius: 11px;
            background: rgba(15, 25, 46, 0.72);
            padding: 0.5rem 0.58rem;
        }

        .stats-kpi strong {
            display: block;
            color: #f0f8ff;
            font-size: 1.07rem;
            line-height: 1.1;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .stats-kpi span {
            color: #99b7e4;
            font-size: 0.76rem;
            line-height: 1.4;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.9rem;
            position: relative;
            z-index: 1;
        }

        .stat-card {
            border: 1px solid rgba(148, 163, 184, 0.24);
            border-radius: 14px;
            padding: 0.9rem;
            background: linear-gradient(180deg, rgba(14, 25, 47, 0.78), rgba(8, 15, 31, 0.78));
            min-height: 156px;
            transition: transform 0.2s ease, border-color 0.2s ease;
        }

        .stat-card:hover {
            transform: translateY(-2px);
            border-color: rgba(56, 189, 248, 0.5);
        }

        .stat-visual {
            margin-bottom: 0.58rem;
            display: inline-flex;
            align-items: center;
            gap: 0.32rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.34);
            background: rgba(56, 189, 248, 0.12);
            color: #d3f6ff;
            font-size: 0.7rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.14rem 0.42rem;
        }

        .stat-rank {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            border: 1px solid rgba(94, 234, 212, 0.38);
            background: rgba(94, 234, 212, 0.12);
            color: #c8fff2;
            width: 28px;
            height: 28px;
            font-size: 0.78rem;
            font-family: var(--mono);
            margin-bottom: 0.55rem;
        }

        .stat-value {
            margin: 0;
            font-size: 1.8rem;
            line-height: 1.1;
            color: #eef9ff;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .stat-label {
            margin: 0.36rem 0 0;
            color: #d8ebff;
            font-size: 0.88rem;
            line-height: 1.4;
            font-weight: 700;
        }

        .stat-note {
            margin: 0.4rem 0 0;
            color: #9eb8df;
            font-size: 0.81rem;
            line-height: 1.45;
        }

        .faq-contact-section {
            padding: 4rem 0 5rem;
        }

        .faq-contact-grid {
            display: grid;
            grid-template-columns: 1.15fr 0.85fr;
            gap: 1rem;
            align-items: start;
        }

        .faq-panel,
        .contact-panel {
            border: 1px solid rgba(157, 181, 233, 0.18);
            border-radius: 8px;
            padding: 1rem;
            background: linear-gradient(180deg, rgba(16, 28, 53, 0.74), rgba(8, 14, 29, 0.78));
        }

        .panel-visual {
            margin-bottom: 0.72rem;
        }

        .faq-list {
            margin-top: 0.6rem;
            display: grid;
            gap: 0.62rem;
        }

        .faq-item {
            border: 1px solid rgba(157, 181, 233, 0.22);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.02);
            overflow: hidden;
        }

        .faq-item summary {
            list-style: none;
            cursor: pointer;
            padding: 0.72rem 0.82rem;
            color: #eaf4ff;
            font-size: 0.94rem;
            font-weight: 600;
            font-family: "Plus Jakarta Sans", sans-serif;
            position: relative;
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary::after {
            content: "+";
            position: absolute;
            right: 0.82rem;
            top: 50%;
            transform: translateY(-50%);
            color: #7ed9ff;
            font-size: 1.06rem;
        }

        .faq-item[open] summary::after {
            content: "-";
        }

        .faq-answer {
            padding: 0 0.82rem 0.82rem;
            color: #b7c9ec;
            font-size: 0.88rem;
            line-height: 1.55;
        }

        .contact-meta {
            margin-top: 0.72rem;
            display: grid;
            gap: 0.48rem;
            color: #b9cbec;
            font-size: 0.88rem;
            line-height: 1.45;
        }

        .contact-form {
            margin-top: 0.8rem;
            display: grid;
            gap: 0.55rem;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            border-radius: 10px;
            border: 1px solid rgba(157, 181, 233, 0.3);
            background: rgba(8, 17, 35, 0.86);
            color: #e8f4ff;
            padding: 0.58rem 0.66rem;
            font-size: 0.88rem;
            outline: none;
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #8ea8d4;
        }

        .contact-form textarea {
            min-height: 96px;
            resize: vertical;
        }

        .contact-form-status {
            margin-top: 0.8rem;
            padding: 0.74rem 0.8rem;
            border-radius: 12px;
            border: 1px solid rgba(157, 181, 233, 0.24);
            font-size: 0.84rem;
            line-height: 1.55;
        }

        .contact-form-status-success {
            border-color: rgba(52, 211, 153, 0.28);
            background: rgba(52, 211, 153, 0.1);
            color: #e8fff5;
        }

        .contact-form-status-error {
            border-color: rgba(251, 113, 133, 0.28);
            background: rgba(251, 113, 133, 0.1);
            color: #ffe7ef;
        }

        .contact-form-errors {
            margin: 0.42rem 0 0;
            padding-left: 1rem;
        }

        .contact-form-errors li + li {
            margin-top: 0.16rem;
        }

        .integrations-section {
            padding: 4rem 0 5rem;
            background:
                radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.12), transparent 34%),
                linear-gradient(160deg, rgba(10, 21, 41, 0.95), rgba(5, 12, 25, 0.98));
        }

        .integrations-surface {
            border: 0;
            border-radius: 0;
            padding: 0;
            background: transparent;
            color: #eff7ff;
        }

        .integrations-orbit-head {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 1rem;
            padding: 0.1rem 0.1rem 1rem;
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        }

        .integrations-orbit-head h2 {
            margin: 0;
            font-size: clamp(1.75rem, 3vw, 2.5rem);
            line-height: 1.14;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #f2f9ff;
            letter-spacing: -0.02em;
        }

        .integrations-copy {
            color: #b9cae8;
            font-size: 0.96rem;
            line-height: 1.6;
            margin: 0;
            max-width: 38ch;
        }

        .integrations-cta {
            margin-top: 0.9rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.58rem 0.9rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.35);
            background: rgba(56, 189, 248, 0.15);
            color: #e7f8ff;
            font-size: 0.88rem;
            font-weight: 700;
        }

        .integrations-orbit-stage {
            margin-top: 1rem;
            position: relative;
            min-height: 660px;
            padding: 4rem 2.2rem;
            border-radius: 16px;
            border: 1px solid rgba(148, 163, 184, 0.18);
            background:
                radial-gradient(circle at center, rgba(34, 211, 238, 0.1), transparent 45%),
                linear-gradient(180deg, rgba(10, 18, 35, 0.8), rgba(6, 12, 24, 0.9));
            overflow: hidden;
            isolation: isolate;
            --mx: 50%;
            --my: 50%;
        }

        .integrations-orbit-stage::before {
            content: "";
            position: absolute;
            inset: -16%;
            z-index: 0;
            pointer-events: none;
            background: radial-gradient(circle at var(--mx) var(--my), rgba(56, 189, 248, 0.2), rgba(56, 189, 248, 0) 42%);
        }

        .orbit-lines {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .orbit-lines line {
            stroke: rgba(125, 211, 252, 0.55);
            stroke-width: 1.15;
            stroke-linecap: round;
            stroke-dasharray: 0.01 8;
            vector-effect: non-scaling-stroke;
            shape-rendering: geometricPrecision;
            opacity: 0.42;
            transition: opacity 0.22s ease, stroke 0.22s ease, stroke-width 0.22s ease;
            animation: orbitDash 10s linear infinite;
        }

        .orbit-lines line.is-active {
            opacity: 1;
            stroke: rgba(103, 232, 249, 0.95);
            stroke-width: 2.1;
        }

        .orbit-rings {
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
        }

        .orbit-ring {
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.15);
            transform: translate(-50%, -50%);
            animation: orbitBreath 6.4s ease-in-out infinite;
        }

        .orbit-ring.ring-one {
            width: min(84%, 880px);
            height: min(64%, 500px);
        }

        .orbit-ring.ring-two {
            width: min(72%, 740px);
            height: min(52%, 420px);
            animation-delay: 1.2s;
        }

        .orbit-ring.ring-three {
            width: min(60%, 620px);
            height: min(40%, 320px);
            animation-delay: 2.4s;
        }

        .orbit-pulse-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: rgba(103, 232, 249, 0.8);
            box-shadow: 0 0 14px rgba(56, 189, 248, 0.78);
            transform: translate(-50%, -50%);
            animation: orbitDotPulse 4.5s ease-in-out infinite;
        }

        .orbit-pulse-dot.dot-a {
            left: 18%;
            top: 25%;
        }

        .orbit-pulse-dot.dot-b {
            left: 82%;
            top: 72%;
            animation-delay: 1.4s;
        }

        .orbit-pulse-dot.dot-c {
            left: 50%;
            top: 88%;
            animation-delay: 2.2s;
        }

        .integrations-core {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: min(290px, calc(100% - 2rem));
            border-radius: 22px;
            border: 1px solid rgba(56, 189, 248, 0.38);
            background: linear-gradient(165deg, rgba(16, 34, 64, 0.96), rgba(8, 17, 33, 0.96));
            text-align: center;
            padding: 0.95rem 0.9rem;
            box-shadow: 0 14px 34px rgba(2, 10, 22, 0.46);
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
            clip-path: polygon(9% 0, 91% 0, 100% 18%, 100% 82%, 91% 100%, 9% 100%, 0 82%, 0 18%);
        }

        .integrations-core.is-active {
            border-color: rgba(56, 189, 248, 0.62);
            box-shadow: 0 18px 44px rgba(8, 26, 49, 0.58), 0 0 24px rgba(34, 211, 238, 0.24);
            transform: translate(-50%, -50%) scale(1.015);
        }

        .integrations-core strong {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: linear-gradient(145deg, #22d3ee, #0ea5e9);
            color: #ffffff;
            font-size: 1.16rem;
            font-family: var(--mono);
            margin-bottom: 0.55rem;
        }

        .integrations-core h3 {
            margin: 0;
            color: #f0f8ff;
            font-size: 1.16rem;
            font-family: "Plus Jakarta Sans", sans-serif;
            line-height: 1.2;
        }

        .integrations-core p {
            margin: 0.44rem 0 0;
            color: #9fc2e9;
            font-size: 0.82rem;
            line-height: 1.45;
        }

        .integration-card {
            position: absolute;
            left: calc(var(--x) * 1%);
            top: calc((var(--y) * 0.84%) + 8%);
            transform: translate(-50%, -50%);
            z-index: 1;
            border: 1px solid rgba(148, 163, 184, 0.28);
            border-radius: 14px;
            background: linear-gradient(180deg, rgba(14, 25, 47, 0.86), rgba(9, 17, 33, 0.88));
            width: 136px;
            min-height: 78px;
            padding: 0.56rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0.34rem;
            text-align: center;
            transition: 0.2s ease;
            animation: orbitNodeFloat 5.8s ease-in-out infinite;
            cursor: pointer;
            clip-path: polygon(8% 0, 92% 0, 100% 20%, 100% 80%, 92% 100%, 8% 100%, 0 80%, 0 20%);
        }

        .integration-card:nth-of-type(odd) {
            animation-delay: 1s;
        }

        .integration-card:nth-of-type(3n) {
            animation-delay: 2s;
        }

        .integration-card:hover {
            border-color: rgba(56, 189, 248, 0.62);
            box-shadow: 0 12px 26px rgba(1, 10, 24, 0.45);
            transform: translate(-50%, calc(-50% - 2px));
        }

        .integration-card.is-active {
            border-color: rgba(103, 232, 249, 0.85);
            box-shadow: 0 16px 30px rgba(3, 18, 40, 0.55), 0 0 18px rgba(56, 189, 248, 0.26);
            transform: translate(-50%, calc(-50% - 3px));
        }

        .integration-badge {
            width: 32px;
            height: 32px;
            border-radius: 10px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, #0ea5e9, #22d3ee);
            color: #ffffff;
        }

        .integration-badge svg {
            width: 18px;
            height: 18px;
            stroke: #ffffff;
            stroke-width: 1.85;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
        }

        .integration-name {
            font-size: 0.72rem;
            color: #d5e7ff;
            font-weight: 600;
            line-height: 1.3;
        }

        @keyframes orbitDash {
            to { stroke-dashoffset: -8; }
        }

        @keyframes orbitNodeFloat {
            0%, 100% { transform: translate(-50%, -50%); }
            50% { transform: translate(-50%, calc(-50% - 4px)); }
        }

        @keyframes orbitBreath {
            0%, 100% { opacity: 0.35; }
            50% { opacity: 0.8; }
        }

        @keyframes orbitDotPulse {
            0%, 100% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.5; }
            50% { transform: translate(-50%, -50%) scale(1.28); opacity: 1; }
        }

        .blogs-section {
            padding: 4rem 0 5rem;
        }

        .blogs-head {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 1rem;
            margin-bottom: 1.1rem;
            flex-wrap: wrap;
        }

        .blogs-scroll-wrap {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(157, 181, 233, 0.22);
            border-radius: 16px;
            padding: 0.72rem 0;
            background: linear-gradient(180deg, rgba(9, 18, 37, 0.72), rgba(6, 12, 24, 0.75));
        }

        .blogs-scroll-wrap::before,
        .blogs-scroll-wrap::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 56px;
            pointer-events: none;
            z-index: 2;
        }

        .blogs-scroll-wrap::before {
            left: 0;
            background: linear-gradient(90deg, rgba(6, 12, 24, 0.95), rgba(6, 12, 24, 0));
        }

        .blogs-scroll-wrap::after {
            right: 0;
            background: linear-gradient(270deg, rgba(6, 12, 24, 0.95), rgba(6, 12, 24, 0));
        }

        .blogs-scroll-track {
            display: flex;
            gap: 1rem;
            width: max-content;
            align-items: stretch;
            animation: blogTicker 64s linear infinite;
        }

        .blogs-scroll-wrap:hover .blogs-scroll-track {
            animation-play-state: paused;
        }

        .blogs-scroll-card {
            width: min(332px, calc(100vw - 3.4rem));
            min-height: 430px;
            flex: 0 0 auto;
        }

        .blog-card {
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 16px;
            background: linear-gradient(180deg, rgba(16, 28, 54, 0.82), rgba(9, 17, 34, 0.85));
            padding: 0.68rem;
            display: flex;
            flex-direction: column;
            min-height: 360px;
            transition: 0.2s ease;
            overflow: hidden;
        }

        .blog-card:hover {
            border-color: rgba(56, 189, 248, 0.55);
            transform: translateY(-2px);
            box-shadow: 0 16px 28px rgba(2, 12, 32, 0.38);
        }

        .blog-media {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 225px;
            margin-bottom: 0.72rem;
            border: 1px solid rgba(148, 163, 184, 0.25);
            background: rgba(15, 23, 42, 0.7);
        }

        .blog-media img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center center;
            filter: saturate(1.08) contrast(1.04);
            transition: transform 0.38s ease;
        }

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

        .blog-body {
            display: flex;
            flex-direction: column;
            gap: 0.46rem;
            height: 100%;
            padding: 0 0.16rem 0.1rem;
        }

        .blog-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.7rem;
            margin-bottom: 0.1rem;
            font-size: 0.79rem;
            color: #b8c8e9;
        }

        .blog-tag {
            display: inline-block;
            border: 1px solid rgba(56, 189, 248, 0.35);
            background: rgba(56, 189, 248, 0.12);
            color: #d6f6ff;
            border-radius: 999px;
            padding: 0.2rem 0.54rem;
            font-size: 0.74rem;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            font-weight: 600;
        }

        .blog-card h3 {
            margin: 0;
            font-size: 1.05rem;
            line-height: 1.35;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #f1f7ff;
        }

        .blog-card p {
            margin: 0.1rem 0 0;
            color: var(--text-soft);
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .blog-link {
            margin-top: auto;
            padding-top: 0.8rem;
            color: #9eeaff;
            font-size: 0.84rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
        }

        .blog-link:hover {
            color: #c8f6ff;
        }

        @keyframes blogTicker {
            from { transform: translateX(0); }
            to { transform: translateX(calc(-50% - 0.5rem)); }
        }

        .site-footer {
            margin-top: 4rem;
            border-top: 1px solid rgba(157, 181, 233, 0.22);
            overflow-x: hidden;
            background:
                radial-gradient(circle at 12% 0%, rgba(14, 165, 233, 0.15), transparent 34%),
                radial-gradient(circle at 88% 14%, rgba(34, 197, 94, 0.1), transparent 28%),
                linear-gradient(180deg, rgba(5, 10, 22, 0.28), rgba(3, 8, 18, 0.92));
        }

        .footer-top-card {
            margin-top: 2.1rem;
            border: 1px solid rgba(111, 165, 255, 0.28);
            border-radius: 14px;
            padding: 1.5rem 1.75rem;
            background: linear-gradient(135deg, rgba(16, 62, 110, 0.35), rgba(15, 33, 64, 0.45));
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1.25rem;
            flex-wrap: wrap;
            min-width: 0;
        }

        .footer-top-card h3 {
            margin: 0;
            font-size: 1.22rem;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #ecf7ff;
        }

        .footer-top-card p {
            margin: 0.35rem 0 0;
            color: #c0d1f4;
            font-size: 0.92rem;
        }

        .footer-main {
            padding: 2rem 0 1.5rem;
            display: grid;
            grid-template-columns: minmax(0, 280px) 1fr;
            gap: 2rem;
            min-width: 0;
        }

        .footer-brand {
            border: 1px solid rgba(157, 181, 233, 0.2);
            border-radius: 12px;
            padding: 1.25rem;
            background: rgba(255, 255, 255, 0.02);
            max-width: 280px;
        }

        .footer-brand .brand.brand-logo-only .brand-mark {
            width: 120px;
            height: 120px;
        }

        .footer-brand p {
            color: var(--text-soft);
            margin: 0.75rem 0 0;
            font-size: 0.94rem;
            max-width: 32ch;
            line-height: 1.52;
        }

        .status-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.2rem 0.55rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 211, 159, 0.45);
            color: #aaf5d6;
            background: rgba(56, 211, 159, 0.1);
            margin-top: 0.72rem;
            font-size: 0.78rem;
        }

        .footer-badges {
            margin-top: 0.8rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.42rem;
        }

        .footer-badge {
            font-size: 0.76rem;
            color: #c8dcff;
            border: 1px solid rgba(157, 181, 233, 0.34);
            border-radius: 999px;
            padding: 0.18rem 0.5rem;
            background: rgba(157, 181, 233, 0.08);
        }

        .footer-contact {
            margin-top: 0.9rem;
            border-top: 1px solid rgba(157, 181, 233, 0.18);
            padding-top: 0.72rem;
            color: #b7c8ea;
            font-size: 0.87rem;
            line-height: 1.6;
        }

        .footer-accreditations {
            margin-top: 1rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem 1.5rem;
        }

        .footer-accreditation {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.4rem 0.6rem;
            border-radius: 10px;
            border: 1px solid rgba(157, 181, 233, 0.22);
            background: rgba(255, 255, 255, 0.03);
        }

        .footer-accreditation svg {
            width: 28px;
            height: 28px;
            flex-shrink: 0;
            color: #5dd8ff;
        }

        .footer-accreditation span {
            font-size: 0.76rem;
            font-weight: 600;
            color: #c8dcff;
            letter-spacing: 0.02em;
        }

        .footer-newsletter-row {
            padding: 1.75rem 0;
            border-top: 1px solid rgba(157, 181, 233, 0.18);
            border-bottom: 1px solid rgba(157, 181, 233, 0.14);
        }

        .footer-newsletter-row .footer-newsletter {
            margin-top: 0;
            max-width: 520px;
        }

        .footer-links {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
            min-width: 0;
        }

        .footer-col h4 {
            margin: 0;
            font-size: 0.96rem;
            color: #e9f4ff;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .footer-col a {
            display: block;
            margin-top: 0.55rem;
            color: var(--text-soft);
            font-size: 0.89rem;
            transition: 0.2s ease;
        }

        .footer-col a:hover {
            color: #ffffff;
            transform: translateX(2px);
        }

        .footer-col .footer-address {
            display: block;
            margin-top: 0.55rem;
            color: var(--text-soft);
            font-size: 0.89rem;
            line-height: 1.45;
        }

        .footer-newsletter {
            border: 1px solid rgba(157, 181, 233, 0.24);
            border-radius: 12px;
            margin-top: 0;
            padding: 1rem 1.25rem;
            background: rgba(255, 255, 255, 0.03);
        }

        .footer-newsletter p {
            margin: 0 0 0.65rem;
            color: #b8c9eb;
            font-size: 0.86rem;
            line-height: 1.45;
        }

        .newsletter-form {
            display: flex;
            gap: 0.5rem;
        }

        .newsletter-form input {
            flex: 1;
            min-width: 0;
            border-radius: 10px;
            border: 1px solid rgba(157, 181, 233, 0.3);
            background: rgba(8, 17, 35, 0.85);
            color: #e8f4ff;
            padding: 0.55rem 0.65rem;
            font-size: 0.86rem;
            outline: none;
        }

        .newsletter-form input::placeholder {
            color: #8aa4d1;
        }

        .newsletter-form button {
            border: 0;
            border-radius: 10px;
            background: linear-gradient(120deg, var(--brand), var(--brand-2));
            color: #032037;
            font-weight: 700;
            padding: 0.55rem 0.82rem;
            cursor: pointer;
            font-size: 0.86rem;
        }

        .footer-bottom {
            border-top: 1px solid rgba(157, 181, 233, 0.14);
            padding: 0.95rem 0 1.65rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.8rem;
            flex-wrap: wrap;
            color: #99afd8;
            font-size: 0.86rem;
        }

        .footer-legal {
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
        }

        .footer-legal a {
            color: #a6bde3;
            font-size: 0.85rem;
        }

        .footer-legal a:hover {
            color: #d8e9ff;
        }

        /* Visual refinement layer: cleaner premium representation */
        body {
            background:
                radial-gradient(circle at 78% -10%, rgba(56, 189, 248, 0.18), transparent 34%),
                radial-gradient(circle at 16% 20%, rgba(37, 99, 235, 0.1), transparent 36%),
                linear-gradient(180deg, #050d1e, #030916 45%, #020611 100%);
            color: #edf4ff;
        }

        .container {
            width: min(1180px, calc(100% - 2.2rem));
        }

        .site-header {
            background: rgba(5, 12, 27, 0.78);
            border-bottom: 1px solid rgba(167, 188, 228, 0.2);
            backdrop-filter: blur(14px);
        }

        .header-wrap {
            padding: 0.1rem 0;
        }

        .brand-sub {
            color: #9bb0d8;
        }

        .nav-link,
        .drop-btn {
            color: #c8d7f3;
            font-size: 0.92rem;
            padding: 0.58rem 0.72rem;
        }

        .nav-link:hover,
        .drop-btn:hover,
        .drop-btn[aria-expanded="true"] {
            background: rgba(125, 157, 212, 0.16);
            color: #f4f8ff;
        }

        .drop-menu {
            background: linear-gradient(180deg, rgba(13, 25, 51, 0.98), rgba(8, 16, 34, 0.98));
            border: 1px solid rgba(148, 177, 229, 0.3);
            border-radius: 12px;
        }

        .drop-menu a {
            color: #c8d9f5;
            font-size: 0.9rem;
        }

        .drop-menu a:hover {
            background: rgba(56, 189, 248, 0.15);
            color: #f5fbff;
        }

        .btn {
            border-radius: 11px;
            font-size: 0.88rem;
            font-weight: 700;
        }

        .btn-primary {
            background: linear-gradient(120deg, #38bdf8, #22d3ee);
            box-shadow: 0 10px 24px rgba(34, 211, 238, 0.32);
        }

        .btn-ghost {
            border-color: rgba(160, 183, 226, 0.35);
            background: rgba(132, 157, 207, 0.12);
            color: #deebff;
        }

        .hero {
            padding: 4.8rem 0 3.8rem;
        }

        .section-title {
            font-size: clamp(1.58rem, 2.7vw, 2.25rem);
            letter-spacing: -0.015em;
            line-height: 1.18;
            margin-bottom: 0.68rem;
            color: #f3f8ff;
        }

        .section-copy {
            color: #b1c3e6;
            font-size: 0.91rem;
            max-width: 70ch;
        }

        .hero-content,
        .hero-card,
        .service-card,
        .offered-card,
        .product-card,
        .blog-card,
        .testimonial-card,
        .stat-card,
        .need-main,
        .need-signals,
        .ai-brief,
        .ai-node-card,
        .journey-step,
        .usp-point,
        .integration-card,
        .faq-item,
        .footer-brand,
        .footer-newsletter {
            border-color: rgba(153, 178, 224, 0.28);
            box-shadow: 0 14px 28px rgba(1, 8, 22, 0.22);
        }

        .hero-content,
        .hero-card,
        .need-impact-surface,
        .ai-ecosystem-surface,
        .journey-surface,
        .usp-wrap,
        .stats-wrap,
        .faq-panel,
        .contact-panel {
            box-shadow: 0 24px 52px rgba(1, 8, 22, 0.34);
        }

        .services-grid,
        .services-offered-grid,
        .products-grid,
        .testimonials-grid,
        .stats-grid,
        .ai-stream,
        .need-signals,
        .journey-flow {
            gap: 0.86rem;
        }

        /* Header + first section v2 */
        body.light-mode-ui {
            background:
                radial-gradient(circle at 80% -20%, rgba(35, 184, 255, 0.12), transparent 45%),
                radial-gradient(circle at 15% 90%, rgba(56, 211, 159, 0.1), transparent 42%),
                linear-gradient(180deg, #f7fbff, #eef5ff);
            color: #0f172a;
        }

        body.light-mode-ui .site-header.site-header-light {
            background: rgba(255, 255, 255, 0.96);
            border-bottom: 1px solid rgba(16, 24, 40, 0.06);
            backdrop-filter: blur(20px);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        }

        body.light-mode-ui .site-header-light .brand:hover .brand-name {
            color: #0369a1;
        }

        body.light-mode-ui .site-header-light .brand-name {
            color: #0a1224;
            font-weight: 700;
        }

        body.light-mode-ui .site-header-light .brand-sub {
            color: #64748b;
            font-weight: 500;
        }

        body.light-mode-ui .site-header-light .brand-mark {
            filter: none;
        }

        body.light-mode-ui main,
        body.light-mode-ui .site-footer {
            filter: invert(1) hue-rotate(180deg);
        }

        /* Landing page: no invert – use explicit light-mode styles instead */
        body.light-mode-ui.page-landing main {
            filter: none;
        }

        body.light-mode-ui .blog-media img,

        body.light-mode-ui .ai-node-graphic {
            filter: invert(1) hue-rotate(180deg) saturate(1.12) contrast(1.08);
        }

        body.light-mode-ui .site-header-light .nav-link,
        body.light-mode-ui .site-header-light .drop-btn {
            color: #2b3a58;
            font-weight: 600;
        }

        body.light-mode-ui .site-header-light .nav-link:hover,
        body.light-mode-ui .site-header-light .drop-btn:hover,
        body.light-mode-ui .site-header-light .drop-btn[aria-expanded="true"] {
            color: #0a1224;
            background: rgba(13, 33, 67, 0.08);
        }

        body.light-mode-ui .site-header-light .drop-menu,
        body.light-mode-ui .drop-menu {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
            border-color: rgba(15, 23, 42, 0.12);
            box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
        }

        body.light-mode-ui .site-header-light .drop-menu a,
        body.light-mode-ui .drop-menu a {
            color: #243450;
        }

        body.light-mode-ui .site-header-light .mega-menu-head {
            border-bottom-color: rgba(15, 23, 42, 0.08);
        }

        body.light-mode-ui .site-header-light .mega-menu-head strong,
        body.light-mode-ui .site-header-light .mega-menu-title {
            color: #091326;
        }

        body.light-mode-ui .site-header-light .mega-menu-head span,
        body.light-mode-ui .site-header-light .mega-menu-desc {
            color: #58708f;
        }

        body.light-mode-ui .site-header-light .mega-menu-meta {
            color: #0b87dc;
        }

        body.light-mode-ui .site-header-light .mega-menu a.mega-menu-card,
        body.light-mode-ui .mega-menu a.mega-menu-card {
            background: rgba(255, 255, 255, 0.74);
            border-color: rgba(15, 23, 42, 0.06);
        }

        body.light-mode-ui .site-header-light .mega-menu a.mega-menu-card:hover,
        body.light-mode-ui .mega-menu a.mega-menu-card:hover {
            background: #ffffff;
            border-color: rgba(14, 165, 233, 0.18);
            box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
        }

        body.light-mode-ui .site-header-light .mega-menu-thumb,
        body.light-mode-ui .mega-menu-thumb {
            border-color: rgba(15, 23, 42, 0.08);
            background:
                radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 52%),
                linear-gradient(145deg, rgba(245, 249, 255, 0.98), rgba(233, 241, 252, 0.98));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
        }

        body.light-mode-ui .site-header-light .mega-menu-thumb img,
        body.light-mode-ui .mega-menu-thumb img {
            filter: invert(1) hue-rotate(180deg) saturate(1.06) contrast(0.96);
        }

        body.light-mode-ui .site-header-light .btn-ghost {
            border-color: rgba(15, 23, 42, 0.14);
            color: #0b1327;
            background: #ffffff;
        }

        body.light-mode-ui .site-header-light .btn-primary {
            background: #0a0f1d;
            color: #ffffff;
            box-shadow: none;
        }

        body.light-mode-ui .site-header-light .btn-primary:hover {
            background: #161f36;
        }

        body.light-mode-ui .site-header-light .theme-toggle {
            border-color: rgba(15, 23, 42, 0.14);
            background: #ffffff;
            color: #0b1327;
        }

        body.light-mode-ui .site-header-light .theme-toggle:hover {
            border-color: rgba(15, 23, 42, 0.24);
            background: #f5f9ff;
        }

        .hero-v2 {
            padding: 4rem 0 5rem;
            position: relative;
            overflow: hidden;
        }

        .hero-v2-surface {
            position: relative;
            isolation: isolate;
            border-radius: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
            padding: 1.4rem 0 1.1rem;
            overflow: visible;
        }

        .hero-v2-surface::before,
        .hero-v2-surface::after {
            content: "";
            position: absolute;
            pointer-events: none;
            z-index: 0;
            border-radius: 50%;
            filter: blur(22px);
            opacity: 0.5;
        }

        .hero-v2-surface::before {
            width: 520px;
            height: 420px;
            left: -210px;
            top: -150px;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.32), rgba(56, 189, 248, 0.1) 34%, transparent 68%);
            animation: heroBlobA 12s ease-in-out infinite alternate;
        }

        .hero-v2-surface::after {
            width: 560px;
            height: 420px;
            right: -230px;
            top: 18%;
            background: radial-gradient(circle, rgba(168, 85, 247, 0.24), rgba(56, 189, 248, 0.08) 42%, transparent 70%);
            animation: heroBlobB 15s ease-in-out infinite alternate;
        }

        .hero-v2-head,
        .hero-v2-flow,
        .hero-v2-cards {
            position: relative;
            z-index: 1;
        }

        .hero-v2-head {
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .hero-v2-chip {
            display: inline-block;
            padding: 0.25rem 0.62rem;
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.48);
            background: rgba(56, 189, 248, 0.14);
            color: #d6f3ff;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            margin-bottom: 0.7rem;
        }

        .hero-v2-head h1 {
            margin: 0;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: clamp(2rem, 4.1vw, 3.75rem);
            line-height: 1.12;
            letter-spacing: -0.03em;
            color: #f4f8ff;
            text-wrap: balance;
        }

        .headline-highlight {
            position: relative;
            display: inline-block;
            padding: 0 0.16em;
            border-radius: 0.32em;
            color: #e8fbff;
            background: linear-gradient(115deg, rgba(56, 189, 248, 0.3), rgba(125, 211, 252, 0.12));
            box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12), 0 6px 18px rgba(56, 189, 248, 0.18);
            white-space: nowrap;
        }

        .headline-highlight::after {
            content: "";
            position: absolute;
            left: 0.2em;
            right: 0.2em;
            bottom: 0.06em;
            height: 1px;
            background: rgba(186, 230, 253, 0.8);
            opacity: 0.62;
        }

        .headline-highlight-alt {
            background: linear-gradient(115deg, rgba(167, 139, 250, 0.28), rgba(56, 189, 248, 0.14));
            box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.11), 0 6px 18px rgba(125, 211, 252, 0.2);
        }

        .headline-highlight-light {
            color: #0f172a;
            background: linear-gradient(115deg, rgba(56, 189, 248, 0.2), rgba(186, 230, 253, 0.42));
            box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.1), 0 6px 14px rgba(14, 165, 233, 0.14);
        }

        .headline-highlight-light::after {
            background: rgba(14, 116, 144, 0.55);
            opacity: 0.56;
        }

        .hero-v2-head p {
            margin: 0.62rem auto 0;
            max-width: 52ch;
            color: #b6c7e8;
            font-size: 0.96rem;
            line-height: 1.52;
        }

        .hero-v2-actions {
            margin-top: 1rem;
            display: flex;
            justify-content: center;
            gap: 0.65rem;
            flex-wrap: wrap;
        }

        .hero-v2 .btn-ghost {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(164, 188, 234, 0.38);
            color: #dce9ff;
        }

        .hero-v2-flow {
            margin: 1.35rem auto 1rem;
            max-width: 920px;
            min-height: 184px;
            padding: 16px 18px 18px;
            border-radius: 18px;
            border: 1px solid rgba(154, 176, 222, 0.18);
            background:
                radial-gradient(circle at 18% 22%, rgba(56, 189, 248, 0.14), transparent 28%),
                radial-gradient(circle at 82% 72%, rgba(167, 139, 250, 0.12), transparent 32%),
                linear-gradient(180deg, rgba(10, 20, 39, 0.8), rgba(6, 12, 25, 0.94));
            position: relative;
            overflow: hidden;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 18px 36px rgba(2, 10, 22, 0.18);
        }

        .hero-v2-flow::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
                linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
            background-size: 56px 100%, 100% 28px;
            opacity: 0.14;
        }

        .hero-v2-flow::after {
            content: "";
            position: absolute;
            inset: -12% -18%;
            background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.16), transparent);
            transform: translateX(-100%);
            animation: heroScan 6.4s ease-in-out infinite;
        }

        .hero-v2-story {
            position: relative;
            inset: auto;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 1.15fr minmax(0, 1fr);
            gap: 0.9rem;
            align-items: stretch;
            z-index: 2;
        }

        .hero-v2-story-group {
            display: grid;
            grid-template-rows: auto 1fr auto;
            gap: 0.48rem;
            align-content: start;
            padding: 0.78rem 0.82rem 0.72rem;
            min-height: 124px;
            border-radius: 14px;
            border: 1px solid rgba(125, 211, 252, 0.16);
            background: linear-gradient(180deg, rgba(16, 31, 58, 0.86), rgba(8, 18, 35, 0.92));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .hero-v2-story-group-output {
            border-color: rgba(167, 139, 250, 0.16);
            background: linear-gradient(180deg, rgba(24, 29, 58, 0.88), rgba(10, 18, 36, 0.94));
        }

        .hero-v2-story-caption {
            display: inline-flex;
            align-items: center;
            align-self: flex-start;
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.24);
            background: rgba(56, 189, 248, 0.1);
            color: #dff6ff;
            font-size: 0.62rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.12rem 0.42rem;
        }

        .hero-v2-story-stack {
            display: grid;
            gap: 0.42rem;
        }

        .hero-v2-story-pill {
            display: flex;
            align-items: center;
            gap: 0.42rem;
            min-height: 32px;
            padding: 0.42rem 0.56rem;
            border-radius: 11px;
            border: 1px solid rgba(125, 211, 252, 0.16);
            background: linear-gradient(180deg, rgba(16, 31, 58, 0.86), rgba(8, 18, 35, 0.92));
            color: #e6f7ff;
            font-size: 0.78rem;
            font-weight: 600;
            line-height: 1.2;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .hero-v2-story-pill .ui-icon {
            margin: 0;
            font-size: 0.86rem;
            line-height: 1;
            color: #67e8f9;
        }

        .hero-v2-story-pill-output {
            border-color: rgba(167, 139, 250, 0.18);
            background: linear-gradient(180deg, rgba(25, 29, 59, 0.88), rgba(11, 18, 38, 0.94));
        }

        .hero-v2-story-pill-output .ui-icon {
            color: #c4b5fd;
        }

        .hero-v2-story-core {
            position: relative;
            padding: 0.9rem 1rem 0.82rem;
            min-height: 124px;
            border-radius: 14px;
            border: 1px solid rgba(125, 211, 252, 0.2);
            background: linear-gradient(180deg, rgba(19, 35, 64, 0.92), rgba(10, 20, 38, 0.96));
            box-shadow: 0 12px 28px rgba(2, 10, 22, 0.28);
            text-align: center;
            display: grid;
            align-content: start;
            justify-items: center;
        }

        .hero-v2-story-core-badge {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(140deg, #22d3ee, #3b82f6);
            color: #ffffff;
            box-shadow: 0 0 0 10px rgba(34, 211, 238, 0.08), 0 0 30px rgba(56, 189, 248, 0.34);
            margin-bottom: 0.46rem;
        }

        .hero-v2-story-core-badge .ui-icon {
            margin: 0;
            font-size: 1.25rem;
            line-height: 1;
        }

        .hero-v2-story-core strong {
            display: block;
            color: #f5fbff;
            font-size: 1.02rem;
            line-height: 1.15;
            letter-spacing: -0.01em;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .hero-v2-story-core p {
            margin: 0.36rem 0 0;
            color: #b9cdef;
            font-size: 0.78rem;
            line-height: 1.45;
        }

        .hero-v2-story-core-tags {
            margin-top: auto;
            width: 100%;
            padding-top: 0.56rem;
            border-top: 1px solid rgba(125, 211, 252, 0.12);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.35rem;
        }

        .hero-v2-story-core-tags span {
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.16);
            background: rgba(56, 189, 248, 0.1);
            color: #dff7ff;
            font-size: 0.61rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.12rem 0.38rem;
        }

        .hero-v2-story-footer {
            margin-top: 0.12rem;
            padding-top: 0.46rem;
            border-top: 1px solid rgba(125, 211, 252, 0.12);
            display: flex;
            flex-wrap: wrap;
            gap: 0.34rem;
        }

        .hero-v2-story-group-output .hero-v2-story-footer {
            border-top-color: rgba(167, 139, 250, 0.12);
        }

        .hero-v2-story-footer-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.28rem;
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.16);
            background: rgba(56, 189, 248, 0.1);
            color: #dff7ff;
            font-size: 0.56rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.12rem 0.34rem;
        }

        .hero-v2-story-footer-badge .ui-icon {
            margin: 0;
            font-size: 0.72rem;
            line-height: 1;
            color: #67e8f9;
        }

        .hero-v2-story-group-output .hero-v2-story-footer-badge {
            border-color: rgba(167, 139, 250, 0.16);
            background: rgba(167, 139, 250, 0.1);
        }

        .hero-v2-story-group-output .hero-v2-story-footer-badge .ui-icon {
            color: #c4b5fd;
        }

        .hero-v2-story-link {
            position: absolute;
            top: 63px;
            width: 112px;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.5), transparent);
            z-index: 1;
        }

        .hero-v2-story-link-left {
            left: calc(50% - 174px);
        }

        .hero-v2-story-link-right {
            right: calc(50% - 174px);
        }

        .hero-v2-story-pulse {
            position: absolute;
            top: 59px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #67e8f9;
            box-shadow: 0 0 16px rgba(103, 232, 249, 0.7);
            z-index: 2;
        }

        .hero-v2-story-pulse-left {
            left: calc(50% - 174px);
            animation: heroStoryPulseLeft 3.8s ease-in-out infinite;
        }

        .hero-v2-story-pulse-right {
            right: calc(50% - 174px);
            background: #a78bfa;
            box-shadow: 0 0 16px rgba(167, 139, 250, 0.7);
            animation: heroStoryPulseRight 3.8s ease-in-out infinite 0.9s;
        }

        .hero-v2-story-track {
            position: absolute;
            left: 18px;
            right: 18px;
            bottom: 10px;
            height: 24px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            align-items: center;
            gap: 0.36rem;
            z-index: 2;
        }

        .hero-v2-story-track::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 2px;
            border-radius: 999px;
            transform: translateY(-50%);
            background: linear-gradient(90deg, rgba(103, 232, 249, 0.1), rgba(56, 189, 248, 0.32), rgba(167, 139, 250, 0.26), rgba(103, 232, 249, 0.1));
        }

        .hero-v2-story-track::after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 54px;
            height: 8px;
            border-radius: 999px;
            transform: translateY(-50%);
            background: linear-gradient(90deg, rgba(103, 232, 249, 0), rgba(103, 232, 249, 0.88), rgba(167, 139, 250, 0));
            animation: heroStoryTrackSweep 5.2s linear infinite;
        }

        .hero-v2-story-track span {
            position: relative;
            justify-self: center;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, 0.14);
            background: rgba(9, 18, 35, 0.76);
            color: #d8eefc;
            font-size: 0.58rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.08rem 0.36rem;
        }

        .hero-v2-flow-panel {
            position: absolute;
            top: 16px;
            width: 188px;
            padding: 0.62rem 0.72rem 0.7rem;
            border-radius: 12px;
            border: 1px solid rgba(125, 211, 252, 0.16);
            background: linear-gradient(180deg, rgba(16, 31, 58, 0.92), rgba(8, 18, 35, 0.95));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
            z-index: 1;
        }

        .hero-v2-flow-panel-code {
            left: 28px;
            animation: heroPanelFloat 6.2s ease-in-out infinite;
        }

        .hero-v2-flow-panel-medical {
            right: 28px;
            animation: heroPanelFloat 6.2s ease-in-out infinite 1.5s;
        }

        .hero-v2-flow-label {
            display: inline-flex;
            align-items: center;
            gap: 0.34rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.24);
            background: rgba(56, 189, 248, 0.12);
            color: #d6f6ff;
            font-size: 0.62rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.12rem 0.44rem;
        }

        .hero-v2-flow-label::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #67e8f9;
            box-shadow: 0 0 10px rgba(103, 232, 249, 0.75);
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-label {
            border-color: rgba(167, 139, 250, 0.22);
            background: rgba(167, 139, 250, 0.12);
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-label::before {
            background: #a78bfa;
            box-shadow: 0 0 10px rgba(167, 139, 250, 0.7);
        }

        .hero-v2-flow-lines {
            margin-top: 0.62rem;
            display: grid;
            gap: 0.4rem;
        }

        .hero-v2-flow-lines span {
            display: block;
            height: 5px;
            border-radius: 999px;
            background: linear-gradient(90deg, rgba(103, 232, 249, 0.92), rgba(56, 189, 248, 0.34));
            transform-origin: left center;
            animation: heroCodeSwipe 3.4s ease-in-out infinite;
        }

        .hero-v2-flow-lines span:nth-child(1) {
            width: 74%;
        }

        .hero-v2-flow-lines span:nth-child(2) {
            width: 56%;
            animation-delay: 0.35s;
        }

        .hero-v2-flow-lines span:nth-child(3) {
            width: 84%;
            animation-delay: 0.7s;
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-lines span {
            background: linear-gradient(90deg, rgba(125, 211, 252, 0.38), rgba(167, 139, 250, 0.56));
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-lines span:nth-child(1) {
            width: 42%;
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-lines span:nth-child(2) {
            width: 82%;
        }

        .hero-v2-flow-panel-medical .hero-v2-flow-lines span:nth-child(3) {
            width: 64%;
        }

        .hero-v2-flow-core {
            position: absolute;
            left: 50%;
            top: 14px;
            transform: translateX(-50%);
            width: 112px;
            display: grid;
            justify-items: center;
            gap: 0.42rem;
            z-index: 2;
        }

        .hero-v2-flow-core-badge {
            position: relative;
            width: 54px;
            height: 54px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(140deg, #22d3ee, #3b82f6);
            color: #ffffff;
            box-shadow: 0 0 0 10px rgba(34, 211, 238, 0.08), 0 0 30px rgba(56, 189, 248, 0.34);
        }

        .hero-v2-flow-core-badge::before {
            content: "";
            position: absolute;
            inset: -12px;
            border-radius: 24px;
            border: 1px solid rgba(125, 211, 252, 0.24);
            animation: heroCorePulse 2.8s ease-out infinite;
        }

        .hero-v2-flow-core-badge .ui-icon {
            margin: 0;
            font-size: 1.3rem;
            line-height: 1;
        }

        .hero-v2-flow-core-text {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            border: 1px solid rgba(125, 211, 252, 0.18);
            background: rgba(9, 18, 35, 0.72);
            color: #dff7ff;
            font-size: 0.62rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-family: var(--mono);
            padding: 0.14rem 0.46rem;
        }

        .hero-v2-flow-connector {
            position: absolute;
            top: 43px;
            width: 116px;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.42), transparent);
            animation: heroConnectorPulse 2.8s ease-in-out infinite;
            z-index: 1;
        }

        .hero-v2-flow-connector-left {
            left: calc(50% - 168px);
        }

        .hero-v2-flow-connector-right {
            right: calc(50% - 168px);
        }

        .hero-v2-flow-ecg {
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 10px;
            height: 44px;
            z-index: 1;
        }

        .hero-v2-flow-ecg svg {
            width: 100%;
            height: 100%;
            display: block;
        }

        .hero-v2-flow-ecg-base {
            fill: none;
            stroke: rgba(148, 163, 184, 0.18);
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .hero-v2-flow-ecg-line {
            fill: none;
            stroke: #67e8f9;
            stroke-width: 3;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 220 520;
            filter: drop-shadow(0 0 6px rgba(103, 232, 249, 0.55));
            animation: heroEcgPulse 5.6s linear infinite;
        }

        .hero-v2-cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.85rem;
            margin-top: 0.5rem;
        }

        .hero-v2-card {
            position: relative;
            border: 0;
            border-top: 1px solid rgba(153, 178, 224, 0.26);
            border-radius: 0;
            background: transparent;
            padding: 0.65rem 0.3rem 0.25rem;
            min-height: 120px;
            overflow: visible;
            transition: transform 0.28s ease, border-color 0.28s ease;
            animation: heroCardRise 0.8s ease both;
        }

        .hero-v2-card:nth-child(2) {
            animation-delay: 0.08s;
            border-left: 1px solid rgba(153, 178, 224, 0.16);
            padding-left: 0.85rem;
        }

        .hero-v2-card:nth-child(3) {
            animation-delay: 0.16s;
            border-left: 1px solid rgba(153, 178, 224, 0.16);
            padding-left: 0.85rem;
        }

        .hero-v2-card:hover {
            transform: translateY(-2px);
            border-top-color: rgba(125, 211, 252, 0.45);
        }

        .hero-v2-card-tag {
            display: inline-block;
            border: 1px solid rgba(125, 211, 252, 0.38);
            background: rgba(56, 189, 248, 0.12);
            color: #d6f3ff;
            border-radius: 999px;
            padding: 0.16rem 0.5rem;
            font-size: 0.72rem;
            font-family: var(--mono);
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 0.45rem;
        }

        .hero-v2-card-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.55rem;
        }

        .hero-v2-icon {
            width: 32px;
            height: 32px;
            border-radius: 10px;
            background: linear-gradient(130deg, rgba(34, 211, 238, 0.9), rgba(56, 189, 248, 0.9));
            box-shadow: 0 0 18px rgba(56, 189, 248, 0.42);
            position: relative;
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #05243c;
            font-size: 1.08rem;
            border: 1px solid rgba(255, 255, 255, 0.16);
        }

        .hero-v2-icon::after {
            content: "";
            position: absolute;
            inset: 1px;
            border-radius: 9px;
            border: 1px solid rgba(255, 255, 255, 0.28);
            pointer-events: none;
        }

        .hero-v2-icon .ui-icon {
            margin: 0;
            line-height: 1;
            position: relative;
            z-index: 1;
        }

        .hero-v2-card h3 {
            margin: 0;
            color: #ecf6ff;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 0.96rem;
            line-height: 1.3;
        }

        .hero-v2-kpi {
            margin: 0.46rem 0 0;
            display: flex;
            align-items: baseline;
            gap: 0.45rem;
            flex-wrap: wrap;
        }

        .hero-v2-kpi strong {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 1.28rem;
            color: #f2f9ff;
            line-height: 1;
            letter-spacing: -0.02em;
        }

        .hero-v2-kpi span {
            color: #9fd9ff;
            font-size: 0.79rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .hero-v2-subline {
            margin-top: 0.38rem;
            color: #b8cbeb;
            font-size: 0.84rem;
            line-height: 1.45;
        }

        .hero-v2-bar {
            margin-top: 0.62rem;
            height: 4px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.15);
            overflow: hidden;
        }

        .hero-v2-bar span {
            display: block;
            height: 100%;
            width: var(--w, 60%);
            border-radius: inherit;
            background: linear-gradient(90deg, #67e8f9, #38bdf8, #a78bfa);
            box-shadow: 0 0 14px rgba(56, 189, 248, 0.45);
            animation: heroBarPulse 2.4s ease-in-out infinite;
        }

        .hero-v2-pulse {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
        }

        .hero-v2-pulse span {
            position: absolute;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: rgba(125, 211, 252, 0.6);
            box-shadow: 0 0 18px rgba(56, 189, 248, 0.7);
            animation: heroPulseDot 5.5s ease-in-out infinite;
        }

        .hero-v2-pulse span:nth-child(1) {
            left: 15%;
            top: 26%;
            animation-delay: 0.2s;
        }

        .hero-v2-pulse span:nth-child(2) {
            left: 54%;
            top: 18%;
            animation-delay: 1.4s;
            background: rgba(167, 139, 250, 0.62);
            box-shadow: 0 0 18px rgba(167, 139, 250, 0.7);
        }

        .hero-v2-pulse span:nth-child(3) {
            right: 18%;
            top: 43%;
            animation-delay: 2.5s;
        }

        @keyframes heroBlobA {
            0% { transform: translate3d(0, 0, 0) scale(1); }
            100% { transform: translate3d(24px, 20px, 0) scale(1.08); }
        }

        @keyframes heroBlobB {
            0% { transform: translate3d(0, 0, 0) scale(1); }
            100% { transform: translate3d(-26px, -18px, 0) scale(1.06); }
        }

        @keyframes heroLineMove {
            0% { transform: translate(-2%, -50%); }
            50% { transform: translate(2%, -50%); }
            100% { transform: translate(-2%, -50%); }
        }

        @keyframes heroScan {
            0% { transform: translateX(-120%); }
            55% { transform: translateX(120%); }
            100% { transform: translateX(120%); }
        }

        @keyframes heroStoryPulseLeft {
            0% { transform: translateX(0) scale(0.75); opacity: 0; }
            15% { opacity: 1; }
            80% { opacity: 1; }
            100% { transform: translateX(112px) scale(1); opacity: 0; }
        }

        @keyframes heroStoryPulseRight {
            0% { transform: translateX(0) scale(0.75); opacity: 0; }
            15% { opacity: 1; }
            80% { opacity: 1; }
            100% { transform: translateX(-112px) scale(1); opacity: 0; }
        }

        @keyframes heroStoryTrackSweep {
            0% { transform: translate(0, -50%); opacity: 0; }
            10% { opacity: 1; }
            85% { opacity: 1; }
            100% { transform: translate(calc(100% + 24px), -50%); opacity: 0; }
        }

        @keyframes heroPanelFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-3px); }
        }

        @keyframes heroCodeSwipe {
            0%, 100% { transform: scaleX(0.72); opacity: 0.58; }
            45% { transform: scaleX(1); opacity: 1; }
            70% { transform: scaleX(0.88); opacity: 0.82; }
        }

        @keyframes heroCorePulse {
            0% { transform: scale(0.88); opacity: 0.64; }
            72% { transform: scale(1.18); opacity: 0; }
            100% { transform: scale(1.18); opacity: 0; }
        }

        @keyframes heroConnectorPulse {
            0%, 100% { opacity: 0.32; }
            50% { opacity: 0.9; }
        }

        @keyframes heroEcgPulse {
            from { stroke-dashoffset: 0; }
            to { stroke-dashoffset: -740; }
        }

        @keyframes heroCardRise {
            from { opacity: 0; transform: translateY(14px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes heroBarPulse {
            0%, 100% { opacity: 0.86; }
            50% { opacity: 1; }
        }

        @keyframes heroPulseDot {
            0%, 100% { transform: scale(0.8); opacity: 0.28; }
            45% { transform: scale(1.25); opacity: 1; }
            70% { transform: scale(0.95); opacity: 0.62; }
        }

        @media (max-width: 1100px) {
            .hero-grid,
            .footer-main {
                grid-template-columns: 1fr;
            }

            .nav {
                display: none;
            }

            .nav-toggle {
                display: flex;
            }

            .mobile-menu {
                display: block;
            }

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

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

            .footer-accreditations {
                gap: 0.75rem 1rem;
            }

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

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

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

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

            .stats-head {
                grid-template-columns: 1fr;
            }

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

            .integrations-orbit-head {
                grid-template-columns: 1fr;
            }

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

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

            .ai-brief {
                position: static;
            }

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

            .ai-node-graphic {
                aspect-ratio: 20 / 10;
            }

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

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

            .hero-v2-surface::before,
            .hero-v2-surface::after {
                width: 180px;
                height: 180px;
                opacity: 0.35;
            }

            .hero-v2-surface::before {
                left: -80px;
                top: -60px;
            }

            .hero-v2-surface::after {
                right: -90px;
            }

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

            .hero-v2-flow {
                min-height: 176px;
                padding: 14px 14px 16px;
            }

            .hero-v2-story {
                position: relative;
                inset: auto;
                grid-template-columns: 0.95fr 1.08fr 0.95fr;
                gap: 0.7rem;
            }

            .hero-v2-story-group {
                min-height: 118px;
                padding: 0.68rem 0.72rem 0.64rem;
            }

            .hero-v2-story-pill {
                min-height: 30px;
                font-size: 0.73rem;
                padding: 0.38rem 0.48rem;
            }

            .hero-v2-story-core {
                padding: 0.82rem 0.88rem 0.74rem;
            }

            .hero-v2-story-core strong {
                font-size: 0.96rem;
            }

            .hero-v2-story-core p {
                font-size: 0.72rem;
            }

            .hero-v2-story-footer-badge {
                font-size: 0.52rem;
            }

            .hero-v2-story-link {
                top: 61px;
                width: 88px;
            }

            .hero-v2-story-link-left {
                left: calc(50% - 148px);
            }

            .hero-v2-story-link-right {
                right: calc(50% - 148px);
            }

            .hero-v2-story-pulse {
                top: 57px;
            }

            .hero-v2-story-pulse-left {
                left: calc(50% - 148px);
            }

            .hero-v2-story-pulse-right {
                right: calc(50% - 148px);
            }

            .hero-v2-story-track {
                left: 14px;
                right: 14px;
            }

            .hero-v2-flow-panel {
                width: 164px;
                top: 14px;
                padding: 0.55rem 0.62rem 0.6rem;
            }

            .hero-v2-flow-panel-code {
                left: 18px;
            }

            .hero-v2-flow-panel-medical {
                right: 18px;
            }

            .hero-v2-flow-core {
                top: 12px;
                width: 96px;
            }

            .hero-v2-flow-core-badge {
                width: 46px;
                height: 46px;
                border-radius: 14px;
            }

            .hero-v2-flow-connector {
                width: 92px;
                top: 37px;
            }

            .hero-v2-flow-connector-left {
                left: calc(50% - 136px);
            }

            .hero-v2-flow-connector-right {
                right: calc(50% - 136px);
            }

            .hero-v2-flow-ecg {
                left: 16px;
                right: 16px;
                height: 40px;
            }

            .hero-v2-card:nth-child(2),
            .hero-v2-card:nth-child(3) {
                border-left: 0;
                padding-left: 0.3rem;
            }

            .journey-flow::before {
                display: none;
            }

            .journey-strip {
                height: 72px;
            }
        }

        @media (max-width: 760px) {
            .site-header {
                border-bottom-width: 1px;
            }

            .header-wrap {
                display: grid;
                grid-template-columns: auto 1fr auto;
                align-items: center;
                gap: 0.5rem;
                padding: 0.9rem 0;
            }

            .header-wrap .nav-toggle {
                justify-self: start;
            }

            .header-wrap .brand {
                justify-self: center;
            }

            .header-wrap .header-actions {
                justify-self: end;
                display: flex;
                margin-left: 0;
            }

            .header-actions .btn-get-started {
                display: none;
            }

            .header-actions .btn-login {
                padding: 0.5rem 0.9rem;
                font-size: 0.88rem;
            }

            .header-actions .theme-toggle {
                width: 38px;
                height: 38px;
            }

            .brand-mark {
                width: 72px;
                height: 72px;
            }

            .brand.brand-logo-only .brand-mark {
                width: 72px;
                height: 72px;
            }

            .brand-name {
                font-size: 1.05rem;
            }

            .brand-sub {
                font-size: 0.7rem;
            }

            .container {
                width: min(var(--max), calc(100% - 1.5rem));
            }

            .footer-top-card {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }

            .footer-top-card .btn {
                width: 100%;
            }

            .footer-main {
                gap: 1.25rem;
            }

            .footer-brand {
                padding: 1rem;
                max-width: none;
            }

            .footer-badges {
                flex-wrap: wrap;
                justify-content: center;
                gap: 0.5rem;
            }

            .footer-links {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1.25rem 1.5rem;
            }

            .footer-col {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 0.35rem 0.75rem;
            }

            .footer-col h4 {
                grid-column: 1 / -1;
                margin-bottom: 0.25rem;
            }

            .footer-col a {
                word-break: break-word;
                font-size: 0.85rem;
                margin-top: 0;
            }

            .footer-col h4 {
                font-size: 0.9rem;
            }

            .footer-newsletter-form,
            .newsletter-form {
                flex-direction: column;
            }

            .footer-newsletter-form input,
            .newsletter-form input {
                width: 100%;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 0.75rem;
            }

            .footer-legal {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 0.5rem 1rem;
                justify-items: center;
            }

            .footer-legal span {
                grid-column: 1 / -1;
            }

            .hero {
                padding-top: 4.4rem;
            }

            .hero-content {
                padding: 1rem;
            }

            .tech-strip,
            .hero-metrics,
            .pipeline-grid,
            .testimonials-grid,
            .services-grid,
            .stats-grid,
            .need-impact-layout,
            .ai-ecosystem-layout,
            .journey-flow {
                grid-template-columns: 1fr;
            }

            .ai-node-visual {
                padding: 0.34rem;
            }

            .ai-node-graphic {
                aspect-ratio: 16 / 10;
            }

            .integrations-orbit-stage {
                min-height: auto;
                padding: 0.8rem;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.65rem;
            }

            .orbit-lines {
                display: none;
            }

            .orbit-rings {
                display: none;
            }

            .integrations-core,
            .integration-card {
                position: static;
                left: auto;
                top: auto;
                transform: none;
                width: 100%;
                animation: none;
            }

            .integrations-core {
                grid-column: 1 / -1;
            }

            .integration-card:hover {
                transform: translateY(-2px);
            }

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

            .blogs-scroll-card {
                width: min(300px, calc(100vw - 3rem));
            }

            .stats-kpi-strip,
            .stats-grid {
                grid-template-columns: 1fr;
            }

            .usp-metrics {
                grid-template-columns: 1fr;
            }

            .journey-metrics {
                grid-template-columns: 1fr;
            }

            .hero-v2 {
                padding-top: 2.2rem;
            }

            .hero-v2-flow {
                height: auto;
                min-height: 0;
                border-radius: 14px;
                padding: 0.82rem 0.72rem;
            }

            .hero-v2-story {
                position: relative;
                inset: auto;
                grid-template-columns: 1fr;
                gap: 0.58rem;
            }

            .hero-v2-story-core {
                order: -1;
                padding: 0.78rem 0.82rem 0.72rem;
            }

            .hero-v2-story-core strong {
                font-size: 0.94rem;
            }

            .hero-v2-story-core p {
                font-size: 0.72rem;
            }

            .hero-v2-story-group {
                gap: 0.34rem;
                padding: 0.62rem 0.68rem 0.6rem;
                min-height: auto;
            }

            .hero-v2-story-stack {
                display: flex;
                flex-wrap: wrap;
                gap: 0.34rem;
            }

            .hero-v2-story-pill {
                min-height: auto;
                font-size: 0.68rem;
                padding: 0.32rem 0.42rem;
            }

            .hero-v2-story-pill .ui-icon {
                font-size: 0.76rem;
            }

            .hero-v2-story-footer {
                padding-top: 0.34rem;
                gap: 0.28rem;
            }

            .hero-v2-story-footer-badge {
                font-size: 0.5rem;
                padding: 0.08rem 0.22rem;
            }

            .hero-v2-story-footer-badge .ui-icon {
                font-size: 0.64rem;
            }

            .hero-v2-story-caption {
                font-size: 0.54rem;
                padding: 0.1rem 0.34rem;
            }

            .hero-v2-story-link,
            .hero-v2-story-pulse {
                display: none;
            }

            .hero-v2-story-track {
                left: 10px;
                right: 10px;
                bottom: 8px;
                height: 22px;
            }

            .hero-v2-story-track span {
                font-size: 0.52rem;
                padding: 0.06rem 0.22rem;
            }

            .hero-v2-flow-panel {
                width: 114px;
                top: 10px;
                padding: 0.42rem 0.48rem 0.46rem;
            }

            .hero-v2-flow-label {
                font-size: 0.52rem;
                padding: 0.1rem 0.34rem;
            }

            .hero-v2-flow-label::before {
                width: 5px;
                height: 5px;
            }

            .hero-v2-flow-lines {
                margin-top: 0.42rem;
                gap: 0.28rem;
            }

            .hero-v2-flow-lines span {
                height: 4px;
            }

            .hero-v2-flow-core {
                top: 9px;
                width: 82px;
                gap: 0.28rem;
            }

            .hero-v2-flow-core-badge {
                width: 40px;
                height: 40px;
                border-radius: 12px;
            }

            .hero-v2-flow-core-badge .ui-icon {
                font-size: 1.08rem;
            }

            .hero-v2-flow-core-text {
                font-size: 0.54rem;
                padding: 0.1rem 0.34rem;
            }

            .hero-v2-flow-connector {
                width: 52px;
                top: 28px;
            }

            .hero-v2-flow-connector-left {
                left: calc(50% - 82px);
            }

            .hero-v2-flow-connector-right {
                right: calc(50% - 82px);
            }

            .hero-v2-flow-ecg {
                left: 12px;
                right: 12px;
                bottom: 8px;
                height: 32px;
            }

            .footer-links,
            .newsletter-form {
                grid-template-columns: 1fr;
            }

            .footer-accreditations {
                gap: 0.75rem 1rem;
            }

            .newsletter-form {
                display: grid;
            }

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

            .need-signal-graphic {
                aspect-ratio: 16 / 7;
            }
        }

        /* Landing page sections (product pages, /products/*) */
        .landing-section-title {
            font-size: clamp(1.35rem, 3vw, 1.85rem);
            font-weight: 700;
            text-align: center;
            margin: 0 0 2rem;
            color: var(--text-main);
        }

        /* Landing page – Light mode (no invert, explicit styles) */
        body.light-mode-ui.page-landing .landing-section-title {
            color: #0f172a;
        }
        body.light-mode-ui.page-landing .landing-intro-content h1 {
            color: #0f172a;
        }
        body.light-mode-ui.page-landing .landing-intro-content h1 .headline-highlight {
            color: #0369a1;
            background: linear-gradient(115deg, rgba(14, 165, 233, 0.25), rgba(56, 189, 248, 0.15));
        }
        body.light-mode-ui.page-landing .landing-intro-content p {
            color: #475569;
        }
        body.light-mode-ui.page-landing .landing-features-section {
            background: rgba(241, 248, 255, 0.9);
        }
        body.light-mode-ui.page-landing .landing-feature-card {
            background: #ffffff;
            border-color: rgba(15, 23, 42, 0.08);
        }
        body.light-mode-ui.page-landing .landing-feature-card h3 {
            color: #0f172a;
        }
        body.light-mode-ui.page-landing .landing-feature-card p {
            color: #475569;
        }
        body.light-mode-ui.page-landing .landing-feature-icon {
            background: rgba(14, 165, 233, 0.12);
            color: #0284c7;
        }
        body.light-mode-ui.page-landing .landing-cta-box {
            background: linear-gradient(145deg, rgba(14, 165, 233, 0.12), rgba(37, 99, 235, 0.06));
            border-color: rgba(14, 165, 233, 0.3);
        }
        body.light-mode-ui.page-landing .landing-cta h2 {
            color: #0f172a;
        }
        body.light-mode-ui.page-landing .landing-cta p {
            color: #475569;
        }
        body.light-mode-ui.page-landing .landing-cta .btn-ghost {
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid #0369a1;
            color: #0369a1;
        }
        body.light-mode-ui.page-landing .landing-cta .btn-ghost:hover {
            background: rgba(14, 165, 233, 0.1);
            border-color: #0284c7;
            color: #0284c7;
        }
        body.light-mode-ui.page-landing .landing-intro-image img {
            filter: invert(1) hue-rotate(180deg) saturate(1.06) contrast(0.96);
        }

        /* Section 1: Introduction – Premium Hero */
        .landing-intro {
            position: relative;
            padding: 5rem 0 6rem;
            overflow: hidden;
        }

        .landing-intro-bg {
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                radial-gradient(ellipse 80% 50% at 20% 40%, rgba(56, 189, 248, 0.15), transparent 50%),
                radial-gradient(ellipse 60% 40% at 85% 60%, rgba(34, 211, 238, 0.12), transparent 45%),
                radial-gradient(ellipse 50% 30% at 50% 100%, rgba(167, 139, 250, 0.08), transparent 50%);
        }

        body.light-mode-ui.page-landing .landing-intro-bg {
            background:
                radial-gradient(ellipse 80% 50% at 20% 40%, rgba(14, 165, 233, 0.12), transparent 50%),
                radial-gradient(ellipse 60% 40% at 85% 60%, rgba(56, 189, 248, 0.08), transparent 45%);
        }

        .landing-intro-grid {
            position: relative;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 4rem;
            align-items: center;
        }

        @media (max-width: 960px) {
            .landing-intro-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }
        }

        .landing-intro-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.35rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.45);
            background: rgba(56, 189, 248, 0.12);
            color: #bae6fd;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 1.25rem;
        }

        body.light-mode-ui.page-landing .landing-intro-badge {
            border-color: rgba(14, 165, 233, 0.4);
            background: rgba(14, 165, 233, 0.1);
            color: #0369a1;
        }

        .landing-intro-content h1 {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: clamp(2rem, 4.5vw, 3.25rem);
            font-weight: 800;
            line-height: 1.15;
            letter-spacing: -0.03em;
            margin: 0 0 1.25rem;
            color: var(--text-main);
        }

        .landing-intro-lead {
            font-size: 1.12rem;
            line-height: 1.7;
            color: var(--text-soft);
            max-width: 52ch;
            margin: 0 0 1.75rem;
        }

        .landing-intro-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.85rem;
            margin-bottom: 1.75rem;
        }

        .landing-intro-actions .btn-primary {
            padding: 0.75rem 1.5rem;
            font-size: 0.98rem;
        }

        .landing-intro-actions .btn-ghost {
            padding: 0.75rem 1.5rem;
            font-size: 0.98rem;
        }

        body.light-mode-ui.page-landing .landing-intro-actions .btn-ghost {
            background: rgba(255, 255, 255, 0.9);
            border: 2px solid #0369a1;
            color: #0369a1;
        }

        body.light-mode-ui.page-landing .landing-intro-actions .btn-ghost:hover {
            background: rgba(14, 165, 233, 0.1);
            border-color: #0284c7;
            color: #0284c7;
        }

        .landing-intro-trust {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem;
            font-size: 0.88rem;
            color: var(--text-soft);
        }

        .landing-intro-trust span {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }

        .landing-intro-trust i {
            color: var(--brand);
            font-size: 1rem;
        }

        body.light-mode-ui.page-landing .landing-intro-trust {
            color: #64748b;
        }

        body.light-mode-ui.page-landing .landing-intro-trust i {
            color: #0284c7;
        }

        .landing-intro-image-wrap {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .landing-intro-image-glow {
            position: absolute;
            width: 120%;
            height: 120%;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, transparent 60%);
            filter: blur(40px);
            pointer-events: none;
        }

        .landing-intro-image {
            position: relative;
            width: 100%;
            max-width: 540px;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(56, 189, 248, 0.25);
            box-shadow:
                0 32px 64px rgba(0, 10, 28, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.04) inset;
        }

        .landing-intro-image:hover {
            box-shadow:
                0 40px 80px rgba(0, 10, 28, 0.5),
                0 0 60px rgba(56, 189, 248, 0.15);
        }

        body.light-mode-ui .landing-intro-image {
            border-color: rgba(14, 165, 233, 0.2);
            box-shadow: 0 24px 56px rgba(15, 23, 42, 0.15);
        }

        body.light-mode-ui .landing-intro-image:hover {
            box-shadow: 0 28px 60px rgba(15, 23, 42, 0.2);
        }

        .landing-intro-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        body.light-mode-ui.page-landing .landing-intro-image img {
            filter: invert(1) hue-rotate(180deg) saturate(1.06) contrast(0.96);
        }

        /* Section 2: Features Grid */
        .landing-features-section {
            padding: 4rem 0;
            background: rgba(8, 18, 36, 0.4);
        }

        .landing-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.25rem;
        }

        .landing-feature-card {
            padding: 1.35rem;
            border-radius: 14px;
            background: rgba(12, 25, 48, 0.5);
            border: 1px solid var(--border);
            transition: border-color 0.2s ease, transform 0.2s ease;
        }

        .landing-feature-card:hover {
            border-color: rgba(56, 189, 248, 0.4);
            transform: translateY(-2px);
        }


        .landing-feature-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            background: rgba(56, 189, 248, 0.15);
            color: var(--brand);
            margin-bottom: 0.85rem;
            font-size: 1.25rem;
        }

        .landing-feature-card h3 {
            font-size: 1rem;
            font-weight: 700;
            margin: 0 0 0.4rem;
            color: var(--text-main);
        }

        .landing-feature-card p {
            font-size: 0.9rem;
            color: #b7c7e9;
            line-height: 1.5;
            margin: 0;
        }

        /* Section 3: Use Cases – Distinct left-accent style */
        .landing-usecase-section {
            padding: 4rem 0;
            background: linear-gradient(180deg, transparent, rgba(56, 189, 248, 0.04) 30%, rgba(56, 189, 248, 0.04) 70%, transparent);
        }

        body.light-mode-ui.page-landing .landing-usecase-section {
            background: linear-gradient(180deg, transparent, rgba(14, 165, 233, 0.04) 30%, rgba(14, 165, 233, 0.04) 70%, transparent);
        }

        .landing-usecase-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1rem;
        }

        .landing-usecase-card {
            position: relative;
            padding: 1.25rem 1.35rem 1.25rem 1.5rem;
            border-radius: 0 12px 12px 0;
            border: 1px solid rgba(157, 181, 233, 0.15);
            border-left: 4px solid var(--brand);
            background: rgba(12, 25, 48, 0.25);
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }

        .landing-usecase-card:hover {
            background: rgba(12, 25, 48, 0.38);
            border-left-color: #67e8f9;
            transform: translateX(4px);
        }

        body.light-mode-ui.page-landing .landing-usecase-card {
            background: rgba(255, 255, 255, 0.6);
            border-color: rgba(15, 23, 42, 0.06);
            border-left-color: #0284c7;
        }

        body.light-mode-ui.page-landing .landing-usecase-card:hover {
            background: rgba(255, 255, 255, 0.9);
            border-left-color: #0369a1;
        }

        .landing-usecase-card h3 {
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0 0 0.4rem;
            color: var(--brand);
            letter-spacing: 0.01em;
        }

        .landing-usecase-card p {
            font-size: 0.88rem;
            color: var(--text-soft);
            line-height: 1.55;
            margin: 0;
        }

        body.light-mode-ui.page-landing .landing-usecase-card h3 {
            color: #0369a1;
        }

        body.light-mode-ui.page-landing .landing-usecase-card p {
            color: #475569;
        }


        /* Section 4: CTA */
        .landing-cta {
            padding: 4rem 0 5rem;
            text-align: center;
        }

        .landing-cta-box {
            max-width: 600px;
            margin: 0 auto;
            padding: 2.5rem 2rem;
            border-radius: 20px;
            background: linear-gradient(145deg, rgba(56, 189, 248, 0.14), rgba(34, 211, 238, 0.08));
            border: 1px solid rgba(56, 189, 248, 0.3);
        }

        body.light-mode-ui .landing-cta-box {
            background: linear-gradient(145deg, rgba(14, 165, 233, 0.1), rgba(37, 99, 235, 0.06));
            border-color: rgba(14, 165, 233, 0.25);
        }

        .landing-cta h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 0 0.5rem;
        }

        .landing-cta p {
            color: var(--text-soft);
            font-size: 0.98rem;
            margin: 0 0 1.5rem;
        }

        body.light-mode-ui .landing-cta p {
            color: #516784;
        }

        .landing-cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
        }

        .landing-cta .btn {
            margin: 0;
        }
