:root {
    --hilight: #4f46e5;
    --hilight-hover: #3730a3;
    --light: #f8fafc;
    --light-hover: #e0e7ff;
    --dark-primary: #111827;
    --ymk-white: #ffffff;

    --bg: #0f1724;
    --muted: #91a1b8;
    --accent: #7c3aed;
    --glass: rgba(255, 255, 255, 0.04);
    --gap: 18px;
    --glass-border: rgba(255, 255, 255, 0.04);
}

#root,
html,
body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
    min-height: 100%;
}

body {
    line-height: 1.6;
    background: #f8fafc;
    overflow-x: hidden;
    font-feature-settings: "salt";
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.border-light * {
    border-color: var(--light-hover);
}

.bg-hilight {
    background-color: var(--hilight);
}

.bg-light {
    background-color: var(--light);
}

.bg-dark {
    background-color: var(--dark-primary);
}

.btn-xl {
}
.btn-lg {
    padding: 0.725rem 1.725rem;
}
.btn-md {
}
.btn-xs {
}

.text-dark {
    color: var(--dark-primary);
}
.text-hilight {
    color: var(--hilight);
}

.ykui-banner-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1048px;
    background: linear-gradient(191deg, rgb(9, 12, 17) 10%, #0c2239 35%, #2b1e38 55%, rgb(9, 12, 17) 90%);
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.wave {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 5120.2823px;
    height: 783.981px;
    -webkit-transform: translate3d(-50%, 200px, 0);
    -moz-transform: translate3d(-50%, 200px, 0);
    -ms-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
    color: #f8fafc;
}

.wave path {
    fill: currentColor;
}

.ykui-menu {
    min-width: 64px;
    padding: 6px 16px;
    font-weight: 500;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: white;
    cursor: pointer;
    border-color: currentColor;
    text-transform: none;
    box-shadow: none;
    border-radius: 20px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    background-color: transparent;
}
.ykui-menu:hover {
    background-color: var(--hilight-hover);
}

.top-container {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.text-secondary {
    color: #94a3b8;
}

.ymk-btn {
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.btn-tryitout {
    color: var(--hilight);
    background-color: var(--light);
}
.btn-tryitout:hover {
    background-color: var(--light-hover);
}
.btn-purchase {
    color: white;
    background-color: var(--hilight);
}
.btn-purchase:hover {
    background-color: var(--hilight-hover);
}

.ymk-subtitle {
    color: var(--dark-primary);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.ymk-thirdtitle {
    color: var(--dark-primary);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

@media (min-width: 1200px) {
    .ymk-subtitle {
        text-align: left;
        font-size: 36px;
    }
}

@media (min-width: 900px) {
    .preview {
        height: 480px;
    }
}

.preview {
    max-width: 100%;
    width: 640px;
    position: relative;
}

.preview > img {
    box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.reflect1 {
    position: absolute;
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 24px;
}

.reflect2 {
    position: absolute;
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 32px;
}
.reflect3 {
    position: absolute;
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
    background: rgba(255, 255, 255, 0.012);
    border-radius: 48px;
}

.light-gradient-bg {
    background: linear-gradient(#f8fafc 0%, #e2e8f0 100%);
}

.wave-bottom-left,
.wave-bottom-right {
    position: relative;
    z-index: 1;
}
.wave-bottom-left:after {
    transform: scale(-1, 1);
    position: absolute;
    bottom: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 234.86066' preserveAspectRatio='none'%3E%3Cpath fill='rgb(248 250 252)' d='M 1600.002,235.45508 V 110.71094 c 0,0 -43.202,45.90771 -69.7636,62.18164 -43.9468,26.92552 -93.5271,46.05914 -144.0762,56.11328 -46.6174,9.27213 -95.1862,6.90718 -142.5586,3.03321 C 823.31789,197.66935 421.3948,74.937241 0,0 v 235.45508 z'/%3E%3C/svg%3E");
    display: block;
    width: 100vw;
    height: 13.76vw;
    z-index: -1;
}

.wave-bottom-right:after {
    position: absolute;
    bottom: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 234.86066' preserveAspectRatio='none'%3E%3Cpath fill='rgb(248 250 252)' d='M 1600.002,235.45508 V 110.71094 c 0,0 -43.202,45.90771 -69.7636,62.18164 -43.9468,26.92552 -93.5271,46.05914 -144.0762,56.11328 -46.6174,9.27213 -95.1862,6.90718 -142.5586,3.03321 C 823.31789,197.66935 421.3948,74.937241 0,0 v 235.45508 z'/%3E%3C/svg%3E");
    display: block;
    width: 100vw;
    height: 13.76vw;
    z-index: -1;
}

.project-container a {
    max-width: 100%;
    width: 512px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    overflow: hidden;
    border-radius: 8px;
    margin: 12px 0;
    padding: 0;
    text-decoration: none;
    color: var(--ymk-white);
}

.project-container > a > p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 500;
    margin: 8px;
    padding: 4px 12px;
    background-color: var(--hilight);
    border-radius: 8px;
}

.mui-126cti8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: white;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 24px 32px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.padding-global {
    padding-left: 5%;
    padding-right: 5%;
}

.container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.wf-layout-layout {
    display: grid;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-form-block {
    min-width: auto;
}

.footer-top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
}

.footer-link-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: flex-start;
    justify-items: start;
    display: flex;
}

.footer-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #91969a;
}

.footer-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-legal-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: center;
    display: flex;
}

.footer-credit-text {
    font-size: 0.875rem;
}

.footer-legal-link {
    font-size: 0.875rem;
    text-decoration: underline;
    transition: color 0.2s;
}

.footer-legal-link:hover {
    color: #a0a7b3;
}

.footer-social-icons {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: start;
    justify-items: start;
    display: grid;
}

.footer-social-link {
    border: 1px solid #1f2123;
    border-radius: 3px;
    align-items: center;
    padding: 0.5rem;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s;
    display: flex;
}

.footer-social-link:hover {
    background-color: #1f2123;
}

@media screen and (max-width: 991px) {
    .footer-top-wrapper {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-logo {
        grid-area: 1 / 1 / 2 / 4;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-wrapper {
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    .footer-top-wrapper {
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
    }
    .footer-logo {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 26px 0;
}
header h1 {
    margin: 0;
}
header p {
    color: var(--muted);
    margin: 0;
    font-size: 13px;
}

.controls {
    display: flex;
    gap: 12px;
    align-items: center;
}
.toggle {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    padding: 6px;
    border-radius: 999px;
    display: inline-flex;
    gap: 6px;
}
.toggle button {
    background: transparent;
    border: 0;
    color: var(--muted);
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
}
.toggle button.active {
    background: linear-gradient(90deg, var(--accent), #5b21b6);
    color: #fff;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.28);
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}
thead th {
    background: var(--glass);
    padding: 14px;
    border-radius: var(--radius);
    font-size: 14px;
    text-align: center;
}
tbody td {
    background: var(--card);
    padding: 14px;
    text-align: center;
    border-radius: var(--radius);
    font-size: 14px;
}
tbody td:first-child {
    font-weight: 600;
    text-align: left;
}
tbody tr {
    box-shadow: var(--shadow);
}

thead th:nth-child(1),
tbody td:nth-child(1) {
    text-align: right;
    padding-right: 2em;
    width: 120px;
}

thead th:nth-child(2),
tbody td:nth-child(2) {
    background: rgba(124, 58, 237, 0.15);
}
thead th:nth-child(3),
tbody td:nth-child(3) {
    background: rgba(34, 197, 94, 0.15);
}
thead th:nth-child(4),
tbody td:nth-child(4) {
    background: rgba(59, 130, 246, 0.15);
}

thead th:nth-child(5),
tbody td:nth-child(5) {
    background: rgba(34, 197, 94, 0.15);
}

.price {
    font-size: 20px;
    font-weight: 800;
}
.price small {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
}
.check {
    color: limegreen;
    font-weight: 700;
}
.cross {
    color: #ff6b6b;
    font-weight: 700;
}

footer {
    margin-top: 24px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}
.top-nav button {
    cursor: pointer;
}
.top-nav a {
    cursor: pointer;
    border-radius: 20px;
    height: 40px;
    min-width: 96px;
    padding: 7px 24px;
    text-align: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.top-nav a:hover {
    background-color: #3730a3;
}

.top-nav a.actived {
    background-color: #4f46e5;
}
