
        :root {
            --wtn4v5lr-primary: #0062ff;
            --wtn4v5lr-bg: #f8fafc;
            --wtn4v5lr-text: #1e293b;
            --wtn4v5lr-accent: #38bdf8;
            --wtn4v5lr-card-bg: #ffffff;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            background-color: var(--wtn4v5lr-bg);
            color: var(--wtn4v5lr-text);
            line-height: 1.8;
            word-break: keep-all;
        }

        .wtn4v5lr-eroweyo {
            background: #ffffff;
            border-bottom: 1px solid #e2e8f0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .wtn4v5lr-naqoyon {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 72px;
            flex-wrap: wrap;
        }

        .wtn4v5lr-logo img {
            height: 40px;
            width: auto;
        }

        .wtn4v5lr-tomogot {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .wtn4v5lr-tomogot a {
            text-decoration: none;
            color: #64748b;
            font-weight: 500;
            font-size: 14px;
            transition: color 0.3s;
            min-width: 0;
        }

        .wtn4v5lr-tomogot a:hover, .wtn4v5lr-tomogot a.wtn4v5lr-active {
            color: var(--wtn4v5lr-primary);
        }

        .wtn4v5lr-ogug {
            max-width: 1100px;
            margin: 0 auto;
            padding: 48px 24px;
        }

        .wtn4v5lr-cemedi {
            text-align: center;
            padding: 80px 0;
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            color: white;
            border-radius: 24px;
            margin-bottom: 64px;
        }

        .wtn4v5lr-cemedi h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            margin-bottom: 24px;
            line-height: 1.2;
            word-break: break-word;
        }

        .wtn4v5lr-jipirad {
            font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
            word-break: break-word;
        }

        .wtn4v5lr-ifiwo {
            margin-bottom: 96px;
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
        }

        .wtn4v5lr-ewuzite {
            flex: 1;
            min-width: 320px;
        }

        .wtn4v5lr-ifiwo h2 {
            font-size: 2rem;
            margin-bottom: 24px;
            color: #0f172a;
        }

        .wtn4v5lr-warahi {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 32px;
        }

        .wtn4v5lr-zuwatit {
            background: var(--wtn4v5lr-card-bg);
            padding: 32px;
            border-radius: 16px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            flex: 1;
            min-width: 280px;
            border: 1px solid #f1f5f9;
            transition: transform 0.3s;
        }

        .wtn4v5lr-zuwatit:hover {
            transform: translateY(-8px);
        }

        .wtn4v5lr-zuwatit h3 {
            margin-top: 0;
            color: var(--wtn4v5lr-primary);
            font-size: 1.5rem;
        }

        .wtn4v5lr-zezi {
            display: inline-block;
            background: var(--wtn4v5lr-primary);
            color: white;
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: background 0.3s;
            margin-top: 24px;
        }

        .wtn4v5lr-zezi:hover {
            background: #0052d4;
        }

        .wtn4v5lr-guru {
            display: inline-block;
            background: #f1f5f9;
            color: #475569;
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            margin-left: 16px;
            transition: background 0.3s;
        }

        .wtn4v5lr-guru:hover {
            background: #e2e8f0;
        }

        .wtn4v5lr-dopil {
            background: #0f172a;
            color: #94a3b8;
            padding: 64px 24px;
            text-align: center;
        }

        .wtn4v5lr-huvus {
            max-width: 1200px;
            margin: 0 auto;
            border-top: 1px solid #1e293b;
            padding-top: 32px;
            font-size: 14px;
        }

        .wtn4v5lr-brand-text {
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 16px;
        }

        @media (max-width: 768px) {
            .wtn4v5lr-naqoyon {
                height: auto;
                padding: 16px;
            }
            .wtn4v5lr-tomogot {
                margin-top: 16px;
                justify-content: center;
            }
            .wtn4v5lr-guru {
                margin-left: 0;
                margin-top: 12px;
                display: block;
                text-align: center;
            }
            .wtn4v5lr-zezi {
                display: block;
                text-align: center;
            }
        }
    