

/* Start:/products/hrm/hrm.css?178818232213748*/
: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-about > .sup-container > .sup-section-header {
	text-align: center;
	max-width: 900px;
}

.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-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: nowrap;
}

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

.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-badge {
    display: inline-block;
    background: rgba(132, 59, 245, 0.18);
    border: 1px solid var(--sup-purple);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 22px;
}

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

.sup-hero-heading {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.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;
}

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

/* ============ О НАС / ВВОДНЫЕ ТЕКСТЫ ============ */
.sup-about-lead {
    font-size: 21px;
    max-width: 900px;
    margin: 0 auto 20px;
    color: var(--sup-text-muted);
}

.sup-about-lead:last-child {
    margin-bottom: 0;
}

/* ============ КАРТОЧКИ (равная высота, гибкая сетка) ============ */
.sup-services--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

.sup-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
    align-items: stretch;
    margin-bottom: 50px;
}

.sup-services-grid:last-child {
    margin-bottom: 0;
}

.sup-service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 20px 26px 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    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;
}

.sup-products-title {
    text-align: center;
    font-size: 26px !important;
    margin-bottom: 26px !important;
}

/* ============ БЛОК ПАРТНЁРА / ПРОДУКТА (Цифра / Улей / Enterprise) ============ */
.sup-partner--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

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

.sup-partner-cta {
    margin-top: 10px;
}

/* CTA-баннер */
.sup-cta-banner {
    margin-top: 50px;
    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;
}

/* ============ ВСПОМОГАТЕЛЬНЫЙ СПИСОК ВНУТРИ КАРТОЧКИ (2 подсписка, ✓/✦) ============ */
.sup-provider-subhead {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 10px 0 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sup-provider-list {
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
    flex-grow: 1;
}

.sup-provider-list li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #d6d6de;
    margin-bottom: 8px;
}

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

.sup-provider-list--star li::before {
    content: "\2726";
    font-size: 10px;
}

/* ============ ТАРИФНЫЕ КАРТОЧКИ "ПО ЧИСЛУ ПОЛЬЗОВАТЕЛЕЙ" (Цифра) ============ */
.sup-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 50px;
}

.sup-pricing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
    padding: 26px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--sup-radius);
}

.sup-pricing-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-pricing-count {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

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

.sup-pricing-line-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--sup-text-dim);
    margin-top: 8px;
}

.sup-pricing-line-value {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
}

.sup-pricing-line-value--sub {
    color: var(--sup-purple-light);
}

/* ============ МОДУЛЬНЫЕ КАРТОЧКИ ЦЕНЫ (Улей / Enterprise) ============ */
.sup-module-card {
    text-align: left;
}

.sup-module-caption {
    display: block;
    font-size: 13px;
    color: var(--sup-text-dim);
    margin-bottom: 8px;
}

.sup-module-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

/* ============ ШАГИ ПРОЦЕССА ============ */
.sup-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sup-step {
    flex: 1 1 220px;
    max-width: 280px;
    text-align: center;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--sup-radius);
	height: 230px;
}

.sup-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--sup-purple);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.sup-step-title {
    font-size: 20px !important;
    margin-bottom: 8px;
}

.sup-step p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--sup-text-muted);
    margin: 0;
}

.sup-step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    color: var(--sup-purple-light);
    font-size: 1.2rem;
    padding-top: 40px;
}

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

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

    .sup-services-grid,
    .sup-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@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-step-connector {
        transform: rotate(90deg);
        padding-top: 0;
    }

    .sup-steps {
        flex-direction: column;
        align-items: stretch;
    }

    .sup-step {
        max-width: 100%;
    }
}

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

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

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

    .sup-main-container section {
        padding: 36px 16px;
    }

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

    .sup-services-grid,
    .sup-pricing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Быстрые ссылки — в одну строку с горизонтальной прокруткой,
       а не в несколько строк, занимающие много места по высоте */
    .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;
    }

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

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

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

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

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

    .sup-btn {
        padding: 13px 18px;
        font-size: 14px;
    }

    .sup-btn-primary {
        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/hrm/hrm.css?178818232213748 */
