.elementor-3012 .elementor-element.elementor-element-c1b93de {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-3012 .elementor-element.elementor-element-3818c01 {
	width: 100%;
	max-width: 100%;
	margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
	padding: 0px 0px 0px 0px;
}

html, body {
	margin: 0;
	padding: 0;
	height: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

#bc-page-scope {
	font-family: "Arial", sans-serif !important;
	line-height: 1.6 !important;
	color: #333 !important;
	background: #fff !important;
	min-height: 100vh;
	--accent: #22b14c;
	--chip-bg: #fff8e1;
	--cta-primary: #ffd700;
	--cta-secondary: #ff6b35;
	--section: #fefefe;
	--muted: #f8f9fa;
	--border: #e0e0e0;
	--radius: 10px;
	--shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

#bc-page-scope .container {
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}

#bc-page-scope .section-white {
	background: #fff !important;
	padding: 80px 0 !important;
	position: relative;
}

#bc-page-scope .section-light {
	background: #f8f9fa !important;
	padding: 80px 0 !important;
	position: relative;
}

#bc-page-scope .hero-services {
	background: linear-gradient(135deg, #22b14c, #1a8f3a) !important;
	color: #fff !important;
	text-align: center !important;
	padding: 100px 0 !important;
}

#bc-page-scope .hero-services h1 {
	font-size: 48px !important;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

#bc-page-scope .hero-subtitle {
	font-size: 24px !important;
	margin-bottom: 40px !important;
	opacity: .9 !important;
}

#bc-page-scope .hero-figure-wrap {
	max-width: 1200px;
	margin: 40px auto 0;
	padding: 0 20px;
}

#bc-page-scope .hero-figure {
	margin: 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

#bc-page-scope .hero-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	max-height: 520px;
	aspect-ratio: 12/5;
}

#bc-page-scope .service-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 40px 0;
}

#bc-page-scope .service-nav-btn {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
	border: 2px solid rgba(255, 255, 255, .2);
}

#bc-page-scope .service-nav-btn:hover {
	background: rgba(255, 255, 255, .2);
	transform: translateY(-2px);
}

#bc-page-scope .hero-cta-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#bc-page-scope .btn-hero-primary {
	background: #ffd700;
	color: #333;
	padding: 18px 10px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(255, 215, 0, .3);
	text-align: center;
	transition: all .3s ease;
	white-space: nowrap;
	min-width: 220px;
	display: inline-block;
}

#bc-page-scope .btn-hero-primary:hover {
	background: #ffed4e;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 215, 0, .4);
}

#bc-page-scope .btn-hero-secondary {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 16px 10px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	transition: all .3s ease;
	white-space: nowrap;
	min-width: 220px;
	display: inline-block;
}

#bc-page-scope .btn-hero-secondary:hover {
	background: #fff;
	color: var(--accent);
}

#bc-page-scope h1, #bc-page-scope h2, #bc-page-scope h3 {
	color: var(--accent) !important;
	margin-bottom: 20px !important;
}

#bc-page-scope .h2-title {
	color: var(--accent);
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}

#bc-page-scope .lead {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 50px;
}

#bc-page-scope .services-overview-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 50px;
}

@media (max-width: 1200px) {
	#bc-page-scope .services-overview-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	#bc-page-scope .services-overview-grid {
		grid-template-columns: 1fr;
	}
	
	#bc-page-scope .btn--sm {
		font-size: 12px;
		padding: 8px 12px;
		min-width: 160px;
	}
	
	#bc-page-scope .price-card {
		min-width: auto;
		padding: 20px;
	}
	
	#bc-page-scope .service-detail-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	#bc-page-scope .service-sidebar {
		position: static;
		top: auto;
		align-self: auto;
		height: auto;
	}
}

#bc-page-scope .overview-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 15px;
	box-shadow: var(--shadow);
	text-align: center;
	transition: transform .3s ease;
	border: 2px solid transparent;
}

#bc-page-scope .overview-card:hover {
	transform: translateY(-5px);
	border-color: var(--accent);
}

#bc-page-scope .overview-icon {
	font-size: 48px;
	margin-bottom: 20px;
	color: var(--accent);
}

#bc-page-scope .overview-card h3 {
	color: var(--accent);
	margin-bottom: 15px;
	font-size: 24px;
}

#bc-page-scope .overview-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

#bc-page-scope .overview-list li {
	padding: 5px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}

#bc-page-scope .overview-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: bold;
}

#bc-page-scope .service-detail-header {
	text-align: center;
	margin-bottom: 60px;
}

#bc-page-scope .service-badge {
	display: inline-block;
	background: var(--accent);
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px;
}

#bc-page-scope .service-subtitle {
	font-size: 20px;
	color: #666;
	margin-bottom: 0;
}

#bc-page-scope .service-content h3 {
	font-size: 28px;
	margin-bottom: 20px;
}

#bc-page-scope .service-content h4 {
	font-size: 22px;
	margin: 30px 0 15px;
	color: var(--accent);
}

#bc-page-scope .service-content h5 {
	font-size: 18px;
	margin: 20px 0 10px;
	color: var(--accent);
}

#bc-page-scope .audit-checklist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 30px 0;
}

#bc-page-scope .checklist-column {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	border-left: 4px solid var(--accent);
}

#bc-page-scope .checklist {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

#bc-page-scope .checklist li {
	position: relative;
	padding-left: 25px;
	margin: 8px 0;
	line-height: 1.5;
}

#bc-page-scope .checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--accent);
	font-weight: bold;
}

#bc-page-scope .service-benefits {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
	margin: 30px 0;
}

#bc-page-scope .benefit-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

#bc-page-scope .benefit-list li {
	padding: 8px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

#bc-page-scope .check-icon {
	vertical-align: -2px;
	margin-right: 6px;
}

#bc-page-scope .price-card {
	background: #fff;
	border: 3px solid var(--accent);
	border-radius: 15px;
	padding: 30px;
	box-shadow: var(--shadow);
	margin-bottom: 30px;
	min-width: 300px;
}

#bc-page-scope .price-header {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

#bc-page-scope .price-header h3 {
	color: var(--accent);
	font-size: 24px;
	margin-bottom: 10px;
}

#bc-page-scope .price {
	font-size: 36px;
	font-weight: 700;
	color: #ff6b35;
	display: block;
}

#bc-page-scope .price-note {
	color: #666;
	font-size: 14px;
	margin: 5px 0 0;
}

#bc-page-scope .price-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bc-page-scope .price-features li {
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

#bc-page-scope .price-features li:last-child {
	border-bottom: none;
}

#bc-page-scope .price-cta {
	margin-top: 25px;
}

#bc-page-scope .price-cta .btn {
	width: 100%;
	box-sizing: border-box;
}

#bc-page-scope .btn {
	display: inline-block;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 25px;
	text-align: center;
	transition: all .3s ease;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.2;
}

#bc-page-scope .btn--block {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#bc-page-scope .btn--green {
	background: var(--accent);
	color: #fff;
}

#bc-page-scope .btn--green:hover {
	background: #1a8f3a;
	transform: translateY(-2px);
}

#bc-page-scope .btn--yellow {
	background: #ffc107;
	color: #333;
}

#bc-page-scope .btn--yellow:hover {
	background: #ffed4e;
	transform: translateY(-2px);
}

#bc-page-scope .btn--sm {
	padding: 10px 16px;
	font-size: 13px;
	white-space: nowrap;
	min-width: 180px;
	font-weight: 600;
}

#bc-page-scope .btn--lg {
	padding: 16px 32px;
	font-size: 18px;
}

#bc-page-scope .testimonial-card {
	background: #fff8e1;
	padding: 25px;
	border-radius: 10px;
	border: 2px solid #ffc107;
	text-align: center;
}

#bc-page-scope .testimonial-stars {
	color: #ffc107;
	font-size: 18px;
	margin-bottom: 15px;
}

#bc-page-scope .testimonial-author {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	font-style: italic;
}

#bc-page-scope .local-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin: 40px 0;
	text-align: center;
}

#bc-page-scope .stat-item {
	background: #f8f9fa;
	padding: 30px 20px;
	border-radius: 10px;
	border-top: 4px solid var(--accent);
}

#bc-page-scope .stat-number {
	font-size: 48px;
	font-weight: 700;
	color: var(--accent);
	margin-bottom: 10px;
}

#bc-page-scope .stat-text {
	font-size: 16px;
	color: #666;
}

#bc-page-scope .coverage-card {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	margin-top: 30px;
}

#bc-page-scope .coverage-card h4 {
	color: var(--accent);
	margin-bottom: 15px;
	text-align: center;
}

#bc-page-scope .coverage-areas {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

#bc-page-scope .area-tag {
	background: #fff;
	border: 1px solid var(--border);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	color: #666;
}

#bc-page-scope .local-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

#bc-page-scope .local-service-item {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	border-left: 4px solid var(--accent);
}

#bc-page-scope .local-service-item h5 {
	color: var(--accent);
	margin-bottom: 15px;
	font-size: 16px;
}

#bc-page-scope .local-service-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bc-page-scope .local-service-item li {
	padding: 4px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}

#bc-page-scope .local-service-item li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: bold;
}

#bc-page-scope .onpage-pillars {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

#bc-page-scope .pillar-item {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: var(--shadow);
	text-align: center;
	border-top: 4px solid var(--accent);
}

#bc-page-scope .pillar-icon {
	font-size: 36px;
	margin-bottom: 15px;
}

#bc-page-scope .pillar-item h4 {
	color: var(--accent);
	margin-bottom: 15px;
	font-size: 18px;
}

#bc-page-scope .pillar-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#bc-page-scope .pillar-item li {
	padding: 5px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}

#bc-page-scope .pillar-item li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: bold;
}

#bc-page-scope .offpage-strategies {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

#bc-page-scope .strategy-item {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
	border-left: 4px solid var(--accent);
}

#bc-page-scope .strategy-item h4 {
	color: var(--accent);
	margin-bottom: 15px;
	font-size: 20px;
}

#bc-page-scope .content-process {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

#bc-page-scope .process-step {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: var(--shadow);
	text-align: center;
	position: relative;
}

#bc-page-scope .step-number {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--accent);
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

#bc-page-scope .process-step h4 {
	color: var(--accent);
	margin: 20px 0 15px;
	font-size: 18px;
}

#bc-page-scope .tech-areas {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

#bc-page-scope .tech-area {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	border-left: 4px solid var(--accent);
}

#bc-page-scope .tech-area h4 {
	color: var(--accent);
	margin-bottom: 15px;
	font-size: 18px;
}

#bc-page-scope .tech-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bc-page-scope .tech-area li {
	padding: 5px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}

#bc-page-scope .tech-area li::before {
	content: "⚡";
	position: absolute;
	left: 0;
	font-size: 12px;
}

#bc-page-scope #faq {
	padding: 80px 0;
	background: #f8f9fa;
}

#bc-page-scope .faq-wrap {
	max-width: 900px;
	margin: 0 auto;
}

#bc-page-scope .faq-item {
	background: #fff8e1;
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--shadow);
	border: 2px solid #ffc107;
}

#bc-page-scope .faq-header {
	background: #ffc107;
	color: #333;
	padding: 25px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 2px solid #e0a800;
}

#bc-page-scope .faq-body {
	padding: 25px;
	background: #fff;
}

#bc-page-scope .faq-body p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

#bc-page-scope .faq-body ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

#bc-page-scope .faq-bottom {
	text-align: center;
	margin-top: 50px;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: var(--shadow);
}

#bc-page-scope .faq-bottom h3 {
	color: var(--accent);
	margin-bottom: 20px;
	font-size: 28px;
}

#bc-page-scope .faq-bottom p {
	margin-bottom: 25px;
	font-size: 18px;
}

#bc-page-scope .faq-bottom .btn {
	margin: 10px;
}

#bc-page-scope #kontakt {
	padding: 80px 0;
	background: #fff;
}

#bc-cf7-scope form {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
}

#bc-cf7-scope input[type=text], #bc-cf7-scope input[type=email], #bc-cf7-scope input[type=tel], #bc-cf7-scope select, #bc-cf7-scope textarea {
	padding: 15px !important;
	border: 2px solid #ddd !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	background: #fff !important;
	width: 100%;
	box-sizing: border-box;
}

#bc-cf7-scope input:focus, #bc-cf7-scope select:focus, #bc-cf7-scope textarea:focus {
	outline: 0 !important;
	border-color: var(--accent) !important;
	box-shadow: 0 0 0 3px rgba(34, 177, 76, .15) !important;
}

#bc-cf7-scope .wpcf7-submit {
	background: #ffc107 !important;
	color: #333 !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 14px 28px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	box-shadow: 0 8px 24px rgba(255, 193, 7, .25) !important;
	transition: all .3s ease !important;
}

#bc-cf7-scope .wpcf7-submit:hover {
	filter: brightness(.95) !important;
	transform: translateY(-1px) !important;
}

#bc-page-scope .cta-section {
	background: linear-gradient(135deg, var(--accent), #1a8f3a);
	color: #fff;
	padding: 80px 0;
	text-align: center;
}

#bc-page-scope .cta-section h2 {
	color: #fff !important;
	font-size: 36px;
	margin-bottom: 20px;
}

#bc-page-scope .cta-section p {
	font-size: 20px;
	margin-bottom: 40px;
	opacity: .9;
}

#bc-page-scope .cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

#bc-page-scope * {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#bc-page-scope *::-webkit-scrollbar {
	display: none;
}

#bc-page-scope .sticky-sidebar, #bc-page-scope .service-sidebar {
	overflow: visible !important;
}

#bc-page-scope .service-detail-grid > .service-sidebar {
	contain: none;
}

#bc-page-scope .service-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	align-self: start;
	height: max-content;
	z-index: 10;
}

#bc-page-scope section {
	position: relative;
}

#bc-page-scope .service-detail-grid {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 60px;
	align-items: start;
}

#bc-page-scope .service-content {
	padding-bottom: 20px;
}

#bc-page-scope .service-sidebar .price-card, #bc-page-scope .service-sidebar .testimonial-card {
	transition: all .3s ease;
}

#bc-page-scope .mb-50 {
	margin-bottom: 50px;
}

#bc-page-scope .mb-30 {
	margin-bottom: 30px;
}

#bc-page-scope .mb-20 {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#bc-page-scope .service-detail-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	#bc-page-scope .hero-cta-grid {
		grid-template-columns: 1fr;
	}
	
	#bc-page-scope .cta-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	#bc-page-scope .service-nav {
		justify-content: center;
	}
	
	#bc-page-scope .service-nav-btn {
		font-size: 14px;
		padding: 10px 16px;
	}
}

@media (max-width: 768px) {
	#bc-page-scope .hero-services h1 {
		font-size: 36px !important;
	}
	
	#bc-page-scope .hero-subtitle {
		font-size: 20px !important;
	}
	
	#bc-page-scope .h2-title {
		font-size: 28px;
	}
	
	#bc-page-scope .container {
		padding: 0 15px !important;
	}
	
	#bc-page-scope .section-white, #bc-page-scope .section-light {
		padding: 60px 0 !important;
	}
	
	#bc-page-scope .hero-services {
		padding: 80px 0 !important;
	}
}

@media (max-width: 480px) {
	#bc-page-scope .service-nav {
		gap: 10px;
	}
	
	#bc-page-scope .service-nav-btn {
		font-size: 12px;
		padding: 8px 12px;
	}
	
	#bc-page-scope .local-stats, #bc-page-scope .onpage-pillars, #bc-page-scope .offpage-strategies, #bc-page-scope .content-process, #bc-page-scope .tech-areas {
		grid-template-columns: 1fr;
	}
}