/* GlobalLogic tarzı ve fazlası için modern, gradient, animasyonlu stiller */

/* GlobalLogic tarzı ve fazlası için modern, gradient, animasyonlu stiller */

body {
  background: #f5f6fa;
  color: #23272f;
  font-family: 'Roboto', 'Montserrat', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.container-xl {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #23272f;
  margin-bottom: 12px;
}
a {
  color: #ff6c00;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #0096f7;
  text-decoration: underline;
}

/* Header */
.gl-header {
  background: #fff;
  box-shadow: 0 2px 16px rgba(40,60,120,0.06);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.gl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.gl-logo {
  font-size: 2.1rem;
  font-weight: 700;
  color: #23272f;
  letter-spacing: 1px;
}
.gl-logo span {
  color: #ff6c00;
}
html, body {
   margin: 0;
  padding: 0;
    margin: 0;
    height: 100vh;
    background: linear-gradient(-45deg, #1CB5E0, #d14605, #0e0d0d, #8E2DE2);
    background-size: 400% 400%;
    animation: gradientMove 7s ease infinite;
}

@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

header.gl-header {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  background: transparent;
}

.gl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gl-logo {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.gl-logo span {
  color: cyan;
}

.gl-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gl-nav a {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  transition: transform 0.3s ease, color 0.3s;
}

.gl-nav a span {
  display: inline-block;
  transition: transform 0.3s;
  position: relative;
}

.gl-nav a::before,
.gl-nav a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gl-nav a::before {
  background: radial-gradient(circle, rgba(0,255,255,0.2), transparent 70%);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}

.gl-nav a::after {
  background: linear-gradient(120deg, transparent, rgba(0,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.gl-nav a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.gl-nav a:hover::after {
  transform: translateX(100%);
}

.gl-nav a:hover {
  transform: scale(1.15);
  color: cyan;
}

.gl-nav a:hover span::after {
  content: "✦ ✧ ✦";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  opacity: 0;
  color: cyan;
  animation: sparkle 0.8s forwards;
  font-size: 0.65rem;
}

@keyframes sparkle {
  0% { transform: translateX(-50%) translateY(0) scale(0.4); opacity: 0; }
  30% { transform: translateX(-50%) translateY(-8px) scale(0.7); opacity: 1; }
  100% { transform: translateX(-50%) translateY(-20px) scale(0.3); opacity: 0; }
}

.gl-btn.gl-btn-orange {
  background: #ff6c00;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: transform 0.3s;
}

.gl-btn.gl-btn-orange:hover {
  transform: scale(1.05);
  background: #ff8800;
}


/* Button */
.gl-btn {
  display: inline-block;
  font-weight: 700;
  border-radius: 14px;
  padding: 12px 32px;
  font-size: 1.08rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(0,150,247,0.10);
  margin-left: 18px;
}
.gl-btn-orange {
  background: linear-gradient(90deg,#ff6c00 0,#ff9800 100%);
  color: #fff;
}
.gl-btn-orange:hover {
  background: #23272f;
  color: #fff;
}
.gl-btn-dark {
  background: #23272f;
  color: #fff;
}
.gl-btn-dark:hover {
  background: #ff6c00;
  color: #fff;
}

/* Hero */
.gl-hero {
  position: relative;
  background: linear-gradient(90deg, #f5f6fa 60%, #eaf6ff 100%);
  padding: 72px 0 48px 0;
  overflow: hidden;
}
.gl-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.gl-hero-content {
  flex: 1;
  z-index: 2;
}
.gl-hero-content h1 {
  font-size: 2.8rem;
  color: #23272f;
  margin-bottom: 18px;
  animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
}
.gl-hero-content p {
  font-size: 1.18rem;
  color: #4a5876;
  margin-bottom: 32px;
  animation: fadeInUp 1s cubic-bezier(.39,.575,.565,1) both;
}
.gl-hero-btns {
  display: flex;
  gap: 18px;
  animation: fadeInUp 1.2s cubic-bezier(.39,.575,.565,1) both;
}
.gl-hero-media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gl-hero-media video {
  max-width: 420px;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(40,60,120,0.13);
  animation: fadeInRight 1.2s cubic-bezier(.39,.575,.565,1) both;
}
.gl-hero-gradient {
  position: absolute;
  right: -120px; top: 0; bottom: 0;
  width: 420px;
  background: radial-gradient(circle at 60% 40%, #ff6c00 0, #ff9800 60%, transparent 100%);
  opacity: 0.13;
  z-index: 1;
  pointer-events: none;
}

/* Section */
.gl-section {
  background: #fff;
  padding: 56px 0 40px 0;
  border-radius: 24px;
  margin: 40px 0;
}
.gl-section-alt {
  background: #f5f6fa;
}
.gl-section-title {
  font-size: 2rem;
  margin-bottom: 32px;
  text-align: center;
  color: #23272f;
  letter-spacing: -1px;
}

/* About */
.about-flex {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.about-img {
  width: 260px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(40,60,120,0.10);
}
.about-list {
  margin-top: 18px;
  list-style: none;
  padding: 0;
  color: #0096f7;
  font-weight: 600;
}
.about-list li {
  margin-bottom: 8px;
}

/* Services */
.gl-services-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.gl-service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  padding: 32px 24px 24px 24px;
  width: 300px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gl-service-card:hover {
  box-shadow: 0 8px 32px rgba(255,108,0,0.13);
  transform: translateY(-4px) scale(1.04);
}
.gl-service-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: #ff6c00;
  animation: popIn 0.7s;
}
.gl-service-card h3 {
  font-size: 1.18rem;
  margin-bottom: 10px;
}
.gl-service-card p {
  color: #4a5876;
  font-size: 1rem;
}

/* İstatistikler */
.stats-section {
  background: #fff;
  padding: 36px 0;
}
.stats-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.stat-card {
  background: #f5f6fa;
  border-radius: 16px;
  padding: 28px 32px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  min-width: 140px;
}
.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff6c00;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.stat-label {
  color: #23272f;
  font-size: 1.08rem;
}

/* Süreç */
.process-section {
  background: #f5f6fa;
}
.process-steps {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.process-step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  padding: 28px 22px;
  text-align: center;
  min-width: 180px;
  max-width: 220px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.process-step:hover {
  box-shadow: 0 8px 32px rgba(0,150,247,0.13);
  transform: translateY(-4px) scale(1.04);
}
.step-number {
  font-size: 2rem;
  font-weight: 700;
  color: #0096f7;
  margin-bottom: 8px;
}
.step-title {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.step-desc {
  color: #4a5876;
  font-size: 1rem;
}

/* Referanslar */
.testimonials-section {
  background: #fff;
}
.testimonials-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.testimonial-card {
  background: #f5f6fa;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  padding: 28px 22px;
  text-align: center;
  min-width: 220px;
  max-width: 320px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonial-card img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 12px;
  object-fit: cover;
  border: 2px solid #ff6c00;
}
.testimonial-text {
  font-size: 1.08rem;
  color: #23272f;
  margin-bottom: 10px;
  font-style: italic;
}
.testimonial-author {
  color: #0096f7;
  font-weight: 600;
  font-size: 1rem;
}

/* Blog */
.gl-blog-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.gl-blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(35,39,47,0.10), 0 1.5px 8px rgba(35,39,47,0.06);
  padding: 0 0 18px 0;
  margin-bottom: 18px;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 300px;
  max-width: 340px;
  overflow: hidden;
  position: relative;
}
.gl-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: filter 0.3s, transform 0.3s;
}
.gl-blog-card:hover img {
  filter: brightness(0.97) saturate(1.08);
  transform: scale(1.04);
}
.gl-blog-meta {
  display: flex;
  gap: 12px;
  font-size: 0.98rem;
  color: #7a8599;
  margin: 14px 0 8px 18px;
  font-family: 'Roboto', sans-serif;
}
.gl-blog-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #23272f;
  margin: 0 0 10px 18px;
  margin-top: 2px;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  transition: color 0.2s;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  letter-spacing: -0.5px;
}
.gl-blog-card:hover .gl-blog-title {
  color: #ff6c00;
  text-decoration: underline;
}

/* Team */
.gl-team-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.gl-team-card {
  background: #f5f6fa;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  padding: 24px 18px 18px 18px;
  width: 220px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.gl-team-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 14px;
  object-fit: cover;
  border: 3px solid #ff6c00;
  transition: border-color 0.2s;
}
.gl-team-card:hover img {
  border-color: #0096f7;
}
.gl-team-card h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.gl-team-card p {
  color: #4a5876;
  font-size: 1rem;
  margin-bottom: 0;
}
.gl-team-card:hover {
  box-shadow: 0 8px 32px rgba(0,150,247,0.13);
  transform: translateY(-4px) scale(1.04);
}

/* Contact */
.gl-contact-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(35,39,47,0.08);
  padding: 32px 24px 24px 24px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.gl-contact-box h2 {
  margin-bottom: 18px;
}
.gl-contact-box p {
  font-size: 1.1rem;
  color: #23272f;
}
.gl-contact-box a.gl-btn {
  margin-top: 18px;
}

/* Footer */
.gl-footer {
  background: #23272f;
  color: #fff;
  padding: 32px 0 18px 0;
  font-size: 1.05rem;
  border-radius: 24px 24px 0 0;
  margin-top: 32px;
}
.gl-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Koyu Mod Toggle Butonu */
.dark-toggle-btn {
  position: fixed;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 999;
  background: #23272f;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 22px;
  font-size: 1.08rem;
  font-family: inherit;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s, color 0.2s;
}
.dark-toggle-btn:hover {
  background: #ff6c00;
  color: #fff;
}
.dark-toggle-icon {
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .dark-toggle-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    transform: none;
    padding: 10px 16px;
    font-size: 1rem;
  }
}

/* Koyu Mod Teması */
body.dark-mode {
  background: #181a20;
  color: #f5f6fa;
}
body.dark-mode .container-xl,
body.dark-mode .about-section,
body.dark-mode .gl-section,
body.dark-mode .gl-section-alt,
body.dark-mode .gl-contact-box,
body.dark-mode .team-section {
  background: #23272f !important;
  color: #f5f6fa;
}
body.dark-mode .gl-header,
body.dark-mode .gl-footer {
  background: #181a20 !important;
  color: #f5f6fa;
}
body.dark-mode .gl-logo,
body.dark-mode .gl-section-title,
body.dark-mode h1, 
body.dark-mode h2, 
body.dark-mode h3, 
body.dark-mode h4 {
  color: #fff !important;
}
body.dark-mode .gl-nav a {
  color: #f5f6fa;
}
body.dark-mode .gl-nav a:hover {
  background: #23272f;
  color: #ff6c00;
}
body.dark-mode .gl-btn,
body.dark-mode .gl-btn-dark {
  background: #23272f;
  color: #fff;
}
body.dark-mode .gl-btn-orange {
  background: linear-gradient(90deg,#ff6c00 0,#ff9800 100%);
  color: #fff;
}
body.dark-mode .gl-btn-orange:hover {
  background: #0096f7;
  color: #fff;
}
body.dark-mode .gl-service-card,
body.dark-mode .gl-blog-card,
body.dark-mode .gl-team-card {
  background: #23272f !important;
  color: #f5f6fa;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
body.dark-mode .gl-blog-title,
body.dark-mode .blog-title-link-custom {
  color: #fff !important;
}
body.dark-mode .gl-blog-card:hover .gl-blog-title,
body.dark-mode .blog-title-link-custom:hover {
  color: #ff6c00 !important;
}
body.dark-mode .gl-service-icon {
  color: #ff6c00;
}
body.dark-mode .gl-contact-box {
  background: #23272f !important;
  color: #f5f6fa;
}
body.dark-mode .gl-footer-inner {
  color: #f5f6fa;
}
body.dark-mode .gl-blog-meta,
body.dark-mode .post-meta-custom,
body.dark-mode .post-author-custom,
body.dark-mode .gl-team-card p {
  color: #b0b8c9 !important;
}
body.dark-mode .gl-team-card img {
  border-color: #ff6c00;
}
body.dark-mode .gl-team-card:hover img {
  border-color: #0096f7;
}
body.dark-mode .gl-hero-gradient {
  opacity: 0.07;
}

/* Animasyonlar */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(60px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes popIn {
  0% { transform: scale(0.7);}
  100% { transform: scale(1);}
}

/* Responsive */
@media (max-width: 991px) {
  .gl-header-inner, .gl-hero-inner, .gl-services-row, .gl-blog-row, .gl-team-row, .gl-footer-inner {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .gl-hero-inner { gap: 24px; }
  .gl-hero-media video { max-width: 100%; }
  .gl-services-row, .gl-blog-row, .gl-team-row { align-items: stretch; }
}

/* Mobilde header, hero, kartlar ve spacing için iyileştirme */
@media (max-width: 600px) {
  .container-xl {
    width: 98%;
    padding: 0 4px;
  }
  .gl-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0 8px 0;
  }
  .gl-logo {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .gl-nav ul {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.98rem;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .gl-btn {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 12px 0;
    font-size: 1rem;
    text-align: center;
  }
  .gl-hero-inner {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }
  .gl-hero-content h1 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .gl-hero-content p {
    font-size: 1rem;
    margin-bottom: 18px;
    text-align: center;
  }
  .gl-hero-btns {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .gl-hero-media video {
    max-width: 100%;
    min-width: 0;
    border-radius: 16px;
    margin: 0 auto;
    display: block;
  }
  .gl-section,
  .gl-section-alt,
  .about-section,
  .team-section,
  .contact-section {
    padding: 24px 0 16px 0;
    border-radius: 12px;
    margin: 16px 0;
  }
  .gl-section-title {
    font-size: 1.2rem;
    margin-bottom: 18px;
    text-align: center;
  }
  .gl-services-row,
  .gl-blog-row,
  .gl-team-row {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .gl-service-card,
  .gl-blog-card,
  .gl-team-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 18px 10px 14px 10px;
    border-radius: 12px;
    margin-bottom: 0;
  }
  .gl-service-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .gl-service-card h3,
  .gl-blog-title,
  .gl-team-card h4 {
    font-size: 1.05rem;
  }
  .gl-footer {
    font-size: 0.98rem;
    padding: 18px 0 10px 0;
    border-radius: 12px 12px 0 0;
    margin-top: 12px;
  }
  .gl-footer-inner {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
  }
  .dark-toggle-btn {
    top: 12px !important;
    right: 12px !important;
    font-size: 0.98rem !important;
    padding: 8px 12px !important;
    border-radius: 18px !important;
  }
}

#animated-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#animated-bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.gl-hero {
  position: relative;
  z-index: 1;
}

/* Pricing */
.pricing-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pricing-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(35,39,47,0.10);
  padding: 32px 24px 28px 24px;
  min-width: 260px;
  max-width: 320px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  z-index: 1;
}
.pricing-card.featured {
  border: 2.5px solid #ff6c00;
  box-shadow: 0 8px 32px rgba(255,108,0,0.13);
  transform: scale(1.04);
}
.pricing-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #23272f;
  margin-bottom: 12px;
}
.pricing-price {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ff6c00;
  margin-bottom: 18px;
}
.pricing-price span {
  font-size: 1.2rem;
  vertical-align: super;
  color: #23272f;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  color: #4a5876;
  font-size: 1rem;
}
.pricing-features li {
  margin-bottom: 8px;
}
.pricing-note {
  margin-top: 18px;
  text-align: center;
  color: #7a8599;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .pricing-row { flex-direction: column; gap: 18px;}
  .pricing-card { max-width: 100%; min-width: 0;}
}
body.dark-mode .pricing-card,
body.dark-mode .pricing-section,
body.dark-mode .pricing-note {
  background: #23272f !important;
  color: #f5f6fa !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
body.dark-mode .pricing-card.featured {
  border-color: #ff9800;
}
body.dark-mode .pricing-title,
body.dark-mode .pricing-price span {
  color: #fff !important;
}
body.dark-mode .pricing-price {
  color: #ff9800 !important;
}
.ai-robot-space {
  height: 80px;
}
#ai-robot-3d {
  width: 100%;
  max-width: 420px;
  height: 340px;
  margin: 0 auto 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 2;
}
@media (max-width: 600px) {
  .ai-robot-space { height: 36px; }
  #ai-robot-3d { height: 220px; }
}

<img src="assets/images/team/team-1.jpg" alt="Cenk Özakıncı" class="team-favicon">
<img src="assets/images/team/team-2.jpg" alt="Ruslana Levchuk" class="team-favicon">

<div class="gl-team-card slide-in-up">
  <img src="assets/images/team/team-1.jpg" alt="Cenk Özakıncı" class="team-favicon">
  <h4>Cenk Özakıncı</h4>
  <p>Müdür</p>
</div>}  transform: translateY(0);  opacity: 1;.testimonial-card.show {}  animation-delay: 0.3s;.testimonial-card.fade-in-delay {}  animation: fadeInUp 0.7s forwards;  transform: translateY(20px);  opacity: 0;.testimonial-card {/* Testimonial Card Animation */<img src="assets/images/clients/client-1.png" alt="Client 1" class="client-favicon"><img src="assets/images/clients/client-2.png" alt="Client 2" class="client-favicon">

.nedenbiz-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  align-items: center;
  justify-content: center;
}
.nedenbiz-modal.active {
  display: flex;
  animation: fadeIn 0.3s;
}
.nedenbiz-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35,39,47,0.65);
  backdrop-filter: blur(2px);
  cursor: pointer;
  z-index: 1;
}
.nedenbiz-content {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #fff 70%, #ff6c00 100%);
  border-radius: 22px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.18);
  padding: 38px 32px 32px 32px;
  min-width: 320px;
  max-width: 95vw;
  animation: popIn 0.5s cubic-bezier(.68,-0.55,.27,1.55);
  text-align: center;
}
.nedenbiz-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ff6c00;
  margin-bottom: 18px;
  letter-spacing: 1px;
  background: linear-gradient(90deg,#ff6c00 0,#0096f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradientText 2s linear infinite alternate;
}
.nedenbiz-title span {
  color: #0096f7;
  background: none;
  -webkit-text-fill-color: #0096f7;
}
.nedenbiz-desc {
  font-size: 1.15rem;
  color: #23272f;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
}
.nedenbiz-desc .highlight {
  color: #ff6c00;
  font-size: 1.2em;
  margin-right: 6px;
}
.nedenbiz-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #ff6c00;
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
}
.nedenbiz-close:hover { color: #0096f7; }
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes popIn {
  0% { transform: scale(0.7);}
  100% { transform: scale(1);}
}

#starCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
/* YORUMLAR BÖLÜMÜ - HERO ALTI */
.yorumlar-section {
  background: linear-gradient(90deg, #f7f6ff 70%, #e3f6fd 100%);
  padding: 56px 0 32px 0;
  margin-bottom: 0;
  text-align: center;
}
.yorumlar-title {
  font-size: 2rem;
  font-weight: 800;
  color: #23272f;
  margin-bottom: 34px;
  letter-spacing: -1px;
}
.yorumlar-slider {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  max-width: 920px;
  margin: 0 auto 12px auto;
  position: relative;
  min-height: 170px;
}
.yorum-kart {
  background: #fff;
  box-shadow: 0 2px 16px #1b263b15;
  border-radius: 18px;
  padding: 28px 36px 18px 36px;
  min-width: 330px;
  max-width: 370px;
  flex: 0 0 370px;
  opacity: 0;
  transform: scale(0.98) translateY(18px);
  transition: all 0.35s cubic-bezier(.45,.05,.55,.95);
  pointer-events: none;
  position: absolute;
  left: 50%; top: 0;
  z-index: 1;
}
.yorum-kart.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  z-index: 2;
}
.yorum-icerik {
  font-size: 1.15rem;
  color: #4a5876;
  margin-bottom: 18px;
  font-style: italic;
  min-height: 54px;
}
.yorum-footer {
  font-size: 1rem;
  color: #ff6c00;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.yorum-firma {
  color: #0096f7;
  font-size: 1rem;
  font-weight: 600;
}
.yorumlar-controls {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.yorumlar-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.7rem;
  color: #ff6c00;
  box-shadow: 0 1px 7px #1b263b13;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, transform 0.13s;
}
.yorumlar-arrow:hover {
  background: #ff6c00;
  color: #fff;
  transform: scale(1.11);
}
@media (max-width: 700px) {
  .yorum-kart, .yorumlar-slider { min-width: 0; max-width: 99vw; }
  .yorum-kart { padding: 18px 7vw 10px 7vw; }
}