@charset "UTF-8";
/* Mechanically extracted from widget_v4_article_1_3867fb613c3c837715e12ff06f605ae8. */
/* line 3, do-native-case-article.scss */
.do-native-view--case-article {
  /* BUTTONS */
  /* ══════════════════════
     1. BREADCRUMBS
  ══════════════════════ */
  /* ══════════════════════
     2. ARTICLE HEADER
  ══════════════════════ */
  /* ══════════════════════
     3. ARTICLE IMAGE
  ══════════════════════ */
  /* ══════════════════════
     4. ARTICLE BODY
  ══════════════════════ */
  /* images inside article */
  /* code */
  /* blockquote */
  /* horizontal rule */
  /* table */
  /* ══════════════════════
     5. CTA AFTER ARTICLE
  ══════════════════════ */
  /* ══════════════════════
     6. RELATED CASES
  ══════════════════════ */
  /* case card — same as cases page */
  /* ─── RESPONSIVE ─── */
  /* ════════════════════
    LIGHTBOX
  ════════════════════ */
  /* курсор-лупа на картинках в статье */ }
  /* line 4, do-native-case-article.scss */
  .do-native-view--case-article *, .do-native-view--case-article *::before, .do-native-view--case-article *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  /* line 5, do-native-case-article.scss */
  .do-native-view--case-article html {
    scroll-behavior: smooth; }
  /* line 6, do-native-case-article.scss */
  .do-native-view--case-article body {
    background: #fff;
    color: #222;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; }
  /* line 12, do-native-case-article.scss */
  .do-native-view--case-article a {
    color: inherit;
    text-decoration: none; }
  /* line 13, do-native-case-article.scss */
  .do-native-view--case-article img {
    display: block;
    max-width: 100%; }
  /* line 15, do-native-case-article.scss */
  .do-native-view--case-article .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 16, do-native-case-article.scss */
  .do-native-view--case-article .container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 19, do-native-case-article.scss */
  .do-native-view--case-article .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: transform .18s, box-shadow .18s;
    text-decoration: none; }
  /* line 25, do-native-case-article.scss */
  .do-native-view--case-article .btn:hover {
    transform: translateY(-2px); }
  /* line 26, do-native-case-article.scss */
  .do-native-view--case-article .btn-primary {
    background: #E85D0A;
    color: #fff;
    box-shadow: 0 4px 18px rgba(232, 93, 10, 0.28); }
  /* line 27, do-native-case-article.scss */
  .do-native-view--case-article .btn-primary:hover {
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.38); }
  /* line 28, do-native-case-article.scss */
  .do-native-view--case-article .btn-ghost {
    background: transparent;
    color: #444;
    border: 1.5px solid rgba(0, 0, 0, 0.14); }
  /* line 29, do-native-case-article.scss */
  .do-native-view--case-article .btn-ghost:hover {
    border-color: rgba(0, 0, 0, 0.28); }
  /* line 30, do-native-case-article.scss */
  .do-native-view--case-article .btn-outline {
    background: transparent;
    color: #0D2D6B;
    border: 1.5px solid rgba(13, 45, 107, 0.25); }
  /* line 31, do-native-case-article.scss */
  .do-native-view--case-article .btn-outline:hover {
    border-color: #0D2D6B;
    background: rgba(13, 45, 107, 0.04); }
  /* line 32, do-native-case-article.scss */
  .do-native-view--case-article .btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  /* line 37, do-native-case-article.scss */
  .do-native-view--case-article #breadcrumbs {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
  /* line 42, do-native-case-article.scss */
  .do-native-view--case-article .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    color: #aaa;
    letter-spacing: .02em;
    flex-wrap: wrap; }
  /* line 47, do-native-case-article.scss */
  .do-native-view--case-article .breadcrumbs a {
    color: #888;
    transition: color .18s; }
  /* line 48, do-native-case-article.scss */
  .do-native-view--case-article .breadcrumbs a:hover {
    color: #E85D0A; }
  /* line 49, do-native-case-article.scss */
  .do-native-view--case-article .breadcrumbs-sep {
    color: #d0d0d0;
    font-size: .65rem; }
  /* line 50, do-native-case-article.scss */
  .do-native-view--case-article .breadcrumbs-current {
    color: #333;
    font-weight: 500; }
  /* line 55, do-native-case-article.scss */
  .do-native-view--case-article #article-header {
    padding: 56px 0 48px;
    border-bottom: 1px solid #f0f0f0; }
  /* line 59, do-native-case-article.scss */
  .do-native-view--case-article .article-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap; }
  /* line 63, do-native-case-article.scss */
  .do-native-view--case-article .article-type-badge {
    font-family: 'DM Mono', monospace;
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: rgba(13, 45, 107, 0.08);
    color: #0D2D6B;
    border-radius: 5px;
    padding: 4px 12px; }
  /* line 69, do-native-case-article.scss */
  .do-native-view--case-article .article-date {
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    color: #aaa;
    letter-spacing: .04em; }
  /* line 73, do-native-case-article.scss */
  .do-native-view--case-article .article-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #111;
    margin-bottom: 20px; }
  /* line 79, do-native-case-article.scss */
  .do-native-view--case-article .article-intro {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 28px; }
  /* line 83, do-native-case-article.scss */
  .do-native-view--case-article .article-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap; }
  /* line 84, do-native-case-article.scss */
  .do-native-view--case-article .article-tag {
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    padding: 4px 12px;
    color: #666;
    transition: border-color .18s, color .18s; }
  /* line 90, do-native-case-article.scss */
  .do-native-view--case-article .article-tag:hover {
    border-color: rgba(13, 45, 107, 0.3);
    color: #0D2D6B; }
  /* line 91, do-native-case-article.scss */
  .do-native-view--case-article .article-tag.primary {
    background: rgba(232, 93, 10, 0.08);
    border-color: rgba(232, 93, 10, 0.2);
    color: #E85D0A; }
  /* line 100, do-native-case-article.scss */
  .do-native-view--case-article #article-image {
    padding: 0 0 48px; }
  /* line 101, do-native-case-article.scss */
  .do-native-view--case-article .article-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    max-height: 520px; }
  /* line 106, do-native-case-article.scss */
  .do-native-view--case-article .article-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 114, do-native-case-article.scss */
  .do-native-view--case-article #article-body {
    padding-bottom: 64px; }
  /* line 115, do-native-case-article.scss */
  .do-native-view--case-article .article-content {
    /* типографика тела статьи */
    font-size: 1rem;
    color: #333;
    line-height: 1.8; }
  /* line 119, do-native-case-article.scss */
  .do-native-view--case-article .article-content h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111;
    margin: 48px 0 16px;
    line-height: 1.2; }
  /* line 125, do-native-case-article.scss */
  .do-native-view--case-article .article-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
    margin: 32px 0 12px;
    line-height: 1.25; }
  /* line 131, do-native-case-article.scss */
  .do-native-view--case-article .article-content h4 {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
    margin: 24px 0 10px; }
  /* line 135, do-native-case-article.scss */
  .do-native-view--case-article .article-content p {
    margin-bottom: 20px; }
  /* line 136, do-native-case-article.scss */
  .do-native-view--case-article .article-content p:last-child {
    margin-bottom: 0; }
  /* line 137, do-native-case-article.scss */
  .do-native-view--case-article .article-content ul, .do-native-view--case-article .article-content ol {
    padding-left: 24px;
    margin-bottom: 20px; }
  /* line 140, do-native-case-article.scss */
  .do-native-view--case-article .article-content li {
    margin-bottom: 8px; }
  /* line 141, do-native-case-article.scss */
  .do-native-view--case-article .article-content strong {
    font-weight: 700;
    color: #111; }
  /* line 142, do-native-case-article.scss */
  .do-native-view--case-article .article-content em {
    font-style: italic; }
  /* line 143, do-native-case-article.scss */
  .do-native-view--case-article .article-content a {
    color: #E85D0A;
    text-decoration: underline;
    text-underline-offset: 3px; }
  /* line 144, do-native-case-article.scss */
  .do-native-view--case-article .article-content a:hover {
    opacity: .8; }
  /* line 146, do-native-case-article.scss */
  .do-native-view--case-article .article-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 32px 0;
    border: 1px solid #f0f0f0; }
  /* line 151, do-native-case-article.scss */
  .do-native-view--case-article .article-content code {
    font-family: 'DM Mono', monospace;
    font-size: .88em;
    background: #f4f6fb;
    border-radius: 4px;
    padding: 2px 7px;
    color: #0D2D6B; }
  /* line 156, do-native-case-article.scss */
  .do-native-view--case-article .article-content pre {
    background: #111827;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 28px 0;
    overflow-x: auto; }
  /* line 161, do-native-case-article.scss */
  .do-native-view--case-article .article-content pre code {
    background: transparent;
    color: #e2e8f0;
    font-size: .87rem;
    padding: 0; }
  /* line 166, do-native-case-article.scss */
  .do-native-view--case-article .article-content blockquote {
    border-left: 3px solid #E85D0A;
    margin: 28px 0;
    padding: 18px 24px;
    background: #fff8f0;
    border-radius: 0 10px 10px 0;
    font-size: .97rem;
    color: #555;
    font-style: italic; }
  /* line 173, do-native-case-article.scss */
  .do-native-view--case-article .article-content hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 40px 0; }
  /* line 178, do-native-case-article.scss */
  .do-native-view--case-article .article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: .9rem; }
  /* line 182, do-native-case-article.scss */
  .do-native-view--case-article .article-content th {
    background: #f4f6fb;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    border-bottom: 2px solid #e0e4ef;
    color: #333; }
  /* line 187, do-native-case-article.scss */
  .do-native-view--case-article .article-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #444; }
  /* line 191, do-native-case-article.scss */
  .do-native-view--case-article .article-content tr:hover td {
    background: #fafafa; }
  /* line 196, do-native-case-article.scss */
  .do-native-view--case-article #article-cta {
    background: #f8f9fb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 56px 0; }
  /* line 202, do-native-case-article.scss */
  .do-native-view--case-article .cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center; }
  /* line 207, do-native-case-article.scss */
  .do-native-view--case-article .cta-label {
    font-family: 'DM Mono', monospace;
    font-size: .68rem;
    color: #E85D0A;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px; }
  /* line 212, do-native-case-article.scss */
  .do-native-view--case-article .cta-label::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A; }
  /* line 213, do-native-case-article.scss */
  .do-native-view--case-article .cta-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.1;
    color: #111;
    margin-bottom: 10px; }
  /* line 219, do-native-case-article.scss */
  .do-native-view--case-article .cta-sub {
    font-size: .92rem;
    color: #666;
    line-height: 1.65;
    max-width: 480px; }
  /* line 220, do-native-case-article.scss */
  .do-native-view--case-article .cta-actions {
    flex-shrink: 0; }
  /* line 225, do-native-case-article.scss */
  .do-native-view--case-article #related {
    padding: 72px 0; }
  /* line 226, do-native-case-article.scss */
  .do-native-view--case-article .related-header {
    margin-bottom: 32px; }
  /* line 229, do-native-case-article.scss */
  .do-native-view--case-article .s-tag {
    font-family: 'DM Mono', monospace;
    font-size: .68rem;
    color: #E85D0A;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px; }
  /* line 234, do-native-case-article.scss */
  .do-native-view--case-article .s-tag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 235, do-native-case-article.scss */
  .do-native-view--case-article .s-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.08;
    color: #111; }
  /* line 241, do-native-case-article.scss */
  .do-native-view--case-article .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
  /* line 245, do-native-case-article.scss */
  .do-native-view--case-article .case-card {
    border-radius: 14px;
    border: 1.5px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    transition: transform .2s, box-shadow .2s;
    text-decoration: none; }
  /* line 252, do-native-case-article.scss */
  .do-native-view--case-article .case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09); }
  /* line 253, do-native-case-article.scss */
  .do-native-view--case-article .case-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f4f6fb;
    position: relative;
    flex-shrink: 0; }
  /* line 257, do-native-case-article.scss */
  .do-native-view--case-article .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s; }
  /* line 258, do-native-case-article.scss */
  .do-native-view--case-article .case-card:hover .case-img img {
    transform: scale(1.04); }
  /* line 259, do-native-case-article.scss */
  .do-native-view--case-article .case-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #d0d8e8; }
  /* line 264, do-native-case-article.scss */
  .do-native-view--case-article .case-img-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: 'DM Mono', monospace;
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15); }
  /* line 272, do-native-case-article.scss */
  .do-native-view--case-article .case-body {
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1; }
  /* line 273, do-native-case-article.scss */
  .do-native-view--case-article .case-title {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    color: #111; }
  /* line 277, do-native-case-article.scss */
  .do-native-view--case-article .case-desc {
    font-size: .83rem;
    color: #666;
    line-height: 1.55;
    flex: 1; }
  /* line 278, do-native-case-article.scss */
  .do-native-view--case-article .case-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    margin-top: auto;
    border-top: 1px solid #f0f0f0; }
  /* line 282, do-native-case-article.scss */
  .do-native-view--case-article .case-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap; }
  /* line 283, do-native-case-article.scss */
  .do-native-view--case-article .case-tag {
    font-family: 'DM Mono', monospace;
    font-size: .62rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 2px 7px;
    color: #999; }
  /* line 288, do-native-case-article.scss */
  .do-native-view--case-article .case-link {
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    color: #E85D0A;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: gap .18s;
    flex-shrink: 0; }
  /* line 293, do-native-case-article.scss */
  .do-native-view--case-article .case-card:hover .case-link {
    gap: 9px; }
  @media (max-width: 1024px) {
    /* line 297, do-native-case-article.scss */
    .do-native-view--case-article .container {
      padding: 0 32px; }
    /* line 298, do-native-case-article.scss */
    .do-native-view--case-article .container-narrow {
      padding: 0 32px; }
    /* line 299, do-native-case-article.scss */
    .do-native-view--case-article .related-grid {
      grid-template-columns: repeat(2, 1fr); }
    /* line 300, do-native-case-article.scss */
    .do-native-view--case-article .cta-inner {
      grid-template-columns: 1fr;
      gap: 28px; } }
  @media (max-width: 768px) {
    /* line 303, do-native-case-article.scss */
    .do-native-view--case-article .container {
      padding: 0 20px; }
    /* line 304, do-native-case-article.scss */
    .do-native-view--case-article .container-narrow {
      padding: 0 20px; }
    /* line 305, do-native-case-article.scss */
    .do-native-view--case-article #article-header {
      padding: 36px 0 32px; }
    /* line 306, do-native-case-article.scss */
    .do-native-view--case-article .related-grid {
      grid-template-columns: 1fr; }
    /* line 307, do-native-case-article.scss */
    .do-native-view--case-article .article-content h2 {
      font-size: 1.3rem;
      margin-top: 36px; }
    /* line 308, do-native-case-article.scss */
    .do-native-view--case-article .article-content h3 {
      font-size: 1.05rem; }
    /* line 309, do-native-case-article.scss */
    .do-native-view--case-article .article-content pre {
      padding: 20px; }
    /* line 310, do-native-case-article.scss */
    .do-native-view--case-article .btn-row {
      flex-direction: column;
      align-items: flex-start; } }
  /* line 318, do-native-case-article.scss */
  .do-native-view--case-article #lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  /* line 324, do-native-case-article.scss */
  .do-native-view--case-article #lightbox.open {
    display: flex; }
  /* line 326, do-native-case-article.scss */
  .do-native-view--case-article #lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    cursor: zoom-out;
    animation: lbFadeIn .18s ease; }
  /* line 334, do-native-case-article.scss */
  .do-native-view--case-article #lightbox-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 92vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lbScaleIn .2s ease; }
  /* line 343, do-native-case-article.scss */
  .do-native-view--case-article #lightbox-img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
    object-fit: contain;
    cursor: default; }
  /* line 354, do-native-case-article.scss */
  .do-native-view--case-article #lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: none;
    font-size: .9rem;
    color: #333;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: background .18s, transform .18s;
    line-height: 1; }
  /* line 365, do-native-case-article.scss */
  .do-native-view--case-article #lightbox-close:hover {
    background: #f0f0f0;
    transform: scale(1.1); }
@keyframes lbFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes lbScaleIn {
  from {
    opacity: 0;
    transform: scale(0.92); }
  to {
    opacity: 1;
    transform: scale(1); } }
  /* line 376, do-native-case-article.scss */
  .do-native-view--case-article .article-content img {
    cursor: zoom-in;
    transition: opacity .18s; }
  /* line 380, do-native-case-article.scss */
  .do-native-view--case-article .article-content img:hover {
    opacity: .92; }
