/* =========================================================
   İLKER ULFER — Freelancer Portfolyo
   Tema: Beyaz zemin / Kırmızı / Siyah
   ========================================================= */

:root {
  --red: #e50914;
  --red-dark: #b00610;
  --black: #0f0f10;
  --ink: #1a1a1c;
  --gray: #6b6b70;
  --gray-light: #f5f5f6;
  --line: #ececee;
  --white: #ffffff;

  --font-head: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius: 18px;
  --radius-lg: 28px;
  --container: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.12; color: var(--black); font-weight: 700; }

.container { width: min(92%, var(--container)); margin-inline: auto; }
.section { padding: clamp(70px, 9vw, 130px) 0; }

/* ---------- GENEL BAŞLIK ---------- */
.section__head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section__tag {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  padding: 7px 16px;
  border: 1px solid rgba(229, 9, 20, 0.25);
  border-radius: 50px;
  margin-bottom: 18px;
}
.section__title { font-size: clamp(1.9rem, 4.2vw, 3.1rem); font-weight: 800; }

/* ---------- BUTON ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.98rem;
  padding: 15px 30px; border-radius: 50px;
  position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.btn span { transition: transform 0.35s var(--ease); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px -10px rgba(229, 9, 20, 0.6); }
.btn--primary::before {
  content: ''; position: absolute; inset: 0; background: var(--black);
  transform: translateY(101%); transition: transform 0.4s var(--ease); z-index: 0;
}
.btn--primary:hover::before { transform: translateY(0); }
.btn--primary > * { position: relative; z-index: 1; }
.btn:hover { transform: translateY(-3px); }
.btn:hover span { transform: translateX(5px); }

/* ---------- IMG PLACEHOLDER ---------- */
.img-placeholder {
  position: relative;
  background: repeating-linear-gradient(45deg, var(--gray-light), var(--gray-light) 14px, #efeff1 14px, #efeff1 28px);
  min-height: 100%; min-width: 100%;
}
.img-placeholder::after {
  content: 'Görsel';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 600; color: var(--gray);
  letter-spacing: 0.1em; font-size: 0.85rem;
}

/* =========================================================
   ÖN YÜKLEYİCİ
   ========================================================= */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader__inner { text-align: center; }
.preloader__text {
  font-family: var(--font-head); font-weight: 800; font-size: 1.6rem;
  letter-spacing: 0.35em; color: #fff;
  display: block; margin-bottom: 22px;
  animation: pulse 1.4s infinite;
}
.preloader__text::first-letter { color: var(--red); }
.preloader__bar { width: 200px; height: 3px; background: rgba(255,255,255,0.15); border-radius: 4px; overflow: hidden; margin: 0 auto; }
.preloader__bar span { display: block; height: 100%; width: 0; background: var(--red); animation: load 1.6s var(--ease) forwards; }
@keyframes load { to { width: 100%; } }
@keyframes pulse { 50% { opacity: 0.5; } }

/* =========================================================
   ÖZEL İMLEÇ
   ========================================================= */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); }
.cursor-dot { width: 7px; height: 7px; background: var(--red); }
.cursor-ring { width: 36px; height: 36px; border: 1.5px solid rgba(229,9,20,0.5); transition: width 0.25s, height 0.25s, background 0.25s; }
.cursor-ring.hover { width: 56px; height: 56px; background: rgba(229,9,20,0.08); }
@media (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* =========================================================
   SCROLL İLERLEME & YUKARI ÇIK
   ========================================================= */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--red); z-index: 9997; }
.back-to-top {
  position: fixed; bottom: 28px; left: 28px; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; box-shadow: 0 10px 25px -8px rgba(229,9,20,0.6);
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: all 0.4s var(--ease);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--black); }

/* WhatsApp yüzen buton (chatbot butonunun üstünde) */
.wa-float {
  position: fixed; bottom: 92px; right: 27px; z-index: 9998;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,0.6);
  transition: transform 0.2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@media (max-width: 600px) { .wa-float { bottom: 88px; right: 24px; } }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 22px 0; transition: all 0.4s var(--ease);
}
.header.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  padding: 14px 0;
  box-shadow: 0 8px 30px -15px rgba(0,0,0,0.18);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--black); letter-spacing: -0.02em; }
.logo span { color: var(--red); }
.logo--light { color: #fff; }

.nav__list { display: flex; gap: 6px; }
.nav__link {
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem;
  padding: 8px 16px; border-radius: 50px; position: relative; transition: color 0.3s;
}
.nav__link::after {
  content: ''; position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--red); transition: width 0.3s var(--ease);
}
.nav__link:hover, .nav__link.active { color: var(--red); }
.nav__link.active::after { width: 18px; }

.header__right { display: flex; align-items: center; gap: 18px; }
.header__phone {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; color: var(--black);
  padding: 10px 18px; border-radius: 50px; border: 1px solid var(--line);
  transition: all 0.3s var(--ease);
}
.header__phone:hover { background: var(--red); color: #fff; border-color: var(--red); }
.header__phone:hover .header__phone-icon { filter: grayscale(0); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 30px; }
.nav__toggle span { display: block; height: 2.5px; background: var(--black); border-radius: 4px; transition: 0.3s; }
.nav__close { display: none; position: absolute; top: 20px; right: 24px; font-size: 2rem; color: var(--black); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 140px 0 80px; overflow: hidden;
}
.hero__shape { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; z-index: 0; }
.hero__shape--1 { width: 480px; height: 480px; background: rgba(229,9,20,0.18); top: -120px; right: -100px; animation: float 9s ease-in-out infinite; }
.hero__shape--2 { width: 380px; height: 380px; background: rgba(15,15,16,0.07); bottom: -120px; left: -80px; animation: float 11s ease-in-out infinite reverse; }
@keyframes float { 50% { transform: translateY(40px) translateX(20px); } }

.hero__star { position: absolute; color: var(--red); opacity: 0.5; z-index: 1; animation: spin 8s linear infinite; }
.hero__star--1 { font-size: 2rem; top: 22%; left: 8%; }
.hero__star--2 { font-size: 1.4rem; bottom: 18%; right: 12%; animation-direction: reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.hero__greeting { font-family: var(--font-head); font-weight: 600; color: var(--red); font-size: 1.05rem; }
.hero__title { font-size: clamp(2.8rem, 7vw, 5.2rem); font-weight: 800; margin: 12px 0 8px; letter-spacing: -0.02em; }

.hero__rotator { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: clamp(1.2rem, 3vw, 1.9rem); font-weight: 700; height: 1.6em; }
.hero__rotator-static { color: var(--gray); }
.hero__rotator-words { position: relative; display: inline-block; height: 1.6em; overflow: hidden; }
.hero__rotator-words b { display: block; color: var(--red); height: 1.6em; line-height: 1.6em; transition: transform 0.5s var(--ease); }

.hero__bio { color: var(--gray); font-size: 1.08rem; max-width: 500px; margin: 22px 0 32px; }
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__socials { display: flex; gap: 10px; }
.hero__socials a {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; text-transform: uppercase;
  transition: all 0.3s var(--ease);
}
.hero__socials a:hover { background: var(--black); color: #fff; border-color: var(--black); transform: translateY(-4px); }

.hero__visual { position: relative; }
.hero__image-wrap {
  position: relative; aspect-ratio: 4/4.6; border-radius: var(--radius-lg);
  overflow: hidden; background: var(--gray-light);
  border: 10px solid #fff; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.3);
}
.hero__image-wrap::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 60%, rgba(229,9,20,0.12)); z-index: 1; pointer-events: none; }
.hero__image { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; bottom: 22px; left: -28px; z-index: 3;
  background: #fff; border-radius: 16px; padding: 14px 22px;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.2);
  display: flex; flex-direction: column; line-height: 1.1;
  animation: float 5s ease-in-out infinite;
}
.hero__badge strong { font-family: var(--font-head); font-size: 1.8rem; color: var(--red); }
.hero__badge span { font-size: 0.82rem; color: var(--gray); }

.hero__scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray);
}
.hero__scroll span { width: 24px; height: 38px; border: 2px solid var(--gray); border-radius: 20px; position: relative; }
.hero__scroll span::after { content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--red); border-radius: 4px; animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 60% { transform: translate(-50%, 14px); opacity: 0; } 100% { opacity: 0; } }

/* =========================================================
   YETENEKLER
   ========================================================= */
.skills__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.skill-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 26px; transition: all 0.4s var(--ease); position: relative; overflow: hidden;
}
.skill-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.skill-card:hover { transform: translateY(-8px); box-shadow: 0 30px 50px -25px rgba(0,0,0,0.2); border-color: transparent; }
.skill-card:hover::before { transform: scaleX(1); }
.skill-card__icon { font-size: 2.4rem; margin-bottom: 16px; }
.skill-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.skill-card p { color: var(--gray); font-size: 0.92rem; }

/* =========================================================
   HAKKIMDA
   ========================================================= */
.about__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.about__visual { position: relative; }
.about__image {
  width: 100%; aspect-ratio: 4/4.4; object-fit: cover;
  border-radius: var(--radius-lg); background: var(--gray-light);
  box-shadow: 0 40px 80px -35px rgba(0,0,0,0.3);
}
.about__star { position: absolute; top: -18px; right: -10px; color: var(--red); font-size: 2.2rem; animation: spin 9s linear infinite; }
.about__text { color: var(--gray); margin: 22px 0 30px; font-size: 1.05rem; }
.about__counters { display: flex; gap: 36px; flex-wrap: wrap; margin-bottom: 34px; }
.counter { position: relative; }
.counter__num, .counter__plus { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--red); }
.counter p { font-size: 0.9rem; color: var(--ink); font-weight: 500; }

/* =========================================================
   HİZMETLER
   ========================================================= */
.services { background: var(--gray-light); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  background: #fff; border-radius: var(--radius); padding: 38px 28px;
  transition: all 0.4s var(--ease); position: relative; overflow: hidden;
}
.service-card::after { content: ''; position: absolute; inset: 0; background: var(--black); transform: translateY(100%); transition: transform 0.45s var(--ease); z-index: 0; }
.service-card > * { position: relative; z-index: 1; transition: color 0.4s; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 30px 50px -25px rgba(0,0,0,0.3); }
.service-card:hover::after { transform: translateY(0); }
.service-card:hover h3, .service-card:hover p, .service-card:hover .service-card__link { color: #fff; }
.service-card:hover .service-card__num { color: var(--red); }
.service-card__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: var(--line); display: block; margin-bottom: 14px; transition: color 0.4s; }
.service-card h3 { font-size: 1.22rem; margin-bottom: 12px; }
.service-card p { color: var(--gray); font-size: 0.92rem; margin-bottom: 18px; }
.service-card__link { font-family: var(--font-head); font-weight: 600; color: var(--red); font-size: 0.92rem; }

/* =========================================================
   PORTFOLYO
   ========================================================= */
.marquee { overflow: hidden; padding: 26px 0; border-block: 1px solid var(--line); margin-bottom: 70px; }
.marquee__track { display: flex; white-space: nowrap; animation: marquee 22s linear infinite; }
.marquee__track span { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--black); text-transform: uppercase; }
.marquee__track span:nth-child(odd) { -webkit-text-stroke: 1.5px var(--red); color: transparent; }
@keyframes marquee { to { transform: translateX(-50%); } }

.portfolio__filter { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.filter-btn {
  font-family: var(--font-head); font-weight: 600; font-size: 0.92rem;
  padding: 10px 24px; border-radius: 50px; border: 1px solid var(--line); color: var(--ink);
  transition: all 0.3s var(--ease);
}
.filter-btn:hover { border-color: var(--red); color: var(--red); }
.filter-btn.active { background: var(--red); color: #fff; border-color: var(--red); }

.portfolio__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.work-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; transition: opacity 0.4s, transform 0.4s; }
.work-card.hide { display: none; }
.work-card__img { aspect-ratio: 16/11; overflow: hidden; background: var(--gray-light); }
.work-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.work-card:hover .work-card__img img { transform: scale(1.08); }
.work-card__body {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border-radius: 16px; padding: 20px 24px;
  transform: translateY(20px); opacity: 0; transition: all 0.4s var(--ease);
}
.work-card:hover .work-card__body { transform: translateY(0); opacity: 1; }
.work-card__tag { font-family: var(--font-head); font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red); }
.work-card__body h3 { font-size: 1.25rem; margin-top: 4px; }

/* =========================================================
   DENEYİM (TIMELINE)
   ========================================================= */
.timeline { max-width: 760px; margin: 0 auto; position: relative; padding-left: 34px; }
.timeline::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline__item { position: relative; padding-bottom: 44px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: ''; position: absolute; left: -34px; top: 6px; width: 16px; height: 16px;
  border-radius: 50%; background: #fff; border: 4px solid var(--red);
  box-shadow: 0 0 0 5px rgba(229,9,20,0.12); transition: transform 0.3s;
}
.timeline__item:hover::before { transform: scale(1.25); }
.timeline__date { font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; color: var(--red); }
.timeline__content { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-top: 8px; transition: all 0.4s var(--ease); }
.timeline__item:hover .timeline__content { box-shadow: 0 20px 40px -25px rgba(0,0,0,0.2); transform: translateX(6px); }
.timeline__content h3 { font-size: 1.25rem; }
.timeline__company { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 0.92rem; }
.timeline__content p { color: var(--gray); font-size: 0.94rem; margin-top: 8px; }

/* =========================================================
   REFERANSLAR
   ========================================================= */
.testimonials { background: var(--black); }
.testimonials .section__title { color: #fff; }
.testimonials .section__tag { color: #fff; border-color: rgba(255,255,255,0.3); }
.testimonials__slider { position: relative; max-width: 760px; margin: 0 auto; overflow: hidden; }
.testimonials__track { display: flex; transition: transform 0.6s var(--ease); }
.testi-card { min-width: 100%; padding: 0 10px; }
.testi-card__quote { font-family: var(--font-head); font-size: 5rem; line-height: 0.5; color: var(--red); height: 40px; }
.testi-card__stars { color: var(--red); font-size: 1.2rem; letter-spacing: 3px; margin-bottom: 16px; }
.testi-card p { color: rgba(255,255,255,0.8); font-size: 1.25rem; line-height: 1.6; font-family: var(--font-head); font-weight: 400; margin-bottom: 28px; }
.testi-card__author { display: flex; align-items: center; gap: 16px; }
.testi-card__author img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: #333; }
.testi-card__author strong { display: block; color: #fff; font-family: var(--font-head); }
.testi-card__author span { color: rgba(255,255,255,0.55); font-size: 0.88rem; }
.testimonials__nav { display: flex; gap: 12px; justify-content: center; margin-top: 36px; }
.testimonials__nav button {
  width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25);
  color: #fff; font-size: 1.2rem; transition: all 0.3s var(--ease);
}
.testimonials__nav button:hover { background: var(--red); border-color: var(--red); }

/* =========================================================
   BLOG
   ========================================================= */
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.4s var(--ease); }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 30px 50px -25px rgba(0,0,0,0.2); }
.blog-card__img { aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--gray-light); }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.blog-card:hover .blog-card__img img { transform: scale(1.06); }
.blog-card__cat { position: absolute; top: 16px; left: 16px; background: var(--red); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 0.76rem; padding: 6px 14px; border-radius: 50px; }
.blog-card__body { padding: 24px 26px 28px; }
.blog-card__meta { font-size: 0.84rem; color: var(--gray); margin-bottom: 10px; }
.blog-card__body h3 { font-size: 1.25rem; transition: color 0.3s; }
.blog-card:hover .blog-card__body h3 { color: var(--red); }

/* =========================================================
   İLETİŞİM
   ========================================================= */
.contact__inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.contact__lead { color: var(--gray); margin: 18px 0 28px; }
.contact__list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; font-family: var(--font-head); font-weight: 500; border-bottom: 1px solid var(--line); }
.contact__list span { font-size: 1.2rem; }
.contact__form { background: var(--gray-light); padding: 38px; border-radius: var(--radius-lg); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.contact__form input, .contact__form select, .contact__form textarea {
  width: 100%; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px;
  font-family: var(--font-body); font-size: 0.95rem; background: #fff; color: var(--ink);
  transition: border-color 0.3s; resize: vertical;
}
.contact__form textarea { margin-bottom: 18px; }
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus { outline: none; border-color: var(--red); }
.form-note { margin-top: 14px; font-size: 0.9rem; color: var(--red); font-weight: 600; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--black); color: rgba(255,255,255,0.7); padding: 60px 0 40px; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.footer__nav { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer__nav a { font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; transition: color 0.3s; }
.footer__nav a:hover { color: var(--red); }
.footer__copy { font-size: 0.88rem; color: rgba(255,255,255,0.5); }

/* =========================================================
   SCROLL REVEAL ANİMASYONU
   ========================================================= */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .skills__grid, .services__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__inner, .about__inner, .contact__inner { grid-template-columns: 1fr; }
  .hero__visual { max-width: 420px; margin: 0 auto; order: -1; }
  .about__visual { max-width: 460px; }
  .blog__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav {
    position: fixed; top: 0; right: -100%; width: min(80%, 320px); height: 100vh;
    background: #fff; flex-direction: column; padding: 90px 30px 30px;
    box-shadow: -20px 0 50px -20px rgba(0,0,0,0.25); transition: right 0.4s var(--ease); z-index: 1100;
  }
  .nav.open { right: 0; }
  .nav__list { flex-direction: column; gap: 4px; }
  .nav__link { display: block; font-size: 1.05rem; padding: 12px 16px; }
  .nav__toggle, .nav__close { display: flex; }
  .header__phone span:not(.header__phone-icon) { display: none; }
  .portfolio__grid { grid-template-columns: 1fr; }
  .blog__grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact__form { padding: 26px; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .skills__grid, .services__grid { grid-template-columns: 1fr; }
  .about__counters { gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
