

/* Start:/bitrix/templates/deskardo_bi/assets/css/landing.css?177907310443705*/
:root {
    --bi-bg: #f3f5f8;
    --bi-bg-soft: #eef1f7;
    --bi-white: #ffffff;
    --bi-text: #151827;
    --bi-muted: #626a7c;
    --bi-border: #dfe4ee;
    --bi-accent: #5f58ac;
    --bi-accent-dark: #4d4696;
    --bi-accent-2: #77e1c1;
    --bi-accent-2-dark: #4fc6a6;
    --bi-dark: #181b2a;
    --bi-dark-deep: #11131d;
    --bi-radius: 24px;
    --bi-radius-lg: 34px;
    --bi-shadow: 0 24px 70px rgba(27, 34, 57, 0.12);
    --bi-shadow-soft: 0 16px 42px rgba(27, 34, 57, 0.06);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.bi-page {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--bi-text);
    background: var(--bi-bg);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.bi-page a {
    color: inherit;
    text-decoration: none;
}

body.bi-page img,
body.bi-page svg {
    max-width: 100%;
    height: auto;
}

.bi-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================
   Buttons
========================= */

.bi-button,
body.bi-page a.bi-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.bi-button:hover,
body.bi-page a.bi-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

/* Primary / header CTA */

.bi-button--primary,
.bi-button--header,
body.bi-page a.bi-button--primary,
body.bi-page a.bi-button--header {
    background: #4d4696;
    color: #ffffff !important;
    border-color: #4d4696;
    box-shadow: 0 16px 38px rgba(77, 70, 150, 0.34);
}

.bi-button--primary:hover,
.bi-button--header:hover,
body.bi-page a.bi-button--primary:hover,
body.bi-page a.bi-button--header:hover {
    background: #3f397f;
    color: #ffffff !important;
    border-color: #3f397f;
    box-shadow: 0 20px 46px rgba(77, 70, 150, 0.42);
}

.bi-button--primary:focus-visible,
.bi-button--header:focus-visible,
body.bi-page a.bi-button--primary:focus-visible,
body.bi-page a.bi-button--header:focus-visible {
    outline: 3px solid rgba(119, 225, 193, 0.65);
    outline-offset: 3px;
}

/* Secondary */

.bi-button--secondary,
body.bi-page a.bi-button--secondary {
    background: #ffffff;
    color: var(--bi-text) !important;
    border-color: var(--bi-border);
    box-shadow: 0 10px 26px rgba(27, 34, 57, 0.04);
}

.bi-button--secondary:hover,
body.bi-page a.bi-button--secondary:hover {
    background: #ffffff;
    color: var(--bi-accent-dark) !important;
    border-color: rgba(95, 88, 172, 0.35);
    box-shadow: 0 14px 34px rgba(27, 34, 57, 0.08);
}

.bi-button:disabled,
.bi-button.is-disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Footer CTA: mint button with dark readable text */

.bi-button--footer-primary,
body.bi-page a.bi-button--footer-primary {
    background: #77e1c1;
    color: #102f29 !important;
    border-color: #77e1c1;
    box-shadow: 0 16px 38px rgba(119, 225, 193, 0.24);
}

.bi-button--footer-primary:hover,
body.bi-page a.bi-button--footer-primary:hover {
    background: #5bd3b0;
    color: #08251f !important;
    border-color: #5bd3b0;
    box-shadow: 0 20px 46px rgba(119, 225, 193, 0.30);
}

.bi-button--footer-primary:focus-visible,
body.bi-page a.bi-button--footer-primary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.55);
    outline-offset: 3px;
}

/* Footer secondary */

.bi-button--footer-secondary,
body.bi-page a.bi-button--footer-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.20);
    box-shadow: none;
}

.bi-button--footer-secondary:hover,
body.bi-page a.bi-button--footer-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.30);
}
/* =========================
   Header
========================= */

.bi-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(243, 245, 248, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(223, 228, 238, 0.9);
}

.bi-header__top {
    border-bottom: 1px solid rgba(223, 228, 238, 0.75);
    font-size: 14px;
    color: var(--bi-muted);
}

.bi-header__top-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bi-header__note {
    white-space: nowrap;
}

.bi-header__contacts {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.bi-header__contact-link {
    transition: color 0.2s ease;
}

.bi-header__contact-link:hover {
    color: var(--bi-accent);
}

.bi-header__main-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.bi-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.bi-logo__mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--bi-accent);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
    box-shadow: 0 12px 28px rgba(95, 88, 172, 0.28);
}

.bi-logo__text {
    display: grid;
    gap: 0;
}

.bi-logo__name {
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.bi-logo__section {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: var(--bi-accent);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bi-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 15px;
    color: var(--bi-muted);
}

.bi-nav a {
    position: relative;
    padding: 8px 0;
    transition: color 0.2s ease;
}

.bi-nav a:hover {
    color: var(--bi-text);
}

.bi-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--bi-accent);
    transition: width 0.2s ease;
}

.bi-nav a:hover::after {
    width: 100%;
}

.bi-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.bi-burger {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--bi-border);
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
}

.bi-burger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--bi-text);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bi-burger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.bi-burger.is-active span:nth-child(2) {
    opacity: 0;
}

.bi-burger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.bi-mobile-menu {
    display: none;
    border-top: 1px solid var(--bi-border);
    background: rgba(255, 255, 255, 0.96);
}

.bi-mobile-menu.is-open {
    display: block;
}

.bi-mobile-menu__nav {
    display: grid;
    gap: 2px;
    padding: 14px 0 18px;
}

.bi-mobile-menu__nav a {
    padding: 13px 0;
    color: var(--bi-text);
    border-bottom: 1px solid var(--bi-border);
}

/* =========================
   Main layout
========================= */

.bi-main {
    min-height: 60vh;
}

.bi-section {
    padding: 84px 0;
}

.bi-section--muted {
    background: var(--bi-bg-soft);
}

.bi-section__head {
    max-width: 760px;
    margin-bottom: 36px;
}

.bi-section__head h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.bi-section__head p {
    margin: 18px 0 0;
    color: var(--bi-muted);
    font-size: 18px;
}

/* =========================
   Hero
========================= */

.bi-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
    background:
    radial-gradient(circle at 12% 16%, rgba(119, 225, 193, 0.20), transparent 30%),
    radial-gradient(circle at 88% 24%, rgba(95, 88, 172, 0.16), transparent 32%),
    var(--bi-bg);
}

.bi-hero__grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
    align-items: center;
}

.bi-eyebrow {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(119, 225, 193, 0.22);
    color: #216c5a;
    font-size: 14px;
    font-weight: 700;
}

.bi-hero h1 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.bi-hero__lead {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--bi-muted);
    font-size: 20px;
}

.bi-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.bi-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 42px;
}

.bi-hero__stats--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bi-hero__stats div {
    padding: 18px;
    border: 1px solid var(--bi-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.bi-hero__stats strong {
    display: block;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.bi-hero__stats span {
    display: block;
    margin-top: 5px;
    color: var(--bi-muted);
    font-size: 14px;
}

.bi-hero__visual {
    min-width: 0;
}

.bi-dashboard {
    position: relative;
    padding: 28px;
    border-radius: var(--bi-radius-lg);
    background: linear-gradient(145deg, #ffffff, #edf1fa);
    box-shadow: var(--bi-shadow);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.bi-dashboard::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 42px;
    background: rgba(95, 88, 172, 0.08);
}

.bi-dashboard__top {
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--bi-accent), #8b85d1);
}

.bi-dashboard__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.bi-dashboard__cards span {
    height: 92px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid var(--bi-border);
}

.bi-dashboard__cards span:nth-child(1) {
    background: linear-gradient(180deg, #ffffff, rgba(119, 225, 193, 0.16));
}

.bi-dashboard__cards span:nth-child(2) {
    background: linear-gradient(180deg, #ffffff, rgba(95, 88, 172, 0.12));
}

.bi-dashboard__chart {
    height: 170px;
    margin-top: 20px;
    border-radius: 24px;
    background:
    linear-gradient(180deg, rgba(119, 225, 193, 0.42), rgba(119, 225, 193, 0.06)),
    #ffffff;
    border: 1px solid var(--bi-border);
}

/* =========================
   Cards / tools / cases
========================= */

.bi-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bi-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bi-card,
.bi-tool,
.bi-case,
.bi-faq__item {
    padding: 26px;
    border-radius: var(--bi-radius);
    background: #ffffff;
    border: 1px solid var(--bi-border);
    box-shadow: var(--bi-shadow-soft);
}

.bi-card h3,
.bi-tool h3,
.bi-case h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.bi-card p,
.bi-tool p,
.bi-case p,
.bi-faq__item p {
    margin: 12px 0 0;
    color: var(--bi-muted);
}

.bi-case p strong {
    color: var(--bi-text);
}

.bi-price {
    display: inline-flex;
    width: fit-content;
    margin-top: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #216c5a;
    background: rgba(119, 225, 193, 0.22);
    font-size: 15px;
    font-weight: 800;
}

.bi-author {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) 1fr;
    gap: 46px;
    align-items: center;
}

.bi-author__media {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--bi-border);
    box-shadow: var(--bi-shadow);
}

.bi-author__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.bi-author__content h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.bi-author__content p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--bi-muted);
    font-size: 18px;
}

.bi-author__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.bi-author__badges span {
    display: inline-flex;
    min-height: 34px;
    padding: 0 12px;
    align-items: center;
    border: 1px solid rgba(95, 88, 172, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: var(--bi-accent-dark);
    font-size: 14px;
    font-weight: 800;
}

.bi-audit-offer-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.bi-audit-offer {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(95, 88, 172, 0.16);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(27, 34, 57, 0.10);
}

.bi-audit-offer h2 {
    max-width: 860px;
    margin: 8px 0 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.bi-audit-offer p {
    margin: 18px 0 0;
    color: var(--bi-muted);
    font-size: 18px;
}

.bi-audit-offer__list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.bi-audit-offer__list li {
    position: relative;
    padding-left: 28px;
    color: var(--bi-muted);
}

.bi-audit-offer__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bi-accent-2);
    box-shadow: 0 0 0 6px rgba(119, 225, 193, 0.18);
}

.bi-audit-offer__side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
    border-radius: 22px;
    background: #f3f5f8;
    border: 1px solid var(--bi-border);
}

.bi-audit-offer__side strong {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.bi-audit-offer__side .bi-button {
    margin-top: 24px;
}

.bi-mini-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) 1fr;
    gap: 34px;
    padding: 30px;
    border: 1px solid var(--bi-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(27, 34, 57, 0.08);
}

.bi-mini-panel h2 {
    margin: 8px 0 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.bi-mini-panel__content p {
    margin: 0;
    color: var(--bi-muted);
    font-size: 17px;
}

.bi-mini-panel__content p + p {
    margin-top: 14px;
}

.bi-card,
.bi-tool,
.bi-case {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bi-card:hover,
.bi-tool:hover,
.bi-case:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 88, 172, 0.24);
    box-shadow: 0 22px 52px rgba(27, 34, 57, 0.10);
}

/* =========================
   Steps
========================= */

.bi-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: steps;
}

.bi-steps li {
    padding: 24px;
    border-radius: var(--bi-radius);
    background: #ffffff;
    border: 1px solid var(--bi-border);
    box-shadow: var(--bi-shadow-soft);
    counter-increment: steps;
}

.bi-steps li::before {
    content: counter(steps);
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bi-accent);
    color: #ffffff;
    font-weight: 800;
}

.bi-steps strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.bi-steps span {
    display: block;
    margin-top: 8px;
    color: var(--bi-muted);
    font-size: 15px;
}

/* =========================
   FAQ
========================= */

.bi-faq {
    display: grid;
    gap: 14px;
}

.bi-faq__item h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
}

/* =========================
   Contact form
========================= */

.bi-contact {
    background:
    radial-gradient(circle at top right, rgba(95, 88, 172, 0.35), transparent 34%),
    var(--bi-dark);
    color: #ffffff;
}

.bi-contact__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 52px;
    align-items: start;
}

.bi-contact h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.bi-contact p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.bi-form {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    color: var(--bi-text);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.bi-form form {
    display: grid;
    gap: 18px;
}

.bi-form label {
    display: grid;
    gap: 8px;
    font-weight: 700;
}

.bi-form input,
.bi-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--bi-border);
    border-radius: 16px;
    font: inherit;
    outline: none;
    color: var(--bi-text);
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bi-form textarea {
    resize: vertical;
    min-height: 130px;
}

.bi-form input:focus,
.bi-form textarea:focus {
    border-color: var(--bi-accent);
    box-shadow: 0 0 0 4px rgba(95, 88, 172, 0.10);
}

.bi-form__alert {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
}

.bi-form__alert--success {
    color: #126c4f;
    background: rgba(119, 225, 193, 0.24);
}

.bi-form__alert--error {
    color: #9f1d1d;
    background: rgba(255, 214, 214, 0.78);
}

.bi-form__field--hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bi-form__note {
    margin: 0;
    color: var(--bi-muted);
    font-size: 13px;
    font-weight: 400;
}

.bi-form__note a {
    color: var(--bi-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================
   Footer
========================= */

.bi-footer {
    background: #171a27;
    color: rgba(255, 255, 255, 0.74);
}

.bi-footer__cta {
    padding: 72px 0;
    background:
    radial-gradient(circle at top left, rgba(119, 225, 193, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(95, 88, 172, 0.35), transparent 36%),
    #181b2a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bi-footer__cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.bi-footer__eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(119, 225, 193, 0.16);
    color: #77e1c1;
    font-size: 14px;
    font-weight: 700;
}

.bi-footer__cta h2 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.bi-footer__cta p {
    max-width: 720px;
    margin: 18px 0 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.72);
}

.bi-footer__cta-actions {
    display: grid;
    gap: 12px;
    justify-items: stretch;
}

.bi-footer__main {
    padding: 56px 0 42px;
}

.bi-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) 0.8fr 1fr 0.8fr;
    gap: 42px;
}

.bi-footer__brand p {
    max-width: 420px;
    margin: 18px 0 0;
}

.bi-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.bi-footer__logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--bi-accent);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.bi-footer__logo-text {
    display: grid;
}

.bi-footer__logo-name {
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.bi-footer__logo-section {
    margin-top: 4px;
    color: var(--bi-accent-2);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bi-footer__title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bi-footer__nav,
.bi-footer__contacts {
    display: grid;
    align-content: start;
    gap: 10px;
}

.bi-footer__nav a,
.bi-footer__contacts a,
.bi-footer__bottom a {
    color: rgba(255, 255, 255, 0.74);
    transition: color 0.2s ease;
}

.bi-footer__nav a:hover,
.bi-footer__contacts a:hover,
.bi-footer__bottom a:hover {
    color: #ffffff;
}

.bi-footer__bottom {
    padding: 22px 0;
    background: var(--bi-dark-deep);
    font-size: 14px;
}

.bi-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bi-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1180px) {
    .bi-nav {
        gap: 20px;
    }

    .bi-header__main-inner {
        gap: 22px;
    }
}

@media (max-width: 1024px) {
    .bi-nav {
        display: none;
    }

    .bi-burger {
        display: inline-block;
    }

    .bi-hero__grid,
    .bi-contact__grid {
        grid-template-columns: 1fr;
    }

    .bi-hero__visual {
        max-width: 620px;
    }

    .bi-mini-panel {
        grid-template-columns: 1fr;
    }

    .bi-audit-offer,
    .bi-demo-cards {
        grid-template-columns: 1fr;
    }

    .bi-cards,
    .bi-tools,
    .bi-cases {
        grid-template-columns: repeat(2, 1fr);
    }

    .bi-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .bi-footer__cta-inner {
        grid-template-columns: 1fr;
    }

    .bi-footer__cta-actions {
        justify-items: start;
    }

    .bi-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bi-hero__stats--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bi-author {
        grid-template-columns: 1fr;
    }

    .bi-author__media {
        max-width: 420px;
    }
}

@media (max-width: 760px) {
    .bi-header__top {
        display: none;
    }

    .bi-header__main-inner {
        min-height: 68px;
    }

    .bi-hero {
        padding: 56px 0 52px;
    }

    .bi-section {
        padding: 58px 0;
    }

    .bi-hero__stats,
    .bi-cards,
    .bi-tools,
    .bi-steps,
    .bi-cases {
        grid-template-columns: 1fr;
    }

    .bi-hero__stats--four {
        grid-template-columns: 1fr;
    }

    .bi-audit-offer {
        padding: 24px;
        border-radius: 22px;
    }

    .bi-audit-offer__side {
        padding: 22px;
    }

    .bi-mini-panel {
        padding: 24px;
        border-radius: 20px;
    }

    .bi-footer__grid {
        grid-template-columns: 1fr;
    }

    .bi-footer__bottom-inner {
        display: grid;
    }

    .bi-footer__bottom-links {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .bi-container {
    width: min(100% - 24px, 1180px);
}

    .bi-logo__mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 20px;
    }

    .bi-logo__name {
        font-size: 19px;
    }

    .bi-button--header {
        display: none;
    }

    .bi-hero h1 {
        font-size: clamp(34px, 12vw, 46px);
    }

    .bi-hero__lead {
        font-size: 18px;
    }

    .bi-hero__actions {
        display: grid;
    }

    .bi-hero__actions .bi-button {
        width: 100%;
    }

    .bi-dashboard {
        padding: 20px;
        border-radius: 28px;
    }

    .bi-dashboard__cards span {
        height: 78px;
    }

    .bi-dashboard__chart {
        height: 130px;
    }

    .bi-form {
        padding: 22px;
        border-radius: 24px;
    }

    .bi-footer__cta {
        padding: 52px 0;
    }

    .bi-footer__cta-actions {
        justify-items: stretch;
    }
}

.bi-thanks {
    padding: 96px 0;
    background:
    radial-gradient(circle at top left, rgba(119, 225, 193, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(95, 88, 172, 0.18), transparent 36%),
    var(--bi-bg);
}

.bi-thanks__card {
    max-width: 760px;
    padding: 46px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid var(--bi-border);
    box-shadow: var(--bi-shadow);
}

.bi-thanks__eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(119, 225, 193, 0.22);
    color: #216c5a;
    font-size: 14px;
    font-weight: 700;
}

.bi-thanks h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.bi-thanks p {
    max-width: 640px;
    margin: 22px 0 0;
    color: var(--bi-muted);
    font-size: 20px;
}

.bi-thanks__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

@media (max-width: 640px) {
    .bi-thanks {
        padding: 58px 0;
    }

    .bi-thanks__card {
        padding: 28px;
        border-radius: 28px;
    }

    .bi-thanks__actions {
        display: grid;
    }

    .bi-thanks__actions .bi-button {
        width: 100%;
    }
}

[id] {
    scroll-margin-top: 130px;
}

@media (max-width: 760px) {
    [id] {
        scroll-margin-top: 82px;
    }
}

.bi-cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 1024px) {
    .bi-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .bi-cases {
        grid-template-columns: 1fr;
    }
}

/* =========================
   BI report demo animation
========================= */

.bi-report-demo {
    position: relative;
    width: min(100%, 590px);
    margin-left: auto;
}

.sales-dashboard-hero .bi-hero__grid {
    grid-template-columns: minmax(0, 1fr);
}

.sales-dashboard-hero .bi-hero__content {
    max-width: 980px;
}

.bi-report-demo::before {
    content: "";
    position: absolute;
    inset: -34px;
    z-index: -2;
    border-radius: 44px;
    background:
    radial-gradient(circle at 20% 18%, rgba(119, 225, 193, 0.22), transparent 36%),
    radial-gradient(circle at 86% 72%, rgba(95, 88, 172, 0.18), transparent 38%);
    filter: blur(8px);
}

.bi-report-demo__device {
    padding: 12px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: var(--bi-shadow);
}

.bi-report-demo__badge {
    display: inline-flex;
    margin: 0 0 14px;
    padding: 8px 12px;
    border: 1px solid rgba(95, 88, 172, 0.20);
    border-radius: 999px;
    background: #ffffff;
    color: var(--bi-accent-dark);
    font-size: 13px;
    font-weight: 800;
}

.bi-report-demo__screen {
    position: relative;
    min-height: 420px;
    padding: 22px;
    overflow: hidden;
    border-radius: 26px;
    background:
    linear-gradient(135deg, rgba(95, 88, 172, 0.06), transparent 34%),
    linear-gradient(145deg, #ffffff, #edf1fa);
}

.bi-report-demo__screen::before {
    content: "";
    position: absolute;
    inset: 18px;
    opacity: 0.55;
    border-radius: 20px;
    background-image:
    linear-gradient(to right, rgba(223, 228, 238, 0.62) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(223, 228, 238, 0.62) 1px, transparent 1px);
    background-size: 46px 38px;
}

.bi-report-demo__screen::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 34%),
    radial-gradient(circle at top right, rgba(119, 225, 193, 0.12), transparent 38%);
}

.bi-report-demo__top,
.bi-report-demo__title,
.bi-report-demo__kpis,
.bi-report-demo__content {
    position: relative;
    z-index: 2;
}

.bi-report-demo__top {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 16px;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--bi-accent), #8b85d1);
    opacity: 0;
    transform: translateY(-24px);
}

.bi-report-demo__dots {
    display: flex;
    gap: 8px;
}

.bi-report-demo__dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
}

.bi-report-demo__period {
    display: flex;
    gap: 8px;
}

.bi-report-demo__period span {
    width: 42px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

.bi-report-demo__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    opacity: 0;
    transform: translateY(16px);
}

.bi-report-demo__title span {
    width: 46%;
    height: 14px;
    border-radius: 999px;
    background: #dfe4ee;
}

.bi-report-demo__title strong {
    width: 22%;
    height: 12px;
    border-radius: 999px;
    background: rgba(119, 225, 193, 0.36);
}

.bi-report-demo__kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.bi-report-demo__kpi {
    min-height: 80px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--bi-border);
    box-shadow: 0 12px 26px rgba(27, 34, 57, 0.05);
    opacity: 0;
    transform: translateY(20px) scale(0.98);
}

.bi-report-demo__kpi-label {
    display: block;
    width: 70%;
    height: 9px;
    border-radius: 999px;
    background: #e8ebf3;
}

.bi-report-demo__kpi-label:not(:empty) {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--bi-muted);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.bi-report-demo__kpi strong {
    display: block;
    margin-top: 12px;
    color: var(--bi-text);
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.bi-report-demo__kpi em {
    display: block;
    width: 42%;
    height: 8px;
    margin-top: 10px;
    border-radius: 999px;
    background: rgba(119, 225, 193, 0.45);
}

.bi-report-demo__kpi em.is-negative {
    background: rgba(239, 93, 93, 0.28);
}

.bi-report-demo__content {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 14px;
    margin-top: 14px;
}

.bi-report-demo__card {
    position: relative;
    min-height: 130px;
    padding: 16px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--bi-border);
    box-shadow: 0 12px 26px rgba(27, 34, 57, 0.05);
    opacity: 0;
    transform: translateY(22px) scale(0.985);
}

.bi-report-demo__card--bars {
    min-height: 174px;
}

.bi-report-demo__card--table {
    min-height: 130px;
}

.bi-report-demo__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.bi-report-demo__card-head span {
    width: 48%;
    height: 10px;
    border-radius: 999px;
    background: #dfe4ee;
}

.bi-report-demo__card-head i {
    width: 26%;
    height: 10px;
    border-radius: 999px;
    background: rgba(95, 88, 172, 0.14);
}

.bi-report-demo__bar-chart {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    height: 92px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.bi-report-demo__bar-chart span {
    flex: 1;
    height: 0;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, var(--bi-accent), rgba(95, 88, 172, 0.32));
}

.bi-report-demo__line {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 22px;
    width: calc(100% - 32px);
    height: 92px;
    overflow: visible;
}

.bi-report-demo__line path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bi-report-demo__line-soft {
    stroke: rgba(119, 225, 193, 0.18);
    stroke-width: 12;
}

.bi-report-demo__line-main {
    stroke: var(--bi-accent-2);
    stroke-width: 4;
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
}

.bi-report-demo__scatter {
    position: relative;
    height: 92px;
    margin-top: 10px;
    border-radius: 16px;
    background-image:
    linear-gradient(to right, rgba(223, 228, 238, 0.7) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(223, 228, 238, 0.7) 1px, transparent 1px);
    background-size: 42px 30px;
}

.bi-report-demo__scatter span {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--s);
    height: var(--s);
    border-radius: 999px;
    background: var(--bi-accent);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    box-shadow: 0 8px 18px rgba(95, 88, 172, 0.26);
}

.bi-report-demo__scatter span:nth-child(2),
.bi-report-demo__scatter span:nth-child(4) {
    background: var(--bi-accent-2);
}

.bi-report-demo__scatter span:nth-child(3) {
    background: #ef6b57;
}

.bi-report-demo__horizontal-bars {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.bi-report-demo__horizontal-bars span {
    width: 0;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bi-accent), rgba(95, 88, 172, 0.26));
}

.bi-report-demo__horizontal-bars span:nth-child(2),
.bi-report-demo__horizontal-bars span:nth-child(4) {
    background: linear-gradient(90deg, var(--bi-accent-2), rgba(119, 225, 193, 0.26));
}

.bi-report-demo__table {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.bi-report-demo__table span {
    height: 12px;
    border-radius: 999px;
    background: #e8ebf3;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
}

.bi-report-demo__table span:nth-child(1) {
    width: 92%;
}

.bi-report-demo__table span:nth-child(2) {
    width: 76%;
}

.bi-report-demo__table span:nth-child(3) {
    width: 84%;
}

.bi-report-demo__table span:nth-child(4) {
    width: 66%;
}

/* Animated state */

.bi-report-demo.is-animated .bi-report-demo__top {
    animation: biReportFadeDown .55s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: .1s;
}

.bi-report-demo.is-animated .bi-report-demo__title {
    animation: biReportFadeUp .5s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: .22s;
}

.bi-report-demo.is-animated .bi-report-demo__kpi {
    animation: biReportFadeUp .55s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: var(--delay);
}

.bi-report-demo.is-animated .bi-report-demo__card {
    animation: biReportFadeUp .58s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: var(--delay);
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span {
    animation: biReportBarGrow .68s ease forwards;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(1) {
    animation-delay: .95s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(2) {
    animation-delay: 1.02s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(3) {
    animation-delay: 1.09s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(4) {
    animation-delay: 1.16s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(5) {
    animation-delay: 1.23s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(6) {
    animation-delay: 1.30s;
}

.bi-report-demo.is-animated .bi-report-demo__bar-chart span:nth-child(7) {
    animation-delay: 1.37s;
}

.bi-report-demo.is-animated .bi-report-demo__line-main {
    animation: biReportLineDraw 1.25s ease forwards;
    animation-delay: 1.08s;
}

.bi-report-demo.is-animated .bi-report-demo__scatter span {
    animation: biReportDotIn .42s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: var(--d);
}

.bi-report-demo.is-animated .bi-report-demo__horizontal-bars span {
    animation: biReportHorizontalGrow .55s ease forwards;
    animation-delay: var(--d);
}

.bi-report-demo.is-animated .bi-report-demo__table span {
    animation: biReportRowIn .45s ease forwards;
    animation-delay: var(--d);
}

@keyframes biReportFadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes biReportFadeUp {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes biReportBarGrow {
    to {
        height: var(--h);
    }
}

@keyframes biReportLineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes biReportDotIn {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes biReportHorizontalGrow {
    to {
        width: var(--w);
    }
}

@keyframes biReportRowIn {
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Responsive */

@media (max-width: 1024px) {
    .bi-report-demo {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .bi-report-demo__device {
        padding: 8px;
        border-radius: 28px;
    }

    .bi-report-demo__screen {
        min-height: auto;
        padding: 16px;
        border-radius: 22px;
    }

    .bi-report-demo__kpis {
        grid-template-columns: repeat(2, 1fr);
    }

    .bi-report-demo__content {
        grid-template-columns: 1fr;
    }

    .bi-report-demo__card--bars {
        min-height: 160px;
    }

    .bi-report-demo__top {
        height: 46px;
    }

    .bi-report-demo__period {
        display: none;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .bi-report-demo__top,
    .bi-report-demo__title,
    .bi-report-demo__kpi,
    .bi-report-demo__card,
    .bi-report-demo__scatter span,
    .bi-report-demo__table span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .bi-report-demo__bar-chart span {
        animation: none !important;
        height: var(--h);
    }

    .bi-report-demo__line-main {
        animation: none !important;
        stroke-dashoffset: 0;
    }

    .bi-report-demo__horizontal-bars span {
        animation: none !important;
        width: var(--w);
    }
}

.bi-demo-section {
    background: #ffffff;
}

.bi-demo-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bi-demo-card {
    overflow: hidden;
    border: 1px solid var(--bi-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(27, 34, 57, 0.08);
}

.bi-demo-card__media {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eef1f7;
    border-bottom: 1px solid var(--bi-border);
}

.bi-demo-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
}

.bi-demo-card h3 {
    margin: 20px 20px 0;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.bi-demo-card p {
    margin: 10px 20px 22px;
    color: var(--bi-muted);
}

.bi-demo-report {
    overflow: hidden;
    border: 1px solid var(--bi-border);
    border-radius: 28px;
    background: #f6f8fb;
    box-shadow: var(--bi-shadow);
}

.bi-demo-report__frame {
    position: relative;
    aspect-ratio: 1140 / 541.25;
    min-height: 360px;
    background: #eef1f7;
}

.bi-demo-report__frame iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
}

.bi-demo-report__placeholder {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f3f5f8;
    opacity: 1;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.bi-demo-report.is-loaded .bi-demo-report__placeholder {
    visibility: hidden;
    opacity: 0;
}

.bi-demo-report__placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bi-demo-report__loader {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    min-height: 44px;
    padding: 0 16px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    color: var(--bi-text);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(27, 34, 57, 0.14);
    font-size: 14px;
    font-weight: 700;
}

.bi-demo-report__loader span {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(95, 88, 172, 0.22);
    border-top-color: var(--bi-accent);
    border-radius: 50%;
    animation: bi-demo-spin 0.8s linear infinite;
}

.bi-demo-report__noscript {
    padding: 16px 20px;
    color: var(--bi-muted);
    background: #ffffff;
    font-size: 14px;
}

@keyframes bi-demo-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .bi-demo-report {
        border-radius: 20px;
    }

    .bi-demo-report__frame {
        aspect-ratio: 16 / 11;
        min-height: 420px;
    }

    .bi-demo-report__placeholder img {
        object-position: left top;
    }

    .bi-demo-report__loader {
        right: 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
        min-height: 40px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bi-demo-report__placeholder {
        transition: none;
    }

    .bi-demo-report__loader span {
        animation: none;
    }
}

.bi-section__link {
    margin: 24px 0 0;
    color: var(--bi-muted);
    font-size: 16px;
}

.bi-section__link a {
    color: var(--bi-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bi-section__cta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    align-items: center;
    gap: 16px;
}

.bi-section__cta span {
    max-width: 520px;
    color: var(--bi-muted);
    font-size: 15px;
}

.bi-card__link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--bi-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bi-card__link:hover {
    color: var(--bi-accent-dark);
}

.bi-contact__points {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.bi-contact__points li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.82);
}

.bi-contact__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bi-accent-2);
}

.bi-form__microcopy {
    margin: -6px 0 0;
    color: var(--bi-muted);
    font-size: 13px;
}

.upravlencheskaya-page .bi-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .upravlencheskaya-page .bi-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .upravlencheskaya-page .bi-steps {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/bitrix/templates/deskardo_bi/assets/css/power_bi.css?17781258106372*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.power-bi-report-demo {
    --power-bi-gold: #f2c811;
    --power-bi-gold-dark: #c79900;
    --power-bi-ink: #24262d;
    --power-bi-amber-soft: rgba(242, 200, 17, 0.22);
}

.power-bi-report-demo::before {
    background:
    radial-gradient(circle at 20% 18%, rgba(242, 200, 17, 0.24), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(95, 88, 172, 0.18), transparent 38%);
}

.power-bi-report-demo .bi-report-demo__device {
    background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 230, 0.92));
    box-shadow:
    0 26px 76px rgba(36, 38, 45, 0.13),
    0 16px 42px rgba(242, 200, 17, 0.10);
}

.power-bi-report-demo .bi-report-demo__screen {
    background:
    linear-gradient(135deg, rgba(242, 200, 17, 0.12), transparent 34%),
    linear-gradient(145deg, #fffdf5, #eef1f7);
}

.power-bi-report-demo .bi-report-demo__screen::after {
    background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 32%),
    radial-gradient(circle at top right, rgba(242, 200, 17, 0.16), transparent 38%);
}

.power-bi-report-demo .bi-report-demo__top {
    background: linear-gradient(90deg, var(--power-bi-ink), #5f58ac 58%, var(--power-bi-gold));
}

.power-bi-report-demo .bi-report-demo__top::after {
    content: "Power BI";
    display: inline-flex;
    min-height: 24px;
    padding: 0 10px;
    align-items: center;
    border-radius: 999px;
    color: #332900;
    background: rgba(242, 200, 17, 0.92);
    font-size: 12px;
    font-weight: 800;
}

.power-bi-report-demo .bi-report-demo__period {
    display: none;
}

.power-bi-report-demo .bi-report-demo__title span {
    background: linear-gradient(90deg, rgba(36, 38, 45, 0.18), rgba(242, 200, 17, 0.28));
}

.power-bi-report-demo .bi-report-demo__title strong,
.power-bi-report-demo .bi-report-demo__card-head i {
    background: rgba(242, 200, 17, 0.34);
}

.power-bi-report-demo .bi-report-demo__kpi {
    background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 228, 0.88));
}

.power-bi-report-demo .bi-report-demo__kpi strong {
    color: var(--power-bi-ink);
}

.power-bi-report-demo .bi-report-demo__kpi em {
    background: rgba(242, 200, 17, 0.50);
}

.power-bi-report-demo .bi-report-demo__kpi em.is-negative {
    background: rgba(239, 107, 87, 0.32);
}

.power-bi-report-demo .bi-report-demo__card {
    background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 234, 0.88));
}

.power-bi-report-demo .bi-report-demo__bar-chart span {
    background: linear-gradient(180deg, var(--power-bi-gold), rgba(95, 88, 172, 0.48));
}

.power-bi-report-demo .bi-report-demo__line-soft {
    stroke: rgba(242, 200, 17, 0.20);
}

.power-bi-report-demo .bi-report-demo__line-main {
    stroke: var(--power-bi-gold);
}

.power-bi-report-demo .bi-report-demo__scatter span {
    background: var(--power-bi-gold);
    box-shadow: 0 8px 18px rgba(242, 200, 17, 0.26);
}

.power-bi-report-demo .bi-report-demo__scatter span:nth-child(2),
.power-bi-report-demo .bi-report-demo__scatter span:nth-child(4) {
    background: var(--bi-accent-2);
}

.power-bi-report-demo .bi-report-demo__scatter span:nth-child(3) {
    background: #ef6b57;
}

.power-bi-report-demo .bi-report-demo__horizontal-bars span {
    background: linear-gradient(90deg, var(--power-bi-ink), rgba(242, 200, 17, 0.72));
}

.power-bi-report-demo .bi-report-demo__horizontal-bars span:nth-child(2),
.power-bi-report-demo .bi-report-demo__horizontal-bars span:nth-child(4) {
    background: linear-gradient(90deg, var(--power-bi-gold), rgba(119, 225, 193, 0.42));
}

.power-bi-report-demo .bi-report-demo__table span {
    background: linear-gradient(90deg, rgba(36, 38, 45, 0.12), rgba(242, 200, 17, 0.18));
}

.power-bi-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 18px;
    align-items: stretch;
}

.power-bi-panel {
    padding: 28px;
    border: 1px solid var(--bi-border);
    border-radius: var(--bi-radius);
    background: #ffffff;
    box-shadow: var(--bi-shadow-soft);
}

.power-bi-panel h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.power-bi-panel p {
    margin: 14px 0 0;
    color: var(--bi-muted);
}

.power-bi-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.power-bi-tags span,
.power-bi-tags a {
    display: inline-flex;
    min-height: 36px;
    padding: 0 14px;
    align-items: center;
    border: 1px solid rgba(95, 88, 172, 0.18);
    border-radius: 999px;
    color: var(--bi-accent-dark);
    background: rgba(95, 88, 172, 0.07);
    font-size: 14px;
    font-weight: 700;
}

.power-bi-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.power-bi-related__item {
    display: grid;
    min-height: 168px;
    padding: 26px;
    align-content: space-between;
    border: 1px solid var(--bi-border);
    border-radius: var(--bi-radius);
    background: #ffffff;
    box-shadow: var(--bi-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.power-bi-related__item:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 88, 172, 0.24);
    box-shadow: 0 22px 52px rgba(27, 34, 57, 0.10);
}

.power-bi-related__item.is-disabled {
    cursor: default;
}

.power-bi-related__item.is-disabled:hover {
    transform: none;
    border-color: var(--bi-border);
    box-shadow: var(--bi-shadow-soft);
}

.power-bi-related__item strong {
    display: block;
    color: var(--bi-text);
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.power-bi-related__item span {
    display: block;
    margin-top: 12px;
    color: var(--bi-muted);
}

.power-bi-related__item em {
    display: block;
    margin-top: 18px;
    color: var(--bi-accent);
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .power-bi-lead-grid,
    .power-bi-related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .power-bi-panel,
    .power-bi-related__item {
        padding: 22px;
        border-radius: 22px;
    }
}

/* End */


/* Start:/bitrix/templates/deskardo_bi/styles.css?1777258317389*/
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    min-width: 320px;
    color: #17202a;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
}

/* End */


/* Start:/bitrix/templates/deskardo_bi/template_styles.css?1777258317173*/
.page {
    min-height: 100vh;
    overflow-x: clip;
}

.page__main {
    min-height: 100vh;
}

.container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
}

/* End */
/* /bitrix/templates/deskardo_bi/assets/css/landing.css?177907310443705 */
/* /bitrix/templates/deskardo_bi/assets/css/power_bi.css?17781258106372 */
/* /bitrix/templates/deskardo_bi/styles.css?1777258317389 */
/* /bitrix/templates/deskardo_bi/template_styles.css?1777258317173 */
