
        :root {
            --u08qt-primary: #D43F3F; /* WPS Red */
            --u08qt-secondary: #2152FF; /* Intelligent Blue */
            --u08qt-accent: #00C2FF;
            --u08qt-text: #1D1D1F;
            --u08qt-text-light: #86868B;
            --u08qt-bg: #FFFFFF;
            --u08qt-bg-alt: #F5F5F7;
            --u08qt-glass: rgba(255, 255, 255, 0.8);
            --u08qt-max-width: 1400px;
        }

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

        body {
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            color: var(--u08qt-text);
            background-color: var(--u08qt-bg);
            line-height: 1.6;
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* Layout Helpers */
        .u08qt-container {
            max-width: var(--u08qt-max-width);
            margin: 0 auto;
            padding: 0 48px;
            width: 100%;
        }

        @media (max-width: 768px) {
            .u08qt-container {
                padding: 0 24px;
            }
        }

        /* Navigation */
        .u08qt-nav-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: var(--u08qt-glass);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .u08qt-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 72px;
            min-width: 0;
        }

        .u08qt-logo {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .u08qt-logo img {
            height: 32px;
            width: auto;
        }

        .u08qt-menu {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 24px;
            min-width: 0;
        }

        .u08qt-menu a {
            text-decoration: none;
            color: var(--u08qt-text);
            font-size: 15px;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .u08qt-menu a:hover, .u08qt-menu a.u08qt-active {
            color: var(--u08qt-primary);
        }

        @media (max-width: 1024px) {
            .u08qt-menu {
                display: none; /* In a real site, implement a burger menu */
            }
        }

        /* Hero Section - Unique Diagonal Split Design */
        .u08qt-hero {
            padding-top: 160px;
            padding-bottom: 96px;
            background: linear-gradient(135deg, #FFF5F5 0%, #F0F4FF 100%);
            position: relative;
            overflow: hidden;
        }

        .u08qt-hero-grid {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 64px;
        }

        .u08qt-hero-content {
            flex: 1;
            min-width: 320px;
            word-break: break-word;
        }

        .u08qt-hero-content h1 {
            font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
            line-height: 1.1;
            font-weight: 700;
            margin-bottom: 32px;
            letter-spacing: -0.02em;
            background: linear-gradient(to right, #1d1d1f, #D43F3F);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .u08qt-hero-content p {
            font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.4rem);
            color: var(--u08qt-text-light);
            margin-bottom: 48px;
            max-width: 600px;
        }

        .u08qt-cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

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

        .u08qt-btn-primary {
            background: var(--u08qt-primary);
            color: white;
            box-shadow: 0 10px 20px rgba(212, 63, 63, 0.2);
        }

        .u08qt-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(212, 63, 63, 0.3);
        }

        .u08qt-btn-secondary {
            background: white;
            color: var(--u08qt-text);
            border: 1px solid rgba(0,0,0,0.1);
        }

        .u08qt-btn-secondary:hover {
            background: var(--u08qt-bg-alt);
        }

        /* Template Showcase Grid */
        .u08qt-template-section {
            padding: 96px 0;
            background: white;
        }

        .u08qt-section-title {
            text-align: center;
            margin-bottom: 64px;
        }

        .u08qt-section-title h2 {
            font-size: clamp(2rem, 3vw + 0.5rem, 3rem);
            margin-bottom: 16px;
        }

        .u08qt-template-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 32px;
        }

        .u08qt-template-card {
            background: var(--u08qt-bg-alt);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            border: 1px solid transparent;
            position: relative;
        }

        .u08qt-template-card:hover {
            transform: translateY(-10px);
            border-color: var(--u08qt-primary);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        }

        .u08qt-card-image {
            aspect-ratio: 3/4;
            background: #E5E5E7;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--u08qt-text-light);
            font-weight: 600;
            position: relative;
            overflow: hidden;
        }

        /* Decorative Placeholder Visual */
        .u08qt-card-image::after {
            content: "RESUME PREVIEW";
            font-size: 12px;
            letter-spacing: 2px;
            opacity: 0.3;
        }

        .u08qt-card-info {
            padding: 24px;
        }

        .u08qt-card-tag {
            font-size: 12px;
            text-transform: uppercase;
            color: var(--u08qt-primary);
            font-weight: 700;
            margin-bottom: 8px;
            display: block;
        }

        .u08qt-card-info h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        /* AI Intelligence Engine Matrix Section */
        .u08qt-ai-matrix {
            padding: 96px 0;
            background: #000;
            color: white;
        }

        .u08qt-matrix-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        .u08qt-matrix-item {
            flex: 1;
            min-width: 340px;
            background: #1C1C1E;
            padding: 48px;
            border-radius: 24px;
            border: 1px solid #333;
        }

        .u08qt-matrix-item h3 {
            font-size: 28px;
            margin-bottom: 24px;
            color: var(--u08qt-accent);
        }

        .u08qt-matrix-feature-list {
            list-style: none;
            margin-top: 32px;
        }

        .u08qt-matrix-feature-list li {
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            font-size: 15px;
            color: #A1A1A6;
        }

        .u08qt-matrix-feature-list li::before {
            content: "•";
            color: var(--u08qt-accent);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        /* Benchmarks Section */
        .u08qt-benchmarks {
            padding: 96px 0;
            background: var(--u08qt-bg-alt);
        }

        .u08qt-benchmark-card {
            background: white;
            border-radius: 24px;
            padding: 48px;
            margin-bottom: 32px;
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
        }

        .u08qt-benchmark-stat {
            flex: 1;
            min-width: 200px;
        }

        .u08qt-stat-value {
            font-size: 48px;
            font-weight: 700;
            color: var(--u08qt-primary);
            display: block;
        }

        .u08qt-stat-label {
            font-size: 14px;
            color: var(--u08qt-text-light);
        }

        /* Dynamic Content Section */
        .u08qt-news-section {
            padding: 96px 0;
        }

        .u08qt-news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }

        .u08qt-news-item {
            padding-bottom: 24px;
            border-bottom: 1px solid #eee;
        }

        .u08qt-news-item h4 {
            margin-bottom: 8px;
            font-size: 18px;
        }

        /* Footer */
        .u08qt-footer {
            padding: 80px 0 40px;
            background: #F5F5F7;
            border-top: 1px solid #E5E5E7;
        }

        .u08qt-footer-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 64px;
            margin-bottom: 64px;
        }

        .u08qt-footer-brand {
            flex: 2;
            min-width: 300px;
        }

        .u08qt-brand-text {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 16px;
            color: var(--u08qt-primary);
        }

        .u08qt-footer-links {
            flex: 1;
            min-width: 150px;
        }

        .u08qt-footer-links h5 {
            margin-bottom: 20px;
            font-size: 14px;
            color: var(--u08qt-text);
        }

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

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

        .u08qt-footer-links a {
            text-decoration: none;
            color: var(--u08qt-text-light);
            font-size: 14px;
            transition: color 0.3s;
        }

        .u08qt-footer-links a:hover {
            color: var(--u08qt-primary);
        }

        .u08qt-copyright {
            padding-top: 32px;
            border-top: 1px solid #D2D2D7;
            font-size: 12px;
            color: var(--u08qt-text-light);
            text-align: center;
        }

        /* Utilities */
        .u08qt-text-gradient-blue {
            background: linear-gradient(to right, #2152FF, #00C2FF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        @media (max-width: 768px) {
            .u08qt-hero {
                padding-top: 120px;
                text-align: center;
            }
            .u08qt-cta-group {
                justify-content: center;
            }
            .u08qt-matrix-item {
                padding: 32px;
            }
        }
    