/* İnciSMMPanel Teması — global tasarım sistemi (koyu-gradyan) */

:root {
	--bg: #0a0f1e;
	--bg2: #101830;
	--card: #161f38;
	--card2: #1b2748;
	--line: #263257;
	--txt: #eaeefb;
	--muted: #8f9dc0;
	--accent: #5b54d6;
	--accent2: #3f7ae0;
	--ok: #21c17a;
	--radius: 16px;
	--maxw: 1500px;
	--pad: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.ismmt {
	margin: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: var(--txt);
	background:
		radial-gradient(1100px 640px at 12% -8%, #26326033, transparent),
		radial-gradient(900px 560px at 100% -4%, #4f8bff12, transparent),
		linear-gradient(180deg, var(--bg), var(--bg2));
	background-attachment: fixed;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; }

/* Tarayıcı kaydırma çubuğu — tema rengine uyumlu */
html { scrollbar-width: thin; scrollbar-color: var(--accent) var(--bg2); }
body.ismmt::-webkit-scrollbar,
.ismmt ::-webkit-scrollbar { width: 12px; height: 12px; }
body.ismmt::-webkit-scrollbar-track,
.ismmt ::-webkit-scrollbar-track { background: var(--bg2); }
body.ismmt::-webkit-scrollbar-thumb,
.ismmt ::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 8px; border: 3px solid var(--bg2); }
body.ismmt::-webkit-scrollbar-thumb:hover,
.ismmt ::-webkit-scrollbar-thumb:hover { background: var(--accent2); }

.ismmt-container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.ismmt-topbar { position: relative; background: linear-gradient(90deg, var(--accent), var(--accent2)); color: #fff; font-size: 13px; font-weight: 600; text-align: center; padding: 8px 40px; }
.ismmt-topbar-x { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; font-size: 20px; line-height: 1; cursor: pointer; opacity: .85; }
.ismmt-topbar-x:hover { opacity: 1; }
.ismmt-topbar a, .ismmt-topbar span { color: #fff; }
.ismmt-topbar a:hover { text-decoration: underline; }
.ismmt-narrow { max-width: 780px; }
.ismmt-center { text-align: center; }

/* ===================== ICON ===================== */

.ismmt-ico {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #4f8bff14;
	border: 1px solid #4f8bff2b;
	color: var(--accent2);
}
.ismmt-ico svg { width: 24px; height: 24px; }

/* ===================== BUTTONS ===================== */

.ismmt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid var(--line);
	background: var(--card2);
	color: var(--txt);
	cursor: pointer;
	transition: transform .15s, filter .15s, background .15s;
	white-space: nowrap;
}
.ismmt-btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.ismmt-btn svg { width: 18px; height: 18px; }
.ismmt-btn-primary {
	background: var(--accent2);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 4px 14px -8px #0007;
}
.ismmt-btn-primary:hover { filter: none; background: #3568c8; }
.ismmt-btn-ghost { background: #ffffff08; }
.ismmt-btn-lg { padding: 14px 26px; font-size: 16px; }

/* ===================== HEADER ===================== */

.ismmt-header {
	position: sticky; top: 0; z-index: 50;
	backdrop-filter: blur(14px);
	background: #0a0f1ecc;
	border-bottom: 1px solid var(--line);
}
.ismmt-header-in { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.ismmt-logo { font-size: 20px; font-weight: 800; letter-spacing: -.4px; color: var(--txt); white-space: nowrap; }
.ismmt-logo span {
	background: linear-gradient(90deg, var(--accent2), var(--accent));
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
/* Görsel logo — gece/gündüz ayrı; moda göre görünür. */
.ismmt-logo-img { height: 38px; width: auto; max-width: 180px; object-fit: contain; display: block; }
.ismmt-footer .ismmt-logo-img { height: 32px; }
.ismmt-logo-light { display: none; }
html[data-theme="light"] .ismmt-logo-dark { display: none; }
html[data-theme="light"] .ismmt-logo-light { display: block; }
@media ( max-width: 560px ) { .ismmt-logo-img { height: 30px; max-width: 140px; } }
.ismmt-menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.ismmt-menu a { padding: 8px 13px; border-radius: 9px; color: var(--muted); font-weight: 500; font-size: 14px; transition: .15s; }
.ismmt-menu a:hover { color: var(--txt); background: #ffffff0a; }
.ismmt-menu-admin a { color: var(--accent2); border: 1px solid var(--line); background: #ffffff08; }
.ismmt-menu-admin a:hover { color: var(--txt); background: var(--accent2); }
.ismmt-header-actions { display: flex; align-items: center; gap: 12px; }
.ismmt-header-balance {
	display: inline-flex; align-items: center; gap: 6px;
	background: #ffffff0f; border: 1px solid var(--line); border-radius: 30px;
	padding: 7px 14px; font-size: 13px; color: var(--muted); white-space: nowrap;
}
.ismmt-header-balance strong { color: var(--ok); }
.ismmt-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.ismmt-burger span { width: 22px; height: 2px; background: var(--txt); border-radius: 2px; transition: transform .25s, opacity .2s; }
body.nav-open .ismmt-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .ismmt-burger span:nth-child(2) { opacity: 0; }
body.nav-open .ismmt-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@keyframes ismmtNavIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ===================== HERO ===================== */

.ismmt-hero { position: relative; overflow: hidden; padding: 76px 0 70px; }
.ismmt-hero-glow {
	position: absolute; top: -260px; left: 60%; transform: translateX(-50%);
	width: 860px; height: 860px; max-width: 130vw; border-radius: 50%;
	background: radial-gradient(circle, #6d5efc2b, transparent 62%);
	z-index: 0; pointer-events: none;
}
.ismmt-hero-grid {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center;
}
.ismmt-hero-copy { min-width: 0; }
.ismmt-hero-badge {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 7px 15px; border-radius: 30px;
	background: #4f8bff14; border: 1px solid #4f8bff33; color: var(--accent2);
	font-size: 13px; font-weight: 500; margin-bottom: 22px;
}
.ismmt-hero-badge svg { width: 15px; height: 15px; }
.ismmt-hero-title { font-size: clamp(32px, 4.6vw, 52px); line-height: 1.07; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 18px; }
.ismmt-hero-title span {
	background: linear-gradient(90deg, var(--accent2), var(--accent));
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ismmt-hero-sub { font-size: clamp(15px, 1.7vw, 18px); color: var(--muted); max-width: 520px; margin-bottom: 26px; }
.ismmt-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.ismmt-trust {
	list-style: none; margin: 26px 0 0; padding: 0;
	display: flex; gap: 10px 24px; flex-wrap: wrap;
}
.ismmt-trust li { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 500; }
.ismmt-trust svg { width: 17px; height: 17px; color: var(--accent2); }

.ismmt-stats {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px;
	margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line);
}
.ismmt-stat {
	display: flex; align-items: center; gap: 12px;
	padding: 14px 16px; border-radius: 14px;
	background: linear-gradient(180deg, var(--card2), var(--card));
	border: 1px solid var(--line);
}
.ismmt-stat-ic {
	flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #4f8bff1a; border: 1px solid #4f8bff33; color: var(--accent2);
}
.ismmt-stat-ic svg { width: 20px; height: 20px; }
.ismmt-stat-b { display: flex; flex-direction: column; min-width: 0; }
.ismmt-stat-b b { font-size: 22px; font-weight: 800; letter-spacing: -.5px; line-height: 1.1; }
.ismmt-stat-b span { color: var(--muted); font-size: 12.5px; }

.ismmt-hero-form { position: relative; z-index: 2; }

/* ===================== HERO V2 (incismm tarzı) ===================== */
.ismmt-hero-v2 { padding: 70px 0 64px; }
.ismmt-hero-blob {
	position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: 0; pointer-events: none;
}
.ismmt-hero-blob-1 { width: 420px; height: 420px; top: -120px; left: -80px; background: radial-gradient(circle, var(--accent) 0%, transparent 70%); }
.ismmt-hero-blob-2 { width: 480px; height: 480px; bottom: -160px; right: -60px; background: radial-gradient(circle, var(--accent2) 0%, transparent 70%); opacity: .35; }
.ismmt-hero-v2 .ismmt-hero-grid { position: relative; z-index: 2; align-items: center; }
.ismmt-hero-v2 .ismmt-hero-title { font-size: clamp(34px, 5vw, 56px); }
.ismmt-hero-v2 .ismmt-hero-title span { display: inline; }
.ismmt-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); display: inline-block; box-shadow: 0 0 0 3px #21c17a33; }
.ismmt-hero-v2 .ismmt-hero-cta { gap: 12px; }
.ismmt-hero-side { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 16px; min-width: 0; }

/* Yatay kayan marka logosu şeridi */
.ismmt-logomarq {
	width: 100%; min-width: 0;
	overflow: hidden; border: 1px solid var(--line); border-radius: 16px;
	background: linear-gradient(180deg, var(--card2), var(--card));
	padding: 14px 0;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ismmt-logomarq-track { display: flex; gap: 40px; width: max-content; animation: ismmt-marq 24s linear infinite; }
.ismmt-logomarq:hover .ismmt-logomarq-track { animation-play-state: paused; }
.ismmt-logomarq-item {
	flex: 0 0 auto; width: 38px; height: 38px;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--muted); transition: transform .2s;
}
.ismmt-logomarq-item svg { width: 30px; height: 30px; }
.ismmt-logomarq-item:hover { transform: translateY(-2px); }
.ismmt-logomarq-item.p-instagram { color: #e1306c; }
.ismmt-logomarq-item.p-tiktok { color: var(--txt); }
.ismmt-logomarq-item.p-youtube { color: #ff3b3b; }
.ismmt-logomarq-item.p-x { color: var(--txt); }
.ismmt-logomarq-item.p-facebook { color: #1877f2; }
.ismmt-logomarq-item.p-telegram { color: #24a1de; }
.ismmt-logomarq-item.p-spotify { color: #1db954; }
@keyframes ismmt-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ismmt-logomarq-track { animation: none; } }

/* Popüler Hizmetler kartı */
.ismmt-pop-card {
	background: linear-gradient(180deg, var(--card2), var(--card));
	border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
	box-shadow: 0 40px 90px -45px #000;
}
.ismmt-pop-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 16px 18px; border-bottom: 1px solid var(--line);
}
.ismmt-pop-title { font-weight: 800; font-size: 15px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.ismmt-pop-title svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--accent2); }
.ismmt-fire { font-size: 16px; }
.ismmt-pop-badge {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 12px; font-weight: 600; color: var(--ok);
	background: #21c17a14; border: 1px solid #21c17a33; border-radius: 20px; padding: 4px 11px;
}
.ismmt-pop-list { display: flex; flex-direction: column; }
.ismmt-pop-row {
	display: flex; align-items: center; gap: 12px; padding: 12px 18px;
	border-bottom: 1px solid var(--line); transition: background .15s;
}
.ismmt-pop-row:last-child { border-bottom: 0; }
.ismmt-pop-row:hover { background: #ffffff06; }
.ismmt-pop-ico {
	width: 40px; height: 40px; flex: 0 0 40px; border-radius: 11px;
	display: flex; align-items: center; justify-content: center;
	background: #4f8bff14; color: var(--accent2);
}
.ismmt-pop-ico svg { width: 20px; height: 20px; }
.ismmt-pop-info { flex: 1; min-width: 0; }
.ismmt-pop-info b { display: block; font-size: 14px; font-weight: 600; color: var(--txt); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ismmt-pop-info small { color: var(--muted); font-size: 12px; }
.ismmt-pop-price { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: var(--txt); font-size: 14px; white-space: nowrap; }
.ismmt-pop-price svg { width: 15px; height: 15px; color: var(--accent2); }
.ismmt-pop-foot {
	display: flex; align-items: center; justify-content: center; gap: 14px 18px; flex-wrap: wrap;
	padding: 13px 18px; border-top: 1px solid var(--line); background: var(--bg2);
}
.ismmt-pop-foot span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; }
.ismmt-pop-foot svg { width: 14px; height: 14px; color: var(--ok); }

/* Platform ikon renkleri (popüler kart) */
.ismmt-pop-ico.p-instagram { color: #e1306c; background: #e1306c14; }
.ismmt-pop-ico.p-youtube { color: #ff3b3b; background: #ff3b3b14; }
.ismmt-pop-ico.p-tiktok { color: #25f4ee; background: #25f4ee12; }
.ismmt-pop-ico.p-facebook { color: #4f8bff; background: #4f8bff14; }
.ismmt-pop-ico.p-x { color: var(--txt); background: var(--card2); }
.ismmt-pop-ico.p-telegram { color: #38a6e6; background: #38a6e614; }
.ismmt-pop-ico.p-spotify { color: #21c17a; background: #21c17a14; }

/* Ödeme güven şeridi */
.ismmt-payments { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg2); padding: 20px 0; }
.ismmt-pay-in { display: flex; align-items: center; justify-content: center; gap: 14px 26px; flex-wrap: wrap; }
.ismmt-pay-in > span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 500; }
.ismmt-pay-in > span svg { width: 16px; height: 16px; color: var(--ok); }
.ismmt-pay-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ismmt-pay-badge {
	padding: 8px 16px; border-radius: 9px; background: var(--card2); border: 1px solid var(--line);
	color: var(--txt); font-size: 13px; font-weight: 600;
}
/* Ödeme yöntemleri — tek görsel (Visa/Mastercard/Troy/Havale/kripto vs. birleşik SVG). */
.ismmt-pay-img { display: block; height: 34px; width: auto; max-width: 100%; }
.ismmt-foot-pay .ismmt-pay-img { height: 26px; }
@media ( max-width: 560px ) { .ismmt-pay-img { height: 26px; } }

/* Öne çıkan servis kartı — temiz düzen: ikon+ID / kısa ad / fiyat+min-max */
.ismmt-svc { display: flex; flex-direction: column; gap: 12px; }
.ismmt-svc-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ismmt-svc-plat {
	flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--card2); border: 1px solid var(--line); color: var(--txt);
}
.ismmt-svc-plat svg { width: 20px; height: 20px; }
/* Platform marka renkleri (grid ile aynı) */
.ismmt-svc-plat.p-instagram { background: linear-gradient(135deg,#feda75,#d62976,#4f5bd5); color:#fff; border-color: transparent; }
.ismmt-svc-plat.p-tiktok { background:#010101; color:#25f4ee; border-color:#333; }
.ismmt-svc-plat.p-youtube { background:#ff000015; border-color:#ff000040; color:#ff3b3b; }
.ismmt-svc-plat.p-facebook { background:#1877f215; border-color:#1877f240; color:#1877f2; }
.ismmt-svc-plat.p-telegram { background:#24a1de15; border-color:#24a1de40; color:#24a1de; }
.ismmt-svc-plat.p-spotify { background:#1db95415; border-color:#1db95440; color:#1db954; }
.ismmt-svc-name { font-size: 14.5px; font-weight: 600; color: var(--txt); line-height: 1.4; min-height: 40px; }
.ismmt-svc-foot { margin-top: auto; display: flex; flex-direction: column; gap: 8px; padding-top: 4px; border-top: 1px solid var(--line); }
.ismmt-svc-price { font-size: 24px; font-weight: 800; color: var(--txt); letter-spacing: -.5px; }
.ismmt-svc-price small { font-size: 13px; font-weight: 500; color: var(--muted); margin-left: 4px; }
.ismmt-svc-meta { display: flex; gap: 16px; }
.ismmt-svc-meta span { color: var(--muted); font-size: 12.5px; }

/* ===================== SECTIONS ===================== */

.ismmt-section { padding: 74px 0; }
.ismmt-alt { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ismmt-h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; letter-spacing: -.8px; text-align: center; margin-bottom: 12px; }
.ismmt-lead { text-align: center; color: var(--muted); max-width: 600px; margin: 0 auto 44px; font-size: 16px; }

.ismmt-grid { display: grid; gap: 16px; align-items: stretch; }
.ismmt-grid-4 { grid-template-columns: repeat(4, 1fr); }
.ismmt-grid-3 { grid-template-columns: repeat(3, 1fr); }

.ismmt-card {
	background: linear-gradient(180deg, var(--card2), var(--card));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform .18s, border-color .18s;
}
.ismmt-card:hover { transform: translateY(-3px); border-color: #38477e; }

/* Platform kartı */
.ismmt-plat h3 { font-size: 17px; margin: 14px 0 5px; }
.ismmt-plat p { margin: 0; color: var(--muted); font-size: 13.5px; }

/* Platform marka renkleri (ikon) */
.p-instagram .ismmt-ico { color: #e1306c; background: #e1306c14; border-color: #e1306c33; }
.p-youtube .ismmt-ico   { color: #ff3b3b; background: #ff3b3b14; border-color: #ff3b3b33; }
.p-tiktok .ismmt-ico    { color: #25f4ee; background: #25f4ee12; border-color: #25f4ee2e; }
.p-x .ismmt-ico         { color: var(--txt); background: var(--card2); border-color: var(--line); }
.p-facebook .ismmt-ico  { color: #4f8bff; background: #4f8bff14; border-color: #4f8bff33; }
.p-telegram .ismmt-ico  { color: #38a6e6; background: #38a6e614; border-color: #38a6e633; }
.p-spotify .ismmt-ico   { color: #21c17a; background: #21c17a14; border-color: #21c17a33; }
.p-globe .ismmt-ico     { color: var(--accent); background: #6d5efc14; border-color: #6d5efc33; }

/* Neden-biz kartı (yatay: ikon + metin) */
.ismmt-why { flex-direction: row; gap: 16px; align-items: flex-start; }
.ismmt-why h3 { font-size: 17px; margin-bottom: 6px; }
.ismmt-why p { margin: 0; color: var(--muted); font-size: 14px; }

/* Adımlar */
.ismmt-step { align-items: flex-start; }
.ismmt-step-no {
	width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px;
	display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 800; color: #fff;
	background: linear-gradient(135deg, var(--accent2), var(--accent));
}
.ismmt-step h3 { font-size: 18px; margin-bottom: 8px; }
.ismmt-step p { margin: 0; color: var(--muted); font-size: 14px; }

/* CTA box */
.ismmt-cta-box {
	text-align: center; padding: 56px 30px; border-radius: 22px;
	background: radial-gradient(560px 280px at 50% -10%, #6d5efc2e, transparent), linear-gradient(180deg, var(--card2), var(--card));
	border: 1px solid var(--line);
}
.ismmt-cta-box h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; margin-bottom: 12px; }
.ismmt-cta-box p { color: var(--muted); margin-bottom: 26px; font-size: 16px; }

/* FAQ */
.ismmt-faq { display: flex; flex-direction: column; gap: 10px; }
.ismmt-faq-item { background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.ismmt-faq-q {
	width: 100%; text-align: left; padding: 18px 20px; background: none; border: 0; color: var(--txt);
	font-size: 15.5px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.ismmt-faq-q i { font-style: normal; font-size: 22px; color: var(--accent2); transition: .2s; flex: 0 0 auto; line-height: 1; }
.ismmt-faq-item.open .ismmt-faq-q i { transform: rotate(45deg); }
.ismmt-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.ismmt-faq-a p { margin: 0; padding: 0 20px 18px; color: var(--muted); font-size: 14.5px; }

/* ===================== SERVİS LİSTESİ (public) ===================== */
/* Stiller eklenti tarafından da kullanılır; tema bağlamında sarmalanır. */

/* ===================== FOOTER ===================== */

.ismmt-footer { border-top: 1px solid var(--line); padding: 52px 0 24px; background: var(--bg); }
.ismmt-footer-in { display: grid; grid-template-columns: 1.8fr repeat(4, minmax(0,1fr)); gap: 36px; padding-bottom: 30px; }
.ismmt-footer-brand p { color: var(--muted); max-width: 340px; margin: 12px 0 16px; font-size: 14px; }
.ismmt-foot-pay { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
/* Blog + İletişim */
.ismmt-blogwrap { padding: 46px 0 70px; }
.ismmt-blog-head { text-align: center; max-width: 680px; margin: 0 auto 36px; }
.ismmt-blog-head h1 { font-size: 34px; font-weight: 800; color: var(--txt); }
.ismmt-blog-head p { color: var(--muted); margin-top: 10px; }
.ismmt-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 24px; }
.ismmt-blog-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .14s, border-color .15s; }
.ismmt-blog-card:hover { transform: translateY(-3px); border-color: var(--accent2); }
.ismmt-blog-card-img { aspect-ratio: 16/9; background: var(--card2); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ismmt-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ismmt-blog-card-ph svg { width: 40px; height: 40px; color: var(--accent2); opacity: .5; }
.ismmt-blog-card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.ismmt-blog-card-date { color: var(--muted); font-size: 12px; }
.ismmt-blog-card-body h3 { font-size: 17px; color: var(--txt); font-weight: 700; }
.ismmt-blog-card-body p { color: var(--muted); font-size: 14px; }
.ismmt-blog-card-more { color: var(--accent2); font-weight: 600; font-size: 14px; margin-top: 4px; }
.ismmt-blog-pager { margin-top: 32px; text-align: center; }
.ismmt-blog-pager .page-numbers { display: inline-block; padding: 8px 13px; margin: 0 3px; border: 1px solid var(--line); border-radius: 9px; color: var(--txt); }
.ismmt-blog-pager .page-numbers.current { background: var(--accent2); border-color: var(--accent2); color: #fff; }
.ismmt-blog-single { max-width: 820px; }
.ismmt-blog-single .ismmt-post-body { max-width: none; }
.ismmt-post-back { color: var(--accent2); font-weight: 600; font-size: 14px; }
.ismmt-post-title { font-size: 32px; font-weight: 800; color: var(--txt); margin: 14px 0 8px; }
.ismmt-post-meta { color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.ismmt-post-cover { border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.ismmt-post-body { color: var(--txt); line-height: 1.8; font-size: 16px; }
.ismmt-post-body h2, .ismmt-post-body h3 { margin: 26px 0 12px; color: var(--txt); }
.ismmt-post-body p { margin: 0 0 16px; }
.ismmt-post-body a { color: var(--accent2); text-decoration: underline; }
.ismmt-post-body img { border-radius: 12px; }
.ismmt-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 16px; margin-bottom: 30px; }
.ismmt-contact-card { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; transition: transform .14s, border-color .15s; }
.ismmt-contact-card:hover { transform: translateY(-2px); border-color: var(--accent2); }
.ismmt-contact-ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.ismmt-contact-ico svg { width: 24px; height: 24px; color: #fff; }
.ismmt-contact-txt { display: flex; flex-direction: column; min-width: 0; }
.ismmt-contact-txt small { color: var(--muted); font-size: 12px; }
.ismmt-contact-txt strong { color: var(--txt); font-size: 15px; }
.ismmt-contact-content { max-width: 800px; }
.ismmt-contact-cols { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; align-items: start; margin-top: 10px; }
.ismmt-contact-left .ismmt-contact-content { max-width: none; }
.ismmt-contact-form-wrap { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
@media ( max-width: 820px ) { .ismmt-contact-cols { grid-template-columns: 1fr; } }
.ismmt-contact-form-wrap h2 { font-size: 22px; color: var(--txt); margin-bottom: 16px; }
.ismmt-contact-form label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.ismmt-contact-form input, .ismmt-contact-form textarea { width: 100%; margin-top: 5px; padding: 11px 13px; background: var(--field, var(--bg2)); border: 1px solid var(--line); border-radius: 10px; color: var(--txt); font-size: 14px; font-family: inherit; }
.ismmt-contact-form input:focus, .ismmt-contact-form textarea:focus { outline: none; border-color: var(--accent2); }
.ismmt-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ismmt-contact-alert { padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.ismmt-contact-alert.ok { background: #21c17a22; color: #21c17a; border: 1px solid #21c17a55; }
.ismmt-contact-alert.err { background: #f0616d22; color: #f0616d; border: 1px solid #f0616d55; }
@media ( max-width: 560px ) { .ismmt-cf-row { grid-template-columns: 1fr; } }

/* Müşteri Destek — sol kenar açılır menü (incismm/popigram organik kavis) */
.ismmt-lcw { position: fixed; top: 50%; left: 0; transform: translateY(-50%); z-index: 99995; display: flex; align-items: center; }
.ismmt-lc-panel { width: 290px; background: var(--card); border: 1.5px solid transparent; border-left: none; border-radius: 0 20px 20px 0; padding: 20px 16px; margin-left: -293px; visibility: hidden; pointer-events: none; transition: margin-left .4s cubic-bezier(.4,0,.2,1), visibility .4s, border-color .4s, box-shadow .4s; }
.ismmt-lcw.is-open .ismmt-lc-panel { margin-left: 0; visibility: visible; pointer-events: auto; border-color: var(--line); box-shadow: 8px 0 32px rgba(0,0,0,.22); }
.ismmt-lc-trigger { position: relative; width: 44px; height: 80px; border: 0; cursor: pointer; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 0 40px 40px 0 / 0 80px 80px 0; box-shadow: 4px 0 16px rgba(0,0,0,.12); transition: all .4s cubic-bezier(.4,0,.2,1); z-index: 2; }
.ismmt-lc-trigger::before, .ismmt-lc-trigger::after { content: ''; position: absolute; left: 0; width: 16px; height: 16px; pointer-events: none; }
.ismmt-lc-trigger::before { top: -16px; border-radius: 0 0 0 16px; box-shadow: -8px 8px 0 0 var(--accent); }
.ismmt-lc-trigger::after { bottom: -16px; border-radius: 16px 0 0 0; box-shadow: -8px -8px 0 0 var(--accent); }
.ismmt-lcw:not(.is-open) .ismmt-lc-trigger:hover { width: 58px; }
.ismmt-lc-trigger svg { width: 30px; height: 30px; }
.ismmt-lc-ic-close { display: none; }
.ismmt-lcw.is-open .ismmt-lc-ic-chat { display: none; }
.ismmt-lcw.is-open .ismmt-lc-ic-close { display: block; }
.ismmt-lc-title { margin: 0 0 14px; font-size: 15px; font-weight: 700; color: var(--txt); display: flex; align-items: center; gap: 8px; }
.ismmt-lc-title svg { width: 18px; height: 18px; color: var(--accent); }
.ismmt-lc-items { display: flex; flex-direction: column; gap: 11px; }
.ismmt-lc-item { display: flex; align-items: center; gap: 12px; text-decoration: none; padding: 10px 12px; border-radius: 12px; background: var(--card2); border: 1px solid var(--line); transition: transform .2s, border-color .2s; }
.ismmt-lc-item:hover { transform: translateY(-2px); border-color: var(--accent2); }
.ismmt-lc-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.ismmt-lc-icon svg { width: 19px; height: 19px; }
.ismmt-lc-item.wa .ismmt-lc-icon { background: #25D366; }
.ismmt-lc-item.phone .ismmt-lc-icon { background: var(--accent); }
.ismmt-lc-item.email .ismmt-lc-icon { background: #3B82F6; }
.ismmt-lc-info { display: flex; flex-direction: column; min-width: 0; }
.ismmt-lc-label { font-size: 11px; color: var(--muted); font-weight: 500; }
.ismmt-lc-val { font-size: 13px; color: var(--txt); font-weight: 700; word-break: break-all; }
@media ( max-width: 480px ) { .ismmt-lc-panel { width: 250px; margin-left: -252px; } }

/* Fake (sosyal kanıt) bildirim — sol alt */
.ismmt-fakenotif { position: fixed; left: 18px; bottom: 18px; z-index: 9997; max-width: 320px; opacity: 0; transform: translateY( 14px ); transition: opacity .3s, transform .3s; pointer-events: none; }
.ismmt-fakenotif.show { opacity: 1; transform: translateY( 0 ); pointer-events: auto; }
.ismmt-fn-card { position: relative; display: flex; gap: 11px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--ok); border-radius: 12px; padding: 12px 34px 12px 13px; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.ismmt-fn-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--ok); margin-top: 5px; box-shadow: 0 0 0 4px rgba(33,193,122,.18); }
.ismmt-fn-body { min-width: 0; }
.ismmt-fn-body strong { color: var(--txt); font-size: 14px; }
.ismmt-fn-city { color: var(--muted); font-size: 12px; }
.ismmt-fn-svc { color: var(--txt); font-size: 13px; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ismmt-fn-time { color: var(--accent2); font-size: 11px; margin-top: 3px; }
.ismmt-fn-x { position: absolute; top: 6px; right: 8px; background: none; border: 0; color: var(--muted); font-size: 20px; line-height: 1; cursor: pointer; }
@media ( max-width: 480px ) { .ismmt-fakenotif { max-width: calc( 100vw - 36px ); } }

/* Müşteri Destek slide-out (sol kenar) */
.ismmt-support { position: fixed; left: 0; top: 40%; z-index: 9998; }
.ismmt-support-card { position: absolute; left: 0; top: 0; width: var(--sw-w, 300px); background: #fff; border-radius: 0 16px 16px 0; box-shadow: 0 16px 50px rgba(0,0,0,.28); padding: 16px; transform: translateX( -101% ); transition: transform .28s ease; }
.ismmt-support.is-open .ismmt-support-card { transform: translateX( 0 ); }
.ismmt-support-tab { position: absolute; left: 0; top: 0; width: 44px; height: 62px; border: 0; cursor: pointer; background: var(--accent); color: #fff; border-radius: 0 34px 34px 0; display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 12px rgba(0,0,0,.2); transition: left .28s ease; }
.ismmt-support-tab svg { width: 24px; height: 24px; margin-left: 2px; }
.ismmt-support.is-open .ismmt-support-tab { left: var(--sw-w, 300px); }
.ismmt-support-head { display: flex; align-items: center; gap: 8px; font-weight: 800; color: #111827; margin-bottom: 12px; }
.ismmt-support-head svg { width: 20px; height: 20px; color: var(--accent); }
.ismmt-support-row { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 12px; background: #f5f6fb; border: 1px solid #eceef5; margin-bottom: 9px; transition: border-color .15s, background .15s; }
.ismmt-support-row:hover { border-color: var(--accent2); background: #eef1fb; }
.ismmt-support-row:last-child { margin-bottom: 0; }
.ismmt-support-ico { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.ismmt-support-ico svg { width: 20px; height: 20px; }
.ismmt-support-txt { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.ismmt-support-txt small { color: #9aa1b2; font-size: 12px; }
.ismmt-support-txt strong { color: #111827; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media ( max-width: 480px ) { .ismmt-support-card { width: 260px; } .ismmt-support { --sw-w: 260px; } }

/* Yüzen widget'lar (sağ alt) */
.ismmt-fabs { position: fixed; right: 18px; bottom: 18px; z-index: 9998; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
/* Canlı destek aktifken sıralama (üstten alta): Canlı Destek → Android → WhatsApp.
   FAB'lar altta kalır, livechat launcher üste itilir. */
.ismmt-fabs.ismmt-fabs-up { bottom: 18px; }
@media ( min-width: 521px ) {
	#olc-launcher.olc-right, #olc-launcher.olc-right-mid, #olc-launcher:not(.olc-left):not(.olc-left-mid) {
		bottom: 150px !important; top: auto !important; right: 18px !important; transform: none !important;
		width: 56px !important; height: 56px !important;
	}
	/* Karşılama balonu launcher'ın ÜSTÜnde */
	.olc-welcome-popup { bottom: 216px !important; right: 18px !important; }
}
/* Mobil: launcher WhatsApp/balon sütununun ÜSTÜne (çakışma olmasın); pencere açıkken (tam ekran) gizli. */
@media ( max-width: 520px ) {
	html body #olc-launcher,
	html body #olc-launcher.olc-right,
	html body #olc-launcher.olc-right-mid,
	html body #olc-launcher:not(.olc-left):not(.olc-left-mid) {
		bottom: 150px !important; top: auto !important; right: 18px !important; left: auto !important; transform: none !important;
		width: 52px !important; height: 52px !important;
	}
	html body #olc-launcher.olc-open { display: none !important; }
	.olc-welcome-popup { bottom: 210px !important; right: 14px !important; left: auto !important; }
}
/* Desktop: sohbet penceresi WhatsApp/balon sütununun SOLUNDAN başlasın (üstlerini kapatmasın) */
@media ( min-width: 521px ) {
	html body #olc-window,
	html body #olc-window.olc-right,
	html body #olc-window.olc-right-mid,
	html body #olc-window.olc-visible { bottom: 20px !important; right: 86px !important; left: auto !important; }
}
/* Onaybox Live Chat: mobil tam ekranda açıkken launcher'ı gizle (pencerenin kendi × butonu yeterli) */
@media ( max-width: 520px ) {
	#olc-launcher.olc-open,
	#olc-launcher.olc-right-mid.olc-open,
	#olc-launcher.olc-left-mid.olc-open,
	#olc-launcher.olc-left.olc-open {
		display: none !important;
	}
}
.ismmt-fab { display: inline-flex; align-items: center; gap: 8px; border-radius: 30px; box-shadow: 0 8px 24px rgba(0,0,0,.28); font-weight: 700; font-size: 14px; transition: transform .14s; }
.ismmt-fab:hover { transform: translateY(-2px); }
.ismmt-fab-wa { width: 56px; height: 56px; justify-content: center; background: #25d366; color: #fff; border-radius: 50%; }
.ismmt-fab-wa svg { width: 28px; height: 28px; }
.ismmt-gplay { width: 56px; height: 56px; justify-content: center; background: #1a1a1a; border-radius: 50%; }
.ismmt-gplay svg { width: 26px; height: 26px; margin-left: 2px; }

/* Pop-up duyuru */
.ismmt-popup { position: fixed; inset: 0; z-index: 9999; background: rgba(3,6,18,.72); display: flex; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(2px); }
.ismmt-popup[hidden] { display: none; }
.ismmt-popup-box { position: relative; width: 100%; max-width: 440px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.5); text-align: center; }
.ismmt-popup-close { position: absolute; top: 10px; right: 14px; background: none; border: 0; color: var(--muted); font-size: 26px; line-height: 1; cursor: pointer; }
.ismmt-popup-close:hover { color: var(--txt); }
.ismmt-popup-img { max-width: 100%; border-radius: 12px; margin-bottom: 14px; }
.ismmt-popup-title { font-size: 20px; font-weight: 800; color: var(--txt); margin-bottom: 8px; }
.ismmt-popup-text { color: var(--muted); font-size: 14px; line-height: 1.6; }
.ismmt-popup-btn { margin-top: 16px; display: inline-block; }
.ismmt-foot-social { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 14px; }
.ismmt-soc {
	width: 38px; height: 38px; border-radius: 10px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--card2); border: 1px solid var(--line); color: var(--txt);
	transition: transform .12s, border-color .15s, color .15s;
}
.ismmt-soc:hover { transform: translateY(-2px); border-color: var(--accent2); color: var(--accent2); }
.ismmt-soc svg { width: 19px; height: 19px; }
.ismmt-footer-col h4 { font-size: 14px; margin: 0 0 14px; color: var(--txt); }
.ismmt-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ismmt-footer-col a { color: var(--muted); font-size: 14px; }
.ismmt-footer-col a:hover { color: var(--txt); }
.ismmt-fcontact a { display: inline-flex; align-items: center; gap: 8px; }
.ismmt-fcontact svg { width: 16px; height: 16px; color: var(--accent2); flex: 0 0 auto; }
.ismmt-fmenu { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; flex-wrap: wrap; }
.ismmt-fmenu-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ismmt-fmenu-list a { color: var(--muted); font-size: 14px; }
.ismmt-copy { color: var(--muted); font-size: 13px; padding-top: 20px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
	.ismmt-footer-in { grid-template-columns: 1.4fr repeat(2, minmax(0,1fr)); }
	.ismmt-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
	.ismmt-footer-in { grid-template-columns: 1fr 1fr; }
}

/* ===================== PANEL TEMPLATE ===================== */

body.ismmt-panel-mode { background: linear-gradient(160deg, var(--bg), var(--bg2)); }
.ismmt-panel-page { padding: 24px 16px 48px; }
.ismmt-panel-wrap { min-height: 100vh; padding: 16px; }
.ismmt-panel-top {
	max-width: 1280px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 14px;
}
.ismmt-back { color: var(--muted); font-size: 14px; font-weight: 600; }
.ismmt-back:hover { color: var(--txt); }

/* ===================== PAGE/POST/404 ===================== */

.ismmt-post, .ismmt-page { margin-bottom: 22px; }
.ismmt-post-content { color: var(--muted); }
.ismmt-post-content a { color: var(--accent2); }
.ismmt-post-meta { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.ismmt-404 { font-size: 88px; font-weight: 900; margin: 0; background: linear-gradient(90deg, var(--accent2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ===================== GECE / GÜNDÜZ BUTONU ===================== */

.ismmt-theme-toggle {
	width: 40px; height: 40px; flex: 0 0 40px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 11px; cursor: pointer;
	border: 1px solid var(--line); background: var(--card2); color: var(--txt);
	transition: filter .15s, transform .15s;
}
.ismmt-theme-toggle:hover { filter: brightness(1.12); transform: translateY(-1px); }
.ismmt-theme-toggle svg { width: 20px; height: 20px; }
/* Koyu modda ay, açık modda güneş göster. */
.ismmt-ic-sun { display: none; }
.ismmt-ic-moon { display: block; }
html[data-theme="light"] .ismmt-ic-sun { display: block; }
html[data-theme="light"] .ismmt-ic-moon { display: none; }

/* Açık modda gövde zemini yumuşak aydınlık gradyan. */
html[data-theme="light"] body.ismmt {
	background:
		radial-gradient(1100px 640px at 12% -8%, #4f8bff14, transparent),
		radial-gradient(900px 560px at 100% -4%, #6d5efc0f, transparent),
		linear-gradient(180deg, var(--bg), var(--bg2));
}
html[data-theme="light"] .ismmt-btn-ghost { background: #0a0f1e06; }
html[data-theme="light"] .ismmt-header { background: #ffffffcc; }

/* ===================== PLATFORM GRID (landing) ===================== */

.ismmt-plat-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px;
}
.ismmt-plat-card {
	display: flex; align-items: center; gap: 14px;
	padding: 18px; border-radius: var(--radius);
	background: linear-gradient(180deg, var(--card2), var(--card));
	border: 1px solid var(--line);
	transition: transform .15s, border-color .15s, box-shadow .15s;
}
.ismmt-plat-card:hover { transform: translateY(-3px); border-color: var(--accent2); box-shadow: 0 20px 40px -24px var(--accent); }
.ismmt-plat-ico {
	width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #4f8bff14; border: 1px solid #4f8bff2b; color: var(--accent2);
}
.ismmt-plat-ico svg { width: 24px; height: 24px; }
.ismmt-plat-body { min-width: 0; }
.ismmt-plat-name { font-weight: 700; font-size: 16px; }
.ismmt-plat-meta { color: var(--muted); font-size: 13px; margin-top: 2px; }
.ismmt-plat-meta b { color: var(--accent2); font-weight: 700; }
/* Platform marka renkleri (ikon kutusu). */
.ismmt-plat-ico.p-instagram { background: #e1306c1a; border-color: #e1306c40; color: #e1306c; }
.ismmt-plat-ico.p-youtube { background: #ff00001a; border-color: #ff000040; color: #ff3b3b; }
.ismmt-plat-ico.p-tiktok { background: #00f2ea14; border-color: #00f2ea40; color: #25d3cc; }
.ismmt-plat-ico.p-facebook { background: #1877f21a; border-color: #1877f240; color: #3b82f6; }
.ismmt-plat-ico.p-telegram { background: #24a1de1a; border-color: #24a1de40; color: #24a1de; }
.ismmt-plat-ico.p-x { background: var(--card2); border-color: var(--line); color: var(--txt); }
.ismmt-plat-ico.p-spotify { background: #1db9541a; border-color: #1db95440; color: #1db954; }

@media (max-width: 980px) { .ismmt-plat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .ismmt-plat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===================== HERO GÖRSELİ + GÖRSELLİ TANITIM ===================== */
/* Hero sağ görseli — çerçeveli, gölgeli (kart yerine geçtiğinde büyük ve şık durur). */
.ismmt-hero-side.has-img { display: flex; flex-direction: column; gap: 18px; }
.ismmt-pop-card.is-compact .ismmt-pop-foot { display: none; }
.ismmt-hero-imgwrap {
	position: relative; width: 100%;
	border-radius: 22px; overflow: hidden;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, var(--card2), var(--card));
	box-shadow: 0 44px 100px -50px #000;
}
/* Parlak/renkli görselleri koyu temaya oturtan ince alt-kenar geçişi. */
.ismmt-hero-imgwrap::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 34%;
	background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
	opacity: .45; pointer-events: none;
}
.ismmt-hero-img { display: block; width: 100%; height: auto; }

.ismmt-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ismmt-about-media img { display: block; width: 100%; height: auto; border-radius: 18px; }
.ismmt-about-title { font-size: clamp(24px,3.4vw,34px); font-weight: 800; letter-spacing: -.6px; margin-bottom: 14px; }
.ismmt-about-text { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 22px; }
.ismmt-about-text p { margin: 0 0 12px; }
@media (max-width: 860px) {
	.ismmt-about-grid { grid-template-columns: 1fr; gap: 24px; }
	.ismmt-about-media { max-width: 440px; margin: 0 auto; }
}

/* ===================== VİTRİN ŞERİTLERİ (görsel + metin, dönüşümlü) ===================== */
.ismmt-show-row {
	display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
	padding: 56px 0;
}
.ismmt-show-row:first-child { padding-top: 0; }
.ismmt-show-row:last-child { padding-bottom: 0; }
/* Her blok arasına ince ayraç çizgi. */
.ismmt-show-row + .ismmt-show-row { border-top: 1px solid var(--line); }
.ismmt-show-row.is-rev .ismmt-show-media { order: 2; }
.ismmt-show-media img {
	display: block; width: 100%; height: 320px; object-fit: cover; border-radius: 18px;
	border: 1px solid var(--line); box-shadow: 0 30px 70px -40px #000;
}
@media (max-width: 860px) { .ismmt-show-media img { height: 240px; } }
.ismmt-show-title { font-size: clamp(22px,3vw,32px); font-weight: 800; letter-spacing: -.6px; margin-bottom: 14px; }
.ismmt-show-text { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 20px; }
.ismmt-show-text p { margin: 0 0 12px; }
@media (max-width: 860px) {
	.ismmt-show-row { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
	.ismmt-show-row.is-rev .ismmt-show-media { order: 0; }
	.ismmt-show-media { max-width: 460px; }
}

/* SSS — solda sorular, sağda görsel; görsel yoksa sola yaslı tam liste. */
.ismmt-faq-grid { text-align: left; }
.ismmt-faq-grid .ismmt-h2 { text-align: left; margin-bottom: 22px; }
.ismmt-faq-grid.has-img {
	display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: stretch;
}
.ismmt-faq-grid:not(.has-img) .ismmt-faq-col { max-width: 860px; }
/* Görsel, soru listesiyle aynı yüksekliğe otursun (orantısızlık gitsin). */
.ismmt-faq-media { display: flex; }
.ismmt-faq-media img {
	display: block; width: 100%; height: 100%; max-height: 440px; object-fit: cover; border-radius: 18px;
	border: 1px solid var(--line); box-shadow: 0 30px 70px -40px #000;
}
@media (max-width: 860px) {
	.ismmt-faq-grid.has-img { grid-template-columns: 1fr; gap: 26px; }
	.ismmt-faq-media img { height: auto; max-height: 300px; }
}

/* Servis ID rozeti — servisin göründüğü her yerde (KURAL). */
.ismmt-svc-id {
	display: inline-block; font-size: 11.5px; font-weight: 700; color: var(--accent2);
	background: #4f8bff14; border: 1px solid #4f8bff33; border-radius: 6px;
	padding: 1px 6px; letter-spacing: .2px; vertical-align: middle;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 940px) {
	.ismmt-hero-grid { grid-template-columns: 1fr; gap: 36px; }
	.ismmt-hero-form { max-width: 420px; }
	.ismmt-hero-side { max-width: 480px; }
	.ismmt-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.ismmt-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
/* Panel sayfasında mobilde (≤900) header burger'ı panel menüsünü açar. */
@media (max-width: 900px) {
	body.ismmt-panel-mode .ismmt-burger { display: flex; }
	body.ismmt-panel-mode .ismmt-nav { display: none !important; }
	body.ismmt-panel-mode .ismmt-header-actions .ismmt-btn-primary { display: none; }
}

@media (max-width: 700px) {
	.ismmt-nav { position: fixed; inset: 64px 10px auto 10px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 10px; display: none; box-shadow: 0 18px 50px rgba(0,0,0,.35); max-height: calc(100vh - 84px); overflow-y: auto; }
	.ismmt-nav.open { display: block; animation: ismmtNavIn .2s ease; }
	.ismmt-menu { flex-direction: column; gap: 2px; }
	.ismmt-menu a { display: block; padding: 13px 16px; border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--txt); }
	.ismmt-menu a:hover, .ismmt-menu a:active { background: var(--card2); color: var(--accent2); }
	.ismmt-menu-admin a { margin-top: 4px; }
	.ismmt-burger { display: flex; }
	.ismmt-grid-4, .ismmt-grid-3 { grid-template-columns: 1fr; }
	.ismmt-section { padding: 56px 0; }
	.ismmt-hero { padding: 70px 0 60px; }

	/* Panel sayfasında mobilde: site menüsü kapalı; burger panel menüsünü açar (app.js bağlar). */
	body.ismmt-panel-mode .ismmt-nav { display: none !important; }
	body.ismmt-panel-mode .ismmt-header-actions .ismmt-btn-primary { display: none; } /* Panelim gereksiz */
	body.ismmt-panel-mode .ismmt-panel-page { padding: 10px 6px 30px; }
}

/* Mobil header taşması (anasayfa): logo + bakiye + buton + burger tek satıra sığmıyordu. */
@media (max-width: 560px) {
	.ismmt-header-in { gap: 10px; }
	.ismmt-header-actions { gap: 8px; }
	.ismmt-logo { font-size: 17px; }
	/* Landing'de bakiye rozeti dar ekranda taşmayı zorluyor; gizle (panel modunda header'da kalır). */
	body:not(.ismmt-panel-mode) .ismmt-header-balance { display: none; }
	.ismmt-header .ismmt-btn-primary { padding: 8px 13px; font-size: 13px; }
}
@media (max-width: 380px) {
	.ismmt-logo { font-size: 15px; }
	.ismmt-header .ismmt-btn-primary { padding: 7px 11px; }
}
