/*
Theme Name: Limon Ruhu
Theme URI: https://limonruhu.com.tr
Author: Nexa Kimya
Description: Limon Ruhu detayli temizlik ilaci icin tek urun satis temasi. Next.js surumunun birebir PHP karsiligi.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: limonruhu
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* Tasarimin tamami assets/css/limonruhu.css dosyasindan gelir.
   Asagidakiler yalnizca WordPress'e ozgu birkac ek kuraldir. */

/* Hero slider: masaustunde tek slayt gorseli gorunur, mobilde iki urun yan yana. */
.limonruhu-masaustu-gorsel {
	display: none;
}

@media (min-width: 64rem) {
	.limonruhu-masaustu-gorsel.aktif {
		display: block;
	}
}

/* SSS akordiyonu: acik panelin arti isareti carpiya doner. */
.limonruhu-sss-panel[hidden] {
	display: none;
}

.limonruhu-sss-buton[aria-expanded="true"] .limonruhu-sss-isaret {
	transform: rotate(45deg);
}

/* WordPress editor ciktisinin yazi govdesinde okunur kalmasi icin. */
.limonruhu-yazi-govde > * + * {
	margin-top: 1rem;
}

.limonruhu-yazi-govde h2 {
	margin-top: 2rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--color-ink);
}

.limonruhu-yazi-govde ul {
	list-style: disc;
	padding-left: 1.5rem;
}

.limonruhu-yazi-govde li + li {
	margin-top: 0.5rem;
}

.limonruhu-yazi-govde a {
	color: var(--color-brand);
	text-decoration: underline;
}

/* Numarali adimlar: Next.js'teki yesil daireli liste. */
.limonruhu-yazi-govde ol {
	list-style: none;
	padding-left: 0;
	counter-reset: limonruhu-adim;
}

.limonruhu-yazi-govde ol > li {
	position: relative;
	padding-left: 2.25rem;
	color: color-mix(in srgb, var(--color-ink) 85%, transparent);
	line-height: 1.7;
}

.limonruhu-yazi-govde ol > li + li {
	margin-top: 0.625rem;
}

.limonruhu-yazi-govde ol > li::before {
	counter-increment: limonruhu-adim;
	content: counter(limonruhu-adim);
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 9999px;
	background: var(--color-brand);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Ipucu kutusu. */
.limonruhu-ipucu {
	display: flex;
	gap: 0.75rem;
	margin: 1.5rem 0;
	padding: 1rem;
	border-radius: 1rem;
	border-left: 4px solid var(--color-brand);
	background: color-mix(in srgb, var(--color-brand) 5%, transparent);
}

.limonruhu-ipucu > span {
	font-size: 1.25rem;
	line-height: 1.4;
}

.limonruhu-ipucu p {
	margin: 0;
	color: color-mix(in srgb, var(--color-ink) 85%, transparent);
	line-height: 1.7;
}
