.page-hero-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.page-hero {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 80px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-column: 1;
}

.page-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(30, 58, 138, 0.85), #1e293b);
	z-index: 1;
}

.page-hero > div {
	position: relative;
	z-index: 10;
}

.page-intro-side {
	padding: 80px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ffffff;
	grid-column: 2;
}

.hero-badge {
	display: inline-block;
	padding: 10px 30px;
	background: rgba(212, 175, 55, 0.15);
	color: #d4af37;
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border: 1px solid rgba(212, 175, 55, 0.5);
	border-radius: 2px;
}

.hero-title {
	font-family: serif;
	font-size: 3.8rem;
	font-weight: 900;
	margin: 0 0 25px 0;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1.1;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
	font-size: 1.4rem;
	color: #cbd5e1;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
}

.page-content {
	padding: 80px 50px 120px;
	max-width: 100%;
	margin: 0;
	width: 100%;
}

.section-intro {
	margin-bottom: 120px;
}

.intro-header {
	text-align: center;
	margin-bottom: 60px;
}

.intro-label {
	color: #1e3a8a;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: serif;
}

.intro-title {
	font-size: 2.6rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

.intro-title strong {
	color: #1e3a8a;
	border-bottom: 4px solid #d4af37;
}

.intro-text {
	color: #475569;
	text-align: justify;
	margin-bottom: 30px;
	font-size: 1.15rem;
	line-height: 1.8;
}

.hero-image {
	margin: 0 -50px 120px;
	position: relative;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.hero-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
	filter: brightness(0.9) contrast(1.1);
}

.hero-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);
	height: 180px;
}

.hero-image-text {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 90%;
	color: #fff;
	z-index: 10;
}

.hero-image-title {
	font-family: serif;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hero-image-subtitle {
	font-size: 1.2rem;
	margin-top: 10px;
	font-weight: 300;
	color: #cbd5e1;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 35px;
	margin-bottom: 120px;
}

.value-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 4px;
	border-top: 4px solid #1e3a8a;
	box-shadow: 0 10px 30px rgba(30, 58, 138, 0.08);
	transition: transform 0.3s;
}

.value-card.accent-gold {
	border-top-color: #d4af37;
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08);
}

.value-icon {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #1e3a8a;
}

.value-card.accent-gold .value-icon {
	color: #d4af37;
}

.value-title {
	display: block;
	color: #0f172a;
	font-size: 1.4rem;
	margin-bottom: 15px;
	font-family: serif;
	font-weight: 700;
}

.value-text {
	color: #64748b;
	font-size: 1rem;
	line-height: 1.7;
}

.process-section {
	margin-bottom: 120px;
	background: #fff;
	padding: 60px 50px;
	border-radius: 4px;
	border: 1px solid #cbd5e1;
}

.process-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #1e3a8a;
	margin-bottom: 40px;
	text-align: center;
	font-family: serif;
}

.process-intro {
	color: #475569;
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.15rem;
}

.process-steps {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.process-step {
	display: flex;
	align-items: center;
	background: #f8fafc;
	padding: 25px 35px;
	border-left: 5px solid #1e3a8a;
}

.process-step.step-2 {
	border-left-color: #d4af37;
}

.step-number {
	font-size: 1.5rem;
	color: #1e3a8a;
	font-weight: 800;
	margin-right: 25px;
	min-width: 100px;
	font-family: serif;
}

.process-step.step-2 .step-number {
	color: #d4af37;
}

.step-content strong {
	color: #0f172a;
	font-size: 1.3rem;
	display: block;
	margin-bottom: 5px;
}

.step-content p {
	margin: 0;
	color: #64748b;
	font-size: 1rem;
}

.guide-section {
	margin-bottom: 120px;
}

.guide-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #1e3a8a;
	margin-bottom: 50px;
	border-left: 6px solid #d4af37;
	padding-left: 25px;
	font-family: serif;
}

.guide-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.guide-card {
	padding: 30px;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.guide-card strong {
	display: block;
	color: #1e3a8a;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.guide-card p {
	color: #64748b;
	font-size: 0.95rem;
	margin: 0;
}

.faq-section {
	margin-bottom: 100px;
}

.faq-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1e3a8a;
	margin-bottom: 30px;
	font-family: serif;
}

.faq-list {
	border-top: 2px solid #1e3a8a;
}

.faq-item {
	padding: 25px 0;
	border-bottom: 1px solid #cbd5e1;
	cursor: pointer;
}

.faq-item details {
	margin: 0;
}

.faq-question {
	color: #0f172a;
	font-weight: bold;
	font-size: 1.15rem;
}

.faq-answer {
	margin-top: 15px;
	color: #475569;
	padding-left: 20px;
	border-left: 4px solid #d4af37;
	font-size: 1rem;
}

.partners-section {
	margin-bottom: 80px;
	padding-top: 40px;
	border-top: 2px solid #1e3a8a;
}

.partners-title {
	font-size: 1.6rem;
	font-weight: 800;
	color: #1e3a8a;
	margin-bottom: 25px;
	font-family: serif;
}

.partners-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.partner-link {
	display: inline-flex;
	align-items: center;
	background: #fff;
	color: #1e3a8a;
	padding: 15px 30px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 0.95rem;
	border: 1px solid #1e3a8a;
	transition: all 0.3s;
	font-weight: 600;
	flex: 1;
	min-width: 200px;
	justify-content: center;
}

.partner-link:hover {
	background: #1e3a8a;
	color: #fff;
}

.partner-link span {
	margin-right: 8px;
}

.cta-section {
	text-align: center;
	padding: 80px 40px;
	background: linear-gradient(135deg, #1e3a8a 0%, #1e293b 100%);
	border-radius: 4px;
	box-shadow: 0 10px 40px rgba(30, 58, 138, 0.2);
}

.cta-title {
	color: #d4af37;
	font-size: 2.2rem;
	margin-bottom: 25px;
	font-weight: 800;
	font-family: serif;
}

.cta-text {
	color: #cbd5e1;
	margin-bottom: 40px;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.page-content {
		padding: 40px 20px;
	}

	.page-hero-wrapper {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.page-intro-side {
		padding: 40px 20px;
	}

	.hero-title {
		font-size: 2.2rem;
	}

	.intro-title {
		font-size: 1.8rem;
	}

	.hero-image {
		margin: 0 -20px 80px;
	}

	.process-step {
		flex-direction: column;
		text-align: center;
		border-left: none;
		border-top: 5px solid #1e3a8a;
		align-items: flex-start;
	}

	.step-number {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
