:root {
            --bg: #f7f9fb;
            --surface: #ffffff;
            --text: #475569;
            --heading: #0f172a;
            --muted: #64748b;
            --line: #e2e8f0;
            --blue: #2563eb;
            --blue2: #1d4ed8;
            --cyan: #0ea5e9;
            --green: #10b981;
            --orange: #f59e0b;
            --shadow: 0 18px 55px rgba(15, 23, 42, .06);
            --radius: 22px;
            --container: 1180px;
            --header-bg: rgba(255, 255, 255, .93);
            --card-bg: #ffffff;
            --topbar-bg: #2563eb;
        }

        [data-theme="dark"] {
            --bg: #0b1220;
            --surface: #111827;
            --text: #94a3b8;
            --heading: #f1f5f9;
            --muted: #94a3b8;
            --line: #1e293b;
            --blue: #3b82f6;
            --blue2: #2563eb;
            --cyan: #22d3ee;
            --green: #34d399;
            --shadow: 0 18px 55px rgba(0, 0, 0, .35);
            --header-bg: rgba(11, 18, 32, .92);
            --card-bg: #111827;
            --topbar-bg: #1e3a8a;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            scroll-behavior: smooth
        }

        body {
            font-family: Inter, Arial, sans-serif;
            color: var(--text);
            background: var(--bg);
            line-height: 1.65;
            transition: background .3s, color .3s;
        }

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

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

        button {
            font: inherit
        }

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

        .section {
            padding: 88px 0
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--blue);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            margin-bottom: 12px
        }

        .eyebrow:before {
            content: "";
            width: 24px;
            height: 2px;
            background: var(--blue)
        }

        h1,
        h2,
        h3 {
            font-family: Manrope, Inter, sans-serif;
            line-height: 1.12;
            color: var(--heading)
        }

        h2 {
            font-size: clamp(28px, 3.8vw, 42px);
            letter-spacing: -.03em
        }

        .section-head {
            max-width: 720px;
            margin-bottom: 44px
        }

        .section-head.center {
            margin-left: auto;
            margin-right: auto;
            text-align: center
        }

        .section-head p {
            color: var(--muted);
            font-size: 17px;
            margin-top: 16px
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 18px;
            border-radius: 10px;
            font-weight: 700;
            border: 1px solid transparent;
            transition: .25s;
            cursor: pointer;
            font-size: 14px
        }

        .btn-primary {
            background: var(--blue);
            color: #fff;
            box-shadow: 0 8px 22px rgba(37, 99, 235, .22)
        }

        .btn-primary:hover {
            background: var(--blue2);
            transform: translateY(-2px)
        }

        .btn-light {
            background: var(--surface);
            color: var(--heading);
            border-color: var(--line)
        }

        .btn-light:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(15, 23, 42, .08)
        }

        .btn-ghost {
            color: var(--blue);
            border-color: rgba(37, 99, 235, .18);
            background: rgba(37, 99, 235, .05)
        }

        .btn-ghost:hover {
            background: rgba(37, 99, 235, .10)
        }

        .btn-call {
            background: var(--green);
            color: #fff;
            box-shadow: 0 8px 22px rgba(16, 185, 129, .22)
        }

        .btn-call:hover {
            background: #059669;
            transform: translateY(-2px)
        }

        /* Topbar + Header */
        .topbar {
            background: var(--topbar-bg);
            color: #e2e8f0;
            font-size: 12px
        }

        .topbar-inner {
            height: 34px;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .topbar a {
            color: #fff;
            font-weight: 600
        }

        header {
            position: sticky;
            top: 0;
            z-index: 100;
            background: var(--header-bg);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--line)
        }

        .nav {
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px
        }

        .brand {
            display: inline-flex;
            align-items: center;
            flex-shrink: 0;
            font-family: Manrope, Inter, sans-serif;
            font-weight: 800;
            font-size: 20px;
            letter-spacing: -.02em;
            color: var(--heading);
            white-space: nowrap
        }

        .brand img {
            height: 42px;
            width: auto;
            display: block;
            max-width: 210px
        }

        .brand span {
            color: var(--blue)
        }

        .footer-brand .brand img {
            height: 40px;
            max-width: 200px
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 4px 18px;
            font-size: 13.5px;
            font-weight: 600;
            color: var(--heading);
            flex-wrap: wrap
        }

        .nav-links a:hover,
        .nav-item:hover>.nav-trigger {
            color: var(--blue)
        }

        .nav-item {
            position: relative
        }

        .nav-trigger {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            cursor: pointer;
            background: none;
            border: 0;
            font: inherit;
            color: inherit;
            padding: 6px 0
        }

        .nav-trigger .chevron {
            font-size: 10px;
            opacity: .7;
            transition: .2s
        }

        .nav-item:hover .chevron,
        .nav-item.menu-open .chevron {
            transform: rotate(180deg)
        }

        .mega {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: calc(100% + 8px);
            min-width: 260px;
            max-width: 420px;
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 14px;
            box-shadow: var(--shadow);
            padding: 12px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: .2s;
            z-index: 50
        }

        .nav-item:hover .mega,
        .nav-item.menu-open .mega {
            opacity: 1;
            visibility: visible;
            pointer-events: auto
        }

        .mega a {
            display: block;
            padding: 9px 12px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            color: var(--heading)
        }

        .mega a:hover {
            background: rgba(37, 99, 235, .08);
            color: var(--blue)
        }

        .mega small {
            display: block;
            font-size: 11px;
            font-weight: 500;
            color: var(--muted);
            margin-top: 2px
        }

        .nav-cta {
            display: flex;
            gap: 8px;
            align-items: center;
            flex-shrink: 0
        }

        .btn-header {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            height: 36px;
            padding: 0 14px;
            border-radius: 9px;
            font-size: 13px;
            font-weight: 700;
            white-space: nowrap;
            transition: .2s;
            cursor: pointer;
            border: 1px solid transparent
        }

        .btn-header-call {
            background: #fff;
            color: var(--blue);
            border-color: rgba(37, 99, 235, .28)
        }

        [data-theme="dark"] .btn-header-call {
            background: var(--surface);
            color: var(--blue);
            border-color: rgba(59, 130, 246, .35)
        }

        .btn-header-call:hover {
            background: #f0f7ff;
            border-color: var(--blue)
        }

        .btn-header-demo {
            background: var(--blue);
            color: #fff;
            box-shadow: 0 4px 12px rgba(37, 99, 235, .22)
        }

        .btn-header-demo:hover {
            background: var(--blue2)
        }

        .theme-toggle,
        .menu-btn {
            width: 36px;
            height: 36px;
            border-radius: 9px;
            border: 1px solid var(--line);
            background: var(--surface);
            color: var(--heading);
            cursor: pointer;
            display: grid;
            place-items: center;
            font-size: 16px;
            transition: .2s
        }

        .theme-toggle:hover,
        .menu-btn:hover {
            border-color: var(--blue);
            color: var(--blue)
        }

        .menu-btn {
            display: none;
            border: 0;
            background: none;
            font-size: 26px
        }

        /* Hero */
        .hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 78% 18%, rgba(37, 99, 235, .10), transparent 28%),
                radial-gradient(circle at 95% 70%, rgba(14, 165, 233, .08), transparent 30%),
                linear-gradient(135deg, var(--bg) 0%, var(--surface) 55%, var(--bg) 100%);
            padding: 40px 0 32px
        }

        [data-theme="dark"] .hero {
            background:
                radial-gradient(circle at 78% 18%, rgba(59, 130, 246, .15), transparent 28%),
                radial-gradient(circle at 95% 70%, rgba(34, 211, 238, .08), transparent 30%),
                linear-gradient(135deg, #0b1220 0%, #111827 55%, #0b1220 100%)
        }

        .grid-glow {
            position: absolute;
            inset: 0;
            opacity: .35;
            background-image: linear-gradient(rgba(148, 163, 184, .18) 1px, transparent 1px),
                linear-gradient(90deg, rgba(148, 163, 184, .18) 1px, transparent 1px);
            background-size: 56px 56px;
            mask-image: linear-gradient(to bottom, black, transparent 88%)
        }

        .hero-inner {
            display: grid;
            grid-template-columns: 1.05fr .95fr;
            gap: 36px;
            align-items: center;
            position: relative;
            z-index: 2
        }

        .hero-slider {
            position: relative;
            min-height: 300px
        }

        .hero-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity .5s ease, visibility .5s;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

        .hero-slide.active {
            opacity: 1;
            visibility: visible;
            position: relative
        }

        .hero-slide h1,
        .hero-slide h2 {
            font-size: clamp(26px, 3.4vw, 40px);
            line-height: 1.18;
            letter-spacing: -.03em;
            max-width: 620px;
            font-weight: 800;
            color: var(--heading)
        }

        .hero-slide h1 span,
        .hero-slide h2 span {
            color: var(--blue)
        }

        .audience-line {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 8px;
            margin: 14px 0 12px
        }

        .audience-line span {
            background: rgba(37, 99, 235, .08);
            color: var(--blue);
            padding: 4px 10px;
            border-radius: 999px;
            border: 1px solid rgba(37, 99, 235, .15);
            font-size: 11.5px;
            font-weight: 700
        }

        [data-theme="dark"] .audience-line span {
            background: rgba(59, 130, 246, .12);
            border-color: rgba(59, 130, 246, .25)
        }

        .hero-copy {
            color: var(--muted);
            font-size: 15.5px;
            line-height: 1.65;
            max-width: 540px;
            margin: 0 0 18px
        }

        .hero-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap
        }

        .slider-controls {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 24px
        }

        .slider-dots {
            display: flex;
            gap: 7px
        }

        .slider-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 0;
            background: var(--line);
            cursor: pointer;
            transition: .25s;
            padding: 0
        }

        .slider-dot.active {
            width: 22px;
            border-radius: 6px;
            background: var(--blue)
        }

        .slider-nav {
            display: flex;
            gap: 8px;
            margin-left: auto
        }

        .slider-nav button {
            width: 36px;
            height: 36px;
            border-radius: 9px;
            border: 1px solid var(--line);
            background: var(--surface);
            color: var(--heading);
            cursor: pointer;
            display: grid;
            place-items: center;
            font-size: 16px;
            transition: .2s
        }

        .slider-nav button:hover {
            border-color: var(--blue);
            color: var(--blue)
        }

        /* Network board visual */
        .hero-visual {
            position: relative;
            min-height: 380px
        }

        .network-board {
            position: absolute;
            inset: 0;
            border: 1px solid var(--line);
            background: radial-gradient(circle at 50% 40%, rgba(37, 99, 235, .06), transparent 55%), var(--card-bg);
            border-radius: 22px;
            box-shadow: var(--shadow);
            overflow: hidden;
            padding: 16px 16px 14px;
            display: flex;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            transition: opacity .45s ease, visibility .45s;
            pointer-events: none
        }

        .network-board.active {
            opacity: 1;
            visibility: visible;
            position: relative;
            pointer-events: auto
        }

        .board-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--muted);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            margin-bottom: 12px
        }

        .live {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--green);
            font-size: 11px;
            font-weight: 700;
            text-transform: none;
            letter-spacing: 0
        }

        .live i {
            width: 7px;
            height: 7px;
            background: var(--green);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--green);
            animation: pulse-dot 1.8s ease infinite
        }

        @keyframes pulse-dot {

            0%,
            100% {
                opacity: 1;
                transform: scale(1)
            }

            50% {
                opacity: .5;
                transform: scale(.85)
            }
        }

        .net-flow {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0
        }

        .net-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            flex-wrap: wrap
        }

        .net-node {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            min-width: 72px;
            padding: 9px 8px;
            border-radius: 12px;
            background: var(--card-bg);
            border: 1px solid var(--line);
            box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
            transition: .25s;
            cursor: default
        }

        .net-node.core {
            border-color: var(--blue);
            border-width: 1.5px;
            background: linear-gradient(180deg, rgba(37, 99, 235, .07), var(--card-bg))
        }

        .net-node .nicon {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            display: grid;
            place-items: center;
            background: rgba(37, 99, 235, .08);
            color: var(--blue)
        }

        .net-node .nicon svg {
            width: 15px;
            height: 15px
        }

        .nicon.cloud {
            background: rgba(14, 165, 233, .12);
            color: #0ea5e9
        }

        .nicon.place {
            background: rgba(16, 185, 129, .14);
            color: #10b981
        }

        .nicon.firewall {
            background: rgba(249, 115, 22, .12);
            color: #f97316
        }

        /* Workplace bottom boxes — tinted card backgrounds */
        .net-node.box-blue {
            background: rgba(14, 165, 233, .08);
            border-color: rgba(14, 165, 233, .28);
        }

        .net-node.box-green {
            background: rgba(16, 185, 129, .08);
            border-color: rgba(16, 185, 129, .28);
        }

        .net-node.box-orange {
            background: rgba(249, 115, 22, .08);
            border-color: rgba(249, 115, 22, .28);
        }

        .net-node.box-purple {
            background: rgba(139, 92, 246, .08);
            border-color: rgba(139, 92, 246, .28);
        }

        .net-node.box-indigo {
            background: rgba(99, 102, 241, .08);
            border-color: rgba(99, 102, 241, .28);
        }

        [data-theme="dark"] .net-node.box-blue {
            background: rgba(14, 165, 233, .12);
            border-color: rgba(14, 165, 233, .35);
        }

        [data-theme="dark"] .net-node.box-green {
            background: rgba(16, 185, 129, .12);
            border-color: rgba(16, 185, 129, .35);
        }

        [data-theme="dark"] .net-node.box-orange {
            background: rgba(249, 115, 22, .12);
            border-color: rgba(249, 115, 22, .35);
        }

        [data-theme="dark"] .net-node.box-purple {
            background: rgba(139, 92, 246, .12);
            border-color: rgba(139, 92, 246, .35);
        }

        [data-theme="dark"] .net-node.box-indigo {
            background: rgba(99, 102, 241, .12);
            border-color: rgba(99, 102, 241, .35);
        }

        .nicon.bng {
            background: rgba(37, 99, 235, .12);
            color: #2563eb
        }

        .nicon.router {
            background: rgba(99, 102, 241, .12);
            color: #6366f1
        }

        .nicon.olt {
            background: rgba(16, 185, 129, .12);
            color: #10b981
        }

        .nicon.wifi {
            background: rgba(139, 92, 246, .12);
            color: #8b5cf6
        }

        .nicon.sec {
            background: rgba(239, 68, 68, .12);
            color: #ef4444
        }

        .nicon.av {
            background: rgba(249, 115, 22, .14);
            color: #f97316
        }

        .nicon.dev {
            background: rgba(99, 102, 241, .12);
            color: #6366f1
        }

        /* Security slide illustration */
        .sec-scene {
            width: 100%;
            flex: 1;
            min-height: 0;
            border-radius: 12px;
            border: 1px solid var(--line);
            overflow: hidden;
            background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 40%, #fef3c7 100%)
        }

        [data-theme="dark"] .sec-scene {
            background: linear-gradient(165deg, #1c1410 0%, #1a1510 50%, #1c1917 100%);
            border-color: #3f2e1f
        }

        .sec-scene svg {
            width: 100%;
            height: 100%;
            display: block;
            min-height: 220px
        }

        .network-board[data-visual="4"] .board-title {
            color: #c2410c
        }

        [data-theme="dark"] .network-board[data-visual="4"] .board-title {
            color: #fdba74
        }

        .network-board[data-visual="4"] .net-metric strong {
            color: #ea580c
        }

        .network-board[data-visual="2"] .board-title {
            color: #1d4ed8
        }

        .network-board[data-visual="1"] .board-title {
            color: #0369a1
        }

        .network-board[data-visual="3"] .board-title {
            color: #047857
        }

        /* ISP sky-blue compact animated stage */
        .sky-stage {
            position: relative;
            height: 248px;
            border-radius: 14px;
            overflow: hidden;
            background: linear-gradient(180deg, #e0f2fe 0%, #bae6fd 45%, #f0f9ff 100%);
            border: 1px solid #7dd3fc;
            flex: 1;
            min-height: 0
        }

        [data-theme="dark"] .sky-stage {
            background: linear-gradient(180deg, #0c1929 0%, #0f2744 50%, #0b1220 100%);
            border-color: #1e3a5f
        }

        .sky-cloud {
            position: absolute;
            background: #fff;
            border-radius: 40px;
            opacity: .8;
            filter: drop-shadow(0 2px 6px rgba(14, 165, 233, .12));
            animation: sky-drift linear infinite;
            pointer-events: none
        }

        .sky-cloud::before,
        .sky-cloud::after {
            content: "";
            position: absolute;
            background: #fff;
            border-radius: 50%
        }

        .sky-cloud-1 {
            width: 52px;
            height: 16px;
            top: 12px;
            left: -70px;
            animation-duration: 22s
        }

        .sky-cloud-1::before {
            width: 20px;
            height: 20px;
            top: -11px;
            left: 8px
        }

        .sky-cloud-1::after {
            width: 26px;
            height: 26px;
            top: -13px;
            left: 20px
        }

        .sky-cloud-2 {
            width: 64px;
            height: 18px;
            top: 32px;
            left: -90px;
            animation-duration: 28s;
            animation-delay: -8s;
            opacity: .65
        }

        .sky-cloud-2::before {
            width: 24px;
            height: 24px;
            top: -12px;
            left: 10px
        }

        .sky-cloud-2::after {
            width: 30px;
            height: 30px;
            top: -15px;
            left: 26px
        }

        .sky-cloud-3 {
            width: 44px;
            height: 14px;
            top: 20px;
            left: -55px;
            animation-duration: 18s;
            animation-delay: -12s;
            opacity: .55
        }

        .sky-cloud-3::before {
            width: 16px;
            height: 16px;
            top: -9px;
            left: 6px
        }

        .sky-cloud-3::after {
            width: 20px;
            height: 20px;
            top: -11px;
            left: 16px
        }

        @keyframes sky-drift {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(460px)
            }
        }

        .sky-flow {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0;
            padding: 6px 6px
        }

        .sky-flow .net-row {
            gap: 8px
        }

        .sky-flow .net-node {
            min-width: 64px;
            padding: 7px 7px;
            background: rgba(255, 255, 255, .92);
            border-color: rgba(125, 211, 252, .65);
            backdrop-filter: blur(4px)
        }

        [data-theme="dark"] .sky-flow .net-node {
            background: rgba(17, 24, 39, .88);
            border-color: #1e3a5f
        }

        .sky-flow .net-node.core {
            min-width: 88px;
            padding: 8px 10px;
            border-color: #0284c7;
            background: linear-gradient(180deg, rgba(14, 165, 233, .14), rgba(255, 255, 255, .95));
            box-shadow: 0 6px 16px rgba(2, 132, 199, .15)
        }

        [data-theme="dark"] .sky-flow .net-node.core {
            background: linear-gradient(180deg, rgba(14, 165, 233, .2), rgba(17, 24, 39, .95))
        }

        .sky-flow .net-connector {
            height: 9px;
            background: linear-gradient(180deg, rgba(2, 132, 199, .2), rgba(2, 132, 199, .5), rgba(2, 132, 199, .2));
            position: relative
        }

        .sky-flow .net-connector::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            width: 5px;
            height: 5px;
            margin-left: -2.5px;
            border-radius: 50%;
            background: #0ea5e9;
            box-shadow: 0 0 8px #0ea5e9;
            animation: isp-flow-dot 1.8s ease-in-out infinite
        }

        @keyframes isp-flow-dot {
            0% {
                top: 0;
                opacity: 0
            }

            20% {
                opacity: 1
            }

            80% {
                opacity: 1
            }

            100% {
                top: 9px;
                opacity: 0
            }
        }

        .anim-router .nicon {
            animation: router-glow 2.2s ease-in-out infinite
        }

        @keyframes router-glow {

            0%,
            100% {
                box-shadow: 0 0 0 0 transparent;
                background: rgba(99, 102, 241, .12)
            }

            50% {
                box-shadow: 0 0 0 5px rgba(99, 102, 241, .2);
                background: rgba(99, 102, 241, .28)
            }
        }

        .anim-router {
            animation: router-border 2.2s ease-in-out infinite
        }

        @keyframes router-border {

            0%,
            100% {
                border-color: rgba(125, 211, 252, .65)
            }

            50% {
                border-color: #818cf8
            }
        }

        .anim-olt {
            position: relative
        }

        .anim-olt .nicon {
            position: relative;
            z-index: 1;
            animation: olt-pulse 2s ease-in-out infinite
        }

        @keyframes olt-pulse {

            0%,
            100% {
                transform: scale(1);
                background: rgba(16, 185, 129, .12)
            }

            50% {
                transform: scale(1.08);
                background: rgba(16, 185, 129, .28)
            }
        }

        .wifi-rings {
            position: absolute;
            top: 4px;
            left: 50%;
            width: 34px;
            height: 34px;
            margin-left: -17px;
            pointer-events: none
        }

        .wifi-rings span {
            position: absolute;
            inset: 0;
            border: 2px solid rgba(16, 185, 129, .4);
            border-radius: 50%;
            animation: ring-out 2.4s ease-out infinite
        }

        .wifi-rings span:nth-child(2) {
            animation-delay: .6s
        }

        .wifi-rings span:nth-child(3) {
            animation-delay: 1.2s
        }

        @keyframes ring-out {
            0% {
                transform: scale(.5);
                opacity: .65
            }

            100% {
                transform: scale(1.55);
                opacity: 0
            }
        }

        .network-board[data-visual="1"] .net-metric strong {
            color: #0284c7
        }

        .nicon.solar {
            background: rgba(245, 158, 11, .14);
            color: #f59e0b
        }

        .net-node strong {
            font-size: 11.5px;
            font-weight: 700;
            color: var(--heading)
        }

        .net-node small {
            font-size: 10px;
            color: var(--muted);
            font-weight: 500
        }

        .net-connector {
            width: 2px;
            height: 12px;
            background: linear-gradient(180deg, rgba(37, 99, 235, .15), rgba(37, 99, 235, .4), rgba(37, 99, 235, .15));
            border-radius: 2px
        }

        .net-metrics {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 6px;
            margin-top: 12px;
            padding-top: 10px;
            border-top: 1px solid var(--line)
        }

        .net-metric {
            text-align: center;
            padding: 2px
        }

        .net-metric strong {
            display: block;
            font-size: 14px;
            font-weight: 800;
            color: var(--blue);
            font-family: Manrope, Inter, sans-serif
        }

        .net-metric span {
            display: block;
            font-size: 9.5px;
            color: var(--muted);
            font-weight: 600;
            margin-top: 1px
        }

        /* Circular campus diagram */
        .circle-stage {
            position: relative;
            width: 100%;
            aspect-ratio: 1;
            max-height: 300px;
            margin: 0 auto;
            flex: 1
        }

        .campus-ring {
            position: absolute;
            inset: 14%;
            border-radius: 50%;
            overflow: hidden;
            opacity: .16;
            pointer-events: none;
            z-index: 0
        }

        .campus-ring img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .orbit {
            position: absolute;
            border-radius: 50%;
            border: 1.5px dashed rgba(37, 99, 235, .2);
            pointer-events: none;
            z-index: 1
        }

        .orbit-1 {
            inset: 6%
        }

        .orbit-2 {
            inset: 24%;
            border-style: solid;
            border-color: rgba(37, 99, 235, .1)
        }

        .orbit-3 {
            inset: 40%;
            border-color: rgba(37, 99, 235, .06)
        }

        .hub {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 78px;
            height: 78px;
            border-radius: 50%;
            background: linear-gradient(160deg, rgba(37, 99, 235, .12), var(--card-bg));
            border: 2px solid var(--blue);
            box-shadow: 0 6px 22px rgba(37, 99, 235, .16), 0 0 0 5px rgba(37, 99, 235, .05);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2px;
            z-index: 5;
            text-align: center
        }

        .hub .nicon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(37, 99, 235, .14);
            color: var(--blue);
            display: grid;
            place-items: center
        }

        .hub .nicon svg {
            width: 14px;
            height: 14px
        }

        .hub strong {
            font-size: 10px;
            font-weight: 800;
            color: var(--heading);
            line-height: 1.1
        }

        .hub small {
            font-size: 8.5px;
            color: var(--muted);
            font-weight: 600
        }

        .sat {
            position: absolute;
            width: 68px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
            z-index: 4;
            text-align: center
        }

        .sat .node-card {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: var(--card-bg);
            border: 1.5px solid var(--line);
            box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
            display: flex;
            align-items: center;
            justify-content: center
        }

        .sat .nicon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: grid;
            place-items: center
        }

        .sat .nicon svg {
            width: 12px;
            height: 12px
        }

        .sat strong {
            font-size: 9.5px;
            font-weight: 700;
            color: var(--heading);
            max-width: 70px;
            line-height: 1.15
        }

        .sat small {
            font-size: 8px;
            color: var(--muted);
            font-weight: 500
        }

        .sat-1 {
            left: 50%;
            top: 1%;
            transform: translateX(-50%)
        }

        .sat-2 {
            right: 1%;
            top: 20%
        }

        .sat-3 {
            right: 1%;
            bottom: 20%
        }

        .sat-4 {
            left: 50%;
            bottom: 1%;
            transform: translateX(-50%)
        }

        .sat-5 {
            left: 1%;
            bottom: 20%
        }

        .sat-6 {
            left: 1%;
            top: 20%
        }

        .nicon.portal {
            background: rgba(249, 115, 22, .14);
            color: #f97316
        }

        .nicon.users {
            background: rgba(16, 185, 129, .14);
            color: #10b981
        }

        .nicon.auth {
            background: rgba(14, 165, 233, .14);
            color: #0ea5e9
        }

        .spokes {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none
        }

        .campus-thumbs {
            display: flex;
            gap: 6px;
            margin-bottom: 8px
        }

        .campus-thumbs img {
            flex: 1;
            height: 42px;
            object-fit: cover;
            border-radius: 8px;
            border: 1px solid var(--line)
        }

        /* Photo-led slide visuals — different image per slide */
        .photo-visual {
            position: relative;
            flex: 1;
            min-height: 0;
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid var(--line);
            background: var(--line)
        }

        .photo-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            min-height: 260px
        }

        .photo-visual .photo-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(15, 23, 42, .12) 0%, rgba(15, 23, 42, .58) 100%);
            pointer-events: none
        }

        .photo-visual .photo-badges {
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            z-index: 2
        }

        .photo-visual .photo-badges span {
            font-size: 10.5px;
            font-weight: 700;
            padding: 5px 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .94);
            color: #0f172a;
            border: 1px solid rgba(255, 255, 255, .5);
            box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
        }

        .photo-visual .photo-label {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 2;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #fff;
            background: rgba(37, 99, 235, .92);
            padding: 5px 10px;
            border-radius: 8px
        }

        [data-theme="dark"] .photo-visual .photo-badges span {
            background: rgba(17, 24, 39, .92);
            color: #f1f5f9;
            border-color: rgba(255, 255, 255, .12)
        }

        /* Stats */
        .stats-bar {
            background: var(--surface);
            border-bottom: 1px solid var(--line);
            border-top: 1px solid var(--line);
            padding: 26px 0
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            text-align: center
        }

        .stat-item strong {
            display: block;
            font-size: clamp(26px, 3.2vw, 36px);
            font-family: Manrope, Inter, sans-serif;
            font-weight: 800;
            color: var(--blue);
            line-height: 1.1
        }

        .stat-item span {
            display: block;
            font-size: 13.5px;
            color: var(--muted);
            margin-top: 5px;
            font-weight: 600
        }

        /* Solutions by org */
        .serve-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        .serve-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 14px;
            padding: 18px 16px;
            transition: .25s;
            display: flex;
            align-items: flex-start;
            gap: 12px
        }

        .serve-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow);
            border-color: #bfdbfe
        }

        .serve-icon {
            width: 40px;
            height: 40px;
            border-radius: 11px;
            flex-shrink: 0;
            display: grid;
            place-items: center;
            background: rgba(37, 99, 235, .1);
            color: var(--blue);
            font-size: 17px
        }

        .serve-card h3 {
            font-size: 14.5px;
            margin-bottom: 3px;
            color: var(--heading)
        }

        .serve-card p {
            font-size: 12.5px;
            color: var(--muted);
            margin: 0;
            line-height: 1.45
        }

        /* Platform */
        .platform-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: start
        }

        .capability-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 16px;
            margin-top: 8px
        }

        .capability-list li {
            list-style: none;
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-size: 13.5px;
            color: var(--text);
            font-weight: 500
        }

        .capability-list li::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--blue);
            margin-top: 6px;
            flex-shrink: 0
        }

        .platform-note {
            margin-top: 20px;
            padding: 14px 16px;
            border-radius: 12px;
            background: rgba(37, 99, 235, .06);
            border: 1px solid rgba(37, 99, 235, .15);
            font-size: 13.5px;
            color: var(--muted);
            line-height: 1.55
        }

        /* Products */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px
        }

        .product-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 18px;
            padding: 24px;
            transition: .3s;
            position: relative;
            overflow: hidden
        }

        .product-card:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, var(--blue), var(--cyan));
            transform: scaleX(0);
            transform-origin: left;
            transition: .3s
        }

        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow);
            border-color: #cbd8ea
        }

        .product-card:hover:before {
            transform: scaleX(1)
        }

        .picon {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            display: grid;
            place-items: center;
            background: rgba(37, 99, 235, .1);
            color: var(--blue);
            font-size: 20px;
            margin-bottom: 14px
        }

        .product-card .cat {
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 6px
        }

        .product-card h3 {
            font-size: 18px;
            margin-bottom: 8px;
            color: var(--heading)
        }

        .product-card p {
            color: var(--muted);
            font-size: 13.5px;
            min-height: 52px
        }

        .product-link {
            display: inline-flex;
            margin-top: 14px;
            color: var(--blue);
            font-weight: 800;
            font-size: 13px
        }

        /* Services */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 14px
        }

        .service-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 14px;
            padding: 18px 14px;
            text-align: center;
            transition: .25s
        }

        .service-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow)
        }

        .service-card .sicon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            margin: 0 auto 10px;
            display: grid;
            place-items: center;
            background: rgba(37, 99, 235, .1);
            color: var(--blue);
            font-size: 16px
        }

        .service-card h3 {
            font-size: 13.5px;
            color: var(--heading);
            margin-bottom: 4px
        }

        .service-card p {
            font-size: 12px;
            color: var(--muted);
            margin: 0;
            line-height: 1.4
        }

        /* Architecture */
        .arch-wrap {
            border: 1px solid var(--line);
            border-radius: 22px;
            background: var(--surface);
            padding: 32px 22px
        }

        .arch-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap
        }

        .arch-box {
            min-width: 110px;
            text-align: center;
            padding: 12px 10px;
            border-radius: 14px;
            background: var(--card-bg);
            border: 1px solid var(--line);
            box-shadow: 0 6px 16px rgba(15, 23, 42, .04)
        }

        .arch-box .aicon {
            width: 32px;
            height: 32px;
            border-radius: 9px;
            display: grid;
            place-items: center;
            margin: 0 auto 6px
        }

        .arch-box .aicon svg {
            width: 16px;
            height: 16px
        }

        .arch-box strong {
            display: block;
            font-size: 11.5px;
            font-weight: 700;
            color: var(--heading)
        }

        .arch-box small {
            color: var(--muted);
            font-size: 10px
        }

        .arrow {
            font-size: 16px;
            color: #94a3b8
        }

        .arch-divider {
            width: 2px;
            height: 20px;
            margin: 10px auto;
            background: linear-gradient(180deg, rgba(37, 99, 235, .15), rgba(37, 99, 235, .4))
        }

        .arch-labels {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 7px;
            margin-top: 20px
        }

        .arch-labels span {
            font-size: 11px;
            font-weight: 700;
            color: var(--blue);
            background: rgba(37, 99, 235, .08);
            padding: 4px 11px;
            border-radius: 999px;
            border: 1px solid rgba(37, 99, 235, .15)
        }

        .arch-caption {
            text-align: center;
            color: var(--muted);
            font-size: 13px;
            margin-top: 14px
        }

        .arch-diagram-stage {
            position: relative;
            max-width: 980px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #7dd3fc;
            background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 40%, #ffffff 100%);
            padding: 36px 20px 28px;
            box-shadow: 0 16px 40px rgba(14, 165, 233, .08);
        }

        [data-theme="dark"] .arch-diagram-stage {
            background: linear-gradient(180deg, #0c1929 0%, #0f2744 50%, #111827 100%);
            border-color: #1e3a5f;
        }

        .arch-diagram-stage .sky-cloud {
            z-index: 1;
            opacity: .5
        }

        .arch-flow-human {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px 6px;
        }

        .arch-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
            min-width: 110px;
            max-width: 150px;
        }

        .arch-step .step-visual {
            width: 88px;
            height: 88px;
            border-radius: 20px;
            background: rgba(255, 255, 255, .92);
            border: 1px solid rgba(125, 211, 252, .7);
            box-shadow: 0 8px 22px rgba(14, 165, 233, .1);
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
        }

        [data-theme="dark"] .arch-step .step-visual {
            background: rgba(17, 24, 39, .9);
            border-color: #1e3a5f;
        }

        .arch-step .step-visual svg {
            width: 36px;
            height: 36px
        }

        .arch-step.core .step-visual {
            border-color: #0284c7;
            border-width: 2px;
            background: linear-gradient(160deg, rgba(14, 165, 233, .15), #fff);
            box-shadow: 0 10px 28px rgba(2, 132, 199, .2);
            animation: arch-core-pulse 2.8s ease-in-out infinite;
        }

        [data-theme="dark"] .arch-step.core .step-visual {
            background: linear-gradient(160deg, rgba(14, 165, 233, .25), rgba(17, 24, 39, .95));
        }

        @keyframes arch-core-pulse {

            0%,
            100% {
                box-shadow: 0 10px 28px rgba(2, 132, 199, .18)
            }

            50% {
                box-shadow: 0 10px 32px rgba(2, 132, 199, .35), 0 0 0 6px rgba(14, 165, 233, .12)
            }
        }

        .arch-step strong {
            font-size: 13px;
            font-weight: 800;
            color: var(--heading);
            line-height: 1.2
        }

        .arch-step small {
            font-size: 11px;
            color: var(--muted);
            font-weight: 500;
            line-height: 1.3
        }

        .arch-arrow {
            font-size: 20px;
            color: #0ea5e9;
            font-weight: 700;
            animation: arch-arrow-nudge 1.8s ease-in-out infinite;
            padding: 0 2px;
        }

        @keyframes arch-arrow-nudge {

            0%,
            100% {
                transform: translateX(0);
                opacity: .7
            }

            50% {
                transform: translateX(3px);
                opacity: 1
            }
        }

        .arch-people {
            display: flex;
            gap: 4px;
            justify-content: center;
            margin-top: 2px
        }

        .arch-people span {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: linear-gradient(135deg, #93c5fd, #3b82f6);
            border: 2px solid #fff;
            box-shadow: 0 2px 8px rgba(37, 99, 235, .25);
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 12px;
            animation: people-bob 2.4s ease-in-out infinite;
        }

        .arch-people span:nth-child(2) {
            animation-delay: .3s;
            background: linear-gradient(135deg, #6ee7b7, #10b981)
        }

        .arch-people span:nth-child(3) {
            animation-delay: .6s;
            background: linear-gradient(135deg, #c4b5fd, #8b5cf6)
        }

        @keyframes people-bob {

            0%,
            100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(-3px)
            }
        }

        .arch-cloud-icon {
            animation: cloud-bob 3.5s ease-in-out infinite;
            color: #0ea5e9;
        }

        @keyframes cloud-bob {

            0%,
            100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(-5px)
            }
        }

        .arch-router-icon {
            animation: router-glow 2.2s ease-in-out infinite;
            color: #059669
        }

        .arch-server-icon {
            color: #0284c7
        }

        @media (max-width: 700px) {
            .arch-arrow {
                display: none
            }

            .arch-flow-human {
                gap: 14px
            }

            .arch-step {
                min-width: 42%
            }
        }

        /* Industries */
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        .industry {
            padding: 20px;
            border-radius: 16px;
            border: 1px solid var(--line);
            background: var(--card-bg);
            transition: .25s
        }

        .industry:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow)
        }

        .industry h3 {
            font-size: 15.5px;
            margin: 8px 0 5px;
            color: var(--heading)
        }

        .industry p {
            color: var(--muted);
            font-size: 13px;
            margin: 0
        }

        /* Why */
        .why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px
        }

        .clients-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
            margin-top: 28px
        }

        .client-logo-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 16px;
            padding: 20px 12px;
            text-align: center;
            transition: .3s;
            box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 120px
        }

        .client-logo-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
            border-color: #bfdbfe
        }

        .client-logo-card img {
            max-height: 64px;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            margin: 0 auto
        }

        .client-logo-card .client-name {
            font-size: 12.5px;
            font-weight: 700;
            color: var(--heading);
            margin-top: 10px
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 32px
        }

        .blog-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            border-radius: 16px;
            padding: 24px;
            transition: .3s;
            display: flex;
            flex-direction: column
        }

        .blog-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow);
            border-color: #bfdbfe
        }

        .blog-card h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--heading);
            line-height: 1.35
        }

        .blog-card p {
            color: var(--muted);
            font-size: 14px;
            flex-grow: 1;
            margin-bottom: 14px
        }

        .blog-card .blog-link {
            color: var(--blue);
            font-weight: 800;
            font-size: 13px
        }

        .why-card {
            background: var(--card-bg);
            border: 1px solid var(--line);
            padding: 22px;
            border-radius: 16px
        }

        .why-card b {
            display: block;
            font-size: 15.5px;
            margin: 10px 0 5px;
            color: var(--heading)
        }

        .why-card p {
            font-size: 13px;
            color: var(--muted);
            margin: 0
        }

        /* FAQ */
        .faq-list {
            max-width: 800px;
            margin: 0 auto
        }

        .faq-item {
            border: 1px solid var(--line);
            border-radius: 12px;
            margin-bottom: 10px;
            background: var(--card-bg);
            overflow: hidden
        }

        .faq-item button {
            width: 100%;
            text-align: left;
            padding: 16px 18px;
            background: none;
            border: 0;
            cursor: pointer;
            font-weight: 700;
            font-size: 15px;
            color: var(--heading);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px
        }

        .faq-item button span {
            font-size: 18px;
            color: var(--blue);
            flex-shrink: 0
        }

        .faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
            padding: 0 18px
        }

        .faq-item.open .faq-body {
            max-height: 200px;
            padding-bottom: 16px
        }

        .faq-body p {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.6
        }

        /* CTA */
        .cta {
            padding: 64px 0;
            background: var(--blue);
            color: #fff
        }

        .cta-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            flex-wrap: wrap
        }

        .cta h2 {
            font-size: clamp(26px, 3.5vw, 38px);
            color: #fff
        }

        .cta p {
            color: #dbeafe;
            margin-top: 10px;
            max-width: 560px;
            font-size: 15px
        }

        .cta-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap
        }

        .cta .btn-ghost {
            color: #fff;
            border-color: rgba(255, 255, 255, .3);
            background: transparent
        }

        .cta .btn-ghost:hover {
            background: rgba(255, 255, 255, .1)
        }

        .cta .btn-primary {
            background: #fff;
            color: var(--blue);
            box-shadow: 0 8px 22px rgba(0, 0, 0, .1)
        }

        .cta .btn-primary:hover {
            background: #f8fafc
        }

        .cta .btn-call {
            background: #10b981
        }

        .cta .eyebrow {
            color: #93c5fd
        }

        .cta .eyebrow:before {
            background: #93c5fd
        }

        /* Footer */
        footer {
            background: #1e3a8a;
            color: #bfdbfe;
            padding: 52px 0 18px
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
            gap: 28px
        }

        .footer-brand .brand {
            color: #fff;
            margin-bottom: 12px;
            display: inline-block
        }

        .footer-brand p {
            font-size: 13px;
            max-width: 300px;
            color: #dbeafe;
            line-height: 1.55
        }

        .footer-col h4 {
            color: #fff;
            font-size: 13px;
            margin-bottom: 14px;
            font-weight: 700
        }

        .footer-col a {
            display: block;
            font-size: 13px;
            margin: 8px 0;
            color: #bfdbfe
        }

        .footer-col a:hover {
            color: #fff
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .15);
            margin-top: 36px;
            padding-top: 16px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 11.5px;
            color: #93c5fd
        }

        /* Float */
        .float-actions {
            position: fixed;
            bottom: 22px;
            right: 22px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px
        }

        .float-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
            transition: .2s;
            border: none;
            cursor: pointer
        }

        .float-btn:hover {
            transform: scale(1.07)
        }

        .float-btn svg {
            width: 20px;
            height: 20px
        }

        .float-call {
            background: #fff;
            color: var(--blue);
            border: 1.5px solid rgba(37, 99, 235, .25)
        }

        .float-whatsapp {
            background: #25d366;
            color: #fff
        }

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

        .reveal.visible {
            opacity: 1;
            transform: none
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-inner {
                grid-template-columns: 1fr;
                gap: 28px
            }

            .hero-visual {
                min-height: 320px;
                order: -1
            }

            .platform-grid {
                grid-template-columns: 1fr
            }

            .product-grid,
            .industry-grid,
            .why-grid,
            .clients-grid {
                grid-template-columns: 1fr 1fr
            }

            .blog-grid {
                grid-template-columns: 1fr
            }

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

            .footer-grid {
                grid-template-columns: 1fr 1fr
            }

            .serve-grid {
                grid-template-columns: 1fr 1fr
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none
            }

            .menu-btn {
                display: grid
            }

            .nav-links.open {
                display: flex;
                flex-direction: column;
                position: absolute;
                top: 72px;
                left: 0;
                right: 0;
                background: var(--header-bg);
                border-bottom: 1px solid var(--line);
                padding: 16px 20px;
                gap: 4px;
                max-height: 80vh;
                overflow-y: auto
            }

            .nav-links.open .mega {
                position: static;
                transform: none;
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                box-shadow: none;
                border: 0;
                padding: 4px 0 8px 12px;
                max-width: none;
                display: none
            }

            .nav-item.menu-open .mega {
                display: block
            }

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

            .product-grid,
            .industry-grid,
            .why-grid,
            .serve-grid,
            .services-grid,
            .clients-grid,
            .blog-grid {
                grid-template-columns: 1fr
            }

            .cta-box {
                flex-direction: column;
                align-items: flex-start
            }

            .footer-grid {
                grid-template-columns: 1fr
            }

            .capability-list {
                grid-template-columns: 1fr
            }

            .section {
                padding: 64px 0
            }
        }

/* --- Form & Contact Card Utilities --- */
.page-hero { padding: 56px 0 20px; text-align: center; }
.page-hero h1 { font-family: Manrope, Inter, sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--heading); letter-spacing: -.03em; margin-bottom: 10px; }
.page-hero p { color: var(--muted); font-size: 16px; max-width: 520px; margin: 0 auto; }
.contact-section { padding: 20px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 36px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 16px; padding: 22px; box-shadow: var(--shadow); }
.info-card h3 { font-family: Manrope, Inter, sans-serif; font-size: 16px; color: var(--heading); margin-bottom: 8px; }
.info-card p, .info-card a { font-size: 14px; color: var(--muted); line-height: 1.6; }
.info-card a { color: var(--blue); font-weight: 600; }
.info-card a:hover { text-decoration: underline; }
.info-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 12px; }
.info-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(37, 99, 235, .1); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.info-icon svg { width: 18px; height: 18px; }
.form-card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 22px; padding: 36px 32px; box-shadow: var(--shadow); }
.form-card h2 { font-family: Manrope, Inter, sans-serif; font-size: 22px; color: var(--heading); margin-bottom: 6px; text-align: center; }
.form-card .form-sub { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--heading); }
.form-group label .req { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); color: var(--heading); font-size: 14px; transition: border-color .2s, box-shadow .2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-group select { cursor: pointer; }
.captcha-label { display: inline-block; background: rgba(37, 99, 235, .1); color: var(--heading); padding: 4px 10px; border-radius: 6px; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.btn-submit { width: 100%; margin-top: 8px; padding: 14px 20px; border: none; border-radius: 11px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 10px 25px rgba(37, 99, 235, .25); transition: .2s; }
.btn-submit:hover { background: var(--blue2); transform: translateY(-1px); }
.btn-submit svg { width: 18px; height: 18px; }
.form-note { margin-top: 14px; text-align: center; font-size: 12px; color: var(--muted); }
.form-note a { color: var(--blue); font-weight: 600; }
.form-success { display: none; text-align: center; padding: 40px 20px; }
.form-success.show { display: block; }
.form-success h3 { font-family: Manrope, Inter, sans-serif; font-size: 22px; color: var(--heading); margin: 12px 0 8px; }
.form-success p { color: var(--muted); font-size: 15px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-card { padding: 24px 18px; } }
