

/* Start:/products/erc/erc.css?178818492915566*/
:root {
    --sup-purple: var(--color-link, #843BF5);
    --sup-purple-light: #B15DFF;
    --sup-bg-panel: #0b131d;
    --sup-bg-deep: #060B20;
    --sup-text-muted: #b0b0b0;
    --sup-text-dim: #8c8c8c;
    --sup-radius: var(--border-radius, 16px);
}

.container > h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.sup-main-container {
    max-width: 1840px;
    margin: 0 auto;
    font-family: "Geologica", "Inter", system-ui, sans-serif;
}

.sup-main-container * {
    box-sizing: border-box;
    /* Длинные составные слова (например «Высокопроизводительный»)
       не должны визуально вылезать за края узких мобильных карточек */
    overflow-wrap: break-word;
}

.sup-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.sup-main-container h1,
.sup-main-container h2,
.sup-main-container h3,
.sup-hero-heading {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.sup-main-container h2 {
    font-size: 54px;
    line-height: 1.15;
}

.sup-main-container h3 {
    font-size: 32px;
    line-height: 1.3;
}

.sup-main-container p {
    font-size: 24px;
    line-height: 1.6;
    color: var(--sup-text-muted);
    margin: 0 0 20px 0;
}

.sup-main-container section {
    padding: 50px 30px;
}

.sup-section-header {
    margin: 0 auto 44px;
}

.sup-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 19px;
    font-weight: 700;
    color: var(--sup-purple);
    margin-bottom: 14px;
}

.sup-section-header h2 {
    margin-bottom: 16px;
}

.sup-inline-link {
    color: var(--sup-purple-light);
    text-decoration: underline;
}

.sup-inline-link:hover,
.sup-inline-link:focus-visible {
    color: #ffffff;
}

/* ============ Кнопки ============ */
.sup-btn {
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 50px;
    padding: 18px 40px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.sup-btn-primary {
    background-color: var(--sup-purple);
    color: #ffffff;
}

.sup-btn-primary:hover,
.sup-btn-primary:focus-visible {
    opacity: 0.88;
}

.sup-btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    white-space: normal;
}

.sup-btn-outline:hover,
.sup-btn-outline:focus-visible {
    border-color: var(--sup-purple);
    color: var(--sup-purple);
}

.sup-btn-tariff {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    padding: 15px 20px;
    font-size: 15px;
    margin-top: 20px;
}

.sup-btn-tariff:hover,
.sup-btn-tariff:focus-visible {
    background-color: var(--sup-purple);
    border-color: var(--sup-purple);
    opacity: 1;
}

.sup-btn:focus-visible {
    outline: 2px solid var(--sup-purple-light);
    outline-offset: 3px;
}

/* ============ HERO ============ */
.sup-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 85% 0%, #2a1450 0%, #0b0f24 45%, #05070f 100%);
    border-radius: 20px;
    padding: 64px 48px;
    margin: -25px 0 0;
    color: #ffffff;
}

.sup-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 780px) 1fr;
    align-items: center;
    gap: 40px;
}

.sup-hero-heading {
    font-size: 54px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.sup-hero-lead {
    color: #d6d6de;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
}

.sup-hero-visual {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup-hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(132, 59, 245, 0.35);
}

.sup-hero-ring--1 {
    width: 220px;
    height: 220px;
}

.sup-hero-ring--2 {
    width: 300px;
    height: 300px;
    border-color: rgba(177, 93, 255, 0.18);
}

.sup-hero-icon {
    position: relative;
    font-size: 70px;
    color: var(--sup-purple);
    filter: drop-shadow(0 0 25px rgba(132, 59, 245, 0.55));
}

/* Быстрая навигация по разделам страницы — на всю ширину баннера */
.sup-anchor-nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sup-anchor-btn {
    display: inline-block;
    flex-shrink: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 9px 18px;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.25s ease;
    scroll-snap-align: start;
}

.sup-anchor-btn:hover,
.sup-anchor-btn:focus-visible {
    background: var(--sup-purple);
    border-color: var(--sup-purple);
    outline: none;
}

/* ============ СТАТИСТИКА ============ */
.sup-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.sup-stat-card {
    /* min-width: 0 нужен, чтобы карточка-элемент грида могла сжиматься
       до ширины колонки, а не растягивать сетку по своему контенту
       (стандартное поведение auto для grid/flex-items) */
    min-width: 0;
    text-align: center;
    padding: 26px 20px;
	background: rgba(255, 255, 255, 0.1);
  	border: 1px solid var(--color-text);
  	border-radius: var(--border-radius);
}

.sup-stat-value {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--sup-purple-light);
    margin-bottom: 10px;
}

.sup-stat-label {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: var(--sup-text-muted);
}

/* ============ БЕЙДЖИ СТАТУСА ============ */
.sup-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
	width: 77px;
}

.sup-badge--soon {
    color: var(--sup-purple);
    border: 1px solid var(--sup-purple-light);
    white-space: nowrap;
}

.sup-badge--live {
    background: rgba(132, 59, 245, 0.16);
    color: var(--sup-purple-light);
    border: 1px solid rgba(132, 59, 245, 0.45);
}

/* ============ ГРУПП/БЛОК ВОЗМОЖНОСТЕЙ (Управление филиалами, SSO, Кластер и т.д.) ============ */
.sup-partner .sup-section-header {
    margin-bottom: 50px;
}

.sup-feature-block {
    max-width: 860px;
    margin: 0 auto 40px;
    padding: 40px 44px;
	background: rgba(255, 255, 255, 0.1);
  	border: 1px solid var(--color-text);
  	border-radius: var(--border-radius);
}

.sup-feature-block:last-of-type {
    margin-bottom: 50px;
}

.sup-feature-block--alt {
    background: rgba(132, 59, 245, 0.08);
    border-color: rgba(132, 59, 245, 0.3);
}

.sup-feature-block h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.sup-feature-block p {
    font-size: 18px;
    margin-bottom: 12px;
}

.sup-feature-tagline {
    color: var(--sup-purple-light) !important;
    font-weight: 700;
    font-size: 20px !important;
}

.sup-feature-note {
    display: block;
    font-size: 13px;
    color: var(--sup-text-dim);
    margin-bottom: 14px;
}

.sup-feature-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.sup-feature-list li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.55;
    color: #d6d6de;
    margin-bottom: 10px;
}

.sup-feature-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--sup-purple-light);
    font-size: 12px;
    font-weight: 700;
}

.sup-feature-cta {
    margin-top: 16px;
}

/* ============ КАРТОЧКИ (равная высота, гибкая сетка) ============ */
.sup-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
    align-items: stretch;
}

.sup-service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 20px 26px 26px;

    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    position: relative;
    transition: all 0.5s ease;
}

.sup-service-icon {
    display: block;
    font-size: 2.2rem;
    color: var(--sup-purple);
    margin-bottom: 16px;
}

.sup-service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sup-service-card p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
    flex-grow: 1;
}

/* CTA-баннер */
.sup-cta-banner {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(132, 59, 245, 0.12);
    border: 1px solid rgba(132, 59, 245, 0.4);
    border-radius: var(--sup-radius);
    padding: 36px 40px;
}

.sup-cta-banner h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.sup-cta-banner p {
    max-width: 520px;
    margin: 0;
    font-size: 22px;
}

.sup-cta-banner .sup-btn {
    flex-shrink: 0;
}

/* ============ ТАРИФЫ СО СКИДКОЙ ============ */
.sup-tariffs--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

.sup-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.sup-tariff-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--sup-radius);
    padding: 32px 24px;
}

.sup-tariff-card--accent {
    border-color: var(--sup-purple);
    background: rgba(132, 59, 245, 0.14);
    box-shadow: 0 8px 32px rgba(132, 59, 245, 0.22);
}

.sup-tariff-card h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.sup-tariff-period {
    display: block;
    font-size: 13px;
    color: var(--sup-text-dim);
    margin-bottom: 16px;
}

.sup-tariff-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 14px;
    color: #d6d6de;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sup-tariff-meta > span {
    min-width: 0;
}

.sup-tariff-old-price {
    font-size: 16px;
    color: var(--sup-text-dim);
    text-decoration: line-through;
}

.sup-tariff-discount {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--sup-purple);
    margin: 6px 0;
}

.sup-tariff-price {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.sup-tariff-per {
    display: block;
    font-size: 13px;
    color: var(--sup-text-dim);
}

.sup-footnote-block {
    max-width: 780px;
    margin: 36px auto 0 !important;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: var(--sup-radius);
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center;
    color: var(--sup-text-dim) !important;
}

/* ==========================================================================
   Адаптивность
   ========================================================================== */

@media (max-width: 1200px) {
    .sup-main-container {
        padding: 0 0px;
    }
}

@media (max-width: 960px) {
    .sup-hero-grid {
        grid-template-columns: 1fr;
    }

    .sup-hero-visual {
        display: none;
    }

    .sup-cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .sup-feature-block {
        padding: 30px 26px;
    }
}

@media (max-width: 768px) {
    .sup-main-container h2 {
        font-size: 34px;
    }

    .sup-hero-heading {
        font-size: 32px;
    }

    .sup-hero {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .sup-main-container section {
        padding: 26px 14px;
    }

    .sup-container {
        padding: 0 14px;
    }

    .sup-section-header {
        margin-bottom: 18px;
    }

    .sup-services-grid,
    .sup-tariffs-grid,
    .sup-stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sup-feature-block {
        margin-bottom: 10px;
        padding: 18px 16px;
    }

    .sup-feature-block:last-of-type {
        margin-bottom: 18px;
    }

    .sup-partner .sup-section-header {
        margin-bottom: 18px;
    }

    .sup-feature-block h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .sup-service-card h3 {
        font-size: 20px;
    }

    .sup-stat-card {
        padding: 14px 12px;
    }

    .sup-tariff-card {
        padding: 18px 12px;
    }

    .sup-service-card {
        padding: 14px 14px 16px;
    }

    .sup-cta-banner {
        padding: 18px 16px;
        gap: 14px;
    }

    /* Быстрые ссылки — в одну строку с горизонтальной прокруткой,
       а не в 3 отдельные строки, занимающие много места по высоте */
    .sup-anchor-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        margin: 14px -16px 0 10px;
        padding: 14px 16px 4px;
        scrollbar-width: none;
    }

    .sup-anchor-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 480px) {
    .sup-main-container h2 {
        font-size: 26px;
    }

    .sup-main-container p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .sup-hero-heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .sup-hero-lead {
        margin-bottom: 18px;
    }

    .sup-hero {
        padding: 18px 14px;
    }

    .sup-main-container section {
        padding: 20px 12px;
    }

    .sup-container {
        padding: 0 0;
    }

    .sup-anchor-nav {
        margin: 12px -14px 0;
        padding: 12px 14px 4px;
    }

    .sup-feature-block {
        padding: 16px 14px;
    }

    /* Кнопки на узких экранах — меньше внутренние отступы и текст,
       заявочные кнопки в карточках возможностей — на всю ширину */
    .sup-btn {
        padding: 13px 18px;
        font-size: 14px;
    }

    .sup-btn-primary,
    .sup-feature-cta {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sup-cta-banner {
        padding: 16px 14px;
    }
}

/* ============ Служебное ============ */
img {
    max-width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    .sup-btn,
    .sup-service-card,
    .sup-anchor-btn {
        transition: none;
    }
}
/* End */
/* /products/erc/erc.css?178818492915566 */
