@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

.ai-get-wise-wrapper {
	font-family: 'Inter', sans-serif;
	color: #1a1a1a;
	background-color: #ffffff;
}

.ai-hero-section {
	padding: 120px 20px;
	text-align: center;
	background-color: #ffffff;
}

.ai-container {
	max-width: 1000px;
	margin: 0 auto;
}

.ai-hero-headline {
	font-family: 'Playfair Display', serif;
	font-size: 64px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 24px;
	line-height: 1.1;
}

.ai-hero-subheading {
	font-size: 22px;
	color: #4a4a4a;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

.ai-hero-btn {
	display: inline-block;
	background-color: #2563b0;
	color: #ffffff;
	padding: 18px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: background-color 0.3s ease;
}

.ai-hero-btn:hover {
	background-color: #1e508f;
	color: #ffffff;
}

.ai-story-section {
	margin-top: -60px;
	padding: 80px 20px 100px;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
}

.ai-story-container {
	max-width: 800px;
	margin: 0 auto;
}

.ai-story-heading {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #1a1a1a;
}

.ai-story-text {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 24px;
	color: #333333;
}

.ai-pull-quote {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-style: italic;
	color: #2563b0;
	border-top: 3px solid #2563b0;
	padding-top: 30px;
	margin: 50px 0;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 768px) {
	.ai-hero-headline {
		font-size: 42px;
	}
	.ai-story-section {
		margin-top: 0;
		padding-top: 60px;
	}
	.ai-pull-quote {
		font-size: 24px;
	}
}