/*
Theme Name: QR SaaS Özel Tema
Author: erenakalin34
Version: 1.0
*/

body {
	margin: 0;
	font-family: "Segoe UI", Arial, sans-serif;
	background: #f6f8fb;
	color: #1f2937;
}

a {
	color: #2563eb;
}

.site-basic-wrap {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.site-basic-card {
	width: 100%;
	max-width: 680px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 32px 28px;
	box-shadow: 0 14px 30px rgba(31, 41, 55, 0.08);
}

.site-basic-kicker {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2563eb;
}

.site-basic-title {
	margin: 0 0 14px;
	font-size: 30px;
	line-height: 1.2;
}

.site-basic-text {
	margin: 0;
	color: #4b5563;
	line-height: 1.6;
}

.site-basic-meta {
	margin-top: 16px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
}

.site-basic-meta p {
	margin: 0;
}

.site-basic-actions {
	margin-top: 24px;
}

.site-basic-btn {
	display: inline-block;
	background: #2563eb;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 10px;
}

.site-basic-btn:hover {
	background: #1d4ed8;
}