/*
Theme Name: ANFALYA Yakında
Theme URI: https://anfalya.com
Description: ANFALYA.COM için "Yakında" (Coming Soon) açılış teması.
Version: 1.0.0
Author: ANFALYA
Text Domain: anfalya-yakinda
*/

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: radial-gradient(1200px 600px at 70% -10%, #10233a 0%, #0a1220 45%, #060a12 100%);
	color: #e8edf4;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.hero { padding: 2rem 1.5rem; max-width: 720px; }

.hero-ic {
	width: 64px; height: 64px;
	margin: 0 auto 2rem;
	border-radius: 18px;
	background: linear-gradient(135deg, #f5b942 0%, #e8871e 100%);
	box-shadow: 0 12px 40px rgba(245, 185, 66, 0.25);
	position: relative;
}
.hero-ic::after {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 45%);
	border-radius: 18px;
}

.hero-logo {
	font-size: clamp(2.6rem, 9vw, 4.5rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	background: linear-gradient(180deg, #ffffff 0%, #aebfd6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-badge {
	display: inline-block;
	margin-top: 1.4rem;
	padding: 0.45rem 1.4rem;
	border: 1px solid rgba(245, 185, 66, 0.45);
	border-radius: 999px;
	color: #f5b942;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	background: rgba(245, 185, 66, 0.06);
}

.hero-text {
	margin-top: 1.6rem;
	font-size: clamp(1rem, 3vw, 1.2rem);
	line-height: 1.7;
	color: #9fb0c8;
}

.hero-line {
	width: 56px; height: 2px;
	margin: 2rem auto;
	background: linear-gradient(90deg, transparent, #f5b942, transparent);
}

.hero-mail a {
	color: #7f93b0;
	text-decoration: none;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	transition: color 0.25s ease;
}
.hero-mail a:hover { color: #f5b942; }
