

/* Start:/products/y360/y360.css?178818200314771*/
: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-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;
}

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

/* Мелкая текстовая ссылка внутри промо-плиток (не основная CTA-кнопка) */
.sup-tile-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 16px;
    color: var(--sup-purple-light);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

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

/* ============ 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: 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;
}

.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;
    color: var(--sup-text-muted);
}

/* Три кратких пункта без нумерации (не серия шагов) */
.sup-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.sup-highlight {
    min-width: 0;
    text-align: center;
    border: 1px solid var(--color-text);
    border-radius: var(--sup-radius);
    padding: 34px 24px;
    transition: background-color 0.3s ease;
}

.sup-highlight:hover {
    background: var(--color-link);
}

.sup-highlight:hover .sup-highlight-icon {
	color: #fff;
}

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

.sup-highlight h3 {
    font-size: 21px;
}

/* ============ КАРТОЧКИ (равная высота, гибкая сетка) ============ */
.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;
}

.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 0 10px;
    flex-grow: 1;
}

/* 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;
}

/* ============ ПРОМО-ПЛИТКИ (Обсуждать / Хранить / Управлять / Развивать / Интегрировать) ============ */
.sup-tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
}

.sup-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 26px 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    transition: all 0.5s ease;
}

.sup-tile--quote {
    border-color: var(--sup-purple);
    background: rgba(132, 59, 245, 0.14);
}

.sup-tile-icon {
    font-size: 2rem;
    color: var(--sup-purple);
    margin-bottom: 14px;
}

.sup-tile-eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
    font-weight: 700;
    color: var(--sup-purple-light);
    margin-bottom: 10px;
}

.sup-tile h3 {
    font-size: 20px;
    line-height: 1.4;
    flex-grow: 1;
}

/* ============ ШАГИ ПРОЦЕССА ============ */
.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;
}

/* ============ ТАРИФЫ (со списком возможностей) ============ */
.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(260px, 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 28px;
}

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

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

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

.sup-tariff-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    flex-grow: 1;
}

.sup-tariff-features li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.5;
    color: #d6d6de;
    margin-bottom: 10px;
}

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

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

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

    .sup-services-grid,
    .sup-tile-grid,
    .sup-tariffs-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%;
    }

    .sup-highlights-grid {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

    .sup-services-grid,
    .sup-tile-grid,
    .sup-tariffs-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-tile,
    .sup-highlight,
    .sup-anchor-btn {
        transition: none;
    }
}

/* End */
/* /products/y360/y360.css?178818200314771 */
