/* ==========================================================================
   İşGelir — Tanıtım Sitesi Tasarım Sistemi
   Beyaz kurumsal tema · Poppins · İşGelir yeşili
   1. Tokenlar ve temel        6. Bölüm düzenleri
   2. Tipografi                7. Modül sayfası
   3. Bileşenler               8. Görselleştirmeler (viz)
   4. Uygulama kabuğu mockup   9. Animasyon ve reveal
   5. Başlık ve alt bilgi     10. Duyarlı düzen
   ========================================================================== */

/* ===== 1. Tokenlar ve temel ============================================= */
:root {
    --ink: #0D1411;
    --ink-2: #46524D;
    --ink-3: #5C6B64;
    --amber: #8A6A14;
    --amber-tint: #FAF5E6;
    --amber-line: #E5D6A8;
    --hairline: #E6EDE8;
    --line: #D3DFD7;
    --wash: #F6F9F7;
    --green: #147842;
    --green-deep: #0F5F34;
    --green-bright: #46D77E;
    --green-tint: #EAF6EF;
    --green-line: #C6E5D2;
    --dot-live: #178A4C;
    --dot-dev: #A6801F;
    --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
    --nav-h: 76px;
    --shadow-s: 0 12px 30px rgba(13, 20, 17, .07);
    --shadow-m: 0 18px 44px rgba(13, 20, 17, .08);
    --shadow-l: 0 30px 64px rgba(13, 20, 17, .10);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    background: #FFFFFF;
    font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: var(--ink-2);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 { color: var(--ink); margin: 0; line-height: 1.18; letter-spacing: -.018em; font-weight: 700; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
a { color: var(--green); text-decoration: none; transition: color .16s ease; }
a:hover { color: var(--green-deep); }
button { font: inherit; }

[id] { scroll-margin-top: calc(var(--nav-h) + 20px); }

.c { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.sec { padding: 92px 0; }
.sec-sm { padding: 66px 0; }
.sec-xs { padding: 40px 0; }
.wash { background: var(--wash); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.hairline-top { border-top: 1px solid var(--hairline); }
.clip { overflow: hidden; }
.rel { position: relative; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ===== 2. Tipografi ===================================================== */
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11.5px; font-weight: 600; letter-spacing: .17em;
    text-transform: uppercase; color: var(--green);
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--green-bright); border-radius: 2px; }

.h1 { font-size: 54px; letter-spacing: -.025em; line-height: 1.1; }
.h2 { font-size: 34px; }
.h3 { font-size: 21px; font-weight: 600; letter-spacing: -.012em; }
.h4 { font-size: 16px; font-weight: 600; letter-spacing: -.005em; }
.h5 { font-size: 14.5px; font-weight: 600; }

.lead { font-size: 17px; line-height: 1.62; color: var(--ink-2); }
.sub { font-size: 15.5px; color: var(--ink-3); }
.sm { font-size: 13.5px; color: var(--ink-3); line-height: 1.6; }
.xs { font-size: 12px; color: var(--ink-3); line-height: 1.58; }
.lbl { font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.num { font-size: 12px; font-weight: 600; letter-spacing: .16em; color: var(--ink-3); }
.strong-ink { color: var(--ink); font-weight: 600; }
.accent { color: var(--green); }

.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.sec-head-text { max-width: 720px; }
.sec-head h2 { margin: 14px 0 12px; }
.sec-head p:last-child { margin: 0; }
.sec-head-aside { flex: 0 0 auto; margin-bottom: 4px; }

/* ===== 3. Bileşenler ==================================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-size: 14.5px; font-weight: 500; border-radius: 999px; padding: 13px 26px;
    border: 1px solid transparent; white-space: nowrap; cursor: pointer;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #FFFFFF; box-shadow: 0 8px 20px rgba(20, 120, 66, .18); }
.btn-primary:hover { background: var(--green-deep); color: #FFFFFF; box-shadow: 0 12px 26px rgba(20, 120, 66, .26); }
.btn-quiet { background: #FFFFFF; color: var(--ink); border-color: #7F9288; }
.btn-quiet:hover { border-color: var(--green); color: var(--green); }
.btn-success { background: var(--green-deep); color: #FFFFFF; }
.btn-sm { font-size: 13.5px; padding: 10px 20px; }
.btn-lg { font-size: 15.5px; padding: 15px 32px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .72; cursor: default; }

.card { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 14px; transition: border-color .18s ease, box-shadow .18s ease; }
.card:hover { border-color: var(--line); box-shadow: var(--shadow-s); }
.card-p { padding: 26px; }
.card-ps { padding: 18px; }
.link-card { cursor: pointer; }
.link-card:hover { border-color: #9FD3B4; box-shadow: 0 16px 38px rgba(13, 20, 17, .09); }
.panel { background: var(--wash); border: 1px solid var(--hairline); border-radius: 20px; }

/* kart içeriğini dikey dağıtan yardımcılar — eşit yükseklikli ızgaralarda altta boşluk bırakmaz */
.stack-card { display: flex; flex-direction: column; height: 100%; }
.push-bottom { margin-top: auto; }

.chip {
    display: inline-flex; align-items: center; gap: 8px; background: #FFFFFF;
    border: 1px solid var(--hairline); border-radius: 12px; padding: 10px 16px;
    font-size: 12.5px; font-weight: 600; color: var(--ink); box-shadow: 0 14px 32px rgba(13, 20, 17, .10);
}
.tag {
    display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 500;
    color: var(--ink-2); background: #FFFFFF; border: 1px solid var(--line);
    border-radius: 999px; padding: 6px 14px;
}
.tag-g { color: var(--green); background: var(--green-tint); border-color: var(--green-line); font-weight: 600; }
.tag-a { color: var(--amber); background: var(--amber-tint); border-color: var(--amber-line); font-weight: 600; }
.tag-sm { font-size: 11px; padding: 4px 11px; }

.code {
    display: inline-block; font-family: var(--mono); font-size: 11.5px; color: var(--ink-2);
    background: var(--wash); border: 1px solid var(--hairline); border-radius: 6px;
    padding: 3px 8px; letter-spacing: -.01em;
}
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.check svg { flex: 0 0 auto; margin-top: 3px; }
.check-sm { font-size: 13px; gap: 9px; }
.check-list { display: flex; flex-direction: column; gap: 12px; }

.dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; display: inline-block; }
.dot-g { background: var(--dot-live); }
.dot-a { background: var(--dot-dev); }
.dot-n { background: #B7C5BC; }

.v-g { color: var(--green); font-weight: 600; }
.v-a { color: var(--amber); font-weight: 600; }
.v-n { color: var(--ink-3); font-weight: 500; }

.state { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; }
.state-live { color: var(--green); }
.state-dev { color: var(--amber); }

.ic { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--green-tint); flex: 0 0 auto; }
.ic-30 { width: 30px; height: 30px; border-radius: 9px; }
.ic-38 { width: 38px; height: 38px; border-radius: 10px; }
.ic-46 { width: 46px; height: 46px; }
.ic-56 { width: 56px; height: 56px; border-radius: 16px; }
.ic-plain { background: #FFFFFF; border: 1px solid var(--hairline); }

.g2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.g3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.g4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.gap-sm { gap: 14px; }
.gap-md { gap: 18px; }
.row { display: flex; align-items: center; gap: 12px; }
.row-top { display: flex; align-items: flex-start; gap: 12px; }
.wrap { flex-wrap: wrap; }
.stack { display: flex; flex-direction: column; gap: 12px; }

.tbl { width: 100%; border-collapse: collapse; }
.tbl th {
    font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: var(--ink-3); background: var(--wash); text-align: left;
    padding: 12px 18px; border-bottom: 1px solid var(--hairline);
}
.tbl td { font-size: 13.5px; color: var(--ink-2); padding: 13px 18px; border-bottom: 1px solid var(--hairline); vertical-align: middle; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl .tc { text-align: center; }
.tbl-wrap { overflow-x: auto; }

.mark { display: inline-flex; width: 20px; height: 20px; border-radius: 6px; background: var(--green-tint); align-items: center; justify-content: center; }
.mark-off { display: inline-block; width: 20px; height: 20px; border-radius: 6px; background: var(--wash); border: 1px solid var(--hairline); }

/* ===== 4. Uygulama kabuğu mockup ======================================= */
.shell { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 16px; box-shadow: var(--shadow-l); overflow: hidden; }
.shell-bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-bottom: 1px solid var(--hairline); background: var(--wash); }
.mdot { width: 8px; height: 8px; border-radius: 50%; background: var(--line); flex: 0 0 auto; }
.urlpill {
    flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 11.5px; color: var(--ink-3); background: #FFFFFF; border: 1px solid var(--hairline);
    border-radius: 999px; padding: 4px 14px; margin: 0 8px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.shell-avatar { width: 20px; height: 20px; border-radius: 50%; background: var(--green-tint); display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; color: var(--green); flex: 0 0 auto; }
.shell-body { display: flex; min-height: 0; }
.shell-rail { width: 58px; flex: 0 0 58px; background: var(--wash); border-right: 1px solid var(--hairline); padding: 12px 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.rail-i { width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; }
.rail-i.on { background: var(--green-tint); }
.shell-main { flex: 1 1 auto; min-width: 0; padding: 16px 18px 18px; }
.shell-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.shell-title { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.shell-crumb { font-size: 10.5px; color: var(--ink-3); letter-spacing: .04em; }
.shell-act { font-size: 10.5px; font-weight: 600; color: #FFFFFF; background: var(--green); border-radius: 999px; padding: 5px 12px; white-space: nowrap; }
.shell-tabs { display: flex; gap: 16px; border-bottom: 1px solid var(--hairline); margin-bottom: 12px; }
.shell-tab { font-size: 11px; font-weight: 500; color: var(--ink-3); padding-bottom: 8px; white-space: nowrap; }
.shell-tab.on { color: var(--green); font-weight: 600; border-bottom: 2px solid var(--green); }

.kpi-grid { display: grid; gap: 10px; margin-bottom: 12px; }
.kpi-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kpi-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kpi-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kpi { border: 1px solid var(--hairline); border-radius: 10px; padding: 11px 12px; }
.kpi-l { font-size: 10px; font-weight: 600; color: var(--ink-3); letter-spacing: .04em; }
.kpi-v { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.kpi-d { font-size: 10px; font-weight: 600; color: var(--green); }
.kpi-d.a { color: var(--amber); }

.mbox { border: 1px solid var(--hairline); border-radius: 10px; padding: 12px; }
.mbox-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mbox-title { font-size: 10.5px; font-weight: 600; color: var(--ink); }
.mbox-note { font-size: 9.5px; color: var(--ink-3); }
.mbox-2 { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; margin-bottom: 12px; }
.mbox-2.even { grid-template-columns: 1fr 1fr; }

.bars { display: flex; align-items: flex-end; gap: 7px; }
.bars span { flex: 1; border-radius: 4px 4px 0 0; background: var(--green-tint); transform-origin: bottom; }
.bars span.hi { background: var(--green-bright); }
.bars-labels { display: flex; justify-content: space-between; margin-top: 7px; font-size: 9px; color: var(--ink-3); }

.feed-row { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid var(--hairline); font-size: 11.5px; color: var(--ink-2); }
.feed-row:last-child { border-bottom: 0; }
.feed-row b { margin-left: auto; font-weight: 600; color: var(--ink); }

.grid-tbl { border: 1px solid var(--hairline); border-radius: 10px; overflow: hidden; }
.grid-tbl-head, .grid-tbl-row { display: grid; gap: 10px; align-items: center; padding: 10px 12px; }
.grid-tbl-head { background: var(--wash); border-bottom: 1px solid var(--hairline); }
.grid-tbl-head span { font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.grid-tbl-row { border-bottom: 1px solid var(--hairline); font-size: 10.5px; color: var(--ink-2); }
.grid-tbl-row:last-child { border-bottom: 0; }
.grid-tbl-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.grid-tbl-row span:first-child { font-weight: 600; color: var(--ink); }

.mock { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 14px; box-shadow: var(--shadow-m); overflow: hidden; }

/* ===== 5. Başlık ve alt bilgi =========================================== */
.topbar { background: #0D1411; color: #C9D6CD; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 40px; font-size: 12.5px; }
.topbar-msg { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.topbar-msg span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar-side { display: inline-flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.topbar-side a, .topbar-side span { display: inline-flex; align-items: center; gap: 7px; color: #C9D6CD; }
.topbar-side a:hover { color: #FFFFFF; }
.topbar-login { color: #FFFFFF !important; font-weight: 500; }

.site-nav { position: sticky; top: 0; z-index: 60; background: #FFFFFF; border-bottom: 1px solid var(--hairline); }
.nav-inner { display: flex; align-items: center; gap: 44px; height: var(--nav-h); }
.nav-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.nav-brand img { height: 30px; width: auto; display: block; }
.nav-menu { display: flex; align-items: center; gap: 30px; flex: 1 1 auto; }
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink-2); padding: 8px 0; }
.nav-link:hover, .nav-item:hover > .nav-link { color: var(--green); }
.nav-link.on { color: var(--ink); font-weight: 600; }
.nav-caret { transition: transform .2s ease; }
.nav-item:hover .nav-caret { transform: rotate(180deg); }
.nav-actions { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--hairline); background: #FFFFFF; align-items: center; justify-content: center; cursor: pointer; }

.nav-panel {
    position: absolute; left: -22px; top: 100%; padding-top: 14px; z-index: 70;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-item:hover .nav-panel, .nav-item.open .nav-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 18px; box-shadow: 0 26px 64px rgba(13, 20, 17, .15); padding: 16px; width: 600px; }
.mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.mega-item { display: flex; align-items: center; gap: 11px; border-radius: 11px; padding: 10px 11px; transition: background-color .16s ease; }
.mega-item:hover { background: var(--wash); }
.mega-name { font-size: 13.5px; font-weight: 600; color: var(--ink); display: block; line-height: 1.3; }
.mega-desc { font-size: 11px; color: var(--ink-3); display: block; line-height: 1.35; }
.mega-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 13px 12px 4px; border-top: 1px solid var(--hairline); }

.snav { position: sticky; top: var(--nav-h); z-index: 40; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--hairline); }
.snav-in { display: flex; align-items: center; gap: 26px; height: 52px; overflow-x: auto; scrollbar-width: none; }
.snav-in::-webkit-scrollbar { display: none; }
.snav-in a { font-size: 13px; font-weight: 500; color: var(--ink-3); white-space: nowrap; }
.snav-in a:hover, .snav-in a.on { color: var(--green); font-weight: 600; }
.snav-cta { margin-left: auto; flex: 0 0 auto; }

.site-footer { border-top: 1px solid var(--hairline); background: var(--wash); }
.foot-top { padding: 64px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1fr .95fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--hairline); }
.foot-brand img { height: 28px; width: auto; margin-bottom: 16px; display: block; }
.foot-desc { max-width: 270px; margin-bottom: 20px; }
.foot-tenant {
    display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 500;
    color: var(--ink-2); background: #FFFFFF; border: 1px solid var(--hairline);
    border-radius: 999px; padding: 7px 15px; margin-bottom: 20px;
}
.foot-social { display: flex; gap: 9px; }
.foot-social a { width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--hairline); background: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; transition: border-color .16s ease; }
.foot-social a:hover { border-color: var(--green); }
.fhead { font-size: 11.5px; font-weight: 600; color: var(--ink); letter-spacing: .11em; text-transform: uppercase; margin-bottom: 16px; }
.flinks { display: flex; flex-direction: column; gap: 10px; }
.flink { font-size: 13.5px; color: var(--ink-3); }
.flink:hover { color: var(--green); }
.foot-news { display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; padding: 34px 0; border-bottom: 1px solid var(--hairline); align-items: center; }
.foot-news-form { display: flex; gap: 10px; }
.foot-news-form input {
    flex: 1 1 auto; min-width: 0; background: #FFFFFF; border: 1px solid var(--line);
    border-radius: 999px; padding: 12px 20px; font-size: 13.5px; color: var(--ink); font-family: inherit;
}
.foot-news-form input::placeholder { color: #8C9A93; }
.foot-news-form input:focus { outline: none; border-color: var(--green); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0 34px; flex-wrap: wrap; }
.foot-badges { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.foot-badges span { display: inline-flex; align-items: center; gap: 7px; }

/* ===== 6. Bölüm düzenleri ============================================== */
.hero { padding: 76px 0 0; position: relative; overflow: hidden; }
.hero-head { max-width: 900px; margin: 0 auto; text-align: center; position: relative; }
.hero-head h1 { margin: 24px 0 22px; font-size: 58px; }
.hero-lead { font-size: 18px; max-width: 700px; margin: 0 auto 34px; }
.hero-cta { display: flex; justify-content: center; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-facts { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.hero-shot { margin-top: 58px; position: relative; padding-bottom: 20px; }
.hero-shot-in { position: relative; max-width: 1000px; margin: 0 auto; }
.float-chip { position: absolute; z-index: 2; }

.ticker-in { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center; padding: 34px 0; }
.ticker-track { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: center; }
.ticker-track span { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.ticker-sep { width: 4px; height: 4px; border-radius: 50%; background: #B7C5BC; display: inline-block; }

.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; }
.stat-cell { padding: 30px 28px; border-left: 1px solid var(--hairline); }
.stat-cell:first-child { border-left: 0; }
.stat-v { font-size: 40px; font-weight: 700; color: var(--ink); letter-spacing: -.035em; line-height: 1; }
.stat-strip .row { margin-bottom: 14px; gap: 9px; }

.reason-card .ic { margin-right: 0; }
.reason-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.reason-list { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; border-top: 1px solid var(--hairline); }
.reason-list span { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; font-weight: 500; color: var(--ink-2); }

.arch { position: relative; width: 100%; max-width: 1080px; margin: 0 auto; aspect-ratio: 1080 / 470; }
.arch svg.arch-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.arch-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.arch-hub-in { position: relative; width: 196px; height: 196px; display: flex; align-items: center; justify-content: center; }
.arch-core {
    width: 148px; height: 148px; border-radius: 50%; background: #FFFFFF; border: 1px solid var(--hairline);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    box-shadow: 0 16px 40px rgba(13, 20, 17, .09); text-align: center;
}
.arch-core b { font-size: 13.5px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; line-height: 1.25; }
.arch-core i { font-style: normal; font-size: 10.5px; color: var(--ink-3); }
.arch-node {
    position: absolute; transform: translate(-50%, -50%);
    display: inline-flex; align-items: center; gap: 9px; background: #FFFFFF;
    border: 1px solid var(--line); border-radius: 999px; padding: 9px 17px 9px 10px;
    box-shadow: 0 10px 26px rgba(13, 20, 17, .08); white-space: nowrap;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.arch-node:hover { border-color: #9FD3B4; box-shadow: 0 14px 32px rgba(13, 20, 17, .12); }
.arch-node b { font-size: 13px; font-weight: 600; color: var(--ink); }
.arch-notes { margin-top: 44px; }
.arch-list { display: none; }

.flow-wrap { position: relative; padding-top: 4px; }
.flow-rail { position: absolute; left: 0; top: 22px; width: 100%; height: 3px; z-index: 0; }
.flow-rail.tall { top: 24px; }
.flow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; position: relative; }
.flow-item { display: flex; flex-direction: column; }
.flow-node { display: flex; justify-content: center; margin-bottom: 20px; flex: 0 0 auto; }
.flow-bubble {
    width: 46px; height: 46px; border-radius: 50%; background: #FFFFFF; border: 2px solid var(--line);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: var(--ink);
}
.flow-bubble.lg { width: 50px; height: 50px; }
.flow-bubble.on { border-color: var(--green); color: var(--green); }
.flow-card { flex: 1 1 auto; display: flex; flex-direction: column; }
.flow-out { margin-top: auto; padding-top: 11px; border-top: 1px solid var(--hairline); }
.flow-out-l { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.flow-out-v { font-size: 11.5px; font-weight: 600; color: var(--green); }
.flow-badge { font-size: 10px; font-weight: 600; color: var(--green); background: var(--green-tint); border-radius: 999px; padding: 3px 9px; }

.mod-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.mod-card { display: flex; flex-direction: column; }
.mod-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.mod-card h3 { font-size: 18px; margin-bottom: 8px; }
.mod-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.mod-tags span { font-size: 10.5px; font-weight: 500; color: var(--ink-2); background: var(--wash); border: 1px solid var(--hairline); border-radius: 6px; padding: 4px 9px; }
.mod-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid var(--hairline); }
.mod-more { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--green); }
.mod-cta {
    background: linear-gradient(160deg, var(--green-tint) 0%, #FFFFFF 70%); border: 1px solid #D7E8DC;
    border-radius: 14px; padding: 26px; display: flex; flex-direction: column; justify-content: center;
}

.role-card { display: flex; flex-direction: column; }
.role-list { margin-top: auto; display: flex; flex-direction: column; gap: 9px; padding-top: 16px; border-top: 1px solid var(--hairline); }
.role-list span { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; font-weight: 500; color: var(--ink-2); }

.mobile-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 72px; align-items: center; }
.phones { position: relative; display: flex; justify-content: center; gap: 22px; }
.phone { position: relative; border: 1px solid var(--hairline); border-radius: 30px; padding: 15px 13px 18px; background: #FFFFFF; box-shadow: 0 30px 66px rgba(13, 20, 17, .13); flex: 0 0 auto; }
.phone-a { width: 244px; }
.phone-b { width: 214px; margin-top: 46px; box-shadow: 0 26px 56px rgba(13, 20, 17, .11); }
.phone-notch { width: 50px; height: 5px; border-radius: 999px; background: var(--hairline); margin: 0 auto 14px; }
.phone-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.phone-head b { font-size: 12.5px; font-weight: 700; color: var(--ink); display: block; }
.phone-head i { font-style: normal; font-size: 9.5px; color: var(--ink-3); }
.phone-card { border: 1px solid var(--hairline); border-radius: 11px; padding: 10px 11px; margin-bottom: 8px; }
.phone-card-top { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.phone-card-top span { font-size: 10px; font-weight: 600; color: var(--ink-3); }
.phone-card-top b { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--ink); }
.phone-bar { height: 5px; border-radius: 999px; background: var(--green-tint); overflow: hidden; }
.phone-bar i { display: block; height: 5px; border-radius: 999px; background: var(--green); transform-origin: left; }
.phone-row { display: flex; align-items: center; gap: 7px; border: 1px solid var(--hairline); border-radius: 9px; padding: 8px 9px; margin-bottom: 7px; font-size: 10px; font-weight: 500; color: var(--ink); }
.phone-row span { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-row b { font-weight: 600; color: var(--ink-3); }
.phone-tabs { display: flex; justify-content: space-around; padding-top: 11px; border-top: 1px solid var(--hairline); }
.phone-tabs span { opacity: .5; }
.phone-tabs span.on { opacity: 1; }

.sec-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 18px; }
.step-rail { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: #FFFFFF; border: 2px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.step-num.on { border-color: var(--green); color: var(--green); }
.step-line { flex: 1 1 auto; width: 2px; background: var(--hairline); margin: 4px 0; }
.step-body { padding-bottom: 22px; }
.step:last-child .step-body { padding-bottom: 0; }

.integ-panel { padding: 44px 48px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: center; }
.integ-list { display: flex; flex-wrap: wrap; gap: 10px; }
.integ-list span {
    display: inline-flex; align-items: center; gap: 9px; background: #FFFFFF;
    border: 1px solid var(--hairline); border-radius: 10px; padding: 11px 16px;
    font-size: 13px; font-weight: 500; color: var(--ink-2);
}

.price-card { position: relative; background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; transition: border-color .18s ease, box-shadow .18s ease; }
.price-card:hover { box-shadow: var(--shadow-m); }
.price-card.featured { background: linear-gradient(170deg, var(--green-tint) 0%, #FFFFFF 55%); border: 1.5px solid #9FD3B4; }
.price-badge { position: absolute; top: -13px; left: 28px; box-shadow: 0 6px 16px rgba(13, 20, 17, .07); }
.price-desc { min-height: 42px; margin-bottom: 22px; }
.price-list { display: flex; flex-direction: column; gap: 12px; padding: 22px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); margin-bottom: 24px; }
.price-foot { margin-top: auto; }
.price-notes { display: flex; justify-content: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.price-notes span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink-2); }

.faq-card { display: flex; flex-direction: column; }
.faq-q { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.faq-q svg { flex: 0 0 auto; margin-top: 2px; }
.faq-a { padding-left: 30px; }

.cta-panel {
    position: relative; overflow: hidden; border: 1px solid #D7E8DC; border-radius: 26px;
    background: linear-gradient(155deg, var(--green-tint) 0%, #FFFFFF 60%); padding: 60px 56px;
}
.cta-panel.center { text-align: center; padding: 68px 56px; }
.cta-in { position: relative; z-index: 1; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 64px; align-items: center; }
.cta-title { font-size: 36px; margin: 16px auto 16px; max-width: 640px; }
.cta-notes { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.cta-notes span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }

.form-card { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 14px; padding: 30px; box-shadow: 0 22px 54px rgba(13, 20, 17, .08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.form-field label { display: block; font-size: 11px; font-weight: 600; color: var(--ink-3); margin-bottom: 6px; }
.form-field input, .form-field select {
    width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px;
    font-size: 13px; color: var(--ink); font-family: inherit; background: #FFFFFF;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.form-field input::placeholder { color: #9AA8A1; }
.form-field input:focus, .form-field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(20, 120, 66, .1); }
.form-span2 { grid-column: span 2; }
.form-feedback { display: none; margin-top: 12px; font-size: 12.5px; border-radius: 9px; padding: 10px 13px; }
.form-feedback.is-visible { display: block; }
.form-feedback.is-success { color: var(--green-deep); background: var(--green-tint); border: 1px solid var(--green-line); }
.form-feedback.is-error { color: #8A2118; background: #FCEDEB; border: 1px solid #F2CFCA; }
.form-note { margin-top: 14px; }

/* iletişim diyaloğu */
.call-dialog { border: 0; border-radius: 20px; padding: 34px; max-width: 480px; width: calc(100% - 32px); box-shadow: 0 40px 90px rgba(13, 20, 17, .28); }
.call-dialog::backdrop { background: rgba(13, 20, 17, .5); }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--hairline); background: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.dialog-close:hover { border-color: var(--green); }

/* ===== 7. Modül sayfası ================================================ */
.crumbs { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-3); margin-bottom: 24px; flex-wrap: wrap; }
.crumbs span.now { color: var(--ink); font-weight: 500; }

.mhero { padding: 54px 0 44px; position: relative; overflow: hidden; }
.mhero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 60px; align-items: center; position: relative; }
.mhero h1 { margin-bottom: 18px; }
.mhero-lead { margin-bottom: 30px; max-width: 520px; }
.mhero-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.mhero-cta { display: flex; align-items: center; gap: 13px; margin-bottom: 34px; flex-wrap: wrap; }
.mhero-facts { display: flex; gap: 30px; padding-top: 26px; border-top: 1px solid var(--hairline); flex-wrap: wrap; }
.mhero-facts b { display: block; font-size: 21px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.mhero-shot { position: relative; padding: 26px 0; }

.metric-strip { padding: 36px 0 78px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; }
.metric-cell { padding: 28px 26px; border-left: 1px solid var(--hairline); }
.metric-cell:first-child { border-left: 0; }
.metric-v { font-size: 32px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; line-height: 1.05; }

.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 72px; align-items: start; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; }

.feat { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 76px; align-items: center; padding: 52px 0; border-top: 1px solid var(--hairline); }
.feat-text .row { margin-bottom: 18px; gap: 14px; }
.feat-text h3 { font-size: 25px; margin-bottom: 10px; }
.feat-text .sub { margin-bottom: 20px; }
.feat-bullets { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.spec-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--hairline); border-radius: 12px; overflow: hidden; background: #FFFFFF; }
.spec { padding: 13px 15px; border-left: 1px solid var(--hairline); min-width: 0; }
.spec:first-child { border-left: 0; }
.spec-l { font-size: 9.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.spec-v { font-family: var(--mono); font-size: 11px; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feat-viz { position: relative; }
.feat .feat-viz .mock { position: relative; z-index: 1; }

.screen { display: flex; flex-direction: column; }
.screen .mock { flex: 1 1 auto; display: flex; flex-direction: column; margin-bottom: 16px; }
.screen-body { flex: 1 1 auto; padding: 14px; }
.screen-cap h4 { font-size: 15px; margin-bottom: 5px; }

.report-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 66px; align-items: center; }
.report-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.report-list { display: flex; flex-wrap: wrap; gap: 8px; }
.report-list span {
    font-size: 12px; font-weight: 500; color: var(--ink-2); background: var(--wash);
    border: 1px solid var(--hairline); border-radius: 8px; padding: 8px 13px;
}
.report-list span.more { font-weight: 600; color: var(--green); background: var(--green-tint); border-color: var(--green-line); }
.report-foot { display: flex; align-items: center; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--hairline); flex-wrap: wrap; }
.report-foot span { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: var(--ink-2); }

.int-card { display: flex; flex-direction: column; }
.int-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.int-flow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.int-from, .int-to { font-size: 11.5px; font-weight: 600; border-radius: 8px; padding: 7px 12px; white-space: nowrap; }
.int-from { color: var(--ink); background: var(--wash); border: 1px solid var(--hairline); }
.int-to { color: var(--green); background: var(--green-tint); border: 1px solid var(--green-line); }
.int-desc { margin-top: auto; }

.perm-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 66px; align-items: center; }

.others-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.other-card { display: flex; flex-direction: column; }
.other-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.other-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--green); }

/* yasal metin sayfaları */
.doc-page { max-width: 820px; }
.doc-page h2 { font-size: 22px; margin: 38px 0 14px; }
.doc-page h3 { font-size: 17px; margin: 26px 0 10px; }
.doc-page p { margin-bottom: 14px; color: var(--ink-2); }
.doc-page ul { margin: 0 0 16px; padding-left: 20px; list-style: disc; }
.doc-page li { margin-bottom: 8px; color: var(--ink-2); }
.doc-meta { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; }

/* hata sayfası */
.err-wrap { min-height: 46vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 90px 0; }
.err-code { font-size: 78px; font-weight: 700; color: var(--green); letter-spacing: -.04em; line-height: 1; }

/* ===== 8. Görselleştirmeler (viz) ====================================== */
.viz-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--hairline); background: var(--wash); }
.viz-head b { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.viz-head i { font-style: normal; font-size: 11px; color: var(--ink-3); }
.viz-pad { padding: 18px 20px; }
.viz-rows { padding: 4px 0; }
.viz-row { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--hairline); font-size: 13px; color: var(--ink-2); }
.viz-row:last-child { border-bottom: 0; }
.viz-row b { margin-left: auto; font-weight: 600; color: var(--ink); }
.viz-bar-item { padding: 9px 18px; }
.viz-bar-top { display: flex; justify-content: space-between; font-size: 12.5px; margin-bottom: 7px; }
.viz-bar-top span:first-child { font-weight: 500; color: var(--ink); }
.viz-bar-top span:last-child { color: var(--ink-3); }
.viz-track { height: 6px; border-radius: 999px; background: var(--green-tint); overflow: hidden; }
.viz-fill { display: block; height: 6px; border-radius: 999px; background: var(--green); transform-origin: left; }
.viz-fill.amber { background: #C9A63C; }
.viz-chart { display: flex; align-items: flex-end; gap: 11px; height: 132px; padding: 22px 20px 0; }
.viz-chart span { flex: 1; background: var(--green-tint); border-radius: 5px 5px 0 0; transform-origin: bottom; }
.viz-chart span.hi { background: var(--green-bright); }
.viz-chart-labels { display: flex; justify-content: space-between; padding: 10px 20px 16px; font-size: 11px; color: var(--ink-3); }
.viz-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 16px 18px 6px; }
.viz-tile { border: 1px solid var(--hairline); border-radius: 11px; padding: 13px; }
.viz-tile-l { font-size: 11px; font-weight: 600; color: var(--ink-3); }
.viz-tile-v { font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.viz-tile-d { font-size: 10.5px; font-weight: 600; color: var(--green); }
.viz-tile-d.a { color: var(--amber); }
.viz-doc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.viz-doc-no { font-size: 14px; font-weight: 700; color: var(--ink); }
.viz-doc-party { font-size: 11.5px; color: var(--ink-3); }
.viz-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 15px; }
.viz-lines i { display: block; height: 9px; border-radius: 5px; background: #EDF2EE; border: 1px solid #DDE7E0; transform-origin: left; }
.viz-doc-items { border-top: 1px solid var(--hairline); padding-top: 12px; margin-bottom: 12px; }
.viz-doc-item { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--ink-3); padding: 4px 0; }
.viz-doc-item b { font-weight: 600; color: var(--ink-2); }
.viz-doc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--hairline); padding-top: 13px; }
.viz-doc-total { font-size: 14px; font-weight: 700; color: var(--ink); }
.viz-kanban { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 16px; background: var(--wash); }
.viz-kanban-col { display: flex; flex-direction: column; gap: 8px; }
.viz-kanban-col b { font-size: 10px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.viz-kanban-card { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 8px; padding: 8px 10px; font-size: 10.5px; font-weight: 500; color: var(--ink); }
.viz-kanban-card.done { background: var(--green-tint); border-color: #BCE3CB; color: var(--green); }
.viz-map { background: var(--wash); }
.viz-map svg { display: block; width: 100%; height: 176px; }
.viz-cal { padding: 16px 20px 18px; }
.viz-cal-days, .viz-cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.viz-cal-days { margin-bottom: 8px; }
.viz-cal-days span { font-size: 9.5px; font-weight: 600; color: var(--ink-3); text-align: center; }
.viz-cal-grid i { display: block; height: 22px; border-radius: 6px; background: var(--wash); border: 1px solid var(--hairline); }
.viz-cal-grid i.on { background: var(--green); border-color: var(--green); }
.viz-cal-grid i.wait { background: #D8BC6E; border-color: var(--dot-dev); }
.viz-legend { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; }
.viz-legend span { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--ink-3); }
.viz-legend i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.viz-legend i.on { background: var(--green); }
.viz-legend i.wait { background: #D8BC6E; }
.viz-chat { display: flex; flex-direction: column; gap: 10px; padding: 18px; }
.viz-msg { align-self: flex-start; max-width: 86%; background: var(--wash); border: 1px solid var(--hairline); border-radius: 12px 12px 12px 4px; padding: 9px 13px; font-size: 12.5px; color: var(--ink-2); }
.viz-msg.me { align-self: flex-end; background: var(--green-tint); border-color: #BCE3CB; border-radius: 12px 12px 4px 12px; }
.viz-msg.ai { background: #FFFFFF; }
.viz-msg b { font-weight: 600; color: var(--ink); }
.viz-msg.ai b { color: var(--green); }
.viz-typing { align-self: flex-start; display: flex; gap: 4px; padding: 2px; }
.viz-typing i { width: 6px; height: 6px; border-radius: 50%; background: #A9BBB0; display: block; }
.viz-toggle-row { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--hairline); }
.viz-toggle-row:last-child { border-bottom: 0; }
.viz-toggle-txt { flex: 1 1 auto; min-width: 0; }
.viz-toggle-txt b { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.viz-toggle-txt i { font-style: normal; font-size: 11px; color: var(--ink-3); }
.viz-switch { width: 34px; height: 19px; border-radius: 999px; background: #A9BBB0; position: relative; flex-shrink: 0; display: inline-block; }
.viz-switch.on { background: var(--green); }
.viz-switch i { position: absolute; left: 2px; top: 2px; width: 15px; height: 15px; border-radius: 50%; background: #FFFFFF; }
.viz-switch.on i { left: auto; right: 2px; }
.viz-phone-wrap { display: flex; justify-content: center; padding: 20px; background: var(--wash); }
.viz-phone { width: 178px; border: 1px solid var(--hairline); border-radius: 22px; padding: 13px 11px; box-shadow: 0 14px 34px rgba(13, 20, 17, .09); background: #FFFFFF; }
.viz-phone-notch { width: 44px; height: 5px; border-radius: 999px; background: var(--hairline); margin: 0 auto 11px; }
.viz-phone-row { display: flex; align-items: center; gap: 8px; border: 1px solid var(--hairline); border-radius: 9px; padding: 8px 10px; margin-bottom: 7px; font-size: 10.5px; font-weight: 500; color: var(--ink); }
.viz-phone-row span { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz-phone-row b { font-weight: 600; color: var(--ink-3); }
.viz-grid-head, .viz-grid-row { display: grid; gap: 10px; align-items: center; padding: 11px 18px; }
.viz-grid-head { background: var(--wash); border-bottom: 1px solid var(--hairline); padding: 10px 18px; }
.viz-grid-head span { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.viz-grid-row { border-bottom: 1px solid var(--hairline); font-size: 12px; color: var(--ink-2); }
.viz-grid-row:last-child { border-bottom: 0; }
.viz-grid-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz-grid-row span:first-child { font-weight: 600; color: var(--ink); }
.viz-tree-root { display: flex; align-items: center; gap: 10px; border: 1px solid #BCE3CB; background: var(--green-tint); border-radius: 10px; padding: 11px 13px; margin-bottom: 6px; }
.viz-tree-root b { font-size: 12.5px; font-weight: 600; color: var(--green); }
.viz-tree-root i { font-style: normal; margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--green); }
.viz-tree-item { display: flex; align-items: center; gap: 10px; }
.viz-tree-box { flex: 1 1 auto; display: flex; align-items: center; gap: 10px; border: 1px solid var(--hairline); border-radius: 9px; padding: 9px 12px; margin-top: 8px; min-width: 0; }
.viz-tree-box span { font-size: 12px; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz-tree-box b { margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--ink); }
.viz-tl-item { display: flex; gap: 14px; }
.viz-tl-rail { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; }
.viz-tl-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); border: 2px solid var(--green); flex: 0 0 auto; }
.viz-tl-dot.wait { background: #FFFFFF; border-color: var(--dot-dev); }
.viz-tl-dot.off { background: #FFFFFF; border-color: #B7C5BC; }
.viz-tl-line { flex: 1 1 auto; width: 2px; background: var(--hairline); margin: 3px 0; }
.viz-tl-body { padding-bottom: 16px; min-width: 0; }
.viz-tl-item:last-child .viz-tl-body { padding-bottom: 0; }
.viz-tl-body b { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.viz-tl-body i { font-style: normal; font-size: 11.5px; color: var(--ink-3); }
.viz-gauge { display: flex; align-items: center; gap: 24px; padding: 20px 22px; flex-wrap: wrap; }
.viz-gauge-ring { position: relative; flex: 0 0 auto; }
.viz-gauge-val { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.viz-gauge-val b { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; }
.viz-gauge-val i { font-style: normal; font-size: 10px; color: var(--ink-3); }
.viz-gauge-list { flex: 1 1 180px; min-width: 0; }
.viz-gauge-list div { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid var(--hairline); font-size: 12px; color: var(--ink-2); }
.viz-gauge-list div:last-child { border-bottom: 0; }
.viz-gauge-list b { margin-left: auto; font-weight: 600; color: var(--ink); }
.viz-matrix-head, .viz-matrix-row { display: grid; gap: 6px; align-items: center; padding: 10px 18px; }
.viz-matrix-head { background: var(--wash); border-bottom: 1px solid var(--hairline); padding: 12px 18px; }
.viz-matrix-head span { font-size: 9.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); text-align: center; }
.viz-matrix-row { border-bottom: 1px solid var(--hairline); }
.viz-matrix-row:last-child { border-bottom: 0; }
.viz-matrix-row > span:first-child { font-family: var(--mono); font-size: 10.5px; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz-matrix-cell { display: flex; justify-content: center; }
.viz-mark { width: 17px; height: 17px; border-radius: 5px; background: var(--green-tint); display: inline-flex; align-items: center; justify-content: center; }
.viz-mark-off { width: 17px; height: 17px; border-radius: 5px; background: var(--wash); border: 1px solid var(--hairline); display: inline-block; }
.viz-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.viz-form-field.full { grid-column: span 2; }
.viz-form-l { font-size: 10.5px; font-weight: 600; color: var(--ink-3); margin-bottom: 5px; }
.viz-form-v {
    display: flex; align-items: center; gap: 8px; border: 1px solid var(--hairline);
    border-radius: 8px; padding: 8px 11px; font-size: 11.5px; color: var(--ink); background: #FFFFFF;
}
.viz-form-field:first-child .viz-form-v { border-color: var(--green); }
.viz-form-v span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz-form-actions { display: flex; gap: 9px; margin-top: 16px; }
.viz-form-actions .btn { font-size: 11.5px; padding: 8px 18px; }
.viz-split { display: flex; align-items: center; gap: 22px; padding: 20px 22px; flex-wrap: wrap; }
.viz-split-list { flex: 1 1 180px; min-width: 0; }
.viz-split-list div { display: flex; align-items: center; gap: 9px; padding: 7px 0; border-bottom: 1px solid var(--hairline); font-size: 12px; color: var(--ink-2); }
.viz-split-list div:last-child { border-bottom: 0; }
.viz-split-list i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.viz-split-list b { margin-left: auto; font-weight: 600; color: var(--ink); }

/* ekran mockup içerikleri */
.scr-toolbar { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.scr-search { flex: 1 1 120px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--hairline); border-radius: 8px; padding: 6px 11px; font-size: 10.5px; color: #9AA8A1; min-width: 0; }
.scr-search span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scr-filter { font-size: 10px; font-weight: 500; color: var(--ink-2); border: 1px solid var(--hairline); border-radius: 999px; padding: 5px 11px; white-space: nowrap; }
.scr-head, .scr-row { display: grid; gap: 9px; align-items: center; padding: 9px 10px; }
.scr-head { background: var(--wash); border: 1px solid var(--hairline); border-radius: 8px 8px 0 0; padding: 8px 10px; }
.scr-head span { font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.scr-body { border: 1px solid var(--hairline); border-top: 0; border-radius: 0 0 8px 8px; }
.scr-row { border-bottom: 1px solid var(--hairline); font-size: 10.5px; color: var(--ink-2); }
.scr-row:last-child { border-bottom: 0; }
.scr-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scr-row span:first-child { font-weight: 600; color: var(--ink); }
.scr-pager { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; font-size: 9.5px; color: var(--ink-3); }
.scr-pages { display: flex; gap: 4px; }
.scr-pages span { width: 17px; height: 17px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; border: 1px solid var(--hairline); color: var(--ink-3); }
.scr-pages span.on { background: var(--green); color: #FFFFFF; border-color: var(--green); }
.scr-tabs { display: flex; gap: 14px; margin-bottom: 12px; border-bottom: 1px solid var(--hairline); flex-wrap: wrap; }
.scr-tabs span { font-size: 10px; font-weight: 500; color: var(--ink-3); padding-bottom: 7px; }
.scr-tabs span.on { font-weight: 600; color: var(--green); border-bottom: 2px solid var(--green); }
.scr-ident { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.scr-ident b { font-size: 12.5px; font-weight: 700; color: var(--ink); display: block; }
.scr-ident i { font-style: normal; font-size: 10px; color: var(--ink-3); }
.scr-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.scr-field { border: 1px solid var(--hairline); border-radius: 8px; padding: 8px 10px; min-width: 0; }
.scr-field-l { font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.scr-field-v { font-size: 11.5px; font-weight: 600; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scr-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; }
.scr-kpi { border: 1px solid var(--hairline); border-radius: 8px; padding: 9px 10px; }
.scr-kpi-l { font-size: 9px; font-weight: 600; color: var(--ink-3); }
.scr-kpi-v { font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.scr-chart { border: 1px solid var(--hairline); border-radius: 8px; padding: 12px 12px 8px; }
.scr-chart-t { font-size: 10px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.scr-chart .bars { height: 66px; gap: 6px; }
.scr-chart .bars-labels { font-size: 8.5px; }
.scr-rows { margin-top: 10px; }
.scr-rows div { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--hairline); font-size: 10.5px; color: var(--ink-2); }
.scr-rows div:last-child { border-bottom: 0; }
.scr-rows b { margin-left: auto; font-weight: 600; color: var(--ink); }

/* dekoratif katman */
.deco { position: absolute; pointer-events: none; z-index: 0; }

/* ===== 9. Animasyon ve reveal ========================================== */
@keyframes ig-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes ig-drift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(6px, -8px); } }
@keyframes ig-spin { to { transform: rotate(360deg); } }
@keyframes ig-dash { to { stroke-dashoffset: 0; } }
@keyframes ig-blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes ig-pulse { 0% { box-shadow: 0 0 0 0 rgba(70, 215, 126, .42); } 70% { box-shadow: 0 0 0 9px rgba(70, 215, 126, 0); } 100% { box-shadow: 0 0 0 0 rgba(70, 215, 126, 0); } }
@keyframes ig-trace { 0% { stroke-dashoffset: 300; } 60%, 100% { stroke-dashoffset: 0; } }
@keyframes ig-rise { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes ig-widen { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.float { animation: ig-float 5.5s ease-in-out infinite; }
.drift { animation: ig-drift 9s ease-in-out infinite; }
.spin { animation: ig-spin 30s linear infinite; transform-origin: center; }
.spinrev { animation: ig-spin 22s linear infinite reverse; transform-origin: center; }
.pulse { animation: ig-pulse 2.6s ease-out infinite; }
.blink { animation: ig-blink 2.8s ease-in-out infinite; }
.dash { stroke-dashoffset: 160; animation: ig-dash 3.4s linear infinite; }
.trace { stroke-dasharray: 300; animation: ig-trace 4.5s ease-in-out infinite; }

/* reveal — JS yoksa içerik olduğu gibi görünür */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .bars span, .js .viz-chart span, .js .scr-chart .bars span { transform: scaleY(0); transition: transform .9s cubic-bezier(.22, 1, .36, 1); }
.js .is-in .bars span, .js .is-in .viz-chart span, .js .is-in.viz-chart span { transform: scaleY(1); }
.js .viz-fill, .js .phone-bar i, .js .viz-lines i { transform: scaleX(0); transition: transform 1s cubic-bezier(.22, 1, .36, 1); }
.js .is-in .viz-fill, .js .is-in .phone-bar i, .js .is-in .viz-lines i { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .js .reveal { opacity: 1; transform: none; }
    .js .bars span, .js .viz-chart span, .js .viz-fill, .js .phone-bar i, .js .viz-lines i { transform: none; }
}

/* ===== 10. Duyarlı düzen =============================================== */
@media (max-width: 1180px) {
    .c { padding: 0 28px; }
    .nav-inner { gap: 26px; }
    .nav-menu { gap: 20px; }
    .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
    .mod-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .feat { gap: 48px; }
    .about-grid, .report-grid, .perm-grid, .mobile-grid { gap: 46px; }
    .integ-panel { gap: 38px; padding: 38px; }
}

@media (max-width: 1024px) {
    :root { --nav-h: 68px; }
    .h1 { font-size: 44px; }
    .h2 { font-size: 29px; }
    .hero-head h1 { font-size: 46px; }
    .hero { padding: 56px 0 0; }
    .sec { padding: 68px 0; }
    .sec-sm { padding: 52px 0; }
    .nav-menu, .nav-actions { display: none; }
    .nav-toggle { display: inline-flex; margin-left: auto; }
    .site-nav.open .nav-menu {
        display: flex; flex-direction: column; align-items: stretch; gap: 0;
        position: absolute; left: 0; right: 0; top: 100%; background: #FFFFFF;
        border-bottom: 1px solid var(--hairline); box-shadow: var(--shadow-l);
        padding: 12px 28px 22px; max-height: 76vh; overflow-y: auto;
    }
    .site-nav.open .nav-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 0 28px 20px; position: absolute; left: 0; right: 0; top: 100%; margin-top: 0; }
    .site-nav.open .nav-link { padding: 13px 0; border-bottom: 1px solid var(--hairline); }
    .nav-panel { position: static; opacity: 1; visibility: visible; transform: none; padding-top: 0; display: none; }
    .nav-item.open .nav-panel { display: block; }
    .mega { width: auto; border: 0; box-shadow: none; padding: 4px 0 12px; }
    .mega-grid { grid-template-columns: 1fr; }
    .stat-strip, .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stat-cell:nth-child(3), .metric-cell:nth-child(3) { border-left: 0; }
    .stat-cell:nth-child(n+3), .metric-cell:nth-child(n+3) { border-top: 1px solid var(--hairline); }
    .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .others-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
    .flow-rail { display: none; }
    .mhero-grid, .about-grid, .report-grid, .perm-grid, .mobile-grid, .sec-two, .cta-grid, .integ-panel {
        grid-template-columns: minmax(0, 1fr); gap: 44px;
    }
    .feat { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 42px 0; }
    .feat-viz { order: 2; }
    .feat-text { order: 1; }
    .arch { display: none; }
    .arch-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .foot-news { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .phones { gap: 16px; }
    .phone-b { display: none; }
    .cta-panel { padding: 44px 30px; }
    .cta-panel.center { padding: 48px 30px; }
    .cta-title { font-size: 29px; }
    .hero-shot-in { max-width: 100%; }
    .float-chip { display: none; }
    .deco { display: none; }
}

@media (max-width: 720px) {
    .c { padding: 0 20px; }
    .h1 { font-size: 34px; }
    .h2 { font-size: 25px; }
    .h3 { font-size: 18px; }
    .hero-head h1 { font-size: 34px; margin: 18px 0 14px; }
    .hero-lead { font-size: 15px; }
    .lead { font-size: 15.5px; }
    .sec { padding: 56px 0; }
    .sec-sm { padding: 44px 0; }
    .sec-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
    .sec-head-aside { margin-bottom: 0; }
    .topbar-side { display: none; }
    .topbar-in { justify-content: center; }
    .g2, .g3, .g4, .mod-grid, .others-grid, .flow-grid { grid-template-columns: minmax(0, 1fr); }
    .stat-strip, .metric-grid { grid-template-columns: minmax(0, 1fr); }
    .stat-cell, .metric-cell { border-left: 0; border-top: 1px solid var(--hairline); }
    .stat-cell:first-child, .metric-cell:first-child { border-top: 0; }
    .hero-cta .btn, .mhero-cta .btn { width: 100%; }
    .hero-cta, .mhero-cta { flex-direction: column; align-items: stretch; }
    .hero-facts { flex-direction: column; align-items: flex-start; gap: 12px; }
    .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .foot-news-form { flex-direction: column; }
    .foot-news-form .btn { width: 100%; }
    .spec-strip { grid-template-columns: minmax(0, 1fr); }
    .spec { border-left: 0; border-top: 1px solid var(--hairline); }
    .spec:first-child { border-top: 0; }
    .form-grid { grid-template-columns: minmax(0, 1fr); }
    .form-span2 { grid-column: span 1; }
    .cta-title { font-size: 24px; }
    .price-notes, .cta-notes { flex-direction: column; align-items: flex-start; gap: 12px; }
    .viz-tiles, .scr-fields, .viz-form { grid-template-columns: minmax(0, 1fr); }
    .viz-form-field.full { grid-column: span 1; }
    .kpi-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mbox-2 { grid-template-columns: minmax(0, 1fr); }
    .shell-rail { display: none; }
    .metric-strip { padding: 0 0 52px; }
    .mhero { padding: 34px 0 46px; }
    .err-code { font-size: 58px; }
}

@media (max-width: 460px) {
    .phone-a { width: 100%; max-width: 260px; }
    .viz-kanban { grid-template-columns: minmax(0, 1fr); }
    .scr-kpis { grid-template-columns: minmax(0, 1fr); }
}

@media print {
    .site-nav, .snav, .topbar, .cta-panel, .site-footer, .nav-toggle { display: none !important; }
    body { color: #000; }
}
