/* Tadilat Pazarı — site (kamuya açık) stilleri */
.tp-site {
	--tp-primary: #d97706;
	--tp-primary-d: #b45309;
	--tp-ink: #1f2937;
	--tp-slate: #334155;
	--tp-muted: #6b7280;
	--tp-line: #e5e7eb;
	--tp-bg: #f9fafb;
	--tp-dark: #1f2937;
	margin: 0;
	padding: 0;
	color: var(--tp-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: #fff;
}
.tp-site * { box-sizing: border-box; }
.tp-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.tp-narrow { max-width: 760px; }
.tp-main { min-height: 50vh; }

/* ---- Header ---- */
.tp-header { background: #fff; border-bottom: 1px solid var(--tp-line); position: sticky; top: 0; z-index: 100; }
.tp-header-in { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.tp-logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 800; color: var(--tp-ink); text-decoration: none; }
.tp-logo .dashicons { color: var(--tp-primary); font-size: 24px; width: 24px; height: 24px; }
.tp-nav { display: flex; align-items: center; gap: 6px; }
.tp-nav a { color: var(--tp-slate); text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 12px; border-radius: 8px; }
.tp-nav a:hover { color: var(--tp-primary); background: var(--tp-bg); }
.tp-nav a.tp-active { color: var(--tp-primary); }
.tp-nav-cta { background: var(--tp-primary) !important; color: #fff !important; padding: 9px 18px !important; margin-left: 6px; }
.tp-nav-cta:hover { background: var(--tp-primary-d) !important; }
.tp-nav-ghost { border: 1px solid var(--tp-line); }
.tp-nav-toggle { display: none; background: none; border: 1px solid var(--tp-line); border-radius: 8px; padding: 6px 10px; cursor: pointer; }
.tp-nav-toggle .dashicons { font-size: 24px; width: 24px; height: 24px; }

/* ---- Buttons ---- */
.tp-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 10px; padding: 11px 20px; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; transition: .15s; }
.tp-btn-lg { padding: 14px 26px; font-size: 16px; }
.tp-btn-primary { background: var(--tp-primary); color: #fff; }
.tp-btn-primary:hover { background: var(--tp-primary-d); color: #fff; }
.tp-btn-ghost { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.tp-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.tp-btn-light { background: #fff; color: var(--tp-primary); }
.tp-btn-light:hover { background: #fff7ed; color: var(--tp-primary-d); }

/* ---- Hero ---- */
.tp-hero { background: linear-gradient(135deg, #1f2937 0%, #334155 100%); color: #fff; padding: 84px 0; text-align: center; }
.tp-hero-in { max-width: 720px; }
.tp-hero h1 { font-size: 44px; line-height: 1.15; margin: 0 0 18px; font-weight: 800; color: #fff; }
.tp-hero p { font-size: 19px; color: #cbd5e1; margin: 0 0 30px; }
.tp-hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- Blocks ---- */
.tp-block { padding: 72px 0; }
.tp-block-alt { background: var(--tp-bg); }
.tp-block-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.tp-eyebrow { display: inline-block; color: var(--tp-primary); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.tp-block-head h2 { font-size: 34px; margin: 0; font-weight: 800; color: var(--tp-ink); }

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

.tp-feature { text-align: center; padding: 8px; }
.tp-feature-card { background: #fff; border: 1px solid var(--tp-line); border-radius: 16px; padding: 30px 24px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.tp-feature-ic { position: relative; width: 64px; height: 64px; margin: 0 auto 18px; background: #fff7ed; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.tp-feature-ic .dashicons { font-size: 30px; width: 30px; height: 30px; color: var(--tp-primary); }
.tp-step-no { position: absolute; top: -8px; right: -8px; background: var(--tp-primary); color: #fff; width: 26px; height: 26px; border-radius: 50%; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.tp-feature h3 { font-size: 20px; margin: 0 0 8px; color: var(--tp-ink); }
.tp-feature p { color: var(--tp-muted); margin: 0; font-size: 15px; }
.tp-link { display: inline-block; margin-top: 14px; color: var(--tp-primary); font-weight: 700; text-decoration: none; }
.tp-link:hover { color: var(--tp-primary-d); }

/* ---- Categories ---- */
.tp-cat { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 26px 14px; background: #fff; border: 1px solid var(--tp-line); border-radius: 14px; text-decoration: none; color: var(--tp-ink); font-weight: 700; transition: .15s; }
.tp-cat:hover { border-color: var(--tp-primary); box-shadow: 0 4px 14px rgba(217,119,6,.12); transform: translateY(-2px); }
.tp-cat .dashicons { font-size: 30px; width: 30px; height: 30px; color: var(--tp-primary); }

/* ---- Stats band ---- */
.tp-stats-band { background: var(--tp-dark); color: #fff; padding: 50px 0; }
.tp-stat-band { text-align: center; }
.tp-stat-num { font-size: 40px; font-weight: 800; color: var(--tp-primary); }
.tp-stat-lbl { color: #cbd5e1; font-size: 15px; }

/* ---- CTA ---- */
.tp-cta { background: var(--tp-primary); color: #fff; padding: 56px 0; }
.tp-cta-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.tp-cta h2 { font-size: 30px; margin: 0 0 6px; color: #fff; }
.tp-cta p { margin: 0; color: #fff7ed; font-size: 17px; }

/* ---- Prose / page titles ---- */
.tp-prose { padding-top: 56px; }
.tp-page-title { font-size: 38px; font-weight: 800; margin: 0 0 18px; color: var(--tp-ink); }
.tp-prose h3 { font-size: 22px; margin: 28px 0 8px; color: var(--tp-ink); }
.tp-prose p { color: var(--tp-slate); }

/* ---- Contact ---- */
.tp-contact-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; margin: 24px 0 60px; align-items: start; }
.tp-contact-info p { display: flex; align-items: center; gap: 10px; color: var(--tp-slate); }
.tp-contact-info .dashicons { color: var(--tp-primary); }

/* ---- Footer ---- */
.tp-footer { background: var(--tp-dark); color: #cbd5e1; padding: 56px 0 0; margin-top: 40px; }
.tp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.tp-foot-logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.tp-foot-logo .dashicons { color: var(--tp-primary); font-size: 22px; width: 22px; height: 22px; }
.tp-footer h4 { color: #fff; font-size: 16px; margin: 0 0 14px; }
.tp-footer ul { list-style: none; margin: 0; padding: 0; }
.tp-footer li { margin-bottom: 9px; }
.tp-footer a { color: #cbd5e1; text-decoration: none; }
.tp-footer a:hover { color: var(--tp-primary); }
.tp-foot-contact li { display: flex; align-items: center; gap: 8px; }
.tp-foot-contact .dashicons { color: var(--tp-primary); font-size: 18px; width: 18px; height: 18px; }
.tp-copy { border-top: 1px solid rgba(255,255,255,.1); padding: 20px; text-align: center; font-size: 14px; color: #94a3b8; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
	.tp-nav-toggle { display: block; }
	.tp-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 20px; border-bottom: 1px solid var(--tp-line); gap: 4px; box-shadow: 0 8px 16px rgba(0,0,0,.08); }
	.tp-nav.tp-open { display: flex; }
	.tp-nav-cta { margin-left: 0; text-align: center; }
	.tp-hero h1 { font-size: 32px; }
	.tp-block-head h2 { font-size: 26px; }
	.tp-grid-3 { grid-template-columns: 1fr; }
	.tp-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.tp-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.tp-contact-grid { grid-template-columns: 1fr; }
	.tp-cta-in { flex-direction: column; text-align: center; }
}
