:root {
	color-scheme: light only;
}

body.page-template-page-landing-new {
	margin: 0 !important;
	font-family: "Poppins", Arial, sans-serif !important;
	color: #fff !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	overflow-x: hidden;
}

body.page-template-page-landing-new .et_pb_section_4_tb_header.et_pb_section {
	display: none !important;
}

body.page-template-page-landing-new div#et-main-area {
	width: 100vw;
}

/* Top banner */
.banner {
	min-height: 726px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	isolation: isolate;
	background-color: #360400;
	padding: 3rem 1.5rem;
}

.banner .banner-media {
	position: absolute;
	inset: 0;
	z-index: -2;
	height: 100%;
}

.banner .banner-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.banner .banner-content {
	width: min(1360px, 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	position: relative;
	z-index: 1;
}

.banner .status-bar {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	font-size: 0.95rem;
	text-transform: uppercase;
}

.banner .status-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: #fff;
	border-radius: 999px;
	padding: 0.35rem 1.2rem;
	font-weight: 700;
	font-size: 0.8rem;
}

.banner .status_open {
  background: #1ec671;
}

.banner .status_closed {
  background: #dc2626;
}

.banner .status-pill svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
}

.banner .status-hours {
	color: rgba(255, 255, 255, 0.85);
}

.banner .eyebrow {
	font-family: "Poppins", arial, sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	color: #fff;
}

@media (max-width: 991px) {
	.banner .eyebrow {
		margin: 1rem 0;
		padding: 0;
	}
}

.banner span.h1 {
    color: #FFF;
    text-align: center;
    font-family: "Oswald", arial, sans-serif;
    font-size: 100.55px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%; /* 96.528px */
    letter-spacing: -1px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
	.banner span.h1 {
		font-size: clamp(2.8rem, 6vw, 4.5rem);
	}
}

.banner .hero-review {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.03em;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.banner .hero-score {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.3rem 0.9rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
}

.banner .hero-score svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
}

.banner .hero-count {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.banner .hero-count svg {
	width: 12px;
	height: 12px;
}


@media (max-width: 1024px) {
	.banner {
		min-height: 600px;
		padding: 3rem 1.5rem 2rem;
	}

	.banner h1 {
		font-size: clamp(2.6rem, 6vw, 3.8rem);
	}

	.banner .status-bar {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.banner .hero-review {
		flex-direction: column;
		gap: 0.6rem;
	}
}

@media (max-width: 640px) {
	.banner {
		min-height: 380px;
		padding: 2.5rem 1.2rem 5rem;
	}

	.banner .banner-content {
		align-items: center;
		text-align: center;
		gap: 0.75rem;
	}

	.banner .status-bar,
	.banner .hero-review {
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.banner .hero-review {
		gap: 0.4rem;
	}

	.banner h1 {
		font-size: clamp(1.9rem, 8vw, 2.8rem);
		line-height: 1.1;
	}

	.testimonials-header h2 {
		font-family: "Oswald", arial, sans-serif;
		font-size: 30px !important;
		line-height: 1.15;
	}

	.testimonial-card {
		max-width: 320px;
	}

	.benefits {
		padding: 3rem 1rem 0 !important;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.benefit-card {
		padding: 1.4rem;
	}

	.benefit-card-header {
		align-items: flex-start;
	}

	.directions {
		padding: 0 1rem;
	}

	.directions-card {
		padding: 1.4rem 1.2rem;
	}

	.info-block {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.info-icon {
		width: 52px;
		height: 52px;
		border-radius: 14px;
	}
}

.pricing-wrapper {
	width: min(760px, 100%);
	margin: -3rem auto 4rem;
	padding: 0 1.5rem;
}

@media (max-width: 600px) {
	.pricing-wrapper {
		margin-top: -1rem !important;
	}
}

.pricing-card {
	background: #FFDBBC;
	border: 3px solid #44251B;
	border-radius: 36px;
	padding: clamp(1.8rem, 4.8vw, 3.5rem);
	color: #2d1300;
	position: relative;
}

.card-heading {
    color: #42251A;
    text-align: center;
    font-family: "Oswald", arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 98%; /* 39.2px */
    letter-spacing: -1px;
    text-transform: uppercase;
	margin: 0 0 1rem;
}

.card-subcopy {
	text-align: center;
	color: rgba(45, 19, 0, 0.7);
	margin-bottom: 2rem;
}

.pricing-headings-wrapper {
	display: flex;
	align-items: center;
}

.pricing-headings-main {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0 1.2rem;
}

.pricing-headings-main span:first-child {
	flex: 1;
	text-align: left;
}

.pricing-headings-main span:nth-child(2) {
	text-align: right;
	flex: 0 0 170px;
}

.pricing-headings-wrapper>span:last-child {
	text-align: center;
	flex: 0 0 130px;
    font-size: 16px !important;
	color: #3b1a0e;
	font-weight: 700;
}

.pricing-headings-main span {
    font-size: 16px !important;
    color: #3b1a0e;
	font-weight: 700;
}

.pricing-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: min(550px, 100%);
	margin: 0 auto;
}

.pricing-row {
	display: flex;
	align-items: stretch;
	border-radius: 24px;
	background: transparent;
}

.pricing-main {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 1rem;
	border: 1.5px solid rgba(45, 19, 0, 0.9);
	border-radius: 20px;
	padding: 0.85rem 1.2rem;
	box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
}

.pricing-info {
	flex: 1;
}

.pricing-info strong {
	display: block;
	font-size: 1.08rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.pricing-info span {
	font-size: 0.9rem;
	color: rgba(45, 19, 0, 0.7);
}

.pricing-price {
	flex: 0 0 170px;
	text-align: right;
	font-size: 25px;
	font-weight: 800;
	color: #2d1300;
}

.pricing-save {
	flex: 0 0 130px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pricing-save .badge {
	background: linear-gradient(180deg, #ae0000 0%, #ea4335 100%);
	color: #fff;
	font-weight: 800;
	min-width: 110px;
	height: 64.124px;
	font-size: 31px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 12.573px;
	border: 1.257px solid #000;
	box-shadow: none;
}

.pricing-save .badge .mobile {
	display: none;
	font-weight: 600;
	margin-right: .35rem;
}

@media (max-width: 991px) {
	/* Hide table-style headings on mobile */
	.pricing-headings-wrapper {
		display: none;
	}

	/* Stack each pricing row */
	.pricing-row {
		flex-direction: column;
		gap: 0.5rem;
	}

	/* Stack main content */
	.pricing-main {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.4rem;
		padding: 1rem;
	}

	/* Price moves below description */
	.pricing-price {
		flex: none;
		text-align: left;
		font-size: 20px;
	}

	/* Save badge becomes inline */
	.pricing-save {
		flex: none;
		justify-content: flex-start;
	}

	.pricing-save .badge {
		font-size: 24px;
		min-width: auto;
		height: auto;
		padding: 0.4rem 0.7rem;
		border-radius: 8px;
	}

	.pricing-save .badge .mobile {
		display: inline-block !important;
	}

	/* Text scaling */
	.pricing-info strong {
		font-size: 1rem;
	}

	.pricing-info span,
	.pricing-info p {
		font-size: 0.85rem;
	}
}

.card-cta {
	margin-top: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.card-cta a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 1rem 3.5rem;
	border-radius: 500px;
	color: #FFF;
	text-align: center;
	font-family: "Poppins", arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: transform 150ms ease;
	margin-bottom: 2rem;
}

.card-cta-red a {
	background: linear-gradient(90deg, #421a1a 0%, #ff2b2b 100%);
}

.card-cta-brown {
	margin-top: 0 !important;
}

.card-cta-brown a {
	background: #2d1300;
	margin-bottom: 0 !important;
}

.card-cta a:hover {
	transform: translateY(-2px);
	color: #fff !important;
}

.floating-cta {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	background: #3b1a0e;
	border: 2px solid #1d0902;
	color: #fff;
	padding: 0 2.8rem;
	height: 47px;
	border-radius: 6.309px;
	font-family: Oswald;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 800;
	box-shadow: 0 16px 26px rgba(29, 9, 2, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	pointer-events: none;
}

.card-cta small {
	color: rgba(45, 19, 0, 0.7);
	font-size: 0.9rem;
	font-weight: normal !important;
	font-style: italic;
}

@media (max-width: 900px) {
	.card-heading {
		font-size: 30px;
	}

	.floating-cta {
		top: -34px;
		min-width: 200px !important;
		padding: 0;
	}

	.floating-cta {
		top: -34px;
		min-width: 260px;
	}

	.card-heading {
		margin-top: 2rem;
	}

	.pricing-main {
		gap: 0;
	}

	.pricing-price {
		font-size: 22px;
	}

	.badge {
		height: 93.124px;
		font-size: 26px;
	}

	.benefits {
		padding: 1rem 1.25rem 0 !important;
	}

	.benefits-grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		gap: 1.5rem;
	}

	.benefit-card {
		padding: 1.7rem;
	}

	.directions {
		display: flex;
		flex-direction: column;
		gap: 1.8rem;
		align-items: center;
		text-align: center;
		padding: 0 1.2rem;
	}

	.directions-content {
		order: 1;
		align-items: center;
	}

	.directions-card {
		width: 100%;
		order: 2;
		padding: 1.8rem 1.6rem;
	}

	.directions h2 {
		font-family: "Oswald", arial, sans-serif;
		font-size: clamp(1.4rem, 5vw, 2rem);
	}

	.directions p {
		font-size: 0.95rem;
	}

	.info-block {
		flex-direction: row;
		align-items: center;
		text-align: left;
	}

	.info-block span {
		font-size: 0.95rem;
	}
}

@media (max-width: 400px) {
	.pricing-row {
		flex-direction: column;
	}

	.badge {
		display: flex;
		width: 100%;
	}

	.pricing-save {
		flex: 0 0 130px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
	}

	.pricing-headings-wrapper {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin-bottom: 1.25rem;
		padding: 0 0.4rem 0 0.6rem;
		flex-direction: column !important;
	}

	.pricing-headings-wrapper>span:last-child {
		text-align: center;
		flex: unset;
		text-transform: uppercase;
		font-size: 0.82rem;
		letter-spacing: 0.1em;
		color: #3b1a0e;
		font-weight: 700;
		display: block;
	}
}

.testimonials {
	width: min(1500px, 100%);
	padding: 0 1.5rem;
	margin: 0 auto 3rem;
	color: #2d1300;
	overflow: hidden;
}

.benefits {
	width: min(1200px, 100%);
	padding: 0 1.5rem 5rem;
	margin: 0 auto 5rem;
	color: #2d1300;
}

.benefits-header {
	text-align: center;
	margin-bottom: 3rem;
}

.benefits-header h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
	margin: 0 0 30px;
}

@media (max-width: 640px) {
	.benefits-header h2 {
		font-size: 30px;
	}
}

.benefits-header p {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	color: rgba(45, 19, 0, 0.75);
	margin: 0 auto;
	line-height: 1.6;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.benefit-card {
	background: #fff2e6;
	border-radius: 10px;
	padding: 2rem;
	border: 2px solid #42251A;
}

.benefit-card-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.benefit-card h3 {
    font-family: "Poppins", arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d1300;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
}

.benefit-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.benefit-list li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.95rem;
	color: rgba(45, 19, 0, 0.85);
	line-height: 1.5;
	padding-left: 1.5rem;
	padding-top: .25rem;
	position: relative;
	cursor: pointer;
}

.benefit-list li span {
    font-size: 12px;
    padding-bottom: 1rem;
}

.benefit-list li:not(.active) span {
	display: none;
}

.benefit-list li.active span {
	display: block;
}

.benefit-list li:last-child {
	margin-bottom: 0;
}

.benefit-list li::before {
	content: "+";
	color: #EDAB72;
	font-size: 1.2rem;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 0.1rem;
	position: absolute;
    left: 0;
    top: 0;
}

.testimonials-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.testimonials-header p {
    text-transform: capitalize;
    color: #44251B;
    text-align: center;
    font-family: "Poppins", arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    display: block;
}

.testimonials-header h2 {
	font-family: "Oswald", arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 98%;
	text-align: center;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #42251A;
	margin: 0 0 30px;
}

.review-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 0;
	border: none;
	background: transparent;
}

.review-pill-image-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.review-pill span {
	font-size: 18px;
	color: #42251A;
	text-align: center;
}

.review-meta {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-size: 0.9rem;
}

.review-meta span {
	font-size: 0.95rem;
	color: #2d1300;
	font-weight: 700;
}

.review-meta img {
	width: auto;
	height: 16px;
}

.testimonial-row {
	width: 100%;
}

.testimonial-row .slick-slide {
	display: flex;
	justify-content: center;
	height: auto; /* prevent slick fixing height oddly */
	box-sizing: border-box;
}

.testimonial-row .slick-track {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.testimonial-row .slick-arrow {
	display: none !important;
}

.testimonial-row .slick-dots {
	bottom: 0px;
	position: relative !important;
}

.testimonial-row .slick-list {
	display: flex;
  	justify-content: center;
	margin-bottom: 2rem !important;
}

.testimonial-row .slick-dots li button:before {
	font-size: 12px;
	color: rgba(45, 19, 0, 0.3);
	opacity: 1;
}

.testimonial-row .slick-dots li.slick-active button:before {
	color: #2d1300;
}

.testimonial-card {
	background: #fff;
	border-radius: 20px;
	padding: 1.5rem;
	border: 1px solid rgba(45, 19, 0, 0.15);
	box-shadow: none;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 220px;
	max-width: 280px;
	margin: 0 0.5rem;
}

.testimonial-row .slick-slide>.testimonial-card {
	margin: 0 0.5rem;
}

.testimonial-card header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	flex-direction: column;
	gap: 0.5rem;
}

.testimonial-card .name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #2d1300;
}

@media (max-width: 767px) {
	.testimonial-row .slick-track {
		display: block;
	}

	.testimonial-row .slick-slide {
		display: block;
	}

	.testimonial-row .slick-list {
		display: block;
	}

	.testimonial-card {
		flex: none;
		max-width: 100%;
		margin: 0 auto;
		min-height: unset;
	}
}

.stars {
	display: flex;
	gap: 0.2rem;
	align-items: center;
}

.stars img {
	width: auto;
	height: 16px;
}

.testimonial-card p {
	color: rgba(45, 19, 0, 0.75);
	margin-bottom: 1.2rem;
	flex-grow: 1;
	line-height: 1.6;
	font-size: 0.95rem;
	text-align: center;
}

.testimonial-card-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	padding-top: 1rem;
}

.directions {
	width: min(1230px, 100%);
	margin: 0 auto 6rem;
	padding: 0 1.5rem;
	color: #2d1300;
	display: grid;
	grid-template-columns: 1.5fr 0.8fr;
	gap: 4rem;
	align-items: start;
}

.directions h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: left;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
	margin: 0 0 30px;
}

.directions p {
	color: #44251B;
	font-family: "Poppins", arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 149.902%; /* 25.483px */
}

.directions-card {
	background: #FFDBBC;
	border-radius: 10px;
	padding: 1.8rem;
	border: 2px solid #44251B;
	position: relative;
}

.directions-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.directions-content p {
	width: 100%;
}

@media (max-width: 900px) {
	.directions {
		flex-direction: column;
		display: flex;
		gap: 1rem;
	}

	.directions h2 {
		font-size: clamp(1.8rem, 3vw, 2.6rem);
	}

	.directions-card {
		display: block;
	}

	.directions-content iframe {
		width: 100%;
		margin: 2rem 0;
	}
}

.info-block {
	margin-bottom: 1.5rem;
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	flex-direction: column;
}

.info-block span {
	line-height: 1.3;
}

.info-block span p {
	color: #44251B;
	font-family: "Poppins", arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-block:last-child {
	margin-bottom: 0;
}

.info-block strong {
	display: block;
	color: #44251B;
	font-family: "Poppins", arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
}

.membership {
	width: min(1500px, 100%);
	margin: 0 auto 6rem;
	padding: 0 1.5rem;
	text-align: center;
	color: #2d1300;
}

@media (max-width: 900px) {
	.membership {
		margin: 0 auto 3rem;
	}
}

@media (max-width: 640px) {
	.membership {
		width: min(1500px, 100%);
		margin: 0 auto 3rem;
		padding: 0 1.5rem;
		text-align: center;
		color: #2d1300;
	}
}

.membership h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
	margin: 0 0 30px;
}

@media (max-width: 640px) {
	.membership h2 {
		font-size: 30px;
	}
}

.membership p {
	color: #44251B;
	text-align: center;
    font-family: "Poppins", arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.4rem;
	margin-top: 4rem;
}

.package-card {
	background: #ffe7d1;
	border-radius: 22px;
	padding: 1.8rem 1.5rem 2rem;
	border: 2px solid #44251B;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
}

.package-card:first-of-type span.package-pill {
	background: #1ec671;
}

.package-pill {
	background: #ffb36b;
	color: #fff;
	padding: 0.35rem 1rem;
	border-radius: 4px;
	font-size: 0.82rem;
	text-transform: uppercase;
	align-self: center;
	position: absolute;
	top: -12px;
	left: 24px;
}

.package-price {
	font-size: 50px;
	font-weight: 500;
	text-align: left;
	display: block;
	line-height: 1.5;
	padding-top: 10px;
}

.package-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: rgba(45, 19, 0, 0.8);
}

.package-list li {
	margin-bottom: 0.5rem;
	padding-left: 1.3rem;
	position: relative;
	font-size: 0.95rem;
}

.package-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #b87333;
}

.package-card a {
	border: none;
	background: #2d1300;
	color: #fff !important;
	padding: 0.9rem;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}

@media (max-width: 900px) {
	.package-grid {
		display: block;
		margin-top: 3rem;
	}

	.package-grid .slick-slide {
		box-sizing: border-box;
	}

	.package-grid .slick-track {
		display: flex;
		align-items: stretch;
	}

	.package-grid .slick-arrow {
		display: none !important;
	}

	.package-grid .slick-dots {
		bottom: 0px;
		position: relative !important;
		text-align: center;
	}

	.package-grid .slick-list {
		margin-bottom: 2rem !important;
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.package-grid .slick-dots li button:before {
		font-size: 12px;
		color: rgba(45, 19, 0, 0.3);
		opacity: 1;
	}

	.package-grid .slick-dots li.slick-active button:before {
		color: #2d1300;
	}

	.package-grid .slick-slide>.package-card {
		margin: 0 1rem;
	}

	.package-card {
		padding-top: 2.5rem;
		text-align: center;
	}

	.package-card:not(:first-of-type) {
		margin-top: 3rem;
	}

	.package-pill {
		left: 50%;
		transform: translateX(-50%);
	}

	.package-price {
		text-align: center;
	}

	.package-list {
		text-align: center;
		display: inline-block;
		margin: 0 auto 1.5rem;
		width: 100%;
	}

	.package-list li {
		margin-bottom: 0.8rem;
	}
}

.equipment {
	width: 100%;
	background: linear-gradient(180deg, #fff 0%, #fde7d2 65%, #f2c49a 100%);
	padding: 4rem 1.5rem 6rem;
	color: #2d1300;
	text-align: center;
}

.equipment-content {
	width: min(1100px, 100%);
	margin: 0 auto;
}

.equipment span.h4 {
	text-transform: capitalize;
	color: #44251B;
	text-align: center;
	font-family: "Poppins", arial, sans-serif;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 1rem;
	display: block;
}

.equipment h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
}

.video_wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 3rem auto 0;
}

.video_wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	display: grid;
	place-items: center;
	font-size: 1.7rem;
	color: #2d1300;
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.equipment-meta {
	margin-top: 1rem;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	align-items: center;
}

.equipment h3 {
	font-family: "Oswald", arial, sans-serif;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 60px 0 30px;
}

.equipment h3 span:first-child {
	color: #42251A;
	font-family: "Oswald", arial, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 98%; /* 39.2px */
	letter-spacing: 9.2px;
	text-transform: uppercase;
}

.badge-premium {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(45, 19, 0, 0.4);
	padding: 0.2rem 0.9rem;
	border-radius: 7px;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	height: 40px;
}

.equipment-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1.2rem;
}

.stat {
	font-size: 0.95rem;
}

.stat strong {
	display: block;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.2rem;
}

.equipment-cta a {
	border: none;
	background: #2d1300;
	color: #fff !important;
	padding: 0.9rem 2.6rem;
	border-radius: 999px;
	font-family: "Poppins";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 900px) {
	.equipment {
		padding: 3rem 1.5rem 4rem;
	}

	.equipment h2 {
		font-size: clamp(1.8rem, 5vw, 2.5rem);
		line-height: 1.2;
	}

	.equipment h3 {
		justify-content: space-between;
		text-align: left;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.equipment h3 span:first-child {
		text-align: left;
		font-size: clamp(1.5rem, 4vw, 2rem);
	}

	.equipment-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		gap: 2rem;
	}

	.equipment-stats {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		text-align: left;
		width: 100%;
	}

	.stat {
		text-align: left;
	}

	.stat strong {
		text-align: left;
	}

	.equipment-cta {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.equipment-cta a {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 900px) {
	.spotlight h2 {
		text-align: center !important;
	}

	.spotlight p {
		text-align: center !important;
	}

	.spotlight-list {
		display: flex !important;
		flex-direction: column !important;
		gap: 0.9rem;
	}

	.spotlight-cta {
		justify-content: center;
	}
}

.spotlight {
	width: 100%;
	background: #F6D5B8;
	background: linear-gradient(0deg, rgba(246, 213, 184, 1) 0%, rgba(255, 255, 255, 1) 68%);
	position: relative;
	padding: 4rem 1.5rem 5rem;
}

.spotlight-content {
	width: min(1100px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2.5rem;
	align-items: center;
	color: #2d1300;
}

@media (max-width: 767px) {
	.spotlight-content {
		grid-template-columns: 1fr;
	}
}

.spotlight-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spotlight-text h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: left;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
}

@media (max-width: 640px) {
	.spotlight-text h2 {
		font-size: 30px;
	}
}

.spotlight-text p {
    color: #44251B;
    font-family: "Poppins", arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 30px;
    line-height: 1.6;
}

.spotlight-pill-text {
	font-weight: normal !important;
	line-height: 1.2 !important;
}

.spotlight-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.9rem;
	margin-bottom: 1.6rem;
}

.spotlight-pill {
	border: 1px solid #000;
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
}

.spotlight-cta {
	display: flex;
	margin-top: 20px;
}

.spotlight .spotlight-button {
	border: none;
	background: #2d1300;
	color: #fff;
	padding: 0.9rem 2.4rem;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.highlights {
	width: 100%;
	background: #42251A;
	color: #fff5eb;
	padding: 4rem 1.5rem;
}

.highlight-grid {
	width: min(1110px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
}

.highlight-card {
	text-align: center;
	padding: 1rem 1.5rem;
}

.highlight-card h3 {
    font-family: "Oswald", arial, sans-serif;
    text-transform: uppercase;
    margin: 30px 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.highlight-card p {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 900px) {
	.highlight-grid {
		display: block;
	}

	.highlight-icon {
		display: flex;
		justify-content: center;
	}

	.highlight-grid .slick-slide {
		box-sizing: border-box;
	}

	.highlight-grid .slick-track {
		display: flex;
		align-items: stretch;
	}

	.highlight-grid .slick-arrow {
		display: none !important;
	}

	.highlight-grid .slick-dots {
		bottom: 0px;
		position: relative !important;
		text-align: center;
	}

	.highlight-grid .slick-list {
		margin-bottom: 2rem !important;
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.highlight-grid .slick-dots li button:before {
		font-size: 12px;
		color: rgba(255, 245, 235, 0.3);
		opacity: 1;
	}

	.highlight-grid .slick-dots li.slick-active button:before {
		color: #fff5eb;
	}

	.highlight-grid .slick-slide>.highlight-card {
		margin: 0 1rem;
	}

	.condition-grid {
		display: block !important;
		grid-template-columns: none !important;
		gap: 0 !important;
	}

	.condition-grid .slick-slide {
		box-sizing: border-box;
	}

	.condition-grid .slick-track {
		display: flex;
		align-items: stretch;
	}

	.condition-grid .slick-arrow {
		display: none !important;
	}

	.condition-grid .slick-dots {
		bottom: 0;
		position: relative !important;
		text-align: center;
		margin-top: 1.5rem;
	}

	.condition-grid .slick-list {
		margin-bottom: 0 !important;
		padding-top: 1.5rem !important;
		padding-bottom: 0 !important;
	}

	.condition-grid .slick-dots li button:before {
		font-size: 12px;
		color: rgba(45, 19, 0, 0.3);
		opacity: 1;
	}

	.condition-grid .slick-dots li.slick-active button:before {
		color: #2d1300;
	}

	.condition-grid .slick-slide>.condition-card {
		margin: 0 1.5rem;
	}

	.expectations-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.expectations-header h2 {
		font-family: "Oswald", arial, sans-serif;
		font-size: clamp(1.6rem, 5vw, 2.2rem);
	}

	.expectations-header .expectations-button {
		width: 100%;
		justify-content: center;
		margin-top: 0.5rem;
	}

	.steps {
		display: block !important;
	}

	.steps::after {
		display: none;
	}

	.steps .slick-slide {
		box-sizing: border-box;
	}

	.steps .slick-track {
		display: flex;
		align-items: stretch;
	}

	.steps .slick-arrow {
		display: none !important;
	}

	.steps .slick-dots {
		display: none !important;
	}

	.steps .slick-list {
		margin-bottom: 0 !important;
		padding-top: 1.5rem !important;
		padding-bottom: 0 !important;
	}

	.steps .slick-dots li button:before {
		font-size: 12px;
		color: rgba(45, 19, 0, 0.3);
		opacity: 1;
	}

	.steps .slick-dots li.slick-active button:before {
		color: #2d1300;
	}

	.steps .slick-slide>.step {
		margin: 0 1.5rem;
	}
}

.expectations {
	width: 100%;
	background: linear-gradient(182.11deg, #F6D5B8 15.55%, #FFFFFF 71.89%);
	position: relative;
	padding: 4rem 1.5rem 6rem;
	color: #2d1300;
}

.expectations-content {
	width: min(1100px, 100%);
	margin: 0 auto;
}

.expectations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 4rem;
}

.expectations-header h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: left;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
}

@media (max-width: 640px) {
	.expectations-header h2 {
		font-size: 30px;
		text-align: center;
	}
}

.expectations-header p {
	color: #44251B;
	text-align: center;
	font-family: "Poppins", arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 1rem 0 0;
}

.expectations-header .expectations-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #2d1300;
	color: #fff;
	padding: 0.9rem 2.6rem;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.session-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.session-card img {
	width: 100%;
	height: auto;
	display: block;
}

.session-card .content {
	padding: 20px 0 0;
}

.session-card h3 {
	color: #44251B;
	font-family: "Poppins", arial, sans-serif;
	font-size: 18.798px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.session-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: rgba(45, 19, 0, 0.8);
}

.session-card li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.4rem;
}

.session-card li svg {
	flex-shrink: 0;
	margin-top: 0.2rem;
}

@media (max-width: 767px) {
	.session-card {
		max-width: 100% !important;
	}
}

.conditions {
	text-align: center;
	margin-top: 3rem;
}

.conditions h2 {
	font-family: "Oswald", arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 98%;
	text-align: center;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #42251A;
}

@media (max-width: 640px) {
	.conditions h2 {
		font-size: 30px;
		text-align: center;
	}
}

.conditions p {
    color: #44251B;
    text-align: center;
    font-family: "Poppins", arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 50px;
}

.condition-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.2rem;
}

.condition-card {
	border: 2px solid #44251B;
	border-radius: 18px;
	padding: 1.2rem;
	text-align: left;
	background: #ffeede;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 640px) {
	.condition-card:not(:first-of-type) {
		margin-top: 2rem;
	}
}

.condition-card h5 {
	margin-bottom: 1rem !important;
	display: flex;
	gap: 0.6rem;
	align-items: center;
	text-transform: capitalize;
	margin-top: 0px;
	color: #44251B;
	font-family: "Poppins", arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.condition-card h5 img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.condition-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(45, 19, 0, 0.76);
}

.condition-card li {
	position: relative;
	display: flex;
	gap: 0.4rem;
	align-items: flex-start;
}

.condition-card li::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 23px;
	margin-right: 8px;
	background-image: url('data:image/svg+xml;utf8,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.27749 5.47156C1.03559 5.47224 0.798834 5.54139 0.594599 5.67101C0.390365 5.80064 0.227003 5.98544 0.123413 6.20403C0.0198235 6.42262 -0.0197603 6.66608 0.00924131 6.90623C0.0382429 7.14638 0.134645 7.37341 0.287293 7.56106L3.54141 11.5473C3.65743 11.6914 3.80616 11.8057 3.97523 11.8808C4.14431 11.9558 4.32884 11.9894 4.51352 11.9789C4.9085 11.9576 5.2651 11.7463 5.49245 11.3989L12.2521 0.512572C12.2532 0.510766 12.2543 0.50896 12.2555 0.507182C12.319 0.409798 12.2984 0.21681 12.1675 0.0955719C12.1315 0.0622786 12.0891 0.0367001 12.0429 0.0204116C11.9967 0.00412308 11.9476 -0.00253054 11.8987 0.000860645C11.8498 0.00425183 11.8021 0.017616 11.7586 0.04013C11.7151 0.062644 11.6766 0.0938311 11.6456 0.131771C11.6432 0.134754 11.6407 0.137692 11.6381 0.140585L4.82093 7.84297C4.79499 7.87228 4.76348 7.89615 4.72824 7.91318C4.693 7.93021 4.65473 7.94007 4.61564 7.94218C4.57656 7.9443 4.53745 7.93862 4.50057 7.92549C4.4637 7.91236 4.4298 7.89204 4.40085 7.86569L2.13836 5.80681C1.90338 5.59141 1.59626 5.47181 1.27749 5.47156Z" fill="%23EDAB72"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

.condition-card li svg {
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.how-it-works {
	width: 100%;
	background: linear-gradient(182.11deg, #F6D5B8 15.55%, #FFFFFF 71.89%);
	padding: 5rem 0 2rem;
	text-align: center;
	color: #2d1300;
}

.how-it-works-content {
	width: min(1500px, 100%);
	margin: 0 auto;
}

.how-it-works h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
}

@media (max-width: 640px) {
	.how-it-works h2 {
		font-size: 30px;
		text-align: center;
	}
}

.how-it-works p {
	color: #44251B;
	text-align: center;
    font-family: "Poppins", arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0;
}

.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.5rem;
	position: relative;
}

.steps::after {
	content: "";
	position: absolute;
	top: 48px;
	left: 5%;
	right: 5%;
	height: 2px;
	background: repeating-linear-gradient(90deg, rgba(45, 19, 0, 0.3), rgba(45, 19, 0, 0.3) 8px, transparent 8px, transparent 16px);
	z-index: 0;
}

.step {
	padding: 1rem;
	z-index: 1;
}

.step-number {
	width: 83px;
	height: 83px;
	margin: 0 auto 1rem;
	display: grid;
	place-items: center;
	font-weight: 700;
	position: relative;
}

.step-number img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	z-index: 1;
}

.step-number span {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	color: #EDAB72;
}

.step .h3 {
    font-family: "Oswald", arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 1.5rem 0 !important;
    font-weight: 500;
    padding: 0 !important;
    color: #442518 !important;
}

.step p {
	margin-bottom: 0;
	color: rgba(45, 19, 0, 0.73);
}

.how-it-works .how-it-works-button {
	display: inline-block;
	width: 364px;
	margin-top: 2.5rem;
	border: none;
	background: #2d1300;
	color: #fff;
	padding: 0.9rem 2.4rem;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.gallery {
	width: 100%;
	padding: 4rem 1.5rem 4.5rem;
	text-align: center;
	color: #2d1300;
}

@media (max-width: 640px) {
	.gallery {
		padding: 2rem 1.5rem 0;
	}
}

.gallery h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
	margin: 0 0 3rem;
}

@media (max-width: 640px) {
	.gallery h2 {
		font-size: 30px;
		text-align: center;
	}
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
}

.gallery-card {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 991px) {
	.gallery-card {
		aspect-ratio: 1 / 1;
	}
}

.gallery-card:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.lightbox.active {
	display: flex;
}

.lightbox-content {
	max-width: 90%;
	max-height: 90%;
	position: relative;
	cursor: default;
}

.lightbox-content img {
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
}

.lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.lightbox-close:hover {
	opacity: 0.7;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 1.5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

.lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
	left: 20px;
}

.lightbox-next {
	right: 20px;
}

.faq {
	width: 100%;
	background: #fffdf8;
	padding: 4rem 1.5rem 5rem;
	color: #2d1300;
}

.faq-content {
	width: min(1500px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(200px, 320px) 1fr;
	gap: 13rem;
}

.faq-content span.h2 {
    font-family: "Oswald", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 98%;
    text-align: left;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #42251A;
	margin: 0 0 30px;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.faq-item {
	border-bottom: 1px solid rgba(45, 19, 0, 0.15);
	padding: 0.6rem 0;
}

.faq-item button {
	all: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 0.6rem 0;
}

.faq-item button h2 {
    font-family: "Poppins", arial, sans-serif;
    color: #44251B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none !important;
    padding-bottom: 10px;
}

.faq-item button span {
	font-family: "Poppins", arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #44251B;
	font-weight: 500;
	line-height: normal;
	transition: transform 0.2s ease;
}

.faq-item[aria-expanded="true"] button span {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease;
	color: rgba(45, 19, 0, 0.75);
	font-size: 0.9rem;
	line-height: 1.5;
}

.faq-answer p {
	color: #44251B;
    font-family: "Poppins", arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin: 0 0 1rem;
    line-height: 1.6;
}

.faq-answer li {
	color: #44251B;
    font-family: "Poppins", arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin: 0;
    line-height: 1.6;
	list-style: disc !important;
	list-style-position: inside !important;
}

.faq-item[aria-expanded="true"] .faq-answer {
	max-height: 200px;
	margin-bottom: 0.6rem;
}

@media (max-width: 991px) {
	section.faq {
		margin-top: 50px;
	}

	.faq-content {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.faq-content span.h2 {
		font-size: 30px;
		text-align: center;
	}
}