/* ═══════════════════════════════════════════════════
   DEVMETRIX — в палитре главной страницы
   Light: #ffffff / #eef2f4  |  Accent: #1D4ED8 / #0EA5E9
═══════════════════════════════════════════════════ */

/* ─────────────── LAYOUT RESETS ─────────────── */
.dm__first,
.dm__dark_section,
.dm__problems,
.dm__forwhom,
.dm__benefits,
.dm__steps,
.dm__metrics,
.dm__reports,
.dm__integrations,
.dm__trust,
.dm__tags {
    width: 100%;
}

/* ═══════════════════════════════════════════════════
   HERO — СВЕТЛЫЙ
═══════════════════════════════════════════════════ */
.dm__first {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 760px;
    padding: 80px 7% 80px 19.5%;
    background:
        radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.13), transparent 36%),
        radial-gradient(circle at 18% 72%, rgba(29, 78, 216, 0.07), transparent 30%),
        linear-gradient(135deg, #f7fbff 0%, #eef5fb 52%, #ffffff 100%);
    color: #111827;
}

.dm__first::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/i/lines_background.svg) center top repeat;
    opacity: 0.28;
    pointer-events: none;
}

/* Ambient orbs */
.dm__hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}
.dm__hero__orb--1 {
    width: 480px;
    height: 480px;
    top: -100px;
    right: 5%;
    background: rgba(14, 165, 233, 0.13);
    animation: dmOrbFloat 12s ease-in-out infinite alternate;
}
.dm__hero__orb--2 {
    width: 380px;
    height: 380px;
    bottom: -90px;
    left: 8%;
    background: rgba(29, 78, 216, 0.09);
    animation: dmOrbFloat 15s ease-in-out infinite alternate-reverse;
}
.dm__hero__orb--3 {
    width: 240px;
    height: 240px;
    top: 38%;
    left: 42%;
    background: rgba(29, 78, 216, 0.06);
    animation: dmOrbFloat 10s ease-in-out infinite alternate;
    animation-delay: -5s;
}
@keyframes dmOrbFloat {
    from { transform: translate(0, 0) scale(1); }
    to   { transform: translate(36px, -36px) scale(1.1); }
}

.dm__first__left,
.dm__first__right {
    position: relative;
    z-index: 1;
}
.dm__first__left {
    width: 46%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.dm__first__right { width: 54%; }

/* Badge */
.dm__first__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 18px;
    background: rgba(29, 78, 216, 0.09);
    border: 1px solid rgba(29, 78, 216, 0.28);
    color: #1D4ED8;
    font-family: "Cera Pro Medium";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
}
.dm__first__badge i { color: #1D4ED8; font-size: 13px; }

/* Title */
.dm__first__left__title {
    margin: 0;
    font-family: "Cera Pro Bold";
    font-size: 82px;
    font-weight: 700;
    line-height: 88px;
    color: #111827;
}
.dm__first__left__title span {
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dm__first__left__subtitle {
    margin: 18px 0 0;
    font-family: "Cera Pro Medium";
    font-size: 24px;
    line-height: 34px;
    color: #1D4ED8;
}
.dm__first__left__description {
    margin: 22px 0 0;
    max-width: 540px;
    color: #4f5b6b;
    font-family: "Cera Pro Medium";
    font-size: 20px;
    line-height: 32px;
}

/* Buttons */
.dm__first__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 38px;
}
.dm__first__left__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(90deg, #1D4ED8 0%, #0EA5E9 100%);
    color: #fff;
    font-family: "Cera Pro Medium";
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(29, 78, 216, 0.34);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.dm__first__left__button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(29, 78, 216, 0.46);
}
.dm__first__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    padding: 0 26px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #d6e4f0;
    color: #243244;
    font-family: "Cera Pro Medium";
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(40, 74, 108, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.dm__first__link i { color: #1D4ED8; }
.dm__first__link:hover {
    color: #243244;
    text-decoration: none;
    border-color: rgba(29, 78, 216, 0.42);
    box-shadow: 0 14px 34px rgba(29, 78, 216, 0.14);
    transform: translateY(-2px);
}

/* Metrics */
.dm__first__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 520px;
    margin-top: 46px;
}
.dm__first__metrics div {
    padding: 20px 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(194, 212, 228, 0.75);
    box-shadow: 0 12px 32px rgba(40, 74, 108, 0.08);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.dm__first__metrics div:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 78, 216, 0.32);
    box-shadow: 0 18px 40px rgba(29, 78, 216, 0.1);
}
.dm__first__metrics strong {
    display: block;
    font-family: "Cera Pro Bold";
    font-size: 28px;
    line-height: 32px;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dm__first__metrics span {
    display: block;
    margin-top: 6px;
    color: #5f6f80;
    font-family: "Cera Pro Regular";
    font-size: 13px;
    line-height: 19px;
}

/* ═══════════════════════════════════════════════════
   HERO PRODUCT WINDOW — DevMetrix Dashboard
═══════════════════════════════════════════════════ */
.dm__hero__visual {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dm__product {
    position: relative;
    width: 100%;
    max-width: 720px;
    padding: 20px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 16%, rgba(29, 78, 216, 0.22), transparent 36%),
        radial-gradient(circle at 14% 82%, rgba(14, 165, 233, 0.14), transparent 30%),
        linear-gradient(135deg, #07091a 0%, #0d1526 60%, #121f38 100%);
    box-shadow:
        0 0 0 1px rgba(29, 78, 216, 0.18),
        0 36px 80px rgba(5, 8, 26, 0.22),
        0 0 50px -10px rgba(29, 78, 216, 0.2);
    color: #fff;
    box-sizing: border-box;
}
.dm__product::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.dm__product__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Cera Pro Bold";
    font-size: 14px;
}
.dm__product__top > div:first-child { display: flex; gap: 6px; }
.dm__product__top > div:first-child span {
    width: 9px; height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
}
.dm__product__top b { display: flex; align-items: center; gap: 8px; }
.dm__product__top b i { color: #1D4ED8; font-size: 14px; }
.dm__product__topbar__actions {
    display: flex;
    gap: 8px;
}
.dm__product__topbar__actions span {
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.7);
    font-family: "Cera Pro Regular";
    font-size: 11px;
    cursor: pointer;
}

.dm__product__title {
    font-family: "Cera Pro Bold";
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
}

.dm__product__tabs {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.dm__product__tabs span {
    padding: 5px 12px;
    border-radius: 6px;
    font-family: "Cera Pro Regular";
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    cursor: pointer;
}
.dm__product__tabs span.active {
    background: rgba(29, 78, 216, 0.35);
    color: #fff;
    font-family: "Cera Pro Medium";
}

/* KPI row */
.dm__product__kpis {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}
.dm__kpi {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}
.dm__kpi span {
    display: block;
    font-family: "Cera Pro Regular";
    font-size: 10px;
    color: rgba(255,255,255,0.5);
}
.dm__kpi strong {
    display: block;
    font-family: "Cera Pro Bold";
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 2px;
}
.dm__kpi em {
    display: block;
    font-style: normal;
    font-family: "Cera Pro Regular";
    font-size: 10px;
    margin-top: 2px;
}
.dm__kpi em.pos { color: #22c55e; }
.dm__kpi em.neg { color: #ef4444; }

/* Charts body */
.dm__product__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}
.dm__product__chart,
.dm__product__dist {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}
.dm__product__chart b,
.dm__product__dist b {
    display: block;
    font-family: "Cera Pro Bold";
    font-size: 12px;
    margin-bottom: 10px;
}

/* Bar chart */
.dm__chart__bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 60px;
}
.dm__chart__bars span {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #0EA5E9 0%, #1D4ED8 100%);
    opacity: 0.75;
    min-height: 4px;
}

/* Distribution */
.dm__dist__circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #1D4ED8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cera Pro Bold";
    font-size: 13px;
    color: #fff;
    margin: 0 auto 8px;
    box-shadow: 0 0 0 2px rgba(14,165,233,0.3);
}
.dm__dist__list { display: flex; flex-direction: column; gap: 5px; }
.dm__dist__list > div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Cera Pro Regular";
    font-size: 10px;
    color: rgba(255,255,255,0.65);
}
.dm__dist__list > div span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1D4ED8;
    flex-shrink: 0;
}
.dm__dist__list > div:nth-child(2) span { background: #0EA5E9; }
.dm__dist__list > div:nth-child(3) span { background: #38bdf8; }
.dm__dist__list > div em {
    font-style: normal;
    color: rgba(255,255,255,0.5);
    margin-left: auto;
}

/* Floating panels */
.dm__hero__panel {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 220px;
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(194, 212, 228, 0.9);
    box-shadow: 0 16px 44px rgba(29, 55, 84, 0.12);
}
.dm__hero__panel > i { font-size: 22px; color: #1D4ED8; flex-shrink: 0; }
.dm__hero__panel span {
    display: block;
    color: #1D4ED8;
    font-family: "Cera Pro Bold";
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.dm__hero__panel b {
    display: block;
    color: #223044;
    font-family: "Cera Pro Medium";
    font-size: 15px;
    line-height: 20px;
}
.dm__hero__panel--top {
    top: 70px; right: 5%;
    animation: dmPanelFloat 6s ease-in-out infinite alternate;
}
.dm__hero__panel--bottom {
    left: 5%; bottom: 80px;
    animation: dmPanelFloat 8s ease-in-out infinite alternate-reverse;
}
@keyframes dmPanelFloat {
    from { transform: translateY(0); }
    to   { transform: translateY(-12px); }
}

.dm__hero__badge__ai {
    position: absolute;
    bottom: -28px;
    right: 44%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1D4ED8, #0EA5E9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(29,78,216,0.1), 0 0 0 16px rgba(29,78,216,0.05);
    animation: dmAiBadgePulse 3s ease-in-out infinite;
}
.dm__hero__badge__ai i { color: #fff; font-size: 24px; }
@keyframes dmAiBadgePulse {
    0%,100% { box-shadow: 0 0 0 8px rgba(29,78,216,0.1),  0 0 0 16px rgba(29,78,216,0.05); }
    50%      { box-shadow: 0 0 0 12px rgba(29,78,216,0.16), 0 0 0 24px rgba(29,78,216,0.07); }
}

/* ═══════════════════════════════════════════════════
   TAGS TICKER
═══════════════════════════════════════════════════ */
.dm__tags {
    overflow: hidden;
    background: linear-gradient(135deg, #07091a 0%, #0e1628 100%);
    border-top: 1px solid rgba(29, 78, 216, 0.22);
    border-bottom: 1px solid rgba(14, 165, 233, 0.18);
    height: 54px;
    display: flex;
    align-items: center;
}
.dm__tags__track {
    display: flex;
    align-items: center;
    animation: dmTagsScroll 32s linear infinite;
    white-space: nowrap;
    will-change: transform;
}
.dm__tags__track span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 30px;
    color: rgba(255,255,255,0.65);
    font-family: "Cera Pro Medium";
    font-size: 14px;
    letter-spacing: 0.03em;
    border-right: 1px solid rgba(255,255,255,0.08);
    height: 54px;
    white-space: nowrap;
    transition: color 0.2s;
    flex-shrink: 0;
}
.dm__tags__track span:hover { color: #0EA5E9; }
.dm__tags__track span i { color: #1D4ED8; font-size: 13px; flex-shrink: 0; }
@keyframes dmTagsScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════ */
.dm__trust {
    padding: 60px 0;
    background: #ffffff;
    border-bottom: 1px solid #e8edf4;
}
.dm__trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.dm__trust__item {
    text-align: center;
    padding: 0 32px;
    border-right: 1px solid #e4ecf4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dm__trust__item:last-child { border-right: none; }
.dm__trust__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eef2f4;
    border: 1.5px solid rgba(29, 78, 216, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D4ED8;
    font-size: 18px;
    margin-bottom: 16px;
}
.dm__trust__item strong {
    display: block;
    font-family: "Cera Pro Bold";
    font-size: 26px;
    line-height: 30px;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}
.dm__trust__item span {
    font-family: "Cera Pro Regular";
    font-size: 14px;
    line-height: 20px;
    color: #5f6f80;
}

/* ═══════════════════════════════════════════════════
   SECTION TITLES
═══════════════════════════════════════════════════ */
.dm__section__title {
    font-family: "Cera Pro Bold";
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin: 0;
    color: #111827;
    width: 100%;
}
.dm__section__subtitle {
    font-family: "Cera Pro Medium";
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 14px auto 0;
    color: #5c6878;
    max-width: 760px;
    width: 100%;
}
.dm__dark_section .dm__section__title { color: #111827; }
.dm__dark_section .dm__section__subtitle { color: #5c6878; }

/* ═══════════════════════════════════════════════════
   DARK SECTION — #eef2f4
═══════════════════════════════════════════════════ */
.dm__dark_section {
    position: relative;
    overflow: hidden;
    background: #eef2f4;
    background-image: url(/i/index_box_bg.png);
    background-repeat: repeat;
    background-position: center top;
    color: #111827;
    padding: 92px 0 104px;
}

/* ═══════════════════════════════════════════════════
   PROBLEMS
═══════════════════════════════════════════════════ */
.dm__problems { padding: 92px 0 104px; }

.dm__problems__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 56px;
}
.dm__problem__item {
    position: relative;
    padding: 34px 28px 30px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__problem__item:hover {
    transform: translateY(-6px);
    border-color: rgba(29, 78, 216, 0.38);
    box-shadow: 0 16px 44px rgba(29, 78, 216, 0.14);
}
.dm__problem__num {
    position: absolute;
    top: 18px;
    right: 20px;
    font-family: "Cera Pro Bold";
    font-size: 52px;
    line-height: 1;
    color: rgba(29, 78, 216, 0.07);
    pointer-events: none;
}
.dm__problem__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #eef2f4;
    border: 1.5px solid rgba(29, 78, 216, 0.25);
    color: #1D4ED8;
    font-size: 22px;
    transition: background 0.25s, box-shadow 0.25s;
}
.dm__problem__item:hover .dm__problem__icon {
    background: rgba(29, 78, 216, 0.1);
    box-shadow: 0 0 18px rgba(29, 78, 216, 0.2);
}
.dm__problem__item h3 {
    font-family: "Cera Pro Bold";
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px;
    color: #111827;
}
.dm__problem__item p {
    font-family: "Cera Pro Regular";
    font-size: 16px;
    line-height: 26px;
    color: #5f6f80;
    margin: 0;
}
.dm__problem__item p em {
    font-style: normal;
    color: rgba(29, 78, 216, 0.7);
    font-size: 13px;
    display: block;
    margin-top: 8px;
}

/* ═══════════════════════════════════════════════════
   FOR WHOM
═══════════════════════════════════════════════════ */
.dm__forwhom {
    padding: 92px 0 104px;
    background: #ffffff;
}
.dm__forwhom__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 56px;
}
.dm__fw__card {
    flex: 1 1 220px;
    max-width: calc(25% - 17px);
    padding: 26px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__fw__card:hover {
    transform: translateY(-6px);
    border-color: rgba(29, 78, 216, 0.38);
    box-shadow: 0 20px 44px rgba(29, 78, 216, 0.14);
}
.dm__fw__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #eef2f4;
    border: 1.5px solid rgba(29, 78, 216, 0.2);
    color: #1D4ED8;
    font-size: 20px;
    transition: background 0.25s, box-shadow 0.25s;
}
.dm__fw__card:hover .dm__fw__icon {
    background: rgba(29, 78, 216, 0.1);
    box-shadow: 0 0 20px rgba(29, 78, 216, 0.2);
}
.dm__fw__card h3 {
    font-family: "Cera Pro Bold";
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
    color: #111827;
}
.dm__fw__card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.dm__fw__card ul li {
    position: relative;
    padding: 0 0 0 18px;
    margin-bottom: 8px;
    color: #5f6f80;
    font-family: "Cera Pro Regular";
    font-size: 13px;
    line-height: 19px;
    float: none;
}
.dm__fw__card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
}

/* ═══════════════════════════════════════════════════
   BENEFITS
═══════════════════════════════════════════════════ */
.dm__benefits__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 22px;
    margin-top: 56px;
}
.dm__benefits__grid .dm__benefit__item { grid-column: span 2; }
.dm__benefits__grid .dm__benefit__item:nth-child(5) { grid-column: 2 / 4; }
.dm__benefits__grid .dm__benefit__item:nth-child(6) { grid-column: 4 / 6; }
.dm__benefits__grid .dm__benefit__item:nth-child(7) { grid-column: 6 / 8; }
.dm__benefit__item {
    padding: 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__benefit__item:hover {
    transform: translateY(-6px);
    border-color: rgba(29, 78, 216, 0.38);
    box-shadow: 0 20px 44px rgba(29, 78, 216, 0.14);
}
.dm__benefit__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #eef2f4;
    border: 1.5px solid rgba(29, 78, 216, 0.2);
    color: #1D4ED8;
    font-size: 22px;
    transition: background 0.25s, box-shadow 0.25s;
}
.dm__benefit__item:hover .dm__benefit__icon {
    background: rgba(29, 78, 216, 0.1);
    box-shadow: 0 0 18px rgba(29, 78, 216, 0.18);
}
.dm__benefit__item h3 {
    font-family: "Cera Pro Bold";
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #111827;
}
.dm__benefit__item p {
    font-family: "Cera Pro Regular";
    font-size: 15px;
    line-height: 24px;
    color: #5f6f80;
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   HOW IT WORKS — STEPS
═══════════════════════════════════════════════════ */
.dm__steps {
    padding: 92px 0 104px;
    background: url(/i/index_box_bg.png) center top repeat;
    background-color: #ffffff;
}
.dm__steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 56px;
    position: relative;
}
.dm__steps__grid::before {
    content: "";
    position: absolute;
    top: 44px;
    left: calc(12.5% + 22px);
    right: calc(12.5% + 22px);
    height: 2px;
    background: linear-gradient(90deg, #1D4ED8 0%, #0EA5E9 100%);
    opacity: 0.3;
    z-index: 0;
}
.dm__step {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 5px #efefef;
    padding: 32px 22px 28px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #dce8f2;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__step:hover {
    transform: translateY(-6px);
    border-color: rgba(29, 78, 216, 0.32);
    box-shadow: 0 20px 44px rgba(29, 78, 216, 0.12);
}
.dm__step__number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    color: #fff;
    font-family: "Cera Pro Bold";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 16px rgba(29, 78, 216, 0.38);
}
.dm__step__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eef2f4;
    color: #1D4ED8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 22px;
    border: 1.5px dashed rgba(29, 78, 216, 0.35);
    transition: background 0.25s, box-shadow 0.25s;
}
.dm__step:hover .dm__step__icon {
    background: rgba(29, 78, 216, 0.08);
    box-shadow: 0 0 18px rgba(29, 78, 216, 0.18);
}
.dm__step h3 {
    font-family: "Cera Pro Bold";
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
    color: #111827;
}
.dm__step p {
    font-family: "Cera Pro Regular";
    font-size: 14px;
    line-height: 22px;
    color: #5f6f80;
    margin: 0;
}

/* Steps features strip */
.dm__steps__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
    padding: 36px 44px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 80% 20%, rgba(29, 78, 216, 0.24), transparent 36%),
        radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.18), transparent 30%),
        linear-gradient(135deg, #07091a 0%, #0d1526 100%);
    box-shadow: 0 0 0 1px rgba(29, 78, 216, 0.18), 0 20px 50px rgba(5, 8, 26, 0.16);
}
.dm__steps__features > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    font-family: "Cera Pro Medium";
    font-size: 14px;
    line-height: 20px;
}
.dm__steps__features > div:last-child { border-right: none; }
.dm__steps__features > div i { color: #0EA5E9; font-size: 16px; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════
   KEY METRICS
═══════════════════════════════════════════════════ */
.dm__metrics__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    margin-top: 56px;
}
.dm__metrics__grid .dm__metric__item { grid-column: span 2; }
.dm__metrics__grid .dm__metric__item:nth-child(4) { grid-column: 2 / 4; }
.dm__metrics__grid .dm__metric__item:nth-child(5) { grid-column: 4 / 6; }
.dm__metric__item {
    padding: 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__metric__item:hover {
    transform: translateY(-5px);
    border-color: rgba(29, 78, 216, 0.32);
    box-shadow: 0 16px 40px rgba(29, 78, 216, 0.12);
}
.dm__metric__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: #eef2f4;
    border: 1.5px solid rgba(29, 78, 216, 0.2);
    color: #1D4ED8;
    font-size: 20px;
    transition: background 0.25s, box-shadow 0.25s;
}
.dm__metric__item:hover .dm__metric__icon {
    background: rgba(29, 78, 216, 0.1);
    box-shadow: 0 0 16px rgba(29, 78, 216, 0.18);
}
.dm__metric__item h3 {
    font-family: "Cera Pro Bold";
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 10px;
    color: #111827;
}
.dm__metric__item p {
    font-family: "Cera Pro Regular";
    font-size: 15px;
    line-height: 24px;
    color: #5f6f80;
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   REPORTS
═══════════════════════════════════════════════════ */
.dm__reports {
    padding: 92px 0 104px;
    background: url(/i/index_box_bg.png) center top repeat;
    background-color: #eef2f4;
}
.dm__reports__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}
.dm__report__item {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    padding: 36px 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dm__report__item:hover {
    transform: translateY(-5px);
    border-color: rgba(29, 78, 216, 0.32);
    box-shadow: 0 16px 44px rgba(29, 78, 216, 0.12);
}
.dm__report__number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    color: #fff;
    font-family: "Cera Pro Bold";
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.3);
}
.dm__report__content { flex: 1; }
.dm__report__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eef2f4;
    border: 1px solid rgba(29, 78, 216, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D4ED8;
    font-size: 18px;
    margin-bottom: 14px;
}
.dm__report__content h3 {
    font-family: "Cera Pro Bold";
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #111827;
}
.dm__report__content p {
    font-family: "Cera Pro Regular";
    font-size: 15px;
    line-height: 24px;
    color: #5f6f80;
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   INTEGRATIONS
═══════════════════════════════════════════════════ */
.dm__integrations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 56px;
}
.dm__integration__group {
    padding: 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dce8f2;
    box-shadow: 0 0 20px 5px #efefef;
}
.dm__integration__label {
    font-family: "Cera Pro Bold";
    font-size: 16px;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8edf4;
}
.dm__integration__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dm__int__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f7fbff;
    border: 1px solid #e2edf6;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.dm__int__item:hover {
    border-color: rgba(29, 78, 216, 0.28);
    box-shadow: 0 4px 14px rgba(29, 78, 216, 0.08);
}
.dm__int__item--soon { opacity: 0.55; }
.dm__int__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #07091a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}
.dm__int__icon--gitlab { background: #e24329; }
.dm__int__icon--bitbucket { background: #0052cc; }
.dm__int__icon--jira { background: #0052cc; }
.dm__int__icon--yt { background: #ff7122; }
.dm__int__icon--ws { background: #2196f3; }
.dm__int__icon--tg { background: #0088cc; }
.dm__int__item span {
    font-family: "Cera Pro Medium";
    font-size: 15px;
    color: #243244;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dm__int__item span em {
    font-style: normal;
    font-family: "Cera Pro Regular";
    font-size: 11px;
    color: #9aacba;
    padding: 2px 8px;
    border-radius: 4px;
    background: #eef2f4;
}

/* Integrations goals strip */
.dm__integrations__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
    padding: 46px 52px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 80% 20%, rgba(29, 78, 216, 0.24), transparent 36%),
        radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.18), transparent 30%),
        linear-gradient(135deg, #07091a 0%, #0d1526 100%);
    box-shadow: 0 0 0 1px rgba(29, 78, 216, 0.18), 0 20px 50px rgba(5, 8, 26, 0.16);
}
.dm__integrations__features div {
    text-align: center;
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.dm__integrations__features div:last-child { border-right: none; }
.dm__integrations__features strong {
    display: block;
    font-family: "Cera Pro Bold";
    font-size: 36px;
    line-height: 42px;
    background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dm__integrations__features span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.65);
    font-family: "Cera Pro Regular";
    font-size: 15px;
    line-height: 22px;
}

/* ═══════════════════════════════════════════════════
   CTA
═══════════════════════════════════════════════════ */
.adk__fourth .index-manual { width: 100%; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 1280px
═══════════════════════════════════════════════════ */
@media only screen and (max-width: 1280px) {
    .dm__first { padding-left: 7%; }
    .dm__benefits__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dm__benefits__grid .dm__benefit__item,
    .dm__benefits__grid .dm__benefit__item:nth-child(5),
    .dm__benefits__grid .dm__benefit__item:nth-child(6),
    .dm__benefits__grid .dm__benefit__item:nth-child(7) { grid-column: span 1; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 1150px
═══════════════════════════════════════════════════ */
@media only screen and (max-width: 1150px) {
    .dm__first__left__title { font-size: 64px; line-height: 72px; }
    .dm__first__left__subtitle { font-size: 20px; line-height: 28px; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 1023px
═══════════════════════════════════════════════════ */
@media only screen and (max-width: 1023px) {
    .dm__first {
        display: block;
        min-height: auto;
        padding: 56px 20px 60px;
        text-align: center;
    }
    .dm__first__left,
    .dm__first__right { width: 100%; max-width: none; align-items: center; text-align: center; }
    .dm__first__left { align-items: center; }
    .dm__first__left__title { font-size: 52px; line-height: 58px; }
    .dm__first__left__subtitle { font-size: 22px; line-height: 30px; }
    .dm__first__left__description { font-size: 18px; line-height: 28px; margin-top: 18px; }
    .dm__first__actions { width: 100%; justify-content: center; margin-top: 30px; }
    .dm__first__left__button,
    .dm__first__link { width: 100%; max-width: 320px; }
    .dm__first__metrics { max-width: 520px; margin: 30px auto 0; }
    .dm__hero__visual { min-height: 0; margin-top: 36px; }
    .dm__product { max-width: 560px; padding: 16px; }
    .dm__product__body { grid-template-columns: 1fr; }
    .dm__product__kpis { flex-wrap: wrap; }
    .dm__kpi { min-width: 80px; }
    .dm__hero__panel { display: none; }
    .dm__hero__badge__ai { display: none; }

    .dm__dark_section,
    .dm__problems,
    .dm__forwhom,
    .dm__steps,
    .dm__metrics,
    .dm__reports,
    .dm__integrations { padding: 58px 0 66px; }

    .dm__section__title { font-size: 30px; line-height: 38px; }
    .dm__section__subtitle { font-size: 17px; line-height: 26px; padding: 0 16px; }

    .dm__trust { padding: 44px 0; }
    .dm__trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    .dm__trust__item { border-right: none; border-bottom: 1px solid #e4ecf4; padding-bottom: 28px; }
    .dm__trust__item:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }

    .dm__problems__grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
    .dm__forwhom__grid { gap: 16px; margin-top: 34px; }
    .dm__fw__card { flex: 1 1 200px; max-width: calc(50% - 8px); }
    .dm__benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
    .dm__benefits__grid .dm__benefit__item,
    .dm__benefits__grid .dm__benefit__item:nth-child(5),
    .dm__benefits__grid .dm__benefit__item:nth-child(6),
    .dm__benefits__grid .dm__benefit__item:nth-child(7) { grid-column: span 1; }
    .dm__steps__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
    .dm__steps__grid::before { display: none; }
    .dm__steps__features { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 28px 24px; gap: 20px; }
    .dm__steps__features > div { border-right: none; padding: 0; }
    .dm__metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
    .dm__metrics__grid .dm__metric__item,
    .dm__metrics__grid .dm__metric__item:nth-child(4),
    .dm__metrics__grid .dm__metric__item:nth-child(5) { grid-column: span 1; }
    .dm__reports__grid { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
    .dm__integrations__grid { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; width: 100%; }
    .dm__integrations__features { grid-template-columns: 1fr; padding: 32px 24px; gap: 24px; margin-top: 28px; width: 100%; }
    .dm__integrations__features div { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0 0 20px; }
    .dm__integrations__features div:last-child { border-bottom: none; padding-bottom: 0; }
    .dm__integrations__features strong { font-size: 30px; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 767px
═══════════════════════════════════════════════════ */
@media only screen and (max-width: 767px) {
    .dm__first__actions { gap: 12px; flex-direction: column; align-items: stretch; }
    .dm__first__left__button,
    .dm__first__link { max-width: none; width: 100%; justify-content: center; }
    .dm__first__metrics { grid-template-columns: 1fr; gap: 12px; }

    .dm__trust__grid { grid-template-columns: 1fr; gap: 20px; }
    .dm__trust__item { border-right: none; border-bottom: 1px solid #e4ecf4; padding-bottom: 20px; }
    .dm__trust__item:nth-last-child(-n+2) { border-bottom: 1px solid #e4ecf4; padding-bottom: 20px; }
    .dm__trust__item:last-child { border-bottom: none; padding-bottom: 0; }

    /* forwhom — flex-контейнер, grid-template-columns не работает, задаём ширину карточкам */
    .dm__fw__card { flex: 1 1 100%; max-width: 100%; }

    .dm__steps__grid { grid-template-columns: 1fr; }
    .dm__benefits__grid { grid-template-columns: 1fr; }
    .dm__benefits__grid .dm__benefit__item,
    .dm__benefits__grid .dm__benefit__item:nth-child(5),
    .dm__benefits__grid .dm__benefit__item:nth-child(6),
    .dm__benefits__grid .dm__benefit__item:nth-child(7) { grid-column: span 1; }
    .dm__metrics__grid { grid-template-columns: 1fr; }
    .dm__metrics__grid .dm__metric__item,
    .dm__metrics__grid .dm__metric__item:nth-child(4),
    .dm__metrics__grid .dm__metric__item:nth-child(5) { grid-column: span 1; }
    .dm__report__item { flex-direction: column; gap: 16px; }
    .dm__steps__features { grid-template-columns: 1fr; }
    .dm__steps__features > div {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 0 0 16px;
    }
    .dm__steps__features > div:last-child { border-bottom: none; padding-bottom: 0; }
    .dm__integration__items { flex-direction: row; flex-wrap: wrap; }
    .dm__int__item { flex: 1 1 calc(50% - 6px); }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 560px
═══════════════════════════════════════════════════ */
@media only screen and (max-width: 560px) {
    .dm__first { padding-top: 42px; }
    .dm__first__left__title { font-size: 42px; line-height: 48px; }
    .dm__first__left__subtitle { font-size: 18px; line-height: 26px; }
    .dm__product__kpis { gap: 4px; flex-wrap: wrap; }
    .dm__kpi { flex: 1 1 calc(33% - 4px); min-width: 0; }
    .dm__kpi strong { font-size: 12px; }
    .dm__kpi span { font-size: 9px; }
    .dm__product__tabs { display: none; }
    .dm__product__topbar__actions { display: none; }
    .dm__int__item { flex: 1 1 100%; }
    .dm__report__number { width: 40px; height: 40px; font-size: 16px; }
}
@media only screen and (max-width: 374px) {
    .dm__first__left__title { font-size: 34px; line-height: 42px; }
    .dm__first__left__subtitle { font-size: 16px; line-height: 24px; }
}
