/* New landing look (anchors, static hero, tiles, accordion, fixed contacts) */

.anchor-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}
.anchor-nav__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0
}
.anchor-nav__links {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}
.anchor-nav__links a {
	font-family: var(--main-font);
	font-weight: 600;
	text-decoration: none;
	color: #111;
	opacity: .75
}
.anchor-nav__links a:hover {
	opacity: 1;
}
.lang {
	order: 3;
}
.lang a {
	text-decoration: none;
}
.lang a:nth-child(1)::after {
	content: "|";
    position: relative;
    left: 2px;
}
.anchor-nav__cta {
	order: 2;
	white-space: nowrap
}
@media (max-width: 820px) {
	.anchor-nav__links {
		gap: 10px
	}
	.anchor-nav__links a {
		font-size: 14px
	}
}
@media (max-width: 560px) {
	.anchor-nav__row {
		flex-direction: column;
		align-items: flex-start
	}
}
.hero-static {
	position: relative;
	color: #fff;
	padding: 72px 0;
	overflow: hidden;
	background: #438dff url(../images/hero.jpg) center / 1600px no-repeat;
}
.hero-static::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--hero-bg);
	background-size: cover;
	background-position: center;
	transform: scale(1.03);
	filter: saturate(1.05) contrast(1.05);
}
.hero-static::after {
	content: "";
	position: absolute;
	inset: 0;
	/*background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .15));*/
}
.hero-static .container {
	position: relative;
	z-index: 2
}
.hero-static__wrap {
	max-width: 760px
}
.hero-static h1 {
	font-family: var(--main-font);
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 10px 0 14px
}
.hero-static__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0
}
.hero-static__badges li {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(8px);
	font-weight: 600;
}
.hero-static__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px
}
.button--outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
}
.button--outline:hover {
	border-color: #fff
}
.hero-static__note {
	margin-top: 14px;
	opacity: .9
}
.benefits {
	padding: 70px 0;
	background: #56657d;
	color: #fff
}
.benefits__head h2 {
	margin: 0 0 10px;
	font-family: var(--main-font);
	font-weight: 800
}
.benefits__head p {
	opacity: .85;
	max-width: 720px
}
.benefits__grid {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
@media (max-width: 980px) {
	.benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.benefits__grid {
		grid-template-columns: 1fr;
	}
}
.benefit-tile {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	padding: 18px 18px 16px;
	transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.benefit-tile:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .14)
}
.benefit-tile__icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .12);
	font-weight: 900;
	margin-bottom: 12px;
}
.benefit-tile__icon img {
	max-width: 80%;
}
.benefit-tile__title {
	font-weight: 800;
	font-family: var(--main-font);
	margin-bottom: 6px
}
.benefit-tile__text {
	opacity: .85;
	line-height: 1.35
}
.job-accordion {
	padding: 70px 0;
	background: #fff
}
.job-accordion__head h2 {
	margin: 0 0 10px;
	font-family: var(--main-font);
	font-weight: 800
}
.job-accordion__head p {
	max-width: 760px;
	opacity: .85
}
.job-accordion__list {
	margin-top: 22px;
	display: grid;
	gap: 12px
}
.acc {
	border: 1px solid rgba(0, 0, 0, .10);
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.acc summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 18px;
	font-weight: 800;
	font-family: var(--main-font);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	position: relative;
}
.acc summary::-webkit-details-marker {
	display: none
}
.acc summary::after {
	position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
	content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
}
.acc summary::before {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 2px;
    height: 18px;
    background: #000;
	transition: opacity 0.3s ease;
}
.acc[open] summary::before {
	opacity: 0;
}
.acc__body {
	padding: 0 18px 16px;
	color: #222;
	opacity: .95
}
.acc__body ul {
	list-style: disc;
	padding-left: 20px;
}
.acc__body ul li {
	font-size: 16px;
    line-height: 20px;
}
.acc__body p {
	margin: 0;
	line-height: 1.5
}
.contact-fab {
	position: fixed;
	left: 18px;
	bottom: 18px;
	z-index: 60;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}
.contact-fab__label {
	background: #111;
	color: #fff;
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 800;
	font-family: var(--main-font);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.contact-fab__items {
	display: flex;
	flex-direction: column;
	gap: 5px
}
.contact-fab__btn {
	width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    border: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
}
@media screen and (max-width:767px) {
	.contact-fab__btn {
		width: 30px;
		height: 30px;
	}
}
.contact-fab__btn img {
	width: 100%;
	height: 100%
}
/* Anchor menu: burger on mobile + smaller CTA on desktop */

.anchor-nav__cta.button {
	padding: 10px 16px;
	font-size: 14px
}
@media (min-width: 992px) {
	.anchor-nav__cta.button {
		padding: 9px 14px;
		font-size: 13px
	}
}
/* Burger button hidden on desktop */

.anchor-nav__burger {
	display: none;
	width: 44px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .10);
	background: #fff;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0;
}
.anchor-nav__burger span {
	display: block;
	width: 18px;
	height: 2px;
	background: #111;
	border-radius: 2px;
	opacity: .9;
}
@media (max-width: 820px) {
	.anchor-nav__burger {
		display: inline-flex;
		flex-direction: column;
	}
	.anchor-nav__links {
		display: none
	}
	.anchor-nav__cta {
		display: none
	}
	.anchor-nav__row {
		flex-direction: row;
		align-items: center
	}
}
/* Mobile panel */

.anchor-nav__mobile {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
	z-index: 60;
}
.anchor-nav__mobile-inner {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: min(360px, 92vw);
	background: #fff;
	padding: 18px;
	transform: translateX(12px);
	transition: transform .18s ease;
	display: flex;
	flex-direction: column;
}
.anchor-nav__mobile-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.anchor-nav__mobile-title {
	font-weight: 800;
	font-family: var(--main-font)
}
.anchor-nav__mobile-close {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .10);
	background: #fff;
	font-size: 22px;
	line-height: 1;
}
.anchor-nav__mobile-links {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.anchor-nav__mobile-links a {
	display: block;
	padding: 10px 12px;
	border-radius: 12px;
	text-decoration: none;
	color: #111;
	font-weight: 700;
	opacity: .9;
	background: rgba(0, 0, 0, .04);
}
.anchor-nav__mobile-cta {
	margin-top: auto
}
html.nav-open .anchor-nav__mobile {
	opacity: 1;
	pointer-events: auto;
}
html.nav-open .anchor-nav__mobile-inner {
	transform: translateX(0);
}
/* Hero background: swap image for mobile */

@media (max-width: 768px) {
	.hero-static {
		padding: 56px 0;
		background-size: cover;
		background-position: -370px;
	}
	.hero-static::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .2) 55%, rgba(0, 0, 0, .1));
	}
	.hero-static__badges {
		display: none;
	}
}
/* Hero timer */

.hero-static__timer {
	margin: 14px 0;
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(10px);
	max-width: fit-content;
}
.hero-static__timer-title {
	font-weight: 700;
	opacity: .9
}
.hero-static__timer-value {
	font-family: var(--main-font);
	font-weight: 900;
	letter-spacing: .04em;
	font-size: 22px;
}
.anchor-nav__cta {
	min-width: auto;
	border-radius: 6px;
	font-size: 15px !important;
}
.h1, h1 {
	font-size: 52px;
}
@media (max-width: 768px) {
	.h1, h1 {
		font-size: 36px;
	}
}