
        :root {
            --wtn4v5lr-primary: #0052cc;
            --wtn4v5lr-secondary: #00b8d9;
            --wtn4v5lr-dark: #172b4d;
            --wtn4v5lr-light: #f4f5f7;
            --wtn4v5lr-white: #ffffff;
            --wtn4v5lr-text: #091e42;
            --wtn4v5lr-accent: #6554c0;
            --wtn4v5lr-spacing: 8px;
        }

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

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

        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }

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

        /* Navigation */
        .wtn4v5lr-eroweyo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .wtn4v5lr-naqoyon {
            max-width: 1400px;
            width: 100%;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-height: 80px;
        }

        .wtn4v5lr-logo {
            flex: 0 0 auto;
            min-width: 0;
        }

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

        .wtn4v5lr-tomogot {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            min-width: 0;
        }

        .wtn4v5lr-tomogot a {
            font-size: 15px;
            font-weight: 500;
            color: var(--wtn4v5lr-dark);
            padding: 8px 4px;
            border-bottom: 2px solid transparent;
        }

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

        /* Hero Showcase */
        .wtn4v5lr-cemedi {
            padding: 160px 24px 100px;
            background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            overflow: hidden;
        }

        .wtn4v5lr-ifiwo {
            position: relative;
            max-width: 1400px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 48px;
        }

        .wtn4v5lr-jipirad {
            flex: 1 1 500px;
            min-width: 0;
        }

        .wtn4v5lr-jipirad h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            margin-bottom: 24px;
            color: var(--wtn4v5lr-dark);
            font-weight: 800;
        }

        .wtn4v5lr-jipirad p {
            font-size: clamp(1.1rem, 2vw, 1.3rem);
            margin-bottom: 40px;
            color: #42526e;
            max-width: 600px;
        }

        .wtn4v5lr-ifiwo .wtn4v5lr-img-box {
            flex: 1 1 500px;
            min-width: 0;
            position: relative;
        }

        .wtn4v5lr-ifiwo .wtn4v5lr-img-box img {
            border-radius: 20px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.12);
            transform: perspective(1000px) rotateY(-5deg);
            transition: transform 0.5s ease;
        }

        .wtn4v5lr-ifiwo .wtn4v5lr-img-box:hover img {
            transform: perspective(1000px) rotateY(0deg);
        }

        /* Buttons */
        .wtn4v5lr-ewuzite-btns {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .wtn4v5lr-zezi {
            background: var(--wtn4v5lr-primary);
            color: white;
            padding: 16px 40px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 18px;
            box-shadow: 0 4px 14px rgba(0, 82, 204, 0.3);
        }

        .wtn4v5lr-zezi:hover {
            background: #0043a8;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 82, 204, 0.4);
        }

        .wtn4v5lr-guru {
            background: var(--wtn4v5lr-white);
            color: var(--wtn4v5lr-primary);
            padding: 16px 40px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 18px;
            border: 2px solid var(--wtn4v5lr-primary);
        }

        .wtn4v5lr-guru:hover {
            background: var(--wtn4v5lr-light);
            transform: translateY(-2px);
        }

        /* General Container */
        .wtn4v5lr-ogug {
            padding: 96px 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .wtn4v5lr-naqoyon-inner {
            max-width: 1200px;
            width: 100%;
        }

        .wtn4v5lr-title-group {
            text-align: center;
            margin-bottom: 64px;
        }

        .wtn4v5lr-title-group h2 {
            font-size: clamp(2rem, 4vw, 2.8rem);
            margin-bottom: 16px;
            color: var(--wtn4v5lr-dark);
        }

        .wtn4v5lr-title-group p {
            max-width: 700px;
            margin: 0 auto;
            color: #42526e;
            font-size: 18px;
        }

        /* Cards Grid */
        .wtn4v5lr-ewuzite {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            width: 100%;
        }

        .wtn4v5lr-warahi {
            background: var(--wtn4v5lr-white);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(9, 30, 66, 0.05);
            border: 1px solid #ebecf0;
            transition: all 0.3s ease;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            min-width: 0;
        }

        .wtn4v5lr-warahi:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(9, 30, 66, 0.1);
            border-color: var(--wtn4v5lr-primary);
        }

        .wtn4v5lr-zuwatit {
            min-width: 0;
        }

        .wtn4v5lr-zuwatit h3 {
            font-size: 22px;
            margin-bottom: 16px;
            color: var(--wtn4v5lr-dark);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .wtn4v5lr-zuwatit ul {
            list-style: none;
            margin-top: 16px;
        }

        .wtn4v5lr-zuwatit ul li {
            margin-bottom: 12px;
            padding-left: 24px;
            position: relative;
            font-size: 15px;
            color: #42526e;
        }

        .wtn4v5lr-zuwatit ul li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--wtn4v5lr-secondary);
            font-weight: bold;
        }

        /* Feature Split Layout */
        .wtn4v5lr-split {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 64px;
            margin-top: 80px;
        }

        .wtn4v5lr-split-img {
            flex: 1 1 450px;
            min-width: 0;
        }

        .wtn4v5lr-split-img img {
            border-radius: 12px;
            width: 100%;
        }

        .wtn4v5lr-split-info {
            flex: 1 1 450px;
            min-width: 0;
        }

        .wtn4v5lr-split-info h3 {
            font-size: 32px;
            margin-bottom: 24px;
            color: var(--wtn4v5lr-dark);
        }

        /* FAQ Accordion Style */
        .wtn4v5lr-faq-item {
            border-bottom: 1px solid #ebecf0;
            padding: 24px 0;
        }

        .wtn4v5lr-faq-q {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 12px;
            color: var(--wtn4v5lr-primary);
        }

        .wtn4v5lr-faq-a {
            color: #42526e;
            line-height: 1.8;
        }

        /* Footer */
        .wtn4v5lr-dopil {
            background: var(--wtn4v5lr-dark);
            color: var(--wtn4v5lr-white);
            padding: 80px 24px 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .wtn4v5lr-huvus {
            max-width: 1400px;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 48px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 60px;
        }

        .wtn4v5lr-footer-col h4 {
            font-size: 18px;
            margin-bottom: 24px;
            color: var(--wtn4v5lr-white);
        }

        .wtn4v5lr-footer-col p {
            color: #97a0af;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .wtn4v5lr-footer-links {
            list-style: none;
        }

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

        .wtn4v5lr-footer-links a {
            color: #97a0af;
            font-size: 14px;
        }

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

        .wtn4v5lr-copyright {
            width: 100%;
            text-align: center;
            padding-top: 40px;
            color: #7a869a;
            font-size: 14px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .wtn4v5lr-naqoyon {
                flex-direction: column;
                padding: 16px;
                min-height: auto;
            }
            .wtn4v5lr-tomogot {
                margin-top: 20px;
                justify-content: center;
                gap: 12px;
            }
            .wtn4v5lr-cemedi {
                padding-top: 140px;
            }
            .wtn4v5lr-ifiwo {
                flex-direction: column;
                text-align: center;
            }
            .wtn4v5lr-ewuzite-btns {
                justify-content: center;
            }
            .wtn4v5lr-split {
                flex-direction: column !important;
            }
        }
    