/*
Theme Name: EveryIT Theme
Theme URI: https://everyit.pl
Author: EveryIT.pl
Author URI: https://everyit.pl
Description: Custom block theme for EveryIT.pl.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.1.2
Text Domain: everyit-theme
*/

body {
	--everyit-header-backdrop: url("assets/img/backgrounds/background-header.png");
	--everyit-loop-backdrop: url("assets/img/backgrounds/background-loop.png");
	--everyit-top-backdrop: url("assets/img/backgrounds/background-top.png");
	--everyit-hero-artwork: url("assets/img/hero/hero-render-jakotako.png");
	--everyit-text: #eaf2ff;
	--everyit-muted: #bac9f2;
	--everyit-accent: #8fd5ff;
	--everyit-accent-strong: #3d9dff;
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(46, 119, 255, 0.26), transparent 28%),
		radial-gradient(circle at 80% 20%, rgba(83, 191, 255, 0.14), transparent 24%),
		linear-gradient(180deg, #040913 0%, #07111f 38%, #040810 100%);
	color: #ecf4ff;
	font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.everyit-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.everyit-skip-link {
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 1000;
	padding: 12px 16px;
	border: 1px solid rgba(100, 182, 255, 0.72);
	border-radius: 12px;
	background: rgba(5, 12, 23, 0.96);
	color: var(--everyit-text);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transform: translateY(-140%);
	transition: transform 0.2s ease;
}

.everyit-skip-link:focus {
	transform: translateY(16px);
}

.wp-site-blocks {
	min-height: 100vh;
}

.home .wp-site-blocks {
	position: relative;
}

.wp-site-blocks > * {
	margin-block-start: 0 !important;
}

.wp-site-blocks a {
	color: inherit;
}

.everyit-page-stage {
	position: relative;
	overflow: hidden;
	color: var(--everyit-text);
	padding: clamp(148px, 16vw, 196px) 0 96px;
	background:
		var(--everyit-loop-backdrop) center top / 100% auto repeat-y,
		linear-gradient(180deg, #02050d 0%, #061022 38%, #040810 100%);
}

.everyit-page-stage::before,
.everyit-page-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.everyit-page-stage::before {
	inset: 0 0 auto 0;
	height: min(920px, 70vw);
	background: var(--everyit-header-backdrop) center top / cover no-repeat;
	opacity: 0.98;
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
}

.everyit-page-stage::after {
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px) 0 0 / 18px 18px,
		linear-gradient(102deg, transparent 0%, transparent 28%, rgba(111, 182, 255, 0.18) 34%, transparent 40%, transparent 100%),
		linear-gradient(160deg, transparent 0%, transparent 68%, rgba(82, 164, 255, 0.12) 75%, transparent 81%, transparent 100%),
		linear-gradient(180deg, rgba(4, 9, 19, 0) 0%, rgba(4, 9, 19, 0.01) 68%, rgba(5, 11, 22, 0.04) 84%, rgba(5, 11, 22, 0.16) 100%);
	opacity: 0.56;
}

.everyit-page-shell {
	position: relative;
	z-index: 1;
	width: min(1540px, calc(100% - 72px));
	max-width: none;
	margin: 0 auto;
}

.everyit-page-heading {
	position: relative;
	z-index: 1;
	width: min(80%, 1360px);
	max-width: none;
	margin: 0 auto 18px;
}

.everyit-page-heading::after {
	content: none;
}

.everyit-page-panel {
	--everyit-page-panel-padding: clamp(32px, 4vw, 48px);
	width: min(80%, 1360px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: var(--everyit-page-panel-padding);
	border: 1px solid rgba(131, 181, 255, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(17, 35, 69, 0.26), rgba(7, 16, 38, 0.82)),
		rgba(7, 17, 35, 0.72);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.everyit-page-panel > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.everyit-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
	color: rgba(219, 233, 255, 0.78);
	font-size: 0.95rem;
}

.everyit-post-meta > * {
	margin: 0;
}

.everyit-post-meta > *:not(:last-child)::after {
	content: "•";
	margin-left: 12px;
	color: rgba(143, 213, 255, 0.72);
}

.everyit-page-panel > * + * {
	margin-block-start: 24px;
}

.everyit-page-panel .wp-block-post-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.everyit-page-panel .wp-block-post-content > * + * {
	margin-block-start: 1.5rem;
}

.everyit-page-panel .wp-block-post-content {
	width: 100%;
	max-width: none;
}

.everyit-page-panel .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)) {
	width: min(90%, 1240px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.everyit-page-panel .wp-block-post-content > .alignwide {
	width: min(100%, 1360px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.everyit-page-panel .wp-block-post-content > .alignfull {
	width: auto;
	max-width: none;
	margin-left: calc(var(--everyit-page-panel-padding) * -1);
	margin-right: calc(var(--everyit-page-panel-padding) * -1);
}

.everyit-page-panel .wp-block-post-content .wp-block-image {
	text-align: center;
}

.everyit-page-panel .wp-block-post-content .wp-block-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.everyit-page-panel .wp-block-post-content .wp-block-columns {
	align-items: center;
}

.everyit-page-panel .wp-block-post-content .wp-block-column {
	min-width: 0;
}

.everyit-page-stage.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.everyit-page-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.everyit-page-panel.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

.everyit-page-title,
.everyit-page-shell .wp-block-post-title,
.everyit-page-shell h1,
.everyit-page-shell h2,
.everyit-page-shell h3 {
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
}

.everyit-page-title {
	width: min(90%, 1240px);
	max-width: none;
	margin-left: auto;
	margin-right: 0;
	font-size: clamp(2.8rem, 3.9vw, 4.25rem);
	font-weight: 500;
	line-height: 1.01;
	letter-spacing: -0.04em;
	text-transform: none;
	text-wrap: balance;
	text-align: right;
	color: var(--everyit-text);
	text-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
}

body.page.everyit-page-hide-heading .everyit-page-heading {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

body.page.everyit-page-panel-unstyled .everyit-page-heading {
	margin-bottom: 0;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel {
	width: min(90%, 1360px);
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-post-content {
	width: min(90%, 1240px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)),
body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-post-content > .alignwide {
	width: 100%;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-image {
	text-align: center;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-image img {
	margin-left: auto;
	margin-right: auto;
}

body.page.everyit-page-panel-unstyled .everyit-page-panel .wp-block-columns {
	align-items: center;
}

.everyit-site-header {
	padding-top: 0;
	position: relative;
	z-index: 3;
	isolation: isolate;
	width: 100%;
}

.home .everyit-site-header {
	position: absolute;
	inset: 0 0 auto 0;
}

body.page:not(.home) .everyit-site-header,
.home .everyit-site-header {
	position: absolute;
	inset: 0 0 auto 0;
}

body.page:not(.home) .everyit-site-header::before,
.home .everyit-site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	height: min(920px, 70vw);
	background:
		var(--everyit-header-backdrop) center top / cover no-repeat;
	pointer-events: none;
	z-index: -1;
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
}

.everyit-site-footer {
	position: relative;
	z-index: 3;
}

.everyit-site-header .wp-block-site-title,
.everyit-site-footer .wp-block-site-title {
	margin: 0;
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
}

.everyit-homepage {
	--everyit-bg-soft: rgba(8, 15, 41, 0.88);
	--everyit-panel: rgba(7, 16, 38, 0.72);
	--everyit-line: rgba(103, 167, 255, 0.24);
	--everyit-text: #eaf2ff;
	--everyit-muted: #bac9f2;
	--everyit-accent: #8fd5ff;
	--everyit-accent-strong: #3d9dff;
	--everyit-shadow: 0 0 24px rgba(74, 159, 255, 0.28);
	position: relative;
	overflow: hidden;
	color: var(--everyit-text);
	padding: 116px 0 120px;
	background:
		var(--everyit-top-backdrop) center top / 100% auto no-repeat,
		var(--everyit-loop-backdrop) center top / 100% auto repeat-y,
		linear-gradient(180deg, #02050d 0%, #061022 38%, #040810 100%);
}

.everyit-homepage::before,
.everyit-homepage::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.everyit-homepage::before {
	inset: 0;
	height: 100%;
	background:
		radial-gradient(circle at 20% 10%, rgba(149, 211, 255, 0.14), transparent 14%),
		radial-gradient(circle at 72% 22%, rgba(62, 150, 255, 0.16), transparent 18%),
		linear-gradient(180deg, rgba(2, 7, 18, 0) 0%, rgba(2, 7, 18, 0.12) 28%, rgba(2, 7, 18, 0.4) 60%, rgba(2, 7, 18, 0.58) 82%, rgba(2, 7, 18, 0.66) 100%);
	opacity: 0.82;
}

.everyit-homepage::after {
	inset: 0;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px) 0 0 / 18px 18px,
		linear-gradient(102deg, transparent 0%, transparent 28%, rgba(111, 182, 255, 0.18) 34%, transparent 40%, transparent 100%),
		linear-gradient(160deg, transparent 0%, transparent 68%, rgba(82, 164, 255, 0.12) 75%, transparent 81%, transparent 100%),
		linear-gradient(180deg, rgba(4, 9, 19, 0) 0%, rgba(4, 9, 19, 0.01) 68%, rgba(4, 9, 19, 0.03) 82%, rgba(5, 11, 22, 0.1) 90%, rgba(5, 11, 22, 0.22) 96%, rgba(5, 11, 22, 0.38) 100%);
	opacity: 0.62;
	z-index: 0;
}

.everyit-homepage > .wp-block-post-content::after {
	content: none;
}

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

.everyit-shell {
	position: relative;
	z-index: 1;
	width: min(1540px, calc(100% - 72px));
	margin: 0 auto;
}

.everyit-site-header.everyit-shell {
	width: 100%;
	max-width: none;
	padding-inline: 28px;
}

.everyit-topbar {
	position: relative;
	z-index: 4;
	width: min(1540px, 100%);
	margin: 0 auto;
	padding: 18px 0 16px;
	border-bottom: 1px solid rgba(131, 181, 255, 0.08);
	border-radius: 0;
	background: linear-gradient(180deg, rgba(2, 5, 13, 0.62) 0%, rgba(2, 5, 13, 0.34) 66%, rgba(2, 5, 13, 0) 100%);
	backdrop-filter: none;
	box-shadow: none;
}

.everyit-brand {
	gap: 0;
	text-decoration: none;
}

.everyit-brand .wp-block-site-logo {
	margin: 0;
}

.everyit-brand .custom-logo,
.everyit-footer-brand .custom-logo {
	width: 231px;
	height: auto;
	filter: drop-shadow(0 0 14px rgba(88, 184, 255, 0.42));
}

.everyit-nav {
	gap: 10px 28px;
	font-size: 1.17rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.everyit-nav-menu,
.everyit-footer-nav {
	flex: 1 1 auto;
}

.everyit-nav-menu .wp-block-navigation,
.everyit-footer-nav .wp-block-navigation {
	gap: inherit;
}

.everyit-nav-menu .wp-block-navigation-item__content,
.everyit-footer-nav .wp-block-navigation-item__content {
	position: relative;
	padding: 0;
	text-decoration: none;
	transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
}

.everyit-nav-menu .wp-block-navigation-item,
.everyit-footer-nav .wp-block-navigation-item {
	position: relative;
	line-height: 1;
}

.everyit-nav-menu .wp-block-navigation-item__content::after,
.everyit-footer-nav .wp-block-navigation-item__content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 1px;
	background:
		linear-gradient(90deg, transparent 0%, rgba(143, 213, 255, 0.42) 18%, rgba(143, 213, 255, 1) 50%, rgba(143, 213, 255, 0.42) 82%, transparent 100%);
	box-shadow: 0 0 12px rgba(76, 170, 255, 0.3);
	opacity: 0;
	transform: scaleX(0.55);
	transform-origin: center;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.everyit-nav-menu .wp-block-navigation__responsive-container-open,
.everyit-nav-menu .wp-block-navigation__responsive-container-close {
	display: inline;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	color: #8fd5ff;
	background: transparent;
	border: 0;
	border-radius: 14px;
	box-shadow: none;
	cursor: pointer;
}

.everyit-nav-menu .wp-block-navigation__responsive-container.is-menu-open {
	background: rgba(5, 12, 23, 0.96);
	padding: 24px;
}

.everyit-nav-menu .wp-block-navigation__responsive-container,
.everyit-nav-menu .wp-block-navigation__responsive-dialog,
.everyit-nav-menu .wp-block-navigation__responsive-container-content {
	background: transparent;
	color: var(--everyit-text);
}

.everyit-nav-menu .wp-block-navigation__responsive-container-open svg,
.everyit-nav-menu .wp-block-navigation__responsive-container-close svg {
	width: 24px;
	height: 24px;
}

@media (min-width: 600px) {
	.everyit-nav-menu .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}
}

.everyit-nav-menu .wp-block-navigation-item__content:hover,
.everyit-nav-menu .wp-block-navigation-item__content:focus-visible,
.everyit-footer-nav .wp-block-navigation-item__content:hover,
.everyit-footer-nav .wp-block-navigation-item__content:focus-visible {
	color: #8fd5ff;
	text-shadow: 0 0 14px rgba(76, 170, 255, 0.35);
	opacity: 1;
}

.everyit-nav-menu .wp-block-navigation-item__content:hover::after,
.everyit-nav-menu .wp-block-navigation-item__content:focus-visible::after,
.everyit-footer-nav .wp-block-navigation-item__content:hover::after,
.everyit-footer-nav .wp-block-navigation-item__content:focus-visible::after,
.everyit-nav-menu .wp-block-navigation-item__content[aria-current="page"]::after,
.everyit-nav-menu .wp-block-navigation-item__content[aria-current="true"]::after,
.everyit-nav-menu .wp-block-navigation-item__content[aria-current="location"]::after,
.everyit-nav-menu .wp-block-navigation-item__content.is-current-link::after,
.everyit-footer-nav .wp-block-navigation-item__content[aria-current="page"]::after,
.everyit-footer-nav .wp-block-navigation-item__content[aria-current="true"]::after,
.everyit-footer-nav .wp-block-navigation-item__content[aria-current="location"]::after,
.everyit-footer-nav .wp-block-navigation-item__content.is-current-link::after {
	opacity: 1;
	transform: scaleX(1);
}

.wp-block-navigation .wp-block-navigation-item__content[aria-current="page"],
.wp-block-navigation .wp-block-navigation-item__content[aria-current="true"],
.wp-block-navigation .wp-block-navigation-item__content[aria-current="location"],
.wp-block-navigation .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.current-menu-ancestor > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.current-menu-parent > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.current_page_item > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.current_page_parent > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.current_page_ancestor > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item__content.is-current-link {
	color: #8fd5ff;
	text-shadow: 0 0 14px rgba(76, 170, 255, 0.35);
	opacity: 1;
}

.home .everyit-homepage > .wp-block-post-content {
	position: relative;
	z-index: 1;
	width: min(1540px, calc(100% - 72px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(430px, 600px) minmax(700px, 860px);
	justify-content: center;
	column-gap: clamp(18px, 2.6vw, 44px);
	row-gap: 0;
	align-items: center;
}

.home .everyit-homepage > .wp-block-post-content::before {
	content: "";
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	justify-self: start;
	width: min(100%, 620px);
	min-height: 650px;
	background: var(--everyit-hero-artwork) left bottom / contain no-repeat;
	filter: none;
	transform: translateX(-5%);
}

.home .everyit-homepage > .wp-block-post-content > .everyit-copy {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	max-width: 860px;
	padding: 0;
	transform: translate(clamp(120px, 10vw, 200px), -50px);
	position: relative;
	z-index: 1;
}

.home .everyit-homepage > .wp-block-post-content > .everyit-section,
.home .everyit-homepage > .wp-block-post-content > .everyit-cta {
	grid-column: 1 / -1;
	position: relative;
	z-index: 1;
}

.everyit-hero {
	padding: 0 0 72px;
	position: relative;
	min-height: 760px;
}

.everyit-hero > .wp-block-group__inner-container,
.everyit-hero {
	display: grid;
	grid-template-columns: minmax(360px, 520px) minmax(360px, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 66px);
}

.everyit-hero::before {
	content: "";
	position: absolute;
	inset: -10% -6% 10% 4%;
	width: auto;
	background:
		linear-gradient(154deg, transparent 0%, transparent 18%, rgba(105, 191, 255, 0.42) 25%, transparent 31%, transparent 100%),
		linear-gradient(110deg, transparent 0%, transparent 68%, rgba(88, 164, 255, 0.18) 74%, transparent 79%, transparent 100%);
	filter: blur(1px);
	pointer-events: none;
}

.everyit-figure-wrap {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: end;
	justify-content: flex-start;
}

.everyit-figure-wrap::before {
	content: none;
}

.everyit-figure-wrap::after {
	content: none;
}

.everyit-figure {
	position: relative;
	width: min(100%, 620px);
	height: 720px;
	display: flex;
	align-items: flex-end;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	transform: translateX(-12px);
}

.everyit-figure-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: left bottom;
	pointer-events: none;
	user-select: none;
}

.everyit-figure::before {
	content: "";
	position: absolute;
	inset: 28px auto auto 28px;
	padding: 0;
	border: 0;
	background: transparent;
}

.everyit-figure::after {
	content: none;
}

.everyit-copy h1,
.everyit-copy h2,
.everyit-copy h3,
.everyit-section-title,
.everyit-card h3 {
	margin: 0;
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	line-height: 1.06;
}

.everyit-kicker {
	margin: 0 0 22px;
	font-size: clamp(3.1rem, 4.6vw, 5.05rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	max-width: 12ch;
	text-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
	text-wrap: balance;
}

.everyit-highlight {
	margin: 0 0 34px;
	font-size: clamp(2rem, 3vw, 3.2rem);
	font-weight: 800;
	color: #9dd3ff;
	letter-spacing: -0.05em;
	text-shadow: 0 0 18px rgba(74, 159, 255, 0.16);
	line-height: 1.08;
	white-space: nowrap;
}

.everyit-highlight .divider {
	display: inline-block;
	padding: 0 0.3em;
	color: #6ab7ff;
}

.everyit-copy .wp-block-buttons {
	margin-top: 0;
}

.everyit-copy {
	position: relative;
	z-index: 2;
	padding-top: 12px;
	padding-left: 8px;
	max-width: 660px;
}

.everyit-copy > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.everyit-copy > * + * {
	margin-block-start: 18px;
}

.everyit-contact-page {
	--everyit-contact-surface: rgba(6, 15, 34, 0.78);
	--everyit-contact-shift: 0px;
	position: relative;
	overflow: hidden;
	color: var(--everyit-text);
	padding: clamp(104px, 11vw, 152px) 0 82px;
	background:
		var(--everyit-loop-backdrop) center top / 100% auto repeat-y,
		linear-gradient(180deg, #02050d 0%, #061022 38%, #040810 100%);
}

.everyit-contact-page::before,
.everyit-contact-page::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.everyit-contact-page::before {
	inset: 0 0 auto 0;
	height: min(920px, 70vw);
	background: var(--everyit-header-backdrop) center top / cover no-repeat;
	opacity: 0.98;
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
}

.everyit-contact-page::after {
	inset: 0;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px) 0 0 / 18px 18px,
		linear-gradient(102deg, transparent 0%, transparent 28%, rgba(111, 182, 255, 0.18) 34%, transparent 40%, transparent 100%),
		linear-gradient(160deg, transparent 0%, transparent 68%, rgba(82, 164, 255, 0.12) 75%, transparent 81%, transparent 100%),
		linear-gradient(180deg, rgba(4, 9, 19, 0) 0%, rgba(4, 9, 19, 0.01) 68%, rgba(5, 11, 22, 0.04) 84%, rgba(5, 11, 22, 0.16) 100%);
	opacity: 0.56;
}

.everyit-contact-page > .wp-block-post-content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: min(1300px, calc(100% - 72px));
	margin: 0 auto;
	padding-inline: 0;
}

.everyit-contact-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(360px, 500px) minmax(390px, 560px);
	align-items: center;
	justify-content: center;
	column-gap: clamp(22px, 3vw, 48px);
	row-gap: 0;
	min-height: clamp(500px, 55vh, 600px);
	width: min(1080px, 100%);
	margin: 0 auto;
	transform: translateY(-18px) translateX(var(--everyit-contact-shift));
	justify-items: center;
}

.everyit-contact-copy,
.everyit-contact-figure-wrap {
	position: relative;
	z-index: 1;
}

.everyit-contact-copy {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	justify-self: center;
	width: min(100%, 520px);
	max-width: 520px;
	padding: clamp(24px, 2.4vw, 34px);
	border: 1px solid rgba(120, 184, 255, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(11, 24, 48, 0.82), rgba(5, 11, 23, 0.56)),
		rgba(5, 11, 23, 0.34);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(8px);
	transform: none;
}

.everyit-contact-eyebrow {
	margin: 0 0 16px;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8fd5ff;
}

.everyit-contact-copy .everyit-kicker {
	max-width: 8.8ch;
	font-size: clamp(2.4rem, 3.4vw, 3.6rem);
	margin-bottom: 10px;
	line-height: 0.98;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.everyit-contact-copy .everyit-kicker-line {
	display: block;
}

.everyit-contact-copy .everyit-kicker-line-nowrap {
	white-space: nowrap;
}

.everyit-contact-copy .everyit-highlight {
	margin-bottom: 22px;
	font-size: clamp(1.7rem, 2.3vw, 2.35rem);
	line-height: 1.06;
	white-space: normal;
}

.everyit-contact-lead {
	margin: 0 0 24px;
	max-width: 32ch;
	font-size: 1.02rem;
	line-height: 1.72;
	color: rgba(219, 233, 255, 0.8);
}

.everyit-contact-card {
	display: grid;
	gap: 0;
	width: min(100%, 430px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.everyit-contact-line {
	margin: 0;
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #eaf2ff;
}

.everyit-contact-line + .everyit-contact-line {
	border-top: 1px solid rgba(120, 196, 255, 0.12);
}

.everyit-contact-line a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.75em;
	width: 100%;
	padding: 14px 0;
}

.everyit-contact-line a:hover,
.everyit-contact-line a:focus-visible {
	color: #8fd5ff;
	text-shadow: 0 0 14px rgba(76, 170, 255, 0.35);
	opacity: 1;
}

.everyit-contact-figure-wrap {
	grid-column: 1;
	grid-row: 1;
	min-height: 580px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	justify-self: center;
}

.everyit-contact-figure {
	width: min(100%, 500px);
	height: 580px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: none;
	filter: none;
	transform: none;
	pointer-events: none;
}

.everyit-contact-figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	pointer-events: none;
}

.everyit-button .wp-block-button__link,
.everyit-button.wp-block-button__link,
a.everyit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 330px;
	padding: 18px 32px;
	border: 1px solid rgba(100, 182, 255, 0.72);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(28, 71, 140, 0.6), rgba(8, 18, 36, 0.82));
	box-shadow: 0 16px 30px rgba(10, 22, 44, 0.34), inset 0 0 18px rgba(104, 182, 255, 0.12);
	color: var(--everyit-text);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.everyit-button .wp-block-button__link:hover,
.everyit-button.wp-block-button__link:hover,
a.everyit-button:hover {
	border-color: rgba(132, 205, 255, 0.88);
	transform: translateY(-1px);
}

.everyit-section-intro-line {
	display: block;
}

.everyit-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15em;
	height: 2.15em;
	min-width: 2.15em;
	border: 1px solid rgba(120, 196, 255, 0.34);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(21, 51, 99, 0.68), rgba(8, 18, 36, 0.92)),
		rgba(8, 24, 52, 0.72);
	box-shadow: inset 0 0 18px rgba(104, 182, 255, 0.12), 0 0 18px rgba(61, 148, 255, 0.12);
	color: var(--everyit-accent);
}

.everyit-link-icon svg {
	width: 1.08em;
	height: 1.08em;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.everyit-link-text {
	display: inline-block;
	overflow-wrap: anywhere;
}

.everyit-section {
	padding: 42px 0;
}

.home .everyit-homepage > .wp-block-post-content > .everyit-section,
.home .everyit-homepage > .wp-block-post-content > .everyit-cta,
.everyit-footer-main {
	width: min(1120px, 100%);
	margin-left: auto;
	margin-right: auto;
}

.everyit-footer-main {
	width: min(1840px, calc(100% - 24px));
}

.everyit-section-title {
	margin-bottom: 14px;
	font-size: clamp(2.9rem, 4vw, 4.3rem);
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.04em;
}

.everyit-section-title strong {
	color: #9dd3ff;
	font-weight: 800;
}

.everyit-section-intro {
	max-width: 900px;
	margin: 0 auto 24px;
	color: var(--everyit-muted);
	font-size: 1.18rem;
	line-height: 1.72;
	text-align: center;
}

.everyit-grid {
	display: grid;
	gap: 22px;
}

.everyit-section .everyit-grid {
	width: 100%;
}

.everyit-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.everyit-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.everyit-grid-six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.everyit-about-strip {
	padding: 12px;
	border: 1px solid rgba(103, 167, 255, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(12, 24, 46, 0.66), rgba(6, 14, 27, 0.84)),
		rgba(7, 16, 38, 0.72);
	box-shadow: 0 20px 48px rgba(1, 5, 14, 0.28);
}

.everyit-about-grid {
	gap: 0;
}

.everyit-about-grid .everyit-card {
	border: 0;
	border-right: 1px solid rgba(103, 167, 255, 0.14);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 28px 26px;
}

.everyit-about-grid .everyit-card:last-child {
	border-right: 0;
}

.everyit-about-team-grid {
	gap: 20px;
}

.everyit-team-card {
	padding: 30px 28px 26px;
}

.everyit-team-head {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: center;
}

.everyit-team-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	min-width: 82px;
	height: 82px;
	border: 1px solid rgba(120, 196, 255, 0.34);
	border-radius: 999px;
	background:
		radial-gradient(circle at 30% 30%, rgba(127, 222, 255, 0.24), transparent 45%),
		linear-gradient(180deg, rgba(21, 51, 99, 0.72), rgba(8, 18, 36, 0.92)),
		rgba(8, 24, 52, 0.72);
	box-shadow: inset 0 0 22px rgba(104, 182, 255, 0.18), 0 0 22px rgba(61, 148, 255, 0.14);
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #eaf2ff;
}

.everyit-team-meta > * {
	margin: 0;
}

.everyit-team-role {
	margin-bottom: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8fd5ff;
}

.everyit-team-meta h3 {
	font-size: clamp(1.5rem, 2vw, 1.95rem);
	font-weight: 700;
	line-height: 1.08;
	text-transform: none;
	letter-spacing: -0.03em;
}

.everyit-team-card > p {
	margin-top: 18px;
}

.everyit-team-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.everyit-team-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #eaf2ff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
}

.everyit-team-link:hover,
.everyit-team-link:focus-visible {
	color: #8fd5ff;
	text-shadow: 0 0 14px rgba(76, 170, 255, 0.35);
	opacity: 1;
}

.everyit-team-link .everyit-link-icon {
	width: 1.95em;
	height: 1.95em;
	min-width: 1.95em;
}

.everyit-team-link-label {
	display: inline-block;
	color: rgba(219, 233, 255, 0.84);
}

.everyit-services-grid {
	gap: 20px;
}

.everyit-card {
	height: 100%;
	padding: 26px 24px 24px;
	border: 1px solid var(--everyit-line);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(20, 39, 77, 0.55), rgba(7, 16, 38, 0.84)),
		var(--everyit-panel);
	box-shadow: 0 16px 30px rgba(3, 9, 22, 0.24);
	position: relative;
	overflow: hidden;
}

.everyit-grid > article.everyit-card {
	display: block;
}

.everyit-card::after {
	content: "";
	position: absolute;
	inset: auto -10% 10% 55%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(110, 193, 255, 0.7), transparent);
	transform: rotate(-18deg);
	opacity: 0.65;
}

.everyit-card > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.everyit-card > * + * {
	margin-block-start: 14px;
}

.everyit-card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 56px;
}

.everyit-card-head > * {
	margin: 0;
}

.everyit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	min-width: 56px;
	height: 56px;
	margin-bottom: 26px;
	padding: 0;
	border: 1px solid rgba(120, 196, 255, 0.34);
	border-radius: 16px;
	background: rgba(8, 24, 52, 0.72);
	color: var(--everyit-accent);
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: inset 0 0 18px rgba(104, 182, 255, 0.12), 0 0 18px rgba(61, 148, 255, 0.12);
}

.everyit-card-head .everyit-icon {
	margin-bottom: 0;
	flex-shrink: 0;
}

.everyit-card h3 {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0;
}

.everyit-card p {
	color: var(--everyit-muted);
	line-height: 1.68;
	font-size: 1rem;
}

.everyit-card-list {
	min-height: 100%;
}

.everyit-card-list .everyit-card-head {
	margin-bottom: 16px;
}

.everyit-card-list h3 {
	margin-bottom: 0;
}

.everyit-card-list .everyit-checklist {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.everyit-card-list .everyit-checklist li {
	color: var(--everyit-muted);
	line-height: 1.7;
}

.everyit-card-list .everyit-checklist li::before {
	content: "✦";
	display: inline-block;
	width: 1.1em;
	color: #8fd5ff;
	font-weight: 700;
}

.everyit-section-invest .everyit-section-title-left {
	text-align: center;
}

.everyit-info-panel {
	padding: 28px 30px;
	border: 1px solid rgba(103, 167, 255, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(13, 24, 48, 0.72), rgba(6, 14, 28, 0.88)),
		rgba(7, 16, 38, 0.76);
	box-shadow: 0 24px 44px rgba(2, 8, 20, 0.32);
}

.everyit-checklist {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.everyit-checklist li {
	color: var(--everyit-muted);
	line-height: 1.74;
}

.everyit-checklist li::before {
	content: "✦";
	display: inline-block;
	width: 1.1em;
	color: #8fd5ff;
	font-weight: 700;
}

.everyit-cta {
	margin-top: 60px;
	padding: 22px 24px 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.everyit-cta p {
	margin: 0 0 24px;
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: clamp(1.85rem, 2.7vw, 2.8rem);
	font-weight: 600;
	max-width: 26ch;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}

.everyit-cta-line {
	display: inline-block;
}

.everyit-cta-line:first-child {
	white-space: nowrap;
}

.everyit-section-trusted {
	padding-bottom: 0;
}

.everyit-section-trusted .everyit-section-title {
	margin-bottom: 10px;
}

.everyit-section-trusted .everyit-section-intro {
	max-width: 760px;
	margin-bottom: 18px;
}

.everyit-trust-slider {
	position: relative;
}

.everyit-trust-slider-viewport {
	overflow: hidden;
	overflow-y: hidden;
	padding: 0;
	cursor: grab;
	touch-action: pan-y;
}

.everyit-trust-slider-viewport.is-dragging {
	cursor: grabbing;
}

.everyit-trust-slider-track {
	display: flex;
	align-items: center;
	gap: 40px;
	width: max-content;
	padding-inline: 0;
	user-select: none;
	will-change: transform;
}

.everyit-trust-slide {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(240px, 24vw, 340px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.everyit-trust-slide img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: contain;
	pointer-events: none;
	filter: grayscale(1) brightness(1.08);
	opacity: 0.76;
	transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.everyit-trust-slide-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}

.everyit-trust-slide-link:hover img,
.everyit-trust-slide-link:focus-visible img {
	filter: grayscale(0) brightness(1);
	opacity: 1;
}

.everyit-section#onas {
	padding-top: 18px;
}

.everyit-section#onas .everyit-grid {
	padding: 12px;
	border: 1px solid rgba(103, 167, 255, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(12, 24, 46, 0.66), rgba(6, 14, 27, 0.84)),
		rgba(7, 16, 38, 0.72);
	box-shadow: 0 20px 48px rgba(1, 5, 14, 0.28);
	gap: 0;
}

.everyit-section#onas .everyit-card {
	border: 0;
	border-right: 1px solid rgba(103, 167, 255, 0.14);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 28px 26px;
}

.everyit-section#onas .everyit-card:last-child {
	border-right: 0;
}

.everyit-section#onas .everyit-card:nth-child(3),
.everyit-section#onas .everyit-card:nth-child(6) {
	border-right: 0;
}

.everyit-section#oferta .everyit-grid {
	gap: 24px;
}

.everyit-section#oferta .everyit-card {
	min-height: 220px;
}

.everyit-section#oferta .everyit-card h3 span,
.everyit-section#onas .everyit-card h3 span {
	color: #8fd5ff;
}

.everyit-section#oferta .everyit-icon,
.everyit-section#onas .everyit-icon {
	font-size: 2rem;
	line-height: 0.9;
	letter-spacing: 0;
}

.everyit-homepage .everyit-copy + .everyit-section,
.everyit-homepage .everyit-hero + .everyit-section {
	margin-top: -6px;
}

.everyit-footer {
	margin: 0;
	padding: 20px 0 12px;
	border-top: 0;
	background:
		radial-gradient(circle at 50% -20%, rgba(72, 162, 255, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(4, 10, 23, 0.78) 0%, rgba(4, 10, 23, 0.92) 100%),
		linear-gradient(180deg, #07111f 0%, #050b16 100%);
	color: #eaf2ff;
	position: relative;
	overflow: visible;
}

.everyit-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -96px;
	height: 96px;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5, 11, 22, 0) 0%, rgba(5, 11, 22, 0.02) 42%, rgba(5, 11, 22, 0.07) 68%, rgba(5, 11, 22, 0.16) 86%, rgba(5, 11, 22, 0.28) 100%);
	opacity: 0.72;
	z-index: 0;
}

.everyit-footer::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	top: 0;
	height: 1px;
	background:
		linear-gradient(90deg, transparent 0%, rgba(111, 194, 255, 0.95) 18%, rgba(61, 148, 255, 0.85) 50%, rgba(111, 194, 255, 0.95) 82%, transparent 100%);
	box-shadow: 0 0 16px rgba(77, 176, 255, 0.28);
	z-index: 1;
}

.everyit-footer > * {
	position: relative;
	z-index: 1;
}

.everyit-footer.alignfull,
.everyit-site-footer,
.everyit-site-footer.wp-block-group {
	width: 100%;
	max-width: none;
}

.everyit-site-footer.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

.everyit-footer-main {
	align-items: stretch;
	gap: 0;
	padding-top: 0;
}

.everyit-footer-column {
	flex: 1 1 0;
	padding: 0 42px;
	min-height: 188px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.everyit-footer-column + .everyit-footer-column {
	position: relative;
	border-left: 0;
}

.everyit-footer-column + .everyit-footer-column::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 1px;
	background:
		linear-gradient(180deg, transparent 0%, rgba(111, 194, 255, 0.95) 18%, rgba(61, 148, 255, 0.85) 50%, rgba(111, 194, 255, 0.95) 82%, transparent 100%);
	box-shadow: 0 0 16px rgba(77, 176, 255, 0.28);
}

.everyit-footer-copy {
	max-width: none;
	align-items: center;
	text-align: center;
}

.everyit-footer-brand {
	gap: 10px;
}

.everyit-footer-brand .wp-block-site-logo {
	margin: 0;
}

.everyit-footer-brand .wp-block-site-title {
	display: none;
}

.everyit-footer-lead,
.everyit-footer-text,
.everyit-footer-copyright,
.everyit-footer-contact-line,
.everyit-footer-contact-title {
	margin: 0;
}

.everyit-footer-lead {
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: clamp(1.55rem, 2vw, 2.25rem);
	font-weight: 500;
	line-height: 1.14;
}

.everyit-footer-line {
	display: block;
}

.everyit-footer-line-accent {
	color: #8fd5ff;
}

.everyit-footer-text-line {
	display: block;
}

.everyit-footer-text {
	max-width: 25ch;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1rem;
	line-height: 1.52;
	text-wrap: balance;
	color: rgba(219, 233, 255, 0.82);
}

.everyit-footer-brand-wrap {
	align-items: center;
	text-align: center;
}

.everyit-footer-brand .custom-logo {
	width: 280px;
}

.everyit-footer-copyright {
	margin-top: 12px;
	font-size: 1rem;
	color: rgba(193, 214, 246, 0.72);
}

.everyit-footer-contact {
	align-items: center;
	text-align: center;
}

.everyit-footer-contact-links {
	display: grid;
	gap: 14px;
	width: min(100%, 360px);
	margin: 16px auto 0;
}

.everyit-footer-contact-title {
	font-family: "Space Grotesk", "Arial Narrow", sans-serif;
	font-size: clamp(1.3rem, 1.7vw, 2rem);
	font-weight: 800;
	line-height: 1.08;
	text-transform: uppercase;
	color: #8fd5ff;
	text-shadow: 0 0 16px rgba(68, 166, 255, 0.18);
}

.everyit-footer-contact-line {
	margin-top: 0;
	font-size: 1.15rem;
	line-height: 1.35;
	color: #eaf2ff;
	width: 100%;
}

.everyit-footer-contact-line a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.8em;
	width: 100%;
	transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
}

.everyit-footer-contact-line a:hover,
.everyit-footer-contact-line a:focus-visible {
	color: #8fd5ff;
	text-shadow: 0 0 14px rgba(76, 170, 255, 0.35);
	opacity: 1;
}

@media (max-width: 960px) {
	.everyit-hero,
	.everyit-hero > .wp-block-group__inner-container,
	.everyit-footer-main {
		grid-template-columns: 1fr;
		display: grid;
	}

	.home .everyit-site-header {
		position: relative;
	}

	.everyit-homepage {
		padding-top: 24px;
		padding-bottom: 84px;
		background-position: center top;
	}

	.everyit-page-stage {
		padding: 24px 0 56px;
	}

	body.page:not(.home) .everyit-site-header,
	.home .everyit-site-header {
		position: relative;
	}

	body.page:not(.home) .everyit-site-header::before,
	.home .everyit-site-header::before {
		height: 760px;
		background-size: cover;
	}

	.everyit-section-intro-line {
		display: inline;
	}

	.everyit-section-intro-line + .everyit-section-intro-line::before {
		content: " ";
	}

	.everyit-homepage::before {
		height: 100%;
	}

	.home .everyit-homepage > .wp-block-post-content {
		grid-template-columns: 1fr;
		row-gap: 24px;
		align-items: start;
	}

	.home .everyit-homepage > .wp-block-post-content::before,
	.home .everyit-homepage > .wp-block-post-content > .everyit-copy {
		grid-column: 1;
		grid-row: auto;
		justify-self: center;
	}

	.home .everyit-homepage > .wp-block-post-content > .everyit-copy {
		max-width: 760px;
		text-align: center;
		padding-top: 0;
		padding-left: 0;
		transform: none;
	}

	.home .everyit-homepage > .wp-block-post-content::before {
		width: min(100%, 430px);
		min-height: 520px;
		transform: none;
	}

	.everyit-copy {
		max-width: 760px;
		padding-top: 0;
		padding-left: 0;
	}

	.everyit-kicker {
		max-width: none;
		font-size: clamp(2.8rem, 7vw, 4rem);
		text-align: center;
	}

	.everyit-highlight {
		margin-bottom: 28px;
		font-size: clamp(1.8rem, 4.5vw, 2.5rem);
		line-height: 1.12;
		white-space: normal;
		text-align: center;
	}

	.home .everyit-homepage > .wp-block-post-content > .everyit-section,
	.home .everyit-homepage > .wp-block-post-content > .everyit-cta,
	.everyit-footer-main {
		width: 100%;
	}

	.everyit-grid-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.everyit-grid-two,
	.everyit-grid-six {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.everyit-about-grid {
		gap: 14px;
	}

	.everyit-about-grid .everyit-card {
		border-right: 0;
		border-radius: 18px;
		background: rgba(8, 24, 52, 0.32);
	}

	.everyit-about-team-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.everyit-team-card {
		padding: 26px 22px 24px;
	}

	.everyit-team-head {
		gap: 14px;
	}

	.everyit-team-avatar {
		width: 72px;
		min-width: 72px;
		height: 72px;
		font-size: 1.35rem;
	}

	.everyit-section#onas .everyit-grid {
		gap: 14px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.everyit-section#onas .everyit-card {
		border-right: 0;
		border-radius: 18px;
		background: rgba(8, 24, 52, 0.32);
		box-shadow: 0 16px 30px rgba(3, 9, 22, 0.24);
	}

	.everyit-card-head {
		gap: 12px;
		min-height: 52px;
	}

	.everyit-section {
		padding: 34px 0;
	}

	.everyit-trust-slide {
		width: clamp(220px, 28vw, 320px);
	}

	.everyit-trust-slide img {
		height: 150px;
	}

	.everyit-section-title {
		font-size: clamp(2.35rem, 5.2vw, 3.35rem);
	}

	.everyit-section-intro {
		font-size: 1.06rem;
		line-height: 1.66;
	}

	.everyit-card,
	.everyit-info-panel {
		border-radius: 20px;
	}

	.everyit-card h3 {
		font-size: 1.24rem;
	}

	.everyit-card p,
	.everyit-card-list .everyit-checklist li,
	.everyit-team-card > p {
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.everyit-footer-column {
		min-height: auto;
		padding: 26px 18px;
	}

	.everyit-footer {
		padding-top: 26px;
	}

	.everyit-footer-column + .everyit-footer-column {
		border-top: 0;
	}

	.everyit-footer-column + .everyit-footer-column::before {
		left: 18px;
		right: 18px;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
		background:
			linear-gradient(90deg, transparent 0%, rgba(111, 194, 255, 0.95) 18%, rgba(61, 148, 255, 0.85) 50%, rgba(111, 194, 255, 0.95) 82%, transparent 100%);
	}

	.everyit-footer-text {
		max-width: none;
	}

	.everyit-footer-contact-links {
		width: min(100%, 320px);
	}

	.everyit-footer-contact-line a {
		justify-content: center;
	}

	.everyit-icon {
		width: 56px;
		min-width: 56px;
		height: 56px;
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

	.everyit-contact-page {
		--everyit-contact-shift: 0px;
		padding: 24px 0 56px;
	}

	.everyit-contact-page > .wp-block-post-content {
		width: 100%;
		padding-inline: 20px;
		box-sizing: border-box;
	}

		.everyit-contact-inner {
			width: min(100%, 680px);
			grid-template-columns: 1fr;
			row-gap: 8px;
			min-height: auto;
			transform: none;
			justify-items: center;
		}

		.everyit-contact-copy {
			grid-column: 1;
			grid-row: 1;
			width: min(100%, 600px);
			max-width: 600px;
			padding: 24px 26px 22px;
			text-align: center;
			justify-self: center;
			border-radius: 26px;
		}

		.everyit-contact-lead {
			margin-left: auto;
			margin-right: auto;
		}

		.everyit-contact-copy .everyit-kicker {
			max-width: none;
			font-size: clamp(2.15rem, 6.2vw, 3rem);
		}

		.everyit-contact-copy .everyit-highlight {
			margin-bottom: 16px;
			font-size: clamp(1.55rem, 4.6vw, 2rem);
		}

		.everyit-contact-card {
			margin: 0 auto;
			justify-items: center;
			width: min(100%, 460px);
		}

		.everyit-contact-line {
			font-size: clamp(1.1rem, 2.7vw, 1.45rem);
		}

		.everyit-contact-line a {
			justify-content: center;
			padding: 12px 0;
		}

		.everyit-contact-figure-wrap {
			grid-column: 1;
			grid-row: 2;
			width: 100%;
			min-height: 430px;
			justify-self: center;
			margin-top: -8px;
		}

		.everyit-contact-figure {
			width: min(100%, 390px);
			height: 430px;
			background-position: center bottom;
			transform: none;
		}

	.everyit-page-panel {
		--everyit-page-panel-padding: 26px;
	}

	.everyit-page-title {
		font-size: clamp(2.35rem, 6vw, 3.4rem);
	}
}

@media (max-width: 720px) {
	html.has-modal-open .wp-site-blocks > *:not(.everyit-site-header) {
		visibility: hidden;
		pointer-events: none;
	}

	html.has-modal-open .everyit-site-header {
		visibility: visible;
	}

	html.has-modal-open .everyit-topbar > :not(.everyit-nav) {
		visibility: hidden;
	}

	html.has-modal-open .everyit-nav,
	html.has-modal-open .everyit-nav *,
	html.has-modal-open .everyit-nav-menu .wp-block-navigation__responsive-container,
	html.has-modal-open .everyit-nav-menu .wp-block-navigation__responsive-container * {
		visibility: visible;
		pointer-events: auto;
	}

	.everyit-footer {
		padding-top: 22px;
	}

	.everyit-site-header.everyit-shell {
		padding-inline: 10px;
	}

	.everyit-topbar {
		padding: 14px 0 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.everyit-contact-page {
		padding: 18px 0 44px;
	}

		.everyit-contact-copy .everyit-kicker {
			max-width: none;
		}

		.everyit-contact-card {
			width: min(100%, 380px);
			padding: 0;
		}

	.everyit-page-title,
	.everyit-page-panel .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)),
	.everyit-page-panel .wp-block-post-content > .alignwide {
		width: 100%;
	}

	.everyit-page-heading,
	.everyit-page-panel {
		width: 100%;
	}

	.everyit-page-panel {
		--everyit-page-panel-padding: 22px;
		border-radius: 24px;
	}

		.everyit-contact-copy {
			width: 100%;
			max-width: none;
			padding: 20px 18px 18px;
			border-radius: 24px;
			text-align: center;
		}

		.everyit-contact-copy .everyit-kicker {
			font-size: clamp(1.8rem, 9vw, 2.35rem);
			margin-bottom: 8px;
		}

		.everyit-contact-copy .everyit-highlight {
			margin-bottom: 14px;
			font-size: clamp(1.3rem, 6.2vw, 1.75rem);
		}

	.everyit-contact-lead {
		font-size: 0.96rem;
		line-height: 1.64;
	}

		.everyit-contact-line {
			font-size: 0.96rem;
		}

		.everyit-contact-line a {
			justify-content: center;
			gap: 0.7em;
			padding: 11px 0;
		}

		.everyit-contact-figure-wrap {
			width: 100%;
			min-height: 320px;
			margin-top: -6px;
		}

		.everyit-contact-figure {
			width: min(100%, 300px);
			height: 320px;
			transform: none;
		}

	.everyit-brand {
		width: auto;
		flex: 0 0 auto;
	}

	.everyit-brand .custom-logo,
	.everyit-footer-brand .custom-logo {
		width: 156px;
	}

	.everyit-footer-brand .custom-logo {
		width: 192px;
	}

	.everyit-icon {
		width: 60px;
		min-width: 60px;
		height: 60px;
		margin-bottom: 16px;
		font-size: 1.35rem;
	}

	.everyit-nav {
		width: auto;
		flex: 0 0 auto;
		margin-left: auto;
		justify-content: flex-end;
		align-items: center;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed;
		inset: 0;
		z-index: 999999;
		display: flex;
		align-items: stretch;
		justify-content: stretch;
		padding: 18px 18px 24px;
		background: rgba(4, 10, 22, 0.98) !important;
		backdrop-filter: blur(14px);
		overflow: auto;
		pointer-events: auto;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-dialog {
		position: relative;
		width: 100%;
		min-height: 100%;
		display: flex;
		flex-direction: column;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-dialog,
	.everyit-nav-menu .wp-block-navigation__responsive-container-content {
		background: transparent !important;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container-open,
	.everyit-nav-menu .wp-block-navigation__responsive-container-close {
		padding: 4px;
		width: 42px;
		height: 42px;
		min-width: 42px;
		background: transparent !important;
		border: 0;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container-content,
	.everyit-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation__container {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container-content {
		width: 100%;
		min-height: 100%;
		padding-top: 72px;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation__container {
		width: 100%;
		display: grid;
		gap: 8px;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation-item {
		width: 100%;
	}

	.everyit-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
		display: inline-flex;
		width: 100%;
		padding: 10px 0;
		font-size: 1.3rem;
		line-height: 1.1;
		letter-spacing: 0.08em;
	}

	.home .everyit-homepage > .wp-block-post-content {
		width: 100%;
		padding-inline: 10px;
		box-sizing: border-box;
	}

	.everyit-homepage {
		padding-top: 12px;
		padding-bottom: 60px;
		background:
		linear-gradient(180deg, #02050d 0%, #061022 38%, #040810 100%);
	}

	.everyit-page-stage {
		padding: 18px 0 44px;
	}

	.everyit-page-shell {
		width: 100%;
		padding-inline: 10px;
		box-sizing: border-box;
	}

	.everyit-contact-page > .wp-block-post-content {
		width: 100%;
		padding-inline: 10px;
		box-sizing: border-box;
	}

	.home .everyit-homepage > .wp-block-post-content::before {
		content: none;
		display: none;
	}

	.everyit-figure-wrap {
		min-height: 440px;
		justify-content: center;
	}

	.everyit-figure {
		width: min(100%, 360px);
		height: 440px;
		transform: none;
	}

	.everyit-copy > * + * {
		margin-block-start: 16px;
	}

	.everyit-copy {
		max-width: 100%;
	}

	.everyit-kicker {
		margin-bottom: 14px;
		font-size: clamp(2rem, 9vw, 2.8rem);
		line-height: 1.04;
	}

	.everyit-highlight {
		margin-bottom: 20px;
		font-size: clamp(1.3rem, 5.8vw, 1.8rem);
		line-height: 1.14;
	}

	.everyit-section {
		padding: 28px 0;
	}

	.everyit-trust-slider-viewport {
		padding-bottom: 0;
	}

	.everyit-trust-slider-track {
		gap: 26px;
	}

	.everyit-trust-slide {
		width: min(100%, 280px);
	}

	.everyit-trust-slide img {
		height: 150px;
	}

	.everyit-section-title {
		margin-bottom: 12px;
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.everyit-section#onas .everyit-section-title strong {
		display: block;
	}

	.everyit-section-intro {
		margin-bottom: 20px;
		font-size: 1rem;
		line-height: 1.58;
	}

	.everyit-info-panel {
		padding: 20px 16px;
		border-radius: 22px;
	}

	.everyit-card {
		padding: 18px 15px 18px;
		border-radius: 18px;
	}

	.everyit-section#onas .everyit-card {
		padding: 18px 15px 18px;
		border: 1px solid var(--everyit-line);
		border-radius: 18px;
		background:
			linear-gradient(180deg, rgba(20, 39, 77, 0.55), rgba(7, 16, 38, 0.84)),
			var(--everyit-panel);
		box-shadow: 0 16px 30px rgba(3, 9, 22, 0.24);
	}

	.everyit-section#onas .everyit-card .everyit-card-head {
		margin-bottom: 16px;
	}

	.everyit-section#onas .everyit-card p {
		color: var(--everyit-muted);
	}

	.everyit-card h3 {
		font-size: 1.04rem;
		line-height: 1.12;
	}

	.everyit-card p,
	.everyit-card-list .everyit-checklist li,
	.everyit-team-card > p,
	.everyit-checklist li {
		font-size: 0.92rem;
		line-height: 1.56;
	}

	.everyit-team-card {
		padding: 22px 18px 20px;
	}

	.everyit-team-role {
		font-size: 0.74rem;
		letter-spacing: 0.14em;
	}

	.everyit-team-meta h3 {
		font-size: 1.38rem;
	}

	.everyit-team-link {
		font-size: 0.98rem;
	}

	.everyit-grid-three {
		grid-template-columns: 1fr;
	}

	.everyit-trust-slider-track {
		gap: 20px;
	}

	.everyit-trust-slide {
		width: min(100%, 250px);
	}

	.everyit-trust-slide img {
		height: 150px;
	}

	.everyit-grid-two,
	.everyit-grid-six {
		grid-template-columns: 1fr;
	}

	.everyit-team-head {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.everyit-team-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.everyit-footer-text {
		font-size: 0.98rem;
	}

	.everyit-footer-copy,
	.everyit-footer-contact {
		display: none;
	}

	.everyit-footer-main {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: none;
		width: 100%;
	}

	.everyit-footer-brand-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 12px 0 10px;
		width: 100%;
	}

	.everyit-footer-column + .everyit-footer-column::before {
		display: none;
	}

	.everyit-footer-contact-title {
		font-size: 1.18rem;
	}

	.everyit-footer-contact-line {
		font-size: 0.98rem;
	}

	.everyit-footer-contact-line a {
		gap: 0.65em;
		justify-content: center;
	}

	.everyit-cta p {
		font-size: clamp(1.4rem, 6.6vw, 1.95rem);
	}

	a.everyit-button,
	.everyit-button .wp-block-button__link,
	.everyit-button.wp-block-button__link {
		width: 100%;
		min-width: 0;
	}

	.everyit-about-strip {
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.everyit-cta {
		padding: 28px 20px;
	}

	.everyit-cta#kontakt {
		margin-top: -70px;
	}

	.everyit-contact-inner#kontakt {
		margin-top: 0;
	}

	.everyit-button .wp-block-button__link,
		.everyit-button.wp-block-button__link {
			width: 100%;
			min-width: 0;
		}
	}

@media (orientation: landscape) and (max-height: 560px) {
	.everyit-site-header.everyit-shell {
		padding-inline: 12px;
	}

	.everyit-topbar {
		padding: 12px 0 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.everyit-brand .custom-logo {
		width: 160px;
	}

	.everyit-nav {
		width: 100%;
		gap: 8px 16px;
		font-size: 0.9rem;
		letter-spacing: 0.06em;
		justify-content: center;
	}

	.everyit-nav-menu,
	.everyit-nav-menu .wp-block-navigation {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.home .everyit-homepage > .wp-block-post-content {
		width: min(100%, calc(100% - 24px));
		grid-template-columns: 1fr;
		row-gap: 18px;
	}

	.home .everyit-homepage > .wp-block-post-content::before,
	.everyit-figure-wrap {
		content: none;
		display: none;
	}

	.everyit-hero,
	.everyit-hero > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 18px;
	}

	.everyit-hero {
		padding-bottom: 24px;
	}

	.home .everyit-homepage > .wp-block-post-content > .everyit-copy {
		grid-column: 1;
		grid-row: auto;
		justify-self: center;
		max-width: 760px;
		text-align: center;
		transform: none;
		padding: 0;
	}

	.everyit-copy {
		max-width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.everyit-kicker {
		max-width: none;
		margin-bottom: 12px;
		font-size: clamp(2rem, 4vw, 2.8rem);
		line-height: 1.04;
		text-align: center;
	}

	.everyit-highlight {
		margin-bottom: 18px;
		font-size: clamp(1.2rem, 2.5vw, 1.7rem);
		line-height: 1.14;
		white-space: normal;
		text-align: center;
	}

	.everyit-cta {
		padding: 24px 20px;
	}

	.everyit-contact-page {
		padding: 18px 0 36px;
	}

	.everyit-contact-inner {
		width: min(100%, 720px);
		row-gap: 8px;
	}

	.everyit-contact-copy {
		width: min(100%, 620px);
		max-width: 300px;
		padding: 20px 22px 18px;
	}

	.everyit-contact-copy .everyit-kicker {
		max-width: none;
		font-size: clamp(2rem, 4vw, 2.5rem);
	}

	.everyit-contact-copy .everyit-highlight {
		margin-bottom: 14px;
		font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	}

	.everyit-contact-card {
		width: min(100%, 440px);
	}

	.everyit-contact-line {
		font-size: clamp(1rem, 2vw, 1.25rem);
	}

	.everyit-contact-line a {
		padding: 10px 0;
	}

	.everyit-contact-figure-wrap {
		min-height: 260px;
		margin-top: 15px;
	}

	.everyit-contact-figure {
		width: min(100%, 240px);
		height: 260px;
	}

	.everyit-footer {
		padding-top: 22px;
	}

	.everyit-footer-copy,
	.everyit-footer-contact {
		display: none;
	}

	.everyit-footer-main {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: none;
	}

	.everyit-footer-brand-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 12px 0 10px;
		width: 100%;
	}

	.everyit-footer-column {
		padding: 12px 0 10px;
		min-height: 0;
	}

	.everyit-footer-column + .everyit-footer-column::before {
		display: none;
	}
}

@media (max-width: 560px) {
	.everyit-site-header.everyit-shell {
		padding-inline: 8px;
	}

	.everyit-topbar {
		padding: 12px 0 10px;
		gap: 10px;
	}

	.everyit-page-stage,
	.everyit-contact-page {
		padding: 14px 0 36px;
	}

	.everyit-page-shell,
	.home .everyit-homepage > .wp-block-post-content,
	.everyit-contact-page > .wp-block-post-content {
		width: 100%;
		padding-inline: 8px;
		box-sizing: border-box;
	}

	.everyit-contact-inner {
		width: 100%;
	}

	.everyit-trust-slide {
		width: min(100%, 250px);
	}

	.everyit-trust-slide img {
		height: 150px;
	}

	.everyit-page-panel {
		--everyit-page-panel-padding: 18px;
		border-radius: 20px;
	}

	.everyit-page-title {
		font-size: clamp(1.95rem, 10vw, 2.6rem);
	}

	.everyit-brand .custom-logo {
		width: 138px;
	}

	.everyit-footer-brand .custom-logo {
		width: 168px;
	}

	.everyit-figure-wrap {
		min-height: 380px;
	}

	.everyit-figure {
		width: min(100%, 320px);
		height: 380px;
	}

	.everyit-contact-figure-wrap {
		min-height: 340px;
		margin-top: 15px;
	}

	.everyit-contact-figure {
		width: min(100%, 300px);
		height: 340px;
	}

	.everyit-link-icon {
		width: 1.9em;
		height: 1.9em;
		min-width: 1.9em;
	}

	.everyit-footer-column {
		padding: 22px 14px;
	}

	.everyit-button .wp-block-button__link,
	.everyit-button.wp-block-button__link,
	a.everyit-button {
		padding: 15px 20px;
		font-size: 0.9rem;
	}
}
