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

/* Section */
.hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: #f5f7fa;
	overflow: hidden;
    padding: 180px 0 120px;
}

/* Background */
.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: #fff;
	opacity: 0.85;
}

/* Gradient Line */
.hero-gradient-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: linear-gradient(135deg, #1B3A5F 0%, #6B9A9E 50%, #D4AF77 100%);
	z-index: 2;
}

/* Layout */
.hero-container {
	max-width: 1550px;
	margin: auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.hero-grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 48px;
	align-items: center;
}

/* Left content */
.hero-label {
	display: flex;
	gap: 8px;
	align-items: center;
}

.hero-label.hero-label i {
	color: #6b9a9e;
	font-size: 17.5px;
}

.hero-label.hero-label span {
	display: inline-block;
	font-size: 17.5px;
	line-height: 17.5px;
	color: #64748b;
	letter-spacing: 0.875px;
    font-family: "Lato", sans-serif;
}

.hero-label i {
	color: #4db1ef;
}

.hero-label.hero-label span.dot {
	color: #E5E0D8;
	margin: 0 2px;
}

.hero-content h1 {
	font-family: "Playfair Display", serif;
	font-size: 68px;
	color: #1B3A5F;
	line-height: 80px;
	margin: 40px 0;
}

.hero-content h1 span {
	display: block;
	font-style: italic;
}

.hero-subtext {
	font-size: 25px;
	color: #333333;
	margin: 0 0 60px;
	line-height: 35px;
    font-family: "Lato", sans-serif;
}

/* Buttons */
.hero-actions {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	align-items: center;
}

.hero-actions .btn-conversation {
	background: #1B3A5F;
	color: #fff;
	padding: 20px 40px;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: .5s;
	font-size: 20px;
	line-height: 30px;
    font-family: "Lato", sans-serif;
}

.hero-actions .btn-conversation:hover {
	background: #162033;
}

.hero-actions .btn-links>i {
	transition: .5s;
}

.hero-actions .btn-links {
	color: #1B3A5F;
	text-decoration: none;
	font-weight: 500;
	transition: .5s;
	font-size: 20px;
	line-height: 30px;
    font-family: "Lato", sans-serif;
}

.hero-actions .btn-links:hover i {
	transform: translateY(5px);
}

.hero-trust-list {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Trust row */
.hero-trust {
	display: flex;
	gap: 24px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #E5E0D8;
}

.hero-trust i {
	color: #6b9a9e;
	margin-right: 0;
	font-size: 25px;
	line-height: 35px;
    font-family: "Lato", sans-serif;
}

.hero-trust-list span {
	display: inline-block;
	font-size: 17.5px;
	line-height: 25px;
	color: #64748b;
}

/* Right card */
.hero-card {
	background: #fff;
	padding: 32px;
	border: 1px solid #E5E0D8;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	position: relative;
}

.hero-card::before {
	content: "";
	display: block;
	width: 160px;
	height: 160px;
	background-color: #D4AF77;
	opacity: 0.2;
	border-radius: 50%;
	filter: blur(32px);
	pointer-events: none;
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.hero-image {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 40px;
    color: #1b3a5f;
    margin-top: 20px;
}

.role {
	font-size: 17.5px;
	color: #64748b;
	line-height: 28px;
    font-family: "Lato", sans-serif;
}

.card-footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
	font-size: 15px;
	color: #64748b;
	line-height: 20px;
    background-color: transparent;
    padding: 16px 0 0;
}

.card-footer p {
	margin: 0;
    font-family: "Lato", sans-serif;
}

/* Decorative blur */
.decor {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0.2;
}

.decor-1 {
	top: -20px;
	right: -20px;
	width: 100px;
	height: 100px;
	background: #4db1ef;
}

.decor-2 {
	bottom: -30px;
	left: -30px;
	width: 140px;
	height: 140px;
	background: #8cc7f2;
}

/* Responsive */
@media (max-width: 1409px) {
	.hero-content h1 {
		font-size: 50px;
		line-height: 62px;
	}

	.hero-actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 1199px) {
	.hero-content h1 {
		font-size: 40px;
		line-height: 52px;
		margin: 30px 0;
	}

	.hero-subtext {
		font-size: 20px;
		margin: 0 0 30px;
		line-height: 30px;
	}

	.hero-trust {
		flex-wrap: wrap;
	}

	.hero-label.hero-label span {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 991px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions .btn-conversation {
		padding: 20px;
		font-size: 18px;
		line-height: 28px;
	}

	.hero-actions .btn-links {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.hero-content h1 {
		font-size: 35px;
		line-height: 47px;
		margin: 30px 0;
	}

	.hero-label {
		flex-direction: column;
		align-items: start;
	}

	.hero-label.hero-label i {
		padding-bottom: 10px;
	}

	.hero-label.hero-label span {
		font-size: 16px;
		line-height: 16px;
	}

	.hero-subtext {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.hero-actions .btn-conversation {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.hero-actions .btn-links {
		font-size: 18px;
		line-height: 28px;
	}

	.hero-trust {
		margin-top: 20px;
		padding-top: 20px;
		flex-direction: column;
	}

	.hero-actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 374px) {
	.hero-actions .btn-conversation {
		padding: 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.hero-actions .btn-links {
		font-size: 16px;
		line-height: 26px;
	}
}