/* Satıcı başvuru — Mobilyaguru (özgün, Akakçe kopyası değil) */

.mg-sa {
	margin: 0 0 2rem;
	color: #0f172a;
}

.mg-sa-hero {
	background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #1e40af 100%);
	color: #fff;
	padding: 3.5rem 0 4rem;
}

.mg-sa-hero__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.9;
}

.mg-sa-hero__title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.mg-sa-hero__lead {
	margin: 1rem 0 0;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.55;
	opacity: 0.95;
}

.mg-sa-hero__cta {
	display: inline-flex;
	margin-top: 1.75rem;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0 1.75rem;
	border-radius: 9999px;
	background: #fbbf24;
	color: #1e293b !important;
	font-size: 0.9375rem;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.15s ease, background 0.15s ease;
}

.mg-sa-hero__cta:hover,
.mg-sa-hero__cta:focus,
.mg-sa-hero__cta:visited {
	background: #f59e0b;
	color: #0f172a !important;
	transform: translateY(-1px);
}

.mg-sa-why__title {
	margin: 0 0 2rem;
	text-align: center;
	font-size: 1.35rem;
	font-weight: 800;
	color: #b45309;
	letter-spacing: 0.02em;
}

.mg-sa-why__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mg-sa-why__item {
	display: grid;
	grid-template-columns: 3.5rem 1fr;
	gap: 1rem 1.25rem;
	padding: 1.5rem 0;
	border-bottom: 1px dashed #e2e8f0;
}

.mg-sa-why__item:last-child {
	border-bottom: 0;
}

.mg-sa-why__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #f1f5f9;
	font-size: 1.25rem;
	font-weight: 800;
	color: #64748b;
}

.mg-sa-why__item h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
}

.mg-sa-why__item p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #64748b;
}

.mg-sa-form-section {
	padding: 3rem 0 4rem;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.mg-sa-form-section__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
}

.mg-sa-form-section__lead {
	margin: 0.5rem 0 1.5rem;
	font-size: 0.9375rem;
	color: #64748b;
}

.mg-sa-notice {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
}

.mg-sa-notice--ok {
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
	color: #065f46;
}

.mg-sa-notice--error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

.mg-sa-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mg-sa-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mg-sa-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mg-sa-field span {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #334155;
}

.mg-sa-field em {
	color: #dc2626;
	font-style: normal;
}

.mg-sa-field input {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.75rem;
	font-size: 0.9375rem;
	background: #fff;
}

.mg-sa-field input:focus {
	outline: 2px solid #93c5fd;
	border-color: #2563eb;
}

.mg-sa-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

@media (max-width: 540px) {
	.mg-sa-form__row {
		grid-template-columns: 1fr;
	}
}

.mg-sa-captcha {
	margin: 0;
	padding: 1rem;
	border: 1px dashed #cbd5e1;
	border-radius: 0.75rem;
	background: #fff;
}

.mg-sa-captcha legend {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #334155;
	padding: 0 0.25rem;
}

.mg-sa-captcha__q {
	margin: 0.5rem 0;
	font-size: 1.125rem;
	font-weight: 800;
	color: #1d4ed8;
}

.mg-sa-captcha input {
	max-width: 8rem;
	min-height: 2.5rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.5rem;
}

.mg-sa-form__submit {
	margin-top: 0.5rem;
	min-height: 3rem;
	border: 0;
	border-radius: 1rem;
	background: #2563eb;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.15s ease;
}

.mg-sa-form__submit:hover,
.mg-sa-form__submit:focus {
	background: #1d4ed8;
}

/* Sayfa şablonu: varsayılan içerik gizli */
.mg-sa-page .entry-content > *:not(.mg-sa) {
	display: none;
}

.mg-sa-page .entry-header {
	text-align: center;
	margin-bottom: 0;
}

.mg-sa-page .entry-title {
	font-size: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
