/* --- CORE VARIABLES --- */
		html { scroll-behavior: smooth; }
		:root { --sari-1: #f9dc5c; --sari-2: #fae588; --sari-3: #fcefb4; --beyaz: #fff; --siyah: #2b2d33; --yazi: #333; --yaziSiyah: #333; --yaziBeyaz: #ccc; --text-muted: #888; --radius: .25rem; --card-radius: 3rem; 
		
		--primary: #FCD34D; --secondary: #18181B; --paper: #FCFBF7; --accent: #F59E0B; --bg-light: #F4F1EA; --text-gray: #4B5563; }

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


		::-moz-selection { background:var(--sari-1); }
		::selection { background:var(--sari-1); }

		/* --- GLOBAL STYLES --- */
		body { background-color: var(--sari-2); color: var(--yazi); font-family: 'Inter', sans-serif; margin: 0; padding: 0; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; -webkit-font-smoothing: antialiased;}
		h1, h2, h3 {font-family: "Source Serif 4", serif; font-optical-sizing: auto; margin: 0; line-height: 1.2; }

		
		.entry-content a {color:#48f;}
		.entry-content a:hover {color:#000}
		.entry-content a:active {color:#e00}
		strong {font-weight:700 !important}
		em {font-style:italic}
		code, .mono {font-family:monospace; background-color:#ddd; padding:4px; border-radius:0.3rem;}
		opacfooter {text-align:center; margin-top:5rem; color:#999}
		blockquote {border-left: 3px solid #888; padding-left: 1rem; color: #888; font-style: italic; margin: 2rem 0 2rem 2rem;}

		.font-display {font-family: "Playfair Display", serif}
		.font-serif {font-family: "Source Serif 4", serif}
		.font-inter {font-family: 'Inter', sans-serif}

		p { margin: 0 0 1.2em 0; }
		.txt-center { text-align: center; }
		.font-normal {font-weight:400}
		.font-bold {font-weight:700}
		.font-bolder {font-weight:900}
		.italic {font-style:italic}

		/* --- CUSTOM SCROLLBAR --- */
		::-webkit-scrollbar { width: 20px; }
		::-webkit-scrollbar-track { background: var(--sari-2); }
		::-webkit-scrollbar-thumb { background-color: #505050; border-radius: 6px; border: 2px solid var(--sari-2); }
		::-webkit-scrollbar-thumb:hover { background-color: #333; }
		* { scrollbar-width: normal; scrollbar-color: #505050 var(--sari-2); }

		/* --- LAYOUT --- */
		.container { max-width: 1350px; margin: 0 auto; padding: 2rem 20px 0; width: 100%; box-sizing: border-box; position: relative; }

		/* --- HEADER --- */
		header { display: flex; justify-content: space-between; align-items: center; padding: 0 3rem 2rem; margin-bottom:2rem; position: relative; }
		a.logo-text {font-size: 2rem; color: var(--siyah); letter-spacing: -0.025em; background: linear-gradient(#666 0 0) 0px 37px / var(--underline-width, 0%) 2px no-repeat; display: inline-block; text-decoration: none; transition: background-size 0.5s; }
		a.logo-text:hover { --underline-width: 97%; }


		nav ul { display: flex; gap: 1.5rem; list-style: none; padding: 0; margin: 0; line-height: 2rem;}
		nav a {color: var(--siyah); text-decoration: none; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9rem; line-height: 1.6rem; letter-spacing: 0.5px; /*border-bottom: 2px solid transparent; transition: border-color 0.3s;*/ background: linear-gradient(#666 0 0) 0px 22px / var(--underline-width, 0%) 2px no-repeat; display: inline-block; text-decoration: none; transition: background-size 0.3s; }
		nav a:hover {  --underline-width: 100%; /*border-bottom: 2px solid var(--siyah); */}
		nav .menu-randevu a {background:#222; color:#fff; border-radius:3rem; padding:.25rem 1.25rem; font-weight: 500;}

		.menu-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--siyah); font-size: 2rem; z-index: 1001; }
		.menu-toggle i { font-size: 2rem; }

		.card { max-width: 100%; border-radius: var(--card-radius); padding: 0; display: flex; position: relative; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2); min-height: 500px; overflow: visible; margin: 2rem auto 8rem; }
		.card-dar { max-width: 900px; }
		.fon-beyaz { background-color: var(--beyaz); }
		.fon-siyah { background-color: var(--siyah); }
		.fon-siyah a { color: var(--sari-1); }
		.text-beyaz { color: var(--beyaz); }
		.text-siyah { color: var(--siyah); }
		.yazi-beyaz { color: var(--yaziBeyaz); }
		.yazi-siyah { color: var(--yaziSiyah); }
		.noktali { background-image: radial-gradient(circle at 26px 20px, #8886 1px, transparent 0); background-size: 40px 40px; }

		/* --- POST-IT ETIKETLER --- */
		.postit-label { position: absolute; background-color: #ffeba7; color: #000; font-family: "Licorice", cursive; font-size: 2rem; padding: 0.5rem 1.5rem; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); z-index: 20; transform: rotate(-3deg); border-radius: 2px; pointer-events: none; white-space: nowrap; font-weight: 600; }
		.postit-label::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(2deg); width: 40%; height: 20px; background-color: rgba(255,255,255,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.05); }

		.postit-blue { background-color: #b8dff9; }
		.postit-pink { background-color: #f9b8ef; }
		.postit-yellow { background-color: #fff9c4; }
		.postit-green { background-color: #e8f5e9; }

		.label-hero { top: -25px; left: -10px; transform: rotate(-5deg); }
		.label-social { top: -25px; right: 0; transform: translateX(-50%) rotate(4deg); }
		.label-chat { top: 6px; left: 22px; transform: rotate(4deg); }

		/* --- OKLU GÖSTERİMLER --- */
		.arrow-info-1 { font-family: "Licorice", cursive; font-size:2.5rem; display:inline-block; position:absolute; top:-4rem; left:20%; transform: rotate(-2deg); z-index:0; }
		.arrow-info-1:after { content: ""; display: block; background: url('https://altug.design/wp-content/uploads/2026/02/ok1.png'); background-size: cover; width: 84px; height: 41px; rotate: -49deg; position: absolute; left: -90px; top: 22px; opacity: .7; }

		.arrow-info-about { font-family: "Licorice", cursive; font-size:2.5rem; display:inline-block; position:absolute; top:-3rem; right:12%; transform: rotate(8deg); z-index:0; }
		.arrow-info-about:after { content: ""; display: block; background: url('https://altug.design/wp-content/uploads/2026/02/ok1.png'); background-size: cover; width: 84px; height: 41px; rotate: 70deg;-webkit-transform: scaleX(-1); transform: scaleX(-1);position: absolute;right: -89px; top: 38px; opacity: .7;}

		/* --- HERO CARD --- */
		.hero-content { flex: 1; padding: 4rem 0rem 4rem 6rem; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
		.hero-title { font-size: 4.75rem; letter-spacing: -3px; font-weight: 500; line-height: 1.2; margin-bottom: 2rem; }
		.hero-title em { font-weight: 700; letter-spacing: -1px; }
		.hero-subtitle { width: 80%; font-size: 1.5rem; font-weight: 500; margin-bottom: 1.5rem; line-height: 1.5; }
		.hero-cta { display:flex; width:50%; gap:.75rem; vertical-align:middle; background-color: var(--siyah); color: var(--beyaz); padding:1rem 0; margin:1rem 0 2rem; text-decoration:none; justify-content: center; border-radius: var(--card-radius); }
		
		/* --- VISUALS --- */
		.hero-visual { flex: 0 0 40%; position: relative; display: flex; align-items: flex-end; justify-content: center; border-radius: 0 var(--card-radius) var(--card-radius) 0; overflow: visible; }
		.hero-img { position: absolute; bottom: 0rem; right: -2rem; width: auto; height: 107%; z-index: 1; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1)); object-fit: contain; pointer-events: none; transition: all 0.5s ease-in-out; }
		
		mark { background-color: var(--sari-1); color: inherit; padding: 0 0.2em; border-radius: 2px; text-decoration: none; }
		.hero-content mark { background: transparent; color: inherit; margin: 0 -0.4em; padding: 0.1em 0.4em; position: relative; display: inline; text-decoration: none; isolation: isolate; }
		.highlight-strip { position: absolute; z-index: -1; top: 0; left: 0; background-image: linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3)); background-repeat: no-repeat; background-size: 0% 100%; background-position: left center; border-radius: 0.6em 0.25em .75em 0.3em; transition-property: background-size; transition-timing-function: linear; transform: scaleY(0.9); }
		.highlight-strip.active { background-size: 100% 100%; rotate: -1.5deg; }

		.markalar { margin-top: 2rem; }
		.markalar p { color: var(--text-muted); }
		.markalar img { height: 1.95rem; width: auto; margin-right: 1rem; }

		/* --- 3D PERSPEKTİF ALANI (DESK) --- */
		.desk-wrapper { perspective: 1000px; padding-bottom: 0; position: relative; z-index: 1; }
		.desk-surface { width: 85vw; height:80vh; margin: 0 auto; background:transparent}
		/*.desk-surface { width: 80vw; height:80vh; margin: 0 auto; background-color: #f0e6cc; background-image: linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px); background-size: 40px 40px; position: relative; border-radius: var(--card-radius); box-shadow: 0 50px 100px -20px rgba(0,0,0,0.3), inset 0 0 100px rgba(0,0,0,0.05); transform-style: preserve-3d; transform-origin: center top; transform: rotateX(20deg); transition: transform 0.1s linear; }
		
		.stain *, .stain *::before, .stain *::after { position: absolute; box-sizing: border-box; }
		.stain { width: 290px; aspect-ratio: 1; opacity: .5; position: absolute; bottom: 9px; right: 19px; z-index: 0; filter: sepia(200%) brightness(360%) contrast(130%) hue-rotate(-15deg) grayscale(20%); background: #eee; mix-blend-mode: darken; -webkit-mask: radial-gradient(farthest-side at 25% 40%, #000 20%, #0000 45%), radial-gradient(#0004, #0000) 10% 25% / 17% 21%, radial-gradient(#0006, #0000) 30% 30% / 20% 20%, radial-gradient(#000c, #0000), radial-gradient(farthest-side, #0000 80%, #000); }
		.main-stain { left: 45%; top: 45%; transform: translate(-50%, -50%); width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 70% 20%, #00f 10%, #0000 0), radial-gradient(circle at 81% 40%, #00f 6%, #0000 0), radial-gradient(circle at 20% 20%, #00f 6%, #0000 0), #fff; box-shadow: inset 5vmin -0.75vmin 0 -2.75vmin #006, inset -1vmin -1vmin blue, inset -1.5vmin 2.5vmin blue, 1vmin 2vmin blue, -1vmin 2vmin 0 -1vmin blue, 0 0 0 16vmin #fff; filter: blur(1.5vmin) contrast(500); }
		*/

		/* İnteraktif Kartlar */
		.note-card { position: absolute; width: 220px; height: auto; min-height: auto; background: #fff; padding: 1.2rem; border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); cursor: grab; transition: box-shadow 0.2s, transform 0.2s, z-index 0s; font-family: 'Courier Prime', monospace; font-size: 0.85rem; line-height: 1.3; color: #333; display: flex; flex-direction: column; gap: 10px; border-top: 6px solid #000; border-bottom: 1px solid rgba(0,0,0,0.05); border-right: 1px solid rgba(0,0,0,0.05); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0; }
			.note-card:hover { transform: scale(1.05) translateZ(10px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); z-index: 500; }
			.note-card:active { cursor: grabbing; box-shadow: 0 20px 35px rgba(0,0,0,0.2); z-index: 1000 !important; transform: scale(1.05) translateZ(10px); }
			.note-header { display: flex; align-items: center; gap: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 0px; }
			.note-img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; background: #f0f0f0; flex-shrink: 0; }
			.note-info { display: flex; flex-direction: column; }
			.note-name { font-weight: 700; font-size: 0.95rem; color: #000; }
			.note-role { font-size: 0.8rem; color: #666; line-height: 1.1; }
			.note-text { flex: 1; display: block; }


		/* --- MODALS & OVERLAYS --- */
		.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); z-index: 2000; justify-content: center; align-items: center; }
		.modal-content { width: 1260px; max-width: 90vw; height: 90vh; background: white; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.3); z-index: 2001; border-radius: 1rem; }
		.modal-content iframe { width: 100%; height: 100%; border: none; border-radius: 1rem; }
		.close-btn { position: absolute; top: -40px; right: 0; font-size: 35px; color: white; cursor: pointer; font-weight: bold; }
		#chatOverlay .modal-content { background-color: #1a1a1a; color: #fff; border: 2px solid #333; display: flex; flex-direction: column; padding: 25px; }
		#chatOverlay .close-btn { color: #fff; top: 15px; right: 20px; font-size: 2rem; }
		#chatOverlay .chat-area { flex: 1; height: auto; border: 1px solid #333; margin-bottom: 20px; background: #111; border-radius: 6px; padding: 15px; overflow-y: auto; }

		/* --- INLINE STYLE CONVERSIONS --- */
		.pastLogos, .home-articles { display:block; margin:3rem auto; text-align:center; }
/*		.home-articles {margin-top:0}*/
		.pastLogos h2, .home-articles h2.anaBaslik { font-size:4rem; font-weight:400; padding: 0; margin: 0;}
		.pastLogos h4, .home-articles .anaBaslikAlti { clear:both; font-size:1.5rem; padding:2rem 0 0; margin:0 auto; display:block; max-width:50%; font-weight:700; font-style:italic; color:#222; }
		.home-articles .anaBaslikAlti {padding:1rem 0 2rem; font-size:1.1rem; font-weight:400; color:#444}
		.pastLogos img { display:inline-block; margin:1rem; padding:.5rem; border-radius:1rem; height:60px; transition:transform .5s; }
		.pastLogos img:hover { box-shadow:0 .5rem 1rem #8888; cursor:pointer; transform:scale(1.2); background:#fff; }
		.big-cta { display:table; margin:2rem auto; background-color: var(--siyah); color: var(--beyaz); text-decoration:none; justify-content: center; border-radius: 5rem; font-size:1.25rem; font-weight:600; width: auto; padding:1rem 2rem; transition:.5s;}
		.big-cta i {margin-right:.5rem}
		.big-cta:hover {background-color:#080808; color: var(--sari-1); transform: translateY(-5px);}
		

		/* Hakkımda Section */
		.about-section { padding:3rem 4rem; background-color: var(--beyaz); }
		.about-flex { display: flex; flex-direction: column; gap:4rem; align-items: center; }
		@media (min-width: 768px) { .about-flex { flex-direction: row; align-items: center; } }

			/* Image Side */
			.image-container { flex: 2; position: relative; width: 100%; max-width: 400px; /*align-self: start;*/}
			.image-bg-blob { position: absolute; inset: 0; background-color: var(--primary); border-radius: 24px; transform: rotate(6deg); transition: transform 0.3s ease; }
			.image-container:hover .image-bg-blob { transform: rotate(0deg); }
			.profile-img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; filter: grayscale(100%); transition: filter 0.5s ease; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
			.image-container:hover .profile-img { filter: grayscale(0%); }
			.floating-label { position: absolute; bottom: -16px; right: -16px; background: white; padding: 16px; border-radius: 12px; box-shadow: 0 10px 15px rgba(0,0,0,0.1); font-size: 12px; font-weight: 500; max-width: 140px; }

			/* Content Side */
			.about-me-content-area { flex: 3; line-height:1.5}
			.title-display { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; margin-bottom: 24px; }
			.text-lead { font-size: 18px; color: var(--text-gray); margin-bottom: 24px; }
			.text-lead strong { color: var(--secondary); }

			/* Brands */
			.brands-title { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #9CA3AF; font-weight: 700; }
			.brands-flex { display: flex; flex-wrap: wrap; gap:1rem; align-items: center; opacity: 0.6; margin:0}


		/* CTA Section */
		.cta-section {}
		.cta-card { max-width: 900px; border-radius: var(--card-radius); padding:3rem 3rem 2rem; text-align: center; position: relative;  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25); overflow: visible; margin: 2rem auto 8rem; }
		.cta-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 8px;}
		.cta-title { font-size: 36px; font-weight: 700; margin-bottom: 24px; }
		@media (min-width: 768px) { .cta-title { font-size: 48px; } }
		.cta-desc { font-size:1.2rem; line-height:1.6; color: #ccc; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
		.button-group { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
		@media (min-width: 640px) { .button-group { flex-direction: row; } }
		.btn { padding: 20px 40px; border-radius:3rem; font-weight: 700; font-size: 1.2rem; text-decoration: none; transition: all 0.3s ease; display: inline-block; }
		.btn-primary { background-color: var(--beyaz); color: var(--siyah) !important; box-shadow: .25rem .3rem #e1c443; }
		.btn-primary:hover { background-color: var(--sari-2) !important;  transform: translateY(-2px); }
		.btn-outline { background-color: var(--beyaz); color: var(--siyah) !important; border: 2px solid var(--siyah); }
		.btn-outline:hover { background-color: #F9FAFB; }
		.cta-footer { margin-top: 2rem; font-size: .9rem; color: #9CA3AF; font-style:italic}


/* MAKALELER */
/* --- POST-IT GRID LAYOUT --- */
.post-it-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2.5rem;
	margin-top: 3rem;
	text-align:left;
}

.post-it-card {
	position: relative;
	padding: 3rem 2rem 2rem; /* Üstten bant için boşluk bırakıldı */
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--siyah);
	will-change: transform;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;

	margin-bottom:1rem
}


/* Genel hover hali (Default sola yatık) */
.post-it-card:hover {
	transform: translateY(-8px) scale(1.1) rotate(-1deg);
	box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Çift sayılı kartlar sağa yatsın */
.post-it-card:nth-child(even):hover {
	transform: translateY(-8px) scale(1.1) rotate(1.5deg);
}

/* 3'ün katı olan kartlar biraz daha fazla sola yatsın */
.post-it-card:nth-child(3n):hover {
	transform: translateY(-8px) scale(1.1) rotate(-2deg);
}

/* 5'in katı olan kartlar neredeyse düz dursun */
.post-it-card:nth-child(5n):hover {
	transform: translateY(-8px) scale(1.1) rotate(0.5deg);
}

/* Üstteki Yarı Şeffaf Bant Efekti */
.post-it-card::before {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.65);
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	z-index: 2;
	rotate: -1.5deg;
}

/* Post-it Renk Varyasyonları */
.post-it-card.bg-sari  { background-color: #fff9c4; }
.post-it-card.bg-mavi  { background-color: #b8dff9; }
.post-it-card.bg-pembe { background-color: #f9b8ef; }
.post-it-card.bg-beyaz { background-color: #ffffff; }
.post-it-card.bg-yesil { background-color: #e8f5e9; }

/* Kategori ve Tarih Alanı */
.post-it-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 0.75rem;
}

.post-it-category {
	background-color: rgba(0,0,0,0.06);
	padding: 0.4rem 1rem;
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.post-it-date {
	font-family: 'Courier Prime', monospace;
	color: #666;
	font-weight: 700;
}

/* Yazı Başlığı */
.post-it-title {
	font-family: "Source Serif 4", serif;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	font-weight: 600;
	color: #111;
}

/* Yazı Özeti */
.post-it-excerpt {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
	flex-grow: 1; /* Oku butonunu en alta iter */
	
	/* Belirli bir satırdan sonrasını kesmek için */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Read More (Yazıyı Oku) Butonu */
.post-it-footer {
	text-align: right;
	margin-top: 2rem;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	color: #222;
}

.post-it-card:hover .post-it-footer i {
	transform: translateX(5px);
	transition: transform 0.3s ease;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
	.post-it-grid {
		grid-template-columns: 1fr;
	}
	.post-it-title {
		font-size: 1.8rem;
	}
}


/* YAZILAR */
.home .entry-meta .author, 
.home .entry-meta .meta-sep {display:none}

.home #container {overflow:hidden; padding-top:2rem}
.home article {position:relative; margin-bottom:4rem; display:block; z-index:1}
.home article header {text-align:left; padding:1rem 1rem 0}
.home h2.entry-title, .home .entry-meta { line-height:1.6rem;}
		.home h2.entry-title a {display:block; width:100%; font-size:1.3rem; font-weight:700; color:#000; text-decoration:none; }


/* Ana Sayfa */
/* Ana akışta Görselli Sunum */
/* Tüm Yazılar */
/* :is(.home, .post) .homePostThumb {display:none} */
.home .homeHeaderSummary a {display:inline-block; text-decoration:none}
.home article:not(.sonYazi) {float:left; width:32%}
	.home article:not(.sonYazi):nth-child(even) {margin-right:2rem}

.home article {overflow:hidden}

:not(.paged).home .tag-html:after, :not(.paged).home .tag-html-en:after,
:not(.paged).home .tag-css:after, :not(.paged).home .tag-css-en:after, 
:not(.paged).home .tag-ux-tr:after, :not(.paged).home .tag-ux-en:after,
:not(.paged).home .sonYazi:after, :not(.paged).home .sonYaziEN:after {position:absolute; display:block; right:-45px; top:17px; background:#d42; color:#fff; font-weight:bold; transform:rotate(45deg); width:150px; text-align:center; letter-spacing:3px; box-shadow:0 2px 10px #333; z-index:0}
	:not(.paged).home .tag-html:after, :not(.paged).home .tag-html-en:after {content:"HTML"; background:#e43; color:#fff}
	:not(.paged).home .tag-css:after, :not(.paged).home .tag-css-en:after {content:"CSS"; background:#48f; color:#fff}
	:not(.paged).home .tag-ux-tr:after, :not(.paged).home .tag-ux-en:after {content:"UX"; background:#3a5; color:#fff}
	:not(.paged).home .sonYazi:after {content:"YENİ"; background:#fb0; color:#222}
	:not(.paged).home .container-EN .sonYazi:after {content:"NEW"}

.home .homePostThumb {display:block; position:inherit; }
/*.single .homePostThumb {display:none} /* Tekil yazıda gösterme */
	.home .homePostThumb img {display:block; border-radius:1rem; width:100%; height:auto}
	.home a.homePostThumb:before {content:""; display:block; background:linear-gradient(0deg, black 10%, transparent 90%); position:absolute; z-index:1; width: calc(100% - 4px);
	height: calc(100% - 4px); border-radius: 1rem; border: 3px solid #fafafa;}
	.home a.homePostThumb:before:hover {background:linear-gradient(0deg, black 0%, transparent 100%);}
.home .homeHeaderSummary {position:absolute; z-index:1; bottom:0; padding: 0 1em 0.5em;}
	.home h2.entry-title {margin:0}
	.home h2.entry-title a {color:#fc0; font-size:105%; line-height:145%; padding:0 1rem; margin:-3rem -1rem -1rem; text-shadow: 0 0 2px #000}
	.home .entry-summary :is(p) {color:#eee; white-space:normal; font-size:1rem !important; line-height:1.4 !important; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;margin-top: 0rem; padding: 0 1rem; display:none}
.home .sonYazi .homeHeaderSummary a {font-size:140%; line-height:140%}
.home .sonYazi .homeHeaderSummary p {font-size:90% !important; line-height:135% !important; margin-top:1.5rem; display:-webkit-box}

@media screen and (max-width:900px) {
.home h2.entry-title a {padding-bottom:1.2rem}
.home .sonYazi .homeHeaderSummary a {font-size:105%; padding-bottom:1.2rem;}
	.home article:not(.sonYazi) {float:none; width:100%}
		.home article:not(.sonYazi):nth-child(even) {margin-right:0rem}
}
@media screen and (min-width:700px) {
	/*.single header {margin:3rem}*/
}
@media screen and (max-width:680px) {
	.home .entry-summary {display:none}
	.home .homeHeaderSummary a {font-size:90% !important}
}



.articleImage {margin: 0}
	.articleImage img {border-radius: 3rem 3rem 0 0;}

.single .articleImage img {width:100%; height:auto; border:none}
.single article .homeHeaderSummary {padding: 0; margin:2rem 0 0; padding:0 2rem; flex-direction: column; gap: 1rem; text-align: center;}
.single .entry-content {/*padding:0 2rem 2rem*/}
.single .entry-content img {max-width:100%; height:auto; border-radius:.25rem}

.altugColorTags {/*padding:1rem 0*/}
	.altugColorTags a {display:inline-block; margin-left:.5rem; padding:.25rem 1rem; border-radius:2rem; font-size:.8rem; background-color:#666; color:#fff !important; text-decoration:none; opacity:.8; transition: opacity .3s ease; border:none !important}
	.altugColorTags a:hover {opacity:1}
		.altugColorTags .tag-HTML {background:#e43}
		.altugColorTags .tag-CSS {background:#48f}
		.altugColorTags .tag-UX {background:#3a5}

.prism {border-radius: 0.7rem !important; background: #010f36 !important;}
.hcb_wrap.hcb_wrap code, .hcb_wrap.hcb_wrap pre {white-space:pre-wrap; font-weight:600; background:transparent;/*background: #010f36;*/ }

.syntaxhighlighterFix {
	background-color: #1B2426 !important;
	padding: 1rem !important;
	border-radius: 0.7rem;
	font-size: 110% !important;
}
.syntaxhighlighterFix .line {border-radius: 0.7rem}
.syntaxhighlighterFix div {line-height: 1.5em !important}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 0.5rem;font-weight: 600;line-height: 1.2;padding-top:1.5rem;}
.entry-content h2, .entry-content h3, .entry-content h4 {padding: 1.5em 0 .5em}
.entry-content h2:target, .entry-content h3:target, .entry-content h4:target {color:#222; border-bottom:3px solid #222; font-weight:700}
.entry-content h2 {font-size:2rem}
.entry-content h3 {font-size:1.6rem}
.entry-content h4 {font-size:1.3rem}
.entry-content p, .entry-content li {font-weight: 400; font-size: 1.1rem; line-height: 1.6; margin:1rem auto;}
.entry-content li {margin-left:1.6rem}
.entry-content .wp-caption-text {margin-top:0; font-size:.9rem; color:#888}

.entry-content .genisGorsel {margin-left:-10%; max-width:120%; width:120%}
	@media screen and (max-width: 850px) {
		.entry-content .genisGorsel {margin-left:0; max-width:100%; width:100%}
	}

.entry-footer {text-align: center; padding:2rem 3rem}
.entry-footer .cat-links, .entry-footer .tag-links {margin: 0 2rem; font-size: .85rem;}




/* Single Sayfa Layout */
.single .postHeaderSummary {display:flex; flex-direction:column; border:2px solid #d814; background:#fcfcfc; padding:3rem; border-radius:2rem; margin-bottom:3rem; font-family: 'Inter', sans-serif;}
	.postHeaderSummary .postTitle-image {display:flex; flex-direction:row; /*flex-wrap:wrap;*/ gap:3rem}
		.postHeaderSummary .postHeaderTitleExcerpt {flex-basis: 60%; flex-direction:column; gap:1.5rem}
			.postHeaderSummary .postHeaderTitleExcerpt .entry-title a {display: block; /*font-family: 'Inter', sans-serif;*/ font-weight: 600; margin-bottom: 2rem; font-size:3rem; color:#222; text-decoration:none; line-height:1.2}
/*			.postHeaderSummary .postHeaderTitleExcerpt .entry-title a span:first-line {font-weight: 800}*/
			.postHeaderSummary .postHeaderTitleExcerpt p.excerpt {font-size:1.3rem; color:#333; line-height:1.5}

		.postHeaderSummary .post-cover {display:flex; flex-basis:40%; height: max-content;}
			.postHeaderSummary .post-cover img {width:100%; height:auto; border-radius:.25rem}

	.postHeaderSummary .postHeader-Author {display:flex; flex-direction:row; gap:1rem; font-size:.9rem}
		.postHeaderSummary .postHeader-Author .author {font-size:1.1rem}
		.postHeaderSummary .postHeader-Author .avatar {border-radius:50%; border:2px solid #111; box-shadow: inset 0 -10px #111;}
		.postHeaderSummary .postHeader-Author .authorPostInfo {display:flex; flex-direction:column; gap:.7rem; padding-top:.5rem}
		.postHeaderSummary .postHeader-Author .authorPostInfo p {margin:0}




.single-layout-wrapper {
	/*background-color: var(--sari-2, #fae588);*/
	/*padding: 4rem 2rem;*/
}

.single-container {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	align-items: flex-start;
}

/* Sol Panel ve Sticky Özelliği */
.single-sidebar {
	width: 20rem;
	flex-shrink: 0;
	position: sticky;
	top: 2rem;
	align-self: flex-start;
}

/* Sağ Beyaz Kart İçerik */
.single-main-content {
	flex-grow: 1;
	background: #fefefe;
	padding: 2rem 2rem 4rem;
	border-radius: 2rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	min-width: 0;
}

.single-main-content article {margin-bottom:10rem}

/* Sonraki Yazılar - Önceki Yazılar */
.single-main-content .content-footer {margin:3rem 0; text-align:center}
	.content-footer .screen-reader-text {display:none}
	.nav-links {overflow:hidden; display:flex; flex-direction:row; gap: 1rem;}
		.nav-links div {display:flex; flex-grow:1}
		.nav-links div.nav-previous a {border-radius:2rem 0 0 2rem}
		.nav-links div.nav-next a {border-radius:0 2rem 2rem 0}
		.nav-links a {display:block; width:100%; padding:2rem; background:#eee; box-sizing: border-box; font-weight:600; transition: 0.25s}
		.nav-links a:hover {background:#ccc8}
		.darkMode .nav-links a:hover {background:#4448}

		@media screen and (max-width:680px) {
			.nav-links {overflow:hidden; display:block}
				.nav-links div {width:100%; float:none; margin-bottom:2rem}
				.nav-links div a {padding:1rem; border-radius:2rem !important}
		}


/* İçindekiler ve Meta Widget Tasarımı */
.widget-container {
	background: #fcfcfc;
	padding: 1.5rem;
	border-radius: .25rem;
	margin-bottom: 2rem;
	font-family: sans-serif;
	font-size: 1rem;
	color: #333;
}

.widget-container ul {margin-left:1rem}


.toc-widget {margin-bottom:2.5rem; rotate:0deg}
.toc-widget:hover {transform: translateY(0px) scale(1) rotate(0deg); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);}

.toc-title {
	font-weight: bold;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1px;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc-list li {
	margin-bottom: 1rem;
}

.toc-list li a {
	text-decoration: none;
	color: #222;
	line-height: 1.5;
	transition: 0.2s ease;
	border-bottom:1px dotted;
}

.toc-list li a:hover {
	text-decoration:none; color:#222; border-bottom:1px solid
}

.toc-list .sub-toc {
	padding-left: 1rem;/
	/*font-size: 0.85rem;*/
	margin-bottom: 0.8rem;
}

/* WordPress Standart Bileşenleri (Widgets) */
.single-sidebar .widget {
	background: #fcfcfc;
	padding: 1.5rem;
	border-radius: .5rem;
	margin-bottom: 2rem;
	font-family: sans-serif;
	font-size: 0.9rem;
	color: #333;
}

.single-sidebar .widget-title {
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 1.35rem;

}

.single-sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-sidebar .widget li {
	margin-bottom: 0.8rem;
}

.single-sidebar .widget a {
	text-decoration: none;
	color: #333;
	transition: 0.2s ease;
}

.single-sidebar .widget a:hover {
	opacity: 0.6;
}


.widget-container {
	background: #fcfcfc;
	padding: 1.5rem;
	border-radius: 2rem;
	margin-bottom: 2.5rem;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	color: #333;
}

.widget-container ul {margin-left:1rem}
.widget-container ul li {margin-bottom:.9rem}
.widget-container li a {display:inline; font-weight:500; color:#222; text-decoration:none; border-bottom:1px dotted; line-height:1.4}
.widget-container li a:hover {color:#c00; border-bottom:1px solid}

/* Mobil Uyumluluk */
@media (max-width: 900px) {
	.single-container {
		flex-direction: column;
	}
	.single-sidebar {
		width: 100%;
		position: relative;
		top: 0;
	}
	.single-main-content {
		padding: 2rem;
	}
}



.pageHeader {padding-top:0}
.pageHeader .entry-title {margin:0; padding:0 2rem}
.pageHeader a {color:#222; text-decoration:none; text-align:center; font-size:3rem; font-weight:400; padding: 0; margin: 0;}
.pageContainer {display:flex; flex-direction:row; gap:2rem}



		footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; gap: 2rem; min-height:auto !important; 
		margin: 5rem auto; padding: 3rem 2rem; border-radius: 2rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}
		.logo-text { flex-shrink: 0; }
		#menuFooter { flex-grow: 1; display: flex; justify-content: center; }
		.footer-links { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; }
		.myLinks { display: flex; gap: 0.75rem; flex-shrink: 0; font-size: 1.2rem; }
		@media (max-width: 768px) { footer { flex-direction: column; text-align: center; } }




		/* --- RESPONSIVE --- */
		@media (max-width:1200px) { 
			.hero-img { right:-10rem; } 
			}
		@media (max-width:1100px) { 
			.hero-cta { width:90%; } 
			.hero-img { right:-20rem; } 
			.arrow-info-2 { display:none; } 
			.postHeaderSummary .postHeaderTitleExcerpt {flex-basis:100%}
			.postHeaderSummary .post-cover {display:none}
			}
		@media (max-width: 900px) { 
			.hero-content { padding: 3rem 2rem; align-items: center; } 
			.hero-title { font-size: 3rem; } 
			.card { flex-direction: column-reverse; text-align: center; height: auto; overflow: visible; } 
			.card h2, .card h3, .card h4, .card h5, .card p, .card li {text-align:left} 
			.hero-visual { width: 100%; height: 300px; border-radius: var(--card-radius) var(--card-radius) 0 0; } 
			.hero-img { right: auto; left: 50%; transform: translateX(-50%); height: 120%; } 
			.desk-surface { width:100%; } 
			.label-social { top: 0px; right: -104px; } 
			header { padding: 1rem; } 
			.menu-toggle { display: block; } 
			nav { position: fixed; top: 0; right: -100%; width: 80%; height: 100vh; background-color: var(--sari-3); box-shadow: -5px 0 15px rgba(0,0,0,0.1); transition: right 0.3s ease; z-index: 1000; display: flex; flex-direction: column; justify-content: center; align-items: center; } 
			nav.active { right: 0; } 
			nav ul { flex-direction: column; gap: 2rem; } 
			nav a { font-size: 1.5rem; } 
			.mejs-container {width:100% !important}
			.pageContainer {flex-direction:column}
			}
		@media (max-width: 768px) { 
			
		}



.pagination-wrapper {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 4rem;
}

.pagination-wrapper .page-numbers {
	width: 48px;
	height: 48px;
	background: #fff;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	transition: 0.3s all ease;
}

.pagination-wrapper .page-numbers.current {
	background: #5D5D2E; /* Zeytin yeşili/kahve tonu */
	color: #fff;
}

.pagination-wrapper .page-numbers:hover:not(.current) {
	transform: translateY(-3px);
	background: #f8f8f8;
}




		/* --- FIX --- */
		.wp-caption {width: 100% !important; display: flex; flex-direction: column; align-items: center;}
		.wp-caption-text {text-align:center !important}