/* Common */

* {
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #38312A;
}

h2.section-title {
	font-family: Bebas Neue;
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 23px;
	color: #38312A;
}

h2.section-title strong {
	color: #73665B
}

button {
	background-color: transparent;
	border: none;
}

a {
	color: #6BAEDE;
}

.btn {
    padding: 26px 33px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-radius: 20px;
	text-wrap: nowrap;
	cursor: pointer;
	background: #73665B;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.btn.blue {
    background: #6BAEDE;
    background: -webkit-linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
    background: linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6BAEDE", endColorstr="#2886CD", GradientType=0);
}

.btn.full-w {
	width: 100%
}

.btn.w-icon {
	display: flex;
	justify-content: left;
	padding: 21px 32px;
	gap: 10px;
	text-align: left;
}

.btn.w-icon svg {
	flex: 0 0 18px
}

strong {
	font-weight: 600;
}

/* Body */

body {
	background-color: #F6F7FA;
}

/* Header */

.header {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	position: sticky;
	top: 0;
	background-color: transparent;
	transition: background-color 0.3s ease;
	z-index: 999;
}

.header.is-scrolled {
	background-color: #fff;
}

.logo img {
	width: 87px;
	height: 32px;
}

.burger-menu {
	width: 32px;
	height: 32px;
}

.burger-menu {
	display: none;
}

/* Hero */

section.hero {
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero__title {
	font-family: "Bebas Neue", sans-serif;
	color: #38312A;
	font-size: 36px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
}

.hero__title strong {
	color: #2886CD;
	font-weight: 600;
}

.hero__tagline {
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 20px;
}

.hero__bullet-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.bullet-grid-item::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.2243 5.57574C11.4586 5.81005 11.4586 6.18995 11.2243 6.42426L7.22426 10.4243C6.98995 10.6586 6.61005 10.6586 6.37574 10.4243L4.77574 8.82426C4.54142 8.58995 4.54142 8.21005 4.77574 7.97574C5.01005 7.74142 5.38995 7.74142 5.62426 7.97574L6.8 9.15147L8.58787 7.3636L10.3757 5.57574C10.6101 5.34142 10.9899 5.34142 11.2243 5.57574Z' fill='url(%23paint0_linear_3767_45114)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3767_45114' x1='8' y1='0' x2='8' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BAEDE'/%3E%3Cstop offset='1' stop-color='%232886CD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: relative;
	top: 3px;
}

.bullet-grid-item {
	padding: 12px;
	border: 1px solid #DEDFE4;
	border-radius: 20px;
	letter-spacing: -2%;
	line-height: 120%;
}

.bullet-grid-item strong {
	letter-spacing: -2%;
	line-height: 120%;
}

.bullet-grid-item.special {
    border: 1px dashed #2886CD !important;
    background-image: url(/assets/images/bullet-special-bg.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hero-price-block {
    background: #FFF;
    margin-top: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
	border-radius: 20px;
}

.hero-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F6F7FA;
    height: 100%;
    border-radius: 20px;
    padding: 16px 15px;
}

.hero-price .price-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.hero-price .price {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 4px;
    color: #2886CD;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
}

/* Is that you? */

section.isyou {
	padding: 17px;
	background-color: #FFF;
}

.isyou__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 16px;
}

.isyou-card {
    background-color: #F6F7FA;
    padding: 12px 10px;
    border-radius: 20px;
    display: flex;
    gap: 16px;
	width: 100%;
    align-items: center;
}

.isyou-card__img {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	border-radius: 20px;
	background-color: #38312A;
	background-size: cover;
	background-position: center;
}

.isyou-card__text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
}

.isyou__bottombox {
    display: flex;
    flex-direction: column;
    text-align: center;
	padding: 24px 20px;
	border: 1px solid #2886CD;
	border-radius: 20px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 23px;
}

.isyou__bottombox img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.isyou__bottombox .bottombox-title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

.isyou__bottombox .bottombox-title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

.isyou__bottombox .bottombox-title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

.isyou__bottombox .bottombox-subtitle {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

/* Is that you? | Individual per-card adjstments */

.card-1 .isyou-card__img {
	background-image: url(/assets/images/isyou1.png);
}

.card-1 .isyou-card__text {
	max-width: 195px;
}

.card-2 .isyou-card__img {
	background-image: url(/assets/images/isyou2.png);
}

.card-2 .isyou-card__text {
	max-width: 195px;
}

.card-3 .isyou-card__img {
	background-image: url(/assets/images/isyou3.png);
}

.card-3 .isyou-card__text {
	max-width: 235px;
}

.card-4 .isyou-card__img {
	background-image: url(/assets/images/isyou4.png);
}

.card-4 .isyou-card__text {
	max-width: 242px;
}

.card-5 .isyou-card__img {
	background-image: url(/assets/images/isyou5.png);
}

.card-5 .isyou-card__text {
	max-width: 215px;
}

.card-6 .isyou-card__img {
	background-image: url(/assets/images/isyou6.png);
}

.card-6 .isyou-card__text {
	max-width: 195px;
}

.card-7 .isyou-card__img {
	background-image: url(/assets/images/isyou7.png);
}

.card-7 .isyou-card__text {
	max-width: 195px;
}

.card-8 .isyou-card__img {
	background-image: url(/assets/images/isyou8.png);
}

.card-8 .isyou-card__text {
	max-width: 220px;
}

/*Base program*/

section.baseprog {
	padding: 17px;
}

.baseprog-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.baseprog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
}

.baseprog-card img {
	margin-bottom: 17px;
}

.baseprog-card .baseprog-card__title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
}

.baseprog-card .baseprog-card__text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-top: 4px;
}

.baseprog-foot-btn {
 width: 100%;
 margin-bottom: 23px;
}

/*Base program | Individual per-card adjstments */

.card-1 .baseprog-card__text,
.card-2 .baseprog-card__text {
	max-width: 320px;
}

.card-3 .baseprog-card__text {
	max-width: 240px;
}

/* Results (partially copied from Ivan's layout cause it's fine there */

.results{
	background: #FFF;
	padding: 17px;
	position: relative;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.slider-nav-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(180deg, #6BAEDE 0%, #2886CD 100%);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s;
}

.slider-nav-btn:hover {
	transform: scale(1.1);
}

.slider-nav-btn svg {
	width: 16px;
	height: 16px;
	stroke: #FFF;
	stroke-width: 2.5;
	fill: none;
}

.slider {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 20px 10px;
	scrollbar-width: none;
}

.slider::-webkit-scrollbar {
	display: none;
}

.result-card {
    flex: 0 0 300px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 17px;
	margin-right: -20px;
}

.result-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.result-badge {
	position: relative;
	z-index: 5;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: linear-gradient(180deg, #6BAEDE 0%, #2886CD 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.swiper-horizontal {
    margin: 0 -17px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.mb-32 {
	margin-bottom: 32px;
}

.results-foot-btn {
	width: 100%;
}

/* Steps */

section.steps {
	padding: 17px;
	background-color: #FFF;
}

.step-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 22px;
    margin-bottom: 20px;
}

.step-card {
    background-color: #F6F7FA;
    padding: 20px 16px;
    border-radius: 20px;
    min-height: 160px;
    background-size: cover;
    background-position: bottom right;
}

.step-card__head {
    gap: 10px;
    display: flex;
    align-items: center;
}

.step-card__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
	max-width: 60%;
}

.step-card__head span {
	font-family: Montserrat;
	font-weight: 500;
	font-style: italic;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0%;
}

.step-card__text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
}

.step-card__text strong{
    font-weight: 600;
	color: #73665B;
}

.steps-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 24px;
}

.steps-texts svg {
	flex: 0 0 16px
}

.steps-texts p {
    display: flex;
    gap: 8px;
}

.steps-foot-btn {
	width: 100%;
	margin-bottom: 23px;
}

/* Steps | Individual per-card adjustments */

.step1 {
	background-image: url(/assets/images/step1.png);
}

.step2 {
	background-image: url(/assets/images/step2.png);
}

.step3 {
	background-image: url(/assets/images/step3.png);
}

.step4 {
	background-image: url(/assets/images/step4.png);
}

.step5 {
	background-image: url(/assets/images/step5.png);
}

.step1 .step-card__inner {
    max-width: 165px;
}

.step2 .step-card__inner {
    max-width: 175px;
}

.step4 .step-card__inner,
.step5 .step-card__inner {
    max-width: 215px;
}

/* Easiness */

section.easiness {
	padding: 17px;
	background: #6BAEDE;
    background: -webkit-linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
    background: linear-gradient(180deg, rgba(107, 174, 222, 1) 0%, rgba(40, 134, 205, 1) 100%);
}

section.easiness h2.section-title {
	color: #FFF;
}

.easiness-cards {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.easiness-card {
    padding: 16px;
    background: #FFF;
    border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.easiness-card img {
    width: 100px;
    height: 100px;
	margin-bottom: 24px;
}

.easiness-card__title {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
}

.easiness-card__text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0%;
}

.easiness-card__text li:not(:last-child) {
	margin-bottom: 4px;
}

.easiness-card__text li:before {
	content: '✓ ';
	color: #73665B;
}

.easiness-foot-button {
	width: 100%;
	margin-bottom: 23px;
	border: 1px solid #FFF;
	background: transparent !important;
}

/* Reviews (partial copy of results) */

.reviews {
	background: #FFF;
	padding: 17px;
	position: relative;
}

.reviews .slider-nav-btn {
    background: #73665B !important;
}

.review-card {
    border: 2px solid #2886CD;
    border-radius: 20px;
    padding: 16px;
    margin-left: 17px;
    margin-right: -17px;
    min-height: 365px;
}

.review-card img {
    width: 100%;
}

/* FAQ */

.faq {
    padding: 17px;
    background-color: #FFF;
}

.faq-list {
    margin-top: 24px;
	margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
	border-top: 1px solid rgba(214, 214, 214, 1);
	background: #FFF;
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.faq-item:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-item:last-child {
	border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.faq-question {
    width: 100%;
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2E2A26;
}

.faq-toggle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #73665B;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s;
	position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
	content: '';
	position: absolute;
	background: #FFF;
	border-radius: 2px;
}

.faq-toggle::before {
	width: 14px;
	height: 2px;
}

.faq-toggle::after {
	width: 2px;
	height: 14px;
	transition: transform 0.3s;
}

.faq-item.open .faq-toggle::after {
	transform: rotate(90deg);
}

.faq-item.open .faq-toggle {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.faq-answer-inner {
    padding: 0 0px 12px;
    font-size: 14px;
    line-height: 140%;
    color: #1E1E1E;
    font-weight: 500;
}

/* Questions */
section.questions {
	margin-top: 14px;
	padding: 17px;
	background-image: url(/assets/images/questions-bg.png);
	background-repeat: no-repeat;
	background-size: 215px;
	background-position: top right;
}

.question-head {
    margin-top: 46px;
    margin-bottom: 92px;
}

.question-head__title {
	font-family: Bebas Neue;
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
}

.question-head__subtitle {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-top: 10px;
}

.question-btnblock {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.question-text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 23px;
}

/* Buy Skyrim */

section.buy {
	padding: 17px;
	background: #FFF;
}

.buy-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 50px;
	line-height: 100%;
	text-align: center;
	color: #2E2A26;
	margin-bottom: 32px;
}

.buy-card {
    max-width: 400px;
    margin: 0 auto;
    border: 2px dashed #2886CD;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    position: relative;
    margin-top: 28px;
}

.buy-card-tag {
	position: absolute;
	background: #73665B;
	color: #FFF;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	z-index: 5;
	top: -16px;
	right: 16px;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 80px;
}

.buy-name {
	font-size: 17px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	color: #2E2A26;
	margin-bottom: 32px;
}

.buy-duration {
	color: #2E2A26;
	margin-bottom: 24px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

.buy-price {
	font-size: 22px;
	font-weight: 600;
	color: #2E2A26;
	margin-bottom: 8px;
}

.buy-price-old {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #2E2A26;
	opacity: 0.6;
	text-decoration: line-through;
	margin-bottom: 32px;
}

.buy-card .btn {
	width: 100%;
	border: none;
	cursor: pointer;
}

/* Exrpress Protocol crosspromo */

section.express {
    background-color: #FFF;
    padding: 17px;
	padding-bottom: 46px;
}

section.express > img {
	width: calc(100% - 65px);
	margin-left: 53px;
	margin-right: 12px;
}

.express-content {
    background-color: #F6F7FA;
    border-radius: 20px;
    padding: 18px;
	display: flex;
	flex-direction: column;
}

.express-content .section-title {
	font-size: 26px;
	text-wrap: nowrap;
}

.express-content .section-title strong {
	color: #2886CD
}

.express-content__text {
	margin-top: 5px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0%;
}

.express-content__text li:not(:last-child) {
    padding-bottom: 6px;
}

p.express-content__see-express {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 32px;
}

/* Programs* /