/* =====================================================================
   SiteVitrin — satış/sunum sitesi stilleri
   Fontlar: Plus Jakarta Sans (başlık) + Inter (metin)
   ===================================================================== */
:root {
  --navy: #0b1226;
  --navy-2: #121b38;
  --navy-3: #1a2547;
  --indigo: #6366f1;
  --cyan: #06b6d4;
  --orange: #f97316;
  --orange-2: #ea580c;
  --bg: #f8fafc;
  --white: #ffffff;
  --ink: #0f172a;
  --ink-2: #1e293b;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --line: #e2e8f0;
  --line-2: #eef2f7;
  --grad: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  --grad-soft: linear-gradient(135deg, rgba(99,102,241,.14), rgba(6,182,212,.14));
  --font-h: 'Plus Jakarta Sans', Inter, system-ui, -apple-system, sans-serif;
  --font-b: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --sh-sm: 0 1px 2px rgba(15,23,42,.05), 0 4px 12px rgba(15,23,42,.05);
  --sh-md: 0 6px 20px rgba(15,23,42,.08), 0 2px 6px rgba(15,23,42,.04);
  --sh-lg: 0 24px 60px -12px rgba(15,23,42,.18), 0 8px 20px -8px rgba(15,23,42,.08);
  --sh-xl: 0 40px 90px -20px rgba(11,18,38,.35);
  --sv-accent: #6366f1;
  --sv-accent-text: #fff;
  --container: 1240px;
}

html { scroll-padding-top: 90px; }
body {
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 { font-family: var(--font-h); line-height: 1.15; margin: 0; color: var(--ink); letter-spacing: -.02em; font-weight: 700; }
p { margin: 0 0 1em; }
a { text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 600; }
::selection { background: rgba(99,102,241,.25); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 2000; }
.skip:focus { left: 8px; }

.container { width: min(var(--container), 100% - 48px); margin: 0 auto; }
.section { padding: 104px 0; position: relative; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--navy); color: #cbd5e1; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }
.section-dark .section-head p { color: #94a3b8; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-h); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--indigo); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--grad); border-radius: 2px; }
.section-dark .eyebrow { color: #7dd3fc; }
.h2 { font-size: clamp(32px, 4.2vw, 48px); font-weight: 800; }
.h3 { font-size: clamp(22px, 2.4vw, 28px); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 19px; color: var(--muted); }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-family: var(--font-h); font-weight: 700; font-size: 15px; line-height: 1; border: 1.5px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s, border-color .25s; white-space: nowrap; cursor: pointer; }
.btn svg { flex: none; transition: transform .25s; }
.btn:hover svg:last-child { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px -8px rgba(99,102,241,.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -8px rgba(99,102,241,.7); }
.btn-cta { background: var(--orange); color: #fff; box-shadow: 0 10px 30px -8px rgba(249,115,22,.6); }
.btn-cta:hover { background: var(--orange-2); transform: translateY(-2px); box-shadow: 0 16px 36px -8px rgba(249,115,22,.7); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); background: rgba(99,102,241,.05); }
.btn-ghost { background: rgba(255,255,255,.06); color: #e2e8f0; border-color: rgba(255,255,255,.14); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); color: #fff; }
.btn-white { background: #fff; color: var(--navy); box-shadow: var(--sh-md); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn-light { background: rgba(99,102,241,.08); color: var(--indigo); }
.btn-light:hover { background: rgba(99,102,241,.14); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 18px 34px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-icon { width: 44px; height: 44px; padding: 0; border-radius: 50%; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 800; transition: background .3s, box-shadow .3s, backdrop-filter .3s; background: rgba(11,18,38,0); }
.site-header.is-scrolled { background: rgba(11,18,38,.82); backdrop-filter: blur(14px) saturate(160%); -webkit-backdrop-filter: blur(14px) saturate(160%); box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 10px 30px -10px rgba(0,0,0,.4); }
body.light-header .site-header { background: rgba(248,250,252,.9); backdrop-filter: blur(14px); }
body.light-header .site-header.is-scrolled { background: rgba(255,255,255,.88); box-shadow: 0 1px 0 var(--line), 0 10px 30px -14px rgba(15,23,42,.15); }
.header-ic { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-h); font-size: 24px; letter-spacing: -.02em; color: #fff; }
body.light-header .logo { color: var(--navy); }
.logo .ince { font-weight: 500; }
.logo .kalin { font-weight: 800; }
.logo-ikon { width: 40px; height: 40px; border-radius: 12px; background: var(--grad); display: grid; place-items: center; color: #fff; box-shadow: 0 8px 20px -6px rgba(99,102,241,.6); }
.logo-light { color: #fff !important; }
.nav ul { display: flex; gap: 4px; }
.nav a { display: block; padding: 10px 14px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.78); transition: .2s; }
.nav a:hover, .nav a.active { color: #fff; background: rgba(255,255,255,.08); }
body.light-header .nav a { color: var(--ink-2); }
body.light-header .nav a:hover, body.light-header .nav a.active { color: var(--indigo); background: rgba(99,102,241,.08); }
.header-cta { display: flex; align-items: center; gap: 10px; }
body.light-header .btn-ghost { color: var(--ink); border-color: var(--line); background: #fff; }
body.light-header .btn-ghost:hover { border-color: var(--indigo); color: var(--indigo); }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff; place-items: center; }
body.light-header .nav-toggle { color: var(--navy); border-color: var(--line); background: #fff; }
.nav-toggle .ic-close { display: none; }
body.nav-open .nav-toggle .ic-close { display: block; }
body.nav-open .nav-toggle .ic-menu { display: none; }
.mobil-menu { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy); color: #fff; padding: 72px 0 120px; overflow: hidden; margin-top: -78px; padding-top: 150px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%); }
.glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; pointer-events: none; }
.glow-1 { width: 620px; height: 620px; background: #6366f1; top: -240px; left: -160px; animation: floaty 12s ease-in-out infinite; }
.glow-2 { width: 520px; height: 520px; background: #06b6d4; top: 120px; right: -160px; opacity: .35; animation: floaty 14s ease-in-out infinite reverse; }
.glow-3 { width: 380px; height: 380px; background: #f97316; bottom: -220px; left: 40%; opacity: .16; }
@keyframes floaty { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(30px, 40px); } }
.hero-ic { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); font-size: 13.5px; font-weight: 500; color: #cbd5e1; margin-bottom: 28px; }
.hero-badge b { display: inline-flex; align-items: center; gap: 6px; background: var(--grad); color: #fff; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.hero-badge b i { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1);} 50% { opacity: .5; transform: scale(.7);} }
.hero h1 { font-size: clamp(40px, 5.4vw, 68px); font-weight: 800; color: #fff; letter-spacing: -.035em; line-height: 1.04; margin-bottom: 24px; }
.hero h1 .grad-text { display: inline-block; padding-right: .06em; }
.hero-alt { font-size: 19px; color: #a8b3c7; max-width: 560px; margin-bottom: 36px; }
.hero-ctalar { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.rozetler { display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.rozetler li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #cbd5e1; font-weight: 500; }
.rozetler svg { color: #22d3ee; }

/* Hero mockup yığını */
.hero-mockups { position: relative; height: 560px; perspective: 1600px; }
.hero-mockups .mock { position: absolute; display: block; width: 74%; transition: transform .6s cubic-bezier(.2,.7,.2,1); transform: translate(var(--px, 0), var(--py, 0)) rotateY(var(--ry, 0)) rotateX(var(--rx, 0)); }
.hero-mockups .mock .browser { box-shadow: var(--sh-xl), 0 0 0 1px rgba(255,255,255,.08); transition: box-shadow .4s; }
.hero-mockups .mock:hover .browser { box-shadow: var(--sh-xl), 0 0 0 1px rgba(255,255,255,.2), 0 0 80px -10px rgba(99,102,241,.5); }
.hero-mockups .m1 { left: 0; top: 40px; z-index: 3; --ry: -8deg; --rx: 3deg; animation: rise 1s .1s cubic-bezier(.2,.7,.2,1) both; }
.hero-mockups .m2 { right: -4%; top: 0; z-index: 2; width: 62%; --ry: -12deg; --rx: 4deg; opacity: .95; animation: rise 1s .3s cubic-bezier(.2,.7,.2,1) both; }
.hero-mockups .m3 { left: 18%; bottom: 0; z-index: 4; width: 66%; --ry: -6deg; --rx: 2deg; animation: rise 1s .5s cubic-bezier(.2,.7,.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translate(var(--px, 0), calc(var(--py, 0px) + 40px)) rotateY(var(--ry)) rotateX(var(--rx)); } to { opacity: 1; transform: translate(var(--px, 0), var(--py, 0)) rotateY(var(--ry)) rotateX(var(--rx)); } }
.hero-mockups .mock:hover { z-index: 6; }
.hero-float { position: absolute; z-index: 7; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 14px; padding: 12px 16px; box-shadow: var(--sh-lg); display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; backdrop-filter: blur(6px); animation: bob 5s ease-in-out infinite; }
.hero-float small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }
.hero-float .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--grad); }
.hero-float.f1 { left: -20px; top: 44%; }
.hero-float.f2 { right: -10px; bottom: 14%; animation-delay: -2.5s; }
.hero-float.f2 .ic { background: var(--orange); }
@keyframes bob { 0%, 100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }

/* Hero dalga alt geçiş */
.hero-alt-gecis { position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; background: var(--bg); clip-path: ellipse(60% 100% at 50% 100%); }

/* ---------- Tarayıcı çerçevesi & placeholder ---------- */
.browser { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid rgba(15,23,42,.06); }
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 9px 12px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.browser-bar .dots { display: flex; gap: 5px; }
.browser-bar .dots i { width: 9px; height: 9px; border-radius: 50%; background: #fecaca; }
.browser-bar .dots i:nth-child(2) { background: #fde68a; }
.browser-bar .dots i:nth-child(3) { background: #bbf7d0; }
.browser-bar .url { flex: 1; text-align: center; font-size: 11px; color: #64748b; background: #fff; border-radius: 6px; padding: 3px 10px; font-family: var(--font-b); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser-dark { background: #0f172a; border-color: rgba(255,255,255,.08); }
.browser-dark .browser-bar { background: #1e293b; border-bottom-color: rgba(255,255,255,.06); }
.browser-dark .browser-bar .url { background: #0f172a; color: #94a3b8; }
.shot { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #f8fafc; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
/* Placeholder: tema renkleriyle çizilmiş mini site */
.shot-ph { background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%); padding: 6% 7%; display: flex; flex-direction: column; gap: 5%; }
.shot-ph::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.25), transparent 45%), radial-gradient(circle at 10% 90%, rgba(0,0,0,.18), transparent 50%); }
.shot-ph > * { position: relative; }
.ph-nav { display: flex; gap: 4%; align-items: center; height: 6%; }
.ph-nav i { height: 100%; width: 12%; background: rgba(255,255,255,.55); border-radius: 999px; }
.ph-nav i:first-child { width: 20%; background: rgba(255,255,255,.9); }
.ph-nav i:last-child { margin-left: auto; width: 16%; background: var(--c4); }
.ph-hero { display: flex; gap: 6%; flex: 1; align-items: center; }
.ph-hero-txt { flex: 1; display: flex; flex-direction: column; gap: 10%; }
.ph-hero-txt b { display: block; height: 10px; border-radius: 999px; background: rgba(255,255,255,.85); }
.ph-hero-txt b:nth-child(2) { width: 70%; background: rgba(255,255,255,.55); height: 8px; }
.ph-hero-txt .ph-btn { width: 40%; height: 14px; background: var(--c4); }
.ph-hero-img { flex: 1; aspect-ratio: 4 / 3; border-radius: 10px; background: linear-gradient(160deg, rgba(255,255,255,.55), rgba(255,255,255,.15)); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.ph-cards { display: flex; gap: 4%; height: 18%; }
.ph-cards i { flex: 1; border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.ph-label { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; background: rgba(11,18,38,.72); color: #fff; padding: 12px 22px; border-radius: 12px; backdrop-filter: blur(6px); white-space: nowrap; }
.ph-label strong { display: block; font-family: var(--font-h); font-size: 16px; font-weight: 700; }
.ph-label span { font-size: 11.5px; opacity: .8; }

/* ---------- İstatistik şeridi ---------- */
.stats { position: relative; margin-top: -60px; z-index: 5; }
.stats-kart { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-lg); border: 1px solid var(--line-2); overflow: hidden; }
.stat { padding: 30px 28px; text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 24%; height: 52%; width: 1px; background: var(--line); }
.stat b { display: block; font-family: var(--font-h); font-size: 40px; font-weight: 800; letter-spacing: -.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.1; }
.stat span { font-size: 14px; color: var(--muted); font-weight: 500; }

/* ---------- Tema bölümü ---------- */
.filtre { display: inline-flex; gap: 4px; padding: 5px; background: #fff; border-radius: 999px; border: 1px solid var(--line); box-shadow: var(--sh-sm); margin-bottom: 44px; }
.filtre button { border: 0; background: transparent; padding: 10px 22px; border-radius: 999px; font-family: var(--font-h); font-weight: 700; font-size: 14px; color: var(--muted); transition: .25s; }
.filtre button.is-active { background: var(--navy); color: #fff; box-shadow: 0 6px 16px -6px rgba(11,18,38,.5); }
.filtre button:not(.is-active):hover { color: var(--ink); background: var(--bg); }
.filtre-satir { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.filtre-satir .filtre { margin: 0; }
.filtre-not { color: var(--muted); font-size: 14px; }
.tema-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tcard { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line-2); box-shadow: var(--sh-sm); overflow: hidden; display: flex; flex-direction: column; transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s, opacity .4s; }
.tcard:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.tcard.is-hidden { display: none; }
.tcard-gorsel { padding: 18px 18px 0; background: linear-gradient(180deg, #f1f5f9, #fff); position: relative; }
.tcard-gorsel .browser { border-radius: 12px 12px 0 0; box-shadow: 0 -2px 20px -8px rgba(15,23,42,.15); border-bottom: 0; }
.tcard-gorsel .shot { aspect-ratio: 16 / 10; }
.tcard:hover .shot img { transform: scale(1.06); }
.tcard:hover .shot-ph { transform: none; }
.tcard-tur { position: absolute; top: 30px; left: 30px; z-index: 3; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; background: rgba(11,18,38,.85); color: #fff; backdrop-filter: blur(4px); }
.tcard-tur.eticaret { background: rgba(249,115,22,.92); }
.tcard-hover { position: absolute; inset: 18px 18px 0; z-index: 2; display: grid; place-items: center; background: rgba(11,18,38,.35); opacity: 0; transition: .35s; border-radius: 12px 12px 0 0; }
.tcard:hover .tcard-hover { opacity: 1; }
.tcard-hover a { transform: translateY(10px); transition: .35s; }
.tcard:hover .tcard-hover a { transform: none; }
.tcard-govde { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tcard-ust { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tcard h3 { font-size: 19px; font-weight: 700; }
.tcard .brans { color: var(--muted); font-size: 13.5px; margin-top: 2px; display: block; }
.renkler { display: inline-flex; gap: 6px; align-items: center; }
.renkler i { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line), 0 2px 6px rgba(15,23,42,.15); }
.etiketler { display: flex; flex-wrap: wrap; gap: 6px; }
.etiketler span { font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 999px; background: var(--bg); color: var(--ink-2); border: 1px solid var(--line-2); }
.tcard-butonlar { display: flex; gap: 8px; margin-top: auto; padding-top: 6px; }
.tcard-butonlar .btn { flex: 1; padding: 11px 14px; font-size: 13.5px; }

/* ---------- Panel bölümü ---------- */
.panel-sec { position: relative; overflow: hidden; }
.panel-sec .glow-1 { top: auto; bottom: -300px; left: -200px; opacity: .3; }
.panel-sec .glow-2 { top: -200px; right: -100px; opacity: .25; }
.panel-ic { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.panel-ic .section-head { margin: 0 0 32px; text-align: left; }
.ozellik-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ozellik { display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: .3s; }
.ozellik:hover { background: rgba(255,255,255,.08); border-color: rgba(125,211,252,.35); transform: translateY(-3px); }
.ozellik .ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--grad); box-shadow: 0 8px 20px -6px rgba(99,102,241,.6); }
.ozellik b { font-family: var(--font-h); font-size: 13.5px; color: #fff; font-weight: 600; line-height: 1.3; }
.panel-mockup { position: relative; perspective: 1400px; }
.panel-mockup .browser { transform: rotateY(-8deg) rotateX(3deg); transition: transform .7s cubic-bezier(.2,.7,.2,1); box-shadow: var(--sh-xl), 0 0 0 1px rgba(255,255,255,.08), 0 0 120px -20px rgba(99,102,241,.4); }
.panel-mockup:hover .browser { transform: rotateY(0) rotateX(0); }
.panel-ph { aspect-ratio: 16 / 10; display: flex; background: #0f172a; }
.pp-side { width: 17%; background: #111a33; padding: 8% 5%; display: flex; flex-direction: column; gap: 9%; border-right: 1px solid rgba(255,255,255,.05); }
.pp-side .pp-logo { height: 6%; border-radius: 4px; background: var(--grad); margin-bottom: 8%; }
.pp-side i { height: 4%; border-radius: 3px; background: rgba(255,255,255,.14); }
.pp-side i.on { background: rgba(125,211,252,.6); }
.pp-main { flex: 1; padding: 4% 4%; display: flex; flex-direction: column; gap: 4%; }
.pp-top { display: flex; align-items: center; gap: 3%; height: 6%; }
.pp-top b { width: 22%; height: 60%; background: rgba(255,255,255,.7); border-radius: 3px; }
.pp-top span { width: 8%; height: 45%; background: rgba(255,255,255,.14); border-radius: 3px; }
.pp-top em { margin-left: auto; width: 8%; aspect-ratio: 1; border-radius: 50%; background: var(--grad); }
.pp-kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3%; }
.pp-kpi div { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 8% 8% 10%; }
.pp-kpi small { display: block; font-size: 7px; color: #94a3b8; margin-bottom: 4px; white-space: nowrap; }
.pp-kpi strong { display: block; font-family: var(--font-h); font-size: 12px; color: #fff; margin-bottom: 6px; white-space: nowrap; }
.pp-kpi u { display: block; height: 4px; border-radius: 2px; background: var(--grad); text-decoration: none; }
.pp-grid { flex: 1; display: grid; grid-template-columns: 1.6fr 1fr; gap: 3%; }
.pp-chart { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; display: flex; align-items: flex-end; gap: 4%; padding: 8% 6% 6%; }
.pp-chart i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #7dd3fc, #6366f1); opacity: .9; }
.pp-list { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 8%; display: flex; flex-direction: column; gap: 10%; }
.pp-list b { height: 6%; min-height: 5px; border-radius: 3px; background: rgba(255,255,255,.16); }
.pp-list b:nth-child(odd) { width: 80%; }

/* ---------- Neler dahil ---------- */
.paketler { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.paket { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line-2); box-shadow: var(--sh-sm); padding: 40px; position: relative; overflow: hidden; }
.paket::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--grad); }
.paket.turuncu::before { background: linear-gradient(90deg, #f97316, #fbbf24); }
.paket-baslik { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.paket-baslik .ic { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--grad); box-shadow: 0 10px 24px -8px rgba(99,102,241,.6); flex: none; }
.paket.turuncu .paket-baslik .ic { background: linear-gradient(135deg, #f97316, #fbbf24); box-shadow: 0 10px 24px -8px rgba(249,115,22,.6); }
.paket-baslik h3 { font-size: 24px; }
.paket-baslik span { color: var(--muted); font-size: 14px; display: block; }
.check-list { display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.check-list li svg { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(99,102,241,.1); color: var(--indigo); margin-top: 1px; }
.paket.turuncu .check-list li svg { background: rgba(249,115,22,.12); color: var(--orange); }
.check-list.iki { grid-template-columns: 1fr 1fr; }

/* ---------- YouTube ---------- */
.yt-sec { background: #fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.yt-ic { display: grid; grid-template-columns: .9fr 1.4fr; gap: 56px; align-items: center; }
.yt-ic .section-head { text-align: left; margin: 0; }
.yt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.yt-kart { display: block; background: var(--bg); border-radius: 16px; overflow: hidden; border: 1px solid var(--line-2); transition: .3s; }
.yt-kart:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.yt-kart .sv-ratio { border-radius: 0; }
.yt-kart img { transition: transform .6s; }
.yt-kart:hover img { transform: scale(1.05); }
.yt-kart .yt-bilgi { padding: 14px 16px; }
.yt-kart h4 { font-size: 14px; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yt-kart time { font-size: 12px; color: var(--muted); display: block; margin-top: 6px; }
.yt-kanal { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 10px 16px 10px 10px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.yt-kanal .ic { width: 32px; height: 32px; border-radius: 50%; background: #ff0000; color: #fff; display: grid; place-items: center; }

/* ---------- Süreç ---------- */
.adimlar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; counter-reset: adim; }
.adimlar::before { content: ""; position: absolute; top: 44px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); }
.adim { position: relative; text-align: center; padding: 0 12px; }
.adim .no { width: 88px; height: 88px; border-radius: 28px; margin: 0 auto 22px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--sh-md); color: var(--indigo); position: relative; transition: .35s; }
.adim:hover .no { transform: translateY(-6px) rotate(-4deg); background: var(--grad); color: #fff; box-shadow: 0 20px 40px -12px rgba(99,102,241,.6); }
.adim .no::after { counter-increment: adim; content: counter(adim, decimal-leading-zero); position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--font-h); font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.adim h3 { font-size: 19px; margin-bottom: 8px; }
.adim p { color: var(--muted); font-size: 14.5px; margin: 0; }
.adim .sure { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 700; color: var(--indigo); background: rgba(99,102,241,.08); padding: 4px 10px; border-radius: 999px; }

/* ---------- Fiyatlar ---------- */
.fiyat-sec { overflow: hidden; }
.fiyat-sec .glow-1 { opacity: .25; top: -300px; }
.fiyat-sec .glow-2 { opacity: .2; bottom: -200px; top: auto; }
.fiyat-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.fiyat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 36px 32px; display: flex; flex-direction: column; backdrop-filter: blur(8px); transition: .35s; position: relative; }
.fiyat:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.2); }
.fiyat.one { background: linear-gradient(160deg, rgba(99,102,241,.25), rgba(6,182,212,.12)); border-color: rgba(125,211,252,.4); transform: scale(1.04); box-shadow: 0 40px 80px -30px rgba(99,102,241,.55); }
.fiyat.one:hover { transform: scale(1.04) translateY(-6px); }
.fiyat .rozet { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; letter-spacing: .04em; box-shadow: 0 8px 20px -6px rgba(249,115,22,.7); white-space: nowrap; }
.fiyat h3 { font-size: 22px; color: #fff; margin-bottom: 6px; }
.fiyat .icin { color: #94a3b8; font-size: 14px; min-height: 42px; }
.fiyat .tutar { margin: 22px 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.fiyat .tutar b { font-family: var(--font-h); font-size: 26px; font-weight: 800; color: #fff; display: block; letter-spacing: -.02em; }
.fiyat .tutar small { color: #7dd3fc; font-size: 13px; font-weight: 500; }
.fiyat ul { display: grid; gap: 11px; margin-bottom: 28px; flex: 1; }
.fiyat li { display: flex; gap: 10px; font-size: 14.5px; color: #cbd5e1; align-items: flex-start; }
.fiyat li svg { flex: none; color: #22d3ee; margin-top: 3px; }
.fiyat li.pasif { color: #64748b; }
.fiyat li.pasif svg { color: #475569; }

/* ---------- Yorumlar ---------- */
.yorum-sec .track { padding: 12px 4px 28px; }
.yorum-sec .sv-carousel .track > * { flex-basis: calc(33.333% - 16px); }
.yorum { background: #fff; border-radius: var(--r-lg); padding: 32px; border: 1px solid var(--line-2); box-shadow: var(--sh-sm); position: relative; display: flex; flex-direction: column; gap: 18px; height: 100%; }
.yorum .alinti { position: absolute; top: 24px; right: 26px; color: rgba(99,102,241,.16); }
.yildizlar { display: flex; gap: 3px; color: #f59e0b; }
.yildizlar svg { fill: currentColor; stroke: none; width: 16px; height: 16px; }
.yorum p { font-size: 15.5px; color: var(--ink-2); margin: 0; flex: 1; }
.yorum-kisi { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.yorum-kisi img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.yorum-kisi b { display: block; font-family: var(--font-h); font-size: 15px; }
.yorum-kisi span { font-size: 13px; color: var(--muted); }
.carousel-oklar { display: flex; gap: 10px; justify-content: center; }
.carousel-oklar button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); display: grid; place-items: center; transition: .25s; }
.carousel-oklar button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- SSS ---------- */
.sss-ic { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.sss-ic .section-head { text-align: left; margin: 0; position: sticky; top: 110px; }
.sss-kutu { margin-top: 28px; padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--sh-sm); }
.sss-kutu b { display: block; font-family: var(--font-h); margin-bottom: 6px; }
.sss-kutu p { color: var(--muted); font-size: 14.5px; margin-bottom: 14px; }
.acc-item { background: #fff; border: 1px solid var(--line-2); border-radius: 16px; margin-bottom: 10px; transition: .3s; }
.acc-item.is-open { border-color: rgba(99,102,241,.35); box-shadow: var(--sh-md); }
.acc-head { display: flex !important; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px !important; font-family: var(--font-h); font-size: 16.5px; font-weight: 700; color: var(--ink); cursor: pointer; }
.acc-head .ic { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--bg); display: grid; place-items: center; color: var(--indigo); transition: .3s; }
.acc-item.is-open .acc-head .ic { transform: rotate(45deg); background: var(--grad); color: #fff; }
.acc-body > div { padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* ---------- İletişim / form ---------- */
.iletisim-ic { display: grid; grid-template-columns: 1fr 1.25fr; gap: 48px; align-items: start; }
.iletisim-bilgi { display: grid; gap: 14px; margin-top: 30px; }
.bilgi { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; background: #fff; border: 1px solid var(--line-2); border-radius: 16px; transition: .3s; }
.bilgi:hover { box-shadow: var(--sh-md); transform: translateX(4px); }
.bilgi .ic { flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: var(--indigo); background: rgba(99,102,241,.08); }
.bilgi b { display: block; font-family: var(--font-h); font-size: 15px; margin-bottom: 2px; }
.bilgi span, .bilgi a { color: var(--muted); font-size: 14.5px; }
.bilgi a:hover { color: var(--indigo); }
.form-kart { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line-2); box-shadow: var(--sh-lg); padding: 40px; position: relative; overflow: hidden; }
.form-kart::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--grad); }
.form-kart h3 { font-size: 24px; margin-bottom: 6px; }
.form-kart > p { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .tam { grid-column: 1 / -1; }
.alan label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--ink-2); }
.alan input, .alan select, .alan textarea { width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--bg); color: var(--ink); font-size: 15px; transition: .2s; outline: none; }
.alan input:focus, .alan select:focus, .alan textarea:focus { border-color: var(--indigo); background: #fff; box-shadow: 0 0 0 4px rgba(99,102,241,.12); }
.alan textarea { min-height: 120px; resize: vertical; }
.alan select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-alt { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.form-alt small { color: var(--muted); font-size: 12.5px; max-width: 360px; }
.form-ok { margin-top: 18px; padding: 14px 18px; border-radius: 12px; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; font-size: 14px; display: flex; gap: 10px; align-items: center; }

/* ---------- CTA bandı ---------- */
.cta-band { position: relative; border-radius: var(--r-xl); padding: 64px; background: var(--navy); color: #fff; overflow: hidden; display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(99,102,241,.55), transparent 45%), radial-gradient(circle at 90% 90%, rgba(6,182,212,.4), transparent 45%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 12px; }
.cta-band p { color: #a8b3c7; margin: 0; font-size: 17px; }
.cta-band .butonlar { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy); color: #94a3b8; padding: 80px 0 32px; overflow: hidden; }
.footer-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,.25), transparent 60%); top: -350px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.footer-ust { position: relative; display: grid; grid-template-columns: 1.4fr .8fr 1.2fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-marka p { font-size: 14.5px; margin: 20px 0 22px; max-width: 340px; line-height: 1.7; }
.footer-sosyal { display: flex; gap: 8px; }
.footer-sosyal a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: #cbd5e1; border: 1px solid rgba(255,255,255,.08); transition: .25s; }
.footer-sosyal a:hover { background: var(--grad); color: #fff; transform: translateY(-3px); }
.footer-kolon h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-kolon h4.mt { margin-top: 26px; }
.footer-kolon li { margin-bottom: 9px; font-size: 14.5px; }
.footer-kolon a { color: #94a3b8; transition: .2s; }
.footer-kolon a:hover { color: #fff; padding-left: 3px; }
.footer-kolon small { color: #64748b; font-size: 12.5px; }
.footer-temalar ul { columns: 2; column-gap: 24px; }
.footer-temalar li { break-inside: avoid; }
.footer-iletisim li { display: flex; gap: 8px; align-items: center; }
.footer-iletisim svg { color: #7dd3fc; flex: none; }
.footer-alt { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 26px; font-size: 13.5px; color: #64748b; }
.footer-not { font-size: 12.5px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #94a3b8; }
.footer-links a:hover { color: #fff; }

/* WhatsApp balonu */
.wa-balon { position: fixed; right: 22px; bottom: 84px; z-index: 900; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px -6px rgba(37,211,102,.6); transition: .3s; }
.wa-balon:hover { transform: translateY(-4px) scale(1.05); }

/* ---------- İç sayfa başlığı ---------- */
.sayfa-hero { position: relative; background: var(--navy); color: #fff; padding: 140px 0 80px; margin-top: -78px; overflow: hidden; }
.sayfa-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); }
.sayfa-hero .container { position: relative; }
.sayfa-hero h1 { color: #fff; font-size: clamp(34px, 4.6vw, 56px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 16px; }
.sayfa-hero .lead { color: #a8b3c7; max-width: 640px; }
.kirinti { display: flex; gap: 8px; align-items: center; font-size: 13.5px; color: #94a3b8; margin-bottom: 22px; flex-wrap: wrap; }
.kirinti a { color: #cbd5e1; }
.kirinti a:hover { color: #fff; }
.kirinti svg { opacity: .5; }

/* ---------- Tema detay ---------- */
.tema-hero .hero-ic { grid-template-columns: 1.1fr .9fr; }
.tema-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px; }
.tema-meta span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); font-size: 13.5px; color: #cbd5e1; }
.tema-meta svg { color: #7dd3fc; }
.tema-hero .hero-mockups { height: 420px; }
.tema-hero .hero-mockups .mock { width: 92%; left: 4%; top: 20px; --ry: -10deg; --rx: 4deg; }
.tema-gezinme { display: flex; gap: 10px; margin-top: 30px; }
.tema-gezinme a { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: #cbd5e1; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); transition: .25s; }
.tema-gezinme a:hover { background: rgba(255,255,255,.1); color: #fff; }
.tema-gezinme a small { color: #64748b; }

.onizleme-sec { padding-top: 64px; }
.cihaz-ust { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.cihaz-sekme { display: inline-flex; gap: 4px; padding: 5px; background: #fff; border-radius: 999px; border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.cihaz-sekme button { border: 0; background: transparent; padding: 9px 18px; border-radius: 999px; font-family: var(--font-h); font-weight: 700; font-size: 14px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; transition: .25s; }
.cihaz-sekme button.is-active { background: var(--navy); color: #fff; }
.cihaz-araclar { display: flex; gap: 8px; }
.sayfa-sekme { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.sayfa-sekme button { border: 1px solid var(--line); background: #fff; padding: 8px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); transition: .2s; }
.sayfa-sekme button:hover { border-color: var(--indigo); color: var(--indigo); }
.sayfa-sekme button.is-active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 8px 20px -8px rgba(99,102,241,.6); }
.device-stage { position: relative; background: radial-gradient(circle at 50% 0%, #e2e8f0, #cbd5e1 70%); border-radius: var(--r-xl); padding: 40px 24px; display: flex; justify-content: center; min-height: 600px; border: 1px solid var(--line); box-shadow: inset 0 2px 20px rgba(15,23,42,.06); overflow: hidden; }
.device-stage::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(15,23,42,.08) 1px, transparent 1px); background-size: 18px 18px; pointer-events: none; }
.device { position: relative; transition: width .5s cubic-bezier(.2,.7,.2,1), height .5s cubic-bezier(.2,.7,.2,1), border-radius .5s; background: #fff; box-shadow: var(--sh-xl); overflow: hidden; }
.device iframe { width: 100%; height: 100%; border: 0; display: block; background: #fff; }
.device-stage.dev-desktop .device { width: 100%; height: 760px; border-radius: 14px; }
.device-stage.dev-desktop .device .dev-bar { display: flex; }
.device-stage.dev-desktop .device iframe { height: calc(100% - 38px); }
.dev-bar { display: none; align-items: center; gap: 12px; height: 38px; padding: 0 12px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.dev-bar .dots { display: flex; gap: 5px; }
.dev-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: #fecaca; }
.dev-bar .dots i:nth-child(2) { background: #fde68a; }
.dev-bar .dots i:nth-child(3) { background: #bbf7d0; }
.dev-bar .url { flex: 1; text-align: center; font-size: 12px; color: #64748b; background: #fff; border-radius: 6px; padding: 4px 12px; }
.device-stage.dev-tablet .device { width: 768px; max-width: 100%; height: 1024px; border-radius: 28px; border: 14px solid #111827; }
.device-stage.dev-mobile .device { width: 390px; max-width: 100%; height: 800px; border-radius: 44px; border: 12px solid #111827; }
.device-stage.dev-mobile .device::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 110px; height: 26px; background: #111827; border-radius: 999px; z-index: 3; }
.iframe-loading { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255,255,255,.75); z-index: 5; opacity: 0; pointer-events: none; transition: .3s; }
.iframe-loading.is-on { opacity: 1; }
.iframe-loading i { width: 40px; height: 40px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--indigo); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.tema-bilgi-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; }
.bilgi-kart { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line-2); box-shadow: var(--sh-sm); padding: 36px; }
.bilgi-kart h3 { font-size: 22px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.bilgi-kart h3 svg { color: var(--indigo); }
.bilgi-kart p { color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.palet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 8px; }
.palet div { border-radius: 14px; padding: 12px; border: 1px solid var(--line-2); }
.palet i { display: block; height: 56px; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); margin-bottom: 8px; }
.palet code { font-size: 12px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.ozet-satir { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-2); font-size: 15px; }
.ozet-satir:last-child { border-bottom: 0; }
.ozet-satir span:first-child { color: var(--muted); display: inline-flex; gap: 8px; align-items: center; }
.ozet-satir b { text-align: right; }
.sayfa-liste { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.sayfa-liste a { font-size: 13px; padding: 6px 12px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line-2); color: var(--ink-2); }
.sayfa-liste a:hover { border-color: var(--indigo); color: var(--indigo); }
.diger-temalar .sv-carousel .track > * { flex-basis: calc(25% - 18px); }

/* ---------- Panel özellikleri sayfası ---------- */
.modul-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.modul-kart { background: #fff; border-radius: 18px; border: 1px solid var(--line-2); padding: 24px; display: flex; gap: 16px; align-items: flex-start; transition: .3s; }
.modul-kart:hover { box-shadow: var(--sh-md); transform: translateY(-4px); border-color: rgba(99,102,241,.3); }
.modul-kart .ic { flex: none; width: 46px; height: 46px; border-radius: 14px; background: var(--grad-soft); color: var(--indigo); display: grid; place-items: center; }
.modul-kart b { display: block; font-family: var(--font-h); font-size: 16px; margin-bottom: 4px; }
.modul-kart span { color: var(--muted); font-size: 14px; }
.modul-detay { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--line-2); }
.modul-detay:last-child { border-bottom: 0; }
.modul-detay:nth-child(even) .modul-gorsel { order: -1; }
.modul-detay .ic-buyuk { width: 64px; height: 64px; border-radius: 20px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 22px; box-shadow: 0 14px 30px -10px rgba(99,102,241,.6); }
.modul-detay h3 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 14px; }
.modul-detay p { color: var(--muted); font-size: 16.5px; margin-bottom: 22px; }
.modul-gorsel { position: relative; }
.modul-gorsel .browser { transform: perspective(1400px) rotateY(-6deg) rotateX(2deg); transition: .6s; }
.modul-detay:nth-child(even) .modul-gorsel .browser { transform: perspective(1400px) rotateY(6deg) rotateX(2deg); }
.modul-gorsel:hover .browser { transform: perspective(1400px) rotateY(0) rotateX(0); }
.modul-ekran { aspect-ratio: 16 / 10; padding: 6%; background: #f8fafc; display: flex; flex-direction: column; gap: 4%; }
.modul-ekran .me-bar { display: flex; gap: 2%; height: 8%; align-items: center; }
.modul-ekran .me-bar b { height: 70%; width: 24%; border-radius: 4px; background: var(--ink); opacity: .85; }
.modul-ekran .me-bar span { height: 60%; width: 14%; border-radius: 4px; background: var(--line); }
.modul-ekran .me-bar em { margin-left: auto; height: 80%; width: 16%; border-radius: 6px; background: var(--grad); }
.modul-ekran .me-satir { display: flex; gap: 2%; height: 9%; padding: 0 2%; align-items: center; background: #fff; border: 1px solid var(--line-2); border-radius: 6px; }
.modul-ekran .me-satir i { height: 40%; border-radius: 3px; background: var(--line); }
.modul-ekran .me-satir i:nth-child(1) { width: 8%; background: var(--indigo); opacity: .4; height: 60%; border-radius: 50%; aspect-ratio: 1; }
.modul-ekran .me-satir i:nth-child(2) { width: 30%; }
.modul-ekran .me-satir i:nth-child(3) { width: 18%; }
.modul-ekran .me-satir i:nth-child(4) { width: 12%; margin-left: auto; background: #bbf7d0; height: 55%; }
.modul-ekran .me-kutular { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; height: 22%; }
.modul-ekran .me-kutular div { background: #fff; border: 1px solid var(--line-2); border-radius: 8px; padding: 6% 8%; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.modul-ekran .me-kutular small { font-size: 8px; color: var(--muted); }
.modul-ekran .me-kutular strong { font-family: var(--font-h); font-size: 13px; }

/* ---------- Yardımcılar ---------- */
.mt-0 { margin-top: 0 !important; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.gap-8 { display: flex; gap: 8px; flex-wrap: wrap; }
.icon-list { display: grid; gap: 10px; }
.icon-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.icon-list li svg { flex: none; color: var(--indigo); margin-top: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav a { padding: 10px 10px; font-size: 14px; }
  .hero-ic { gap: 32px; }
  .hero-mockups { height: 480px; }
  .tema-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-ust { grid-template-columns: 1fr 1fr; }
  .diger-temalar .sv-carousel .track > * { flex-basis: calc(33.333% - 16px); }
  .yorum-sec .sv-carousel .track > * { flex-basis: calc(50% - 12px); }
}
@media (max-width: 1024px) {
  .nav, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: grid; }
  .mobil-menu { display: block; position: fixed; top: 78px; left: 0; right: 0; bottom: 0; background: var(--navy); padding: 24px; transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.7,.2,1); overflow-y: auto; }
  body.nav-open .mobil-menu { transform: none; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { background: var(--navy); }
  .mobil-menu li a { display: block; padding: 16px 12px; font-family: var(--font-h); font-size: 20px; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
  .mobil-cta { display: grid; gap: 10px; margin-top: 24px; }
  .mobil-cta .btn-outline { color: #fff; border-color: rgba(255,255,255,.2); }
  .hero { padding-bottom: 100px; }
  .hero-ic, .panel-ic, .yt-ic, .sss-ic, .iletisim-ic, .tema-bilgi-grid, .modul-detay, .tema-hero .hero-ic { grid-template-columns: 1fr; }
  .hero-mockups { height: 420px; max-width: 640px; margin: 20px auto 0; }
  .sss-ic .section-head { position: static; }
  .stats-kart { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3)::before { display: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .adimlar { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .adimlar::before { display: none; }
  .fiyat-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .fiyat.one, .fiyat.one:hover { transform: none; }
  .ozellik-grid { grid-template-columns: repeat(3, 1fr); }
  .modul-grid { grid-template-columns: repeat(2, 1fr); }
  .modul-detay:nth-child(even) .modul-gorsel { order: 0; }
  .cta-band { grid-template-columns: 1fr; padding: 44px; }
  .cta-band .butonlar { justify-content: flex-start; }
  .paketler { grid-template-columns: 1fr; }
  .device-stage.dev-desktop .device { height: 620px; }
  .device-stage.dev-tablet .device { height: 900px; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .container { width: min(var(--container), 100% - 32px); }
  .header-ic { height: 68px; }
  .mobil-menu { top: 68px; }
  .hero, .sayfa-hero { margin-top: -68px; padding-top: 120px; }
  .hero h1 { font-size: clamp(34px, 9vw, 48px); }
  .hero-mockups { height: 330px; }
  .hero-float { display: none; }
  .tema-grid { grid-template-columns: 1fr; }
  .ozellik-grid { grid-template-columns: repeat(2, 1fr); }
  .check-list.iki { grid-template-columns: 1fr; }
  .yt-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-kart { padding: 28px 22px; }
  .paket { padding: 28px 22px; }
  .footer-ust { grid-template-columns: 1fr; gap: 32px; }
  .footer-alt { flex-direction: column; align-items: flex-start; }
  .modul-grid { grid-template-columns: 1fr; }
  .palet { grid-template-columns: repeat(2, 1fr); }
  .device-stage { padding: 20px 12px; min-height: 0; }
  .device-stage.dev-desktop .device { height: 520px; }
  .device-stage.dev-tablet .device { height: 700px; border-width: 8px; }
  .device-stage.dev-mobile .device { height: 640px; border-width: 8px; }
  .yorum-sec .sv-carousel .track > * { flex-basis: 88%; }
  .diger-temalar .sv-carousel .track > * { flex-basis: 80%; }
  .adimlar { grid-template-columns: 1fr; }
  .cta-band { padding: 32px 24px; border-radius: 24px; }
  .wa-balon { right: 16px; bottom: 80px; width: 50px; height: 50px; }
}
@media (max-width: 480px) {
  .stats-kart { grid-template-columns: 1fr 1fr; }
  .stat { padding: 22px 14px; }
  .stat b { font-size: 30px; }
  .hero-ctalar .btn { width: 100%; }
  .yt-grid { grid-template-columns: 1fr; }
  .filtre button { padding: 9px 14px; font-size: 13px; }
  .tcard-butonlar { flex-direction: column; }
  .header-cta .btn-cta { display: none; }
}

/* ---------- Panel modları (iki panel, tek altyapı) ---------- */
.mod-rozet { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 4px 10px; border-radius: 999px; font-family: var(--font-h); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: none; }
.mod-rozet::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.mod-rozet.mod-klinik { background: rgba(6,182,212,.12); color: #0e7490; }
.mod-rozet.mod-eticaret { background: rgba(249,115,22,.12); color: #c2410c; }
.mod-rozet.mod-ortak { background: rgba(99,102,241,.12); color: #4338ca; }
.eyebrow .mod-rozet { margin-top: 0; margin-left: 8px; vertical-align: middle; }
.modul-kart .mod-rozet { margin-top: 12px; font-size: 11px; }

.mod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mod-kart { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 32px; transition: .35s; }
.mod-kart:hover { background: rgba(255,255,255,.07); border-color: rgba(125,211,252,.35); transform: translateY(-4px); }
.mod-bas { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 20px; }
.mod-bas .ic { flex: none; width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--grad); box-shadow: 0 12px 26px -10px rgba(99,102,241,.7); }
.mod-bas b { display: block; font-family: var(--font-h); font-size: 20px; color: #fff; margin-bottom: 4px; }
.mod-bas span { font-size: 14px; color: #94a3b8; line-height: 1.55; }
.mod-ozet { font-size: 15.5px; color: #cbd5e1; line-height: 1.7; margin-bottom: 22px; }
.mod-menu { display: grid; gap: 2px; }
.mod-menu li { display: grid; grid-template-columns: 30px auto 1fr; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 12px; transition: .25s; }
.mod-menu li:hover { background: rgba(255,255,255,.07); }
.mod-menu .mi { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: rgba(125,211,252,.12); color: #7dd3fc; }
.mod-menu b { font-family: var(--font-h); font-size: 14.5px; color: #fff; font-weight: 600; white-space: nowrap; }
.mod-menu li > span:last-child { font-size: 13px; color: #8b98ad; text-align: right; }
.mod-kapali { display: flex; gap: 8px; align-items: flex-start; margin-top: 20px; padding: 12px 14px; border-radius: 12px; background: rgba(248,113,113,.08); border: 1px solid rgba(248,113,113,.18); font-size: 13px; color: #fca5a5; line-height: 1.5; }
.mod-kapali svg { flex: none; margin-top: 2px; }
.mod-not { display: flex; gap: 12px; align-items: flex-start; max-width: 860px; margin: 32px auto 0; padding: 18px 22px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); font-size: 15px; color: #cbd5e1; line-height: 1.7; }
.mod-not svg { flex: none; color: #7dd3fc; margin-top: 3px; }
.mod-not b { color: #fff; }

.modul-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-family: var(--font-h); font-weight: 700; font-size: 14.5px; color: var(--indigo); padding: 10px 16px; border-radius: 999px; background: rgba(99,102,241,.08); transition: .25s; }
.modul-link:hover { background: rgba(99,102,241,.16); gap: 12px; }

/* ---------- İletişim sayfası ---------- */
.ilet-hizli { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ilet-hizli a { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #e2e8f0; font-size: 14.5px; transition: .25s; }
.ilet-hizli a:hover { background: rgba(255,255,255,.12); border-color: rgba(125,211,252,.4); color: #fff; transform: translateY(-2px); }
.ilet-hizli svg { color: #7dd3fc; }
.ilet-hizli b { font-family: var(--font-h); }
.harita-kart { margin-top: 24px; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--sh-sm); background: #fff; }
.harita-kart iframe { display: block; width: 100%; height: 300px; border: 0; }
.harita-alt { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; font-size: 13.5px; color: var(--muted); flex-wrap: wrap; }
.harita-alt a { color: var(--indigo); font-weight: 600; }
.wa-band { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 32px 40px; border-radius: var(--r-lg); background: linear-gradient(135deg, #052e2b, #064e3b); color: #d1fae5; border: 1px solid rgba(16,185,129,.3); }
.wa-band .ic { width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center; background: #25d366; color: #062f22; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7); }
.wa-band h3 { color: #fff; font-size: 22px; margin-bottom: 6px; }
.wa-band p { margin: 0; font-size: 15px; color: #a7f3d0; }
.btn-wa { background: #25d366; color: #062f22; }
.btn-wa:hover { background: #22c55e; transform: translateY(-2px); }

@media (max-width: 1024px) {
  .mod-grid { grid-template-columns: 1fr; }
  .mod-menu li { grid-template-columns: 30px 1fr; }
  .mod-menu li > span:last-child { grid-column: 2; text-align: left; }
}
@media (max-width: 768px) {
  .mod-kart { padding: 24px 20px; }
  .wa-band { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 28px 22px; }
  .harita-kart iframe { height: 240px; }
}
