@keyframes sbm-navload-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
.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;
}
.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;
}
.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;
}
.cl-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
background: var(--t-overlay);
backdrop-filter: blur(5px);
}
.cl-modal-overlay.cl-modal-open {
display: flex;
}
.cl-modal {
background: var(--t-bg-surface);
border-radius: 16px;
width: min(480px, 92vw);
max-height: 85vh;
display: flex;
flex-direction: column;
overflow: hidden;
box-shadow: var(--t-shadow-modal);
outline: none;
}
.cl-modal-overlay.cl-modal-wide .cl-modal {
width: min(760px, 92vw);
}
.cl-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 18px 22px 14px;
border-bottom: 1px solid var(--t-border-subtle);
flex-shrink: 0.0;
}
.cl-modal-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
margin: 0;
}
.cl-modal-close {
width: 30px;
height: 30px;
border-radius: 8px;
border: none;
background-color: transparent;
color: var(--t-text-muted);
font-size: 20px;
line-height: 1;
cursor: pointer;
transition: all 0.13s;
flex-shrink: 0.0;
}
.cl-modal-close:hover {
background: var(--t-bg-subtle);
color: var(--t-text-primary);
}
.cl-modal-search {
display: flex;
align-items: center;
gap: 8px;
margin: 14px 22px 0;
padding: 8px 12px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
background: var(--t-bg-input);
flex-shrink: 0.0;
transition: border-color 0.15s;
svg {
width: 14px;
height: 14px;
color: var(--t-text-muted);
flex-shrink: 0.0;
}
}
.cl-modal-search:focus-within {
border-color: var(--t-brand);
}
.cl-modal-search-input {
border: none;
outline: none;
width: 100%;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.05em;
background-color: transparent;
color: var(--t-text-primary);
}
.cl-modal-search-input::placeholder {
color: var(--t-text-muted);
}
.cl-modal-body {
padding: 18px 22px;
overflow-y: auto;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
}
.cl-modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
padding: 14px 22px 18px;
border-top: 1px solid var(--t-border-subtle);
flex-shrink: 0.0;
}
.cl-modal-list {
list-style: none;
margin: 0;
padding: 0;
}
.cl-modal-list-item {
padding: 9px 12px;
border-radius: 8px;
cursor: pointer;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
white-space: pre;
transition: background 0.12s;
}
.cl-modal-list-item:hover {
background: var(--t-bg-subtle);
}
.cl-modal-list-item-top {
font-weight: 800;
color: var(--t-brand);
}
.cl-modal-list-item-disabled {
color: var(--t-text-muted);
cursor: not-allowed;
opacity: 0.6;
}
.cl-modal-list-item-disabled:hover {
background-color: transparent;
}
.cl-field {
margin-bottom: 12px;
}
.cl-field-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--t-text-muted);
display: block;
margin-bottom: 6px;
}
.cl-input, .cl-select {
width: -webkit-fill-available;
padding: 9px 12px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
background: var(--t-bg-input);
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
outline: none;
transition: border-color 0.15s;
}
.cl-input:focus, .cl-select:focus {
border-color: var(--t-brand);
}
.cl-modal-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
margin-bottom: 14px;
}
.cl-modal-hint {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: var(--t-text-muted);
}
.cl-modal-error {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: var(--t-danger-fg);
min-height: 16px;
margin-top: 10px;
}
.cl-modal-inline-action {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 14px;
}

.toast-container {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
z-index: 2000;
display: flex;
flex-direction: column-reverse;
gap: 10px;
align-items: center;
pointer-events: none;
max-width: 90%;
}
.toast {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 18px;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
min-width: 300px;
max-width: 560px;
opacity: 0.0;
transform: translateY(40px);
transition: transform 0.2s ease-out, opacity 0.2s ease-out;
pointer-events: auto;
background-color: #060923;
color: white;
}
.toast-show {
opacity: 1.0;
transform: translateY(0);
}
.toast.success, .toast-success {
background-color: #2d8f34;
color: white;
}
.toast.error, .toast-error {
background-color: #dc2626;
color: white;
}
.toast.warning, .toast-warning {
background-color: #FF9500;
color: white;
}
.toast.info, .toast-info {
background-color: #060923;
color: white;
}
.toast-icon {
font-size: 1.1rem;
font-weight: bold;
flex-shrink: 0.0;
}
.toast-message {
flex: 1.0;
line-height: 1.4;
word-break: break-word;
}
.cl-select-mode-btn {
padding: 8px 16px;
border: 1px solid var(--t-border-default);
border-radius: 6px;
background: var(--t-bg-surface);
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
cursor: pointer;
transition: all 0.2s;
}
.cl-select-mode-btn:hover {
border-color: var(--t-brand);
color: var(--t-brand);
}
.cl-bulk-panel {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--t-bg-surface);
border-top: 2px solid var(--t-border-default);
box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
padding: 16px;
transform: translateY(100%);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 100;
}
.cl-bulk-panel.active {
transform: translateY(0);
}
.cl-bulk-panel-content {
max-width: 1280px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 20px;
}
.cl-bulk-info {
flex: 1.0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
display: flex;
align-items: center;
gap: 6px;
}
.cl-bulk-count {
color: var(--t-brand);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.05em;
}
.cl-bulk-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.cl-pagination {
background: var(--t-bg-surface);
border-radius: 0 0 8px 8px;
padding: 12px 16px;
display: flex;
flex-shrink: 0.0;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
border-top: 1px solid var(--t-border-default);
box-shadow: var(--t-shadow-card);
}
.cl-pagination-info {
display: flex;
align-items: center;
gap: 16px;
}
.cl-pagination-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
}
.cl-pagination-bold {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
}
.cl-pagination-select {
padding: 4px 8px;
border-radius: 4px;
border: 1px solid var(--t-border-default);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
background: var(--t-bg-input);
cursor: pointer;
}
.cl-pagination-buttons {
display: flex;
align-items: center;
gap: 4px;
}
.cl-page-btn {
width: 32px;
height: 32px;
border-radius: 4px;
border: 1px solid var(--t-border-default);
color: var(--t-text-secondary);
background: var(--t-bg-surface);
cursor: pointer;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0.0;
}
.cl-page-btn:hover:not(:disabled) {
border-color: var(--t-brand);
color: var(--t-brand);
}
.cl-page-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.cl-page-btn.cl-page-active {
background: var(--t-gradient-brand);
color: white;
border: none;
}
.cl-page-dots {
color: var(--t-text-secondary);
padding: 0 4px;
}
.cl-tooltip {
position: fixed;
display: none;
max-width: 260px;
padding: 10px 12px;
border-radius: 8px;
background: var(--t-bg-surface);
color: var(--t-text-primary);
border: 1px solid var(--t-border-default);
box-shadow: 0 6px 20px rgba(0,0,0,0.18);
z-index: 3000;
pointer-events: none;
}
.cl-tt-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
margin-bottom: 4px;
}
.cl-tt-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 15px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
}
.cl-tt-muted {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
margin-top: 3px;
}
html[data-theme='dark'] .cl-tooltip {
box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}
.sbm-sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
display: flex;
z-index: 90;
font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
}
.sbm-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.45);
z-index: 1150;
}
.sbm-navload {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
background: rgba(255,255,255,0.55);
backdrop-filter: blur(1.5px);
cursor: progress;
}
html[data-theme='dark'] .sbm-navload {
background: rgba(6,9,35,0.55);
}
.sbm-navload.sbm-navload-on {
display: flex;
align-items: center;
justify-content: center;
}
.sbm-navload-ring {
width: 44px;
height: 44px;
border-radius: 50%;
border: 3px solid rgba(255,149,0,0.25);
border-top-color: #FF9500;
animation: sbm-navload-spin 0.7s linear infinite;
}
.sbm-navload.sbm-navload-lottie .sbm-navload-ring {
display: none;
}

html.sbm-navloading .animation-component {
z-index: 201;
}
.sbm-rail {
width: 88px;
background: var(--t-bg-body);
border-right: 1px solid var(--t-border-subtle);
display: flex;
flex-direction: column;
align-items: center;
padding: 12px 0;
gap: 6px;
}
.sbm-rail-logo {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
flex-shrink: 0.0;
transition: transform 0.15s;
svg {
width: 52px;
height: auto;
}
}
.sbm-rail-logo:hover {
transform: scale(1.06);
}
.sbm-rail-btn[data-sbm-feature='profile'] {
margin-bottom: 10px;
}
.sbm-rail-scroll {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
overflow-y: auto;
overflow-x: hidden;
flex: 1.0 1.0 0;
width: 100%;
padding: 4px 0 8px;
scrollbar-width: none;
}
.sbm-rail-scroll::-webkit-scrollbar {
width: 0;
height: 0;
}
.sbm-rail-divider {
width: 40px;
height: 1px;
background: var(--t-border-subtle);
margin: 4px 0;
flex-shrink: 0.0;
}
.sbm-rail-btn {
position: relative;
border: none;
padding: 0;
background-color: transparent;
cursor: pointer;
flex-shrink: 0.0;
display: block;
transition: filter 0.16s, transform 0.16s;
-webkit-tap-highlight-color: transparent;
}
.sbm-btn-svg {
display: block;
}
.sbm-ring {
opacity: 0;
transition: opacity 0.15s;
}
.sbm-rail-btn:hover .sbm-ring {
opacity: 0.55;
}
.sbm-rail-btn.sbm-active .sbm-ring {
opacity: 1;
}
.sbm-rail-btn:hover {
filter: drop-shadow(0 4px 10px rgba(6,9,35,0.18));
transform: translateY(-1px);
}
.sbm-rail-btn.sbm-active {
filter: drop-shadow(0 6px 16px rgba(255,149,0,0.38));
}
.sbm-btn-icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: white;
pointer-events: none;
svg {
width: 23px;
height: 23px;
}
}
.sbm-btn-avatar {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.sbm-btn-avatar img {
width: 47px;
height: 47px;
border-radius: 50%;
object-fit: cover;
}
.sbm-rail-btn.sbm-shape-hex .sbm-btn-avatar img {
border-radius: 0;
width: 50px;
height: 54px;
clip-path: polygon(50% 3%, 100% 27%, 100% 73%, 50% 97%, 0% 73%, 0% 27%);
}
.sbm-btn-catalog {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 51px 51px;
clip-path: path('M25.94 14.00 Q32.00 10.50 38.06 14.00 L48.02 19.75 Q54.08 23.25 54.08 30.25 L54.08 41.75 Q54.08 48.75 48.02 52.25 L38.06 58.00 Q32.00 61.50 25.94 58.00 L15.98 52.25 Q9.92 48.75 9.92 41.75 L9.92 30.25 Q9.92 23.25 15.98 19.75 Z');
pointer-events: none;
}
.sbm-rail-btn[data-sbm-action='create-company'] .sbm-body {
fill: none;
stroke: var(--t-border-strong);
stroke-width: 1.6;
stroke-dasharray: 5 4;
}
.sbm-rail-btn[data-sbm-action='create-company'] .sbm-btn-icon {
color: var(--t-text-secondary);
}
.sbm-rail-btn[data-sbm-feature='dashboard'] .sbm-body {
fill: #fff;
stroke: var(--t-border-strong);
stroke-width: 1;
}
.sbm-rail-btn[data-sbm-feature='dashboard'] .sbm-btn-icon {
color: var(--t-text-secondary);
}
.sbm-rail-btn[data-sbm-action='create-company']:hover {
filter: none;
}
.sbm-rail-btn[data-sbm-action='create-company']:hover .sbm-btn-icon {
color: var(--t-brand);
}
.sbm-rail-bottom {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding-top: 8px;
border-top: 1px solid var(--t-border-subtle);
width: 100%;
flex-shrink: 0.0;
}
.sbm-rail-small {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
background-color: transparent;
color: var(--t-text-secondary);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s;
position: relative;
svg {
width: 18px;
height: 18px;
}
}
.sbm-rail-small:hover {
background: var(--t-bg-surface);
color: var(--t-text-primary);
}
a.sbm-rail-bell {
text-decoration: none;
color: var(--t-text-secondary);
}
a.sbm-rail-bell:hover {
color: var(--t-text-primary);
}
.sbm-bell-badge {
position: absolute;
top: 2px;
right: 2px;
min-width: 16px;
height: 16px;
padding: 0 4px;
border-radius: 8px;
background-color: #e53935;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 16px;
text-align: center;
box-sizing: border-box;
box-shadow: 0 0 0 2px var(--t-bg-sidebar, var(--t-bg-surface));
pointer-events: none;
}
.sbm-sidebar .sbm-rail-theme {
width: 44px;
height: 44px;
border-radius: 50%;
margin-top: 6px;
border: 1px solid transparent;
background-color: transparent;
color: var(--t-text-secondary);
flex-shrink: 0.0;
}
.sbm-sidebar .sbm-rail-theme:hover {
background: var(--t-bg-surface);
border-color: transparent;
color: var(--t-text-primary);
}
.sbm-sidebar .sbm-rail-theme svg {
width: 20px;
height: 20px;
}
.sbm-rail-expand {
display: none;
}
.sbm-collapsed .sbm-rail-expand {
display: flex;
}
.sbm-collapsed .sbm-rail-expand svg {
transform: rotate(180deg);
}
.sbm-tooltip {
position: fixed;
background: var(--t-text-primary);
color: var(--t-bg-surface);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
padding: 6px 10px;
border-radius: 8px;
white-space: nowrap;
pointer-events: none;
transform: translateY(-50%);
opacity: 0;
transition: opacity 0.12s ease;
z-index: 2000;
box-shadow: 0 4px 14px rgba(6,9,35,0.25);
}
.sbm-tooltip.sbm-tooltip-show {
opacity: 1;
}
.sbm-tooltip::before {
content: '';
position: absolute;
left: -4px;
top: 50%;
transform: translateY(-50%);
border: 4px solid transparent;
border-right-color: var(--t-text-primary);
border-left: none;
}
.sbm-panel {
width: 268px;
background: var(--t-bg-surface);
border-right: 1px solid var(--t-border-subtle);
display: flex;
flex-direction: column;
}
.sbm-collapsed .sbm-panel {
display: none;
}
.sbm-panel-account {
padding: 12px 12px 18px;
position: relative;
}
.sbm-account-trigger {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
padding: 8px 10px;
border-radius: 11px;
border: 1px solid var(--t-border-subtle);
background: var(--t-bg-surface);
cursor: pointer;
transition: all 0.15s;
font-family: inherit;
}
.sbm-account-trigger:hover {
background: var(--t-bg-subtle);
}
.sbm-account-logo {
width: 30px;
height: 30px;
border-radius: 8px;
object-fit: cover;
flex-shrink: 0.0;
}
.sbm-account-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
flex: 1.0 1.0 0;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-account-caret {
display: flex;
color: var(--t-text-muted);
flex-shrink: 0.0;
transition: transform 0.15s;
svg {
width: 16px;
height: 16px;
}
}
.sbm-account-trigger.sbm-open .sbm-account-caret {
transform: rotate(180deg);
}
.sbm-account-dropdown {
position: absolute;
left: 12px;
right: 12px;
top: calc(100% - 2px);
background: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
border-radius: 14px;
box-shadow: var(--t-shadow-modal);
padding: 10px;
display: none;
z-index: 60;
}
.sbm-account-dropdown.sbm-open {
display: block;
}
.sbm-dd-search {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
margin-bottom: 8px;
}
.sbm-dd-search input {
border: none;
outline: none;
width: 100%;
background-color: transparent;
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
}
.sbm-dd-row {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 10px;
border-radius: 9px;
cursor: pointer;
transition: background 0.12s;
}
.sbm-dd-row:hover {
background: var(--t-bg-subtle);
}
.sbm-dd-row.sbm-current {
background: var(--t-warning-bg);
}
.sbm-dd-logo {
width: 30px;
height: 30px;
border-radius: 8px;
object-fit: cover;
flex-shrink: 0.0;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
}
.sbm-dd-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
flex: 1.0 1.0 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-dd-role {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-muted);
text-transform: uppercase;
}
.sbm-dd-divider {
height: 1px;
background: var(--t-border-subtle);
margin: 10px 2px;
}
.sbm-dd-create {
display: block;
padding: 10px 16px;
background: var(--t-gradient-sunset);
color: var(--t-text-on-brand);
border-radius: 9px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.07em;
text-transform: uppercase;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: opacity 0.15s;
}
.sbm-dd-create:hover {
opacity: 0.88;
}
.sbm-panel-menu {
flex: 1.0 1.0 0;
overflow-y: auto;
padding: 10px 12px 12px;
}
.sbm-panel-section {
display: none;
}
.sbm-panel-section.sbm-active {
display: block;
}
.sbm-panel-menu::-webkit-scrollbar {
width: 6px;
}
.sbm-panel-menu::-webkit-scrollbar-thumb {
background: var(--t-border-default);
border-radius: 3px;
}
.sbm-section-header {
display: flex;
flex-direction: column;
gap: 12px;
padding: 4px 4px 16px;
border-bottom: 1px solid var(--t-border-subtle);
margin-bottom: 4px;
}
.sbm-section-header + .sbm-menu-group {
margin-top: 14px;
}
.sbm-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 10px;
padding: 10px 6px 18px;
border-bottom: 1px solid var(--t-border-subtle);
margin-bottom: 4px;
}
.sbm-hero-media {
width: 72px;
height: 72px;
border-radius: 16px;
overflow: hidden;
flex-shrink: 0.0;
box-shadow: 0 4px 14px rgba(6,9,35,0.12);
display: flex;
align-items: center;
justify-content: center;
}
.sbm-hero-circle {
border-radius: 50%;
}
.sbm-hero-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sbm-hero-monogram {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.05em;
}
.sbm-hero-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
word-break: break-word;
}
.sbm-menu-group {
margin-top: 14px;
}
.sbm-menu-group:first-child {
margin-top: 0;
}
.sbm-hero + .sbm-menu-group {
margin-top: 14px;
}
.sbm-menu-group-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--t-text-muted);
padding: 0 6px 6px;
cursor: default;
user-select: none;
}
.sbm-menu-item {
display: flex;
align-items: center;
gap: 9px;
padding: 8px 10px;
border-radius: 9px;
text-decoration: none;
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
transition: background 0.12s;
margin-bottom: 1px;
}
.sbm-menu-item:hover {
background: var(--t-bg-subtle);
}
.sbm-menu-item.sbm-current {
background: var(--t-warning-bg);
color: var(--t-warning-fg);
font-weight: 800;
}
.sbm-menu-item-icon {
display: flex;
align-items: center;
color: var(--t-text-secondary);
flex-shrink: 0.0;
svg {
width: 15px;
height: 15px;
}
}
.sbm-menu-item:hover .sbm-menu-item-icon, .sbm-menu-item.sbm-current .sbm-menu-item-icon {
color: inherit;
}
.sbm-menu-item-label {
flex: 1.0 1.0 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-menu-item-slot {
padding: 2px 4px 8px;
}
.sbm-menu-item-slot:empty {
display: none;
}
.sbm-menu-badge {
background: var(--t-bg-subtle);
color: var(--t-text-secondary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
padding: 2px 7px;
border-radius: 20px;
}
.sbm-panel-footer {
border-top: 1px solid var(--t-border-subtle);
padding: 10px 12px;
}
.sbm-collapse-btn {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
border-radius: 9px;
border: none;
background-color: transparent;
color: var(--t-text-secondary);
font-family: inherit;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
cursor: pointer;
transition: all 0.13s;
}
.sbm-collapse-btn:hover {
background: var(--t-bg-subtle);
color: var(--t-text-primary);
}
.sbm-collapse-icon {
display: flex;
svg {
width: 15px;
height: 15px;
}
}
.sbm-host .header-logo, .sbm-host #headerCompanySelector, .sbm-host #headerUserTrigger {
display: none;
}
.sbm-host .header-right .t-theme-toggle {
display: none;
}
.sbm-host {
--sbm-offset: 356px;
padding-left: var(--sbm-offset);
transition: padding-left 0.15s;
}
body:has(.sbm-sidebar.sbm-collapsed) .sbm-host {
--sbm-offset: 88px;
}
body.sbm-host:has(.sbm-sidebar.sbm-collapsed) {
--sbm-offset: 88px;
}
.sbm-host.sbm-host-collapsed {
--sbm-offset: 88px;
}

.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;
}
}
}
.plcd-button {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
cursor: pointer;
padding: 9px 16px;
line-height: 16px;
border-radius: 8px;
border: 1px solid var(--t-border-default);
background: var(--t-bg-surface);
color: var(--t-text-primary);
transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease, box-shadow 0.18s ease, filter 0.15s ease;
user-select: none;
text-decoration: none;
}
.plcd-button:hover {
background: var(--t-brand-soft-bg);
border-color: var(--t-brand);
color: var(--t-brand);
}
.plcd-button:active {
transform: translateY(1px);
}
.plcd-button:disabled {
cursor: not-allowed;
opacity: 0.5;
}
.plcd-button.plcd-button-primary {
background: var(--t-gradient-brand);
border: 1px solid transparent;
color: white;
box-shadow: 0 2px 6px rgba(255,107,0,0.30);
}
.plcd-button.plcd-button-primary:hover {
background: var(--t-gradient-brand);
color: white;
filter: brightness(1.08);
box-shadow: 0 4px 12px rgba(255,107,0,0.40);
}
.plcd-button.plcd-button-primary:active {
transform: translateY(1px);
filter: brightness(0.95);
box-shadow: inset 0 3px 8px rgba(120,50,0,0.35);
}
.plcd-button.plcd-button-primary:disabled {
box-shadow: none;
filter: none;
}
.plcd-button.plcd-button-danger {
background: var(--t-danger-bg);
border: 1px solid var(--t-danger-border);
color: var(--t-danger-fg);
}
.plcd-button.plcd-button-danger:hover {
background: var(--t-danger-fg);
border-color: var(--t-danger-fg);
color: white;
}
.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;
}
.fp-meth-link {
text-align: center;
margin: 8px 0 0;
}
.fp-meth-link-a {
display: inline-flex;
align-items: center;
gap: 4px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.02em;
color: #ff9500;
text-decoration: none;
border-bottom: 1px dashed rgba(255,149,0,0.5);
padding-bottom: 1px;
transition: color 0.15s, border-color 0.15s;
}
.fp-meth-link-a:hover {
color: #cc7700;
border-bottom-color: #cc7700;
}
html[data-theme='dark'] .fp-meth-link-a {
color: #ffb347;
}
html[data-theme='dark'] .fp-meth-link-a:hover {
color: #ffd89a;
}
body {
font-family: Nunito, 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background-color: #FFFFFF;
color: #060923;
line-height: 1.6;
}
.bl-container {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding: 0 80px;
width: 100%;
box-sizing: border-box;
}

.bl-section {
padding: 120px 0;
}
.bl-eyebrow {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.14em;
color: #FF9500;
text-transform: uppercase;
margin-bottom: 16px;
}
.bl-section-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 44px;
line-height: 1.15;
letter-spacing: -0.5px;
color: #060923;
margin: 0 0 20px;
}
.bl-section-subtitle {
font-family: Nunito, Roboto, sans-serif;
font-size: 18px;
line-height: 1.6;
color: #5A5D70;
max-width: 720px;
margin: 0 0 56px;
}
.bl-hero {
position: relative;
background-color: #060923;
color: white;
overflow: hidden;
padding: 120px 0;
}
.bl-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(600px circle at 85% 30%, rgba(255,149,0,0.15), transparent 60%),radial-gradient(400px circle at 15% 70%, rgba(80,110,255,0.12), transparent 60%),linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
pointer-events: none;
}
.bl-hero-inner {
position: relative;
display: flex;
gap: 64px;
align-items: center;
}
.bl-hero-tag {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 999px;
background-color: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.1);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.1em;
color: #FFBB00;
text-transform: uppercase;
margin-bottom: 28px;
}
.bl-hero-tag span.bl-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #FF9500;
display: inline-block;
}
.bl-hero-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 64px;
line-height: 1.05;
letter-spacing: -1.5px;
color: white;
margin: 0 0 24px;
}
.bl-hero-title em {
font-style: normal;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.bl-hero-sub {
font-family: Nunito, Roboto, sans-serif;
font-size: 20px;
line-height: 1.55;
color: #B4B6C4;
margin: 0 0 40px;
max-width: 560px;
}
.bl-cta-row {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.bl-btn-primary {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
color: white;
border-radius: 999px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
border: none;
cursor: pointer;
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease;
box-shadow: 0 8px 24px rgba(255,149,0,0.25);
}
.bl-btn-primary:hover {
transform: translateY(-1px);
box-shadow: 0 12px 32px rgba(255,149,0,0.35);
}
.bl-btn-ghost {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
background: transparent;
color: white;
border-radius: 999px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
border: 1px solid rgba(255,255,255,0.25);
cursor: pointer;
text-decoration: none;
transition: background 0.15s ease, border-color 0.15s ease;
}
.bl-btn-ghost:hover {
background-color: rgba(255,255,255,0.08);
border-color: rgba(255,255,255,0.45);
}
.bl-trust-strip {
margin-top: 24px;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 16px 24px;
}
.bl-trust-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.14em;
color: #6E7089;
text-transform: uppercase;
}
.bl-trust-badge {
padding: 6px 12px;
border-radius: 6px;
background-color: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.08);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: #B4B6C4;
}
.bl-hero-visual {
position: relative;
padding: 24px;
border-radius: 20px;
background-color: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
backdrop-filter: blur(12px);
}
.bl-mock-bar {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
}
.bl-mock-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(255,255,255,0.15);
}
.bl-mock-title {
margin-left: 12px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.08em;
color: #6E7089;
text-transform: uppercase;
}
.bl-mock-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 16px;
}
.bl-mock-card {
padding: 14px;
border-radius: 10px;
background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.06);
}
.bl-mock-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.12em;
color: #6E7089;
text-transform: uppercase;
margin-bottom: 6px;
}
.bl-mock-value {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
}
.bl-mock-delta-up {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: #5BE19B;
margin-left: 6px;
}
.bl-mock-delta-down {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: #FF8162;
margin-left: 6px;
}
.bl-mock-chart {
width: 100%;
height: 120px;
border-radius: 10px;
background-color: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.06);
padding: 12px;
box-sizing: border-box;
}
.bl-mock-chart svg {
width: 100%;
height: 100%;
display: block;
}
.bl-personas-section {
background-color: #FFFFFF;
}
.bl-personas-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bl-persona-card {
background-color: #FFFFFF;
border-radius: 16px;
padding: 32px;
border: 1px solid #EEF0F4;
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
position: relative;
overflow: hidden;
}
.bl-persona-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(6,9,35,0.08);
border-color: #FF9500;
}
.bl-persona-icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: linear-gradient(135deg, rgba(255,149,0,0.12) 0%, rgba(255,187,0,0.12) 100%);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
font-size: 28px;
line-height: 32px;
}
.bl-persona-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 22px;
color: #060923;
margin: 0 0 12px;
}
.bl-persona-desc {
font-family: Nunito, Roboto, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #5A5D70;
margin: 0 0 20px;
}
.bl-persona-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.bl-persona-list li {
position: relative;
padding-left: 24px;
margin-bottom: 10px;
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
line-height: 1.55;
color: #3C3E52;
}
.bl-persona-list li::before {
content: '→';
position: absolute;
left: 0;
top: 0;
color: #FF9500;
font-weight: 800;
}
.bl-module-section {
background-color: #F5F6F9;
padding: 120px 0;
}
.bl-module {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center;
margin-bottom: 96px;
}
.bl-module:last-child {
margin-bottom: 0;
}
.bl-module-reverse .bl-module-visual {
order: -1;
}
.bl-module-copy .bl-eyebrow {
margin-bottom: 12px;
}
.bl-module-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 36px;
line-height: 1.15;
letter-spacing: -0.5px;
color: #060923;
margin: 0 0 16px;
}
.bl-module-desc {
font-family: Nunito, Roboto, sans-serif;
font-size: 16px;
line-height: 1.65;
color: #5A5D70;
margin: 0 0 24px;
}
.bl-module-bullets {
list-style-type: none;
padding: 0;
margin: 0 0 28px;
}
.bl-module-bullets li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
font-family: Nunito, Roboto, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #3C3E52;
}
.bl-module-bullets li::before {
content: '✓';
flex-shrink: 0.0;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(255,149,0,0.12);
color: #FF9500;
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
margin-top: 2px;
}
.bl-inline-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: #FF9500;
text-decoration: none;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.bl-inline-link:hover {
transform: translateX(2px);
}
.bl-code-card {
background-color: #0B1030;
border-radius: 16px;
padding: 20px;
box-shadow: 0 20px 60px rgba(6,9,35,0.15);
border: 1px solid rgba(255,255,255,0.06);
}
.bl-code-head {
display: flex;
align-items: center;
gap: 8px;
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bl-code-head-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(255,255,255,0.2);
}
.bl-code-head-title {
margin-left: 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: #6E7089;
}
.bl-code-body {
font-family: 'IBM Plex Mono', 'Courier New', monospace;
font-size: 12px;
line-height: 1.7;
color: #D4D6E2;
white-space: pre-wrap;
word-break: break-word;
margin: 0;
}
.bl-code-body .tk-cmt {
color: #6E7089;
}
.bl-code-body .tk-str {
color: #FFBB00;
}
.bl-code-body .tk-key {
color: #FF9500;
}
.bl-code-body .tk-num {
color: #5BE19B;
}
.bl-product-visual {
background-color: #FFFFFF;
border-radius: 16px;
padding: 24px;
border: 1px solid #EEF0F4;
box-shadow: 0 16px 48px rgba(6,9,35,0.08);
}
.bl-viz-bars {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 8px;
align-items: flex-end;
height: 140px;
margin-bottom: 16px;
}
.bl-viz-bar {
background: linear-gradient(180deg, #FF9500 0%, #FFBB00 100%);
border-radius: 4px;
width: 100%;
}
.bl-viz-kpis {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
.bl-viz-kpi {
padding: 12px;
border-radius: 10px;
background-color: #F5F6F9;
}
.bl-viz-kpi-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 12px;
letter-spacing: 0.12em;
color: #828493;
text-transform: uppercase;
margin-bottom: 4px;
}
.bl-viz-kpi-value {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
color: #060923;
}
.bl-metrics-strip {
background-color: #060923;
color: white;
padding: 72px 0;
position: relative;
overflow: hidden;
}
.bl-metrics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
text-align: center;
}
.bl-metric-value {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 56px;
line-height: 60px;
letter-spacing: 0.05em;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: block;
margin-bottom: 8px;
}
.bl-metric-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #B4B6C4;
text-transform: uppercase;
}
.bl-metrics-strip .fp-meth-link {
margin-top: 28px;
}
.bl-how-section {
background-color: #FFFFFF;
}
.bl-steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
position: relative;
}
.bl-step {
position: relative;
padding: 28px 24px;
border-radius: 16px;
background-color: #F5F6F9;
border: 1px solid #EEF0F4;
}
.bl-step-num {
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #060923;
color: white;
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 12px;
letter-spacing: 0.05em;
margin-bottom: 16px;
}
.bl-step-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 17px;
color: #060923;
margin: 0 0 8px;
}
.bl-step-desc {
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
line-height: 1.55;
color: #5A5D70;
margin: 0;
}
.bl-pricing-section {
background-color: #fbfbfd;
}
.bl-tiers {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bl-tier {
background-color: white;
border-radius: 16px;
padding: 32px;
border: 1px solid #EEF0F4;
transition: transform 0.2s ease, box-shadow 0.2s ease;
display: flex;
flex-direction: column;
}
.bl-tier:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(6,9,35,0.08);
}
.bl-tier-featured {
border: 2px solid #FF9500;
position: relative;
}
.bl-tier-featured::before {
content: 'MOST POPULAR';
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
color: white;
padding: 4px 12px;
border-radius: 999px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.14em;
}
.bl-tier-name {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 20px;
color: #060923;
margin-bottom: 8px;
}
.bl-tier-price {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 44px;
letter-spacing: 0.05em;
color: #060923;
margin-bottom: 4px;
}
.bl-tier-price small {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 12px;
letter-spacing: 0.05em;
color: #828493;
margin-left: 4px;
}
.bl-tier-caption {
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
color: #5A5D70;
margin-bottom: 24px;
}
.bl-tier-features {
list-style-type: none;
padding: 0;
margin: 0 0 24px;
flex: 1.0;
}
.bl-tier-features li {
position: relative;
padding-left: 24px;
margin-bottom: 10px;
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
line-height: 1.55;
color: #3C3E52;
}
.bl-tier-features li::before {
content: '✓';
position: absolute;
left: 0;
top: 0;
color: #FF9500;
font-weight: 800;
}
.bl-tier-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
border-radius: 10px;
border: 1px solid #DEDEE1;
background-color: white;
color: #060923;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
text-decoration: none;
transition: all 0.15s;
cursor: pointer;
}
.bl-tier-cta:hover {
border-color: #FF9500;
color: #FF9500;
}
.bl-tier-featured .bl-tier-cta {
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
color: white;
border: none;
}
.bl-tier-featured .bl-tier-cta:hover {
opacity: 0.92;
color: white;
}
.bl-case-section {
background-color: #FFFFFF;
}
.bl-case-card {
background-color: #0B1030;
border-radius: 20px;
padding: 56px 48px;
color: white;
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 48px;
align-items: center;
box-shadow: 0 24px 60px rgba(6,9,35,0.12);
}
.bl-case-quote {
font-family: Nunito, Roboto, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 1.45;
color: white;
margin: 0 0 24px;
position: relative;
padding-left: 20px;
border-left: 3px solid #FF9500;
}
.bl-case-client {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.14em;
color: #B4B6C4;
text-transform: uppercase;
}
.bl-case-client a {
color: #FFBB00;
text-decoration: none;
}
.bl-case-client a:hover {
text-decoration: underline;
}
.bl-case-metrics {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
.bl-case-metric {
padding: 20px;
border-radius: 12px;
background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
}
.bl-case-metric-value {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 32px;
letter-spacing: 0.05em;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: block;
margin-bottom: 4px;
}
.bl-case-metric-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.08em;
color: #B4B6C4;
text-transform: uppercase;
}
.bl-tech-section {
background-color: #F5F6F9;
}
.bl-tech-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bl-tech-card {
background-color: #FFFFFF;
border-radius: 16px;
padding: 28px;
border: 1px solid #EEF0F4;
}
.bl-tech-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 18px;
color: #060923;
margin: 0 0 16px;
}
.bl-tech-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.bl-tech-list li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
line-height: 1.55;
color: #3C3E52;
}
.bl-tech-list li::before {
content: '·';
position: absolute;
left: 6px;
top: -2px;
color: #FF9500;
font-weight: 800;
font-size: 20px;
}
.bl-final-cta {
background-color: #060923;
color: white;
padding: 96px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.bl-final-cta::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(800px circle at 50% 50%, rgba(255,149,0,0.12), transparent 60%);
pointer-events: none;
}
.bl-final-inner {
position: relative;
}
.bl-final-title {
font-family: Nunito, Roboto, sans-serif;
font-weight: 800;
font-size: 44px;
line-height: 1.15;
letter-spacing: -0.5px;
color: white;
margin: 0 0 20px;
}
.bl-final-sub {
font-family: Nunito, Roboto, sans-serif;
font-size: 18px;
color: #B4B6C4;
margin: 0 0 32px;
}
.bl-final-fineprint {
margin-top: 24px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.08em;
color: #6E7089;
text-transform: uppercase;
}
.bl-answer-capsule {
background-color: #FFFAF0;
border-radius: 12px;
padding: 20px 24px;
border-left: 3px solid #FF9500;
max-width: 1120px;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
}
.bl-answer-capsule p {
font-family: Nunito, Roboto, sans-serif;
font-size: 15px;
line-height: 1.65;
color: #060923;
margin: 0;
}
.bl-contact-section {
background-color: #FFFFFF;
}
.bl-form {
max-width: 720px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
.bl-form-row {
display: flex;
gap: 16px;
}
.bl-form-field {
margin-bottom: 16px;
flex: 1.0;
}
.bl-form-field label {
display: block;
margin-bottom: 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.08em;
color: #060923;
text-transform: uppercase;
}
.bl-input {
width: -webkit-fill-available;
padding: 12px 16px;
border: 1px solid #DEDEE1;
border-radius: 10px;
font-family: inherit;
font-size: 15px;
color: #060923;
background-color: #FFFFFF;
transition: border-color 0.15s, box-shadow 0.15s;
}
.bl-input:focus {
outline: none;
border-color: #FF9500;
box-shadow: 0 0 0 4px rgba(255,149,0,0.12);
}
.bl-textarea {
min-height: 140px;
resize: vertical;
}
.bl-btn-submit {
width: -webkit-fill-available;
display: block;
padding: 14px 28px;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
color: white;
border: none;
border-radius: 10px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
transition: opacity 0.15s, box-shadow 0.15s;
box-shadow: 0 8px 24px rgba(255,149,0,0.25);
}
.bl-btn-submit:hover {
opacity: 0.92;
}
.bl-btn-submit:disabled {
opacity: 0.5;
cursor: default;
}
.bl-form-status {
margin-top: 16px;
text-align: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 12px;
letter-spacing: 0.05em;
}
.bl-legal-footer {
padding: 40px 0;
background-color: #060923;
color: rgba(255,255,255,0.6);
text-align: center;
}
.bl-legal-company {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.14em;
color: white;
text-transform: uppercase;
margin-bottom: 8px;
}
.bl-legal-address {
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
margin-bottom: 8px;
}
.bl-legal-email {
margin-bottom: 16px;
}
.bl-legal-email a {
color: #FFBB00;
text-decoration: none;
font-family: Nunito, Roboto, sans-serif;
font-size: 14px;
}
.bl-legal-links {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.bl-legal-links a {
color: rgba(255,255,255,0.6);
text-decoration: none;
}
.bl-legal-links a:hover {
color: #FFBB00;
}
.badge-coming {
display: inline-block;
padding: 3px 8px;
border-radius: 999px;
background-color: rgba(255,149,0,0.12);
color: #FF9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-left: 8px;
}
.ab-stats-wrap {
position: relative;
z-index: 3;
margin: -72px auto 0;
max-width: 1120px;
padding: 0 40px;
}
.ab-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
background-color: var(--t-bg-surface);
border-radius: 20px;
border: 1px solid var(--t-border-subtle);
box-shadow: 0 24px 60px rgba(6,9,35,0.12), 0 4px 12px rgba(6,9,35,0.05);
padding: 28px 8px;
gap: 0;
}
html[data-theme='dark'] .ab-stats {
box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}

.ab-stat {
text-align: center;
padding: 8px 16px;
border-right: 1px solid var(--t-border-subtle);
}
.ab-stat:last-child {
border-right: none;
}
.ab-stat-val {
display: block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 34px;
line-height: 38px;
letter-spacing: -0.01em;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 6px;
}
.ab-stat-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.12em;
color: var(--t-text-secondary);
text-transform: uppercase;
}
.ab-pillars {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.ab-pillar {
position: relative;
padding: 32px 28px;
border-radius: 20px;
background-color: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
box-shadow: var(--t-shadow-card);
}
.ab-pillar:hover {
transform: translateY(-3px);
box-shadow: var(--t-shadow-card-hover);
border-color: rgba(255,149,0,0.45);
}
.ab-pillar::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 64px;
height: 4px;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
}
.ab-pillar-ico {
font-size: 32px;
line-height: 1;
margin-bottom: 16px;
}
.ab-pillar-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 26px;
color: var(--t-text-primary);
margin-bottom: 10px;
}
.ab-pillar-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: var(--t-text-secondary);
}
.ab-timeline {
position: relative;
padding: 8px 0 8px 56px;
}
.ab-timeline::before {
content: '';
position: absolute;
left: 28px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, rgba(255,149,0,0.60) 0%, rgba(255,149,0,0.12) 100%);
}
.ab-milestone {
position: relative;
padding: 16px 24px 16px 32px;
border-radius: 16px;
background-color: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
box-shadow: var(--t-shadow-card);
margin-bottom: 16px;
}
.ab-milestone::before {
content: '';
position: absolute;
left: -37px;
top: 24px;
width: 18px;
height: 18px;
border-radius: 50%;
background: linear-gradient(135deg, #FF9500 0%, #FFBB00 100%);
box-shadow: 0 0 0 4px #FFFFFF, 0 0 0 6px rgba(255,149,0,0.25);
}
html[data-theme='dark'] .ab-milestone::before {
box-shadow: 0 0 0 4px var(--t-bg-body), 0 0 0 6px rgba(255,149,0,0.25);
}
.ab-milestone-year {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.16em;
color: var(--t-warning-fg);
text-transform: uppercase;
margin-bottom: 6px;
}
.ab-milestone-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 19px;
line-height: 24px;
letter-spacing: -0.005em;
color: var(--t-text-primary);
margin-bottom: 6px;
}
.ab-milestone-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: var(--t-text-secondary);
}
.ab-dual {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border-radius: 24px;
overflow: hidden;
border: 1px solid var(--t-border-subtle);
background-color: var(--t-bg-surface);
box-shadow: var(--t-shadow-card);
}
.ab-dual-side {
padding: 40px 36px;
}
.ab-dual-consumer {
background: linear-gradient(160deg, rgba(255,149,0,0.10) 0%, rgba(255,149,0,0.02) 100%);
border-right: 1px solid var(--t-border-subtle);
}
.ab-dual-business {
background: linear-gradient(160deg, rgba(80,200,140,0.10) 0%, rgba(80,200,140,0.02) 100%);
}
.ab-dual-tag {
display: inline-block;
padding: 6px 12px;
border-radius: 999px;
background-color: var(--t-brand-soft-bg);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.14em;
color: var(--t-warning-fg);
text-transform: uppercase;
margin-bottom: 16px;
}
.ab-dual-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.01em;
color: var(--t-text-primary);
margin-bottom: 10px;
}
.ab-dual-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: var(--t-text-secondary);
}
.ab-founder {
display: grid;
grid-template-columns: 200px 1fr;
gap: 40px;
align-items: center;
padding: 40px 44px;
border-radius: 22px;
background-color: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
box-shadow: var(--t-shadow-card-hover);
margin-bottom: 24px;
}
.ab-founder:last-child {
margin-bottom: 0;
}

.ab-founder-avatar {
width: 160px;
height: 160px;
border-radius: 50%;
background: linear-gradient(135deg, #FF9500 0%, #FFBB00 100%);
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 54px;
line-height: 160px;
color: white;
margin: 0 auto;
overflow: hidden;
box-shadow: 0 20px 40px rgba(255,149,0,0.35);
}
.ab-founder-img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
display: block;
}
.ab-founder-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 34px;
letter-spacing: -0.01em;
color: var(--t-text-primary);
margin-bottom: 8px;
}
.ab-founder-role {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.14em;
color: var(--t-warning-fg);
text-transform: uppercase;
margin-bottom: 16px;
}
.ab-founder-bio {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
color: var(--t-text-secondary);
}
.ab-mission {
position: relative;
padding: 44px 48px 44px 64px;
border-radius: 22px;
background-color: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
border-left: 4px solid #FF9500;
box-shadow: var(--t-shadow-card);
}
.ab-mission-quote {
position: absolute;
top: 16px;
left: 20px;
font-size: 80px;
line-height: 1;
color: rgba(255,149,0,0.22);
font-family: Georgia, serif;
}
.ab-mission-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
color: var(--t-text-primary);
}
.ab-lead {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: var(--t-text-secondary);
max-width: 760px;
margin: 0 0 48px;
}
.ab-press {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 16px;
}
.ab-press-card {
position: relative;
display: flex;
flex-direction: column;
gap: 6px;
background-color: var(--t-bg-surface);
border-radius: 14px;
padding: 20px 48px 20px 22px;
border: 1px solid var(--t-border-subtle);
box-shadow: var(--t-shadow-card);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
text-decoration: none;
color: inherit;
cursor: pointer;
}
.ab-press-card:hover {
transform: translateY(-2px);
box-shadow: var(--t-shadow-card-hover);
border-color: #FF9500;
}
.ab-press-arrow {
position: absolute;
top: 18px;
right: 20px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 16px;
color: var(--t-text-muted);
transition: color 0.18s ease, transform 0.18s ease;
}
.ab-press-card:hover .ab-press-arrow {
color: #FF9500;
transform: translate(2px, -2px);
}
.ab-press-outlet {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.12em;
color: var(--t-warning-fg);
text-transform: uppercase;
}
.ab-press-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
letter-spacing: -0.01em;
color: var(--t-text-primary);
}
.ab-press-date {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: var(--t-text-muted);
margin-top: 4px;
}
.ab-page .bl-trust-badge {
background-color: var(--t-bg-surface-alt);
border: 1px solid var(--t-border-default);
color: var(--t-text-secondary);
}
html[data-theme='dark'] .ab-page {
background-color: var(--t-bg-body);
}
html[data-theme='dark'] .ab-page .bl-section-title {
color: var(--t-text-primary);
}
html[data-theme='dark'] .ab-page .bl-section-subtitle {
color: var(--t-text-secondary);
}
html[data-theme='dark'] .ab-page .bl-btn-ghost-dark {
color: var(--t-text-primary);
border-color: var(--t-border-default);
}
.bl-persona-link {
display: inline-block;
margin-top: 16px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #FFBB00;
text-decoration: none;
transition: color 0.18s ease;
}
.bl-persona-link:hover {
color: #e6a800;
}
.bl-persona-link-muted {
color: #6b7085;
cursor: default;
}
.bl-persona-link-muted:hover {
color: #6b7085;
}
.bl-moat-arrow {
margin-top: 32px;
padding: 24px 32px;
background-color: #FFFAEC;
border-radius: 12px;
border-left: 4px solid #FFBB00;
}
.bl-moat-arrow-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 26px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 8px;
}
.bl-moat-arrow-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #33384a;
margin: 0;
}
.bl-cmp-table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-top: 24px;
border-radius: 12px;
border: 1px solid #ededef;
}
.bl-cmp-table {
width: 100%;
border-collapse: collapse;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
background-color: white;
}
.bl-cmp-table th {
background-color: #f5f6f9;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: #6b7085;
text-transform: uppercase;
padding: 14px 16px;
text-align: left;
border-bottom: 2px solid #dedee1;
}
.bl-cmp-table th.bl-cmp-th-highlight {
background-color: #FFFAEC;
color: #060923;
}
.bl-cmp-table td {
padding: 14px 16px;
border-bottom: 1px solid #ededef;
color: #060923;
}
.bl-cmp-table tr:last-child td {
border-bottom: 0;
}
.bl-cmp-cap {
font-weight: 600;
}
.bl-cmp-cell {
text-align: center;
font-size: 18px;
}
.bl-cmp-cell-highlight {
background-color: #FFFAEC;
font-weight: 800;
}
.bl-cmp-footnote {
margin-top: 16px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #6b7085;
}
.bl-faq-section {
background-color: #fbfbfd;
}
.bl-faq-list {
max-width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 32px;
}
.bl-faq-item {
padding: 20px 0;
border-bottom: 1px solid #ededef;
}
.bl-faq-item:last-child {
border-bottom: 0;
}
.bl-faq-question {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 26px;
letter-spacing: -0.01em;
color: #060923;
margin: 0 0 8px;
}
.bl-faq-answer-short {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #33384a;
margin: 0;
}
.bl-hero-visual img {
display: block;
width: 100%;
height: auto;
border-radius: 12px;
}
.bl-how-visual {
max-width: 920px;
margin-left: auto;
margin-right: auto;
margin-top: 32px;
margin-bottom: 48px;
}
.bl-how-visual img {
display: block;
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 24px rgba(6,9,35,0.06);
}
.bl-grid-2x2 {
grid-template-columns: repeat(2, 1fr);
}
.bl-price-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-top: 32px;
align-items: stretch;
}
.bl-price-card {
display: flex;
flex-direction: column;
background-color: #FFFFFF;
border-radius: 16px;
padding: 32px;
border: 1px solid #EEF0F4;
}
.bl-price-card-featured {
border: 2px solid #FFBB00;
box-shadow: 0 12px 32px rgba(255,149,0,0.12);
}
.bl-price-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.1em;
color: #6b7085;
text-transform: uppercase;
margin-bottom: 12px;
}
.bl-price-value {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 44px;
line-height: 48px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 20px;
}
.bl-price-period {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
color: #6b7085;
margin-left: 4px;
}
.bl-price-limits {
list-style-type: none;
margin: 0 0 24px;
padding: 0;
flex-grow: 1.0;
}
.bl-price-limits li {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #33384a;
padding: 5px 0;
}
.bl-price-limits li::before {
content: '✓';
color: #FF9500;
font-weight: 800;
margin-right: 8px;
}
.bl-btn-ghost-dark {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 28px;
background: transparent;
color: #060923;
border-radius: 999px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
border: 1px solid #DEDEE1;
cursor: pointer;
text-decoration: none;
transition: border-color 0.15s ease, color 0.15s ease;
}
.bl-btn-ghost-dark:hover {
border-color: #FF9500;
color: #FF9500;
}
.bl-price-cta {
justify-content: center;
text-align: center;
margin-top: auto;
}
html[data-theme='dark'] .bl-home {
background-color: var(--t-bg-body);
}
html[data-theme='dark'] .bl-home .bl-personas-section, html[data-theme='dark'] .bl-home .bl-how-section, html[data-theme='dark'] .bl-home .bl-case-section, html[data-theme='dark'] .bl-home .bl-contact-section, html[data-theme='dark'] .bl-home .bl-module-section, html[data-theme='dark'] .bl-home .bl-tech-section {
background-color: var(--t-bg-body);
}
html[data-theme='dark'] .bl-home .bl-section-title, html[data-theme='dark'] .bl-home .bl-module-title, html[data-theme='dark'] .bl-home .bl-persona-title, html[data-theme='dark'] .bl-home .bl-tech-title, html[data-theme='dark'] .bl-home .bl-step-title, html[data-theme='dark'] .bl-home .bl-viz-kpi-value {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-section-subtitle, html[data-theme='dark'] .bl-home .bl-module-desc, html[data-theme='dark'] .bl-home .bl-persona-desc, html[data-theme='dark'] .bl-home .bl-persona-list li, html[data-theme='dark'] .bl-home .bl-module-bullets li, html[data-theme='dark'] .bl-home .bl-tech-list li, html[data-theme='dark'] .bl-home .bl-step-desc, html[data-theme='dark'] .bl-home .bl-viz-kpi-label {
color: var(--t-text-secondary);
}
html[data-theme='dark'] .bl-home .bl-persona-card, html[data-theme='dark'] .bl-home .bl-product-visual, html[data-theme='dark'] .bl-home .bl-tech-card, html[data-theme='dark'] .bl-home .bl-step {
background-color: var(--t-bg-surface);
border-color: var(--t-border-subtle);
box-shadow: var(--t-shadow-card);
}
html[data-theme='dark'] .bl-home .bl-persona-card:hover {
box-shadow: var(--t-shadow-card-hover);
border-color: #FF9500;
}
html[data-theme='dark'] .bl-home .bl-viz-kpi, html[data-theme='dark'] .bl-home .bl-step-num {
background-color: var(--t-bg-surface-alt);
}
html[data-theme='dark'] .bl-home .bl-answer-capsule {
background-color: var(--t-bg-surface);
}
html[data-theme='dark'] .bl-home .bl-answer-capsule p {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-form-field label {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-input {
background-color: var(--t-bg-input);
color: var(--t-text-primary);
border-color: var(--t-border-default);
}
html[data-theme='dark'] .bl-home .bl-input::placeholder {
color: var(--t-text-muted);
}
html[data-theme='dark'] .bl-home .bl-pricing-section, html[data-theme='dark'] .bl-home .bl-faq-section {
background-color: var(--t-bg-body);
}
html[data-theme='dark'] .bl-home .bl-moat-arrow {
background-color: var(--t-bg-surface);
}
html[data-theme='dark'] .bl-home .bl-moat-arrow-title {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-moat-arrow-desc {
color: var(--t-text-secondary);
}
html[data-theme='dark'] .bl-home .bl-persona-link-muted, html[data-theme='dark'] .bl-home .bl-persona-link-muted:hover {
color: var(--t-text-muted);
}
html[data-theme='dark'] .bl-home .bl-price-card {
background-color: var(--t-bg-surface);
border-color: var(--t-border-subtle);
}
html[data-theme='dark'] .bl-home .bl-price-card-featured {
border-color: #FFBB00;
}
html[data-theme='dark'] .bl-home .bl-price-name, html[data-theme='dark'] .bl-home .bl-price-period, html[data-theme='dark'] .bl-home .bl-price-limits li {
color: var(--t-text-secondary);
}
html[data-theme='dark'] .bl-home .bl-price-value {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-btn-ghost-dark {
color: var(--t-text-primary);
border-color: var(--t-border-default);
}
html[data-theme='dark'] .bl-home .bl-cmp-table-wrapper {
border-color: var(--t-border-default);
}
html[data-theme='dark'] .bl-home .bl-cmp-table {
background-color: var(--t-bg-surface);
}
html[data-theme='dark'] .bl-home .bl-cmp-table th {
background-color: var(--t-bg-surface-alt);
color: var(--t-text-secondary);
border-bottom-color: var(--t-border-default);
}
html[data-theme='dark'] .bl-home .bl-cmp-table th.bl-cmp-th-highlight {
background-color: var(--t-warning-bg);
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-cmp-table td {
color: var(--t-text-primary);
border-bottom-color: var(--t-border-subtle);
}
html[data-theme='dark'] .bl-home .bl-cmp-cell-highlight {
background-color: var(--t-warning-bg);
}
html[data-theme='dark'] .bl-home .bl-cmp-footnote {
color: var(--t-text-secondary);
}
html[data-theme='dark'] .bl-home .bl-faq-item {
border-bottom-color: var(--t-border-subtle);
}
html[data-theme='dark'] .bl-home .bl-faq-question {
color: var(--t-text-primary);
}
html[data-theme='dark'] .bl-home .bl-faq-answer-short {
color: var(--t-text-secondary);
}
body.pi-body {
margin: 0;
background-color: #ffffff;
color: #11132b;
}
.pi {
overflow: hidden;
background-color: #ffffff;
}
.pi-container {
width: min(1180px, calc(100% - 48px));
margin: 0 auto;
}
.pi-section {
padding: 104px 0;
}
.pi-section-soft {
background-color: #f4f4f8;
}
.pi-section-dark {
background-color: #080a22;
color: white;
}
.pi-section-head {
max-width: 790px;
margin-bottom: 48px;
}
.pi-section-head h2 {
margin: 12px 0 16px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 1.08;
letter-spacing: -0.035em;
color: #11132b;
}
.pi-section-head p {
max-width: 760px;
margin: 0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.65;
letter-spacing: 0;
color: #5f6175;
}
.pi-section-head-inverted h2 {
color: white;
}
.pi-section-head-inverted p {
color: #b7b9ca;
}
.pi-eyebrow {
display: inline-block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #ff9500;
}
.pi-hero {
position: relative;
min-height: 730px;
padding: 88px 0 104px;
overflow: hidden;
background-color: #080a22;
color: white;
}
.pi-hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(circle at 76% 28%, rgba(255,149,0,.18), transparent 30%), linear-gradient(135deg, rgba(68,72,145,.15), transparent 44%);
pointer-events: none;
}
.pi-orbit {
position: absolute;
border: 1px solid rgba(255,255,255,.08);
border-radius: 50%;
pointer-events: none;
}
.pi-orbit-one {
width: 520px;
height: 520px;
right: -150px;
top: 70px;
}
.pi-orbit-two {
width: 330px;
height: 330px;
right: 60px;
top: 165px;
}
.pi-hero-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
gap: 74px;
align-items: center;
}
.pi-tag {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border: 1px solid rgba(255,149,0,.45);
border-radius: 999px;
background-color: rgba(255,149,0,.1);
color: #ffb23f;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.pi-hero-title {
max-width: 760px;
margin: 24px 0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 1.02;
letter-spacing: -0.045em;
color: white;
}
.pi-answer-capsule {
max-width: 690px;
margin: 0;
padding: 0 0 0 20px;
border-left: 3px solid #ff9500;
color: #c7c8d5;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.65;
letter-spacing: 0;
}
.pi-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
align-items: center;
margin-top: 34px;
}
.pi-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 20px;
border-radius: 12px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
letter-spacing: 0;
text-decoration: none;
transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.pi-btn:hover {
transform: translateY(-2px);
}
.pi-btn:focus-visible {
outline: 3px solid rgba(255,149,0,.45);
outline-offset: 3px;
}
.pi-btn-primary {
background-color: #ff9500;
color: #080a22;
border: 1px solid #ff9500;
box-shadow: 0 12px 32px rgba(255,149,0,.2);
}
.pi-btn-primary:hover {
background-color: #ffad32;
}
.pi-btn-secondary {
background-color: rgba(255,255,255,.06);
color: white;
border: 1px solid rgba(255,255,255,.22);
}
.pi-btn-secondary:hover {
background-color: rgba(255,255,255,.11);
border-color: rgba(255,255,255,.38);
}
.pi-btn-link {
color: #ffb23f;
border: 1px solid transparent;
}
.pi-trust-row {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 28px;
}
.pi-trust-row span {
padding: 7px 10px;
border-radius: 8px;
background-color: rgba(255,255,255,.06);
color: #aeb0c3;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.02em;
}
.pi-hero-visual {
position: relative;
padding: 22px;
border: 1px solid rgba(255,255,255,.13);
border-radius: 22px;
background-color: rgba(15,18,48,.82);
box-shadow: 0 32px 90px rgba(0,0,0,.34);
backdrop-filter: blur(18px);
}
.pi-visual-head {
display: grid;
grid-template-columns: auto 1fr auto;
gap: 9px;
align-items: center;
padding-bottom: 18px;
border-bottom: 1px solid rgba(255,255,255,.1);
color: #d9dae4;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0.03em;
}
.pi-visual-head code {
color: #7f829d;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 1.2;
letter-spacing: 0.08em;
}
.pi-live-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ff9500;
box-shadow: 0 0 0 5px rgba(255,149,0,.12);
}
.pi-offer-stack {
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 10px;
align-items: center;
margin: 28px 0 18px;
}
.pi-offer-card {
min-width: 0;
padding: 18px;
border: 1px solid rgba(255,255,255,.12);
border-radius: 15px;
background-color: rgba(255,255,255,.045);
}
.pi-offer-card strong {
display: block;
margin: 20px 0 3px;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 1.1;
letter-spacing: -0.02em;
}
.pi-offer-card > span:last-child {
color: #aaacbf;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0;
}
.pi-offer-code {
color: #8588a2;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 9px;
line-height: 1.2;
letter-spacing: 0.08em;
}
.pi-offer-card-market {
border-color: rgba(255,149,0,.42);
background-color: rgba(255,149,0,.075);
}
.pi-match-line {
position: relative;
width: 58px;
height: 1px;
background-color: rgba(255,149,0,.5);
}
.pi-match-line::after {
content: '';
position: absolute;
right: 0;
top: -3px;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #ff9500;
}
.pi-match-line span {
position: absolute;
left: 50%;
top: -22px;
transform: translateX(-50%);
white-space: nowrap;
color: #ffb23f;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 1.2;
letter-spacing: 0.06em;
}
.pi-formula {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
padding: 15px 16px;
border-radius: 12px;
background-color: #f6f2e9;
color: #11132b;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0;
}
.pi-formula strong {
color: #c96f00;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1.2;
letter-spacing: 0;
}
.pi-provenance {
display: flex;
gap: 7px;
flex-wrap: wrap;
margin-top: 14px;
}
.pi-provenance span {
padding: 6px 8px;
border: 1px solid rgba(255,255,255,.1);
border-radius: 7px;
color: #9395aa;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 9px;
line-height: 1.2;
letter-spacing: 0.06em;
}
.pi-audience-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.pi-audience-card {
position: relative;
min-height: 270px;
padding: 30px;
border: 1px solid #dedee8;
border-radius: 18px;
background-color: white;
transition: transform .2s ease, box-shadow .2s ease;
}
.pi-audience-card:hover {
transform: translateY(-4px);
box-shadow: 0 18px 45px rgba(8,10,34,.08);
}
.pi-card-index {
color: #ff9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.1em;
}
.pi-audience-card h3 {
margin: 54px 0 14px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 1.18;
letter-spacing: -0.02em;
color: #11132b;
}
.pi-audience-card p {
margin: 0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1.6;
letter-spacing: 0;
color: #5f6175;
}
.pi-capability-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-auto-flow: dense;
gap: 14px;
}
.pi-capability-card {
min-height: 250px;
padding: 26px;
border: 1px solid #dedee8;
border-radius: 17px;
background-color: white;
}
.pi-capability-card-featured {
grid-column: span 2;
background: linear-gradient(135deg, #10132f, #080a22);
border-color: #202443;
color: white;
}
.pi-capability-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.pi-capability-signal {
width: 34px;
height: 10px;
border-radius: 99px;
background-color: #e3e3eb;
box-shadow: -40px 0 0 #f0f0f5;
}
.pi-capability-card-featured .pi-capability-signal {
background-color: #ff9500;
box-shadow: -40px 0 0 rgba(255,149,0,.2);
}
.pi-capability-card h3 {
margin: 54px 0 13px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 23px;
line-height: 1.18;
letter-spacing: -0.02em;
color: #11132b;
}
.pi-capability-card p {
margin: 0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0;
color: #5f6175;
}
.pi-capability-card-featured h3 {
color: white;
}
.pi-capability-card-featured p {
color: #b9bbcc;
}
.pi-matching-grid {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
gap: 72px;
align-items: center;
}
.pi-matching-copy {
display: flex;
flex-direction: column;
gap: 26px;
}
.pi-feature-block {
display: grid;
grid-template-columns: 36px 1fr;
gap: 14px;
padding-bottom: 26px;
border-bottom: 1px solid #dedee8;
}
.pi-feature-block:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.pi-feature-block h3 {
margin: 0 0 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 1.2;
letter-spacing: -0.015em;
color: #11132b;
}
.pi-feature-block p {
margin: 0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0;
color: #5f6175;
}
.pi-tree-card {
padding: 32px;
border: 1px solid #dedee8;
border-radius: 22px;
background-color: #fafafc;
box-shadow: 0 28px 70px rgba(8,10,34,.09);
}
.pi-tree-label {
margin-bottom: 20px;
color: #8a8c9f;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 1.2;
letter-spacing: 0.12em;
}
.pi-tree-parent {
display: flex;
gap: 10px;
align-items: center;
width: 220px;
margin: 0 auto 34px;
padding: 14px 16px;
border: 1px solid #232642;
border-radius: 12px;
background-color: #080a22;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.06em;
}
.pi-tree-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ff9500;
}
.pi-tree-branch {
position: relative;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.pi-tree-branch::before {
content: '';
position: absolute;
left: 25%;
right: 25%;
top: -18px;
height: 18px;
border-top: 1px solid #c7c8d5;
border-left: 1px solid #c7c8d5;
border-right: 1px solid #c7c8d5;
}
.pi-tree-node {
padding: 18px;
border: 1px solid #dedee8;
border-radius: 13px;
background-color: white;
}
.pi-tree-node span, .pi-tree-result span {
display: block;
margin-bottom: 18px;
color: #8a8c9f;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 1.2;
letter-spacing: 0.1em;
}
.pi-tree-node strong {
display: block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 1.1;
letter-spacing: -0.02em;
color: #11132b;
}
.pi-tree-node small {
display: block;
margin-top: 4px;
color: #5f6175;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 1.2;
letter-spacing: 0;
}
.pi-tree-result {
margin-top: 16px;
padding: 18px;
border: 1px solid rgba(255,149,0,.45);
border-radius: 13px;
background-color: #fff7e9;
}
.pi-tree-result strong {
color: #bd6500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 1.1;
letter-spacing: -0.02em;
}
.pi-tree-status {
display: flex;
gap: 7px;
flex-wrap: wrap;
margin-top: 14px;
}
.pi-tree-status span {
padding: 6px 8px;
border-radius: 7px;
background-color: #e8e8ef;
color: #606276;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 1.2;
letter-spacing: 0.06em;
}
.pi-source-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.pi-source-card {
min-height: 220px;
padding: 26px;
border: 1px solid rgba(255,255,255,.11);
border-radius: 16px;
background-color: rgba(255,255,255,.045);
}
.pi-source-index {
color: #ff9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.1em;
}
.pi-source-card h3 {
margin: 35px 0 12px;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 1.2;
letter-spacing: -0.015em;
}
.pi-source-card p {
margin: 0;
color: #aaacbf;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0;
}
.pi-graph-callout {
display: grid;
grid-template-columns: 280px 1fr;
gap: 36px;
align-items: center;
margin-top: 18px;
padding: 28px;
border: 1px solid rgba(255,149,0,.28);
border-radius: 16px;
background-color: rgba(255,149,0,.065);
}
.pi-graph-mark {
display: flex;
align-items: center;
}
.pi-graph-mark span {
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 54px;
margin-right: -8px;
border: 2px solid #080a22;
border-radius: 50%;
background-color: #ff9500;
color: #080a22;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.04em;
}
.pi-graph-callout h3 {
margin: 0 0 9px;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 1.2;
letter-spacing: -0.02em;
}
.pi-graph-callout p {
margin: 0;
color: #b7b9ca;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0;
}
.pi-section-dark .fp-meth-link {
margin-top: 26px;
}
.pi-proof-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
.pi-proof-card {
min-height: 190px;
padding: 24px;
border: 1px solid #dedee8;
border-radius: 16px;
background-color: white;
}
.pi-proof-card strong {
display: block;
margin-bottom: 36px;
color: #11132b;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 1;
letter-spacing: -0.045em;
}
.pi-proof-card p {
margin: 0;
color: #5f6175;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 1.45;
letter-spacing: 0;
}
.pi-case {
display: grid;
grid-template-columns: 170px minmax(260px, .8fr) 1.2fr;
gap: 28px;
align-items: start;
margin-top: 16px;
padding: 32px;
border-radius: 18px;
background-color: #080a22;
color: white;
}
.pi-case-kicker {
color: #ff9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.3;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.pi-case h2 {
margin: 0;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 1.12;
letter-spacing: -0.03em;
}
.pi-case p {
margin: 0;
color: #c1c2d0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0;
}
.pi-case small {
grid-column: 3;
color: #81849f;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 1.5;
letter-spacing: 0;
}
.pi-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin: 0;
padding: 0;
list-style-type: none;
}
.pi-flow-step {
position: relative;
min-height: 260px;
padding: 24px;
border: 1px solid #dedee8;
border-radius: 16px;
background-color: white;
}
.pi-flow-step:not(:last-child)::after {
content: '→';
position: absolute;
right: -12px;
top: 31px;
z-index: 2;
color: #ff9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1;
letter-spacing: 0;
}
.pi-flow-index {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #fff2de;
color: #c96f00;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1;
letter-spacing: 0.05em;
}
.pi-flow-step h3 {
margin: 42px 0 10px;
color: #11132b;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 1.18;
letter-spacing: -0.015em;
}
.pi-flow-step p {
margin: 0;
color: #5f6175;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 1.55;
letter-spacing: 0;
}
.pi-faq-list {
border-top: 1px solid #d7d7e2;
}
.pi-faq-item {
display: grid;
grid-template-columns: 58px minmax(0, 1fr);
gap: 20px;
padding: 27px 0;
border-bottom: 1px solid #d7d7e2;
}
.pi-faq-index {
color: #ff9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 1.3;
letter-spacing: 0.08em;
}
.pi-faq-item h3 {
margin: 0 0 9px;
color: #11132b;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 1.25;
letter-spacing: -0.01em;
}
.pi-faq-item p {
max-width: 860px;
margin: 0;
color: #5f6175;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.65;
letter-spacing: 0;
}
.pi-final {
padding: 88px 0;
background-color: #080a22;
color: white;
}
.pi-final-inner {
display: grid;
grid-template-columns: 1fr auto;
gap: 48px;
align-items: end;
}
.pi-final h2 {
max-width: 720px;
margin: 20px 0 14px;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 1.08;
letter-spacing: -0.035em;
}
.pi-final p {
max-width: 680px;
margin: 0;
color: #b7b9ca;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.6;
letter-spacing: 0;
}
.pi-final .pi-actions {
justify-content: flex-end;
margin-top: 0;
}
html[data-theme='light'] body.pi-body, html[data-theme='light'] .pi {
background-color: white;
color: #11132b;
}
html[data-theme='dark'] .pi-section:not(.pi-section-dark), html[data-theme='dark'] .pi {
background-color: #0d0f1f;
color: #f5f5f8;
}
html[data-theme='dark'] .pi-section-soft {
background-color: #121426;
}
html[data-theme='dark'] .pi-section-head h2, html[data-theme='dark'] .pi-audience-card h3, html[data-theme='dark'] .pi-capability-card:not(.pi-capability-card-featured) h3, html[data-theme='dark'] .pi-feature-block h3, html[data-theme='dark'] .pi-flow-step h3, html[data-theme='dark'] .pi-faq-item h3, html[data-theme='dark'] .pi-proof-card strong {
color: #f5f5f8;
}
html[data-theme='dark'] .pi-section-head p, html[data-theme='dark'] .pi-audience-card p, html[data-theme='dark'] .pi-capability-card:not(.pi-capability-card-featured) p, html[data-theme='dark'] .pi-feature-block p, html[data-theme='dark'] .pi-flow-step p, html[data-theme='dark'] .pi-faq-item p, html[data-theme='dark'] .pi-proof-card p {
color: #adafc1;
}
html[data-theme='dark'] .pi-audience-card, html[data-theme='dark'] .pi-capability-card:not(.pi-capability-card-featured), html[data-theme='dark'] .pi-flow-step, html[data-theme='dark'] .pi-proof-card {
background-color: #151729;
border-color: #292c43;
}
html[data-theme='dark'] .pi-feature-block, html[data-theme='dark'] .pi-faq-list, html[data-theme='dark'] .pi-faq-item {
border-color: #292c43;
}
html[data-theme='dark'] .pi-tree-card {
background-color: #151729;
border-color: #292c43;
}
html[data-theme='dark'] .pi-tree-node {
background-color: #1b1d31;
border-color: #32354d;
}
html[data-theme='dark'] .pi-tree-node strong {
color: #f5f5f8;
}
html[data-theme='dark'] .pi-tree-result {
background-color: #292315;
}

@media (prefers-reduced-motion: reduce) {
.pi-btn, .pi-audience-card {
transition: none;
}
.pi-btn:hover, .pi-audience-card:hover {
transform: none;
}
}

@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) {
.bl-container {
padding: 0 40px;
}
.bl-hero-inner {
grid-template-columns: 1fr;
gap: 48px;
}
.bl-hero-title {
font-size: 52px;
}
.bl-personas-grid {
grid-template-columns: 1fr;
}
.bl-module {
grid-template-columns: 1fr;
gap: 32px;
margin-bottom: 64px;
}
.bl-module-reverse .bl-module-visual {
order: 0;
}
.bl-steps {
grid-template-columns: repeat(2, 1fr);
}
.bl-tiers {
grid-template-columns: 1fr;
}
.bl-case-card {
grid-template-columns: 1fr;
padding: 40px 28px;
gap: 32px;
}
.bl-tech-grid {
grid-template-columns: 1fr;
}
.bl-grid-2x2 {
grid-template-columns: 1fr;
}
.bl-price-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 1020px) {
.pi-hero-grid {
grid-template-columns: 1fr;
gap: 52px;
}
.pi-hero-visual {
max-width: 680px;
}
.pi-audience-grid {
grid-template-columns: 1fr;
}
.pi-audience-card {
min-height: auto;
}
.pi-capability-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pi-matching-grid {
grid-template-columns: 1fr;
gap: 48px;
}
.pi-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pi-case {
grid-template-columns: 1fr 2fr;
}
.pi-case p, .pi-case small {
grid-column: 2;
}
.pi-flow {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pi-flow-step:nth-child(2)::after {
display: none;
}
.pi-final-inner {
grid-template-columns: 1fr;
}
.pi-final .pi-actions {
justify-content: flex-start;
}
}

@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: 980px) {
.ab-pillars {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 900px) {
.sbm-sidebar {
transform: translateX(-100%);
transition: transform 0.25s ease;
z-index: 1200;
}
.sbm-drawer-open .sbm-sidebar {
transform: none;
box-shadow: 0 0 40px rgba(0,0,0,0.35);
}
.sbm-sidebar.sbm-collapsed .sbm-panel {
display: flex;
}
.sbm-sidebar.sbm-collapsed .sbm-rail-expand {
display: none;
}
body:has(.sbm-sidebar) .sbm-host, body:has(.sbm-sidebar.sbm-collapsed) .sbm-host, body.sbm-host:has(.sbm-sidebar.sbm-collapsed), .sbm-host, .sbm-host.sbm-host-collapsed {
--sbm-offset: 0px;
padding-left: 0;
}
.sbm-drawer-open .sbm-overlay {
display: block;
}
.sbm-host .mobile-menu-toggle {
display: flex;
}
.sbm-host .mobile-menu {
display: none;
}
}

@media (max-width: 860px) {
.ab-stats {
grid-template-columns: repeat(2, 1fr);
}
.ab-stat:nth-child(2) {
border-right: none;
}
.ab-stat:nth-child(1), .ab-stat:nth-child(2) {
border-bottom: 1px solid var(--t-border-subtle);
padding-bottom: 20px;
margin-bottom: 8px;
}
.ab-dual {
grid-template-columns: 1fr;
}
.ab-dual-consumer {
border-right: none;
border-bottom: 1px solid var(--t-border-subtle);
}
}

@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) {
.cl-bulk-panel-content {
flex-direction: column;
gap: 12px;
}
.bl-container {
padding: 0 20px;
}
.bl-section {
padding: 64px 0;
}
.bl-section-title {
font-size: 32px;
}
.bl-hero {
padding: 72px 0;
}
.bl-hero-title {
font-size: 38px;
letter-spacing: -1px;
}
.bl-hero-sub {
font-size: 17px;
}
.bl-module-section {
padding: 64px 0;
}
.bl-module-title {
font-size: 28px;
}
.bl-metrics-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.bl-metric-value {
font-size: 40px;
line-height: 44px;
}
.bl-final-title {
font-size: 32px;
}
.bl-form-row {
flex-direction: column;
gap: 0px;
}
.ab-stats-wrap {
padding: 0 20px;
margin: -40px auto 0;
}
.ab-mission {
padding: 28px 24px 28px 36px;
}
.bl-cmp-table th, .bl-cmp-table td {
padding: 10px;
}
.bl-cmp-table {
font-size: 13px;
}
.bl-how-visual {
margin-bottom: 32px;
}
}

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

@media (max-width: 760px) {
.ab-founder {
grid-template-columns: 1fr;
padding: 32px 24px;
text-align: center;
}
}

@media (max-width: 720px) {
.pi-container {
width: min(100% - 32px, 1180px);
}
.pi-section {
padding: 72px 0;
}
.pi-hero {
min-height: auto;
padding: 62px 0 76px;
}
.pi-hero-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 1.04;
letter-spacing: -0.04em;
}
.pi-answer-capsule {
font-size: 16px;
}
.pi-section-head {
margin-bottom: 34px;
}
.pi-section-head h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 1.1;
letter-spacing: -0.035em;
}
.pi-section-head p {
font-size: 16px;
}
.pi-offer-stack {
grid-template-columns: 1fr;
}
.pi-match-line {
width: 1px;
height: 38px;
margin: 0 auto;
}
.pi-match-line::after {
right: -3px;
top: auto;
bottom: 0;
}
.pi-match-line span {
left: 14px;
top: 11px;
transform: none;
}
.pi-formula {
align-items: flex-start;
flex-direction: column;
}
.pi-capability-grid {
grid-template-columns: 1fr;
}
.pi-capability-card-featured {
grid-column: span 1;
}
.pi-tree-card {
padding: 22px;
}
.pi-tree-parent {
width: calc(100% - 32px);
}
.pi-tree-branch {
grid-template-columns: 1fr;
}
.pi-tree-branch::before {
display: none;
}
.pi-source-grid {
grid-template-columns: 1fr;
}
.pi-graph-callout {
grid-template-columns: 1fr;
}
.pi-proof-grid {
grid-template-columns: 1fr;
}
.pi-case {
grid-template-columns: 1fr;
}
.pi-case p, .pi-case small {
grid-column: 1;
}
.pi-flow {
grid-template-columns: 1fr;
}
.pi-flow-step:not(:last-child)::after {
display: none;
}
.pi-faq-item {
grid-template-columns: 1fr;
gap: 8px;
}
.pi-final h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 1.1;
letter-spacing: -0.035em;
}
.pi-btn {
width: 100%;
}
}

@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 (max-width: 600px) {
.sbm-rail {
zoom: 0.72;
}
.sbm-panel {
width: 210px;
}
.sbm-account-dropdown .sbm-dd-row {
flex-wrap: wrap;
gap: 2px 10px;
}
.sbm-account-dropdown .sbm-dd-role {
flex: 1 0 100%;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 12px;
letter-spacing: 0.05em;
}
.bl-steps {
grid-template-columns: 1fr;
}
.ab-pillars {
grid-template-columns: 1fr;
}
}

@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) {
.cl-modal {
width: 94vw;
max-height: 90vh;
}
}