
        :root {
            --rh-s-primary: #d42f2d;
            --rh-s-primary-dark: #b52624;
            --rh-s-text-main: #2d2d2d;
            --rh-s-text-sub: #666666;
            --rh-s-bg-light: #ffffff;
            --rh-s-bg-gray: #f8f9fa;
            --rh-s-shadow: 0 10px 30px rgba(0,0,0,0.08);
            --rh-s-radius: 12px;
            --rh-s-max-w: 1400px;
        }

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

        body {
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            color: var(--rh-s-text-main);
            line-height: 1.8;
            background-color: var(--rh-s-bg-light);
            word-break: keep-all;
        }

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

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

        .rh-s-yeqejat {
            max-width: var(--rh-s-max-w);
            margin: 0 auto;
            padding: 0 48px;
            width: 100%;
        }

        .rh-s-ritun {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 24px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .rh-s-logo {
            min-width: 0;
            flex-shrink: 0;
        }

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

        .rh-s-jeti {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 40px;
        }

        .rh-s-jeti li {
            min-width: 0;
        }

        .rh-s-jeti a {
            font-size: 16px;
            font-weight: 500;
            color: var(--rh-s-text-main);
            position: relative;
        }

        .rh-s-jeti a.active {
            color: var(--rh-s-primary);
        }

        .rh-s-jeti a.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--rh-s-primary);
        }

        .rh-s-jeti a:hover {
            color: var(--rh-s-primary);
        }

        .rh-s-ruyoj {
            display: flex;
            flex-wrap: wrap;
            min-height: 85vh;
            align-items: center;
            background: url('images/index_hero_bg.jpg') center/cover no-repeat;
            position: relative;
            padding: 96px 0;
            overflow: hidden;
        }

        .rh-s-ruyoj::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 100%);
        }

        .rh-s-xohujux {
            position: relative;
            z-index: 2;
            max-width: 800px;
            min-width: 0;
        }

        .rh-s-ruyoj h1 {
            font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
            line-height: 1.2;
            color: var(--rh-s-primary);
            margin-bottom: 24px;
            font-weight: 800;
            white-space: normal;
        }

        .rh-s-ruyoj p {
            font-size: clamp(1.1rem, 2vw + 0.5rem, 1.5rem);
            color: var(--rh-s-text-sub);
            margin-bottom: 48px;
            max-width: 600px;
            word-break: break-word;
        }

        .rh-s-saje {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }

        .rh-s-dahu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 18px 48px;
            background: var(--rh-s-primary);
            color: white;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            min-width: 200px;
            box-shadow: 0 10px 20px rgba(212, 47, 45, 0.2);
        }

        .rh-s-dahu:hover {
            transform: translateY(-3px);
            background: var(--rh-s-primary-dark);
            color: white;
        }

        .rh-s-giti {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 18px 48px;
            border: 2px solid var(--rh-s-primary);
            color: var(--rh-s-primary);
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            min-width: 200px;
        }

        .rh-s-giti:hover {
            background: rgba(212, 47, 45, 0.05);
            transform: translateY(-3px);
        }

        .rh-s-kived {
            padding: 120px 0;
            background: var(--rh-s-bg-light);
        }

        .rh-s-yeqejat-flex {
            display: flex;
            flex-wrap: wrap;
            gap: 64px;
            align-items: center;
        }

        .rh-s-yeqejat-flex > div {
            flex: 1;
            min-width: 350px;
        }

        .rh-s-kived h2 {
            font-size: clamp(2rem, 3vw, 3rem);
            margin-bottom: 32px;
            line-height: 1.3;
        }

        .rh-s-kived p {
            font-size: 18px;
            color: var(--rh-s-text-sub);
            margin-bottom: 24px;
            word-break: break-word;
        }

        .rh-s-axomi {
            padding: 120px 0;
            background: var(--rh-s-bg-gray);
        }

        .rh-s-aluhunu-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin-top: 64px;
        }

        .rh-s-aluhunu {
            flex: 1;
            min-width: 300px;
            background: white;
            padding: 48px;
            border-radius: var(--rh-s-radius);
            transition: all 0.4s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
            border-bottom: 4px solid transparent;
        }

        .rh-s-aluhunu:hover {
            transform: translateY(-10px);
            box-shadow: var(--rh-s-shadow);
            border-color: var(--rh-s-primary);
        }

        .rh-s-wubiso {
            min-width: 0;
        }

        .rh-s-wubiso h3 {
            font-size: 24px;
            margin-bottom: 20px;
            color: var(--rh-s-primary);
        }

        .rh-s-faq {
            padding: 120px 0;
            background: var(--rh-s-bg-light);
        }

        .rh-s-faq-item {
            margin-bottom: 32px;
            padding-bottom: 32px;
            border-bottom: 1px solid #eee;
        }

        .rh-s-faq h2 {
            text-align: center;
            margin-bottom: 64px;
            font-size: 36px;
        }

        .rh-s-faq-item h3 {
            font-size: 22px;
            margin-bottom: 16px;
            color: var(--rh-s-text-main);
        }

        .rh-s-faq-item p {
            color: var(--rh-s-text-sub);
            font-size: 16px;
        }

        .rh-s-kakafoz {
            background: #1a1a1a;
            color: white;
            padding: 96px 0 48px;
        }

        .rh-s-yikimi {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 48px;
            margin-bottom: 64px;
        }

        .rh-s-yikimi > div {
            flex: 1;
            min-width: 200px;
        }

        .rh-s-yikimi h4 {
            font-size: 18px;
            margin-bottom: 24px;
            color: #fff;
        }

        .rh-s-yikimi ul {
            list-style: none;
        }

        .rh-s-yikimi li {
            margin-bottom: 12px;
        }

        .rh-s-yikimi a {
            color: #999;
            font-size: 14px;
        }

        .rh-s-yikimi a:hover {
            color: var(--rh-s-primary);
        }

        .rh-s-copyright {
            text-align: center;
            padding-top: 48px;
            border-top: 1px solid #333;
            color: #666;
            font-size: 14px;
            width: 100%;
        }

        .rh-s-tag {
            display: inline-block;
            padding: 6px 16px;
            background: rgba(212, 47, 45, 0.1);
            color: var(--rh-s-primary);
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        [data-dynamic-content] {
            border-left: 4px solid var(--rh-s-primary);
            padding-left: 24px;
        }

        @media (max-width: 768px) {
            .rh-s-yeqejat { padding: 0 24px; }
            .rh-s-ritun { flex-direction: column; gap: 20px; text-align: center; }
            .rh-s-jeti { justify-content: center; gap: 20px; }
            .rh-s-yeqejat-flex { flex-direction: column; }
            .rh-s-yeqejat-flex > div { min-width: 100%; }
            .rh-s-ruyoj { text-align: center; padding: 64px 0; }
            .rh-s-saje { justify-content: center; }
            .rh-s-aluhunu-grid { flex-direction: column; }
        }
    