/* 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: #FF6B35 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;
	}
}
/* Steps block */
.steps { padding: 60px 0; background: #f7f7f7; }
.steps__head { text-align: center; margin-bottom: 30px; }
.steps__head h2 { font-family: var(--main-font); font-weight: 800; margin: 0; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 768px) { .steps__grid { grid-template-columns: 1fr; gap: 16px; } }
.steps__item { background: #fff; border-radius: 18px; padding: 24px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.steps__num { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--main-color), color-mix(in srgb, var(--main-color) 70%, #000)); color: #fff; font-size: 24px; font-weight: 800; display: grid; place-items: center; margin: 0 auto 14px; }
.steps__title { font-weight: 800; font-family: var(--main-font); font-size: 17px; margin-bottom: 8px; }
.steps__text { opacity: .75; line-height: 1.5; font-size: 15px; }

/* Hero subtitle */
.hero-static__subtitle {
	font-size: 17px;
	font-weight: 600;
	opacity: .9;
	margin: 6px 0 18px;
	letter-spacing: .01em;
}
@media (max-width: 768px) {
	.hero-static__subtitle { font-size: 15px; }
}

/* Key numbers strip */
.keynums {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.07);
	padding: 0;
}
.keynums__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 700px) {
	.keynums__grid { grid-template-columns: repeat(2, 1fr); }
}
.keynums__item {
	padding: 22px 18px;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,.07);
}
.keynums__item:last-child { border-right: none; }
@media (max-width: 700px) {
	.keynums__item:nth-child(2) { border-right: none; }
	.keynums__item:nth-child(3) { border-right: 1px solid rgba(0,0,0,.07); }
	.keynums__item { border-bottom: 1px solid rgba(0,0,0,.07); }
	.keynums__item:nth-child(3), .keynums__item:nth-child(4) { border-bottom: none; }
}
.keynums__val {
	font-family: var(--main-font);
	font-weight: 900;
	font-size: 22px;
	color: var(--main-color);
	line-height: 1.1;
	margin-bottom: 4px;
}
.keynums__label {
	font-size: 13px;
	opacity: .6;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
}

/* Benefit tiles: left accent border on hover */
.benefit-tile:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .1);
	border-color: var(--main-color);
	border-left-width: 3px;
}

/* Sticky mobile CTA bar */
.sticky-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 70;
	background: #111;
	padding: 10px 16px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	box-shadow: 0 -4px 20px rgba(0,0,0,.18);
	transition: transform .3s ease;
}
@media (max-width: 820px) {
	.sticky-bar { display: flex; }
}
.sticky-bar__label {
	color: rgba(255,255,255,.65);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
.sticky-bar__btns {
	display: flex;
	gap: 8px;
}
.sticky-bar__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--main-color);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-family: var(--main-font);
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 14px;
	transition: opacity .15s;
}
.sticky-bar__btn:hover { opacity: .88; }
.sticky-bar__btn img { width: 18px; height: 18px; }

/* Scroll fade-in */
.fade-section { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.fade-section.is-visible { opacity: 1; transform: none; }

/* Mobile: hide FAB, clear space under sticky-bar */
@media (max-width: 820px) {
	.contact-fab { display: none !important; }
	body { padding-bottom: 64px; }
	.sticky-bar__label { display: none; }
	.keynums__val { font-size: 18px; }
	.hero-static__timer { max-width: 100%; }
}
@media (max-width: 400px) {
	.sticky-bar__btn { padding: 9px 12px; font-size: 13px; }
}

/* Visitor counter in hero */
.visitor-counter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(8px);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #fff;
}
.visitor-counter__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4caf50;
	flex-shrink: 0;
	animation: blink-dot 2s ease-in-out infinite;
}
@keyframes blink-dot {
	0%, 100% { opacity: 1; }
	50% { opacity: .3; }
}
