.pf-footer {
display: block;
width: 100%;
color: #ffffff;
background-color: #060923;
border-top: 3px solid #FF9500;
border-image: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%) 1;
box-sizing: border-box;
}
.pf-footer * {
box-sizing: border-box;
}
.pf-top {
background-color: #060923;
padding: 56px 80px 40px;
}
.pf-top-inner {
display: grid;
grid-template-columns: minmax(260px, 1.3fr) 3fr;
gap: 48px;
max-width: 1280px;
margin: 0 auto;
}
.pf-brand-col {
display: flex;
flex-direction: column;
gap: 20px;
}
.pf-brand-link {
display: inline-block;
width: fit-content;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-brand-link svg {
height: 32px;
width: auto;
}
.pf-tagline {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #b0b1be;
max-width: 380px;
margin: 0;
}
.pf-social {
display: flex;
gap: 12px;
margin-top: 4px;
}
.pf-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255,255,255,0.08);
transition: background 0.2s, transform 0.2s;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-social a svg {
width: 18px;
height: 18px;
color: #ffffff;
}
.pf-social a:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transform: translateY(-2px);
}
.pf-social a:hover svg {
color: #ffffff;
}
.pf-nav-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.pf-col {
display: flex;
flex-direction: column;
gap: 12px;
}
.pf-col-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #ffffff;
text-transform: uppercase;
margin: 0 0 4px;
}
.pf-col-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.pf-col-list li {
margin: 0;
padding: 0;
}
.pf-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #ababb3;
text-decoration: none;
-webkit-text-decoration: none;
transition: color 0.15s;
width: fit-content;
}
.pf-link:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
background-clip: text;
color: transparent;
cursor: pointer;
}
.pf-link:focus-visible {
outline: 2px solid #ff9500;
outline-offset: 2px;
border-radius: 2px;
}
.pf-geo {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
padding: 18px 80px;
max-width: 1280px;
margin: 0 auto;
border-top: 1px solid rgba(255,255,255,0.08);
}
.pf-geo-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #b0b1be;
text-transform: uppercase;
}
.pf-geo-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
color: #ffffff;
text-decoration: none;
-webkit-text-decoration: none;
padding: 6px 12px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.15);
transition: all 0.15s;
}
.pf-geo-link:hover {
border-color: #ff9500;
color: #ff9500;
cursor: pointer;
}
.pf-bottom {
background-color: #595968;
}
.pf-bottom-inner {
max-width: 1280px;
margin: 0 auto;
padding: 16px 80px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.pf-rights {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}
.pf-address {
font-style: normal;
font-family: IBM Plex Sans, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #dedee1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pf-addr-sep {
color: rgba(255,255,255,0.4);
padding: 0 2px;
}
.pf-switch-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
-webkit-text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transition: opacity 0.15s;
}
.pf-switch-link:hover {
opacity: 0.9;
cursor: pointer;
}

.headerDropdownMainWrapper {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
box-sizing: border-box;
display: grid;
align-content: center;
margin: 0;
height: -webkit-fill-available;
z-index: 12;
width: 150px;
}
.dropdownWrapper {
position: relative;
cursor: pointer;
}
.invisibleDropDown {
visibility: hidden;
}
.dropdownButton {
width: 150px;
height: 40px;
border: 0 none currentColor;
border-radius: 6px;
font-family: inherit;
font-size: 17px;
background-color: transparent;
}
.dropdownWrapper > .selected_item {
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 40px;
margin: 0 3px;
flex-grow: 10.0;
&:hover {
.selectedRightSubItem svg {
transition: all 0.5s ease 0.5s;
transform: rotate(60deg);
}
}
}
.selected_item_anyScreen {
background-color: transparent;
}
.selected_item_mainScreen {
background-color: transparent;
color: #ffffff;
}
.selectedLeftSubItem > svg {
display: block;
margin: auto;
color: #fda501;
}
.selectedRightSubItem > svg {
height: 0.5em;
width: 20px;
display: block;
margin: auto;
}
.dropdownWrapper > .selected_item > span:first-child {
font-size: 20px;
}
.dropdownWrapper > .dropdownMenu {
position: absolute;
display: flex;
overflow-y: initial;
overflow-x: hidden;
z-index: 4;
top: 60px;
flex-direction: column;
max-height: 80vh;
border-radius: 6px;
transform: translate(0, -30px);
-webkit-transform: translate(0%, -30px);
visibility: hidden;
opacity: 0;
background: #ffffff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s;
box-shadow: 0 15px 20px 0 #e0e0e0;
a {
text-decoration: none;
-webkit-text-decoration: none;;
display: flex;
align-items: center;
justify-content: left;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuIcon {
margin: 0 10px;
color: #fda501;
svg {
height: 20px;
width: 20px;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuItemLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
flex-grow: 1.0;
color: #4a4a4a;
line-height: 1.4;
padding-left: 10px;
}
.dropdownLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 5px;
}
.dropdownLabel_anyScreen {
color: #4a4a4a;
}
.dropdownLabel_mainScreen {
color: #ffffff;
}
.dropdownDivider {
color: #e0e0e0;
display: inline-block;
overflow: hidden;
border-style: solid;
border-width: 0.1px;
width: 150px;
margin: 0;
}
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
overflow-x: hidden;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
background: #b0b1be;
border-radius: 4px;
}
.downloadsBlockModalWrapper {
width: 650px;
height: 350px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
.downloadsBlockModalContentWrapper {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
}
.downloadsBlockModalContentLeft {
display: flex;
flex-direction: column;
padding-left: 20px;
}
.downloadsBlockModalArrowTop {
width: 15px;
height: 15px;
background-color: #ffffff;
position: relative;
left: 60%;
top: -7.5px;
transform: rotate(45deg);
}
.downloadsBlockModalTitle {
color: #050927;
font-family: Proxima Nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 25px;
line-height: 1.36;
width: fit-content;
}
.downloadsBlockModalDescription {
margin-top: 15px;
color: #828493;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.388889;
letter-spacing: 0.5px;
width: fit-content;
}
.downloadsBlockModalMarketsWrapper {
display: flex;
flex-direction: row;
width: fit-content;
margin-top: 30px;
}
.downloadsBlockModalPlayMarketImg {
background: url('/static/images/google-play-button.png') no-repeat center center;;
height: 60px;
width: 200px;
margin-right: 20px;
}
.downloadsBlockModalAppStoreImg {
height: 60px;
width: 200px;
background: url('/static/images/apple-store-button.png') no-repeat center center;;
}
.downloadsBlockModalQrCode {
width: 150px;
height: 150px;
background: url('/static/images/qr-link-to-install.png') no-repeat center center;;
background-size: cover;
object-fit: cover;
margin-left: 20px;
margin-right: 20px;
}
}
.downloads {
display: flex;
max-width: 1064px;
justify-content: space-between;
position: relative;
background-color: #f5f6f9;
border-radius: 40px;
margin: 95px auto 0;
}
.downloads_left {
flex-basis: 37%;
padding: 45px 0 55px 60px;
}
.downloads_right {
position: absolute;
right: 20px;
bottom: -70px;
}
.downloads_title {
font-family: Noto Sans, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 1.36;
color: #050927;
margin-bottom: 15px;
}
.downloads_text {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
margin-bottom: 15px;
}
.downloads_pictures {
display: flex;
justify-content: space-between;
}
.downloads_app_stors {
display: flex;
flex-direction: column;
}
.downloads_img {
text-align: center;
}

:root {
--t-bg-body: #f5f6f9;
--t-bg-surface: #ffffff;
--t-bg-surface-alt: #f8f9fb;
--t-bg-surface-hover: #fafbfc;
--t-bg-input: #ffffff;
--t-bg-subtle: #f5f6f9;
--t-text-primary: #060923;
--t-text-secondary: #828493;
--t-text-muted: #b0b1be;
--t-text-on-brand: #ffffff;
--t-border-subtle: #f0f0f2;
--t-border-default: #dedee1;
--t-border-strong: #b0b1be;
--t-brand: #ff9500;
--t-brand-soft-bg: rgba(255,149,0,0.12);
--t-brand-soft-border: rgba(255,149,0,0.3);
--t-brand-ring: rgba(255,149,0,0.1);
--t-gradient-brand: linear-gradient(135deg, #ff9500 0%, #ff6b00 100%);
--t-gradient-sunset: linear-gradient(135deg, #ff9500 0%, #ffbb00 100%);
--t-success-bg: rgba(69,182,73,0.12);
--t-success-fg: #2d8f34;
--t-success-border: rgba(69,182,73,0.3);
--t-warning-bg: rgba(255,149,0,0.12);
--t-warning-fg: #cc7700;
--t-warning-border: rgba(255,149,0,0.3);
--t-danger-bg: rgba(220,60,60,0.08);
--t-danger-fg: #c33;
--t-danger-border: rgba(220,60,60,0.3);
--t-info-bg: rgba(80,130,200,0.12);
--t-info-fg: #3568a8;
--t-info-border: rgba(80,130,200,0.3);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.04);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.08);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.2);
--t-overlay: rgba(0,0,0,0.5);
color-scheme: light;
}
html[data-theme='dark'] {
--t-bg-body: #0f1419;
--t-bg-surface: #1a1f2e;
--t-bg-surface-alt: #232838;
--t-bg-surface-hover: #252b3d;
--t-bg-input: #232838;
--t-bg-subtle: #1a1f2e;
--t-text-primary: #f0f1f5;
--t-text-secondary: #a0a3b1;
--t-text-muted: #70768a;
--t-text-on-brand: #ffffff;
--t-border-subtle: #2a3142;
--t-border-default: #3a4156;
--t-border-strong: #4a5168;
--t-brand-soft-bg: rgba(255,149,0,0.18);
--t-brand-soft-border: rgba(255,149,0,0.4);
--t-brand-ring: rgba(255,149,0,0.18);
--t-success-bg: rgba(69,182,73,0.18);
--t-success-fg: #5ecf62;
--t-success-border: rgba(69,182,73,0.4);
--t-warning-bg: rgba(255,149,0,0.18);
--t-warning-fg: #ffb347;
--t-warning-border: rgba(255,149,0,0.4);
--t-danger-bg: rgba(220,60,60,0.18);
--t-danger-fg: #ff6b6b;
--t-danger-border: rgba(220,60,60,0.4);
--t-info-bg: rgba(110,170,240,0.18);
--t-info-fg: #8bb6e8;
--t-info-border: rgba(110,170,240,0.4);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.4);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.5);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.7);
--t-overlay: rgba(0,0,0,0.7);
color-scheme: dark;
}
.t-theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid transparent;
background-color: transparent;
cursor: pointer;
color: var(--t-text-secondary);
transition: background-color 0.15s, color 0.15s, border-color 0.15s;
padding: 0;
flex-shrink: 0.0;
}
.t-theme-toggle:hover {
background-color: var(--t-bg-surface-hover);
border-color: var(--t-border-default);
color: var(--t-brand);
}
.t-theme-toggle svg {
width: 18px;
height: 18px;
pointer-events: none;
}
.t-theme-toggle .t-icon-sun {
display: none;
}
.t-theme-toggle .t-icon-moon {
display: inline-flex;
svg {
height: 24px;
width: 24px;
}
}
html[data-theme='dark'] .t-theme-toggle .t-icon-sun {
display: inline-flex;
}
html[data-theme='dark'] .t-theme-toggle .t-icon-moon {
display: none;
}
.header-main .t-theme-toggle, .header-dark .t-theme-toggle {
color: white;
}
.header-main .t-theme-toggle:hover, .header-dark .t-theme-toggle:hover {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
color: #ffbb00;
}
html[data-theme='dark'] .header-v2 {
background-color: #1a1f2e;
border-bottom-color: #2a3142;
}
html[data-theme='dark'] .header-v2 .header-user-name {
color: #f0f1f5;
}
html[data-theme='dark'] .header-v2 .header-user:hover {
background-color: rgba(255,255,255,0.06);
}
html[data-theme='dark'] .user-menu {
background-color: #1a1f2e;
box-shadow: 0 8px 28px rgba(0,0,0,0.55);
border: 1px solid #2a3142;
}
html[data-theme='dark'] .user-menu-item {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .user-menu-sub-item {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .mobile-menu {
background-color: #1a1f2e;
}
html[data-theme='dark'] .mobile-menu-title {
color: #a0a3b1;
}
html[data-theme='dark'] .mobile-menu-link {
color: #f0f1f5;
}
.header-v2 {
position: relative;
width: 100%;
height: 70px;
background-color: white;
border-bottom: 1px solid #e5e7eb;
z-index: 100;
}
.header-main {
position: absolute;
background-color: transparent;
border-bottom: 0 none transparent;
}
.header-dark {
background-color: #181E23;
border-bottom-color: #374151;
}
.header-nav {
display: flex;
align-items: center;
height: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
gap: 20px;
}
.header-left {
display: flex;
align-items: center;
gap: 15px;
}
.header-logo {
display: flex;
align-items: center;
flex-shrink: 0.0;
svg {
height: 40px;
width: auto;
max-width: 150px;
}
&:hover {
opacity: 0.9;
}
}
.header-dropdowns {
display: flex;
align-items: center;
gap: 10px;
}
.header-center {
display: flex;
align-items: center;
gap: 15px;
flex-grow: 1.0;
justify-content: center;
}
.header-right {
display: flex;
align-items: center;
gap: 15px;
}
.header-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 7px;
padding: 8px 12px;
border-radius: 6px;
text-decoration: none;
color: #fda501;
transition: all 0.2s ease 0s;
flex-shrink: 0.0;
svg {
min-width: 22px;
min-height: 22px;
width: 22px;
height: 22px;
}
&:hover {
background-color: #f3f4f6;
transform: scale(1.05);
}
}
.header-main .header-link {
color: #ffffff;
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-link-text {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
}
.header-cart {
position: relative;
svg {
min-width: 24px;
min-height: 24px;
}
}
.header-user {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease 0s;
svg {
min-width: 24px;
min-height: 24px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.header-main .header-user {
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-user-dark {
color: #4a4a4a;
}
.header-user-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.header-company-logo {
width: 40px;
height: 40px;
object-fit: contain;
border-radius: 12px;
}
.header-user-name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
}
.header-user-dark .header-user-name {
color: #4a4a4a;
}
.user-menu {
display: none;
position: fixed;
top: 70px;
right: max(12px, env(safe-area-inset-right));
width: 280px;
max-width: calc(100vw - 24px);
max-height: 80vh;
max-height: calc(100dvh - 80px - env(safe-area-inset-bottom));
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 20px 0 #00000014;
z-index: 101;
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #b0b1be;
border-radius: 3px;
}
}
.user-menu-active {
display: flex;
flex-direction: column;
}
.user-menu-item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-main-screen {
color: white;
svg {
color: white;
}
}
.user-menu-group {
display: flex;
flex-direction: column;
}
.user-menu-group-toggle {
position: relative;
.user-menu-arrow {
position: absolute;
right: 20px;
transition: transform 0.2s ease 0s;
}
}
.user-menu-sub-list {
display: none;
flex-direction: column;
background-color: #f9fafb;
}
.user-menu-sub-list-active {
display: flex;
~ .user-menu-group-toggle .user-menu-arrow {
transform: rotate(180deg);
}
}
.user-menu-sub-item {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 12px;
padding: 10px 20px 10px 40px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 18px;
min-height: 18px;
color: #4a4a4a;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-text {
flex-grow: 1.0;
}
.user-menu-sub-item-text {
font-size: 13px;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-appearance: none;
appearance: none;
width: 40px;
height: 40px;
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
z-index: 102;
touch-action: manipulation;
}
.mobile-menu-icon {
position: relative;
display: block;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
transition: all 0.3s ease 0s;
&::before {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: -8px;
transition: all 0.3s ease 0s;
}
&::after {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: 8px;
transition: all 0.3s ease 0s;
}
}
.header-main .mobile-menu-icon {
background-color: white;
&::before {
content: '';
background-color: white;
}
&::after {
content: '';
background-color: white;
}
}
.mobile-menu-active .mobile-menu-icon {
background-color: transparent;
&::before {
content: '';
top: 0;
transform: rotate(45deg);
}
&::after {
content: '';
top: 0;
transform: rotate(-45deg);
}
}
.mobile-menu {
display: none;
position: fixed;
top: 70px;
left: 0;
width: 100%;
height: calc(100vh - 70px);
background-color: white;
overflow-y: auto;
z-index: 99;
transform: translateX(-100%);
transition: transform 0.3s ease 0s;
}
.mobile-menu-active {
display: block;
transform: translateX(0);
}
.mobile-menu-content {
display: flex;
flex-direction: column;
padding: 20px;
gap: 20px;
}
.mobile-menu-section {
display: flex;
flex-direction: column;
gap: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e5e7eb;
&:last-child {
border-bottom: 0 none transparent;
}
}
.mobile-menu-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.375;
text-transform: uppercase;
letter-spacing: 1px;
color: #ababb3;
margin-bottom: 5px;
}
.mobile-menu-dropdown {
display: flex;
flex-direction: column;
}
.mobile-dropdown-toggle {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border: 1px solid #e5e7eb;
border-radius: 6px;
background-color: white;
cursor: pointer;
transition: all 0.2s ease 0s;
color: #4a4a4a;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
span {
flex-grow: 1.0;
text-align: left;
}
&:hover {
background-color: #f9fafb;
}
}
.mobile-dropdown-arrow {
font-size: 10px;
color: #ababb3;
transition: transform 0.2s ease 0s;
transform: rotate(180deg);
}
.mobile-dropdown-content {
display: none;
flex-direction: column;
margin-top: 8px;
background-color: #f9fafb;
border-radius: 6px;
overflow: hidden;
a {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 15px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
width: 20px;
height: 20px;
}
&:hover {
background-color: #fda501;
color: white;
}
}
}
.mobile-dropdown-active {
display: flex;
}
.menu-splitter {
display: block;
width: -webkit-fill-available;
height: 1px;
background-color: #666666;
}
.mobile-menu-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
min-width: 22px;
min-height: 22px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.mobile-menu-user {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
background-color: #f9fafb;
svg {
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
color: #fda501;
}
img {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
color: #4a4a4a;
}
}

.pcb-dashboard-store-chain-selection-modal {
display: none;
position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.pcb-dashboard-user-search-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-title-row {
display: flex;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.05em;
h2 {
flex-grow: 1.0;
align-content: center;
}
span {
flex-shrink: 1.0;
}
}
.close-button {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
&:hover {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
&:focus {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
}
.store-chain-list {
list-style-type: none;
padding: 0;
overflow-y: auto;
user-select: none;
}
.store-chain-list-item {
padding: 8px;
border: 1px solid #ddd;
margin-bottom: 4px;
cursor: pointer;
&:hover {
background-color: #f1f1f1;
}
}
.selected-store-chain-item {
background-color: #ddd;
}
.currency_symbol {
font-size: 14px;
color: #fda501;
}
.disabled_icon {
color: #ababb3;
&:hover {
cursor: not-allowed;
}
}
.downloads_block_none {
display: none;
}
.download_block_mobile {
display: none;
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal {
background-color: rgba(0,0,0,0.65);
}
html[data-theme='dark'] .pcb-dashboard-user-search-modal-content, html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-content {
background-color: #1a1f2e;
color: #f0f1f5;
border: 1px solid #2a3142;
box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-title-row h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .close-button {
color: #a0a3b1;
}
html[data-theme='dark'] .close-button:hover, html[data-theme='dark'] .close-button:focus {
color: #f0f1f5;
}
html[data-theme='dark'] .store-chain-list-item {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .store-chain-list-item:hover {
background-color: #2a3142;
border-color: #3a4156;
}
html[data-theme='dark'] .selected-store-chain-item {
background-color: #2a3142;
border-color: #ff9500;
}
html[data-theme='dark'] .user-menu-group-toggle {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-arrow {
color: #a0a3b1;
}
html[data-theme='dark'] .user-menu-sub-list {
background-color: #232838;
}
html[data-theme='dark'] .user-menu-sub-item svg {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover svg {
color: white;
}
html[data-theme='dark'] .user-menu-item-text, html[data-theme='dark'] .user-menu-sub-item-text {
color: inherit;
}
html[data-theme='dark'] .user-menu::-webkit-scrollbar-thumb {
background-color: #3a4156;
}
.button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid transparent;
border-radius: 8px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
&:active {
}
&:focus {
}
&:hover {
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
background: #ffffff;
color: #fda501;
fill: #fda501;
}
&:disabled {
background-color: #dedee1;
background: #ffffff;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
&:hover {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
&:focus {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
}
}
.inverted-button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
border-width: 1px;
border-style: solid;
background: #ffffff;
color: #fda501;
fill: #ffffff;
&:active {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:focus {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
}
.animation-component {
display: none;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
width: 300px;
height: 300px;
z-index: 100;
}
.breadcrumbs {
width: auto;
margin: 30px 0 20px;
}
.breadcrumbs_wrapper {
position: relative;
max-width: 1310px;
margin: 25px auto;
padding: 0 16px;
}
.breadcrumbs_inner {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
position: relative;
background: #fafafc;
display: flex;
align-items: center;
color: #fda501;
border-radius: 8px;
padding: 10px 20px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;

a {
&:visited {
color: #fda501;
}
&:link {
color: #fda501;
}
}
}
.breadcrumbs_itemWrapper {
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumbs_item {
display: flex;
align-items: center;
cursor: default;
}
.breadcrumbs_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.breadcrumbs_last_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.separator {
margin: 0 5px;
}

html[data-theme='dark'] .breadcrumbs_inner {
background: #1a1f2e;
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:visited {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_last_link {
color: #f0f1f5;
}
html[data-theme='dark'] .breadcrumbs_separator {
color: #70768a;
}
html[data-theme='dark'] .separator {
color: #70768a;
}
.l51lp-plans-toggle {
display: flex;
justify-content: center;
gap: 0;
margin-bottom: 48px;
}
.l51lp-plans-toggle-btn {
padding: 10px 24px;
border: 1px solid rgba(226,224,252,0.2);
background-color: transparent;
color: #8a88a8;
cursor: pointer;
font-size: 14px;
font-weight: 600;
font-family: 'Inter', sans-serif;
transition: all 0.2s;
}
.l51lp-plans-toggle-btn:first-child {
border-radius: 8px 0 0 8px;
}
.l51lp-plans-toggle-btn:last-child {
border-radius: 0 8px 8px 0;
}
.l51lp-plans-toggle-active {
background-color: #ffb874;
color: #111125;
border-color: #ffb874;
}
.l51lp-plans-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-bottom: 32px;
}
.l51lp-plan-card {
position: relative;
background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(226,224,252,0.1);
border-radius: 16px;
padding: 32px 24px;
display: flex;
flex-direction: column;
transition: border-color 0.2s, transform 0.2s;
}
.l51lp-plan-card:hover {
border-color: rgba(255,184,116,0.3);
transform: translateY(-4px);
}
.l51lp-plan-popular {
border-color: #ffb874;
box-shadow: 0 0 32px rgba(255,184,116,0.15);
}
.l51lp-plan-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background-color: #ffb874;
color: #111125;
padding: 4px 16px;
border-radius: 20px;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
white-space: nowrap;
}
.l51lp-plan-name {
font-family: 'Manrope', sans-serif;
font-size: 20px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 8px;
}
.l51lp-plan-price {
margin-bottom: 24px;
display: flex;
align-items: baseline;
gap: 4px;
}
.l51lp-plan-amount {
font-family: 'Manrope', sans-serif;
font-size: 40px;
font-weight: 800;
color: #ffb874;
}
.l51lp-plan-period {
font-size: 14px;
color: #8a88a8;
}
.l51lp-plan-features {
list-style: none;
padding: 0;
margin: 0 0 24px;
flex: 1;
}
.l51lp-plan-features li {
padding: 8px 0;
font-size: 14px;
color: #c8c5cd;
border-bottom: 1px solid rgba(226,224,252,0.06);
line-height: 1.5;
}
.l51lp-plan-features li:last-child {
border-bottom: none;
}
.l51lp .l51lp-plan-cta {
display: block;
text-align: center;
padding: 12px 24px;
border-radius: 8px;
border: 1px solid rgba(226,224,252,0.2);
color: #e2e0fc;
font-weight: 700;
font-size: 14px;
text-decoration: none;
transition: all 0.2s;
}
.l51lp .l51lp-plan-cta:hover {
border-color: #ffb874;
color: #ffb874;
}
.l51lp .l51lp-plan-cta-primary {
background-color: #ffb874;
color: #111125;
border-color: #ffb874;
}
.l51lp .l51lp-plan-cta-primary:hover {
background-color: #ffa94d;
color: #111125;
}
.l51lp-plans-enterprise {
text-align: center;
font-size: 14px;
color: #8a88a8;
margin-top: 8px;
}

body.l51lp-body {
background-color: #111125;
color: #e2e0fc;
font-family: 'Inter', sans-serif;
margin: 0;
}
.l51lp {
font-family: 'Inter', sans-serif;
color: #e2e0fc;
line-height: 1.6;
}
.l51lp-breadcrumb {
padding: 12px 32px;
background-color: #0d0d20;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.l51lp-breadcrumb ol {
display: flex;
align-items: center;
gap: 6px;
margin: 0;
padding: 0;
list-style-type: none;
flex-wrap: wrap;
}
.l51lp-breadcrumb li {
display: flex;
align-items: center;
font-size: 12px;
color: #7a78a0;
}
.l51lp-breadcrumb li + li::before {
content: "›";
margin-right: 6px;
color: #4a4868;
}
.l51lp-breadcrumb a {
color: #9c99c4;
text-decoration: none;
transition: color 0.15s;
}
.l51lp-breadcrumb a:hover {
color: #ffb874;
}
.l51lp-breadcrumb li[aria-current='page'] {
color: #e2e0fc;
}
.l51lp-hero {
position: relative;
padding: 120px 24px 96px;
overflow: hidden;
background-color: #111125;
}
.l51lp-hero-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 64px;
}
.l51lp-hero-left {
flex: 1.0;
position: relative;
z-index: 10;
}
.l51lp-hero-right {
flex: 1.0;
position: relative;
}
.l51lp-hero-tag {
display: inline-block;
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffb874;
background-color: rgba(255,184,116,0.1);
padding: 6px 16px;
border-radius: 9999px;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 16px;
}
.l51lp-hero-title {
font-family: 'Manrope', sans-serif;
font-size: 64px;
font-weight: 800;
line-height: 1.1;
margin-bottom: 24px;
color: #e2e0fc;
letter-spacing: -0.02em;
}
.l51lp-hero-title-accent {
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.l51lp-hero-subtitle {
font-size: 18px;
color: #c8c5cd;
line-height: 1.7;
margin-bottom: 40px;
max-width: 540px;
font-weight: 500;
}
.l51lp-hero-btns {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.l51lp-hero-glow {
position: absolute;
top: -80px;
right: -80px;
width: 320px;
height: 320px;
background-color: rgba(255,184,116,0.15);
filter: blur(100px);
border-radius: 50%;
}
.l51lp-hero-mockup {
position: relative;
background-color: #1a1a2e;
border-radius: 16px;
padding: 16px;
border: 1px solid rgba(71,70,76,0.1);
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
transform: rotate(3deg) translateX(16px);
}
.l51lp-hero-mockup img {
border-radius: 8px;
width: 100%;
height: auto;
display: block;
}
.l51lp-hero-float {
position: absolute;
bottom: -40px;
left: -40px;
background-color: #28283d;
padding: 24px;
border-radius: 16px;
border: 1px solid rgba(71,70,76,0.1);
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
transform: rotate(-6deg);
display: flex;
align-items: center;
gap: 16px;
}
.l51lp-hero-float-avatar {
width: 48px;
height: 48px;
border-radius: 50%;
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 20px;
color: #1a0a00;
}
.l51lp-hero-float-avatar img {
width: 28px;
height: 28px;
object-fit: contain;
display: block;
}
.l51lp-hero-float-title {
color: #e2e0fc;
font-weight: 700;
margin: 0;
font-size: 14px;
}
.l51lp-hero-float-sub {
color: #c8c5cd;
font-size: 12px;
margin: 2px 0 0;
}
a.l51lp-btn-primary, button.l51lp-btn-primary, .l51lp-btn-primary {
display: inline-block;
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
color: #1a0a00;
padding: 16px 32px;
border-radius: 16px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
border: none;
cursor: pointer;
transition: all 0.2s;
font-family: 'Inter', sans-serif;
box-shadow: 0 8px 24px rgba(255,184,116,0.2);
}
.l51lp-btn-primary:hover {
transform: scale(1.02);
filter: brightness(1.1);
}
.l51lp-btn-secondary {
display: inline-block;
background-color: #28283d;
color: #e2e0fc;
padding: 16px 32px;
border-radius: 16px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
border: 1px solid rgba(71,70,76,0.2);
cursor: pointer;
transition: all 0.2s;
font-family: 'Inter', sans-serif;
}
.l51lp-btn-secondary:hover {
background-color: #333348;
}
.l51lp-section {
padding: 96px 32px;
}
.l51lp-section-dark {
background-color: #1a1a2e;
}
.l51lp-section-darker {
background-color: #0c0c1f;
}
.l51lp-container {
max-width: 1200px;
margin: 0 auto;
}
.l51lp-section-header {
text-align: center;
margin-bottom: 64px;
}
.l51lp-section-title {
font-family: 'Manrope', sans-serif;
font-size: 40px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 16px;
letter-spacing: -0.01em;
}
.l51lp-section-title-accent {
color: #ffb874;
}
.l51lp-section-text {
font-size: 16px;
color: #c8c5cd;
max-width: 640px;
margin: 0 auto;
line-height: 1.7;
}
.l51lp-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.l51lp-feature-card {
background-color: #1e1e32;
padding: 40px;
border-radius: 24px;
transition: transform 0.3s;
border: 1px solid rgba(71,70,76,0.05);
}
.l51lp-feature-card:hover {
transform: translateY(-8px);
}
.l51lp-variant-link {
text-decoration: none;
color: inherit;
display: block;
}
.l51lp-variant-link:hover .l51lp-feature-card {
border-color: rgba(255,184,116,0.4);
box-shadow: 0 8px 24px rgba(255,184,116,0.12);
}
.l51lp-variants-group {
margin-bottom: 56px;
}
.l51lp-variants-group:last-child {
margin-bottom: 0;
}
.l51lp-variants-group-header {
text-align: center;
margin-bottom: 32px;
}
.l51lp-variants-group-title {
font-family: 'Manrope', sans-serif;
font-size: 24px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 8px;
letter-spacing: -0.01em;
}
.l51lp-variants-group-sub {
font-size: 14px;
color: #c8c5cd;
max-width: 560px;
margin: 0 auto;
line-height: 1.6;
}
.l51lp-features-grid.is-narrow {
grid-template-columns: repeat(2, 1fr);
max-width: 720px;
margin: 0 auto;
}
.l51lp-feature-icon {
width: 64px;
height: 64px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 32px;
font-size: 28px;
}
.l51lp-feature-icon-primary {
background-color: rgba(255,184,116,0.1);
color: #ffb874;
}
.l51lp-feature-icon-secondary {
background-color: rgba(71,71,93,0.3);
color: #c6c4df;
}
.l51lp-feature-icon-tertiary {
background-color: rgba(185,170,131,0.3);
color: #d5c59d;
}
.l51lp-feature-icon img {
width: 62px;
height: 62px;
border-radius: 16px;
object-fit: contain;
display: block;
}
.l51lp-feature-card h3 {
font-family: 'Manrope', sans-serif;
font-size: 22px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 12px;
}
.l51lp-feature-card p {
font-size: 15px;
color: #c8c5cd;
line-height: 1.7;
margin: 0;
}
.l51lp-how-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.l51lp-how-step {
background-color: #1e1e32;
border-radius: 24px;
padding: 40px;
text-align: center;
position: relative;
}
.l51lp-how-number {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
color: #1a0a00;
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
}
.l51lp-how-step h3 {
font-family: 'Manrope', sans-serif;
font-size: 20px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 12px;
}
.l51lp-how-step p {
font-size: 15px;
color: #c8c5cd;
line-height: 1.7;
margin: 0;
}
.l51lp-bento-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
grid-auto-rows: 300px;
}
.l51lp-bento-card {
border-radius: 24px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 40px;
}
.l51lp-bento-card-bg {
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.1);
}
.l51lp-bento-card-img {
background-color: #28283d;
}
.l51lp-bento-bg-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.4;
transition: transform 0.7s;
}
.l51lp-bento-card:hover .l51lp-bento-bg-img {
transform: scale(1.05);
}
.l51lp-bento-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, #111125, transparent);
}
.l51lp-bento-content {
position: relative;
z-index: 2;
}
.l51lp-bento-icon {
font-size: 36px;
margin-bottom: 12px;
}
.l51lp-bento-card h4 {
font-family: 'Manrope', sans-serif;
font-size: 24px;
font-weight: 700;
color: #e2e0fc;
margin-bottom: 8px;
}
.l51lp-bento-card p {
font-size: 14px;
color: #c8c5cd;
margin: 0;
}
.l51lp-bento-wide {
grid-column: span 8;
}
.l51lp-bento-narrow {
grid-column: span 4;
}
.l51lp-bento-left {
grid-column: span 5;
}
.l51lp-bento-right {
grid-column: span 7;
}
.l51lp-compare-wrap {
background-color: #1e1e32;
border-radius: 24px;
padding: 48px;
border: 1px solid rgba(71,70,76,0.1);
box-shadow: 0 20px 40px -10px rgba(26,26,46,0.06);
position: relative;
overflow: hidden;
}
.l51lp-compare-skew {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background-color: rgba(255,184,116,0.05);
transform: skewX(-12deg) translateX(50%);
}
.l51lp-compare-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center;
position: relative;
}
.l51lp-compare-list {
list-style: none;
padding: 0;
margin: 0;
}
.l51lp-compare-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 24px;
}
.l51lp-compare-icon-bad {
color: #ef4444;
font-size: 24px;
margin-top: 2px;
}
.l51lp-compare-icon-good {
color: #ffb874;
font-size: 24px;
margin-top: 2px;
}
.l51lp-compare-item-title {
font-weight: 700;
color: #e2e0fc;
margin-bottom: 2px;
}
.l51lp-compare-item-desc {
font-size: 14px;
color: #c8c5cd;
}
.l51lp-compare-card {
background-color: #333348;
padding: 32px;
border-radius: 24px;
border: 1px solid rgba(255,184,116,0.2);
position: relative;
}
.l51lp-compare-badge {
position: absolute;
top: -16px;
right: -16px;
background: linear-gradient(135deg, #ffb874, #c27000);
color: #4b2800;
font-size: 11px;
font-weight: 700;
padding: 4px 12px;
border-radius: 9999px;
text-transform: uppercase;
letter-spacing: -0.02em;
}
.l51lp-progress-bar {
height: 8px;
border-radius: 9999px;
overflow: hidden;
margin-bottom: 8px;
}
.l51lp-progress-fill {
height: 100%;
border-radius: 9999px;
}
.l51lp-stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.l51lp-stat-block {
text-align: center;
padding: 32px;
background-color: #1e1e32;
border-radius: 24px;
border: 1px solid rgba(71,70,76,0.1);
}
.l51lp-stat-value {
font-size: 48px;
font-weight: 800;
margin-bottom: 8px;
font-family: 'Manrope', sans-serif;
}
.l51lp-stat-value-primary {
color: #ffb874;
}
.l51lp-stat-value-secondary {
color: #c6c4df;
}
.l51lp-stat-value-tertiary {
color: #d5c59d;
}
.l51lp-stat-label {
font-size: 12px;
color: #c8c5cd;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
}
.l51lp-cta-section {
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
text-align: center;
padding: 96px 32px;
}
.l51lp-cta-title {
font-family: 'Manrope', sans-serif;
font-size: 36px;
font-weight: 800;
color: #4b2800;
margin-bottom: 16px;
}
.l51lp-cta-subtitle {
font-size: 16px;
color: rgba(75,40,0,0.8);
margin-bottom: 32px;
max-width: 600px;
margin: 0 auto 32px;
line-height: 1.6;
}
.l51lp-btn-dark {
display: inline-block;
background-color: #111125;
color: #ffb874;
padding: 16px 40px;
border-radius: 16px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
border: none;
cursor: pointer;
transition: all 0.2s;
font-family: 'Inter', sans-serif;
}
.l51lp-btn-dark:hover {
background-color: #1a1a2e;
}
.l51lp-form {
max-width: 700px;
margin: 0 auto;
}
.l51lp-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.l51lp-form-field {
margin-bottom: 24px;
}
.l51lp-form-field label {
display: block;
font-size: 14px;
font-weight: 600;
color: #c8c5cd;
margin-bottom: 8px;
padding-left: 4px;
}
.l51lp-input {
width: 100%;
padding: 16px;
border-radius: 16px;
border: none;
background-color: #0c0c1f;
color: #e2e0fc;
font-size: 15px;
font-family: 'Inter', sans-serif;
transition: box-shadow 0.2s;
box-sizing: border-box;
}
.l51lp-input:focus {
outline: none;
box-shadow: 0 0 0 2px rgba(255,184,116,0.5);
}
.l51lp-input::placeholder {
color: rgba(200,197,205,0.4);
}
.l51lp-textarea {
min-height: 120px;
resize: vertical;
}
.l51lp-btn-submit {
width: 100%;
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
color: #4b2800;
padding: 20px;
border-radius: 16px;
font-size: 16px;
font-weight: 700;
border: none;
cursor: pointer;
transition: all 0.2s;
font-family: 'Inter', sans-serif;
box-shadow: 0 8px 24px rgba(255,184,116,0.1);
}
.l51lp-btn-submit:hover {
filter: brightness(1.1);
}
.l51lp-form-status {
margin-top: 16px;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.l51lp-hero-capsule {
font-size: 16px;
color: #c8c5cd;
line-height: 1.7;
margin-bottom: 24px;
max-width: 540px;
font-weight: 400;
font-style: italic;
opacity: 0.85;
}
.l51lp-faq-list {
max-width: 800px;
margin: 0 auto;
}
.l51lp-faq-item {
background-color: #1e1e32;
border-radius: 16px;
margin-bottom: 16px;
border: 1px solid rgba(71,70,76,0.1);
overflow: hidden;
transition: border-color 0.2s;
}
.l51lp-faq-item[open] {
border-color: rgba(255,184,116,0.3);
}
.l51lp-faq-q {
padding: 24px 32px;
cursor: pointer;
font-family: 'Manrope', sans-serif;
font-size: 18px;
font-weight: 600;
color: #e2e0fc;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
}
.l51lp-faq-q::-webkit-details-marker {
display: none;
}
.l51lp-faq-q::after {
content: '+';
color: #ffb874;
font-size: 24px;
font-weight: 700;
flex-shrink: 0;
margin-left: 16px;
}
.l51lp-faq-item[open] .l51lp-faq-q::after {
content: '−';
}
.l51lp-faq-a {
padding: 0 32px 24px;
font-size: 15px;
color: #c8c5cd;
line-height: 1.7;
margin: 0;
}
.l51lp-vs-table-wrap {
overflow-x: auto;
border-radius: 12px;
border: 1px solid rgba(226,224,252,0.1);
}
.l51lp-vs-table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
font-family: 'Inter', sans-serif;
}
.l51lp-vs-table thead th {
padding: 16px 24px;
text-align: left;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #8a88a8;
background-color: rgba(255,255,255,0.03);
border-bottom: 1px solid rgba(226,224,252,0.1);
}
.l51lp-vs-us {
color: #ffb874;
}
.l51lp-vs-table tbody td {
padding: 14px 24px;
font-size: 15px;
color: #e2e0fc;
border-bottom: 1px solid rgba(226,224,252,0.06);
}
.l51lp-vs-row:hover {
background-color: rgba(255,184,116,0.04);
}
.l51lp-vs-check {
color: #45b649;
font-weight: 700;
font-size: 18px;
text-align: center;
width: 120px;
}
.l51lp-vs-cross {
color: #ef4444;
font-weight: 700;
font-size: 18px;
text-align: center;
width: 120px;
}
.l51lp a:not(.l51lp-btn-primary):not(.l51lp-btn-secondary):not(.l51lp-plan-cta) {
color: #ffb874;
text-decoration: none;
}

.l51lp-section-tag {
display: inline-block;
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffb874;
background-color: rgba(255,184,116,0.1);
padding: 6px 16px;
border-radius: 9999px;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 16px;
}
.l51lp-ai-grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: 64px;
align-items: center;
}

.l51lp-ai-h3 {
font-family: 'Manrope', sans-serif;
font-size: 32px;
font-weight: 700;
color: #e2e0fc;
margin: 0 0 20px;
letter-spacing: -0.01em;
line-height: 1.2;
}
.l51lp-ai-h3-accent {
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.l51lp-ai-lead {
font-size: 17px;
color: #c8c5cd;
margin: 0 0 28px;
line-height: 1.7;
max-width: 520px;
}
.l51lp-ai-bullets {
list-style-type: none;
padding: 0;
margin: 0 0 32px;
}
.l51lp-ai-bullet {
display: flex;
gap: 14px;
align-items: flex-start;
padding: 14px 0;
border-top: 1px solid rgba(71,70,76,0.18);
}
.l51lp-ai-bullet:last-child {
border-bottom: 1px solid rgba(71,70,76,0.18);
}
.l51lp-ai-bullet-ico {
flex: 0.0 0.0 36px;
width: 36px;
height: 36px;
border-radius: 10px;
background-color: rgba(255,184,116,0.12);
color: #ffb874;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.l51lp-ai-bullet-title {
display: block;
color: #e2e0fc;
font-weight: 600;
font-size: 15px;
margin-bottom: 2px;
}
.l51lp-ai-bullet-desc {
color: #c8c5cd;
font-size: 14px;
line-height: 1.55;
}
.l51lp-ai-cta-row {
display: flex;
gap: 16px;
flex-wrap: wrap;
margin-bottom: 14px;
}
.l51lp-ai-stat-row {
display: flex;
gap: 32px;
margin-top: 14px;
flex-wrap: wrap;
}
.l51lp-ai-stat-num {
font-family: 'Manrope', sans-serif;
font-size: 30px;
font-weight: 800;
color: #ffb874;
line-height: 1;
letter-spacing: -0.02em;
}
.l51lp-ai-stat-lbl {
font-size: 13px;
color: #9893a4;
margin-top: 6px;
}
.l51lp-ai-mock {
position: relative;
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.18);
border-radius: 24px;
padding: 24px;
box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,184,116,0.05);
}
.l51lp-ai-mock-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 16px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(71,70,76,0.18);
}
.l51lp-ai-mock-dots {
display: flex;
gap: 6px;
}
.l51lp-ai-mock-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ff5f56;
display: inline-block;
}
.l51lp-ai-mock-dot-y {
background-color: #ffbd2e;
}
.l51lp-ai-mock-dot-g {
background-color: #27c93f;
}
.l51lp-ai-mock-ttl {
font-size: 13px;
color: #9893a4;
font-weight: 600;
}
.l51lp-ai-mock-block {
background: linear-gradient(135deg, rgba(255,149,0,0.08) 0%, rgba(255,187,0,0.04) 100%);
border: 1px solid rgba(255,214,153,0.4);
border-radius: 14px;
padding: 18px;
}
.l51lp-ai-mock-block-title {
font-family: 'Manrope', sans-serif;
font-size: 14px;
font-weight: 700;
color: #ffb874;
margin: 0 0 4px;
}
.l51lp-ai-mock-block-sub {
font-size: 12px;
color: #c8c5cd;
margin: 0 0 12px;
line-height: 1.5;
}
.l51lp-ai-mock-textarea {
width: 100%;
min-height: 96px;
padding: 12px 14px;
border-radius: 10px;
resize: none;
background-color: rgba(0,0,0,0.25);
color: #e2e0fc;
border: 1px solid rgba(71,70,76,0.18);
font-family: 'Inter', sans-serif;
font-size: 13px;
line-height: 1.55;
}
.l51lp-ai-mock-textarea:focus {
outline: none;
border-color: #ffb874;
}
.l51lp-ai-mock-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 6px;
margin-bottom: 12px;
font-size: 11px;
color: #9893a4;
}
.l51lp-ai-mock-counter {
font-weight: 600;
}
.l51lp-ai-mock-hint {
font-style: italic;
}
.l51lp-ai-mock-explanation {
background-color: rgba(255,149,0,0.08);
border-left: 3px solid #ffb874;
border-radius: 6px;
padding: 10px 12px;
font-size: 12px;
line-height: 1.55;
color: #f0d8b3;
margin-bottom: 12px;
}
.l51lp-ai-mock-actions {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.l51lp-ai-mock-btn-primary {
flex: 1.0;
min-width: 160px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 18px;
border-radius: 10px;
font-weight: 700;
font-size: 13px;
background: linear-gradient(135deg, #ffb874 0%, #c27000 100%);
color: #1a1a2e;
border: none;
cursor: not-allowed;
opacity: 0.9;
}
.l51lp-ai-mock-btn-secondary {
padding: 10px 14px;
border-radius: 10px;
font-weight: 600;
font-size: 13px;
background-color: transparent;
color: #c8c5cd;
border: 1px solid rgba(71,70,76,0.18);
cursor: not-allowed;
}
.l51lp-ai-mock-form-preview {
margin-top: 18px;
padding-top: 18px;
border-top: 1px dashed rgba(71,70,76,0.18);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.l51lp-ai-mock-row {
background-color: rgba(255,255,255,0.025);
border: 1px solid rgba(71,70,76,0.18);
border-radius: 8px;
padding: 8px 10px;
font-size: 11px;
color: #c8c5cd;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 0 0 2px rgba(255,187,0,0.4);
transition: box-shadow 0.3s ease-out;
}
.l51lp-ai-mock-row-full {
grid-column: 1 / -1;
}
.l51lp-ai-mock-row-lbl {
color: #9893a4;
}
.l51lp-ai-mock-row-val {
color: #ffb874;
font-weight: 600;
}
.l51lp-ai-cases {
margin-top: 80px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.l51lp-ai-case {
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.18);
border-radius: 18px;
padding: 24px;
}
.l51lp-ai-case-tag {
display: inline-block;
font-size: 11px;
font-weight: 700;
color: #ffb874;
background-color: rgba(255,184,116,0.1);
padding: 4px 10px;
border-radius: 9999px;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 12px;
}
.l51lp-ai-case-h {
font-family: 'Manrope', sans-serif;
font-size: 17px;
font-weight: 700;
color: #e2e0fc;
margin: 0 0 8px;
}
.l51lp-ai-case-input {
font-style: italic;
color: #c8c5cd;
font-size: 13px;
line-height: 1.55;
margin: 0 0 14px;
padding: 10px 12px;
background-color: rgba(0,0,0,0.2);
border-radius: 8px;
}
.l51lp-ai-case-arrow {
color: #ffb874;
text-align: center;
font-size: 13px;
margin-bottom: 10px;
font-weight: 700;
}
.l51lp-ai-case-list {
list-style-type: none;
padding: 0;
margin: 0;
font-size: 13px;
}
.l51lp-ai-case-list li {
padding: 5px 0;
color: #c8c5cd;
display: flex;
justify-content: space-between;
gap: 12px;
}
.l51lp-ai-case-list li b {
color: #e2e0fc;
font-weight: 600;
}
.l51lp-ai-case-v {
color: #ffb874;
font-weight: 600;
}
.l51lp-section-eyebrow {
display: inline-block;
font-family: 'Manrope', sans-serif;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #ffb874;
margin-bottom: 12px;
}
.l51lp-hero-tag .dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #ffb874;
box-shadow: 0 0 8px #ffb874;
margin-right: 8px;
}
.l51lp-trust-pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.l51lp-trust-pill {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: #c8c5cd;
padding: 6px 12px;
border-radius: 9999px;
background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(226,224,252,0.1);
}
.l51lp-trust-pill::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #45b649;
display: inline-block;
}
.browser-frame {
position: relative;
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.1);
border-radius: 24px;
overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
transform: rotate(2deg) translateX(8px);
max-width: 440px;
margin: 0 0 0 auto;
}
.browser-bar {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
background-color: #28283d;
border-bottom: 1px solid rgba(226,224,252,0.1);
}
.browser-dots {
display: flex;
gap: 6px;
}
.browser-dots span {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(255,255,255,0.1);
display: inline-block;
}
.browser-url {
flex: 1.0;
background-color: #111125;
border-radius: 6px;
padding: 6px 12px;
font-size: 11px;
color: #c8c5cd;
font-family: ui-monospace,'SF Mono',Consolas,monospace;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bonus-card-body {
padding: 28px 28px 24px;
}
.bonus-card-head {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.bonus-card-logo {
width: 44px;
height: 44px;
border-radius: 12px;
background: linear-gradient(135deg,#ffb874,#c27000);
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: #1a0a00;
}
.bonus-card-name {
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 15px;
color: #e2e0fc;
}
.bonus-card-loc {
font-size: 11px;
color: #8a88a8;
margin-top: 2px;
}
.bonus-card-title {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 18px;
color: #e2e0fc;
margin: 0 0 4px;
letter-spacing: -0.01em;
}
.bonus-card-progress {
font-size: 12px;
color: #c8c5cd;
margin-bottom: 18px;
}
.bonus-card-progress b {
color: #ffb874;
}
.bonus-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 10px;
margin-bottom: 18px;
}
.bonus-cell {
aspect-ratio: 1;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
border: 1.5px dashed rgba(255,184,116,0.25);
color: rgba(255,184,116,0.45);
}
.bonus-cell.is-filled {
background: linear-gradient(135deg,#ffb874,#c27000);
border-color: transparent;
color: #1a0a00;
box-shadow: 0 4px 12px rgba(255,184,116,0.25);
}
.bonus-cell.is-current {
border: 1.5px solid #ffb874;
color: #ffb874;
background-color: rgba(255,184,116,0.08);
font-size: 24px;
font-weight: 300;
}
.bonus-cell.is-reward {
background-color: rgba(255,184,116,0.06);
border: 1.5px solid #ffb874;
color: #ffb874;
font-size: 12px;
font-weight: 800;
font-family: 'Manrope', sans-serif;
letter-spacing: 0.05em;
}
.bonus-card-streak {
display: flex;
align-items: center;
justify-content: space-between;
background-color: rgba(255,184,116,0.08);
border-radius: 10px;
padding: 10px 14px;
margin-bottom: 14px;
font-size: 12px;
color: #e2e0fc;
}
.bonus-card-streak b {
color: #ffb874;
font-weight: 700;
}
.bonus-card-cta {
width: 100%;
background-color: rgba(255,255,255,0.04);
color: #8a88a8;
text-align: center;
padding: 11px;
border-radius: 10px;
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 13px;
border: 1px dashed rgba(226,224,252,0.1);
box-sizing: border-box;
}
.l51lp-flow-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 20px;
}
.l51lp-flow-card {
background-color: #1e1e32;
border-radius: 16px;
padding: 24px;
border: 1px solid rgba(71,70,76,0.05);
position: relative;
display: flex;
flex-direction: column;
gap: 10px;
}
.l51lp-flow-num {
width: 32px;
height: 32px;
border-radius: 8px;
background: linear-gradient(135deg,#ffb874,#c27000);
color: #1a0a00;
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.l51lp-flow-card h3 {
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 16px;
color: #e2e0fc;
margin: 0;
line-height: 1.3;
}
.l51lp-flow-card p {
font-size: 14px;
color: #c8c5cd;
line-height: 1.6;
margin: 0;
}
.l51lp-flow-card code {
background-color: rgba(255,184,116,0.08);
color: #ffb874;
padding: 1px 5px;
border-radius: 3px;
font-size: 12px;
font-family: ui-monospace,'SF Mono',Consolas,monospace;
}
.l51lp-flow-card.is-highlight {
background: linear-gradient(135deg,rgba(255,184,116,0.08) 0%,rgba(255,184,116,0.02) 100%);
border: 1px solid rgba(255,184,116,0.3);
}
.l51lp-uc-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 24px;
}
.l51lp-uc-card {
background-color: #1e1e32;
border-radius: 24px;
padding: 32px;
border: 1px solid rgba(71,70,76,0.1);
display: flex;
flex-direction: column;
gap: 16px;
transition: transform .25s, border-color .25s;
}
.l51lp-uc-card:hover {
transform: translateY(-4px);
border-color: rgba(255,184,116,0.3);
}
.l51lp-uc-emoji {
font-size: 40px;
line-height: 1;
width: 64px;
height: 64px;
border-radius: 16px;
background-color: rgba(255,184,116,0.08);
display: flex;
align-items: center;
justify-content: center;
}
.l51lp-uc-name {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 20px;
color: #e2e0fc;
margin: 0;
letter-spacing: -0.01em;
}
.l51lp-uc-loc {
font-size: 13px;
color: #8a88a8;
margin-top: -8px;
}
.l51lp-uc-config {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 8px 0;
}
.l51lp-uc-config span {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.04em;
color: #ffb874;
background-color: rgba(255,184,116,0.1);
padding: 4px 10px;
border-radius: 9999px;
}
.l51lp-uc-card p {
font-size: 14px;
color: #c8c5cd;
line-height: 1.7;
margin: 0;
}
.l51lp-uc-result {
margin-top: auto;
padding-top: 16px;
border-top: 1px solid rgba(71,70,76,0.05);
font-size: 13px;
color: #e2e0fc;
}
.l51lp-uc-result b {
color: #ffb874;
font-weight: 700;
}
.l51lp-mech-table-wrap {
border-radius: 16px;
border: 1px solid rgba(226,224,252,0.1);
background-color: #1e1e32;
overflow: hidden;
}
.l51lp-mech-table {
width: 100%;
border-collapse: collapse;
font-family: 'Inter', sans-serif;
}
.l51lp-mech-table tr {
border-bottom: 1px solid rgba(226,224,252,0.04);
}
.l51lp-mech-table tr:last-child {
border-bottom: 0;
}
.l51lp-mech-table td {
padding: 18px 24px;
font-size: 14px;
vertical-align: top;
}
.l51lp-mech-table td:first-child {
width: 35%;
font-family: 'Manrope', sans-serif;
font-weight: 600;
color: #e2e0fc;
background-color: rgba(255,184,116,0.03);
}
.l51lp-mech-table td:last-child {
color: #c8c5cd;
line-height: 1.6;
}
.l51lp-mech-table code {
background-color: rgba(255,184,116,0.1);
color: #ffb874;
padding: 2px 6px;
border-radius: 4px;
font-size: 12px;
font-family: ui-monospace,'SF Mono',Consolas,monospace;
}
.l51lp-bonus-row {
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 64px;
align-items: center;
}
.l51lp-bonus-row.is-flipped {
grid-template-columns: 1fr 1.1fr;
}
.l51lp-bonus-row.is-flipped .l51lp-bonus-text {
order: 2;
}
.l51lp-bonus-row.is-flipped .l51lp-bonus-visual {
order: 1;
}
.l51lp-bonus-text h2 {
font-family: 'Manrope', sans-serif;
font-size: 36px;
font-weight: 700;
color: #e2e0fc;
margin: 0 0 16px;
letter-spacing: -0.01em;
}
.l51lp-bonus-text>p {
font-size: 16px;
color: #c8c5cd;
line-height: 1.75;
margin: 0 0 24px;
max-width: 540px;
}
.l51lp-bonus-config {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 24px;
}
.l51lp-bonus-config > div {
display: flex;
flex-direction: column;
gap: 6px;
align-items: flex-start;
}
.l51lp-bonus-config code {
font-size: 12px;
font-family: ui-monospace,'SF Mono',Consolas,monospace;
background-color: rgba(255,184,116,0.1);
color: #ffb874;
padding: 5px 10px;
border-radius: 6px;
align-self: flex-start;
}
.l51lp-bonus-config > div > p {
margin: 0;
font-size: 14px;
color: #c8c5cd;
line-height: 1.6;
}
.l51lp-bonus-list {
list-style: none;
padding: 0;
margin: 0 0 24px;
display: flex;
flex-direction: column;
gap: 12px;
}
.l51lp-bonus-list li {
display: flex;
gap: 14px;
align-items: flex-start;
font-size: 15px;
color: #e2e0fc;
line-height: 1.6;
}
.l51lp-bonus-list li::before {
content: '✓';
flex-shrink: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(255,184,116,0.15);
color: #ffb874;
font-size: 12px;
font-weight: 700;
text-align: center;
line-height: 20px;
margin-top: 2px;
display: inline-block;
}
.l51lp-bonus-stat {
display: inline-flex;
align-items: baseline;
gap: 10px;
padding: 14px 20px;
border-radius: 14px;
background-color: rgba(255,184,116,0.08);
border: 1px solid rgba(255,184,116,0.2);
}
.l51lp-bonus-stat-num {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 32px;
color: #ffb874;
letter-spacing: -0.02em;
}
.l51lp-bonus-stat-label {
font-size: 13px;
color: #c8c5cd;
max-width: 240px;
line-height: 1.45;
}
.l51lp-bday-card {
background: linear-gradient(160deg,#28283d 0%,#1e1e32 100%);
border: 1px solid rgba(255,184,116,0.2);
border-radius: 24px;
padding: 32px;
position: relative;
overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
max-width: 440px;
margin: 0 auto;
}
.l51lp-bday-emoji {
font-size: 56px;
line-height: 1;
margin-bottom: 20px;
position: relative;
z-index: 2;
}
.l51lp-bday-tag {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffb874;
background-color: rgba(255,184,116,0.15);
padding: 5px 12px;
border-radius: 9999px;
margin-bottom: 14px;
position: relative;
z-index: 2;
}
.l51lp-bday-title {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 22px;
color: #e2e0fc;
margin: 0 0 8px;
letter-spacing: -0.01em;
position: relative;
z-index: 2;
}
.l51lp-bday-sub {
font-size: 14px;
color: #c8c5cd;
margin: 0 0 20px;
line-height: 1.6;
position: relative;
z-index: 2;
}
.l51lp-bday-progress {
background-color: rgba(255,255,255,0.04);
border-radius: 12px;
padding: 14px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 2;
}
.l51lp-bday-progress-label {
font-size: 11px;
color: #8a88a8;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.l51lp-bday-progress-val {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 16px;
color: #ffb874;
}
.l51lp-streak-card {
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.1);
border-radius: 24px;
padding: 28px;
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
max-width: 440px;
margin: 0 auto;
}
.l51lp-streak-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.l51lp-streak-name {
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 14px;
color: #e2e0fc;
}
.l51lp-streak-flame {
display: inline-flex;
align-items: center;
gap: 6px;
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 18px;
color: #ffb874;
}
.l51lp-streak-week {
display: grid;
grid-template-columns: repeat(7,1fr);
gap: 8px;
margin-bottom: 16px;
}
.l51lp-streak-day {
aspect-ratio: 1;
border-radius: 10px;
background-color: rgba(255,255,255,0.03);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2px;
font-size: 11px;
color: #8a88a8;
}
.l51lp-streak-day.is-visited {
background: linear-gradient(135deg,rgba(255,184,116,0.25),rgba(194,112,0,0.15));
border: 1px solid rgba(255,184,116,0.3);
color: #ffb874;
}
.l51lp-streak-day.is-today {
background: linear-gradient(135deg,#ffb874,#c27000);
color: #1a0a00;
font-weight: 800;
box-shadow: 0 0 20px rgba(255,184,116,0.4);
}
.l51lp-streak-day-num {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 14px;
}
.l51lp-streak-status {
background-color: rgba(255,184,116,0.08);
border-radius: 12px;
padding: 12px 14px;
font-size: 13px;
color: #e2e0fc;
display: flex;
align-items: center;
gap: 10px;
}
.l51lp-streak-status b {
color: #ffb874;
font-weight: 700;
}
.l51lp-vs-feature {
font-weight: 500;
color: #c8c5cd;
}
.l51lp-vs-note {
color: #8a88a8;
font-size: 13px;
}
.l51lp-vs-partial {
color: #d5c59d;
font-size: 13px;
}
.l51lp-video-wrap {
position: relative;
max-width: 880px;
margin: 0 auto;
aspect-ratio: 16/9;
border-radius: 24px;
overflow: hidden;
background-color: #1e1e32;
border: 1px solid rgba(71,70,76,0.1);
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
cursor: pointer;
}
.l51lp-video-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 30% 30%,rgba(255,184,116,0.2),transparent 50%),radial-gradient(circle at 70% 70%,rgba(194,112,0,0.15),transparent 50%),#1e1e32;
}
.l51lp-video-play {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 16px;
}
.l51lp-video-play-btn {
width: 88px;
height: 88px;
border-radius: 50%;
background: linear-gradient(135deg,#ffb874,#c27000);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 40px rgba(255,184,116,0.4);
transition: transform .2s;
}
.l51lp-video-wrap:hover .l51lp-video-play-btn {
transform: scale(1.08);
}
.l51lp-video-play-btn::before {
content: '';
display: block;
border-style: solid;
border-width: 14px 0 14px 22px;
border-color: transparent transparent transparent #1a0a00;
margin-left: 6px;
}
.l51lp-video-label {
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 18px;
color: #e2e0fc;
text-align: center;
background-color: rgba(0,0,0,0.4);
padding: 10px 20px;
border-radius: 9999px;
}
.l51lp-video-meta {
font-size: 12px;
color: #8a88a8;
text-align: center;
margin-top: 24px;
}
.l51lp-price-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 20px;
}
.l51lp-price-card {
background-color: #1e1e32;
border-radius: 24px;
padding: 32px;
border: 1px solid rgba(71,70,76,0.1);
display: flex;
flex-direction: column;
gap: 14px;
position: relative;
}
.l51lp-price-card.is-popular {
border: 1px solid #ffb874;
background: linear-gradient(160deg,rgba(255,184,116,0.06) 0%,#1e1e32 60%);
box-shadow: 0 0 32px rgba(255,184,116,0.1);
}
.l51lp-price-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg,#ffb874,#c27000);
color: #1a0a00;
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 9999px;
white-space: nowrap;
}
.l51lp-price-name {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 18px;
color: #e2e0fc;
margin: 0;
}
.l51lp-price-price {
display: flex;
align-items: baseline;
gap: 6px;
margin: 4px 0 8px;
}
.l51lp-price-amount {
font-family: 'Manrope', sans-serif;
font-weight: 800;
font-size: 40px;
color: #e2e0fc;
letter-spacing: -0.02em;
}
.l51lp-price-period {
font-size: 13px;
color: #8a88a8;
}
.l51lp-price-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px;
flex: 1.0;
}
.l51lp-price-list li {
font-size: 14px;
color: #c8c5cd;
line-height: 1.5;
padding-left: 24px;
position: relative;
}
.l51lp-price-list li::before {
content: '✓';
position: absolute;
left: 0;
top: 0;
color: #ffb874;
font-weight: 800;
}
.l51lp-price-cta {
display: block;
text-align: center;
padding: 12px 20px;
border-radius: 12px;
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: 14px;
margin-top: 8px;
text-decoration: none;
transition: all .2s;
}
.l51lp-price-cta.is-primary {
background: linear-gradient(135deg,#ffb874,#c27000);
color: #1a0a00;
}
.l51lp-price-cta.is-primary:hover {
filter: brightness(1.1);
}
.l51lp-price-cta.is-ghost {
background-color: #28283d;
color: #e2e0fc;
border: 1px solid rgba(226,224,252,0.1);
}
.l51lp-price-cta.is-ghost:hover {
background-color: #333348;
}
.l51lp-cta-trust {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
margin-top: 24px;
font-size: 12px;
color: rgba(75,40,0,0.75);
}
.l51lp-cta-trust span::before {
content: '✓ ';
font-weight: 800;
}

@media screen and (max-width: 1720px) {
.user-menu {
right: 20px;
}
}

@media screen and max-width: 1280px {
.breadcrumbs {
margin-right: 10px;
margin-left: 10px;
}
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
.downloads {
margin-left: 10px;
margin-right: 10px;
}
}

@media screen and (max-width: 1024px) {
.header-link-text {
display: none;
}
.header-nav {
padding: 0 15px;
}
}

@media (max-width: 1024px) {
.l51lp-plans-grid {
grid-template-columns: repeat(2, 1fr);
}
.l51lp-hero-content {
flex-direction: column;
text-align: center;
}
.l51lp-hero-left {
text-align: center;
}
.l51lp-hero-subtitle {
margin: 0 auto 40px;
max-width: 100%;
}
.l51lp-hero-btns {
justify-content: center;
}
.l51lp-hero-title {
font-size: 48px;
}
.l51lp-flow-grid {
grid-template-columns: repeat(2,1fr);
}
.l51lp-uc-grid {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
.l51lp-price-grid {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
.l51lp-bonus-row, .l51lp-bonus-row.is-flipped {
grid-template-columns: 1fr;
gap: 48px;
}
.l51lp-bonus-row.is-flipped .l51lp-bonus-text {
order: 0;
}
.l51lp-bonus-row.is-flipped .l51lp-bonus-visual {
order: 0;
}
.browser-frame {
margin: 0 auto;
transform: rotate(0deg);
}
}

@media screen and (max-width: 992px) {
.downloads_left {
padding: 30px 10px 40px;
}
.downloads_right {
display: none;
}
.downloads {
display: flex;
justify-content: center;
}
}

@media screen and (max-width: 991px) {
.pf-top {
padding: 40px 40px 32px;
}
.pf-top-inner {
grid-template-columns: 1fr;
gap: 32px;
}
.pf-nav-cols {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.pf-geo {
padding: 16px 40px;
}
.pf-bottom-inner {
padding: 16px 40px;
}
}

@media max-width: 991px {
white-space: nowrap;
overflow: auto;
}

@media (max-width: 920px) {
.l51lp-ai-grid {
grid-template-columns: 1fr;
gap: 48px;
}
.l51lp-ai-cases {
grid-template-columns: 1fr;
}
}

@media screen and (max-width: 800px) {
.user-menu {
display: none;
}
.user-menu-active {
display: none;
}
.header-dropdowns {
display: none;
}
.mobile-menu-toggle {
display: -webkit-flex;
}
.header-logo svg {
max-width: 120px;
}
.header-user-name {
display: none;
}
.header-nav {
gap: 10px;
}
.header-center {
gap: 10px;
}
.header-right {
gap: 10px;
}
}

@media (max-width: 768px) {
.l51lp-plans-grid {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
.l51lp-breadcrumb {
padding: 10px 20px;
}
.l51lp-hero {
padding: 80px 16px 64px;
}
.l51lp-hero-title {
font-size: 36px;
}
.l51lp-section {
padding: 64px 16px;
}
.l51lp-section-title {
font-size: 28px;
}
.l51lp-features-grid {
grid-template-columns: 1fr;
}
.l51lp-how-grid {
grid-template-columns: 1fr;
}
.l51lp-bento-grid {
grid-template-columns: 1fr;
grid-auto-rows: 250px;
}
.l51lp-bento-wide, .l51lp-bento-narrow, .l51lp-bento-left, .l51lp-bento-right {
grid-column: span 1;
}
.l51lp-compare-grid {
grid-template-columns: 1fr;
}
.l51lp-stats-grid {
grid-template-columns: repeat(2, 1fr);
}
.l51lp-form-row {
grid-template-columns: 1fr;
}
.l51lp-cta-title {
font-size: 28px;
}
.l51lp-faq-q {
font-size: 16px;
padding: 20px;
}
.l51lp-faq-a {
padding: 0 20px 20px;
}
.l51lp-flow-grid {
grid-template-columns: 1fr;
}
.l51lp-bonus-text h2 {
font-size: 24px;
}
.l51lp-mech-table td {
padding: 14px 16px;
font-size: 13px;
}
.l51lp-mech-table td:first-child {
width: 40%;
}
.l51lp-section-eyebrow {
font-size: 10px;
}
}

@media max-width: 767px {
font-size: 10px;
padding: 0 16px;
}

@media screen and (max-width: 640px) {
.header-center {
display: none;
}
.header-logo svg {
max-width: 100px;
}
.header-nav {
padding: 0 10px;
justify-content: space-around;
}
}

@media screen and (max-width: 575px) {
.pf-top {
padding: 32px 20px 24px;
}
.pf-nav-cols {
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pf-tagline {
font-size: 13px;
}
.pf-geo {
padding: 16px 20px;
gap: 10px;
}
.pf-geo-link {
font-size: 12px;
padding: 5px 10px;
}
.pf-bottom-inner {
padding: 16px 20px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.pf-rights {
font-size: 13px;
}
}

@media screen and (max-width: 480px) {
.products_block {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product_card {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
}

@media (max-width: 480px) {
.l51lp-hero-title {
font-size: 28px;
}
.l51lp-stat-value {
font-size: 36px;
}
.l51lp-stats-grid {
grid-template-columns: 1fr 1fr;
}
.l51lp-vs-table thead th, .l51lp-vs-table tbody td {
padding: 10px 12px;
font-size: 13px;
}
}