.main-wrapper-a1b2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Sayfa Başlığı */
.page-title-section-c3d4 {
    text-align: center;
    margin-bottom: 40px;
}

.page-title-section-c3d4 h1 {
    font-size: 2.25rem; /* 36px */
    color: #111827;
    margin-bottom: 8px;
}

.page-title-section-c3d4 p {
    font-size: 1.125rem; /* 18px */
    max-width: 600px;
    margin: 0 auto;
}

/* Fırsat Kartları Grid Yapısı */
.offer-layout-grid-e5f6 {
    display: grid;
    /* Otomatik olarak sığan ve minimum 320px genişliğinde sütunlar oluşturur */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

/* Genel Kart Stilleri */
.promo-item-g7h8 {
    background-color: #f6f8f9;
    border: 1px solid #e5e7eb29;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    min-height: 300px; /* Kartların minimum yüksekliği */
}

.promo-item-g7h8:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Öne Çıkan Kart Stili */
.promo-item-g7h8.highlighted-offer-i9j0 {
    background-color: #deb15d;
    color: #ffffff;
    border: none;
    justify-content: space-around;
}

.promo-item-g7h8.highlighted-offer-i9j0 h3 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.3;
    color: #ffffff;
}

.promo-item-g7h8.highlighted-offer-i9j0 .promo-action-link-w3x4 {
    color: #ffffff;
    font-weight: 600;
}

/* Etiketler */
.label-container-k1l2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.badge-m3n4 {
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 0.875rem; /* 14px */
    font-weight: 600;
}

.badge-style-blue-o5p6 { background-color: #e0e7ff; color: #3730a3; }
.promo-item-g7h8.highlighted-offer-i9j0 .badge-style-blue-o5p6 { background-color: rgba(255, 255, 255, 0.2); color: #ffffff; }
.badge-style-red-q7r8 { background-color: #fee2e2; color: #991b1b; }
.badge-style-green-s9t0 { background-color: #d1fae5; color: #065f46; }

/* Kart İçeriği */
.item-details-u1v2 {
    flex-grow: 1;
}

.heading-with-icon-y5z6 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.heading-with-icon-y5z6 svg {
    color: #374151;
}

.promo-item-g7h8 h3 {
    font-size: 1.25rem; /* 20px */
    color: #111827;
    margin: 0;
}

.item-subtitle-a7b8 {
    font-size: 0.75rem; /* 12px */
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.05em;
    margin-top: 4px;
    margin-bottom: 24px;
}

/* Fiyat Bilgisi */
.cost-details-c9d0 {
    margin-bottom: 24px;
}

.cost-details-c9d0 .price-prefix-e1f2 {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.cost-details-c9d0 .main-cost-g3h4 {
    font-size: 1.5rem; /* 24px */
    font-weight: 700;
    color: #111827;
    margin: 4px 0;
}

.cost-details-c9d0 .strikethrough-cost-i5j6 {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.tooltip-trigger-m9n0 {
    font-size: 0.8rem;
    cursor: pointer;
}

.item-summary-p1q2 {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4b5563;
    margin-top: 16px;
}

/* Kart Linkleri */
.promo-action-link-w3x4 {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    align-self: flex-start; /* Linki sola yaslar */
}

.action-link-style-red-k7l8 {
    color: #d8a13b;
}

.action-link-style-red-k7l8:hover {
    color: #997229;
}

/* Duyarlılık (Responsive) Ayarları */
@media (max-width: 768px) {
    .page-title-section-c3d4 h1 {
        font-size: 1.875rem; /* 30px */
    }
    .page-title-section-c3d4 p {
        font-size: 1rem; /* 16px */
    }
}


.promo-card-9f4h2j {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 40px;
    width: 100%;
    background: linear-gradient(90deg, #001f50, #2944be, #90bbec);
    color: white;
    padding: 50px;
    border-radius: 8px; /* Köşeleri yuvarlatma */
    box-shadow: 0 20px 40px rgba(0, 82, 212, 0.3);
    overflow: hidden; /* Gradyanın taşmasını önler */
}

/* Sol İçerik Alanı */
.content-k5l8m1 {
    flex: 1;
    min-width: 320px; /* İçeriğin çok sıkışmasını önler */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Alt Başlık */
.subtitle-n2p3q4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    opacity: 0.9;
}

.subtitle-n2p3q4 a {
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.subtitle-n2p3q4 a:hover {
    text-decoration: none;
}

/* Ana Başlık */

/* Buton Konteyneri */
.buttons-r5s6t7 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* Küçük ekranlarda butonların alt alta gelmesi için */
}

/* Genel Buton Stilleri */
.btn-u8v9w0 {
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

/* Birincil Buton */
.btn-primary-x1y2z3 {
    background-color: white;
    color: #0052d4;
}

.btn-primary-x1y2z3:hover {
    background-color: #f0f4f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* İkincil Buton */
.btn-secondary-a4b5c6 {
    background-color: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-secondary-a4b5c6:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
}

/* Sağ İkon Izgarası (Flexbox ile güncellendi) */
.icon-grid-d7e8f9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-content: center;
    flex-basis: 360px; /* 4 ikon + boşluklar için genişlik */
    max-width: 360px;
}

/* İkon Yer Tutucuları (Arka plan güncellendi) */
.icon-placeholder-g0h1i2 {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15); /* Yeni yarı saydam arka plan */
    padding: 10px; /* Görselin kenarlara yapışmasını önler */
    box-sizing: border-box;
}

.icon-placeholder-g0h1i2:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.25);
}

.icon-placeholder-g0h1i2 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Görselin oranını korur */
    border-radius: 10px;
}


/* Mobil ve Tablet için Duyarlılık */
@media (max-width: 900px) {
    .promo-card-9f4h2j {
        flex-direction: column;
        padding: 30px;
        align-items: center;
    }
    .content-k5l8m1 {
        text-align: center;
        align-items: center;
    }
    h1 {
        font-size: 32px;
    }
    .icon-grid-d7e8f9 {
        flex-basis: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 28px;
    }
    .buttons-r5s6t7 {
        flex-direction: column;
        align-items: stretch; /* Butonların tam genişlikte olması için */
        width: 100%;
    }
    .btn-u8v9w0 {
        text-align: center;
    }
    .icon-grid-d7e8f9 {
        max-width: 100%;
    }
}

  .vdsPrice {
    background: #fff;
  }


  .c-tab-buttons button.active:hover {
        background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

@media only screen and (max-width: 992px) {
  .c-tab-buttons {
    flex-wrap: wrap;
  }
  .c-tab-buttons button {
    min-width: 50%;
    border: 1px solid #f2f2f2;
  }
}
  @media only screen and (min-width: 1200px) {
    .home-product .container {
      max-width: 1280px;
    }
  }
  .package {
    border-bottom: 0;
  }
  .purchaseButton {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 10px 30px;
      border-radius: 0 0 5px 5px;
      color: #fff;
      background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
  }
  .purchaseButton .fa-arrow-right {
    margin-left: auto;
    font-size: 20px;
  }
  .p-price {
    background-color: #fff !important;
  }
  
  .call-to-action,.step-number {
    background: linear-gradient(90deg, #e1ad39 0%, #ffffff 100%);
}

.call-to-action {
  position: relative;
  padding: 3rem 0!important;
  margin-top:50px;
}

.call-to-action h3 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
  color: #424242;
  margin-top: 0!important
}

.call-to-action .mob-text {
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 18px;
color: #424242;
}

.call-to-action .inner {
  position: relative;
  padding-right: 400px
}

.call-to-action .inner .support-img {
  position: absolute;
  right: 0;
  top: -105px;
  width: 515px;
  transform: translatey(0);
  animation: 3s ease-in-out infinite float
}

.call-to-action .inner .support-img img,.card-img-top {
  width: 100%;
  height: auto
}

@media screen and (max-width: 1194px) {
  .call-to-action .inner .support-img {
      top:-12px;
      width: 355px
  }
}

@media screen and (max-width: 1024px) {
  .call-to-action .inner {
      padding-right:0;
      text-align: center
  }

  .call-to-action .inner .line {
      margin: 1rem auto 0
  }

  .call-to-action .inner .support-img {
  }
}


  .support-wrap {
        width: 100%;
        padding: 130px 20px 0 20px;
        background-image: url(/theme/assets/img/alt-background.jpg);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #fff;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
      }
      .support-wrap h2 {
        font-size: 49px;
        font-weight: 700;
      }
      .support-wrap h4 {
        font-size: 35px;
        font-weight: 700;
      }

      .support-wrap p {
        font-size: 17px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin: 20px 0;
      }

      .support-wrap .d-flex span {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 10px 20px;
      }

      .support-wrap > a {
        height: 50px;
        padding: 0 30px;
        border-radius: 50px;
        background-color: #fff;
        color: #3d3d3d;
        font-weight: 600;
        font-size: 17px;
        display: flex;
        align-items: center;
        margin-top: 20px;
      }
      
      .bg-eticaret {
  background-image: url(/theme/assets/img/eticaraet-ana-sayfa.svg);
}

      .support-wrap .links {
        border-top: 1px solid #ffffff4d;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 80px;
      }
      .support-wrap .links a {
        border-right: 1px solid #ffffff4d;
        width: 25%;
        padding: 40px 0;
        display: flex;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .support-wrap .links a span {
        font-size: 70px;
        margin-bottom: 0;
        height: 90px;
      }
      .support-wrap .links a:last-child {
        border-right: 0;
      }
      
      
      
      
      
      @media (max-width: 990px) {
          
       .call-to-action .inner .support-img img, .card-img-top {
    display: none;
        }
          
          
      }
      