@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap');

@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/bebasneue-400.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/bebasneue-500.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/bebasneue-600.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/bebasneue-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SONGER";
	src: url("../fonts/songer-500.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SONGER";
	src: url("../fonts/songer-600.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SONGER";
	src: url("../fonts/songer-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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

html {
	scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

img,
svg {
	display: block;
	max-width: 100%;
}

iframe {
	display: block;
	max-width: 100%;
	border: 0;
}

body {
	min-width: 320px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.45;
	color: #353535;
	background-color: #ffffff;
}

.page {
	overflow-x: hidden;
}

.landing {
	overflow: clip;
}

.container {
	width: min(100%, 1120px);
	margin-inline: auto;
	padding-inline: 20px;
}


.section {
	padding: 96px 0;
}

@media (max-width: 991px) {
	.section {
		padding: 78px 0;
	}
}

@media (max-width: 767px) {
	.section {
		padding: 64px 0;
	}
}

.section-title {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(48px, 7.5vw, 92px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #000000;
}

.section-title--wide {
	max-width: 880px;
}

.section-title--medium {
	font-size: clamp(42px, 5.8vw, 68px);
}

a,
button {
	-webkit-tap-highlight-color: transparent;
}

img {
	height: auto;
}

.plus-sign {
	display: inline-block;
	position: relative;
	width: 0.3em;
	height: 0.3em;
	margin-left: 0.14em;
	vertical-align: 0.45em;
	font-size: inherit;
	color: transparent;
	overflow: hidden;
	text-indent: -9999px;
}

.plus-sign::before,
.plus-sign::after {
	content: "";
	position: absolute;
	background-color: #ff6a11;
	border-radius: 1px;
}

.plus-sign::before {
	top: 50%;
	left: 0;
	right: 0;
	height: 0.055em;
	transform: translateY(-50%);
}

.plus-sign::after {
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0.055em;
	transform: translateX(-50%);
}

.plus-sign--inline {
	width: 0.5em;
	height: 0.5em;
	margin-left: 0;
	margin-right: 0.06em;
	vertical-align: 0.08em;
}

.plus-sign--inline::before {
	height: 0.07em;
}

.plus-sign--inline::after {
	width: 0.07em;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.accordion__item {
	border-top: 1px solid #ebebeb;
}

.accordion__item:last-child {
	border-bottom: 1px solid #ebebeb;
}

.accordion__item[open] .accordion__icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.accordion__item[open] .accordion__icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.accordion__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 24px 0;
	cursor: pointer;
	list-style: none;
}

.accordion__summary::-webkit-details-marker {
	display: none;
}

@media (max-width: 767px) {
	.accordion__summary {
		gap: 20px;
		padding: 18px 0;
	}
}

.accordion__title {
	display: inline-block;

	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 500;
	line-height: 1.32;
	color: #000000;
}

.accordion__icon {
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.accordion__icon::before,
.accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 1px;
	background-color: #000000;
	transition: transform 0.25s ease;
}

.accordion__icon::before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__content {
	padding: 0 48px 30px 0;
}

@media (max-width: 767px) {
	.accordion__content {
		padding: 0 0 22px;
	}
}

.accordion__lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 700;
	color: #ea5200;
}

.accordion__text {
	max-width: 890px;
	font-size: 20px;
	line-height: 1.45;
	color: #000000;
}

@media (max-width: 767px) {
	.accordion__text {
		font-size: 18px;
	}
}

.accordion__item--faq:last-child {
	border-bottom: 1px solid #ebebeb;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 248px;
	min-height: 64px;
	padding: 16px 36px;
	border: 0;
	border-radius: 999px;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #ffffff;
	background-color: #000000;
	box-shadow: 2px 2px 32px rgb(234, 82, 0);
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.button:hover {
	background-color: #111111;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.button {
		min-width: 212px;
		min-height: 56px;
		padding-inline: 26px;
		font-size: 20px;
	}
}

.button--hero {
	min-width: 255px;
	min-height: 66px;
	padding-inline: 32px;
	font-size: 28px;
	box-shadow: 2px 2px 32px rgb(234, 82, 0);
}

@media (max-width: 767px) {
	.button--hero {
		min-width: 224px;
		min-height: 58px;
		font-size: 25px;
	}
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 818px;
	color: #ffffff;
}

.hero__bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.hero__bg::before {
	content: '';
	position: absolute;
	inset: -20% 0;
	background: url("../images/hero-background.jpg") center center no-repeat;
	background-size: cover;
	transform: translateY(var(--parallax-offset, 0px));
	will-change: transform;
}

@media (max-width: 991px) {
	.hero {
		min-height: 780px;
	}
}

@media (max-width: 767px) {
	.hero {
		min-height: 680px;
	}

	.hero__bg::before {
		background-image: url("../images/hero-background-mobile.png");
		background-position: center top;
	}
}

.hero__inner {
	position: relative;
	z-index: 1;
	min-height: inherit;
}

.hero__scene {
	position: relative;
	width: 100%;
	max-width: 550px;
	min-height: inherit;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "BebasNeue", Arial, sans-serif;
}

@media (max-width: 590px) {
	.hero__scene {
		width: 550px;
		max-width: none;
		left: 50%;
		transform: translateX(-50%) scale(calc((100vw - 40px) / 550px));
		transform-origin: center center;
	}

	.hero__scene .button--hero {
		margin-top: 50px;
		transform: scale(calc(550px / (100vw - 40px)));
	}
}

@keyframes hero-fade-up {
	from {
		opacity: 0;
		translate: 0 18px;
	}

	to {
		opacity: 1;
		translate: 0 0;
	}
}

.hero__title {
	text-transform: uppercase;
	font-weight: 900;
}

.hero__title-top {
	font-size: 92px;
	line-height: 0.92;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.1s;
}

.hero__title-bottom {
	display: block;
	font-size: 217px;
	line-height: 0.92;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.25s;
}

.hero__meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 32px;
	line-height: 1;
	margin-top: 20px;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.45s;
}

.button--hero {
	margin-top: 30px;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.6s;
}

.intro {
	background-color: #ffffff;
}

.intro__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 46px;
}

@media (max-width: 991px) {
	.intro__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

.intro__lead,
.intro-card__text {
	font-size: 20px;
	line-height: 1.38;
	color: #353535;
}

@media (max-width: 767px) {

	.intro__lead,
	.intro-card__text {
		font-size: 18px;
	}


}

.intro-card__title {
	margin-bottom: 16px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.28;
	text-transform: uppercase;
	color: #353535;
}

.expectations {
	background-color: #ffffff;
}

.expectations__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 46px 44px;
	margin-top: 34px;
}

@media (max-width: 991px) {
	.expectations__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

.expect-card {
	position: relative;
	padding-top: 22px;
	display: flex;
	flex-direction: column;
}



.before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ff6a11;
	margin-bottom: 20px;
}

.expect-card:nth-child(1) .before {
	order: 3;
	margin-top: 20px;
	margin-bottom: 0;
}

.expect-card:nth-child(3) .before {
	order: 3;
	margin-top: 20px;
	margin-bottom: 0;
}

@media (max-width: 991px) {

	.expect-card:nth-child(1) .before,
	.expect-card:nth-child(3) .before {
		order: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}
}



.expect-card__title {
	max-width: 360px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.28;
	text-transform: uppercase;
	color: #000000;
}

.expect-card__text {
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.38;
	color: #353535;
}

@media (max-width: 767px) {
	.expect-card__text {
		font-size: 18px;
	}
}

.outcomes {
	background-color: #ffffff;
}

.outcomes__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px 58px;
	margin-top: 34px;
}

@media (max-width: 991px) {
	.outcomes__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

.outcome-card {
	position: relative;
	min-height: 206px;
	padding-right: 18px;
	padding-top: 100px;
}

.outcome-card__number {
	position: absolute;
	top: -10px;
	right: calc(50% - 20px);
	z-index: 0;
	font-family: Arial, sans-serif;
	font-size: clamp(156px, 17.8vw, 214px);
	font-weight: 700;
	line-height: 1;
	color: #f0f0f0;
}

.outcome-card__title,
.outcome-card__text {
	position: relative;
	z-index: 1;
}

.outcome-card__title {
	max-width: 500px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 500;
	line-height: 1.28;
	text-transform: uppercase;
	color: #000000;
}

.outcome-card__text {
	max-width: 560px;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.38;
	color: #353535;
}

@media (max-width: 767px) {
	.outcome-card__text {
		font-size: 18px;
	}
}

.outcomes__action {
	margin-top: 40px;
	text-align: center;
}

.preview {
	background-color: #ffffff;
}

.preview__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 38px 56px;
	align-items: center;
}

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

.preview__subtitle {
	margin-top: 24px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.28;
	text-transform: uppercase;
	color: #272727;
}

.preview__text {
	max-width: 430px;
	margin-top: 18px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.55;
	color: #272727;
}

@media (max-width: 767px) {
	.preview__text {
		font-size: 18px;
	}
}

.preview .section-title {
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0;
}

.preview__media {
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}

.preview__media iframe {
	width: 100%;
	aspect-ratio: 585/355;
}

.video-cover {
	position: relative;
	cursor: pointer;
	line-height: 0;
}

.video-cover__img {
	width: 100%;
	aspect-ratio: 585/355;
	object-fit: cover;
	display: block;
}

.video-cover__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s;
}

.video-cover:hover .video-cover__btn {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-cover__iframe {
	width: 100%;
	aspect-ratio: 585/355;
	display: none;
}

.program {
	background-color: #ffffff;
}

.program .accordion {}

.program .program__format,
.program .section-title {}

.pricing {
	background-color: #ffffff;
}

.pricing__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: 40px 56px;
	align-items: center;
}

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

.pricing__content {
	text-align: center;
}

.pricing__label {
	margin-top: 14px;
	font-size: 30px;
	line-height: 1.2;
	color: #000000;
}

.pricing__price {
	margin-top: 14px;
	margin-bottom: 30px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
	color: #000000;
}

.pricing__note {
	max-width: 520px;
	margin: 0 auto 30px;
	font-size: 19px;
	line-height: 1.55;
	color: #353535;
}

.pricing__content .button {
	min-width: 328px;
}

@media (max-width: 767px) {
	.pricing__content .button {
		min-width: 224px;
	}
}

.pricing .section-title {
	font-family: "SONGER", Arial, sans-serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0;
}

.pricing__visual img {
	width: 100%;
}

.faq {
	background-color: #ffffff;
}

.faq__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	margin-top: 14px;
	max-width: 1040px;
}

@media (max-width: 991px) {
	.faq__columns {
		grid-template-columns: 1fr;
		gap: 0;
		max-width: 100%;
	}
}

.contacts {
	color: #ffffff;
	background: radial-gradient(circle at center, rgba(255, 102, 0, 0.88) 0%, rgba(179, 69, 0, 0.82) 34%, rgba(73, 28, 0, 0.96) 74%, rgb(41, 15, 0) 100%), url("../images/contacts-background.png") center center/cover no-repeat;
}

.contacts__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 52px;
	text-align: center;
}

.contacts__title {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(64px, 8vw, 92px);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.contacts__socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 22px;
}

.contacts__social {
	transition: transform 0.25s ease;
}

.contacts__social:hover {
	transform: translateY(-2px);
}

.contacts__social img {
	filter: brightness(0) invert(1);
}

.contacts__line {
	width: 100%;
	height: 5px;
	margin: 40px 0 28px;
	background-color: rgba(255, 255, 255, 0.35);
}

.contacts__copy {
	font-size: 20px;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.contacts__copy {
		font-size: 18px;
	}
}

.accordion {
	margin-top: 40px;
}

/* ============================================================
   ПЕРЕСБОРКА — нові стилі (не впливають на перший лендінг)
   ============================================================ */

.container--narrow {}

/* Hero modifier */
.hero--pb .hero__title-bottom {
	font-size: 145px;
}

.hero--pb .hero__bg::before {
	background-image: url("../images/bg_new.webp");
}

@media (max-width: 767px) {
	.hero--pb .hero__bg::before {
		background-image: url("../images/bg_new.webp");
	}
}

.hero--nz .hero__title-bottom {
	font-size: 106px;
}

.hero--nz .hero__bg::before {
	background-image: url("../images/pb-hero-bg.webp");
}

@media (max-width: 767px) {
	.hero--nz .hero__bg::before {
		background-image: url("../images/pb-hero-bg.webp");
	}
}

.hero__subtitle {
	margin-top: 20px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.03em;
	text-align: center;
	color: #ffffff;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.38s;
}

@media (max-width: 767px) {
	.hero__subtitle {
		font-size: clamp(22px, 7vw, 32px);
	}
}

/* For-you section */
.for-you {
	background-color: #ffffff;
}

.for-you__list {
	margin-top: 40px;
}

.for-you__item {
	display: flex;
	align-items: baseline;
	gap: 18px;
	padding: 24px 0;
	border-top: 1px solid #ebebeb;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 500;
	line-height: 1.28;
	color: #000000;
}

.for-you__item:last-child {
	border-bottom: 1px solid #ebebeb;
}

.for-you__item::before {
	content: "—";
	flex-shrink: 0;
	color: #ff6a11;
	font-family: Arial, sans-serif;
	font-weight: 400;
}

@media (max-width: 767px) {
	.for-you__item {
		font-size: 20px;
		padding: 18px 0;
	}
}

/* pb-cta block */
.pb-cta {
	background-color: #0d0d0d;
	color: #ffffff;
}

.pb-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 36px;
}

.pb-cta__text {
	max-width: 720px;
	font-size: clamp(20px, 2.3vw, 26px);
	line-height: 1.6;
}

.pb-cta__text strong {
	font-weight: 700;
	color: #ff6a11;
}

/* Result sections */
.result {
	background-color: #ffffff;
}

.result--accent {
	background-color: #f7f3ef;
}

.result__text {
	margin-top: 24px;
	font-size: clamp(18px, 1.9vw, 22px);
	line-height: 1.6;
	color: #353535;

}

.result__action {
	margin-top: 40px;
}

/* Pretraining section */
.pretraining {
	background-color: #ffffff;
}

.pretraining__lead {
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 500;
	line-height: 1.45;
	color: #353535;

	margin-bottom: 52px;
}

.pretraining__tagline {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(44px, 6.5vw, 80px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 28px;
}

.pretraining__tagline span {
	color: #ff6a11;
}

.pretraining__text {
	font-size: clamp(18px, 1.9vw, 22px);
	line-height: 1.6;
	color: #353535;

}

/* Program format description */
.program__format {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.55;
	color: #353535;
	max-width: 700px;
}

@media (max-width: 767px) {
	.program__format {
		font-size: 18px;
	}
}

/* Pricing plans */
.pb-pricing {
	background-color: #f7f3ef;
}

.pb-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 44px;
}

@media (max-width: 991px) {
	.pb-pricing__grid {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-inline: auto;
	}
}

.pb-plan {
	display: flex;
	flex-direction: column;
	padding: 36px 32px 40px;
	border-radius: 4px;
	background-color: #ffffff;
}

.pb-plan--featured {
	background-color: #000000;
	color: #ffffff;
}

.pb-plan__price {
	font-family: "SONGER", Arial, sans-serif;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	color: #ff6a11;
}

.pb-plan__name {
	margin-top: 10px;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(24px, 2.5vw, 30px);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
}

.pb-plan--featured .pb-plan__name {
	color: #ffffff;
}

.pb-plan__badge {
	display: inline-block;
	margin-top: 14px;
	padding: 5px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #000000;
	background-color: #ff6a11;
	text-transform: uppercase;
	width: fit-content;
}

.pb-plan__features {
	flex: 1;
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.6;
	color: #353535;
}

.pb-plan--featured .pb-plan__features {
	color: rgba(255, 255, 255, 0.82);
}

.pb-pricing__action {
	margin-top: 44px;
	text-align: center;
}

/* Guarantee section */
.guarantee {
	background-color: #0d0d0d;
	color: #ffffff;
}

.guarantee__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 22px;
}

.guarantee__title {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(44px, 6.5vw, 80px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ff6a11;
}

.guarantee__text {
	max-width: 680px;
	font-size: clamp(20px, 2.3vw, 26px);
	line-height: 1.55;
}

/* ============================================================
   SITE HEADER
   ============================================================ */

.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background-color: rgba(8, 4, 0, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 106, 17, 0.14);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	height: 70px;
}

.site-logo {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: "Cinzel", Georgia, serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #ffffff;
	line-height: 1;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.site-logo__crest {
	flex-shrink: 0;
	height: 28px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

.site-logo:hover {
	opacity: 0.85;
}

.site-logo strong {
	color: #ffffff;
	font-weight: inherit;
	margin-left: -0.08em;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1;
	justify-content: center;
}

.site-nav__link {
	padding: 8px 14px;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.62);
	transition: color 0.2s ease;
	white-space: nowrap;
	border-radius: 3px;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
	color: #ffffff;
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.04);
	flex-shrink: 0;
}

.lang-switch__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 32px;
	padding: 0 10px;
	border-radius: 999px;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.62);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.lang-switch__link:hover,
.lang-switch__link.is-active {
	color: #ffffff;
	background-color: #ff6a11;
}

.site-header__cta {
	flex-shrink: 0;
	min-width: auto !important;
	min-height: 40px !important;
	padding: 8px 22px !important;
	font-size: 19px !important;
}

.site-header__burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}

.site-header__burger-line {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
	transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
	transform-origin: center;
}

.site-header.is-open .site-header__burger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__burger-line:nth-child(2) {
	opacity: 0;
	width: 0;
}

.site-header.is-open .site-header__burger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
	.site-nav__link {
		font-size: 15px;
		padding: 8px 9px;
		letter-spacing: 0.02em;
	}

	.site-header__cta {
		font-size: 17px !important;
		padding: 8px 16px !important;
	}
}

@media (max-width: 767px) {
	.site-header__inner {
		height: 60px;
	}

	.site-nav,
	.site-header__cta {
		display: none;
	}

	.lang-switch__link {
		min-width: 34px;
		height: 30px;
		padding: 0 9px;
		font-size: 13px;
	}

	.site-header__burger {
		display: flex;
	}
}

.site-nav-mobile {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(8, 4, 0, 0.98);
	padding: 40px 24px 48px;
	flex-direction: column;
	gap: 0;
	z-index: 199;
	overflow-y: auto;
}

.site-nav-mobile.is-open {
	display: flex;
}

.site-nav-mobile .site-nav__link {
	font-size: 38px;
	padding: 16px 0;
	color: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: block;
}

.site-nav-mobile .site-nav__link:hover {
	color: #ffffff;
}

.site-nav-mobile .button {
	margin-top: 36px;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.site-nav-mobile {
		display: none !important;
	}
}

/* ============================================================
   SITE FOOTER
   ============================================================ */

.site-footer {
	color: #ffffff;
	background: url("../images/contacts-background.png") center center / cover no-repeat;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-template-areas:
		"brand nav contacts"
		"bottom bottom bottom";
	column-gap: 60px;
	row-gap: 48px;
	padding-top: 60px;
	padding-bottom: 40px;
	align-items: start;
}

.site-footer__brand {
	grid-area: brand;
}

.site-footer__nav {
	grid-area: nav;
}

.site-footer__contacts {
	grid-area: contacts;
}

.site-footer__bottom {
	grid-area: bottom;
}

.site-footer__tagline {
	margin-top: 8px;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.site-footer__nav-link {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.68);
	transition: color 0.2s ease;
	white-space: nowrap;
}

.site-footer__nav-link:hover {
	color: #ffffff;
}

.site-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__social {
	display: flex;
	align-items: center;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer__social:hover {
	opacity: 0.75;
	transform: translateY(-1px);
}

.site-footer__social img {
	filter: brightness(0) invert(1);
}

.site-footer__line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.18);
	margin-bottom: 24px;
}

.site-footer__copy {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 767px) {
	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"brand brand"
			"nav contacts"
			"bottom bottom";
		column-gap: 24px;
		row-gap: 36px;
		padding-top: 48px;
		padding-bottom: 32px;
	}
}

@media (max-width: 480px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"nav"
			"contacts"
			"bottom";
		row-gap: 32px;
	}

	.site-footer__contacts {
		flex-direction: row;
		gap: 20px;
	}
}

/* ============================================================
   FOOTER BOTTOM ROW
   ============================================================ */

.site-footer__bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.site-footer__privacy-link {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.45);
	transition: color 0.2s ease;
	white-space: nowrap;
}

.site-footer__privacy-link:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* ============================================================
   PRIVACY / LEGAL PAGE
   ============================================================ */

.legal-page {
	background-color: #ffffff;
}

.legal-page__inner {
	max-width: 760px;
}

.legal-page__title {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(36px, 5vw, 60px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
}

.legal-page__meta {
	margin-top: 16px;
	font-size: 15px;
	color: #888888;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

.legal-page__body {
	margin-top: 48px;
}

.legal-page__body h2 {
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: #000000;
	margin-top: 48px;
	margin-bottom: 18px;
	padding-top: 48px;
	border-top: 1px solid #ebebeb;
}

.legal-page__body h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.legal-page__body p {
	font-size: 17px;
	line-height: 1.7;
	color: #353535;
	margin-bottom: 14px;
}

.legal-page__body ul {
	margin-bottom: 14px;
	padding-left: 20px;
	list-style: disc;
}

.legal-page__body ul li {
	font-size: 17px;
	line-height: 1.7;
	color: #353535;
	margin-bottom: 6px;
}

.legal-page__body a {
	color: #ff6a11;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-page__body a:hover {
	color: #e05000;
}

.legal-page__quote {
	margin: 18px 0;
	padding: 20px 24px;
	border-left: 3px solid #ff6a11;
	background-color: #faf7f4;
	font-size: 16px;
	line-height: 1.7;
	color: #555555;
	font-style: italic;
}

.legal-page__table-wrap {
	overflow-x: auto;
	margin: 18px 0;
}

.legal-page__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.55;
	color: #353535;
}

.legal-page__table th {
	padding: 12px 16px;
	text-align: left;
	background-color: #f5f5f5;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #000000;
	border-bottom: 2px solid #e0e0e0;
}

.legal-page__table td {
	padding: 12px 16px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

.legal-page__table tr:last-child td {
	border-bottom: none;
}

.legal-page__footnote {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #ebebeb;
	font-size: 15px !important;
	color: #888888 !important;
	font-style: italic;
}

/* ============================================================
   HOME PAGE
   ============================================================ */

.home-hero {
	position: relative;
	overflow: hidden;
	min-height: 750px;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.home-hero__bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.home-hero__bg::before {
	content: '';
	position: absolute;
	inset: -20% 0;
	background: url("../images/hero-background.jpg") center center no-repeat;
	background-size: cover;
	transform: translateY(var(--parallax-offset, 0px));
	will-change: transform;
}


@media (max-width: 991px) {
	.home-hero {
		min-height: 650px;
	}
}

@media (max-width: 767px) {
	.home-hero {
		min-height: 550px;
	}

	.home-hero__bg::before {
		background-image: url("../images/hero-background-mobile.png");
		background-position: center top;
	}
}

.home-hero__inner {
	position: relative;
	z-index: 2;
	min-height: inherit;
	display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-hero__content {
	max-width: 700px;
}

.home-hero__eyebrow {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.18em;
	color: #ff6a11;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.home-hero__brand {
	display: flex;
	align-items: center;
	gap: 28px;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.1s;
}

.home-hero__crest {
	width: clamp(72px, 9vw, 120px);
	height: auto;
	flex-shrink: 0;
}

.home-hero__brand-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.home-hero__title {
	font-family: "Cinzel", Georgia, serif;
	font-size: clamp(52px, 9vw, 136px);
	font-weight: 600;
	line-height: 0.92;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	animation: none;
}

.home-hero__title strong {
	color: #ffffff;
	font-weight: inherit;
}

@media (max-width: 590px) {
	.home-hero__brand {
		gap: 14px;
	}

	.home-hero__title {
		font-size: clamp(48px, 12.5vw, 60px);
	}
}

.home-hero__title strong {
	color: #ff6a11;
	font-weight: inherit;
}

.home-hero__tagline {
	margin-top: 24px;
	font-family: "SONGER", Arial, sans-serif;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.28s;
}

.home-hero__cta {
	margin-top: 36px;
	font-size: 28px;
	animation: hero-fade-up 0.7s ease-out both;
	animation-delay: 0.42s;
}

@media (max-width: 767px) {
	.home-hero__cta {
		font-size: 25px;
	}
}

.home-about {
	background-color: #ffffff;
}

.home-about__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px 80px;
	align-items: center;
}

@media (max-width: 767px) {
	.home-about__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.home-about__eyebrow {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.14em;
	color: #ff6a11;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.home-about__body {
	margin-top: 24px;
	font-size: clamp(18px, 1.9vw, 22px);
	line-height: 1.62;
	color: #353535;
	max-width: 580px;
}

.home-about__stats {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex-shrink: 0;
	width: clamp(248px, 24vw, 308px);
}

.home-stat {
	position: relative;
	padding: 24px 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
	border: 1px solid #ececec;
	text-align: left;
	overflow: hidden;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.home-stat::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background-color: #ff6a11;
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 0.4s ease;
}

.home-stat:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 106, 17, 0.45);
	box-shadow: 0 22px 44px -26px rgba(255, 106, 17, 0.55);
}

.home-stat:hover::before {
	transform: scaleY(1);
}

.home-stat__num {
	display: block;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(42px, 4.4vw, 60px);
	font-weight: 700;
	line-height: 1;
	color: #000000;
}

.home-stat__count {
	font-variant-numeric: tabular-nums;
}

.home-stat__unit {
	display: inline-block;
	margin-left: 0.16em;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 0.32em;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #ff6a11;
	vertical-align: 0.9em;
	text-transform: uppercase;
}

.home-stat__label {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #8a8a8a;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.home-about__stats {
		flex-direction: row;
		width: auto;
		gap: 10px;
		margin-top: 8px;
	}

	.home-stat {
		flex: 1;
		min-width: 0;
		padding: 18px 12px 16px;
		text-align: center;
	}

	.home-stat::before {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		height: 3px;
		transform: scaleX(1);
		transform-origin: center;
	}

	.home-stat__num {
		font-size: clamp(26px, 6.6vw, 42px);
	}

	.home-stat__unit {
		font-size: 0.3em;
		margin-left: 0.12em;
		vertical-align: 0.95em;
	}

	.home-stat__label {
		margin-top: 7px;
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: 0.03em;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 480px) {
	.home-about__stats {
		gap: 8px;
	}

	.home-stat {
		padding: 14px 8px 13px;
	}

	.home-stat__num {
		font-size: clamp(21px, 6.2vw, 32px);
	}

	.home-stat__label {
		font-size: 9px;
		letter-spacing: 0.02em;
	}
}

.home-courses {
	position: relative;
	background-color: #f7f3ef;
	overflow: hidden;
}

.home-courses__crest {
	position: absolute;
	right: -8%;
	bottom: -12%;
	width: clamp(340px, 44vw, 580px);
	height: auto;
	pointer-events: none;
	user-select: none;
}

.home-courses .container {
	position: relative;
	z-index: 1;
}

.home-courses__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 44px;
}

@media (max-width: 1023px) {
	.home-courses__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.home-courses__grid {
		grid-template-columns: 1fr;
	}
}

.course-card {
	display: flex;
	flex-direction: column;
	padding: 40px 36px 36px;
	border-radius: 4px;
	background-color: #ffffff;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	container-type: inline-size;
}

.course-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.course-card--featured {
	background-color: #0d0d0d;
	color: #ffffff;
}

.course-card__tag {
	display: block;
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #ff6a11;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.course-card__title {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: clamp(42px, 5vw, 60px);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
}

.course-card__title--compact {
	font-size: clamp(15px, 8cqi, 22px);
	line-height: 1.06;
	letter-spacing: 0;
	white-space: nowrap;
}

.course-card--featured .course-card__title {
	color: #ffffff;
}

.course-card__text {
	flex: 1;
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.62;
	color: #555555;
}

.course-card--featured .course-card__text {
	color: rgba(255, 255, 255, 0.7);
}

.course-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.course-card__footer:not(:has(.course-card__price)) {
	justify-content: flex-end;
}

.course-card--featured .course-card__footer {
	border-top-color: rgba(255, 255, 255, 0.1);
}

.course-card__price {
	font-family: "SONGER", Arial, sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #ff6a11;
	line-height: 1;
}

.course-card__link {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 22px;
	border-radius: 999px;
	border: 1.5px solid rgba(0, 0, 0, 0.18);
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
	white-space: nowrap;
}

.course-card--featured .course-card__link {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.28);
}

.course-card__link:hover {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.course-card--featured .course-card__link:hover {
	background-color: #ff6a11;
	color: #ffffff;
	border-color: #ff6a11;
}

@media (max-width: 767px) {
	.course-card {
		padding: 32px 28px 28px;
	}

	.course-card__footer {
		gap: 12px;
	}

	.course-card__price {
		white-space: nowrap;
	}

	.course-card__price-prefix {
		font-size: 0.62em;
	}

	.course-card__link {
		font-size: 13px;
		letter-spacing: 0.03em;
		padding: 8px 14px;
	}
}
