.wbn-seoap-welcome {
	max-width: 1200px;
	margin: 20px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wbn-seoap-welcome-header {
	background: linear-gradient(135deg, #2271b1 0%, #135e96 100%);
	color: white;
	padding: 50px 40px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.wbn-seoap-welcome-header h1 {
	color: white;
	font-size: 32px;
	margin: 0 0 15px;
	font-weight: 600;
	line-height: 1.2;
}
.wbn-seoap-welcome-header p {
	font-size: 16px;
	margin: 0;
	opacity: 0.95;
	line-height: 1.5;
}
.wbn-seoap-welcome-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}
.wbn-seoap-welcome-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 25px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	transition: box-shadow 0.15s ease-in-out;
}
.wbn-seoap-welcome-card:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.wbn-seoap-welcome-card h2 {
	margin: 0 0 15px;
	color: #1d2327;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.4;
}
.wbn-seoap-welcome-card h2 svg {
	flex-shrink: 0;
	color: #2271b1;
}
.wbn-seoap-welcome-card p {
	color: #50575e;
	line-height: 1.6;
	margin: 0 0 15px;
	font-size: 14px;
}
.wbn-seoap-welcome-card .button {
	margin-top: 10px;
}
.wbn-seoap-welcome-steps {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.wbn-seoap-welcome-steps li {
	padding: 10px 12px;
	margin-bottom: 8px;
	background: #f6f7f7;
	border-radius: 3px;
	border-left: 3px solid #2271b1;
	font-size: 13px;
	line-height: 1.5;
	color: #50575e;
}
.wbn-seoap-welcome-steps li strong {
	color: #2271b1;
	font-weight: 600;
}
.wbn-seoap-welcome-actions {
	text-align: center;
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.wbn-seoap-welcome-actions .button-primary {
	font-size: 14px;
	padding: 8px 20px;
	height: auto;
	margin-right: 8px;
	background: #2271b1;
	border-color: #2271b1;
}
.wbn-seoap-welcome-actions .button-primary:hover {
	background: #135e96;
	border-color: #135e96;
}
.wbn-seoap-welcome-actions .button-secondary {
	font-size: 13px;
	padding: 6px 16px;
	height: auto;
	margin-right: 8px;
}
.wbn-seoap-welcome-actions .button-link {
	color: #50575e;
	text-decoration: none;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
}
.wbn-seoap-welcome-actions .button-link:hover {
	color: #2271b1;
}
.wbn-seoap-welcome-info {
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 3px;
}
.wbn-seoap-welcome-info p {
	margin: 0;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.6;
}
.wbn-seoap-welcome-info strong {
	color: #2271b1;
}
.wbn-seoap-welcome-footer {
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	background: #f6f7f7;
	border-radius: 4px;
	border: 1px solid #c3c4c7;
}
.wbn-seoap-welcome-footer p {
	margin: 0;
	color: #50575e;
	font-size: 13px;
}
.wbn-seoap-welcome-footer a {
	color: #2271b1;
	text-decoration: none;
}
.wbn-seoap-welcome-footer a:hover {
	text-decoration: underline;
}
