/* Sezer Reklam Ajansı - Özel Giriş Ekranı v1.2.0 */

body.szr-gateway-page {
	margin: 0 !important;
	padding: 0 !important;
	background: #070707 !important;
	color: #fff;
	overflow-x: hidden;
}

body.szr-gateway-page * {
	box-sizing: border-box;
}

#szr-gateway {
	--szr-bg: #070707;
	--szr-panel: rgba(255,255,255,.055);
	--szr-panel-strong: rgba(255,255,255,.095);
	--szr-line: rgba(255,255,255,.12);
	--szr-text: #fff;
	--szr-muted: rgba(255,255,255,.68);
	--szr-soft: rgba(255,255,255,.48);
	--szr-radius: 22px;
	--szr-max: 900px;
	--szr-yellow: #FFFB00;
	--szr-purple: #FF00C6;
	--szr-yellow-soft: rgba(255,251,0,.16);
	--szr-purple-soft: rgba(255,0,198,.18);
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	background:
		radial-gradient(circle at 50% -15%, rgba(255,0,198,.24), transparent 36%),
		radial-gradient(circle at 14% 70%, rgba(255,251,0,.11), transparent 26%),
		radial-gradient(circle at 88% 22%, rgba(255,0,198,.12), transparent 22%),
		linear-gradient(180deg, #080808 0%, #050505 100%);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#szr-gateway a {
	-webkit-tap-highlight-color: transparent;
}

.szr-gateway__bg {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.szr-gateway__bg::before,
.szr-gateway__bg::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
	opacity: .62;
}

.szr-gateway__bg::before {
	width: 420px;
	height: 420px;
	left: 50%;
	top: -250px;
	transform: translateX(-50%);
	background: rgba(255,0,198,.55);
}

.szr-gateway__bg::after {
	width: 280px;
	height: 280px;
	right: -140px;
	bottom: 8%;
	background: rgba(255,251,0,.24);
}

.szr-gateway__main {
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding: max(34px, env(safe-area-inset-top)) 16px max(28px, env(safe-area-inset-bottom));
}

.szr-gateway__container {
	width: 100%;
	max-width: var(--szr-max);
	margin: 0 auto;
}

.szr-brand {
	text-align: center;
	margin-bottom: 28px;
}

.szr-brand__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	margin-bottom: 23px;
	border: 1px solid rgba(255,0,198,.24);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255,0,198,.12), rgba(255,251,0,.07));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(255,255,255,.02);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: rgba(255,255,255,.78);
}

.szr-brand__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--szr-yellow);
	box-shadow: 0 0 18px rgba(255,251,0,.92);
}

.szr-brand__kicker {
	margin: 0 0 11px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255,0,198,.68);
}

.szr-brand__title {
	margin: 0;
	font-size: clamp(42px, 12vw, 86px);
	font-weight: 800;
	line-height: .94;
	letter-spacing: -.06em;
	text-wrap: balance;
	text-shadow: 0 0 34px rgba(255,0,198,.12);
}

.szr-brand__tagline {
	max-width: 620px;
	margin: 16px auto 0;
	font-size: clamp(17px, 4.5vw, 24px);
	font-weight: 400;
	line-height: 1.38;
	color: var(--szr-muted);
	text-wrap: balance;
}

.szr-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	max-width: 760px;
	margin: 0 auto 28px;
}

.szr-service {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,0,198,.07));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(255,255,255,.74);
}

.szr-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.szr-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 72px;
	padding: 16px 17px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: var(--szr-radius);
	background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,0,198,.07));
	color: var(--szr-text);
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 6px 24px rgba(0,0,0,.18);
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.szr-action__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.szr-action__copy strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.szr-action__copy small {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--szr-muted);
}

.szr-action__icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--szr-purple), var(--szr-yellow));
	box-shadow: 0 0 18px rgba(255,0,198,.28);
	color: #0b0b0b;
	font-size: 16px;
	font-weight: 800;
	transition: transform .18s ease, box-shadow .18s ease;
}

.szr-action:hover,
.szr-action:focus-visible {
	transform: translateY(-2px);
	background: linear-gradient(135deg, rgba(255,0,198,.12), rgba(255,251,0,.08));
	border-color: rgba(255,0,198,.34);
	box-shadow: 0 10px 30px rgba(255,0,198,.12), inset 0 1px 0 rgba(255,255,255,.04);
}

.szr-action:hover .szr-action__icon,
.szr-action:focus-visible .szr-action__icon {
	transform: translate(2px,-2px) scale(1.04);
	box-shadow: 0 0 22px rgba(255,251,0,.26), 0 0 28px rgba(255,0,198,.18);
}

.szr-support {
	margin-top: 11px;
	padding: 18px;
	border: 1px solid rgba(255,0,198,.22);
	border-radius: var(--szr-radius);
	background: linear-gradient(135deg, rgba(255,0,198,.13), rgba(255,251,0,.06));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 34px rgba(0,0,0,.16);
}

.szr-support__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.szr-support__eyebrow {
	margin: 0 0 5px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .16em;
	color: rgba(255,251,0,.82);
}

.szr-support__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: -.025em;
}

.szr-support__desc {
	margin: 7px 0 0;
	max-width: 530px;
	font-size: 11px;
	line-height: 1.5;
	color: var(--szr-muted);
}

.szr-support__status {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 9px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 999px;
	background: rgba(255,255,255,.04);
	font-size: 9px;
	font-weight: 700;
	white-space: nowrap;
	color: rgba(255,255,255,.78);
}

.szr-support__status span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--szr-yellow);
	box-shadow: 0 0 12px rgba(255,251,0,.75);
}

.szr-phone-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.szr-phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 13px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 15px;
	background: rgba(0,0,0,.20);
	color: #fff;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.szr-phone:hover,
.szr-phone:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255,251,0,.34);
	background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,251,0,.07));
	box-shadow: 0 8px 24px rgba(255,251,0,.08);
}

.szr-phone__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.szr-phone__copy small {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255,255,255,.58);
}

.szr-phone__copy strong {
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -.015em;
}

.szr-phone__cta {
	flex: 0 0 auto;
	padding: 8px 10px;
	border-radius: 999px;
	background: var(--szr-yellow);
	box-shadow: 0 0 16px rgba(255,251,0,.22);
	color: #111111;
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.szr-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 22px;
	font-size: 9px;
	line-height: 1.4;
	letter-spacing: .035em;
	color: rgba(255,255,255,.40);
}

.szr-action:focus-visible,
.szr-phone:focus-visible {
	outline: 2px solid var(--szr-yellow);
	outline-offset: 3px;
}

@media (min-width: 640px) {
	.szr-gateway__main {
		padding-left: 24px;
		padding-right: 24px;
	}

	.szr-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#szr-action-contact {
		grid-column: 1 / -1;
	}

	.szr-action {
		min-height: 84px;
		padding: 19px;
	}

	.szr-action__copy strong {
		font-size: 15px;
	}

	.szr-phone-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.szr-gateway__main {
		padding-top: 58px;
		padding-bottom: 46px;
	}

	.szr-brand {
		margin-bottom: 31px;
	}

	.szr-services {
		margin-bottom: 34px;
	}

	.szr-action {
		min-height: 90px;
	}

	.szr-support {
		padding: 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#szr-gateway *,
	#szr-gateway *::before,
	#szr-gateway *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
