* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.6;
	color: #1f2937;
	background-color: #ffffff;
	overflow-x: hidden;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Sticky Header */
.sticky-header {
	position: sticky;
	top: 0;
	padding: 8px 16px;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid #e5e7eb;
}

.header-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.header-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 20px;
	height: 80px;
	list-style: none;
}

.logo-item {
	margin-right: auto;
}

.logo-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.logo-link img {
	width: 50px;
	height: 50px;
}

.fill-dark {
	fill: #1f2937;
}

.nav-item {
	font-size: 16px;
}

.nav-item a {
	text-decoration: none;
	color: #1f2937;
	transition: color 0.2s;
}

.nav-item a:hover {
	color: #3b82f6;
}

.download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #3b82f6;
	color: white;
	padding: 12px 32px;
	height: 50px;
	border: 1px solid #3b82f6;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	transition: background-color 0.2s;
}

.download-button:hover {
	background-color: #2563eb;
}

/* Hero Section */
.hero {
	padding: 80px 0 0 0;
	text-align: center;
}

.hero h1 {
	font-size: 3.75rem;
	font-weight: 800;
	margin-bottom: 24px;
	line-height: 1.2;
	color: #111827;
}

.hero p {
	font-size: 20px;
	color: #6b7280;
	margin-bottom: 32px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.hero-cta-button {
	display: inline-block;
	padding: 14px 28px;
	background-color: #3b82f6;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	transition: background-color 0.2s;
	margin-bottom: 48px;
}

.hero-cta-button:hover {
	background-color: #2563eb;
}

.hero-image {
	width: 100%;
	height: auto;
	display: block;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

/* How It Works */
.how-it-works {
	padding: 80px 0;
	background-color: #f9fafb;
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 32px;
	color: #111827;
}

.how-description {
	text-align: center;
	font-size: 18px;
	color: #4b5563;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8;
	padding: 0 24px;
}

/* Features */
.features {
	padding: 80px 0;
}

.feature-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
	margin-bottom: 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px;
}

.feature-row:last-child {
	margin-bottom: 0;
}

.feature-row.reverse {
	direction: rtl;
}

.feature-row.reverse>* {
	direction: ltr;
}

.feature-content h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #111827;
}

.feature-content p {
	font-size: 18px;
	color: #6b7280;
	line-height: 1.7;
}

.feature-image-wrapper {
	width: 100%;
}

.feature-image {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Export Feature Section */
.export-section {
	padding: 80px 0 0 0;
	text-align: center;
}

.export-section h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 32px;
	padding: 0 24px;
	color: #111827;
}

.export-section h2 {
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #6b7280;
	max-width: 75%;
	margin: 0 auto 80px;
	padding: 0 24px;
	line-height: 1.6;
}

.export-image {
	width: 100%;
	height: auto;
	display: block;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	margin-top: 32px;
}

/* Pricing */
.pricing {
	padding: 80px 24px;
	background-color: #f9fafb;
	text-align: center;
}

.pricing-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #111827;
}

.pricing-subtitle {
	font-size: 20px;
	color: #3b82f6;
	font-weight: 600;
	margin-bottom: 48px;
}

.pricing-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
	max-width: 900px;
	margin: 0 auto 48px;
}

.pricing-option {
	background: white;
	padding: 32px 24px;
	border-radius: 12px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s, box-shadow 0.2s;
}

.pricing-option:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.pricing-option h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #111827;
}

.pricing-option .price {
	font-size: 28px;
	font-weight: 700;
	color: #3b82f6;
	margin: 0;
}

.pricing-note {
	max-width: 600px;
	margin: 0 auto;
}

.pricing-note p {
	font-size: 16px;
	color: #4b5563;
	margin-bottom: 8px;
}

.pricing-note .small-text {
	font-size: 14px;
	color: #6b7280;
	font-style: italic;
}

@media (max-width: 768px) {
	.pricing-options {
		grid-template-columns: 1fr;
	}
}

/* FAQs */
.faqs {
	padding: 80px 24px;
}

.faq-item {
	max-width: 1200px;
	margin: 0 auto 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-item h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #111827;
}

.faq-item p {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.7;
}

/* Footer */
footer {
	padding: 48px 24px;
	background-color: #1f2937;
	color: #9ca3af;
	text-align: center;
}

footer p {
	font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
	.nav-item {
		display: none;
	}

	.sticky-header {
		padding: 8px;
	}

	.hero h1 {
		font-size: 2.25rem;
		padding: 0 24px;
	}

	.hero p {
		font-size: 18px;
		padding: 0 24px;
	}

	.section-title {
		font-size: 28px;
		padding: 0 24px;
	}

	.feature-row,
	.feature-row.reverse {
		grid-template-columns: 1fr;
		gap: 32px;
		direction: ltr;
		padding: 0 24px;
	}

	.feature-row.reverse>* {
		direction: ltr;
	}

	.feature-content h3 {
		font-size: 24px;
	}

	.feature-content p {
		font-size: 16px;
	}

	.export-section h1 {
		font-size: 24px;
	}

	.export-section h2 {
		font-size: 18px;
		max-width: 100%;
	}

	.pricing-card {
		padding: 32px 24px;
	}
}