@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
		content: '';
		content: none;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	-webkit-text-size-adjust: none;
}
mark{
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}
input, select, textarea{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
/* Basic */

	@-ms-viewport{
		width: device-width;
	}
html{
		box-sizing: border-box;
	}
*, *:before, *:after{
		box-sizing: inherit;
	}
body{
		background: #2e3842;
	}
body.is-preload *, body.is-preload *:before, body.is-preload *:after{
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}
body, input, select, textarea{
		color: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}
@media screen and (max-width: 1680px){

			body, input, select, textarea {
				font-size: 13pt;
			}

		}
@media screen and (max-width: 1280px){

			body, input, select, textarea {
				font-size: 12pt;
			}

		}
@media screen and (max-width: 736px){

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}
a{
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}
a:hover{
			border-bottom-color: transparent;
		}
strong, b{
		color: #fff;
		font-weight: 600;
	}
em, i{
		font-style: italic;
	}
p{
		margin: 0 0 2em 0;
	}
h1, h2, h3, h4, h5, h6{
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
			color: inherit;
			text-decoration: none;
		}
h2{
		font-size: 1.35em;
		line-height: 1.75em;
	}
@media screen and (max-width: 736px){

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}
h3{
		font-size: 1.15em;
		line-height: 1.75em;
	}
@media screen and (max-width: 736px){

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}
h4{
		font-size: 1em;
		line-height: 1.5em;
	}
h5{
		font-size: 0.8em;
		line-height: 1.5em;
	}
h6{
		font-size: 0.7em;
		line-height: 1.5em;
	}
sub{
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}
sup{
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}
hr{
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}
hr.major{
			margin: 4.5em 0;
		}
blockquote{
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}
code{
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}
pre{
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}
pre code{
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}
/* Section/Article */

article#main > header{
  background: linear-gradient(#c76060e1, #c76060e1),
              url("../images/pozadi-textil.png") center/cover no-repeat;
  color: #c76060e1;
  padding: 5rem 2rem;
  text-align: center;
  border-bottom: solid 2px rgba(199, 96, 96, 0.7);
}
article#main > header h2, article#main > header p{
  color: #ffffffe1; /* Barva textu */
}
section.special, article.special{
		text-align: center;
	}
header p{
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}
header h3 + p{
		font-size: 1.1em;
	}
header h4 + p, header h5 + p, header h6 + p{
		font-size: 0.9em;
	}
header.major{
		margin: 0 0 3.5em 0;
	}
header.major h2, header.major h3, header.major h4, header.major h5, header.major h6{
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}
header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after{
				content: '';
				display: block;
				height: 1px;
			}
header.major p{
			color: #fff;
			top: 0;
		}
@media screen and (max-width: 736px){

			header.major {
				margin: 0 0 2em 0;
			}

		}
@media screen and (max-width: 980px){

		header br {
			display: none;
		}

	}
/* Box */

	.box{
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child{
			margin-bottom: 0;
		}
.box.alt{
			border: 0;
			border-radius: 0;
			padding: 0;
		}
/* Icon */

	.icon{
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}
.icon:before{
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}
.icon > .label{
			display: none;
		}
.icon:before{
			line-height: inherit;
		}
.icon.solid:before{
			font-weight: 900;
		}
.icon.brands:before{
			font-family: 'Font Awesome 5 Brands';
		}
.icon.major{
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}
.icon.major:before{
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}
@media screen and (max-width: 736px){

				.icon.major {
					font-size: 1em;
				}

			}
.icon.style1{
			color: #00ffcc;
		}
.icon.style2{
			color: #00f0ff;
		}
.icon.style3{
			color: #76ddff;
		}
/* Image */





.spotlight .image{
  position: relative;
}
.spotlight .image::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c760603c; /* barva overlaye */
  pointer-events: none;
}
.image{
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}
.image img{
			border-radius: 3px;
			display: block;
		}
.image.left{
			float: left;
			margin: 0 2em 2em 0;
			top: 0.25em;
		}
.image.right{
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}
.image.left, .image.right{
			max-width: 40%;
		}
.image.left img, .image.right img{
				width: 100%;
			}
.image.fit{
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}
.image.fit img{
				width: 100%;
			}
/* List */

	ol{
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}
ol li{
			padding-left: 0.25em;
		}
ul{
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}
ul li{
			padding-left: 0.5em;
		}
ul.alt{
			list-style: none;
			padding-left: 0;
		}
ul.alt li{
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}
ul.alt li:first-child{
					border-top: 0;
					padding-top: 0;
				}
dl{
		margin: 0 0 2em 0;
	}
/* Actions */

	ul.actions{
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}
ul.actions li{
			padding: 0 0 0 1em;
			vertical-align: middle;
		}
ul.actions.special{
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}
ul.actions.special li:first-child{
				padding-left: 0;
			}
ul.actions.stacked{
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}
ul.actions.stacked li{
				padding: 1em 0 0 0;
			}
ul.actions.stacked li:first-child{
					padding-top: 0;
				}
ul.actions.fit{
			width: calc(100% + 1em);
		}
ul.actions.fit li{
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}
ul.actions.fit li > *{
					width: 100%;
				}
ul.actions.fit.stacked{
				width: 100%;
			}
@media screen and (max-width: 480px){

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}
/* Button */

	input[type="submit"], input[type="reset"], input[type="button"], button, .button{
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		max-width: 30em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover{
			background-color: rgba(144, 144, 144, 0.25);
		}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active{
			background-color: rgba(144, 144, 144, 0.5);
		}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before{
			margin-right: 0.5em;
		}
.button.fit{
			background-color: #c76060e1;
			box-shadow: none !important;
			color: #ffffff !important;
			width: 100%;
		}
.button.small{
			font-size: 0.8em;
		}
.button.large{
			font-size: 1.35em;
		}
input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary{
			background-color: #c76060e1;
			box-shadow: none !important;
			color: #ffffff !important;
		}
input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover{
				background-color: #f20606b3 !important;
			}
input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active{
				background-color: #1c1c1b !important;
			}
input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled, button:disabled, .button.disabled, .button:disabled{
			pointer-events: none;
			opacity: 0.25;
		}
@media screen and (max-width: 736px){

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}
/* Features */

	.features{
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}
.features li{
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}
.features li:nth-child(1){
				background-color: #c76060d1;
			}
.features li:nth-child(2){
				background-color: #c760605b;
			}
.features li:nth-child(3){
				background-color: #c760605b;
			}
.features li:nth-child(4){
				background-color: #c76060d1;
			}
.features li:nth-child(5){
				background-color: #c76060d1;
			}
.features li:nth-child(6){
				background-color: #c760605b;
			}
.features li:nth-child(7){
				background-color: #c760605b;
			}
.features li:nth-child(8){
				background-color: #c76060d1;
			}
.features li:nth-child(9){
				background-color: #c76060d1;
			}
.features li:nth-child(10){
				background-color: #c760605b;
			}
.features li:before{
				display: block;
				color: #ffffffe1;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}
.features li:nth-child(1){
				border-top-left-radius: 3px;
			}
.features li:nth-child(2){
				border-top-right-radius: 3px;
			}
.features li:nth-last-child(1){
				border-bottom-right-radius: 3px;
			}
.features li:nth-last-child(2){
				border-bottom-left-radius: 3px;
			}
@media screen and (max-width: 980px){

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}
@media screen and (max-width: 736px){

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}
/* Spotlight */

	.spotlight{
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
.spotlight .image{
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}
.spotlight .image img{
				border-radius: 0;
				width: 100%;
			}
.spotlight .content{
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}
.spotlight:nth-child(2n){
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
.spotlight:nth-child(1){
			background-color: #00000013;
		}
.spotlight:nth-child(2){
			background-color: #00000026;
		}
.spotlight:nth-child(3){
			background-color: #00000039;
		}
.spotlight:nth-child(4){
			background-color: #0000004d;
		}
.spotlight:nth-child(5){
			background-color: rgba(0, 0, 0, 0.375);
		}
.spotlight:nth-child(6){
			background-color: rgba(0, 0, 0, 0.45);
		}
.spotlight:nth-child(7){
			background-color: rgba(0, 0, 0, 0.525);
		}
.spotlight:nth-child(8){
			background-color: rgba(0, 0, 0, 0.6);
		}
.spotlight:nth-child(9){
			background-color: rgba(0, 0, 0, 0.675);
		}
.spotlight:nth-child(10){
			background-color: rgba(0, 0, 0, 0.75);
		}
@media screen and (max-width: 1280px){

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}
@media screen and (max-width: 980px){

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}
@media screen and (max-width: 736px){

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}
/* Wrapper */

	.wrapper{
		padding: 6em 0 4em 0 ;
	}
.wrapper > .inner{
			width: 60em;
			margin: 0 auto;
		}
@media screen and (max-width: 1280px){

				.wrapper > .inner {
					width: 90%;
				}

			}
@media screen and (max-width: 980px){

				.wrapper > .inner {
					width: 100%;
				}

			}
.wrapper.alt{
			padding: 0;
		}
.wrapper.style1{
			background-color: #ffffffcb;
			color: #c76060e1;
		}
.wrapper.style1 strong, .wrapper.style1 b{
				color: #c76060e1;
			}
.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6{
				color: #c76060e1;
			}
.wrapper.style1 hr{
				border-color: #000000fd;
			}
.wrapper.style1 blockquote{
				border-color: rgba(255, 255, 255, 0.125);
			}
.wrapper.style1 code{
				background: rgba(255, 255, 255, 0.075);
			}
.wrapper.style1 header p{
				color: #a6e0db;
			}
.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 header.major p{
				color: #c8ece9;
			}
.wrapper.style1 label{
				color: #ffffff;
			}
.wrapper.style1 input[type="text"], .wrapper.style1 input[type="password"], .wrapper.style1 input[type="email"], .wrapper.style1 select, .wrapper.style1 textarea{
				background-color: rgba(255, 255, 255, 0.075);
			}
.wrapper.style1 select{
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}
.wrapper.style1 select option{
					color: #ffffff;
					background: #21b2a6;
				}
.wrapper.style1 input[type="checkbox"] + label, .wrapper.style1 input[type="radio"] + label{
				color: #c8ece9;
			}
.wrapper.style1 input[type="checkbox"] + label:before, .wrapper.style1 input[type="radio"] + label:before{
					background: rgba(255, 255, 255, 0.075);
				}
.wrapper.style1 input[type="checkbox"]:checked + label:before, .wrapper.style1 input[type="radio"]:checked + label:before{
				background: #ffffff;
				color: #21b2a6;
			}
.wrapper.style1 ::-webkit-input-placeholder{
				color: #a6e0db !important;
			}
.wrapper.style1 :-moz-placeholder{
				color: #a6e0db !important;
			}
.wrapper.style1 ::-moz-placeholder{
				color: #a6e0db !important;
			}
.wrapper.style1 :-ms-input-placeholder{
				color: #a6e0db !important;
			}
.wrapper.style1 .formerize-placeholder{
				color: #a6e0db !important;
			}
.wrapper.style1 .icon.major{
				border-color: rgba(255, 255, 255, 0.125);
			}
.wrapper.style1 ul.alt li{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 table tbody tr{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 table tbody tr:nth-child(2n + 1){
					background-color: rgba(255, 255, 255, 0.075);
				}
.wrapper.style1 table th{
				color: #ffffff;
			}
.wrapper.style1 table thead{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 table tfoot{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 table.alt tbody tr td{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style1 input[type="submit"], .wrapper.style1 input[type="reset"], .wrapper.style1 input[type="button"], .wrapper.style1 button, .wrapper.style1 .button{
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}
.wrapper.style1 input[type="submit"]:hover, .wrapper.style1 input[type="reset"]:hover, .wrapper.style1 input[type="button"]:hover, .wrapper.style1 button:hover, .wrapper.style1 .button:hover{
					background-color: rgba(255, 255, 255, 0.075);
				}
.wrapper.style1 input[type="submit"]:active, .wrapper.style1 input[type="reset"]:active, .wrapper.style1 input[type="button"]:active, .wrapper.style1 button:active, .wrapper.style1 .button:active{
					background-color: rgba(255, 255, 255, 0.2);
				}
@media screen and (max-width: 736px){

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}
.wrapper.style2{
			background-color: #c76060e1;
		}
.wrapper.style3{
  position: relative;
  background-image: url("images/pic09.jpeg"); /* cesta k tvému obrázku */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffffe1;
  z-index: 1;
  overflow: hidden;
}
.wrapper.style3::before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #c76060a1; /* bílý průhledný overlay */
  z-index: -1; /* aby byl za obsahem */
}
.wrapper.style3 strong, .wrapper.style3 b{
				color: #ffffffe1;
			}
.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6{
				color: #ffffffe1;
			}
.wrapper.style3 hr{
				border-color: #000000fd;
			}
.wrapper.style3 blockquote{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 code{
				background: rgba(255, 255, 255, 0.075);
			}
.wrapper.style3 header p{
				color: #b9bad4;
			}
.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 header.major p{
				color: #ffffffe1;
			}
.wrapper.style3 label{
				color: #ffffff;
			}
.wrapper.style3 input[type="text"], .wrapper.style3 input[type="password"], .wrapper.style3 input[type="email"], .wrapper.style3 select, .wrapper.style3 textarea{
				background-color: rgba(255, 255, 255, 0.075);
			}
.wrapper.style3 select{
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}
.wrapper.style3 select option{
					color: #ffffff;
					background: #505393;
				}
.wrapper.style3 input[type="checkbox"] + label, .wrapper.style3 input[type="radio"] + label{
				color: #d3d4e4;
			}
.wrapper.style3 input[type="checkbox"] + label:before, .wrapper.style3 input[type="radio"] + label:before{
					background: rgba(255, 255, 255, 0.075);
				}
.wrapper.style3 input[type="checkbox"]:checked + label:before, .wrapper.style3 input[type="radio"]:checked + label:before{
				background: #ffffff;
				color: #505393;
			}
.wrapper.style3 ::-webkit-input-placeholder{
				color: #b9bad4 !important;
			}
.wrapper.style3 :-moz-placeholder{
				color: #b9bad4 !important;
			}
.wrapper.style3 ::-moz-placeholder{
				color: #b9bad4 !important;
			}
.wrapper.style3 :-ms-input-placeholder{
				color: #b9bad4 !important;
			}
.wrapper.style3 .formerize-placeholder{
				color: #b9bad4 !important;
			}
.wrapper.style3 .icon.major{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 ul.alt li{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 table tbody tr{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 table tbody tr:nth-child(2n + 1){
					background-color: rgba(255, 255, 255, 0.075);
				}
.wrapper.style3 table th{
				color: #ffffff;
			}
.wrapper.style3 table thead{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 table tfoot{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 table.alt tbody tr td{
				border-color: rgba(0, 0, 0, 0.125);
			}
.wrapper.style3 input[type="submit"], .wrapper.style3 input[type="reset"], .wrapper.style3 input[type="button"], .wrapper.style3 button, .wrapper.style3 .button{
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}
.wrapper.style3 input[type="submit"]:hover, .wrapper.style3 input[type="reset"]:hover, .wrapper.style3 input[type="button"]:hover, .wrapper.style3 button:hover, .wrapper.style3 .button:hover{
					background-color: rgba(255, 255, 255, 0.075);
				}
.wrapper.style3 input[type="submit"]:active, .wrapper.style3 input[type="reset"]:active, .wrapper.style3 input[type="button"]:active, .wrapper.style3 button:active, .wrapper.style3 .button:active{
					background-color: rgba(255, 255, 255, 0.2);
				}
@media screen and (max-width: 736px){

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}
.wrapper.style4{
			background-color: #c76060e1;
		}
.wrapper.style5{
			background-color: #ffffffcb;
			color: #000000fd;
		}
.wrapper.style5 strong, .wrapper.style5 b{
				color: #2E3842;
			}
.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6{
				color: #c76060e1;
			}
.wrapper.style5 hr{
				border-color: #000000fd;
			}
.wrapper.style5 blockquote{
				border-color: #dfdfdf;
			}
.wrapper.style5 code{
				background: rgba(0, 0, 0, 0.0375);
			}
.wrapper.style5 header p{
				color: #8E8892;
			}
.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6{
				border-color: #dfdfdf;
			}
.wrapper.style5 header.major p{
				color: #4E4852;
			}
.wrapper.style5 label{
				color: #2E3842;
			}
.wrapper.style5 input[type="text"], .wrapper.style5 input[type="password"], .wrapper.style5 input[type="email"], .wrapper.style5 select, .wrapper.style5 textarea{
				background-color: rgba(0, 0, 0, 0.0375);
			}
.wrapper.style5 select{
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
			}
.wrapper.style5 select option{
					color: #2E3842;
					background: #ffffff;
				}
.wrapper.style5 input[type="checkbox"] + label, .wrapper.style5 input[type="radio"] + label{
				color: #4E4852;
			}
.wrapper.style5 input[type="checkbox"] + label:before, .wrapper.style5 input[type="radio"] + label:before{
					background: rgba(0, 0, 0, 0.0375);
				}
.wrapper.style5 input[type="checkbox"]:checked + label:before, .wrapper.style5 input[type="radio"]:checked + label:before{
				background: #2E3842;
				color: #ffffff;
			}
.wrapper.style5 ::-webkit-input-placeholder{
				color: #8E8892 !important;
			}
.wrapper.style5 :-moz-placeholder{
				color: #8E8892 !important;
			}
.wrapper.style5 ::-moz-placeholder{
				color: #8E8892 !important;
			}
.wrapper.style5 :-ms-input-placeholder{
				color: #8E8892 !important;
			}
.wrapper.style5 .formerize-placeholder{
				color: #8E8892 !important;
			}
.wrapper.style5 .icon.major{
				border-color: #dfdfdf;
			}
.wrapper.style5 ul.alt li{
				border-color: #dfdfdf;
			}
.wrapper.style5 table tbody tr{
				border-color: #dfdfdf;
			}
.wrapper.style5 table tbody tr:nth-child(2n + 1){
					background-color: rgba(0, 0, 0, 0.0375);
				}
.wrapper.style5 table th{
				color: #2E3842;
			}
.wrapper.style5 table thead{
				border-color: #dfdfdf;
			}
.wrapper.style5 table tfoot{
				border-color: #dfdfdf;
			}
.wrapper.style5 table.alt tbody tr td{
				border-color: #dfdfdf;
			}
.wrapper.style5 input[type="submit"], .wrapper.style5 input[type="reset"], .wrapper.style5 input[type="button"], .wrapper.style5 button, .wrapper.style5 .button{
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}
.wrapper.style5 input[type="submit"]:hover, .wrapper.style5 input[type="reset"]:hover, .wrapper.style5 input[type="button"]:hover, .wrapper.style5 button:hover, .wrapper.style5 .button:hover{
					background-color: rgba(0, 0, 0, 0.0375);
				}
.wrapper.style5 input[type="submit"]:active, .wrapper.style5 input[type="reset"]:active, .wrapper.style5 input[type="button"]:active, .wrapper.style5 button:active, .wrapper.style5 .button:active{
					background-color: rgba(0, 0, 0, 0.1);
				}
@media screen and (max-width: 736px){

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}

			}
@media screen and (max-width: 980px){

			.wrapper {
				padding: 4em 3em 2em 3em ;
			}

		}
@media screen and (max-width: 736px){

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}
/* Page Wrapper + Menu */

	#page-wrapper{
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}
#page-wrapper:before{
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}
#menu{
		
		-moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		-webkit-overflow-scrolling: touch;



		  max-height: 80vh;   /* menu zabere max 80 % výšky okna */
  overflow-y: auto;   /* pokud je obsah delší, zobrazí se v něm scroll */
  top: 10vh;          /* posunutí od horní hrany, ať to není nalepené */
  border-radius: 0 0 12px 0; /* volitelně zaoblení spodní hrany */



    height: auto;          /* místo 100% */
  max-height: 90vh;      /* aby nikdy nepřesáhlo skoro celou výšku */
  top: 0;
  bottom: auto;          /* smaž fixaci na spodní hranu */

		
		
		
        
        
		color: #ffffff;
		
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: auto;
		left: 0;
	
		width: 20em;
		z-index: 10002;
		 
    background-color:#c76060e1;
background-image: url("images/menupic.png");
  background-size: cover;      /* vyplní celé menu */
  background-position: center; /* logo uprostřed */
  background-repeat: no-repeat;

	}
@media screen and (max-width: 736px){
  #menu {
    width: 16em;         /* o něco menší šířka */
    padding: 2em 1.5em;  /* menší vnitřní odsazení */
    max-height: none;    /* menu se přizpůsobí obsahu */
  }
}
#menu a{
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  color: #fff;
  text-decoration: none;

  background-color: rgba(0,0,0,0.45);
  border-radius: 6px;

  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
  transition: all 0.2s ease-in-out;
}
#menu a:hover{
  background-color: rgba(0,0,0,0.35);
  box-shadow: 0 4px 10px rgba(0,0,0,0.8);
}
#menu a.close{
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
}
#menu ul{
			list-style: none;
			padding: 0;
		}
#menu ul > li{
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}
#menu ul > li:first-child{
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}
#menu ul > li > a{
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}
@media screen and (max-width: 736px){

						#menu ul > li > a {
							line-height: 3em;
						}

					}
#menu .close{
			background-image: url("images/close.svg");
			background-position: 1em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}
@media screen and (max-width: 736px){

			#menu {
				padding: 3em 1.5em;
			}

		}
body.is-menu-visible #page-wrapper{
		opacity: 0.35;
	}
body.is-menu-visible #page-wrapper:before{
			display: block;
		}
body.is-menu-visible #menu{
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		  background-position: center;
  background-size: cover;
}
/* Header */

	#header{
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #000000fd;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
#header h1{
  height: inherit;
  right: 1.25em;   /* původní left smaž */
  line-height: inherit;
  position: absolute;
  top: 0;
}
#header h1 a{
				border: 0;
				display: block;
				height: inherit;
				line-height: inherit;
			}
@media screen and (max-width: 736px){

					#header h1 a {
						font-size: 0.8em;
					}

				}
#header nav{
  height: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;        /* původní right smaž */
  top: 0;
}
#header nav > ul{
				list-style: none;
				margin: 0;
				padding: 0;
				white-space: nowrap;
			}
#header nav > ul > li{
					display: inline-block;
					padding: 0;
				}
#header nav > ul > li > a{
						border: 0;
						color: #fff;
						display: block;
						font-size: 0.8em;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}
#header nav > ul > li > a.menuToggle{
							outline: 0;
							position: relative;
						}
#header nav > ul > li > a.menuToggle:after{
								background-image: url("images/bars.svg");
								background-position: right center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 3.75em;
								vertical-align: top;
								width: 2em;
							}
@media screen and (max-width: 736px){

								#header nav > ul > li > a.menuToggle {
									padding: 0 1.5em;
								}

									#header nav > ul > li > a.menuToggle span {
										display: none;
									}

							}
@media screen and (max-width: 736px){

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}
#header nav > ul > li:first-child{
						margin-left: 0;
					}
#header.alt{
			background: transparent;
		}
#header.alt h1{
				pointer-events: none;
				opacity: 0;
			}
/* Banner */

#banner{
  position: relative;
  overflow: hidden;
}
#banner-video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -0; /* aby video bylo za obsahem */
}
/* Mobilní posun výřezu jen na stránce Portfolio */
@media (max-width: 736px){
  .page-portfolio #banner-video {
    /* necháme cover (bez pruhů), ale zarovnáme výřez k levému okraji */
    object-fit: cover !important;
    object-position: left center !important;

    /* zrušíme centrovací translate na ose X a kotvíme k levému okraji */
    left: 0 !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;

    /* pojistky, aby vyplnil banner */
    width: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
  }
}
/* Mobilní posun výřezu jen na stránce Kontakty */
@media (max-width: 736px){
  .page-kontakty #banner-video {
    object-fit: cover !important;
    object-position: left center !important;

    /* přichytíme video k levému okraji */
    left: 0 !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;

    /* zajistí, že vyplní banner */
    width: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
  }
}
/* ONE*/

/* --- video pod textem: --- */
#banner-video{
  z-index: 0 !important;    /* video níž */
}
/* --- všechno v .inner nad videem: --- */
#banner .inner{
  position: relative;       /* aby z-index fungoval */
  z-index: 1 !important;    /* nad videem */
}
/* --- (volitelně) skryjte overlay, pokud vám stále překrývá: --- */
#banner::after{
  display: none !important;
}
/* Kontejner “čtverce” */
.square-box{
  position: relative;
  margin: 0 auto;
  width: clamp(300px, 90vw, 500px);
  max-height: 90vh;
  padding: 1.5rem;
  background: rgba(199, 96, 96, 0.884);
  border-radius: 1rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;

  overflow: visible; /* důležité – zabrání vnitřnímu scrollu */
  z-index: 1;
}
/* Nadpis */
.square-box__header{
  text-align: center;
}
.square-box__body{
  overflow: visible !important;
  text-align: center;
  padding-right: 0;
}
.square-box__body{
  opacity: 0;
  transform: translateY(20px); /* logo je před animací posunuté mírně dolů */
  animation: slideFadeIn 1.5s ease-out forwards;
}
@keyframes slideFadeIn{
  0% { opacity: 0; transform: translateY(20px); }  /* logo pod výchozí pozicí, neviditelné */
  100% { opacity: 1; transform: translateY(0); }   /* logo na původním místě, plně viditelné */
}
/* Tlačítka dole */
.square-box__footer .actions{
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Zrušení původních absolutních stylů */
.square-box .more{
  position: static !important;
  transform: none !important;
}
@media only screen and (max-width: 736px){
  /* 1) Banner se chová jako relativní blok */
  #banner {
    position: relative !important;
    display: block !important;
    height: 100vh !important;  /* zabere celou výšku mobilu */
    padding: 0 !important;
  }

  /* 2) Inner jen obaluje square-box */
  #banner .inner {
    position: static !important;
    margin: 0 !important;
    width: auto !important;
    padding: 0 !important;
  }

  /* 3) Vycentrujeme square-box absolutně */
  .square-box {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 90vw !important;      /* zabere 90 % šířky viewportu */
    max-width: 400px !important; /* ale ne víc než 400px */
   
    padding: 1.5rem !important;
    margin: 0 !important;
  }

  /* 4) Uvnitř žádný scroll */
  .square-box__body {
    overflow-y: visible !important;
  }
}
/* Logo v headeru centrujeme a omezíme maximální šířku */
.square-box__header{
  text-align: center;
}
.square-box__header .logo{
  display: inline-block;
  max-width: 800px;  /* upravte podle potřeby */
  width: 100%;        /* nebo pevná šířka v px */
  height: auto;
  margin-bottom: 1rem;
}
/* Pokud je .square-box__header původně flex, ujistěte se, že img se správně centre */
.logo-link{
  display: inline-block;
}
.logo-link{
  opacity: 0; /* logo začíná neviditelné */
  animation: fadeIn 2s ease-in-out forwards;
}
/* Klíčové snímky pro postupné zobrazení */
@keyframes fadeIn{
  from { opacity: 0; }  /* počáteční stav: neviditelné */
  to   { opacity: 1; }  /* koncový stav: plně viditelné */
}
/* TWO */




	#banner{
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
#banner h2{
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}
#banner h2:before, #banner h2:after{
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}
#banner h2:before{
				top: 0;
				left: 0;
			}
#banner h2:after{
				bottom: 0;
				right: 0;
			}
#banner p{
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}
#banner p a{
				color: inherit;
			}
#banner .more{
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}
#banner .more:after{
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}
#banner:after{
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}
@media screen and (max-width: 736px){

			#banner {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}
body.is-preload #banner h2{
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
body.is-preload #banner h2:before, body.is-preload #banner h2:after{
			width: 0;
		}
body.is-preload #banner .more{
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}
body.is-preload #banner:after{
		opacity: 1;
	}
/* Main */

	#main > header{
		padding: 12em 0 10em 0 ;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}
#main > header h2{
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}
#main > header p{
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}
#main > header p a{
				color: inherit;
			}
@media screen and (max-width: 1680px){

			#main > header {
				padding: 10em 0 8em 0 ;
			}

		}
@media screen and (max-width: 1280px){

			#main > header {
				padding: 8em 3em 6em 3em ;
			}

		}
@media screen and (max-width: 980px){

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}
@media screen and (max-width: 736px){

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}
body.is-mobile #main > header{
		background-attachment: scroll;
	}
/* Footer */

	#footer{
		padding: 6em 0 4em 0 ;
		background-color: #1d242a;
		text-align: center;
	}
#footer .icons{
			font-size: 1.25em;
		}
#footer .icons a{
				color: rgba(255, 255, 255, 0.5);
			}
#footer .icons a:hover{
					color: #fff;
				}
#footer .copyright{
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}
#footer .copyright li{
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}
#footer .copyright li:first-child{
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
#footer .copyright li a{
					color: inherit;
				}
#footer .copyright li a:hover{
						color: #fff;
					}
@media screen and (max-width: 480px){

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}
@media screen and (max-width: 980px){

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}
@media screen and (max-width: 736px){

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}
.footer-contact{
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: center;
  color: #fff;
}
.footer-contact h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.footer-contact p{
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.footer-contact a{
  color: #fff;
  text-decoration: none;
}
.footer-contact a:hover{
  text-decoration: underline;
}
.map-wrapper{
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* Landing */

	body.landing #page-wrapper{
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), #00000080), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, hwb(0 0% 100% / 0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}
body.landing #footer{
		background-color: #1d242ae6;
	}
body.is-mobile.landing #page-wrapper{
		background: none;
	}
body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4{
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
body.is-mobile.landing #footer{
		background-color: #1d242a;
	}
/* IKONKY 2.SEKCE */

ul.services-list{
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
ul.services-list li{
  position: relative;
  padding-left: 3.5rem;      /* prostor pro ikonku */
  line-height: 1.4;
  font-size: 1rem;
  color: #c7606058;
}
/* společné nastavení pseudo-elementu */
ul.services-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
}
/* a teď přiřadíme ikonky podle pořadí */
ul.services-list li:nth-child(1)::before{
  background-image: url('images/vzor.svg');
}
ul.services-list li:nth-child(2)::before{
  background-image: url('images/spoluprace.svg');
}
ul.services-list li:nth-child(3)::before{
  background-image: url('images/graf.svg');
}
ul.services-list li:nth-child(4)::before{
  background-image: url('images/komunikace.svg');
}
/*KONEC IKONKY 2.SEKCE */

.banner-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c7606058; /* průhledná černá – uprav si dle potřeby */
  z-index: 0;
  pointer-events: none;
}
/*IKONY SLUŽBY */

ul.services-list2{
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
ul.services-list2 li{
  position: relative;
  padding-left: 3.5rem;      /* prostor pro ikonku */
  line-height: 1.4;
  font-size: 1rem;
  color: #c7606058;
}
/* společné nastavení pseudo-elementu */
ul.services-list2 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
}
/* a teď přiřadíme ikonky podle pořadí */
ul.services-list2 li:nth-child(1)::before{
  background-image: url('images/key.svg');
}
ul.services-list2 li:nth-child(2)::before{
  background-image: url('images/people.svg');
}
ul.services-list2 li:nth-child(3)::before{
  background-image: url('images/yarn.svg');
}
ul.services-list2 li:nth-child(4)::before{
  background-image: url('images/vyroba.svg');
}
ul.services-list5{
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
ul.services-list5 li{
  position: relative;
  padding-left: 3.5rem;      /* prostor pro ikonku */
  line-height: 1.4;
  font-size: 1rem;
  color: #c7606058;
}
/* společné nastavení pseudo-elementu */
ul.services-list5 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
}
/* a teď přiřadíme ikonky podle pořadí */
ul.services-list5 li:nth-child(1)::before{
  background-image: url('images/designer.svg');
}
ul.services-list5 li:nth-child(2)::before{
  background-image: url('images/technic.svg');
}
ul.services-list5 li:nth-child(3)::before{
  background-image: url('images/start.svg');
}
ul.services-list5 li:nth-child(4)::before{
  background-image: url('images/company.svg');
}
/*KONEC IKONY KARIÉRA */


html{
  scroll-behavior: smooth;
}
/* === BUBBLE PORTFOLIO (pletený look) === */
.bubbles{
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: var(--gap);
  justify-items: center; /* všechny bubliny pěkně na střed */
}
.bubble{
  width: 100%;           /* roste v rámci gridu */
  max-width: 220px;      /* ale nikdy nepřeroste */
  aspect-ratio: 1 / 1;   /* VŽDY kruh */
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  background: #c76060e1;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .35s ease, box-shadow .35s ease;
}
.bubble::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  background: conic-gradient(from 0deg, rgba(255,255,255,.65) 0 6deg, transparent 6deg 12deg);
  -webkit-mask: radial-gradient(circle calc(50% - 10px), transparent 99%, #000 100%);
          mask: radial-gradient(circle calc(50% - 10px), transparent 99%, #000 100%);
  pointer-events:none;
  opacity:.7;
}
.bubble img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;         /* zruší mezery pod obrázkem */
  transform: scale(1.02);
  transition: transform .45s ease;
}
.bubble:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.25);
}
.bubble:hover img{ transform: scale(1.14); }
/* ❌ ZAKÁZAT „variace“ tvaru (dělaly ovály) */
.bubble:nth-child(6n), .bubble:nth-child(6n+1), .bubble:nth-child(6n+2), .bubble:nth-child(6n+5){ aspect-ratio: 1 / 1 !important; }
/* === LIGHTBOX === */
.lightbox{
  display: none;              /* skryté, dokud se neotevře */
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.lightbox img{
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.7);
}
/* křížek */
.lightbox .close{
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
}
.lightbox .close:hover{
  color: #c76060;
}
.contact-persons{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.contact-person{
  background: #1f1f1f;
  padding: 1.5rem;
  border-radius: 1rem;
  flex: 1;
  max-width: 300px;
  text-align: center;
  color: #c76060;
}
.contact-person a{
  color: #c76060;
  text-decoration: none;

  
}
.contact-person a:hover{
  text-decoration: underline;
}
.contact-person p{
  margin: 0.3rem 0;   /* menší mezera mezi e-mailem a čísly */
}
.contact-person h4{
  margin-bottom: 0.2rem; /* víc prostoru pod jménem */
}
.contact-person p:first-of-type{
  margin-top: 0.3rem; /* oddělení pozice od mailu/telefonu */
}
/* Styl tlačítek pro kontakty */
.btn-contact{
  display: inline-block;
  padding: 0.4em 0.8em;
  margin: 0.3em 0;
  border-radius: 6px;
  background: #222;              /* tmavé pozadí */
  color: #ff6b6b;                /* tvá červená */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
  border: 1px solid #ff6b6b;
}
.btn-contact:hover{
  background: #ff6b6b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.social-button{
  text-align: center;
  margin: 2rem 0;
}
.social-button a{
  display: inline-block;
  background-color: #1877f2; /* FB modrá */
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.social-button a:hover{
  background-color: #145dbf; /* tmavší modrá při hoveru */
}
/* KONTAKT – responzivní mřížka */
.contact-persons{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 2rem;
  align-items: stretch;
}
/* Karta osoby */
.contact-person{
  background:#1c1c1c;
  padding:1.5rem;
  border-radius:1rem;
  display:flex;
  flex-direction:column;
  text-align:center;
}
/* Tablet: 2 sloupce */
@media (max-width: 1024px){
  .contact-persons{
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}
/* Mobil: 1 sloupec */
@media (max-width: 640px){
  .contact-persons{
    grid-template-columns: 1fr;
  }
}
/* KONTAKT — drobné doladění bez přepisování starých pravidel */
#footer .contact-persons{
  flex-wrap: wrap;          /* může se zalamovat na více řádků */
  justify-content: center;  /* celá skupina uprostřed */
  justify-items: center;    /* funguje i když je to grid */
}
#footer .contact-persons .contact-person{
  flex-grow: 0;             /* zruší roztahování z `flex: 1` */
  margin: 0 auto;           /* pojistka, aby každá karta seděla na středu */
  max-width: 380px;         /* rozumná šířka karty (klidně změň na 340–420px) */
}
/* kdyby byla karta majitele stylovaná jinak, srovná ji to se zbytkem */
#footer .contact-persons .contact-person.owner{ flex-grow: 0; }
/* mobil – můžeš nechat užší nebo klidně přes celou šířku */
@media (max-width: 640px){
  #footer .contact-persons .contact-person{
    width: 100%;
    max-width: 420px;       /* uprav dle oka */
  }
}
když máme video */
body.landing #page-wrapper, body.is-mobile.landing #page-wrapper, body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4{
  background-image: none !important;
}
#cta .inner{
  background: #e3e2e2;
  color: #222;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
/* ==== HERO pro stránku Kontakty ==== */
.hero.hero--contact{
  position: relative;
  height: 58vh;                /* výška sekce (klidně 50–70vh) */
  min-height: 360px;
  overflow: hidden;
}
/* obrázek jako pozadí přes celou sekci */
.hero.hero--contact > img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;           /* ořízne a vyplní */
  object-position: center;
  z-index: 0;
}
/* ztmavení kvůli čitelnosti */
.hero.hero--contact .banner-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,.45),
    rgba(0,0,0,.35)
  );
  z-index: 1;
}
/* obsah nad fotkou */
.hero.hero--contact .inner{
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;         /* vycentrování boxu */
  padding: 1rem;
}
/* vizitka uprostřed */
.hero.hero--contact .square-box{
  background: rgba(199,96,96,.92);

 
  text-align: center;
}
.hero.hero--contact .square-box .logo{
  max-width: 220px;
  height: auto;
  margin: 0 auto 0.75rem;
}
/* mobil */
@media (max-width: 736px){
  .hero.hero--contact{ height: 42vh; min-height: 300px; }
  .hero.hero--contact .square-box{ padding: 1.1rem 1.25rem; }
  .hero.hero--contact .square-box .logo{ max-width: 160px; }
}
/* ===== Sjednocení HERO – Kontakty ===== */
.hero.hero--contact{
  position: relative;
  height: 70vh;              /* podobně jako hlavní hero */
  min-height: 520px;
  overflow: hidden;
}
/* fotka jako full background (stejně jak video na homepage) */
.hero.hero--contact > img{
  position: absolute;
  top: 50%; left: 50%;
  width: auto; height: 100%;
  min-width: 100%; min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
/* ztmavení – shodné s ostatními */
.hero.hero--contact .banner-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.35));
  z-index: 0;       /* nad fotkou, pod obsahem (je zapsaná za <img>) */
}
/* obsah nad fotkou */
.hero.hero--contact .inner{
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 1rem;
}
/* použijeme globální .square-box, aby byl vzhled identický */
.hero.hero--contact .square-box{
  /* přesně stejné hodnoty jako na homepage */
  width: clamp(300px, 90vw, 500px);
  border-radius: 1rem;
  background: rgba(199,96,96,.88);
  padding: 1.5rem;
}
/* stejné logo jako na hlavním hero */
.hero.hero--contact .logo{
  max-width: 140px;
  height: auto;
  display: inline-block;
}
@media (max-width: 736px){
  .hero.hero--contact{ height: 60vh; min-height: 360px; }
  .hero.hero--contact .square-box{ width: 92vw; padding: 1.1rem; }
  .hero.hero--contact .logo{ max-width: 110px; }
}
/* === PROVOZNÍ DOBA – KARTA === */
#hours .inner{
  max-width: 820px;
}
.hours-card{
  background: #e1e0e0;
  color: #2E3842;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  padding: 1.5rem 1.75rem;
  margin: 0 auto;
}
.hours-header{
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}
.hours-header i{            /* ikona hodin (Font Awesome) */
  color: #c76060e1;
  font-size: 1.25rem;
}
.hours-header h3{
  margin: 0;
  color: #c76060e1;
  letter-spacing: .1em;
}
.status-pill{
  margin-left: auto;
  font-size: .8rem;
  line-height: 1;
  padding: .45rem .6rem;
  border-radius: 999px;
  background: #e9ecef;
  color: #2E3842;
}
/* seznam na „tabulku“ dny : čas */
.hours-list{
  list-style: none;
  margin: .25rem 0 1rem 0;
  padding: 0;
  border-top: 1px solid #9e9c9c;
}
.hours-list li{
  display: grid;
  grid-template-columns: 1fr auto;  /* vlevo den, vpravo čas */
  gap: 1rem;
  align-items: center;
  padding: .75rem 0;
  border-bottom: 1px solid #efefef;
}
.hours-list .day{
  font-weight: 700;
  letter-spacing: .02em;
}
.hours-list .time{
  font-variant-numeric: tabular-nums; /* hezky zarovnané číslice */
}
.hours-list li.closed .time{
  color: #9aa0a6;
}
.hours-list li.closed .day{
  color: #7d7d7d;
}
/* zvýraznění dneška – stačí přidat .is-today na konkrétní <li> */
.hours-list li.is-today{
  background: #fff6f6;
}
.hours-list li.is-today .day, .hours-list li.is-today .time{
  color: #c76060e1;
  font-weight: 800;
}
/* poznámka pod tabulkou */
.hours-note{
  margin: .5rem 0 0 0;
  color: #4E4852;
  font-size: .95rem;
}
/* responsivní drobnosti */
@media (max-width: 520px){
  .hours-card{ padding: 1.25rem 1rem; }
  .hours-list li{ padding: .6rem 0; }
}
.contact-card{
  --card-bg: #c76060e1;
  --stroke: rgba(255,255,255,.08);
  --text:  #e9eef0;
  --muted: #7b8b8f;
  --ink:   #202629;
  --accent:#e9eef0;
  --accent-2:#e9eef0;

  max-width: 980px;
  margin: 2.5rem auto 0;
  padding: 28px 28px 22px;
  border-radius: 22px;
  color: var(--text);
  background:
    linear-gradient(var(--card-bg),var(--card-bg)) padding-box,
    linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0)) border-box;
  border: 1px solid var(--stroke);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  isolation: isolate;            /* z-index sandbox */
}
.contact-card h3{
  margin: 0 0 6px;
  font-size: 28px;
  letter-spacing: .02em;
}
.contact-card .sub{
  margin: 0 0 18px;
  color: rgba(233,238,240,.85);
}
/* grid rozvržení polí */
.contact-card form{ margin: 0; }
.contact-card .row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}
@media (max-width: 720px){
  .contact-card .row{ grid-template-columns: 1fr; }
}
/* pole + plovoucí label – jen uvnitř .field (necheckbox) */
.contact-card .field{ position: relative; z-index: 1; }
.contact-card .field > input, .contact-card .field > textarea{
  width: 100%;
  border-radius: 16px;
  border: 1.5px solid rgba(255,255,255,.16);
  background: #ffffff;           /* světlé pole pro kontrast */
  color: var(--ink);
  padding: 22px 14px 12px;
  font-size: 16px;
  line-height: 1.25;
  transition: border-color .2s, box-shadow .2s, background .2s;
  position: relative;
  z-index: 1;
}
.contact-card .field > textarea{ min-height: 140px; resize: vertical; }
.contact-card .field > input:focus, .contact-card .field > textarea:focus{
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 6px rgba(207,107,109,.12);
  background: #fff;
}
/* plovoucí label – jen sourozenec input/textarea */
.contact-card .field > label{
  position: absolute;
  left: 12px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--muted);
  transition: .18s ease;
  background: transparent;
  padding: 0 4px;
  z-index: 2;
}
.contact-card .field > input:focus + label, .contact-card .field > input:not(:placeholder-shown) + label, .contact-card .field > textarea:focus + label, .contact-card .field > textarea:not(:placeholder-shown) + label{
  top: 10px;
  font-size: 12px;
  color: #58656a;
  background: #fff;              /* vlož „štítek“ na bílé pole */
}
/* checkbox – plně klikací a nic ho nepřekrývá */
.contact-card .check{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 16px;
  position: relative;
  z-index: 10;                   /* nad vším ostatním */
}
.contact-card .check input[type="checkbox"]{
  appearance: auto;              /* vrať nativní vzhled (globální reset ho rušil) */
  width: 18px; height: 18px;
  accent-color: var(--accent);
  cursor: pointer;
}
.contact-card .check span{
  font-size: 14px; color: #cfd7db; line-height: 1.4;
}
/* tlačítko */
.contact-card .btn-cta{
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg,var(--accent),var(--accent-2));
  color: #080808e1;
  padding: 2px 22px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(207,107,109,.25);
  transition: filter .2s, transform .08s;
}
.contact-card .btn-cta:hover{ filter: brightness(1.03); }
.contact-card .btn-cta:active{ transform: translateY(1px); }
/* drobná typografie pod tlačítkem */
.contact-card .mini{ margin: 12px 0 0; font-size: 13px; opacity: .85; }
/* pojistky proti překryvům na některých šablonách */
.contact-card .field > *{ pointer-events: auto; }