/*
 * =====================================
 * İKOMERS - CSS Stil Dosyası
 * =====================================
 *
 * E-Ticaret Dönüşüm Servis Sağlayıcı
 * Markanızın satışlarını artırmak için buradayız!
 *
 * Web:      ikomers.com.tr
 * İletişim: info@ikomers.com.tr
 * Yıl:      2025
 *
 * =====================================
 * Başlangıç
 * =====================================
 */
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Background Elements */
.background-left {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40%;
  max-width: 600px;
  height: 50%;
  background: url('../images/v5586_19867.png') no-repeat bottom left;
  background-size: contain;
  z-index: 1;
  opacity: 0.8;
}

.background-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  max-width: 500px;
  height: 50%;
  background: url('../images/v5586_19866.png') no-repeat top right;
  background-size: contain;
  z-index: 1;
  opacity: 0.8;
}

/* Logo Section */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 60px;
  z-index: 10;
  padding: 10px 20px;
  flex-wrap: nowrap;
  max-width: 1000px;
  position: relative;
}

.logos-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.euro-flora-logo {
  height: 180px;
  width: auto;
  object-fit: contain;
  margin-right: 10px;
}

.horizontal-artik {
  display: none; /* Hidden by default, shown on mobile */
  height: 40px;
  width: auto;
  object-fit: contain;
}

.artik-logo {
  height: 120px;
  width: auto;
  margin: 0 30px;
  object-fit: contain;
  align-self: flex-end;
  margin-bottom: 20px;
}

.herdekora-logo {
  height: 170px;
  width: auto;
  object-fit: contain;
  margin-left: 10px;
}

.mobile-left-decoration {
  display: none; /* Hidden by default, shown on mobile */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  width: auto;
  z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container {
    padding: 20px 20px 40px;
  }
  
  .logo-container {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .artik-logo {
    display: none; /* Hide vertical ARTIK on mobile */
  }
  
  .horizontal-artik {
    display: block; /* Show horizontal ARTIK on mobile */
    height: 24px;
    margin-top: 5px;
  }
  
  .mobile-left-decoration {
    display: block; /* Show left decoration on mobile */
    left: 30px;
    top: 30%;
    transform: translateY(-46%);
    height: 140px;
    transform: :rotate(-7deg)
  }
  
  .logos-row {
    flex-direction: column;
    align-items: center;
  }
  
  .euro-flora-logo {
    height: 100px;
    margin: 0;
  }
  
  .herdekora-logo {
    height: 100px;
    margin: 5px 0 0;
  }
  
  .main-content {
    margin: 0 auto 20px;
    padding: 0 20px;
  }
  
  .main-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .main-description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .cta-container {
    margin: 10px auto 30px;
  }
  
  .cta-button {
    padding: 12px 24px;
    font-size: 16px;
  }
  
  .cta-arrow {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
  
  .background-left,
  .background-right {
    width: 30%;
    max-width: 200px;
    opacity: 0.6;
  }
  
  .background-left {
    bottom: 0;
    left: 0;
  }
  
  .background-right {
    top: 0;
    right: 0;
  }
}

/* Clickable Section */
.clickable-section {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

/* Main Content */
.main-content {
  text-align: center;
  max-width: 1000px;
  margin: 40px auto 60px;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.main-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -1.1px;
  color: #000;
  margin: 0 auto 40px;
  font-family: 'Inter', sans-serif;
  max-width: 900px;
}

.main-title .text-regular {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-title .text-bold {
  display: block;
  font-weight: 700;
}

.main-description {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: -1.1px;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  color: #000;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 400;
}

/* CTA Button */
.cta-container {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  text-align: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E7C01D;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  height: 70px;
  pointer-events: none; /* Prevent button from interfering with parent link */
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: 318px;
  margin-top: 60px;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .main-title {
    font-size: 42px;
  }
  
  .main-description {
    font-size: 20px;
  }
  
  .cta-button {
    font-size: 24px;
    height: 65px;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 60px 30px;
  }
  
  .main-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  
  .main-description {
    font-size: 18px;
  }
  
  .logo .herdekora-logo {
    max-width: 250px;
  }
  
  .background-left,
  .background-right {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }
  
  .main-description {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .cta-button {
    font-size: 20px;
    height: 55px;
    padding: 0 30px;
  }
  
  .cta-arrow {
    width: 40px;
    height: 40px;
    margin-left: 200px;
    margin-top: 50px;
  }
  
  .logo .herdekora-logo {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 40px 20px;
  }
  
  .main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  
  .main-description {
    font-size: 15px;
    padding: 0 10px;
  }
  
  .cta-button {
    font-size: 18px;
    height: 50px;
    padding: 0 25px;
  }
  
  .cta-arrow {
    width: 35px;
    height: 35px;
  }
  
  .logo img:first-child {
    max-width: 200px;
  }
  
  .logo .herdekora-logo {
    max-width: 180px;
    margin-top: 15px;
  }
  
  .background-left,
  .background-right {
    opacity: 0.4;
  }
}
