/* Ozmetech — yeni site (yerel taslak). Animasyonlar assets/js/site.js içinde (GSAP). */
:root {
  --bg: #07080A;
  --bg-2: #0B0D0F;
  --surface: #0F1214;
  --surface-2: #14181A;
  --line: rgba(255,255,255,.07);
  --line-2: rgba(255,255,255,.12);
  --text: #F2F2F0;
  --text-2: #C9CCC6;
  --muted: #8B8F89;
  --accent: #9CC77F;
  --accent-2: #C6E8A8;
  --accent-deep: #35682B;
  --teal: #2FA59A;
  --grad: linear-gradient(135deg, #3E8A37 0%, #1F6B55 55%, #134B4C 100%);
  --grad-btn: linear-gradient(135deg, #5FA24F, #2E7A5E);
  --pad-x: clamp(16px, 3.4vw, 56px);
  --radius: 28px;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --ease: cubic-bezier(.2,.7,.1,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Sora, system-ui, sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
::selection { background: var(--accent-deep); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--text); color: var(--bg); padding: 10px 16px; }
.skip:focus { left: 8px; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 var(--pad-x); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Tipografi */
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .6; }
.display { margin: 0; font-weight: 300; font-size: clamp(42px, 7vw, 112px); line-height: .98; letter-spacing: -0.045em; text-wrap: balance; }
.h2 { margin: 0; font-weight: 300; font-size: clamp(32px, 4.6vw, 68px); line-height: 1.04; letter-spacing: -0.04em; text-wrap: balance; }
.h2 em, .display em { font-style: normal; color: var(--accent); }
.h3 { margin: 0; font-weight: 500; font-size: clamp(20px, 1.7vw, 26px); letter-spacing: -0.02em; line-height: 1.2; }
.lead { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; color: var(--text-2); max-width: 60ch; text-wrap: pretty; }
.p { font-size: 15.5px; line-height: 1.75; color: var(--muted); text-wrap: pretty; margin: 0; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.section { position: relative; padding: clamp(80px, 11vw, 170px) 0; }
.section-head { display: grid; gap: 22px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head.center { justify-items: center; }
.split-mask { overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }

/* Işık / doku */
.glow { position: absolute; pointer-events: none; border-radius: 50%; opacity: .55; z-index: 0; }
.glow.g1 { width: 46vw; height: 46vw; background: radial-gradient(circle, rgba(79,160,72,.42) 0%, rgba(79,160,72,.14) 38%, transparent 70%); }
.glow.g2 { width: 38vw; height: 38vw; background: radial-gradient(circle, rgba(47,165,154,.34) 0%, rgba(47,165,154,.1) 38%, transparent 70%); }

/* Butonlar */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 54px; padding: 0 28px; border-radius: 999px; font-size: 15px; font-weight: 500; letter-spacing: -.01em; white-space: nowrap; transition: box-shadow .4s var(--ease), background .4s; }
.btn-solid { background: var(--grad-btn); color: #fff; box-shadow: 0 10px 40px -8px rgba(95,162,79,.55), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-solid:hover { box-shadow: 0 14px 60px -6px rgba(95,162,79,.8), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-ghost { border: 1px solid var(--line-2); background: rgba(255,255,255,.02); }
.btn-ghost:hover { background: rgba(255,255,255,.07); }
.btn svg { width: 18px; height: 18px; }
.btn .btn-inner { display: inline-flex; align-items: center; gap: 10px; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--accent); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* Üst bar */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px var(--pad-x); transition: transform .5s var(--ease), background .4s, padding .4s; }
.hdr.scrolled { background: linear-gradient(180deg, rgba(7,8,10,.85), rgba(7,8,10,0)); }
.hdr.hide { transform: translateY(-110%); }
.logo { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; line-height: 1; }
.logo .br { color: var(--accent); }
.hdr-right { display: flex; align-items: center; gap: 14px; }
.hdr-tel { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-2); margin-right: 8px; }
.hdr-tel svg { width: 16px; height: 16px; color: var(--accent); }
.hdr .btn { height: 46px; padding: 0 22px; font-size: 14px; }
.menu-btn { width: 50px; height: 50px; border-radius: 50%; background: rgba(24,27,29,.92); border: 1px solid var(--line); display: grid; place-items: center; }
.menu-btn span { display: block; width: 18px; height: 1.5px; background: var(--text); transition: transform .45s var(--ease); }
.menu-btn span + span { margin-top: 5px; width: 12px; margin-left: 6px; }
.menu-btn:hover span + span { width: 18px; margin-left: 0; }
.menu-btn .bars { display: grid; }

/* Tam ekran menü */
.menu { position: fixed; inset: 0; z-index: 80; visibility: hidden; pointer-events: none; }
.menu.open { visibility: visible; pointer-events: auto; }
.menu-bg { position: absolute; inset: 0; background: rgba(7,8,10,.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; }
.menu-panel { position: absolute; left: 0; right: 0; top: 0; height: 100%; background: var(--bg-2); clip-path: inset(0 0 100% 0); display: flex; flex-direction: column; }
.menu-curve { position: absolute; left: 0; right: 0; top: 0; height: 120px; pointer-events: none; }
.menu-curve path { fill: #1A1D1F; }
.menu-close { position: absolute; left: 50%; top: 42px; transform: translateX(-50%); width: 54px; height: 54px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line-2); display: grid; place-items: center; z-index: 2; }
.menu-close svg { width: 20px; height: 20px; }
.menu-levels { position: relative; flex: 1; display: grid; place-items: center; padding: 140px var(--pad-x) 40px; }
.menu-level { grid-area: 1 / 1; display: grid; justify-items: center; gap: 4px; text-align: center; }
.menu-level[hidden] { display: none; }
.menu-item { font-size: clamp(34px, 5.4vw, 72px); font-weight: 300; letter-spacing: -0.04em; line-height: 1.12; color: rgba(242,242,240,.55); transition: color .3s; display: inline-flex; align-items: center; gap: 14px; }
.menu-item:hover, .menu-item:focus-visible { color: var(--text); }
.menu-item small { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--accent); }
.menu-level.sub .menu-item { font-size: clamp(28px, 4.2vw, 56px); }
.menu-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding: 26px var(--pad-x); border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.menu-foot a:hover { color: var(--text); }
.menu-foot .links { display: flex; gap: 28px; flex-wrap: wrap; }

/* Önyükleyici ve sayfa geçişi */
.preloader { position: fixed; inset: 0; z-index: 200; background: var(--bg); display: grid; place-items: center; }
.preloader .pl-logo { font-size: clamp(30px, 4vw, 52px); font-weight: 600; letter-spacing: -0.03em; overflow: hidden; }
.preloader .pl-logo span { display: inline-block; }
.preloader .pl-bar { position: absolute; left: 50%; bottom: 18vh; width: min(240px, 50vw); height: 1px; background: var(--line-2); transform: translateX(-50%); overflow: hidden; }
.preloader .pl-bar i { position: absolute; inset: 0; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); }
.preloader .pl-num { position: absolute; right: var(--pad-x); bottom: 5vh; font-family: var(--mono); font-size: 13px; color: var(--muted); }
.curtain { position: fixed; inset: 0; z-index: 190; background: var(--bg-2); pointer-events: none; transform-origin: 50% 0; }
html.no-js .preloader, html.no-js .curtain { display: none; }

/* Yüzen iletişim */
.float-wa { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--grad-btn); display: grid; place-items: center; box-shadow: 0 12px 40px -6px rgba(95,162,79,.7); }
.float-wa svg { width: 26px; height: 26px; color: #fff; }
.float-wa::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(156,199,127,.5); animation: pulse 2.6s var(--ease) infinite; }
@keyframes pulse { 0% { transform: scale(.9); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }

/* Cihaz: dizüstü */
.laptop { position: relative; width: min(1040px, 86vw); margin: 0 auto; perspective: 2400px; perspective-origin: 50% 0%; }
.laptop .lid { position: relative; width: 84%; margin: 0 auto; aspect-ratio: 16 / 10.2; transform-origin: 50% 100%; transform-style: preserve-3d; }
.laptop .lid-front { position: absolute; inset: 0; border-radius: 18px 18px 6px 6px; background: #0B0C0D; border: 1.5px solid #3A3D40; padding: 2.1% 2.1% 3.4%; box-shadow: 0 0 0 1px #111, 0 40px 80px -30px rgba(0,0,0,.9); backface-visibility: hidden; }
.laptop .lid-front::before { content: ""; position: absolute; top: .9%; left: 50%; width: 1%; aspect-ratio: 1; border-radius: 50%; background: #1C1F22; transform: translateX(-50%); }
.laptop .screen { position: relative; width: 100%; height: 100%; border-radius: 6px; overflow: hidden; background: #0C0E0F; }
.laptop .screen > * { position: absolute; inset: 0; width: 100%; height: 100%; }
.laptop .screen::after { content: ""; position: absolute; inset: 0; z-index: 5; background: #000; opacity: var(--off, 0); pointer-events: none; }
.laptop .screen img { object-fit: cover; object-position: top center; }
.laptop .base { position: relative; height: 18px; margin-top: -2px; border-radius: 2px 2px 14px 14px / 2px 2px 12px 12px; background: linear-gradient(180deg, #D9DCDF 0%, #A7ABAF 45%, #6D7175 100%); box-shadow: 0 30px 60px -20px rgba(0,0,0,.9); }
.laptop .base::before { content: ""; position: absolute; left: 50%; top: 0; width: 13%; height: 7px; border-radius: 0 0 10px 10px; background: linear-gradient(180deg, #8C9094, #B9BDC0); transform: translateX(-50%); }
.laptop .base::after { content: ""; position: absolute; left: 3%; right: 3%; bottom: -10px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.6); filter: blur(8px); z-index: -1; }
.screen .splash { display: grid; place-items: center; background: radial-gradient(ellipse at 30% 30%, rgba(79,160,72,.35), transparent 55%), radial-gradient(ellipse at 75% 70%, rgba(47,165,154,.28), transparent 55%), #090B0C; }
.screen .splash .logo { font-size: clamp(16px, 2.6vw, 34px); }

/* Cihaz: telefon */
.phone { position: relative; width: min(300px, 62vw); aspect-ratio: 9 / 19.2; border-radius: 46px; background: #0B0C0D; border: 2px solid #3A3D40; padding: 12px; box-shadow: 0 0 0 1px #111, 0 50px 100px -30px rgba(0,0,0,.95), inset 0 0 0 1px #222; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; width: 30%; height: 24px; border-radius: 14px; background: #000; transform: translateX(-50%); z-index: 3; }
.phone .screen { position: relative; width: 100%; height: 100%; border-radius: 35px; overflow: hidden; background: #0C0E0F; }
.phone .screen > * { position: absolute; inset: 0; }

/* Ekran taklitleri (HTML ile çizildi, görsel dosyası gerekmez) */
.mock { font-family: Sora, sans-serif; font-size: 10px; color: #E7E9E4; background: #0E1011; display: flex; flex-direction: column; overflow: hidden; }
.mock .m-bar { display: flex; align-items: center; gap: 6px; padding: 1.6% 2.2%; background: #15181A; border-bottom: 1px solid #1F2326; }
.mock .m-bar i { width: 7px; height: 7px; border-radius: 50%; background: #2E3236; }
.mock .m-bar b { margin-left: 10px; flex: 1; max-width: 46%; height: 14px; border-radius: 7px; background: #1D2124; font: 400 8px/14px var(--mono); color: #7C817B; padding-left: 10px; }
.mock .m-nav { display: flex; align-items: center; justify-content: space-between; padding: 2.4% 4%; }
.mock .m-nav .lg { font-weight: 600; font-size: 12px; }
.mock .m-nav .lg span { color: var(--accent); }
.mock .m-nav nav { display: flex; gap: 14px; color: #9A9F98; font-size: 8.5px; }
.mock .m-pill { display: inline-block; padding: 5px 12px; border-radius: 99px; background: var(--grad-btn); color: #fff; font-size: 8.5px; }
.mock .m-hero { padding: 5% 4% 3%; display: grid; grid-template-columns: 1.1fr 1fr; gap: 5%; align-items: center; }
.mock .m-hero h4 { margin: 0 0 8px; font-size: clamp(12px, 2.2vw, 26px); font-weight: 300; letter-spacing: -.03em; line-height: 1.08; }
.mock .m-hero p { margin: 0 0 12px; color: #9A9F98; font-size: 8.5px; line-height: 1.6; }
.mock .m-art { aspect-ratio: 4/3; border-radius: 10px; background: var(--grad); position: relative; overflow: hidden; }
.mock .m-art::before { content: ""; position: absolute; inset: 18% 14%; border-radius: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); }
.mock .m-art::after { content: ""; position: absolute; width: 38%; aspect-ratio: 1; right: -6%; bottom: -10%; border-radius: 50%; background: rgba(198,232,168,.35); }
.mock .m-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; padding: 1% 4% 4%; }
.mock .m-card { border: 1px solid #22272A; border-radius: 8px; padding: 10% 8%; background: #121517; }
.mock .m-card i { display: block; width: 18px; height: 18px; border-radius: 6px; background: rgba(156,199,127,.25); margin-bottom: 8px; }
.mock .m-card s, .mock .m-row s { display: block; height: 5px; border-radius: 3px; background: #2A2F32; text-decoration: none; margin-top: 5px; }
.mock .m-card s:first-of-type { width: 70%; background: #3A4044; height: 6px; }
.mock .m-shop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.4%; padding: 2% 4% 4%; }
.mock .m-prod { border-radius: 8px; overflow: hidden; background: #131618; border: 1px solid #22272A; }
.mock .m-prod .ph { aspect-ratio: 1; background: linear-gradient(160deg, #1E2427, #2A3134); position: relative; }
.mock .m-prod .ph::after { content: ""; position: absolute; inset: 22%; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #C6E8A8, #3E8A37 60%, #1F4A2A); opacity: .85; }
.mock .m-prod:nth-child(2n) .ph::after { border-radius: 14%; background: linear-gradient(135deg, #2FA59A, #134B4C); }
.mock .m-prod:nth-child(3n) .ph::after { inset: 18% 30%; border-radius: 40% 40% 12% 12%; background: linear-gradient(180deg, #E7E9E4, #8B8F89); }
.mock .m-prod div { padding: 7px 8px 9px; font-size: 8px; }
.mock .m-prod b { display: block; color: var(--accent); font-weight: 500; margin-top: 3px; }
.mock .m-banner { margin: 2% 4% 1%; border-radius: 10px; padding: 3.5% 4%; background: var(--grad); display: flex; justify-content: space-between; align-items: center; }
.mock .m-banner h4 { margin: 0; font-size: clamp(11px, 1.8vw, 20px); font-weight: 300; letter-spacing: -.02em; }
.mock.dash { display: grid; grid-template-columns: 17% 1fr; grid-template-rows: auto 1fr; }
.mock.dash .m-bar { grid-column: 1 / -1; }
.mock .m-side { border-right: 1px solid #1F2326; padding: 12% 12%; display: grid; align-content: start; gap: 9px; }
.mock .m-side s { height: 6px; border-radius: 3px; background: #262B2E; }
.mock .m-side s.on { background: var(--accent); width: 80%; }
.mock .m-main { padding: 3%; display: grid; grid-template-rows: auto 1fr auto; gap: 3%; }
.mock .m-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.4%; }
.mock .m-kpi { border: 1px solid #22272A; border-radius: 8px; padding: 9% 10%; background: #121517; }
.mock .m-kpi small { display: block; color: #7C817B; font-size: 7.5px; }
.mock .m-kpi strong { display: block; font-weight: 400; font-size: clamp(10px, 1.6vw, 18px); margin-top: 3px; letter-spacing: -.02em; }
.mock .m-chart { border: 1px solid #22272A; border-radius: 8px; background: #121517; display: flex; align-items: flex-end; gap: 2.4%; padding: 3% 3% 0; }
.mock .m-chart i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--accent), rgba(62,138,55,.25)); }
.mock .m-chart i:nth-child(3n) { background: linear-gradient(180deg, var(--teal), rgba(47,165,154,.2)); }
.mock .m-rows { display: grid; gap: 5px; }
.mock .m-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr .6fr; gap: 3%; align-items: center; padding: 6px 8px; border-radius: 6px; background: #121517; }
.mock .m-row s { margin: 0; }
.mock .m-row em { font-style: normal; font-size: 7px; padding: 2px 6px; border-radius: 9px; background: rgba(156,199,127,.18); color: var(--accent); justify-self: start; }
.mock.app { font-size: 11px; padding: 44px 14px 14px; gap: 10px; background: linear-gradient(180deg, #0F1413, #0B0D0E); }
.mock.app h5 { margin: 0; font-size: 18px; font-weight: 400; letter-spacing: -.02em; }
.mock.app small { color: #7C817B; font-size: 10px; }
.mock.app .a-card { border-radius: 16px; padding: 14px; background: var(--grad); }
.mock.app .a-card strong { display: block; font-size: 22px; font-weight: 300; margin-top: 6px; }
.mock.app .a-row { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; background: #151A1B; border: 1px solid #1F2527; }
.mock.app .a-row i { width: 30px; height: 30px; border-radius: 9px; background: rgba(156,199,127,.2); flex: none; }
.mock.app .a-row div { flex: 1; display: grid; gap: 5px; }
.mock.app .a-row s { height: 5px; border-radius: 3px; background: #2A3033; }
.mock.app .a-row s:first-child { width: 70%; background: #3E4549; height: 6px; }
.mock.app .a-row em { font-style: normal; font-size: 9px; color: var(--accent); }
.mock.app .a-tab { margin-top: auto; display: flex; justify-content: space-around; padding: 10px 0 4px; border-top: 1px solid #1F2527; }
.mock.app .a-tab i { width: 18px; height: 18px; border-radius: 6px; background: #2A3033; }
.mock.app .a-tab i:first-child { background: var(--accent); }
.mock.app .a-notif { border-radius: 14px; padding: 10px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); font-size: 10px; line-height: 1.45; }
.mock.app .a-notif b { display: block; font-weight: 500; margin-bottom: 2px; }

/* ANASAYFA — hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 130px 0 90px; }
.hero .glow.g1 { left: -12vw; top: -14vw; }
.hero .glow.g2 { right: -10vw; bottom: -16vw; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 4vw; }
.hero-copy { display: grid; gap: 30px; }
.hero h1 { font-size: clamp(30px, 5.6vw, 92px); }
.hero h1 .line { display: block; }
.rotator { position: relative; display: inline-grid; vertical-align: bottom; overflow: hidden; color: var(--accent); padding-bottom: .08em; margin-bottom: -.08em; }
.rotator > span { grid-area: 1 / 1; white-space: nowrap; }
.rotator > span:not(:first-child) { opacity: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-devices { position: relative; height: min(560px, 60vh); }
.hero-devices .laptop { position: absolute; right: -9vw; top: 50%; width: min(720px, 46vw); transform: translateY(-50%) rotate(-7deg); }
.hero-devices .laptop .lid { transform: rotateX(8deg); }
.hero-devices .phone { position: absolute; left: 12%; bottom: -6%; width: min(190px, 13vw); border-radius: 30px; padding: 8px; transform: rotate(6deg); }
.hero-devices .phone .screen { border-radius: 23px; }
.hero-devices .phone::before { top: 14px; height: 16px; }
.hero-devices .phone .mock.app { padding-top: 34px; font-size: 8px; }
.hero-devices .phone .mock.app h5 { font-size: 13px; }
.hero-devices .phone .mock.app .a-card strong { font-size: 15px; }
.scroll-hint { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); z-index: 2; }
.scroll-hint .mouse { width: 18px; height: 28px; border-radius: 10px; border: 1.5px solid var(--muted); position: relative; }
.scroll-hint .mouse::after { content: ""; position: absolute; left: 50%; top: 5px; width: 2px; height: 6px; border-radius: 2px; background: var(--text); transform: translateX(-50%); animation: wheel 1.8s var(--ease) infinite; }
@keyframes wheel { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 9px); } }

/* Kelime kelime aydınlanan metin */
.manifesto { position: relative; min-height: 80vh; display: grid; place-items: center; text-align: center; overflow: hidden; }
.manifesto .glow { left: 50%; top: 50%; width: 50vw; height: 50vw; transform: translate(-50%, -50%); opacity: .35; }
.scrub-text { position: relative; z-index: 1; margin: 0; max-width: 22ch; font-size: clamp(32px, 4.8vw, 74px); line-height: 1.12; font-weight: 400; letter-spacing: -0.035em; text-wrap: balance; }
.scrub-text.wide { max-width: 26ch; }
.scrub-text .w { opacity: .14; }

/* Hizmetler — yatay kayan şerit */
.hs { position: relative; overflow: hidden; }
.hs-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; flex-wrap: wrap; margin-bottom: 50px; }
.hs-track { display: flex; gap: 22px; padding: 0 var(--pad-x); width: max-content; }
.svc-card { position: relative; flex: none; width: min(460px, 80vw); height: min(560px, 68vh); border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; isolation: isolate; transition: border-color .4s; }
.svc-card:hover { border-color: rgba(156,199,127,.35); }
.svc-card .num { position: absolute; top: 28px; left: 34px; font-family: var(--mono); font-size: 13px; color: var(--muted); }
.svc-card .vis { position: absolute; inset: 0; z-index: -1; }
.svc-card .vis::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,18,20,0) 25%, rgba(15,18,20,.92) 62%, var(--surface) 80%); }
.svc-card .vis .v-art { position: absolute; left: 12%; right: -12%; top: 12%; height: 52%; border-radius: 16px; overflow: hidden; border: 1px solid var(--line-2); transform: rotate(-4deg); transition: transform .8s var(--ease); box-shadow: 0 40px 70px -30px rgba(0,0,0,.9); }
.svc-card:hover .vis .v-art { transform: rotate(-2deg) translateY(-8px) scale(1.03); }
.svc-card .vis .v-art > * { width: 100%; height: 100%; }
.svc-card .vis .v-art img { object-fit: cover; object-position: top left; }
.svc-card .vis .halo { position: absolute; width: 70%; aspect-ratio: 1; right: -20%; top: -18%; border-radius: 50%; background: radial-gradient(circle, rgba(79,160,72,.3), transparent 68%); }
.svc-card .ic { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid var(--line-2); display: grid; place-items: center; margin-bottom: 20px; }
.svc-card .ic svg { width: 22px; height: 22px; color: var(--accent); }
.svc-card h3 { margin: 0 0 12px; font-size: clamp(26px, 2.3vw, 34px); font-weight: 400; letter-spacing: -0.03em; }
.svc-card p { margin: 0 0 20px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; padding: 6px 12px; border-radius: 99px; border: 1px solid var(--line-2); color: var(--text-2); }
.hs-progress { position: relative; height: 2px; margin: 50px var(--pad-x) 0; background: var(--line); border-radius: 2px; overflow: hidden; }
.hs-progress i { position: absolute; inset: 0; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); }

/* Üst üste binen kartlar */
.stack { position: relative; }
.stack-stage { position: relative; height: 100svh; display: grid; place-items: center; padding: 90px var(--pad-x) 40px; }
.stack-card { position: absolute; width: min(1320px, calc(100% - 2 * var(--pad-x))); height: min(680px, calc(100svh - 150px)); border-radius: 40px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4vw; padding: clamp(28px, 5vw, 80px); color: #fff; box-shadow: 0 -30px 80px -40px rgba(0,0,0,.9); isolation: isolate; will-change: transform; }
.stack-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.12) 38%, transparent 52%), linear-gradient(160deg, transparent 55%, rgba(255,255,255,.08) 70%, transparent 80%); }
.stack-card::after { content: ""; position: absolute; inset: 0; z-index: 3; background: #000; opacity: var(--dim, 0); pointer-events: none; will-change: opacity; }
.stack-card.c1 { background: linear-gradient(135deg, #2F7A2E 0%, #1C6048 55%, #0F4040 100%); }
.stack-card.c2 { background: linear-gradient(135deg, #125A55 0%, #16606F 50%, #1E3F5E 100%); }
.stack-card.c3 { background: linear-gradient(135deg, #E9F3DD 0%, #C6E8A8 45%, #9AD3C6 100%); color: #0D2A1A; }
.stack-card h3 { margin: 0 0 24px; font-size: clamp(28px, 3.3vw, 50px); font-weight: 400; letter-spacing: -0.035em; line-height: 1.06; }
.stack-card .rule { height: 1px; background: currentColor; opacity: .2; margin: 22px 0; }
.stack-card p { margin: 0; font-size: clamp(15px, 1.15vw, 17px); line-height: 1.7; opacity: .9; }
.stack-card p strong { font-weight: 500; opacity: 1; }
.stack-card .sc-vis { position: relative; height: 100%; min-height: 260px; display: grid; place-items: center; }

/* Stack görselleri */
.v-browser { width: 100%; max-width: 480px; border-radius: 16px; overflow: hidden; background: rgba(8,20,16,.7); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); }
.v-browser .top { display: flex; gap: 6px; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
.v-browser .top i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.3); }
.v-browser .body { padding: 22px; display: grid; gap: 12px; }
.v-browser .body s { display: block; height: 10px; border-radius: 6px; background: rgba(255,255,255,.18); }
.v-browser .body s.t { height: 18px; width: 70%; background: rgba(255,255,255,.4); }
.v-browser .body .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.v-browser .body .row i { aspect-ratio: 1.2; border-radius: 10px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.15); }
.v-cursor { position: absolute; width: 26px; color: #fff; filter: drop-shadow(0 4px 8px rgba(0,0,0,.4)); animation: cur 6s var(--ease) infinite; }
.v-cursor span { position: absolute; left: 18px; top: 20px; font-family: var(--mono); font-size: 10px; padding: 3px 8px; border-radius: 6px; background: var(--accent); color: #0B2210; white-space: nowrap; }
@keyframes cur { 0%, 100% { transform: translate(-120px, 40px); } 33% { transform: translate(80px, -60px); } 66% { transform: translate(40px, 90px); } }
.v-shield { position: relative; width: min(300px, 70%); aspect-ratio: 1; display: grid; place-items: center; }
.v-shield .ring { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed rgba(255,255,255,.3); animation: spin 26s linear infinite; }
.v-shield .ring.r2 { inset: 14%; border-style: solid; border-color: rgba(255,255,255,.15); animation-duration: 18s; animation-direction: reverse; }
.v-shield .ring.r2::after { content: ""; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: #C6E8A8; box-shadow: 0 0 20px #C6E8A8; }
.v-shield svg { width: 34%; color: #fff; filter: drop-shadow(0 0 30px rgba(198,232,168,.6)); }
@keyframes spin { to { transform: rotate(360deg); } }
.v-list { position: absolute; right: 0; bottom: 6%; display: grid; gap: 8px; }
.v-list span { display: flex; align-items: center; gap: 8px; font-size: 12px; padding: 8px 14px; border-radius: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.v-list svg { width: 14px; height: 14px; color: #C6E8A8; }
.v-chat { width: min(420px, 100%); display: grid; gap: 12px; }
.v-chat .b { max-width: 80%; padding: 14px 18px; border-radius: 18px; font-size: 14px; line-height: 1.5; background: rgba(255,255,255,.7); color: #0D2A1A; box-shadow: 0 10px 30px -10px rgba(13,42,26,.3); }
.v-chat .b.me { justify-self: end; background: #0D2A1A; color: #E9F3DD; border-bottom-right-radius: 6px; }
.v-chat .b:not(.me) { border-bottom-left-radius: 6px; }
.v-chat small { display: block; font-family: var(--mono); font-size: 10px; opacity: .6; margin-bottom: 4px; }

/* Canlı ürünler */
.products { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 44px); align-items: start; }
.products .prod:nth-child(2) { margin-top: 120px; }
.prod { display: grid; gap: 22px; }
.prod .shot { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); background: var(--surface); aspect-ratio: 800 / 520; }
.prod .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.prod:hover .shot img { transform: scale(1.04); }
.prod .shot .live { position: absolute; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; padding: 7px 12px; border-radius: 99px; background: rgba(7,8,10,.88); border: 1px solid var(--line-2); }
.prod .shot .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6EE07A; box-shadow: 0 0 10px #6EE07A; }
.prod .meta { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 0 6px; }
.prod h3 { margin: 0 0 6px; font-size: clamp(22px, 2vw, 30px); font-weight: 400; letter-spacing: -0.03em; }
.prod .meta p { margin: 0; }

/* Süreç — yatay zaman çizelgesi */
.steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.steps-line { position: absolute; left: 0; right: 0; top: 27px; height: 1px; background: var(--line-2); }
.steps-line i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--accent), var(--teal)); transform-origin: 0 50%; transform: scaleX(0); }
.step { position: relative; padding-right: 26px; }
.step .dot { position: relative; z-index: 1; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--bg); border: 1px solid var(--line-2); font-family: var(--mono); font-size: 13px; color: var(--muted); margin-bottom: 28px; transition: all .5s var(--ease); }
.step.on .dot { border-color: var(--accent); color: #0B2210; background: var(--accent); box-shadow: 0 0 30px rgba(156,199,127,.45); }
.step h3 { margin: 0 0 10px; font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }

/* Teknoloji şeridi */
.marquee { position: relative; overflow: hidden; padding: 12px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; }
.chip { display: inline-flex; align-items: center; gap: 12px; padding: 16px 26px; border-radius: 99px; background: var(--surface); border: 1px solid var(--line); font-size: 17px; font-weight: 400; white-space: nowrap; color: var(--text-2); }
.chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.marquee + .marquee { margin-top: 6px; }
.marquee.rev .chip i { background: var(--teal); }

/* Büyük çağrı */
.cta-big { position: relative; overflow: hidden; text-align: center; padding: clamp(110px, 14vw, 210px) 0; }
.cta-big .glow { left: 50%; top: 60%; width: 70vw; height: 40vw; transform: translate(-50%, -50%); opacity: .5; }
.cta-big .inner { position: relative; z-index: 1; display: grid; justify-items: center; gap: 30px; }
.cta-big .display { max-width: 14ch; }
.cta-big .actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cta-big .contact-line { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; font-size: 14px; color: var(--muted); }
.cta-big .contact-line a:hover { color: var(--text); }

/* Alt bilgi */
.ftr { position: relative; overflow: hidden; border-top: 1px solid var(--line); padding: 80px 0 30px; }
.ftr .glow { left: -10vw; bottom: -20vw; opacity: .25; }
.ftr-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start; }
.ftr-info { display: grid; gap: 22px; align-content: start; }
.ftr-info .logo { font-size: 30px; }
.ftr-info .p { max-width: 42ch; }
.ftr-contacts { display: grid; gap: 10px; font-size: 15px; }
.ftr-contacts a { display: inline-flex; align-items: center; gap: 12px; color: var(--text-2); }
.ftr-contacts a:hover { color: var(--text); }
.ftr-contacts svg { width: 18px; height: 18px; color: var(--accent); }
.ftr-big { display: grid; justify-items: end; gap: 0; }
.ftr-big a { font-size: clamp(34px, 4.6vw, 70px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; color: rgba(242,242,240,.2); transition: color .35s; }
.ftr-big a:hover { color: var(--text); }
.ftr-svc { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.ftr-svc a:hover { color: var(--accent); }
.ftr-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 26px; font-size: 13px; color: var(--muted); }

/* HİZMET SAYFASI */
.s-hero { position: relative; min-height: 100svh; display: grid; grid-template-rows: 1fr auto; overflow: hidden; padding-top: 140px; }
.s-hero .glow.g1 { left: 50%; top: 10%; transform: translateX(-50%); width: 60vw; height: 36vw; opacity: .45; }
.s-hero .copy { position: relative; z-index: 1; display: grid; justify-items: center; align-content: center; gap: 22px; text-align: center; padding: 0 var(--pad-x); }
.s-hero .display { font-size: clamp(40px, 5.8vw, 92px); max-width: 16ch; }
.s-hero .sub { font-size: clamp(18px, 1.8vw, 26px); font-weight: 300; color: var(--text-2); letter-spacing: -.02em; margin: 0; }
.crumbs { display: flex; gap: 8px; font-size: 12.5px; color: var(--muted); }
.crumbs a:hover { color: var(--text); }
.crumbs span[aria-hidden] { opacity: .5; }
.s-hero .peek { position: relative; z-index: 1; padding-bottom: 36px; }

.device-stage { position: relative; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.device-stage .glow { left: 50%; top: 55%; width: 60vw; height: 30vw; transform: translate(-50%, -50%); opacity: 0; }
.device-stage .laptop .lid { transform: rotateX(-90deg); }
.device-stage .phone-wrap { position: relative; display: flex; gap: 28px; align-items: center; justify-content: center; }
.device-stage .phone-wrap .phone:nth-child(2) { transform: translateY(40px) scale(.9); }
.device-stage .phone-wrap .phone:nth-child(3) { transform: translateY(40px) scale(.9); }

/* Neler dahil (yatay kartlar) */
.feat-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; flex-wrap: wrap; }
.feat-head .bar { flex: 1; min-width: 160px; max-width: 460px; height: 1px; background: var(--line-2); position: relative; overflow: hidden; margin-bottom: 14px; }
.feat-head .bar i { position: absolute; inset: 0; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); }
.feat-row { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad-x); padding: 0 var(--pad-x) 10px; scrollbar-width: none; cursor: grab; }
.feat-row::-webkit-scrollbar { display: none; }
.feat-row.dragging { cursor: grabbing; scroll-snap-type: none; }
.feat { flex: none; width: min(360px, 78vw); min-height: 440px; border-radius: var(--radius); overflow: hidden; position: relative; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; scroll-snap-align: start; isolation: isolate; user-select: none; }
.feat .bgv { position: absolute; inset: 0; z-index: -1; }
.feat .bgv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.55) 100%); }
.feat.t1 .bgv { background: linear-gradient(160deg, #3E8A37, #16503A); }
.feat.t2 .bgv { background: linear-gradient(160deg, #1F6B55, #0F3B45); }
.feat.t3 .bgv { background: linear-gradient(160deg, #2FA59A, #155055); }
.feat.t4 .bgv { background: linear-gradient(160deg, #6A9A3E, #24502C); }
.feat .big-ic { position: absolute; right: -8%; top: -6%; width: 62%; color: rgba(255,255,255,.14); z-index: -1; transform: rotate(-10deg); }
.feat .ic { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); display: grid; place-items: center; margin-bottom: 22px; }
.feat .ic svg { width: 22px; height: 22px; }
.feat h3 { margin: 0 0 12px; font-size: 24px; font-weight: 500; letter-spacing: -0.025em; }
.feat p { margin: 0; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.82); }

/* Kimler için */
.who { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.who-card { border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface), var(--bg-2)); padding: 34px; display: grid; gap: 16px; align-content: start; transition: border-color .4s, transform .6s var(--ease); }
.who-card:hover { border-color: rgba(156,199,127,.3); transform: translateY(-6px); }
.who-card .n { font-family: var(--mono); font-size: 12px; color: var(--accent); }

/* Süreç sekmeleri */
.proc { position: relative; overflow: hidden; }
.proc .glow { left: 50%; top: 45%; width: 70vw; height: 26vw; transform: translate(-50%, -50%); opacity: .35; }
.proc-tabs { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; }
.proc-tab { position: relative; text-align: left; padding: 26px 22px 24px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.015); min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: border-color .5s, background .5s; }
.proc-tab .big { font-size: clamp(56px, 6vw, 96px); font-weight: 200; letter-spacing: -0.06em; line-height: .8; color: rgba(255,255,255,.07); transition: color .5s; }
.proc-tab .t { font-size: 16px; font-weight: 500; color: var(--muted); transition: color .5s; }
.proc-tab .fill { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); }
.proc-tab[aria-selected="true"] { border-color: rgba(156,199,127,.35); background: linear-gradient(180deg, rgba(79,160,72,.12), rgba(79,160,72,0)); }
.proc-tab[aria-selected="true"] .big { color: var(--accent); }
.proc-tab[aria-selected="true"] .t { color: var(--text); }
.proc-panel { position: relative; margin-top: 40px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.proc-panel .txt { text-align: center; min-height: 150px; display: grid; align-content: center; gap: 14px; }
.proc-panel h3 { margin: 0; font-size: clamp(26px, 2.6vw, 40px); font-weight: 400; letter-spacing: -0.03em; }
.proc-panel .p { max-width: 62ch; margin: 0 auto; font-size: 16.5px; }
.circle-btn { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background .3s, border-color .3s; }
.circle-btn:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.25); }
.circle-btn svg { width: 20px; height: 20px; }

/* Teknoloji karuseli (3B) */
.cover { position: relative; height: 470px; perspective: 1400px; margin-top: 30px; }
.cover-item { position: absolute; left: 50%; top: 0; width: min(420px, 74vw); height: 440px; margin-left: calc(min(420px, 74vw) / -2); border-radius: 30px; background: linear-gradient(180deg, #13171A, #0C0F11); border: 1px solid var(--line-2); padding: 30px; display: grid; grid-template-rows: auto 1fr; gap: 26px; text-align: center; transition: transform .8s var(--ease), opacity .8s var(--ease), filter .8s; transform-style: preserve-3d; cursor: pointer; }
.cover-item .logo-box { border-radius: 22px; border: 1px solid var(--line-2); background: rgba(255,255,255,.02); height: 190px; display: grid; place-items: center; align-content: center; gap: 16px; }
.cover-item .mark { width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center; font-family: var(--mono); font-weight: 500; font-size: 22px; color: #fff; background: var(--grad); box-shadow: 0 10px 30px -10px rgba(79,160,72,.6); }
.cover-item .name { font-size: 20px; font-weight: 500; }
.cover-item p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.cover-item.active { cursor: default; border-color: rgba(156,199,127,.35); }
.cover-item.active p { color: var(--text-2); }
.cover-nav { position: absolute; top: 50%; left: var(--pad-x); right: var(--pad-x); display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; z-index: 40; }
.cover-nav button { pointer-events: auto; }

/* Bento — dikkat ettiklerimiz */
.bento { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; }
.bento .tile { position: relative; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: radial-gradient(ellipse at 80% 100%, rgba(47,165,154,.14), transparent 60%), linear-gradient(180deg, #111518, #0B0E10); padding: 40px; min-height: 300px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.bento .tile:nth-child(1) { grid-row: span 1; }
.bento .tile h3 { margin: 0 0 18px; font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }
.bento .tile p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-2); }
.bento .anim { position: relative; height: 100%; min-height: 200px; display: grid; place-items: center; }

/* Bento animasyonları */
.a-gauge { position: relative; width: 170px; aspect-ratio: 1; }
.a-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.a-gauge circle { fill: none; stroke-width: 8; }
.a-gauge .bg { stroke: rgba(255,255,255,.07); }
.a-gauge .fg { stroke: url(#gGrad); stroke-linecap: round; stroke-dasharray: 440; stroke-dashoffset: 440; }
.in .a-gauge .fg { animation: gauge 2.2s var(--ease) forwards; }
@keyframes gauge { to { stroke-dashoffset: 18; } }
.a-gauge strong { position: absolute; inset: 0; display: grid; place-items: center; font-size: 38px; font-weight: 300; letter-spacing: -0.04em; }
.a-gauge small { position: absolute; left: 0; right: 0; bottom: 30%; text-align: center; font-family: var(--mono); font-size: 10px; color: var(--muted); }
.a-resp { position: relative; width: 220px; height: 170px; }
.a-resp .f { position: absolute; left: 50%; bottom: 0; border: 1.5px solid rgba(255,255,255,.35); border-radius: 10px; transform: translateX(-50%); background: linear-gradient(180deg, rgba(156,199,127,.15), rgba(47,165,154,.06)); opacity: 0; animation: resp 6s var(--ease) infinite; }
.a-resp .f.d { width: 210px; height: 150px; } .a-resp .f.t { width: 130px; height: 165px; animation-delay: 2s; } .a-resp .f.m { width: 72px; height: 140px; border-radius: 14px; animation-delay: 4s; }
@keyframes resp { 0% { opacity: 0; transform: translateX(-50%) translateY(10px); } 6%, 30% { opacity: 1; transform: translateX(-50%); } 36%, 100% { opacity: 0; transform: translateX(-50%) translateY(-6px); } }
.a-code { width: 100%; max-width: 260px; font-family: var(--mono); font-size: 11px; line-height: 1.9; color: var(--muted); }
.a-code div { white-space: nowrap; overflow: hidden; width: 0; }
.in .a-code div { animation: type 1.4s steps(30) forwards; }
.a-code div:nth-child(2) { animation-delay: .6s !important; } .a-code div:nth-child(3) { animation-delay: 1.2s !important; } .a-code div:nth-child(4) { animation-delay: 1.8s !important; } .a-code div:nth-child(5) { animation-delay: 2.4s !important; } .a-code div:nth-child(6) { animation-delay: 3s !important; }
@keyframes type { to { width: 100%; } }
.a-code .k { color: #C792EA; } .a-code .s { color: var(--accent); } .a-code .f { color: #82AAFF; } .a-code .c { color: #546E7A; }
.a-lock { position: relative; width: 150px; aspect-ratio: 1; display: grid; place-items: center; }
.a-lock svg { width: 58px; color: var(--accent); position: relative; z-index: 1; }
.a-lock::before, .a-lock::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(156,199,127,.4); animation: ping 2.8s var(--ease) infinite; }
.a-lock::after { animation-delay: 1.4s; }
@keyframes ping { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.a-lock .scan { position: absolute; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); box-shadow: 0 0 14px var(--accent); animation: scan 2.4s ease-in-out infinite alternate; }
@keyframes scan { from { top: 12%; } to { top: 88%; } }
.a-bars { display: flex; align-items: flex-end; gap: 10px; height: 160px; }
.a-bars i { width: 22px; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--accent), rgba(62,138,55,.2)); height: 8%; transition: height 1.4s var(--ease); }
.a-bars i:nth-child(even) { background: linear-gradient(180deg, var(--teal), rgba(47,165,154,.2)); }
.in .a-bars i:nth-child(1) { height: 30%; } .in .a-bars i:nth-child(2) { height: 46%; transition-delay: .1s; } .in .a-bars i:nth-child(3) { height: 40%; transition-delay: .2s; } .in .a-bars i:nth-child(4) { height: 64%; transition-delay: .3s; } .in .a-bars i:nth-child(5) { height: 78%; transition-delay: .4s; } .in .a-bars i:nth-child(6) { height: 96%; transition-delay: .5s; }
.a-notify { position: relative; width: 240px; height: 190px; }
.a-notify .n { position: absolute; left: 0; right: 0; display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid var(--line-2); font-size: 12px; line-height: 1.4; opacity: 0; animation: notif 7.5s var(--ease) infinite; }
.a-notify .n i { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--grad); display: grid; place-items: center; }
.a-notify .n i svg { width: 15px; color: #fff; }
.a-notify .n b { display: block; font-weight: 500; }
.a-notify .n span { color: var(--muted); font-size: 11px; }
.a-notify .n:nth-child(1) { top: 0; animation-delay: 0s; } .a-notify .n:nth-child(2) { top: 64px; animation-delay: .6s; } .a-notify .n:nth-child(3) { top: 128px; animation-delay: 1.2s; }
@keyframes notif { 0% { opacity: 0; transform: translateY(14px) scale(.96); } 8%, 70% { opacity: 1; transform: none; } 80%, 100% { opacity: 0; transform: translateY(-8px); } }
.a-sync { position: relative; width: 240px; height: 140px; }
.a-sync .node { position: absolute; top: 50%; width: 64px; height: 64px; border-radius: 18px; transform: translateY(-50%); display: grid; place-items: center; border: 1px solid var(--line-2); background: rgba(255,255,255,.05); }
.a-sync .node svg { width: 26px; color: var(--accent); }
.a-sync .node.l { left: 0; } .a-sync .node.r { right: 0; }
.a-sync .wire { position: absolute; left: 64px; right: 64px; top: 50%; height: 1px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px); }
.a-sync .pk { position: absolute; top: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: pk 2.2s linear infinite; }
.a-sync .pk.b { background: var(--teal); box-shadow: 0 0 12px var(--teal); animation-name: pk2; animation-delay: 1.1s; }
@keyframes pk { from { left: 64px; } to { left: calc(100% - 72px); } }
@keyframes pk2 { from { left: calc(100% - 72px); } to { left: 64px; } }
.a-map { position: relative; width: 250px; height: 170px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line-2); background: #0E1416; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 22px 22px; }
.a-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.a-map .route { fill: none; stroke: var(--accent); stroke-width: 2.5; stroke-dasharray: 5 6; }
.a-map .car { offset-path: path("M20 140 C 70 140, 60 60, 120 70 S 200 30, 230 30"); animation: drive 5s ease-in-out infinite alternate; position: absolute; left: 0; top: 0; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(156,199,127,.35), 0 0 18px var(--accent); }
@keyframes drive { from { offset-distance: 0%; } to { offset-distance: 100%; } }
.a-map .pin { position: absolute; right: 12px; top: 14px; width: 12px; height: 12px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--teal); }

/* Diğer hizmetler */
.others { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.other { border-radius: 22px; border: 1px solid var(--line); background: var(--surface); padding: 24px; display: grid; gap: 30px; align-content: space-between; min-height: 170px; transition: border-color .4s, background .4s; }
.other:hover { border-color: rgba(156,199,127,.35); background: var(--surface-2); }
.other svg.ic { width: 24px; height: 24px; color: var(--accent); }
.other .row { display: flex; justify-content: space-between; align-items: end; gap: 10px; }
.other .row span { font-size: 17px; font-weight: 500; letter-spacing: -0.02em; }
.other .row svg { width: 18px; height: 18px; color: var(--muted); transition: transform .4s var(--ease), color .4s; }
.other:hover .row svg { transform: translate(3px, -3px); color: var(--accent); }

/* SSS */
.faq { max-width: 980px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border-radius: 24px; border: 1px solid var(--line); background: var(--surface); transition: border-color .4s; }
.faq-item.open { border-color: rgba(156,199,127,.3); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 30px; text-align: left; font-size: 17px; font-weight: 400; }
.faq-q .pm { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: transform .5s var(--ease), background .4s; }
.faq-q .pm svg { width: 16px; height: 16px; }
.faq-item.open .pm { transform: rotate(45deg); background: var(--accent); color: #0B2210; border-color: var(--accent); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { margin: 0; padding: 0 30px 26px; }

/* HİZMETLER sayfası — satır listesi + imleci izleyen önizleme */
.svc-list { border-top: 1px solid var(--line); }
.svc-row { position: relative; display: grid; grid-template-columns: 90px 1fr 1.1fr 60px; gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); }
.svc-row .n { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.svc-row h2 { margin: 0; font-size: clamp(30px, 3.8vw, 58px); font-weight: 300; letter-spacing: -0.045em; line-height: 1; transition: transform .6s var(--ease), color .4s; }
.svc-row:hover h2 { transform: translateX(14px); color: var(--accent); }
.svc-row .arrow { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background .4s, transform .5s var(--ease); }
.svc-row .arrow svg { width: 20px; height: 20px; }
.svc-row:hover .arrow { background: var(--accent); color: #0B2210; transform: rotate(-45deg); }
.preview { position: fixed; left: 0; top: 0; z-index: 55; width: 340px; aspect-ratio: 800 / 520; border-radius: 20px; overflow: hidden; pointer-events: none; opacity: 0; transform: scale(.6); border: 1px solid var(--line-2); box-shadow: 0 40px 80px -20px rgba(0,0,0,.9); background: var(--surface); }
.preview > div { position: absolute; inset: 0; opacity: 0; transition: opacity .35s; }
.preview > div.on { opacity: 1; }
.preview > div > * { width: 100%; height: 100%; }
.preview img { object-fit: cover; object-position: top left; }

/* Sayfa üst bölümü (genel) */
.p-hero { position: relative; padding: 190px 0 90px; overflow: hidden; }
.p-hero .glow.g1 { left: -10vw; top: -20vw; opacity: .4; }
.p-hero .glow.g2 { right: -10vw; top: 0; opacity: .3; }
.p-hero .inner { position: relative; z-index: 1; display: grid; gap: 26px; }
.p-hero .display { max-width: 15ch; }

/* Hakkımızda */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value { border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); padding: 36px; display: grid; gap: 18px; align-content: start; }
.value .ic { width: 50px; height: 50px; border-radius: 50%; background: rgba(156,199,127,.12); display: grid; place-items: center; }
.value .ic svg { width: 22px; height: 22px; color: var(--accent); }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: start; }
.about-split .p + .p { margin-top: 18px; }
.principles { display: grid; gap: 0; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle .n { font-family: var(--mono); font-size: 13px; color: var(--accent); padding-top: 4px; }
.principle h3 { margin: 0 0 8px; font-size: 19px; font-weight: 500; }

/* İletişim */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5vw; align-items: start; }
.c-cards { display: grid; gap: 14px; }
.c-card { display: flex; gap: 18px; align-items: center; border-radius: 22px; border: 1px solid var(--line); background: var(--surface); padding: 24px; transition: border-color .4s; }
a.c-card:hover { border-color: rgba(156,199,127,.35); }
.c-card .ic { flex: none; width: 50px; height: 50px; border-radius: 50%; background: rgba(156,199,127,.12); display: grid; place-items: center; }
.c-card .ic svg { width: 22px; height: 22px; color: var(--accent); }
.c-card small { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.c-card strong { font-weight: 400; font-size: 17px; }
.form { border-radius: 32px; border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface), var(--bg-2)); padding: clamp(24px, 3.4vw, 48px); display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 13px; color: var(--muted); }
.input { width: 100%; font: inherit; font-size: 15px; font-weight: 300; color: var(--text); background: rgba(255,255,255,.03); border: 1px solid var(--line-2); border-radius: 14px; padding: 15px 16px; transition: border-color .3s, background .3s; }
.input:focus { outline: none; border-color: var(--accent); background: rgba(156,199,127,.05); }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239CC77F' stroke-width='1.6'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
select.input option { background: var(--bg-2); }
textarea.input { resize: vertical; min-height: 130px; }
.chips-pick { display: flex; flex-wrap: wrap; gap: 8px; }
.chips-pick label { cursor: pointer; }
.chips-pick input { position: absolute; opacity: 0; pointer-events: none; }
.chips-pick span { display: inline-block; padding: 10px 16px; border-radius: 99px; border: 1px solid var(--line-2); font-size: 14px; color: var(--text-2); transition: all .3s; }
.chips-pick input:checked + span { background: var(--accent); border-color: var(--accent); color: #0B2210; }
.chips-pick input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.check input { margin-top: 4px; accent-color: var(--accent); }
.check a { color: var(--accent); }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: 14px; min-height: 1em; }
.form-note.ok { color: var(--accent); } .form-note.err { color: #E58A7A; }

/* Görünür olunca belir (JS yoksa görünür kalır) */
html.js [data-reveal] { opacity: 0; }

/* Duyarlı */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-devices { height: 380px; }
  .hero-devices .laptop { right: -4vw; width: 88vw; }
  .hero-devices .phone { width: 150px; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps-line { left: 27px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .steps-line i { transform-origin: 50% 0; transform: scaleY(0); }
  .step { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 0 0 36px; }
  .step .dot { margin: 0; }
  .others { grid-template-columns: repeat(3, 1fr); }
  .proc-tabs { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; scrollbar-width: none; }
  .bento { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hdr-tel { display: none; }
  .hs-track { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad-x); width: auto; scrollbar-width: none; }
  .hs-track::-webkit-scrollbar { display: none; }
  .svc-card { scroll-snap-align: center; height: 500px; }
  .stack-stage { height: auto; display: grid; gap: 18px; padding: 0 var(--pad-x); }
  .stack-card { position: relative; width: 100%; height: auto; grid-template-columns: 1fr; border-radius: 30px; }
  .stack-card .sc-vis { min-height: 240px; }
  .products { grid-template-columns: 1fr; }
  .products .prod:nth-child(2) { margin-top: 0; }
  .who, .values { grid-template-columns: 1fr; }
  .about-split, .contact-grid, .ftr-grid { grid-template-columns: 1fr; }
  .ftr-big { justify-items: start; }
  .svc-row { grid-template-columns: 50px 1fr 50px; gap: 16px; padding: 28px 0; }
  .svc-row .p { grid-column: 2 / 3; }
  .svc-row .arrow { grid-row: 1; grid-column: 3; width: 46px; height: 46px; }
  .preview { display: none; }
  .bento .tile { grid-template-columns: 1fr; padding: 30px; }
  .proc-panel { grid-template-columns: 1fr; }
  .proc-panel .circle-btn { display: none; }
  .form .row { grid-template-columns: 1fr; }
  .device-stage { height: auto; min-height: 70svh; padding: 40px 0; }
  .device-stage .phone-wrap .phone:not(:first-child) { display: none; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 8.3vw; }
  .svc-card { height: 540px; }
  .svc-card .vis .v-art { height: 38%; top: 10%; }
  .hdr .btn { display: none; }
  .others { grid-template-columns: 1fr 1fr; }
  .hero-devices .phone { display: none; }
  .cover { height: 440px; }
  .cover-item { height: 410px; padding: 22px; }
  .cover-nav { top: auto; bottom: -70px; transform: none; justify-content: center; gap: 16px; }
  .cover-wrap { padding-bottom: 70px; }
  .float-wa { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .feat { min-height: 400px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.js [data-reveal] { opacity: 1; }
  .scrub-text .w { opacity: 1; }
  .device-stage .laptop .lid { transform: none; }
  .in .a-gauge .fg, .a-gauge .fg { stroke-dashoffset: 18; }
  .a-code div { width: 100%; }
}
.screen .ui > * { width: 100%; height: 100%; }
.screen .ui img, .preview img, .v-art img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }

/* Performans: ekranda olmayan bölümlerin sonsuz animasyonları durur (JS 'play' sınıfını ekler/kaldırır) */
.tile .anim *, .tile .anim *::before, .tile .anim *::after,
.stack-card .sc-vis *, .stack-card .sc-vis *::before, .stack-card .sc-vis *::after { animation-play-state: paused; }
.tile.play .anim *, .tile.play .anim *::before, .tile.play .anim *::after,
.stack-card.play .sc-vis *, .stack-card.play .sc-vis *::before, .stack-card.play .sc-vis *::after { animation-play-state: running; }
.hero .glow, .cta-big .glow, .device-stage .glow { will-change: transform, opacity; }
.hs-track, .marquee-track, .hero-devices .laptop, .hero-devices .phone { will-change: transform; }
