/* Banner stilleri artık inline olarak tanımlandı */


/* Demo Landing Page Background with Colored Circles */
.SiteHeroFg1 .Section__background {
  position: relative !important;
  overflow: hidden;
}

/* Sol üst - mavi daire */
.SiteHeroFg1 .Section__background::before {
  content: '';
  position: absolute;
  top: -274px;
  left: -274px;
  width: 548px;
  height: 548px;
  background: #1550D7;
  border-radius: 9999px;
  z-index: 1;
}

/* Sol alt - sarı daire */
.SiteHeroFg1 .Section__background::after {
  content: '';
  position: absolute;
  bottom: -274px;
  left: -274px;
  width: 548px;
  height: 548px;
  background: #FFFF8E;
  border-radius: 9999px;
  z-index: 1;
}



/* İçeriğin dairelerden üstte görünmesi için */
.SiteHeroFg1 .Section__container {
  position: relative;
  z-index: 10;
}

/* Sağ taraf daireler için ek wrapper */
.SiteHeroFg1 .Section__container::before {
  content: '';
  position: absolute;
  top: -458px;
  right: -458px;
  width: 917px;
  height: 917px;
  background: rgba(132, 250, 176, 0.50);
  border-radius: 9999px;
  z-index: -1;
}

.SiteHeroFg1 .Section__container::after {
  content: '';
  position: absolute;
  bottom: -274px;
  right: -274px;
  width: 548px;
  height: 548px;
  background: #FFFF8E;
  border-radius: 9999px;
  z-index: -1;
}

/* Hero Background */
.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
}

/* Hero Container */
.hero-container {
  position: absolute;
  top: 15%;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
}

.hero-layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: white;
  white-space: nowrap;
}

.hero-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 600px;
}

.hero-button {
  background: white;
  color: #293056;
  padding: 0px 24px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  display: block;
  transition: all 0.4s ease-in-out !important;
  transform: translateY(0) scale(1) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  overflow: hidden;
}


/* Hero Section Responsive */
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: auto;
}

.hero-button {
  background: white;
  color: #293056;
  padding: 0px 24px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  display: block;
}

.hero-button:hover {
  background: #293056 !important;
  color: white !important;
}

.hero-text {
  flex: 0 0 45%;
  padding-right: 40px;
}

.hero-visual {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

/* Feature Sections */
.feature-bg {
  background: #f8f9fa;
  padding: 80px 0;
}

.feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.feature-header {
  text-align: center;
  margin-bottom: 64px;
}

.feature-main-title {
  font-size: 38px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Image Containers */
.image-container {
  position: relative;
  width: 100%;
}

.feature-img {
  width: 100%;
  height: auto;
}

.feature-img-shadow {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Feature Content */
.feature-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.feature-description {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.feature-description-small {
  margin-bottom: 32px;
}

.feature-sub-section {
  margin-bottom: 40px;
}

.feature-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 16px;
}

.feature-subdescription {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

/* P1 Text Highlights */
.quality-highlight {
  color: #00e6c7;
  font-weight: 800;
}

.quality-white {
  color: #fff;
  font-weight: 800;
}

.quality-small {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

/* P2 Text Highlights */
.capability-highlight {
  color: #00e6c7;
  font-weight: 700;
  font-size: 18px;
}

.capability-white {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.capability-small {
  color: #fff;
  font-size: 11px !important;
  font-weight: 400;
}

/* P3 Text Highlights */
.need-highlight {
  color: #00e6c7;
  font-weight: 700;
}

.need-white {
  color: #fff;
  font-weight: 400;
}

.need-small {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

/* P4 Text Highlights */
.integration-highlight {
  color: #00e6c7;
  font-weight: 700;
}

.integration-white {
  color: #fff;
  font-weight: 400;
}

.integration-small {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

/* Brands Section */
.brands-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}

.brand-logo {
  max-height: 60px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}



/* Görüşme Section */
.gorusme-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.gorusme-container {
  position: relative;
  max-width: 1080px;
  width: 100%;
}

.gorusme-img {
  width: 100%;
  height: auto;
}

.gorusme-highlight {
  color: #00e6c7;
}

/* Grid Images - Enhanced 3D flip animation */
.grid-image-container {
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  perspective: 1200px;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
}

.grid-image-container:hover {
  transform: translateZ(10px);
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.flip-card-front, .flip-card-back {
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.flip-card-front {
  transform: rotateY(0deg);
  z-index: 2;
}

.flip-card-back {
  background: linear-gradient(135deg, #293056 0%, #1a2142 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(-180deg) scale(1.02);
  z-index: 1;
  position: relative;
  margin: -2px;
}

.flip-card-back img {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  object-fit: cover;
  z-index: 1;
}

.grid-image-container:hover .flip-card {
  transform: rotateY(180deg) scale(1.02);
}

.grid-image-container:hover .flip-card-front,
.grid-image-container:hover .flip-card-back {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}


/* Back overlay text styles */
.back-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999 !important;
  background: rgba(41, 48, 86, 0.98) !important;
  backdrop-filter: blur(5px);
}

.back-content {
  text-align: center;
  color: white !important;
  max-width: 90%;
  z-index: 10000 !important;
  position: relative;
}

.back-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  color: #00e6c7 !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  display: block !important;
  visibility: visible !important;
}

.back-description {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 16px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
  display: block !important;
  visibility: visible !important;
}

.back-features {
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  visibility: visible !important;
}

.feature-tag {
  background: rgba(0, 230, 199, 0.2);
  color: #00e6c7;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(0, 230, 199, 0.3);
  white-space: nowrap;
}

.grid-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.on-highlight {
  color: #00e6c7;
}

/* Demo Section */
.demo-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

/* Markalar Grid Responsive */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 120px);
  gap: 40px 60px;
  align-items: center;
  justify-items: center;
  max-width: 1080px;
  width: 100%;
  padding: 40px 0;
}

.brands-grid img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Basit 2x2 Grid */
.simple-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 80px auto 0 auto;
  max-width: 700px;
  padding: 0 20px;
}

.simple-grid-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.simple-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.simple-grid-card:nth-child(even) {
  margin-top: 40px;
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.simple-grid-card:hover .card-image {
  transform: scale(1.05);
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(41, 48, 86, 0.9));
  padding: 20px;
  color: white;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.simple-grid-card:hover .card-content {
  background: rgba(41, 48, 86, 0.95);
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.card-highlight {
  color: #00e6c7;
}

.card-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 1080px) {
  /* P1 P2 P3 P4 tüm yazıları 14px sabit */
  .p1-text,
  .p2-text,
  .p3-text,
  .p4-text {
    font-size: 14px !important;
  }

  /* P1 özel konumlu yazılar */
  .p1-text-ai,
  .p1-text-cloud,
  .p1-text-quality {
    font-size: 14px !important;
  }

  /* P2 özel konumlu yazılar - en spesifik override */
  .feature-section .feature-image .image-container .p2-text-platform,
  .feature-section .feature-image .image-container .p2-text-api,
  .feature-section .feature-image .image-container .p2-text-capability,
  .feature-section .feature-image .image-container .p2-text {
    font-size: 14px !important;
  }

  /* P2 genel text de 14px */
  .p2-text {
    font-size: 14px !important;
  }

  /* P3 özel konumlu yazılar */
  .p3-text-goal,
  .p3-text-language,
  .p3-text-need {
    font-size: 14px !important;
  }

  /* P4 özel konumlu yazılar */
  .p4-text-tech,
  .p4-text-lorem,
  .p4-text-integration {
    font-size: 14px !important;
  }

  /* P1 P2 P3 P4 highlight ve white başlıkları 14px */
  .quality-highlight,
  .quality-white,
  .capability-highlight,
  .capability-white,
  .need-highlight,
  .need-white,
  .integration-highlight,
  .integration-white {
    font-size: 14px !important;
  }

  /* P1 P2 P3 P4 küçük yazıları 10px */
  .quality-small,
  .capability-small,
  .need-small,
  .integration-small {
    font-size: 10px !important;
  }

  .demo-title {
    font-size: 40px !important;
  }

  .demo-button {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  /* Hero Mobile */
  .hero-content {
    flex-direction: column;
    gap: 40px;
  }

  .hero-text {
    flex: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .hero-visual {
    flex: none;
    width: 100%;
    height: 300px;
  }

  /* Hero başlık mobilde */
  .hero-title {
    font-size: 32px !important;
    white-space: normal !important;
  }

  /* Hero buton mobilde */
  .hero-button {
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  /* Markalar Grid Mobile - 2x4 */
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 100px);
    gap: 30px 40px;
    padding: 30px 0;
  }

  /* 2x2 Grid Mobile - dikey */
  .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
  }

  .grid-item:nth-child(even) {
    margin-top: 0;
  }
  .demo-button {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  /* Hero küçük mobil */
  .hero-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .hero-text p {
    font-size: 14px !important;
  }

  /* Markalar daha sık */
  .brands-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
  }

  .brands-grid img {
    max-height: 40px !important;
    max-width: 120px !important;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  
  .brands-grid img:hover {
    filter: grayscale(0%);
  }

  /* Feature Section Mobile - 480px altı */
  .feature-section {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 30px;
  }

  .feature-section.reverse {
    flex-direction: column-reverse;
  }

  .feature-image {
    flex: none;
    width: 100%;
  }

  .feature-content {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .feature-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .feature-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* ===== 2x2 GRID - HOVER ANIMASYONLU ===== */

/* 2x2 Grid - Hover Animasyonlu */
.grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 80px auto 0 auto;
  max-width: 700px;
  padding: 0 20px;
}

.grid-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.grid-item:nth-child(even) {
  margin-top: 50px;
}

/* Sol kartlar için özel düzenleme */
.grid-item:nth-child(odd) {
  align-self: start;
}

/* Sağdaki kartlar için özel düzenleme - desktop */
.grid-item:nth-child(even) {
  align-self: end;
  margin-top: 45px;
}

.grid-image-container {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  position: relative;
  z-index: 2;
}

/* Hover arka görseli */
.grid-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../wp-content/themes/neve/assets/img/wms-landing/ARKA.png');
  background-size: 100% 100%; 
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
}

.grid-item:hover .grid-image-container::before {
  opacity: 1;
}

.grid-item:hover .grid-img {
  opacity: 0;
}

.on-overlay, .on-overlay-sağ {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.grid-item:hover .on-overlay,
.grid-item:hover .on-overlay-sağ {
  opacity: 0;
}

/* Hover overlay stilleri */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: black;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.grid-item:hover .hover-overlay {
  opacity: 1;
}

.hover-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  color: black;
}

.hover-highlight {
  color: black;
}

.hover-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
  color: black;
}

.on-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.on-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

/* 2x2 Grid Mobile responsive */
@media (max-width: 768px) {
  .grid-2x2 {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin: 60px auto 0 auto;
  }

  .grid-item:nth-child(even) {
    margin-top: 0;
  }

  .grid-image-container {
    height: 400px;
  }

  .on-overlay, .on-overlay-sağ {
    padding: 15px;
  }

  .on-title {
    font-size: 16px;
  }

  .on-text {
    font-size: 13px;
  }
}

/* ===== P OVERLAY YAZILARI - TEMIZLENMIS VERSIYON ===== */

/* Genel P overlay stilleri */
.p1-text,
.p2-text,
.p3-text,
.p4-text {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* P1 Pozisyonları */
.p1-text-ai {
  top: 15%;
  left: -2%;
  width: 35%;
}

.p1-text-cloud {
  top: 49%;
  left: -2%;
  width: 35%;
}

.p1-text-quality {
  bottom: 8%;
  right: 3%;
  width: 45%;
}

/* P2 Pozisyonları */
.p2-text-platform {
  top: 15%;
  left: -2%;
  width: 35%;
}

.p2-text-api {
  top: 48%;
  left: -2%;
  width: 35%;
}

.p2-text-capability {
  bottom: 3%;
  right: 10%;
  width: 55%;
  text-align: right;
}

/* P3 Pozisyonları */
.p3-text-goal {
  top: 17%;
  left: -3%;
  width: 35%;
}

.p3-text-language {
  top: 50%;
  left: -2%;
  width: 35%;
}

.p3-text-need {
  bottom: 3%;
  right: 5%;
  width: 55%;
  text-align: right;
}

/* P4 Pozisyonları */
.p4-text-tech {
  top: 10%;
  left: -2%;
  width: 35%;
}

.p4-text-lorem {
  top: 50%;
  left: -2%;
  width: 35%;
}

.p4-text-integration {
  bottom: 3%;
  right: 10%;
  width: 55%;
  text-align: right;
}

.feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 60px;
}

.feature-content {
  flex: 1;
}

.feature-image {
  flex: 0 0 45%;
}

@media (max-width: 1298px) {
  .feature-section {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 40px;
  }

  .feature-section.reverse {
    flex-direction: column-reverse;
  }

  .feature-image {
    flex: none;
    width: 100%;
  }

  .feature-content {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .feature-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .feature-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .p1-text,
  .p2-text,
  .p3-text,
  .p4-text {
    font-size: 14px;
    padding: 8px;
    position: absolute !important;
  }

  /* P1 P2 P3 P4 highlight ve white başlıkları mobilde 14px */
  .quality-highlight,
  .quality-white,
  .capability-highlight,
  .capability-white,
  .need-highlight,
  .need-white,
  .integration-highlight,
  .integration-white {
    font-size: 14px !important;
  }

  .p1-text-ai {
    top: 15% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p1-text-cloud {
    top: 49% !important;
    left: -2% !important;
    width: 35% !important;
  }

  /* P1 mobil pozisyonları */
  .p1-text-ai {
    top: 15% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p1-text-cloud {
    top: 49% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p1-text-quality {
    bottom: 8% !important;
    right: 3% !important;
    width: 48% !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  /* P2 mobil pozisyonları */
  .p2-text-platform {
    top: 15% !important;
    left: -2% !important;
    width: 35% !important;
    font-size: 14px !important;
  }

  .p2-text-api {
    top: 48% !important;
    left: -2% !important;
    width: 35% !important;
    font-size: 14px !important;
  }

  .p2-text-capability {
    bottom: 3% !important;
    right: 0% !important;
    width: 60% !important;
    font-size: 12px;
    text-align: right !important;
  }

  /* P3 mobil pozisyonları */
  .p3-text-goal {
    top: 17% !important;
    left: -3% !important;
    width: 35% !important;
  }

  .p3-text-language {
    top: 50% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p3-text-need {
    bottom: 3% !important;
    right: 5% !important;
    width: 55% !important;
    font-size: 12px;
  }

  /* P4 mobil pozisyonları */
  .p4-text-tech {
    top: 10% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p4-text-lorem {
    top: 50% !important;
    left: -2% !important;
    width: 35% !important;
  }

  .p4-text-integration {
    bottom: 3% !important;
    right: 10% !important;
    width: 55% !important;
    font-size: 12px;
  }

  .feature-content h2 {
    font-size: 24px !important;
  }

  div[style*="font-size: 38px"] {
    font-size: 28px !important;
  }
}

@media (max-width: 480px) {
  .p1-text,
  .p2-text,
  .p3-text,
  .p4-text {
    font-size: 11px;
  }

  .p1-text-quality,
  .p2-text-capability,
  .p3-text-need,
  .p4-text-integration {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  /* P1 küçük mobil özel ayarı */
  .p1-text-quality {
    bottom: 6% !important;
    right: 2% !important;
    width: 50% !important;
    font-size: 14px !important;
  }

  /* Küçük mobilde de highlight ve white başlıkları 14px olsun */
  .quality-highlight,
  .quality-white,
  .capability-highlight,
  .capability-white,
  .need-highlight,
  .need-white,
  .integration-highlight,
  .integration-white {
    font-size: 14px !important;
  }

  /* P2 küçük mobil */
  .p2-text-platform {
    top: 15% !important;
    left: -2% !important;
    width: 35% !important;
    font-size: 14px !important;
  }

  .p2-text-api {
    top: 48% !important;
    left: -2% !important;
    width: 35% !important;
    font-size: 14px !important;
  }

  .p2-text-capability {
    bottom: 3% !important;
    right: 1% !important;
    font-size: 9px !important;
    width: 55% !important;
  }
}

/* Görüşme Planla Section */
.gorusme-overlay {
  position: absolute;
  top: -3% !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  box-sizing: border-box;
}

.gorusme-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
  max-width: 60%;
}

.gorusme-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  line-height: 1.6;
  max-width: 65%;
}

.gorusme-button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gorusme-button:hover {
  background: #fff;
  color: #293056;
}

/* Logolar için basit düz stil */
.gorusme-logos {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 30px 20px;
  position: relative;
  z-index: 3;
}

.gorusme-logos img {
  height: 50px;
  width: auto;
  max-width: 140px;
  opacity: 0.9;
  transition: all 0.3s ease;

}

.gorusme-logos img:hover {
  opacity: 1;
  transform: scale(1.1);

}

/* ON Kartları Overlay */
.on-overlay {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 10;
  max-height: 40%;
  overflow: hidden;
  box-sizing: border-box;
}

.on-overlay-sağ {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 10;
  max-height: 40%;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

.on-overlay-sağ:hover {
  transform: translateY(-5px);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 8px;
}

.on-overlay-sağ .on-title {
  transition: color 0.3s ease-in-out;
}

.on-overlay-sağ:hover .on-title {
  color: #00e6c7;
}

.on-overlay-sağ .on-text {
  transition: opacity 0.3s ease-in-out;
}

.on-overlay-sağ:hover .on-text {
  opacity: 0.9;
}

.on-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  word-wrap: break-word;
}

.on-text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Pixa Lab Özelliklerini Keşfedin Başlığı */
.pixa-features-header {
  text-align: center;
  margin: 80px 0 40px 0;
}

.pixa-features-title {
  font-size: 38px;
  font-weight: 1000;
  color: #1a1a1a;
  margin-bottom: 50px !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pixa-features-description {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin: 20px auto 0 auto;
  max-width: 800px;
}

/* Demo Talep Container */
.demo-container {
  position: relative;
  max-width: 1080px;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  /* 16:9 aspect ratio matching image */
  overflow: hidden;
}

.demo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Demo Talep Overlay */
.demo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}

.demo-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
  line-height: 1.3;
  max-width: 100%;
}

.demo-button {
  background: #00e6c7;
  border: none;
  color: #000;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.demo-button:hover {
  background: #00d4b4;
}

@media (max-width: 1080px) {
  .on-overlay,
  .on-overlay-sağ {
    padding: 14px;
    max-height: 50%;
  }

  /* Grid item'ların boyutunu ayarla */
  .grid-item {
    min-height: 260px !important;
  }

  /* Back overlay responsive */
  .back-title {
    font-size: 20px;
  }

  .back-description {
    font-size: 13px;
  }

  .feature-tag {
    font-size: 10px;
    padding: 3px 10px;
  }
}

@media (max-width: 900px) {
  .on-overlay-sağ {
    padding: 12px;
    bottom: 2%;
    max-height: 45%;
  }

  /* Grid item'ların boyutunu ayarla */
  .grid-item {
    min-height: 240px !important;
  }
}

@media (max-width: 768px) {
  /* Back overlay tablet responsive */
  .back-overlay {
    padding: 15px;
  }

  .back-title {
    font-size: 18px;
  }

  .back-description {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .back-features {
    gap: 6px;
  }

  .feature-tag {
    font-size: 9px;
    padding: 3px 8px;
  }

  /* Görüşme planla mobil düzeltme */
  .gorusme-overlay {
    padding: 20px 15px;
    align-items: flex-start !important;
    text-align: left !important;
    top: 0% !important;
    height: 100%;
    justify-content: center;
  }

  .gorusme-title {
    font-size: 20px !important;
    max-width: 100%;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .gorusme-text {
    font-size: 12px !important;
    max-width: 100%;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }

  .gorusme-button {
    padding: 8px 20px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
  }

  .on-overlay,
  .on-overlay-sağ {
    padding: 15px;
    bottom: 0%;
    max-height: 40%;
  }

  .on-title {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.1;
  }

  .on-text {
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  /* Grid item'ların minimum yüksekliğini artır */
  .grid-item {
    min-height: 280px !important;
  }

  /* ON Kartları Overlay */
  .on-overlay {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
  }

  .on-overlay-sağ {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
  }

  .demo-container {
    padding-bottom: 20%;
    /* Mobilde biraz daha yüksek ratio */
  }

  .demo-overlay {
    padding: 30px 20px;
  }
  .demo-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
  }

  .demo-button {
    padding: 6px 24px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  /* Back overlay mobile responsive */
  .back-overlay {
    padding: 12px;
  }

  .back-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .back-description {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .back-features {
    gap: 4px;
  }

  .feature-tag {
    font-size: 8px;
    padding: 2px 6px;
  }

  /* Görüşme planla küçük mobil düzeltme */
  .gorusme-overlay {
    padding: 15px 10px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .gorusme-title {
    font-size: 12px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
  }

  .gorusme-text {
    font-size: 8px !important;
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
  }

  .gorusme-button {
    padding: 3px 6px !important;
    font-size: 8px !important;
  }

  .on-overlay,
  .on-overlay-sağ {
    padding: 12px;
    bottom: 0%;
    max-height: 35%;
  }

  .on-title {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.1;
  }

  .on-text {
    font-size: 11px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  /* Grid item'ların minimum yüksekliğini daha da artır */
  .grid-item {
    min-height: 300px !important;
  }

  .demo-container {
    padding-bottom: 30%;
    /* Küçük mobilde daha da yüksek ratio */
  }

  .demo-overlay {
    padding: 20px 15px;
  }
  .demo-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
  }

  .demo-button {
    padding: 6px 24px !important;
    font-size: 10px !important;
  }
}

/* 1080px altında görüşme section'ı için özel kurallar */
@media (max-width: 1080px) {
  /* Görüşme background image'ını gizle */
  .gorusme-container img[alt="Görüşme Background"] {
    display: none !important;
  }
  
  /* Logoları göster */
  .gorusme-logos {
    display: flex !important;
    max-width: 90%;

  }
  
  /* Overlay'i ortala */
  .gorusme-overlay {
    position: relative !important;
    top: auto !important;
    text-align: center !important;
    align-items: center !important;
    padding: 20px !important;
    max-width: 100% !important;
  }
  
  /* Title ve text'i ortala */
  .gorusme-title {
    text-align: center !important;
    max-width: 100% !important;
    font-size: 28px !important;
  }
  
  .gorusme-text {
    text-align: center !important;
    max-width: 100% !important;
    font-size: 16px !important;
  }
  
  /* Button'u ortala */
  .gorusme-button {
    display: block !important;
    margin: 0 auto !important;
  }
}

/* Tablet ve küçük ekranlar için */
@media (max-width: 768px) {
  .gorusme-logos {
    gap: 20px !important;
    padding: 15px !important;
    max-width: 95% !important;
  }
  
  .gorusme-logos img {
    height: 45px !important;
    max-width: 120px !important;
  }
  
  .gorusme-logos img {
    height: 32px !important;
    max-width: 100px !important;

  }
  
  .gorusme-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  .gorusme-text {
    font-size: 14px !important;
  }
}

/* Mobil ekranlar için */
@media (max-width: 480px) {
  .gorusme-logos {
    gap: 15px !important;
    padding: 12px !important;
    flex-direction: row !important;
    justify-content: space-around !important;
  }
  
  .gorusme-logos img {
    height: 38px !important;
    max-width: 100px !important;
  }
  
  .gorusme-logos img {
    height: 28px !important;
    max-width: 80px !important;

    flex: 0 0 auto;
  }
  
  .gorusme-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .gorusme-text {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }
  
  .gorusme-button {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }
}

/* ===== CARD ANIMASYON STİLLERİ ===== */
.flip-card-container {
  display: flex;
  justify-content: center; 
  align-items: center;
  min-height: 600px;
  padding: 40px 0;
  background: #090909;
}

.flip-card-demo {
  height: 400px;
  width: 300px;
  border-radius: 10px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card-demo:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front-demo, .flip-card-back-demo {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.flip-card-front-demo {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.flip-card-back-demo {
  background: linear-gradient(135deg, #ff0066, #cc0052);
  color: #fff;
  transform: rotateY(180deg);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

/* ===== GRID KARTLARI İÇİN ÖZEL DÜZENLEMELER ===== */
.grid-2x2 .flip-card-demo {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.grid-2x2 .flip-card-front-demo {
  background: transparent;
  position: relative;
  overflow: hidden;
}

.grid-2x2 .flip-card-back-demo {
  background: url('../../wp-content/themes/neve/assets/img/wms-landing/ARKA.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 20px;
  text-align: center;
  top: 0 !important;
  overflow: hidden;
}

.grid-2x2 .flip-card-back-demo .hover-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: white;
}

.grid-2x2 .flip-card-back-demo .hover-text {
  font-size: 14px;
  line-height: 1.4;
  color: black;
}

/* ARKA.png için özel düzenlemeler */
.grid-2x2 .flip-card-back-demo img {
  display: none !important;
}

.grid-2x2 .flip-card-back-demo > div {
  position: relative;
  z-index: 2;

  padding: 20px;
  border-radius: 10px;
  margin: 20px;
}
