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

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

.hero {
	background: #0e5c3f;
	color: #dae4ee;
	text-align: center;
	padding: 20px 20px;
}

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

.logo {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

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

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

.hero p {
	color: #d0d0d0;
	font-size: 0.8rem;
	text-align: left;
	max-width: 600px;
	margin: 20px auto;
	line-height: 1.6;
}

.btn-primary {
	display: inline-block;
	background: #fff;
	color: #d0d0d0;
	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;
}

.safety-note {
	max-width: 600px;
	margin: 30px auto;
	padding: 16px 20px;
	background: #0a4b33;
	border-left: 4px solid #7fd1a8;
	border-radius: 6px;
	text-align: left;
	font-size: 0.85rem;
	color: #dfeee7;
}

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

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

.cta {
	background: #d8ecfa;
	color: #be2929;
}

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

.carousel {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #000000;
	padding: 20px 0;
}

.carousel-container {
	display: flex;
	width: 100%;
	max-width: 960px;
	gap: 20px;
	justify-content: left;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-left: 10px;
	scroll-padding-left: 10px;
	box-sizing: border-box;
}

.carousel-container img {
	flex-shrink: 0;
	width: auto;
	height: 400px;
	border-radius: 8px;
}

.content {
	padding: 20px 0;
}

.content .container h2 {
	font-size: 1.6rem;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #eef5f1;
}

.content .container h3 {
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #dfeee7;
}

.content .container p,
.content .container li {
	font-size: 0.9rem;
	line-height: 1.6;
}

.content .container ul {
	max-width: 800px;
	padding-left: 20px;
}

.content .container a {
	color: #7fd1a8;
}

.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;
}

.footer-links li {
	display: inline;
}

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

.footer-links a:hover {
	color: #66bb6a;
}

.support-section {
	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;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 10px;
}

.support-section ul li strong {
	color: #7fd1a8;
}

.support-section p {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

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

.support-section button:hover {
	background-color: #07351f;
}
