      :root { --container-width: 1204px; --text-dark: #f5f5f5; --text-gray: #86868b; --green: #2ecc71; --border-color: #2a2a2f; }
.external-block * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}
.external-block {
  background-color: transparent;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}
      .wrapper { width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; background: transparent !important; }
      .container { width: var(--container-width); margin: 0 auto; position: relative; background: transparent !important; }
      .light-section { padding-top: 60px; background-color: transparent !important; background: transparent !important; }
      .subtitle-top { font-size: 12px; text-transform: uppercase; letter-spacing: 3px; color: #929292; margin-bottom: 20px; font-weight: 700; }
      .intro-top {
        width: 1204px;
        height: 211px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        display: grid;
        grid-template-columns: 1fr 816px;
        gap: 24px;
        padding: 24px;
        background: transparent !important;
      }
      .intro-title {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
      }
      .quote-box {
        width: 816px;
        min-height: 163px;
        border: 0.2px solid #d9d9d981;
        opacity: 0.9;
        background: transparent;
        box-shadow: 0 0 10.7px 0 rgba(255, 255, 255, 0.25);
        padding: 28px 40px;
        position: relative;
        display: flex;
        align-items: center;
      }
      .quote-mark {
        width: 24px;
        height: auto;
        opacity: 0.95;
        pointer-events: none;
        flex-shrink: 0;
      }
      .quote-mark--open {
        position: absolute;
        bottom: 18px;
        left: 22px;
        transform: rotate(180deg);
      }
      .quote-text-row {
        display: flex;
        align-items: flex-start;
        gap: 14px;
       
      }
      .quote-text-row .quote-mark--close {
        align-self: flex-start;
        margin-top: 2px;
      }
      .quote-content {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
      }
      .quote-avatar {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden;
        background: #1a1d22;
        border: 0.5px solid rgba(255, 255, 255, 0.25);
      }
      .quote-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(2);
        transform-origin: center;
      }
      .quote-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
      }
      .quote-text {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.4px;
        margin: 0;
      }
      .quote-author {
        align-self: flex-end;
        color: #fff;
        font-size: 16px;
        font-style: italic;
        font-weight: 200;
        line-height: 1.2;
        margin: 0;
      }
      .grid-row-1 {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 365px 1fr;
        gap: 40px;
      }
      .left-main-card {
        height: 421px;
        border: 0.3px dashed #888;
        padding: 24px;
        display: flex;
        flex-direction: column;
      }
      .left-main-title {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 24px;
      }
      .left-main-text {
        color: #9c9c9d;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.4px;
      }
      .btn-light {
        margin-top: auto;
        width: 120px;
        height: 44px;
        padding: 0 32px;
        border: none;
        border-radius: 8px;
        background: #e6e6e6;
        color: #2f3031;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.7),
          0 10px 26px rgba(255, 255, 255, 0.08);
        transition:
          transform 0.24s ease,
          box-shadow 0.24s ease,
          background-color 0.24s ease;
      }
      .btn-light:hover,
      .btn-light:focus-visible {
        transform: translateY(-2px);
        background: #f2f2f2;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.84),
          0 14px 34px rgba(255, 255, 255, 0.14);
        outline: none;
      }
      .btn-light:active {
        transform: translateY(0);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.65),
          0 8px 18px rgba(255, 255, 255, 0.09);
      }
      .cards-grid-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
      }
      .stat-card {
        height: 421px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        padding: 24px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }
      .card-title { color: #9c9c9d; font-size: 20px; font-weight: 500; margin-bottom: 24px; text-transform: uppercase; }
      .card-value { font-size: 72px; font-weight: 500; color: #fff; line-height: 1; }
      .anim-ebitda-card {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        min-height: 100%;
      }
      .anim-ebitda-card__label {
        margin: 0 0 14px;
        color: #9c9c9d;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        opacity: 0.95;
      }
      .anim-ebitda-card__head {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
      }
      .anim-ebitda-card__value {
        margin: 0;
        color: #fff;
        font-size: 72px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -4.2px;
      }
      .anim-ebitda-card__trend {
        display: inline-flex;
        width: 22.518px;
        height: 22.518px;
        align-items: center;
        justify-content: center;
      }
      .anim-ebitda-card__arrow {
        width: 100%;
        height: 100%;
        transform-origin: 50% 50%;
        animation: anim-ebitda-arrow-pulse 1.8s ease-in-out 1.1s infinite alternate;
      }
      .anim-ebitda-card__chart-wrap {
        margin-top: 16px;
        width: 197px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      .anim-ebitda-card__chart {
        width: 100%;
        height: auto;
        display: block;
      }
      .anim-ebitda-card__chart path {
        transform-box: fill-box;
        transform-origin: 50% 100%;
        transform: scaleY(0);
        animation: anim-ebitda-chart-rise 1.08s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      }
      .anim-ebitda-card__chart path:nth-of-type(1) { animation-delay: 0.06s; }
      .anim-ebitda-card__chart path:nth-of-type(2) { animation-delay: 0.12s; }
      .anim-ebitda-card__chart path:nth-of-type(3) { animation-delay: 0.18s; }
      .anim-ebitda-card__chart path:nth-of-type(4) { animation-delay: 0.24s; }
      .anim-ebitda-card__chart path:nth-of-type(5) { animation-delay: 0.3s; }
      .anim-ebitda-card__chart path:nth-of-type(6) { animation-delay: 0.36s; }
      .anim-ebitda-card__chart path:nth-of-type(7) { animation-delay: 0.42s; }
      .anim-ebitda-card__chart path:nth-of-type(8) { animation-delay: 0.48s; }
      .anim-ebitda-card__chart path:nth-of-type(9) { animation-delay: 0.54s; }
      .anim-ebitda-card__chart path:nth-of-type(8),
      .anim-ebitda-card__chart path:nth-of-type(9) {
        animation:
          anim-ebitda-chart-rise 1.08s cubic-bezier(0.33, 1, 0.68, 1) forwards,
          anim-ebitda-chart-flicker 1s ease-in-out infinite;
        transform-origin: bottom;
      }
      .anim-ebitda-card__chart path:nth-of-type(8) {
        animation-delay: 0.48s, 1.56s;
        fill: #8a8a8e;
      }
      .anim-ebitda-card__chart path:nth-of-type(9) {
        animation-delay: 0.54s, 1.8s;
        fill: #8a8a8e;
      }
      @keyframes anim-ebitda-chart-flicker {
        0%, 100% {
          opacity: 1;
          filter: drop-shadow(0 0 3px rgba(200, 200, 200, 0.35)) drop-shadow(0 0 8px rgba(200, 200, 200, 0.18));
        }
        50% {
          opacity: 0.25;
          filter: drop-shadow(0 0 10px rgba(220, 220, 220, 0.55)) drop-shadow(0 0 22px rgba(200, 200, 200, 0.3));
        }
      }
      @keyframes anim-ebitda-chart-rise {
        from { transform: scaleY(0); }
        to { transform: scaleY(1); }
      }
      @keyframes anim-ebitda-arrow-pulse {
        from { transform: translateY(0); filter: drop-shadow(0 0 2px rgba(66, 204, 119, 0.25)); }
        to { transform: translateY(-1px); filter: drop-shadow(0 0 8px rgba(66, 204, 119, 0.55)); }
      }
      .anim-ebitda-card__foot {
        margin-top: auto;
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px 24px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }
      .anim-ebitda-card__hint {
        margin: 0;
        color: rgba(255, 255, 255, 0.95);
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.2px;
      }
      .anim-ebitda-card__sub {
        margin: 10px 0 0;
        color: #9c9c9d;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.2px;
      }
      .anim-metrics {
        margin-top: 0;
        min-height: 100%;
        display: flex;
        flex-direction: column;
      }
      .anim-metrics__title {
        margin: 0 0 18px;
        color: #9c9c9d;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
        letter-spacing: 0.2px;
      }
      .anim-metrics__matrix-wrap {
        position: relative;
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
        padding: 8px 0;
      }
      .privacy-visual-host {
        position: relative;
        flex: 1 1 auto;
        min-height: 260px;
        margin-top: auto;
        margin-bottom: auto;
      }
      .PrivacyVisual_privacyVisual__cSfiZ {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        inline-size: 100%;
        block-size: 100%;
        container-type: size;
      }
      .PrivacyVisual_privacyGrid__Pnjg_ {
        display: flex;
        flex-direction: column;
        gap: 1cqmin;
        font-weight: 500;
        font-size: 9cqmin;
        font-family: "Sometype Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        letter-spacing: 0.1em;
        -webkit-mask-image: radial-gradient(ellipse 60% 60% at center, #000 30%, transparent 70%);
        mask-image: radial-gradient(ellipse 60% 60% at center, #000 30%, transparent 70%);
      }
      .PrivacyVisual_privacyRow__E0cxl {
        display: flex;
        gap: 1cqmin;
        justify-content: center;
      }
      .PrivacyVisual_privacyRow__E0cxl span {
        inline-size: 1ch;
        color: #333;
        text-align: center;
        transition: color 0.2s ease, text-shadow 0.2s ease;
      }
      .PrivacyVisual_privacyRow__E0cxl .PrivacyVisual_highlight__SWmNr {
        color: #42cc77;
        text-shadow: 0 0 10px rgba(66, 204, 119, 0.4);
      }
      .PrivacyVisual_privateRow__pkaNy .PrivacyVisual_highlight__SWmNr {
        text-shadow:
          0 0 10px #42cc77,
          0 0 20px #42cc77,
          0 0 40px rgba(66, 204, 119, 0.6),
          0 0 60px rgba(66, 204, 119, 0.4);
      }
      .anim-metrics__matrix {
        margin: 0;
        text-align: left;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
        font-size: 24px;
        line-height: 1.55;
        letter-spacing: 0.04em;
        word-break: break-all;
        -webkit-mask-image: radial-gradient(ellipse 82% 88% at 50% 48%, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.55) 68%, rgba(255, 255, 255, 0.08) 100%);
        mask-image: radial-gradient(ellipse 82% 88% at 50% 48%, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.55) 68%, rgba(255, 255, 255, 0.08) 100%);
      }
      .anim-metrics__noise {
        color: #22252b;
        font-weight: 400;
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.9);
        opacity: 0.55;
      }
      .anim-metrics__num {
        color: #39ff14;
        font-weight: 700;
        animation: anim-metrics-glow 4.5s ease-in-out infinite;
        text-shadow: 0 0 6px rgba(57, 255, 20, 0.65), 0 0 18px rgba(0, 255, 159, 0.45), 0 0 34px rgba(57, 255, 20, 0.22);
      }
      .anim-metrics__num--d1 { animation-delay: 0.35s; }
      .anim-metrics__num--d2 { animation-delay: 0.75s; }
      .anim-metrics__num--d3 { animation-delay: 1.15s; }
      .anim-metrics__num--d4 { animation-delay: 1.55s; }
      @keyframes anim-metrics-glow {
        0%, 100% {
          opacity: 0.18;
          color: #1fb814;
          text-shadow: 0 0 2px rgba(57, 255, 20, 0.12), 0 0 6px rgba(0, 255, 159, 0.08);
          filter: brightness(0.72);
        }
        50% {
          opacity: 1;
          color: #39ff14;
          text-shadow: 0 0 10px rgba(57, 255, 20, 1), 0 0 26px rgba(0, 255, 159, 0.65), 0 0 48px rgba(57, 255, 20, 0.4), 0 0 80px rgba(0, 255, 127, 0.2);
          filter: brightness(1.12);
        }
      }
      .anim-kpi-card {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        min-height: 100%;
      }
      .anim-kpi-card__label {
        margin: 0 0 14px;
        color: #9c9c9d;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
        letter-spacing: 0.2px;
      }
      .anim-kpi-card__gauge {
        position: relative;
        width: min(100%, 250px);
        max-width: 100%;
        max-height: 100%;
        aspect-ratio: 1;
        margin: 0 auto;
      }
      .anim-kpi-card__dial-wrap {
        position: absolute;
        inset: 0;
      }
      .anim-kpi-card__svg {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        animation: anim-kpi-svg-glow 2.4s ease-in-out 1.1s infinite alternate;
      }
      .anim-kpi-mask-progress-ring,
      .anim-kpi-ring--progress-fill {
        animation: anim-kpi-progress-sweep 1.75s cubic-bezier(0.12, 0.88, 0.18, 1) 0.1s forwards;
      }
      .anim-kpi-ring--progress {
        animation: anim-kpi-dashes-drift 1.75s cubic-bezier(0.12, 0.88, 0.18, 1) 0.1s forwards;
      }
      .anim-kpi-green-wobble {
        transform-origin: 100px 100px;
        transform-box: fill-box;
        animation: anim-kpi-wobble 6.8s ease-in-out 1.95s infinite alternate;
      }
      .anim-kpi-ring--track {
        animation: anim-kpi-track-draw 0.95s cubic-bezier(0.4, 0, 0.2, 1) forwards;
      }
      .anim-kpi-ring--outer {
        opacity: 0;
        animation: anim-kpi-outer-in 0.65s ease-out 0.08s forwards;
      }
      .anim-kpi-card__center-val {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 44px;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1;
        pointer-events: none;
        animation: anim-kpi-val-in 0.55s ease-out 0.28s both;
      }
      .anim-kpi-card__body {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 8px 0 0;
      }
      .anim-kpi-card__foot {
        flex-shrink: 0;
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px 24px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }
      .anim-kpi-card__delta {
        margin: 0 0 10px;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1;
      }
      .anim-kpi-card__note {
        margin: 0;
        color: #9c9c9d;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
      }
      @keyframes anim-kpi-progress-sweep {
        from { stroke-dasharray: 0 100; }
        to { stroke-dasharray: 60 100; }
      }
      @keyframes anim-kpi-dashes-drift {
        from { stroke-dashoffset: 11; }
        to { stroke-dashoffset: 0; }
      }
      @keyframes anim-kpi-wobble {
        from { transform: rotate(-1.65deg); }
        to { transform: rotate(1.65deg); }
      }
      @keyframes anim-kpi-track-draw {
        to { stroke-dasharray: 75 100; }
      }
      @keyframes anim-kpi-outer-in {
        to { opacity: 1; }
      }
      @keyframes anim-kpi-svg-glow {
        from { filter: drop-shadow(0 0 6px rgba(52, 155, 92, 0.28)); }
        to { filter: drop-shadow(0 0 14px rgba(52, 155, 92, 0.55)) drop-shadow(0 0 22px rgba(52, 155, 92, 0.18)); }
      }
      @keyframes anim-kpi-val-in {
        from { opacity: 0; transform: scale(0.94); }
        to { opacity: 1; transform: scale(1); }
      }
      @property --gauge-progress {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
      }
      .SyncVisual_syncVisual__pz6oN {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        inline-size: 100%;
        block-size: 100%;
        container-type: size;
      }
      .SyncVisual_syncContainer__fmsnN {
        position: relative;
        inline-size: 72%;
      }
      .SyncVisual_syncMultipleOutline__FGYwv,
      .SyncVisual_syncOutline__fqnMF {
        position: absolute;
        inset-inline-start: 50%;
        inset-block-start: 50%;
        display: block;
        inline-size: 80%;
        block-size: auto;
        transform: translate(-50%, -50%);
      }
      .SyncVisual_syncMultipleOutline__FGYwv { opacity: 0.5; }
      .SyncVisual_syncInline__cPQ9A {
        inset-block-start: 50.4%;
        display: block;
        inline-size: 54%;
        block-size: auto;
      }
      .SyncVisual_syncInline__cPQ9A,
      .SyncVisual_syncStats__E6Bdb {
        position: absolute;
        inset-inline-start: 50%;
        transform: translate(-50%, -50%);
      }
      .SyncVisual_syncStats__E6Bdb {
        inset-block-start: 55%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .SyncVisual_syncNumber__e74IZ {
        color: #fff;
        font-size: 16cqmin;
      }
      .SyncVisual_syncLabel__H_WYT,
      .SyncVisual_syncNumber__e74IZ {
        font-weight: 500;
        font-family: "Sometype Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        letter-spacing: -0.02em;
      }
      .SyncVisual_syncLabel__H_WYT {
        position: relative;
        inset-block-start: -1cqmin;
        color: #555;
        font-size: 6.5cqmin;
      }
      .SyncVisual_syncBase__ovy1Y {
        display: block;
        inline-size: 100%;
        block-size: auto;
      }
      .SyncVisual_syncFill__9Yfe1,
      .SyncVisual_syncGlow__Ut5nb {
        --gauge-progress: 0deg;
        position: absolute;
        inset: 0;
        -webkit-mask-image: conic-gradient(from 180deg at 50% 53%, #000 var(--gauge-progress), transparent var(--gauge-progress));
        mask-image: conic-gradient(from 180deg at 50% 53%, #000 var(--gauge-progress), transparent var(--gauge-progress));
      }
      .SyncVisual_syncGlow__Ut5nb {
        opacity: 1;
        filter: blur(1px);
      }
      .SyncVisual_syncVisual__pz6oN.SyncVisual_inView__3jK1K .SyncVisual_syncFill__9Yfe1,
      .SyncVisual_syncVisual__pz6oN.SyncVisual_inView__3jK1K .SyncVisual_syncGlow__Ut5nb {
        animation: SyncVisual_fillUp__oAC7n 2.5s ease-out 1s forwards;
      }
      .SyncVisual_syncGreen__CAqW3 {
        display: block;
        inline-size: 100%;
        block-size: auto;
        filter: brightness(0) saturate(100%) invert(67%) sepia(52%) saturate(531%) hue-rotate(93deg) brightness(92%) contrast(87%);
      }
      @keyframes SyncVisual_fillUp__oAC7n {
        0% { --gauge-progress: 0deg; }
        to { --gauge-progress: 280deg; }
      }
      @media (prefers-reduced-motion: reduce) {
        .anim-ebitda-card__chart path { animation: none; transform: scaleY(1); }
        .anim-ebitda-card__chart path:nth-of-type(8),
        .anim-ebitda-card__chart path:nth-of-type(9) { animation: none; opacity: 1; filter: none; }
        .anim-ebitda-card__arrow { animation: none; }
        .anim-metrics__num {
          animation: none;
          opacity: 0.95;
          color: #39ff14;
          text-shadow: 0 0 10px rgba(57, 255, 20, 0.55), 0 0 24px rgba(0, 255, 159, 0.3);
          filter: none;
        }
        .anim-kpi-card__svg { animation: none; filter: drop-shadow(0 0 10px rgba(52, 155, 92, 0.35)); }
        .anim-kpi-mask-progress-ring,
        .anim-kpi-ring--progress-fill { animation: none; stroke-dasharray: 60 100; }
        .anim-kpi-ring--progress { animation: none; stroke-dashoffset: 0; }
        .anim-kpi-green-wobble { animation: none; transform: none; }
        .anim-kpi-ring--track { animation: none; stroke-dasharray: 75 100; }
        .anim-kpi-ring--outer { animation: none; opacity: 1; }
        .anim-kpi-card__center-val { animation: none; }
        .SyncVisual_syncVisual__pz6oN.SyncVisual_inView__3jK1K .SyncVisual_syncFill__9Yfe1,
        .SyncVisual_syncVisual__pz6oN.SyncVisual_inView__3jK1K .SyncVisual_syncGlow__Ut5nb {
          animation: none;
          --gauge-progress: 280deg;
        }
      }
      .grid-row-2 { display: grid; grid-template-columns: 365px 1fr; gap: 40px; margin-top: 40px; margin-bottom: 20px; }
      /* Вертикальный пунктир — под рядами/карточками (псевдо z-index ниже детей) */
      .side-dash-column {
        position: relative;
        isolation: isolate;
        box-sizing: border-box;
      }
      .side-dash-column > * {
        position: relative;
        z-index: 1;
      }
      .side-dash-column::before,
      .side-dash-column::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        pointer-events: none;
        z-index: 0;
      }
      .side-dash-column::before {
        left: 0;
        border-left: 0.2px dashed rgba(255, 255, 255, 0.25);
      }
      .side-dash-column::after {
        right: 0;
        border-right: 0.2px dashed rgba(255, 255, 255, 0.25);
      }
      .integration-box {
        height: 424px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        padding: 24px;
        display: flex;
        flex-direction: column;
      }
      .integration-box h2 { color: #fff; font-size: 72.4px; font-style: normal; font-weight: 500; line-height: 76px; letter-spacing: -2.16px; margin-bottom: 0; }
      .integration-box .sub {
        font-size: 12.2px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        background: linear-gradient(160deg, #fff 0%, #fff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 40px;
      }
      .integration-box h3 { color: #fff; font-family: Inter, sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 100%; letter-spacing: 0.2px; margin-bottom: 16px; }
      .integration-box p { color: #9c9c9d; font-family: Inter, sans-serif; font-size: 16px; font-style: normal; font-weight: 500; line-height: 22.4px; }
      .dark-chart-box {
        height: 424px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        padding: 16px 24px 24px;
        color: #fff;
        display: flex;
        flex-direction: column;
      }
      .anim-split__demo { width: 100%; }
      .anim-split__stage.anim-split__stage--dark.anim-combo-stage {
        padding: 0;
        min-height: 0;
        min-width: 0;
        max-width: 100%;
        background: transparent !important;
        border: none !important;
      }
      .anim-combo-chart {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        background: transparent;
        border-radius: 0;
        border: none;
      }
      .anim-combo-chart__inner {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: clamp(120px, 28vw, 168px);
        min-height: 120px;
      }
      .dot-chart-wrapper {
        position: relative;
        inline-size: 100%;
        block-size: clamp(120px, 28vw, 168px);
        min-block-size: 120px;
      }
      .dot-chart {
        display: flex;
        gap: 8px;
        align-items: flex-end;
        overflow: hidden;
        block-size: 100%;
        padding-inline-end: 8px;
      }
      .dot-col {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        gap: 8px;
        align-items: center;
      }
      .dot-col span {
        inline-size: 8px;
        block-size: 8px;
        border-radius: 50%;
        background: #fff;
      }
      .dot-chart .dot-col {
        animation: dot-col-slide 0.45s ease-out both;
      }
      @keyframes dot-col-slide {
        from { opacity: 0; transform: translateX(-6px); }
        to { opacity: 1; transform: translateX(0); }
      }
      .line-chart {
        position: absolute;
        inset-inline-start: 0;
        inset-block-start: 0;
        inline-size: 100%;
        block-size: 100%;
        pointer-events: none;
      }
      .line-chart-path {
        filter: drop-shadow(0 0 5px rgba(66, 204, 119, 0.55)) drop-shadow(0 0 12px rgba(66, 204, 119, 0.22));
      }
      .anim-combo-chart__svg {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        overflow: visible;
      }
      .anim-combo-chart__area { clip-path: inset(0 100% 0 0); animation: anim-combo-area-reveal 1.85s cubic-bezier(0.22, 0.82, 0.28, 1) 0.15s forwards; }
      @keyframes anim-combo-area-reveal { to { clip-path: inset(0 0 0 0); } }
      .anim-combo-chart__line {
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
        filter: drop-shadow(0 0 5px rgba(52, 211, 153, 0.55)) drop-shadow(0 0 12px rgba(52, 211, 153, 0.22));
        animation: anim-combo-line-draw 2.05s cubic-bezier(0.18, 0.82, 0.32, 1) forwards, anim-combo-line-glow 5.2s ease-in-out 2.35s infinite alternate;
      }
      @keyframes anim-combo-line-draw { to { stroke-dashoffset: 0; } }
      @keyframes anim-combo-line-glow {
        from { filter: drop-shadow(0 0 4px rgba(52, 211, 153, 0.35)) drop-shadow(0 0 10px rgba(52, 211, 153, 0.12)); }
        to { filter: drop-shadow(0 0 11px rgba(52, 211, 153, 0.75)) drop-shadow(0 0 22px rgba(52, 211, 153, 0.28)); }
      }
      .anim-combo-chart__dots { position: absolute; inset: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; pointer-events: none; }
      .anim-combo-dot-column {
        display: flex;
        flex-direction: column-reverse;
        gap: 6px;
      }
      .anim-combo-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
        opacity: 0;
        transform: scale(0.35);
        animation: anim-combo-dot-in .38s cubic-bezier(.34,1.35,.64,1) calc(var(--c) * 28ms + var(--r) * 18ms) forwards,
          anim-combo-dot-wave 3.4s ease-in-out calc(1.85s + (var(--c) + var(--r)) * 58ms) infinite;
      }
      @keyframes anim-combo-dot-in { to { opacity: 0.9; transform: scale(1); } }
      @keyframes anim-combo-dot-wave {
        0%,
        100% {
          opacity: 0.18;
          transform: scale(0.78);
          filter: brightness(0.5);
        }
        50% {
          opacity: 1;
          transform: scale(1.12);
          filter: brightness(1.55);
        }
      }
      .anim-combo-replay {
        appearance: none;
        cursor: pointer;
        font-size: 0.8125rem;
        font-weight: 600;
        padding: 0.5rem 1.05rem;
        border-radius: 8px;
        border: 1px solid rgba(45, 212, 191, 0.55);
        color: #101828;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }
      .anim-combo-replay:hover:not(:disabled) { background: rgba(45, 212, 191, 0.14); border-color: rgba(45, 212, 191, 0.88); color: #0f7669; }
      .anim-combo-replay:disabled { cursor: not-allowed; opacity: 0.48; }
      .anim-combo-replay:focus-visible { outline: 2px solid rgba(45, 212, 191, 0.9); outline-offset: 2px; }
      .integrations-list {
        margin-top: auto;
        border-top: none;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }
      .integration-item {
        display: flex;
        width: 749px;
        padding: 4px 8px;
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
        background: rgba(110, 254, 127, 0.02);
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        color: #ccc;
        border-bottom: none;
      }
      .integration-item__name {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }
      .integration-item__logo {
        width: 22px;
        height: 22px;
        object-fit: contain;
        flex-shrink: 0;
        display: block;
      }
      @media (max-width: 520px) {
        .anim-combo-chart { padding: 8px 10px; }
        .anim-combo-dot-column { gap: 4px; }
        .anim-combo-dot { width: 5px; height: 5px; }
      }
      @media (prefers-reduced-motion: reduce) {
        .anim-combo-chart__area { animation: none; clip-path: inset(0 0 0 0); }
        .anim-combo-chart__line { animation: none; stroke-dashoffset: 0; filter: drop-shadow(0 0 8px rgba(52, 211, 153, 0.45)); }
        .anim-combo-dot { animation: none; opacity: 0.85; transform: scale(1); filter: none; }
      }
      .grid-row-3 { display: grid; grid-template-columns: 365px 1fr; gap: 40px; margin-top: 40px; align-items: stretch; }
      .radar-info {
        height: 424px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        padding: 24px;
        display: flex;
        flex-direction: column;
      }
      .radar-info__title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 20px;
      }
      .radar-info__text {
        color: #9c9c9d;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
      }
      .radar-info__btn {
  margin-top: auto;
  width: 190px;
  height: 44px;
  padding: 0 32px;
  border: none;
  border-radius: 8px;
  background: #e6e6e6;
  color: #2f3031;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 26px rgba(255, 255, 255, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.radar-info__btn:visited,
.radar-info__btn:hover,
.radar-info__btn:focus,
.radar-info__btn:active {
  color: #2f3031;
  text-decoration: none;
}
      .radar-info__btn:hover,
      .radar-info__btn:focus-visible {
        transform: translateY(-2px);
        background: #f2f2f2;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.84),
          0 14px 34px rgba(255, 255, 255, 0.14);
        outline: none;
      }
      .radar-info__btn:active {
        transform: translateY(0);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.65),
          0 8px 18px rgba(255, 255, 255, 0.09);
      }
      .radar-stage {
        height: 424px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        padding: 0 24px 0px;
        display: flex;
        flex-direction: column;
      }
      .radar-stage__kicker {
        padding: 14px 0 8px;
        color: #9c9c9d;
        font-size: 16px;
        line-height: 22.4px;
      }
      /* ——— Радар-локатор (луч + точки) ——— */
      .anim-radar {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin-inline: auto;
        margin-top: auto;
        aspect-ratio: 2 / 1;
        height: auto;
        min-height: 0;
        overflow: hidden;
        border-radius: 999px 999px 0 0;
        background: radial-gradient(circle at bottom center, rgba(52, 211, 153, 0.15) 0%, transparent 70%);
        border-bottom: 1px solid rgba(52, 211, 153, 0.3);
      }
      .anim-radar__grid {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
      }
      .anim-radar__grid-line {
        fill: none;
        stroke: rgba(52, 211, 153, 0.2);
        stroke-width: 1;
      }
      .anim-radar__grid-border {
        fill: none;
        stroke: rgba(52, 211, 153, 0.5);
        stroke-width: 2;
      }
      .anim-radar__sweep {
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 2;
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        border-radius: 50%;
        background: conic-gradient(
          from 0deg,
          rgba(52, 211, 153, 0) 0%,
          rgba(52, 211, 153, 0) 70%,
          rgba(52, 211, 153, 0.1) 95%,
          rgba(52, 211, 153, 0.8) 100%
        );
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
      }
      .anim-radar__point {
        position: absolute;
        width: var(--size);
        height: var(--size);
        background-color: var(--color);
        border-radius: 50%;
        transform: translate(-50%, 50%);
        z-index: 3;
        box-shadow: 0 0 10px var(--color);
        transition: box-shadow 1.5s ease;
      }
      .anim-radar__point::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: var(--color);
        z-index: -1;
        animation: anim-radar-pulse 2s infinite ease-out;
        transition: opacity 1.5s ease;
      }
      @keyframes anim-radar-pulse {
        0% { width: 100%; height: 100%; opacity: 0.8; }
        100% { width: 400%; height: 400%; opacity: 0; }
      }
      .anim-radar__label {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 15px);
        color: var(--color);
        font-size: 0.8125rem;
        font-weight: 500;
        white-space: nowrap;
        pointer-events: none;
        opacity: 0;
        transition: opacity 1.5s ease, transform 1.5s ease;
      }
      .anim-radar__point--scanned { box-shadow: 0 0 25px 8px var(--color); transition: box-shadow 0.1s ease; }
      .anim-radar__point--scanned .anim-radar__label {
        opacity: 1;
        transform: translate(-50%, -10px);
        transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
      .anim-radar__point--scanned::before { opacity: 0; transition: opacity 0.1s ease; }
      .anim-radar--reduced .anim-radar__point::before { animation: none; opacity: 0; }
      .dark-section {
        
        color: #fff;
        padding-top: 40px;
        padding-bottom: 80px;
      }
      .grid-row-4 {
        height: 424px;
        display: grid;
        grid-template-columns: 1fr 1fr 403px;
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
        margin-bottom: 40px;
      }
      .dark-col {
        padding: 24px 18px;
        border-right: 0.5px solid rgba(255, 255, 255, 0.2);
        display: flex;
        flex-direction: column;
      }
      .dark-col:last-child { border-right: none; }
      .dark-col__label {
        color: #888;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0.7px;
        margin-bottom: 18px;
      }
      .dark-col h3 {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 18px;
      }
      .dark-col p {
        color: #9c9c9d;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.4px;
      }
      .eff-value {
        font-size: 72px;
        color: #2ecc71;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 16px;
      }
      .eff-strip {
        display: flex;
        gap: 4px;
        margin-bottom: 0;
        position: relative;
        padding: 4px 0;
        isolation: isolate;
      }
      .eff-strip::after {
        content: "";
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: 0;
        width: 22%;
        background: linear-gradient(
          90deg,
          rgba(46, 204, 113, 0) 0%,
          rgba(46, 204, 113, 0.22) 38%,
          rgba(255, 255, 255, 0.38) 50%,
          rgba(46, 204, 113, 0.22) 62%,
          rgba(46, 204, 113, 0) 100%
        );
        filter: blur(5px);
        pointer-events: none;
        mix-blend-mode: screen;
        z-index: 1;
        animation: eff-strip-scan 4.8s cubic-bezier(0.55, 0, 0.45, 1) infinite;
      }
      @keyframes eff-strip-scan {
        0% { transform: translateX(-30%); opacity: 0; }
        12% { opacity: 1; }
        88% { opacity: 1; }
        100% { transform: translateX(460%); opacity: 0; }
      }
      .eff-bottom-wrap { margin-top: auto; }
      .eff-strip span {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        background: #2ecc71;
        box-shadow:
          0 0 6px rgba(46, 204, 113, 0.55),
          0 0 14px rgba(46, 204, 113, 0.22);
        animation: eff-strip-pulse 2.6s ease-in-out infinite;
        transform-origin: center;
        transition:
          background-color 420ms ease,
          box-shadow 420ms ease,
          transform 480ms cubic-bezier(0.34, 1.56, 0.64, 1),
          opacity 420ms ease;
      }
      .eff-strip span:nth-child(1) { animation-delay: -0.00s; }
      .eff-strip span:nth-child(2) { animation-delay: -0.10s; }
      .eff-strip span:nth-child(3) { animation-delay: -0.20s; }
      .eff-strip span:nth-child(4) { animation-delay: -0.30s; }
      .eff-strip span:nth-child(5) { animation-delay: -0.40s; }
      .eff-strip span:nth-child(6) { animation-delay: -0.50s; }
      .eff-strip span:nth-child(7) { animation-delay: -0.60s; }
      .eff-strip span:nth-child(8) { animation-delay: -0.70s; }
      .eff-strip span:nth-child(9) { animation-delay: -0.80s; }
      .eff-strip span:nth-child(10) { animation-delay: -0.90s; }
      .eff-strip span:nth-child(11) { animation-delay: -1.00s; }
      .eff-strip span:nth-child(12) { animation-delay: -1.10s; }
      .eff-strip span:nth-child(13) { animation-delay: -1.20s; }
      .eff-strip span:nth-child(14) { animation-delay: -1.30s; }
      .eff-strip span:nth-child(15) { animation-delay: -1.40s; }
      .eff-strip span:nth-child(16) { animation-delay: -1.50s; }
      .eff-strip span:nth-child(17) { animation-delay: -1.60s; }
      .eff-strip span:nth-child(18) { animation-delay: -1.70s; }
      .eff-strip span:nth-child(19) { animation-delay: -1.80s; }
      .eff-strip span:nth-child(20) { animation-delay: -1.90s; }
      .eff-strip span:nth-child(21) { animation-delay: -2.00s; }
      .eff-strip span:nth-child(22) { animation-delay: -2.10s; }
      .eff-strip span:nth-child(23) { animation-delay: -2.20s; }
      .eff-strip span:nth-child(24) { animation-delay: -2.30s; }
      .eff-strip span:nth-child(25) { animation-delay: -2.40s; }
      @keyframes eff-strip-pulse {
        0%, 100% {
          box-shadow:
            0 0 4px rgba(46, 204, 113, 0.35),
            0 0 10px rgba(46, 204, 113, 0.15);
          filter: brightness(0.9);
          transform: scaleY(0.86);
        }
        50% {
          box-shadow:
            0 0 12px rgba(46, 204, 113, 0.9),
            0 0 28px rgba(46, 204, 113, 0.52),
            0 0 48px rgba(46, 204, 113, 0.22);
          filter: brightness(1.22);
          transform: scaleY(1.08);
        }
      }
      .eff-strip span.is-off {
        background: #3d3d3d;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        animation: eff-strip-off-flicker 3.4s ease-in-out infinite;
        transform: scaleY(0.4);
        opacity: 0.75;
      }
      @keyframes eff-strip-off-flicker {
        0%, 100% { opacity: 0.55; }
        50% { opacity: 0.9; }
      }
      @media (prefers-reduced-motion: reduce) {
        .eff-strip::after { animation: none; opacity: 0; }
        .eff-strip span {
          animation: none;
          transform: none;
          filter: none;
          box-shadow: 0 0 6px rgba(46, 204, 113, 0.35);
        }
        .eff-strip span.is-off { animation: none; transform: none; opacity: 0.6; }
      }
      .eff-bottom-title {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 8px;
      }
      .eff-bottom-text {
        color: #9c9c9d;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
      }
      .employee-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: auto;
      }
      .employee-item {
        height: 30px;
        border: 0.5px solid rgba(255, 255, 255, 0.45);
        padding: 4px 8px 4px 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        transition: opacity 600ms ease, border-color 600ms ease;
        animation: employee-breathe 5.2s ease-in-out infinite;
      }
      .employee-item:nth-child(1) { animation-delay: 0s; }
      .employee-item:nth-child(2) { animation-delay: 0.45s; }
      .employee-item:nth-child(3) { animation-delay: 0.9s; }
      .employee-item:nth-child(4) { animation-delay: 1.35s; }
      .employee-item:nth-child(5) { animation-delay: 1.8s; }
      .employee-item:nth-child(6) { animation-delay: 2.25s; }
      .employee-item.is-dim {
        opacity: 0.35;
        animation-name: employee-breathe-dim;
      }
      @keyframes employee-breathe {
        0%, 100% {
          opacity: 1;
          border-color: rgba(255, 255, 255, 0.45);
        }
        50% {
          opacity: 0.65;
          border-color: rgba(255, 255, 255, 0.22);
        }
      }
      @keyframes employee-breathe-dim {
        0%, 100% {
          opacity: 0.45;
          border-color: rgba(255, 255, 255, 0.28);
        }
        50% {
          opacity: 0.18;
          border-color: rgba(255, 255, 255, 0.12);
        }
      }
      .ai-banner {
        width: 1204px;
        height: 436px;
        border: 0.5px solid #ffffff4d;
        box-shadow: 0 0 17.1px 0 rgba(255, 255, 255, 0.12);
        padding: 24px 32px 32px;
        border-radius: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
      }
      .ai-banner-kicker {
        color: #929292;
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 20px;
      }
      .ai-banner h1 {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 65.52px;
        letter-spacing: 0.2px;
        max-width: 740px;
      }
      .ai-banner-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; }
.btn-dark-primary {
        background: #fff;
        color: #000;
        padding: 0 32px;
        height: 44px;
        border: none;
        border-radius: 8px;
        font-weight: 500;
        cursor: pointer;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.7),
          0 10px 26px rgba(255, 255, 255, 0.08);
        transition:
          transform 0.24s ease,
          box-shadow 0.24s ease,
          background-color 0.24s ease;
      }
      .btn-dark-primary:hover,
      .btn-dark-primary:focus-visible {
        transform: translateY(-2px);
        background: #f5f5f5;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.84),
          0 14px 34px rgba(255, 255, 255, 0.18);
        outline: none;
      }
      .btn-dark-primary:active {
        transform: translateY(0);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.65),
          0 8px 18px rgba(255, 255, 255, 0.09);
      }
      .ai-banner-text {
        color: #9c9c9d;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.4px;
        max-width: 430px;
        text-align: left;
      }
      .dark-row-2col { display: grid; grid-template-columns: 480px 1fr; gap: 0; margin-bottom: 40px; height: 421px; border: 0.5px solid rgba(255,255,255,.2); box-shadow: 0 0 7.9px 0 rgba(255,255,255,.25); }
      /* Ряд с глобусом: без общего solid — рамка только dashed на .anim-globe слева/справа */
      .dark-row-2col--globe {
        border: none;
        box-shadow: none;
      }
      .dark-row-2col--globe > .dark-box:first-child {
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        border-right: none;
      }
      .dark-box { background: transparent; padding: 24px 18px; border-right: 0.5px solid rgba(255,255,255,.2); display: flex; flex-direction: column; justify-content: flex-start; }
      .dark-box-title { font-size: 12px; text-transform: uppercase; color: #929292; margin-bottom: 20px; font-weight: 700; letter-spacing: 3px; line-height: 18px; }
      .dark-box h2 {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 20px;
      }
      .dark-box p {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.4px;
        opacity: 0.6;
      }
      .dark-box--media { border-right: none; padding: 0; display: flex; align-items: stretch; justify-content: stretch; overflow: hidden; }
      .dark-box--voice { align-items: center; justify-content: center; position: relative; overflow: hidden; }
      .dark-box--voice::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 38%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(
          90deg,
          rgba(8, 14, 30, 0) 0%,
          rgba(8, 14, 30, 0.06) 28%,
          rgba(8, 14, 30, 0.18) 58%,
          rgba(8, 14, 30, 0.34) 82%,
          rgba(8, 14, 30, 0.44) 100%
        );
        -webkit-mask-image: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.18) 28%,
          rgba(0, 0, 0, 0.55) 55%,
          rgba(0, 0, 0, 0.85) 80%,
          #000 100%
        );
        mask-image: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.18) 28%,
          rgba(0, 0, 0, 0.55) 55%,
          rgba(0, 0, 0, 0.85) 80%,
          #000 100%
        );
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        z-index: 3;
      }
      .dark-box--globe { align-items: flex-end; }
      .dark-box.dark-box--media.dark-box--globe {
        padding: 0;
      }
      /* Отступ снаружи контента голоса — не padding внутри рамки ряда */
      .anim-voice {
        align-self: stretch;
        width: auto;
        margin: 24px 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
        box-sizing: border-box;
      }
      .anim-voice__card {
        width: 92%;
        max-width: none;
        border: 0.5px solid rgba(255,255,255,.25);
        border-radius: 18px;
        box-shadow: 0 0 15px rgba(255,255,255,.16);
        padding: 36px 40px;
        margin-right: -6%;
        animation: anim-voice-reveal 900ms cubic-bezier(0.22, 0.82, 0.28, 1) both;
      }
      .anim-voice__wave-wrap { position: relative; height: 220px; display: flex; align-items: center; justify-content: center; border: 0.5px solid rgba(255,255,255,.2); border-radius: 16px; }
      .anim-voice__wave { display: flex; align-items: center; gap: 4px; }
      .anim-voice__bar { width: 6px; border-radius: 999px; background: #fff; height: 8px; opacity: 0.85; }
      .anim-voice__fade { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,0) 40%, rgba(5,8,17,.55) 100%); pointer-events: none; border-radius: 16px; }
      .anim-voice__text { margin-top: 20px; text-align: center; color: #9c9c9d; font-size: 16px; line-height: 22.4px; font-weight: 500; }
      @keyframes anim-voice-reveal {
        from { opacity: 0; transform: translateX(80px); clip-path: inset(0 0 0 100%); }
        to { opacity: 1; transform: translateX(0); clip-path: inset(0 0 0 0); }
      }
      .anim-globe {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        height: 100%;
        min-height: 100%;
        border-radius: 0;
        overflow: hidden;
        background: transparent;
        border-top: none;
        border-bottom: none;
        border-left: 0.4px dashed rgba(255, 255, 255, 0.25);
        border-right:0.4px dashed rgba(255, 255, 255, 0.25);
      }
      .anim-globe__canvas { display: block; width: 100%; height: 100%; }
      .anim-globe__atmosphere { position: absolute; inset: 0; pointer-events: none; box-shadow: none; }
      .secicon-row {
        margin-top: 20px;
        margin-bottom: 256px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border: 0.5px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 7.9px 0 rgba(255, 255, 255, 0.25);
      }
      .secicon-item {
        min-height: 164px;
        padding: 24px;
        border-right: 0.5px solid rgba(255, 255, 255, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .secicon-item:last-child { border-right: none; }
      .secicon-item img {
        object-fit: contain;
        margin-bottom: 16px;
      }
      .secicon-title {
        color: #fff;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.2px;
        margin-bottom: 8px;
      }
      .secicon-text {
        color: #fff;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        opacity: 0.6;
      }
      .status-dot { display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; margin-right: 6px; }

      @media (min-width: 768px) and (max-width: 1024px) {
        .external-block {
          overflow: visible;
        }

        .wrapper {
          width: 100vw;
          max-width: 100vw;
          margin-left: calc((100vw - var(--tablet-page-width, 769px)) / -2);
          overflow: visible;
        }

        .container {
          width: var(--tablet-page-width, 769px);
        }

        .light-section {
          padding-top: 0;
        }

        .subtitle-top {
          width: 100%;
          margin: 0;
          padding: 0 0 20px;
        }

        .intro-top {
          width: 100%;
          height: auto;
          display: block;
          padding: 0;
          border: 0.5px solid rgba(255, 255, 255, 0.24);
          background: transparent !important;
        }

        .intro-title {
          min-height: 163px;
          padding: 24px;
          border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
          font-size: 28px;
          line-height: 32px;
        }

        .quote-box {
          width: 100%;
          min-height: 163px;
          padding: 28px 24px;
          border: none;
          box-shadow: none;
        }

        .quote-content {
          gap: 26px;
        }

        .quote-text {
          font-size: 18px;
          line-height: 24px;
        }

        .quote-author {
          font-size: 16px;
        }

        .grid-row-1,
        .grid-row-2,
        .grid-row-3,
        .grid-row-4,
        .dark-row-2col {
          display: block;
          height: auto;
          margin-top: 24px;
          margin-bottom: 0;
        }

        .left-main-card {
          width: 100%;
          height: 421px;
          padding: 24px;
          border: 0.3px dashed rgba(255, 255, 255, 0.28);
        }

        .left-main-title {
          max-width: 310px;
          font-size: 28px;
          line-height: 32px;
        }

        .left-main-text {
          max-width: 360px;
          font-size: 18px;
          line-height: 24px;
        }

        .btn-light {
          width: 115px;
        }

        .cards-grid-3 {
          grid-template-columns: 258px 253px 258px;
          gap: 0;
          margin-top: 24px;
        }

        .stat-card {
          height: 421px;
          padding: 32px 24px 0;
          border-color: rgba(255, 255, 255, 0.32);
          box-shadow: none;
        }

        .anim-ebitda-card__label,
        .anim-metrics__title,
        .anim-kpi-card__label {
          margin-bottom: 50px;
          font-size: 14px;
        }

        .anim-ebitda-card__value {
          font-size: 86px;
          line-height: 1;
        }

        .anim-ebitda-card__foot,
        .anim-kpi-card__foot {
          margin-left: -24px;
          margin-right: -24px;
          padding: 24px;
          border-top: 0.5px solid rgba(255, 255, 255, 0.2);
        }

        .anim-ebitda-card__hint,
        .anim-kpi-card__delta {
          font-size: 24px;
          line-height: 30px;
        }

        .anim-ebitda-card__sub,
        .anim-kpi-card__note {
          font-size: 14px;
          line-height: 18px;
        }

        .privacy-visual-host {
          transform: scale(0.88);
          transform-origin: top center;
        }

        .anim-kpi-card__gauge {
          width: 190px;
          margin: 0 auto;
        }

        .side-dash-column {
          display: flex;
          flex-direction: column;
        }

        .grid-row-2 {
          order: 1;
        }

        .grid-row-4 {
          order: 2;
        }

        .grid-row-3 {
          order: 3;
        }

        .integration-box {
          width: 100%;
          height: 424px;
          padding: 24px;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .integration-box h2 {
          font-size: 76px;
          line-height: 1;
          margin-bottom: 6px;
        }

        .integration-box .sub {
          margin-bottom: 34px;
        }

        .integration-box h3 {
          font-size: 28px;
          line-height: 34px;
        }

        .integration-box p {
          max-width: 620px;
          font-size: 18px;
          line-height: 24px;
        }

        .dark-chart-box {
          width: 100%;
          height: 420px;
          padding: 24px;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .grid-row-4 {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 0;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .dark-col {
          min-height: 421px;
          padding: 24px;
          border-right: 0.5px solid rgba(255, 255, 255, 0.28);
        }

        .dark-col:nth-child(2) {
          border-right: none;
        }

        .dark-col--employee-rating {
          grid-column: 1 / -1;
          min-height: 240px;
          border-top: 0.5px solid rgba(255, 255, 255, 0.28);
          border-right: none;
        }

        .dark-col h3 {
          font-size: 28px;
          line-height: 32px;
        }

        .dark-col p {
          font-size: 18px;
          line-height: 24px;
        }

        .eff-value {
          font-size: 96px;
          line-height: 1;
        }

        .radar-info {
          width: 100%;
          height: 267px;
          padding: 24px;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .radar-info__title {
          font-size: 28px;
          line-height: 34px;
        }

        .radar-info__text {
          max-width: 650px;
          font-size: 18px;
          line-height: 24px;
        }

        .radar-info__btn {
          width: 188px;
        }

        .radar-stage {
          width: 100%;
          height: 420px;
          padding: 24px 24px 0;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          border-top: none;
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .anim-radar {
          height: 350px;
        }

        .dark-section {
          padding: 40px 0 0;
        }

        .ai-banner {
          width: 100%;
          height: 364px;
          padding: 24px;
        }

        .ai-banner h1 {
          font-size: 28px;
          line-height: 34px;
          max-width: 430px;
        }

        .ai-banner-footer {
          flex-direction: column-reverse;
          align-items: flex-start;
          gap: 28px;
        }

        .ai-banner-text {
          max-width: 470px;
          font-size: 18px;
          line-height: 24px;
        }

        .dark-row-2col {
          display: block;
          border: 0.5px solid rgba(255, 255, 255, 0.28);
          box-shadow: 0 0 17px rgba(255, 255, 255, 0.08);
        }

        .dark-box {
          min-height: 134px;
          padding: 24px;
          border-right: none;
          border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
        }

        .dark-box h2 {
          max-width: 470px;
          font-size: 28px;
          line-height: 34px;
        }

        .dark-box p {
          font-size: 18px;
          line-height: 24px;
        }

        .dark-box--media {
          min-height: 420px;
          padding: 0;
        }

        .anim-voice {
          margin: 48px 84px;
        }

        .anim-voice__card {
          width: 100%;
          margin: 0;
        }

        .dark-row-2col--globe > .dark-box:first-child {
          border-right: none;
        }

        .anim-globe {
          min-height: 462px;
        }

        .secicon-row {
          grid-template-columns: repeat(2, 1fr);
          margin-top: 40px;
        }

        .secicon-item {
          min-height: 149px;
          padding: 24px;
          border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
        }

        .secicon-item:nth-child(2n) {
          border-right: none;
        }

        .secicon-item:nth-last-child(-n+2) {
          border-bottom: none;
        }
      }

      /* =========================================================
         MOBILE ADAPTATION (<=768px, designed for 375px)
         ========================================================= */
      @media (max-width: 767px) {
        .external-block { overflow-x: hidden; }
        .wrapper {overflow: visible; max-width: 100%; }
        .container { width: 100%; }

        .light-section { padding-top: 0; }

        /* Keep mobile kicker above "Управляйте бизнесом..." */
        .intro-top { display: none; }
        .subtitle-top {
          display: block;
          margin: 0 0 16px;
          color: #929292;
          text-align: left;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-style: normal;
          font-weight: 700;
          line-height: 18px;
          letter-spacing: 3px;
          text-transform: uppercase;
        }

        /* All row-grids stack vertically */
        .grid-row-1,
        .grid-row-2,
        .grid-row-3,
        .grid-row-4,
        .dark-row-2col {
          display: block;
          grid-template-columns: none;
          height: auto;
          gap: 0;
          margin-top: 0;
          margin-bottom: 24px;
        }
        .grid-row-1{
          margin-bottom: 40px;     }

        /* ===== Left main card "Управляйте бизнесом..." ===== */
        .left-main-card {
          height: auto;
          padding: 16px;
          margin-bottom: 12px;
        }
        .left-main-title {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 16px;
        }
        .left-main-title br { display: inline; }
        .left-main-text {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 110%;
          letter-spacing: normal;
          margin-bottom: 16px;
        }
        .btn-light {
          width: auto;
          min-width: 92px;
          margin-top: 0;
          padding: 0 24px;
          align-self: flex-start;
        }

        /* ===== Stat cards grid (3 in a row, stretched) ===== */
        .cards-grid-3 {
          grid-template-columns: repeat(3, 1fr);
          gap: 4px;
          margin-bottom: 24px;
        }
        .stat-card {
          height: 188px;
          min-height: 188px;
          padding: 10px 8px;
          overflow: hidden;
          min-width: 0;
        }
        .stat-card .anim-kpi-card,
        .stat-card .anim-ebitda-card,
        .stat-card .anim-metrics {
          height: 100%;
          min-width: 0;
        }

        /* Stat card — small label (МАРЖА EBITDA / КЛЮЧЕВЫЕ МЕТРИКИ / ЧИСТАЯ ПРИБЫЛЬ) */
        .anim-ebitda-card__label,
        .anim-metrics__title,
        .anim-kpi-card__label {
          color: #9c9c9d;
          text-align: center;
          font-family: Inter, sans-serif;
          font-size: 9px;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: normal;
          margin: 0 0 26px;
        }

        .anim-ebitda-card__value {
          font-size: 24px;
          letter-spacing: -1px;
        }
        .anim-ebitda-card__trend { width: 12px; height: 12px; }
        .anim-ebitda-card__chart-wrap { margin-top: 6px; width: 100%; }

        .anim-ebitda-card__foot {
          margin-left: -8px;
          margin-right: -8px;
          padding: 6px 8px 0;
        }
        .anim-ebitda-card__hint {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 10.705px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.089px;
          margin: 4px 0 0 0;
        }
        .anim-ebitda-card__sub,
        .anim-kpi-card__note {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 6.245px;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: normal;
          margin: 4px 0 0;
        }

        .anim-kpi-card__delta {
          color: #fff;
          font-size: 10.705px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.089px;
          margin: 0;
        }

        .anim-kpi-card__body {
          flex: 1 1 auto;
          min-height: 0;
          margin: 0;
        }
        .anim-kpi-card__foot {
          margin-left: -8px;
          margin-right: -8px;
          padding: 6px 8px 0;
        }

        /* Shrink complex visualizations to fit narrow mobile cards */
        .anim-metrics {
          padding: 0;
          display: flex;
          flex-direction: column;
          min-height: 100%;
        }
        .anim-metrics__matrix-wrap {
          margin: 4px 0 0;
          padding: 0;
          flex: 1 1 auto;
          min-height: 0;
        }
        .privacy-visual-host {
          min-height: 0;
          flex: 1 1 auto;
          margin: 0;
          width: 100%;
        }

        .anim-kpi-card__gauge {
          width: min(100%, 250px);
          max-width: 100%;
          max-height: 100%;
          margin: 0 auto;
        }
        .SyncVisual_syncNumber__e74IZ {
          font-size: 12cqmin;
        }
        .SyncVisual_syncVisual__pz6oN.SyncVisual_inView__3jK1K {
          margin-top: -26px;
        }
        .SyncVisual_syncStats__E6Bdb {
          margin-top: -26px;
        }
        .SyncVisual_syncInline__cPQ9A {
          margin-top: -25px;
          margin-left: -0.5px;
        }
        .PrivacyVisual_privacyVisual__cSfiZ {
          margin-top: -26px;
        }
        .anim-kpi-card__note {
          align-self: flex-start;
        }

        /* ===== Integration box "Знает о вашем бизнесе..." ===== */
        .integration-box {
          width: 100%;
          max-width: 100%;
          height: auto;
          padding: 16px;
          margin-bottom: 12px;
          border: 0.3px dashed #888;
          box-shadow: none;
        }
        .integration-item {
          width: 100%;
          padding: 4px 8px;
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          gap: 8px;
        }
        .integration-item__name {
          flex: 1 1 auto;
          min-width: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .integration-item span:last-child {
          flex: 0 0 auto;
          font-size: 11px;
          line-height: 16px;
          opacity: 0.78;
          text-align: right;
          white-space: nowrap;
        }
        .integration-item__logo {
          width: 18px;
          height: 18px;
        }
        .integration-box h2 {
          font-size: 40px;
          line-height: 1;
          letter-spacing: -1px;
          margin-bottom: 4px;
        }
        .integration-box .sub {
          font-size: 10px;
          line-height: 1.2;
          margin-bottom: 32px;
        }
        .integration-box h3 {
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 12px;
        }
        .integration-box h3 br { display: inline; }
        .integration-box p {
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 110%;
          color: #9c9c9d;
        }
        .integration-box p br { display: inline; }

        /* ===== Dark chart box (integrations graph) ===== */
        .dark-chart-box {
          width: 100%;
          max-width: 100%;
          height: auto;
          padding: 16px;
          margin-bottom: 64px;
          border: 1px solid rgb(113, 113, 113);
          overflow: hidden;
        }

        .dot-chart {
          justify-content: space-between;
          gap: 6px;
          padding-inline-end: 0;
        }

        .dot-col {
          flex: 0 0 6px;
          gap: 6px;
        }

        .dot-col span {
          inline-size: 6px;
          block-size: 6px;
        }

        .integrations-list {
          width: 100%;
          max-width: 100%;
        }

        /* ===== Radar section ===== */
        .radar-info {
          padding: 16px 16px;
          height: auto;
          margin-bottom: 16px;
          border: none;
          box-shadow: none;
          background: transparent;
        }
        .radar-info__title {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 12px;
        }
        .radar-info__title br { display: inline; }
        .radar-info__text {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 110%;
          margin-bottom: 16px;
        }
        .radar-info__text br { display: inline; }
        .radar-info__btn {
          width: auto;
          min-width: 154px;
          padding: 0 20px;
          align-self: flex-start;
        }
        .radar-stage {
          padding: 16px 16px 0px 16px;
          height: auto;
          border: 1px solid rgb(113, 113, 113);
        }
        .radar-stage__kicker {
          padding: 0;
          margin-bottom: 16px;
          font-size: 12px;
          line-height: 16px;
        }
        .anim-radar {
          width: 100%;
          height: auto;
          aspect-ratio: 2 / 1;
        }

        /* ===== Dark section ===== */
        .dark-section { padding: 24px 0; }

        .grid-row-4 {
          height: auto;
          margin-bottom: 40px;
          border: none;
          box-shadow: none;
        }
        .dark-row-2col {
          margin-bottom: 0;
        }
        .dark-row-2col--voice {
          margin-bottom: 40px;
        }
        .dark-col--employee-rating {
          display: none;
        }
        .dark-col {
          padding: 16px;
          border: 1px solid rgb(113, 113, 113);
        }
        .dark-col h3 {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 12px;
        }
        .dark-col h3 br { display: inline; }
        .dark-col p {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 110%;
        }
        .dark-col p br { display: inline; }
        .dark-col__label {
          font-size: 10px;
          letter-spacing: 1.5px;
          margin-bottom: 12px;
        }
        .eff-value {
          color: #32965A;
          font-family: "Geist Mono", "Sometype Mono", ui-monospace, monospace;
          font-size: clamp(56px, 22vw, 97.7px);
          font-weight: 400;
          line-height: 1;
          letter-spacing: -4px;
          margin-bottom: 16px;
        }
        /* Shrink eff-strip visually to match desktop look, fit 293x32 area */
        .eff-strip {
          width: 293px;
          max-width: 100%;
          height: 32px;
          gap: 3px;
          margin-bottom: 0;
          align-items: center;
          justify-content: flex-start;
          padding: 0;
        }
        .eff-strip span {
          width: 9px;
          height: 9px;
          flex: 0 0 9px;
          border-radius: 1.5px;
        }
        .eff-bottom-wrap { margin-top: 24px; }
        .eff-bottom-title {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 16px;
        }
        .eff-bottom-text {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: normal;
        }
        /* ===== AI banner ===== */
        .ai-banner {
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          height: auto;
          padding: 24px 16px;
          gap: 24px;
          align-items: stretch;
        }
        .ai-banner-kicker {
          font-size: 10px;
          letter-spacing: 1.5px;
        }
        .ai-banner h1 {
          font-size: 16px;
          line-height: 110%;
          letter-spacing: 0.2px;
        }
        .ai-banner h1 br { display: inline; }
        .ai-banner-footer {
          margin-top: auto;
          display: flex;
          flex-direction: column-reverse;
          gap: 16px;
          align-items: stretch;
          width: 100%;
        }
        .btn-dark-primary {
          width: auto;
          max-width: none;
          box-sizing: border-box;
          align-self: flex-start;
          padding: 0 24px;
        }
        .ai-banner-text {
          font-size: 12px;
          line-height: 120%;
          color: #9c9c9d;
        }
        .ai-banner-text br { display: inline; }

        /* ===== dark-row-2col (ЗНАЕТ ВАШ БИЗНЕС / ВИДИТ ВЕСЬ РЫНОК) ===== */
        .dark-row-2col {
          height: auto;
        }
        .anim-voice {
          align-self: stretch;
          width: auto;
          margin: 12px;
          padding: 0;
          box-sizing: border-box;
        }
        .anim-voice__card {
          width: 100%;
          height: 153px;
          border: none;
          box-shadow: none;
          border-radius: 0;
          padding: 12px;
          display: flex;
          flex-direction: column;
        }
        .anim-voice__wave-wrap {
          height: 70px;
          border: 0.5px solid rgba(255, 255, 255, 0.2);
          border-radius: 10px;
          flex-shrink: 0;
        }
        .anim-voice__wave {
          gap: 2px;
        }
        .anim-voice__bar {
          width: 3px;
        }
        .anim-voice__text {
          margin-top: 8px;
          color: #FFF;
          text-align: center;
          font-family: Inter, sans-serif;
          font-size: 10px;
          font-style: normal;
          font-weight: 500;
          line-height: 12px;
          letter-spacing: normal;
        }
        .anim-voice__text p {
          margin: 0;
          color: #FFF;
          font-family: Inter, sans-serif;
          font-size: 10px;
          font-weight: 500;
          line-height: 12px;
        }
        .dark-box {
          border-right: none;
          border-bottom: 0.5px solid rgba(255,255,255,.2);
          padding: 16px;
        }
        .dark-row-2col--globe {
          border: none;
          box-shadow: none;
        }
        .dark-row-2col--globe > .dark-box:first-child {
          border-right: 0.5px solid rgba(255, 255, 255, 0.2);
        }
        .dark-box.dark-box--media.dark-box--globe {
          padding: 0;
        }
        .dark-box.dark-box--media.dark-box--voice {
          padding: 0;
        }
        .dark-box:last-child { border-bottom: none; }
        .dark-box h2 {
          color: #fff;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 12px;
        }
        .dark-box p {
          color: #9c9c9d;
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 110%;
        }
        .dark-box-title {
          font-size: 10px;
          letter-spacing: 1.5px;
          margin-bottom: 12px;
        }

        /* ===== secicon row → 2x2 ===== */
        .secicon-row {
          grid-template-columns: repeat(2, 1fr);
          margin-top: 0;
        }
        .secicon-item {
          min-height: 32px;
          padding: 8px 16px;
          border-right: 0.5px solid rgba(255,255,255,.2);
          border-bottom: 0.5px solid rgba(255,255,255,.2);
        }
        .secicon-item:nth-child(2n) { border-right: none; }
        .secicon-item:last-child { border-right: none; }
        .secicon-item:nth-last-child(-n+2) { border-bottom: none; }
        .secicon-title {
          font-family: Inter, sans-serif;
          font-size: 10px;
          font-weight: 400;
          line-height: 100%;
          letter-spacing: 0.2px;
          margin-bottom: 10px;
        }
        .secicon-text {
          font-family: Inter, sans-serif;
          font-size: 10px;
          font-weight: 500;
          line-height: 120%;
        }
        .secicon-text br { display: inline; }
        .secicon-item img {
          width: 32px; 
          height: 32px;
          margin-bottom: 4px;
        }
      }
