body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	font-weight: 700;
}

.button {
	border: none;
    display: inline-block;
    line-height: 1;
    background-color: #1D9509;
    font-size: 21px;
    padding: 15px 120px;
    -webkit-border-radius: 3px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 3px 0px 0px #c3a3a3b8;
	margin: 0 auto;
	line-height: 1.3;
	text-decoration: none;
}

.text-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.review-text {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
}

.container {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}

.container-subpage {
	max-width: 900px;
}

.section-title-header {
	background-color: #1D9509;
    padding: 10px;
    text-align: center;
	color: #fff;
	font-size: 2rem;	
}

.section-title-subheader {
	color: #085896;
    font-size: 24px;
    font-weight: 600;
	margin: 0 0 10px 0;
}

.section-title-support-text {
	font-size: 20px;
}

.dash-border {
	border: 2px dashed #000;
	padding: 10px 30px;
	margin-bottom: 20px;
}

.narrow-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

header {
	display: flex;
	flex-direction: column;
}

.header-container {
	background-color: #E40000;
	color: #fff;
	padding: 10px 0;
}

nav {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
}

.nav-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
	align-items: center;
	gap: 40px;
	
	a {
		text-decoration: none;
	}
}

.nav-buy-now-button {
	a {
		max-width: 100px;
		padding: 10px;
		background: linear-gradient(to bottom, #ffef00, #fcc803);
	}
}

.hamburger-menu {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
	width: 44px;
	height: 44px;
	position: relative;
}

.hamburger-menu span {
	width: 28px !important;
	height: 3px !important;
	background-color: #000 !important;
	transition: all 0.3s ease;
	border-radius: 1px;
	display: block !important;
	flex-shrink: 0;
}

.hamburger-menu.active span:nth-child(1) {
	transform: translate(0, 8px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
	transform: translate(0, -10px) rotate(-45deg);
}

body.menu-open {
	overflow: hidden;
}


.hero-container {
	display: flex;
	padding: 0 20px;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 70px;
	gap: 30px;

	ul {
		padding: 0;
	}
}

.hero-list-item {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

.hero-list-item-icon {
	border-radius: 100%;
    padding: 10px;
    border: 1px solid grey;
}

.hero-description {
	font-size: 18px;
}

.hero-image {
	max-width: 390px;
	margin-bottom: 40px;
}

.hero-header {
	font-size: 42px;
}

.hero-header-subheader {
	display: block;
}

.hero-section-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
	flex-direction: column;
}

.payment-options-image {
	max-width: 300px;
}

.hero-countdown-container {
	display: flex;
    flex-direction: column;
}

/* Countdown Timer */
.countdown-wrapper {
	text-align: center;
	margin-top: 20px;
}

.countdown-timer {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #FEF001;
	border-radius: 6px;
	padding: 12px 24px;
	margin-bottom: 20px;
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown-value {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 1;
}

.countdown-label {
	font-size: 10px;
	font-weight: 600;
	color: #000;
	margin-top: 4px;
	letter-spacing: 0.5px;
}

.hero-regular-price {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0;

	span {
		text-decoration: line-through;
	}
}

.features-container {
	padding: 30px;
	border-radius: 10px;
	display: flex;
	gap: 40px;
	align-items: center;
}

.features-image {
	flex: 0 0 43%;
}

.product-image {
	max-width: 100%;
	height: auto;
	display: block;
}

.features-section {
	margin-bottom: 70px;
}

.features-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.feature-item {
	margin-bottom: 10px;
}

.feature-title {
	color: #085896;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.feature-description {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

/* Subtle swing animation */
@keyframes subtle-swing {
	0%, 100% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(2.5deg);
	}
	40% {
		transform: rotate(-2deg);
	}
	60% {
		transform: rotate(1.5deg);
	}
	80% {
		transform: rotate(-1deg);
	}
}

.subtle-swing {
	animation: subtle-swing 3s ease-in-out infinite;
	transform-origin: center;
}

.button-secondary {
	background-color: #FEF001;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 300px;
}

.globe-icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.cart-icon {
	width: 30px;
}

.info-container {
	margin-bottom: 70px;
}

.info-section-container {
    display: flex;
    gap: 50px;
	font-size: 20px;
}

.info-section-image {
	max-width: 300px;
}

.how-to-use-container {
	margin-bottom: 70px;
}

.how-to-use-inner-container {
	background-color: #EDECEC;
	padding: 30px;
	border-radius: 10px;


	ol {
		padding: 0;
		margin: 0;
	}

	li {
		font-size: 18px;
		color: #085896;
		display: block;
		font-weight: 700;
		margin-bottom: 20px;
	}

	li:last-child {
		margin-bottom: 0;
	}

	span {
		display: block;
		color: #000;
		font-weight: 400;
		font-size: 16px;
		margin-top: 5px;
	}
}

.faq-section {
	padding: 40px 0;
}


.faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 14px 0;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #004A8F;
	transition: color 0.3s ease;
	font-weight: 700;
	font-size: 20px;
	gap: 5px;
}

.faq-question:hover {
	color: #0066CC;
}

.faq-arrow {
	color: #004A8F;
	font-size: 20px;
	transition: transform 0.3s ease;
	display: inline-block;
	min-width: 20px;
}

.faq-item.active .faq-arrow {
	transform: rotate(90deg) translateX(5px);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
}

.faq-item.active .faq-answer {
	max-height: 500px;
	padding: 0 0 20px;
}

.faq-answer p {
	margin: 0;
	color: #333;
	line-height: 1.6;
	font-size: 16px;
}

.where-to-find-it-container {
	margin-top: 40px;
	background-color: #EDECEC;
	padding: 15px 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}

/* Where to Buy Section */
.where-to-buy-section {
	margin-bottom: 70px;
}

.where-to-buy-container {
	background-color: #fff;
}

.where-to-buy-list {
	list-style: disc;
	padding-left: 60px;
	margin: 20px 0 30px 0;
}

.where-to-buy-list li {
	font-size: 20px;
	line-height: 1.8;
	color: #000;
}

.where-to-buy-cta {
	text-align: center;
}

.where-to-buy-cta-text {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	margin-bottom: 20px;
}

.footer {
	padding: 20px 0px 40px 0px;
    background-color: #053251;
    text-align: center;
    color: #fff;
	font-size: 14px;

	a {
		color: #fff;
		text-decoration: none
	}
}

.footer-disclaimer {
	font-size: 12px;
}


.footer-links {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.footer-links li {
	padding: 0 15px;
	border-right: 1px solid #fff;
}

.footer-links li:last-child {
	border-right: none;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.margin-removed {
	margin: 0;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-60 {
	margin-bottom: 60px;
}

.reviews-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.review-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
}

.review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
	padding-bottom: 15px;
	gap: 10px;
}

.review-info {
	flex: 1;
}

.review-name {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 5px 0;
}

.review-stars {
	color: #FFB800;
	font-size: 18px;
	margin-bottom: 5px;
}

.review-location {
	font-size: 14px;
	color: #666;
	margin: 0;
}

.review-image {
	width: 60px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.review-text {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	margin: 0 -20px;
	padding: 15px 20px 0;
	border-top: 1px solid #e0e0e0;
}

/* Mobile Responsive */
@media (max-width: 768px) {

	header {
		flex-direction: column-reverse;
	}

	.hamburger-menu {
		display: flex;
	}

	.nav-links {
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		width: 280px;
		background-color: #fff;
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 30px 30px;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		transition: right 0.3s ease;
		z-index: 1000;
		gap: 20px;
	}

	.nav-links.active {
		right: 0;
	}

	.nav-links li {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.nav-links li:last-child {
		border-bottom: none;
	}

	.nav-links a {
		display: block;
		width: 100%;
	}

	.nav-buy-now-button {
		display: flex;

		a {
			max-width: 100px;
			padding: 10px;
		}
	}

	.button-secondary {
		width: 100%;
		text-align: center;
		padding: 15px 20px;
	}

	.button {
		padding: 15px;
	}

	.section-title-header {
		font-size: 1.8rem;
	}
	
	.footer-links li {
		margin: 6px 0;
	}

	.features-container {
		flex-direction: column;
		gap: 20px;
	}

	.features-image {
		flex: 1;
		text-align: center;
	}

	.feature-title {
		font-size: 16px;
	}

	.button-secondary {
		width: 100%;
		font-size: 18px;
	}

	.reviews-container {
		grid-template-columns: 1fr;
	}

	.review-image {
		width: 70px;
		height: 70px;
	}

	/* Hero Section Mobile */
	.hero-container {
		flex-direction: column;
		padding: 0 15px;
		padding-bottom: 40px;
		gap: 20px;
	}

	.hero-countdown-container {
		order: -1;
		align-items: center;
	}

	.hero-image {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}

	.hero-header {
		font-size: 26px;
		text-align: center;
	}

	.hero-description {
		font-size: 16px;
		text-align: center;
	}

	.hero-list-item {
		font-size: 16px;
		gap: 15px;
		align-items: flex-start;
	}

	.hero-list-item-icon {
		padding: 8px;
		flex-shrink: 0;
	}

	.countdown-timer {
		gap: 15px;
		padding: 10px 20px;
	}

	.countdown-value {
		font-size: 24px;
	}

	.hero-regular-price {
		font-size: 16px;
	}

	.hero-section-button-container {
		margin-top: 25px;
	}

	.payment-options-image {
		max-width: 250px;
	}

	.info-section-container {
		flex-direction: column;
		gap: 25px;
	}

	.info-section-image {
		max-width: 100%;
	}
	.info-section-container {
		font-size: 16px;
	}

	.where-to-buy-section {
		margin-bottom: 40px;
	}

	.where-to-buy-list {
		padding-left: 30px;
	}

	.where-to-buy-list li {
		font-size: 16px;
		line-height: 1.6;
	}

	.where-to-buy-cta-text {
		font-size: 16px;
	}

	.where-to-buy-container .dash-border {
		padding: 10px 15px;
	}
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
	.reviews-container {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Hero Section Tablet */
	.hero-container {
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding-bottom: 50px;
	}

	.hero-countdown-container {
		order: -1;
		align-items: center;
	}

	.hero-image {
		max-width: 350px;
	}

	.hero-header {
		font-size: 34px;
		text-align: center;
	}

	.hero-description {
		text-align: center;
	}

	.hero-list-item {
		font-size: 18px;
	}

	.info-section-container {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}

	.info-section-image {
		max-width: 350px;
	}

	.where-to-buy-list {
		padding-left: 45px;
	}

	.where-to-buy-cta-text {
		font-size: 20px;
	}
}