/* ============ FONTS ============ */
@font-face { font-family: "Onest"; font-display: swap; src: url("../fonts/OnestRegular.woff2") format("woff2"), url("../fonts/OnestRegular.woff") format("woff"); font-weight: 400; font-style: normal; }
@font-face { font-family: "Onest"; font-display: swap; src: url("../fonts/OnestMedium.woff2") format("woff2"), url("../fonts/OnestMedium.woff") format("woff"); font-weight: 500; font-style: normal; }
@font-face { font-family: "Onest"; font-display: swap; src: url("../fonts/OnestBold.woff2") format("woff2"), url("../fonts/OnestBold.woff") format("woff"); font-weight: 700; font-style: normal; }
@font-face { font-family: "Onest"; font-display: swap; src: url("../fonts/OnestExtraBold.woff2") format("woff2"), url("../fonts/OnestExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; }
@font-face { font-family: "Oswald"; font-display: swap; src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"); font-weight: 400; font-style: normal; }
@font-face { font-family: "Oswald"; font-display: swap; src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff"); font-weight: 500; font-style: normal; }
@font-face { font-family: "Oswald"; font-display: swap; src: url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; }
@font-face { font-family: "Oswald"; font-display: swap; src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"); font-weight: 700; font-style: normal; }

/* ============ RESET ============ */
* { padding: 0; margin: 0; border: 0; box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
html, body { height: 100%; min-width: 320px; }
body { color: #2B3B4C; font-size: 16px; line-height: 1; font-family: "Onest", sans-serif; -webkit-font-smoothing: antialiased; }
body._lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
ul, ol, li { list-style: none; }
img { vertical-align: top; max-width: 100%; }
button { cursor: pointer; background: none; font-family: inherit; }
h1, h2, h3, h4 { font-weight: inherit; font-size: inherit; }

:root {
	--black: #2B3B4C;
	--green: #51AB67;
	--blue: #1F939F;
	--dark: #063738;
	--orange: #FF6200;
	--grey-bg: #F4F4F4;
	--shadow: 0 12px 21px rgba(15, 15, 27, 0.08);
}

.wrapper { width: 100%; min-height: 100%; overflow: clip; display: flex; flex-direction: column; background: #fff; }
.wrapper > * { min-width: 0; }
.page { flex: 1 1 auto; overflow-x: clip; }

._container { width: 100%; max-width: 1340px; margin: 0 auto; padding: 0 20px; }
@media (max-width: 479.98px) { ._container { padding: 0 15px; } }

._grey { background: var(--grey-bg); }


/* ============ SECTION TITLES ============ */
.section-head { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 30px; }
.section-title { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 40px; line-height: 1.25; letter-spacing: -1.2px; text-transform: uppercase; color: var(--black); text-align: center; }
.section-title._left { text-align: left; }
.section-title ._accent { color: var(--green); position: relative; white-space: nowrap; }
.section-title ._accent img { position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; width: 100%; max-width: none; }
.section-subtitle { font-size: 14px; line-height: 1.4; text-align: center; color: var(--dark); text-transform: uppercase; }
.section-subtitle._big { font-size: 18px; text-transform: none; color: var(--black); max-width: 748px; }
.section-subtitle b { font-weight: 700; }
@media (max-width: 767.98px) {
	.section-title { font-size: 22px; }
	.section-title._left { text-align: center; }
	.section-head { margin-bottom: 24px; }
	._grey { background: none; }
	.section-subtitle._big{
		font-size: 14px;
	}
}

/* ============ NOTE ============ */
.note { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 20px; border-radius: 6px; background: rgba(248, 153, 33, 0.1); }
.note img { width: 24px; height: 24px; flex-shrink: 0; align-self: flex-start;}
.note p { color: var(--orange); font-size: 16px; line-height: 1.35; flex: 1 1 auto; }
@media (max-width: 768px){
	.note p{font-size: 14px;}
	
}

/* ============ HEADER ============ */
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 50; background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 99.63%);}
.header__container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 50px; }
.header__logo img { width: 100px; }
.menu-header { display: flex; align-items: center; gap: 20px; }
.menu-header__link { font-weight: 500; font-size: 14px; text-transform: uppercase; color: #fff; transition: color 0.3s; white-space: nowrap; }
.menu-header__link:hover { color: var(--green); }
.header__phone { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 16px; white-space: nowrap; }
.header__phone img { width: 20px; height: 20px; }
.header__lang { position: relative; display: flex; align-items: center; gap: 11px; color: #fff; font-size: 16px; }
.header__lang-current { display: flex; align-items: center; gap: 11px; cursor: pointer; }
.header__lang img { width: 18px; height: 18px; }
.header__lang-list { display: none; flex-direction: column; position: absolute; top: calc(100% + 10px); left: 0; min-width: 60px; background: var(--dark); border-radius: 8px; padding: 8px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); z-index: 10; }
.header__lang._active .header__lang-list { display: flex; }
.header__lang-item { padding: 6px 16px; color: #fff; font-size: 14px; transition: color 0.3s; }
.header__lang-item:hover { color: var(--green); }
.header__burger { display: none; color: #fff; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
@media (max-width: 1342px) {
	.header__container { padding: 20px; }
	.menu-header { gap: 12px; }
}
@media (max-width: 1100px) {
	.menu-header, .header__phone { display: none; }
	.header__lang { order: 1; }
	.header__logo { order: 2; }
	.header__burger { display: block; order: 3; }
	.header__container { padding: 13px 16px; }
}

/* ============ MOBILE MENU ============ */
.mobile-menu { position: fixed; inset: 0; z-index: 100; background: var(--dark); overflow-y: auto; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu::before { content: ""; position: fixed; inset: 0; background: url("../img/menu-pattern.png") top left / 600px 600px repeat; opacity: 0.2; pointer-events: none; }
.mobile-menu > * { position: relative; }
.mobile-menu._active { opacity: 1; visibility: visible; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; }
.mobile-menu__lang { position: relative; display: flex; align-items: center; gap: 6px; color: #fff; font-size: 16px; }
.mobile-menu__lang-current { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.mobile-menu__lang img { width: 18px; height: 18px; }
.mobile-menu__lang-list { display: none; flex-direction: column; position: absolute; top: calc(100% + 8px); left: 0; min-width: 60px; background: rgba(0, 0, 0, 0.4); border-radius: 8px; padding: 6px 0; z-index: 10; }
.mobile-menu__lang._active .mobile-menu__lang-list { display: flex; }
.mobile-menu__lang-item { padding: 5px 14px; color: #fff; font-size: 14px; }
.mobile-menu__logo img { width: 100px; }
.mobile-menu__close { color: #fff; font-weight: 500; font-size: 14px; text-transform: uppercase; }
.mobile-menu__body { display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 30px 16px 60px; }
.mobile-menu__link { color: #fff; font-weight: 500; font-size: 18px; text-transform: uppercase; }
.mobile-menu__footer { margin-top: auto; padding: 30px 16px; background: rgba(6, 55, 56, 0.95); display: flex; flex-direction: column; gap: 20px; }
.mobile-menu__block { display: flex; flex-direction: column; gap: 15px; }
.mobile-menu__title { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; text-transform: uppercase; color: #fff; }
.mobile-menu__socials { display: flex; gap: 20px; }
.mobile-menu__socials img { width: 24px; height: 24px; }
.mobile-menu__phone { display: flex; align-items: center; gap: 12px; color: var(--blue); font-weight: 800; font-size: 20px; }
.mobile-menu__phone img { width: 24px; height: 24px; }
.mobile-menu__address { color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 1.5; }
.mobile-menu__schedule { display: flex; flex-direction: column; gap: 2px; max-width: 300px; }
.mobile-menu__schedule p { display: flex; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 1.5; }

/* ============ HERO ============ */
.hero { position: relative; height: 100vh; min-height: 580px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); }
.hero::before { content: ""; position: absolute; inset: 0;z-index: 1; background: linear-gradient(0deg, #fff 4%, rgba(115, 115, 115, 0) 12%); }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: absolute; left: 50%; bottom: 150px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 0 15px; }
.hero__subtitle { display: flex; flex-direction: column; align-items: center; color: #fff; text-transform: uppercase; text-align: center; letter-spacing: -0.68px; }
.hero__subtitle-big { font-weight: 700; font-size: 44px; line-height: 1.2; }
.hero__subtitle-small { font-weight: 500; font-size: 34px; line-height: 1.2; }
.hero__underline { position: relative; display: inline-block; }
/* înălțimea liniei e legată de font-size (em), nu de lățimea textului — altfel, cu cât textul subliniat e mai lung,
   cu atât linia oblică urcă mai sus și taie literele. object-fit: fill întinde SVG-ul pe toată lățimea. */
.hero__underline img { position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.14em; width: 100%; max-width: none; height: 0.18em; object-fit: fill; }
.hero__title { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 115px; line-height: 1; text-transform: uppercase; text-align: center; margin-top: 10px; color: #fff; white-space: nowrap; }
.hero__clouds { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) translateY(24%);width: 2100px; z-index: 3; pointer-events: none; }
.hero__clouds-img { width: 2100px; height: auto; display: block; transform: translateY(25%); }
@media (max-width: 1200px) { .hero__title { font-size: 90px; } }
@media (max-width: 767.98px) {
	.hero { height: 560px; }
	.hero__subtitle-big { font-size: 26px; }
	.hero__subtitle-small { font-size: 20px; }
	.hero__title { font-size: 44px; white-space: normal; }
	.hero__content { top: 50%; bottom: auto; transform: translate(-50%, -50%); }
	.hero__clouds-img { min-width: 2100px; }
}

/* ============ SECTIONS COMMON ============ */
.companies, .feedback { padding: 100px 0 0; }
.benefits { padding-top: 0; }
.program, .budget, .booking { padding: 100px 0; margin-top: 44px; }
.services, .transport { padding-top: 100px; }
.about { margin-top: 0; }
.gallery { padding: 100px 0 0; }
.booking { margin-bottom: 0; }
@media (max-width: 991.98px) {
	.benefits, .companies, .feedback, .services, .transport, .gallery { padding-top: 25px; }
	.program, .budget, .booking { padding: 25px 0; margin-top: 0; }
	.gallery{
		display: none;
	}
	.booking {
		background-color: #F4F4F4;
		margin-top: 50px;
		padding-top: 50px;
	}
}

._br-md2{
	display: none;
}
@media (max-width: 991.98px){
	._br-md2{
		display: block;
	}
	._br-mmd2{
		display: none;
	}
}

/* ============ BENEFITS ============ */
.benefits__grid { display: flex; flex-direction: column; gap: 30px; }
.benefits__row { display: flex; gap: 30px; align-items: stretch; }
.benefits__item { flex: 1 1 0; min-width: 0; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 17px; text-align: center; }
.benefits__icon { width: 42px; height: 42px; }
.benefits__icon img { width: 100%; height: 100%; object-fit: contain; }
.benefits__name { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; text-transform: uppercase; }
.benefits__text { font-size: 16px; line-height: 1.35; }
@media (max-width: 991.98px) {
	.benefits__grid { gap: 20px; }
	.benefits__row { display: contents; }
	.benefits__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
	.benefits__grid { grid-template-columns: 1fr; }
	.benefits__item { display: grid; grid-template-columns: 42px 1fr; align-items: center; text-align: left; column-gap: 17px; row-gap: 10px; }
	.benefits__text { grid-column: 2 / -1; margin-top: -20px;}
	.benefits__name{
		align-self: flex-start;
	}
	.benefits .section-subtitle{
		font-size: 12px;
	}
}

/* ============ SLIDER (generic) ============ */
.slider { position: relative; }
.slider__viewport { overflow: hidden;}
.slider__track { display: flex; gap: 30px; }
.slider__track._animate { transition: transform 0.45s ease; }
.slider__slide { flex-shrink: 0; }
.slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(15, 15, 27, 0.15); }
.slider__arrow img { width: 100%; height: 100%; }
.slider__arrow--prev { left: -63px; }
.slider__arrow--prev img { transform: rotate(180deg); }
.slider__arrow--next { right: -63px; }
.slider__arrow:disabled { opacity: 0.4; cursor: default; }
.slider__dots { display: none; justify-content: center; gap: 10px; margin-top: 25px; }
.slider__dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--green); background: transparent; padding: 0; }
.slider__dot._active { background: var(--green); }
@media (max-width: 1456px) {
	.slider__arrow--prev { left: 10px; }
	.slider__arrow--next { right: 10px; }
}
@media (max-width: 767.98px) {
	.slider__arrow { display: none; }
	.slider__dots { display: flex; }
}

/* ============ COMPANIES ============ */
.companies__item { width: calc((100% - 150px) / 6); height: 140px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; align-items: center; justify-content: center; }
.companies__item img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 991.98px) { .companies__item { width: calc((100% - 60px) / 3); height: 100px;} }
@media (max-width: 767.98px) { .companies__item { width: calc((100% - 20px) / 2); } .slider__track { gap: 20px; } }
.companies .slider__viewport { overflow: hidden; margin: -30px -15px; padding: 30px 15px; }
/* ============ FEEDBACK ============ */
.feedback { background: var(--grey-bg); padding: 100px 0; margin-top: 100px; }
.feedback__ratings { display: flex; justify-content: center; gap: 80px; margin-bottom: 30px; }
.feedback__rating { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.feedback__rating-head { display: flex; align-items: center; gap: 6px; }
.feedback__rating-logo { height: 26px; }
.feedback__rating-icon { display: none; width: 32px; height: 32px; }
.feedback__rating-head span { font-weight: 700; font-size: 18px; }
.feedback__rating-row { display: flex; align-items: center; gap: 5px; }
.feedback__rating-value { font-weight: 700; font-size: 22px; }
.feedback__rating-value span { font-weight: 400; font-size: 18px; }
.feedback__stars { display: flex; }
.feedback__stars img { width: 28px; height: 28px; }
.feedback__rating-count { color: #a9a9a9; font-size: 16px; }
.feedback__item { width: 590px; background: #fff; border-radius: 16px; padding: 30px; display: flex; flex-direction: column; gap: 17px; box-shadow: var(--shadow); opacity: 0.5; transition: opacity 0.45s ease, box-shadow 0.45s ease; }
.feedback__item._active { opacity: 1; }
.feedback__item:not(._active) { box-shadow: none; }
.feedback__text { font-size: 18px; line-height: 28px; }
.feedback__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.feedback__author { display: flex; align-items: center; gap: 12px; }
.feedback__avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.feedback__author-name { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; text-transform: uppercase; color: var(--dark); }
.feedback__date { color: #999; font-size: 14px; margin-top: 6px; }
.feedback__more { display: flex; align-items: center; gap: 2px; color: #99a3ac; font-size: 14px; white-space: nowrap; }
.feedback__more img { width: 20px; height: 20px; }
.feedback__slider .slider__viewport { overflow: visible; }
.feedback__slider { max-width: 590px; margin: 0 auto; }
/* arrows hug the edges of the active (centered) slide, as in the mockup */
.feedback__slider .slider__arrow--prev { left: -24px; }
.feedback__slider .slider__arrow--next { right: -24px; }
@media (max-width: 767.98px) {
	.feedback { padding: 60px 0; margin-top: 60px; }
	/* mobile ratings: one row, small logos, single star */
	.feedback__ratings { flex-direction: row; gap: 25px; justify-content: center; }
	.feedback__rating { width: auto; align-items: center; }
	.feedback__rating-logo { display: none; }
	.feedback__rating-icon { display: block; }
	.feedback__rating-head span { font-size: 14px; }
	.feedback__stars{
		order: -1;
	}
	.feedback__stars img:not(:first-child) { display: none; }
	.feedback__item { width: 100%; padding: 20px; }
	.feedback__text { font-size: 16px; line-height: 1.5; }
	.feedback__slider .slider__viewport { overflow: hidden; }
	/* author block on top, link at the bottom */
	.feedback__bottom { display: contents; }
	.feedback__author { order: -1; }
	.feedback__more { order: 1; }
	.feedback .section-title br{
		display: none;
	}
}

/* ============ ABOUT ============ */
.about__team { width: 100%; }
.about__team img { width: 100%; height: auto; }
.about__text { max-width: 660px; margin: 0 auto 30px; text-align: center; font-size: 16px; line-height: 24px; }
.about__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.about__stat { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 17px; text-align: center; }
.about__stat-icon { width: 52px; height: 52px; object-fit: contain; }
.about__stat-value { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 44px; color: var(--green); text-transform: uppercase; }
.about__stat-name { font-size: 16px; text-transform: uppercase; line-height: 1.3; }
.about .section-head { margin-top: 30px; }
@media (max-width: 991.98px) { .about__stats { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 479.98px) {
	.about__stat { padding: 15px 10px; gap: 10px; background: transparent; box-shadow: none; }
	.about__stats { gap: 0; }
	.about__stat-icon { width: 32px; height: 32px; }
	.about__stat-value { font-size: 22px; }
	.about__stat-name { font-size: 12px; }
	.about__text{
		font-size: 14px;
	}
}

/* ============ PROGRAM ============ */
.program__banners { display: flex; gap: 30px; margin-bottom: 30px; }
.program__banner { flex: 1 1 0; background: #fff; border-radius: 6px; padding: 12px 20px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 500; font-size: 16px; line-height: 1.3; }
.program__banner-emoji { font-size: 32px; line-height: 1; }
.program__days { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items: stretch; }
.day-card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px 30px; display: flex; flex-direction: column; align-items: center; gap: 17px; }
.day-card__title { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 32px; color: var(--blue); text-transform: uppercase; }
.day-card__row { display: flex; align-items: flex-start; gap: 10px; width: 100%; }
.day-card__row img { width: 24px; height: 24px; flex-shrink: 0; }
.day-card__row p { flex: 1 1 auto; color: var(--dark); font-size: 16px; line-height: 1.35; }
.program__optional { margin-top: 30px; background: #fff; border-radius: 6px; padding: 12px 20px; display: flex; align-items: center; gap: 10px; }
.program__optional-label { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 24px; color: var(--blue); text-transform: uppercase; }
.program__optional-row { display: flex; align-items: center; gap: 10px; flex: 1 1 auto; }
.program__optional-row img { width: 24px; height: 24px; }
.program__optional-row p { color: var(--dark); font-size: 16px; line-height: 1.35; }
.program .note, .budget .note { margin-top: 30px; }
.program__footer { display: flex; justify-content: center; margin-top: 30px; }
.program__all-btn { background: var(--blue); color: #fff; font-weight: 600; font-size: 16px; text-transform: uppercase; border-radius: 6px; padding: 14px 30px; transition: background 0.3s; }
.program__all-btn:hover { background: #187a85; }
@media (max-width: 991.98px) {
	/* pe mobil bannerul de sosire coboară la finalul programului (plecarea rămâne sus) */
	.program ._container, #popup-program .popup__content { display: flex; flex-direction: column; }
	.program__banners { display: contents; font-size: 14px; }
	.program__banner { flex: 0 0 auto; }
	.program .section-head, #popup-program .section-head { order: 1; }
	.program__banner._plecare { order: 2; margin-bottom: 30px; }
	.program__days, #popup-program .popup__days { order: 3; }
	.program__optional { order: 4; }
	.program__banner._sosire { order: 5; margin-top: 30px; }
	.program .note, #popup-program .note { order: 6; }
	.program__footer { order: 7; }
	.program__days { grid-template-columns: 1fr; }
	.program__optional { flex-direction: column; align-items: flex-start; }
	.day-card__title{
		font-size: 24px;
	}
	.program__optional-label{
		margin: 0px auto;
	}
}

/* ============ SERVICES / PRICE ============ */
.services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.services__label { background: var(--blue); color: #fff; border-radius: 6px; padding: 10px 20px; text-align: center; font-weight: 600; font-size: 16px; margin-bottom: 23px; }
.price-table { display: flex; width: 100%; background-color: #fff;}
.price-table__col { flex: 1 1 0; display: flex; flex-direction: column; min-width: 0; }
.price-table__head { border: 1px solid var(--black); padding: 20px 30px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.price-table__col + .price-table__col .price-table__head,
.price-table__col + .price-table__col .price-table__row > div:first-child { border-left: 0; }
.price-table__radio { display: flex; align-items: center; gap: 8px; font-size: 18px; cursor: pointer; }
.price-table__radio input { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; margin: 0; border: 2px solid #b0b7bd; border-radius: 50%; cursor: pointer; display: inline-grid; place-content: center; transition: border-color 0.2s; }
.price-table__radio input::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); transform: scale(0); transition: transform 0.2s; }
.price-table__radio input:checked { border-color: var(--green); }
.price-table__radio input:checked::before { transform: scale(1); }
.price-table__seats { font-size: 14px; }
.price-table__image { width: 100%; height: 120px; border-radius: 4px; overflow: hidden; }
.price-table__image img { width: 100%; height: 100%; object-fit: cover; }
.price-table__row { display: flex; }
.price-table__row > div { flex: 1 1 0; border: 1px solid var(--black); border-top: 0; padding: 24px 10px; text-align: center; font-size: 18px; min-width: 0; }
.price-table__row > div:last-child { border-left: 0; }
.price-table__row ._price { background: #F8F8F8; font-weight: 600; }
.price-table__row._empty > div { border-color: var(--black); }
.services__free { margin-top: 30px; border-radius: 8px; padding: 20px; display: flex; align-items: center; justify-content: center; gap: 20px; background: linear-gradient(to right, #F5EB97, #D0EBB5 51%, #ABEAD3); }
.services__free-icon { width: 56px; height: 56px; }
.services__free-title { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 24px; color: var(--blue); text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.services__free-title ._num { font-size: 42px; }
.services__free-title ._emoji { font-size: 42px; }
.services__free-note { color: #7e7e7e; font-size: 12px; margin-top: 4px; }
.services__right { display: flex; flex-direction: column; gap: 20px; }
.services__right .services__label { margin-bottom: 0; }
.services__item { display: flex; align-items: flex-start; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid #DBDBDB; }
.services__item:last-of-type { border-bottom: 0; padding-bottom: 0; }
.services__item-icon { width: 52px; height: 52px; flex-shrink: 0; object-fit: contain; }
.services__item-text { flex: 1 1 auto; font-size: 16px; line-height: 24px; }
.services__item-text ._green { color: var(--green); font-style: normal !important; }
.services__item-text ._green span { white-space: nowrap; }
.services__item-text ._green span img { width: 18px; height: 18px; vertical-align: -4px; margin-right: 2px; }
.services__check { width: 26px; height: 26px; flex-shrink: 0; background: var(--green); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.services__check img { width: 18px; height: 18px; }
.services .section-subtitle{
	max-width: 500px;
}
@media (max-width: 1200px) { .services__grid { gap: 40px; } }
@media (max-width: 991.98px) {
	.services__grid { grid-template-columns: 1fr; gap: 30px; }
	.price-table__head { padding: 15px 10px; }
	.price-table__row > div { padding: 16px 8px; font-size: 16px; }
	.services__free { padding: 15px; gap: 12px; }
	.services__free-icon { width: 32px; height: 32px; }
	.services__item-icon{
		width: 32px;
		height: 32px;
	}
	.services__free-title { font-size: 18px; }
	.services__free-title ._num, .services__free-title ._emoji { font-size: 24px; }
	.price-table__radio { font-size: 16px; }
	.services__item-text{
		font-size: 14px;
	}
	.services__label{
		font-size: 14px;
	}
	.services .section-subtitle{
		font-size: 12px;
	}

	.price-table__image{
		width: 104px;
		aspect-ratio: 104/64;
		border-radius: 4px;
		height: auto;
	}
}

/* ============ BUDGET ============ */
.budget__top { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; margin-bottom: 30px; }
.budget__info .section-title { margin-bottom: 20px; }
.budget__text { font-size: 16px; line-height: 24px; }
.budget__image { border-radius: 12px; overflow: hidden; height: 100%; max-height: 464px; }
.budget__image img { width: 100%; height: 100%; object-fit: cover; }
.budget__label { background: var(--blue); color: #fff; border-radius: 6px; padding: 10px 20px; text-align: center; font-weight: 600; font-size: 20px; text-transform: uppercase; margin-bottom: 30px; }
.budget__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.budget__card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px 30px; display: flex; gap: 10px; align-items: flex-start; }
.budget__card-image { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.budget__card-body { display: flex; flex-direction: column; gap: 10px; flex: 1 1 auto; }
.budget__card-title { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 24px; color: var(--blue); text-transform: uppercase; line-height: 1.2; }
.budget__card-text { color: var(--dark); font-size: 16px; line-height: 1.35; }
.budget__card-link { color: var(--green); font-size: 16px; }
.budget__card-link:hover { text-decoration: underline; }
.budget .note { margin-top: 0; }
@media (max-width: 991.98px) {
	.budget__top { grid-template-columns: 1fr; }
	.budget__grid { grid-template-columns: 1fr; gap: 20px; }
	.budget__label { font-size: 14px; padding: 10px 12px;}
	.budget__card-title{
		font-size: 18px;
	}
	.budget__text{
		font-size: 14px;
	}

}
@media (max-width: 767.98px) {
	.budget__card { flex-direction: column; align-items: center; text-align: center; }
	.budget__card-body { align-items: center; }
	
}

/* ============ TRANSPORT ============ */
.transport__grid { display: grid; grid-template-columns: 1fr 635px; gap: 30px; align-items: start; }
.transport__info { display: flex; flex-direction: column; gap: 20px; }
.transport__info .section-title { margin-bottom: 0; }
.transport__text { font-size: 16px; line-height: 24px; }
.transport__card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; gap: 17px; }
.transport__card-title { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 24px; color: var(--blue); text-transform: uppercase; text-align: center; }
.transport__card-text { font-size: 16px; line-height: 24px; }
.transport__card .day-card__row { align-items: flex-start; }
.transport__image { position: sticky; top: 20px; border-radius: 12px; overflow: hidden; height: 464px; }
.transport__image img { width: 100%; height: 100%; object-fit: cover; }
.transport__image .slider__viewport, .transport__image .slider__track { height: 100%; }
.transport__image .slider__slide { width: 100%; height: 100%; }
.transport__image .slider__arrow { display: block; }
.transport__image .slider__arrow--prev { left: 15px; }
.transport__image .slider__arrow--next { right: 15px; }
.transport__image .slider__arrow img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 1200px) { .transport__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 991.98px) {
	.transport__grid { grid-template-columns: 1fr; }
	.transport__image { position: static; height: auto; }
	.transport__image img { height: auto; }
	.transport__image .slider__slide { height: auto; aspect-ratio: 635 / 464; }
	.transport__image .slider__slide img { height: 100%; }
	.transport__card-title{
		font-size: 18px;
	}
	.transport__image .slider__arrow { display: none;}
}

/* ============ GALLERY ============ */
.gallery__slider .slider__track { gap: 5px; }
.gallery__slider::before, .gallery__slider::after { content: ""; position: absolute; top: 0; bottom: 0; width: 229px; z-index: 2; pointer-events: none; }
.gallery__slider::before { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff); }
.gallery__slider::after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }
.gallery__slider .slider__arrow--prev { left: 127px; }
.gallery__slider .slider__arrow--next { right: 127px; }
.gallery__item { position: relative; width: calc((100% - 15px) / 4); aspect-ratio: 452 / 307; cursor: pointer; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.gallery__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; }
.gallery__play img { width: 100%; height: 100%; object-fit: contain; }
.gallery__slider .slider__arrow { display: block; }
@media (max-width: 991.98px) {
	.gallery__item { width: calc((100% - 5px) / 2); }
}
@media (max-width: 767.98px) {
	.gallery__item { width: 80%; }
	.gallery__slider::before, .gallery__slider::after { display: none; }
	.gallery__slider .slider__arrow { display: block; width: 40px; height: 40px; }
	.gallery__slider .slider__arrow--prev { left: 10px; }
	.gallery__slider .slider__arrow--next { right: 10px; }
}

/* ============ BOOKING ============ */
.booking__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 30px; }
.booking__step { position: relative; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 17px; }
@media (min-width: 1201px) {
	/* dashed connectors: ::before goes left of the number, ::after goes right — both stay inside the card */
	.booking__step:not(:last-child)::after { content: ""; position: absolute; top: 54px; left: calc(50% + 32px); right: 0; border-top: 2px dashed var(--green); }
	.booking__step:not(:first-child)::before { content: ""; position: absolute; top: 54px; right: calc(50% + 32px); left: 0; border-top: 2px dashed var(--green); }
}
.booking__step-num { width: 68px; height: 68px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; }
.booking__step-num span { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 40px; color: #fff; letter-spacing: -1.2px; }
.booking__step-title { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 19px; line-height: 26px; color: var(--blue); text-transform: uppercase; text-align: center; }
.booking__step-text { font-size: 16px; line-height: 24px; }
.booking__step-list { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.booking__step-list > p { font-size: 16px; line-height: 1.35; }
.booking__step-list .day-card__row { align-items: center; }
@media (max-width: 1200px) { .booking__steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767.98px) { .booking__steps { grid-template-columns: 1fr; gap: 20px; } 
.booking__step-title {
	font-size: 18px;
}
.booking__step-text{
	text-align: center;
}
.booking__step-num{
	width: 42px;
	height: 42px;
	
}
.booking__step-num span{
font-size: 20px;
}
}

/* ============ TIMER ============ */
.timer { background: var(--blue); border-radius: 16px; padding: 50px 80px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.timer__title { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 40px; letter-spacing: -1.2px; color: #fff; text-transform: uppercase; text-align: center; line-height: 1.25; }
.timer__underline { position: relative; white-space: nowrap; }
.timer__underline img { position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; width: 100%; max-width: none; }
.timer__counter { display: flex; align-items: center; gap: 22px; padding: 20px 30px; border-radius: 30px; }
.timer__unit { position: relative; width: 100px; height: 100px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; --p: 0deg; }
/* the ring starts fully colored and empties counter-clockwise as time runs out */
.timer__unit::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(rgba(255, 255, 255, 0.35) calc(360deg - var(--p)), #F5EB97 calc(360deg - var(--p))); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); }
.timer__value { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 32px; }
.timer__label { font-size: 16px; margin-top: 2px; }
.timer__sep { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 32px; color: #fff; }
.timer__manager { display: flex; align-items: center; gap: 20px; }
.timer__manager-info { display: flex; align-items: center; gap: 20px; }
.timer__manager-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.timer__manager-name ._name { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 24px; color: #fff; text-transform: uppercase; }
.timer__manager-name ._role { color: #fff; font-size: 16px; margin-top: 5px; }
.timer__manager-text { color: #fff; font-size: 16px; line-height: 1.4; max-width: 385px; }
@media (max-width: 991.98px) {
	.timer { padding: 40px 20px; }
	.timer__title { font-size: 28px; }
	.timer__counter { gap: 8px; padding: 10px 0; }
	.timer__unit { width: 68px; height: 68px; flex-shrink: 0; }
	.timer__value { font-size: 22px; }
	.timer__label { font-size: 12px; }
	.timer__sep { font-size: 22px; }
	.timer__manager { flex-direction: column; align-items: flex-start; }
	.timer__manager-photo { width: 80px; height: 80px; }
}
@media (max-width: 479.98px) {
	.timer { padding: 30px 12px; gap: 20px; }
	.timer__title { font-size: 22px; letter-spacing: -0.5px; }
	.timer__counter { gap: 4px; padding: 5px 0; }
	.timer__unit { width: 64px; height: 64px; }
	.timer__unit::before { -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 1.5px)); mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 1.5px)); }
	.timer__value { font-size: 18px; }
	.timer__label { font-size: 10px; margin-top: 0; }
	.timer__sep { font-size: 16px; }
}

/* ============ FOOTER ============ */
.footer__container { width: 100%; max-width: 1340px; margin: 0 auto; padding: 0 20px; }
.footer__main { position: relative; background: url("../img/footer-bg.png") center / cover no-repeat; }
.footer__main::before { content: ""; position: absolute; inset: 0; background: rgba(6, 55, 56, 0.95); }
.footer__main .footer__container { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 30px; padding-top: 50px; padding-bottom: 50px; }
.footer__col { display: flex; flex-direction: column; gap: 15px; }
.footer__title { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; color: #fff; text-transform: uppercase; }
.footer__socials { display: flex; gap: 20px; }
.footer__socials img { width: 24px; height: 24px; }
.footer__phone { display: flex; align-items: center; gap: 12px; color: var(--blue); font-weight: 800; font-size: 20px; }
.footer__phone img { width: 24px; height: 24px; }
.footer__address { color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 24px; }
.footer__schedule { display: flex; flex-direction: column; gap: 2px; }
.footer__schedule p { display: flex; justify-content: space-between; gap: 30px; color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 24px; }
.footer__bottom { background: #022B2C; }
.footer__bottom .footer__container { display: flex; align-items: center; gap: 40px; padding-top: 20px; padding-bottom: 20px; }
.footer__logo img { width: 92px; }
.footer__copy { position: relative; padding-left: 40px; color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 24px; }
.footer__copy::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 52px; background: rgba(255, 255, 255, 0.2); }
.footer__dev { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 16px; opacity: 0.7; margin: 0 auto; transition: opacity 0.3s; }
.footer__dev:hover { opacity: 1; }
.footer__dev img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.footer__pay { display: flex; align-items: center; gap: 25px; color: rgba(255, 255, 255, 0.7); font-size: 16px; }
.footer__pay img { height: 30px; }
@media (max-width: 991.98px) {
	.footer__main .footer__container { flex-direction: column; }
	.footer__bottom .footer__container { flex-direction: column; gap: 20px; text-align: center; }
	.footer__copy { padding-left: 0; }
	.footer__copy::before { display: none; }
	.footer__pay { margin-left: 0; }
}

/* ============ POPUP ============ */
.popup { position: fixed; inset: 0; z-index: 200; display: none; }
.popup._active { display: block; }
.popup__overlay { position: absolute; inset: 0; background: rgba(6, 55, 56, 0.6); }
.popup__body { position: absolute; inset: 30px; margin: auto; max-width: 1340px; background: var(--grey-bg); border-radius: 16px; overflow-y: auto; }
.popup__close { position: sticky; top: 10px; float: right; margin: 10px 15px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #fff; box-shadow: var(--shadow); font-size: 26px; line-height: 1; color: var(--black); z-index: 5; }
.popup__content { padding: 50px 20px; }
.popup__days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: stretch; }
.popup__days .day-card { padding: 20px; }
.popup .note { margin-top: 30px; }
@media (max-width: 1200px) { .popup__days { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767.98px) {
	.popup__body { inset: 0; border-radius: 0; }
	.popup__days { grid-template-columns: 1fr; gap: 20px; }
	.popup__content { padding: 40px 15px; }
}
