.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-114 .elementor-element.elementor-element-08b75bb{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-114 .elementor-element.elementor-element-03bd1d9{font-family:"Roboto", Sans-serif;font-weight:400;}body.elementor-page-114:not(.elementor-motion-effects-element-type-background), body.elementor-page-114 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#272422;}/* Start custom CSS for text-editor, class: .elementor-element-03bd1d9 */<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Cookie Policy - AI Networks Global Oy</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Kanit', sans-serif;
            background: linear-gradient(135deg, #1a1816 0%, #2d2926 100%);
            color: #e8e6e3;
            line-height: 1.8;
            min-height: 100vh;
        }

        .cookie-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        h1 {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 3px solid #4a4744;
            letter-spacing: -0.5px;
        }

        .meta-info {
            font-family: 'Kanit', sans-serif;
            font-size: 0.9rem;
            color: #b8b6b3;
            margin-bottom: 40px;
            font-weight: 300;
        }

        h2 {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 600;
            color: #ffffff;
            margin-top: 50px;
            margin-bottom: 20px;
            padding-top: 20px;
            border-top: 1px solid #3a3836;
            letter-spacing: -0.3px;
        }

        h3 {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(1.2rem, 2.5vw, 1.5rem);
            font-weight: 500;
            color: #f5f5f5;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        h4 {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(1rem, 2vw, 1.2rem);
            font-weight: 500;
            color: #f5f5f5;
            margin-top: 20px;
            margin-bottom: 12px;
        }

        p {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(0.95rem, 1.5vw, 1.05rem);
            font-weight: 300;
            margin-bottom: 18px;
            color: #e8e6e3;
            line-height: 1.9;
        }

        ul, ol {
            margin-left: 25px;
            margin-bottom: 20px;
            padding-left: 10px;
        }

        li {
            font-family: 'Kanit', sans-serif;
            font-size: clamp(0.95rem, 1.5vw, 1.05rem);
            font-weight: 300;
            margin-bottom: 12px;
            color: #e8e6e3;
            line-height: 1.8;
        }

        strong {
            font-weight: 600;
            color: #ffffff;
        }

        a {
            color: #6b9bd1;
            text-decoration: none;
            transition: color 0.3s ease;
            font-family: 'Kanit', sans-serif;
            word-break: break-word;
        }

        a:hover {
            color: #8bb3e0;
            text-decoration: underline;
        }

        .info-box {
            background-color: rgba(51, 47, 44, 0.6);
            border-left: 4px solid #ffffff;
            padding: 20px;
            margin: 25px 0;
            border-radius: 4px;
        }

        .info-box p {
            margin-bottom: 10px;
        }

        .info-box p:last-child {
            margin-bottom: 0;
        }

        .cookie-table-wrapper {
            overflow-x: auto;
            margin: 25px 0;
            border-radius: 4px;
            background-color: rgba(51, 47, 44, 0.3);
        }

        table {
            width: 100%;
            border-collapse: collapse;
            font-family: 'Kanit', sans-serif;
            min-width: 600px;
        }

        thead {
            background-color: rgba(51, 47, 44, 0.8);
        }

        th {
            font-family: 'Kanit', sans-serif;
            font-weight: 600;
            color: #ffffff;
            padding: 15px;
            text-align: left;
            border-bottom: 2px solid #4a4744;
            font-size: clamp(0.9rem, 1.5vw, 1rem);
        }

        td {
            font-family: 'Kanit', sans-serif;
            font-weight: 300;
            color: #ffffff;
            padding: 12px 15px;
            border-bottom: 1px solid #3a3836;
            font-size: clamp(0.85rem, 1.5vw, 0.95rem);
        }

        tr:last-child td {
            border-bottom: none;
        }

        tbody tr:hover {
            background-color: rgba(51, 47, 44, 0.4);
        }

        .contact-section {
            background-color: rgba(51, 47, 44, 0.6);
            padding: 30px;
            border-radius: 8px;
            margin-top: 40px;
        }

        .contact-section h2 {
            margin-top: 0;
            border-top: none;
            padding-top: 0;
        }

        .highlight-box {
            background-color: rgba(107, 155, 209, 0.1);
            border-left: 4px solid #6b9bd1;
            padding: 15px 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .highlight-box p {
            margin-bottom: 0;
            color: #ffffff;
        }

        .last-updated {
            font-style: italic;
            color: #b8b6b3;
        }

        /* Tablet responsiveness */
        @media (max-width: 768px) {
            .cookie-container {
                padding: 40px 15px;
            }

            h2 {
                margin-top: 40px;
            }

            ul, ol {
                margin-left: 20px;
            }

            .info-box, .contact-section {
                padding: 15px;
            }

            th, td {
                padding: 10px;
            }
        }

        /* Mobile responsiveness */
        @media (max-width: 480px) {
            .cookie-container {
                padding: 30px 15px;
            }

            h2 {
                margin-top: 35px;
            }

            ul, ol {
                margin-left: 15px;
                padding-left: 5px;
            }

            .info-box {
                padding: 15px;
                margin: 20px 0;
            }

            .contact-section {
                padding: 20px;
                margin-top: 30px;
            }

            th, td {
                padding: 8px;
                font-size: 0.85rem;
            }
        }
    </style>/* End custom CSS */