.top-contact-bar {
	background: #1a1a2e;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-brand-long {
	font-size: 14px;
	white-space: normal;
	line-height: 1.3;
	max-width: 320px;
	color: #333 !important;
	font-weight: 700;
}
.daima-hero {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	color: #fff;
	padding: 80px 0 60px;
	text-align: center;
}
.daima-hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.daima-hero p { font-size: 18px; max-width: 800px; margin: 0 auto 30px; line-height: 1.8; }
.service-detail-card {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s;
}
.service-detail-card:hover { transform: translateY(-5px); }
.service-detail-card h4 { color: #1a1a2e; font-weight: 700; margin-bottom: 15px; font-size: 22px; }
.service-detail-card h5 { color: #0f3460; font-weight: 600; margin-bottom: 10px; }
.service-detail-card p { color: #555; line-height: 1.8; }
.service-sub-list { list-style: none; padding: 0; }
.service-sub-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; color: #555; }
.service-sub-list li i { color: #0f3460; margin-right: 10px; }
.stats-banner {
	background: linear-gradient(135deg, #0f3460, #1a1a2e);
	color: #fff;
	padding: 60px 0;
}
.stats-banner .stat-item { text-align: center; padding: 20px; }
.stats-banner .stat-item h2 { font-size: 48px; font-weight: 700; }
.stats-banner .stat-item p { font-size: 16px; opacity: 0.9; }
.advantage-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.advantage-item {
	flex: 1;
	min-width: 280px;
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-left: 4px solid #0f3460;
}
.advantage-item h5 { color: #1a1a2e; font-weight: 700; margin-bottom: 10px; }
.process-timeline { position: relative; padding: 20px 0; }
.process-step { display: flex; margin-bottom: 30px; align-items: flex-start; }
.process-step .step-num {
	background: #0f3460;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 20px;
}
.process-step .step-content h5 { color: #1a1a2e; font-weight: 700; margin-bottom: 5px; }
.process-step .step-content p { color: #666; line-height: 1.7; }
