/* 4 NASIL YAPILIR — rehber kurgusu (taslak .f-nasil). */
.x-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 22px; }
.spx-logo { font: 800 24px var(--fd); letter-spacing: -.02em; gap: 10px; }
.spx-logo i { width: 30px; height: 30px; border-radius: 9px; background: var(--acc); display: grid; place-items: center; color: var(--on-acc); font-style: normal; font-size: 16px; }
.x-search { flex: 1; max-width: 420px; margin-left: auto !important; }
.x-search .wp-block-search__inside-wrapper { background: var(--card); border: 0; border-radius: 999px; padding: 4px 6px 4px 18px; }
.x-search .wp-block-search__input { background: transparent; border: 0; font-size: 14px; color: var(--ink); }
.x-search .wp-block-search__button { background: transparent; color: var(--mute); border: 0; }
.x-hnav { font-size: 14px; color: var(--mute); gap: 16px; }
.x-hero-t > li { margin-top: 6px; background: var(--card); border-radius: 26px; padding: 40px 44px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.x-herotext { display: flex; flex-direction: column; align-items: flex-start; }
.x-pill { display: inline-flex; gap: 8px; align-items: center; background: #fff; border-radius: 999px; padding: 6px 12px; font-weight: 600; font-size: 13px; }
.x-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--acc); }
.x-h1 { font: 800 46px/1.05 var(--fd); letter-spacing: -.03em; margin: 10px 0 14px !important; }
.x-p { color: var(--mute); font-size: 17px; }
.x-steps { list-style: none; margin: 0; padding: 0; counter-reset: s; display: grid; gap: 10px; }
.x-steps li { counter-increment: s; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; background: #fff; border-radius: 16px; padding: 12px 16px; }
.x-steps li::before { content: counter(s); width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font: 800 20px var(--fd); background: var(--ink); color: #fff; }
.x-steps li:nth-child(-n+2)::before { background: var(--acc); color: var(--on-acc); }
.x-steps b { font-weight: 700; font-size: 15.5px; }
.x-topics { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; padding-block: 36px 8px; }
.x-topics .topic { border: 1px solid var(--line); border-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 6px; font-weight: 700; }
.x-topics .topic::before { content: ""; width: 34px; height: 34px; border-radius: 10px; background: var(--card); background-image: linear-gradient(135deg, transparent 45%, var(--acc) 46%, var(--acc) 54%, transparent 55%); }
.x-topics .topic span { font: 500 12px var(--fb); color: var(--mute); }
.x-guides { padding-block: 30px 40px; }
.x-guidesh { font: 800 26px var(--fd); letter-spacing: -.02em; margin-bottom: 16px !important; }
.x-glist, .spx-cards--nasil { display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); gap: 16px; }
.x-glist > li, .spx-cards--nasil > li { border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.x-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.x-meta > *, .x-metacat a { font: 500 12px var(--fm); background: var(--card); color: var(--ink); padding: 4px 8px; border-radius: 6px; }
.x-metacat .wp-block-post-terms__separator { display: none; }
.x-gt { font: 700 19px/1.25 var(--fd); }
.x-gex { color: var(--mute); font-size: 14px; }
.spx-footer--nasil { background: var(--ink); color: #b7cdc3; }
.spx-prose > ol { list-style: none; counter-reset: sp-step; padding-left: 0; display: grid; gap: 10px; }
.spx-prose > ol > li { counter-increment: sp-step; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; background: var(--card); border-radius: 14px; padding: 10px 14px; margin: 0 !important; }
.spx-prose > ol > li::before { content: counter(sp-step); width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font: 800 18px var(--fd); background: var(--ink); color: #fff; }
@media (max-width: 1000px) {
	.x-hero-t > li { grid-template-columns: minmax(0, 1fr); }
	.x-glist { grid-template-columns: minmax(0, 1fr); }
	.x-topics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.x-head { flex-wrap: wrap; padding-block: 16px; }
	.x-search { max-width: none; width: 100%; order: 3; }
	.x-hero-t > li { padding: 24px; }
	.x-h1 { font-size: 32px; }
	.x-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.x-hero-t > li:not(:has(.x-steps)) { grid-template-columns: minmax(0, 1fr); }
