/* styles.css */
body {
	font-family: 'JetBrains Mono';
	margin: 0;
	padding: 0;
	color: #e2e2e2;
	line-height: 1.6;
	background-color: #061028;
}

.container {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.hero {
	background: #061028;
	/*#2e2428;*/
	color: #dae4ee;
	text-align: center;
	padding: 20px 20px;
}

.logo-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.logo {
	width: 50px;
	/* Adjust size as needed */
	height: 50px;
	/* Maintain aspect ratio */
	margin-right: 10px;
	/* Space between the logo and the text */
}

.hero h1 {
	margin: 0;
	font-family: 'Coolvetica';
	font-weight: 700;
	font-size: 4.0rem;
	margin-bottom: 5px;
}

.hero h2 {
	font-family: 'JetBrains Mono';
	font-weight: 200;
	font-size: 2.0rem;
	color: #d0d0d0;
}

.hero p {
	color: #d0d0d0;
	font-size: 0.8rem;
	text-align: left;
	/* Aligns text to the left */
	max-width: 600px;
	/* Limits the width of the text block */
	margin: 20px auto;
	/* Centers the text block itself horizontally within the container */
	line-height: 1.6;
	/* Improves readability */
}

.btn-primary {
	display: inline-block;
	background: #fff;
	color: #d0d0d0;
	/*#4CAF50;*/
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

.btn-primary:hover {
	background: #f4f4f4;
}

.features,
.why-planzie,
.pro-features,
.how-it-works,
.cta {
	padding: 20px 20px;
	text-align: center;
	font-size: 0.8rem;

}

.features h2,
.why-planzie h2,
.pro-features h2,
.how-it-works h2,
.cta h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.features ul,
.why-planzie ul,
.pro-features ul,
.how-it-works ol {
	list-style-type: disc;
	text-align: left;
	max-width: 600px;
	margin: 20px auto;
	padding-left: 20px;
}

.features ul li,
.why-planzie ul li,
.pro-features ul li,
.how-it-works ol li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.features p,
.why-planzie p,
.pro-features p,
.how-it-works p {
	text-align: left;
	max-width: 600px;
	margin: 20px auto;
	line-height: 1.6;
}

.label {
	/* Allows styling like a badge */
	display: inline-block;
	/* Background color for the label */
	background-color: #949494;
	/* Text color for the label */
	color: #fff;
	/* Smaller font for the label */
	font-size: 0.45rem;
	/* Rounded corners */
	border-radius: 3px;
	/* Padding inside the label */
	padding: 2px 4px;
	/* Space between the label and the preceding text */
	margin-left: 5px;
	/* Aligns the label properly */
	/* vertical-align: baseline; */
	/* Makes the label text bold */
	/* font-weight: bold; */
	/* Aligns the label as a superscript */
	vertical-align: super;
	/* Allows precise adjustments */
	position: relative;
	/* Fine-tune vertical positioning */
	top: -1px;
}

.btn-secondary {
	display: inline-block;
	background: #112204;
	/* #4CAF50; */
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

.btn-secondary:hover {
	background: #45a049;
}

.cta {
	background: #d8ecfa;
	/* #d9d7c3;*/
	color: #333;
}

.cta p {
	margin-bottom: 20px;
}

.carousel {
	display: flex;
	justify-content: center;
	align-items: center;
	/* Ensures only the visible portion of the images is shown */
	overflow: hidden;
	/* Optional background for contrast */
	background-color: #08314e;
	/*#f4f4f4;*/
	padding: 20px 0;
}

.carousel-container {
	display: flex;
	width: 100%;
	/* Adjust based on your layout */
	max-width: 960px;
	/* Space between images */
	gap: 20px;
	justify-content: left;
	/* Enable horizontal scrolling */
	overflow-x: auto;
	/* Smooth scrolling for user interaction */
	scroll-behavior: smooth;
	/* Add some padding to ensure the first image isn't clipped */
	padding-left: 10px;
	/* Aligns the first image when scrolling back */
	scroll-padding-left: 10px;
	/* Ensures padding is accounted for in the container width */
	box-sizing: border-box;
}

.carousel-container img {
	/* Prevents images from shrinking when the container is resized */
	flex-shrink: 0;
	width: auto;
	/* Maintain aspect ratio */
	height: 400px;
	/* Optional: rounded corners */
	border-radius: 8px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
	/* Optional: subtle shadow */
}

.carousel-container video {
	/* Prevents images from shrinking when the container is resized */
	flex-shrink: 0;
	width: auto;
	/* Maintain aspect ratio */
	height: 400px;
	/* Optional: rounded corners */
	border-radius: 8px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
	/* Optional: subtle shadow */
}

.carousel-container2 {
	display: flex;
	width: 100%;
	/* Adjust based on your layout */
	max-width: 960px;
	/* Space between images */
	gap: 20px;
	justify-content: left;
	/* Enable horizontal scrolling */
	overflow-x: auto;
	/* Smooth scrolling for user interaction */
	scroll-behavior: smooth;
	/* Add some padding to ensure the first image isn't clipped */
	padding-left: 10px;
	/* Aligns the first image when scrolling back */
	scroll-padding-left: 10px;
	/* Ensures padding is accounted for in the container width */
	box-sizing: border-box;
}

.carousel-container2 video {
	width: 200px;
	height: 200px;
	border-radius: 12px;
	object-fit: cover;
	/* Makes sure the video covers the box */
}

.waitlist {
	text-align: center;
	padding: 40px 20px;
	background-color: #e6fdfd;
}

.waitlist iframe {
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.site-footer {
	background-color: #333;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 0.875rem;
}

.site-footer p {
	margin: 0 0 10px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	gap: 15px;
	/* Space between links */
}

.footer-links li {
	display: inline;
}

.footer-links a {
	color: #4CAF50;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: #66bb6a;
	/* Slightly lighter green on hover */
}

.support-section {
	/* background-color: #f3f4f6; */
	/* Light grey background */
	padding: 40px 0;
}

.support-section .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.support-section h2,
.support-section h3 {
	color: #d0d0d0;
	text-align: center;
}

.support-section h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.support-section h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.support-section ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 30px;
}

.support-section ul li {
	text-align: left;
	/* margin-bottom: 15px; */
	font-size: 16px;
	line-height: 1.4;
	/* border-bottom: 1px solid #ddd; */
	/* Add border for ul list items */
	padding-bottom: 10px;
}

.support-section ul li strong {
	color: #007BFF;
}

.support-section ol li {
	text-align: left;
	/* margin-bottom: 15px; */
	font-size: 16px;
	line-height: 1.4;
	/* No border-bottom for ol list items */
}

.support-section ol {
	list-style-type: decimal;
	/* padding: 0 0 0 40px; */
	/* margin-bottom: 30px; */
}

.support-section ol li strong {
	color: #007BFF;
}

.support-section p {
	font-size: 16px;
	/* color: #555; */
	margin-bottom: 20px;
	text-align: center;
}

.support-section button {
	display: block;
	margin: 0 auto 20px;
	padding: 10px 20px;
	background: #007BFF;
	/* color: white; */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.support-section button:hover {
	background-color: #0056b3;
}