        :root { --primary:#c31e1c; --bg:#070a0f; --card:#181a1b; --card-hover:#380102; --text:#cbd5e1; --text-light:#ffffff; --btn-text:#000000; --radius:16px; --sidebar-w:260px; --font:'Inter',sans-serif; }
        * { box-sizing:border-box; margin:0; padding:0; font-family:var(--font); }
        body { background:var(--bg); color:var(--text); display:flex; min-height:100vh; overflow-x:hidden; }
        a { text-decoration:none; color:inherit; }
        .c1n336zs { width:var(--sidebar-w); background:var(--card); border-right:1px solid rgba(128,128,128,.1); display:flex; flex-direction:column; position:fixed; height:100vh; top:0; left:0; z-index:100; transition:transform .3s; }
        .c2iw8tcn { flex:1; margin-left:var(--sidebar-w); display:flex; flex-direction:column; min-width:0; }
        .cu4h4qbw { height:70px; background:rgba(0,0,0,.05); backdrop-filter:blur(10px); position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:flex-end; padding:0 32px; border-bottom:1px solid rgba(128,128,128,.1); }
        .c24zwjje { background:var(--primary); color:var(--btn-text); font-weight:800; padding:10px 24px; border-radius:calc(var(--radius)/2); transition:.2s; text-transform:uppercase; letter-spacing:.5px; font-size:14px; display:inline-flex; justify-content:center; align-items:center; border:none; cursor:pointer; }
        .c24zwjje:hover { filter:brightness(1.1); transform:translateY(-1px); }
        .c53llvxh { color:var(--text-light); font-weight:600; padding:10px 24px; font-size:14px; }
        .c53llvxh:hover { color:var(--primary); }
        .c26j50ne { padding:10px 22px; display:flex; align-items:center; height:70px; }
        .c26j50ne img { max-height:50px; max-width:100%; object-fit:contain; }
        .c26j50ne h1 { color:var(--text-light); font-size:24px; font-weight:900; }
        .c2k8xmf5 { padding:20px 16px; display:flex; flex-direction:column; gap:8px; }
        .c1tlex4m { padding:12px 16px; border-radius:calc(var(--radius)/1.5); color:var(--text); font-weight:600; display:flex; align-items:center; gap:12px; transition:.2s; }
        .c1tlex4m:hover { background:var(--card-hover); color:var(--text-light); }
        .c2bpvr6t { padding:32px; max-width:1400px; margin:0 auto; width:100%; display:flex; flex-direction:column; gap:40px; }
        .c25tn9ey { font-size:24px; font-weight:800; color:var(--text-light); margin-bottom:24px; display:flex; align-items:center; gap:10px; }
        .c25tn9ey::before { content:''; display:block; width:4px; height:20px; background:var(--primary); border-radius:2px; }
        .c2l50pna { background:var(--card); border-radius:calc(var(--radius)*1.5); overflow:hidden; position:relative; display:flex; flex-direction:column; justify-content:center; min-height:380px; padding:50px; border:1px solid rgba(128,128,128,.1); }
        .c11k700z { position:absolute; top:0; right:0; bottom:0; left:30%; background-size:cover; background-position:right center; mask-image:linear-gradient(to right, transparent, black); -webkit-mask-image:linear-gradient(to right, transparent 0%, black 50%); opacity:.6; z-index:1; }
        .c2eaviip { position:relative; z-index:2; max-width:500px; }
        .c1g5yq6o { display:inline-block; background:var(--card-hover); color:var(--primary); font-size:12px; font-weight:800; padding:6px 12px; border-radius:calc(var(--radius)/2); margin-bottom:16px; }
        .c2l50pna h1 { font-size:48px; font-weight:900; color:var(--text-light); line-height:1.1; margin-bottom:16px; }
        .c2l50pna p { font-size:16px; color:var(--text); line-height:1.6; margin-bottom:32px; }
        .c3jf8adi { background:linear-gradient(135deg, var(--card), var(--primary)); border-radius:calc(var(--radius)*1.5); padding:60px 40px; text-align:center; position:relative; overflow:hidden; }
        .c6uqfi8y { padding:40px 32px; border-radius:var(--radius); margin:24px 0; text-align:center; background-size:cover; background-position:center; background-color:var(--card); }
        .clhigaao h2 { color:var(--text-light); margin:0 0 12px; font-size:30px; font-weight:800; }
        .clhigaao p { color:var(--text); margin:0 auto 24px; font-size:16px; max-width:640px; line-height:1.5; }
        .c271pw31 { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
        .cnjk44ey { display:inline-flex; align-items:center; gap:12px; background:#000; color:#fff; padding:10px 20px; border-radius:8px; text-decoration:none; transition:.15s; }
        .cnjk44ey:hover { background:#222; transform:translateY(-2px); }
        .cnjk44ey svg { flex-shrink:0; }
        .cnjk44ey span { display:flex; flex-direction:column; align-items:flex-start; line-height:1.1; }
        .cnjk44ey small { font-size:9px; opacity:.75; text-transform:uppercase; letter-spacing:.05em; font-weight:500; }
        .cnjk44ey strong { font-size:15px; font-weight:700; }
        .c3jf8adi h2 { color:#fff; font-size:36px; font-weight:900; margin-bottom:16px; }
        .c3jf8adi p { color:rgba(255,255,255,.9); font-size:18px; margin-bottom:32px; max-width:600px; margin-left:auto; margin-right:auto; }
        .c3jf8adi .c24zwjje { font-size:18px; padding:16px 36px; background:#000; color:var(--primary); }
        .ck0vqczt, .cp7ndvh1 { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:16px; }
        .c2buqrvs { background:linear-gradient(135deg, var(--card), var(--card-hover)); border-radius:var(--radius); padding:24px; border:1px solid rgba(128,128,128,.1); position:relative; overflow:hidden; }
        .c2buqrvs strong { display:block; color:var(--text-light); font-size:20px; margin-bottom:8px; }
        .c2buqrvs p { font-size:14px; color:var(--text); margin-bottom:16px; }
        .c1it7wff { display:grid; grid-template-columns:repeat(auto-fill, minmax(180px, 1fr)); gap:16px; }
        .c11wojut { background:var(--card); border-radius:var(--radius); overflow:hidden; position:relative; transition:.3s; display:block; }
        .c11wojut:hover { transform:translateY(-4px); background:var(--card-hover); }
        .cuizl5n3 { aspect-ratio:3/4; background:var(--card-hover); position:relative; overflow:hidden; }
        .cuizl5n3 img { width:100%; height:100%; object-fit:cover; }
        .c2knc6lh { position:absolute; inset:0; background:rgba(0,0,0,.6); display:flex; align-items:center; justify-content:center; opacity:0; transition:.2s; }
        .c11wojut:hover .c2knc6lh { opacity:1; }
        .c6ctpdok { width:50px; height:50px; background:var(--primary); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#000; font-size:24px; padding-left:4px; }
        .c14e34rw { padding:16px; }
        .c14e34rw strong { display:block; color:var(--text-light); font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:4px; }
        .c14e34rw span { display:block; color:var(--text); font-size:12px; opacity:.8; }
        .c1fqa7k3 { color:#facc15 !important; font-weight:900; font-size:14px !important; opacity:1 !important; }
        .c2keh5t7 { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px, 1fr)); gap:16px; }
        .c9pbh9p2 { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:16px; }
        .clnr6qg5 { background:var(--card); border:1px solid rgba(128,128,128,.15); border-radius:var(--radius); padding:18px; display:flex; flex-direction:column; gap:14px; }
        .c368mi9m { display:flex; justify-content:space-between; align-items:center; font-size:11px; text-transform:uppercase; letter-spacing:.05em; }
        .c368mi9m .c1dehk3a { color:var(--text); opacity:.65; font-weight:600; }
        .c8oh5ejj { background:var(--primary); color:#000; padding:3px 8px; border-radius:4px; font-weight:700; font-size:10px; }
        .c1c2ggl3 { display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:15px; color:var(--text-light); font-weight:600; text-align:center; }
        .c1c2ggl3 strong { flex:1; min-width:0; word-break:break-word; }
        .c1c2ggl3 em { font-style:normal; opacity:.45; font-size:11px; font-weight:400; }
        .c1q8ochm { display:grid; grid-template-columns:repeat(auto-fit, minmax(60px, 1fr)); gap:6px; }
        .c1sa2j88 { background:rgba(128,128,128,.08); padding:8px 6px; text-align:center; border-radius:6px; display:flex; flex-direction:column; gap:2px; }
        .c1sa2j88 em { font-style:normal; font-size:10px; opacity:.55; }
        .c1sa2j88 strong { color:var(--primary); font-weight:700; font-size:14px; }
        .cgc369wc { font-size:13px; padding:10px 16px; text-align:center; }
        /* === SITE FOOTER (компактный, визуально отделённый блок) === */
        .cnx91j7a { background:rgba(0,0,0,.18); border-top:1px solid rgba(255,255,255,.06); padding:24px 32px 18px; margin-top:32px; color:var(--text); font-size:13px; line-height:1.55; text-align:center; }
        .cnx91j7a .c1e1quik { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:18px 28px; padding:2px 0 16px; margin-bottom:14px; border-bottom:1px solid rgba(255,255,255,.05); }
        .cnx91j7a .c24ldnun { display:inline-flex; align-items:center; justify-content:center; height:40px; opacity:.65; transition:opacity .2s, filter .2s; filter:saturate(.85) brightness(1.05); }
        .cnx91j7a .c24ldnun:hover { opacity:1; filter:none; }
        .cnx91j7a .c24ldnun img { max-height:40px; max-width:110px; width:auto; height:auto; object-fit:contain; display:block; }
        .cnx91j7a .c1m3j3ix { display:flex; flex-wrap:wrap; justify-content:center; gap:4px 22px; margin-bottom:10px; }
        .cnx91j7a .c2827nna { color:var(--text); text-decoration:none; opacity:.75; transition:opacity .15s, color .15s; font-size:13px; }
        .cnx91j7a .c2827nna:hover { opacity:1; color:var(--text-light); text-decoration:underline; }
        .cnx91j7a .c1xuq514 { color:var(--text); opacity:.65; font-size:12px; line-height:1.55; max-width:none; margin:0; padding:0 16px; }
        @media (max-width:768px) {
          .cnx91j7a { padding:24px 14px 18px; margin-top:24px; }
          .cnx91j7a .c1e1quik { gap:12px 18px; padding:2px 0 14px; margin-bottom:12px; }
          .cnx91j7a .c24ldnun { height:34px; }
          .cnx91j7a .c24ldnun img { max-height:34px; max-width:90px; }
          .cnx91j7a .c1m3j3ix { gap:4px 14px; margin-bottom:10px; }
          .cnx91j7a .c1xuq514 { padding:0; line-height:1.65; }
        }
        .c2db2m01 { background:var(--card); border-radius:var(--radius); padding:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; }
        .c2db2m01 img { max-height:40px; max-width:100%; object-fit:contain; }
        .c2db2m01 span { font-size:13px; font-weight:600; color:var(--text-light); text-align:center; }
        .c5njz792 { display:block; transition:.15s }
        .c5njz792:hover { transform:translateY(-2px) }
        .c3z2qmmn { background:var(--card); border-radius:calc(var(--radius)*1.5); padding:40px; border:1px solid rgba(128,128,128,.1); line-height:1.7; }
        .c3z2qmmn h2, .c3z2qmmn h3 { color:var(--text-light); margin-bottom:16px; margin-top:16px; }
        .c3z2qmmn p { margin-bottom:16px; }
        .c3z2qmmn ul { margin:12px 0 16px 24px; }
        .c3z2qmmn li { margin-bottom:6px; }
        /* Таблицы в контенте (Google любит таблицы — rich results / AI Overviews). */
        .c3z2qmmn .coe2b9zt { overflow-x:auto; margin:18px 0 22px; -webkit-overflow-scrolling:touch; }
        .c3z2qmmn table { width:100%; border-collapse:collapse; font-size:14px; min-width:480px; background:transparent; }
        .c3z2qmmn caption { caption-side:top; text-align:left; color:var(--text); opacity:.7; font-size:13px; margin-bottom:8px; }
        .c3z2qmmn th, .c3z2qmmn td { padding:11px 14px; text-align:left; border-bottom:1px solid rgba(128,128,128,.18); vertical-align:top; }
        .c3z2qmmn thead th { color:var(--text-light); font-weight:800; background:rgba(128,128,128,.08); border-bottom:2px solid var(--primary); white-space:nowrap; }
        .c3z2qmmn tbody tr:last-child td { border-bottom:none; }
        .c3z2qmmn tbody tr:nth-child(even) td { background:rgba(128,128,128,.04); }
        .c3z2qmmn tbody th[scope="row"] { color:var(--text-light); font-weight:700; text-align:left; }
        .c3z2qmmn td strong { color:var(--text-light); }
        @media (max-width:680px) { .c3z2qmmn table { font-size:13px; } .c3z2qmmn th, .c3z2qmmn td { padding:9px 11px; } }
        .c216dv8x { background:var(--card); border:1px solid rgba(128,128,128,.1); border-radius:var(--radius); padding:20px; margin-bottom:12px; }
        .c216dv8x summary { font-weight:700; color:var(--text-light); cursor:pointer; list-style:none; display:flex; justify-content:space-between; }
        .c216dv8x summary::-webkit-details-marker { display:none; }
        .c216dv8x p { margin-top:16px; color:var(--text); padding-top:16px; border-top:1px solid rgba(128,128,128,.15); }
        .c1wfa3k9 { display:none; background:transparent; border:none; color:var(--text-light); cursor:pointer; padding:6px 10px; border-radius:6px; }
        .c1wfa3k9:hover { background:var(--card-hover); }
        .c1cj7i2a { display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:99; }
        .c1cj7i2a.ckndwj97 { display:block; }
        @media (min-width: 769px) { .c1cj7i2a { display:none !important; } }
        .czf0ysng { color:var(--text); padding:10px 14px; border-radius:8px; font-size:14px; font-weight:600; transition:.15s; }
        .czf0ysng:hover { background:var(--card-hover); color:var(--text-light); }
        .c13wx2gl { display:none; position:fixed; bottom:0; left:0; right:0; background:var(--card); padding:16px; border-top:1px solid rgba(128,128,128,.2); z-index:1000; }
        .c13wx2gl .c24zwjje { display:flex; width:100%; padding:14px; font-size:16px; }
        .c139t5q6 { display:none; position:fixed; inset:0; background:rgba(0,0,0,.85); z-index:9999; align-items:center; justify-content:center; backdrop-filter:blur(8px); }
        .c1bshh8h { background:var(--card); border-radius:calc(var(--radius)*1.2); padding:24px 28px; margin:0 0 24px; }
        .c12e7inr { color:var(--text-light); font-size:18px; font-weight:800; margin:0 0 16px; display:flex; align-items:center; gap:10px; }
        .c12e7inr::before { content:''; display:inline-block; width:3px; height:18px; background:var(--primary); border-radius:2px; }
        /* Desktop: ровно 2 колонки — читабельно и не разваливается на широких экранах */
        .c7glgdjs { display:grid; grid-template-columns:1fr 1fr; column-gap:40px; row-gap:0; margin:0; padding:0; list-style:none; }
        .c208za8t { display:flex; justify-content:space-between; align-items:baseline; gap:16px; padding:11px 0; margin:0; border-bottom:1px solid rgba(128,128,128,.10); }
        /* Убираем нижнюю границу у последней строки в каждой колонке */
        .c208za8t:nth-last-child(-n+2) { border-bottom:0; }
        .c1bshh8h dt.c2fa8a0i { color:var(--text); font-size:13px; font-weight:500; opacity:.7; margin:0; padding:0; flex:0 1 auto; }
        .c1bshh8h dd.c86340br { color:var(--text-light); font-size:13px; font-weight:700; text-align:right; margin:0; margin-inline-start:0; padding:0; flex:0 1 auto; min-width:0; word-break:break-word; }
        /* На широких экранах подросший шрифт для читаемости */
        @media (min-width:1280px) { .c1bshh8h dt.c2fa8a0i, .c1bshh8h dd.c86340br { font-size:14px; } }
        /* Mobile: одна колонка, восстанавливаем border-bottom у предпоследней */
        @media (max-width:768px) {
            .c7glgdjs { grid-template-columns:1fr; column-gap:0; }
            .c208za8t:nth-last-child(-n+2) { border-bottom:1px solid rgba(128,128,128,.10); }
            .c208za8t:last-child { border-bottom:0; }
            .c1bshh8h { padding:20px; }
        }
        .c11wwt30 { background:var(--card); padding:40px; border-radius:var(--radius); text-align:center; max-width:400px; width:90%; border:2px solid var(--primary); }
        @media (max-width:1024px) {
          .c1n336zs { transform:translateX(-100%); }
          .c1n336zs.ckndwj97 { transform:translateX(0); }
          .c2iw8tcn { margin-left:0; padding-bottom:80px; }
          .cu4h4qbw { justify-content:space-between; padding:0 20px; }
          .c1wfa3k9 { display:block; }
          .c2l50pna h1 { font-size:32px; }
          .c2l50pna { padding:30px; }
          .c11k700z { left:0; mask-image:none; -webkit-mask-image:none; opacity:.2; }
          .c3jf8adi { padding:40px 20px; }
          .c3jf8adi h2 { font-size:28px; }
          .c2bpvr6t { padding:16px; gap:24px; }
          .c1it7wff { grid-template-columns:repeat(2, 1fr); }
          .c2keh5t7 { grid-template-columns:repeat(2, 1fr); }
          .c271pw31 { flex-direction:column; align-items:stretch; }
          .cnjk44ey { justify-content:center; }
          .c9pbh9p2 { grid-template-columns:1fr; }
          .ck0vqczt, .cp7ndvh1 { grid-template-columns:1fr; }
          .c13wx2gl { display:block; }
        }
        .c2l50pna .c11k700z.ccsz411q { background-image: url('/assets/hero-desktop.webp'); }
@media (max-width:1024px) { .c2l50pna .c11k700z.ccsz411q { background-image: url('/assets/hero-mobile.webp'); } }
.c3jf8adi.ccsz411q { background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.4)), url('/assets/section-desktop.webp'); background-size:cover; background-position:center; }
@media (max-width:1024px) { .c3jf8adi.ccsz411q { background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.4)), url('/assets/section-mobile.webp'); background-size:cover; background-position:center; } }
