
        :root {
            --mldow-primary: #004c8c;
            --mldow-secondary: #00a8e8;
            --mldow-accent: #ff9f1c;
            --mldow-bg-light: #f8fafc;
            --mldow-text-main: #1e293b;
            --mldow-text-muted: #64748b;
            --mldow-white: #ffffff;
            --mldow-glass: rgba(255, 255, 255, 0.8);
            --mldow-shadow: 0 10px 30px -5px rgba(0, 76, 140, 0.1);
            --mldow-radius: 16px;
            --mldow-container-width: 1300px;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            background-color: var(--mldow-bg-light);
            color: var(--mldow-text-main);
            line-height: 1.6;
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* Typography */
        h1, h2, h3 {
            line-height: 1.2;
            word-break: keep-all;
            white-space: normal;
        }

        .mldow-fluid-h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); font-weight: 800; }
        .mldow-fluid-h2 { font-size: clamp(1.8rem, 3vw + 0.5rem, 2.8rem); font-weight: 700; }
        .mldow-fluid-p { font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem); line-height: 1.8; }

        /* Layout Helpers */
        .mldow-container {
            max-width: var(--mldow-container-width);
            margin: 0 auto;
            padding: 0 24px;
        }

        .mldow-flex {
            display: flex;
            flex-wrap: wrap;
        }

        .mldow-flex > * {
            min-width: 0;
        }

        /* Navigation */
        .mldow-navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: var(--mldow-glass);
            backdrop-filter: blur(12px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 76, 140, 0.05);
            display: flex;
            align-items: center;
        }

        .mldow-nav-inner {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: var(--mldow-container-width);
            margin: 0 auto;
            padding: 0 24px;
        }

        .mldow-logo img {
            height: 40px;
            width: auto;
            display: block;
        }

        .mldow-nav-links {
            display: flex;
            gap: 16px;
            list-style: none;
        }

        .mldow-nav-links a {
            text-decoration: none;
            color: var(--mldow-text-main);
            font-weight: 500;
            padding: 8px 12px;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

        .mldow-nav-links a:hover {
            color: var(--mldow-primary);
            background: rgba(0, 76, 140, 0.05);
        }

        .mldow-nav-links a.active {
            color: var(--mldow-white);
            background: var(--mldow-primary);
        }

        /* Hero Section - Unique Radar Design */
        .mldow-hero {
            padding-top: 160px;
            padding-bottom: 96px;
            background: radial-gradient(circle at 80% 20%, rgba(0, 168, 232, 0.08) 0%, transparent 40%),
                        radial-gradient(circle at 20% 80%, rgba(0, 76, 140, 0.05) 0%, transparent 40%);
            position: relative;
        }

        .mldow-hero-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 48px;
            align-items: center;
        }

        .mldow-hero-content {
            word-break: break-word;
        }

        .mldow-badge {
            display: inline-block;
            padding: 6px 16px;
            background: rgba(0, 76, 140, 0.1);
            color: var(--mldow-primary);
            border-radius: 100px;
            font-weight: 600;
            margin-bottom: 24px;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .mldow-hero-title {
            color: var(--mldow-primary);
            margin-bottom: 24px;
        }

        .mldow-hero-subtitle {
            color: var(--mldow-text-muted);
            margin-bottom: 40px;
            max-width: 600px;
        }

        .mldow-btn-group {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .mldow-btn {
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .mldow-btn-primary {
            background: linear-gradient(135deg, var(--mldow-primary), var(--mldow-secondary));
            color: var(--mldow-white);
            box-shadow: 0 4px 15px rgba(0, 76, 140, 0.3);
        }

        .mldow-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 76, 140, 0.4);
        }

        /* Radar Visual Component */
        .mldow-radar-wrap {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mldow-radar {
            width: 100%;
            max-width: 500px;
            aspect-ratio: 1;
            border: 2px solid rgba(0, 76, 140, 0.1);
            border-radius: 50%;
            position: relative;
            background: radial-gradient(circle, rgba(0, 76, 140, 0.03) 0%, transparent 70%);
        }

        .mldow-radar::before {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            width: 100%; height: 100%;
            background: conic-gradient(from 0deg, var(--mldow-secondary), transparent 90deg);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.2;
            animation: mldow-spin 4s linear infinite;
        }

        .mldow-radar-dot {
            position: absolute;
            width: 12px;
            height: 12px;
            background: var(--mldow-accent);
            border-radius: 50%;
            box-shadow: 0 0 15px var(--mldow-accent);
        }

        @keyframes mldow-spin {
            from { transform: translate(-50%, -50%) rotate(0deg); }
            to { transform: translate(-50%, -50%) rotate(360deg); }
        }

        /* Protocol Nexus Section */
        .mldow-section {
            padding: 96px 0;
        }

        .mldow-section-header {
            text-align: center;
            margin-bottom: 64px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .mldow-grid-nexus {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 32px;
        }

        .mldow-card {
            background: var(--mldow-white);
            padding: 40px;
            border-radius: var(--mldow-radius);
            box-shadow: var(--mldow-shadow);
            border: 1px solid rgba(0, 76, 140, 0.05);
            transition: transform 0.3s ease;
        }

        .mldow-card:hover {
            transform: translateY(-8px);
        }

        .mldow-card-icon {
            font-size: 2.5rem;
            margin-bottom: 24px;
            display: block;
        }

        .mldow-card-title {
            margin-bottom: 16px;
            color: var(--mldow-primary);
        }

        .mldow-tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 20px 0;
        }

        .mldow-tag {
            background: #f1f5f9;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            color: var(--mldow-text-muted);
        }

        /* Features Detail Section */
        .mldow-feature-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 64px;
            margin-bottom: 96px;
        }

        .mldow-feature-row:nth-child(even) {
            flex-direction: row-reverse;
        }

        .mldow-feature-info {
            flex: 1;
            min-width: 320px;
        }

        .mldow-feature-visual {
            flex: 1;
            min-width: 320px;
            background: var(--mldow-white);
            border-radius: var(--mldow-radius);
            padding: 24px;
            box-shadow: var(--mldow-shadow);
        }

        .mldow-feature-list {
            list-style: none;
            margin-top: 24px;
        }

        .mldow-feature-list li {
            margin-bottom: 12px;
            padding-left: 28px;
            position: relative;
        }

        .mldow-feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--mldow-secondary);
            font-weight: bold;
        }

        /* Dynamic Content Section */
        .mldow-latest-news {
            background: #f1f5f9;
            padding: 80px 0;
        }

        /* Footer */
        .mldow-footer {
            background: #0f172a;
            color: rgba(255, 255, 255, 0.8);
            padding: 80px 0 40px;
        }

        .mldow-footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 48px;
            margin-bottom: 64px;
        }

        .mldow-footer-brand h2 {
            color: var(--mldow-white);
            margin-bottom: 24px;
        }

        .mldow-footer-links h4 {
            color: var(--mldow-white);
            margin-bottom: 20px;
        }

        .mldow-footer-links ul {
            list-style: none;
        }

        .mldow-footer-links li {
            margin-bottom: 12px;
        }

        .mldow-footer-links a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }

        .mldow-footer-links a:hover {
            color: var(--mldow-secondary);
        }

        .mldow-copyright {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 0.9rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .mldow-nav-links { display: none; }
            .mldow-hero { padding-top: 120px; text-align: center; }
            .mldow-hero-subtitle { margin-left: auto; margin-right: auto; }
            .mldow-btn-group { justify-content: center; }
            .mldow-radar-wrap { margin-top: 48px; }
        }

        @media (max-width: 768px) {
            .mldow-grid-nexus { grid-template-columns: 1fr; }
            .mldow-feature-row { flex-direction: column !important; text-align: center; }
            .mldow-feature-list li { text-align: left; }
        }
    