
html, body {
	font-size: 14px; /* Varsayılan genelde 16px, bunu düşürmek her şeyi küçültür */
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.platformlar-preview-section {
  margin: 74px auto 0 auto;
  width: 100vw;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.platformlar-preview-container {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 52px;
  width: 100%;
  max-width: 970px;
  background: linear-gradient(120deg, #181c22 80%, #222c 100%);
  border-radius: 20px;
  box-shadow: 0 4px 44px #18f3e226;
  padding: 54px 38px 38px 38px;
  align-items: center;
}

.platformlar-preview-map {
  position: relative;
  min-width: 220px;
  max-width: 380px;
  aspect-ratio: 2/1.1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 26px #18f3e222;
  cursor: pointer;
  transition: box-shadow .22s, transform .14s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191d22;
}
.platformlar-preview-map img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 15px;
  filter: brightness(0.85) contrast(1.09);
  transition: filter .2s;
  display: block;
}
.platformlar-preview-map:hover img {
  filter: brightness(1) contrast(1.2);
}
.platformlar-map-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg,#e63946cc,#20ffe488 80%);
  color: #fff;
  text-align: center;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 0 0 15px 15px;
  padding: 12px 0 7px 0;
  opacity: 0.94;
  pointer-events: none;
  box-shadow: 0 2px 12px #e6394632;
  transition: background .2s;
}

.platformlar-preview-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 6px;
}
.platformlar-preview-info .neon-line {
  margin: 0 0 21px 0;
  width: 112px; height: 4px;
  background: linear-gradient(90deg, #ff004f 0%, #e63946 100%);
  border-radius: 5px;
  box-shadow: 0 0 12px 2px #ff004f, 0 0 36px 6px #e6394610;
  opacity: 0.49;
  transition: opacity 0.8s;
}
.platformlar-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 2.19rem;
  color: #e7e8ed;
  font-weight: 800;
  margin: 0 0 17px 0;
  letter-spacing: .08em;
  text-shadow: 0 2px 12px #181e3a16;
}
.platformlar-desc {
  color: #faf9f9;
  font-size: 1.12rem;
  line-height: 1.7;
  font-weight: 500;
  opacity: 0.96;
  margin: 0;
  max-width: 450px;
}

@media (max-width: 900px) {
  .platformlar-preview-container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 22px 13px 22px 13px;
  }
  .platformlar-preview-info {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
}
.platformlar-preview-container.large {
  max-width: 1420px;        /* Eski max: 970px */
  padding: 62px 56px 56px 56px;  /* Daha geniş iç padding */
  gap: 80px;                /* Sol-sağ arası boşluk daha geniş */
  box-shadow: 0 8px 62px #18f3e240, 0 0px 60px #e6394615;
  border-radius: 28px;
}

.platformlar-preview-map.large {
  max-width: 560px;         /* Eski max: 380px */
  min-width: 360px;         /* Eski min: 220px */
  aspect-ratio: 2.4/1.2;    /* Biraz daha yatay */
  border-radius: 22px;
  box-shadow: 0 7px 38px #18f3e226, 0 0 60px #20ffe418;
}

.platformlar-preview-map.large img {
  border-radius: 22px;
  /* Zaten width:100%; height:100%; var */
  filter: brightness(0.9) contrast(1.13) saturate(1.09);
  box-shadow: 0 2px 22px #20ffe420;
}

.platformlar-preview-map.large:hover img {
  filter: brightness(1) contrast(1.18) saturate(1.12);
  box-shadow: 0 8px 34px #20ffe480;
}

/* Neon overlay'ı biraz büyüt */
.platformlar-map-overlay {
  font-size: 1.19rem;
  padding: 16px 0 10px 0;
  border-radius: 0 0 22px 22px;
}

/* Responsive ayarı da güncelle */
@media (max-width: 1200px) {
  .platformlar-preview-container.large {
    max-width: 98vw;
    padding: 32px 5vw 26px 5vw;
    gap: 36px;
  }
  .platformlar-preview-map.large {
    max-width: 98vw;
    min-width: 180px;
  }
}
@media (max-width: 900px) {
  .platformlar-preview-container.large {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 22px 3vw 14px 3vw;
  }
  .platformlar-preview-map.large,
  .platformlar-preview-map.large img {
    max-width: 97vw;
    border-radius: 17px;
  }
}
.platformlar-preview-container.large {
  max-width: 1420px;
  padding: 62px 56px 56px 56px;
  gap: 80px;
  box-shadow: 0 8px 62px #18f3e240, 0 0px 60px #e6394615;
  border-radius: 28px;
}

.platformlar-preview-map.large {
  max-width: 560px;
  min-width: 360px;
  aspect-ratio: 2.4/1.2;
  border-radius: 22px;
  box-shadow: 0 7px 38px #18f3e226, 0 0 60px #20ffe418;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platformlar-preview-map.large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  filter: brightness(0.9) contrast(1.13) saturate(1.09);
  box-shadow: 0 2px 22px #20ffe420;
  display: block;
}
.platformlar-preview-map.large,
.platformlar-preview-map.large img {
  width: 100% !important;
  min-width: 420px !important;
  max-width: 560px !important;
  aspect-ratio: 2.4/1.2 !important;
  height: auto !important;
}
/* ↓ map-onizle.css’in en altına ekle ↓ */
@media (max-width: 900px) {
  /* 1) Tek sütun grid’e zorla */
  .platformlar-preview-container {
    grid-template-columns: 1fr !important;      /* tek sütun */ 
    padding: 22px 13px !important;              /* yatay padding’i küçült */
    gap: 32px !important;                       /* satırlar arası boşluk */
  }

  /* 2) Kart sınıfı .large override edildiği için min-width’i temizle */
  .platformlar-preview-map,
  .platformlar-preview-map.large {
    min-width: 0 !important;                    /* sabit min genişlik kalksın */
    width: 100% !important;                     /* yüzde genişlik ver */
  }
  .platformlar-preview-map img {
    min-width: 0 !important;                    /* aynı şekilde img için */
    width: 100% !important;
    height: auto !important;
  }

  /* 3) Bilgi bloğu tam genişlik alsın, paragrafın sağ kısmı görünür olsun */
  .platformlar-preview-info {
    width: 100% !important;
    padding-left: 0 !important;                 /* soldan ekstra boşluk kalksın */
    text-align: center !important;              /* istersen ortala */
  }
  .platformlar-desc {
    max-width: 100% !important;                 /* artık 450px kısıtı olmasın */ 
    width: 100% !important;
    box-sizing: border-box;                     /* padding’i hesaba katalım */
  }
}

/*  BİZ KİMİZZ */
.biz-kimiz-cybercard-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 60px 0;
}

.biz-kimiz-cybercard {
  background: linear-gradient(120deg, #191f27 80%, #18191f 100%);
  border-radius: 26px;
  box-shadow: 0 6px 48px #18f3e240, 0 0 0px #e6394633;
  padding: 58px 54px 54px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 340px;
  max-width: 500px;
  width: 98vw;
  position: relative;
  transition: box-shadow .2s, transform .13s;
  border: 2.2px solid #20ffe435;
  text-align: center;
}
.biz-kimiz-cybercard:hover {
  box-shadow: 0 10px 66px #20ffe450, 0 0 60px #e6394619;
  border-color: #e63946cc;
  transform: scale(1.025);
}
.cybercard-anim {
  margin-bottom: 17px;
}
.cyber-neon-line {
  width: 108px;
  height: 4px;
  background: linear-gradient(90deg, #ff004f 0%, #e63946 100%);
  border-radius: 5px;
  box-shadow: 0 0 12px 2px #ff004f, 0 0 30px 6px #e6394615;
  opacity: 0.54;
  margin: 0 auto 20px auto;
}
.cybercard-title {
  font-size: 1.42rem;
  font-weight: 800;
  color: #ff004f;
  margin-bottom: 15px;
  letter-spacing: .07em;
  text-shadow: 0 2px 10px #20ffe433;
}
.cybercard-desc {
  font-size: 1.12rem;
  color: #e7e8ed;
  opacity: 0.97;
  margin-bottom: 19px;
  line-height: 1.6;
}
.cybercard-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #e7e8ed;
  font-size: 1.04rem;
  opacity: 0.89;
  line-height: 1.65;
}
.cybercard-values-list li {
  margin-bottom: 9px;
}
@media (max-width: 700px) {
  .biz-kimiz-cybercard {
    padding: 32px 7vw 28px 7vw;
    min-width: 0;
    max-width: 99vw;
  }
  .cybercard-title { font-size: 1.07rem; }
  .cybercard-desc, .cybercard-values-list { font-size: 0.96rem; }
}

.cybercard-stack-section {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  margin: 48px 0 60px 0;
  width: 100vw;
}

.cybercard-wide {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(120deg, #191f27 80%, #18191f 100%);
  border-radius: 22px;
  box-shadow: 0 4px 32px #18f3e222, 0 0 0px #e6394633;
  padding: 32px 44px;
  min-height: 130px;
  max-width: 860px;
  width: 92vw;
  transition: box-shadow .2s, transform .12s;
  border: 2px solid #20ffe428;
  text-align: left;
  position: relative;
  gap: 40px;
}
.cybercard-wide:hover {
  box-shadow: 0 10px 42px #20ffe435, 0 0 40px #e6394616;
  border-color: #e63946a5;
  transform: scale(1.018);
}
.cybercard-wide-anim {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cybercard-wide-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cyber-neon-line {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ff004f 0%, #e63946 100%);
  border-radius: 5px;
  box-shadow: 0 0 10px 2px #ab1526, 0 0 18px 6px #e6394615;
  opacity: 0.47;
  margin-bottom: 18px;
}
.cybercard-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #ab1526;
  margin-bottom: 12px;
  letter-spacing: .07em;
  text-shadow: 0 2px 10px #20ffe422;
}
.cybercard-desc {
  font-size: 1.07rem;
  color: #e7e8ed;
  opacity: 0.97;
  margin-bottom: 15px;
  line-height: 1.58;
}
.cybercard-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #e7e8ed;
  font-size: 1.01rem;
  opacity: 0.87;
  line-height: 1.55;
}
.cybercard-values-list li {
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .cybercard-wide {
    flex-direction: column;
    gap: 20px;
    max-width: 98vw;
    width: 98vw;
    padding: 24px 7vw;
    text-align: center;
    align-items: center;
    min-height: unset;
  }
  .cybercard-wide-anim {
    margin-bottom: 0;
  }
  .cybercard-wide-content {
    align-items: center;
  }
}
.cybercard-title{
  font-size: 1.38rem;
  font-weight: 800;
  color: #ff004f;
  margin-bottom: 13px;
  letter-spacing: .06em;
  text-shadow: 0 2px 12px #20ffe430;
}