@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.boldText {
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
}

.thinText {
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
}

.clr {
  clear: both;
}

.white-text {
  color: #fff;
}

.night {
  display: none;
}

.day {
  display: none;
}

.lang-switch {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 2;
}
.lang-switch button {
  background: none;
  border: none;
  cursor: pointer;
  color: #eee;
  font-size: 25px;
  font-weight: 100;
}

/* Home butonu - ilk sayfaya dön */
#btn-home {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3a6e 0%, #264595 100%);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 58, 110, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
#btn-home:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(26, 58, 110, 0.6);
  background: linear-gradient(135deg, #264595 0%, #2f5bb6 100%);
}
#btn-home i {
  margin: 0;
}

/* Tüm içerik için görünüm kutusu */
#viewport {
  position: fixed;
  inset: 0;
  /* ekranı kapla */
  overflow: hidden;
  /* desktop: JS ile kaydıracağız */
  background: #111;
  /* Sayfaları taşıyan yığın */
}
#viewport .stack {
  will-change: transform;
  transform: translateY(0);
  /* JS bunu animasyonla değiştirir */
}
#viewport .stack .page {
  min-height: 100dvh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #fff;
  position: relative;
  width: 100%;
}
#viewport .stack .p1,
#viewport .stack .p2,
#viewport .stack .p3,
#viewport .stack .p4 {
  height: 100vh;
  overflow-y: hidden;
}
#viewport .stack .p3 {
  background: #191e3c;
}
#viewport .stack .p1 .logo {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 13.8888888889%;
}
#viewport .stack .p1 .p1Text {
  position: absolute;
  bottom: 37.037037037%;
  left: 10.1851851852%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3882352941);
}
#viewport .stack .p1 .p1Text h1 {
  font-size: 4.1666666667cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
}
#viewport .stack .p1 .p1Text h2 {
  font-size: 3.90625cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
}
#viewport .stack .p1 .page1Bg {
  width: 100%;
}
#viewport .stack .p1 .page1Bg img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
#viewport .stack .p2 {
  color: #235eac;
}
#viewport .stack .p2 .poligon {
  display: none;
}
#viewport .stack .p2 .p2Text {
  position: absolute;
  left: 28.7037037037%;
  top: 9.2592592593%;
  max-width: 50%;
}
#viewport .stack .p2 .p2Text h2 {
  font-size: 4.1666666667cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.5625cqw;
}
#viewport .stack .p2 .p2Text p {
  font-size: 1.05cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
}
#viewport .stack .p2 .page2Bg {
  width: 100%;
}
#viewport .stack .p2 .page2Bg img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
#viewport .stack .p3 .p3Text {
  position: absolute;
  text-align: center;
  top: 1.5625cqw;
  font-size: 1.3020833333cqw;
  color: #fff;
  z-index: 1;
}
#viewport .stack .p3 .p3Text h2 {
  font-size: 2.6041666667cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.5625cqw;
}
#viewport .stack .p3 .p3Text p {
  font-size: 1.3020833333cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
}
#viewport .stack .p3 .p3Text .p3Table {
  border: thin solid #54566c;
}
#viewport .stack .p3 .p3Text .p3Table .tooltip-wrap {
  background: transparent;
  transition: all 0.2s ease;
}
#viewport .stack .p3 .p3Text .p3Table .tooltip-wrap:hover {
  background: #54566c;
}
#viewport .stack .p3 .p3Text .p3Table .tooltip-box {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
  height: auto;
  padding: 18px 22px;
  background: linear-gradient(135deg, #1a3a6e 0%, #264595 50%, #2f5bb6 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  box-shadow: 0 8px 32px rgba(26, 58, 110, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* ✨ Efekt */
  transform: scale(0.85);
  transition: opacity 0.2s ease, transform 0.35s ease;
}
#viewport .stack .p3 .p3Text .p3Table .tooltip-box.show {
  opacity: 1;
  transform: scale(1);
}
#viewport .stack .p3 .p3Text .p3Table div {
  border: thin solid #54566c;
  height: 9.375cqw;
  font-size: 0.9cqw;
}
#viewport .stack .p3 .p3Text .p3Table .tooltip-wrap img {
  width: 60px;
}
#viewport .stack .p3 .p3Text .p3Table div i {
  margin-top: 1.8229166667cqw;
  font-size: 2.34375cqw;
}
#viewport .stack .p3 .p3Text .p3Table div a {
  color: #fff;
  display: block;
  padding: 2.6041666667cqw;
}
#viewport .stack .p3 .page3Bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#viewport .stack .p3 .page3Bg img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#viewport .stack .p4 {
  text-align: center;
}
#viewport .stack .p4 .p4Text {
  position: absolute;
  top: 1.5625cqw;
  color: #eee;
  z-index: 1;
}
#viewport .stack .p4 .p4Text h2 {
  font-size: 2.6041666667cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.5625cqw;
  padding-top: 0.5208333333cqw;
}
#viewport .stack .p4 .p4Text p {
  font-size: 1.3020833333cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
}
#viewport .stack .p4 .p4Table {
  position: absolute;
  z-index: 1;
  margin-top: 8.59375cqw;
  width: 85%;
}
#viewport .stack .p4 .p4Table .doblueImg {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#viewport .stack .p4 .p4Table .doblueImg a {
  width: 100%;
}
#viewport .stack .p4 .p4Table .doblueImg a img {
  width: 100%;
  display: block;
  padding: 0px 20px;
  height: 60px;
}
#viewport .stack .p4 .p4Table div {
  height: 10.4166666667cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
#viewport .stack .p4 .p4Table div a img {
  width: 19.0104166667cqw;
  max-width: 100%;
  max-height: 100%;
  padding: 3.6458333333cqw;
  margin-top: 0.2604166667cqw;
  -o-object-fit: contain;
     object-fit: contain;
}
#viewport .stack .p4 .p4Table div:nth-child(4n) {
  border-right: none;
}
#viewport .stack .p4 .p4Table div:nth-child(n+9) {
  border-bottom: none;
}
#viewport .stack .p4 .page4Bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
#viewport .stack .p4 .page4Bg img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
#viewport .stack .p5 {
  background: #2f5bb6;
  height: auto;
  min-height: 100vh;
  color: #bbd0da;
  padding: 0 45px;
  flex-direction: column;
  justify-content: space-around;
}
#viewport .stack .p5 .p5Text {
  font-size: 0.9cqw;
  padding-top: 11.4583333333cqw;
  padding-bottom: 1.5625cqw;
  font-family: "Hurme Geometric Sans 1";
}
#viewport .stack .p5 .p5Text h2 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 1.5625cqw;
  font-size: 2.8cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  color: #fff;
}
#viewport .stack .p5 .p5Text a {
  color: #bbd0da;
  font-family: "Hurme Geometric Sans 1";
}
#viewport .stack .p5 .p5Text p {
  font-family: "Hurme Geometric Sans 1";
}
#viewport .stack .p5 .p5Text .footerLinks a {
  font-weight: 700;
}
#viewport .stack .p5 .p5Text table i {
  font-size: 1.5625cqw;
}
#viewport .stack .p5 .map {
  font-size: 0.8854166667cqw;
  width: 100%;
  bottom: -20px;
  position: relative;
  overflow: hidden;
}
#viewport .stack .p5 .map a {
  background: url(../img/map.jpg) no-repeat center center;
  height: 300px;
  width: 100%;
  display: block;
}
#viewport .stack .p6 .p6Text {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.3020833333cqw;
  color: #fff;
  z-index: 1;
}
#viewport .stack .p6 .p6Text h2 {
  font-size: 3cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 2cqw;
}
#viewport .stack .p6 .p6Text p {
  font-size: 1.3020833333cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: normal;
  font-style: normal;
}
#viewport .stack .p6 .p6Text .p6Table {
  max-width: 75%;
  margin: 0 auto;
  justify-content: center;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap {
  background: transparent;
  transition: all 0.2s ease;
  height: auto;
  font-size: 20px;
  margin-bottom: 1.5cqw;
  display: flex;
  justify-content: center;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #264595;
  height: 9cqw;
  width: 100%;
  border-radius: 15px;
  cursor: auto;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .pageIcon {
  display: flex;
  justify-content: center;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .pageIcon img {
  width: 5cqw;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p {
  margin: 0;
  font-size: 2.2cqw;
  font-weight: 600;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p.smaller {
  font-size: 1.8cqw;
}
#viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a span {
  font-size: 1cqw;
}
#viewport .stack .p6 .p6Text .p6BottomText {
  margin-top: 1.5cqw;
  display: flex;
  justify-content: center;
  gap: 2cqw;
}
#viewport .stack .p6 .p6Text .p6BottomText .bottom-box {
  background: #264595;
  border-radius: 15px;
  padding: 1.5cqw 3cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#viewport .stack .p6 .p6Text .p6BottomText .bottom-box p {
  font-size: 1.3cqw;
  font-family: "Hurme Geometric Sans 1";
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
#viewport .stack .p6 .page6Bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#viewport .stack .p6 .page6Bg img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

/* Mobilde doğal kaydırma: sadece viewport scroll alır, body değil */
@media (pointer: coarse) {
  #viewport {
    overflow: auto;
  }
}
.modal-content {
  background: #212529 !important;
  color: #dee2e6;
}

#fullscreenModal6 iframe {
  height: -webkit-fill-available;
}

@media (max-width: 820px) {
  html,
  body {
    overflow: auto;
    height: auto;
  }
  
  /* Viewport ve stack - tek akış */
  #viewport {
    overflow-y: auto !important;
    height: auto !important;
  }
  #viewport .stack {
    display: block !important;
    transform: none !important;
  }
  
  /* Tüm sayfalar - tek akışta, height auto */
  #viewport .stack .page {
    height: auto !important;
    min-height: 100vh;
    position: relative !important;
    overflow: visible !important;
  }

  /* P1 - Ana Sayfa */
  #viewport .stack .p1 {
    min-height: 100vh;
  }
  #viewport .stack .p1 .logo {
    left: 16px;
    top: 16px;
    width: 150px;
  }
  #viewport .stack .p1 .p1Text {
    bottom: 40%;
    left: 5%;
    right: 5%;
  }
  #viewport .stack .p1 .p1Text h1 {
    font-size: 28px;
  }
  #viewport .stack .p1 .p1Text h2 {
    font-size: 24px;
  }

  /* P2 - Biz Kimiz */
  #viewport .stack .p2 {
    min-height: 100vh;
  }
  #viewport .stack .p2 .p2Text {
    position: relative;
    top: 0;
    left: auto;
    background: rgba(25, 30, 60, 0.9);
    color: #fff;
    padding: 30px 20px;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    z-index: 1;
  }
  #viewport .stack .p2 .p2Text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #viewport .stack .p2 .p2Text p {
    font-size: 13px;
    line-height: 1.6;
  }
  #viewport .stack .p2 .page2Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #viewport .stack .p2 .page2Bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* P6 - Sektörler (6 kutu) */
  #viewport .stack .p6 {
    min-height: 100vh;
    padding: 30px 15px;
    position: relative;
    background: linear-gradient(to bottom, #0a1628 0%, #152444 100%);
  }
  #viewport .stack .p6 .p6Text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 20px;
    color: #fff;
    z-index: 1;
    width: 100%;
  }
  #viewport .stack .p6 .p6Text h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  #viewport .stack .p6 .p6Text .p6Table {
    margin-top: 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap {
    height: auto;
    font-size: 12px;
    margin-bottom: 10px;
    background: rgba(38, 69, 149, 0.85);
    border-radius: 10px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a {
    height: auto;
    min-height: 90px;
    width: 100%;
    padding: 12px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .pageIcon {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .pageIcon img {
    width: 35px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .col-lg-6:last-child {
    width: 100%;
    text-align: center;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p {
    font-size: 20px;
    margin: 0;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p.smaller {
    font-size: 16px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a span {
    font-size: 10px;
  }
  #viewport .stack .p6 .page6Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #viewport .stack .p6 .page6Bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  /* P3 - Çözümlerimiz (12 kutu) */
  #viewport .stack .p3 {
    min-height: 100vh;
    padding: 30px 10px;
    position: relative;
  }
  #viewport .stack .p3 .p3Text {
    position: relative;
    top: 0;
    font-size: 14px;
    color: #fff;
    z-index: 1;
  }
  #viewport .stack .p3 .p3Text h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
  }
  #viewport .stack .p3 .p3Text p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
  }
  #viewport .stack .p3 .p3Text .p3Table {
    margin-top: 10px;
    border: none;
    position: relative;
    z-index: 1;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap {
    margin-bottom: 8px;
    background: rgba(42, 49, 88, 0.85);
    border-radius: 8px;
    border: 1px solid #3d4470 !important;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap a {
    font-size: 10px;
    line-height: 1.3;
    padding: 12px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    min-height: 80px;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap a span {
    display: block;
    text-align: center;
    font-size: 9px;
    color: #fff;
    margin-top: 5px;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap img {
    width: 32px;
    margin-bottom: 8px;
    filter: brightness(0) invert(1);
  }
  #viewport .stack .p3 .p3Text .p3Table div {
    height: auto;
    min-height: auto;
    font-size: 9px;
    padding: 0;
    border: none !important;
  }
  /* Mobilde orijinal tooltip gizle - JS ile ayrı popup gösterilecek */
  #viewport .stack .p3 .p3Text .p3Table .tooltip-box {
    display: none !important;
  }
  #viewport .stack .p3 .page3Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #viewport .stack .p3 .page3Bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  /* P4 - Partnerler */
  #viewport .stack .p4 {
    min-height: 100vh;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #viewport .stack .p4 .p4Text {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 16px;
    color: #eee;
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  #viewport .stack .p4 .p4Text h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
  }
  #viewport .stack .p4 .p4Text p {
    font-size: 14px;
    color: #eee;
  }
  #viewport .stack .p4 .p4Table {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
  /* Mobilde 3 sütun grid için border reset */
  #viewport .stack .p4 .p4Table > div {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: none !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  }
  /* Mobilde her 3. eleman sağ border yok */
  #viewport .stack .p4 .p4Table > div:nth-child(3n) {
    border-right: none !important;
  }
  /* Mobilde son satır (10, 11, 12) alt border yok */
  #viewport .stack .p4 .p4Table > div:nth-child(n+10) {
    border-bottom: none !important;
  }
  #viewport .stack .p4 .p4Table > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #viewport .stack .p4 .p4Table > div a img {
    width: auto !important;
    max-width: 85% !important;
    max-height: 35px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
  /* Veritas + Cohesity çift logo hücre */
  #viewport .stack .p4 .p4Table .doblueImg {
    flex-direction: column;
    height: 80px !important;
  }
  #viewport .stack .p4 .p4Table .doblueImg a {
    height: 50%;
  }
  #viewport .stack .p4 .p4Table .doblueImg a img {
    max-height: 25px !important;
  }
  #viewport .stack .p4 .page4Bg img {
    object-position: center center;
  }

  /* P5 - Bize Ulaşın */
  #viewport .stack .p5 {
    min-height: auto;
    padding: 30px 15px;
    background: #2f5bb6;
  }
  #viewport .stack .p5 .p5Text {
    font-size: 12px;
    padding-top: 0;
  }
  #viewport .stack .p5 .p5Text h2 {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  #viewport .stack .p5 .p5Text a {
    font-size: 11px;
    word-break: break-all;
    font-family: "Hurme Geometric Sans 1";
  }
  #viewport .stack .p5 .p5Text p {
    font-size: 11px;
    line-height: 1.5;
    font-family: "Hurme Geometric Sans 1";
  }
  #viewport .stack .p5 .p5Text .boldText {
    font-size: 13px;
  }
  #viewport .stack .p5 .p5Text table i {
    font-size: 24px;
  }
  #viewport .stack .p5 .p5Text div > div:first-of-type {
    margin-bottom: 20px;
  }
  #viewport .stack .p5 .p5Text .footerLinks {
    margin-bottom: 20px;
  }
  #viewport .stack .p5 .p5Text .footerLinks ul {
    padding-left: 15px;
    margin: 0;
  }
  #viewport .stack .p5 .p5Text .footerLinks li {
    margin-bottom: 8px;
  }
  #viewport .stack .p5 .map {
    height: auto;
    margin-top: 20px;
  }
  #viewport .stack .p5 .map p {
    font-size: 11px;
  }
  #viewport .stack .p5 .map a {
    height: 150px;
    background-size: cover;
  }

  /* Mobil - Home butonu */
  #btn-home {
    width: 40px;
    height: 40px;
    font-size: 16px;
    left: 10px;
    bottom: 15px;
  }
}

/* Çok küçük ekranlar (480px altı) */
@media (max-width: 480px) {
  /* P1 */
  #viewport .stack .p1 .logo {
    width: 120px;
  }
  #viewport .stack .p1 .p1Text h1 {
    font-size: 22px;
  }
  #viewport .stack .p1 .p1Text h2 {
    font-size: 18px;
  }

  /* P2 */
  #viewport .stack .p2 .p2Text {
    padding: 20px 15px;
  }
  #viewport .stack .p2 .p2Text h2 {
    font-size: 20px;
  }
  #viewport .stack .p2 .p2Text p {
    font-size: 12px;
  }

  /* P3 - daha kompakt */
  #viewport .stack .p3 {
    padding: 20px 8px;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap {
    margin-bottom: 6px;
    border-radius: 6px;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap a {
    font-size: 8px;
    padding: 10px 4px;
  }
  #viewport .stack .p3 .p3Text .p3Table .tooltip-wrap img {
    width: 26px;
    margin-bottom: 6px;
  }
  /* P6 - daha kompakt */
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a {
    min-height: 70px;
    padding: 10px 6px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a .pageIcon img {
    width: 30px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p {
    font-size: 16px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a p.smaller {
    font-size: 13px;
  }
  #viewport .stack .p6 .p6Text .p6Table .tooltip-wrap a span {
    font-size: 9px;
  }

  /* P4 - daha kompakt */
  #viewport .stack .p4 .p4Text h2 {
    font-size: 16px;
  }
  #viewport .stack .p4 .p4Table > div {
    height: 65px !important;
    min-height: 65px !important;
    max-height: 65px !important;
  }
  #viewport .stack .p4 .p4Table > div a img {
    max-height: 28px !important;
  }
  #viewport .stack .p4 .p4Table .doblueImg {
    height: 65px !important;
  }
  #viewport .stack .p4 .p4Table .doblueImg a img {
    max-height: 20px !important;
  }

  /* P5 - daha kompakt */
  #viewport .stack .p5 .p5Text h2 {
    font-size: 18px;
    font-family: "Hurme Geometric Sans 1";
  }
  #viewport .stack .p5 .p5Text {
    font-size: 11px;
    font-family: "Hurme Geometric Sans 1";
  }
}

/* Mobil Tooltip Overlay - her zaman geçerli */
.tooltip-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.tooltip-overlay.show {
  display: block;
}
