/* ================================================================
   chatbot-ai-extras.css
   Style dla landingu /wdrozenie-chatbota-ai/
   Dziedziczy bazę z ai-classic.css + agenci-ai-extras.css
   (.hero, .section, .agent-card, .vs-card, .faq-item, .contact-form,
    .btn, .related-card, .footer) i dokłada warstwę cb-*
   ================================================================ */

/* ── 0. Body / page reset — usuwa puste miejsce pod stopką ── */
body.page-template-landing-chatbot-ai,
body.page-template-landing-chatbot-ai #page,
body.page-template-landing-chatbot-ai .site,
body.page-template-landing-chatbot-ai .site-content,
body.page-template-landing-chatbot-ai main {
	margin: 0 !important;
	padding-bottom: 0 !important;
	background: #0A1628;
}
body.page-template-landing-chatbot-ai .footer { margin-bottom: 0 !important; }
body.page-template-landing-chatbot-ai { background: #0A1628; }

:root {
	--cb-navy:    #0A1628;
	--cb-navy-2:  #0F1F38;
	--cb-emerald: #10B981;
	--cb-emerald-2: #34D399;
	--cb-teal:    #06B6D4;
	--cb-violet:  #8B5CF6;
	--cb-gold:    #F59E0B;
	--cb-text-light: rgba(255,255,255,0.86);
	--cb-text-mute:  rgba(255,255,255,0.55);
	--cb-line:    rgba(255,255,255,0.10);
	--cb-radius:  20px;
	--cb-shadow:  0 24px 60px rgba(2, 8, 23, 0.45);
}

/* ================================================================
   HERO
   ================================================================ */
.cb-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(1200px 800px at 20% 10%, #0F2A4A 0%, #0A1628 55%, #060E1B 100%);
	min-height: 100vh;
	padding: 120px 0 80px;
	color: #fff;
}

.cb-hero__bg-canvas,
.cb-hero__flow-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.cb-hero__bg-canvas { z-index: 1; opacity: 0.7; }
.cb-hero__flow-canvas { z-index: 2; opacity: 0.5; }

.cb-hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(16,185,129,0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16,185,129,0.07) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
	z-index: 1;
}

.cb-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.55;
	z-index: 1;
	animation: cb-orb-float 18s ease-in-out infinite;
}
.cb-hero__orb--1 { width: 520px; height: 520px; top: -120px; left: -160px; background: radial-gradient(circle, #10B981 0%, transparent 70%); }
.cb-hero__orb--2 { width: 420px; height: 420px; bottom: -120px; right: -120px; background: radial-gradient(circle, #06B6D4 0%, transparent 70%); animation-delay: -6s; }
.cb-hero__orb--3 { width: 360px; height: 360px; top: 40%; right: 20%; background: radial-gradient(circle, #8B5CF6 0%, transparent 70%); animation-delay: -12s; }

@keyframes cb-orb-float {
	0%, 100% { transform: translate(0,0) scale(1); }
	50%      { transform: translate(40px, -30px) scale(1.08); }
}

.cb-hero__inner {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
}

.cb-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	background: rgba(16,185,129,0.10);
	border: 1px solid rgba(16,185,129,0.35);
	border-radius: 999px;
	font-size: 13px;
	color: #A7F3D0;
	margin-bottom: 24px;
}
.cb-hero__badge .pulse-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: #34D399;
	box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
	animation: cb-pulse 2s infinite;
}
@keyframes cb-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(52,211,153,0.7); }
	70%  { box-shadow: 0 0 0 12px rgba(52,211,153,0); }
	100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}

.cb-hero__title {
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
}
.cb-hero__title .gradient-text {
	background: linear-gradient(135deg, #34D399 0%, #06B6D4 50%, #8B5CF6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cb-hero__subtitle {
	font-size: clamp(16px, 1.4vw, 19px);
	color: var(--cb-text-light);
	max-width: 580px;
	margin: 0 0 32px;
	line-height: 1.65;
}

.cb-hero__pills {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.cb-hero__pills .hero-v3__pill {
	background: rgba(255,255,255,0.05);
	border: 1px solid var(--cb-line);
	padding: 14px 20px;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 130px;
	backdrop-filter: blur(10px);
}
.cb-hero__pills .hero-v3__pill strong {
	font-size: 22px;
	color: #34D399;
	font-weight: 800;
}
.cb-hero__pills .hero-v3__pill span {
	font-size: 12px;
	color: var(--cb-text-mute);
}

.cb-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.cb-hero__trust {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 13px;
	color: var(--cb-text-mute);
}
.cb-hero__trust-tags em {
	font-style: normal;
	display: inline-block;
	padding: 4px 12px;
	margin: 2px 4px 2px 0;
	border-radius: 999px;
	background: rgba(255,255,255,0.06);
	border: 1px solid var(--cb-line);
	color: #fff;
	font-size: 12px;
}

/* ----------- LIVE CHAT PREVIEW ----------- */
.cb-hero__chatwrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 540px;
}

.cb-chat {
	width: 100%;
	max-width: 420px;
	background: linear-gradient(180deg, #0F1F38 0%, #0A1628 100%);
	border: 1px solid rgba(16,185,129,0.25);
	border-radius: 24px;
	box-shadow: var(--cb-shadow), 0 0 80px rgba(16,185,129,0.18);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
	transition: transform 0.5s ease;
}
.cb-chat:hover { transform: perspective(1200px) rotateY(0) rotateX(0); }

.cb-chat__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	background: linear-gradient(180deg, rgba(16,185,129,0.15) 0%, transparent 100%);
	border-bottom: 1px solid var(--cb-line);
}
.cb-chat__avatar {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	display: grid; place-items: center;
	color: #fff; font-size: 18px;
	box-shadow: 0 0 20px rgba(16,185,129,0.5);
}
.cb-chat__head-text { flex: 1; display: flex; flex-direction: column; }
.cb-chat__head-text strong { color: #fff; font-size: 14px; }
.cb-chat__head-text span {
	font-size: 11px; color: var(--cb-text-mute);
	display: flex; align-items: center; gap: 6px;
}
.cb-chat__dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: #34D399;
	box-shadow: 0 0 8px #34D399;
	animation: cb-pulse 2s infinite;
}
.cb-chat__head-actions {
	display: flex; gap: 12px;
	color: var(--cb-text-mute);
}

.cb-chat__body {
	min-height: 280px;
	max-height: 340px;
	padding: 18px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	scroll-behavior: smooth;
}
.cb-chat__body::-webkit-scrollbar { width: 4px; }
.cb-chat__body::-webkit-scrollbar-thumb { background: rgba(16,185,129,0.3); border-radius: 4px; }

.cb-msg {
	max-width: 78%;
	padding: 10px 14px;
	border-radius: 16px;
	font-size: 13px;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(8px);
	animation: cb-msg-in 0.4s forwards;
}
.cb-msg--user {
	align-self: flex-end;
	background: linear-gradient(135deg, #10B981 0%, #34D399 100%);
	color: #fff;
	border-bottom-right-radius: 4px;
}
.cb-msg--bot {
	align-self: flex-start;
	background: rgba(255,255,255,0.06);
	color: var(--cb-text-light);
	border: 1px solid var(--cb-line);
	border-bottom-left-radius: 4px;
}
.cb-msg--typing {
	display: inline-flex;
	gap: 4px;
	padding: 14px 16px;
	background: rgba(255,255,255,0.06);
	border-radius: 16px;
	align-self: flex-start;
	border: 1px solid var(--cb-line);
}
.cb-msg--typing span {
	width: 6px; height: 6px;
	background: var(--cb-text-mute);
	border-radius: 50%;
	animation: cb-typing 1.4s infinite;
}
.cb-msg--typing span:nth-child(2) { animation-delay: 0.2s; }
.cb-msg--typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes cb-typing {
	0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
	30%           { transform: translateY(-4px); opacity: 1; }
}
@keyframes cb-msg-in {
	to { opacity: 1; transform: translateY(0); }
}

.cb-chat__quick {
	display: flex;
	gap: 8px;
	padding: 0 18px 12px;
	flex-wrap: wrap;
}
.cb-chat__quick button {
	background: rgba(16,185,129,0.10);
	border: 1px solid rgba(16,185,129,0.35);
	color: #A7F3D0;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s;
}
.cb-chat__quick button:hover {
	background: rgba(16,185,129,0.20);
	transform: translateY(-1px);
}

.cb-chat__input {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	background: rgba(0,0,0,0.25);
	border-top: 1px solid var(--cb-line);
}
.cb-chat__input i { color: var(--cb-text-mute); }
.cb-chat__input input {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--cb-text-light);
	font-size: 13px;
	outline: none;
}
.cb-chat__input input::placeholder { color: var(--cb-text-mute); }
.cb-chat__send {
	width: 34px; height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	border: none;
	color: #fff;
	display: grid; place-items: center;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(16,185,129,0.5);
}

/* floating channel icons */
.cb-hero__float {
	position: absolute;
	width: 56px; height: 56px;
	border-radius: 50%;
	background: rgba(255,255,255,0.06);
	border: 1px solid var(--cb-line);
	backdrop-filter: blur(10px);
	display: grid; place-items: center;
	font-size: 24px;
	color: #fff;
	box-shadow: 0 12px 30px rgba(0,0,0,0.4);
	animation: cb-float 5s ease-in-out infinite;
}
.cb-hero__float--1 { top: 8%;  left: -8%;  color: #25D366; animation-delay: 0s; }
.cb-hero__float--2 { top: 22%; right: -6%; color: #0084FF; animation-delay: -1.2s; }
.cb-hero__float--3 { bottom: 18%; left: -4%; color: #34D399; animation-delay: -2.4s; }
.cb-hero__float--4 { bottom: 6%; right: 4%; color: #E1306C; animation-delay: -3.6s; }
@keyframes cb-float {
	0%, 100% { transform: translateY(0) rotate(0); }
	50%      { transform: translateY(-12px) rotate(3deg); }
}

.cb-hero__scroll-hint {
	position: absolute;
	bottom: 28px; left: 50%;
	transform: translateX(-50%);
	width: 24px; height: 38px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 14px;
	z-index: 5;
}
.cb-hero__scroll-hint span {
	display: block;
	width: 4px; height: 8px;
	background: #34D399;
	border-radius: 4px;
	margin: 6px auto;
	animation: cb-scroll 1.6s ease-in-out infinite;
}
@keyframes cb-scroll {
	0%, 100% { opacity: 0; transform: translateY(0); }
	50%      { opacity: 1; transform: translateY(8px); }
}

/* ================================================================
   TRUST BAR
   ================================================================ */
.cb-trust {
	background: #0A1628;
	padding: 50px 0;
	border-top: 1px solid rgba(16,185,129,0.15);
	border-bottom: 1px solid rgba(16,185,129,0.15);
}
.cb-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	text-align: center;
}
.cb-trust__item strong {
	display: block;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 800;
	background: linear-gradient(135deg, #34D399 0%, #06B6D4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
}
.cb-trust__item span {
	display: block;
	color: var(--cb-text-mute);
	margin-top: 8px;
	font-size: 14px;
}

/* ================================================================
   VS SECTION (rozszerzenie agent-vs-chatbot z agenci-ai)
   ================================================================ */
.cb-vs__grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 30px;
	align-items: center;
	margin-top: 50px;
}
@media (max-width: 900px) {
	.cb-vs__grid { grid-template-columns: 1fr; }
	.vs-arrow { transform: rotate(90deg); }
}

/* ================================================================
   TYPY CHATBOTÓW
   ================================================================ */
.cb-types__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}
@media (max-width: 1024px) { .cb-types__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .cb-types__grid { grid-template-columns: 1fr; } }

.cb-type-card__metrics {
	list-style: none;
	padding: 16px 0;
	margin: 14px 0 0;
	display: flex;
	gap: 20px;
	border-top: 1px solid var(--cb-line);
}
.cb-type-card__metrics li {
	font-size: 12px;
	color: var(--cb-text-mute);
	display: flex;
	flex-direction: column;
}
.cb-type-card__metrics li strong {
	font-size: 18px;
	color: #34D399;
	font-weight: 800;
}

.cb-type-card--custom {
	background: linear-gradient(180deg, rgba(139,92,246,0.10) 0%, rgba(15,31,56,0.6) 100%);
	border-color: rgba(139,92,246,0.35);
}

/* ================================================================
   BRANŻE
   ================================================================ */
.cb-industries__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-top: 50px;
}
@media (max-width: 1024px) { .cb-industries__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .cb-industries__grid { grid-template-columns: 1fr; } }

.cb-industry {
	background: #fff;
	border: 1px solid rgba(10,22,40,0.08);
	border-radius: 18px;
	padding: 26px 22px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.cb-industry::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(16,185,129,0.06) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.3s;
}
.cb-industry:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 50px rgba(10,22,40,0.12);
	border-color: rgba(16,185,129,0.3);
}
.cb-industry:hover::before { opacity: 1; }
.cb-industry__icon {
	width: 52px; height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	display: grid; place-items: center;
	color: #fff;
	font-size: 22px;
	margin-bottom: 16px;
	box-shadow: 0 10px 24px rgba(16,185,129,0.3);
}
.cb-industry h3 {
	font-size: 17px;
	color: #0A1628;
	margin: 0 0 8px;
	font-weight: 700;
}
.cb-industry p {
	font-size: 13px;
	color: rgba(10,22,40,0.66);
	line-height: 1.55;
	margin: 0;
}

/* ================================================================
   STACK & INTEGRACJE
   ================================================================ */
.cb-stack__group { margin-top: 38px; }
.cb-stack__group:first-of-type { margin-top: 50px; }
.cb-stack__group-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--cb-text-mute);
	margin: 0 0 16px;
	font-weight: 600;
}
.cb-stack__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cb-stack__chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 12px;
	background: rgba(255,255,255,0.04);
	border: 1px solid var(--cb-line);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.25s;
}
.cb-stack__chip i { color: #34D399; }
.cb-stack__chip:hover {
	background: rgba(16,185,129,0.10);
	border-color: rgba(16,185,129,0.4);
	transform: translateY(-2px);
}

/* ================================================================
   PROCES WDROŻENIA — TIMELINE
   ================================================================ */
.cb-process__timeline {
	margin-top: 50px;
	position: relative;
	padding-left: 44px;
}
.cb-process__timeline::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: linear-gradient(180deg, #10B981 0%, #06B6D4 50%, #8B5CF6 100%);
	border-radius: 2px;
}
.cb-process__step {
	position: relative;
	padding: 24px 28px;
	margin-bottom: 22px;
	background: #fff;
	border: 1px solid rgba(10,22,40,0.08);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(10,22,40,0.06);
	transition: all 0.3s;
}
.cb-process__step:hover {
	transform: translateX(6px);
	box-shadow: 0 24px 48px rgba(10,22,40,0.10);
}
.cb-process__num {
	position: absolute;
	left: -44px;
	top: 24px;
	width: 38px; height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	color: #fff;
	display: grid; place-items: center;
	font-weight: 800;
	font-size: 13px;
	box-shadow: 0 8px 20px rgba(16,185,129,0.4);
	border: 3px solid #f8fafc;
}
.cb-process__content h3 {
	font-size: 18px;
	color: #0A1628;
	margin: 0 0 8px;
	font-weight: 700;
}
.cb-process__content p {
	font-size: 14px;
	color: rgba(10,22,40,0.7);
	line-height: 1.65;
	margin: 0 0 10px;
}
.cb-process__time {
	display: inline-block;
	font-size: 12px;
	background: rgba(16,185,129,0.10);
	color: #047857;
	padding: 4px 12px;
	border-radius: 999px;
	font-weight: 600;
}

/* ================================================================
   CENNIK
   ================================================================ */
.cb-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
	align-items: stretch;
}
@media (max-width: 1024px) { .cb-pricing__grid { grid-template-columns: 1fr; max-width: 480px; margin-left:auto; margin-right:auto; } }

.cb-plan {
	background: linear-gradient(180deg, #0F1F38 0%, #0A1628 100%);
	border: 1px solid var(--cb-line);
	border-radius: var(--cb-radius);
	padding: 36px 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: all 0.35s;
}
.cb-plan:hover {
	transform: translateY(-6px);
	border-color: rgba(16,185,129,0.35);
	box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.cb-plan__head h3 {
	font-size: 24px;
	margin: 0 0 6px;
	font-weight: 800;
}
.cb-plan__tag {
	font-size: 13px;
	color: var(--cb-text-mute);
	margin: 0 0 24px;
}
.cb-plan__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--cb-line);
	margin-bottom: 24px;
}
.cb-plan__from { font-size: 13px; color: var(--cb-text-mute); }
.cb-plan__price strong {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
}
.cb-plan__plus {
	font-size: 13px;
	color: var(--cb-text-mute);
	width: 100%;
}
.cb-plan__features {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.cb-plan__features li {
	display: flex;
	gap: 12px;
	font-size: 14px;
	color: var(--cb-text-light);
	line-height: 1.5;
}
.cb-plan__features li i {
	color: #34D399;
	margin-top: 3px;
	flex-shrink: 0;
}

.cb-plan--featured {
	background: linear-gradient(180deg, #112B4E 0%, #0A1628 100%);
	border: 1px solid rgba(16,185,129,0.5);
	box-shadow: 0 30px 70px rgba(16,185,129,0.20), 0 0 100px rgba(16,185,129,0.10);
	transform: scale(1.04);
}
.cb-plan--featured:hover { transform: scale(1.04) translateY(-6px); }
.cb-plan__ribbon {
	position: absolute;
	top: -14px; left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 18px;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: 0 8px 20px rgba(16,185,129,0.5);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cb-pricing__note {
	margin-top: 36px;
	text-align: center;
	color: var(--cb-text-light);
	font-size: 14px;
	background: rgba(245,158,11,0.10);
	border: 1px solid rgba(245,158,11,0.35);
	padding: 16px 22px;
	border-radius: 14px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.cb-pricing__note i { color: #F59E0B; margin-right: 8px; }

/* ================================================================
   CASE STUDIES
   ================================================================ */
.cb-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}
@media (max-width: 1024px) { .cb-cases__grid { grid-template-columns: 1fr; } }

.cb-case {
	background: #fff;
	border: 1px solid rgba(10,22,40,0.08);
	border-radius: 18px;
	padding: 30px 26px;
	box-shadow: 0 16px 36px rgba(10,22,40,0.06);
	transition: all 0.3s;
}
.cb-case:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(10,22,40,0.12); }
.cb-case__badge {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(6,182,212,0.12);
	color: #0E7490;
	font-weight: 700;
	margin-bottom: 16px;
}
.cb-case__badge--green { background: rgba(16,185,129,0.12); color: #047857; }
.cb-case__badge--gold  { background: rgba(245,158,11,0.12); color: #B45309; }
.cb-case h3 {
	font-size: 17px;
	color: #0A1628;
	margin: 0 0 12px;
	font-weight: 700;
	line-height: 1.4;
}
.cb-case p {
	font-size: 14px;
	color: rgba(10,22,40,0.7);
	line-height: 1.6;
	margin: 0 0 18px;
}
.cb-case__metrics {
	list-style: none;
	padding: 18px 0 0;
	margin: 0;
	display: flex;
	gap: 18px;
	border-top: 1px solid rgba(10,22,40,0.08);
}
.cb-case__metrics li {
	flex: 1;
	font-size: 11px;
	color: rgba(10,22,40,0.6);
	display: flex;
	flex-direction: column;
}
.cb-case__metrics li strong {
	font-size: 18px;
	color: #10B981;
	font-weight: 800;
}

/* ================================================================
   CONTACT EXTRAS
   ================================================================ */
.cb-contact__bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.cb-contact__bullets li {
	display: flex;
	gap: 12px;
	font-size: 15px;
	color: var(--cb-text-light);
}
.cb-contact__bullets li i {
	color: #34D399;
	margin-top: 4px;
}
.cb-contact__guarantee {
	background: rgba(16,185,129,0.10);
	border: 1px solid rgba(16,185,129,0.35);
	padding: 16px 18px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--cb-text-light);
	display: block;
	column-count: 1;
	columns: auto;
	-webkit-columns: auto;
	break-inside: avoid;
	text-align: left;
}
.cb-contact__guarantee i {
	color: #34D399;
	margin-right: 8px;
	display: inline-block;
	vertical-align: -1px;
}
.cb-contact__guarantee strong {
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.cb-contact__guarantee {
		font-size: 13px;
		padding: 14px 16px;
	}
	.cb-contact__guarantee strong { white-space: normal; }
}

/* ================================================================
   RELATED SERVICES — białe tło + ciemne kafelki
   ================================================================ */
.cb-related {
	background: #F8FAFC !important;
	padding: 80px 0 !important;
	position: relative;
}
.cb-related::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(800px 400px at 20% 0%, rgba(16,185,129,0.06) 0%, transparent 60%),
		radial-gradient(600px 400px at 80% 100%, rgba(6,182,212,0.05) 0%, transparent 60%);
	pointer-events: none;
}
.cb-related .container { position: relative; z-index: 2; }

.cb-related .section__title {
	color: #0A1628 !important;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	text-align: center;
	margin: 0 0 12px;
}
.cb-related .section__title .gradient-text {
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.cb-related .section__subtitle {
	color: rgba(10, 22, 40, 0.65) !important;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 50px;
	max-width: 640px;
}

.cb-related .related__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-top: 0;
}
@media (max-width: 1024px) { .cb-related .related__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .cb-related .related__grid { grid-template-columns: 1fr; } }

.cb-related .related-card {
	display: block;
	background: linear-gradient(180deg, #0F1F38 0%, #0A1628 100%) !important;
	border: 1px solid rgba(16, 185, 129, 0.18) !important;
	border-radius: 18px;
	padding: 30px 26px;
	color: #fff !important;
	text-decoration: none;
	transition: all 0.35s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(10, 22, 40, 0.12);
}
.cb-related .related-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(16,185,129,0.08) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
}
.cb-related .related-card:hover {
	transform: translateY(-8px);
	border-color: rgba(16, 185, 129, 0.55) !important;
	box-shadow: 0 30px 60px rgba(10, 22, 40, 0.25), 0 0 60px rgba(16, 185, 129, 0.18);
}
.cb-related .related-card:hover::after { opacity: 1; }

.cb-related .related-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #10B981 0%, #06B6D4 100%) !important;
	display: grid;
	place-items: center;
	color: #fff !important;
	font-size: 24px;
	margin-bottom: 18px;
	box-shadow: 0 12px 28px rgba(16, 185, 129, 0.35);
}
.cb-related .related-card h3 {
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.35;
}
.cb-related .related-card p {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.cb-related .related-card p strong {
	color: #34D399 !important;
	font-weight: 700;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
	.cb-hero__inner { grid-template-columns: 1fr; gap: 50px; }
	.cb-hero__chatwrap { min-height: 480px; }
	.cb-trust__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.cb-hero { padding: 100px 0 60px; min-height: auto; }
	.cb-hero__title { font-size: clamp(30px, 8vw, 44px); }
	.cb-hero__pills .hero-v3__pill { min-width: 110px; padding: 12px 16px; }
	.cb-chat { transform: none; }
	.cb-hero__float { width: 44px; height: 44px; font-size: 18px; }
	.cb-hero__float--1 { left: 0; }
	.cb-hero__float--2 { right: 0; }
	.cb-process__timeline { padding-left: 36px; }
	.cb-process__num { left: -36px; width: 32px; height: 32px; font-size: 11px; }
	.cb-plan--featured { transform: none; }
	.cb-plan--featured:hover { transform: translateY(-6px); }
	.cb-trust__grid { gap: 16px; }
}
