@font-face {
    font-family: exo_font;
    src: url('/website/fonts/Exo2.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: unbound_font;
    src: url('/website/fonts/Unbounded-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

:root {
    color-scheme: dark;
}

.legacy-home-page {
    font-family: exo_font, sans-serif;
}

.legacy-home-page .yt_link {
    color: #dfdfdf;
}

.legacy-home-page .yt_link:hover {
    color: #ffffff;
}

.legacy-home-page .list-disc li {
    transition: all 0.2s;
}

.legacy-home-page .list-disc li:hover {
    color: #ffffff;
}

.legacy-home-page .list-disc li img {
    margin-bottom: 2px;
}

.legacy-home-page .sync-with-github {
    background: linear-gradient(to bottom, #111111 0%, #111111 20%, #111111 90%, #090a0c 100%);
}

.legacy-home-page .outer_screen {
    background: radial-gradient(circle, #111111 30%, transparent 20%);
    background-size: 5px 5px;
}

.home-product-stack {
    display: grid;
    gap: 108px;
}

.home-seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    align-items: start;
    gap: 64px;
}

.home-seo-copy {
    max-width: 760px;
}

.home-product-copy p {
    margin-top: 20px;
    max-width: 760px;
    color: rgb(255 255 255 / 64%);
    font-family: exo_font, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.home-checklist {
    list-style: none;
}

.home-checklist li {
    position: relative;
    padding-left: 30px;
}

.home-checklist li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    content: '✓';
    font-weight: 800;
}

.home-randomizers-panel {
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%));
    box-shadow: 0 24px 70px rgb(0 0 0 / 28%);
    padding: 26px;
}

.home-randomizers-panel h3 {
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
}

.home-randomizers-panel ul {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.home-randomizers-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
    color: rgb(255 255 255 / 64%);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    transition: color 180ms ease;
}

.home-randomizers-panel a:hover {
    color: #ffffff;
}

.home-randomizers-panel img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    object-fit: contain;
}

.home-faq {
    margin-top: 96px;
    max-width: 960px;
}

.home-vk-miniapps {
    display: block;
}

.home-vk-miniapps-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 216px;
    align-items: end;
    gap: 48px;
    margin-top: 20px;
    max-width: 1024px;
}

.home-vk-miniapps-copy p {
    margin-top: 0;
}

.home-vk-miniapps-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 0;
}

.home-vk-miniapps-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 40px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 22%);
    color: #ffffff;
}

.home-vk-miniapps-telegram {
    width: 216px;
}

@media (max-width: 1024px) {
    .home-seo-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-randomizers-panel {
        max-width: 680px;
    }

    .home-product-stack {
        gap: 76px;
    }

    .home-vk-miniapps-body {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-vk-miniapps-actions {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 1280px) {
    .legacy-home-page section.hero {
        margin-top: -100px;
    }
}

@media (max-width: 640px) {
    .home-randomizers-panel {
        padding: 20px;
    }

    .home-randomizers-panel h3 {
        font-size: 17px;
    }

    .home-randomizers-panel a {
        font-size: 14px;
    }

    .home-product-copy p {
        font-size: 15px;
    }

    .home-faq {
        margin-top: 64px;
    }

    .legacy-home-page section.hero {
        padding-top: 72px;
    }
}

.legacy-home-page .hh1 {
    font-family: unbound_font, sans-serif;
    font-size: 58px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(to right, #5900ff, #aeceff, #0077ff, #0011ff, #ff7300, #5900ff);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 3.5s linear infinite;
}

.legacy-home-page .hh2 {
    font-size: 38px;
}

.legacy-home-page .exo_krk {
    font-family: exo_font, sans-serif;
}

@media (max-width: 768px) {
    .legacy-home-page .hh1 {
        font-size: 38px;
    }

    .legacy-home-page .hh2 {
        font-size: 24px;
    }
}

.article-page .article-shell {
    min-height: 100vh;
}

.article-page .article-outer {
    padding-top: 112px;
    padding-bottom: 132px;
}

.article-page .article-media-stage {
    margin-top: 22px;
}

.article-page .article-media-glow {
    z-index: 0;
    pointer-events: none;
}

.article-page .article-media-frame {
    z-index: 1;
}

.article-page .article-media-frame::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%);
    content: '';
    pointer-events: none;
}

.article-page .article-text-zone {
    margin-top: 86px;
    padding-top: 70px;
}

.article-page .article-text-zone::before {
    position: absolute;
    inset: 0 -100vw -132px;
    z-index: -1;
    background: radial-gradient(circle, #111111 30%, transparent 20%);
    background-size: 5px 5px;
    content: '';
}

.article-page .article-header {
    padding-top: 0;
}

.article-page .article-content {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0;
}

.article-page .article-content > * + * {
    margin-top: 22px;
}

.article-page .article-content h2,
.article-page .article-content h3 {
    color: #ffffff;
    font-family: var(--font-title, 'Unbounded'), sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.article-page .article-content h2 {
    margin-top: 42px;
    font-size: 34px;
}

.article-page .article-content h3 {
    margin-top: 32px;
    font-size: 24px;
}

.article-page .article-content p,
.article-page .article-content li {
    color: rgb(255 255 255 / 64%);
}

.article-page .article-content ul,
.article-page .article-content ol {
    padding-left: 24px;
}

.article-page .article-content ul {
    list-style: disc;
}

.article-page .article-content ol {
    list-style: decimal;
}

.article-page .article-content a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgb(255 255 255 / 32%);
    text-underline-offset: 5px;
}

.article-page .article-content blockquote {
    border-left: 2px solid rgb(255 255 255 / 34%);
    padding-left: 22px;
    color: rgb(255 255 255 / 74%);
}

.article-page .article-content img,
.article-page .article-content video {
    width: 100%;
    border-radius: 12px;
    background: #111111;
}

@media (max-width: 768px) {
    .article-page .article-outer {
        padding-top: 88px;
        padding-bottom: 96px;
    }

    .article-page .article-media-stage {
        margin-top: 8px;
    }

    .article-page .article-text-zone {
        margin-top: 44px;
        padding-top: 44px;
    }

    .article-page .article-content {
        font-size: 16px;
        line-height: 1.65;
    }

    .article-page .article-content h2 {
        font-size: 26px;
    }

    .article-page .article-content h3 {
        font-size: 21px;
    }
}

.public-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgb(9 10 12 / 18%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgb(255 255 255 / 7%);
}

.public-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.public-header__logo-spacer {
    width: 154px;
    flex: 0 0 154px;
}

.public-header__logo {
    font-family: unbound_font, sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    background: linear-gradient(to right, #5900ff, #aeceff, #0077ff, #0011ff, #ff7300, #5900ff);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 3.5s linear infinite;
}

.public-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    color: rgb(255 255 255 / 58%);
    font-size: 14px;
    font-weight: 600;
}

.public-header__nav a,
.public-header__login {
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.public-header__nav a:hover {
    color: #ffffff;
}

.public-header__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 38px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.public-header__login:hover {
    border-color: rgb(255 255 255 / 42%);
    background: rgb(255 255 255 / 8%);
}

.home-start-topbar {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 90;
    width: 100%;
    pointer-events: none;
}

.home-start-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 40px;
    pointer-events: auto;
}

.home-start-topbar__spacer {
    width: 154px;
    flex: 0 0 154px;
}

.home-start-topbar__nav a {
    color: rgb(255 255 255 / 70%);
}

.home-start-topbar__login {
    background: rgb(9 10 12 / 16%);
}

@media (min-width: 1280px) {
    .home-start-topbar {
        top: 124px;
    }
}

.public-header--home-floating {
    top: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 260ms ease, transform 260ms ease;
}

.public-header--home-floating.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .home-start-topbar {
        top: 14px;
    }

    .home-start-topbar__inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px 16px;
    }

    .home-start-topbar__spacer {
        display: none;
    }

    .home-start-topbar__nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home-start-topbar__login {
        margin-left: auto;
    }
}

.public-list-page {
    min-height: 100vh;
}

.public-list-page__inner {
    padding-top: 142px;
    padding-bottom: 132px;
}

.public-list-page__title {
    text-align: center;
}

.public-articles-intro {
    max-width: 780px;
    margin: 28px auto 0;
    color: rgb(255 255 255 / 66%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
}

.public-article-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 820px;
    margin: 54px auto 0;
}

.public-article-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
    transition: color 180ms ease, transform 180ms ease;
}

.public-article-link:hover {
    color: rgb(255 255 255 / 72%);
    transform: translateX(4px);
}

.public-article-link img {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    object-fit: contain;
}

.about-page {
    color: rgb(255 255 255 / 68%);
}

.about-page__lead {
    max-width: 920px;
    margin-top: 28px;
    color: rgb(255 255 255 / 72%);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
}

.about-page__section {
    margin-top: 62px;
}

.about-page h2 {
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.14;
}

.about-page__section p {
    max-width: 900px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.about-page__checks {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    color: rgb(255 255 255 / 70%);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
}

.about-page__checks li {
    position: relative;
    padding-left: 30px;
}

.about-page__checks li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    content: '✓';
    font-weight: 800;
}

.about-page__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px;
    margin-top: 86px;
}

.about-page__services article {
    min-width: 0;
}

.about-page__services img {
    width: auto;
    height: 64px;
}

.about-page__services h2 {
    margin-top: 20px;
    font-size: 28px;
}

.about-page__services p {
    margin-top: 14px;
    color: rgb(255 255 255 / 58%);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

.legal-page {
    color: rgb(255 255 255 / 68%);
}

.legal-page__lead {
    max-width: 820px;
    margin-top: 24px;
    color: rgb(255 255 255 / 72%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.legal-page section {
    margin-top: 44px;
}

.legal-page h2,
.legal-page h3 {
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-weight: 800;
    line-height: 1.18;
}

.legal-page h2 {
    font-size: 26px;
}

.legal-page h3 {
    margin-top: 26px;
    font-size: 19px;
}

.legal-page p,
.legal-page li {
    font-size: 17px;
    line-height: 1.72;
}

.legal-page p {
    margin-top: 14px;
}

.legal-page ul {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding-left: 24px;
    list-style: disc;
}

.legal-page a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgb(255 255 255 / 36%);
    text-underline-offset: 5px;
}

@media (max-width: 768px) {
    .public-header__inner {
        flex-wrap: wrap;
        gap: 14px 18px;
        padding-top: 18px;
    }

    .public-header__logo {
        font-size: 18px;
    }

    .public-header__logo-spacer {
        width: 0;
        flex-basis: 0;
    }

    .public-header__nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 2px;
        font-size: 13px;
    }

    .public-header__login {
        min-width: 76px;
        height: 34px;
    }

    .public-list-page__inner {
        padding-top: 128px;
        padding-bottom: 96px;
    }

    .public-articles-intro {
        font-size: 15px;
    }

    .public-article-list {
        align-items: flex-start;
        margin-top: 34px;
    }

    .public-article-link {
        font-size: 17px;
        text-align: left;
    }

    .public-article-link img {
        width: 18px;
        height: 18px;
    }

    .legal-page__lead,
    .legal-page p,
    .legal-page li,
    .about-page__lead,
    .about-page__section p,
    .about-page__checks,
    .about-page__services p {
        font-size: 15px;
    }

    .legal-page h2,
    .about-page h2,
    .about-page__services h2 {
        font-size: 22px;
    }

    .about-page__section {
        margin-top: 44px;
    }

    .about-page__services {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-top: 58px;
    }
}

.public-footer {
    background: #090a0c;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.public-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 34px;
    color: rgb(255 255 255 / 48%);
    font-family: exo_font, sans-serif;
}

.public-footer__brand {
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.public-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    font-size: 14px;
}

.public-footer__nav a {
    color: rgb(255 255 255 / 58%);
    transition: color 180ms ease;
}

.public-footer__nav a:hover {
    color: #ffffff;
}

.public-footer__copy {
    font-size: 13px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .public-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .public-footer__nav {
        justify-content: flex-start;
        gap: 14px 18px;
    }
}

@keyframes animate-gradient {
    to {
        background-position: 200%;
    }
}

.legacy-home-page .hero_video {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.legacy-home-page .hero_video_container {
    border-radius: 10px 10px 0 0;
}

.legacy-home-page .hero_video_container::after {
    position: absolute;
    inset: 0 0 20%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    content: '';
    box-shadow:
        inset -3px 0 2px -2px #ffffff,
        inset 0 3px 2px -2px #ffffff;
    z-index: 9999;
    pointer-events: none;
}

.legacy-home-page .glowing-button {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    letter-spacing: -0.015em;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #d1d1d1;
    padding: 1rem 2rem;
    cursor: pointer;
}

.legacy-home-page .border-button-light-blur {
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100% + 9px);
    width: calc(100% + 9px);
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.legacy-home-page .glow-container {
    position: absolute;
    width: 204px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.legacy-home-page .glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 121px;
    height: 121px;
    background: radial-gradient(50% 50% at 50% 50%, #fffff5 3.5%, #ffaa81 26.5%, #ffda9f 37.5%, rgb(255 170 129 / 50%) 49%, rgb(210 106 58 / 0%) 92.5%);
    opacity: 0;
}

.legacy-home-page .rndmx-pricing-section {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rndmx-pricing-section {
    overflow: hidden;
    background: #090a0c;
    padding: 92px 0 116px;
}

.rndmx-pricing-heading {
    margin-bottom: 42px;
}

.rndmx-pricing-heading h2 {
    color: #ffffff;
    font-family: unbound_font, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.rndmx-pricing-heading p {
    max-width: 620px;
    margin-top: 14px;
    color: rgb(255 255 255 / 58%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.rndmx-pricing-viewport {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: max(24px, calc((100vw - 390px) / 2));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.rndmx-pricing-viewport::-webkit-scrollbar {
    display: none;
}

.rndmx-pricing-track {
    display: flex;
    width: max-content;
    gap: 56px;
    padding: 0 max(24px, calc((100vw - 390px) / 2));
}

@media (min-width: 769px) {
    .rndmx-pricing-viewport {
        width: calc(100% + 446px);
        margin-left: -446px;
    }

    .rndmx-pricing-track {
        padding-right: calc(max(24px, (100vw - 390px) / 2) + 446px);
    }
}

.rndmx-pricing-card {
    position: relative;
    display: flex;
    flex: 0 0 390px;
    aspect-ratio: 0.7372;
    scroll-snap-align: center;
    flex-direction: column;
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 24px;
    background: rgb(13 15 17 / 40%);
    box-shadow: 4px 6px 25px rgb(0 0 0 / 56%);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 28px 28px 25px;
    transition:
        border-color 650ms ease,
        box-shadow 650ms ease,
        opacity 650ms ease,
        transform 650ms ease;
}

.rndmx-pricing-card > :not(.rndmx-pricing-card-art) {
    position: relative;
    z-index: 2;
}

.rndmx-pricing-card-art {
    position: absolute;
    inset: -1px;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 720ms ease;
    will-change: opacity;
}

.rndmx-pricing-card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity 720ms ease;
}

.rndmx-pricing-card-common::after {
    box-shadow:
        inset 1.3px 1.3px 0 rgb(92 214 191 / 78%),
        inset 34px 0 42px -42px rgb(92 214 191 / 70%),
        inset 0 34px 42px -42px rgb(92 214 191 / 70%);
}

.rndmx-pricing-card-epic::after {
    box-shadow:
        inset 1.3px 1.3px 0 rgb(174 112 255 / 82%),
        inset 34px 0 42px -42px rgb(174 112 255 / 74%),
        inset 0 34px 42px -42px rgb(174 112 255 / 74%);
}

.rndmx-pricing-card-common.is-active::after,
.rndmx-pricing-card-epic.is-active::after {
    opacity: 1;
}

.rndmx-pricing-card:not(.is-active) {
    opacity: 0.58;
}

.rndmx-pricing-card.is-active {
    opacity: 1;
    transform: translateY(0);
    border-color: transparent;
    box-shadow:
        0 20px 55px rgb(30 84 152 / 18%),
        4px 6px 25px rgb(0 0 0 / 56%);
}

.rndmx-pricing-card.is-active .rndmx-pricing-card-art {
    opacity: 1;
}

.rndmx-pricing-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.rndmx-pricing-card-kicker {
    color: rgb(255 255 255 / 58%);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.rndmx-pricing-price {
    margin-top: 22px;
    line-height: 1;
}

.rndmx-pricing-price-main {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
}

.rndmx-pricing-price-period {
    margin-left: 4px;
    color: rgb(255 255 255 / 78%);
    font-size: 20px;
    font-weight: 600;
}

.rndmx-pricing-old-price {
    margin-top: 12px;
    color: rgb(255 255 255 / 42%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
}

.rndmx-pricing-divider {
    height: 1px;
    margin-top: 22px;
    background: rgb(255 255 255 / 10%);
}

.rndmx-pricing-features {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 28px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}

.rndmx-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.rndmx-pricing-features li::before {
    flex: 0 0 auto;
    color: #ffffff;
    content: '✓';
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.rndmx-pricing-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    margin-top: auto;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 999px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    transition:
        background 300ms ease,
        color 300ms ease,
        border-color 300ms ease;
}

.rndmx-pricing-card.is-active .rndmx-pricing-button {
    border-color: #ffffff;
    background: #ffffff;
    color: #090a0c;
}

@media (max-width: 768px) {
    .rndmx-pricing-section {
        padding: 64px 0 80px;
    }

    .rndmx-pricing-heading {
        margin-bottom: 30px;
    }

    .rndmx-pricing-heading h2 {
        font-size: 32px;
    }

    .rndmx-pricing-heading p {
        font-size: 16px;
    }

    .rndmx-pricing-track {
        gap: 20px;
        padding-inline: max(20px, calc((100vw - 288px) / 2));
    }

    .rndmx-pricing-viewport {
        scroll-padding-inline: max(20px, calc((100vw - 288px) / 2));
    }

    .rndmx-pricing-card {
        flex-basis: 288px;
        border-radius: 20px;
        padding: 18px;
    }

    .rndmx-pricing-card h3 {
        font-size: 16px;
    }

    .rndmx-pricing-price-main {
        font-size: 42px;
    }

    .rndmx-pricing-price-period,
    .rndmx-pricing-old-price,
    .rndmx-pricing-features {
        font-size: 16px;
    }

    .rndmx-pricing-button {
        height: 44px;
        font-size: 16px;
    }
}
