.welcome-offer-page {
	--clr-main-500: #d12127;
}

.section-ctr {
	max-width: 1040px;
	margin: 0 auto;
}

p,
h1,
h2,
h3,
h4,
ol,
ul {
	margin: 0;
}

.offer-btn {
	background: var(--clr-main-500);
	color: #fff;
	display: flex;

	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	cursor: pointer;
	font: inherit;
	border: none;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 150%;
	text-decoration: none;
}

a.offer-btn:hover,
a.offer-btn:focus {
	color: #fff;
	text-decoration: none;
}

.btn-medium {
	padding: 14px 16px;
}

.btn-large {
	padding: 20px 22px;
}

.offer-btn:hover {
	opacity: 0.9;
}

h2 {
	margin-block-end: 1.5rem;
	color: #1b171b;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
}

h2 span {
	margin-block-end: 0.375rem;
	color: var(--clr-main-500);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
	display: block;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.85px;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
}

/* * Hero Section */

.welcome-offer-hero {
	background: rgba(0, 0, 0, 0.95);
	position: relative;
}

.hero-img {
	width: 100%;
	height: auto;
	max-height: 468px;
	object-fit: cover;
}

.hero-content {
	text-align: center;
	padding-inline: 1.25rem;
	padding-block-end: 1.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	top: -40px;
}

.price-bar {
	align-self: center;
	margin-block-end: 1.25rem;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: 1.5px solid #d12127;
	background: rgba(209, 33, 39, 0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

.hero-title {
	margin-block-end: 0.75rem;
	color: #fefefe;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.56px;
}

.hero-desc {
	margin-block-end: 1.5rem;
	color: #b8b7b8;
}

.slogan-ctr {
	margin-block-end: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.slogan-bar {
	display: flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #494549;
	background: #1b171b;
	color: #f5f5f5;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}

/* * Details Section */
.welcome-offer-details {
	padding: 2.5rem 1.25rem;
	background: #f5f5f5;
}

.detail-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0.75rem;
}
.detail-item {
	border-radius: 16px;
	background: #1b171b;
	display: flex;
	padding: 24px;
	align-items: center;
	gap: 16px;
}
.detail-item-title {
	margin-block-end: 0.25rem;
	color: #f5f5f5;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.85px;
}
.detail-item-desc {
	color: #b8b7b8;
}

/* * Steps */
.welcome-offer-steps {
	padding: 2.5rem 1.25rem;
}

.step-list {
	margin-block-end: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.step-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	text-align: center;
}

.step-item span {
	margin-block-end: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #1b171b;
	border: 1.5px solid #666466;
	color: #b8b7b8;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1px;
}

.step-item:first-child span {
	background: #d12127;
	color: white;
	border: none;
}

.step-item h3 {
	margin-block-end: 0.5rem;
}

.step-item p {
	color: #666466;
}

/* * Why Meal Box */
.welcome-offer-why {
	padding: 2.5rem 1.25rem;
	background: #f5f5f5;
}

.why-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}

.why-item {
	display: flex;
	padding: 1rem;
	flex-direction: column;
	gap: 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid #494549;
	background: #131013;
	text-align: center;
}
.why-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 303 / 160;
	border-radius: 0.75rem;
}
.why-item h3 {
	color: #f5f5f5;
}

.why-item p {
	color: #b8b7b8;
}

/* * Menus */
.welcome-offer-menus {
	padding: 2.5rem 1.25rem;
	background: #f7f7f7;
}

.our-menus__embla-viewport {
	overflow: hidden;
}
.our-menus__embla-container {
	display: flex;
	touch-action: pan-y pinch-zoom;
	margin-inline-start: -1rem;
	margin-block-end: 1.5rem;
}
.our-menus__embla-slide {
	flex: 0 0 100%;
	min-width: 0;
	padding-inline-start: 1rem;
}
.our-menus__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.our-menus__item-top {
	border-radius: 8px 8px 0px 0px;
}
.our-menus__item-img-container {
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	position: relative;
}
.our-menus__item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-menus__item-bottom {
	flex: 1;
	padding: 1rem;
	display: grid;
	gap: 1rem;
	background-color: white;
	border-radius: 0px 0px 8px 8px;
	border-top: 6px solid var(--color-brand-500);
}

.menu-nav {
	width: 50.16px;
	height: 50.16px;
	border-radius: 1rem;
	background: #fff;
	outline: none;
	border: none;
}

.menu-nav:hover {
	background: #fff;
}

.menu-nav.right {
	transform: rotate(180deg);
}

.testimonials {
	padding: 2rem 1.25rem;
}

.testimonials-title {
	margin-bottom: 1rem;
	text-align: center;
}

.testimonials-desc {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	max-width: 720px;
	margin: 0 auto;
}

.testimonial-card {
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #fff;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	display: block;
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	color: inherit;
	text-decoration: none;
}

.testimonial-thumbnail-ctr {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	background: #f0f0f0;
}

.testimonial-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.testimonial-card:hover .testimonial-thumbnail {
	transform: scale(1.03);
}

.testimonial-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: #d12127;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	transition:
		transform 0.2s ease,
		background 0.2s ease;
}

.testimonial-card:hover .testimonial-play-btn {
	transform: translate(-50%, -50%) scale(1.1);
	background: #fff;
}

.testimonial-instagram-badge {
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 100px;
}

.testimonial-instagram-badge i {
	font-size: 0.875rem;
}

.testimonial-info {
	padding: 0.75rem;
}

.testimonial-quote {
	font-size: 0.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 4px;
	line-height: 1.4;
}

.testimonial-desc-text {
	font-size: 0.72rem;
	color: #888;
	margin: 0;
	line-height: 1.4;
}

/* * Reviews */
.reviews {
	padding-block: 2rem;
	background: #232323;
}
.reviews__embla {
	margin-block-end: 1.5rem;
	max-width: 1600px;
	margin-inline: auto;
}
.reviews__embla-viewport {
	overflow: hidden;
}
.reviews__embla-container {
	display: flex;
	touch-action: pan-y pinch-zoom;
	margin-inline-start: -1rem;
}
.reviews__embla-slide {
	flex: 0 0 calc(75%);
	min-width: 0;
	padding-inline-start: 1rem;
	display: flex;
}

.review-item-odd {
	border-radius: 12px;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	color: #494549;
}
.review-item-odd-name {
	color: #1B171B;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.85px;
}
.review-item-avatar {
	border-radius: 50%;
}
.review-item-odd-title {
	color: #1B171B;
}
.review-item-even {
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.review-item-even::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-color: hsla(0, 0%, 0%, 0.6);
	z-index: 2;
}

.review-item-even-img {
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.review-item-even-title {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: normal;
	letter-spacing: -1.2px;
	color: #E8E8E8;
	width: 100%;
	text-align: center;
}
.reviews-cta-ctr {
	padding-inline: 1.25rem;
}
.reviews-cta {
	width: 100%;
	max-width: 400px;
}

/* * Menus Calendar Page */
.welcome-offer-menus-page {
	padding-bottom: 5.5rem;
}

body:has(.welcome-offer-menus-page) .back-to-top,
body:has(.welcome-offer-menus-page) .whatsapp,
body:has(.welcome-offer-menus-page) .btn-whatsapp {
	display: none !important;
}

.wo-menus-hero {
	padding: 2rem 1.25rem 1.5rem;
	background: linear-gradient(180deg, #faf7f7 0%, #ffffff 100%);
}

.wo-menus-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	color: #6b656b;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
}

.wo-menus-back:hover {
	color: var(--clr-main-500);
}

.wo-menus-hero h1 {
	margin: 0 0 0.75rem;
	color: #1b171b;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.15;
	text-align: left;
}

.wo-menus-hero h1 span {
	display: block;
	margin-bottom: 0.375rem;
	color: var(--clr-main-500);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.28px;
}

.wo-menus-hero-desc {
	max-width: 540px;
	margin: 0 0 1.5rem;
	color: #5c575c;
	font-size: 15px;
	line-height: 1.5;
}

.wo-menus-hero-cta {
	text-decoration: none;
	width: fit-content;
}

.wo-menus-calendar {
	padding: 0.5rem 1.25rem 2rem;
}

.wo-week {
	margin-bottom: 2.5rem;
}

.wo-week-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #ece8ec;
}

.wo-week-header h2 {
	margin: 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: -0.6px;
}

.wo-week-header h2 span {
	display: none;
}

.wo-week-range {
	color: #8a848a;
	font-size: 0.8125rem;
	font-weight: 500;
	white-space: nowrap;
}

.wo-day-grid {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.wo-day-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.875rem;
}

.wo-day-card {
	background: #fff;
	border: 1px solid #efecef;
	border-radius: 12px;
	overflow: hidden;
}

.wo-day-card-header {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.875rem 1rem 0.625rem;
	background: #faf7f7;
	border-bottom: 1px solid #f0ecef;
}

.wo-day-weekday {
	color: var(--clr-main-500);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: -0.2px;
}

.wo-day-date {
	color: #6b656b;
	font-size: 0.75rem;
}

.wo-meal-list {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0.75rem 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.wo-meal-item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.35rem 0.25rem;
}

.wo-meal-image {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
	background: #f3f0f2;
}

.wo-meal-image--placeholder {
	display: inline-block;
}

.wo-meal-name {
	color: #1b171b;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.2px;
}

.wo-menus-empty {
	text-align: center;
	padding: 3rem 1rem;
}

.wo-menus-empty p {
	margin-bottom: 1.25rem;
	color: #6b656b;
}

.wo-menus-empty .offer-btn {
	display: inline-flex;
	text-decoration: none;
	margin: 0 auto;
}

.wo-menus-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid #efecef;
	backdrop-filter: blur(10px);
}

.wo-menus-sticky-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.wo-menus-sticky-copy {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	min-width: 0;
}

.wo-menus-sticky-copy strong {
	color: #1b171b;
	font-size: 0.875rem;
	font-weight: 700;
}

.wo-menus-sticky-copy span {
	color: #8a848a;
	font-size: 0.75rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wo-menus-sticky-btn {
	flex-shrink: 0;
	text-decoration: none;
	padding: 12px 14px;
}

@media (min-width: 576px) {
	.testimonials {
		padding: 5rem;
	}

	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.testimonial-info {
		padding: 1rem;
	}

	.testimonial-quote {
		font-size: 0.9rem;
	}

	.testimonial-desc-text {
		font-size: 0.8rem;
	}

	.testimonial-play-btn {
		width: 56px;
		height: 56px;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.our-menus__embla-slide {
		flex: 0 0 calc(100% / 2);
	}

	.wo-day-grid {
		gap: 1rem;
	}

	.wo-day-row {
		gap: 1rem;
	}
}

@media (min-width: 992px) {
	h2 {
		margin-block-end: 3rem;
		font-size: 42px;
		letter-spacing: -1.68px;
	}

	h2 span {
		margin-block-end: 0.75rem;
	}

	h3 {
		font-size: 20px;
		letter-spacing: -1px;
	}

	.hero-img {
		max-height: 697px;
		height: 697px;
		object-position: 100% 0%;
	}

	.hero-ctr {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.hero-content {
		padding: 0;
		top: 0;
		max-width: 720px;
		align-items: flex-start;
		text-align: left;
	}

	.price-bar {
		margin-block-end: 1rem;
		align-self: flex-start;
		font-size: 26.218px;
		letter-spacing: -0.524px;
	}

	.price-bar img {
		width: 26px;
		height: 26px;
	}

	.hero-title {
		margin-block-end: 1rem;
		font-size: 58px;
		letter-spacing: -2.9px;
	}
	.hero-desc {
		margin-block-end: 2rem;
		font-size: 17px;
		max-width: 420px;
	}
	.slogan-ctr {
		margin-block-end: 2rem;
		align-items: flex-start;
		gap: 1rem;
	}

	/* * Details Section */
	.welcome-offer-details {
		padding: 5rem;
	}

	.detail-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}

	/* * Steps */
	.welcome-offer-steps {
		padding: 5rem;
	}

	.step-list {
		margin-block-end: 3rem;
		flex-direction: row;
		gap: 2.5rem;
	}

	.step-item {
		flex-direction: row;
		gap: 2.5rem;
		flex: 1;
	}

	.step-item span {
		margin-block-end: 1.25rem;
		width: 3rem;
		height: 3rem;
		border-width: 2px;
	}

	.step-item p {
		color: #b8b7b8;
	}

	/* * Why Meal Box */
	.welcome-offer-why {
		padding: 5rem;
	}
	.why-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.25rem;
	}
	.why-item {
		gap: 1rem;
		text-align: start;
	}
	.why-item img {
		aspect-ratio: 197 / 200;
	}

	/* * Our Menus */
	.welcome-offer-menus {
		padding: 5rem;
	}
	.our-menus__embla-container {
		margin-block-end: 3rem;
	}
	.our-menus__embla-slide {
		flex: 0 0 calc(100% / 3);
	}
	.testimonials {
		padding: 5rem;
	}

	/* * Reviews */
	.reviews {
		padding-block: 5rem;
	}

	.reviews__embla {
		margin-block-end: 3.75rem;
	}

	.reviews__embla-slide {
		flex: 0 0 calc(100% / 3.5);
	}

	/* * Menus Calendar Page */
	.welcome-offer-menus-page {
		padding-bottom: 0;
	}

	.wo-menus-hero {
		padding: 4rem 1.5rem 2.5rem;
	}

	.wo-menus-hero h1 {
		font-size: 42px;
		letter-spacing: -1.6px;
	}

	.wo-menus-calendar {
		padding: 0 1.5rem 5rem;
	}

	.wo-day-grid {
		gap: 1.25rem;
	}

	.wo-day-row {
		gap: 1.25rem;
	}

	.wo-day-row--top {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wo-day-row--bottom {
		grid-template-columns: repeat(2, minmax(0, 320px));
		justify-content: center;
	}

	.wo-day-card-header {
		min-height: 4.25rem;
	}

	.wo-menus-sticky {
		position: sticky;
		bottom: 0;
		margin-top: 1rem;
		box-shadow: 0 -8px 28px rgba(27, 23, 27, 0.08);
	}

	.wo-menus-sticky-inner {
		max-width: 1040px;
		margin: 0 auto;
		padding-inline: 0.5rem;
	}

	.wo-menus-sticky-btn {
		padding: 14px 18px;
	}
}
