/* ==========================================================================
   ORIVA Global Media — Kurumsal web sitesi
   Marka kimliği: ORIVA Orange #FF8A00 · Coral #FF4D6D · Purple #8A20D4 ·
   Electric Blue #315CFF · Dark Navy #081225 · Off White #FAF9F6 · Manrope
   ========================================================================== */

/* ---------- Fontlar (Manrope, kendi sunucumuzdan) ---------- */
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tasarım değişkenleri ---------- */
:root {
  --orange: #FF8A00;
  --coral: #FF4D6D;
  --purple: #8A20D4;
  --blue: #315CFF;
  --navy: #081225;
  --off: #FAF9F6;
  --white: #FFFFFF;

  --navy-2: #0E1B35;
  --navy-3: #16254A;
  --ink: #081225;
  --ink-2: #384158;
  --muted: #646C82;
  --line: rgba(8, 18, 37, .09);
  --line-2: rgba(8, 18, 37, .18);
  --on-dark: #FAF9F6;
  --on-dark-2: rgba(250, 249, 246, .74);
  --on-dark-3: rgba(250, 249, 246, .52);
  --line-dark: rgba(250, 249, 246, .12);
  --error: #D0243F;

  --grad: linear-gradient(100deg, var(--orange) 0%, var(--coral) 38%, var(--purple) 72%, var(--blue) 100%);
  --grad-warm: linear-gradient(115deg, #FFA928 0%, var(--orange) 32%, var(--coral) 100%);
  --grad-cta: linear-gradient(100deg, var(--coral) 0%, #C335D8 58%, var(--purple) 100%);
  --grad-cool: linear-gradient(120deg, var(--purple) 0%, var(--blue) 100%);

  --radius-s: 12px;
  --radius: 18px;
  --radius-l: 26px;
  --radius-xl: 36px;
  --shadow-s: 0 1px 2px rgba(8, 18, 37, .05), 0 6px 18px rgba(8, 18, 37, .06);
  --shadow: 0 2px 6px rgba(8, 18, 37, .05), 0 22px 50px -12px rgba(8, 18, 37, .16);

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --header-h: 78px;
  --ease: cubic-bezier(.2, .7, .15, 1);
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--off);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.025em; font-weight: 700; text-wrap: balance; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--coral); color: #fff; }
:focus-visible { outline: 2px solid var(--purple); outline-offset: 3px; border-radius: 6px; }
.section--dark :focus-visible, .hero :focus-visible, .site-footer :focus-visible, .mobile-menu :focus-visible, .panel-dark :focus-visible { outline-color: var(--orange); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.icon--grad { stroke: url(#g-icon); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 600; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(880px + var(--gutter) * 2); }

/* ---------- Tipografi ---------- */
.display { font-size: clamp(2.7rem, 6.4vw, 5.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.01; }
.h1 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.03; }
.h2 { font-size: clamp(2rem, 3.9vw, 3.3rem); font-weight: 700; letter-spacing: -.032em; line-height: 1.07; }
.h3 { font-size: clamp(1.3rem, 1.9vw, 1.65rem); font-weight: 600; letter-spacing: -.018em; line-height: 1.2; }
.lead { font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.6; color: var(--ink-2); }
.muted { color: var(--muted); }
.text-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-warm { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .85em; margin: 0 0 1.5rem;
  font-size: .74rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--muted);
}
.eyebrow .num { font-weight: 800; letter-spacing: .04em; font-size: .9rem; background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow--light { color: var(--on-dark-3); }
.rule { display: block; width: 52px; height: 3px; border-radius: 3px; background: var(--grad); margin: 28px 0; }
.rule--center { margin-inline: auto; }

.stack-caps { margin: 0; font-size: .72rem; font-weight: 500; letter-spacing: .32em; line-height: 2.2; color: var(--muted); text-transform: uppercase; }
.stack-caps::after { content: ""; display: block; width: 30px; height: 1px; margin-top: 12px; background: currentColor; opacity: .7; }
.stack-caps--light { color: var(--on-dark-3); }
.stack-caps--plain::after { display: none; }

/* ---------- Butonlar ---------- */
.btn {
  --h: 54px;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  height: var(--h); padding: 0 1.7em; border-radius: 999px; border: 1.5px solid transparent;
  font-size: .98rem; font-weight: 600; letter-spacing: -.005em; line-height: 1; white-space: nowrap; text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s, color .25s, border-color .25s;
}
.btn .icon { width: 18px; height: 18px; stroke-width: 2; transition: transform .3s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn--grad { color: #fff; background: var(--grad-cta); box-shadow: 0 12px 30px -12px rgba(255, 77, 109, .75); }
.btn--grad:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(138, 32, 212, .8); }
.btn--warm { color: #fff; background: var(--grad-warm); box-shadow: 0 12px 30px -12px rgba(255, 138, 0, .75); }
.btn--warm:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(255, 77, 109, .8); }
.btn--dark { color: #fff; background: var(--navy); }
.btn--dark:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn--outline:hover { color: #fff; background: var(--ink); }
.btn--outline-light { color: #fff; border-color: rgba(250, 249, 246, .6); background: transparent; }
.btn--outline-light:hover { color: var(--navy); background: #fff; border-color: #fff; }
.btn--sm { --h: 44px; padding: 0 1.25em; font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; text-decoration: none; color: var(--ink); }
.link-arrow .icon { width: 18px; height: 18px; stroke-width: 2; transition: transform .3s var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow--light { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 249, 246, .84);
  -webkit-backdrop-filter: saturate(1.6) blur(16px); backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background-color .3s;
}
.site-header.is-scrolled { background: rgba(250, 249, 246, .92); border-bottom-color: var(--line); box-shadow: 0 10px 30px -24px rgba(8, 18, 37, .35); }
.header__inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: inline-flex; flex: none; }
.brand img { height: 36px; width: auto; transition: transform .4s var(--ease); }
.brand:hover img { transform: scale(1.03); }
.nav { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
.nav a {
  position: relative; padding: 8px 13px; border-radius: 10px;
  font-size: .93rem; font-weight: 600; color: var(--ink-2); text-decoration: none; transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 2px; height: 2px; border-radius: 2px;
  background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--ink); }
.header__cta { flex: none; }
.nav-toggle {
  display: none; place-items: center; width: 46px; height: 46px; margin-left: auto;
  border: 1.5px solid var(--line-2); border-radius: 50%; background: transparent; color: var(--ink);
}
.nav-toggle--light { color: #fff; border-color: var(--line-dark); margin-left: 0; display: grid; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 80; display: flex; flex-direction: column;
  background: var(--navy); color: #fff; overflow: hidden auto;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity .35s var(--ease), transform .45s var(--ease), visibility 0s linear .45s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .35s var(--ease), transform .45s var(--ease), visibility 0s; }
.mobile-menu__bar { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); flex: none; }
.mobile-menu__bar .brand img { height: 34px; }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 4px; padding-block: 28px; }
.mobile-menu__nav a {
  font-size: clamp(1.9rem, 8vw, 2.6rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.25;
  text-decoration: none; color: var(--on-dark-2); transition: color .2s, transform .3s var(--ease);
}
.mobile-menu__nav a:hover, .mobile-menu__nav a[aria-current="page"] { color: #fff; }
.mobile-menu__nav a[aria-current="page"] { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mobile-menu__foot { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: auto; padding-bottom: 40px; }
.mobile-menu__mail { color: var(--on-dark-3); text-decoration: none; font-weight: 500; }
.blob--menu { width: 420px; height: 420px; right: -180px; bottom: -160px; z-index: -1; opacity: .9; }

@media (max-width: 1100px) {
  .nav, .header__cta { display: none; }
  .nav-toggle { display: grid; }
}

/* ---------- Dekoratif: blob, swoosh, üçgen ---------- */
.blob {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: -1;
  background: radial-gradient(circle at 70% 25%, #FFC04D 0%, var(--orange) 17%, var(--coral) 44%, #B52FD8 70%, var(--purple) 92%);
  filter: blur(2px);
}
.blob--cool { background: radial-gradient(circle at 30% 70%, var(--orange) 0%, var(--coral) 30%, var(--purple) 62%, var(--blue) 100%); }
.blob--soft { filter: blur(60px); opacity: .55; }
.swoosh { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.tri { display: inline-block; width: .62em; height: .54em; background: var(--grad-warm); clip-path: polygon(50% 0, 100% 100%, 0 100%); flex: none; }

/* ---------- Bölümler ---------- */
.section { position: relative; padding-block: clamp(84px, 11vw, 150px); }
.section--tight { padding-block: clamp(60px, 7vw, 100px); }
.section--white { background: var(--white); }
.section--dark { background: var(--navy); color: var(--on-dark); isolation: isolate; overflow: hidden; }
.section--dark .lead, .section--dark .muted { color: var(--on-dark-2); }
.section--dark .eyebrow { color: var(--on-dark-3); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 28px 64px; align-items: end; margin-bottom: clamp(44px, 5.5vw, 72px); }
.section-head .lead { margin: 0; }
.section-head--center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.section-head--center .lead { max-width: 60ch; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.split--center { align-items: center; }

/* ---------- Ana sayfa hero ---------- */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: var(--on-dark); }
.hero--home { display: flex; align-items: center; min-height: min(calc(100svh - var(--header-h)), 900px); padding: clamp(64px, 8vw, 110px) 0 clamp(140px, 13vw, 190px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 40px; align-items: center; }
.hero__kicker { margin-bottom: 26px; }
.hero__copy .display { max-width: 11.5ch; }
.hero__copy .lead { max-width: 34ch; margin: 28px 0 40px; color: var(--on-dark-2); }
.hero__copy > * { animation: rise 1.1s var(--ease) both; }
.hero__copy > :nth-child(2) { animation-delay: .1s; }
.hero__copy > :nth-child(3) { animation-delay: .22s; }
.hero__copy > :nth-child(4) { animation-delay: .34s; }

.hero__visual { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1; justify-self: end; }
.o-glow {
  position: absolute; inset: 4%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 77, 109, .55), rgba(138, 32, 212, .38) 55%, rgba(49, 92, 255, .12) 78%, transparent 100%);
  filter: blur(34px); animation: glow 7s ease-in-out infinite; will-change: transform, opacity;
}
.o-mark { position: absolute; inset: 7%; width: 86%; height: 86%; object-fit: contain; filter: drop-shadow(0 30px 60px rgba(138, 32, 212, .35)); animation: o-in 1.8s var(--ease) both, o-float 10s ease-in-out 1.8s infinite; }
.o-orbit { position: absolute; inset: -4%; border-radius: 50%; border: 1px dashed rgba(250, 249, 246, .14); animation: spin 60s linear infinite; }
.o-orbit::before, .o-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--grad-warm); box-shadow: 0 0 18px rgba(255, 138, 0, .8); }
.o-orbit::before { top: 12%; left: 12%; }
.o-orbit::after { bottom: 6%; right: 26%; width: 8px; height: 8px; background: var(--grad-cool); box-shadow: 0 0 16px rgba(49, 92, 255, .9); }

.hero__words { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); text-align: right; }
.scroll-cue {
  position: absolute; right: var(--gutter); bottom: clamp(120px, 12vw, 170px); display: flex; flex-direction: column; align-items: center; gap: 14px;
  font-size: .64rem; font-weight: 600; letter-spacing: .34em; color: var(--on-dark-3); text-decoration: none; writing-mode: vertical-rl;
}
.scroll-cue::after { content: ""; width: 1px; height: 54px; background: linear-gradient(var(--on-dark-3), transparent); animation: cue 2.4s ease-in-out infinite; }

@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes o-in { from { opacity: 0; transform: scale(.7) rotate(-35deg); filter: blur(12px); } to { opacity: 1; transform: none; } }
@keyframes o-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(4deg); } }
@keyframes glow { 0%, 100% { opacity: .85; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- İstatistik şeridi ---------- */
.stats-wrap { position: relative; z-index: 2; margin-top: clamp(-104px, -8vw, -64px); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: clamp(26px, 3vw, 38px) 0; background: var(--white); border-radius: var(--radius-l); box-shadow: var(--shadow); }
.stat { padding: 4px clamp(18px, 3vw, 40px); border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat dt { order: 2; font-size: .92rem; color: var(--muted); margin-top: 8px; }
.stat dd { margin: 0; font-size: clamp(2.1rem, 3.6vw, 3.1rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.stat { display: flex; flex-direction: column; }
.stat dd span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Sayfa hero (açık) ---------- */
.page-hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(80px, 10vw, 150px) 0 clamp(72px, 8vw, 120px); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px 64px; align-items: end; }
.page-hero .h1 { max-width: 15ch; }
.page-hero .lead { max-width: 52ch; margin-top: 28px; }
.page-hero .btn-row { margin-top: 36px; }
.page-hero .blob--a { width: clamp(300px, 36vw, 520px); height: clamp(300px, 36vw, 520px); right: clamp(-280px, -15vw, -150px); top: 42%; }
.page-hero__aside { align-self: start; margin-top: 6px; }
.page-hero .blob--b { width: clamp(200px, 22vw, 340px); height: clamp(200px, 22vw, 340px); left: clamp(-200px, -10vw, -110px); bottom: -34%; }
.page-hero__copy > * { animation: rise 1s var(--ease) both; }
.page-hero__copy > :nth-child(2) { animation-delay: .08s; }
.page-hero__copy > :nth-child(3) { animation-delay: .16s; }
.page-hero__copy > :nth-child(4) { animation-delay: .24s; }
.anchor-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.anchor-chips a { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .7); font-size: .88rem; font-weight: 600; text-decoration: none; color: var(--ink-2); transition: all .25s; }
.anchor-chips a:hover { color: #fff; background: var(--navy); border-color: var(--navy); }

/* ---------- Dört sütun (Marka · Medya · Creator · Digital) ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: clamp(48px, 6vw, 80px); }
.pillar { position: relative; overflow: hidden; padding: 30px 26px 28px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.pillar::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 0 4px 4px 0; background: var(--c, var(--orange)); }
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillar h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: .96rem; }
.pillar__idx { position: absolute; right: 22px; top: 22px; font-size: .74rem; font-weight: 700; letter-spacing: .1em; color: var(--muted); opacity: .6; }

/* ---------- Hizmet kartları ---------- */
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card {
  position: relative; display: flex; flex-direction: column; gap: 14px; min-height: 250px; padding: 30px 26px 26px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); color: inherit; text-decoration: none;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
}
.card::after {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; background: var(--grad); pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .35s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::after { opacity: 1; }
.card .icon { width: 40px; height: 40px; stroke-width: 1.5; }
.card h3 { font-size: 1.22rem; font-weight: 700; letter-spacing: -.02em; margin-top: 8px; }
.card p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.card__more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .86rem; font-weight: 600; color: var(--ink-2); }
.card__more .icon { width: 16px; height: 16px; stroke-width: 2; transition: transform .3s var(--ease); }
.card:hover .card__more .icon { transform: translate(3px, -3px); }
.card--dark { background: var(--navy); color: #fff; border-color: transparent; overflow: hidden; isolation: isolate; }
.card--dark p, .card--dark .card__more { color: var(--on-dark-2); }
.card--dark .blob { width: 220px; height: 220px; right: -90px; bottom: -110px; opacity: .85; }

/* ---------- Marquee (kısa marka ifadeleri) ---------- */
.marquee { position: relative; overflow: hidden; padding: clamp(26px, 3.4vw, 40px) 0; background: var(--navy); color: #fff; }
.marquee__track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; gap: clamp(28px, 4vw, 56px); padding-right: clamp(28px, 4vw, 56px); font-size: clamp(1.9rem, 4.4vw, 3.6rem); font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.marquee__group .outline { color: transparent; -webkit-text-stroke: 1.4px rgba(250, 249, 246, .55); }
.marquee__group .tri { width: .5em; height: .44em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Ekosistem kartları ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.eco-card { grid-column: span 2; position: relative; display: flex; flex-direction: column; gap: 22px; padding: 34px 30px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: inherit; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.eco-card:nth-child(4) { grid-column: 2 / span 2; }
.eco-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.lockup { display: inline-flex; flex-direction: column; align-items: flex-start; }
.lockup img { width: 168px; height: auto; }
.lockup__sub { margin: 6px 0 0 33%; font-size: .66rem; font-weight: 700; letter-spacing: .55em; color: var(--ink); line-height: 1; }
.lockup--light .lockup__sub { color: #fff; }
.eco-card__tags { font-size: .9rem; font-weight: 500; color: var(--muted); }
.eco-card__tags span { color: var(--line-2); margin-inline: .4em; }
.eco-card p { font-size: .96rem; color: var(--ink-2); }
.eco-card::before { content: ""; position: absolute; top: 0; left: 30px; right: 30px; height: 3px; border-radius: 0 0 3px 3px; background: var(--c, var(--grad)); }
.eco-note { max-width: 62ch; margin: 40px auto 0; text-align: center; color: var(--muted); }

/* ---------- Koyu panel (Network tanıtımı) ---------- */
.panel-dark {
  position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 72px); align-items: center;
  padding: clamp(36px, 6vw, 80px); border-radius: var(--radius-xl); background: var(--navy); color: #fff;
}
.panel-dark .lead { color: var(--on-dark-2); }
.checklist { display: grid; gap: 14px; margin: 30px 0 38px; }
.checklist li { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.checklist .dot { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--grad-warm); flex: none; }
.checklist .dot .icon { width: 15px; height: 15px; stroke: #fff; stroke-width: 2.6; }
.checklist--dark li { color: var(--ink); }

.creators { position: relative; min-height: 420px; }
.creator {
  position: absolute; display: flex; flex-direction: column; gap: 14px; width: min(250px, 62%); padding: 20px;
  background: rgba(22, 37, 74, .9); border: 1px solid var(--line-dark); border-radius: 20px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
  animation: bob 8s ease-in-out infinite; will-change: transform;
}
.creator--1 { left: 0; top: 4%; }
.creator--2 { right: 0; top: 28%; animation-delay: -2.5s; }
.creator--3 { left: 12%; bottom: 0; animation-delay: -5s; }
.creator__top { display: flex; align-items: center; gap: 12px; }
.avatar { position: relative; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--a, var(--grad-warm)); flex: none; }
.avatar::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .25); }
.avatar .icon { width: 24px; height: 24px; stroke: #fff; stroke-width: 1.8; }
.skel { display: grid; gap: 7px; flex: 1; }
.skel i { display: block; height: 8px; border-radius: 8px; background: rgba(250, 249, 246, .22); }
.skel i:first-child { width: 80%; background: rgba(250, 249, 246, .5); }
.skel i:last-child { width: 52%; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { padding: 5px 10px; border-radius: 999px; font-size: .74rem; font-weight: 600; color: var(--on-dark-2); background: rgba(250, 249, 246, .08); border: 1px solid var(--line-dark); }
.match-badge {
  position: absolute; right: 8%; bottom: 10%; display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px;
  background: #fff; color: var(--navy); font-size: .88rem; font-weight: 700; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .6); animation: bob 7s ease-in-out -1s infinite;
}
.match-badge .icon { width: 18px; height: 18px; stroke: var(--coral); fill: var(--coral); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Global rota ---------- */
.route { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; counter-reset: route; }
.route-wrap { position: relative; }
.route::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 2px; border-radius: 2px; background: var(--line); }
.route__line { position: absolute; left: 0; right: 0; top: 11px; height: 2px; border-radius: 2px; background: var(--grad); transform-origin: left center; pointer-events: none; }
.route li { position: relative; padding-top: 48px; }
.route__dot { position: absolute; top: 0; left: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--off); border: 2px solid var(--c, var(--orange)); }
.route__dot::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--c, var(--orange)); }
.route h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 800; letter-spacing: -.03em; }
.route p { margin-top: 8px; font-size: .74rem; font-weight: 600; letter-spacing: .24em; color: var(--muted); text-transform: uppercase; }
.section--white .route__dot { background: var(--white); }
.section--dark .route__dot { background: var(--navy); }
.section--dark .route p { color: var(--on-dark-3); }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(110px, 13vw, 190px); text-align: center; }
.cta .h1 { max-width: 17ch; margin-inline: auto; }
.cta .lead { max-width: 50ch; margin: 26px auto 0; }
.cta .btn-row { justify-content: center; margin-top: 40px; }
.cta .blob--a { width: clamp(320px, 40vw, 600px); height: clamp(320px, 40vw, 600px); left: clamp(-340px, -18vw, -170px); bottom: clamp(-340px, -20vw, -200px); }
.cta .blob--b { width: clamp(260px, 30vw, 460px); height: clamp(260px, 30vw, 460px); right: clamp(-260px, -15vw, -150px); top: 36%; }
.cta__side { position: absolute; top: clamp(40px, 6vw, 80px); }
.cta__side--l { left: var(--gutter); text-align: left; }
.cta__side--r { right: var(--gutter); text-align: left; }

/* ---------- Hakkımızda ---------- */
.journey { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 32px; }
.journey li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.journey li:not(:last-child)::after { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad); }
.journey span { padding: 8px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); }

.vm-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vm-card { position: relative; overflow: hidden; isolation: isolate; padding: clamp(32px, 4.5vw, 56px); border-radius: var(--radius-l); background: var(--navy-2); border: 1px solid var(--line-dark); }
.vm-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--c, var(--grad)); }
.vm-card p.big { font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 600; line-height: 1.45; letter-spacing: -.015em; color: #fff; }
.vm-card .blob { width: 240px; height: 240px; right: -120px; bottom: -140px; opacity: .55; filter: blur(30px); }
.idea { margin-top: clamp(48px, 6vw, 80px); text-align: center; }
.idea q { display: block; font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; quotes: "“" "”"; }

.founders { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.founder { position: relative; padding: 34px 30px 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.founder:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mono { position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 28px; border-radius: 50%; font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.mono::before { content: ""; position: absolute; inset: 0; border-radius: 50%; padding: 5px; background: conic-gradient(from var(--r, 0deg), var(--orange), var(--coral), var(--purple), var(--blue), var(--orange)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.founder h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; }
.founder__role { margin: 6px 0 18px; font-size: .74rem; font-weight: 600; letter-spacing: .26em; color: var(--muted); text-transform: uppercase; }
.founder p:last-child { color: var(--ink-2); }

.compare { display: grid; gap: 14px; }
.compare__row { display: grid; grid-template-columns: 170px minmax(0, 1fr); align-items: center; gap: 24px; padding: 26px 30px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.compare__row .caps { font-size: .74rem; font-weight: 700; letter-spacing: .24em; color: var(--muted); }
.compare__row p { font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-weight: 600; letter-spacing: -.015em; }
.compare__row--old p { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.compare__row--new { position: relative; overflow: hidden; background: var(--navy); color: #fff; border-color: transparent; }
.compare__row--new .caps { color: var(--orange); }
.compare__row--new::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad-warm); }
.phrases { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.phrases li { padding: 10px 18px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-weight: 700; letter-spacing: -.01em; }

.quote-block { max-width: 26ch; font-size: clamp(1.8rem, 3.6vw, 3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
.quote-block::before { content: "“"; display: block; height: .55em; margin-bottom: .1em; font-size: 2.2em; line-height: 1; background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.quote-meta { max-width: 56ch; margin-top: 36px; color: var(--on-dark-2); }

.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.value { padding: 32px 28px 8px 0; }
.value + .value { padding-left: 28px; border-left: 1px solid var(--line); }
.value .icon { width: 34px; height: 34px; stroke-width: 1.5; margin-bottom: 22px; }
.value h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.value p { color: var(--muted); font-size: .95rem; }

/* ---------- Hizmetler ---------- */
.svc-list { border-top: 1px solid var(--line-2); }
.svc { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 28px clamp(32px, 6vw, 96px); padding: clamp(40px, 5vw, 64px) 0; border-bottom: 1px solid var(--line-2); }
.svc::before { content: ""; position: absolute; left: 0; top: -1px; height: 2px; width: 0; background: var(--grad); transition: width .8s var(--ease); }
.svc:hover::before, .svc:target::before { width: 100%; }
.svc__head { display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; align-content: start; }
.svc__num { grid-row: span 2; font-size: .9rem; font-weight: 800; letter-spacing: .04em; padding-top: 12px; }
.svc__title { display: flex; align-items: center; gap: 16px; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; }
.svc__title .icon { width: 42px; height: 42px; stroke-width: 1.5; }
.svc__tag { margin-top: 10px; font-size: 1.08rem; font-weight: 600; color: var(--ink-2); }
.svc__body p { color: var(--ink-2); font-size: 1.04rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chips li { padding: 8px 14px; border-radius: 999px; font-size: .86rem; font-weight: 600; background: var(--white); border: 1px solid var(--line); color: var(--ink-2); }
.svc__unit { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-size: .74rem; font-weight: 700; letter-spacing: .22em; color: var(--muted); }
.svc__unit::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad-warm); }

.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 30px 24px 28px; border-radius: var(--radius); background: rgba(250, 249, 246, .04); border: 1px solid var(--line-dark); transition: background-color .35s, transform .45s var(--ease); }
.step:hover { background: rgba(250, 249, 246, .08); transform: translateY(-4px); }
.step__num { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 26px; border-radius: 50%; font-size: .9rem; font-weight: 800; color: #fff; background: var(--c, var(--grad-warm)); }
.step h3 { font-size: 1.18rem; font-weight: 700; margin-bottom: 10px; }
.step p { color: var(--on-dark-2); font-size: .94rem; line-height: 1.55; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 51px; right: -17px; width: 18px; height: 2px; background: var(--grad); }

/* ---------- Network ---------- */
.hero--page { padding: clamp(80px, 10vw, 140px) 0 clamp(90px, 10vw, 150px); }
.hero--page .lead { color: var(--on-dark-2); max-width: 46ch; margin-top: 28px; }
.hero--page .btn-row { margin-top: 38px; }
.orbit { position: relative; width: 100%; max-width: 500px; aspect-ratio: 1; justify-self: end; }
.orbit__core { position: absolute; inset: 27%; width: 46%; height: 46%; animation: o-in 1.6s var(--ease) both, o-float 10s ease-in-out 1.6s infinite; filter: drop-shadow(0 20px 50px rgba(255, 77, 109, .4)); }
.orbit__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(250, 249, 246, .14); animation: spin var(--t, 40s) linear infinite; }
.orbit__ring--1 { inset: 14%; --t: 34s; }
.orbit__ring--2 { inset: 2%; --t: 60s; animation-direction: reverse; border-style: dashed; }
.orbit__node { position: absolute; width: var(--s, 14px); height: var(--s, 14px); border-radius: 50%; background: var(--c, var(--grad-warm)); box-shadow: 0 0 20px var(--g, rgba(255, 138, 0, .7)); }
.orbit__node--a { top: -7px; left: calc(50% - 7px); }
.orbit__node--b { bottom: 12%; left: 4%; --s: 10px; --c: var(--grad-cool); --g: rgba(49, 92, 255, .8); }
.orbit__node--c { top: 30%; right: -5px; --s: 18px; --c: linear-gradient(135deg, var(--coral), var(--purple)); --g: rgba(255, 77, 109, .8); }
.orbit__node--d { bottom: -6px; left: 44%; --s: 12px; }
.orbit__node--e { top: 16%; left: 8%; --s: 10px; --c: linear-gradient(135deg, var(--coral), var(--purple)); --g: rgba(138, 32, 212, .8); }

.match-board { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(20px, 3vw, 44px); }
.match-col h3 { margin-bottom: 18px; font-size: .78rem; font-weight: 700; letter-spacing: .3em; color: var(--muted); }
.match-col ul { display: grid; gap: 10px; }
.match-col li { position: relative; display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); font-weight: 600; }
.match-col li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c, var(--orange)); flex: none; }
.match-col--brand { text-align: right; }
.match-col--brand h3 { text-align: right; }
.match-col--brand li { flex-direction: row-reverse; }
.match-core { position: relative; isolation: isolate; display: grid; place-items: center; width: clamp(150px, 18vw, 230px); aspect-ratio: 1; }
.match-core img { width: 70%; animation: spin 40s linear infinite; }
.match-core::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px dashed var(--line-2); }
.match-col li::after { content: ""; position: absolute; top: 50%; left: 100%; width: clamp(20px, 3vw, 44px); height: 1.5px; background: linear-gradient(90deg, var(--c, var(--orange)), transparent); }
.match-col--brand li::after { left: auto; right: 100%; background: linear-gradient(270deg, var(--c, var(--orange)), transparent); }
.match-core span { position: absolute; bottom: -34px; font-size: .72rem; font-weight: 700; letter-spacing: .3em; color: var(--muted); white-space: nowrap; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature { padding: 30px 26px; border-radius: var(--radius); background: rgba(250, 249, 246, .04); border: 1px solid var(--line-dark); }
.feature .icon { width: 36px; height: 36px; stroke-width: 1.5; margin-bottom: 24px; }
.feature h3 { font-size: 1.16rem; font-weight: 700; margin-bottom: 10px; }
.feature p { color: var(--on-dark-2); font-size: .94rem; line-height: 1.55; }

.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.path { padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-l); background: var(--white); border: 1px solid var(--line); }
.path h3 { display: flex; align-items: center; gap: 14px; font-size: 1.5rem; font-weight: 800; margin-bottom: 26px; }
.path h3 .icon { width: 32px; height: 32px; }
.path ol { display: grid; gap: 18px; counter-reset: p; }
.path li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; counter-increment: p; }
.path li::before { content: counter(p, decimal-leading-zero); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: .78rem; font-weight: 800; color: var(--ink); background: var(--off); border: 1px solid var(--line-2); }
.path li strong { display: block; font-weight: 700; }
.path li span { display: block; color: var(--muted); font-size: .94rem; }

.roadmap { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.roadmap li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; font-size: .88rem; font-weight: 600; border: 1px solid var(--line-2); background: var(--white); }
.roadmap li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-warm); }

/* ---------- Sekmeler & formlar ---------- */
.tabs { display: flex; width: fit-content; gap: 4px; padding: 5px; margin: 0 auto 32px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); }
.tab { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border: 0; border-radius: 999px; background: transparent; font-weight: 700; font-size: .95rem; color: var(--ink-2); transition: background-color .25s, color .25s; }
.tab .icon { width: 18px; height: 18px; }
.tab[aria-selected="true"] { background: var(--navy); color: #fff; }
.form-card { padding: clamp(26px, 4vw, 52px); border-radius: var(--radius-l); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-s); }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 20px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field > label, .field > .label { font-size: .86rem; font-weight: 700; color: var(--ink); }
.field .opt { font-weight: 500; color: var(--muted); }
.input, .select, .textarea {
  width: 100%; height: 54px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--line-2); background: var(--off);
  font-size: 1rem; color: var(--ink); transition: border-color .2s, box-shadow .2s, background-color .2s; appearance: none; -webkit-appearance: none;
}
.select { padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23081225' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 18px; }
.textarea { height: auto; min-height: 150px; padding: 14px 16px; resize: vertical; line-height: 1.55; }
.input:hover, .select:hover, .textarea:hover { border-color: rgba(8, 18, 37, .32); }
.input:focus, .select:focus, .textarea:focus { outline: none; background: #fff; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(138, 32, 212, .13); }
.field.is-invalid .input, .field.is-invalid .select, .field.is-invalid .textarea { border-color: var(--error); }
.field__error { display: none; font-size: .82rem; font-weight: 600; color: var(--error); }
.field.is-invalid .field__error { display: block; }
.pick { display: flex; flex-wrap: wrap; gap: 8px; border: 0; padding: 0; margin: 0; }
.pick legend { margin-bottom: 10px; padding: 0; font-size: .86rem; font-weight: 700; }
.pick label { position: relative; cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pick label > span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line-2); font-size: .9rem; font-weight: 600; color: var(--ink-2); background: var(--off); transition: all .2s; }
.pick input:checked + span { color: #fff; border-color: transparent; background: var(--grad-cta); }
.pick input:focus-visible + span { outline: 2px solid var(--purple); outline-offset: 2px; }
.consent, .field > .consent { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; font-weight: 500; color: var(--muted); line-height: 1.5; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--purple); flex: none; }
.consent a { color: var(--ink); font-weight: 600; }
.hp { position: absolute !important; left: -9999px !important; }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.form__actions .btn[disabled] { opacity: .6; cursor: progress; }
.form-status { display: none; grid-column: 1 / -1; align-items: flex-start; gap: 14px; padding: 18px 20px; border-radius: 14px; font-weight: 600; }
.form-status.is-visible { display: flex; }
.form-status .icon { width: 22px; height: 22px; stroke-width: 2.2; }
.form-status--ok { background: rgba(49, 92, 255, .07); color: var(--navy); border: 1px solid rgba(49, 92, 255, .25); }
.form-status--ok .icon { stroke: var(--blue); }
.form-status--err { background: rgba(208, 36, 63, .06); color: var(--error); border: 1px solid rgba(208, 36, 63, .25); }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.info-card { position: sticky; top: calc(var(--header-h) + 20px); overflow: hidden; isolation: isolate; padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-l); background: var(--navy); color: #fff; }
.info-card h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 26px; }
.info-list { display: grid; gap: 20px; }
.info-list li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; }
.info-list .ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(250, 249, 246, .07); border: 1px solid var(--line-dark); }
.info-list .ico .icon { width: 20px; height: 20px; stroke: var(--orange); }
.info-list small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .24em; color: var(--on-dark-3); text-transform: uppercase; }
.info-list a, .info-list span { color: #fff; text-decoration: none; font-weight: 600; word-break: break-word; }
.info-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.info-card hr { margin: 30px 0; border: 0; border-top: 1px solid var(--line-dark); }
.info-card .blob { width: 240px; height: 240px; right: -150px; bottom: -170px; opacity: .8; }
.info-card .socials { margin-top: 0; }

/* ---------- Projeler ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.work { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-l); background: var(--white); border: 1px solid var(--line); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.work:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.work__art { position: relative; aspect-ratio: 4 / 3; overflow: hidden; isolation: isolate; background: var(--navy); }
.work__art .shape { position: absolute; border-radius: 50%; filter: blur(2px); background: var(--bg, var(--grad-warm)); transition: transform 1.2s var(--ease); }
.work__art .shape--1 { width: 70%; aspect-ratio: 1; right: -18%; top: -26%; }
.work__art .shape--2 { width: 42%; aspect-ratio: 1; left: -10%; bottom: -20%; background: var(--bg2, var(--grad-cool)); }
.work__art .tri-big { position: absolute; left: 12%; top: 18%; width: 22%; aspect-ratio: 1 / .88; background: var(--grad-warm); clip-path: polygon(50% 0, 100% 100%, 0 100%); opacity: .95; transition: transform 1.2s var(--ease); }
.work:hover .shape--1 { transform: scale(1.12) translate(-4%, 4%); }
.work:hover .tri-big { transform: translateY(-8px) rotate(-6deg); }
.work__art .icon { position: absolute; left: 24px; bottom: 22px; width: 38px; height: 38px; stroke: #fff; stroke-width: 1.5; }
.work__badge { position: absolute; right: 18px; bottom: 18px; padding: 6px 12px; border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .2em; color: #fff; background: rgba(8, 18, 37, .45); border: 1px solid rgba(255, 255, 255, .25); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.work__body { padding: 24px 24px 26px; }
.work__body small { font-size: .7rem; font-weight: 700; letter-spacing: .24em; color: var(--muted); }
.work__body h3 { margin-top: 8px; font-size: 1.25rem; font-weight: 700; }
.work__body p { margin-top: 8px; color: var(--muted); font-size: .94rem; }

.case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.case { padding: 28px 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.case b { display: block; font-size: 2.4rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; margin-bottom: 18px; }
.case h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.case p { color: var(--muted); font-size: .94rem; }

/* ---------- Medya ---------- */
.news { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); overflow: hidden; border-radius: var(--radius-xl); background: var(--navy); color: #fff; isolation: isolate; position: relative; }
.news__body { padding: clamp(32px, 5vw, 64px); }
.news__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 26px; font-size: .74rem; font-weight: 700; letter-spacing: .24em; color: var(--on-dark-3); }
.news__meta .pill { padding: 6px 12px; border-radius: 999px; color: #fff; background: var(--grad-warm); letter-spacing: .2em; }
.news__body h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 800; letter-spacing: -.035em; }
.news__body p { margin-top: 20px; color: var(--on-dark-2); font-size: 1.05rem; }
.news__art { position: relative; min-height: 320px; display: grid; place-items: center; overflow: hidden; }
.news__art img { position: relative; width: min(64%, 320px); animation: o-float 10s ease-in-out infinite; filter: drop-shadow(0 30px 50px rgba(138, 32, 212, .45)); }

.article { max-width: 70ch; }
.article p { font-size: 1.08rem; color: var(--ink-2); }
.article h3 { margin: 40px 0 14px; font-size: 1.35rem; font-weight: 700; }
.article blockquote { margin: 36px 0; padding: 4px 0 4px 26px; border-left: 4px solid; border-image: var(--grad-warm) 1; font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.35; color: var(--ink); }
.article ul.dots { display: grid; gap: 8px; margin: 0 0 1em; }
.article ul.dots li { position: relative; padding-left: 22px; color: var(--ink-2); font-size: 1.05rem; }
.article ul.dots li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--grad-warm); }

.regions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.region { position: relative; overflow: hidden; padding: 30px 26px; border-radius: var(--radius); background: rgba(250, 249, 246, .04); border: 1px solid var(--line-dark); }
.region b { display: block; margin-bottom: 40px; font-size: .78rem; font-weight: 800; color: var(--on-dark-3); letter-spacing: .1em; }
.region h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; }
.region p { margin-top: 8px; font-size: .74rem; font-weight: 700; letter-spacing: .22em; color: var(--on-dark-2); text-transform: uppercase; }
.region::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--c, var(--grad)); }

.kit { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.kit__item { display: flex; flex-direction: column; overflow: hidden; margin: 0; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.kit__preview { display: grid; place-items: center; height: 200px; padding: 30px; background: var(--off); }
.kit__preview--dark { background: var(--navy); }
.kit__preview img { max-height: 110px; width: auto; }
.kit__item figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; }
.kit__item figcaption strong { display: block; font-size: .98rem; }
.kit__item figcaption span { font-size: .84rem; color: var(--muted); }
.icon-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-2); color: var(--ink); background: transparent; transition: all .25s; flex: none; }
.icon-btn .icon { width: 18px; height: 18px; stroke-width: 2; }
.icon-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.swatches { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.swatch { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 0 0 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: left; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.swatch:hover { transform: translateY(-4px); box-shadow: var(--shadow-s); }
.swatch__chip { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 12px; background: var(--c); border-bottom: 1px solid var(--line); }
.swatch > strong, .swatch > span { padding-inline: 16px; }
.swatch > strong { font-size: .9rem; }
.swatch > span { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; color: var(--muted); font-weight: 600; }
.swatch > span .icon { width: 14px; height: 14px; }
.swatch.is-copied > span { color: var(--purple); }
.type-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(24px, 4vw, 56px); margin-top: 16px; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.type-card__aa { font-size: clamp(4.5rem, 9vw, 7.5rem); font-weight: 800; letter-spacing: -.05em; line-height: .9; }
.type-card ul { display: grid; grid-template-columns: repeat(3, auto); gap: 8px 30px; margin-top: 14px; font-size: .9rem; color: var(--muted); }
.type-card ul b { color: var(--ink); font-weight: 700; }

/* ---------- Metin sayfası (KVKK) ---------- */
.prose { max-width: 74ch; }
.prose h2 { margin: 48px 0 14px; font-size: 1.45rem; font-weight: 700; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { display: grid; gap: 8px; margin: 0 0 1em; padding-left: 1.2em; list-style: disc; }
.prose a { font-weight: 600; }

/* ---------- 404 ---------- */
.nf { position: relative; overflow: hidden; isolation: isolate; display: grid; place-items: center; min-height: calc(100svh - var(--header-h)); padding: 80px 0; text-align: center; background: var(--navy); color: #fff; }
.nf__code { display: flex; align-items: center; justify-content: center; gap: .04em; margin-bottom: 20px; font-size: clamp(7rem, 22vw, 15rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.nf__code img { width: .82em; height: .82em; animation: o-in 1.4s var(--ease) both, spin 30s linear 1.4s infinite; }
.nf p { margin: 18px auto 36px; max-width: 40ch; color: var(--on-dark-2); font-size: 1.1rem; }

/* ---------- Footer ---------- */
.site-footer { position: relative; overflow: hidden; isolation: isolate; padding: clamp(80px, 10vw, 130px) 0 34px; background: var(--navy); color: var(--on-dark-2); }
.site-footer .swoosh { opacity: .75; }
.footer__tri { position: absolute; right: clamp(-60px, 2vw, 60px); top: clamp(40px, 6vw, 80px); width: clamp(120px, 16vw, 220px); z-index: -1; opacity: .9; filter: drop-shadow(0 20px 60px rgba(255, 77, 109, .45)); }
.footer__top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--line-dark); }
.footer__logo img { width: clamp(200px, 22vw, 280px); }
.footer__slogan { margin-top: 20px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); font-weight: 600; letter-spacing: -.01em; color: #fff; }
.footer__claim { margin-right: clamp(0px, 14vw, 220px); }
.footer__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; padding: 56px 0; }
.footer__title { margin-bottom: 20px; font-size: .72rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--on-dark-3); }
.footer__cols ul { display: grid; gap: 11px; }
.footer__cols a { color: var(--on-dark-2); text-decoration: none; font-weight: 500; transition: color .2s; }
.footer__cols a:hover { color: #fff; }
.footer__contact li { display: flex; align-items: center; gap: 12px; }
.footer__contact .icon { width: 18px; height: 18px; stroke: var(--orange); }
.footer__contact a, .footer__contact span { word-break: break-word; }
.socials, .footer__cols .socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.socials a { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-dark); color: #fff; overflow: hidden; isolation: isolate; transition: border-color .3s, transform .3s var(--ease); }
.socials a::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad-cta); opacity: 0; transition: opacity .3s; }
.socials a:hover { border-color: transparent; transform: translateY(-3px); }
.socials a:hover::before { opacity: 1; }
.socials .icon { width: 19px; height: 19px; }
.footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 28px; padding-top: 28px; border-top: 1px solid var(--line-dark); font-size: .86rem; color: var(--on-dark-3); }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: var(--on-dark-2); text-decoration: none; }
.footer__bottom a:hover { color: #fff; }
.footer__values { letter-spacing: .12em; }

/* ---------- Kaydırma ile beliren öğeler ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- GSAP hareket katmanı ---------- */
.gsap .reveal { transition: none; }
.gsap .hero__copy > h1, .gsap .page-hero__copy > h1 { animation: none; }
/* Kelime maskeleri: Türkçe harflerin (İ, Ğ, Ü, ş) üst ve altı kırpılmasın */
.sw-mask { padding: .16em .08em .22em; margin: -.16em -.08em -.22em; vertical-align: top; }

/* Süreç: geniş ekranda sabitlenip yatay kayan adımlar */
.process-progress { display: none; }
.section--process.is-h { padding-block: clamp(48px, 8vh, 100px); }
.is-h .section-head { margin-bottom: clamp(28px, 4.5vh, 52px); }
.is-h .steps { display: flex; width: max-content; gap: 20px; will-change: transform; }
.is-h .step { display: flex; flex-direction: column; width: clamp(330px, 29vw, 420px); min-height: clamp(250px, 36vh, 340px); padding: 34px 32px 32px; }
.is-h .step:hover { transform: none; }
.is-h .step__num { width: 56px; height: 56px; margin-bottom: auto; font-size: 1rem; }
.is-h .step h3 { margin-top: 36px; font-size: 1.5rem; }
.is-h .step p { font-size: 1rem; }
.is-h .step:not(:last-child)::after { top: 61px; right: -21px; width: 22px; }
.is-h .process-progress { display: block; height: 2px; margin-top: clamp(28px, 4vh, 44px); border-radius: 2px; background: var(--line-dark); overflow: hidden; }
.is-h .process-progress span { display: block; height: 100%; background: var(--grad); transform: scaleX(0); transform-origin: left center; }

/* Logo intro (oturum başına bir kez) */
.intro { --o: clamp(84px, 11vw, 150px); position: fixed; inset: 0; z-index: 200; display: none; flex-direction: column; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 34px); overflow: hidden; background: var(--navy); color: #fff; }
.intro-pending .intro { display: flex; animation: intro-failsafe .4s ease 2.6s forwards; }
.intro.is-playing { display: flex; animation: none; }
@keyframes intro-failsafe { to { opacity: 0; visibility: hidden; } }
.intro__glow { position: absolute; left: 50%; top: 50%; width: 80vmin; height: 80vmin; margin: -40vmin 0 0 -40vmin; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 77, 109, .42), rgba(138, 32, 212, .28) 55%, rgba(49, 92, 255, .08) 80%, transparent); opacity: 0; }
.intro__stage { position: relative; display: flex; align-items: center; }
.intro__o { width: var(--o); height: var(--o); opacity: 0; filter: drop-shadow(0 20px 50px rgba(138, 32, 212, .45)); }
.intro__word { width: auto; height: calc(var(--o) * .6); margin: calc(var(--o) * .04) 0 0 calc(var(--o) * .02); clip-path: inset(0 100% 0 0); }
.intro__tag { position: relative; margin: 0; padding: 0 24px; font-size: clamp(.72rem, 1.3vw, .95rem); font-weight: 500; letter-spacing: .3em; text-align: center; color: var(--on-dark-2); opacity: 0; }
.intro__skip { position: absolute; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); padding: 10px 18px; border: 1px solid var(--line-dark); border-radius: 999px; background: transparent; color: var(--on-dark-3); font-size: .72rem; font-weight: 700; letter-spacing: .24em; transition: color .2s, border-color .2s; }
.intro__skip:hover { color: #fff; border-color: rgba(250, 249, 246, .4); }
.intro-playing body { overflow: hidden; }
.intro-playing .hero__copy > *, .intro-playing .page-hero__copy > *, .intro-playing .o-mark, .intro-playing .orbit__core { animation-play-state: paused; }

/* ---------- Duyarlı yerleşim ---------- */
@media (max-width: 1180px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .step:nth-child(3)::after { display: none; }
  .swatches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scroll-cue { display: none; }
}
@media (max-width: 1520px) {
  .hero__words { display: none; }
}
@media (max-width: 980px) {
  .hero--home { min-height: 0; }
  .hero__grid, .split, .panel-dark, .section-head, .contact-grid, .news, .page-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hero__visual { justify-self: center; max-width: 380px; margin-top: 12px; }
  .orbit { justify-self: center; max-width: 360px; }
  .page-hero__aside { display: none; }
  .pillars, .feature-grid, .case-grid, .regions, .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value:nth-child(3) { padding-left: 0; border-left: 0; }
  .value:nth-child(n+3) { border-top: 1px solid var(--line); }
  .eco-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eco-card, .eco-card:nth-child(4) { grid-column: auto; }
  .eco-card:last-child { grid-column: 1 / -1; }
  .founders, .work-grid, .kit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vm-grid, .path-grid { grid-template-columns: minmax(0, 1fr); }
  .svc { grid-template-columns: minmax(0, 1fr); }
  .route { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .route::before, .route__line { display: none; }
  .route li { padding-top: 40px; }
  .route li::before { content: ""; position: absolute; left: 32px; right: 0; top: 11px; height: 2px; background: var(--grad); opacity: .5; }
  .match-board { grid-template-columns: minmax(0, 1fr); justify-items: stretch; }
  .match-core { justify-self: center; margin: 10px 0 40px; }
  .match-col--brand, .match-col--brand h3 { text-align: left; }
  .match-col--brand li { flex-direction: row; }
  .match-col li::after { display: none; }
  .info-card { position: relative; top: 0; }
  .news__art { min-height: 260px; order: -1; }
  .creators { min-height: 400px; }
  .cta__side { display: none; }
  .footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__claim { margin-right: 0; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .stat:nth-child(3) { border-left: 0; }
  .cards, .pillars, .feature-grid, .case-grid, .regions, .founders, .work-grid, .kit, .values, .eco-grid, .steps { grid-template-columns: minmax(0, 1fr); }
  .value, .value + .value { padding-left: 0; border-left: 0; }
  .value + .value { border-top: 1px solid var(--line); }
  .step::after { display: none; }
  .route { grid-template-columns: minmax(0, 1fr); }
  .form { grid-template-columns: minmax(0, 1fr); }
  .compare__row { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 22px; }
  .swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .type-card { grid-template-columns: minmax(0, 1fr); }
  .type-card ul { grid-template-columns: repeat(2, auto); }
  .tabs { display: flex; width: 100%; }
  .tab { flex: 1; justify-content: center; padding-inline: 12px; }
  .creator { width: 70%; padding: 16px; }
  .footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  .footer__cols > :last-child { grid-column: 1 / -1; }
  .btn-row .btn { flex: 1 1 auto; }
  .btn--wrap { height: auto; min-height: var(--h); padding-block: 14px; white-space: normal; overflow-wrap: anywhere; text-align: center; line-height: 1.3; }
  .card { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 18px; row-gap: 4px; align-items: start; min-height: 0; padding: 22px 20px; }
  .card > .icon { grid-row: span 3; width: 34px; height: 34px; }
  .card h3 { margin-top: 0; }
  .card__more { margin-top: 8px; }
  .creators { display: grid; gap: 14px; min-height: 0; }
  .creator { position: relative; inset: auto; width: 86%; }
  .creator--2 { justify-self: end; }
  .match-badge { position: relative; inset: auto; justify-self: center; margin-top: 4px; }
  .cta .blob--a { width: 240px; height: 240px; left: -150px; bottom: -160px; }
  .cta .blob--b { width: 200px; height: 200px; right: -120px; top: -96px; }
  .page-hero .blob--a { width: 220px; height: 220px; right: -130px; top: -70px; }
  .page-hero .blob--b { width: 150px; height: 150px; left: -96px; bottom: -96px; }
  .eco-card { padding: 28px 22px 24px; }
}

/* ---------- Hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
