/* Ana Container - Tüm sayfa içeriği için */
.main-container {
  width: 100%;
  max-width: 100vw;
  padding-left: 1vw;
  padding-right: 1vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* Ortak Container - Geriye dönük uyumluluk için */
.container {
  width: 100%;
  max-width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #ffffff;
  color: #222;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
}

a {
  color: #fff;
  text-decoration: none;
}

.partners-baslik {
  color: #fff;
}

/* ===== GENEL HERO YAPISI ===== */
.hero {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  flex-direction: column;
  margin-top: 7vw;
  padding: 8vw 6vw;
  min-height: 60vh;
  box-sizing: border-box;
}

.hero-title {
  font-size: 12vw;
  font-weight: 600;
  margin: 0 0 2vw 0;
  color: #1a1b1f;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin-bottom: 4vw;
  max-width: 80%;
}

.hero-button {
  width: 11.5vw;
  height: 3.5vw;
  border-radius: 10px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.17vw;
  font-size: 1.3vw;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-button:hover {
  background-color: #0f252b;
  transform: translateY(-2px);
}

.hero-button a {
  color: #fff !important;
  text-decoration: none;
}

/* ===== GERİYE UYUMLULUK İÇİN ESKİ SINIFLAR ===== */
.header {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  flex-direction: column;
  margin-top: 7vw;
  box-sizing: border-box;
}

.header-slogan {
  font-size: 6vw;
  font-weight: 600;
  margin: 0 !important;
}

.header-slogan-yazi {
  font-size: 1.87vw;
  font-weight: 400;
  line-height: 1.6;
}

.header-button {
  width: 11.5vw;
  height: 3.5vw;
  border-radius: 10px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.17vw;
  font-size: 1.3vw;
}

.header-button a {
  color: #fff !important;
  text-decoration: none;
}

.button-center {
  display: flex;
  justify-content: center;
  margin-top: 1.7vw;
}

/* Girişim Sayfası Hero Kısmı - Genel Stiller */
/* Girişim sayfası artık genel hero yapısını kullanıyor */

.partners {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2vw;
  box-sizing: border-box;
}

.partners-2 {
  margin-top: 7vw;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #000000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 4vw 0;
  box-shadow: 0 10px 30px rgba(2, 20, 40, 0.3);
  overflow-x: hidden;
}

.partners-logo,
.partners-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: -2vw;
}

.partners-logos {
  margin-top: 3vw;
}

.partners-baslik-ozel {
  text-align: center;
  font-size: 3.5vw;
  color: #fff;
  margin-bottom: 5vw;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.1vw;
}

.partners-baslik,
.partners-baslik-2 {
  font-size: 3vw;
  font-weight: 600;
}

.partners-baslik-2 {
  color: #fff;
  text-align: center;
  font-size: 1.65vw;
  font-weight: 400;
  margin-top: 7vw;
}

.partner-logo {
  width: auto;
  height: 12vw;
  max-height: 120px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: brightness(1) contrast(1);
}

.partner-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.partners-logo-1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6vw;
  flex-wrap: wrap;
}

.partners-logo-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  margin-top: 4vw;
  flex-wrap: wrap;
}

/* Başlık Sınıfları */
.baslik {
  font-size: 4vw;
  font-weight: 600;
  margin-top: 1vw;
  margin-bottom: 1vw;
  text-align: left;
  color: #1a1b1f;
  line-height: 1.2;
}

.alt-baslik {
  font-size: 1.7vw;
  font-weight: 500;
  margin-top: 0.5vw;
  margin-bottom: 1.5vw;
  text-align: left;
  color: #666;
  line-height: 1.4;
  max-width: 80%;
}

/* Normal Yazı Sınıfı */
.yazi {
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1vw;
}

/* ===== GENEL BİLGİ KISIMLARI YAPISI ===== */
.bilgi {
  width: 100%;
  height: auto;
  margin-top: 7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.info-section {
  width: 100%;
  height: auto;
  margin-top: 7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 4vw;
}

.info-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3vw;
}

.info-text {
  display: flex;
  flex-direction: column;
  width: 60vw;
  gap: 2vw;
}

.info-image {
  width: 38vw;
  height: 25vw;
  object-fit: cover;
  border-radius: 20px;
}

/* Bilgi Kartları */
.info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 3vw;
}

.info-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2vw;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.info-card-title {
  font-size: 1.7vw;
  font-weight: 600;
  color: #1a1b1f;
  margin-bottom: 1vw;
}

.info-card-text {
  font-size: 1vw;
  line-height: 1.7vw;
  color: #666;
}

/* Bilgi Grupları */
.info-groups {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-top: 3vw;
}

.info-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.info-group-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}

.info-group-icon {
  width: 2.5vw;
  height: 2.5vw;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(1000%)
    hue-rotate(200deg) brightness(0.2) contrast(1.2);
}

.info-group-title {
  font-size: 1.55vw;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
}

.info-group-text {
  font-size: 1vw;
  line-height: 1.7vw;
  color: #666;
}

/* ===== GERİYE UYUMLULUK İÇİN ESKİ SINIFLAR ===== */

.bilgi-baslik {
  width: 3vw;
  height: auto;
}

/* ===== DECA VENTURES HAKKINDA BÖLÜMÜ - LAPTOP GÖRÜNÜMÜ ===== */
/* Laptop görünümü için (1024px ve üzeri) */
@media only screen and (min-width: 1024px) {
  .paragraph-17 {
    font-size: 1.1vw !important;
    line-height: 1.7 !important;
    color: #333 !important;
    font-weight: 400 !important;
  }
}

.on-baslik {
  font-size: 2vw;
  font-weight: 500;
  color: #6b6b6b;
}

.faq-container {
  width: 100vw;
  padding-left: 16vw;
  margin-top: 10vw;
}

.faq-item {
  background: white;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 1vw;
  border-radius: 15px;
}

.faq-header {
  cursor: pointer;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.3vw;
  letter-spacing: 0.03vw;
  transition: background 0.3s;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-item {
  background: white;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.faq-header {
  cursor: pointer;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0vw;

  letter-spacing: 0.03vw;
  padding-right: 17vw;
  color: #1d1d1f;
}

.faq-content {
  height: 0;
  overflow: hidden;
  padding: 0 1vw;
  padding-left: 0vw;
  padding-right: 16vw;
  font-size: 1.1vw;
  color: #555;
  line-height: 1.5;
  transition: height 0.6s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-icon img {
  width: 1vw;
  height: auto;
}

.faq-baslik {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 1vw;
}

/* PARTNERS LOGO */

/* Partner Logo Stilleri - Tekrarlı sınıflar birleştirildi */
.partner-logo {
  width: auto;
  height: 9vw;
  max-height: 120px;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.partner-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Özel boyutlar için ayrı sınıflar */
.partner-logo-small {
  height: 8vw;
}

.partner-logo-wide {
  width: 9.3vw;
  height: auto;
}

/* Büyük ekranlar için (1200px üzeri) */
@media only screen and (min-width: 1200px) {
  .partner-logo {
    height: 8vw;
    max-height: 150px;
  }

  .partners-logo-1 {
    gap: 8vw;
  }

  .partners-logo-2 {
    gap: 10vw;
  }

  .partners-baslik-ozel {
    font-size: 2.5vw;
  }
}

/* Tablet ve Mobil Optimizasyonları */

/* Tablet boyutları için (768px - 1024px) */
/* Tablet Optimizasyonları (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Hero Responsive - Tablet */
  .hero {
    text-align: center;
    align-items: center;
    padding: 6vw 4vw;
    min-height: 50vh;
  }

  .hero-title {
    font-size: 10vw;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 2.5vw;
    text-align: center;
  }

  .hero-button {
    width: 15vw;
    height: 4.5vw;
    font-size: 1.6vw;
  }

  /* Bilgi Kısımları Responsive - Tablet */
  .bilgi {
    margin-top: 10vw;
  }

  .info-section {
    margin-top: 10vw;
  }

  .info-content {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }

  .info-text {
    width: 100%;
  }

  .info-image {
    width: 50vw;
    height: 32vw;
    max-width: 500px;
    max-height: 320px;
    border-radius: 18px;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .info-groups {
    flex-direction: column;
    gap: 3vw;
  }

  .info-card-title {
    font-size: 2.2vw;
  }

  .info-card-text {
    font-size: 1.7vw;
    line-height: 2.4vw;
  }

  .info-group-title {
    font-size: 2vw;
  }

  .info-group-text {
    font-size: 1.3vw;
    line-height: 2vw;
  }

  /* Başlık Responsive - Tablet */
  .baslik {
    font-size: 5vw;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
  }

  .alt-baslik {
    font-size: 2.5vw;
    margin-top: 0.8vw;
    margin-bottom: 2vw;
  }

  .yazi {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 1.5vw;
  }

  .partners-baslik-ozel {
    font-size: 4.5vw;
  }

  .partner-logo {
    height: 10vw;
    max-height: 100px;
  }
}

/* Mobil boyutları için (768px altı) */
@media only screen and (max-width: 768px) {
  .main-container {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Hero Responsive - Mobile */
  .hero {
    margin-top: 10vw;
    padding: 8vw 4vw;
    min-height: 50vh;
  }

  .hero-title {
    font-size: 12vw;
    text-align: center;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6vw;
  }

  .hero-button {
    width: 80vw;
    height: 12vw;
    font-size: 3.5vw;
    margin-top: 5vw;
    border-radius: 15px;
  }

  .hero-button a {
    color: #fff !important;
    text-decoration: none;
  }

  .mobile-break {
    display: block;
  }

  /* Bilgi Kısımları Responsive - Mobile */
  .bilgi {
    margin-top: 15vw;
  }

  .info-section {
    margin-top: 15vw;
  }

  .info-content {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }

  .info-text {
    width: 100%;
  }

  .info-image {
    width: 80vw;
    height: 50vw;
    max-width: 450px;
    max-height: 280px;
    border-radius: 16px;
    margin-bottom: 8vw;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .info-groups {
    flex-direction: column;
    gap: 4vw;
  }

  .info-card {
    padding: 4vw;
  }

  .info-card-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .info-card-text {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .info-group-icon {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
  }

  .info-group-title {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }

  .info-group-text {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  /* Başlık Responsive - Mobile */
  .baslik {
    font-size: 5.5vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
    max-width: 100%;
    line-height: 1.3;
    width: 100%;
  }

  .alt-baslik {
    font-size: 3.2vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
    max-width: 100%;
    line-height: 1.4;
  }

  .yazi {
    font-size: 3.2vw;
    line-height: 5vw;
    margin-bottom: 2vw;
    max-width: 100%;
  }

  .partners-2 {
    margin-top: 15vw;
    border-radius: 20px;
    padding: 6vw 0;
    box-shadow: 0 5px 20px rgba(2, 20, 40, 0.2);
  }

  .partners {
    margin-top: 0;
    padding: 3vw;
  }

  .partners-baslik,
  .partners-baslik-2 {
    font-size: 6vw;
  }

  .partners-baslik-ozel {
    font-size: 6vw;
    margin-bottom: 8vw;
    font-weight: 700;
    letter-spacing: 0.2vw;
  }

  .partners-logo-1,
  .partners-logo-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logo {
    width: auto;
    height: 25vw;
    margin-bottom: 6vw;
    max-height: 80px;
  }

  .partner-logo-small {
    width: 30vw;
    height: auto;
    margin-bottom: 5vw;
  }

  .partner-logo-wide {
    width: 30.3vw;
    height: auto;
    margin-bottom: 5vw;
  }

  .partners-logo-1-mobile,
  .partners-logo-2-mobile {
    padding-left: 0vw;
    padding-right: 0vw;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .partners-logo-2-mobile {
    padding-right: 0vw;
    padding-left: 13vw;
  }

  .partners-logos {
    flex-direction: row;
  }

  .partner-logo {
    width: auto;
    height: 5.3vw;
    margin-bottom: 5vw;
  }

  .faq-baslik {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 15vw;
  }

  .faq-container {
    padding-right: 0;
  }

  .faq-header {
    font-size: 4.3vw;
    height: 15vw;
  }

  .faq-icon img {
    width: 3vw;
  }

  .faq-icon {
    height: 100%;
    padding-left: 5vw;
  }

  .faq-content {
    height: 0vw;
    font-size: 3.5vw;
    padding-top: 7vw;
  }

  .on-baslik {
    font-size: 5vw;
  }

  /* Bilgi-1-baslik sınıfı kullanılmıyor - silindi */

  .paragraf-sol-2 {
    width: 100%;
    font-size: 3.5vw;
    line-height: 6vw;
    font-weight: 400;
    padding-right: 0;
    text-align: left;
  }
}

/* FAQ YENİ */

.faq {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: auto;
  padding-left: 16vw;
  margin-top: 16vw;
  margin-bottom: 10vw;
}

.faq-sol {
  width: 30%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.faq-container {
  width: 70%;
  padding-left: 0vw;
  margin-left: 8vw;
  margin-top: 0vw;
}

.faq-baslik {
  font-size: 3vw;
}

.faq-yazi {
  font-size: 1.1vw;
}

.faq-item {
  background-color: #f1f1f1;
  padding: 1vw;
  width: 71.5%;
  border-radius: 15px;
}

.faq-header {
  padding-right: 1vw;
}

.faq-content {
  padding-right: 0vw;
}

@media only screen and (max-width: 768px) {
  .faq {
    flex-direction: column;
    padding-left: 0vw;
    margin-bottom: 10vw;
  }

  .faq-sol {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faq-baslik {
    font-size: 7vw;
  }

  .faq-yazi {
    font-size: 3.5vw;
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .faq-container {
    width: 90%;
    padding-left: 0vw;
  }

  .faq-item {
    width: 95%;
    margin-bottom: 5vw;
  }

  .faq-header {
    padding-right: 5vw;
    padding-left: 3vw;
  }

  .faq-content {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}

/* Çok küçük ekranlar için (480px altı) */
@media only screen and (max-width: 480px) {
  .main-container {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Hero Responsive - Mobile */
  .hero {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 8vw 4vw;
    min-height: 50vh;
    box-sizing: border-box;
  }

  .hero-title {
    font-size: 11vw;
    text-align: center;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: 2vw;
  }

  .hero-button {
    width: 85vw;
    height: 13vw;
    font-size: 4vw;
  }

  /* Bilgi Kısımları Responsive - Mobile */
  .bilgi {
    margin-top: 15vw;
  }

  .info-section {
    padding: 0 4vw;
    margin-top: 15vw;
  }

  .info-content {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }

  .info-text {
    width: 100%;
  }

  .info-image {
    width: 80vw;
    height: 50vw;
    max-width: 450px;
    max-height: 280px;
    border-radius: 16px;
    margin-bottom: 8vw;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .info-groups {
    flex-direction: column;
    gap: 4vw;
  }

  .info-card {
    padding: 4vw;
  }

  .info-card-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .info-card-text {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .info-group-header {
    flex-direction: row;
    align-items: center;
    gap: 2vw;
    margin-bottom: 2vw;
  }

  .info-group-icon {
    width: 8vw;
    height: 8vw;
    flex-shrink: 0;
  }

  .info-group-title {
    font-size: 4.5vw;
    margin: 0;
  }

  .info-group-text {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  /* Başlık Responsive - Çok Küçük Ekranlar */
  .baslik {
    font-size: 6.5vw;
    margin-top: 3vw;
    margin-bottom: 4vw;
    max-width: 100%;
    line-height: 1.3;
  }

  .alt-baslik {
    font-size: 3.8vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
    max-width: 100%;
    line-height: 1.4;
  }

  .yazi {
    font-size: 3.5vw;
    line-height: 5.5vw;
    margin-bottom: 3vw;
    max-width: 100%;
  }

  /* Geriye uyumluluk için eski sınıflar */
  .header {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .header-slogan {
    font-size: 11vw;
    text-align: center;
  }

  .header-slogan-yazi {
    font-size: 4vw;
    text-align: center;
  }

  .header-button {
    width: 85vw;
    height: 13vw;
    font-size: 4vw;
  }

  /* Yazı stilleri responsive olarak style.css'te tanımlı */

  /* Normal yazı sınıfı - çok küçük ekranlar */
  /* Yazı stilleri responsive olarak style.css'te tanımlı */

  .partners-baslik-ozel {
    font-size: 7vw;
    font-weight: 700;
    letter-spacing: 0.3vw;
  }

  .partner-logo {
    height: 30vw;
    max-height: 100px;
  }
}

/* SECTİON */
.section-title {
  margin-top: 15vw;
  color: #d4af37;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

h2 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 15vw;
}

.options-container {
  display: flex;
  gap: 40px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.option-box {
  flex: 1;
  min-width: 300px;
  /* border-left: 4px solid #d4af37; */
  padding: 25px 20px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
}

.option-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.option-box h3 {
  font-size: 1.55vw;
  margin: 0;
}

.option-box img {
  width: 4vw;
  height: 4vw;
  object-fit: contain;
}

.option-box ul {
  list-style: none;
  padding: 0;
}

.option-box ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 1.1vw;
  line-height: 1.5;
}

.option-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #9a9a9a;
  font-weight: bold;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  .options-container {
    flex-direction: column;
  }
}

/* Girişim Sayfası Responsive Stilleri */
/* Tablet Optimizasyonları (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Girişim sayfası artık genel hero yapısını kullanıyor */
}

/* Mobil Optimizasyonları (max-width: 768px) */
@media only screen and (max-width: 768px) {
  /* Girişim sayfası artık genel hero yapısını kullanıyor */

  /* STANDART FONT BOYUTLARI - MOBİL GÖRÜNÜMÜ */
  /* Ana başlıklar */
  .baslik {
    font-size: 6vw !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  /* Alt başlıklar */
  .alt-baslik {
    font-size: 4vw !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
  }

  /* İçerik yazıları */
  .paragraf-sol,
  .paragraf-sag,
  .w-richtext p,
  .w-richtext li,
  .info-card-text,
  .footer-sol h1,
  .footer-sag h1 {
    font-size: 3.5vw !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
  }

  /* Grid başlıkları */
  .h5-size-grid-heading {
    font-size: 4.5vw !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }

  /* Progress item yazıları */
  .progress-item {
    font-size: 3.2vw !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
  }
}

/* Çok Küçük Ekranlar (max-width: 480px) */
@media only screen and (max-width: 480px) {
  /* Girişim sayfası artık genel hero yapısını kullanıyor */
}

/* Geniş Ekranlar (1025px ve üzeri) */
@media only screen and (min-width: 1025px) {
  .hero {
    margin-top: 0;
    padding: 4vw 6vw;
    min-height: 70vh;
  }

  .hero-subtitle {
    font-size: 2.8vw !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 4vw !important;
  }

  .hero-subtitle br {
    display: none !important;
  }

  .hero-subtitle .mobile-break {
    display: inline !important;
  }

  /* STANDART FONT BOYUTLARI - LAPTOP GÖRÜNÜMÜ */
  /* Ana başlıklar */
  .baslik {
    font-size: 3.2vw !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  /* Alt başlıklar */
  .alt-baslik {
    font-size: 1.8vw !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
  }

  /* İçerik yazıları */
  .paragraf-sol,
  .paragraf-sag,
  .w-richtext p,
  .w-richtext li,
  .info-card-text,
  .footer-sol h1,
  .footer-sag h1 {
    font-size: 1.4vw !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }

  /* Grid başlıkları */
  .h5-size-grid-heading {
    font-size: 1.8vw !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }

  /* Progress item yazıları */
  .progress-item {
    font-size: 1.2vw !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
  }

  .hero-title {
    font-size: 6vw;
  }

  .hero-subtitle {
    font-size: 1.5vw;
  }

  .hero-button {
    width: 10vw;
    height: 3vw;
    font-size: 1.1vw;
  }
}
