
        :root {
            --i_v9rhf6-primary: #D40000;
            --i_v9rhf6-accent: #FF5A00;
            --i_v9rhf6-dark: #1a1a1a;
            --i_v9rhf6-light: #f8f9fa;
            --i_v9rhf6-text: #333333;
            --i_v9rhf6-gray: #666666;
            --i_v9rhf6-white: #ffffff;
        }

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

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

        /* Navigation Layout */
        .i_v9rhf6-bajic {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .i_v9rhf6-nojipur {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 48px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-height: 80px;
        }

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

        .i_v9rhf6-logo img {
            height: 36px;
            display: block;
        }

        .i_v9rhf6-avixi {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 24px;
            align-items: center;
        }

        .i_v9rhf6-avixi a {
            text-decoration: none;
            color: var(--i_v9rhf6-text);
            font-size: 15px;
            font-weight: 500;
            transition: color 0.3s;
            word-break: keep-all;
        }

        .i_v9rhf6-avixi a:hover,
        .i_v9rhf6-avixi a.active {
            color: var(--i_v9rhf6-primary);
        }

        /* Hero Section */
        .i_v9rhf6-patifut {
            position: relative;
            padding-top: 140px;
            padding-bottom: 96px;
            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
            overflow: hidden;
        }

        .i_v9rhf6-uher {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 48px;
        }

        .i_v9rhf6-kaqiti {
            flex: 1;
            min-width: 320px;
            padding-right: 48px;
            word-break: break-word;
        }

        .i_v9rhf6-kaqiti h1 {
            font-size: clamp(2rem, 4vw + 1rem, 4rem);
            line-height: 1.1;
            margin-bottom: 24px;
            color: var(--i_v9rhf6-dark);
            white-space: normal;
        }

        .i_v9rhf6-kaqiti p {
            font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
            color: var(--i_v9rhf6-gray);
            margin-bottom: 40px;
            max-width: 600px;
            line-height: 1.8;
        }

        .i_v9rhf6-ajekadu {
            display: inline-block;
            padding: 18px 48px;
            background: linear-gradient(90deg, var(--i_v9rhf6-primary), var(--i_v9rhf6-accent));
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 18px;
            transition: transform 0.3s, box-shadow 0.3s;
            border: none;
            cursor: pointer;
        }

        .i_v9rhf6-ajekadu:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(212, 0, 0, 0.3);
        }

        .i_v9rhf6-hahip {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .i_v9rhf6-hahip img {
            width: 100%;
            height: auto;
            border-radius: 24px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        }

        /* Features Section */
        .i_v9rhf6-ifike {
            padding: 96px 0;
            background: var(--i_v9rhf6-white);
        }

        .i_v9rhf6-uher-title {
            text-align: center;
            margin-bottom: 64px;
            width: 100%;
        }

        .i_v9rhf6-uher-title h2 {
            font-size: clamp(1.5rem, 3vw, 2.5rem);
            margin-bottom: 16px;
        }

        .i_v9rhf6-ufap {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            justify-content: center;
            width: 100%;
        }

        .i_v9rhf6-sefaq {
            flex: 0 1 calc(33.333% - 32px);
            min-width: 300px;
            background: var(--i_v9rhf6-light);
            padding: 40px;
            border-radius: 20px;
            transition: transform 0.3s;
            word-break: break-word;
        }

        .i_v9rhf6-sefaq:hover {
            transform: translateY(-10px);
            background: var(--i_v9rhf6-white);
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        }

        .i_v9rhf6-sefaq img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 24px;
        }

        .i_v9rhf6-sefaq h3 {
            font-size: 24px;
            margin-bottom: 16px;
            color: var(--i_v9rhf6-dark);
        }

        .i_v9rhf6-sefaq ul {
            list-style: none;
            color: var(--i_v9rhf6-gray);
        }

        .i_v9rhf6-sefaq li {
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
        }

        .i_v9rhf6-sefaq li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: var(--i_v9rhf6-primary);
        }

        /* AI Section Special */
        .i_v9rhf6-hahip-ai {
            background: var(--i_v9rhf6-dark);
            color: var(--i_v9rhf6-white);
            padding: 96px 0;
            border-radius: 40px;
            margin: 48px;
        }

        .i_v9rhf6-hahip-ai h2 {
            color: var(--i_v9rhf6-white);
        }

        .i_v9rhf6-ileco {
            background: transparent;
            border: 1px solid rgba(255,255,255,0.3);
            color: white;
            padding: 12px 32px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
        }

        .i_v9rhf6-ileco:hover {
            background: var(--i_v9rhf6-white);
            color: var(--i_v9rhf6-dark);
        }

        /* Footer */
        .i_v9rhf6-afob {
            background: #f4f4f4;
            padding: 80px 0 40px;
            margin-top: 96px;
        }

        .i_v9rhf6-codine {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 48px;
            margin-bottom: 64px;
        }

        .i_v9rhf6-codine-brand {
            flex: 1;
            min-width: 280px;
        }

        .i_v9rhf6-codine-brand h4 {
            font-size: 20px;
            margin-bottom: 24px;
            color: var(--i_v9rhf6-primary);
        }

        .i_v9rhf6-codine-links {
            flex: 2;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        .i_v9rhf6-codine-col {
            flex: 1;
            min-width: 150px;
        }

        .i_v9rhf6-codine-col h5 {
            margin-bottom: 20px;
            font-size: 16px;
        }

        .i_v9rhf6-codine-col a {
            display: block;
            color: var(--i_v9rhf6-gray);
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 14px;
            transition: color 0.3s;
        }

        .i_v9rhf6-codine-col a:hover {
            color: var(--i_v9rhf6-primary);
        }

        .i_v9rhf6-afob-bottom {
            border-top: 1px solid rgba(0,0,0,0.05);
            padding-top: 40px;
            text-align: center;
            color: var(--i_v9rhf6-gray);
            font-size: 14px;
        }

        /* Dynamic Section */
        .i_v9rhf6-dynamic-list {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 32px;
        }

        .i_v9rhf6-news-item {
            flex: 1;
            min-width: 300px;
            padding: 24px;
            border-left: 3px solid var(--i_v9rhf6-primary);
            background: #fff;
        }

        .i_v9rhf6-news-date {
            font-size: 12px;
            color: var(--i_v9rhf6-gray);
            margin-bottom: 8px;
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .i_v9rhf6-nojipur {
                padding: 0 24px;
            }
            .i_v9rhf6-patifut {
                padding-top: 100px;
                text-align: center;
            }
            .i_v9rhf6-kaqiti {
                padding-right: 0;
                margin-bottom: 48px;
            }
            .i_v9rhf6-avixi {
                display: none; /* In a real site, implement a burger menu */
            }
            .i_v9rhf6-hahip-ai {
                margin: 24px;
                padding: 48px 24px;
            }
        }
    