/* style.css */
/* Genel Ayarlar */
@font-face {
  font-family: 'Aquire';
  src: url('./fonts/aquire.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* Font aileleri ve varsayılan ağırlık */
:root{
  --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-alt:  "Rubik", var(--font-sans);
}

body{
  font-family: var(--font-sans);
  font-weight: 400;      /* 300 yerine 400 kullanın; iOS’ta 300 çoğu fontta aşırı ince */
  line-height: 1.5;
}

/* Başlık ve metin hiyerarşisini net belirtin (sahte kalınlık engellenir) */
h1, .heading-xl { font-weight: 700; }
h2, .heading-lg { font-weight: 600; }
h3, .heading-md { font-weight: 500; }
p,  .text       { font-weight: 400; }
.site-header, .navbar, .hero, .hero-text, .video-border-wrapper, .play-button {
  position: relative;
  z-index: 10;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: auto;                /* antialiased → daha ince gösterir; auto daha güvenli */
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  font-synthesis-weight: none;                  /* Safari 17+ sahte bold/regular’ı kapatır */
  font-synthesis-style: none;
}

body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0b0b0e;
  color: #fff;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
}

.red-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  height: 60px;
  width: 260px;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000, #b30000);
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.red-btn:hover{
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}

.light-btn {
  font-size: 13pt;
  font-weight: 400;
  height: 60px;
  width: 175px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  border: 1px solid #151517;
  color: white;
}



/* Hero */
.hero {
margin-top: 80px !important;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
width: 100vw;
max-width: 100vw;
overflow: visible !important;
position: relative;
z-index: 1;
}
.hero-text{
margin-left: 150px;
margin-top: 80px;
}
.hero-text h1 {
font-weight: 600;
letter-spacing: 1px;
font-size: 65px;
margin-bottom: 20px;
}
.hero-text p{
margin-top: 40px;
margin-bottom: 40px;
color: #9f9d9d;
font-size: 16px;
font-weight: 200;
}
.hero-buttons {
margin-top: 20px;
display: flex;
gap: 20px;
}
.live-badge {
height: 30px;
width: auto;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 14px;
font-weight: 400;
color: white;
padding: 10px 24px;
border-radius: 40px;
background-color: transparent;
position: relative;
z-index: 0;
margin-top: 80px;
}
.live-badge::before {
content: "";
position: absolute;
inset: 0;
border-radius: 40px;
padding: 2px;
background: linear-gradient(to right, white, #ffa3a7);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.live-badge .dot {
width: 14px;
height: 14px;
background-color: #ff002f;
border-radius: 50%;
flex-shrink: 0;
margin-right: 5px;
}
/* ————————— SAĞ BLOK ÇERÇEVESİ ————————— */
.video-border-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 53px !important;
  padding: 4px;
  background: linear-gradient(90deg, #121113, #1c1516, #121113);
  border-radius: 22px 0 0 22px;
}

/* ————————— KIRMIZI GLOW ————————— */
.glow-circle {
  position: absolute;
  top: 50%; left: 50%;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  filter: blur(55px);
  opacity: 1;
  animation: rotateGlow 10s linear infinite;
}
@keyframes rotateGlow {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ————————— VİDEO KONTEYNERİ ————————— */
.hero-video-container {
  position: relative;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  width: 850px;
  background-color: #0b0b0e;
  z-index: 2; /* glow'un üstünde */
}

/* ————————— THUMB KATMANI ————————— */
.hero-video-thumb {
  position: relative;              /* play butonunun referansı */
  background-color: #0b0b0e;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;              /* Sabit oran - foto ve video aynı durur */
  z-index: 3;                      /* videonun üstünde başlar */
}

.video-thumbnail {
  display: block;
  width: 100%;
  height: 100%;                    /* Poster ve video aynı yükseklikte */
  object-fit: cover;               /* Oran koruma + taşan kısmı kırpar */
  border-radius: 18px 0 0 18px;
}
/* ————————— ORTADAKİ PLAY BUTONU ————————— */
/* Sadece BU kalsın; diğer play-button kurallarını kaldırdık */
.video-border-wrapper .hero-video-container .hero-video-thumb { position: relative; }

.video-border-wrapper .hero-video-container .hero-video-thumb > .play-button{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 96px; height: 96px;                /* boyut */
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 5;                               /* görselin üstünde */
  transition: transform .2s ease;
}
.video-border-wrapper .hero-video-container .hero-video-thumb > .play-button:hover{
  transform: translate(-50%, -50%) scale(1.06);
}
.video-border-wrapper .hero-video-container .hero-video-thumb > .play-button img{
  width: 56px; height: 56px; display: block; /* ikon boyu */
}

/* ————————— VİDEO (thumb ile birebir aynı konum/ölçü) ————————— */
.hero-video-el {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 18px 0 0 18px;
  z-index: 2;                      /* thumb’ın altında */
  display: block;                  /* import edildiğinde görünür; thumb zaten üstte */
}

/* (ÖNEMLİ) Thumb'ı gizleyen eski kuralı kaldırdık:
   #heroVideoWrap.is-playing .hero-video-thumb { visibility:hidden; pointer-events:none; }
*/

/* ————————— (Opsiyonel) Gradient border anim ————————— */
@keyframes gradientBorderAnim {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ————————— (Opsiyonel) İleride JS ile kullanılabilecek yardımcı durumlar ————————— */
/* .is-playing olduğunda thumb’ı nazikçe gizlemek isterseniz: */
#heroVideoWrap.is-playing .hero-video-thumb {
  visibility: hidden; pointer-events: none;
}
/* Başlangıçta gizle (poster varken) */
#videoControls {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* Poster üzerindeyken göster */
#videoControls.visible {
  opacity: 1;
  transform: translateY(0);
}

/* PLAY BUTTON – Ortada */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: transform 0.2s ease;
}
.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video oynarken play butonunu gizle */
.play-button.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@keyframes gradientBorderAnim {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.platform-block {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-top: 10px;
gap: 4px;
}
.platform-text {
font-size: 16px;
color: #9f9d9d;
margin: 0 0 4px 0;
text-align: left;
}
.platform-icons {
display: flex;
align-items: center;
gap: 16px;
}
.platform-icons img {
margin-top: -20px !important;
display: block;
width: 40px;
height: 40px;
padding: 4px;
}
.glow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.glow-layer {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.4) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
}
@media (max-width: 768px) {
  .glow-layer {
    width: 500px;
    height: 500px;
    top: -80px;
    left: -80px;
    filter: blur(50px);
  }
}
/* Alttaki kırmızı glow */
.glow-base {
filter: blur(200px);
transform: rotateX(60deg) rotateY(35deg);
transform-style: preserve-3d;
background: radial-gradient(
ellipse 34% 51% at center,
#e61d38 100%,
#200000 100%
);
}
/* Üstteki beyaz-pembe parlama */
.glow-overlay {
filter: blur(170px);
scale: 40%;
transform: rotateX(60deg) rotateY(35deg);
transform-style: preserve-3d;
background: radial-gradient(
ellipse 34% 51% at center,
#ffa39f 100%,
#7f000c 0%
);
}
/* Sections */
main section {
padding: 150px 40px;
text-align: center;
}
.section-label {
height: 30px;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 400;
color: white;
padding: 10px 24px;
border-radius: 40px;
background-color: transparent;
position: relative;
z-index: 0;
}
.section-label::before {
content: "";
position: absolute;
inset: 0;
border-radius: 40px;
padding: 1px;
background: linear-gradient(to right, white, #ffa3a7);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.section-label .section-dot {
width: 14px;
height: 14px;
background-color: #ff002f;
border-radius: 50%;
flex-shrink: 0;
margin-right: 5px;
}
.inovasyon{
    margin-top: 30px;
    font-size: 60px;
    font-weight: 600;
    color: white;
}
.inovasyon-banner{
    margin-top: 50px;
    max-height: 650px;
}
/* Hepsi varsayılan olarak gizli */
.desktop-container, .mobile-image-group {
  display: none;
}

/* Masaüstü görünüm */
@media screen and (min-width: 769px) {
  .desktop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }

  .desktop-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
}



/* Mobil görünüm */
@media screen and (max-width: 768px) {
  .mobile-image-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; /* Görseller arası boşluk */
    padding: 20px;
  }

  .mobile-img {
    width: 90%;
    height: auto;
  }
}



.tech {
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.tech-text {
  flex: 1 1 500px;
  margin: 40px auto;
  padding: 20px;
}

.tech-text h1 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 48px;
  margin-bottom: 20px;
}

.tech-text p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #9f9d9d;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
}

.tech-button {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tech-red-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  height: 50px;
  padding: 0 24px;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000, #b30000);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.tech-red-button:hover{
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}

.tech-slogan {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.tech-slogan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: linear-gradient(to right, white, #ffa3a7);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.tech-dot {
  width: 12px;
  height: 12px;
  background-color: #ff002f;
  border-radius: 50%;
  flex-shrink: 0;
}

.tech-border-wrapper {
  flex: 1 1 500px;
  position: relative;
  margin: 40px auto;
  padding: 20px;
  z-index: 1;
}

.tech-glow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 0; 
  pointer-events: none;
  filter: blur(55px);
  opacity: 1;
  animation: rotateGlow 10s linear infinite;
}

.tech-image-container {
  position: relative;
  overflow: hidden;
  background-color: #0b0b0e;
  z-index: 1;
  width: 100%;
}


.tech-banner {
  position: relative;
  background-color: #0b0b0e;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.tech-banner-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .tech {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
  }

  .tech-text h1 {
    font-size: 32px;
  }
.tech-banner {
    margin-bottom: 16px !important;
  }

  .api-section {
    margin-top: -40px !important;
    padding-top: 0 !important;
  }
  .tech-glow-circle {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 350px;
    opacity: 1;
    display: block;
  }
  .tech-border-wrapper {
    position: relative;
    padding-bottom: 100px; /* kartın altına glow alanı bırakır */
  }
  .tech-banner {
    max-width: 100%;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  .tech-banner-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .tech-border-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .tech-image-container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}



.api-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.api-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
}


.api-image-container {
  position: relative;
  overflow: hidden;
  width: 1200px; /* gerekirse ayarla */
  background-color: #0b0b0e;
  z-index: 2;
  border-radius: 20px;
}

.api-section-label {
        align-items: center;
text-align: center;
height: 30px;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 400;
color: white;
padding: 10px 24px;
border-radius: 40px;
background-color: transparent;
position: relative;
z-index: 0;
}
.api-section-label::before {
        align-items: center;
content: "";
position: absolute;
inset: 0;
border-radius: 40px;
padding: 1px;
background: linear-gradient(to right, white, #ffa3a7);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.api-section-label .api-section-dot {
        align-items: center;
width: 14px;
height: 14px;
background-color: #ff002f;
border-radius: 50%;
flex-shrink: 0;
margin-right: 5px;
}
.api-section p{
    z-index: 99;
    margin-top: -35px;
    color: #9f9d9d;
    font-size: 16px;
}
.api-text{
    z-index: 99;
        align-items: center;
    margin-top: 15px;
    font-size: 60px;
    font-weight: 600;
    color: white;
}
.api-banner {
  position: relative;
  width: 100%;
}

.api-banner-image {
  display: block;
  width: 100%;
}

.typewriter-text {
  position: absolute;
  top: 160px;
  left: 140px;
  font-family: "Fira Code", monospace;
  font-size: 21px;
  line-height: 2.5;
  white-space: pre;
  text-align: left;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
}

.cursor {
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}


/* Renkler */
.kw  { color: #c3c3c3; }   /* import */
.var { color: #f28b82; }   /* değişkenler */
.str { color: #fff4bd; }   /* stringler */

/* Syntax highlight */
.kw  { color: #c3c3c3; }  /* import */
.var { color: #f28b82; }  /* değişken adları */
.str { color: #fff4bd; }  /* stringler */

/* Mobil görünüm için sabit kodu ortala */
@media (max-width: 768px) {
  .typewriter-text {
    position: absolute;
    top: 40%;                  /* iPad içine ortalanır */
    left: 51%;
    transform: translate(-50%, -50%);
    width: 80%;                /* Yazı genişliği */
    font-size: 6px;           /* Mobil boyut */
    line-height: 1.6;
    white-space: pre-wrap;     /* Taşma olmasın */
    text-align: left;
    letter-spacing: 1px;
  }

  /* Mobilde imleci gizle */
  .typewriter-text::after {
    display: none;
  }
}
.api-glow-circle {
    z-index: 0;
    margin-top: -150px;
position: absolute;
top: 50%;
left: 50%;
width: 900px;
height: 900px;
background: radial-gradient(circle, rgba(255, 0, 47, 0.6) 0%, transparent 70%);
transform: translate(-50%, -50%);
pointer-events: none;
filter: blur(55px);
opacity: 1;
animation: rotateGlow 10s linear infinite;
}
@keyframes rotateGlow {
0% { transform: translate(-50%, -50%) rotate(0deg); }
100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.kont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.kont-section {
    background-image: url(./res/kontenjan-background.svg);
    background-repeat: no-repeat;
    background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 150px;
  margin-bottom: 300px;
}


.kont-image-container {
  position: relative;
  overflow: hidden;
  width: 1200px; /* gerekirse ayarla */
  background-color: #0b0b0e;
  z-index: 2;
  border-radius: 20px;
}

.kont-section-label {
        align-items: center;
text-align: center;
height: 30px;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 400;
color: white;
padding: 10px 24px;
border-radius: 40px;
background-color: transparent;
position: relative;
z-index: 0;
}
.kont-section-label::before {
        align-items: center;
content: "";
position: absolute;
inset: 0;
border-radius: 40px;
padding: 1px;
background: linear-gradient(to right, white, #ffa3a7);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.kont-section-label .kont-section-dot {
        align-items: center;
width: 14px;
height: 14px;
background-color: #ff002f;
border-radius: 50%;
flex-shrink: 0;
margin-right: 5px;
}
.kont-section p{
    z-index: 99;
    margin-top: -35px;
    color: #9f9d9d;
    font-size: 16px;
}
.kont-text{
    z-index: 99;
        align-items: center;
    margin-top: 15px;
    font-size: 60px;
    font-weight: 600;
    color: white;
}
.kont-banner {
  position: relative;
  background-color: #0b0b0e;
  overflow: hidden;
  width: 100%;
}
.kont-banner-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
}
.kont-button{
margin-top: 20px;
display: flex;
gap: 20px;
}
.kont-red-button {
font-family: 'Montserrat', sans-serif;
font-size: 13pt;
font-weight: 400;
height: 60px;
width: auto;
border-radius: 30px;
background: linear-gradient(90deg, #ff0000, #b30000);
color: white;
white-space: nowrap;
cursor: pointer;
transition: all 0.3s;
}
.kont-red-button:hover{
  background: linear-gradient(90deg, #ff2a2a, #cc0000);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255,0,0,0.4);
}
/* ===== Large Screen Video Size Adjustment ===== */
@media (min-width: 1241px) and (max-width: 1429px) {
  .video-border-wrapper {
    margin-right: 40px !important;
    max-width: 650px;
  }
  
  .hero-video-container {
    width: 100%;
    max-width: 650px;
  }
}

/* ===== Tablet Responsive HERO Section ===== */
@media (min-width: 769px) and (max-width: 1240px) {
  .hero {
    flex-direction: column;
    align-items: center;
    margin-top: 60px !important;
    padding: 0 40px;
    gap: 40px;
  }

  .hero-text {
    margin: 0;
    padding: 0;
    text-align: center;
    order: 1;
  }

  .hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 20px 0;
    word-break: break-word;
  }

  .hero-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 24px 0;
    max-width: 600px;
  }

  .live-badge {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .hero-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .red-btn,
  .light-btn {
    height: 55px;
    font-size: 14px;
    padding: 0 28px;
    min-width: auto;
    width: auto;
    flex: none;
    white-space: nowrap;
  }

  .platform-block {
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }

  .platform-text {
    font-size: 16px;
  }

  .platform-icons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  .platform-icons img {
    width: 36px;
    height: 36px;
    margin-top: -10px !important;
  }

  .video-border-wrapper {
    margin: 0 auto;
    margin-right: auto !important;
    padding: 4px;
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
    order: 2;
  }

  .hero-video-container {
    width: 100%;
    border-radius: 18px;
  }

  .hero-video-thumb {
    border-radius: 18px;
  }

  .video-thumbnail {
    width: 100%;
    border-radius: 18px;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

  .glow-circle {
    width: 600px;
    height: 600px;
    filter: blur(40px);
    opacity: 0.8;
  }
}

/* ===== Medium Mobile Responsive - Bigger Hero Text ===== */
@media (min-width: 530px) and (max-width: 766px) {
  .hero-text h1 {
    font-size: 34px !important;
    line-height: 1.2;
    margin: 20px 0;
  }

  .hero-text p {
    font-size: 15px !important;
    line-height: 1.5;
    margin: 18px 0;
  }
}

/* ===== Mobile Responsive HERO Section ===== */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: center;
    margin-top: 40px !important;
    padding: 0 16px;
  }

  .hero-text {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 26px;
    line-height: 1.3;
    margin: 15px 0;
    word-break: break-word;
  }

  .hero-text p {
    font-size: 12.5px;
    line-height: 1.5;
    margin: 15px 0;
  }

  .live-badge {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 10px;
  }

  .hero-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .red-btn,
  .light-btn {
    height: 38px;
    font-size: 11px;
    padding: 0 12px;
    min-width: auto;
    width: auto;
    flex: none;
    white-space: nowrap;
  }

  .platform-block {
    align-items: center;
    text-align: center;
    margin-top: 24px;
  }

  .platform-text {
    font-size: 12.5px;
  }

  .platform-icons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
  }

  .platform-icons img {
    width: 32px;
    height: 32px;
    margin-top: 0 !important;
  }

  .video-border-wrapper {
    margin: 30px auto 0 auto;
    padding: 4px;
    border-radius: 16px;
    width: 100%;
    max-width: 92vw;
  }

  .hero-video-container {
    width: 100%;
    border-radius: 14px;
  }

  .hero-video-thumb {
    border-radius: 14px;
  }

  .video-thumbnail {
    width: 100%;
    border-radius: 14px;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .glow-circle {
    display: none;
  }
}

/* 154 AnlÄ±k MÃ¼ÅŸteri responsive dÃ¼zenleme */
@media screen and (max-width: 600px) {
  .live-customer-count {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
  }

  .live-customer-count .dot {
    height: 10px;
    width: 10px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .hero-text p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 16px;
    word-break: break-word;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hero-buttons button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .customer-count {
    font-size: 13px;
    padding: 8px 12px;
  }

  .customer-count .dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  main section,
  .api-section,
  .kont-section {
    padding: 80px 20px;
    text-align: center;
  }

  .inovasyon,
  .api-text,
  .kont-text {
    font-size: 32px;
    line-height: 1.3;
    word-break: break-word;
  }

  .inovasyon-banner,
  .tech-banner-image,
  .api-banner-image,
  .kont-banner-image {
    max-width: 100%;
    height: auto;
  }

  .tech {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .tech-text {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
    margin: 20px auto;
    padding: 0 20px;
  }

  .tech-text h1 {
    font-size: 28px;
  }

  .tech-text p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .tech-button {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .tech-border-wrapper {
    margin: 20px auto;
  padding: 0;
  }

  .tech-image-container {
    width: 100%;
    z-index: 1;
  }

  .tech-glow-circle,
  .api-glow-circle {
    width: 350px;
    height: 350px;
  }

  .api-image-container,
  .kont-image-container {
    width: 100%;
    padding: 0 10px;
  }

  .api-section p,
  .kont-section p {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 20px;
  }

  .api-wrapper,
  .kont-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .api-glow-circle,
  .kont-glow-circle {
    width: 350px;
    height: 350px;
  }

  .tech-red-button,
  .kont-red-button {
    width: 80%;
    max-width: auto;
  }

  .kont-section {
    background-size: cover;
    background-position: center;
    margin-bottom: 150px;
  }

  .tech-slogan,
  .section-label,
  .api-section-label,
  .kont-section-label {
    font-size: 11px;
    padding: 8px 16px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-image-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
  }

  .mobile-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
}

.tech-banner-image {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .navbar {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-left {
    margin-right: auto;
  }

  .nav-center {
    margin: 0 auto;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
  }

  .nav-links li {
    display: flex;
    align-items: center;
  }

  .nav-links li {
  position: relative; /* liste öğesi referans noktası olur */
}

.nav-link.active {
  color: #ff0000;
  font-weight: 600;
  position: relative; /* noktanın referansı bu olur */
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px; /* yazının hemen altına */
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 50%;
}

}
@media (min-width: 993px) {
  .nav-right {
    display: flex;
    align-items: center;
    gap: 12px; /* fazla boşluğu azaltmak için 12px verdik */
    margin-left: auto;
  }

  .nav-right .demo-btn {
    margin: 0; /* gereksiz sağ boşluk varsa sıfırla */
  }

  .nav-right .user-icon {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .hero-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 40px !important;
    padding: 0 16px !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons {
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .platform-block {
    align-items: center;
    text-align: center;
  }

  .platform-icons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .hero-text h1,
  .hero-text p,
  .platform-text {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  .kont-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 60px;
    min-height: auto; /* Sayfa yüksekliğini artırır */
    box-sizing: border-box;
  }

  .kont-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .kont-text {
    font-size: 26px;
    margin: 16px 0;
  }

  .kont-section p {
    font-size: 18px;
    line-height: 1.7;
    margin: 16px 0 32px;
    max-width: 95%;
  }

  .kont-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .kont-red-button {
    padding: 14px 32px;
    font-size: 17px;
    white-space: nowrap;
    width: auto;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .navbar {
    justify-content: flex-start;
    position: relative;
  }

  .nav-left {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-left .logo {
    display: flex;
    justify-content: center;
  }

  .nav-center,
  .nav-right {
    display: none;
  }
}
.social-icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* Dikey sıralama */
  gap: 12px;
  align-items: flex-start; /* Ortalamak için isteğe bağlı */
  justify-content: flex-start;
}

.social-icons-list li a {
  display: inline-block;
}

.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* Beyaz ikon için */
  transition: filter 0.3s ease;
}

/* Hover renkleri (yakın renk tonlarıyla simüle edilir) */
.social-icons-list li a:hover .social-icon {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(200deg) brightness(1.2);
}

/* Özel sınıflarla renk simülasyonu */
.social-icons-list li a.linkedin:hover .social-icon {
  filter: invert(32%) sepia(56%) saturate(746%) hue-rotate(181deg) brightness(94%) contrast(89%);
}

.social-icons-list li a.facebook:hover .social-icon {
  filter: invert(37%) sepia(15%) saturate(1551%) hue-rotate(189deg) brightness(92%) contrast(92%);
}

.social-icons-list li a.instagram:hover .social-icon {
  filter: invert(33%) sepia(48%) saturate(2493%) hue-rotate(297deg) brightness(88%) contrast(96%);
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* ------------------- VIDEO CONTROLS ------------------- */
.video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

/* Görününce */
.video-controls.visible {
  opacity: 1;
}

/* Sol - Sağ Gruplar */
.vc-left,
.vc-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Butonlar */
.control-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1); /* beyaz yap */
  transition: transform 0.2s ease, filter 0.2s ease;
}

.control-btn:hover img {
  transform: scale(1.15);
  filter: brightness(0) invert(1) drop-shadow(0 0 5px red);
}

/* Seek Bar */
.seek {
  flex: 1;
  height: 4px;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #ff0000, #b30000);
  border-radius: 2px;
  cursor: pointer;
}

.seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ff0000;
  cursor: pointer;
  transition: background 0.2s ease;
}
.seek::-webkit-slider-thumb:hover {
  background: #ff0000;
}

/* panel üstte olsun */
.hero-video-thumb { position: relative; }

.video-controls{
  position:absolute; left:0; right:0; bottom:0;
  display:flex; align-items:center; gap:10px;
  padding:10px 14px;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(10px);
  opacity:0; pointer-events:none;
  transition: opacity .25s ease;
  z-index: 15;
}
.video-controls.visible{ opacity:1; pointer-events:auto; }

.vc-left,.vc-right{ display:flex; align-items:center; gap:10px; }
.time{ color:#fff; font-size:13px; opacity:.95; }

/* butonlar + ikonlar */
.control-btn{
  background: transparent; border:0; cursor:pointer;
  display:grid; place-items:center; padding:6px; border-radius:8px;
  transition: transform .15s ease, background .2s ease;
  color:#fff;
}
.control-btn:hover{ transform: scale(1.08); background: rgba(255,255,255,.06); }

/* inline SVG görünürlüğü – state’e göre */
.icon{ width:22px; height:22px; display:none; fill:#fff; }
#ppBtn[data-state="play"]  .icon-play{ display:block; }
#ppBtn[data-state="pause"] .icon-pause{ display:block; }

#muteBtn[data-state="volume"] .icon-volume{ display:block; }
#muteBtn[data-state="mute"]   .icon-mute{ display:block; }

#fullscreenBtn[data-state="enter"] .icon-fs-enter{ display:block; }
#fullscreenBtn[data-state="exit"]  .icon-fs-exit{ display:block; }

/* seek & volume bar */
.seek{ flex:1; height:4px; appearance:none; background:#2a2a2a; border-radius:3px; cursor:pointer; }
.seek::-webkit-slider-thumb{ appearance:none; width:12px; height:12px; border-radius:50%; background:#fff; border:2px solid #ff2a2a; }
.seek{ background: linear-gradient(90deg, #ff2a2a, #b30000); }

.volume{ display:flex; align-items:center; gap:8px; }
.volume-bar{ width:70px; height:4px; appearance:none; background:#2a2a2a; border-radius:3px; cursor:pointer; }
.volume-bar::-webkit-slider-thumb{ appearance:none; width:12px; height:12px; border-radius:50%; background:#fff; border:2px solid #ff2a2a; }
#logoutBtn { display: none; }
body.authed #logoutBtn { display: flex; }       /* girişliyken göster */
body.authed .drawer-login-btn { display: none; }/* girişliyken login butonunu gizle */