
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans/instrument-sans-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans/instrument-sans-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans/instrument-sans-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans/instrument-sans-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora/lora-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora/lora-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora/lora-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora/lora-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--font-instrument: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-lora: 'Lora', Georgia, serif;
}

.f-instrument {
	font-family: var(--font-instrument);
}

.f-lora {
	font-family: var(--font-lora);
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--font-instrument);
	color: #002548;
	background-color: #fdfdfd;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Cpath d='M0,6 L6,0' stroke='rgba(0,37,72,0.07)' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

.heading-text a,
.region-text a,
.faq-a a,
.process-content a,
.contact-gdpr a,
.rcb-footer a,
.eshop-eshop-intro a,
.cfg-eshop-intro a {
	color: #0ea5e9;
	text-decoration: underline;
}

.heading-text a:hover,
.region-text a:hover,
.faq-a a:hover,
.process-content a:hover,
.contact-gdpr a:hover,
.rcb-footer a:hover,
.eshop-eshop-intro a:hover,
.cfg-eshop-intro a:hover {
	color: #002548;
}

.container {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.section {
	padding: 70px 0;
}

.how-section {
	background: rgba(0,37,72,0.03);
}

.why-web-section,
.faq-section {
	background: rgba(0,37,72,0.03);
}

.page-webu .region-perks,
.page-webu .region-process {
	background: rgba(0,37,72,0.03);
}

.page-eshop .eshop-section,
.page-eshop .region-process {
	background: rgba(0,37,72,0.03);
}

.page-cennik .pricing-section {
	background: rgba(0,37,72,0.03);
}

.page-region .region-about,
.page-region .region-process {
	background: rgba(0,37,72,0.03);
}

.heading-box {
	margin-bottom: 45px;
}

.heading-box-center {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.heading {
	font-family: var(--font-lora);
	font-weight: 500;
	font-size: 36px;
	margin: 0 0 20px;
}

.heading em {
	font-style: normal;
	color: #6b7280;
}

.heading-text {
	font-size: 16px;
	font-weight: 300;
	color: #44454C;
	margin: 0;
}

.block-title {
	font-family: var(--font-lora);
	font-weight: 500;
	font-size: 36px;
	color: #002548;
	margin: 0 0 20px;
}

.block-title .grad-title {
	color: #6b7280;
}

.simple-page {
	padding: 80px 0 100px;
}

.simple-page-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #44454C;
	text-decoration: none;
	margin-bottom: 24px;
}

.simple-page-back:hover {
	color: #002548;
}

.simple-page-title {
	font-family: var(--font-lora);
	font-weight: 500;
	font-size: 26px;
	color: #002548;
	margin: 0 0 8px;
}

.simple-page-date {
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 40px;
}

.simple-page-body h2 {
	font-size: 17px;
	font-weight: 600;
	color: #002548;
	margin: 32px 0 10px;
}

.simple-page-body p {
	color: #44454C;
	line-height: 1.8;
	margin-bottom: 12px;
}

.simple-page-body a {
	color: #0ea5e9;
	text-decoration: underline;
}

.simple-page-body a:hover {
	color: #002548;
}

.block-desc {
	font-size: 16px;
	font-weight: 300;
	color: #44454C;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.block-desc[style*="text-align:left"] {
	max-width: none;
	margin: 0;
}

.home-page {
	overflow: hidden;
	padding-top: 105px;
}

@media (max-width: 899.98px) {
	.home-page {
		padding-top: 50px;
	}
}

main {
	padding-top: 76px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent;
	transition: padding 0.3s ease;
}

@media (max-width: 991.98px) {
	.site-header {
		left: 20px;
		width: calc(100% - 40px);
	}
}

.site-header .container {
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease, padding 0.3s ease, max-width 0.3s ease;
	border-radius: 999px;
}

.site-header.is-sticky {
	padding-top: 16px;
	padding-bottom: 16px;
}

.site-header.is-sticky .container {
	max-width: 950px;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0,37,72,0.1);
	border-radius: 999px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hdr-logo {
	display: inline-flex;
	align-items: center;
}

.hdr-nav-list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.hdr-nav-link {
	font-size: 14px;
	color: #002548;
}

.hdr-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.hdr-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-size: 13px;
	font-weight: 400;
	padding: 0.6em 1.2em;
	border-radius: 6px;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.hdr-right {
		gap: 10px;
	}
	.hdr-cta {
		font-size: 10px;
		padding: 0.4em 0.9em 0.55em 0.6em;
	}
	.hdr-cta .t-btn-icon {
		display: none;
	}
}

.hdr-burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 38px;
	height: 38px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

.hdr-burger span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #002548;
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.hdr-burger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hdr-burger.is-open span:nth-child(2) {
	opacity: 0;
}

.hdr-burger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.offcanvas {
	width: 340px;
	max-width: 85vw;
	border: none;
	box-shadow: -16px 0 48px rgba(0,37,72,0.16);
}

.offcanvas-header {
	padding: 20px 24px;
	border-bottom: 1px solid rgba(0,37,72,0.08);
}

.offcanvas-header .btn-close {
	width: 38px;
	height: 38px;
	background-color: rgba(0,37,72,0.06);
	background-size: 14px;
	border-radius: 10px;
	opacity: 1;
	transition: background-color 0.2s ease;
}

.offcanvas-header .btn-close:hover {
	background-color: rgba(0,37,72,0.12);
}

.offcanvas-body {
	padding: 8px 24px 24px;
}

.mob-nav {
	flex: 1;
	padding: 8px 0 0;
}

.mob-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mob-nav-link {
	display: block;
	padding: 16px 4px;
	font-size: 16px;
	font-weight: 500;
	color: #002548;
	border-bottom: 1px solid rgba(0,37,72,0.08);
	text-decoration: none;
	transition: color 0.15s ease, padding-left 0.15s ease;
}

.mob-nav-link:hover {
	color: #0ea5e9;
	padding-left: 8px;
}

.mob-nav-list li:last-child .mob-nav-link {
	border-bottom: none;
}

.mob-drawer-footer {
	padding: 20px 0 4px;
	border-top: 1px solid rgba(0,37,72,0.08);
}

.mob-drawer-note {
	font-size: 12px;
	color: #64748b;
	text-align: center;
	margin: 14px 0 0;
	line-height: 1.5;
}

.t-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	font-size: 14px;
	font-weight: 400;
	padding: 0.8em 1.5em;
	border: none;
	border-radius: 6px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	will-change: transform;
}

@media (max-width: 991.98px) {
	.t-btn {
		font-size: 13px;
		padding: 0.8em 1.2em;
	}
}

@media (max-width: 767.98px) {
	.t-btn {
		gap: 5px;
	}
	.t-btn-icon {
		width: 15px;
		height: 15px;
	}
}

.t-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,37,72,0.18);
}

.t-btn:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,37,72,0.15);
}

.t-btn-primary {
	background-color: #002548;
	color: #fff;
}

.t-btn-white,
.t-btn-outline {
	background-color: #fff;
	color: #002548;
	border: 1px solid rgba(0,37,72,0.12);
}

.home-page .hero-section .hero-banner {
	position: relative;
	padding: 96px;
	border-radius: 32px;
	background: linear-gradient(135deg, #eef1f4, #e2e6ea);
}

.home-page .hero-section .hero-content {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.home-page .hero-section .hero-woman {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: calc(100% + 100px);
	object-fit: cover;
	object-position: left top;
	transform: unset;
	transform-origin: unset;
}

.home-page .hero-section .hero-title {
	font-size: 57px;
	font-weight: 500;
	line-height: 1.15;
	color: #002548;
	margin: 0 0 20px;
}

@media (max-width: 767.98px) {
	.home-page .hero-section .hero-title {
		font-size: 40px;
	}
}

.home-page .hero-section .hero-title em {
	font-style: normal;
	color: #6b7280;
}

.home-page .hero-section .hero-desc {
	font-size: 17px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 28px;
	max-width: 480px;
}

.home-page .hero-section .hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.home-page .hero-section .hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.home-page .hero-section .trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #4b5563;
}

.home-page .hero-section .trust-item i {
	color: #002548;
}

.home-page .hero-section .hero-img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 899.98px) {
	.home-page .hero-section .hero-woman {
		display: none;
	}
	.home-page .hero-section .hero-banner {
		padding: 30px 32px;
	}
	.home-page .hero-section .hero-content {
		max-width: none;
	}
	.home-page .hero-section .hero-desc {
		font-size: 14px;
	}
	.home-page .hero-section .hero-btns {
		gap: 7px;
	}
	.home-page .hero-section .hero-btns .t-btn {
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
}

@media (max-width: 575.98px) {
	.home-page .hero-section .hero-banner {
		padding: 24px 20px;
		border-radius: 20px;
	}
}

.faq-item {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 16px;
	margin-bottom: 12px;
	box-shadow: 0 1px 2px rgba(0,37,72,0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,37,72,0.12);
}

.faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	color: #002548;
}

.faq-ico {
	flex-shrink: 0;
	font-size: 14px;
	color: #002548;
	transition: transform 0.2s ease;
}

.faq-item.faq-open .faq-ico {
	transform: rotate(45deg);
}

.faq-a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #4b5563;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}

@media (max-width: 991.98px) {
	.pricing-grid {
		grid-template-columns: 1fr;
	}
}

.pricing-card {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 24px;
	padding: 28px;
	text-align: left;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.pricing-card-featured {
	background-color: #002548;
	border-color: #002548;
	color: #fff;
	position: relative;
}

.pricing-popular-badge {
	position: absolute;
	top: 28px;
	right: 28px;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 999px;
}

.pricing-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	font-size: 22px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 10px 20px rgba(0,37,72,0.08);
	margin-bottom: 20px;
}

.pricing-card-featured .pricing-icon {
	color: #fff;
	background: linear-gradient(160deg, #34343f, #002548);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.12),
		0 2px 4px rgba(0,0,0,0.3),
		0 10px 20px rgba(0,0,0,0.4);
}

.pricing-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}

.pricing-desc {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #44454C;
	margin: 0 0 24px;
}

.pricing-card-featured .pricing-desc {
	color: rgba(255,255,255,0.6);
}

.pricing-price {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	margin-bottom: 24px;
	font-family: var(--font-lora);
}

.pricing-amount {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.pricing-currency {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}

.pricing-from {
	font-family: var(--font-instrument);
	font-size: 13px;
	font-weight: 300;
	text-transform: lowercase;
	color: #44454C;
	margin-bottom: 8px;
}

.pricing-card-featured .pricing-from {
	color: rgba(255,255,255,0.5);
}

.pricing-rental-note {
	font-size: 12px;
	color: #9a9aa2;
	margin: -14px 0 20px;
}

.pricing-btn {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 24px;
}

.pricing-features-box {
	position: relative;
	background-color: #f5f6f7;
	border-radius: 16px;
	padding: 20px;
	max-height: 253px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.pricing-features-box::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	background: linear-gradient(to bottom, rgba(245,246,247,0), rgba(245,246,247,1));
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.pricing-features-box.is-expanded::after {
	opacity: 0;
}

.pricing-features-box.is-expanded {
	max-height: 1000px;
}

.pricing-card-featured .pricing-features-box {
	background-color: rgba(255,255,255,0.06);
}

.pricing-card-featured .pricing-features-box::after {
	background: linear-gradient(to bottom, rgba(32,32,38,0), #202026);
}

.pricing-toggle-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	margin-top: 12px;
}

.pricing-features-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: transparent;
	border: none;
	padding: 4px;
	font-size: 13px;
	font-weight: 500;
	color: #002548;
	cursor: pointer;
	visibility: hidden;
}

.pricing-features-toggle.is-visible {
	visibility: visible;
}

.pricing-card-featured .pricing-features-toggle {
	color: #fff;
}

.pricing-features-toggle i {
	font-size: 11px;
	transition: transform 0.2s ease;
}

.pricing-features-toggle.is-expanded i {
	transform: rotate(180deg);
}

.pricing-features-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 14px;
}

.pricing-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pricing-features li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #44454C;
}

.pricing-card-featured .pricing-features li {
	color: rgba(255,255,255,0.75);
}

.pricing-features li i {
	font-size: 12px;
	color: #002548;
}

.pricing-card-featured .pricing-features li i {
	color: #fff;
}

.why-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #002548;
	border: 1px solid rgba(0,37,72,0.15);
	border-radius: 999px;
	padding: 6px 16px;
	margin-bottom: 16px;
}

.why-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr 1.35fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

.why-cell-a { grid-column: 1; grid-row: 1; }
.why-cell-b { grid-column: 1; grid-row: 2; }
.why-cell-c { grid-column: 2; grid-row: 1; }
.why-cell-d { grid-column: 2; grid-row: 2; }
.why-cell-e { grid-column: 3; grid-row: 1 / span 2; }

@media (max-width: 991.98px) {
	.why-grid {
		grid-template-columns: 1fr 1fr;
	}
	.why-cell-e {
		grid-column: 1 / span 2;
		grid-row: 3;
	}
}

@media (max-width: 575.98px) {
	.why-grid {
		grid-template-columns: 1fr;
	}
	.why-cell-a, .why-cell-b, .why-cell-c, .why-cell-d, .why-cell-e {
		grid-column: 1;
		grid-row: auto;
	}
}

.why-cell {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-cell:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.why-cell-a,
.why-cell-d {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #002548;
}

.why-avatars {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
	color: #002548;
	font-size: 14px;
	flex-shrink: 0;
}

.why-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #22c55e;
	flex-shrink: 0;
}

.why-cell-b,
.why-cell-c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 220px;
}

.why-cell-b p,
.why-cell-c p {
	font-size: 15px;
	color: #44454C;
	margin: 0;
}

.why-stat-number {
	font-family: var(--font-lora);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #002548;
}

.why-stat-label {
	font-size: 13px;
	color: #44454C;
	margin-top: 6px;
}

.why-cell-e {
	background-color: #002548;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.why-cell-e p {
	font-size: 15px;
	color: rgba(255,255,255,0.75);
	margin: 0;
}

.why-cell-e .why-stat-number {
	color: #fff;
}

.why-cell-e .why-stat-label {
	color: rgba(255,255,255,0.5);
}

.why-stat-icons {
	display: inline-flex;
	gap: 4px;
	margin-left: 10px;
	color: #f59e0b;
	font-size: 13px;
}

.why-cell-e .why-stat {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

.why-cell-e .why-stat-label {
	width: 100%;
	margin-top: 8px;
}

.process-timeline {
	position: relative;
}

.process-line-track {
	position: absolute;
	top: 25px;
	bottom: 43px;
	left: 45px;
	width: 2px;
	background-color: rgba(0,37,72,0.1);
	z-index: 1;
	visibility: hidden;
}

.process-line-fill {
	position: absolute;
	top: 25px;
	left: 45px;
	width: 2px;
	height: 0;
	background-color: #002548;
	transition: height 0.1s linear;
	visibility: hidden;
	z-index: 1;
}

.process-step-row {
	position: relative;
	margin-bottom: 12px;
}

.process-step {
	z-index: 0;
	padding: 24px 24px 24px 92px;
	border-radius: 20px;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.process-step.is-active {
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0,37,72,0.08);
}

.process-icon {
	position: absolute;
	top: 24px;
	left: 21px;
	z-index: 2;
	flex-shrink: 0;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
}

.process-step-row:last-child .process-icon {
	color: #ea580c;
	background: linear-gradient(160deg, #fff7ed, #ffedd5);
}

.steps-list {
	display: flex;
	flex-direction: column;
}

.step-row {
	display: flex;
	gap: 20px;
	padding-bottom: 32px;
	position: relative;
}

.step-row:not(.step-last)::before {
	content: '';
	position: absolute;
	left: 25px;
	top: 52px;
	bottom: 0;
	width: 2px;
	background: rgba(0,37,72,0.1);
}

.step-left {
	flex-shrink: 0;
}

.step-number {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	font-family: var(--font-lora);
	font-size: 16px;
	font-weight: 500;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
}

.step-last .step-number {
	color: #ea580c;
	background: linear-gradient(160deg, #fff7ed, #ffedd5);
}

.step-title {
	font-size: 17px;
	font-weight: 500;
	margin: 8px 0 8px;
	color: #002548;
}

.step-text {
	font-size: 14px;
	line-height: 1.6;
	color: #9a9aa2;
	margin: 0;
}

.process-content h3 {
	font-size: 17px;
	font-weight: 500;
	margin: 8px 0 8px;
	color: #002548;
}

.process-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #9a9aa2;
	margin: 0;
	transition: color 0.3s ease;
}

.process-step.is-active .process-content p {
	color: #44454C;
}

.process-content p a {
	color: #002548;
	text-decoration: underline;
}

.ben-card {
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 28px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ben-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.ben-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 8px 16px rgba(0,37,72,0.08);
	margin-bottom: 20px;
}

.ben-title {
	font-size: 17px;
	font-weight: 500;
	color: #002548;
	margin: 0 0 8px;
}

.ben-text {
	font-size: 14px;
	line-height: 1.6;
	color: #44454C;
	margin: 0;
}

.ben-text strong {
	color: #002548;
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.process-line-track {
		bottom: 55px;
	}
}

.eshop-options {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 28px;
}

.eshop-option {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eshop-option:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.eshop-option-featured {
	background-color: #002548;
	border-color: #002548;
	color: #fff;
}

.eshop-option-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #002548;
	background-color: #f5f6f7;
	border-radius: 999px;
	padding: 5px 12px;
	margin-bottom: 14px;
}

.eshop-option-featured .eshop-option-tag {
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}

.eshop-option h3 {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 8px;
	color: #002548;
}

.eshop-option-featured h3 {
	color: #fff;
}

.eshop-option p {
	font-size: 14px;
	line-height: 1.6;
	color: #44454C;
	margin: 0;
}

.eshop-option-featured p {
	color: rgba(255,255,255,0.65);
}

.eshop-visual,
.eshop-visual-new {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.eshop-stat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.eshop-stat-card {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eshop-stat-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.eshop-stat-primary {
	border-color: rgba(234,88,12,0.25);
}

.eshop-stat-primary .eshop-stat-icon {
	color: #ea580c;
	background: linear-gradient(160deg, #fff7ed, #ffedd5);
}

.eshop-stat-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
	margin-bottom: 16px;
}

.eshop-stat-val {
	font-family: var(--font-lora);
	font-size: 28px;
	font-weight: 700;
	color: #002548;
	line-height: 1;
	margin-bottom: 6px;
}

.eshop-stat-label {
	font-size: 13px;
	color: #44454C;
}

.eshop-feature-list {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 8px 24px;
}

.eshop-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 0;
}

.eshop-feature-item + .eshop-feature-item {
	border-top: 1px solid rgba(0,37,72,0.06);
}

.eshop-feature-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 4px 8px rgba(0,37,72,0.06);
	margin-top: 2px;
}

.eshop-feature-item strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #002548;
	margin-bottom: 2px;
}

.eshop-feature-item span {
	font-size: 13px;
	color: #44454C;
}

@media (max-width: 575.98px) {
	.eshop-stat-grid {
		grid-template-columns: 1fr;
	}
}

.marquee-strip {
	background-color: #002548;
	overflow: hidden;
	padding: 16px 0;
	border-radius: 999px;
}

.marquee-track {
	display: flex;
	align-items: center;
	width: max-content;
	white-space: nowrap;
	animation: marquee 28s linear infinite;
}

.marquee-track span {
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
}

.marquee-track .dot {
	color: rgba(255,255,255,0.25);
	padding: 0;
}

@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.fw-card {
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fw-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.fw-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
	margin-bottom: 16px;
}

.fw-card strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #002548;
	margin-bottom: 6px;
}

.fw-card p {
	font-size: 13px;
	line-height: 1.6;
	color: #44454C;
	margin: 0;
}

.seo-text-body p {
	font-size: 15px;
	line-height: 1.75;
	color: #44454C;
	margin: 0 0 16px;
}

.seo-text-body p:last-child {
	margin-bottom: 0;
}

.seo-text-body strong {
	color: #002548;
	font-weight: 500;
}

.cta-section {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.cta-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15,15,20,0.28), rgba(15,15,20,0.24));
}

@media (min-width: 992px) {
	.cta-section,
	.region-cta {
		background-attachment: fixed;
	}
}

.cta-inner {
	position: relative;
	z-index: 2;
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
}

.cta-title {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 18px;
}

.cta-desc {
	font-size: 16px;
	color: rgba(255,255,255,0.65);
	margin: 0 0 18px;
}

.cta-btn {
	margin: 0 auto;
}

.cta-note {
	font-size: 13px;
	color: rgba(255,255,255,0.4);
	margin: 20px 0 0;
}

.contact-card {
	background: linear-gradient(135deg, #eef1f4, #e2e6ea);
	border-radius: 32px;
	padding: 56px;
}

.contact-img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	display: block;
}

.contact-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.contact-method-email,
.contact-method-fb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #002548;
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.1);
	border-radius: 999px;
	padding: 10px 18px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-method-email:hover,
.contact-method-fb:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0,37,72,0.1);
}

.contact-manual {
	margin-bottom: 20px;
}

.contact-manual a {
	font-size: 13px;
	color: #44454C;
	text-decoration: underline;
}

.contact-gdpr {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	color: #9a9aa2;
	margin: 0;
}

@media (max-width: 575.98px) {
	.contact-card {
		padding: 32px 24px;
		border-radius: 24px;
	}
}

.region-hero {
	position: relative;
	background-image: none !important;
	padding: 130px 0 40px;
}

.hero-overlay {
	display: none;
}

.region-hero .container {
	position: relative;
	z-index: 2;
}

.region-hero-content {
	background: linear-gradient(135deg, #eef1f4, #e2e6ea);
	border-radius: 32px;
	padding: 64px 56px;
}

.region-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 16px;
}

.region-breadcrumb a {
	color: #44454C;
}

.region-breadcrumb i {
	font-size: 10px;
}

.region-h1 {
	font-family: var(--font-lora);
	font-weight: 500;
	font-size: 44px;
	line-height: 1.2;
	color: #002548;
	margin: 0 0 16px;
}

.region-h1 .grad-title {
	color: #6b7280;
}

.region-sub {
	font-size: 16px;
	color: #44454C;
	max-width: 560px;
	margin: 0 0 24px;
}

@media (max-width: 767.98px) {
	.region-sub {
		font-size: 14px;
	}
}

.region-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
}

.region-trust .trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #44454C;
}

.region-trust .trust-item i {
	color: #002548;
}

.region-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 899.98px) {
	.region-hero {
		padding: 30px 0 24px;
	}
	.region-hero-content {
		padding: 40px 20px;
		border-radius: 24px;
	}
	.region-h1 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.region-breadcrumb {
		font-size: 10px;
	}
	.region-trust .trust-item {
		font-size: 11px;
	}
}

.region-text {
	font-size: 15px;
	line-height: 1.75;
	color: #44454C;
	margin: 0 0 16px;
}

.region-cities-box {
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 20px;
	padding: 28px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.region-cities-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(0,37,72,0.1);
}

.rcb-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.rcb-head i {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #002548;
	background: linear-gradient(160deg, #ffffff, #eef0f2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 2px 4px rgba(0,37,72,0.06),
		0 6px 12px rgba(0,37,72,0.08);
	flex-shrink: 0;
}

.rcb-head strong {
	font-size: 16px;
	font-weight: 500;
	color: #002548;
}

.rcb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 20px;
}

.rcb-city {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #44454C;
}

.rcb-city i {
	color: #002548;
	font-size: 12px;
}

.rcb-footer {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: #9a9aa2;
	border-top: 1px solid rgba(0,37,72,0.06);
	padding-top: 16px;
}

.rcb-footer a {
	color: #44454C;
	text-decoration: underline;
}

.region-ownership-box {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: linear-gradient(135deg, rgba(245,158,11,0.1), rgba(249,115,22,0.06));
	border: 1px solid rgba(245,158,11,0.25);
	border-radius: 20px;
	padding: 24px;
	margin-top: 20px;
}

.rob-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #b45309;
	background-color: #fff;
	flex-shrink: 0;
}

.rob-content strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #002548;
	margin-bottom: 4px;
}

.rob-content p {
	font-size: 13px;
	line-height: 1.6;
	color: #44454C;
	margin: 0;
}

@media (max-width: 575.98px) {
	.rcb-grid {
		grid-template-columns: 1fr;
	}
}

.region-cta {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
}

.region-cta .container {
	position: relative;
	z-index: 2;
}

.t-btn-lg {
	font-size: 16px;
	padding: 1em 2em;
}

.t-btn-cta-glow {
	background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 8px 24px rgba(234,88,12,0.3);
}

.t-btn-cta-glow:hover {
	color: #fff;
	box-shadow: 0 10px 28px rgba(234,88,12,0.45);
}

.pricing-more-link {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #44454C;
	text-decoration: underline;
	margin-top: 16px;
}

.pricing-card-featured .pricing-more-link {
	color: rgba(255,255,255,0.65);
}

.pricing-note {
	text-align: center;
	font-size: 14px;
	color: #44454C;
	margin: 8px 0 0;
}

.pricing-note a {
	color: #0ea5e9;
	text-decoration: underline;
}

.pricing-note a:hover {
	color: #002548;
}

.main-footer {
	padding: 40px 0 60px;
}

.footer-shell {
	background-color: #fff;
	border: 1px solid rgba(0,37,72,0.08);
	border-radius: 32px;
	box-shadow: 0 30px 60px rgba(0,37,72,0.08);
	overflow: hidden;
}

.footer-top-zone {
	padding: 56px 56px 0;
}

.footer-cols {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 160px;
}

.footer-col-brand {
	flex: 1 1 260px;
	min-width: 220px;
}

.footer-logo {
	display: inline-flex;
	margin-bottom: 14px;
}

.footer-tagline {
	font-size: 14px;
	line-height: 1.6;
	color: #44454C;
	max-width: 280px;
	margin: 0;
}

.footer-col-title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #9a9aa2;
	margin: 0 0 4px;
}

.footer-col a {
	font-size: 14px;
	color: #44454C;
	transition: color 0.2s ease;
}

.footer-col a:hover {
	color: #002548;
}

.footer-col-note {
	font-size: 13px;
	color: #9a9aa2;
}

.footer-regions {
	border-top: 1px solid rgba(0,37,72,0.08);
	padding: 20px 0;
	margin-bottom: 24px;
}

.footer-regions summary {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #44454C;
	cursor: pointer;
	list-style: none;
}

.footer-regions summary::-webkit-details-marker {
	display: none;
}

.footer-regions summary i {
	font-size: 10px;
	color: #9a9aa2;
	transition: transform 0.2s ease;
}

.footer-regions[open] summary i {
	transform: rotate(180deg);
}

.footer-regions-grid {
	display: grid;
	grid-template-columns: repeat(6, auto);
	gap: 10px 24px;
	margin-top: 18px;
}

.footer-regions-grid a {
	font-size: 13px;
	color: #9a9aa2;
}

.footer-regions-grid a:hover {
	color: #002548;
}

.footer-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	background-color: #002548;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0.8em 1.5em;
	border-radius: 6px;
	margin-bottom: 40px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,37,72,0.18);
}

.footer-wordmark {
	font-family: var(--font-lora);
	font-weight: 500;
	font-size: clamp(33px, 9vw, 105px);
	line-height: 1;
	color: #f0f0f1;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
}

.footer-wordmark::after {
	content: 'Moderný Webík';
	display: inline-block;
}

.footer-bottom-zone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background-color: #002548;
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	padding: 20px 56px;
}

.footer-legal-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-legal-link {
	color: rgba(255,255,255,0.6);
}

.footer-legal-link:hover {
	color: #fff;
}

.footer-legal-sep {
	color: rgba(255,255,255,0.3);
}

@media (max-width: 767.98px) {
	.footer-top-zone {
		padding: 40px 28px 0;
	}
	.footer-bottom-zone {
		padding: 20px 28px;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-regions-grid {
		grid-template-columns: repeat(2, auto);
	}
}
