        :root {
            --ipx-ink: #141414;
            /* white-ish text */
            --ipx-muted: #86868b;
            /* gray for subtitles */
            --ipx-blue: #2997ff;
            --ipx-soft: #1d1d1f;
            --ipx-border: rgba(255, 255, 255, 0.1);
            --ipx-border-strong: rgba(255, 255, 255, 0.2);
            --ipx-bg: #000000;
            /* true black background */
        }

        body {
            background: var(--ipx-bg);
            color: var(--ipx-ink);
            overflow-x: hidden;
            width: 100%;
        }

        .container {
            max-width: 980px;
        }

        .section-pro {
            padding: 72px 0 !important;
        }

        .shelf-title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.85rem, 3.2vw, 2.7rem);
            font-weight: 700;
            letter-spacing: -0.024em;
            line-height: 1.18;
            margin-bottom: 0.75rem;
        }

        .section-header {
            max-width: 780px;
            margin: 0 auto 2.25rem;
            text-align: center;
        }

        .section-header .kicker {
            display: inline-block;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #005ec4;
            margin-bottom: 0.55rem;
        }

        .section-header .desc {
            margin: 0;
            color: #5f6065;
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .text-gradient-platinum {
            background: linear-gradient(135deg, #ffffff 10%, #a1a1a6 95%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .text-gradient-blue {
            background: linear-gradient(135deg, #2a9bff 0%, #0066db 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-section {
            position: relative;
            overflow: visible;
            padding: 64px 0 0px;
            background: #000000;
        }

        .hero-mesh-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            opacity: 0.65;
            overflow: hidden;
        }

        .gradient-orb {
            position: absolute;
            border-radius: 999px;
            filter: blur(80px);
            opacity: 0.35;
        }

        .orb-a {
            width: 340px;
            height: 340px;
            background: #87c7ff;
            top: -90px;
            left: 5%;
        }

        .orb-b {
            width: 300px;
            height: 300px;
            background: #a0ecff;
            top: 8%;
            right: 8%;
        }

        .orb-c {
            width: 380px;
            height: 380px;
            background: #d6e8ff;
            bottom: -160px;
            left: 42%;
        }

        .hero-inner {
            position: relative;
            z-index: 2;
        }

        .hero-tag {
            background: rgba(255, 255, 255, 0.08) !important;
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #2997ff !important;
            backdrop-filter: blur(12px);
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .hero-title {
            font-size: clamp(2.1rem, 5.4vw, 3.9rem);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: -0.026em;
            color: var(--ipx-ink);
            margin-bottom: 0.95rem;
        }

        .hero-subtitle {
            max-width: 760px;
            margin: 2rem auto 1rem;
            font-size: clamp(0.99rem, 1.7vw, 1.12rem);
            line-height: 1.6;
            color: var(--ipx-muted);
        }

        .hero-support {
            margin: 0 auto 1.35rem;
            max-width: 740px;
            font-size: 0.95rem;
            color: #404146;
            line-height: 1.6;
        }

        .ecosystem-visual {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            align-items: start;
            padding: 0.4rem 0 0.2rem;
        }

        .node {
            position: relative;
            background: transparent;
            border: none;
            border-radius: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            box-shadow: none;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            padding: 0;
            text-decoration: none;
        }

        .node:hover {
            transform: none;
        }

        /* .node-main specific rules removed for layout consistency */

        .node-logo {
            width: 100%;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .node-main .node-logo {
            width: 100%;
            height: 120px;
        }

        .ecosystem-logo {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100%;
            object-fit: contain;
            object-position: center;
            transform-origin: center;
        }

        .node-logo canvas {
            display: block;
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
            pointer-events: none;
        }

        .logo-analytics {
            transform: scale(1);
        }

        .logo-monitor {
            transform: scale(0.9);
        }

        .logo-copilot {
            transform: scale(1.03);
        }

        .node-label {
            display: block;
            font-size: 0.94rem;
            font-weight: 700;
            color: var(--ipx-ink);
        }

        .node-caption {
            margin: -0.2rem 0 0 0;
            font-size: 0.81rem;
            color: var(--ipx-muted);
            position: relative;
            z-index: 3;
        }

        .flow-line {
            position: absolute;
            top: 50%;
            height: 2px;
            background: linear-gradient(90deg, rgba(0, 122, 255, 0), rgba(0, 122, 255, 0.55), rgba(0, 122, 255, 0));
            z-index: 0;
        }

        .flow-line-left {
            left: 20%;
            width: 30%;
        }

        .flow-line-right {
            right: 20%;
            width: 30%;
        }

        .module-card {
            background: #ffffff;
            border: 1px solid var(--ipx-border);
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
            padding: 1.45rem;
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .module-index {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #005ec4;
        }

        .module-title {
            margin: 0;
            font-size: 1.18rem;
            line-height: 1.2;
            color: var(--ipx-ink);
        }

        .module-desc {
            margin: 0;
            color: var(--ipx-muted);
            font-size: 0.93rem;
            line-height: 1.55;
        }

        .module-list-title {
            margin: 0;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #005ec4;
        }

        .module-list {
            margin: 0;
            padding-left: 1.1rem;
            color: #3a3a3e;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .module-list li+li {
            margin-top: 0.45rem;
        }

        .module-role {
            margin: auto 0 0;
            padding-top: 0.75rem;
            border-top: 1px solid var(--ipx-border);
            color: #3f3f42;
            font-size: 0.87rem;
            line-height: 1.5;
        }

        .integration-section {
            background: #f8fafc;
            border-top: 1px solid var(--ipx-border);
            border-bottom: 1px solid var(--ipx-border);
        }

        .integration-svg-container {
            max-width: 900px;
            margin: 0 auto 3rem;
            padding: 2rem 0;
            overflow: visible;
        }

        .svg-flow-line {
            animation: dashFlow 30s linear infinite;
        }

        @keyframes dashFlow {
            to {
                stroke-dashoffset: -1000;
            }
        }

        .integration-card-new {
            background: #fff;
            border: 1px solid var(--ipx-border);
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .integration-card-new:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        }

        .integration-card-new .step-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: rgba(0, 102, 219, 0.1);
            color: #0066db;
            font-weight: 700;
            margin-bottom: 1.25rem;
        }

        .integration-card-new h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--ipx-ink);
            margin-bottom: 0.75rem;
        }

        .integration-card-new p {
            font-size: 0.95rem;
            color: var(--ipx-muted);
            line-height: 1.6;
            margin: 0;
        }

        .cycle-banner {
            margin: 1.4rem auto 0;
            max-width: 860px;
            background: #ffffff;
            color: #202127;
            border-radius: 10px;
            border: 1px solid var(--ipx-border);
            padding: 0.7rem 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            flex-wrap: wrap;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        }

        .cycle-banner i {
            color: #0d6efd;
            font-size: 1.05rem;
        }

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

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
            background: #fff;
            border: 1px solid var(--ipx-border);
            border-radius: 10px;
            padding: 1.05rem;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.035);
        }

        .benefit-item i {
            color: #0d6efd;
            font-size: 1.3rem;
            line-height: 1;
            margin-top: 0.16rem;
        }

        .benefit-item h3 {
            font-size: 1rem;
            margin-bottom: 0.34rem;
            color: #1d1d1f;
        }

        .benefit-item p {
            margin: 0;
            color: #5f6065;
            font-size: 0.92rem;
        }

        .apps-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 0.65rem;
            justify-content: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .app-pill {
            border-radius: 10px;
            border: 1px solid var(--ipx-border);
            background: #fff;
            padding: 0.52rem 0.82rem;
            font-weight: 600;
            font-size: 0.9rem;
            color: #222326;
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
        }

        .app-pill i {
            color: #0d6efd;
        }

        .cta-panel {
            max-width: 980px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid var(--ipx-border-strong);
            border-radius: 14px;
            padding: 1.8rem 1.2rem;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
        }

        .benefit-card,
        .benefit-card2,
        .card,
        .video-item>div {
            border-radius: 8px !important;
        }

        @media (max-width: 991px) {
            .section-pro {
                padding: 56px 0 !important;
            }

            .ecosystem-visual {
                grid-template-columns: 1fr;
                max-width: 440px;
                gap: 0.72rem;
            }

            .flow-line {
                display: none;
            }

            .node,
            .node-main {
                min-height: 20px;
            }

            .node-logo {
                width: min(82%, 210px);
                height: 48px;
            }

            .node-main .node-logo {
                width: min(84%, 220px);
                height: 50px;
            }

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

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

        @media (max-width: 575px) {
            .hero-section {
                padding: 60px 0px 0px;
            }

            .hero-inner {
                padding: 0 15px;
            }

            .hero-title span:first-child {
                font-size: 1.8rem !important;
            }

            .hero-title span:last-child {
                font-size: 2.2rem !important;
            }

            .hero-subtitle {
                margin-bottom: 0.75rem;
            }

            .module-card {
                padding: 1.15rem;
            }

            .cycle-banner {
                border-radius: 8px;
                padding: 0.8rem;
                flex-direction: column;
                text-align: center;
            }

            .integration-card-new {
                padding: 1.25rem;
            }

            .orb-a {
                width: 200px;
                height: 200px;
                top: -30px;
                left: -10%;
            }

            .orb-b {
                width: 180px;
                height: 180px;
                top: 5%;
                right: -5%;
            }

            .orb-c {
                width: 220px;
                height: 220px;
                bottom: -50px;
                left: 20%;
            }
        }

        @media (max-width: 768px) {
            .navbar-apple {
                position: fixed !important;
                top: 0 !important;
                width: 100% !important;
                z-index: 9999 !important;
            }

            .video-scale-section {
                height: auto !important;
                margin-bottom: 0rem !important;
                margin-top: 1rem !important;
            }

            .video-sticky-container {
                position: relative !important;
                height: auto !important;
                align-items: flex-start !important;
            }

            .apple-professional-video-container {
                width: 100% !important;
                margin: 0 !important;
                aspect-ratio: 4 / 3 !important;
                height: auto !important;
                border-radius: 0 !important;
            }

            .integration-svg-container {
                display: none !important;
            }

            .mobile-flow-cards {
                display: flex !important;
            }
        }

        .mobile-flow-cards {
            display: none;
            flex-direction: column;
            gap: 1rem;
            max-width: 500px;
            margin: 0 auto;
        }

        .mobile-flow-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 1.4rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        }

        .mobile-flow-card .step-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

        .mobile-flow-card .step-badge.blue {
            color: #2563EB;
        }

        .mobile-flow-card .step-badge.amber {
            color: #D97706;
        }

        .mobile-flow-card .step-badge.green {
            color: #059669;
        }

        .mobile-flow-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 0.4rem;
        }

        .mobile-flow-card p {
            font-size: 0.92rem;
            color: #475569;
            line-height: 1.55;
            margin: 0;
        }

        .mobile-flow-arrow {
            text-align: center;
            color: #94a3b8;
            font-size: 1.4rem;
        }

        .reveal-text {
            opacity: 0;
        }
