body.pbn-landing-page {
background: #f5f6fb;
color: #020617;
} .pbn-landing-page .site-content {
margin: 0;
padding: 0;
}
.pbn-landing-page .site-content .content-area,
.pbn-landing-page .site-content .inside-article,
.pbn-landing-page .site-content .inside-article .entry-content,
.pbn-landing-page .site-content .grid-container,
.pbn-landing-page .site-main {
max-width: none;
width: 100%;
padding: 0;
margin: 0;
box-shadow: none;
background: transparent;
} .pbn-landing-page .entry-title {
display: none;
}
.pbn-landing-page article.page {
background: transparent;
box-shadow: none;
border: 0;
} body.pbn-modal-open {
overflow: hidden;
} .pbn-landing {
counter-reset: pbn-section;
}
.pbn-landing > .pbn-section > h2 {
position: relative;
display: inline-flex;
align-items: center;
gap: 12px;
padding-left: 54px;
padding-bottom: 14px;
font-weight: 650;
}
.pbn-landing > .pbn-section > h2::before {
counter-increment: pbn-section;
content: counter(pbn-section, decimal-leading-zero);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 38px;
height: 38px;
border-radius: 999px;
background: radial-gradient(circle at 30% 30%, #ffffff, rgba(255,255,255,0))
, linear-gradient(135deg, #6366f1, #ec4899);
color: #ffffff;
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 0.06em;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 14px 30px rgba(79, 70, 229, 0.45);
}
.pbn-landing > .pbn-section > h2::after {
content: "";
position: absolute;
inset: auto 0 0 54px;
height: 2px;
border-radius: 999px;
background: linear-gradient(90deg, #6366f1, #8b5cf6, transparent);
opacity: 0.9;
} @media (max-width: 768px) {
.pbn-landing > .pbn-section > h2 {
padding-left: 46px;
padding-bottom: 10px;
gap: 8px;
}
.pbn-landing > .pbn-section > h2::before {
width: 32px;
height: 32px;
font-size: 0.78rem;
}
.pbn-landing > .pbn-section > h2::after {
left: 46px;
}
}  body.pbn-landing-page .pbn-hero__header {
position: relative;
max-width: 720px;
padding-top: 22px;
} body.pbn-landing-page .pbn-hero__header::before {
content: "Флагманская услуга · PBN-сети";
position: absolute;
left: 0;
top: 0;
padding: 4px 11px;
border-radius: 999px;
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.18em;
background: rgba(99, 102, 241, 0.08);
color: #4f46e5;
border: 1px solid rgba(129, 140, 248, 0.5);
} body.pbn-landing-page .pbn-hero__header > h1 {
position: relative;
display: inline-block;
margin: 10px 0 26px;
padding-bottom: 10px;
font-size: clamp(2.5rem, 3.8vw, 3.9rem);
line-height: 1.05;
letter-spacing: -0.035em; background: linear-gradient(120deg, #020617, #1d4ed8, #6366f1);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
} body.pbn-landing-page .pbn-hero__header > h1::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 76%;
max-width: 360px;
border-radius: 999px;
background: linear-gradient(90deg, #6366f1, #22c55e, #ec4899);
opacity: 0.95;
} @media (max-width: 768px) {
body.pbn-landing-page .pbn-hero__header {
padding-top: 18px;
max-width: 100%;
}
body.pbn-landing-page .pbn-hero__header > h1 {
margin-bottom: 20px;
font-size: clamp(2rem, 7vw, 2.4rem);
}
body.pbn-landing-page .pbn-hero__header > h1::after {
width: 64%;
}
}  @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700&display=swap");
body.pbn-landing-page .pbn-hero__header > h1 {
position: relative;
display: inline-block;
margin: 14px 0 44px; padding-bottom: 14px; font-family: "Manrope", system-ui, sans-serif;
font-size: clamp(2.8rem, 4.1vw, 4.2rem);
line-height: 1.10;
letter-spacing: -0.03em;
background: linear-gradient(120deg, #0b0f19, #111827, #1e293b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: 700;
} body.pbn-landing-page .pbn-hero__header > h1::after {
content: "";
position: absolute;
left: 0;
bottom: -6px; height: 4px;
width: 82%;
max-width: 400px;
border-radius: 999px;
background: linear-gradient(90deg, #6366f1, #22c55e, #ec4899);
opacity: 0.95;
} body.pbn-landing-page .pbn-hero__header::before {
content: "Флагманская услуга · PBN-сети";
position: absolute;
left: 0;
top: -8px;
padding: 4px 10px 3px;
border-radius: 999px;
font-size: 0.66rem;
text-transform: uppercase;
letter-spacing: 0.17em;
background: rgba(99, 102, 241, 0.10);
color: #4f46e5;
border: 1px solid rgba(129, 140, 248, 0.45);
} @media (max-width: 768px) {
body.pbn-landing-page .pbn-hero__header > h1 {
margin: 10px 0 32px;
padding-bottom: 10px;
font-size: clamp(2.1rem, 8vw, 2.6rem);
}
body.pbn-landing-page .pbn-hero__header > h1::after {
bottom: -4px;
max-width: 260px;
}
body.pbn-landing-page .pbn-hero__header::before {
top: -12px;
font-size: 0.62rem;
}
} body.pbn-landing-page article.pbn-landing {
color: #1e293b !important; } body.pbn-landing-page article.pbn-landing p {
color: #1e293b !important;
} body.pbn-landing-page article.pbn-landing .pbn-text-soft,
body.pbn-landing-page article.pbn-landing .pbn-hero__lead,
body.pbn-landing-page article.pbn-landing .pbn-section p,
body.pbn-landing-page article.pbn-landing .pbn-list li,
body.pbn-landing-page article.pbn-landing .pbn-card__text,
body.pbn-landing-page article.pbn-landing .pbn-step__text,
body.pbn-landing-page article.pbn-landing dd,
body.pbn-landing-page article.pbn-landing .pbn-faq__answer {
color: #475569 !important;
} body.pbn-landing-page article.pbn-landing h2,
body.pbn-landing-page article.pbn-landing h3 {
color: #0f172a !important;
} body.pbn-landing-page article.pbn-landing .pbn-list li::before {
opacity: 0.9;
} body.pbn-landing-page .pbn-card p,
body.pbn-landing-page .pbn-card li {
color: #1e293b !important;
} body.pbn-landing-page .pbn-hero__highlights {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 32px;
}
body.pbn-landing-page .pbn-hero__highlight {
position: relative;
display: flex;
align-items: center;
gap: 14px;
padding: 18px 22px;
border-radius: 22px;
background: radial-gradient(circle at top left,
rgba(248, 250, 252, 0.9), rgba(255,255,255,0.95));
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
border: 1px solid rgba(255, 255, 255, 0.9);
overflow: hidden;
} body.pbn-landing-page .pbn-hero__highlight::after {
content: "";
position: absolute;
inset: -40% -40% auto auto;
background: radial-gradient(circle at top,
rgba(244, 244, 255, 0.9), transparent 60%);
opacity: 0.7;
pointer-events: none;
} body.pbn-landing-page .pbn-hero__highlight:hover {
transform: translateY(-2px);
box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
} body.pbn-landing-page .pbn-hero__icon {
flex: 0 0 38px;
width: 38px;
height: 38px;
border-radius: 999px;
background:
radial-gradient(circle at 30% 20%, #ffffff, transparent 55%),
linear-gradient(135deg, #6366f1, #ec4899);
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 24px rgba(79, 70, 229, 0.45);
position: relative;
} body.pbn-landing-page .pbn-hero__icon::before {
content: "";
position: absolute;
width: 18px;
height: 18px;
border-radius: 6px;
border: 2px solid rgba(255,255,255,0.9);
} body.pbn-landing-page .pbn-hero__icon--price::after {
content: "₽";
position: relative;
font-size: 0.9rem;
font-weight: 700;
color: #ffffff;
} body.pbn-landing-page .pbn-hero__icon--time {
background:
radial-gradient(circle at 30% 20%, #ffffff, transparent 55%),
linear-gradient(135deg, #0ea5e9, #6366f1);
}
body.pbn-landing-page .pbn-hero__icon--time::after {
content: "⏱";
position: relative;
font-size: 0.9rem;
color: #ffffff;
} body.pbn-landing-page .pbn-hero__icon--format {
background:
radial-gradient(circle at 30% 20%, #ffffff, transparent 55%),
linear-gradient(135deg, #22c55e, #14b8a6);
}
body.pbn-landing-page .pbn-hero__icon--format::before {
border-radius: 999px;
}
body.pbn-landing-page .pbn-hero__icon--format::after {
content: "∞";
position: relative;
font-size: 0.9rem;
color: #ffffff;
} body.pbn-landing-page .pbn-hero__content {
display: flex;
flex-direction: column;
gap: 2px;
}
body.pbn-landing-page .pbn-hero__label {
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.19em;
color: #94a3b8;
}
body.pbn-landing-page .pbn-hero__value {
font-size: 0.98rem;
font-weight: 600;
color: #0f172a;
} @media (max-width: 1024px) {
body.pbn-landing-page .pbn-hero__highlights {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
body.pbn-landing-page .pbn-hero__highlights {
grid-template-columns: 1fr;
}
body.pbn-landing-page .pbn-hero__highlight {
padding: 16px 18px;
}
} body.pbn-landing-page .pbn-hero__label {
color: #1e293b !important; font-weight: 600;
letter-spacing: 0.14em;
opacity: 0.95;
} body.pbn-landing-page .pbn-hero__label {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 3px 9px 4px;
border-radius: 8px; background: rgba(99, 102, 241, 0.10); backdrop-filter: blur(4px); font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #4338ca; margin-bottom: 4px; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
} @media (max-width: 768px) {
body.pbn-landing-page .pbn-hero__label {
padding: 3px 8px;
font-size: 0.63rem;
letter-spacing: 0.14em;
}
} body.pbn-landing-page h3 {
position: relative;
font-weight: 700;
font-size: 1.18rem;
color: #0f172a;
margin: 1.8rem 0 1rem;
padding-left: 18px;
}
body.pbn-landing-page h3::before {
content: "";
position: absolute;
left: 0;
top: 0.38em;
width: 6px;
height: 60%;
border-radius: 4px;
background: linear-gradient(180deg,
#6366f1 0%,
#3b82f6 50%,
#22c55e 100%);
} body.pbn-landing-page article.pbn-landing p {
color: #0f172a !important; } body.pbn-landing-page article.pbn-landing .pbn-text-soft,
body.pbn-landing-page article.pbn-landing .pbn-section p,
body.pbn-landing-page article.pbn-landing .pbn-card__text,
body.pbn-landing-page article.pbn-landing .pbn-step__text,
body.pbn-landing-page article.pbn-landing dd,
body.pbn-landing-page article.pbn-landing .pbn-faq__answer {
color: #1e293b !important; } body.pbn-landing-page .pbn-hero__lead {
color: #0f172a !important; } body.pbn-landing-page .pbn-hero__header p {
color: #0f172a !important;
} body.pbn-landing-page h2::before {
content: "" !important; font-size: 0; }  body.pbn-landing-page #pbn-process h2::before {
width: 42px;
height: 42px;
opacity: 0.9;
filter: blur(0.4px);
box-shadow: 0 10px 26px rgba(129, 140, 248, 0.35);
} body.pbn-landing-page .pbn-step__title {
position: relative;
padding-left: 14px;
}
body.pbn-landing-page .pbn-step__title::before {
content: "";
position: absolute;
left: 0;
top: 0.3em;
bottom: 0.25em;
width: 3px;
border-radius: 999px;
background: linear-gradient(180deg, #6366f1, #22c55e);
opacity: 0.65;
} body.pbn-landing-page .pbn-steps {
position: relative;
margin-top: 16px;
}
body.pbn-landing-page .pbn-step {
position: relative;
margin-bottom: 16px;
padding: 16px 22px 16px 70px; border-radius: 22px;
background: #ffffff;
border: 1px solid rgba(148, 163, 184, 0.32);
box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
} body.pbn-landing-page .pbn-step::before {
left: 26px;
top: 20px;
width: 26px;
height: 26px;
font-size: 0.82rem;
box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.26);
} body.pbn-landing-page .pbn-step:not(:last-child)::after {
content: "";
position: absolute;
left: 39px; top: 46px;
bottom: -16px;
width: 2px;
background: linear-gradient(
180deg,
rgba(148, 163, 184, 0.5),
rgba(148, 163, 184, 0.12)
);
} body.pbn-landing-page .pbn-step__text {
line-height: 1.65;
font-size: 0.96rem;
color: #111827;
margin-top: 0.35rem;
}
body.pbn-landing-page .pbn-step__text + .pbn-step__text {
margin-top: 0.45rem; } body.pbn-landing-page .pbn-step:first-child {
margin-top: 4px;
}
body.pbn-landing-page .pbn-step:last-child {
margin-bottom: 4px;
} @media (max-width: 768px) { body.pbn-landing-page #pbn-process h2::before {
width: 32px;
height: 32px;
filter: blur(0.2px);
} body.pbn-landing-page .pbn-step {
padding: 14px 16px 14px 56px;
border-radius: 18px;
}
body.pbn-landing-page .pbn-step::before {
left: 18px;
top: 16px;
width: 24px;
height: 24px;
}
body.pbn-landing-page .pbn-step:not(:last-child)::after {
left: 30px;
top: 40px;
bottom: -12px;
}
body.pbn-landing-page .pbn-step__title {
font-size: 1.02rem;
}
} body.pbn-landing-page .pbn-step {
transition:
transform 0.16s ease-out,
box-shadow 0.16s ease-out,
border-color 0.16s ease-out,
background 0.16s ease-out;
}
body.pbn-landing-page .pbn-step:hover {
transform: translateY(-2px);
background: radial-gradient(circle at top left,
rgba(248, 250, 255, 0.9),
#ffffff);
border-color: rgba(129, 140, 248, 0.55);
box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
body.pbn-landing-page .pbn-step:hover .pbn-step__title {
color: #111827;
}
body.pbn-landing-page .pbn-step:hover .pbn-step__title::before {
opacity: 1;
background: linear-gradient(180deg, #6366f1, #22c55e);
} body.pbn-landing-page .pbn-step:hover::before {
box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.35);
} body.pbn-landing-page #pbn-process .pbn-step__title::before {
content: none !important;
}
body.pbn-landing-page #pbn-process .pbn-step__title {
padding-left: 0 !important;
} body.pbn-landing-page .pbn-warning__title {
position: relative;
padding-left: 32px; display: inline-block;
} body.pbn-landing-page .pbn-warning__title::before {
content: "";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
width: 2px;
height: 20px;
border-radius: 999px;
background: #b91c1c; } body.pbn-landing-page .pbn-warning__title::after {
content: "";
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ef4444; filter: drop-shadow(0 1px 2px rgba(248, 113, 113, 0.7));
} body.pbn-landing-page .pbn-warning__title.pbn-step__title::before {
content: none;
} body.pbn-landing-page .pbn-aside {
display: flex;
flex-direction: column;
justify-content: center;
padding: 24px 26px;
} body.pbn-landing-page .pbn-aside__title {
position: relative;
padding-left: 52px; margin-bottom: 0.9rem;
} body.pbn-landing-page .pbn-aside__title::before {
content: "";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background:
radial-gradient(circle at 30% 25%, #ffffff 0, transparent 55%),
linear-gradient(135deg, #f973d1, #a855f7);
box-shadow: 0 14px 30px rgba(236, 72, 153, 0.35);
} body.pbn-landing-page .pbn-aside__title::after {
content: "?";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.05rem;
font-weight: 700;
color: #111827;
} body.pbn-landing-page .pbn-aside__title.pbn-step__title::before {
content: "";
}  body.pbn-landing-page .pbn-aside {
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
background 0.18s ease-out,
border-color 0.18s ease-out;
} body.pbn-landing-page .pbn-aside.pbn-aside--accent {
background: radial-gradient(circle at top left,
rgba(129, 140, 248, 0.18),
#f8fafc);
} body.pbn-landing-page .pbn-aside__title::before,
body.pbn-landing-page .pbn-aside__title::after {
transition:
transform 0.22s ease-out,
box-shadow 0.22s ease-out,
background 0.22s ease-out;
} body.pbn-landing-page .pbn-aside:hover {
transform: translateY(-3px);
border-color: rgba(129, 140, 248, 0.7);
box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
background: radial-gradient(circle at top left,
rgba(129, 140, 248, 0.24),
#ffffff);
} body.pbn-landing-page .pbn-aside:hover .pbn-aside__title::before,
body.pbn-landing-page .pbn-aside:hover .pbn-aside__title::after {
transform: translateY(-50%) scale(1.08);
} body.pbn-landing-page .pbn-aside:hover .pbn-aside__title::before {
box-shadow: 0 18px 40px rgba(236, 72, 153, 0.55);
} @keyframes pbn-question-pulse {
0% {
transform: translateY(-50%) scale(1);
}
50% {
transform: translateY(-52%) scale(1.12);
}
100% {
transform: translateY(-50%) scale(1);
}
}
body.pbn-landing-page .pbn-aside:hover .pbn-aside__title::before,
body.pbn-landing-page .pbn-aside:hover .pbn-aside__title::after {
animation: pbn-question-pulse 0.45s ease-out;
} body.pbn-landing-page #who-needs-pbn {
position: relative;
} body.pbn-landing-page #who-needs-pbn .pbn-cards {
margin-top: 18px;
} body.pbn-landing-page #who-needs-pbn .pbn-card {
position: relative;
border-radius: 24px;
border: 1px solid rgba(148, 163, 184, 0.35);
background: linear-gradient(145deg, rgba(248, 250, 252, 0.98), #ffffff);
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.04);
padding: 22px 22px 20px;
transition:
transform 0.16s ease-out,
box-shadow 0.16s ease-out,
border-color 0.16s ease-out,
background 0.16s ease-out;
}
body.pbn-landing-page #who-needs-pbn .pbn-card:hover {
transform: translateY(-4px);
border-color: rgba(129, 140, 248, 0.65);
background: linear-gradient(
150deg,
rgba(239, 246, 255, 0.97),
#ffffff
);
box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
} body.pbn-landing-page #who-needs-pbn .pbn-card::before {
content: "";
position: absolute;
inset: -40% auto auto -35%;
background: radial-gradient(circle, rgba(129, 140, 248, 0.18), transparent 65%);
opacity: 0.6;
pointer-events: none;
} body.pbn-landing-page #who-needs-pbn .pbn-card__title {
position: relative;
margin: 0 0 0.25rem;
padding-left: 14px;
font-size: 1.02rem;
line-height: 1.3;
display: inline-flex;
align-items: center;
}
body.pbn-landing-page #who-needs-pbn .pbn-card__title::before {
content: "";
position: absolute;
left: 0;
top: 0.25em;
width: 3px;
height: 1.4em;
border-radius: 999px;
background: linear-gradient(180deg, #6366f1, #22c55e);
} body.pbn-landing-page #who-needs-pbn .pbn-card__tagline {
margin: 0 0 0.45rem;
font-size: 0.82rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--pbn-text-soft);
} body.pbn-landing-page #who-needs-pbn .pbn-card__text {
font-size: 0.93rem;
line-height: 1.6;
} body.pbn-landing-page #who-needs-pbn .pbn-who-note {
margin: 20px 4px 0;
padding: 10px 14px 0;
border-top: 1px dashed rgba(148, 163, 184, 0.6);
font-size: 0.9rem;
color: var(--pbn-text-soft);
} body.pbn-landing-page #pbn-safety .pbn-section__subtitle {
margin-top: 6px;
max-width: 680px;
font-size: 0.95rem;
color: var(--pbn-text-soft);
} body.pbn-landing-page #pbn-safety .pbn-card--bordered {
border-radius: 24px;
border-style: solid;
border-color: rgba(148, 163, 184, 0.4);
background:
radial-gradient(circle at top left, rgba(129, 140, 248, 0.06), transparent 60%),
#ffffff;
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
transition:
transform 0.16s ease-out,
box-shadow 0.16s ease-out,
border-color 0.16s ease-out,
background 0.16s ease-out;
}
body.pbn-landing-page #pbn-safety .pbn-card--bordered:hover {
transform: translateY(-3px);
border-color: rgba(129, 140, 248, 0.8);
box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
background:
radial-gradient(circle at top left, rgba(129, 140, 248, 0.10), transparent 60%),
#ffffff;
}
body.pbn-landing-page #pbn-safety .pbn-safety-card {
position: relative;
padding: 22px 22px 20px;
}
body.pbn-landing-page #pbn-safety .pbn-safety-card::before {
content: "";
position: absolute;
inset: -40% auto auto -32%;
background: radial-gradient(circle, rgba(129, 140, 248, 0.20), transparent 65%);
opacity: 0.7;
pointer-events: none;
} body.pbn-landing-page #pbn-safety .pbn-card__title {
position: relative;
margin: 0 0 0.2rem;
padding-left: 14px;
font-size: 1.02rem;
line-height: 1.3;
display: inline-flex;
align-items: center;
}
body.pbn-landing-page #pbn-safety .pbn-card__title::before {
content: "";
position: absolute;
left: 0;
top: 0.25em;
width: 3px;
height: 1.4em;
border-radius: 999px;
background: linear-gradient(180deg, #6366f1, #22c55e);
}
body.pbn-landing-page #pbn-safety .pbn-safety-card__caption {
margin: 0 0 0.55rem;
font-size: 0.83rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--pbn-text-soft);
} body.pbn-landing-page #pbn-safety .pbn-safety-monitoring {
margin-top: 26px;
border-radius: 24px;
background: linear-gradient(
135deg,
rgba(239, 246, 255, 0.96),
rgba(255, 251, 235, 0.96)
);
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__head {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 6px 16px;
margin-bottom: 10px;
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__meta {
padding: 4px 10px;
border-radius: 999px;
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--pbn-text-soft);
background: rgba(255, 255, 255, 0.9);
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__content {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 18px 30px;
margin-top: 4px;
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__title {
margin: 0 0 0.35rem;
font-weight: 600;
font-size: 0.95rem;
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__steps {
margin-top: 0.35rem;
} @media (max-width: 900px) {
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__content {
grid-template-columns: 1fr;
}
body.pbn-landing-page #pbn-safety .pbn-safety-monitoring__meta {
margin-top: 2px;
}
}  #pbn-domains .pbn-card--domains {
padding: 20px 20px 22px;
display: flex;
flex-direction: column;
gap: 0.35rem;
} #pbn-domains .pbn-card__subtitle {
margin: 0 0 0.4rem;
font-size: 0.92rem;
line-height: 1.5;
color: var(--pbn-text-soft);
} .pbn-domains__label {
margin: 0.5rem 0 0.15rem;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: var(--pbn-text-soft);
}
.pbn-domains__label--danger {
color: #dc2626;
} .pbn-domains-list {
list-style: none;
margin: 0 0 0.25rem;
padding-left: 0;
}
.pbn-domains-list li {
position: relative;
padding-left: 1.4rem;
margin-bottom: 0.25rem;
font-size: 0.9rem;
line-height: 1.55;
color: var(--pbn-text-soft);
}
.pbn-domains-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.55rem;
width: 7px;
height: 7px;
border-radius: 999px;
background: var(--pbn-accent-soft);
box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.28);
} .pbn-domains-list--danger li {
color: #b91c1c;
}
.pbn-domains-list--danger li::before {
background: #ef4444;
box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.35);
} @media (max-width: 768px) {
#pbn-domains .pbn-card--domains {
padding: 18px 16px 20px;
}
.pbn-domains-list li {
font-size: 0.9rem;
}
}  @keyframes pbn-domains-fade-up {
from {
opacity: 0;
transform: translateY(12px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#pbn-domains .pbn-card--domains {
position: relative;
overflow: hidden;
transition:
transform 0.22s ease-out,
box-shadow 0.22s ease-out,
border-color 0.22s ease-out,
background 0.22s ease-out;
animation: pbn-domains-fade-up 0.55s ease-out both;
} #pbn-domains .pbn-card--domains:nth-child(2) {
animation-delay: 0.06s;
}
#pbn-domains .pbn-card--domains:nth-child(3) {
animation-delay: 0.12s;
}
#pbn-domains .pbn-card--domains:nth-child(4) {
animation-delay: 0.18s;
} #pbn-domains .pbn-card--domains::before {
content: "";
position: absolute;
inset: -40% auto auto -40%;
background: radial-gradient(
circle at top left,
rgba(129, 140, 248, 0.16),
transparent 60%
);
opacity: 0;
transform: translate3d(-10px, 10px, 0);
transition:
opacity 0.35s ease-out,
transform 0.35s ease-out;
pointer-events: none;
}
#pbn-domains .pbn-card--domains:hover {
transform: translateY(-4px);
box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
border-color: rgba(129, 140, 248, 0.55);
}
#pbn-domains .pbn-card--domains:hover::before {
opacity: 1;
transform: translate3d(0, 0, 0);
} .pbn-domains-list li::before {
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out;
}
#pbn-domains .pbn-card--domains:hover .pbn-domains-list li::before {
transform: scale(1.08);
box-shadow: 0 0 0 6px rgba(148, 163, 184, 0.35);
} @keyframes pbn-pulse-danger {
0% {
transform: translateY(-50%) scale(1);
opacity: 0.9;
}
50% {
transform: translateY(-50%) scale(1.08);
opacity: 1;
}
100% {
transform: translateY(-50%) scale(1);
opacity: 0.9;
}
}
.pbn-domains__label--danger {
position: relative;
padding-left: 1.1rem;
}
.pbn-domains__label--danger::before {
content: "!";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.8rem;
height: 0.8rem;
border-radius: 999px;
background: linear-gradient(135deg, #f97316, #ef4444);
color: #ffffff;
font-size: 0.6rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
animation: pbn-pulse-danger 1.8s ease-in-out infinite;
}  #pbn-domains .pbn-cards--4cols {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
} .pbn-card--domains {
position: relative;
display: flex;
flex-direction: column;
padding: 22px 22px 24px;
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
overflow: hidden;
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
border-color 0.18s ease-out;
} .pbn-card--domains::before {
content: "";
position: absolute;
inset: -40% -40% auto;
background: radial-gradient(circle at 0 0, rgba(129, 140, 248, 0.12), transparent 55%);
opacity: 0;
transition: opacity 0.25s ease-out;
pointer-events: none;
}
.pbn-card--domains:hover {
transform: translateY(-3px);
box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
border-color: rgba(129, 140, 248, 0.55);
}
.pbn-card--domains:hover::before {
opacity: 1;
} .pbn-card--domains .pbn-card__title {
font-size: 1.05rem;
font-weight: 700;
margin-bottom: 0.45rem;
}
.pbn-card--domains .pbn-card__subtitle {
margin: 0 0 0.8rem;
font-size: 0.9rem;
line-height: 1.5;
color: var(--pbn-text-soft, #4b5563);
} .pbn-domains__label {
position: relative;
display: inline-flex;
align-items: center;
padding-left: 1.8rem; margin: 1.1rem 0 0.35rem;
font-size: 0.78rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.18em;
color: #0f172a;
} .pbn-domains__label::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.9rem;
height: 0.9rem;
border-radius: 999px;
background: linear-gradient(135deg, #6366f1, #22c55e);
box-shadow: 0 0 0 4px rgba(199, 210, 254, 0.7);
} .pbn-domains__label--danger {
color: #b91c1c;
} .pbn-domains__label--danger::before {
background: linear-gradient(135deg, #f97316, #ef4444);
box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.4);
animation: pbn-pulse-danger 1.8s ease-in-out infinite;
} .pbn-domains__label--danger::after {
content: "!";
position: absolute;
left: 0.32rem;
top: 50%;
transform: translateY(-54%);
font-size: 0.7rem;
font-weight: 700;
color: #ffffff;
} @keyframes pbn-pulse-danger {
0% {
transform: translateY(-50%) scale(1);
opacity: 0.9;
}
50% {
transform: translateY(-50%) scale(1.08);
opacity: 1;
}
100% {
transform: translateY(-50%) scale(1);
opacity: 0.9;
}
} .pbn-domains-list {
margin: 0 0 0.7rem;
padding-left: 0;
list-style: none;
}
.pbn-domains__label + .pbn-domains-list {
margin-top: 0.25rem;
}
.pbn-domains-list li {
position: relative;
padding-left: 1.3rem;
margin-bottom: 0.3rem;
font-size: 0.9rem;
line-height: 1.6;
color: var(--pbn-text-soft, #4b5563);
} .pbn-domains-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.68em;
width: 0.4rem;
height: 0.4rem;
border-radius: 999px;
background: #c7d2fe;
box-shadow: 0 0 0 4px rgba(199, 210, 254, 0.4);
} .pbn-domains-list--danger li {
color: #991b1b;
}
.pbn-domains-list--danger li::before {
background: #fecaca;
box-shadow: 0 0 0 4px rgba(254, 202, 202, 0.5);
} @media (max-width: 1024px) {
#pbn-domains .pbn-cards--4cols {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
#pbn-domains .pbn-cards--4cols {
grid-template-columns: 1fr;
}
.pbn-card--domains {
padding: 20px 18px 22px;
}
} #pbn-content .pbn-section__grid {
align-items: stretch;
} .pbn-content__kicker {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.18em;
font-weight: 600;
color: var(--pbn-accent);
margin: 0 0 0.55rem;
} .pbn-content__lead {
margin: 0 0 0.9rem;
font-size: 0.98rem;
line-height: 1.7;
} .pbn-content__list {
margin-top: 0.4rem;
} #pbn-content .pbn-list li {
margin-bottom: 0.45rem;
} .pbn-feature-list--content {
padding: 18px 20px 20px;
border-radius: 22px;
background:
radial-gradient(circle at top left, rgba(129, 140, 248, 0.08), transparent 60%),
radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.05), transparent 60%),
#ffffff;
box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
border: 1px solid rgba(148, 163, 184, 0.18);
} .pbn-feature-list--content .pbn-feature-list__title {
font-size: 1.05rem;
margin-bottom: 0.8rem;
} @media (hover: hover) and (pointer: fine) {
.pbn-feature-list--content {
transition:
transform 0.16s ease-out,
box-shadow 0.16s ease-out;
}
.pbn-feature-list--content:hover {
transform: translateY(-2px);
box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}
} .pbn-content__checklist {
margin-top: 0.2rem;
} #pbn-architecture .pbn-section__lead {
margin-top: 8px;
margin-bottom: 26px;
max-width: 720px;
font-size: 0.97rem;
color: var(--pbn-text-soft);
}
.pbn-card--architecture {
display: flex;
flex-direction: column;
gap: 10px;
} #pbn-architecture .pbn-card__title {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-size: 1.05rem;
}
#pbn-architecture .pbn-card__title::before {
content: "";
width: 10px;
height: 10px;
border-radius: 999px;
background: linear-gradient(135deg, #6366f1, #ec4899);
box-shadow: 0 0 0 5px rgba(129, 140, 248, 0.16);
} #pbn-architecture .pbn-section__grid > article:nth-child(1) .pbn-card__title::before {
background: linear-gradient(135deg, #6366f1, #22c55e);
}
#pbn-architecture .pbn-section__grid > article:nth-child(2) .pbn-card__title::before {
background: linear-gradient(135deg, #8b5cf6, #06b6d4);
}
#pbn-architecture .pbn-section__grid > article:nth-child(3) .pbn-card__title::before {
background: linear-gradient(135deg, #f97316, #ec4899);
}
#pbn-architecture .pbn-card__subtitle {
margin: 0;
font-size: 0.93rem;
color: var(--pbn-text-soft);
} #pbn-architecture .pbn-list {
margin-top: 8px;
}
#pbn-architecture .pbn-list li {
font-size: 0.93rem;
} #pbn-architecture .pbn-card--architecture {
position: relative;
cursor: default;
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
border-color 0.18s ease-out,
background 0.2s ease-out;
} #pbn-architecture .pbn-card--architecture:hover {
transform: translateY(-4px);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
border-color: rgba(129, 140, 248, 0.45);
background:
radial-gradient(circle at top left, rgba(129, 140, 248, 0.06), transparent 55%),
#ffffff;
} #pbn-architecture .pbn-card--architecture::after {
content: "";
position: absolute;
left: 18px;
right: 18px;
bottom: 14px;
height: 3px;
border-radius: 999px;
background: linear-gradient(90deg, #6366f1, #22c55e, #ec4899);
opacity: 0;
transform: translateY(4px);
transition:
opacity 0.18s ease-out,
transform 0.18s ease-out;
}
#pbn-architecture .pbn-card--architecture:hover::after {
opacity: 1;
transform: translateY(0);
} #pbn-architecture .pbn-card__title::before {
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out;
}
#pbn-architecture .pbn-card--architecture:hover .pbn-card__title::before {
transform: scale(1.14);
box-shadow: 0 0 0 7px rgba(129, 140, 248, 0.26);
} @media (prefers-reduced-motion: reduce) {
#pbn-architecture .pbn-card--architecture,
#pbn-architecture .pbn-card--architecture::after,
#pbn-architecture .pbn-card__title::before {
transition: none !important;
transform: none !important;
}
} .pbn-link__grid {
align-items: flex-start;
} .pbn-link__subheader {
margin-bottom: 12px;
}
.pbn-link__subtitle {
font-size: 1rem;
font-weight: 600;
margin: 0 0 4px;
color: var(--pbn-text, #020617);
}
.pbn-link__hint {
margin: 0;
font-size: 0.88rem;
color: var(--pbn-text-soft, #64748b);
} .pbn-link-anchors__scale {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 12px 0 14px;
padding: 0;
list-style: none;
}
.pbn-link-anchors__segment {
position: relative;
flex: 1;
min-width: 130px;
padding: 6px 10px;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 500;
color: #0f172a;
background: #f3f4ff;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
cursor: default;
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
background 0.2s ease-out;
} .pbn-link-anchors__segment--base {
flex: 4;
background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(56, 189, 248, 0.12));
}
.pbn-link-anchors__segment--support {
flex: 3;
background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(34, 197, 94, 0.12));
}
.pbn-link-anchors__segment--careful {
flex: 2;
background: linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(252, 211, 77, 0.08));
}
.pbn-link-anchors__segment--careful-strong {
flex: 1.3;
background: linear-gradient(135deg, rgba(248, 113, 113, 0.2), rgba(248, 250, 252, 0.9));
} .pbn-link-anchors__segment:hover {
transform: translateY(-2px);
box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
} .pbn-link-anchors__list {
margin: 0;
}
.pbn-definition-list--compact .pbn-definition-list__item {
padding: 8px 0;
}
.pbn-definition-list--compact dt {
font-size: 0.93rem;
font-weight: 600;
margin-bottom: 2px;
}
.pbn-definition-list--compact dd {
font-size: 0.88rem;
} .pbn-link__list {
margin-top: 8px;
}
.pbn-link-landing {
margin-top: 18px;
padding: 12px 14px;
border-radius: 16px;
background: rgba(248, 250, 252, 0.95);
border: 1px solid rgba(148, 163, 184, 0.35);
}
.pbn-link-landing__title {
margin: 0 0 8px;
font-size: 0.96rem;
font-weight: 600;
}
.pbn-link-landing__list li {
font-size: 0.9rem;
} .pbn-link__note {
margin-top: 20px;
padding: 12px 16px;
border-radius: 16px;
background: linear-gradient(
135deg,
rgba(99, 102, 241, 0.04),
rgba(236, 72, 153, 0.03)
);
font-size: 0.86rem;
color: var(--pbn-text-soft, #64748b);
} @media (max-width: 1024px) {
.pbn-link-anchors__scale {
margin-top: 10px;
}
}
@media (max-width: 768px) {
.pbn-link-anchors__scale {
flex-direction: column;
}
.pbn-link-anchors__segment {
min-width: 0;
}
.pbn-link__note {
margin-top: 16px;
}
} #pbn-indexing .pbn-indexing__column {
align-self: stretch;
}
#pbn-indexing .pbn-indexing__title {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
font-size: 1.02rem;
} #pbn-indexing .pbn-indexing__icon {
width: 30px;
height: 30px;
border-radius: 999px;
position: relative;
flex-shrink: 0;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}
#pbn-indexing .pbn-indexing__icon::before {
content: "";
position: absolute;
inset: 6px;
border-radius: inherit;
background: #ffffff;
opacity: 0.96;
} #pbn-indexing .pbn-indexing__icon--control {
background: radial-gradient(circle at 0 0, #a5b4fc, #38bdf8);
} #pbn-indexing .pbn-indexing__icon--results {
background: radial-gradient(circle at 0 0, #22c55e, #8b5cf6);
} #pbn-indexing .pbn-list--indexing li,
#pbn-indexing .pbn-list--indexing-result li {
font-size: 0.95rem;
} #pbn-indexing .pbn-list--indexing li::before {
background: rgba(59, 130, 246, 0.26);
box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.22);
} #pbn-indexing .pbn-list--indexing-result li::before {
background: rgba(34, 197, 94, 0.3);
box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.22);
} #pbn-indexing .pbn-indexing__safety {
margin-top: 26px;
background: linear-gradient(
135deg,
rgba(22, 163, 74, 0.06),
rgba(37, 99, 235, 0.05)
);
border-color: rgba(34, 197, 94, 0.3);
} #pbn-indexing .pbn-indexing__badge {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 999px;
background: rgba(34, 197, 94, 0.12);
color: #15803d;
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 6px;
} #pbn-indexing .pbn-indexing__safety-title {
margin: 0 0 6px;
font-size: 0.98rem;
font-weight: 600;
} #pbn-indexing .pbn-list--compact {
margin: 0;
padding-left: 1.2rem;
}
#pbn-indexing .pbn-list--compact li {
margin-bottom: 0.3rem;
font-size: 0.9rem;
}
#pbn-indexing .pbn-list--compact li::before {
background: rgba(34, 197, 94, 0.7);
box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
} #pbn-indexing .pbn-indexing__title:hover .pbn-indexing__icon {
transform: translateY(-1px);
transition: transform 0.18s ease-out;
} #pbn-indexing .pbn-indexing__safety {
position: relative;
overflow: hidden;
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
border-color 0.18s ease-out,
background 0.18s ease-out;
} #pbn-indexing .pbn-indexing__safety::after {
content: "";
position: absolute;
inset: -40% -10% auto auto;
background: radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.18), transparent 60%);
opacity: 0;
pointer-events: none;
transition:
opacity 0.25s ease-out,
transform 0.25s ease-out;
} #pbn-indexing .pbn-indexing__safety:hover {
transform: translateY(-3px);
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
border-color: rgba(34, 197, 94, 0.5);
}
#pbn-indexing .pbn-indexing__safety:hover::after {
opacity: 1;
transform: translate3d(6px, -6px, 0);
} #pbn-indexing h3 {
padding-left: 0; }
#pbn-indexing h3::before {
content: none !important; display: none !important;
} .pbn-section__header--pricing {
margin-bottom: 18px;
}
.pbn-section__header--pricing h2 {
margin-bottom: 6px;
}
.pbn-section__subtitle {
font-size: 0.92rem;
color: var(--pbn-text-soft);
max-width: 560px;
} .pbn-pricing-card {
position: relative;
overflow: hidden;
border: 1px solid rgba(15, 23, 42, 0.7);
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
border-color 0.18s ease-out;
}
.pbn-pricing-card:hover {
transform: translateY(-6px);
box-shadow: 0 26px 70px rgba(15, 23, 42, 0.9);
border-color: rgba(129, 140, 248, 0.85);
}
.pbn-pricing-card__tag {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #9ca3af;
margin-bottom: 0.6rem;
}
.pbn-pricing-card__title {
margin-bottom: 0.6rem;
}
.pbn-pricing-card__badge {
position: absolute;
inset: 18px 18px auto auto;
padding: 0.28rem 0.8rem;
border-radius: 999px;
background: rgba(34, 197, 94, 0.16);
color: #bbf7d0;
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.16em;
}
.pbn-pricing-card--popular {
border-color: rgba(129, 140, 248, 0.9);
box-shadow: 0 26px 80px rgba(79, 70, 229, 0.6);
transform: translateY(-4px);
}
.pbn-pricing-card--popular:hover {
transform: translateY(-8px);
box-shadow: 0 32px 90px rgba(79, 70, 229, 0.75);
} .pbn-pricing-card__price {
margin: 1.4rem 0 0.4rem;
font-size: 1.3rem;
font-weight: 700;
color: #e5e7eb;
}
.pbn-pricing-card__price-from {
display: inline-block;
padding: 0.16rem 0.6rem;
margin-right: 0.5rem;
border-radius: 999px;
background: rgba(148, 163, 184, 0.22);
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #cbd5f5;
}
.pbn-pricing-card__note {
font-size: 0.86rem;
color: #9ca3af;
}
.pbn-pricing-card__benefit {
margin-top: 0.5rem;
font-size: 0.86rem;
color: #9ca3af;
} .pbn-pricing-summary {
display: flex;
flex-wrap: wrap;
gap: 18px;
align-items: flex-start;
margin-top: 24px;
}
.pbn-pricing-summary__main {
flex: 1 1 260px;
}
.pbn-pricing-summary__cta {
flex: 0 0 260px;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.4rem;
text-align: right;
}
.pbn-pricing-summary__title {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.45rem;
}
.pbn-pricing-summary__list {
margin: 0;
padding-left: 1.2rem;
font-size: 0.93rem;
color: var(--pbn-text-soft);
}
.pbn-pricing-summary__note {
margin-top: 0.55rem;
font-size: 0.86rem;
color: var(--pbn-text-soft);
}
.pbn-pricing-summary__text {
font-size: 0.93rem;
color: var(--pbn-text);
}
.pbn-pricing-summary__btn {
padding-inline: 1.9rem;
}
.pbn-pricing-summary__hint {
font-size: 0.8rem;
color: var(--pbn-text-soft);
} @media (max-width: 768px) {
.pbn-pricing-summary {
flex-direction: column;
align-items: flex-start;
}
.pbn-pricing-summary__cta {
align-items: flex-start;
text-align: left;
}
.pbn-pricing-summary__btn {
width: 100%;
justify-content: center;
}
} .pbn-pricing-intro {
margin: 6px 0 18px;
font-size: 0.92rem;
color: var(--pbn-text-soft);
max-width: 560px;
} .pbn-pricing-card,
.pbn-pricing-card p,
.pbn-pricing-card h3,
.pbn-pricing-card li {
color: #f9fafb;
}
.pbn-pricing-card__tag,
.pbn-pricing-card__note,
.pbn-pricing-card__benefit {
color: #d1d5db;
}
.pbn-pricing-card__title {
color: #ffffff;
}
.pbn-pricing-card__price {
color: #ffffff;
}
.pbn-pricing-card .pbn-list li::before {
background: rgba(129, 140, 248, 0.85);
box-shadow: 0 0 0 5px rgba(79, 70, 229, 0.45);
} #pbn-pricing .pbn-pricing-card,
#pbn-pricing .pbn-pricing-card * {
color: #f9fafb !important; } #pbn-pricing .pbn-pricing-card__tag,
#pbn-pricing .pbn-pricing-card__note,
#pbn-pricing .pbn-pricing-card__benefit {
color: #e5e7eb !important;
} #pbn-pricing .pbn-pricing-card__title,
#pbn-pricing .pbn-pricing-card__price {
color: #ffffff !important;
font-weight: 700;
} #pbn-pricing .pbn-pricing-card .pbn-list li::before {
background: rgba(191, 219, 254, 0.95);
box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.35);
}  #pbn-pricing .pbn-pricing-card {
position: relative;
} #pbn-pricing .pbn-pricing-card:nth-child(2) .pbn-pricing-card__badge {
position: absolute; top: 64px; right: 24px; transform: none; } .pbn-pricing-card,
.pbn-pricing-card p,
.pbn-pricing-card li,
.pbn-pricing-card h3 {
color: #f9fafb; } .pbn-pricing-card {
cursor: pointer;
} .pbn-pricing-card:focus-visible {
outline: 2px solid rgba(129, 140, 248, 0.9);
outline-offset: 4px;
} .pbn-pricing-card__header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.pbn-pricing-card__badge {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 4px 10px;
border-radius: 999px;
background: linear-gradient(135deg, #22c55e, #16a34a);
color: #ecfdf5;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
} .pbn-modal-open {
overflow: hidden;
} .pbn-pricing-card--popular .pbn-pricing-card__badge {
background: linear-gradient(135deg, #047857, #059669);
color: #ecfdf5; box-shadow: 0 10px 24px rgba(5, 150, 105, 0.45);
} .pbn-cases-timeline {
margin-top: 10px;
}
.pbn-cases-note {
margin-top: 14px;
font-size: 0.9rem;
color: var(--pbn-text-soft);
}
.pbn-cases-note--small {
margin-top: 10px;
font-size: 0.85rem;
} .pbn-cases-cards {
margin-top: 10px;
display: grid;
gap: 12px;
}
.pbn-case {
padding: 14px 16px 15px;
border-radius: 16px;
background: #ffffff;
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}
.pbn-case__title {
margin: 0 0 2px;
font-size: 0.96rem;
font-weight: 600;
}
.pbn-case__meta {
margin: 0 0 4px;
font-size: 0.8rem;
color: var(--pbn-text-soft);
}
.pbn-case__result {
margin: 0 0 4px;
font-size: 0.95rem;
font-weight: 600;
color: var(--pbn-accent-2);
}
.pbn-case__text {
margin: 0;
font-size: 0.9rem;
color: var(--pbn-text-soft);
} .pbn-figure--chart .pbn-figure__placeholder {
position: relative;
overflow: hidden;
padding-top: 26px;
padding-bottom: 30px;
background:
radial-gradient(circle at 0 100%, rgba(129, 140, 248, 0.16), transparent 60%),
radial-gradient(circle at 100% 0, rgba(244, 114, 182, 0.16), transparent 60%),
#f9fafb;
}
.pbn-figure__chart-label {
position: absolute;
left: 26px;
top: 18px;
font-size: 0.8rem;
color: var(--pbn-text-soft);
}
.pbn-figure__chart-line {
position: absolute;
left: 30px;
right: 30px;
bottom: 32px;
height: 2px;
background: linear-gradient(90deg, #a5b4fc, #22c55e);
transform-origin: left bottom;
transform: skewY(-18deg);
opacity: 0.9;
}
.pbn-figure__chart-point {
position: absolute;
width: 10px;
height: 10px;
border-radius: 999px;
background: #22c55e;
box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.2);
}
.pbn-figure__chart-point--1 {
left: 34px;
bottom: 38px;
}
.pbn-figure__chart-point--2 {
left: 50%;
bottom: 58px;
transform: translateX(-50%);
}
.pbn-figure__chart-point--3 {
right: 34px;
bottom: 86px;
} @media (max-width: 768px) {
.pbn-cases-cards {
margin-top: 8px;
}
.pbn-figure__chart-line {
left: 22px;
right: 22px;
}
.pbn-figure__chart-point--1 {
left: 26px;
}
.pbn-figure__chart-point--3 {
right: 26px;
}
} #pbn-value .pbn-value-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}
#pbn-value .pbn-value-card {
display: flex;
flex-direction: column;
height: 100%;
} #pbn-value .pbn-value-card__header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
#pbn-value .pbn-value-card__icon {
width: 28px;
height: 28px;
border-radius: 999px;
background: linear-gradient(135deg, #4f46e5, #22c55e);
box-shadow: 0 8px 20px rgba(40, 76, 255, 0.25);
flex-shrink: 0;
} #pbn-value .pbn-value-card__icon--control {
background: linear-gradient(135deg, #4f46e5, #06b6d4);
}
#pbn-value .pbn-value-card__icon--report {
background: linear-gradient(135deg, #6366f1, #22c55e);
}
#pbn-value .pbn-value-card__icon--security {
background: linear-gradient(135deg, #22c55e, #16a34a);
}
#pbn-value .pbn-value-card__icon--strategy {
background: linear-gradient(135deg, #f97316, #ec4899);
} #pbn-value .pbn-card__list {
margin-top: 4px;
}
#pbn-value .pbn-card__list li + li {
margin-top: 6px;
} @media (max-width: 1024px) {
#pbn-value .pbn-value-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
#pbn-value .pbn-value-grid {
grid-template-columns: 1fr;
}
} #pbn-value .pbn-card__title {
padding-left: 0; }
#pbn-value .pbn-card__title::before {
content: none !important; display: none !important;
}  #pbn-value .pbn-card {
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#pbn-value .pbn-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
border-color: rgba(122, 151, 255, 0.35);
} #pbn-value .pbn-card__title,
#pbn-value .pbn-section__block h3 {
position: relative;
display: inline-block;
transition: color 0.25s ease, transform 0.25s ease;
} #pbn-value .pbn-card:hover .pbn-card__title {
transform: translateX(2px);
color: #111827; } #pbn-value .pbn-card__title::after,
#pbn-value .pbn-section__block h3::after {
content: "";
position: absolute;
left: 0;
bottom: -0.35em;
width: 0;
height: 2px;
border-radius: 999px;
background: linear-gradient(90deg, #6d9bff, #ff7ad9);
transition: width 0.25s ease;
} #pbn-value .pbn-card:hover .pbn-card__title::after {
width: 100%;
}
#pbn-value .pbn-section__block:hover h3::after {
width: 100%;
} .pbn-section-subtitle {
margin-top: 8px;
max-width: 640px;
font-size: 15px;
line-height: 1.6;
color: #4b5563;
} #pbn-order .pbn-step__title {
padding-left: 0;
}
#pbn-order .pbn-step__title::before {
content: none;
} #pbn-order .pbn-step {
transition:
background-color 0.2s ease,
transform 0.2s ease,
box-shadow 0.2s ease;
}
#pbn-order .pbn-step:hover {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-3px);
box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
} .pbn-order-cta {
margin-top: 24px;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
font-size: 15px;
color: #4b5563;
}  #pbn-alternatives h3::before {
display: none;
} #pbn-alternatives .pbn-section__grid {
align-items: stretch;
} .pbn-alt-card {
position: relative;
border-radius: 24px;
padding: 24px 28px;
border: 1px solid rgba(120, 138, 200, 0.18);
box-shadow: 0 18px 45px rgba(15, 51, 102, 0.06);
background: #ffffff;
display: flex;
flex-direction: column;
gap: 14px;
transition:
transform 0.25s ease,
box-shadow 0.25s ease,
border-color 0.25s ease;
} .pbn-alt-card--risks {
background: linear-gradient(135deg, #fff7f0, #ffffff);
}
.pbn-alt-card--alt {
background: linear-gradient(135deg, #f1f7ff, #ffffff);
} .pbn-alt-card:hover {
transform: translateY(-4px);
box-shadow: 0 22px 55px rgba(22, 40, 80, 0.14);
border-color: rgba(93, 120, 255, 0.4);
} .pbn-alt-card__title {
font-size: 20px;
line-height: 1.3;
font-weight: 700;
color: #0b1020;
margin-bottom: 4px;
} .pbn-alt-card__lead {
margin: 0 0 6px;
font-size: 15px;
} #pbn-alternatives .pbn-list li strong {
font-weight: 600;
color: #111827;
} .pbn-alt-summary {
margin-top: 24px;
padding: 18px 22px;
border-radius: 20px;
border: 1px dashed rgba(93, 120, 255, 0.35);
background: rgba(93, 120, 255, 0.03);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 14px 18px;
}
.pbn-alt-summary__text {
max-width: 640px;
font-size: 15px;
} .pbn-alt-summary__btn {
white-space: nowrap;
} .pbn-btn--ghost {
background: transparent;
color: #1b2554;
border: 1px solid rgba(93, 120, 255, 0.9);
box-shadow: none;
}
.pbn-btn--ghost:hover {
background: rgba(93, 120, 255, 0.06);
} @media (max-width: 768px) {
.pbn-alt-summary {
align-items: flex-start;
}
.pbn-alt-summary__btn {
width: 100%;
text-align: center;
justify-content: center;
}
} .pbn-btn.pbn-btn--ghost {
background: #ffffff;
color: #1b2554;
border: 1px solid rgba(93, 120, 255, 0.7);
box-shadow: 0 8px 20px rgba(40, 70, 150, 0.08);
} .pbn-btn.pbn-btn--ghost:hover,
.pbn-btn.pbn-btn--ghost:focus-visible {
background: #f3f6ff;
color: #101827;
border-color: rgba(93, 120, 255, 1);
box-shadow: 0 10px 26px rgba(40, 70, 150, 0.14);
} .pbn-btn.pbn-btn--ghost,
.pbn-btn.pbn-btn--ghost:hover,
.pbn-btn.pbn-btn--ghost:focus,
.pbn-btn.pbn-btn--ghost:active {
color: #101827;
} .pbn-faq {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 24px;
} .pbn-faq__item {
border-radius: 18px;
border: 1px solid rgba(148, 163, 184, 0.35); background: rgba(255, 255, 255, 0.9);
overflow: hidden;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease,
background-color 0.2s ease,
transform 0.18s ease-out;
} .pbn-faq__item:not([open]):hover {
background: #ffffff;
border-color: rgba(129, 140, 248, 0.5); box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
transform: translateY(-1px);
} .pbn-faq__item[open] {
background: #ffffff;
border-color: rgba(129, 140, 248, 0.7);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
} .pbn-faq__question {
list-style: none;
cursor: pointer;
padding: 16px 56px 16px 20px;
margin: 0;
font-weight: 600;
font-size: 16px;
line-height: 1.4;
color: #020617; position: relative;
display: flex;
align-items: center;
} .pbn-faq__question::-webkit-details-marker {
display: none;
} .pbn-faq__question::after {
content: "";
position: absolute;
right: 22px;
width: 10px;
height: 10px;
border-right: 2px solid #94a3b8;
border-bottom: 2px solid #94a3b8;
transform: rotate(45deg); transition: transform 0.2s ease;
} .pbn-faq__item[open] .pbn-faq__question::after {
transform: rotate(225deg);
} .pbn-faq__answer {
padding: 0 20px 18px 20px;
margin: 0;
font-size: 15px;
line-height: 1.6;
color: #4b5563;
} #pbn-faq .pbn-section__cta {
margin-top: 28px;
} @media (max-width: 767px) {
.pbn-faq__question {
padding: 14px 44px 14px 16px;
font-size: 15px;
}
.pbn-faq__answer {
padding: 0 16px 16px 16px;
font-size: 14px;
}
} #pbn-faq .pbn-section__cta {
background: #020617; color: #f9fafb; border-radius: 18px;
padding: 20px 24px;
} #pbn-faq .pbn-section__cta p {
color: inherit;
font-size: 15px;
line-height: 1.6;
} #pbn-faq .pbn-section__cta {
background: #ffffff; color: #020617; border-radius: 18px;
padding: 20px 24px;
border: 1px solid rgba(15, 23, 42, 0.06);
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
} #pbn-faq .pbn-section__cta p {
color: inherit;
} .pbn-hero__highlight--link {
border: none;
background: transparent;
padding: 0;
margin: 0;
text-align: left;
cursor: pointer;
display: flex;
align-items: stretch;
} .pbn-hero__highlight--link:focus-visible {
outline: 2px solid rgba(88, 114, 255, 0.9);
outline-offset: 3px;
} .pbn-hero__highlight--link:hover {
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(28, 27, 53, 0.18);
} .pbn-hero__cta {
margin-top: 32px;
display: flex;
flex-direction: column; align-items: flex-start;
gap: 16px; } .pbn-hero__cta .pbn-btn {
margin-left: 0;
}
.pbn-who-cta {
margin-top: 24px;
text-align: center;
}
.pbn-who-cta .pbn-btn {
padding: 14px 32px;
font-size: 16px;
}
.pbn-sticky-pricing {
position: fixed;
right: 24px;
bottom: 120px;
z-index: 9999;
padding: 14px 28px;
font-weight: 600;
border: none;
border-radius: 32px;
cursor: pointer;
font-size: 15px;
color: #fff; background: linear-gradient(135deg, #6a59ff 0%, #8e49ff 100%);
box-shadow: 0 8px 22px rgba(110, 78, 255, 0.28);
transition: .25s;
}
.pbn-sticky-pricing:hover {
transform: translateY(-3px);
box-shadow: 0 12px 24px rgba(110, 78, 255, 0.40);
} .pbn-contacts-hero {
padding-top: 3.5rem;
} .pbn-contacts-hero h1 {
font-size: clamp(2.2rem, 1.8rem + 1.4vw, 2.8rem);
line-height: 1.15;
margin-bottom: 1.2rem;
}
.pbn-contacts-hero .pbn-section__lead {
max-width: 780px;
font-size: 1rem;
line-height: 1.7;
color: #465272;
margin-bottom: 2.8rem;
} .pbn-contacts__subtitle {
font-size: 1.35rem;
font-weight: 600;
margin-bottom: 1.4rem;
} .pbn-contacts-channels {
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 1.25rem;
}
.pbn-contacts-card {
display: block;
padding: 1.1rem 1.3rem;
border-radius: 18px;
background: #ffffff;
border: 1px solid rgba(129, 148, 255, 0.18);
box-shadow: 0 18px 45px rgba(20, 34, 69, 0.04);
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.pbn-contacts-card__label {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #8e9abc;
margin-bottom: 0.15rem;
}
.pbn-contacts-card__value {
font-size: 1.05rem;
font-weight: 600;
color: #111827;
margin-bottom: 0.1rem;
}
.pbn-contacts-card__hint {
font-size: 0.9rem;
color: #647196;
} .pbn-contacts-card--email .pbn-contacts-card__value {
color: #365cff;
}
.pbn-contacts-card--telegram .pbn-contacts-card__value {
color: #1ca8ff;
} .pbn-contacts-card:hover {
transform: translateY(-2px);
border-color: rgba(129, 148, 255, 0.45);
box-shadow: 0 20px 50px rgba(20, 34, 69, 0.07);
} .pbn-contacts-hero__note {
font-size: 0.92rem;
color: #4b5675;
margin-top: 0.5rem;
} .pbn-contacts-cta {
align-self: stretch;
}
.pbn-contacts-cta .pbn-list--bullets {
margin-bottom: 1rem;
}
.pbn-contacts-cta__text {
font-size: 0.96rem;
color: #4e5975;
margin-bottom: 1.5rem;
} .pbn-contacts-cta .pbn-btn--primary {
padding-inline: 2.4rem;
} @media (max-width: 768px) {
.pbn-contacts-hero {
padding-top: 2.5rem;
}
.pbn-contacts-hero .pbn-section__grid--2cols {
grid-template-columns: 1fr;
row-gap: 2.2rem;
}
.pbn-contacts-cta {
order: 2;
}
} .pbn-contacts-form {
max-width: 900px;
margin-inline: auto;
} .pbn-form__note {
margin-top: 0.75rem;
margin-bottom: 1.75rem;
font-size: 0.9rem;
color: rgba(16, 24, 40, 0.7);
}
.pbn-form__required {
color: #e5484d;
} .pbn-form__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.25rem 1.5rem;
margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
.pbn-form__grid {
grid-template-columns: 1fr;
}
} .pbn-form__field {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.pbn-form__field label {
font-size: 0.95rem;
font-weight: 500;
color: #111827;
}
.pbn-form input,
.pbn-form select,
.pbn-form textarea {
width: 100%;
padding: 0.7rem 0.85rem;
border-radius: 10px;
border: 1px solid rgba(148, 163, 184, 0.6);
background: #f9fafb;
font-size: 0.95rem;
transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.pbn-form textarea {
resize: vertical;
min-height: 160px;
} .pbn-form input:focus,
.pbn-form select:focus,
.pbn-form textarea:focus {
outline: none;
border-color: #6366f1;
background-color: #ffffff;
box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.08),
0 10px 25px rgba(15, 23, 42, 0.08);
} .pbn-form__field--full {
margin-bottom: 1.5rem;
}
.pbn-form__footer {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.pbn-form__hint {
font-size: 0.85rem;
line-height: 1.4;
color: rgba(15, 23, 42, 0.65);
}
.pbn-form__hint--under {
margin-top: 0.35rem;
font-size: 0.83rem;
} @media (min-width: 640px) {
.pbn-form__footer {
align-items: flex-start;
}
} .pbn-audience-card {
position: relative;
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.03);
transition:
transform 0.22s ease,
box-shadow 0.22s ease,
border-color 0.22s ease,
background 0.22s ease;
overflow: hidden;
} .pbn-audience-card::before {
content: "";
position: absolute;
left: 0;
top: 16px;
bottom: 16px;
width: 3px;
border-radius: 999px;
background: linear-gradient(180deg, #4f46e5, #22c55e);
opacity: 0.4;
transition: opacity 0.22s ease, transform 0.22s ease;
transform: scaleY(0.9);
} .pbn-audience-card:hover,
.pbn-audience-card:focus-within {
transform: translateY(-6px);
border-color: rgba(129, 140, 248, 0.7);
box-shadow:
0 24px 55px rgba(15, 23, 42, 0.12),
0 0 0 1px rgba(129, 140, 248, 0.08);
background: radial-gradient(circle at top left,
rgba(129, 140, 248, 0.08),
#ffffff 55%);
}
.pbn-audience-card:hover::before,
.pbn-audience-card:focus-within::before {
opacity: 1;
transform: scaleY(1);
} @media (hover: none) {
.pbn-audience-card {
transform: none !important;
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.03);
}
}  .pbn-contacts-hero {
position: relative;
padding-top: 3rem;
} .pbn-contacts-hero > h1 {
margin: 0 0 1.75rem;
font-weight: 800;
line-height: 1.1;
font-size: clamp(2rem, 1.2rem + 2vw, 2.8rem); letter-spacing: 0.01em;
background: linear-gradient(90deg, #6248ff 0%, #9a46ff 35%, #ff5fd1 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0 10px 25px rgba(98, 72, 255, 0.3);
position: relative;
} .pbn-contacts-hero > h1::after {
content: "";
display: block;
width: 110px;
height: 3px;
border-radius: 999px;
margin-top: 1rem;
background: linear-gradient(90deg, #6248ff 0%, #ff5fd1 100%);
box-shadow: 0 0 18px rgba(144, 110, 255, 0.5);
} .pbn-contacts__subtitle {
position: relative;
margin: 0 0 1rem;
padding-left: 1.5rem;
font-size: 1.05rem;
line-height: 1.4;
font-weight: 700;
color: #0f1630; } .pbn-contacts__subtitle::before {
content: "";
position: absolute;
left: 0;
top: 0.2rem;
width: 4px;
height: 1.4em;
border-radius: 999px;
background: linear-gradient(180deg, #2fd39a 0%, #43c0ff 100%);
box-shadow: 0 0 10px rgba(67, 192, 255, 0.6);
} .pbn-contacts-hero .pbn-section__lead {
margin-bottom: 2.5rem;
max-width: 48rem;
} .pbn-policy {
max-width: 1120px;
margin: 0 auto;
} .pbn-policy-hero {
position: relative;
padding-top: 3rem;
padding-bottom: 2.5rem;
}
.pbn-policy-hero > h1 {
margin: 0 0 1.5rem;
font-weight: 800;
line-height: 1.1;
font-size: clamp(2rem, 1.3rem + 1.8vw, 2.7rem);
letter-spacing: 0.01em;
background: linear-gradient(90deg, #5f4dff 0%, #9148ff 40%, #ff6fd4 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0 10px 24px rgba(97, 74, 255, 0.35);
}
.pbn-policy-hero > h1::after {
content: "";
display: block;
width: 120px;
height: 3px;
margin-top: 1rem;
border-radius: 999px;
background: linear-gradient(90deg, #5f4dff 0%, #ff6fd4 100%);
box-shadow: 0 0 18px rgba(149, 116, 255, 0.55);
}
.pbn-policy-hero .pbn-section__lead {
max-width: 50rem;
margin-bottom: 1.75rem;
}
.pbn-policy-meta {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 2.5rem;
padding: 1rem 1.25rem;
margin-bottom: 1.25rem;
border-radius: 1.25rem;
background: rgba(255, 255, 255, 0.85);
box-shadow: 0 18px 45px rgba(9, 12, 44, 0.08);
font-size: 0.95rem;
}
.pbn-policy-meta p {
margin: 0;
}
.pbn-policy-hero__note {
margin: 0;
font-size: 0.95rem;
color: rgba(8, 13, 41, 0.75);
} .pbn-policy h2 {
margin-bottom: 1rem;
font-size: 1.4rem;
font-weight: 700;
}
.pbn-policy h2::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
margin-right: 0.5rem;
border-radius: 999px;
background: radial-gradient(circle at 30% 30%, #ff9cf2 0, #6248ff 45%, #1ed39a 100%);
box-shadow: 0 0 12px rgba(98, 72, 255, 0.6);
vertical-align: middle;
} .pbn-policy-grid {
align-items: stretch;
}
.pbn-policy-card {
border-radius: 1.5rem;
padding: 1.5rem 1.75rem;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 16px 40px rgba(9, 12, 44, 0.08);
border: 1px solid rgba(255, 255, 255, 0.9);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pbn-policy-card:hover {
transform: translateY(-4px);
box-shadow: 0 24px 55px rgba(9, 12, 44, 0.12);
}
.pbn-policy-card h3 {
margin-top: 0;
margin-bottom: 0.75rem;
font-size: 1.05rem;
font-weight: 700;
} .pbn-definition-list--policy {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 1rem;
}
.pbn-definition-list--policy .pbn-definition-list__item {
padding: 1rem 1.25rem;
border-radius: 1.25rem;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 10px 30px rgba(9, 12, 44, 0.06);
}
.pbn-definition-list--policy dt {
font-weight: 700;
margin-bottom: 0.25rem;
}
.pbn-definition-list--policy dd {
margin: 0;
} .pbn-policy-list,
.pbn-policy .pbn-list {
margin-top: 0.25rem;
} .pbn-policy-contacts__grid {
gap: 1.5rem;
align-items: flex-start;
}
.pbn-policy-contacts__col {
padding: 1.25rem 1.5rem;
border-radius: 1.25rem;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 14px 38px rgba(9, 12, 44, 0.08);
font-size: 0.95rem;
}
.pbn-policy-disclaimer {
margin-top: 1.5rem;
font-size: 0.85rem;
color: rgba(8, 13, 41, 0.65);
} .pbn-policy-note {
margin-top: 1.5rem;
font-size: 0.9rem;
color: rgba(8, 13, 41, 0.75);
} @media (max-width: 768px) {
.pbn-policy-meta {
padding: 0.9rem 1rem;
}
.pbn-policy-card {
padding: 1.25rem 1.4rem;
}
} .pbn-about {
position: relative;
} .pbn-about-hero {
padding-top: 80px;
padding-bottom: 72px;
}
.pbn-about-hero__inner {
max-width: 920px;
}
.pbn-about-hero__title {
font-size: clamp(2.4rem, 3vw, 3rem);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.03em;
margin: 0 0 20px;
background: linear-gradient(90deg, #5f2dfc, #ff4fd8);
-webkit-background-clip: text;
color: transparent;
}
.pbn-about-hero__lead {
font-size: 1.05rem;
line-height: 1.7;
margin: 0 0 32px;
color: rgba(15, 23, 42, 0.85);
}
.pbn-about-hero__badges {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 32px;
}
.pbn-about-hero__badge {
min-width: 200px;
padding: 10px 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}
.pbn-about-hero__badge-label {
display: block;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: rgba(15, 23, 42, 0.55);
margin-bottom: 2px;
}
.pbn-about-hero__badge-value {
display: block;
font-size: 0.9rem;
font-weight: 600;
color: #0f172a;
}
.pbn-about-hero__cta {
display: flex;
flex-wrap: wrap;
gap: 12px;
} .pbn-about-heading {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 16px;
}
.pbn-about-subtitle {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 12px;
}
.pbn-about-mission__text {
margin: 0;
line-height: 1.7;
} .pbn-about-values__grid .pbn-card {
height: 100%;
}
.pbn-card--value {
background: rgba(255, 255, 255, 0.98);
border-radius: 24px;
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
} .pbn-about-expertise__geo {
font-weight: 600;
margin-bottom: 8px;
}
.pbn-about-expertise__note {
margin-top: 4px;
line-height: 1.7;
} .pbn-about-services__grid .pbn-card {
height: 100%;
} .pbn-card--fit {
height: 100%;
}
.pbn-card--danger {
border: 1px solid rgba(239, 68, 68, 0.35);
background: linear-gradient(
135deg,
rgba(254, 242, 242, 0.95),
rgba(255, 255, 255, 0.98)
);
} .pbn-about-goals__text a {
color: #5f2dfc;
text-decoration: none;
}
.pbn-about-goals__text a:hover {
text-decoration: underline;
} .pbn-about-cta {
padding-bottom: 96px;
}
.pbn-about-cta__inner {
border-radius: 32px;
padding: 32px 28px;
background: radial-gradient(circle at 0% 0%, #f97316 0, transparent 52%),
radial-gradient(circle at 100% 0%, #6366f1 0, transparent 55%),
#0f172a;
color: #f9fafb;
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.45);
}
.pbn-about-cta__inner h2 {
font-size: 1.8rem;
margin-bottom: 10px;
}
.pbn-about-cta__inner p {
margin-bottom: 20px;
max-width: 520px;
}
.pbn-about-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.pbn-about-cta__actions .pbn-btn--ghost {
background: transparent;
color: #e5e7eb;
border: 1px solid rgba(226, 232, 240, 0.6);
}
.pbn-about-cta__actions .pbn-btn--ghost:hover {
background: rgba(15, 23, 42, 0.3);
} @media (max-width: 900px) {
.pbn-about-hero {
padding-top: 56px;
padding-bottom: 56px;
}
.pbn-about-hero__title {
font-size: 2.1rem;
}
.pbn-about-hero__badges {
flex-direction: column;
}
.pbn-about-cta__inner {
padding: 28px 22px;
}
}
@media (max-width: 640px) {
.pbn-about-hero__cta {
flex-direction: column;
align-items: flex-start;
}
.pbn-about-cta__actions {
flex-direction: column;
align-items: flex-start;
}
}  .pbn-about .pbn-card {
position: relative;
transition:
transform 0.26s ease,
box-shadow 0.26s ease,
background 0.26s ease,
border-color 0.26s ease;
will-change: transform, box-shadow;
} .pbn-about .pbn-card::before {
content: "";
position: absolute;
inset: -6px;
border-radius: inherit;
background: radial-gradient(circle at 0% 0%, rgba(96, 165, 250, 0.26), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.3), transparent 52%);
opacity: 0;
z-index: -1;
transition: opacity 0.26s ease;
} .pbn-about .pbn-card:hover,
.pbn-about .pbn-card:focus-within {
transform: translateY(-6px);
box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
}
.pbn-about .pbn-card:hover::before,
.pbn-about .pbn-card:focus-within::before {
opacity: 1;
} .pbn-about .pbn-card--danger:hover,
.pbn-about .pbn-card--danger:focus-within {
box-shadow: 0 20px 50px rgba(239, 68, 68, 0.35);
} .pbn-about-hero__cta .pbn-btn,
.pbn-about-cta__actions .pbn-btn {
transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pbn-about-hero__cta .pbn-btn:hover,
.pbn-about-hero__cta .pbn-btn:focus-visible,
.pbn-about-cta__actions .pbn-btn:hover,
.pbn-about-cta__actions .pbn-btn:focus-visible {
transform: translateY(-2px);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
} @media (max-width: 640px) {
.pbn-about .pbn-card:hover,
.pbn-about .pbn-card:focus-within {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}
} .pbn-about-icon-title{
font-size: 32px;
font-weight: 800;
line-height: 1.25;
color: #0F172A;
display: flex;
align-items: center;
gap: 14px;
position: relative;
padding-bottom: 10px;
}
.pbn-about-icon-title::after{
content:"";
display:block;
position:absolute;
bottom:0;
left:0;
width:65px;
height:4px;
border-radius:3px;
background:linear-gradient(90deg,#9333EA,#6366F1,#0EA5E9);
} .pbn-about-icon-title.inner-icon {
display:flex;
align-items:center;
}
.pbn-about-icon-title::before{
content:"";
display:inline-block;
width:36px;
height:36px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
margin-right:12px;
} .pbn-about-icon-title.icon-target::before{
background-image:url(https://cdn.jsdelivr.net/npm/lucide-static@latest/icons/target.svg);
}
.pbn-about-icon-title.icon-eye::before{
background-image:url(https://cdn.jsdelivr.net/npm/lucide-static@latest/icons/eye.svg);
}
.pbn-about-icon-title.icon-star::before{
background-image:url(https://cdn.jsdelivr.net/npm/lucide-static@latest/icons/star.svg);
} @media(max-width:768px){
.pbn-about-icon-title{
font-size:26px;
}
.pbn-about-icon-title::before{
width:28px;
height:28px;
}
} .pbn-about-cta {
padding-top: 72px;
padding-bottom: 72px;
} .pbn-about-cta__inner {
position: relative;
overflow: hidden;
border-radius: 32px;
padding: 40px 48px;
background:
radial-gradient(circle at 0% 0%, #ffe6f5 0, transparent 55%),
radial-gradient(circle at 100% 0%, #e0f2ff 0, transparent 55%),
linear-gradient(135deg, #ffffff 0%, #f5f3ff 55%, #fff4ff 100%);
box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
color: #111827;
} .pbn-about-cta__inner::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
border-radius: inherit;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
} .pbn-about-cta__inner h2 {
position: relative;
margin: 0 0 16px;
font-size: 32px;
line-height: 1.25;
font-weight: 700;
color: #111827;
} .pbn-about-cta__inner p {
position: relative;
margin: 0 0 28px;
max-width: 640px;
font-size: 16px;
line-height: 1.7;
color: #4b5563;
} .pbn-about-cta__actions {
position: relative;
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
} .pbn-about-cta .pbn-btn--primary {
background: linear-gradient(135deg, #7f5dff 0%, #ec38bc 100%);
color: #ffffff;
box-shadow: 0 14px 35px rgba(123, 97, 255, 0.45);
} .pbn-about-cta .pbn-btn--ghost {
border: 1.5px solid rgba(113, 99, 238, 0.4);
color: #1f2933;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(6px);
}
.pbn-about-cta .pbn-btn--ghost:hover {
background: #ffffff;
border-color: rgba(113, 99, 238, 0.7);
} @media (max-width: 768px) {
.pbn-about-cta__inner {
padding: 28px 20px;
border-radius: 26px;
}
.pbn-about-cta__inner h2 {
font-size: 24px;
}
.pbn-about-cta__actions {
flex-direction: column;
align-items: stretch;
}
.pbn-about-cta .pbn-btn--primary,
.pbn-about-cta .pbn-btn--ghost {
width: 100%;
justify-content: center;
text-align: center;
}
} .pbn-site-header {
position: sticky;
top: 0;
z-index: 80;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
background: rgba(248, 250, 252, 0.92); border-bottom: 1px solid rgba(148, 163, 184, 0.25);
} .pbn-site-header__inner {
max-width: 1180px;
margin: 0 auto;
padding: 10px 18px;
display: flex;
align-items: center;
gap: 24px;
} .pbn-site-header__brand {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.pbn-site-header__logo {
width: 38px;
height: 38px;
border-radius: 999px;
overflow: hidden;
box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
}
.pbn-site-header__logo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pbn-site-header__brand-text {
display: flex;
flex-direction: column;
}
.pbn-site-header__title {
font-size: 0.98rem;
font-weight: 700;
letter-spacing: 0.02em;
color: #020617;
}
.pbn-site-header__tagline {
font-size: 0.78rem;
color: #6b7280;
} .pbn-site-header__nav {
margin-left: 32px;
flex: 1;
}
.pbn-main-nav {
list-style: none;
display: flex;
gap: 16px;
margin: 0;
padding: 0;
}
.pbn-main-nav > li > a {
display: inline-flex;
align-items: center;
padding: 6px 10px;
border-radius: 999px;
font-size: 0.9rem;
text-decoration: none;
color: #4b5563;
transition:
background 0.16s ease-out,
color 0.16s ease-out,
box-shadow 0.16s ease-out,
transform 0.12s ease-out;
}
.pbn-main-nav > li > a:hover {
background: rgba(148, 163, 184, 0.12);
color: #111827;
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
} .pbn-main-nav .current-menu-item > a,
.pbn-main-nav .current_page_item > a {
background: var(--pbn-accent-soft, rgba(99, 102, 241, 0.12));
color: #111827;
} .pbn-site-header__contact {
display: flex;
align-items: center;
gap: 14px;
margin-left: auto;
}
.pbn-site-header__email {
font-size: 0.86rem;
color: #4b5563;
text-decoration: none;
}
.pbn-site-header__email:hover {
color: #111827;
text-decoration: underline;
}
.pbn-site-header__cta {
display: inline-flex;
align-items: center;
gap: 10px;
} .pbn-header-telegram {
width: 36px;
height: 36px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: radial-gradient(circle at 30% 0%, #e0faff 0, transparent 55%),
linear-gradient(135deg, #0ea5e9, #0369a1);
box-shadow: 0 10px 24px rgba(56, 189, 248, 0.4);
position: relative;
text-decoration: none;
}
.pbn-header-telegram::before {
content: "";
width: 18px;
height: 18px;
background-image: url(https://cdn.jsdelivr.net/npm/lucide-static@latest/icons/send.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
filter: brightness(1.05);
} .pbn-site-header__toggle {
display: none; width: 34px;
height: 34px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.55);
background: rgba(255, 255, 255, 0.9);
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
.pbn-site-header__toggle span {
display: block;
width: 16px;
height: 2px;
border-radius: 999px;
background: #111827;
transition: transform 0.16s ease-out, opacity 0.16s ease-out;
}
.pbn-site-header__toggle span + span {
margin-top: 3px;
} .pbn-site-header--open .pbn-site-header__toggle span:nth-child(1) {
transform: translateY(5px) rotate(45deg);
}
.pbn-site-header--open .pbn-site-header__toggle span:nth-child(2) {
opacity: 0;
}
.pbn-site-header--open .pbn-site-header__toggle span:nth-child(3) {
transform: translateY(-5px) rotate(-45deg);
} @media (max-width: 992px) {
.pbn-site-header__inner {
padding-inline: 14px;
}
.pbn-site-header__nav {
order: 3;
width: 100%;
margin: 8px 0 4px;
display: none; }
.pbn-site-header--open .pbn-site-header__nav {
display: block;
}
.pbn-main-nav {
flex-wrap: wrap;
gap: 6px;
}
.pbn-main-nav > li > a {
font-size: 0.9rem;
padding: 7px 11px;
}
.pbn-site-header__contact {
gap: 10px;
}
.pbn-site-header__email {
display: none; }
.pbn-site-header__toggle {
display: inline-flex;
margin-left: 6px;
}
}
@media (max-width: 640px) {
.pbn-site-header__inner {
flex-wrap: wrap;
row-gap: 10px;
}
.pbn-site-header__brand-text .pbn-site-header__tagline {
display: none; }
.pbn-site-header__contact {
margin-left: auto;
}
.pbn-site-header__cta .pbn-btn {
padding-inline: 1.15rem;
}
} .pbn-site-footer {
margin-top: 64px;
background:
radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.08), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.06), transparent 55%),
#020617;
color: #e5e7eb;
border-top: 1px solid rgba(148, 163, 184, 0.35);
}
.pbn-site-footer__inner {
max-width: 1180px;
margin: 0 auto;
padding: 32px 18px 20px;
display: grid;
grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.2fr) minmax(0, 1.7fr);
gap: 32px;
} .pbn-site-footer__brand {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
margin-bottom: 10px;
}
.pbn-site-footer__logo {
width: 42px;
height: 42px;
border-radius: 999px;
overflow: hidden;
box-shadow: 0 14px 30px rgba(15, 23, 42, 0.65);
border: 1px solid rgba(148, 163, 184, 0.4);
}
.pbn-site-footer__logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.pbn-site-footer__brand-text {
display: flex;
flex-direction: column;
}
.pbn-site-footer__title {
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #e5e7eb;
}
.pbn-site-footer__tagline {
font-size: 0.8rem;
color: #9ca3af;
}
.pbn-site-footer__descr {
margin: 4px 0 10px;
font-size: 0.86rem;
line-height: 1.5;
color: #9ca3af;
}
.pbn-site-footer__copyright {
font-size: 0.8rem;
color: #6b7280;
} .pbn-site-footer__heading {
font-size: 0.9rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #e5e7eb;
margin: 4px 0 10px;
} .pbn-site-footer__links {
list-style: none;
margin: 0;
padding: 0;
}
.pbn-site-footer__links li + li {
margin-top: 6px;
}
.pbn-site-footer__links a {
font-size: 0.88rem;
color: #9ca3af;
text-decoration: none;
position: relative;
padding-bottom: 1px;
}
.pbn-site-footer__links a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
background: linear-gradient(90deg, #22c55e, #38bdf8);
transition: width 0.18s ease-out;
}
.pbn-site-footer__links a:hover {
color: #e5e7eb;
}
.pbn-site-footer__links a:hover::after {
width: 100%;
} .pbn-site-footer__contact {
margin-bottom: 10px;
}
.pbn-site-footer__email {
font-size: 0.9rem;
color: #e5e7eb;
text-decoration: none;
font-weight: 500;
}
.pbn-site-footer__email:hover {
color: #bbf7d0;
text-decoration: underline;
}
.pbn-site-footer__note {
margin: 4px 0 0;
font-size: 0.84rem;
color: #9ca3af;
}
.pbn-site-footer__actions {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 10px;
} .pbn-footer-telegram {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 11px;
border-radius: 999px;
border: 1px solid rgba(56, 189, 248, 0.6);
text-decoration: none;
background:
radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.2), transparent 55%),
rgba(15, 23, 42, 0.85);
box-shadow: 0 12px 30px rgba(8, 47, 73, 0.7);
}
.pbn-footer-telegram__icon {
width: 22px;
height: 22px;
border-radius: 999px;
background:
radial-gradient(circle at 30% 0%, #e0faff 0, transparent 55%),
linear-gradient(135deg, #0ea5e9, #0369a1);
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.pbn-footer-telegram__icon::before {
content: "";
width: 14px;
height: 14px;
background-image: url(https://cdn.jsdelivr.net/npm/lucide-static@latest/icons/send.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
filter: brightness(1.05);
}
.pbn-footer-telegram__text {
font-size: 0.86rem;
color: #e0f2fe;
white-space: nowrap;
}
.pbn-site-footer__btn {
font-size: 0.9rem;
} .pbn-site-footer__small {
margin-top: 4px;
font-size: 0.8rem;
color: #6b7280;
} .pbn-site-footer__bottom {
border-top: 1px solid rgba(31, 41, 55, 0.9);
margin-top: 10px;
}
.pbn-site-footer__bottom-inner {
max-width: 1180px;
margin: 0 auto;
padding: 8px 18px 12px;
display: flex;
justify-content: space-between;
gap: 10px;
}
.pbn-site-footer__bottom-text {
font-size: 0.78rem;
color: #6b7280;
} @media (max-width: 960px) {
.pbn-site-footer__inner {
grid-template-columns: minmax(0, 2fr) minmax(0, 1.6fr);
}
.pbn-site-footer__col--cta {
grid-column: 1 / -1;
}
.pbn-site-footer__actions {
flex-direction: row;
flex-wrap: wrap;
}
}
@media (max-width: 640px) {
.pbn-site-footer__inner {
grid-template-columns: minmax(0, 1fr);
padding-inline: 14px;
}
.pbn-site-footer__col--nav {
order: 3;
}
.pbn-site-footer__actions {
flex-direction: column;
width: 100%;
}
.pbn-footer-telegram {
width: 100%;
justify-content: center;
}
.pbn-site-footer__btn {
width: 100%;
text-align: center;
}
.pbn-site-footer__bottom-inner {
flex-direction: column;
align-items: flex-start;
padding-inline: 14px;
}
}  .pbn-site-footer,
.pbn-site-footer * {
color: #fff !important;
} .pbn-site-footer__descr,
.pbn-site-footer__note,
.pbn-site-footer__small,
.pbn-site-footer__bottom-text,
.pbn-site-footer__tagline {
color: rgba(255,255,255,0.8) !important;
} .pbn-site-footer__links a {
color: rgba(255,255,255,0.9) !important;
}
.pbn-site-footer__links a:hover {
color: #fff !important;
} .pbn-site-footer__email {
color: #fff !important;
}
.pbn-site-footer__email:hover {
color: #c4ddff !important;
} .pbn-footer-telegram__text {
color: #fff !important;
} .pbn-cases-hero {
max-width: 1180px; margin-inline: auto;
}
.pbn-cases-hero h1 {
font-size: 3rem;
line-height: 1.1;
margin-bottom: 1rem;
letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
.pbn-cases-hero h1 {
font-size: 3.4rem;
}
}
.pbn-cases-hero .pbn-section__lead {
margin-bottom: 1.75rem;
}
.pbn-cases-hero__chips {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 2rem;
}
.pbn-chip {
display: inline-flex;
align-items: center;
padding: 0.25rem 0.8rem;
border-radius: 999px;
font-size: 0.8rem;
line-height: 1.2;
background: rgba(120, 130, 255, 0.09);
color: #333a63;
border: 1px solid rgba(120, 130, 255, 0.18);
}
.pbn-chip--accent {
background: linear-gradient(135deg,#7c3aed,#4f46e5);
color: #ffffff;
border-color: transparent;
}
.pbn-chip--soft {
background: rgba(15,23,42,0.05);
border-color: rgba(15,23,42,0.06);
}
.pbn-cases-stats {
display: grid;
grid-template-columns: repeat(1, minmax(0,1fr));
gap: 1rem;
padding: 1.1rem 1.25rem;
border-radius: 1.5rem;
background: radial-gradient(circle at top left, rgba(124,58,237,0.12), transparent),
radial-gradient(circle at bottom right, rgba(59,130,246,0.12), transparent),
rgba(255,255,255,0.75);
box-shadow: 0 18px 50px rgba(15,23,42,0.08);
backdrop-filter: blur(14px);
}
@media (min-width: 768px) {
.pbn-cases-stats {
grid-template-columns: repeat(3, minmax(0,1fr));
}
}
.pbn-cases-stats__item {
text-align: left;
}
.pbn-cases-stats__value {
font-size: 1.4rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 0.15rem;
}
.pbn-cases-stats__label {
font-size: 0.85rem;
color: rgba(15,23,42,0.7);
} .pbn-cases-list {
display: flex;
flex-direction: column;
gap: 2.25rem;
}
.pbn-case-card {
display: grid;
grid-template-columns: minmax(0,1.6fr) minmax(0,1.1fr);
gap: 2.25rem;
padding: 2.25rem 2.5rem;
border-radius: 2rem;
background: #ffffff;
box-shadow: 0 24px 70px rgba(15,23,42,0.09);
position: relative;
overflow: hidden;
}
@media (max-width: 900px) {
.pbn-case-card {
grid-template-columns: minmax(0,1fr);
padding: 1.75rem 1.5rem;
}
}
.pbn-case-card::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at top left, rgba(124,58,237,0.14), transparent 60%),
radial-gradient(circle at bottom right, rgba(59,130,246,0.16), transparent 60%);
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.pbn-case-card:hover::before {
opacity: 1;
}
.pbn-case-card__content,
.pbn-case-card__media {
position: relative;
z-index: 1;
}
.pbn-case-card__badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 0.75rem;
}
.pbn-case-card__title {
font-size: 1.4rem;
line-height: 1.25;
margin-bottom: 0.6rem;
}
.pbn-case-card__meta {
display: flex;
flex-wrap: wrap;
gap: 0.9rem;
font-size: 0.9rem;
color: rgba(15,23,42,0.7);
margin-bottom: 1.1rem;
}
.pbn-case-card__before-after {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 1rem;
margin-bottom: 1.1rem;
}
@media (max-width: 768px) {
.pbn-case-card__before-after {
grid-template-columns: minmax(0,1fr);
}
}
.pbn-case-metric {
padding: 0.9rem 1rem;
border-radius: 1rem;
font-size: 0.9rem;
}
.pbn-case-metric--before {
background: rgba(15,23,42,0.03);
}
.pbn-case-metric--after {
background: rgba(22,163,74,0.06);
}
.pbn-case-metric__label {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: rgba(15,23,42,0.7);
margin-bottom: 0.25rem;
}
.pbn-case-metric__text {
margin: 0;
color: rgba(15,23,42,0.9);
}
.pbn-case-card__description {
margin: 0;
margin-top: 0.6rem;
font-size: 0.96rem;
color: rgba(15,23,42,0.9);
} .pbn-case-card__media img {
width: 100%;
display: block;
border-radius: 1.5rem;
object-fit: cover;
box-shadow: 0 18px 45px rgba(15,23,42,0.25);
margin-bottom: 0.9rem;
}
.pbn-case-card__facts {
list-style: none;
padding: 0;
margin: 0;
font-size: 0.88rem;
color: rgba(15,23,42,0.8);
}
.pbn-case-card__facts li {
display: flex;
gap: 0.35rem;
}
.pbn-case-card__facts li + li {
margin-top: 0.25rem;
}
.pbn-case-card__facts span {
font-weight: 600;
color: rgba(15,23,42,0.9);
} .pbn-cases-approach h2 {
margin-bottom: 1.75rem;
}
.pbn-cases-approach__item {
padding: 1.4rem 1.6rem;
border-radius: 1.4rem;
background: rgba(255,255,255,0.9);
box-shadow: 0 18px 55px rgba(15,23,42,0.06);
}
.pbn-cases-approach__item h3 {
font-size: 1rem;
margin-bottom: 0.4rem;
} .pbn-cases-cta__inner {
border-radius: 2rem;
padding: 2rem 2.3rem;
background: radial-gradient(circle at top left, rgba(244,114,182,0.22), transparent 55%),
radial-gradient(circle at bottom right, rgba(96,165,250,0.22), transparent 55%),
#111827;
color: #ffffff;
box-shadow: 0 24px 80px rgba(15,23,42,0.6);
}
@media (max-width: 768px) {
.pbn-cases-cta__inner {
padding: 1.75rem 1.6rem;
}
}
.pbn-cases-cta__inner h2 {
color: #ffffff;
margin-bottom: 0.8rem;
}
.pbn-cases-cta__inner p {
margin-bottom: 1.3rem;
max-width: 640px;
}
.pbn-cases-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.pbn-cases-cta .pbn-btn--ghost {
border-color: rgba(255,255,255,0.7);
color: #e5e7eb;
}
.pbn-cases-cta .pbn-btn--ghost:hover {
background: rgba(255,255,255,0.08);
} .pbn-case-card,
.pbn-cases-approach__item,
.pbn-cases-cta__inner {
opacity: 0;
transform: translateY(18px);
animation: pbn-cases-fade-up 0.7s ease forwards;
}
.pbn-case-card:nth-child(1) { animation-delay: 0.05s; }
.pbn-case-card:nth-child(2) { animation-delay: 0.12s; }
.pbn-case-card:nth-child(3) { animation-delay: 0.18s; }
.pbn-case-card:nth-child(4) { animation-delay: 0.24s; }
.pbn-case-card:nth-child(5) { animation-delay: 0.3s; }
@keyframes pbn-cases-fade-up {
from {
opacity: 0;
transform: translateY(18px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .pbn-cases-hero .pbn-about-hero__title {
max-width: 26ch;
}
.pbn-cases-hero .pbn-about-hero__lead {
max-width: 72ch;
} .pbn-cases-hero {
padding-bottom: 32px;
} .pbn-cases-summary {
margin-top: -8px; }
.pbn-cases-summary__strip {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
padding: 28px 40px;
border-radius: 32px;
background: linear-gradient(90deg, #f5ebff 0%, #eaf1ff 50%, #e7f4ff 100%);
box-shadow: 0 32px 80px rgba(27, 39, 51, 0.12);
}
.pbn-cases-summary__item {
display: flex;
flex-direction: column;
gap: 4px;
}
.pbn-cases-summary__value {
font-weight: 700;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #111827;
}
.pbn-cases-summary__label {
font-size: 14px;
line-height: 1.5;
color: rgba(15, 23, 42, 0.75);
} @media (max-width: 900px) {
.pbn-cases-summary__strip {
grid-template-columns: 1fr;
padding: 24px;
}
.pbn-cases-hero {
padding-bottom: 24px;
}
} @keyframes pbn-approach-fade-up {
from {
opacity: 0;
transform: translateY(14px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.pbn-landing-page .pbn-cases-approach__item {
position: relative;
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.04);
padding: 28px 32px;
transition:
transform 0.18s ease-out,
box-shadow 0.18s ease-out,
border-color 0.18s ease-out,
background 0.18s ease-out; opacity: 0;
transform: translateY(14px);
animation: pbn-approach-fade-up 0.55s ease-out forwards;
} .pbn-landing-page .pbn-cases-approach__item:nth-child(2) {
animation-delay: 0.06s;
}
.pbn-landing-page .pbn-cases-approach__item:nth-child(3) {
animation-delay: 0.12s;
} .pbn-landing-page .pbn-cases-approach__item::before {
content: "";
position: absolute;
inset: -40% auto auto -32%;
background: radial-gradient(
circle at top left,
rgba(129, 140, 248, 0.18),
transparent 65%
);
opacity: 0;
pointer-events: none;
transition: opacity 0.25s ease-out;
} .pbn-landing-page .pbn-cases-approach__item:hover {
transform: translateY(-4px);
border-color: rgba(129, 140, 248, 0.7);
background: radial-gradient(
circle at top left,
rgba(248, 250, 255, 0.96),
#ffffff
);
box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
}
.pbn-landing-page .pbn-cases-approach__item:hover::before {
opacity: 1;
} @media (prefers-reduced-motion: reduce) {
.pbn-landing-page .pbn-cases-approach__item {
animation: none !important;
transform: none !important;
}
} .pbn-cases-cta {
padding-top: 0;
}
.pbn-cases-cta__inner {
position: relative;
padding: 40px 56px;
border-radius: 32px;
background: linear-gradient(135deg, #ffe4f4 0%, #f5edff 45%, #e9f4ff 100%);
box-shadow: 0 32px 90px rgba(15, 23, 42, 0.16);
color: #0f172a;
display: flex;
flex-direction: column;
gap: 20px;
}
.pbn-cases-cta__inner h2 {
margin: 0 0 8px;
font-size: 32px;
line-height: 1.2;
font-weight: 800;
}
.pbn-cases-cta__inner p {
margin: 0;
max-width: 640px;
font-size: 16px;
line-height: 1.6;
color: rgba(15, 23, 42, 0.88);
}
.pbn-cases-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 16px;
} .pbn-cases-cta .pbn-btn--primary { box-shadow: 0 20px 50px rgba(129, 140, 248, 0.5);
}
.pbn-cases-cta .pbn-btn--ghost {
background: #ffffff;
color: #111827;
border: 1px solid rgba(148, 163, 184, 0.4);
box-shadow: 0 16px 40px rgba(148, 163, 184, 0.35);
} @media (max-width: 768px) {
.pbn-cases-cta__inner {
padding: 28px 24px 32px;
border-radius: 24px;
}
.pbn-cases-cta__inner h2 {
font-size: 24px;
}
} .pbn-blog-hero {
padding-top: 24px;
}
.pbn-blog-hero__inner {
position: relative;
padding: 40px 56px 44px;
border-radius: 32px;
background: #ffffff;
box-shadow: 0 32px 90px rgba(15, 23, 42, 0.12);
}
.pbn-blog-hero__header {
max-width: 820px;
}
.pbn-blog-hero__title {
margin: 8px 0 16px;
font-size: 44px;
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.03em;
color: #020617;
}
.pbn-blog-hero__lead {
margin: 0;
font-size: 16px;
line-height: 1.6;
color: rgba(15, 23, 42, 0.9);
} .pbn-blog-hero__badges {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 28px;
}
.pbn-blog-hero__badge {
flex: 1 1 220px;
min-width: 220px;
padding: 14px 18px;
border-radius: 999px;
background: radial-gradient(circle at 0 0, rgba(244, 114, 182, 0.12), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.18), transparent 55%),
#f9fafb;
box-shadow: 0 18px 45px rgba(148, 163, 184, 0.35);
}
.pbn-blog-hero__badge-label {
display: block;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: rgba(15, 23, 42, 0.55);
margin-bottom: 2px;
}
.pbn-blog-hero__badge-value {
display: block;
font-size: 14px;
font-weight: 600;
color: #020617;
} .pbn-blog-hero__cta {
margin-top: 28px;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.pbn-blog-hero__cta .pbn-btn--primary {
box-shadow: 0 20px 50px rgba(129, 140, 248, 0.6);
}
.pbn-blog-hero__cta .pbn-btn--ghost {
background: #ffffff;
color: #111827;
border: 1px solid rgba(148, 163, 184, 0.4);
box-shadow: 0 16px 40px rgba(148, 163, 184, 0.35);
} @media (max-width: 1024px) {
.pbn-blog-hero__inner {
padding: 32px 24px 36px;
border-radius: 24px;
}
.pbn-blog-hero__title {
font-size: 32px;
}
.pbn-blog-hero__badges {
margin-top: 22px;
}
}
@media (max-width: 640px) {
.pbn-blog-hero__title {
font-size: 27px;
}
} .pbn-services-hero {
padding-top: 40px;
}
.pbn-services-hero__inner {
max-width: 1120px;
margin: 0 auto;
padding: 48px 56px 56px;
border-radius: 32px;
background: #ffffff;
box-shadow: 0 32px 120px rgba(15, 23, 42, 0.12);
position: relative;
overflow: hidden;
}
.pbn-services-hero__inner::before {
content: "";
position: absolute;
inset: -120px;
background: radial-gradient(circle at 0 0, rgba(180, 83, 255, 0.16), transparent 55%),
radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.16), transparent 55%);
opacity: 0.6;
pointer-events: none;
}
.pbn-services-hero__header,
.pbn-services-hero__cta {
position: relative;
z-index: 1;
}
.pbn-services-hero__title {
font-size: 44px;
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.03em;
margin: 8px 0 18px;
}
@media (max-width: 768px) {
.pbn-services-hero__inner {
padding: 32px 24px 32px;
border-radius: 24px;
}
.pbn-services-hero__title {
font-size: 32px;
}
}
.pbn-services-hero__lead {
max-width: 720px;
font-size: 16px;
line-height: 1.6;
color: #1f2933;
}
.pbn-services-hero__badges {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 28px;
}
@media (max-width: 960px) {
.pbn-services-hero__badges {
grid-template-columns: 1fr;
}
}
.pbn-services-hero__badge {
padding: 14px 18px;
border-radius: 999px;
background: linear-gradient(135deg, #f3e8ff, #e0f2fe);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}
.pbn-services-hero__badge-label {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #64748b;
margin-bottom: 4px;
}
.pbn-services-hero__badge-value {
font-size: 14px;
font-weight: 600;
}
.pbn-services-hero__cta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
} .pbn-services-list {
max-width: 1120px;
margin: 40px auto 0;
}
.pbn-services-list > h2 {
font-size: 28px;
font-weight: 800;
margin-bottom: 24px;
}
.pbn-services-list__items {
display: flex;
flex-direction: column;
gap: 24px;
} .pbn-service-card {
display: flex;
justify-content: space-between;
gap: 32px;
padding: 28px 32px;
border-radius: 24px;
background: #ffffff;
box-shadow: 0 24px 80px rgba(15, 23, 42, 0.10);
position: relative;
overflow: hidden;
}
.pbn-service-card::before {
content: "";
position: absolute;
inset: -120px;
background: radial-gradient(circle at 0 0, rgba(180, 83, 255, 0.12), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.12), transparent 55%);
opacity: 0.55;
pointer-events: none;
}
.pbn-service-card__content,
.pbn-service-card__media {
position: relative;
z-index: 1;
}
.pbn-service-card__content {
flex: 1 1 60%;
}
.pbn-service-card__media {
flex: 0 0 260px;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
}
@media (max-width: 960px) {
.pbn-service-card {
flex-direction: column;
}
.pbn-service-card__media {
align-items: flex-start;
}
}
.pbn-service-card__title {
font-size: 24px;
font-weight: 800;
margin-bottom: 10px;
}
.pbn-service-card__lead {
font-size: 15px;
line-height: 1.6;
margin-bottom: 14px;
}
.pbn-service-card__list {
margin: 0 0 14px;
padding-left: 18px;
font-size: 14px;
line-height: 1.6;
}
.pbn-service-card__list li + li {
margin-top: 4px;
} .pbn-service-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 18px;
}
.pbn-pill {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
background: rgba(148, 163, 184, 0.12);
color: #0f172a;
} .pbn-service-card__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
} .pbn-service-card__badge {
align-self: stretch;
padding: 10px 14px;
border-radius: 16px;
background: rgba(15, 23, 42, 0.85);
color: #e5e7eb;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.12em;
}
.pbn-service-card__badge-value {
display: block;
margin-top: 2px;
font-size: 14px;
font-weight: 600;
}
.pbn-service-card__icon {
width: 88px;
height: 88px;
border-radius: 999px;
background: radial-gradient(circle at 30% 0, #f97316, transparent 55%),
radial-gradient(circle at 100% 100%, #6366f1, transparent 55%);
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
color: #ffffff;
font-size: 18px;
box-shadow: 0 18px 55px rgba(15, 23, 42, 0.35);
} .pbn-services-list {
margin-top: 40px;
}
.pbn-services-list .pbn-section__title {
font-size: clamp(1.6rem, 1.4rem + 0.4vw, 1.9rem);
font-weight: 700;
margin-bottom: 24px;
}
.pbn-services-list__grid {
display: flex;
flex-direction: column;
gap: 24px;
} .pbn-service-card {
display: grid;
grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
gap: 32px;
padding: 32px 40px;
border-radius: var(--pbn-radius-lg, 28px);
background: #ffffff;
box-shadow: var(--pbn-shadow-card, 0 22px 60px rgba(15, 35, 90, 0.12));
position: relative;
overflow: hidden;
}
@media (max-width: 900px) {
.pbn-service-card {
grid-template-columns: 1fr;
padding: 24px 20px;
}
}
.pbn-service-card__main {
display: flex;
flex-direction: column;
gap: 20px;
}
.pbn-service-card__label {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #7b7f9a;
margin: 0;
}
.pbn-service-card__title {
font-size: clamp(1.7rem, 1.5rem + 0.4vw, 2rem);
font-weight: 800;
margin: 0;
color: #0b1020;
}
.pbn-service-card__text {
margin: 0;
color: #404458;
line-height: 1.6;
} .pbn-service-card__meta {
display: flex;
flex-wrap: wrap;
gap: 12px 20px;
margin-top: 4px;
}
.pbn-service-card__meta-item {
padding: 10px 14px;
border-radius: 999px;
background: linear-gradient(135deg, #f3f1ff 0%, #edf5ff 100%);
font-size: 0.82rem;
}
.pbn-service-card__meta-label {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.09em;
font-size: 0.7rem;
color: #7a7ea0;
margin-right: 6px;
}
.pbn-service-card__meta-value {
color: #272a3f;
} .pbn-service-card__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 12px;
} .pbn-service-card__aside {
display: flex;
flex-direction: column;
gap: 12px;
align-self: flex-start;
}
.pbn-service-card__pill {
padding: 14px 16px;
border-radius: 18px;
background: radial-gradient(circle at 0% 0%, #f2e5ff 0, #e9f3ff 40%, #edf4ff 100%);
font-weight: 600;
font-size: 0.9rem;
color: #20253a;
}
.pbn-service-card__pill-caption {
display: block;
margin-top: 4px;
font-weight: 400;
font-size: 0.78rem;
color: #5a6078;
} .pbn-fade-up {
opacity: 0;
transform: translateY(12px);
transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.pbn-fade-up.pbn-fade-up--visible {
opacity: 1;
transform: translateY(0);
} .pbn-service-card.pbn-fade-up {
opacity: 1;
transform: none;
} .pbn-service-card {
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
} .pbn-service-card:hover {
transform: translateY(-4px);
box-shadow: 0 22px 60px rgba(19, 35, 80, 0.22);
} .pbn-fade-up {
opacity: 0;
transform: translateY(14px);
transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}
.pbn-fade-up--visible {
opacity: 1;
transform: translateY(0);
} .pbn-blog-hero {
margin-bottom: 48px;
}
.pbn-blog-hero .pbn-about-hero__inner {
max-width: 1120px;
} .pbn-blog-list {
padding-top: 0;
}
.pbn-blog-list__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
@media (max-width: 1100px) {
.pbn-blog-list__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.pbn-blog-list__grid {
grid-template-columns: 1fr;
}
} .pbn-blog-card {
background: #ffffff;
border-radius: 32px;
padding: 24px 28px 26px;
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
position: relative;
overflow: hidden;
}
.pbn-blog-card__link {
display: flex;
flex-direction: column;
height: 100%;
text-decoration: none;
color: inherit;
}
.pbn-blog-card__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
font-size: 13px;
line-height: 1.3;
}
.pbn-blog-card__cat {
padding: 4px 10px;
border-radius: 999px;
background: rgba(88, 101, 242, 0.08);
color: #4f46e5;
font-weight: 500;
}
.pbn-blog-card__date {
color: #9ca3af;
font-size: 13px;
}
.pbn-blog-card__title {
font-size: 20px;
line-height: 1.35;
font-weight: 700;
margin: 0 0 10px;
}
.pbn-blog-card__excerpt {
font-size: 14px;
line-height: 1.6;
color: #4b5563;
margin-bottom: 16px;
}
.pbn-blog-card__more {
margin-top: auto;
font-size: 14px;
font-weight: 600;
color: #4f46e5;
} .pbn-blog-card:hover {
transform: translateY(-4px);
box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}
.pbn-blog-card:hover .pbn-blog-card__more {
text-decoration: underline;
} .pbn-blog-list__empty {
margin-top: 16px;
font-size: 15px;
color: #4b5563;
} .pbn-blog-pagination {
margin-top: 32px;
text-align: center;
}
.pbn-blog-pagination .page-numbers {
display: inline-block;
margin: 0 4px;
padding: 6px 10px;
border-radius: 999px;
font-size: 14px;
text-decoration: none;
color: #4b5563;
background: rgba(148, 163, 184, 0.12);
}
.pbn-blog-pagination .page-numbers.current {
background: linear-gradient(135deg, #6366f1, #ec4899);
color: #ffffff;
}
.pbn-blog-pagination .page-numbers:hover {
background: rgba(148, 163, 184, 0.24);
} .pbn-breadcrumb {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-size: 14px;
line-height: 1.4;
color: rgba(6, 17, 63, 0.6);
} .pbn-breadcrumb__item {
display: inline-flex;
align-items: center;
} .pbn-breadcrumb__link {
color: rgba(6, 17, 63, 0.75);
text-decoration: none;
transition: color 0.2s ease, opacity 0.2s ease;
}
.pbn-breadcrumb__link:hover {
color: #3b46ff; } .pbn-breadcrumb__item--current .pbn-breadcrumb__current {
font-weight: 500;
color: rgba(6, 17, 63, 0.9);
} .pbn-breadcrumb__sep::before {
content: '›';
display: inline-block;
margin: 0 0.4rem;
font-size: 14px;
color: rgba(6, 17, 63, 0.35);
transform: translateY(-0.5px);
} @media (max-width: 600px) {
.pbn-breadcrumb {
font-size: 13px;
flex-wrap: wrap;
}
} .pbn-breadcrumb {
margin-top: -10px; margin-bottom: 28px; } @media (min-width: 1200px) {
.pbn-breadcrumb {
margin-top: -14px;
margin-bottom: 34px;
}
} .pbn-figure--scheme {
text-align: center;
} .pbn-figure--scheme .pbn-figure__img {
width: min(100%, 700px); height: auto;
display: block;
margin-inline: auto;
} .pbn-figure--scheme figcaption {
margin-top: 10px;
font-size: 13px;
color: #9CA3AF;
} .pbn-figure--scheme {
width: 100%;
max-width: 1100px; margin: 48px auto 0;
padding: 0;
text-align: center;
}
.pbn-figure--scheme .pbn-figure__img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.pbn-figure--scheme figcaption {
margin-top: 14px;
font-size: 14px;
color: #6b7280;
}
.pbn-figure.pbn-figure--scheme {
margin-top: 22px;
text-align: center;
}
.pbn-figure.pbn-figure--scheme .pbn-figure__img{
display: block;
width: 100%;
height: auto;
max-width: 980px; margin: 0 auto;
}  .pbn-landing img {
transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
border-radius: 14px;
} .pbn-landing img:hover {
transform: translateY(-2px) scale(1.01);
box-shadow: 0 18px 40px rgba(16, 24, 40, .12);
filter: saturate(1.02);
cursor: zoom-in;
} .pbn-figure.pbn-figure--scheme {
margin-top: 26px;
text-align: center;
}
.pbn-figure.pbn-figure--scheme .pbn-figure__img{
display: block;
width: 100%;
height: auto; max-width: 1200px; margin: 0 auto; border-radius: 18px;
box-shadow: 0 24px 60px rgba(16, 24, 40, .10);
} @media (max-width: 768px){
.pbn-figure.pbn-figure--scheme .pbn-figure__img{
max-width: 100%;
box-shadow: 0 14px 32px rgba(16, 24, 40, .10);
}
} .pbn-lightbox {
position: fixed;
inset: 0;
z-index: 99999; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(4px);
display: none;
align-items: center;
justify-content: center;
padding: 32px;
}
.pbn-lightbox.is-open { display: flex; }
.pbn-lightbox__img {
max-width: min(1200px, 92vw);
max-height: 86vh;
background: #fff;
border-radius: 18px; box-shadow:
0 30px 80px rgba(15, 23, 42, 0.18),
0 0 0 1px rgba(15, 23, 42, 0.06);
transform: scale(.96);
opacity: 0;
transition: transform .22s ease, opacity .22s ease;
cursor: zoom-out;
}
.pbn-lightbox.is-open .pbn-lightbox__img {
transform: scale(1);
opacity: 1;
}
.pbn-lightbox__hint {
position: absolute;
bottom: 18px;
left: 0;
right: 0;
text-align: center;
font-size: 13px;
opacity: .85;
color: #fff;
} .pbn-case-card__figure{
position: relative;
margin: 0;
border-radius: 16px;
overflow: hidden;
background: #fff;
box-shadow: 0 18px 55px rgba(15, 23, 42, .10);
cursor: zoom-in;
} .pbn-case-card__figure img{
position: absolute;
inset: 0;
width: 200%;
height: 200%;
max-width: none;
display: block; left: -55%;
top: -18%;
transition: transform .25s ease, filter .25s ease;
will-change: transform;
} .pbn-case-card__figure:hover img{
transform: scale(1.02);
filter: contrast(1.03) saturate(1.05);
}
.pbn-imgviewer{ position:fixed; inset:0; z-index:9999; display:none; }
.pbn-imgviewer.is-open{ display:block; }
.pbn-imgviewer__backdrop{
position:absolute; inset:0;
background: rgba(15, 23, 42, .55);
backdrop-filter: blur(10px);
}
.pbn-imgviewer__stage{
position:absolute;
inset: 64px 56px;
background:#fff; border-radius: 18px;
box-shadow: 0 40px 120px rgba(15, 23, 42, .35);
overflow:hidden;
}
.pbn-imgviewer__img{
width:100%; height:100%;
object-fit:contain;
transform: translate3d(0,0,0) scale(1);
transform-origin: 50% 50%;
cursor: grab;
user-select:none;
-webkit-user-drag:none;
}
.pbn-imgviewer__img.is-dragging{ cursor: grabbing; }
.pbn-imgviewer__close{
position:absolute; top:18px; right:18px;
width:44px; height:44px;
border-radius:999px;
border:1px solid rgba(255,255,255,.28);
background: rgba(15, 23, 42, .35);
backdrop-filter: blur(10px);
cursor:pointer;
z-index:2;
}
.pbn-imgviewer__close::before,.pbn-imgviewer__close::after{
content:""; position:absolute; top:50%; left:50%;
width:18px; height:2px; background:#fff; border-radius:2px;
}
.pbn-imgviewer__close::before{ transform: translate(-50%,-50%) rotate(45deg); }
.pbn-imgviewer__close::after{  transform: translate(-50%,-50%) rotate(-45deg); }
.pbn-imgviewer__hint{
position:absolute; left:50%; bottom:18px;
transform: translateX(-50%);
padding:10px 14px;
border-radius:999px;
font-size:13px;
color: rgba(255,255,255,.92);
background: rgba(15, 23, 42, .45);
backdrop-filter: blur(10px);
}
@media (max-width:820px){
.pbn-imgviewer__stage{ inset:56px 16px; }
.pbn-imgviewer__hint{ width: calc(100% - 32px); text-align:center; }
} .pbn-case-card__figure{
position: relative;
margin: 0;
border-radius: 16px;
overflow: hidden;
background: #fff;
box-shadow: 0 18px 55px rgba(15, 23, 42, .10);
cursor: zoom-in; aspect-ratio: 16 / 9;
min-height: 180px;
} .pbn-case-card__figure img{
position: absolute;
inset: 0;
width: 200%;
height: 200%;
max-width: none;
left: -55%;
top: -18%;
transition: transform .25s ease, filter .25s ease;
will-change: transform;
}
.pbn-case-card__figure:hover img{
transform: scale(1.02);
filter: contrast(1.03) saturate(1.05);
} .pbn-case-card--services .pbn-case-card__figure{
aspect-ratio: auto !important;
min-height: 0 !important;
}
.pbn-case-card--services .pbn-case-card__figure img{
position: static !important;
inset: auto !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
left: auto !important;
top: auto !important;
transform: none !important;
filter: none !important;
object-fit: contain !important;
display: block !important;
} .pbn-zoomable--ecom img{
width: 130% !important; left: -12% !important;
top:  -6%  !important;
} .pbn-zoomable--ecom{
background: #fff;
} .pbn-zoomable--fit {
aspect-ratio: 16 / 9; min-height: 180px;
background: #fff;
}
.pbn-zoomable--fit img{
position: static !important;
inset: auto !important;
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
left: auto !important;
top: auto !important;
transform: none !important;
filter: none !important;
object-fit: contain !important;
display: block !important;
} .pbn-case-card { scroll-margin-top: 120px; } .pbn-case-card:target{ opacity: 1;
transform: translateY(0);
box-shadow: 0 0 0 2px rgba(99,102,241,.35), 0 28px 70px rgba(15,23,42,.12);
animation: pbnTargetPulse .9s ease 1;
}
@keyframes pbnTargetPulse{
0%{ transform: translateY(0); }
40%{ transform: translateY(-3px); }
100%{ transform: translateY(0); }
}
.pbn-case__more{
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 12px;
font-weight: 600;
font-size: 14px;
padding: 10px 14px;
border-radius: 999px;
border: 1px solid rgba(99,102,241,.35);
background: rgba(255,255,255,.7);
color: #0f172a;
text-decoration: none;
transition: transform .2s ease, box-shadow .2s ease;
}
.pbn-case__more:hover{
transform: translateY(-1px);
box-shadow: 0 16px 40px rgba(15,23,42,.10);
} :root{
--pbn-header-h: 72px; }
@media (max-width: 640px){ .pbn-site-header{
position: sticky;
top: 0;
z-index: 10050;
}
.pbn-site-header__inner{
flex-wrap: wrap;
row-gap: 10px;
position: relative;
z-index: 10060;
} .pbn-site-header__toggle{
order: 2;
margin-left: auto;
width: 44px;
height: 44px;
border-radius: 999px;
} .pbn-site-header__contact{
order: 3;
width: 100%;
margin-left: 0;
justify-content: flex-end;
gap: 10px;
} .pbn-site-header__nav{
order: 4;
width: 100%;
position: absolute;
left: 0;
right: 0;
top: calc(100% + 10px);
opacity: 0;
transform: translateY(-8px) scale(.98);
pointer-events: none;
transition: transform .18s ease, opacity .18s ease;
margin: 0;
padding: 0;
} .pbn-site-header--open .pbn-site-header__nav{
opacity: 1;
transform: translateY(0) scale(1);
pointer-events: auto;
} .pbn-main-nav{
display: flex;
flex-direction: column;
gap: 6px;
padding: 10px;
border-radius: 18px;
background: rgba(255,255,255,.96);
border: 1px solid rgba(148, 163, 184, 0.35);
box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
}
.pbn-main-nav > li > a{
display: flex;
width: 100%;
padding: 12px 14px;
border-radius: 14px;
font-size: 16px;
line-height: 1.2;
background: rgba(99, 102, 241, 0.07);
text-decoration: none;
}
.pbn-main-nav > li > a:active{
transform: scale(0.99);
} .pbn-nav-backdrop{
position: fixed;
inset: 0;
z-index: 10040;
background: rgba(15, 23, 42, 0.22);
backdrop-filter: blur(6px);
opacity: 0;
pointer-events: none;
transition: opacity .18s ease;
}
.pbn-nav-backdrop.is-open{
opacity: 1;
pointer-events: auto;
} body.pbn-nav-open{
overflow: hidden;
touch-action: none;
}
} @media (max-width: 640px){ .pbn-site-header__inner{
flex-wrap: nowrap !important;
align-items: center;
gap: 10px;
} .pbn-site-header__contact{
order: 2 !important;
width: auto !important;
margin-left: auto !important;
justify-content: flex-end;
gap: 10px;
} .pbn-site-header__contact .pbn-btn,
.pbn-site-header__contact a.pbn-btn,
.pbn-site-header__contact button.pbn-btn{
padding: 10px 14px;
font-size: 14px;
line-height: 1;
border-radius: 999px;
white-space: nowrap;
} .pbn-site-header__toggle{
order: 3 !important;
margin-left: 8px;
width: 44px;
height: 44px;
border-radius: 12px;
background: rgba(255,255,255,.75);
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 10px 28px rgba(15, 23, 42, .10);
position: relative;
cursor: pointer; color: transparent !important;
font-size: 0 !important;
} .pbn-site-header__toggle::before,
.pbn-site-header__toggle::after{
content: "";
position: absolute;
left: 12px;
right: 12px;
height: 2px;
background: rgba(15, 23, 42, 0.85);
border-radius: 2px;
transition: transform .18s ease, top .18s ease, opacity .18s ease;
}
.pbn-site-header__toggle::before{ top: 16px; }
.pbn-site-header__toggle::after { top: 28px; } .pbn-site-header__toggle{
background-image: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85));
background-repeat: no-repeat;
background-size: calc(100% - 24px) 2px;
background-position: 12px 22px;
} .pbn-site-header--open .pbn-site-header__toggle{
background-image: none;
}
.pbn-site-header--open .pbn-site-header__toggle::before{
top: 22px;
transform: rotate(45deg);
}
.pbn-site-header--open .pbn-site-header__toggle::after{
top: 22px;
transform: rotate(-45deg);
} @media (max-width: 380px){
.pbn-site-header__contact .pbn-btn{
padding: 9px 12px;
font-size: 13px;
}
}
} @media (max-width: 640px){
.pbn-site-header__toggle > *{
display: none !important;
} .pbn-site-header__toggle svg,
.pbn-site-header__toggle .gp-icon,
.pbn-site-header__toggle .icon{
display: none !important;
}
} @media (max-width: 768px){
body.page-id-22 .pbn-sticky-pricing,
body.page-id-22 .pbn-sticky-order{
left: auto !important;
right: 16px !important;
transform: none !important;
margin: 0 !important;
z-index: 9999 !important;
} body.page-id-22 .pbn-sticky-pricing{
bottom: 96px !important;
} body.page-id-22 .pbn-sticky-order{
bottom: 24px !important;
}
}  body.page-id-22.pbn-modal-open .pbn-sticky-pricing,
body.page-id-22.pbn-modal-open .pbn-sticky-order{
display: none !important;
} @media (max-width: 820px){ #pbn-alternatives .pbn-alt-summary{
padding-left: 16px;
padding-right: 16px;
} #pbn-alternatives .pbn-alt-summary__btn{
width: 100%;
max-width: 100%;
box-sizing: border-box;
display: block;
margin: 0 auto;
white-space: normal; text-align: center;
}
} @media (max-width: 820px){ #pbn-pricing .pbn-pricing-summary__cta{
padding-left: 16px;
padding-right: 16px;
} #pbn-pricing .pbn-pricing-summary__btn{
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
white-space: normal; text-align: center;
}
}