/* =========================================
   Mp Web Tasarım — Ana Stil Dosyası
   Koyu tema, neon mor/camgöbeği vurgular
========================================= */

:root {
	--bg: #0a0a0f;
	--bg-alt: #12121a;
	--bg-card: #16161f;
	--border: #24242f;
	--text: #f2f2f7;
	--text-muted: #a3a3b3;
	--purple: #a855f7;
	--cyan: #22d3ee;
	--pink: #ec4899;
	--gradient: linear-gradient(135deg, var(--purple), var(--cyan));
	--gradient-soft: linear-gradient(135deg, rgba(168,85,247,0.15), rgba(34,211,238,0.15));
	--radius: 16px;
	--radius-sm: 10px;
	--shadow-glow: 0 0 40px rgba(168,85,247,0.25);
	--font-heading: 'Space Grotesk', 'Inter', system-ui, sans-serif;
	--font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	line-height: 1.6;
	overflow-x: hidden;
	position: relative;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
	font-family: var(--font-heading);
	line-height: 1.2;
	margin: 0 0 0.5em;
}

p { margin: 0 0 1em; color: var(--text-muted); }

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.section { padding: 96px 0; }

.gradient-text {
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cyan);
	margin-bottom: 12px;
}

/* Background glow layer */
.mpwt-bg-glow {
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(600px circle at 15% 10%, rgba(168,85,247,0.14), transparent 60%),
		radial-gradient(600px circle at 85% 30%, rgba(34,211,238,0.12), transparent 60%);
	pointer-events: none;
}

/* =========== Buttons =========== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	border: 1px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-neon {
	background: var(--gradient);
	color: #0a0a0f;
	box-shadow: 0 0 0 rgba(168,85,247,0);
}
.btn-neon:hover {
	box-shadow: var(--shadow-glow);
	transform: translateY(-2px);
}
.btn-ghost {
	background: transparent;
	border-color: var(--border);
	color: var(--text);
}
.btn-ghost:hover {
	border-color: var(--purple);
	color: var(--purple);
}

.link-arrow {
	color: var(--cyan);
	font-weight: 600;
	display: inline-block;
	transition: transform 0.2s ease;
}
.link-arrow:hover { transform: translateX(4px); }

/* =========== Header =========== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(10,10,15,0.75);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
}
.site-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 1.15rem;
}
.logo-mark {
	background: var(--gradient);
	color: #0a0a0f;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.logo-text { color: var(--text); }

.site-branding .custom-logo,
.site-branding img {
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.primary-nav { display: flex; align-items: center; gap: 32px; }
.nav-menu { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.nav-menu a {
	color: var(--text-muted);
	font-weight: 500;
	font-size: 0.95rem;
	transition: color 0.2s ease;
}
.nav-menu a:hover { color: var(--text); }
.nav-cta { padding: 10px 22px; font-size: 0.9rem; }

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}
.menu-toggle span {
	width: 24px;
	height: 2px;
	background: var(--text);
	border-radius: 2px;
}

/* =========== Hero =========== */
.hero { padding: 80px 0 60px; position: relative; overflow: hidden; }
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1600&q=80') center/cover;
	opacity: 0.22;
	filter: saturate(0.5) brightness(0.6);
	z-index: 0;
}
.hero .hero-inner { position: relative; z-index: 1; }
.hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}
.hero-title {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	margin-bottom: 20px;
}
.hero-desc { font-size: 1.05rem; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; margin: 28px 0 40px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; }
.stat { display: flex; flex-direction: column; }
.stat-num {
	font-family: var(--font-heading);
	font-size: 1.6rem;
	font-weight: 700;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.stat-label { color: var(--text-muted); font-size: 0.85rem; }

.hero-visual { position: relative; }
.mock-browser {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5), var(--shadow-glow);
	position: relative;
	z-index: 2;
}
.mock-browser-bar {
	display: flex;
	gap: 6px;
	padding: 14px 16px;
	background: var(--bg-alt);
	border-bottom: 1px solid var(--border);
}
.mock-browser-bar span {
	width: 10px; height: 10px; border-radius: 50%;
	background: var(--border);
}
.mock-browser-bar span:nth-child(1) { background: var(--pink); }
.mock-browser-bar span:nth-child(2) { background: #f4c150; }
.mock-browser-bar span:nth-child(3) { background: #4ade80; }
.mock-browser-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.mock-block {
	border-radius: 10px;
	background: var(--gradient-soft);
	border: 1px solid var(--border);
	height: 40px;
}
.mock-block-lg { height: 120px; }
.mock-block-md { height: 70px; }
.mock-row { display: flex; gap: 14px; }
.mock-row .mock-block { flex: 1; height: 60px; }

.glow-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	z-index: 1;
}
.glow-orb-1 {
	width: 220px; height: 220px;
	background: var(--purple);
	opacity: 0.35;
	top: -40px; right: -40px;
}
.glow-orb-2 {
	width: 180px; height: 180px;
	background: var(--cyan);
	opacity: 0.3;
	bottom: -30px; left: -30px;
}

/* =========== Sections generic =========== */
.section-head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-cta { text-align: center; margin-top: 40px; }

.card-grid { display: grid; gap: 24px; }
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }

.feature-card {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 28px;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover {
	transform: translateY(-6px);
	border-color: var(--purple);
	box-shadow: var(--shadow-glow);
}
.feature-icon {
	width: 48px; height: 48px;
	border-radius: 12px;
	margin-bottom: 18px;
	background: var(--gradient);
	position: relative;
}
.feature-icon::after {
	content: "";
	position: absolute;
	inset: 12px;
	background: var(--bg-card);
	border-radius: 6px;
}
.feature-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature-card p { font-size: 0.92rem; margin-bottom: 0; }

/* =========== Pricing =========== */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}
.pricing-card {
	position: relative;
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 36px 28px;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.pricing-card:hover {
	transform: translateY(-6px);
	border-color: var(--purple);
	box-shadow: var(--shadow-glow);
}
.pricing-card-featured {
	border-color: var(--purple);
	background: linear-gradient(180deg, rgba(168,85,247,0.08), var(--bg-card) 40%);
	box-shadow: var(--shadow-glow);
}
.pricing-badge {
	position: absolute;
	top: -12px;
	right: 28px;
	background: var(--gradient);
	color: #0a0a0f;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 999px;
}
.pricing-name { font-size: 1.2rem; margin-bottom: 6px; }
.pricing-desc { font-size: 0.88rem; margin-bottom: 20px; min-height: 40px; }
.pricing-amount { display: flex; align-items: baseline; gap: 8px; margin-bottom: 24px; }
.pricing-price {
	font-family: var(--font-heading);
	font-size: 1.9rem;
	font-weight: 700;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.pricing-period { font-size: 0.8rem; color: var(--text-muted); }
.pricing-features {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.pricing-features li {
	font-size: 0.9rem;
	color: var(--text-muted);
	padding-left: 24px;
	position: relative;
}
.pricing-features li::before {
	content: "";
	position: absolute;
	left: 0; top: 6px;
	width: 14px; height: 14px;
	border-radius: 50%;
	background: var(--gradient-soft);
	border: 1px solid var(--cyan);
}
.pricing-cta { width: 100%; }
.pricing-grid-preview .pricing-card { padding: 28px 24px; }
.pricing-note { text-align: center; color: var(--text-muted); font-size: 0.85rem; margin-top: 32px; }

/* =========== CTA band =========== */
.cta-band {
	background: var(--gradient-soft);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}
.cta-band-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.cta-band-inner h2 { font-size: clamp(1.5rem, 3vw, 2rem); }

/* =========== Page hero (inner pages) =========== */
.page-hero { padding: 72px 0 48px; text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.page-hero-desc { max-width: 560px; margin: 0 auto; }

.page-content .page-title { text-align: center; }

/* =========== About page =========== */
.about-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 56px;
	align-items: center;
}
.about-visual { display: flex; align-items: center; justify-content: center; }
.about-photo {
	width: 100%;
	max-width: 420px;
	aspect-ratio: 4 / 4.5;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-glow);
	position: relative;
}
.about-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(168,85,247,0.25), rgba(34,211,238,0.15) 60%, transparent);
	mix-blend-mode: overlay;
}
.about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.05);
}
.values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 32px;
}
.value-item {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 20px;
}
.value-item h3 { font-size: 1rem; margin-bottom: 6px; }
.value-item p { font-size: 0.88rem; margin: 0; }

/* =========== Contact page =========== */
.contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
}
.contact-grid-form-only {
	grid-template-columns: 1fr;
	max-width: 640px;
	margin: 0 auto;
}
.contact-details { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 16px; }
.contact-details li { display: flex; flex-direction: column; gap: 2px; }
.contact-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--cyan); }
.contact-details a { font-weight: 600; }

.contact-form-wrap {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px;
}

.quick-contact-note { font-size: 0.85rem; margin-bottom: 24px; }
.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
.form-row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-size: 0.85rem; color: var(--text-muted); }
.form-row input,
.form-row select,
.form-row textarea {
	background: var(--bg-alt);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 12px 14px;
	color: var(--text);
	font-family: var(--font-body);
	font-size: 0.95rem;
	resize: vertical;
}
.form-row select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);
	background-position: calc(100% - 20px) center, calc(100% - 15px) center;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	outline: none;
	border-color: var(--purple);
	box-shadow: 0 0 0 3px rgba(168,85,247,0.2);
}
.contact-form button {
	width: 100%;
	margin-top: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.contact-form .btn-icon { width: 20px; height: 20px; flex-shrink: 0; }
.form-fineprint {
	text-align: center;
	font-size: 0.78rem;
	margin: 14px 0 0;
}

@media (max-width: 620px) {
	.form-grid { grid-template-columns: 1fr; }
}

.form-alert {
	padding: 12px 16px;
	border-radius: var(--radius-sm);
	margin-bottom: 20px;
	font-size: 0.9rem;
}
.form-alert-success { background: rgba(74,222,128,0.12); border: 1px solid rgba(74,222,128,0.4); color: #4ade80; }
.form-alert-error { background: rgba(236,72,153,0.12); border: 1px solid rgba(236,72,153,0.4); color: var(--pink); }

/* =========== Blog / index =========== */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
}
.post-card-thumb img { width: 100%; height: 180px; object-fit: cover; }
.post-card-title { padding: 16px 18px 0; font-size: 1.05rem; }
.post-card-excerpt { padding: 8px 18px 20px; font-size: 0.9rem; }
.pagination { text-align: center; margin-top: 40px; }

.error-404 { text-align: center; padding: 120px 0; }

/* =========== Floating actions =========== */
.floating-actions {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 60;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.floating-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.floating-btn svg { width: 26px; height: 26px; }
.floating-btn:hover { transform: translateY(-3px) scale(1.05); }
.floating-whatsapp {
	background: #25d366;
	color: #0a0a0f;
}
.floating-whatsapp:hover { box-shadow: 0 10px 30px rgba(37,211,102,0.5); }
.floating-phone {
	background: var(--gradient);
	color: #0a0a0f;
}
.floating-phone:hover { box-shadow: var(--shadow-glow); }

@media (max-width: 720px) {
	.floating-actions { right: 16px; bottom: 16px; gap: 12px; }
	.floating-btn { width: 50px; height: 50px; }
	.floating-btn svg { width: 22px; height: 22px; }
}

/* =========== Footer =========== */
.site-footer {
	border-top: 1px solid var(--border);
	background: var(--bg-alt);
	margin-top: 60px;
}
.footer-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 40px;
	padding: 56px 0 32px;
}
.footer-brand p { max-width: 320px; margin-top: 12px; font-size: 0.9rem; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-menu a { color: var(--text-muted); font-size: 0.92rem; }
.footer-menu a:hover { color: var(--cyan); }
.footer-widget-title { font-size: 1rem; margin-bottom: 12px; }
.footer-bottom {
	border-top: 1px solid var(--border);
	padding: 20px 0;
	text-align: center;
	font-size: 0.82rem;
	color: var(--text-muted);
}

/* =========== Responsive =========== */
@media (max-width: 960px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-visual { order: -1; }
	.about-grid { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; }
	.card-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.pricing-grid { grid-template-columns: repeat(2, 1fr); }
	.post-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
	.primary-nav {
		position: fixed;
		top: 76px;
		left: 0;
		right: 0;
		background: var(--bg-alt);
		border-bottom: 1px solid var(--border);
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
		gap: 20px;
		transform: translateY(-120%);
		opacity: 0;
		transition: transform 0.25s ease, opacity 0.25s ease;
		pointer-events: none;
	}
	.primary-nav.is-open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	.nav-menu { flex-direction: column; gap: 16px; }
	.menu-toggle { display: flex; }
	.hero-stats { flex-wrap: wrap; gap: 24px; }
	.card-grid-3 { grid-template-columns: 1fr; }
	.pricing-grid { grid-template-columns: 1fr; }
	.post-grid { grid-template-columns: 1fr; }
	.values-grid { grid-template-columns: 1fr; }
	.footer-inner { grid-template-columns: 1fr; }
}
